Replace digest-doc and sorted-doc C programs with Lisp commands.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-23 Glenn Morris <rgm@gnu.org>
2
3 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4
5 * help.el (finder-by-keyword): Remove unnecessary autoload.
6
7 2010-10-22 Glenn Morris <rgm@gnu.org>
8
9 * loadup.el: Unconditionally load float-sup.
10 * paren.el (show-paren-delay):
11 * emacs-lisp/float-sup.el:
12 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
13 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
14 (lazy-lock-stealth-verbose): Assume float support.
15 * ps-print.el: Assume float support on Emacs.
16 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
17 Remove non-float branch.
18
19 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
20 src/Makefile no longer being pre-processed.
21
22 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * emacs-lisp/find-func.el (find-library): Use test-completion.
25
26 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
28 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
29
30 010-10-21 Michael Albinus <michael.albinus@gmx.de>
31
32 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
33 space in stat format string.
34 (tramp-send-command): Unset $PS1 when using here documents, in
35 order not to get several prompts.
36 (tramp-get-inline-coding): Return `nil' in case of errors.
37
38 2010-10-21 Daiki Ueno <ueno@unixuser.org>
39
40 * hexl.el (hexl-mode, hexl-mode-exit):
41 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
42 (hexl-revert-buffer-function): New function.
43 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
44
45 2010-10-19 Alan Mackenzie <acm@muc.de>
46
47 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
48 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
49 that these keywords aren't wrongly matched as identifiers.
50
51 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
52 setting of c-new-BEG and c-new-END from c-before-change to
53 c-after-change. (Bug#7181)
54
55 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
56
57 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
58 Don't mark as safe.
59
60 * custom.el (custom-theme-set-variables): Likewise.
61 (load-theme): Add custom-theme-set-faces and
62 custom-theme-set-variables to safe-functions while loading.
63 (custom-enabled-themes): Mark as risky.
64
65 2010-10-18 Julien Danjou <julien@danjou.info>
66
67 * bindings.el: Remove end dashes in default mode-line-format.
68
69 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
70
71 * bindings.el (global-map): Bind C-d to delete-char and deletechar
72 to delete-forward-char.
73
74 * simple.el (normal-erase-is-backspace-mode): Remap delete to
75 deletechar, and hence delete-forward-char.
76
77 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * repeat.el (repeat): Use read-key (bug#6256).
80
81 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
82
83 * emacs-lisp/unsafep.el: Don't mark functions that display
84 messages as safe. Suggested by Johan Bockgård.
85
86 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * minibuffer.el (completion--replace): Move point where it belongs
89 when there's a common suffix (bug#7215).
90
91 2010-10-19 Kenichi Handa <handa@m17n.org>
92
93 * international/characters.el: Add category '|' (word breakable)
94 to fullwidth characters.
95
96 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
99 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
100 order to make stat results a float. Patch by Andreas Schwab
101 <schwab@linux-m68k.org>.
102
103 2010-10-18 Julien Danjou <julien@danjou.info>
104
105 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
106 hidden by `make-pointer-invisible'.
107
108 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * files.el (locate-file-completion-table): Strip non-matching elements
111 before checking length of list (bug#7238).
112
113 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
114
115 * custom.el (custom-theme-set-variables): Mark as a safe function.
116 (load-theme): Check forms using unsafep.
117
118 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
119
120 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
121
122 * textmodes/ispell.el (ispell-aspell-find-dictionary):
123 Fix aspell data file searching (bug#7230).
124
125 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
126
127 * cus-theme.el (custom-theme--migrate-settings): New var.
128 (customize-create-theme): Allow editing the `user' theme.
129 (custom-theme-add-variable, custom-theme-add-var-1)
130 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
131 to the front of each variable or face widget.
132 (custom-theme-write): Save theme settings in the correct order.
133 Optionally, remove saved settings from user customizations.
134 (custom-theme-write-variables, custom-theme-write-faces):
135 Save only the checked widgets.
136 (customize-themes): Add a link for migrating custom settings.
137
138 * custom.el (custom-declare-theme, provide-theme):
139 Use custom-theme-name-valid-p.
140 (custom-theme-name-valid-p): Remove checks that are now
141 unnecessary since themes no longer obey load-path.
142
143 * cus-edit.el (custom-variable-value-create): For the simple
144 style, hide documentation string when hidden.
145
146 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
147
148 * cus-edit.el (custom-variable, custom-face): Combine the
149 :inhibit-magic and :display-style properties into a single
150 :custom-style property.
151 (custom-toggle-hide-variable, custom-toggle-hide-face):
152 New functions. If hiding an edited value, save it to :shown-value.
153 (custom-variable-value-create, custom-face-value-create): Use them.
154 (custom-magic-reset): Allow magic property to be unset.
155
156 * custom.el: Custom themes no longer use load-path.
157 (custom-theme-load-path): New option. Change built-in theme
158 directory to etc/.
159 (custom-enabled-themes): Add custom-theme-load-path dependency.
160 (custom-theme--load-path): New function.
161 (load-theme, custom-available-themes): Use it.
162
163 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
164 (customize-themes): Link to custom-theme-load-path variable.
165 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
166 :custom-style property.
167
168 * themes/*.el: Moved to etc/.
169
170 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
171
172 * textmodes/reftex-cite.el
173 (reftex-extract-bib-entries-from-thebibliography): Do not move
174 point when searching for \bibitem entries. Match entries with
175 spaces or tabs in front of arguments.
176
177 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
178
179 * cus-theme.el (customize-create-theme): Delete overlays after
180 erasing. If given a THEME arg, display only the faces of that arg
181 instead of custom-theme--listed-faces.
182 (custom-theme-variable-menu, custom-theme-variable-action)
183 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
184 (custom-theme-add-variable, custom-theme-add-face): Apply value
185 from the theme settings, instead of the current value.
186 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
187 (custom-theme-visit-theme): Allow calling outside theme buffers.
188 (custom-theme-merge-theme): Don't enable the theme when merging.
189 (custom-theme-write-variables, custom-theme-write-faces): Use the
190 :shown-value properties to save buffer values, not global ones.
191 (customize-themes): Display a warning about user customizations.
192
193 * cus-edit.el (custom-variable-value-create)
194 (custom-face-value-create): Obey new special properties
195 :shown-value and :inhibit-magic.
196
197 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
198
199 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
200 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
201 <dale@codefu.org>.
202
203 2010-10-14 Kenichi Handa <handa@m17n.org>
204
205 * mail/rmail.el (rmail-show-message-1): Catch an error of
206 base64-decode-region and just show an error message (bug#7165).
207
208 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
209 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
210 a font-spec (bug#7197).
211
212 2010-10-14 Glenn Morris <rgm@gnu.org>
213
214 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
215
216 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
217
218 * international/mule.el (define-coding-system):
219 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
220 * composite.el (compose-region): Fix typo in docstring.
221
222 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
223
224 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
225 only after checking the theme-face property.
226
227 * faces.el (face-spec-reset-face): Reset all attributes in one
228 single call to set-face-attribute.
229 (face-spec-match-p): Make it a defsubst.
230 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
231 (x-create-frame-with-faces, tty-create-frame-with-faces)
232 (tty-set-up-initial-frame-faces): Don't recompute face specs in
233 frame-set-background-mode, since they are recomputed immediately
234 afterwards in face-set-after-frame-default.
235 (face-set-after-frame-default): Minor optimization.
236 (cursor): Provide non-trivial defface spec.
237
238 * custom.el (custom-theme-recalc-face): Simplify.
239
240 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
241
242 * calc/calc-alg.el (math-var): Rename from `var'.
243 (math-is-polynomial, math-is-poly-rec): Replace `var'
244 with `math-var'.
245
246 * calc/calcalg2.el (math-var): Rename from `var'.
247 (calcFunc-table, math-scan-for-limits): Replace `var'
248 with `math-var'.
249
250 2010-10-13 Glenn Morris <rgm@gnu.org>
251
252 * subr.el (last): Deal with dotted lists (reported in bug#7174).
253
254 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
255
256 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
257
258 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * net/tls.el (tls-program): Remove spurious %s from openssl.
261 (tls-starttls-switches): Remove starttls hack.
262 (open-tls-stream): Ditto.
263 (tls-find-starttls-argument): Ditto.
264
265 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
266
267 * image.el (image-library-alist): Declare as obsolete alias.
268 (image-type-available-p): Use `dynamic-library-alist'.
269
270 * term/w32-win.el (dynamic-library-alist):
271 Use instead of `image-library-alist'.
272
273 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
274
275 * subr.el (last): Make it faster. (Bug#7174)
276
277 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
278
279 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
280
281 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
282
283 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
284 (describe-theme-1): Extract doc from unloaded themes.
285
286 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
287
288 * themes/tango-theme.el:
289 * themes/tango-dark-theme.el:
290 * themes/wheatgrass-theme.el: New files.
291
292 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
293
294 * cus-theme.el (describe-theme, customize-themes)
295 (custom-theme-save): New commands.
296 (custom-new-theme-mode-map): Bind C-x C-s.
297 (custom-new-theme-mode): Use custom--initialize-widget-variables.
298 (customize-create-theme): New optional arg THEME.
299 (custom-theme-revert): Use it.
300 (custom-theme-visit-theme): Remove dead code.
301 (custom-theme-merge-theme): Use custom-available-themes.
302 (custom-theme-write): Make interactive.
303 (custom-theme-write): Use custom-theme-name-valid-p.
304 (describe-theme-1, custom-theme-choose-revert)
305 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
306 New funs.
307 (custom-theme-allow-multiple-selections): New option.
308 (custom-theme-choose-mode): New major mode.
309
310 * custom.el (custom-theme-set-variables): Remove dead code.
311 Obey custom--inhibit-theme-enable.
312 (custom--inhibit-theme-enable): New var.
313 (provide-theme): Obey it.
314 (load-theme): Replace load with manual read/eval, in order to
315 check for correctness. Use custom-theme-name-valid-p.
316 (custom-theme-name-valid-p): New function.
317 (custom-available-themes): Use it.
318
319 * cus-edit.el (custom--initialize-widget-variables): New function.
320 (Custom-mode): Use it.
321
322 * cus-face.el (custom-theme-set-faces): Remove dead code.
323 Obey custom--inhibit-theme-enable.
324
325 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
326
327 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
328
329 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
330
331 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
332
333 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
334 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
335 (mac-right-option-modifier): New alias for ns-right-option-modifier.
336
337 * cus-start.el (all): ns-right-alternate-modifier is new.
338
339 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * emacs-lisp/lisp.el (lisp-completion-at-point):
342 Use emacs-lisp-mode-syntax-table for the whole function.
343
344 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
345
346 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
347 instead of font-lock-mode before adding keywords.
348 Remove hi-lock-mode off code. Remove inhibit hack.
349 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
350 non-nil; removed hook inhibit hack.
351
352 2010-10-12 Glenn Morris <rgm@gnu.org>
353
354 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
355 (load-path-shadows-find): ... to this.
356 (list-load-path-shadows): Update for above change.
357
358 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
359
360 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
361
362 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
363 Fix comment for declare-function.
364
365 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
366
367 * custom.el (custom-fix-face-spec): New function; code moved from
368 custom-face-edit-fix-value.
369 (custom-push-theme): Use it when checking if a face has been
370 changed outside customize.
371 (custom-available-themes): New function.
372 (load-theme): Use it.
373
374 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
375
376 * custom.el (custom-push-theme): Cleanup (use cond).
377 (disable-theme): Recompute the saved-face property.
378 (custom-theme-recalc-face): Follow face alias before setting prop.
379
380 * image.el (image-checkbox-checked, image-checkbox-unchecked):
381 New variables, containing checkbox images.
382
383 * startup.el (fancy-startup-tail):
384 * wid-edit.el (checkbox): Use them.
385
386 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
387
388 * shell.el (shell-mode-map):
389 * progmodes/modula2.el (m2-mode-map):
390 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
391 * play/mpuz.el (mpuz-mode-map):
392 * play/landmark.el (lm-mode-map):
393 * play/decipher.el (decipher-mode-map):
394 * play/5x5.el (5x5-mode-map):
395 * net/telnet.el (telnet-mode-map):
396 * net/quickurl.el (quickurl-list-mode-map):
397 * net/mairix.el (mairix-searches-mode-map):
398 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
399 * net/dig.el (dig-mode-map):
400 * mail/mspools.el (mspools-mode-map):
401 * hexl.el (hexl-mode-map):
402 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
403 (wordstar-C-o-map, wordstar-C-q-map):
404 * emacs-lisp/edebug.el (edebug-eval-mode-map):
405 * emacs-lisp/chart.el (chart-map):
406 * edmacro.el (edmacro-mode-map):
407 * erc/erc-list.el (erc-list-menu-mode-map):
408 * array.el (array-mode-map): Declare and define in one step.
409
410 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
411
412 2010-10-10 Daiki Ueno <ueno@unixuser.org>
413
414 * epa.el (epa-passphrase-callback-function): Display filename
415 passed as the 3rd arg.
416 * epa-file.el (epa-file-passphrase-callback-function):
417 Pass filename to epa-passphrase-callback-function.
418
419 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
420
421 * cus-edit.el (custom-face-widget-to-spec)
422 (custom-face-get-current-spec, custom-face-state): New functions.
423 (custom-face-set, custom-face-mark-to-save)
424 (custom-face-value-create, custom-face-state-set): Use them.
425
426 * cus-theme.el (custom-theme--listed-faces): New var.
427 (customize-create-theme): Use *Custom Theme* as the buffer name.
428 Set revert-buffer-function. Optional arg BUFFER. Insert all
429 faces listed in custom-theme--listed-faces.
430 (custom-theme-revert): New function.
431 (custom-theme-add-variable, custom-theme-add-face): Insert at the
432 bottom of the list.
433 (custom-theme-write): Prompt for theme name if empty.
434 (custom-theme-write-variables): Use dolist.
435 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
436
437 2010-10-09 Alan Mackenzie <acm@muc.de>
438
439 Enhance fontification of declarators to take account of the
440 presence/absence of "typedef".
441
442 * cc-engine.el (c-forward-type): New &optional param
443 "brace-block-too".
444 (c-forward-decl-or-cast-1): cdr of return value now indicates the
445 presence of either or both of a "struct"-like keyword and "typedef".
446
447 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
448 fontification of declarators which follow a "}".
449 (c-font-lock-declarations): Fontify declarators according to the
450 presence/absence of "typedef".
451
452 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
453 for "typedef".
454 (c-typedef-decl-key): New lang variable built from
455 c-typedef-decl-kwds.
456
457 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
458
459 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
460 since that's too annoying. Move the filter groups commands to
461 TAB/backtab.
462
463 * epa.el (epa-passphrase-callback-function): Say what we're
464 querying the password for.
465
466 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
467 behaviour, don't bury the ibuffer buffer when visiting other buffers.
468
469 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
470
471 * cus-edit.el (custom-commands, custom-buffer-create-internal)
472 (custom-magic-value-create): Pad button tags with spaces.
473 (custom-face-edit): New variable.
474 (custom-face-value-create): Determine whether to use the usual
475 face editor here, instead of using custom-face-selected.
476 Pass face defaults to custom-face-edit widget.
477 (custom-face-selected, custom-display-unselected): Delete widgets.
478 (custom-display-unselected-match): Function removed.
479 (custom-face-set, custom-face-mark-to-save):
480 Accept custom-face-edit widgets as the direct widget child.
481
482 * wid-edit.el (widget--completing-widget): New var.
483 (widget-default-complete): Bind it when doing completion.
484 (widget-string-complete, widget-file-complete): Use it.
485
486 2010-10-09 Glenn Morris <rgm@gnu.org>
487
488 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
489 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
490 (holiday-hebrew-misc): Small simplifications.
491
492 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
493
494 * net/browse-url.el: Don't require thingatpt, term, dired,
495 executable, or w3-auto when compiling.
496 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
497 Declare.
498 (browse-url-text-emacs): Require term.
499
500 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
501
502 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
503
504 2010-10-08 Glenn Morris <rgm@gnu.org>
505
506 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
507
508 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
509 (shadows-compare-text-p): Make it an obsolete alias for...
510 (load-path-shadows-compare-text): ... new name.
511 (find-emacs-lisp-shadows): Update for above name change.
512 (load-path-shadows-same-file-or-nonexistent): New name for the old
513 shadow-same-file-or-nonexistent.
514
515 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
516
517 * minibuffer.el (completion--some, completion--do-completion)
518 (minibuffer-complete-and-exit, minibuffer-completion-help)
519 (completion-basic-try-completion)
520 (completion-basic-all-completions)
521 (completion-pcm--find-all-completions): Use lexical-let to
522 avoid some false matches in variable completion (Bug#7056)
523
524 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
525
526 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
527
528 2010-10-08 Leo <sdl.web@gmail.com>
529
530 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
531 return non-nil if the file exists (Bug#7090).
532
533 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * minibuffer.el (completion--replace):
536 Better preserve markers (bug#7138).
537
538 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
539
540 * server.el (server-process-filter): Doc fix.
541
542 2010-10-08 Drew Adams <drew.adams@oracle.com>
543
544 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
545
546 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
547
548 * Makefile.in (ELCFILES): Update.
549
550 2010-10-08 Glenn Morris <rgm@gnu.org>
551
552 * vc/ediff-wind.el (ediff-setup-control-frame):
553 * vc/ediff-ptch.el (ediff-default-backup-extension):
554 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
555 (ediff-exec-process): Remove system-types emx, windows-95.
556
557 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
558
559 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
560
561 * cus-edit.el (custom-variable, custom-face): Doc fix.
562 (custom-face-edit): Add value-create attribute.
563 (custom-face-edit-value-create)
564 (custom-face-edit-value-visibility-action): New functions.
565 Hide unused face attributes by default, and add a visibility toggle.
566 (custom-face-edit-deactivate): Show empty values with shadow face.
567 (custom-face-selected): Only use this for face specs with default
568 attributes.
569 (custom-face-value-create): Cleanup.
570
571 * wid-edit.el (widget-checklist-value-create): Use dolist.
572 (widget-checklist-match-find): Make second arg optional.
573
574 2010-10-07 Glenn Morris <rgm@gnu.org>
575
576 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
577 Prefix things.
578
579 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
580 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
581 load-path-shadows-mode, update references.
582 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
583 Rename variable and button.
584 (list-load-path-shadows): Update button caller.
585
586 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * emacs-lisp/smie.el (smie-bnf-classify): New function.
589 (smie-bnf-precedence-table): Use it to remember the closers/openers.
590 (smie-merge-prec2s): Handle those new entries.
591 (smie-prec2-levels): Only set precedence to nil for actual
592 openers/closers.
593 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
594 that is now unnecessary.
595
596 2010-10-07 Miles Bader <miles@gnu.org>
597
598 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
599
600 2010-10-07 Glenn Morris <rgm@gnu.org>
601
602 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
603 (mail-position-on-field): Remove declarations.
604 (mail-position-on-field): Autoload it.
605 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
606 and mail-header-end. Don't require sendmail.
607
608 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
609 (shadow-mode): New mode.
610 (shadow-find-file): New button.
611 (list-load-path-shadows): Use shadow-mode and buttons.
612
613 * iimage.el (iimage-version): Remove.
614 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
615 Turn into defcustoms.
616 (iimage-mode-map): Give it a doc string.
617
618 * calendar/appt.el (appt-activate): Give a warning rather than an error
619 if there is no diary-file.
620
621 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
622
623 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
624 Use `tramp-handle-find-backup-file-name'.
625
626 2010-10-06 Glenn Morris <rgm@gnu.org>
627
628 * font-core.el (font-lock-defaults-alist): Remove variable.
629 (font-lock-mode): Doc fix.
630 (font-lock-default-function): Do not consult font-lock-defaults-alist.
631 * font-lock.el (font-lock-refresh-defaults): Doc fix.
632 (font-lock-set-defaults): Doc fix.
633 Do not consult font-lock-defaults-alist.
634
635 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
636
637 * emacs-lisp/cl.el: No longer provide cl-19.
638
639 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
640
641 * net/tramp.el (tramp-handle-directory-files-and-attributes)
642 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
643 New defuns, taken from tramp-smb.el.
644 (tramp-coding-system-change-eol-conversion)
645 (tramp-set-process-query-on-exit-flag): Remove.
646
647 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
648 (tramp-compat-coding-system-change-eol-conversion)
649 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
650 from tramp.el.
651
652 * net/tramp-gvfs.el:
653 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
654 by `tramp-compat-set-process-query-on-exit-flag'.
655
656 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
657 Use `tramp-handle-directory-files-and-attributes',
658 `tramp-handle-file-exists-p' and
659 `tramp-handle-file-newer-than-file-p'.
660 (tramp-imap-handle-file-exists-p)
661 (tramp-imap-handle-file-executable-p)
662 (tramp-imap-handle-file-readable-p)
663 (tramp-imap-handle-directory-files-and-attributes)
664 (tramp-imap-handle-file-newer-than-file-p): Remove.
665
666 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
667 by `tramp-compat-set-process-query-on-exit-flag' and
668 `tramp-coding-system-change-eol-conversion' by
669 `tramp-compat-coding-system-change-eol-conversion'.
670
671 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
672 Use `tramp-handle-directory-files-and-attributes',
673 `tramp-handle-file-exists-p' and
674 `tramp-handle-file-newer-than-file-p'.
675 (tramp-smb-handle-directory-files-and-attributes)
676 (tramp-smb-handle-file-exists-p)
677 (tramp-smb-handle-file-newer-than-file-p): Remove.
678 (tramp-smb-maybe-open-connection):
679 Replace `tramp-set-process-query-on-exit-flag' by
680 `tramp-compat-set-process-query-on-exit-flag'.
681
682 2010-10-05 Glenn Morris <rgm@gnu.org>
683
684 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
685
686 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
687
688 Continue reorganization of load dependencies. (Bug#7156)
689
690 * net/tramp.el (tramp-handle-file-local-copy-hook)
691 (tramp-delete-temp-file-function): Move down.
692 (tramp-exists-file-name-handler): Move up.
693 (tramp-register-file-name-handlers): Simplify autoload.
694 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
695 (tramp-handle-directory-files, tramp-handle-dired-uncache)
696 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
697 (tramp-handle-file-name-completion)
698 (tramp-handle-file-name-directory)
699 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
700 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
701 (tramp-handle-find-backup-file-name)
702 (tramp-handle-insert-file-contents, tramp-handle-load)
703 (tramp-handle-substitute-in-file-name)
704 (tramp-handle-unhandled-file-name-directory)
705 (tramp-mode-string-to-int, tramp-local-host-p)
706 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
707
708 * net/tramp-gvfs.el (top):
709 * net/tramp-smb.el (top): Do not require 'tramp-sh.
710
711 * net/tramp-sh.el (all): Move several objects to tramp.el, see
712 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
713
714 2010-10-04 Glenn Morris <rgm@gnu.org>
715
716 * calendar/appt.el (appt-add): Ensure reminders are enabled.
717 (appt-activate): Give status messages.
718
719 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
720
721 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
722 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
723 `gnutls-negotiate' (formerly `starttls-negotiate').
724 Remove trivial wrapper `starttls-open-stream'.
725
726 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
727
728 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
729 log-outgoing commands.
730 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
731 to create a buffer local revert-buffer-function variable.
732 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
733 revert-buffer-function lambda.
734
735 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
736
737 * net/gnutls.el (starttls-negotiate): Use the plist interface to
738 `gnutls-boot'. Make TYPE the only required parameter.
739 Allow TRUSTFILES and KEYFILES to be lists.
740 (open-ssl-stream): Use it.
741
742 2010-10-03 Glenn Morris <rgm@gnu.org>
743
744 * subr.el (directory-sep-char): Remove obsolete variable.
745 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
746 it is "necessary".
747
748 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
749 * vc/vc.el (vc-static-header-alist): Doc fix.
750 * vc/vc-cvs.el (vc-cvs-header):
751 * vc/vc-rcs.el (vc-rcs-header):
752 * vc/vc-sccs.el (vc-sccs-header):
753 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
754 * obsolete/vc-mcvs.el (vc-mcvs-header):
755 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
756 on XEmacs.
757
758 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
759
760 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
761 Remove obsolete use of binary-overwrite-mode (Bug#7001).
762
763 2010-10-03 Glenn Morris <rgm@gnu.org>
764
765 * obsolete/x-menu.el: Remove file, obsolete since 21.1
766
767 * textmodes/rst.el (rst-font-lock-keywords-function):
768 Drop Emacs 20 code.
769
770 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
771
772 * printing.el: Drop Emacs 20 code.
773
774 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
775 without having used appt.el already).
776
777 * subr.el (make-local-hook): Remove function obsolete since 21.1.
778 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
779 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
780 XEmacs.
781 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
782 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
783
784 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
785 (charset-width, find-charset-region, chars-in-region, forward-point)
786 (encode-coding-string, coding-system-p, ccl-execute-on-string)
787 (define-ccl-program, multibyte-string-p, string-make-multibyte):
788 Remove compatibility cruft (none of these are used by ps*.el).
789
790 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
791
792 * subr.el (booleanp): Return t instead of a list (Bug#7086).
793
794 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
795
796 * server.el (server-process-filter, server-return-error):
797 Give emacsclient time to shut down after receiving an error string.
798
799 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
800
801 * files.el (remote-file-name-inhibit-cache): New defcustom.
802
803 * time.el (display-time-file-nonempty-p):
804 Use `remote-file-name-inhibit-cache'.
805
806 * net/tramp.el (tramp-completion-reread-directory-timeout):
807 Fix docstring.
808
809 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
810 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
811 `remote-file-name-inhibit-cache'. Check also for an integer
812 value. Add/increase counter when `tramp-verbose' >= 10.
813 (tramp-set-file-property): Add/increase counter when
814 `tramp-verbose' >= 10.
815
816 * net/tramp-cmds.el (tramp-cleanup-all-connections)
817 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
818 (tramp-bug): Set tramp-autoload cookie. Report all interned
819 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
820 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
821 characters only in strings.
822
823 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
824 to backward compatibility.
825
826 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
827 (tramp-handle-file-name-all-completions)
828 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
829 (tramp-open-connection-setup-interactive-shell):
830 Call `tramp-cleanup-connection' directly.
831
832 2010-10-02 Glenn Morris <rgm@gnu.org>
833
834 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
835
836 * subr.el (char-bytes): Remove obsolete function.
837
838 * isearch.el (isearch-return-char): Remove obsolete function.
839
840 * mouse.el: No longer provide mldrag.
841 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
842 Remove obsolete aliases.
843
844 * comint.el (comint-kill-output): Remove obsolete alias.
845
846 * composite.el (decompose-composite-char): Remove obsolete function.
847 * ps-def.el (decompose-composite-char): Remove unused function.
848
849 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
850
851 * outline.el (outline-visible): Remove obsolete function.
852
853 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
854 * faces.el (internal-find-face, internal-get-face)
855 (frame-update-faces, frame-update-face-colors)
856 (x-frob-font-weight, x-frob-font-slant)
857 (internal-frob-font-weight, internal-frob-font-slant)
858 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
859 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
860 (x-make-font-bold-italic): Remove functions and aliases, obsolete
861 since Emacs 21.1.
862 * emulation/viper-util.el (viper-get-face):
863 * obsolete/lucid.el (find-face, get-face): Use facep.
864 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
865 Remove unused functions.
866 * vc/ediff-util.el (ediff-submit-report): Doc fix.
867
868 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
869 delete tempfile if interrupted during compilation.
870
871 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
873 * net/tls.el (tls-starttls-switches): Give up on using starttls with
874 gnutls-cli.
875 (tls-program): Add --insecure to be consistent with the defaults from
876 openssl s_client. Now all three commands are insecure.
877
878 2010-10-01 Eli Zaretskii <eliz@gnu.org>
879
880 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
881 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
882 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
883
884 2010-10-01 Glenn Morris <rgm@gnu.org>
885
886 * obsolete/sc.el: Remove file.
887
888 * files.el (temporary-file-directory): On darwin, also try
889 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
890
891 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
892
893 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
894 Let's not break compatibility gratuitously, shall we?
895
896 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * net/tls.el (tls-starttls-switches): New variable.
899 (tls-find-starttls-argument): Use it.
900 (open-tls-stream): Ditto.
901
902 * net/netrc.el (netrc-credentials): Return the value of the "default"
903 entry.
904 (netrc-machine): Ditto.
905
906 2010-09-30 Eli Zaretskii <eliz@gnu.org>
907
908 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
909
910 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
911
912 * server.el (server-start): Don't write pid to the authentication file.
913 (server-create-tty-frame): Don't send pid.
914 (server-process-filter): Send pid at the start of every connection.
915
916 2010-09-30 Glenn Morris <rgm@gnu.org>
917
918 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
919 (show-all-diary-entries): Remove obsolete function aliases.
920
921 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
922 Remove options, obsolete since 22.1.
923 (appt-display-format, appt-display-message): Remove
924 backwards-compatibility code.
925 (appt-check): No longer check appt-issue-message.
926 (appt-make-list): No longer autoload it. Doc fix. No longer
927 activate the package.
928
929 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
930
931 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
932 (starttls-negotiate): Just call boot, and let the handshake be
933 triggered from the read loop.
934
935 2010-09-29 Glenn Morris <rgm@gnu.org>
936
937 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
938 not displaying the diary.
939 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
940 * calendar/appt.el (appt-check): No longer need to kill diary.
941
942 * calendar/diary-lib.el (diary-list-entries): Move the
943 "Preparing..." message entirely here.
944 (diary-simple-display, diary-fancy-display): Move "Preparing..."
945 messages to diary-list-entries.
946 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
947 diary-display-function.
948
949 * calendar/diary-lib.el (diary-include-other-diary-files):
950 Trap some recursive includes.
951
952 * calendar/appt.el (appt-activate): Check diary file.
953
954 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
955
956 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
957 construction.
958
959 * calendar/time-date.el: No need to require cl for Emacs 21.
960
961 2010-09-28 Glenn Morris <rgm@gnu.org>
962
963 * calendar/appt.el (appt-check): Minor simplification.
964
965 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
966
967 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
968 citation prefix.
969
970 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
971
972 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
973 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
974
975 2010-09-27 Kenichi Handa <handa@m17n.org>
976
977 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
978 "ustar" format.
979
980 2010-09-27 Kenichi Handa <handa@m17n.org>
981
982 * international/mule.el (define-coding-system): Docstring fixed.
983
984 * international/mule-diag.el (describe-character-set): Use princ
985 with proper print-length and print-level instead of insert.
986
987 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
988
989 * window.el (walk-windows): Doc fix (bug#7105).
990
991 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * emacs-lisp/float-sup.el (e): Remove.
994
995 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
996
997 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
998 variable.
999 (starttls-negotiate): Use it.
1000
1001 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1004 back.
1005
1006 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1009
1010 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
1012 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1013
1014 * net/netrc.el (netrc-store-data): New function.
1015
1016 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1017
1018 * net/gnutls.el: GnuTLS glue code to set up a connection.
1019
1020 2010-09-25 Julien Danjou <julien@danjou.info>
1021
1022 * notifications.el: Call dbus-register-signal only if it is bound.
1023
1024 2010-09-25 Glenn Morris <rgm@gnu.org>
1025
1026 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1027 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1028 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1029 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1030 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1031 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1032 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1033 * eshell/esh-util.el, eshell/esh-var.el:
1034 Remove leading `*' from docs of faces and defcustoms.
1035
1036 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
1037
1038 * eshell/em-ls.el (eshell-ls-archive-regexp):
1039 * eshell/esh-util.el (eshell-tar-regexp):
1040 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1041 * info.el (Info-suffix-list):
1042 * international/mule.el (auto-coding-alist):
1043 * woman.el (woman-file-regexp, woman-file-compression-regexp):
1044 * progmodes/etags.el (tags-compression-info-list):
1045 Support xz compression.
1046
1047 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * files.el (get-free-disk-space): Don't assume the "df" output
1050 columns line up (Bug#6995).
1051
1052 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * finder.el (finder-unknown-keywords):
1055 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1056 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1057
1058 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * server.el (server-start): Revert part of 2010-08-08 change. Using
1061 address 127.0.0.1 for local host is now done in Fmake_network_process.
1062
1063 2010-09-24 Glenn Morris <rgm@gnu.org>
1064
1065 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1066 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1067 * textmodes/css-mode.el, textmodes/dns-mode.el:
1068 Move autoloaded auto-mode-alist entries to files.el.
1069 * files.el (auto-mode-alist): Move entries here.
1070
1071 2010-09-23 Glenn Morris <rgm@gnu.org>
1072
1073 * isearch.el (isearch-lazy-highlight-cleanup)
1074 (isearch-lazy-highlight-initial-delay)
1075 (isearch-lazy-highlight-interval)
1076 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1077 * net/net-utils.el (ipconfig-program-options):
1078 Move aliases to options before the associated definitions.
1079
1080 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * newcomment.el (comment-normalize-vars): Better test validity of
1083 comment-end-skip.
1084
1085 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1088 (float-e): New name for `e'.
1089 (degrees-to-radians, radians-to-degrees):
1090 * calendar/solar.el (solar-longitude):
1091 * calculator.el (calculator-registers, calculator-funcall):
1092 * textmodes/artist.el (artist-spray-random-points):
1093 * play/bubbles.el (bubbles--initialize-images): Use new names.
1094
1095 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
1096
1097 Update to CEDET 1.0's version of EIEIO.
1098
1099 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1100 New function.
1101 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1102 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1103 (class-precedence-list): If class is nil, return nil.
1104 (eieio-generic-call): If class of first input arg is nil, don't
1105 look up static methods, and do check for primary methods.
1106 (initialize-instance): See if the default needs to be evaluated
1107 during the constructor.
1108 (eieio-perform-slot-validation-for-default): Don't do the check
1109 for values that will eventually be evaluated.
1110 (eieio-eval-default-p): New function.
1111 (eieio-default-eval-maybe): Use it.
1112
1113 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
1114
1115 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1116 method-invocation-order.
1117 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1118 (eieio-class-precedence-dfs): Compute class precedence list using
1119 dfs algorithm.
1120 (eieio-class-precedence-bfs): Compute class precedence list using
1121 bfs algorithm.
1122 (eieio-class-precedence-c3): Compute class precedence list using
1123 c3 algorithm.
1124 (class-precedence-list): New function.
1125 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1126 (inconsistent-class-hierarchy): New error symbol.
1127 (call-next-method): Stow the replacement argument list for future
1128 call-next-method invocations.
1129
1130 2010-09-23 Glenn Morris <rgm@gnu.org>
1131
1132 * calendar/appt.el (appt-check): If not displaying the diary,
1133 use (diary 1) to only get the entries we need.
1134 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1135 that it is in day order. (Bug#7019)
1136
1137 * calendar/appt.el (appt-check): Rather than showing the diary,
1138 just turn off invisible display, and only if needed.
1139
1140 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1141
1142 2010-09-23 Glenn Morris <rgm@gnu.org>
1143
1144 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1145 (byte-compile-defvar, byte-compile-cl-warn):
1146 Start warnings with lower-case, like the majority.
1147
1148 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1149
1150 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
1151
1152 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1153 * files.el (auto-mode-alist): Move ld-script entries here, further down
1154 the list.
1155
1156 * vc/add-log.el: Don't require timezone when compiling.
1157 (timezone-make-date-sortable): Autoload it.
1158 (change-log-sortable-date-at): Don't require timezone.
1159 Use `ignore-errors'.
1160
1161 * comint.el (comint-use-prompt-regexp-instead-of-fields):
1162 Move alias before definition, so it does not need autoloading.
1163
1164 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1165 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1166 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1167 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1168 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1169 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1170 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1171 * textmodes/tex-mode.el, textmodes/two-column.el:
1172 Remove leading `*' from docs of defcustoms etc.
1173
1174 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1175
1176 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1177
1178 2010-09-22 Dan Christensen <jdc@uwo.ca>
1179
1180 * calendar/time-date.el (date-to-time): Try using parse-time-string
1181 first before using the slower timezone-make-date-arpa-standard.
1182
1183 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1184
1185 * calendar/time-date.el (format-seconds): Comment fix.
1186
1187 2010-09-22 Glenn Morris <rgm@gnu.org>
1188
1189 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1190 is not automatically buffer-local.
1191
1192 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1195 (smie-indent-comment): Be more careful with comment-start-skip.
1196 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1197 (smie-indent-functions): Use them.
1198
1199 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
1200
1201 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1202
1203 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
1204
1205 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1206 tool-bar-position. Don't modify frame parameters here.
1207 (menu-bar-options-save): Add tool-bar-position.
1208
1209 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1210
1211 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * textmodes/reftex-parse.el (reftex-what-macro)
1214 (reftex-context-substring): Let-bind forward-sexp-function to nil
1215 since we don't need/want to treat \begin...\end as a block (bug#7053).
1216
1217 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1218
1219 * simple.el (blink-matching-open): Use syntax-class.
1220
1221 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1222 Set invisibility spec for pascal's outline mode.
1223 (pascal-outline-change): Clean up calling convention.
1224 (pascal-show-all, pascal-hide-other-defuns): Update callers.
1225
1226 * progmodes/prolog.el (prolog-smie-forward-token)
1227 (prolog-smie-backward-token): New functions.
1228 (prolog-mode-variables): Use them to parse "!," correctly.
1229 Set up smie-blink-matching for ".".
1230
1231 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1232 and `end'.
1233 (ispell-region, ispell-process-line): Update users.
1234
1235 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1236 point-min==1.
1237
1238 * textmodes/ispell.el: Fix commenting convention.
1239 (ispell-parse-output): Simplify, use push.
1240 (ispell-region): Use match-string-no-properties.
1241 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1242 (ispell-minor-mode): Use define-minor-mode.
1243 (ispell-message): Remove unused var `skip-regexp'.
1244 (ispell-add-per-file-word-list): Use dynamic let-binding.
1245 Try and use the proper comment marker.
1246
1247 * mail/sendmail.el: Fix commenting convention.
1248 (sendmail-send-it): Use line-beginning-position.
1249
1250 * help-fns.el (describe-variable): Add original value, if applicable.
1251
1252 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1255
1256 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1257
1258 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1261 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1262 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1263 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1264 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1265 something like "." can also be a closer.
1266 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1267 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1268 Rename internal functions to use "--". Update callers.
1269
1270 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1271
1272 * fringe.el (fringe-styles): New var.
1273 (fringe-mode, fringe-query-style): Use it.
1274
1275 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1276
1277 * progmodes/sql.el: Version 2.8
1278 (sql-login-params): Update widget structure; changes still needed.
1279 (sql-product-alist): Add :list-all and :list-table features for
1280 SQLite, Postgres and MySQL products.
1281 (sql-redirect): Handle default value.
1282 (sql-execute, sql-execute-feature): New functions.
1283 (sql-read-table-name): New function.
1284 (sql-list-all, sql-list-table): New functions. User API.
1285 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1286 for above functions.
1287 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1288 for above functions.
1289 (sql-postgres-login-params): Add user and database defaults.
1290 (sql-buffer-live-p): Bug fix.
1291 (sql-product-history): New variable.
1292 (sql-read-product): New function. Use it.
1293 (sql-set-product, sql-product-interactive): Use it.
1294 (sql-connection-history): New variable.
1295 (sql-read-connection): New function. Use it.
1296 (sql-connect): New function.
1297 (sql-for-each-login): Redesign function interface.
1298 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1299 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1300 (sql-comint): Check for program. Existing live buffer.
1301 (sql-comint-postgres): Add port parameter.
1302
1303 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * emacs-lisp/warnings.el: Fix commenting convention.
1306 (display-warning): Use special mode and make the buffer read-only.
1307
1308 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1309
1310 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1311 empty string when it follows a repeated or optional pattern.
1312
1313 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1316 (indent-region): Use indent-according-to-mode.
1317
1318 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1319
1320 * fringe.el (fringe-mode): Doc fix.
1321
1322 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1323
1324 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1325 refreshing the preview buffer.
1326
1327 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1330 (latex-syntax-propertize-rules): New consts; replace
1331 tex-font-lock-syntactic-keywords.
1332 (tex-env-mark, latex-env-before-change): New functions.
1333 (latex-electric-env-pair-mode): New minor mode.
1334 (tex-font-lock-verb): Change arguments; do move point.
1335 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1336 representation as a form of comment.
1337 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1338 (doctex-syntax-propertize-rules): New const; replaces
1339 doctex-font-lock-syntactic-keywords.
1340 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1341
1342 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1343 (fortran-make-syntax-propertize-function): New function; replaces
1344 fortran-font-lock-syntactic-keywords.
1345 (fortran-mode): Use it.
1346 (fortran-line-length): Use it. Improve interactive spec.
1347
1348 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1349 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1350 when adding surrounding \(..\).
1351
1352 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1353
1354 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1357 Use with-current-buffer.
1358
1359 * isearch.el (isearch-face): Rename from `isearch'.
1360 (isearch-highlight): Use new name.
1361
1362 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1363
1364 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1365 5, for `half' width fringes. (Bug#6933)
1366
1367 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1370 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1371
1372 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1373
1374 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1375
1376 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1377 in calculating new frame position. Add more space between new and
1378 parent on the left (Bug#7048).
1379
1380 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1383 defmacro.
1384
1385 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1388
1389 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1390 obsolete alias for x-selection-value.
1391
1392 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1393
1394 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1397 cookie.
1398
1399 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * net/tramp-compat.el (tramp-compat-with-temp-message)
1402 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1403 (tramp-compat-process-put): New defuns.
1404
1405 * net/tramp.el (top):
1406 * net/tramp-gvfs.el (top):
1407 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1408
1409 * net/tramp.el (tramp-progress-reporter-update):
1410 Use `tramp-compat-funcall'.
1411
1412 * net/tramp.el (tramp-process-actions):
1413 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1414 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1415 (tramp-get-remote-stat, tramp-get-remote-readlink):
1416 Use `tramp-compat-with-temp-message'.
1417
1418 * net/tramp-sh.el (top): Require 'cl.
1419 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1420 (tramp-open-connection-setup-interactive-shell):
1421 Use `tramp-compat-process-put'.
1422
1423 2010-09-15 Alan Mackenzie <acm@muc.de>
1424
1425 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1426 indentation.
1427 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1428
1429 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1432 `lexical' for warnings related to lexical scoping.
1433 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1434 global vars which don't have a prefix and could hence affect lexical
1435 scoping in unrelated files.
1436
1437 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * net/imap.el: Revert back to version
1440 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1441 seem problematic.
1442
1443 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * obsolete/old-whitespace.el (whitespace-unload-function):
1446 Explicitly pass `obarray' to `unintern' to avoid a warning.
1447
1448 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1451 Add `when' argument. Update callers.
1452
1453 * subr.el (unintern): Declare the obarray arg mandatory.
1454
1455 2010-09-14 Glenn Morris <rgm@gnu.org>
1456
1457 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1458 Doc fixes.
1459
1460 * calendar/diary-lib.el (diary-included-files): New variable.
1461 (diary-list-entries): Maybe initialize diary-included-files.
1462 (diary-include-other-diary-files): Append to diary-included-files.
1463 * calendar/appt.el (appt-update-list): Also check the members of
1464 diary-included-files. (Bug#6999)
1465 (appt-check): Doc fix.
1466
1467 2010-09-14 David Reitter <david.reitter@gmail.com>
1468
1469 * simple.el (line-move-visual): Do not truncate goal column to
1470 integer size. (Bug#7020)
1471
1472 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * repeat.el (repeat): Allow repeating when the last event is a click.
1475 Suggested by Drew Adams (bug#6256).
1476
1477 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1478
1479 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1480 Replace setting HGRCPATH to "" by some less invasive --config options.
1481
1482 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * font-lock.el (font-lock-beginning-of-syntax-function):
1485 Mark as obsolete.
1486
1487 2010-09-14 Glenn Morris <rgm@gnu.org>
1488
1489 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1490 and tool-bar modes. (Bug#6211)
1491 (menu-bar-mode): Move setting of standard-value after the
1492 minor-mode definition, otherwise it seems to have no effect.
1493
1494 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1495
1496 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1497 Fix typo. (Bug#6976)
1498
1499 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1500
1501 * whitespace.el: Allow cleaning up blanks without blank
1502 visualization (Bug#6651). Adjust help window for
1503 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1504 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1505 (whitespace-style): Add new value 'face. Adjust docstring.
1506 (whitespace-space, whitespace-hspace, whitespace-tab):
1507 Adjust foreground property face.
1508 (whitespace-line-column): Adjust docstring and type declaration.
1509 (whitespace-style-value-list, whitespace-toggle-option-alist)
1510 (whitespace-help-text): Adjust const initialization.
1511 (whitespace-toggle-options, global-whitespace-toggle-options):
1512 Adjust docstring.
1513 (whitespace-display-window, whitespace-interactive-char)
1514 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1515 (whitespace-help-scroll): New fun.
1516
1517 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * calendar/time-date.el (format-seconds): Comment fix.
1520
1521 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1522
1523 * progmodes/sql.el: Version 2.7.
1524 (sql-buffer-live-p): Improve detection.
1525 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1526 (sql-set-sqli-buffer): Use it.
1527 (sql-product-interactive): Run `sql-set-sqli-hook'.
1528 (sql-rename-buffer): Code cleanup.
1529 (sql-redirect, sql-redirect-value): New functions. More to come.
1530
1531 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1532
1533 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.
1534 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1535 (TRAMP_SRC): New macro.
1536 ($(lisp)/net/tramp-loaddefs.el): New target.
1537
1538 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1539
1540 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1541
1542 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1543
1544 * net/tramp.el (top): Don't show loading message. Require just
1545 'tramp-compat, everything else is required there.
1546 Use `ignore-errors' where appropriate.
1547 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1548 (tramp-terminal-type, tramp-end-of-output)
1549 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1550 (tramp-completion-function-alist-ssh)
1551 (tramp-completion-function-alist-telnet)
1552 (tramp-completion-function-alist-su)
1553 (tramp-completion-function-alist-putty, tramp-remote-path)
1554 (tramp-remote-process-environment, tramp-sh-extra-args)
1555 (tramp-actions-before-shell, tramp-uudecode)
1556 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1557 (tramp-perl-file-attributes)
1558 (tramp-perl-directory-files-and-attributes)
1559 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1560 (tramp-perl-encode, tramp-perl-decode)
1561 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1562 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1563 (tramp-handle-make-symbolic-link, tramp-handle-load)
1564 (tramp-handle-file-name-as-directory)
1565 (tramp-handle-file-name-directory)
1566 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1567 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1568 (tramp-do-file-attributes-with-ls)
1569 (tramp-do-file-attributes-with-perl)
1570 (tramp-do-file-attributes-with-stat)
1571 (tramp-handle-set-visited-file-modtime)
1572 (tramp-handle-verify-visited-file-modtime)
1573 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1574 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1575 (tramp-handle-file-selinux-context)
1576 (tramp-handle-set-file-selinux-context)
1577 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1578 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1579 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1580 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1581 (tramp-handle-file-ownership-preserved-p)
1582 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1583 (tramp-handle-directory-files-and-attributes)
1584 (tramp-do-directory-files-and-attributes-with-perl)
1585 (tramp-do-directory-files-and-attributes-with-stat)
1586 (tramp-handle-file-name-all-completions)
1587 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1588 (tramp-handle-copy-file, tramp-handle-copy-directory)
1589 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1590 (tramp-do-copy-or-rename-file-via-buffer)
1591 (tramp-do-copy-or-rename-file-directly)
1592 (tramp-do-copy-or-rename-file-out-of-band)
1593 (tramp-handle-make-directory, tramp-handle-delete-directory)
1594 (tramp-handle-delete-file)
1595 (tramp-handle-dired-recursive-delete-directory)
1596 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1597 (tramp-handle-insert-directory)
1598 (tramp-handle-unhandled-file-name-directory)
1599 (tramp-handle-expand-file-name)
1600 (tramp-handle-substitute-in-file-name)
1601 (tramp-handle-executable-find, tramp-process-sentinel)
1602 (tramp-handle-start-file-process, tramp-handle-process-file)
1603 (tramp-handle-call-process-region, tramp-handle-shell-command)
1604 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1605 (tramp-handle-insert-file-contents)
1606 (tramp-handle-insert-file-contents-literally)
1607 (tramp-handle-find-backup-file-name)
1608 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1609 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1610 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1611 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1612 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1613 (tramp-find-file-exists-command, tramp-open-shell)
1614 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1615 (tramp-open-connection-setup-interactive-shell)
1616 (tramp-local-coding-commands, tramp-remote-coding-commands)
1617 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1618 (tramp-inline-compress-commands, tramp-find-inline-compress)
1619 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1620 (tramp-send-command, tramp-wait-for-output)
1621 (tramp-send-command-and-check, tramp-barf-unless-okay)
1622 (tramp-send-command-and-read, tramp-mode-string-to-int)
1623 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1624 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1625 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1626 (tramp-method-out-of-band-p, tramp-local-host-p)
1627 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1628 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1629 (tramp-get-test-command, tramp-get-test-nt-command)
1630 (tramp-get-file-exists-command, tramp-get-remote-ln)
1631 (tramp-get-remote-perl, tramp-get-remote-stat)
1632 (tramp-get-remote-readlink, tramp-get-remote-trash)
1633 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1634 (tramp-get-local-uid, tramp-get-local-gid)
1635 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1636 tramp-sh.el.
1637 (tramp-methods, tramp-default-method-alist)
1638 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1639 Move initialization to tramp-sh.el.
1640 (tramp-temp-name-prefix): Make it a defconst.
1641 (tramp-dissect-file-name): Don't check anymore for multi-hop
1642 methods.
1643 (tramp-debug-outline-regexp): Add a docstring.
1644 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1645 (tramp-get-debug-buffer): Use it.
1646
1647 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1648 initialization forms.
1649 (tramp-set-connection-property): Don't protect `tramp-message'
1650 call, it isn't necessary any longer.
1651 (tramp-dump-connection-properties): Use `ignore-errors'.
1652
1653 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1654 'password-cache and 'auth-source.
1655
1656 * net/tramp-gvfs.el (top):
1657 * net/tramp-smb.el (top): Require 'tramp-sh.
1658
1659 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1660
1661 * net/tramp-sh.el: New file, derived from tramp.el.
1662 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1663 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1664 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1665 Use `ignore-errors' where appropriate.
1666 (tramp-sh-file-name-handler-alist): Rename from
1667 `tramp-file-name-handler-alist'.
1668 (tramp-send-command-and-check): Return t or nil. Remove all
1669 `zerop' checks, where called.
1670 (tramp-handle-set-file-modes)
1671 (tramp-do-copy-or-rename-file-directly)
1672 (tramp-handle-delete-directory, tramp-handle-delete-file)
1673 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1674 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1675 (tramp-get-remote-ln): Set tramp-autoload cookie.
1676
1677 * net/tramp-fish.el: Remove file.
1678
1679 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1680
1681 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1682 buffer-file-name to avoid file-locking. (Bug#7026)
1683
1684 2010-09-13 Julien Danjou <julien@danjou.info>
1685
1686 * notifications.el (notifications-notify): Add support for
1687 image-path and sound-name.
1688 (notifications-specification-version): Add this variable.
1689
1690 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1693
1694 2010-09-12 Leo <sdl.web@gmail.com>
1695
1696 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1697 (rcirc-completion-start): New variables.
1698 (rcirc-nick-completions): Rename to rcirc-completions.
1699 (rcirc-nick-completion-start-offset): Delete.
1700 (rcirc-completion-at-point): New function for constructing
1701 completion data for both nicks and irc commands. Add to
1702 completion-at-point-functions in rcirc mode.
1703 (rcirc-complete): Rename from rcirc-nick-complete; use
1704 rcirc-completion-at-point.
1705 (defun-rcirc-command): Update rcirc-client-commands.
1706
1707 2010-09-11 Glenn Morris <rgm@gnu.org>
1708
1709 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1710 atomically, to avoid parallel build errors. (Bug#4196)
1711
1712 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1713
1714 * progmodes/sql.el: Version 2.6
1715 (sql-dialect): Synonym for "sql-product".
1716 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1717 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1718 Set "sql-buffer" to buffer name not buffer object so multiple sql
1719 interactive buffers work properly. Reverts misguided changes in
1720 earlier work.
1721 (sql-comint): Make sure different buffer name is used if "*SQL*"
1722 buffer is for a different product.
1723 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1724 login param.
1725 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1726 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1727 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1728 Accept new buffer name or prompt for one.
1729 (sql-port): Default to zero.
1730 (sql-comint-mysql): Handle "sql-port" as a numeric.
1731 (sql-port-history): Delete unused variable.
1732 (sql-get-login): Default "sql-port" to a number.
1733 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1734 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1735 "sqlite3" executables.
1736 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1737 (sql-buffer-live-p): New function.
1738 (sql-mode-menu, sql-send-string): Use it.
1739 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1740 syntax pattern.
1741 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1742 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1743
1744 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1745
1746 * net/netrc.el (netrc-credentials): New convenience function.
1747
1748 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1751 to replace texinfo-font-lock-syntactic-keywords.
1752 (texinfo-mode): Use it.
1753
1754 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1755 Use syntax-propertize-function.
1756
1757 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1758 replace sgml-font-lock-syntactic-keywords.
1759 (sgml-mode): Use it.
1760
1761 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1762 since we don't use it.
1763
1764 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1765
1766 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1767 if available.
1768 (vhdl-fontify-buffer): Adjust.
1769
1770 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1771 replace tcl-font-lock-syntactic-keywords.
1772 (tcl-mode): Use it.
1773
1774 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1775 replace simula-font-lock-syntactic-keywords.
1776 (simula-mode): Use it.
1777
1778 * progmodes/sh-script.el (sh-st-symbol): Remove.
1779 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1780 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1781 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1782 (sh-font-lock-paren): Set syntax-multiline.
1783 (sh-font-lock-syntactic-keywords): Remove.
1784 (sh-syntax-propertize-function): New function to replace it.
1785 (sh-mode): Use it.
1786
1787 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1788 Define while compiling.
1789 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1790 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1791 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1792 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1793 (ruby-here-doc-end-syntax): Only define when
1794 syntax-propertize is not available.
1795 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1796 New functions.
1797 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1798 (electric-indent-chars): Silence bytecompiler.
1799 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1800 electric-indent-chars.
1801
1802 * progmodes/python.el (python-syntax-propertize-function): New var to
1803 replace python-font-lock-syntactic-keywords.
1804 (python-mode): Use it.
1805 (python-quote-syntax): Simplify and adjust to new use.
1806
1807 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1808 replace perl-font-lock-syntactic-keywords.
1809 (perl-syntax-propertize-special-constructs): New fun to replace
1810 perl-font-lock-special-syntactic-constructs.
1811 (perl-font-lock-syntactic-face-function): New fun.
1812 (perl-mode): Use it.
1813
1814 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1815 to replace octave-font-lock-close-quotes.
1816 (octave-syntax-propertize-function): New function to replace
1817 octave-font-lock-syntactic-keywords.
1818 (octave-mode): Use it.
1819
1820 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1821 replaces mixal-font-lock-syntactic-keywords.
1822 (mixal-mode): Use it.
1823
1824 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1825 New var; replaces makefile-font-lock-syntactic-keywords.
1826 (makefile-mode): Use it.
1827 (makefile-imake-mode): Adjust.
1828
1829 * progmodes/js.el (js--regexp-literal): Define while compiling.
1830 (js-syntax-propertize-function): New var; replaces
1831 js-font-lock-syntactic-keywords.
1832 (js-mode): Use it.
1833
1834 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1835 replaces gdb-script-font-lock-syntactic-keywords.
1836 (gdb-script-mode): Use it.
1837
1838 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1839 (fortran--font-lock-syntactic-keywords): New var.
1840 (fortran-line-length): Update syntax-propertize-function and
1841 fortran--font-lock-syntactic-keywords.
1842
1843 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1844
1845 * progmodes/cfengine.el (cfengine-mode):
1846 Use syntax-propertize-function.
1847 (cfengine-font-lock-syntactic-keywords): Remove.
1848
1849 * progmodes/autoconf.el (autoconf-mode):
1850 Use syntax-propertize-function.
1851 (autoconf-font-lock-syntactic-keywords): Remove.
1852
1853 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1854 (ada-after-change-function, ada-initialize-syntax-table-properties)
1855 (ada-handle-syntax-table-properties): Only define when
1856 syntax-propertize is not available.
1857 (ada-mode): Use syntax-propertize-function.
1858
1859 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1860 (font-lock-fontify-syntactic-keywords-region): Move handling of
1861 font-lock-syntactically-fontified to...
1862 (font-lock-default-fontify-region): ...here.
1863 Let syntax-propertize-function take precedence.
1864 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1865
1866 * emacs-lisp/syntax.el (syntax-propertize-function)
1867 (syntax-propertize-chunk-size, syntax-propertize--done)
1868 (syntax-propertize-extend-region-functions): New vars.
1869 (syntax-propertize-wholelines, syntax-propertize-multiline)
1870 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1871 (syntax-propertize): New functions.
1872 (syntax-propertize-rules): New macro.
1873 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1874 (syntax-ppss): Call syntax-propertize.
1875
1876 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1877
1878 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1879
1880 * textmodes/ispell.el (ispell-init-process): Improve comments.
1881 XEmacs compatibility changes regarding (add-hook) 'local option
1882 and (set-process-query-on-exit-flag).
1883
1884 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1885
1886 * net/tramp-cache.el (tramp-parse-connection-properties):
1887 Set tramp-autoload cookie.
1888
1889 2010-09-09 Glenn Morris <rgm@gnu.org>
1890
1891 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1892 (imagemagick-register-types): Doc fix.
1893
1894 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1897
1898 * progmodes/js.el (require): Require is already "eval-and-compile".
1899 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1900 (js--re-search-backward): Use js--re-search-forward.
1901
1902 * progmodes/fortran.el (fortran-line-length): Don't recompute
1903 syntactic keywords redundantly a second time.
1904
1905 * progmodes/ada-mode.el: Replace "(set '" with setq.
1906 (ada-mode): Simplify.
1907 (ada-create-case-exception, ada-adjust-case-interactive)
1908 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1909 (ada-search-ignore-string-comment, ada-move-to-start)
1910 (ada-move-to-end): Use with-syntax-table.
1911
1912 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1913 (font-lock-unfontify-region, font-lock-default-fontify-region):
1914 Update usage correspondingly.
1915 (font-lock-fontify-syntactic-keywords-region):
1916 Set parse-sexp-lookup-properties buffer-locally here.
1917 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1918
1919 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1920
1921 2010-09-08 Glenn Morris <rgm@gnu.org>
1922
1923 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1924 Error if not compiled with -DBYTE_CODE_METER.
1925
1926 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1927 Ignore dir-locals-file.
1928
1929 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1932 Not a const.
1933 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1934 for the `gnu' messages.
1935 (compilation-set-skip-threshold): New command.
1936 (compilation-start): Use \' rather than $.
1937 (compilation-forget-errors): Use clrhash.
1938
1939 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1940
1941 * textmodes/ispell.el (ispell-valid-dictionary-list):
1942 Simplify logic.
1943
1944 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1945
1946 Migrate to Tramp 2.2. Rearrange load dependencies.
1947 (Bug#1529, Bug#5448, Bug#5705)
1948
1949 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1950 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1951 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1952
1953 * net/tramp.el (top): Remove all other tramp-* loads except
1954 tramp-compat.el. Remove all changes to tramp-unload-hook for
1955 other tramp-* packages. Rearrange defun order. Change calls of
1956 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1957 `tramp-compat-octal-to-decimal' to new function names.
1958 (tramp-terminal-type, tramp-initial-end-of-output)
1959 (tramp-methods, tramp-foreign-file-name-handler-alist)
1960 (tramp-tramp-file-p, tramp-completion-mode-p)
1961 (tramp-send-command-and-check, tramp-get-remote-path)
1962 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1963 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1964 (with-file-property, with-connection-property): Move to
1965 tramp-cache.el.
1966 (tramp-local-call-process, tramp-decimal-to-octal)
1967 (tramp-octal-to-decimal): Move to tramp-compat.el.
1968 (tramp-handle-shell-command): Do not require 'shell.
1969 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1970 symbols.
1971 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1972
1973 * net/tramp-cache.el (top): Require 'tramp. Add to
1974 `tramp-unload-hook'.
1975 (tramp-cache-data, tramp-get-file-property)
1976 (tramp-set-file-property, tramp-flush-file-property)
1977 (tramp-flush-directory-property, tramp-get-connection-property)
1978 (tramp-set-connection-property, tramp-flush-connection-property)
1979 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1980 cookie.
1981 (with-file-property, with-connection-property): New defuns, moved
1982 from tramp.el.
1983 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1984 macro.
1985
1986 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1987 (tramp-version): Set tramp-autoload cookie.
1988
1989 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1990 changes to tramp-unload-hook for other tramp-* packages. Add to
1991 `tramp-unload-hook'.
1992 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1993 (tramp-compat-call-process): New defuns, moved from tramp.el.
1994
1995 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1996 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1997 to `tramp-unload-hook'. Change call of
1998 `tramp-compat-decimal-to-octal' to new function name.
1999 (tramp-fish-method): Make it a defconst.
2000 (tramp-fish-file-name-p): Make it a defsubst.
2001 (tramp-fish-method, tramp-fish-file-name-handler)
2002 (tramp-fish-file-name-p): Set tramp-autoload cookie.
2003
2004 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2005 `tramp-foreign-file-name-handler-alist'. Add to
2006 `tramp-unload-hook'.
2007 (tramp-ftp-method): Make it a defconst.
2008 (tramp-ftp-file-name-p): Make it a defsubst.
2009 (tramp-ftp-method, tramp-ftp-file-name-handler)
2010 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2011
2012 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2013 `tramp-foreign-file-name-handler-alist'. Add to
2014 `tramp-unload-hook'. Change checks, whether package can be
2015 loaded.
2016 (tramp-gvfs-file-name-p): Make it a defsubst.
2017 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2018 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2019 (tramp-gvfs-handle-file-directory-p): New defun.
2020 (tramp-gvfs-file-name-handler-alist): Use it.
2021
2022 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2023 `tramp-foreign-file-name-handler-alist'. Add to
2024 `tramp-unload-hook'.
2025 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2026 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2027 defconst.
2028 (tramp-gw-tunnel-method, tramp-gw-socks-method)
2029 (tramp-gw-open-connection): Set tramp-autoload cookie.
2030
2031 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
2032 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2033 to `tramp-unload-hook'. Change checks, whether package can be
2034 loaded.
2035 (tramp-imap-file-name-p): Make it a defsubst.
2036 (tramp-imap-method, tramp-imaps-method)
2037 (tramp-imap-file-name-handler)
2038 (tramp-imap-file-name-p): Set tramp-autoload cookie.
2039
2040 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
2041 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
2042 to `tramp-unload-hook'. Change checks, whether package can be
2043 loaded. Change call of `tramp-compat-decimal-to-octal' to new
2044 function name.
2045 (tramp-smb-tunnel-method): Make it a defconst.
2046 (tramp-smb-file-name-p): Make it a defsubst.
2047 (tramp-smb-method, tramp-smb-file-name-handler)
2048 (tramp-smb-file-name-p): Set tramp-autoload cookie.
2049
2050 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2051 (tramp-uuencode-region): Set tramp-autoload cookie.
2052
2053 * net/trampver.el (top) Add to `tramp-unload-hook'.
2054 (tramp-version, tramp-bug-report-address): Set tramp-autoload
2055 cookie. Update release number.
2056
2057 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
2058
2059 * textmodes/ispell.el (ispell-start-process): Make sure original
2060 arg list is properly initialized (Bug#6993, Bug#6994).
2061
2062 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2063
2064 * files.el (directory-abbrev-alist): Use \` as default regexp.
2065
2066 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2067 chars like - or ] (bug#6984).
2068 (rx-any-condense-range): Explode 2-char ranges.
2069
2070 2010-09-06 Glenn Morris <rgm@gnu.org>
2071
2072 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2073
2074 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * textmodes/bibtex.el:
2077 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2078
2079 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2080
2081 * net/imap.el (imap-message-map): Remove optional buffer parameter,
2082 since no callers use it.
2083 (imap-message-get): Ditto.
2084 (imap-message-put): Ditto.
2085 (imap-mailbox-map): Ditto.
2086 (imap-mailbox-put): Ditto.
2087 (imap-mailbox-get): Ditto.
2088 (imap-mailbox-get): Revert last change for this function.
2089
2090 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2091
2092 * net/imap.el (imap-fetch-safe): Remove function, and alter all
2093 callers to use `imap-fetch' instead. According to the comments, this
2094 should be safe, since all other IMAP clients use the 1:* syntax.
2095 (imap-enable-exchange-bug-workaround): Remove.
2096 (imap-debug): Remove -- doesn't seem very useful.
2097
2098 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * net/imap.el (imap-log): New convenience function used throughout
2101 instead of repeating the same code all over the place.
2102
2103 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
2104
2105 * mouse.el (mouse-save-then-kill): Save region to kill-ring
2106 when mouse-drag-copy-region is non-nil (Bug#6956).
2107
2108 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2111 Improve regexps (Bug#6987).
2112 (dired-sort-toggle): Search more robustly for -t flag.
2113
2114 * files.el (get-free-disk-space): Search more robustly for
2115 "available" column. Suggested by Ehud Karni
2116 <ehud@unix.mvs.co.il>.
2117
2118 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * international/uni-bidi.el:
2121 * international/uni-category.el:
2122 * international/uni-combining.el:
2123 * international/uni-decimal.el:
2124 * international/uni-mirrored.el:
2125 * international/uni-name.el: Regenerate.
2126
2127 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * electric.el (electric-indent-post-self-insert-function):
2130 Don't reindent with a sloppy indentation function.
2131
2132 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2133 border case in change-log-mode.
2134
2135 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
2136
2137 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2138 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2139 Recognize leading tab in gcc-include regexp. Ignore names with
2140 leading "from" or "in" in gnu regexp (Bug#6937).
2141
2142 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2145 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2146 (ispell-start-process): Avoid setq and simplify logic.
2147 (ispell-init-process): Setup kill-buffer-hook locally when needed.
2148 (kill-buffer-hook): Don't use it globally with code that uses
2149 expand-file-name since that may call kill-buffer via
2150 code_conversion_restore.
2151
2152 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2153
2154 * emacs-lisp/package.el (package-directory-list): Only call
2155 file-name-nondirectory on a string.
2156
2157 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2158
2159 * emacs-lisp/package.el (package--download-one-archive):
2160 Ensure that archive-contents is valid before saving it.
2161 (package-activate-1, package-mark-obsolete, define-package)
2162 (package-compute-transaction, package-list-maybe-add): Use push.
2163
2164 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 Use SMIE's blink-paren for octave-mode.
2167 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2168 Backslashes do not escape single-quotes, single-quotes do.
2169 (octave-block-else-regexp, octave-block-end-regexp)
2170 (octave-block-match-alist): Remove.
2171 (octave-smie-bnf-table): New var, with old content.
2172 (octave-smie-op-levels): Use it.
2173 (octave-smie-closer-alist): New var.
2174 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
2175 (octave-blink-matching-block-open): Remove.
2176 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2177 (octave-electric-space): Let self-insert-command run expand-abbrev and
2178 blink parens.
2179
2180 * electric.el (electricity): New group.
2181 (electric-indent-chars): New var.
2182 (electric-indent-post-self-insert-function): New fun.
2183 (electric-indent-mode): New minor mode.
2184 (electric-pair-skip-self): New custom.
2185 (electric-pair-post-self-insert-function): New function.
2186 (electric-pair-mode): New minor mode.
2187
2188 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2189 calcAlg-blink-matching-open.
2190 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2191 (calc-do-alg-entry): Only touch the part of the keymap that varies.
2192 Use the new blink-matching-check-function.
2193
2194 Provide blink-matching support to SMIE.
2195 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2196 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2197 (smie-blink-matching-check, smie-blink-matching-open): New functions.
2198
2199 * simple.el (newline): Fix last change to properly remove itself from
2200 the hook.
2201
2202 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * simple.el (newline): Eliminate optimization.
2205 Use post-self-insert-hook to set hard-newline and things before
2206 running post-self-insert-hook.
2207 (blink-matching-check-mismatch): New function.
2208 (blink-matching-check-function): New variable.
2209 (blink-matching-open): Use them.
2210 Skip back forward over prefix chars skipped by forward-sexp.
2211 Don't check if the parens are backslash escaped.
2212 (blink-paren-post-self-insert-function): Check backslash escaping here.
2213
2214 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * emacs-lisp/package.el (package-menu-mode-map):
2217 Change package-menu-revert bindings to revert-buffer.
2218 (package-menu-mode): Set revert-buffer-function.
2219 (package-menu-revert): Doc fix.
2220
2221 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
2222
2223 * textmodes/ispell.el (ispell-init-process): Use "~/" as
2224 `default-directory' unless using Ispell per-directory personal
2225 dictionaries and not in a mini-buffer under XEmacs.
2226 (kill-buffer-hook): Do not kill ispell process on exit when
2227 `ispell-process-directory' is "~/". (Bug#6143)
2228
2229 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2230
2231 * simple.el (kill-new): Call interprogram-cut-function with only
2232 one argument.
2233
2234 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2235 Remove cut buffer from error message.
2236
2237 * term/x-win.el (x-select-text):
2238 * term/pc-win.el (x-selection-value):
2239 * term/ns-win.el (x-selection-value):
2240 * eshell/em-term.el:
2241 * w32-fns.el (x-get-selection-value):
2242 * mouse-sel.el (mouse-sel-set-selection-function):
2243 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2244
2245 * term/x-win.el: Update documentation for x-last-selected-text-*.
2246 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2247 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2248 (x-select-text): Remove argument PUSH, update documentation. Remove
2249 cut-buffer code.
2250 (x-selection-value-internal): Was previously x-selection-value.
2251 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2252 Update documentation, remove cut-buffer code. Call
2253 x-selection-value-internal.
2254 (x-clipboard-yank): Call x-selection-value-internal.
2255 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2256
2257 * term/pc-win.el (x-last-selected-text):
2258 x-cut-buffer-or-selection-value renamed to x-selection-value
2259 (x-select-text): Remove argument PUSH, update documentation.
2260
2261 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2262 x-cut-buffer-or-selection-value renamed to x-selection-value
2263 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2264 (x-select-text): Remove argument PUSH, update documentation.
2265
2266 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2267
2268 * w32-fns.el (x-last-selected-text):
2269 x-cut-buffer-or-selection-value renamed to x-selection-value.
2270 (x-cut-buffer-max): Remove.
2271 (x-select-text): Remove argument PUSH, update documentation.
2272
2273 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2274
2275 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2276
2277 * mouse-sel.el (mouse-sel-get-selection-function):
2278 x-cut-buffer-or-selection-value renamed to x-selection-value.
2279 (x-select-text): Remove optional push.
2280
2281 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * simple.el (blink-paren-function): Move from C to here.
2284 (blink-paren-post-self-insert-function): New function.
2285 (post-self-insert-hook): Use it.
2286
2287 * emacs-lisp/pcase.el (pcase-split-memq):
2288 Fix overenthusiastic optimisation.
2289 (pcase-u1): Handle the case of a lambda pred.
2290
2291 2010-08-31 Kenichi Handa <handa@m17n.org>
2292
2293 * international/mule-cmds.el (standard-display-european-internal):
2294 Setup standard-display-table for 8-bit characters by storing 8-bit
2295 characters in the element vector.
2296
2297 * disp-table.el (standard-display-8bit):
2298 Setup standard-display-table for 8-bit characters by storing 8-bit
2299 characters in the element vector.
2300 (standard-display-european): Likewise.
2301
2302 2010-08-31 Masatake YAMATO <yamato@redhat.com>
2303
2304 * textmodes/nroff-mode.el (nroff-view): New command.
2305 (nroff-mode-map): Bind it to C-c C-c.
2306
2307 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * emacs-lisp/smie.el (smie-down-list): New command.
2310
2311 Remove old indentation and navigation code on octave-mode.
2312 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2313 smie-down-list rather than add a binding for octave-down-block.
2314 (octave-mark-block, octave-blink-matching-block-open):
2315 Rely on forward-sexp-function.
2316 (octave-fill-paragraph): Don't narrow, so you can use
2317 indent-according-to-mode.
2318 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2319 (octave-in-block-p, octave-re-search-forward-kw)
2320 (octave-re-search-backward-kw, octave-indent-calculate)
2321 (octave-end-as-array-index-p, octave-block-end-offset)
2322 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2323 (octave-down-block, octave-backward-up-block, octave-up-block)
2324 (octave-before-magic-comment-p, octave-indent-line): Remove.
2325
2326 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * emacs-lisp/package.el (package--read-archive-file): Just use
2329 `read', to avoid copying an additional string.
2330 (package-menu-mode): Set header-line-format here.
2331 (package-menu-refresh, package-menu-revert): Signal an error if
2332 not in the Package Menu.
2333 (package-menu-package-list): New var.
2334 (package--generate-package-list): Operate on the current buffer;
2335 don't assume that it is *Packages*, since the user may rename it.
2336 Allow persistent package listings and sort keys using
2337 package-menu-package-list and package-menu-package-sort-key.
2338 (package-menu--version-predicate): Fix version calculation.
2339 (package-menu-sort-by-column): Don't select the window.
2340 (package--list-packages): Create the *Packages* buffer.
2341 Set package-menu-package-list-key.
2342 (list-packages): Sorting by status is now the default.
2343 (package-buffer-info): Use match-string-no-properties.
2344 (define-package): Add a &rest argument for future proofing, but
2345 don't use it yet.
2346 (package-install-from-buffer, package-install-buffer-internal):
2347 Merge into a single function, package-install-from-buffer.
2348 (package-install-file): Change caller.
2349
2350 * finder.el: Load finder-inf using `require'.
2351 (finder-list-matches): Sorting by status is now the default.
2352 (finder-compile-keywords): Simpify printing.
2353
2354 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2357 (octave-mode-map): Remove special bindings for forward/backward-block
2358 and octave-backward-up-block. Use smie-close-block.
2359 (octave-continuation-marker-regexp): New var.
2360 (octave-continuation-regexp): Use it.
2361 (octave-operator-table, octave-smie-op-levels)
2362 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2363 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2364 (octave-mode): Use SMIE.
2365 (octave-close-block): Delete.
2366
2367 2010-08-30 Eli Zaretskii <eliz@gnu.org>
2368
2369 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2370 CLIPBOARD, not in PRIMARY. (Bug#6944)
2371
2372 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2375 a list of parents.
2376 (smie-indent-column): Allow indirection through variables.
2377
2378 * composite.el (save-buffer-state): Delete, unused.
2379 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2380 (font-lock-default-fontify-region): Use with-syntax-table.
2381 * jit-lock.el (with-buffer-unmodified): Remove.
2382 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2383
2384 Use `declare' in defmacros.
2385 * window.el (save-selected-window):
2386 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2387 * progmodes/python.el (def-python-skeleton):
2388 * net/dbus.el (dbus-ignore-errors):
2389 * jka-cmpr-hook.el (with-auto-compression-mode):
2390 * international/mule.el (with-category-table):
2391 * emacs-lisp/timer.el (with-timeout):
2392 * emacs-lisp/lisp-mnt.el (lm-with-file):
2393 * emacs-lisp/eieio.el (with-slots):
2394 * emacs-lisp/easymenu.el (easy-menu-define):
2395 * emacs-lisp/debug.el (debugger-env-macro):
2396 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2397 (Multiple-value-call, Multiple-value-prog1):
2398 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2399 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2400 edebug rule to definition.
2401 * emacs-lisp/lisp-mode.el (save-selected-window)
2402 (with-current-buffer, combine-after-change-calls)
2403 (with-output-to-string, with-temp-file, with-temp-buffer)
2404 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2405 (dolist, dotimes, when, unless):
2406 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2407
2408 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * finder.el: Require `package'.
2411 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2412 (finder-package-info): Var deleted.
2413 (finder-keywords-hash, finder--builtins-alist): New vars.
2414 (finder-compile-keywords): Compute package--builtins and
2415 finder-keywords-hash instead of finder-keywords-hash, respecting
2416 the "Package" header.
2417 (finder-unknown-keywords, finder-list-matches):
2418 Use finder-keywords-hash and package--list-packages.
2419 (finder-mode): Don't set font-lock-defaults.
2420 (finder-exit): We don't use "*Finder-package*" and "*Finder
2421 Category*" buffers anymore.
2422
2423 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2424 (package--builtins): Set default value to nil.
2425 (package-initialize): Load precomputed value of package--builtins
2426 from finder-inf.el.
2427 (package-alist, package-compute-transaction)
2428 (package-download-transaction): Improve docstring.
2429 (package-read-all-archive-contents): Do not change
2430 package--builtins here.
2431 (list-packages): Make package-list-packages an alias for this.
2432 Sort by status by default.
2433 (package--list-packages): Add optional PACKAGES arg.
2434 (describe-package-1): Use font-lock-face property. For built-in
2435 packages, insert file commentary.
2436 (package--generate-package-list): Rename from
2437 package-list-packages-internal; all callers changed. Add optional
2438 PACKAGES arg. Add alphabetical sort fallbacks.
2439 (package-menu--version-predicate, package-menu--status-predicate)
2440 (package-menu--description-predicate)
2441 (package-menu--name-predicate): New functions.
2442
2443 * info.el (Info-finder-find-node): Search package-alist instead of
2444 finder-package-info.
2445
2446 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2449 "alpha" and "beta".
2450 (version-to-list): Handle versions like "10.3d".
2451
2452 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2455 (macroexp-accumulate): Use `declare'.
2456
2457 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2458
2459 * whitespace.el (whitespace-style): Adjust type declaration.
2460
2461 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2462
2463 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2464 empty argument to gvfs-copy.
2465
2466 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2469 handle new TRASH arg of `delete-file'.
2470
2471 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2472
2473 * net/tramp.el (tramp-handle-insert-directory): Don't use
2474 `forward-word', its default syntax could be changed.
2475
2476 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2477 Michael Albinus <michael.albinus@gmx.de>
2478
2479 Implement compression for inline methods.
2480
2481 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2482 (tramp-copy-size-limit): Allow also nil.
2483 (tramp-inline-compress-commands): New defconst.
2484 (tramp-find-inline-compress, tramp-get-inline-compress)
2485 (tramp-get-inline-coding): New defuns.
2486 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2487 replaced by `tramp-get-inline-coding'.
2488 (tramp-handle-file-local-copy, tramp-handle-write-region)
2489 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2490
2491 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2492
2493 Detect ssh 'ControlMaster' argument automatically in some cases.
2494
2495 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2496 (tramp-default-method): Use it.
2497
2498 2010-08-26 Karel Klíč <kklic@redhat.com>
2499
2500 * net/tramp.el (tramp-file-name-for-operation):
2501 Add file-selinux-context.
2502
2503 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2504
2505 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2506
2507 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2510 (Bug#6907).
2511
2512 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2513
2514 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2515 (js-paren-indent-offset, js-square-indent-offset)
2516 (js-curly-indent-offset): New options.
2517 (js--proper-indentation): Use them.
2518
2519 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2520
2521 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2522 instead of inspecting font-lock properties (Bug#6916).
2523
2524 2010-08-26 David Reitter <david.reitter@gmail.com>
2525
2526 * server.el (server-visit-files): Run pre-command-hook and
2527 post-command-hook for each buffer while it is current (Bug#6910).
2528 (server-execute): Do not run hooks here.
2529
2530 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2531
2532 Sync with Tramp 2.1.19.
2533
2534 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2535 (tramp-reporter-dump-variable, tramp-load-report-modules)
2536 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2537 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2538
2539 * net/tramp-compat.el (top): Do not autoload
2540 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2541 only when `start-file-process' is not bound.
2542 (byte-compile-not-obsolete-vars): Define if not bound.
2543 (tramp-compat-funcall): New defmacro.
2544 (tramp-compat-line-beginning-position)
2545 (tramp-compat-line-end-position)
2546 (tramp-compat-temporary-file-directory)
2547 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2548 (tramp-compat-copy-file, tramp-compat-copy-directory)
2549 (tramp-compat-delete-file, tramp-compat-delete-directory)
2550 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2551 Use it.
2552 (tramp-advice-file-expand-wildcards): Do not use
2553 `tramp-handle-file-remote-p'.
2554 (tramp-compat-make-temp-file): Simplify fallback implementation.
2555 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2556 (tramp-compat-copy-tree): Remove function.
2557 (tramp-compat-delete-file): New defun.
2558 (tramp-compat-delete-directory): Provide implementation for older
2559 Emacsen.
2560 (tramp-compat-file-attributes): Handle only
2561 `wrong-number-of-arguments' error.
2562
2563 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2564 Add PRESERVE_SELINUX_CONTEXT.
2565 (tramp-fish-handle-delete-file): Add TRASH arg.
2566 (tramp-fish-handle-directory-files-and-attributes):
2567 Do not use `tramp-fish-handle-file-attributes.
2568 (tramp-fish-handle-file-local-copy)
2569 (tramp-fish-handle-insert-file-contents)
2570 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2571
2572 * net/tramp-gvfs.el (top): Require url-util.
2573 (tramp-gvfs-mount-point): Remove.
2574 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2575 and `set-file-selinux-context'.
2576 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2577 (tramp-gvfs-handle-file-selinux-context)
2578 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2579 (with-tramp-dbus-call-method): Format trace message.
2580 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2581 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2582 Implement backup call, when operation on local files fails.
2583 Use progress reporter. Flush properties of changed files.
2584 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2585 `tramp-compat-delete-file'.
2586 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2587 (tramp-gvfs-handle-make-directory): Make more traces.
2588 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2589 (tramp-gvfs-url-file-name): Hexify file name in url.
2590 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2591 into account for the resulting file name.
2592 (tramp-gvfs-handler-askquestion): Preserve current message, in
2593 order to let progress reporter continue afterwards. (Bug#6257)
2594 Return dummy mountpoint, when the answer is "no".
2595 See `tramp-gvfs-maybe-open-connection'.
2596 (tramp-gvfs-handler-mounted-unmounted)
2597 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2598 attribute "default_location". Set "prefix" property.
2599 Handle default-location.
2600 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2601 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2602 exists. Raise an error, if not (due to a corresponding answer
2603 "no" in interactive questions, for example).
2604 Use `tramp-compat-funcall'.
2605
2606 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2607 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2608 (tramp-imap-do-copy-or-rename-file)
2609 (tramp-imap-handle-insert-file-contents)
2610 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2611 (tramp-imap-handle-delete-file): Add TRASH arg.
2612
2613 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2614 Add PRESERVE-SELINUX-CONTEXT.
2615 (tramp-smb-handle-copy-file)
2616 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2617 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2618 Use `with-progress-reporter'.
2619 (tramp-smb-handle-delete-file): Add TRASH arg.
2620
2621 * net/tramp.el (tramp-methods): Move hostname to the end in all
2622 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2623 appropriate.
2624 (tramp-verbose): Describe verbose level 9.
2625 (tramp-completion-function-alist)
2626 (tramp-file-name-regexp, tramp-chunksize)
2627 (tramp-local-coding-commands, tramp-remote-coding-commands)
2628 (with-connection-property, tramp-completion-mode-p)
2629 (tramp-action-process-alive, tramp-action-out-of-band)
2630 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2631 (tramp-exists-file-name-handler): Fix docstring.
2632 (tramp-remote-process-environment): Use `format' instead of
2633 `concat'. Protect version string by apostroph.
2634 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2635 XEmacs.
2636 (tramp-file-name-regexp-unified)
2637 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2638 not regard the volume letter as remote filename. (Bug#5447)
2639 (tramp-perl-file-attributes)
2640 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2641 (tramp-vc-registered-read-file-names): Read input as
2642 here-document, otherwise the command could exceed maximum length
2643 of command line.
2644 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2645 `set-file-selinux-context'.
2646 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2647 backtrace functions.
2648 (tramp-error-with-buffer): Don't show the connection buffer when
2649 we are in completion mode.
2650 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2651 (tramp-handle-file-selinux-context)
2652 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2653 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2654 New defuns.
2655 (with-progress-reporter): New defmacro.
2656 (tramp-debug-outline-regexp): New defconst.
2657 (top, tramp-rfn-eshadow-setup-minibuffer)
2658 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2659 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2660 (tramp-completion-mode-p, tramp-check-for-regexp)
2661 (tramp-open-connection-setup-interactive-shell)
2662 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2663 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2664 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2665 Use `tramp-compat-funcall'.
2666 (tramp-handle-make-symbolic-link): Flush file properties.
2667 (tramp-handle-load, tramp-handle-file-local-copy)
2668 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2669 (tramp-handle-vc-registered, tramp-maybe-send-script)
2670 (tramp-find-shell): Use `with-progress-reporter'.
2671 (tramp-do-file-attributes-with-stat): Add space in format string,
2672 in order to work around a bug in pdksh. Reported by Gilles Pion
2673 <gpion@lfdj.com>.
2674 (tramp-handle-verify-visited-file-modtime): Do not send a command
2675 when the connection is not established.
2676 (tramp-handle-set-file-times): Simplify the check for utc.
2677 (tramp-handle-directory-files-and-attributes)
2678 (tramp-get-remote-path): Use `copy-tree'.
2679 (tramp-completion-handle-file-name-all-completions): Ensure, that
2680 non remote files are still checked. Oops.
2681 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2682 Handle PRESERVE-SELINUX-CONTEXT.
2683 (tramp-do-copy-or-rename-file): Add progress reporter.
2684 (tramp-do-copy-or-rename-file-directly): Do not use
2685 `tramp-handle-file-remote-p'.
2686 (tramp-do-copy-or-rename-file-out-of-band):
2687 Use `tramp-compat-delete-directory'.
2688 (tramp-do-copy-or-rename-file-out-of-band)
2689 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2690 Use `format-spec-make'.
2691 (tramp-handle-delete-file): Add TRASH arg.
2692 (tramp-handle-dired-uncache): Flush directory cache, not only file
2693 cache.
2694 (tramp-handle-expand-file-name)
2695 (tramp-completion-handle-file-name-all-completions)
2696 (tramp-completion-handle-file-name-completion):
2697 Use `tramp-connectable-p'.
2698 (tramp-handle-start-file-process): Set connection property "vec".
2699 Use it, in order to invalidate file caches. Check only for
2700 `remote-tty' process property.
2701 Implement tty setting. (Bug#4604, Bug#6360)
2702 (tramp-file-name-for-operation): Add `call-process-region' and
2703 `set-file-selinux-context'.
2704 (tramp-find-foreign-file-name-handler)
2705 (tramp-advice-make-auto-save-file-name)
2706 (tramp-set-auto-save-file-modes): Remove superfluous check for
2707 `stringp'. This is done inside `tramp-tramp-file-p'.
2708 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2709 operations when we are in completion mode. This gives the user
2710 the chance to correct the file name in the minibuffer.
2711 (tramp-completion-mode-p): Use `non-essential'.
2712 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2713 compatibility: Use `completion-ignore-case' if
2714 `read-file-name-completion-ignore-case' does not exist.
2715 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2716 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2717 `tramp-open-shell'.
2718 (tramp-action-password): Hide password prompt before next run.
2719 (tramp-process-actions): Widen connection buffer for the trace.
2720 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2721 process property. Trace stty settings if `tramp-verbose' >= 9.
2722 Apply workaround for IRIX64 bug. Move argument of last
2723 `tramp-send-command' where it belongs to.
2724 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2725 front of `login-args'.
2726 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2727 on "/dev/null" instead of "/".
2728 (tramp-get-ls-command-with-dired): Make test for "--dired"
2729 stronger.
2730 (tramp-set-auto-save-file-modes): Adapt version check.
2731 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2732 (tramp-handle-process-file): Call the program in a subshell, in
2733 order to preserve working directory.
2734 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2735 `tramp-remote-sh' from `tramp-methods'.
2736 (tramp-get-ls-command): Make test for "--color=never" stronger.
2737 (tramp-check-for-regexp): Use (forward-line 1).
2738
2739 * net/trampver.el: Update release number.
2740
2741 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * help.el (help-map): Bind `C-h P' to describe-package.
2744
2745 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2746
2747 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2748 when downloading archives.
2749 (describe-package-1): Add package commentary.
2750 (package-install-button-action): New function.
2751 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2752 (package-menu-view-commentary): Function removed.
2753 (package-list-packages-internal): Hide the `package' package too.
2754
2755 2010-08-25 Kenichi Handa <handa@m17n.org>
2756
2757 * language/misc-lang.el ("Arabic"): New language environment.
2758 Setup composition-function-table for Arabic characters.
2759
2760 * international/fontset.el (setup-default-fontset): Fix typo for
2761 arabic OTF spec (fini->fina).
2762
2763 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2764
2765 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2766 on all frames.
2767
2768 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2769
2770 * whitespace.el: Allow cleaning up blanks without blank
2771 visualization (Bug#6651). Adjust help window for
2772 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2773 instead of whitespace-line-column (from EmacsWiki). New version
2774 13.1.
2775 (whitespace-style): Added new value 'face. Adjust docstring.
2776 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2777 foreground property face.
2778 (whitespace-line-column): Adjust docstring and type declaration.
2779 (whitespace-style-value-list, whitespace-toggle-option-alist)
2780 (whitespace-help-text): Adjust const initialization.
2781 (whitespace-toggle-options, global-whitespace-toggle-options):
2782 Adjust docstring.
2783 (whitespace-display-window, whitespace-interactive-char)
2784 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2785 (whitespace-help-scroll): New fun.
2786
2787 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * emacs-lisp/package.el (list-packages): Alias for
2790 package-list-packages.
2791
2792 2010-08-24 Kevin Ryde <user42@zip.com.au>
2793
2794 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2795 (Bug#5651).
2796
2797 * progmodes/ruby-mode.el (ruby): Add defgroup.
2798
2799 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * progmodes/python.el: Add Ipython support (Bug#5390).
2802 (python-shell-prompt-alist)
2803 (python-shell-continuation-prompt-alist): New options.
2804 (python--set-prompt-regexp): New function.
2805 (inferior-python-mode, run-python, python-shell): Require
2806 ansi-color. Use python--set-prompt-regexp to set the comint
2807 prompt based on the Python interpreter.
2808 (python--prompt-regexp): New var.
2809 (python-check-comint-prompt)
2810 (python-comint-output-filter-function): Use it.
2811 (run-python): Use a pipe (Bug#5694).
2812
2813 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2814
2815 * progmodes/python.el (python-send-region): Send a different
2816 Python command if Ipython is in use.
2817 (python-check-version): Use a Python command to find the version.
2818
2819 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * mouse.el (mouse-yank-primary): Avoid setting primary when
2822 deactivating the mark (Bug#6872).
2823
2824 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2825
2826 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2827 with "else" (Bug#3991).
2828
2829 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/dbus.el: Accept UNIX domain sockets as bus address.
2832 (top): Don't initialize `dbus-registered-objects-table' anymore,
2833 this is done in dbusbind,c.
2834 (dbus-check-event): Adapt test for bus.
2835 (dbus-return-values-table, dbus-unregister-service)
2836 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2837 Adapt doc string.
2838
2839 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2842
2843 2010-08-22 Juri Linkov <juri@jurta.org>
2844
2845 * simple.el (read-extended-command): New function with the logic
2846 for `completing-read' moved to Elisp from `execute-extended-command'.
2847 Use `function-called-at-point' in `minibuffer-default-add-function'
2848 to get a command name for M-n (bug#5364, bug#5214).
2849
2850 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * startup.el (command-line-1): Issue warning for ignored arguments
2853 --unibyte, etc (Bug#6886).
2854
2855 2010-08-22 Leo <sdl.web@gmail.com>
2856
2857 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2858 (ignore, bright, dim, keyword): Split list of nicknames before
2859 passing to rcirc-add-or-remove (Bug#6894).
2860
2861 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2862
2863 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2864
2865 2010-08-22 Leo <sdl.web@gmail.com>
2866
2867 Fix buffer-list rename&refresh after killing a buffer in ido.
2868 * ido.el: Revert Óscar's.
2869 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2870 Remember the buffers at head, rather than their name.
2871 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2872
2873 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2874 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2877 extra backslash added to each line (bug#6890).
2878
2879 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2882
2883 2010-08-22 Glenn Morris <rgm@gnu.org>
2884
2885 * menu-bar.el (menu-bar-games-menu): Add landmark.
2886
2887 2010-08-22 Glenn Morris <rgm@gnu.org>
2888
2889 * align.el (align-regexp): Make group and spacing arguments
2890 use the interactive defaults when non-interactive. (Bug#6698)
2891
2892 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2893 expansion, so as not to need sendmail.
2894 (mail-text-start): Remove declaration.
2895 (rmail-retry-failure): Require sendmail.
2896
2897 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2898
2899 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2900
2901 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * progmodes/flymake.el (flymake-start-syntax-check-process):
2904 Use `start-file-process' in order to let it run also on remote hosts.
2905
2906 2010-08-22 Kenichi Handa <handa@m17n.org>
2907
2908 * files.el: Add `word-wrap' as safe local variable.
2909
2910 2010-08-22 Glenn Morris <rgm@gnu.org>
2911
2912 * woman.el (woman-translate): Case matters. (Bug#6849)
2913
2914 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * simple.el (kill-region): Doc fix (Bug#6787).
2917
2918 2010-08-22 Glenn Morris <rgm@gnu.org>
2919
2920 * calendar/diary-lib.el (diary-header-line-format):
2921 Fit it to the window, not the frame.
2922
2923 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2924
2925 * subr.el (ignore-errors): Add debug declaration.
2926
2927 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2928
2929 * whitespace.el (whitespace-color-off): Remove post-command-hook
2930 locally.
2931
2932 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2935
2936 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * cus-edit.el (custom-group-value-create): Add extra newline
2939 before end line (Bug#6876).
2940
2941 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2944 when extending it. Before killing on the second click, check if
2945 the buffer is the correct one. Doc fix.
2946 (mouse-secondary-save-then-kill): Allow usage without first
2947 calling mouse-start-secondary, by defaulting to point. Don't save
2948 an empty secondary selection. Doc fix.
2949
2950 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2951
2952 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2953 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2954 New version 13.0.
2955 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2956 Adjust initialization.
2957 (whitespace-bob-marker, whitespace-eob-marker)
2958 (whitespace-buffer-changed): New vars.
2959 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2960 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2961 (whitespace-post-command-hook, whitespace-display-char-on):
2962 Adjust code.
2963 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2964 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2965
2966 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * files.el (locate-file-completion-table): Only list the .el and .elc
2969 extensions if there's no other choice (bug#5955).
2970
2971 * facemenu.el (facemenu-self-insert-data): New var.
2972 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2973 New functions.
2974 (facemenu-add-face): Use them.
2975
2976 * simple.el (blink-matching-open): Obey forward-sexp-function.
2977
2978 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * simple.el (prog-mode-map): New var.
2981 (prog-indent-sexp): New command.
2982
2983 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2984
2985 * progmodes/prolog.el (smie): Require.
2986
2987 * emacs-lisp/smie.el (smie-default-backward-token)
2988 (smie-default-forward-token): Strip properties.
2989 (smie-next-sexp): Be more careful with associative operators.
2990 (smie-forward-sexp-command): Generalize.
2991 (smie-backward-sexp-command): Simplify.
2992 (smie-closer-alist): New var.
2993 (smie-close-block): New command.
2994 (smie-indent-debug-log): New var.
2995 (smie-indent-offset-rule): Add a few more cases.
2996 (smie-indent-column): New function.
2997 (smie-indent-after-keyword): Use it.
2998 (smie-indent-keyword): Use it.
2999 Fix up the opener code's point position.
3000 (smie-indent-comment): Only applies at BOL.
3001 (smie-indent-debug): New command.
3002
3003 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3004 declarations that are useful before running the macro.
3005
3006 2010-08-18 Joakim Verona <joakim@verona.se>
3007
3008 * image.el (imagemagick-types-inhibit): New variable.
3009 (imagemagick-register-types): New function.
3010 * image-mode.el (image-transform-properties): New function.
3011 (image-transform-set-scale, image-transform-fit-to-height)
3012 (image-transform-set-rotation, image-transform-set-resize)
3013 (image-transform-fit-to-width, image-transform-fit-to-height):
3014 New functions.
3015 (image-toggle-display-image): Support image transforms.
3016
3017 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * image.el (create-animated-image): Don't add heuristic mask to image
3020 (Bug#6839).
3021
3022 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
3023
3024 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3025 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3026
3027 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3030
3031 Font-lock '...' strings, plus various simplifications and fixes.
3032 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3033 (octave-font-lock-close-quotes): New function.
3034 (octave-font-lock-syntactic-keywords): New var.
3035 (octave-mode): Use it. Set beginning-of-defun-function.
3036 (octave-mode-map): Don't override the <foo>-defun commands.
3037 (octave-mode-menu): Pass it directly to easy-menu-define;
3038 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3039 (octave-block-match-alist): Fix up last change so that
3040 octave-close-block uses the more specific keyword.
3041 (info-lookup-mode): Silence byte-compiler.
3042 (octave-beginning-of-defun): Not interactive any more.
3043 Optimize slightly.
3044 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3045 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3046 (octave-completion-at-point-function): Make sure point is within
3047 beg..end.
3048 (octave-reindent-then-newline-and-indent):
3049 Use reindent-then-newline-and-indent.
3050 (octave-add-octave-menu): Remove.
3051
3052 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
3053
3054 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3055 (report-emacs-bug-can-use-xdg-email): New functions.
3056 (report-emacs-bug): Set can-xdg-email to result of
3057 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
3058 \C-cm to report-emacs-bug-insert-to-mailer and add help text
3059 about it.
3060
3061 * net/browse-url.el (browse-url-default-browser): Add cond
3062 for browse-url-xdg-open.
3063 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3064
3065 2010-08-17 Glenn Morris <rgm@gnu.org>
3066
3067 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3068 (c-fontify-recorded-types-and-refs): Define for compiler.
3069 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3070 before use.
3071
3072 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3073 Fix format call.
3074
3075 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3078 properties.
3079 (tramp-handle-process-file): Call the program in a subshell, in
3080 order to preserve working directory.
3081 (tramp-action-password): Hide password prompt before next run.
3082 (tramp-process-actions): Widen connection buffer for the trace.
3083
3084 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3085
3086 * net/rcirc.el (rcirc-log-process-buffers): New option.
3087 (rcirc-print): Use it.
3088 (rcirc-generate-log-filename): New function.
3089 (rcirc-log-filename-function): Change default to
3090 rcirc-generate-log-filename (Bug#6828).
3091
3092 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * simple.el (deactivate-mark): If select-active-regions is `only',
3095 only set selection for temporarily active regions.
3096
3097 * cus-start.el: Change defcustom for select-active-regions.
3098
3099 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * mouse.el (mouse--drag-set-mark-and-point): New function.
3102 (mouse-drag-track): Use LOCATION arg to push-mark.
3103 Use mouse--drag-set-mark-and-point to take click-count into
3104 consideration when updating point and mark (Bug#6840).
3105
3106 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3109 Give the Ruby rule a lower priority than Gnu (Bug#6778).
3110
3111 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
3112
3113 * font-lock.el (lisp-font-lock-keywords-2):
3114 Add combine-after-change-calls, condition-case-no-debug,
3115 with-demoted-errors, and with-silent-modifications (Bug#6025).
3116
3117 2010-08-14 Kevin Ryde <user42@zip.com.au>
3118
3119 * emacs-lisp/copyright.el (copyright-update-year)
3120 (copyright-update): Temporary switch-to-buffer to ensure the
3121 buffer change being queried is visible (Bug#5394).
3122
3123 2010-08-14 Tom Tromey <tromey@redhat.com>
3124
3125 * progmodes/etags.el (tags-file-name): Mark safe if stringp
3126 (Bug#6733).
3127
3128 2010-08-14 Eli Zaretskii <eliz@gnu.org>
3129
3130 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3131 MS-DOS. (Bug#6689)
3132
3133 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
3134
3135 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3136 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3137 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3138 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3139 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3140 Call menu-bar-set-tool-bar-position.
3141
3142 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3145 comment style (bug#6834).
3146 * progmodes/scheme.el (scheme-mode-syntax-table):
3147 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3148 "b" flag in "' 14b" syntax.
3149
3150 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3151 for (un)commenting the region and performing completion.
3152 (octave-mode-menu): Use standard commands for help and completion.
3153 (octave-mode-syntax-table): Support %{..%} comments (sort of).
3154 (octave-mode): Use define-derived-mode.
3155 Set completion-at-point-functions and don't set columns.
3156 Don't disable adaptive-fill-regexp.
3157 (octave-describe-major-mode, octave-comment-region)
3158 (octave-uncomment-region, octave-comment-indent)
3159 (octave-indent-for-comment): Remove.
3160 (octave-indent-calculate): Rename from calculate-octave-indent.
3161 (octave-indent-line, octave-fill-paragraph): Update caller.
3162 (octave-initialize-completions): No need to make an alist.
3163 (octave-completion-at-point-function): New function.
3164 (octave-complete-symbol): Use it.
3165 (octave-insert-defun): Use define-skeleton.
3166
3167 * progmodes/octave-mod.el (octave-mode): Set comment-add.
3168 (octave-mode-map): Use comment-dwim (bug#6829).
3169
3170 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3171
3172 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3173 indentation of inserted comment.
3174
3175 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
3176
3177 * faces.el (region): Add type gtk that uses gtk colors.
3178
3179 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3180 Handle theme-name change.
3181
3182 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
3183
3184 * progmodes/sql.el: Version 2.5
3185 (sql-product-alist): Add :prompt-cont-regexp property for several
3186 database products.
3187 (sql-prompt-cont-regexp): New variable.
3188 (sql-output-newline-count, sql-output-by-send):
3189 New variables. Record number of newlines in input text.
3190 (sql-send-string): Handle multiple filters and count newlines.
3191 (sql-send-magic-terminator): Count terminator newline.
3192 (sql-interactive-remove-continuation-prompt): Filters output to
3193 remove continuation prompts; one for each newline.
3194 (sql-interactive-mode): Set up new variables, prompt regexp and
3195 output filter.
3196 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3197 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3198
3199 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * emacs-lisp/pcase.el: New file.
3202
3203 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3206 as here-document, otherwise the command could exceed maximum
3207 length of command line.
3208 (tramp-handle-vc-registered): Call script accordingly.
3209 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3210
3211 2010-08-10 Kenichi Handa <handa@m17n.org>
3212
3213 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3214 composable pattern.
3215
3216 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * emacs-lisp/package.el (package-version-split)
3219 (package--version-first-nonzero, package-version-compare):
3220 Functions removed.
3221 (package-directory-list, package-load-all-descriptors)
3222 (package--built-in, package-activate, define-package)
3223 (package-installed-p, package-compute-transaction)
3224 (package-read-all-archive-contents)
3225 (package--add-to-archive-contents, package-buffer-info)
3226 (package-tar-file-info, package-list-packages-internal):
3227 Use version-to-list and version-list-*.
3228
3229 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3230 Use version-to-list.
3231 (package-upload-buffer-internal): Use version-list-<=.
3232
3233 2010-08-09 Kenichi Handa <handa@m17n.org>
3234
3235 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3236 composable pattern.
3237
3238 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * tutorial.el (tutorial--default-keys): C-d is now bound to
3241 delete-forward-char (Bug#6826).
3242
3243 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3244 for `double' value of mouse-1-click-follows-link (Bug#6807).
3245
3246 2010-08-08 Johan Bockgård <bojohan@gnu.org>
3247
3248 * replace.el (replace-highlight): Bind isearch-forward and
3249 isearch-error, ensuring that highlighting is updated if the user
3250 switches the search direction (Bug#6808).
3251
3252 * isearch.el (isearch-lazy-highlight-forward): New var.
3253 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3254 (isearch-lazy-highlight-update): Use it.
3255
3256 2010-08-08 Kenichi Handa <handa@m17n.org>
3257
3258 * international/mule.el (define-charset): Store NAME as :base property.
3259 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3260 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3261 current priority. Force using the designation of the specific
3262 charset by adding `charset' text property. Improve the whole algorithm.
3263
3264 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3265
3266 * emulation/pc-select.el (pc-selection-mode-hook)
3267 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3268 (pc-selection-mode): Fix typos in docstrings.
3269
3270 2010-08-08 Kenichi Handa <handa@m17n.org>
3271
3272 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3273 ctext-non-standard-encodings-alist here.
3274
3275 * international/mule.el (ctext-non-standard-encodings-alist):
3276 Add "koi8-r" and "microsoft-cp1251".
3277 (ctext-standard-encodings): New variable.
3278 (ctext-non-standard-encodings-table): List only elements for
3279 non-standard encodings.
3280 (ctext-pre-write-conversion): Adjust for the above change.
3281 Check ctext-standard-encodings.
3282
3283 * international/mule-conf.el (compound-text): Doc fix.
3284 (ctext-no-compositions): Doc fix.
3285 (compound-text-with-extensions): Doc fix.
3286
3287 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3290
3291 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3292
3293 * progmodes/which-func.el (which-func-format): Split help-echo text
3294 into lines, like other mode-line tooltips.
3295
3296 * server.el (server-start): When using TCP sockets, force IPv4
3297 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3298
3299 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3302
3303 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * term.el (term-delimiter-argument-list): Reflow docstring.
3306 (term-read-input-ring, term-write-input-ring, term-send-input)
3307 (term-bol, term-erase-in-display, serial-supported-or-barf):
3308 Fix typos in docstrings.
3309
3310 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3313
3314 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3315
3316 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3317
3318 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
3319
3320 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3321 Fix typo in docstring (bug#6747).
3322
3323 2010-08-08 Leo <sdl.web@gmail.com>
3324
3325 * eshell/esh-io.el (eshell-get-target): Better detection of
3326 read-only file (Bug#6762).
3327
3328 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * align.el (align-default-spacing): Doc fix.
3331 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3332
3333 2010-08-08 Stephen Peters <speters@itasoftware.com>
3334
3335 * calendar/icalendar.el
3336 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3337 (icalendar--get-weekday-numbers): New.
3338 (icalendar--convert-recurring-to-diary): Handle multiple byday
3339 values in weekly rules. (Bug#6766)
3340
3341 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
3342
3343 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3344 (icalendar--create-uid, icalendar-export-region)
3345 (icalendar--parse-summary-and-rest): Code formatting.
3346
3347 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3348
3349 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3350 to italicize headers.
3351 (calc-highlight-selections-with-faces): New variable.
3352 (calc-selected-face, calc-nonselected-face): New faces.
3353
3354 * calc/calccomp.el (math-comp-highlight-string): Use
3355 `calc-highlight-selections-with-faces' to determine how to highlight
3356 sub-formulas.
3357
3358 * calc/calc-sel.el (calc-show-selections): Change message to when
3359 using faces to highlight selections.
3360
3361 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3362
3363 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3364 Add SQLite 3 keywords, functions and datatypes.
3365 (sql-interactive-mode): Remove `comint-process-echoes' set to t
3366 (Bug#6686).
3367
3368 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
3369
3370 * simple.el (select-active-regions): Move to keyboard.c.
3371 (deactivate-mark): Used saved-region-selection.
3372 (select-active-region): Function removed.
3373 (activate-mark, set-mark, push-mark-command)
3374 (handle-shift-selection): Don't call it.
3375 (keyboard-quit): Avoid adding the region to the window selection.
3376
3377 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3378 select-active-regions implementation.
3379 (mouse-yank-at-click): Doc fix.
3380
3381 * cus-start.el: Add custom declaration for select-active-regions.
3382
3383 2010-08-07 Eli Zaretskii <eliz@gnu.org>
3384
3385 * simple.el (delete-forward-char): Doc fix.
3386
3387 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3388 after reading the tutorial.
3389
3390 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3391
3392 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3393 for the case that a C style comment has its delimiters alone on
3394 their respective lines.
3395
3396 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
3397
3398 * net/tramp.el (tramp-handle-start-file-process): Set connection
3399 property "vec".
3400 (tramp-process-sentinel): Use it for flushing the cache. We
3401 cannot do it via the process buffer, the buffer could be deleted
3402 already when running the sentinel.
3403
3404 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3405
3406 * comint.el (comint-mode): Make directory tracking functions
3407 functional on remote files. (Bug#6764)
3408
3409 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3412
3413 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3414
3415 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3416 unexec.c => unexcoff.c.
3417
3418 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3419 unexec.c => unexcoff.c.
3420
3421 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3424 cache, not only file cache.
3425 (tramp-process-sentinel): New defun.
3426 (tramp-handle-start-file-process): Use it, in order to invalidate
3427 file caches.
3428
3429 2010-08-03 Leo <sdl.web@gmail.com>
3430
3431 * server.el (server-start): Simplify loop.
3432
3433 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * frame.el (screen-height, screen-width, set-screen-width)
3436 (set-screen-height): Remove ancient compatibility aliases.
3437
3438 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3439 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3440
3441 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3442 that change current buffer.
3443
3444 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3445
3446 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3447 beginning of the string. Use `string-match-p'. (Bug#6765)
3448
3449 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3450
3451 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3452
3453 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3454
3455 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3456 (package--builtins): Tweak descriptions.
3457 (package-print-package): Upcase descriptions if necessary.
3458 Show all built-in packages in font-lock-builtin-face.
3459 (package-list-packages-internal): Omit "emacs" package.
3460 Show status of built-in packages as "built-in".
3461
3462 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3465 before killing to preserve the primary selection (Bug#6701).
3466
3467 * term/x-win.el (x-select-text): Doc fix.
3468
3469 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3470
3471 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3472 The following functions were modified or created:
3473
3474 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3475 (objc-font-lock-extra-types):
3476 * progmodes/cc-mode.el (c-basic-common-init):
3477 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3478 (c++-make-template-syntax-table)
3479 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3480 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3481 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3482 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3483 * progmodes/cc-fonts.el (c-make-inverse-face)
3484 (c-basic-matchers-after):
3485 * progmodes/cc-engine.el (c-forward-keyword-clause)
3486 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3487 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3488 (c-guess-continued-construct, c-guess-basic-syntax):
3489
3490 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3491
3492 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3493
3494 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3495
3496 * files.el (bidi-paragraph-direction): Define safe local values.
3497
3498 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3499 language-info-alist. Remove outdated FIXME in a comment.
3500
3501 2010-07-31 Alan Mackenzie <acm@muc.de>
3502
3503 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3504 Auto-fill broken in C/C++ modes.
3505
3506 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3507
3508 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3509 (menu-bar-showhide-tool-bar-menu-customize-disable)
3510 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3511 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3512 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3513 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3514 make a menu for Options => toolbar that can move it.
3515
3516 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * emacs-lisp/package-x.el (package--make-rss-entry):
3519 (package-maint-add-news-item, package--update-news)
3520 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3521
3522 * emacs-lisp/package.el (package-archive-url): Rename from
3523 package-archive-id.
3524 (package-install): Doc fix.
3525 (package-download-single, package-download-tar, package-install)
3526 (package-menu-view-commentary): Callers changed.
3527
3528 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3529
3530 * net/tramp.el (tramp-handle-start-file-process): Check only for
3531 `remote-tty' process property.
3532 (tramp-open-shell): Don't check for tty.
3533 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3534 process property.
3535
3536 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3537 host.
3538
3539 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * emacs-lisp/package.el (package-load-list, package-archives)
3542 (package-archive-contents, package-user-dir)
3543 (package-directory-list, package--builtins, package-alist)
3544 (package-activated-list, package-obsolete-alist): Mark as risky.
3545
3546 2010-07-28 Phil Hagelberg <phil@evri.com>
3547
3548 Add support for non-default package repositories.
3549 * emacs-lisp/package.el (package-archive-base): Var deleted.
3550 (package-archives): New variable.
3551 (package-archive-contents): Doc fix.
3552 (package-load-descriptor): Do nothing if descriptor file is missing.
3553 (package--write-file-no-coding): New function.
3554 (package-unpack-single): Use it.
3555 (package-archive-id): New function.
3556 (package-download-single, package-download-tar)
3557 (package-menu-view-commentary): Use it.
3558 (package-installed-p): Make second argument optional.
3559 (package-read-all-archive-contents): New function.
3560 (package-initialize): Use it.
3561 (package-read-archive-contents): Add ARCHIVE argument.
3562 (package--add-to-archive-contents): New function.
3563 (package-install): Don't call package-read-archive-contents.
3564 (package--download-one-archive): Store archive file in a
3565 subdirectory of package-user-dir.
3566 (package-menu-execute): Remove spurious line movement.
3567
3568 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3569
3570 * cus-start.el (tool-bar-style): Add text-image-horiz.
3571
3572 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3573
3574 * progmodes/gud.el (gud-common-init): Check for remoteness of
3575 `file', and not of `default-directory'.
3576
3577 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * net/tramp.el (tramp-methods): Move hostname to the end in all
3580 ssh `tramp-login-args'.
3581 (tramp-verbose): Describe verbose level 9.
3582 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3583 (tramp-open-connection-setup-interactive-shell): Trace stty
3584 settings if `tramp-verbose' >= 9.
3585 (tramp-handle-start-file-process): Implement tty setting.
3586 (Bug#4604, Bug#6360)
3587
3588 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3589 `tramp-verbose' to 9.
3590
3591 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3592
3593 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3594 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3595 Remove references to package `lisp-re' (bug#4369).
3596
3597 2010-07-27 Tom Tromey <tromey@redhat.com>
3598
3599 * progmodes/js.el (js-mode):
3600 * progmodes/make-mode.el (makefile-mode):
3601 * progmodes/simula.el (simula-mode):
3602 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3603
3604 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3605
3606 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3607
3608 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3609 (display-time-world-buffer-name, display-time-world-mode-map):
3610 Fix typos in docstrings.
3611
3612 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3613
3614 * image-mode.el (image-display-size): New function.
3615 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3616 (image-mode-fit-frame): Use it (Bug#6639).
3617
3618 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * dired.el (dired-buffers-for-dir): Handle list values of
3621 dired-directory (Bug#6636).
3622
3623 2010-07-26 Sam Steingold <sds@gnu.org>
3624
3625 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3626 Do not call `x-get-selection' the second time, reuse the value.
3627
3628 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3629
3630 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3631 which consist of control chars only. Suggested by Richard Stallman.
3632
3633 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3634
3635 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3636 exists before passing an error to find-file-not-found-functions
3637 (bug#6723).
3638
3639 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3640
3641 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3642 Remove leading nil element, adjust values.
3643 (tetris-shapes, tetris-shape-scores):
3644 Change representation of shapes and remove some redundancy.
3645 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3646 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3647 Adjust for working with new representation of shapes.
3648 (tetris-shape-rotations): New function.
3649 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3650 (tetris-rotate-prev, tetris-rotate-next):
3651 Adjust for working with the new version of tetris-test-shape.
3652
3653 2010-07-23 Markus Triska <markus.triska@gmx.at>
3654
3655 * progmodes/ps-mode.el: Use comint (bug#5954).
3656 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3657 (ps-mode-other-newline): Simplify.
3658 (ps-run-mode): Derive from comint-mode instead of
3659 fundamental-mode, yielding input history etc.
3660 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3661 (ps-run-send-string): Adapt for comint-mode.
3662 (ps-run-newline): Remove now unneeded function.
3663
3664 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3665
3666 * net/tramp.el (tramp-methods): Move hostname to the end in all
3667 plink `tramp-login-args'.
3668
3669 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * net/tramp.el (tramp-open-shell): New defun.
3672 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3673 Use it.
3674
3675 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3676
3677 * net/tramp.el (tramp-file-name-regexp-unified)
3678 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3679 not regard the volume letter as remote filename. (Bug#5447)
3680
3681 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * custom.el (custom-declare-variable): Give a clearer error message
3684 when the docstring is missing (bug#6476).
3685
3686 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3687
3688 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3689 (sql-login-params): New widget definition.
3690 (sql-oracle-login-params, sql-mysql-login-params)
3691 (sql-solid-login-params, sql-sybase-login-params)
3692 (sql-informix-login-params, sql-ingres-login-params)
3693 (sql-ms-login-params, sql-postgres-login-params)
3694 (sql-interbase-login-params, sql-db2-login-params)
3695 (sql-linter-login-params): Use it.
3696 (sql-sqlite-login-params): Use it; Define "database" parameter as
3697 a file name.
3698 (sql-sqlite-program): Change to "sqlite3".
3699 (sql-comint-sqlite): Make sure database name is complete.
3700 (sql-for-each-login): New function.
3701 (sql-connect, sql-save-connection): Use it.
3702 (sql-get-login-ext): New function.
3703 (sql-get-login): Use it.
3704 (sql-make-alternate-buffer-name): Handle :file parameters.
3705
3706 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3709 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3710
3711 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3712
3713 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3714
3715 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3716
3717 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3718
3719 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-get-ls-command)
3722 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3723 instead of "/".
3724
3725 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3726
3727 * progmodes/sql.el: Version 2.3.
3728 (sql-connection-alist): Changed keys from symbols to strings;
3729 enhanced the widget definition.
3730 (sql-mode-menu): Added submenu to select connections.
3731 (sql-interactive-mode-menu): Added "Save Connection" item.
3732 (sql-add-product): Fixed menu item.
3733 (sql-get-product-feature): Improved error handling.
3734 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3735 (sql-make-alternate-buffer-name): Simplified.
3736 (sql-product-interactive): Handle missing product.
3737 (sql-connect): Support string keys, minor improvements.
3738 (sql-save-connection): New function.
3739 (sql-connection-menu-filter): New function.
3740
3741 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3744 (tramp-open-connection-setup-interactive-shell): Apply
3745 workaround for IRIX64 bug. Move argument of last
3746 `tramp-send-command' where it belongs to.
3747
3748 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3749
3750 * net/tramp.el (tramp-perl-file-attributes)
3751 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3752 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3753 front of `login-args'.
3754
3755 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3758 Set `show-trailing-whitespace' to nil.
3759 (display-time-world-display): Simplify.
3760
3761 2010-07-18 Alan Mackenzie <acm@muc.de>
3762
3763 Enhance `c-file-style' in file/directory local variables.
3764 * progmodes/cc-mode.el (c-count-cfss): New function.
3765 (c-before-hack-hook): Call `c-set-style' differently according to
3766 whether c-file-style was set in file or directory local
3767 variables.
3768
3769 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3770
3771 * progmodes/sql.el: Version 2.2.
3772 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3773 defcustom :safe keyword rather than putting safe-local-variable
3774 property.
3775 (sql-password): Use defcustom :risky keyword rather than putting
3776 risky-local-variable property.
3777 (sql-oracle-login-params, sql-sqlite-login-params)
3778 (sql-solid-login-params, sql-sybase-login-params)
3779 (sql-informix-login-params, sql-ingres-login-params)
3780 (sql-ms-login-params, sql-postgres-login-params)
3781 (sql-interbase-login-params, sql-db2-login-params)
3782 (sql-linter-login-params): Add `port' option.
3783 (sql-get-product-feature): Added NO-INDIRECT parameter.
3784 (sql-comint-oracle, sql-comint-sybase)
3785 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3786 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3787 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3788 (sql-comint-linter): Renamed sql-connect-* functions to
3789 sql-comint-*.
3790 (sql-product-alist, sql-mode-menu): Renamed as above and
3791 :sqli-connect-func to :sqli-comint-func.
3792 (sql-connection): New variable.
3793 (sql-interactive-mode): Set it.
3794 (sql-connection-alist): New variable.
3795 (sql-connect): New function.
3796 (sql--alt-buffer-part, sql--alt-if-not-empty)
3797 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3798
3799 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3800
3801 * image-mode.el (image-bookmark-make-record): Do not set context
3802 in an image (Bug#6650).
3803
3804 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * simple.el (select-active-region): New function.
3807 (push-mark-command, set-mark, activate-mark)
3808 (handle-shift-selection): Use it.
3809 (deactivate-mark): Don't check for size of region.
3810
3811 * mouse.el (mouse-drag-track): Use select-active-region.
3812
3813 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3816 "--dired" stronger.
3817
3818 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3819
3820 * term/x-win.el (x-select-enable-primary): Change default to nil.
3821 (x-select-enable-clipboard): Add :version keyword.
3822
3823 * mouse.el (mouse-drag-copy-region):
3824 * simple.el (select-active-regions): Likewise.
3825
3826 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3827
3828 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3829 (vc-coding-system-for-diff): Use it to decide whether to inherit
3830 from the file the EOL format for reading the diffs of that file.
3831 (Bug#4451)
3832
3833 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3834
3835 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3836 unibyte, so compressed attachments are not compressed again.
3837
3838 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3841 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3842 (tramp-find-shell): Simplify setting connection property.
3843 (tramp-get-ls-command): Make test for "--color=never" stronger.
3844
3845 2010-07-15 Simon South <ssouth@member.fsf.org>
3846
3847 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3848 blocks within record declarations (i.e. variant parts) correctly.
3849
3850 2010-07-15 Simon South <ssouth@member.fsf.org>
3851
3852 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3853 over literal tokens when parsing so newlines aren't "absorbed" by
3854 single-line comments. Corrects the indentation of case blocks
3855 that have a comment on the first line.
3856
3857 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3858
3859 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3860 by Drew Adams (Bug#5504).
3861
3862 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3863
3864 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3865 now that Unicode is used (Bug#6594).
3866
3867 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * term/x-win.el (x-select-enable-clipboard): Default to t.
3870 (x-initialize-window-system): Don't overwrite Paste menu item.
3871
3872 * simple.el (select-active-regions): Default to t.
3873 (push-mark-command): Don't overwrite primary with empty string.
3874
3875 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3876 (mouse-drag-copy-region): Default to nil.
3877
3878 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3879 Cut/Copy/Paste menu bar items.
3880
3881 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3882
3883 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3884 Patch applied by Karl Fogel.
3885
3886 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3887 and `bookmark-current-buffer' if they have been already set in
3888 another buffer (e.g gnus-art).
3889
3890 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3891 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3892
3893 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3894
3895 * bookmark.el (bookmark-make-record-default): Allow unneeded
3896 information to be omitted from the record.
3897
3898 Adjust declarations and calls:
3899
3900 * info.el (bookmark-make-record-default): Adjust declaration.
3901 (Info-bookmark-make-record): Adjust call.
3902
3903 * woman.el (bookmark-make-record-default): Adjust declaration.
3904 (woman-bookmark-make-record): Adjust call.
3905
3906 * man.el (bookmark-make-record-default): Adjust declaration.
3907 (Man-bookmark-make-record): Adjust call.
3908
3909 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3910
3911 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3912
3913 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3914
3915 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3916 This is also from Thierry Volpiatto's patch in bug #6444. However,
3917 because it was extraneous to the functional change in that patch,
3918 and causes a re-indendation, I am committing it separately.
3919
3920 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3921
3922 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3923 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3924 Patch applied by Karl Fogel (Bug#6444).
3925
3926 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3929
3930 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3931
3932 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3933 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3934 (ns-alternatives-map): Change S-tab binding to backtab
3935 (bug#6616).
3936
3937 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3938 under ns.
3939
3940 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3941
3942 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3943 (Bug#5806)
3944
3945 * language/tv-util.el (tai-viet-re): Remove format.
3946
3947 2010-07-12 Kenichi Handa <handa@m17n.org>
3948
3949 * language/hebrew.el: Remove no-byte-compile declaration.
3950 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3951 composition-function-table for 3-character looking back.
3952 (hebrew-font-get-precomposed): New function.
3953 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3954
3955 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * mouse.el (mouse-drag-track): Handle select-active-regions
3958 (Bug#6612).
3959
3960 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3961
3962 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3963 empty argument to gvfs-copy.
3964
3965 2010-07-10 Glenn Morris <rgm@gnu.org>
3966
3967 * calendar/calendar.el (calendar-week-end-day): New function.
3968 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3969 Respect calendar-week-start-day. (Bug#6606)
3970 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3971 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3972 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3973 respect calendar-week-start-day.
3974
3975 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * simple.el (use-region-p): Doc fix (Bug#6607).
3978
3979 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3980
3981 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3982 regexps for cucumber and ruby.
3983
3984 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3985
3986 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3987 (epa-file-insert-file-contents): Hack to prevent
3988 find-file from opening empty buffer when decryption failed
3989 (bug#6568).
3990
3991 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3992
3993 * textmodes/ispell.el (ispell-alternate-dictionary):
3994 Use file-readable-p.
3995 Return nil if no word-list is found at default locations.
3996 (ispell-complete-word-dict): Default to nil.
3997 (ispell-command-loop): Use 'word-list' when using lookup-words.
3998 (lookup-words): Use ispell-complete-word-dict or
3999 ispell-alternate-dictionary. Check for word-list availability
4000 and handle errors if needed with better messages (Bug#6539).
4001 (ispell-complete-word): Use ispell-complete-word-dict or
4002 ispell-alternate-dictionary.
4003
4004 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
4005
4006 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4007 builtins (BufferError, BytesWarning, WindowsError; callables
4008 bin, bytearray, bytes, format, memoryview, next, print; __package__).
4009
4010 2010-07-07 Glenn Morris <rgm@gnu.org>
4011
4012 * play/zone.el (top-level): Do not require timer, tabify, or cl.
4013 (zone-shift-left): Ignore intangibility, and any errors from
4014 forward-char.
4015 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
4016 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4017 deleting, and copying text properties.
4018 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4019 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4020 to point-max is hard.
4021 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4022 (zone-fill-out-screen): Ignore intangibility.
4023
4024 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * menu-bar.el (menu-bar-mode):
4027 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4028 if it has been set.
4029
4030 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4031 word/line selection (Bug#6565).
4032
4033 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * net/dbus.el (dbus-send-signal): Declare function.
4036
4037 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
4038
4039 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4040 (dbus-register-property): New optional argument EMITS-SIGNAL.
4041 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4042
4043 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * mouse.el (mouse-drag-overlay): Variable deleted.
4046 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4047 (mouse--remap-link-click-p): New function.
4048 (mouse-drag-track): Handle dragging by using temporary Transient
4049 Mark mode, instead of a special overlay.
4050 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4051 mouse-show-mark.
4052
4053 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4054 deleted.
4055
4056 2010-07-02 Juri Linkov <juri@jurta.org>
4057
4058 * autoinsert.el (auto-insert-alist): Fix readability
4059 by using dotted pair notation for lambda.
4060
4061 2010-07-02 Juri Linkov <juri@jurta.org>
4062
4063 * faces.el (read-face-name): Rename arg `string-describing-default'
4064 to `default'. Doc fix. Display the default value in quotes
4065 in the prompt. With empty input, return the `default' arg,
4066 unless the default value is a string (in which case return nil).
4067 (describe-face): Replace the string `default' arg of `read-face-name'
4068 with the symbol `default'.
4069
4070 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * emulation/viper-cmd.el (viper-delete-backward-char)
4073 (viper-del-backward-char-in-insert)
4074 (viper-del-backward-char-in-replace, viper-change)
4075 (viper-backward-indent): Replace delete-backward-char with
4076 delete-char (Bug#6552).
4077
4078 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4081
4082 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4085 argument passed to frame-creation-function (Bug#5378).
4086
4087 * faces.el (x-handle-named-frame-geometry)
4088 (x-handle-reverse-video, x-create-frame-with-faces)
4089 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4090 separately consult default-frame-alist. It is now passed as the
4091 PARAMETER argument.
4092
4093 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
4094
4095 * startup.el (command-line): Don't call tool-bar-setup in a
4096 tty-only build.
4097
4098 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * ruler-mode.el (ruler--save-header-line-format): New fun.
4101 (ruler-mode): Use it as a setter function, so as not to overwrite
4102 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4103
4104 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
4107 (vc-root-diff, vc-print-root-log, vc-log-incoming)
4108 (vc-log-outgoing): Use it.
4109 (vc-diff-internal): Set diff-vc-backend.
4110
4111 * vc/diff-mode.el (diff-vc-backend): New var.
4112
4113 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4114
4115 * dynamic-setting.el (font-setting-change-default-font): Remove
4116 call to message.
4117
4118 2010-06-28 Kenichi Handa <handa@m17n.org>
4119
4120 * international/quail.el (quail-insert-kbd-layout): Fix the
4121 showing of untranslated characters.
4122
4123 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * simple.el (delete-active-region): New option.
4126 (delete-backward-char): Implement in Lisp.
4127 (delete-forward-char): New command.
4128
4129 * mouse.el (mouse-region-delete-keys): Deleted.
4130 (mouse-show-mark): Simplify.
4131
4132 * bindings.el (global-map): Bind delete and DEL, the former to
4133 delete-forward-char.
4134
4135 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
4136
4137 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4138 (ruby-mode): Bind indent-line-function (Bug#5119).
4139
4140 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * startup.el (command-line): Recognize "0" X resource value.
4143
4144 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * startup.el (command-line): Use X resources to set the value of
4147 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4148
4149 * menu-bar.el (menu-bar-mode):
4150 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4151 Set init-value to t.
4152
4153 * frame.el (frame-notice-user-settings): Don't change
4154 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4155 vice versa (Bug#2249).
4156
4157 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4158
4159 * w32-fns.el (w32-convert-standard-filename): Doc fix.
4160
4161 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
4162
4163 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4164 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4165
4166 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4167 default directories are expanded (Bug#6143).
4168
4169 2010-06-24 Juri Linkov <juri@jurta.org>
4170
4171 * minibuffer.el (completions-format): Change default from nil to
4172 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
4173
4174 2010-06-24 Juri Linkov <juri@jurta.org>
4175
4176 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4177 buffer-locally to lambda that re-runs the vc diff command.
4178 (Bug#6447)
4179
4180 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4183 echo area is in use (Bug#3412).
4184
4185 2010-06-22 Glenn Morris <rgm@gnu.org>
4186
4187 * textmodes/texinfmt.el (texinfo-format-region)
4188 (texinfo-raise-lower-sections, texinfo-format-separate-node)
4189 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4190 (texinfo-format-option, texinfo-noindent):
4191 Use line-beginning-position and line-end-position.
4192
4193 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4194 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4195 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4196 utf-8 characters.
4197
4198 2010-06-21 Karl Fogel <kfogel@red-bean.com>
4199
4200 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4201 forward-line fallout.
4202
4203 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * mouse.el (mouse-appearance-menu): Add docstring.
4206
4207 * help.el (describe-key): Print up-event using key-description.
4208
4209 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/zeroconf.el (zeroconf-resolve-service)
4212 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4213 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4214
4215 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
4216
4217 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4218
4219 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4220
4221 Avoid displaying files with a nil state in vc-dir.
4222 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4223 cases that cause insertion.
4224 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4225 with a nil state.
4226
4227 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4230
4231 2010-06-29 Leo <sdl.web@gmail.com>
4232
4233 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4234
4235 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4236
4237 * generic-x.el (bat-generic-mode): Fix regexp for command line
4238 switches (Bug#5719).
4239
4240 2010-06-27 Masatake YAMATO <yamato@redhat.com>
4241
4242 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4243 of nconc to avoid pure storage error (Bug#6239).
4244
4245 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4246
4247 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4248 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4249 bindings of bookmark-automatically-show-annotations (Bug#6515).
4250
4251 2010-06-25 Eli Zaretskii <eliz@gnu.org>
4252
4253 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4254 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4255
4256 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4257
4258 * comint.el (make-comint, make-comint-in-buffer): Mention return
4259 value in the docstrings. (Bug#6498)
4260
4261 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
4262
4263 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4264 since it is not present when using some non-default switches.
4265
4266 2010-06-23 Karl Fogel <kfogel@red-bean.com>
4267
4268 * simple.el (compose-mail): Fix doc string to refer to
4269 `compose-mail-user-agent-warnings', instead of to the
4270 nonexistent `compose-mail-check-user-agent'.
4271
4272 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4273
4274 Fix an indentation bug:
4275
4276 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4277 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4278 of existing values.
4279
4280 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4281 (c-clear->-pair-props-if-match-before): now return t when they've
4282 cleared properties, nil otherwise.
4283 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4284 by taking account of the existing value.
4285
4286 * progmodes/cc-defs.el
4287 (c-clear-char-property-with-value-function): Fix this to clear the
4288 property rather than overwriting it with nil.
4289
4290 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * emacs-lisp/package.el (package-print-package): Add link to
4293 package description via describe-package.
4294 (describe-package-1): List package requirements. Add button to
4295 perform installation.
4296 (package-menu-describe-package): New command.
4297
4298 * help-mode.el (help-package): New button type.
4299
4300 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * emacs-lisp/package.el: Move package-list-packages binding to
4303 menu-bar.el.
4304 (describe-package, describe-package-1, package--dir): New funs.
4305 (package-activate-1): Use package--dir.
4306
4307 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4308
4309 * help-mode.el (help-package-def): New button type.
4310
4311 * menu-bar.el: Move package-list-packages binding here from
4312 package.el.
4313
4314 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4315
4316 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4317
4318 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * emacs-lisp/edebug.el (edebug-read-list):
4321 Phase out old-style backquotes.
4322
4323 2010-06-17 Juri Linkov <juri@jurta.org>
4324
4325 * help-mode.el (help-mode): Set buffer-local variable
4326 revert-buffer-function to help-mode-revert-buffer.
4327 (help-mode-revert-buffer): New function.
4328
4329 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4330 before popping to "*info*" (like in other Info functions).
4331 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4332 old-history-forward. Pop to old-buffer-name or "*info*" to
4333 recreate the killed buffer. Set Info-history-forward from
4334 old-history-forward.
4335 (Info-breadcrumbs-depth): Add :group and :version.
4336
4337 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4338
4339 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4340
4341 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4342
4343 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4344 for languages like Portuguese with pt_{BR,PT} and no plain pt.
4345
4346 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
4347
4348 * emacs-lisp/package.el (package-menu-mode-map):
4349 Move initialization into declaration.
4350
4351 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4352
4353 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
4354
4355 * emacs-lisp/package.el (package-archive-base): Point to
4356 elpa.gnu.org.
4357 (package-enable, package-load-list): New defcustoms.
4358 (package-user-dir, package-directory-list): Turn into defcustoms.
4359 Don't include package-user-dir in package-directory-list.
4360 (package--builtins-base): Don't include Emacs as a "package".
4361 (package-subdirectory-regexp): New var.
4362 (package-load-all-descriptors, package-compute-transaction)
4363 (package-download-transaction): Obey package-load-list.
4364 (package-activate-1): Rename from package-do-activate.
4365 (package-list-packages-internal): Check package-load-list.
4366 (package-load-descriptor, package-generate-autoloads)
4367 (package-unpack, package-unpack-single)
4368 (package--read-archive-file, package-delete): Use
4369 expand-file-name.
4370
4371 * emacs-lisp/package-x.el: New file. Package uploading
4372 functionality split out from package.el.
4373
4374 * startup.el (command-line): Load packages after reading init file.
4375
4376 2010-06-17 Tom Tromey <tromey@redhat.com>
4377
4378 * emacs-lisp/package.el: New file.
4379
4380 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4381
4382 Fix vc-annotate for renamed files when using Git.
4383 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4384 ls-files. Doe not pass the object as a file name to cat-file, it
4385 is not a file name.
4386 (vc-git-annotate-command): Pass the file name using -- to avoid
4387 ambiguity with the revision.
4388 (vc-git-previous-revision): Pass a relative file name.
4389
4390 2010-06-22 Glenn Morris <rgm@gnu.org>
4391
4392 * progmodes/js.el (js-mode-map): Use standard capitalization and
4393 ellipses for menu entries.
4394
4395 * wid-edit.el (widget-complete): Doc fix.
4396
4397 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4398
4399 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4400
4401 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4402
4403 Fix annotating other revisions for renamed files in vc-annotate.
4404 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4405 VC backend. Use it when non-nil.
4406 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4407 (Bug#6487)
4408
4409 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4410 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4411 Do not pass the file name to the 'previous-revision call when we
4412 don't want a file diff. (Bug#6489)
4413
4414 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4415
4416 Fix finding revisions for renamed files in vc-annotate.
4417 * vc/vc.el (vc-find-revision): Add an optional argument for
4418 the VC backend. Use it when non-nil.
4419 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4420 backend to vc-find-revision. (Bug#6487)
4421
4422 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 Fix reading file names in Git annotate buffers.
4425 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4426 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4427
4428 2010-06-20 Alan Mackenzie <acm@muc.de>
4429
4430 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4431 in file local variables, set it first.
4432
4433 2010-06-19 Glenn Morris <rgm@gnu.org>
4434
4435 * descr-text.el (describe-char-unicode-data): Insert separating
4436 space when needed. (Bug#6422)
4437
4438 * progmodes/idlwave.el (idlwave-action-and-binding):
4439 Fix typo in 2009-12-03 change. (Bug#6450)
4440
4441 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4444 handling for `lambda' (misunderstanding).
4445
4446 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4447
4448 * calc/calc-poly.el (math-accum-factors): Make sure that
4449 constants aren't distributed after they are factored out.
4450
4451 2010-06-16 Juri Linkov <juri@jurta.org>
4452
4453 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4454 `list-colors-print'. (Bug#6332)
4455
4456 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4457
4458 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4461 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4462
4463 * font-lock.el (font-lock-major-mode): Rename from
4464 font-lock-mode-major-mode to distinguish it from
4465 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4466 (font-lock-set-defaults):
4467 * font-core.el (font-lock-default-function): Adjust users.
4468 (font-lock-mode): Don't set it at all.
4469
4470 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4473
4474 2010-06-16 Glenn Morris <rgm@gnu.org>
4475
4476 * calendar/appt.el (appt-time-msg-list): Doc fix.
4477 (appt-check): Let-bind appt-warn-time.
4478 (appt-add): Make the 3rd argument optional.
4479 Simplify argument names. Doc fix. Check for integer WARNTIME.
4480 Only add WARNTIME to the output list if non-nil.
4481
4482 2010-06-16 Ivan Kanis <apple@kanis.eu>
4483
4484 * calendar/appt.el (appt-check): Let the 3rd element of
4485 appt-time-msg-list specify the warning time.
4486 (appt-add): Add new argument with the warning time. (Bug#5176)
4487
4488 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4489
4490 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4491 older than version 1.6. (Bug#6361)
4492
4493 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4494
4495 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4496 used by cl-do-arglist. (Bug#6408)
4497
4498 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4499
4500 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4501 portuguese casechars/not-casechars for missing 'çÇ'.
4502 Suggested by Rolando Pereira (bug#6434).
4503
4504 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4505
4506 * facemenu.el (list-colors-sort): Doc fix.
4507
4508 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4509
4510 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4511
4512 2010-06-14 Juri Linkov <juri@jurta.org>
4513
4514 Add sort option `list-colors-sort'. (Bug#6332)
4515 * facemenu.el (color-rgb-to-hsv): New function.
4516 (list-colors-sort): New defcustom.
4517 (list-colors-sort-key): New function.
4518 (list-colors-display): Doc fix. Sort list according to the option
4519 `list-colors-sort'.
4520 (list-colors-print): Add HSV values to `help-echo' property of
4521 RGB strings.
4522
4523 2010-06-14 Juri Linkov <juri@jurta.org>
4524
4525 * compare-w.el: Move to the "vc" subdirectory.
4526
4527 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * image-mode.el (image-mode-map): Remap left-char and right-char.
4530
4531 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4532
4533 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * term/common-win.el (x-colors): Add all the color names defined
4536 in rgb.txt (Bug#6332).
4537
4538 * facemenu.el (list-colors-print): Don't print extra names if it
4539 will overflow the window width.
4540
4541 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4542 change (Bug#6343).
4543
4544 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4545
4546 * files.el (make-directory): Doc fix (bug#6396).
4547
4548 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4549
4550 * net/tramp.el (tramp-remote-process-environment): Protect version
4551 string by apostroph.
4552 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4553 XEmacs.
4554 (tramp-file-name-for-operation): Add `call-process-region'.
4555 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4556
4557 * net/tramp-compat.el (top): Do not autoload
4558 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4559 only when `start-file-process' is not bound.
4560 (tramp-advice-file-expand-wildcards): Do not use
4561 `tramp-handle-file-remote-p'.
4562 (tramp-compat-make-temp-file): Handle the case, that
4563 `make-temp-file' has no third argument EXTENSION.
4564
4565 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4566
4567 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4568
4569 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4570
4571 2010-06-11 Juri Linkov <juri@jurta.org>
4572
4573 * finder.el (finder-known-keywords): Add keyword "vc"
4574 for version control.
4575
4576 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4577 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4578 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4579 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4580
4581 2010-06-11 Juri Linkov <juri@jurta.org>
4582
4583 Move version control related files to the "vc" subdirectory.
4584 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4585 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4586 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4587 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4588 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4589 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4590 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4591 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4592 Move files to the "vc" subdirectory.
4593
4594 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4597 (Bug#6367).
4598
4599 2010-06-11 Stephen Eglen <stephen@gnu.org>
4600
4601 * shell.el: Bind `shell-resync-dirs' to M-RET.
4602
4603 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4604
4605 * notifications.el: Move file from lisp/net, because it is
4606 supposed to talk locally to the user.
4607
4608 2010-06-10 Julien Danjou <julien@danjou.info>
4609
4610 * net/notifications.el (notifications-on-action-signal)
4611 (notifications-on-closed-signal): Pass notification id as first
4612 argument to the callback functions. Add docstrings.
4613 (notifications-notify): Fix docstring.
4614
4615 2010-06-10 Glenn Morris <rgm@gnu.org>
4616
4617 * emacs-lisp/authors.el (authors-ignored-files)
4618 (authors-valid-file-names): Add some files.
4619
4620 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4623 merge conflict, giving preference to the emacs-23 version of the code.
4624
4625 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * emacs-lisp/advice.el (ad-compile-function):
4628 Define warning-suppress-types before we let-bind it (bug#6275).
4629
4630 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4631 declare it, make it buffer-local and permanent-local (bug#6324).
4632 (vc-resynch-window): Adjust name.
4633 * vc-hooks.el (vc-find-file-hook): Adjust name.
4634
4635 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4636
4637 * net/notifications.el (notifications-notify): Fix docstring.
4638
4639 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4640
4641 Update to Unicode 6.0.0 beta.
4642 * international/charprop.el: Update copyright.
4643 * international/mule-cmds.el (ucs-names): Update character ranges.
4644 * international/uni-bidi.el:
4645 * international/uni-category.el:
4646 * international/uni-combining.el:
4647 * international/uni-comment.el:
4648 * international/uni-decimal.el:
4649 * international/uni-decomposition.el:
4650 * international/uni-digit.el:
4651 * international/uni-lowercase.el:
4652 * international/uni-mirrored.el:
4653 * international/uni-name.el:
4654 * international/uni-numeric.el:
4655 * international/uni-old-name.el:
4656 * international/uni-titlecase.el:
4657 * international/uni-uppercase.el: Regenerate.
4658
4659 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4662 (smie-precs-precedence-table): Fix typo in docstring.
4663
4664 * vc-mtn.el (log-edit-extract-headers): Declare function.
4665
4666 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4667
4668 * net/notifications.el (dbus-register-signal): Declare function.
4669 (notifications-notify): Fix typos and reflow docstring.
4670
4671 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4672
4673 Improve VC create/retrieve tag/branch.
4674 * vc.el (vc-create-tag): Do not read the directory name for VCs
4675 with repository revision granularity. Adjust the tag/branch
4676 prompt. Reset VC properties.
4677 (vc-retrieve-tag): Do not read the directory name for VCs
4678 with repository revision granularity. Reset VC properties.
4679
4680 2010-06-09 Julien Danjou <julien@danjou.info>
4681
4682 * net/notifications.el: New file.
4683
4684 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4685
4686 Add optional support for resetting VC properties.
4687 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4688 call vc-file-clearprops when true.
4689 (vc-resynch-buffer): Add new optional argument, pass it down.
4690 (vc-resynch-buffers-in-directory): Likewise.
4691
4692 Improve support for special markup in the VC commit message.
4693 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4694 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4695 * vc-git.el (vc-git-checkin):
4696 * vc-bzr.el (vc-bzr-checkin): Likewise.
4697
4698 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4701 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4702
4703 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4704
4705 * iimage.el: Remove images as soon as the underlying text is modified.
4706 (iimage-modification-hook): New function.
4707 (iimage-mode-buffer): Use it.
4708
4709 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4710
4711 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4712 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4713 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4714 (smie-indent-keyword): Add handling of open-paren keywords.
4715 (smie-indent-comment-continue): Don't assume comment-continue.
4716
4717 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4718
4719 * window.el (pop-to-buffer): Remove the conditional that
4720 compares new-window and old-window, so it will reselect
4721 the selected window unconditionally.
4722 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4723
4724 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * emacs-lisp/smie.el (smie-indent-offset-after)
4727 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4728 (smie-indent-after-keyword): Use them.
4729 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4730 (smie-indent-keyword): Tweak the black magic.
4731 (smie-indent-comment-continue): Strip comment-continue before use.
4732 (smie-indent-functions): Indent comments before keywords.
4733
4734 2010-06-06 Juri Linkov <juri@jurta.org>
4735
4736 * isearch.el (isearch-lazy-highlight-search): Fix looping
4737 by checking for empty match. This syncs this loop with the
4738 similar loop in `isearch-search'. (Bug#6362)
4739
4740 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4741
4742 * net/dbus.el (dbus-register-method): Declare function.
4743 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4744 (dbus-introspect): Doc fix.
4745 (dbus-event-bus-name, dbus-introspect-get-interface)
4746 (dbus-introspect-get-argument): Reflow docstrings.
4747
4748 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 vc-log-incoming/vc-log-outgoing fixes for Git.
4751 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4752 incoming/outgoing logs.
4753 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4754 instead of vc-git-compute-remote.
4755 (vc-git-compute-remote): Remove.
4756
4757 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4758
4759 * term/common-win.el (x-colors): Add "dark green" and "dark
4760 turquoise" (Bug#6332).
4761
4762 2010-06-04 Juri Linkov <juri@jurta.org>
4763
4764 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4765 Instead of setting `replace' to t and replacing the same string
4766 with itself, don't do certain actions when
4767 kill-do-not-save-duplicates is non-nil and string is equal to car
4768 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4769 interprogram-paste strings to kill-ring, and don't push the input
4770 argument `string' to kill-ring.
4771 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4772
4773 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4776
4777 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4778
4779 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4780 (tramp-gvfs-handler-mounted-unmounted)
4781 (tramp-gvfs-connection-mounted-p): Handle default-location.
4782
4783 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4784 move files to trash.
4785
4786 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4787
4788 * international/mule-cmds.el (nonascii-insert-offset)
4789 (nonascii-translation-table): Add obsolescence information.
4790
4791 * international/mule.el (make-translation-table-from-vector): Doc fix.
4792
4793 2010-06-03 Glenn Morris <rgm@gnu.org>
4794
4795 * desktop.el (desktop-clear-preserve-buffers):
4796 Add "*Warnings*" buffer. (Bug#6336)
4797
4798 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4799
4800 vc-log-incoming/vc-log-outgoing improvements for Git.
4801 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4802 short log.
4803 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4804
4805 Add bindings for vc-log-incoming and vc-log-outgoing.
4806 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4807 and vc-log-outgoing.
4808 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4809 and vc-log-outgoing.
4810
4811 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4814 (rcirc-handler-366): Always sort nicknames.
4815
4816 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4819
4820 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4823
4824 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4827 (rcirc-sort-nicknames-join): Avoid setq.
4828
4829 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4830
4831 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4832 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4833 (rcirc-handler-366): Use them.
4834
4835 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 Split smie-indent-calculate into more manageable chunks.
4838 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4839 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4840 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4841 (smie-indent-exps): Extract from smie-indent-calculate.
4842 (smie-indent-functions): New var.
4843 (smie-indent-functions): Use them.
4844
4845 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4848 (smie-indent-calculate): Simplify and cleanup.
4849
4850 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4851
4852 * net/tramp-gvfs.el (top): Require url-util.
4853 (tramp-gvfs-mount-point): Remove.
4854 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4855 New defuns.
4856 (with-tramp-dbus-call-method): Format trace message.
4857 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4858 Implement backup call, when operation on local files fails.
4859 Use progress reporter. Flush properties of changed files.
4860 (tramp-gvfs-handle-make-directory): Make more traces.
4861 (tramp-gvfs-url-file-name): Hexify file name in url.
4862 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4863 into account for the resulting file name.
4864 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4865 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4866 (tramp-gvfs-handler-mounted-unmounted)
4867 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4868 attribute "default_location". Set "prefix" property.
4869 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4870 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4871 exists. Raise an error, if not (due to a corresponding answer
4872 "no" in interactive questions, for example).
4873
4874 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4877
4878 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4881 right-*. (Bug#6265)
4882
4883 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4884
4885 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4886 * vc-git.el (vc-git-compute-remote): New function.
4887 (vc-git-log-outgoing): Use it instead of hard coding a value.
4888 (vc-git-log-incoming): New function.
4889
4890 Improve state updating for VC tag commands.
4891 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4892 to update the state of all buffers in the directory.
4893
4894 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4895
4896 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4899 `file-directory-p' to the filename part rather than to the whole text.
4900
4901 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4904
4905 2010-05-31 Drew Adams <drew.adams@oracle.com>
4906
4907 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4908
4909 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * subr.el (momentary-string-display): Just use read-event to read
4912 the exit event (Bug#6238).
4913
4914 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4915
4916 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4917
4918 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4919
4920 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4921 Suggested by Eli Zaretskii <eliz@gnu.org>.
4922
4923 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * minibuffer.el (completion-file-name-table): Don't return a boundary
4926 past the end of `string' (bug#6299).
4927 (completion--file-name-table): Delegate to completion-file-name-table
4928 for the `boundaries' case.
4929
4930 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4933 movement commands.
4934
4935 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4936 `path-separator', but maintain compatibility with Emacs 20.2.
4937
4938 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * server.el (server-process-filter): Receive parent-id argument
4941 from emacsclient.
4942 (server-create-window-system-frame): New arg. Pass parent-id as
4943 frame parameter.
4944
4945 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4946
4947 Bidi-sensitive word movement with arrow keys.
4948 * subr.el (right-arrow-command, left-arrow-command): Move to
4949 bindings.el.
4950
4951 * bindings.el (right-char, left-char): Move from subr.el and
4952 rename from right-arrow-command and left-arrow-command.
4953 (right-word, left-word): New functions.
4954 (global-map) <right>: Bind to right-char.
4955 (global-map) <left>: Bind to left-char.
4956 (global-map) <C-right>: Bind to right-word.
4957 (global-map) <C-left>: Bind to left-word.
4958
4959 * ls-lisp.el (ls-lisp-classify-file): New function.
4960 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4961 (ls-lisp-classify): Call ls-lisp-classify-file.
4962 (insert-directory): Remove blanks from switches.
4963
4964 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4967 (ansi-color-drop-regexp): New constant.
4968 (ansi-color-apply, ansi-color-filter-region)
4969 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4970 (ansi-color-apply): Build string list before calling concat.
4971
4972 2010-05-28 Juri Linkov <juri@jurta.org>
4973
4974 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4975 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4976 (Bug#5270)
4977
4978 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4981 to ignored backtrace functions.
4982 (with-progress-reporter): Expand docstring.
4983 (tramp-handle-delete-file): Implement TRASH argument.
4984 (tramp-get-remote-trash): New defun.
4985
4986 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4987
4988 * net/tramp-compat.el (tramp-compat-delete-file): Use
4989 `symbol-value' for backward compatibility.
4990
4991 * net/tramp.el (tramp-handle-make-symbolic-link)
4992 (tramp-handle-load)
4993 (tramp-do-copy-or-rename-file-via-buffer)
4994 (tramp-do-copy-or-rename-file-directly)
4995 (tramp-do-copy-or-rename-file-out-of-band)
4996 (tramp-handle-process-file, tramp-handle-call-process-region)
4997 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4998 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4999 (tramp-delete-temp-file-function): Use `delete-file' instead
5000 of `tramp-compat-delete-file'.
5001
5002 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5003 (tramp-fish-handle-make-symbolic-link)
5004 (tramp-fish-handle-process-file): Use `delete-file' instead
5005 of `tramp-compat-delete-file'.
5006
5007 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5008 `delete-file' instead of `tramp-compat-delete-file'.
5009
5010 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5011 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5012 `tramp-compat-delete-file'.
5013
5014 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5015 `delete-file' instead of `tramp-compat-delete-file'.
5016
5017 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5018 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5019 (tramp-smb-handle-write-region): Use `delete-file' instead of
5020 `tramp-compat-delete-file'.
5021 (tramp-smb-handle-delete-directory): Use 'trash as arg.
5022
5023 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * dired.el (dired-delete-file): New arg TRASH.
5026 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
5027 (dired-do-flagged-delete, dired-do-delete): Use trash.
5028
5029 * speedbar.el (speedbar-item-delete): Allow trashing.
5030
5031 * files.el (delete-directory): New arg TRASH.
5032
5033 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5034 (ange-ftp-rename-remote-to-remote)
5035 (ange-ftp-rename-local-to-remote)
5036 (ange-ftp-rename-remote-to-local, ange-ftp-load)
5037 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5038 `delete-file'.
5039 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5040 allow trashing.
5041
5042 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5043 handle new TRASH arg of `delete-file'.
5044
5045 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5046 (tramp-handle-make-symbolic-link, tramp-handle-load)
5047 (tramp-do-copy-or-rename-file-via-buffer)
5048 (tramp-do-copy-or-rename-file-directly)
5049 (tramp-do-copy-or-rename-file-out-of-band)
5050 (tramp-handle-process-file, tramp-handle-call-process-region)
5051 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5052 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5053 (tramp-delete-temp-file-function): Use null TRASH arg in
5054 tramp-compat-delete-file call.
5055
5056 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5057 (tramp-fish-handle-delete-file)
5058 (tramp-fish-handle-make-symbolic-link)
5059 (tramp-fish-handle-process-file): Use null TRASH arg in
5060 `tramp-compat-delete-file' call.
5061
5062 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5063 arg in `tramp-compat-delete-file' call.
5064
5065 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5066 (tramp-gvfs-handle-write-region): Use null TRASH arg in
5067 `tramp-compat-delete-file' call.
5068
5069 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5070 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5071 `tramp-compat-delete-file' call.
5072
5073 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5074 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5075 (tramp-smb-handle-write-region): Use null TRASH arg in
5076 tramp-compat-delete-file call.
5077 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5078 (tramp-smb-handle-delete-file): Rename arg.
5079
5080 * diff.el (diff-sentinel):
5081 * epg.el (epg--make-temp-file, epg-decrypt-string)
5082 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5083 * jka-compr.el (jka-compr-partial-uncompress)
5084 (jka-compr-call-process, jka-compr-write-region):
5085 * server.el (server-sentinel): Remove optional arg from
5086 delete-file, reverting 2010-05-03 change.
5087
5088 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5091 font-lock-constant-face, not obsolete font-lock-reference-face.
5092
5093 2010-05-27 Kenichi Handa <handa@m17n.org>
5094
5095 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5096 element of GSTRING is nil.
5097
5098 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * emacs-lisp/smie.el (smie-forward-token-function)
5101 (smie-backward-token-function): New vars.
5102 (smie-backward-sexp, smie-forward-sexp)
5103 (smie-indent-hanging-p, smie-indent-calculate): Use them.
5104 (smie-default-backward-token): Rename from smie-backward-token and
5105 skip comments.
5106 (smie-default-forward-token): Rename from smie-forward-token and
5107 skip comments.
5108 (smie-next-sexp): Handle nil results from next-token.
5109 (smie-indent-calculate): Add a new case for special `fixindent' comments.
5110
5111 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
5112
5113 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5114 Use font-lock-constant-face, not obsolete font-lock-reference-face.
5115
5116 2010-05-27 Masatake YAMATO <yamato@redhat.com>
5117
5118 * htmlfontify.el (hfy-face-resolve-face): New function.
5119 (hfy-face-to-style): Use it (Bug#6279).
5120
5121 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5124 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5125
5126 2010-05-26 Glenn Morris <rgm@gnu.org>
5127
5128 * emulation/edt.el (edt-load-keys): Use locate-library.
5129
5130 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5133 (log-edit-changelog-entries): Doc fix.
5134 (log-edit-changelog-insert-entries): Args changed.
5135 Rename relative filenames in ChangeLog entries. Delete tabs.
5136 (log-edit-insert-changelog-entries): Reorganize return value of
5137 `log-edit-changelog-entries' to pass filenames to
5138 log-edit-changelog-insert-entries.
5139
5140 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5141
5142 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5143 `image-dired-dired-insert-marked-thumbs' to
5144 `image-dired-dired-toggle-marked-thumbs'.
5145
5146 * image-dired.el: Require cl when compiling.
5147 (image-dired-dired-toggle-marked-thumbs): Rename from
5148 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
5149 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
5150 to 'no-dir. Skip files whose names don't match
5151 `image-file-name-regexp'. When file has a thumbnail overlay,
5152 delete it. (Bug#5270)
5153
5154 2010-05-25 Juri Linkov <juri@jurta.org>
5155
5156 * image-mode.el (image-mode): Add image-after-revert-hook to
5157 after-revert-hook.
5158 (image-after-revert-hook): New function. (Bug#5669)
5159
5160 2010-05-25 Juri Linkov <juri@jurta.org>
5161
5162 * image.el (image-animated-p): When delay between animated images
5163 is 0, set it to 10 (0.1 sec). (Bug#6258)
5164
5165 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
5166
5167 * net/tramp.el (tramp-handle-insert-directory): Don't use
5168 `forward-word', its default syntax could be changed.
5169
5170 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * net/tramp.el (tramp-progress-reporter-update): New defun.
5173 (with-progress-reporter): Use it.
5174 (tramp-process-actions):
5175 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5176 current message, in order to let progress reporter continue
5177 afterwards. (Bug#6257)
5178
5179 2010-05-25 Glenn Morris <rgm@gnu.org>
5180
5181 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5182 Add :version.
5183
5184 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
5185
5186 * net/rcirc.el (rcirc-default-user-name): Change to "user".
5187 (rcirc-default-full-name): Change to "unknown".
5188 (rcirc-user-name-history): Add variable.
5189
5190 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
5191 Jonathan Rockway <jon@jrock.us>
5192
5193 * net/rcirc.el (rcirc-server-alist): Add :pass.
5194 (rcirc): When prompting for connection parameters, also prompt for
5195 username and password.
5196 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
5197 value to server when connecting.
5198
5199 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5202 (smie-merge-prec2s): Pass the tables as separate args.
5203 (smie-bnf-precedence-table): Adjust call accordingly.
5204 (smie-prec2-levels): Set levels at the end.
5205
5206 Replace Lisp calls to delete-backward-char by delete-char.
5207 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5208 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5209 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5210 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5211 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5212 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5213 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5214 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5215 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5216 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5217 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5218 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5219 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5220 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5221 delete-backward-char by calls to delete-char.
5222
5223 2010-05-25 Kenichi Handa <handa@m17n.org>
5224
5225 * language/hebrew.el (hebrew-shape-gstring): New function.
5226 Register it in composition-function-table for all Hebrew combining
5227 characters.
5228
5229 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * epa.el (epa--select-keys): Don't explicitly delete the window since
5232 that can fail (e.g. sole window in frame). Use dedication instead.
5233
5234 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
5235
5236 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5237
5238 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * image.el (image-refresh): Define as an alias for image-flush.
5241
5242 * image-mode.el (image-toggle-display-image): Caller changed.
5243
5244 2010-05-21 Juri Linkov <juri@jurta.org>
5245
5246 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5247 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5248 whitespace, call wildcard-to-regexp on substrings and concat them
5249 with "\\|". (Bug#6114)
5250
5251 2010-05-21 Alan Mackenzie <acm@muc.de>
5252
5253 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5254 Replace parameter `here' with `here-' and `here-plus', which sandwich
5255 any pertinent CPP construct.
5256 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5257 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5258 CPP construct from taking part in the scanning.
5259
5260 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * net/tramp.el (tramp-do-copy-or-rename-file)
5263 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5264 Tune `with-progress-reporter' messages.
5265 (tramp-handle-vc-registered):
5266 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5267 (tramp-fish-handle-insert-file-contents)
5268 (tramp-fish-maybe-open-connection):
5269 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5270 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5271 (tramp-imap-handle-insert-file-contents)
5272 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5273
5274 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
5275
5276 * add-log.el (change-log-font-lock-keywords):
5277 Highlight all authors in multi-author entries.
5278
5279 * smerge-mode.el (smerge-refine-ignore-whitespace)
5280 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5281 Fix typos in docstrings.
5282 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5283
5284 2010-05-21 Glenn Morris <rgm@gnu.org>
5285
5286 * progmodes/fortran.el (fortran-mode):
5287 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5288
5289 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5290 having a relative path in src/Makefile.in.
5291
5292 2010-05-20 Kevin Ryde <user42@zip.com.au>
5293
5294 * help-mode.el (help-make-xrefs): For Info node links turn
5295 newlines into spaces. Link node names with newlines are matched
5296 by help-xref-info-regexp and buttonized, this change ensures they
5297 can be followed successfully with RET. (Bug#6206)
5298
5299 2010-05-20 Juri Linkov <juri@jurta.org>
5300
5301 * locate.el (locate): Use pop-to-buffer instead of
5302 switch-to-buffer-other-window. (Bug#6204)
5303
5304 2010-05-20 Juri Linkov <juri@jurta.org>
5305
5306 * replace.el (replace-highlight): Fix lazy-highlighting
5307 for `M-s w str M-% str RET'.
5308
5309 2009-12-15 Masatake YAMATO <yamato@redhat.com>
5310
5311 * isearch.el (isearch-yank-word-or-char): Pull next subword
5312 when `subword-mode' is activated. (Bug#6220)
5313
5314 2010-05-20 Mark A. Hershberger <mah@everybody.org>
5315
5316 * isearch.el (isearch-update-post-hook): New hook.
5317 (isearch-update): Use the new hook. (Bug#6225)
5318
5319 2010-05-20 Juri Linkov <juri@jurta.org>
5320
5321 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5322 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5323 (Bug#6222)
5324
5325 2010-05-20 Juri Linkov <juri@jurta.org>
5326
5327 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5328 (Bug#6223)
5329
5330 2010-05-20 Juri Linkov <juri@jurta.org>
5331
5332 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5333 FILE-NAME to read from the minibuffer when called interactively
5334 with prefix argument instead of using buffer-file-name.
5335 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5336
5337 * dired.el: Update autoloads.
5338
5339 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5342 nxml-finish-element, for consistency with SGML mode.
5343
5344 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5345 octave-close-block.
5346
5347 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
5348
5349 * composite.el: Require cl when compiling.
5350 (reference-point-alist, compose-gstring-for-graphic)
5351 (compose-gstring-for-terminal): Fix typos in docstrings.
5352
5353 2010-05-19 Juri Linkov <juri@jurta.org>
5354
5355 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5356 set-window-parameter.
5357
5358 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5359
5360 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5361 where appropriate.
5362 (tramp-maybe-open-connection): Use it.
5363
5364 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5365
5366 * simple.el (move-end-of-line): Make sure we are at line beginning
5367 before backing up to end of previous line.
5368
5369 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5370
5371 * password-cache.el (password-cache-remove): Fix docstring.
5372
5373 * net/secrets.el: Autoload the widget functions.
5374 (secrets-search-items, secrets-create-item)
5375 (secrets-get-attributes, secrets-expand-item): Attributes will be
5376 stored on the password database without leading ":", as all other
5377 clients do as well.
5378 (secrets-mode): Fix docstring.
5379 (secrets-show-secrets): Provide it as autoloaded command only when
5380 D-Bus support is available. Check existence of Secret Service API.
5381
5382 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * indent.el (indent-region): Deactivate region (bug#6200).
5385
5386 2010-05-19 Glenn Morris <rgm@gnu.org>
5387
5388 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5389
5390 2010-05-19 Kenichi Handa <handa@m17n.org>
5391
5392 * composite.el: Register compose-gstring-for-graphic in
5393 composition-function-table only for combining characters (Mn, Mc, Me).
5394
5395 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5396
5397 * calc/calc-trail.el (calc-trail-isearch-forward)
5398 (calc-trail-isearch-backward): Ensure that the new window
5399 point is set correctly.
5400
5401 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * subr.el (read-quoted-char): Resolve modifiers after key
5404 remapping (bug#6212).
5405
5406 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5407
5408 Add visualization code for secrets.
5409 * net/secrets.el (secrets-mode): New major mode.
5410 (secrets-show-secrets, secrets-show-collections)
5411 (secrets-expand-collection, secrets-expand-item)
5412 (secrets-tree-widget-after-toggle-function)
5413 (secrets-tree-widget-show-password): New defuns.
5414
5415 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5418 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5419 handled in smie-next-sexp.
5420 (smie-indent-calculate): Provide a starting indentation (so the
5421 recursion is well-founded ;-).
5422
5423 Fix handling of non-associative equal levels.
5424 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5425 when it's not needed.
5426 (smie-op-left, smie-op-right): New functions.
5427 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5428 Better handle equal levels to distinguish the associative case from
5429 the "multi-keyword construct" case.
5430 (smie-backward-sexp, smie-forward-sexp): Use it.
5431
5432 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5433
5434 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5435
5436 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5437 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5438
5439 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 Provide a simple generic indentation engine and use it for Prolog.
5442 * emacs-lisp/smie.el: New file.
5443 * progmodes/prolog.el (prolog-smie-op-levels)
5444 (prolog-smie-indent-rules): New var.
5445 (prolog-mode-variables): Use them to configure SMIE.
5446 (prolog-indent-line, prolog-indent-level): Remove.
5447
5448 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5449
5450 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5451 order before computing the averages.
5452
5453 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5454
5455 * calc/calc-vec.el (calc-histogram):
5456 (calcFunc-histogram): Allow vectors as inputs.
5457 (math-vector-avg): New function.
5458
5459 * calc/calc-ext.el (math-group-float): Have the number of digits
5460 being grouped depend on the radix (Bug#6189).
5461
5462 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5463
5464 * version.el (emacs-copyright, emacs-version): Don't define here,
5465 now that emacs.c defines it.
5466
5467 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5468
5469 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5470 "Describe Language Environment" menu item.
5471
5472 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5473
5474 Bidi-sensitive movement with arrow keys.
5475 * subr.el (right-arrow-command, left-arrow-command): New functions.
5476
5477 * bindings.el (global-map): Bind them to right and left arrow keys.
5478
5479 Don't override standard definition of convert-standard-filename.
5480 * files.el (convert-standard-filename): Call
5481 w32-convert-standard-filename and dos-convert-standard-filename on
5482 the corresponding systems.
5483
5484 * w32-fns.el (w32-convert-standard-filename): Rename from
5485 convert-standard-filename. Doc fix.
5486
5487 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5488 (convert-standard-filename): Don't defalias.
5489 (register-name-alist, make-register, register-value)
5490 (set-register-value, intdos): Obsolete aliases for the
5491 corresponding dos-* functions and variables.
5492 (dos-intdos): Add a doc string.
5493
5494 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5495
5496 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5497 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5498 (math-compose-tex-func):
5499 * calc/calccomp.el (math-compose-expr):
5500 * calc/calc-ext.el (math-format-flat-expr-fancy):
5501 * calc/calc-store.el (calc-read-var-name):
5502 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5503
5504 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5505 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5506 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5507 (math-standard-units): Add units.
5508
5509 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * progmodes/asm-mode.el (asm-mode):
5512 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5513
5514 * pcomplete.el (pcomplete-completions-at-point): New function,
5515 extracted from pcomplete-std-complete.
5516 (pcomplete-std-complete): Use it.
5517
5518 2010-05-15 Glenn Morris <rgm@gnu.org>
5519
5520 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5521 Remove references to CVS, RCS and Old directories.
5522
5523 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5524
5525 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5526 appropriate.
5527
5528 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5531 (sh-mode-syntax-table): Give it a default value instead.
5532 (sh-header-marker): Make buffer-local.
5533 (sh-mode): Move make-local-variable to the corresponding setq.
5534 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5535 Use complete-with-action.
5536
5537 * simple.el (prog-mode): New (abstract) major mode.
5538 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5539 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5540
5541 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5544 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5545 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5546 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5547 (sql-escape-newlines-filter, sql-input-sender)
5548 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5549
5550 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5551
5552 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5553
5554 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5555 latex-open-block and C-c / to latex-close-block.
5556
5557 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5558 and C-c C-e to sgml-close-tag.
5559
5560 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * net/tramp.el (with-progress-reporter): Create reporter object
5563 only when the message would be displayed. Handle nested calls.
5564 (tramp-handle-load, tramp-handle-file-local-copy)
5565 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5566 (tramp-maybe-send-script, tramp-find-shell):
5567 Use `with-progress-reporter'.
5568 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5569 Fix message text.
5570
5571 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5572 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5573 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5574 Use `with-progress-reporter'.
5575
5576 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5577
5578 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5579 process everytime when spellchecking from the minibuffer (bug#6143).
5580
5581 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5584
5585 * dos-fns.el: Add "dos-" prefix for namespace control.
5586 (convert-standard-filename): Define as alias for
5587 dos-convert-standard-filename but only if applicable.
5588
5589 2010-05-12 Alan Mackenzie <acm@muc.de>
5590
5591 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5592 Push the mark at the start of these functions when appropriate.
5593
5594 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * minibuffer.el (completion-cycle-threshold): New custom var.
5597 (completion--do-completion): Use it.
5598 (minibuffer-complete): Use cycling if appropriate.
5599
5600 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5601
5602 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5603 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5604
5605 2010-05-11 Juri Linkov <juri@jurta.org>
5606
5607 * scroll-all.el (scroll-all-check-to-scroll):
5608 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5609
5610 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 * iimage.el (iimage-mode-map): Move initialization into declaration.
5613 (iimage-mode-buffer): Use with-silent-modifications.
5614 Simplify calling convention. Adjust callers.
5615 (iimage-mode): Don't run hook redundantly.
5616
5617 * minibuffer.el (completion-pcm--pattern->regex):
5618 Fix last change (bug#6160).
5619
5620 2010-05-10 Juri Linkov <juri@jurta.org>
5621
5622 Remove nodes visited during Isearch from the Info history.
5623 * info.el (Info-isearch-initial-history)
5624 (Info-isearch-initial-history-list): New variables.
5625 (Info-isearch-start): Record initial values of
5626 Info-isearch-initial-history and Info-isearch-initial-history-list.
5627 Add Info-isearch-end to isearch-mode-end-hook.
5628 (Info-isearch-end): New function.
5629
5630 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5631
5632 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5633 format string, in order to work around a bug in pdksh.
5634 Reported by Gilles Pion <gpion@lfdj.com>.
5635 (tramp-handle-verify-visited-file-modtime): Do not send a command
5636 when the connection is not established.
5637 (tramp-handle-set-file-times): Simplify the check for utc.
5638
5639 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5640
5641 Fix use of `filter-buffer-substring' (rework previous change).
5642 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5643 (cua-repeat-replace-region):
5644 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5645 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5646 (cua-cut-region-to-global-mark): Use it.
5647
5648 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5649
5650 * progmodes/sql.el: Version 2.1.
5651 (sql-product-alist): Redesign structure of product info.
5652 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5653 (sql-port, sql-port-history): New variables.
5654 (sql-interactive-product): New variable.
5655 (sql-send-terminator): New variable.
5656 (sql-imenu-generic-expression): Add "Types" imenu entry.
5657 (sql-oracle-login-params, sql-sqlite-login-params)
5658 (sql-mysql-login-params, sql-solid-login-params)
5659 (sql-sybase-login-params, sql-informix-login-params)
5660 (sql-ingres-login-params, sql-ms-login-params)
5661 (sql-postgres-login-params, sql-interbase-login-params)
5662 (sql-db2-login-params, sql-linter-login-params)
5663 (sql-oracle-scan-on): New variables.
5664 (sql-mode-map): Add C-c C-i to start interactive mode.
5665 (sql-mode-menu): Update existing menu entries.
5666 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5667 (sql-mode-oracle-font-lock-keywords)
5668 (sql-mode-postgres-font-lock-keywords)
5669 (sql-mode-ms-font-lock-keywords)
5670 (sql-mode-sybase-font-lock-keywords)
5671 (sql-mode-informix-font-lock-keywords)
5672 (sql-mode-interbase-font-lock-keywords)
5673 (sql-mode-ingres-font-lock-keywords)
5674 (sql-mode-solid-font-lock-keywords)
5675 (sql-mode-mysql-font-lock-keywords)
5676 (sql-mode-sqlite-font-lock-keywords)
5677 (sql-mode-db2-font-lock-keywords)
5678 (sql-mode-linter-font-lock-keywords): Update initialization to
5679 reduce run-time complexity.
5680 (sql-add-product, sql-del-product): New functions.
5681 (sql-set-product-feature, sql-get-product-feature): New functions.
5682 (sql-product-font-lock): Update product API.
5683 (sql-add-product-keywords): New function.
5684 (sql-highlight-product): Update product API.
5685 (sql-help-list-products): New function.
5686 (sql-help): Dynamically lists free and non-free products.
5687 (sql-get-login): Correct bug in handling history and added
5688 prompt for port.
5689 (sql-copy-column): Copy without properties.
5690 (sqli-input-sender): Apply filters to SQLi input.
5691 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5692 Implement as a filter.
5693 (sql-escape-newlines-filter): Implement as a filter.
5694 (sql-remove-tabs-filter): New function.
5695 (sql-send-magic-terminator): New function.
5696 (sql-send-string): Implement magic terminator.
5697 (sql-send-region): Use `sql-send-string'.
5698 (sql-interactive-mode): Use product API.
5699 (sql-product-interactive): Use product API.
5700 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5701 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5702 (sql-db2, sql-linter): Use `sql-product-interactive'.
5703 (sql-connect): New function.
5704 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5705 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5706 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5707 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5708 Use `sql-connect'.
5709
5710 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5713 New custom variable.
5714 (completion-pcm--string->pattern): Use it.
5715 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5716 Make it handle any symbol as `any'.
5717 (completion-pcm--merge-completions): Extract common suffix for the new
5718 `prefix' symbol as well.
5719 (completion-substring--all-completions): Use the new `prefix' symbol.
5720
5721 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5724 not bound.
5725 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5726 (tramp-compat-funcall): New defmacro.
5727 (tramp-compat-line-beginning-position)
5728 (tramp-compat-line-end-position)
5729 (tramp-compat-temporary-file-directory)
5730 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5731 (tramp-compat-copy-file, tramp-compat-copy-directory)
5732 (tramp-compat-delete-file, tramp-compat-delete-directory)
5733 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5734 * net/tramp.el (top, with-progress-reporter)
5735 (tramp-rfn-eshadow-setup-minibuffer)
5736 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5737 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5738 (tramp-completion-mode-p, tramp-check-for-regexp)
5739 (tramp-open-connection-setup-interactive-shell)
5740 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5741 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5742 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5743 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5744 (tramp-reporter-dump-variable, tramp-load-report-modules)
5745 (tramp-append-tramp-buffers)
5746 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5747
5748 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5749
5750 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5753 buffer-modtime. Adjust users.
5754
5755 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * international/mule.el (auto-coding-alist): Only purecopy
5758 car of each item, not the whole list (Bug#6083).
5759
5760 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5761
5762 * progmodes/js.el (js-mode): Make paragraph variables local before
5763 calling c-setup-paragraph-variables (Bug#6071).
5764
5765 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5766
5767 * composite.el (compose-region, reference-point-alist): Fix typos
5768 in the doc strings.
5769
5770 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5771
5772 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5773 gnuplot's "set" command.
5774
5775 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * abbrev.el (last-abbrev-text): Doc fix.
5778 (abbrev-prefix-mark): Don't escape parenthesis.
5779
5780 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5781
5782 * composite.el (find-composition): Doc fix.
5783
5784 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5785
5786 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5787 (sql-oracle-program, sql-sqlite-options)
5788 (sql-query-placeholders-and-send): Doc fixes.
5789 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5790 (sql-imenu-generic-expression, sql-buffer)
5791 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5792 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5793 (sql-mode-sybase-font-lock-keywords)
5794 (sql-mode-informix-font-lock-keywords)
5795 (sql-mode-interbase-font-lock-keywords)
5796 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5797 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5798 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5799 (sql-product-feature, sql-highlight-product)
5800 (comint-line-beginning-position, sql-rename-buffer)
5801 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5802 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5803 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5804 Fix typos in docstrings.
5805
5806 2010-05-08 Juri Linkov <juri@jurta.org>
5807
5808 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5809 property instead of `invisible' and `after-string' (bug#5998).
5810
5811 2010-05-08 Juri Linkov <juri@jurta.org>
5812
5813 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5814
5815 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5816
5817 * filecache.el (file-cache-add-directory-list)
5818 (file-cache-add-directory-recursively): Fix typos in docstrings.
5819
5820 2010-05-08 Kenichi Handa <handa@m17n.org>
5821
5822 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5823 (gujarati-composable-pattern): Fix typo.
5824
5825 2010-05-08 Kenichi Handa <handa@m17n.org>
5826
5827 * language/indian.el (oriya-composable-pattern)
5828 (tamil-composable-pattern, malayalam-composable-pattern):
5829 Add two-part vowels to "v" (vowel sign).
5830
5831 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * files.el (copy-directory): Handle symlinks (Bug#5982).
5834
5835 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5836
5837 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5838 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5839 (Bug#5846).
5840
5841 2010-05-08 Glenn Morris <rgm@gnu.org>
5842
5843 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5844
5845 * minibuffer.el (completion-at-point): Doc fix.
5846
5847 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * electric.el (Electric-command-loop): Minor tweak.
5850
5851 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5852 better with dedicated windows.
5853
5854 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * Version 23.2 released.
5857
5858 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5859 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 Highlight vendor specific properties.
5862 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5863 (css-proprietary-property): New face.
5864 (css-font-lock-keywords): Use them.
5865
5866 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5867
5868 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5869
5870 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5873 * files.el (auto-mode-alist): Remove redundant entries.
5874
5875 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5876 * simple.el (auto-save-mode): Move from files.el.
5877 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5878
5879 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5880
5881 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5882
5883 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5884
5885 * mail/binhex.el (binhex-decode-region-internal)
5886 * mail/uudecode.el (uudecode-decode-region-internal)
5887 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5888 (dns-read-type, dns-query)
5889 * pgg-parse.el (pgg-parse-armor)
5890 * pgg.el (pgg-verify-region)
5891 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5892 XEmacs.
5893
5894 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5895
5896 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5899
5900 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5901 * emulation/cua-base.el (cua-repeat-replace-region):
5902 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5903 (cua-cut-region-to-global-mark):
5904 Remove text properties with `set-text-properties'.
5905
5906 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * net/tramp.el (top, with-progress-reporter):
5909 Use `symbol-function' inside `funcall'.
5910
5911 * net/tramp-compat.el (tramp-compat-file-attributes)
5912 (tramp-compat-delete-file, tramp-compat-delete-directory):
5913 Handle only `wrong-number-of-arguments' error.
5914
5915 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5916 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5917 inside `funcall'.
5918
5919 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * minibuffer.el (completion--sreverse, completion--common-suffix):
5922 New functions.
5923 (completion-pcm--merge-completions): Extract common suffix when safe.
5924
5925 * emacs-lisp/easy-mmode.el (define-minor-mode):
5926 Make :variable more flexible.
5927 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5928
5929 2010-05-05 Juri Linkov <juri@jurta.org>
5930
5931 Add `slow' and `history' tags to the desktop data.
5932
5933 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5934 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5935 (Info-finder-find-node): Require `finder.el' to be able
5936 to restore node from the desktop.
5937 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5938 data `Info-history' and `slow' tag in the assoc list.
5939 (Info-restore-desktop-buffer): Don't restore nodes with the
5940 `slow' tag. Restore `Info-history'.
5941
5942 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5943
5944 Add FORCE argument to `delete-file'.
5945
5946 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5947 forcing to delete the temporary file.
5948 (ange-ftp-delete-file): Add FORCE arg.
5949 (ange-ftp-rename-remote-to-remote)
5950 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5951 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5952 Force file deletion.
5953
5954 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5955
5956 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5957 (tramp-handle-make-symbolic-link, tramp-handle-load)
5958 (tramp-do-copy-or-rename-file-via-buffer)
5959 (tramp-do-copy-or-rename-file-directly)
5960 (tramp-do-copy-or-rename-file-out-of-band)
5961 (tramp-handle-process-file, tramp-handle-call-process-region)
5962 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5963 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5964 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5965
5966 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5967 (tramp-fish-handle-make-symbolic-link)
5968 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5969
5970 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5971 Use `tramp-compat-delete-file'.
5972
5973 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5974 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5975
5976 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5977 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5978
5979 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5980 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5981 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5982 `tramp-compat-delete-file'.
5983
5984 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 Minor cleanups.
5987 * subr.el (add-minor-mode): Use push.
5988 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5989 * emulation/edt.el (edt-select-mode): Simplify.
5990
5991 Use define-minor-mode in more cases.
5992 * term/tvi970.el (tvi970-set-keypad-mode):
5993 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5994 (normal-erase-is-backspace-mode):
5995 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5996 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5997 (get-scroll-bar-mode): New function.
5998 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5999
6000 Use define-minor-mode for less obvious cases.
6001 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6002 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6003 * international/iso-ascii.el (iso-ascii-mode):
6004 * frame.el (auto-raise-mode, auto-lower-mode):
6005 * composite.el (global-auto-composition-mode): Use define-minor-mode.
6006
6007 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6010 in order to see error messages for failed logins.
6011
6012 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * diff.el (diff-sentinel):
6015
6016 * epg.el (epg--make-temp-file, epg-decrypt-string)
6017 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6018
6019 * jka-compr.el (jka-compr-partial-uncompress)
6020 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6021
6022 * server.el (server-sentinel): Use delete-file's new FORCE arg
6023 (Bug#6070).
6024
6025 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 Use define-minor-mode where applicable.
6028 * view.el (view-mode):
6029 * type-break.el (type-break-query-mode)
6030 (type-break-mode-line-message-mode):
6031 * textmodes/reftex.el (reftex-mode):
6032 * term/vt100.el (vt100-wide-mode):
6033 * tar-mode.el (tar-subfile-mode):
6034 * savehist.el (savehist-mode):
6035 * ibuf-ext.el (ibuffer-auto-mode):
6036 * composite.el (auto-composition-mode):
6037 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6038 Use define-minor-mode.
6039 (vhdl-mode): Use static mode-line format.
6040 (vhdl-mode-line-update): Delete.
6041 (vhdl-create-mode-menu, vhdl-activate-customizations)
6042 (vhdl-hs-minor-mode): Don't bother calling it.
6043
6044 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * simple.el (with-wrapper-hook): Move.
6047 (buffer-substring-filters): Mark obsolete.
6048 (filter-buffer-substring-functions): New variable.
6049 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
6050
6051 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6052 Michael Albinus <michael.albinus@gmx.de>
6053
6054 Implement compression for inline methods.
6055
6056 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6057 (tramp-copy-size-limit): Allow also nil.
6058 (tramp-inline-compress-commands): New defconst.
6059 (tramp-find-inline-compress, tramp-get-inline-compress)
6060 (tramp-get-inline-coding): New defuns.
6061 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6062 replaced by `tramp-get-inline-coding'.
6063 (tramp-handle-file-local-copy, tramp-handle-write-region)
6064 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6065
6066 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6069 Remove unused functions.
6070
6071 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6072 Set find-tag-default-function as a variable rather than a property.
6073
6074 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6075 * progmodes/etags.el (tags-completion-at-point-function):
6076 Remove left over interactive spec. Add autoloading stub.
6077 (complete-tag): Use tags-completion-at-point-function.
6078
6079 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * minibuffer.el (tags-completion-at-point-function): Fix return value.
6082
6083 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * ido.el (ido-init-completion-maps): Remove C-v binding.
6086 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6087
6088 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * minibuffer.el (tags-completion-at-point-function): New function.
6091 (completion-at-point-functions): Use it.
6092
6093 * progmodes/etags.el (complete-tag): Revert last change.
6094
6095 2010-04-29 Alan Mackenzie <acm@muc.de>
6096
6097 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6098 off-by-one error (in end of macro position).
6099
6100 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6103 firefox is absent. Don't autoload.
6104 (browse-url-galeon-program): Don't autoload.
6105
6106 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * bindings.el (complete-symbol): Move into minibuffer.el.
6109
6110 * minibuffer.el (complete-tag): Move from etags.el. If tags
6111 completion cannot be performed, return nil instead of signalling
6112 an error.
6113 (completion-at-point): Make it an alias for complete-symbol.
6114 (complete-symbol): Move from bindings.el, and replace with the
6115 body of completion-at-point.
6116
6117 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6118
6119 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
6120
6121 * net/tramp.el (tramp-remote-selinux-p): New defun.
6122 (tramp-handle-file-selinux-context)
6123 (tramp-handle-set-file-selinux-context): Use it.
6124
6125 2010-04-28 Sam Steingold <sds@gnu.org>
6126
6127 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6128 `safe-local-variable' if the value is a string or a symbol with
6129 the property `bug-reference-url-format'.
6130
6131 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * progmodes/bug-reference.el (bug-reference-url-format):
6134 Revert 2010-04-27 change due to security risk.
6135
6136 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 Make it possible to locally disable a globally enabled mode.
6139 * simple.el (fundamental-mode): Run fundamental-mode-hook.
6140 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6141 rather than kill-all-local-variables so it runs fundamental-mode-hook.
6142 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6143 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6144 that subsequent hooks get a chance to disable it.
6145
6146 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6149 Avoid re-enabling a minor mode after the user turned the minor mode
6150 off if MODE-enable-in-buffers is run twice (typically once from
6151 fundamental-mode's after-change-major-mode-hook and a second time from
6152 run-mode-hook's own after-change-major-mode-hook).
6153
6154 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6155
6156 2010-04-27 Sam Steingold <sds@gnu.org>
6157
6158 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6159 `safe-local-variable' if the value is a string or a function, as
6160 documented and implemented on 2010-04-02.
6161
6162 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6165 when method is 'kill.
6166
6167 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
6168
6169 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6170 condition in default directory check.
6171 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6172 Kill ispell process when killing its associated buffer.
6173
6174 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
6175
6176 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6177 but we aren't using it.
6178
6179 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
6180
6181 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6182 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6183
6184 2010-04-24 Glenn Morris <rgm@gnu.org>
6185
6186 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6187 Ignore VCS-ignore files, and deleted nextstep preferences files.
6188 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6189 (authors-ambiguous-files): New list.
6190 (authors-valid-file-names): Add some deleted files.
6191 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6192 (authors-disambiguate-file-name): New function. (Bug#5501)
6193 (authors-canonical-file-name): Doc fix.
6194 Don't warn about obsolete files.
6195 (authors-canonical-file-name, authors-scan-el):
6196 Use authors-disambiguate-file-name.
6197
6198 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6199 Add autoload cookies.
6200 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6201 (generated-autoload-file): Set file-local value to "htmlfontify.el".
6202 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6203 They have definitions / compiler macros in cl.el.
6204 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6205 Replace manual autoloads with generated ones.
6206 (htmlfontify-unload-rgb-file): Remove autoload.
6207 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6208
6209 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6212 (byte-compile-setq-default): Optimize for the
6213 single-var case and don't call byte-compile-form in this case to avoid
6214 inf-loop with byte-compile-set-default.
6215
6216 * progmodes/compile.el (compilation-start): Abbreviate default directory.
6217
6218 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
6219
6220 Implement SELINUX backends.
6221
6222 * net/tramp.el (tramp-file-name-handler-alist):
6223 Add `file-selinux-context' and `set-file-selinux-context'.
6224 (tramp-handle-file-selinux-context)
6225 (tramp-handle-set-file-selinux-context): New defuns.
6226 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6227 Handle PRESERVE-SELINUX-CONTEXT.
6228
6229 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6230 Add `file-selinux-context' and `set-file-selinux-context'.
6231 (tramp-gvfs-handle-file-selinux-context)
6232 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6233 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6234
6235 * net/ange-ftp.el (ange-ftp-copy-file):
6236 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6237 * net/tramp-imap.el (tramp-imap-handle-copy-file):
6238 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6239 Add PRESERVE-SELINUX-CONTEXT.
6240
6241 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6242
6243 Synchronize with Tramp repository.
6244
6245 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6246 (tramp-action-process-alive, tramp-action-out-of-band)
6247 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6248 (tramp-exists-file-name-handler): Fix docstring.
6249 (with-progress-reporter): New defmacro.
6250 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6251 (tramp-maybe-open-connection): Use it.
6252
6253 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6254
6255 Detect ssh 'ControlMaster' argument automatically in some cases.
6256
6257 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6258 (tramp-default-method): Use it.
6259
6260 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6261
6262 * net/tramp.el (tramp-handle-copy-file): Add new optional
6263 parameter `preserve-selinux-context'.
6264 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6265
6266 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6267
6268 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6269 Ensure, that non remote files are still checked. Oops.
6270
6271 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
6272
6273 Fix Bug#5840.
6274
6275 * icomplete.el (icomplete-completions): Use `non-essential'.
6276
6277 * net/tramp.el (tramp-connectable-p): New defun.
6278 (tramp-handle-expand-file-name)
6279 (tramp-completion-handle-file-name-all-completions)
6280 (tramp-completion-handle-file-name-completion): Use it.
6281
6282 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6285
6286 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6287
6288 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6289
6290 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6291
6292 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6293 is present.
6294
6295 * info.el (info-tool-bar-map): Add labels.
6296
6297 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6298
6299 * cus-edit.el (custom-commands): Add labels for tool bar.
6300 (custom-buffer-create-internal, Custom-mode): Adjust for
6301 labels in custom-commands.
6302
6303 * dynamic-setting.el: Renamed from font-setting.el.
6304
6305 2010-04-21 John Wiegley <jwiegley@gmail.com>
6306
6307 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6308 toggles the use of virtual buffers.
6309 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6310 (ido-toggle-virtual-buffers): New function.
6311
6312 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
6313
6314 Use `define-derived-mode'; fix window selection; doc fixes.
6315 * play/tetris.el (tetris, tetris-update-speed-function)
6316 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6317 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6318 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6319 (tetris-pause-game): Fix typos in docstrings.
6320 (tetris-mode-map, tetris-null-map):
6321 Move initialization into declaration.
6322 (tetris-mode): Define with `define-derived-mode';
6323 set show-trailing-whitespace to nil.
6324 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6325
6326 2010-04-21 Karel Klíč <kklic@redhat.com>
6327
6328 * files.el (backup-buffer): Handle SELinux context, and return it
6329 if a backup was made by renaming.
6330 (backup-buffer-copy): Set SELinux context to the target file.
6331 (basic-save-buffer): Set SELinux context of the newly written file.
6332 (basic-save-buffer-1): Now it also returns any SELinux context.
6333 (basic-save-buffer-2): Set SELinux context of the newly created file,
6334 and return it.
6335 * net/tramp.el (tramp-file-name-for-operation):
6336 Add file-selinux-context.
6337
6338 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 Make the log-edit comments use RFC822 format throughout.
6341
6342 * vc.el (vc-checkin, vc-modify-change-comment):
6343 Adjust to new vc-start/finish-logentry.
6344 (vc-find-conflicted-file): New command.
6345 (vc-transfer-file): Adjust to new vc-checkin.
6346 (vc-next-action): Improve scoping.
6347
6348 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6349 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6350
6351 * vc-git.el (vc-git-log-edit-mode): Remove.
6352 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6353 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6354
6355 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6356 (vc-start-logentry): Remove argument `extra'.
6357 (vc-finish-logentry): Remove extra args.
6358
6359 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6360 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6361 (vc-bzr-conflicted-files): New function.
6362
6363 * log-edit.el (log-edit-extra-flags)
6364 (log-edit-before-checkin-process): Remove.
6365 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6366 (log-edit-headers-alist): New var.
6367 (log-edit-header-contents-regexp): New const.
6368 (log-edit-match-to-eoh): New function.
6369 (log-edit-font-lock-keywords): Use them.
6370 (log-edit): Insert a "Summary:" header as default.
6371 (log-edit-mode): Mark font-lock rules as case-insensitive.
6372 (log-edit-done): Cleanup headers.
6373 (log-view-process-buffer): Remove.
6374 (log-edit-extract-headers): New function to replace it.
6375
6376 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * subr.el (default-direction-reversed): Remove obsolescence info.
6379
6380 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6383 windows/frames.
6384
6385 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6386 I.e. include text after point in the completion region.
6387 Also, return nil when we're not after/in a symbol.
6388
6389 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6390 default enable-multibyte-characters.
6391
6392 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * international/mule.el: Help the user choose a valid coding-system.
6395 (read-buffer-file-coding-system): New function.
6396 (set-buffer-file-coding-system): Use it. Prompt the user if the
6397 coding-system cannot encode all the chars.
6398
6399 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6400 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6401 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6402 Don't use *vc-bzr-shelve*.
6403
6404 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
6405
6406 Fix the version number for added files.
6407 * vc-hg.el (vc-hg-working-revision): Check if the file is
6408 registered after hg parent fails (Bug#5961).
6409
6410 2010-04-19 Glenn Morris <rgm@gnu.org>
6411
6412 * htmlfontify.el (htmlfontify-buffer)
6413 (htmlfontify-copy-and-link-dir): Autoload entry points.
6414
6415 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6416
6417 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6418 name relative to the project root (Bug#5960).
6419
6420 2010-04-19 Glenn Morris <rgm@gnu.org>
6421
6422 * vc-git.el (vc-git-print-log): Doc fix.
6423
6424 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6425
6426 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6427
6428 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6429
6430 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6431 default settings (Bug#5928).
6432
6433 2010-04-19 Glenn Morris <rgm@gnu.org>
6434
6435 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6436 New function.
6437 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6438
6439 2010-04-19 Kenichi Handa <handa@m17n.org>
6440
6441 * language/indian.el (malayalam-composable-pattern): Fix previous
6442 change (add U+0D4D "SIGN VIRAMA").
6443 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6444 (tamil-composable-pattern): Fix typo in the regexp.
6445 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6446 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6447 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6448
6449 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6452 paragraph-separate (Bug#5821).
6453
6454 2010-04-19 Juri Linkov <juri@jurta.org>
6455
6456 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6457
6458 * info.el (Info-find-node-2): Comment out code that skips
6459 breadcrumbs line.
6460 (Info-mouse-follow-link): New command.
6461 (Info-link-keymap): New keymap.
6462 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6463 Return a string with links instead of inserting breadcrumbs
6464 to the Info buffer.
6465 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6466 Instead of putting the `invisible' text property over the Info
6467 header, make an overlay over the Info header with the `invisible'
6468 property and `after-string' set to the string returned by
6469 `Info-breadcrumbs'.
6470
6471 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6474 Reported by monkey@sandpframing.com.
6475
6476 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6479 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6480 available in the "keyseq cache" any more.
6481
6482 * custom.el (defcustom): Add edebug spec.
6483
6484 2010-04-18 Juri Linkov <juri@jurta.org>
6485
6486 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6487
6488 * view.el (view-file, view-buffer): Move test for special mode-class
6489 from view-file to view-buffer.
6490
6491 * tar-mode.el (tar-extract): Turn if's into one cond
6492 like in arc-mode.el.
6493
6494 2010-04-18 Juri Linkov <juri@jurta.org>
6495
6496 Add 7z archive format support (bug#5475).
6497
6498 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6499 (archive-7z-extract): New defcustom.
6500 (archive-find-type): Add magic string for 7z.
6501 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6502 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6503 `buffer' arg of `call-process'.
6504 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6505 call the function `archive-7z-extract' with the variable
6506 `archive-7z-extract' let-bound to `archive-zip-extract'.
6507 (archive-7z-summarize, archive-7z-extract): New functions.
6508
6509 * international/mule.el (auto-coding-alist):
6510 * files.el (auto-mode-alist): Add 7z file extension.
6511
6512 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * loadup.el: Setup hash-cons for pure data.
6515
6516 Fix duplicate entries in cedet's loaddefs.el files.
6517 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6518 Should make most file-local generated-autoload-file unnecessary.
6519 (print-readably): Silence warnings.
6520 (autoload-find-destination): Take load-name as an arg to make sure
6521 it's the same as the one that will be in the file.
6522 (autoload-generate-file-autoloads): Adjust to above changes.
6523 Try to make the dataflow a bit simpler.
6524
6525 * cvs-status.el (cvs-refontify): Remove unused.
6526
6527 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6528
6529 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6530
6531 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6532 twos-complement mode.
6533
6534 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6535
6536 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6537 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6538 (calc-inverse): Add "Option" to message, as appropriate.
6539 (calc-hyperbolic): Add "Option" to message, as appropriate.
6540 (calc-option, calc-is-option): New functions.
6541
6542 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6543 (calc-option-prefix-help): New function.
6544
6545 * calc/calc-misc.el (calc-help): Add "Option" entry.
6546
6547 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6548 (calc-option-flag): New variable.
6549 (calc-do): Set `calc-option-flag to nil.
6550 (calc-set-mode-line): Add "Opt " as appropriate.
6551
6552 2010-04-16 Juri Linkov <juri@jurta.org>
6553
6554 Move scrolling commands from simple.el to window.el
6555 because their primitives are implemented in window.c.
6556
6557 * simple.el (scroll-error-top-bottom)
6558 (scroll-up-command, scroll-down-command, scroll-up-line)
6559 (scroll-down-line, scroll-other-window-down)
6560 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6561 * window.el (scroll-error-top-bottom)
6562 (scroll-up-command, scroll-down-command, scroll-up-line)
6563 (scroll-down-line, scroll-other-window-down)
6564 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6565 Move from simple.el to window.el because their primitives are
6566 implemented in window.c.
6567
6568 2010-04-16 Juri Linkov <juri@jurta.org>
6569
6570 * isearch.el (isearch-lookup-scroll-key): Check both
6571 `isearch-scroll' and `scroll-command' properties.
6572 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6573
6574 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6575
6576 * simple.el (scroll-up-command, scroll-down-command)
6577 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6578
6579 2010-04-15 Juri Linkov <juri@jurta.org>
6580
6581 * simple.el (scroll-up-command, scroll-down-command)
6582 (scroll-up-line, scroll-down-line): Put `scroll-command'
6583 property on the these symbols. Remove them from
6584 `scroll-preserve-screen-position-commands'.
6585
6586 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6587 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6588 Remove it from `scroll-preserve-screen-position-commands'.
6589
6590 * isearch.el (isearch-allow-scroll): Doc fix.
6591
6592 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6593
6594 * net/tramp.el (tramp-error-with-buffer): Don't show the
6595 connection buffer when we are in completion mode.
6596 (tramp-file-name-handler): Catch the error for some operations
6597 when we are in completion mode. This gives the user the chance to
6598 correct the file name in the minibuffer.
6599
6600 2010-04-15 Glenn Morris <rgm@gnu.org>
6601
6602 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6603
6604 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6605
6606 Simplify by using `define-derived-mode'.
6607 * info.el (Info-mode):
6608 * calendar/todo-mode.el (todo-mode):
6609 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6610 (gomoku-mode-map): Move initialization into declaration.
6611
6612 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6613
6614 Fix Bug#5840.
6615 * ido.el (ido-file-name-all-completions-1):
6616 * minibuffer.el (minibuffer-completion-help):
6617 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6618
6619 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * simple.el (non-essential): New var.
6622
6623 Add a new field `location' to bookmarks for non-file bookmarks.
6624 * bookmark.el (bookmark-location): Use the new field, if present.
6625 (bookmark-insert-location): Undo last change, not needed any more.
6626 * man.el (Man-bookmark-make-record):
6627 * woman.el (woman-bookmark-make-record): Add `location' field.
6628
6629 2010-04-14 Juri Linkov <juri@jurta.org>
6630
6631 * simple.el (scroll-error-top-bottom): New defcustom.
6632 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6633
6634 * emulation/pc-select.el (pc-select-override-scroll-error):
6635 Obsolete in favor of `scroll-error-top-bottom'.
6636
6637 2010-04-14 Juri Linkov <juri@jurta.org>
6638
6639 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6640 `scroll-up-command' and `M-v' to `scroll-down-command'.
6641
6642 * emulation/cua-rect.el (cua--init-rectangles):
6643 * forms.el (forms--change-commands):
6644 * image-mode.el (image-mode-map):
6645 Remap scroll-down-command and scroll-up-command
6646 in addition to scroll-down and scroll-up.
6647
6648 2010-04-14 Juri Linkov <juri@jurta.org>
6649
6650 * mwheel.el (scroll-preserve-screen-position-commands):
6651 Add mwheel-scroll to this list of commands.
6652
6653 * simple.el (scroll-preserve-screen-position-commands):
6654 Add scroll-up-command, scroll-down-command, scroll-up-line,
6655 scroll-down-line to this list of commands.
6656
6657 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * obsolete/complete.el: Move from lisp/complete.el.
6660
6661 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6662
6663 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6664 to the minor mode function now turns the mode ON unconditionally.
6665
6666 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * vc-dir.el (vc-dir-kill-line): New command.
6669 (vc-dir-mode-map): Bind it to C-k.
6670
6671 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6672
6673 * woman.el: Add bookmark declarations to silence the compiler.
6674 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6675 step to compatibility between man and woman bookmarks.
6676 Adjust for Man-default-bookmark-title renaming.
6677 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6678
6679 * man.el: Add bookmark declarations to silence the compiler.
6680 (Man-name-local-regexp): Make it match NAME as well.
6681 (Man-getpage-in-background): Return the buffer.
6682 (Man-notify-when-ready): Use `case'.
6683 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6684 Don't hardcode "NAME". Simplify.
6685 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6686 Rename from Man-bookmark-make-record.
6687 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6688 we have the actual man-args. Use Man-getpage-in-background rather
6689 than `man' since the arg is already processed. Let bookmark.el do the
6690 window handling. Only wait for the relevant process.
6691 Don't forget to autoload.
6692
6693 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6694
6695 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6696
6697 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6698 New functions.
6699 (woman-mode): Setup bookmark support.
6700
6701 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6702 (man-bookmark-jump): New functions.
6703 (Man-mode): Setup bookmark support.
6704
6705 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6706
6707 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6708 recognize ssh-keygen prompt (Bug#2817).
6709
6710 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6711
6712 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6713
6714 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6715
6716 Synchronize with Tramp repository.
6717
6718 * net/tramp.el (tramp-completion-function-alist)
6719 (tramp-file-name-regexp, tramp-chunksize)
6720 (tramp-local-coding-commands, tramp-remote-coding-commands):
6721 Fix docstring.
6722 (tramp-remote-process-environment): Use `format' instead of `concat'.
6723 (tramp-handle-directory-files-and-attributes)
6724 (tramp-get-remote-path): Use `copy-tree'.
6725 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6726 compatibility: Use `completion-ignore-case' if
6727 `read-file-name-completion-ignore-case' does not exist.
6728 (tramp-do-copy-or-rename-file-directly): Do not use
6729 `tramp-handle-file-remote-p'.
6730 (tramp-do-copy-or-rename-file-out-of-band):
6731 Use `tramp-compat-delete-directory'.
6732 (tramp-do-copy-or-rename-file-out-of-band)
6733 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6734 Use `format-spec-make'.
6735 (tramp-find-foreign-file-name-handler)
6736 (tramp-advice-make-auto-save-file-name)
6737 (tramp-set-auto-save-file-modes): Remove superfluous check for
6738 `stringp'. This is done inside `tramp-tramp-file-p'.
6739 (tramp-debug-outline-regexp): New defconst.
6740 (tramp-get-debug-buffer): Use it.
6741 (tramp-check-for-regexp): Use (forward-line 1).
6742 (tramp-set-auto-save-file-modes): Adapt version check.
6743
6744 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6745 Wrap call of `featurep' for 2nd argument.
6746 (tramp-compat-make-temp-file): Simplify fallback implementation.
6747 (tramp-compat-copy-tree): Remove function.
6748 (tramp-compat-delete-directory): Provide implementation for older
6749 Emacsen.
6750
6751 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6752 Do not use `tramp-fish-handle-file-attributes.
6753
6754 * net/trampver.el: Update release number.
6755
6756 2010-04-10 Glenn Morris <rgm@gnu.org>
6757
6758 * progmodes/compile.el (compilation-save-buffers-predicate):
6759 Add missing :version tag.
6760
6761 2010-04-09 Sam Steingold <sds@gnu.org>
6762
6763 * progmodes/compile.el (compilation-save-buffers-predicate):
6764 Remove the "autoload" cookie.
6765
6766 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6767 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6768 and `bug-reference-prog-mode' can be used in hooks directly.
6769
6770 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 Add --author support to git commit.
6773 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6774 (vc-git-log-edit-mode): New minor mode.
6775 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6776 New declarations.
6777
6778 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6779
6780 * vc-hooks.el, vc-git.el: Improve documentation comments.
6781
6782 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 Fix some of the problems in defsubst* (bug#5728).
6785 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6786 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6787
6788 2010-04-07 Sam Steingold <sds@gnu.org>
6789
6790 * progmodes/compile.el (compilation-save-buffers-predicate):
6791 New custom variable.
6792 (compile, recompile): Pass it to `save-some-buffers'.
6793
6794 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6795
6796 * wid-edit.el (widget-choose): Move cursor to the second line of
6797 the buffer (Bug#5695).
6798
6799 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6800
6801 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6802 * vc.el (vc-print-log-setup-buttons): New function split out from
6803 vc-print-log-internal.
6804 (vc-log-internal-common): New function, a parametrized version of
6805 vc-print-log-internal.
6806 (vc-print-log-internal): Just call vc-log-internal-common with the
6807 right arguments.
6808 (vc-incoming-outgoing-internal):
6809 (vc-log-incoming, vc-log-outgoing): New functions.
6810 (vc-log-view-type): New permanent local variable.
6811
6812 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6813
6814 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6815 of the dynamic bound vc-short-log.
6816 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6817
6818 * vc-git.el (vc-git-log-outgoing): New function.
6819 (vc-git-log-view-mode): Use vc-log-view-type instead
6820 of the dynamic bound vc-short-log.
6821
6822 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6823 of the dynamic bound vc-short-log. Highlight the tag.
6824 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6825 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6826 (vc-hg-incoming-mode): Remove.
6827 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6828
6829 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6830
6831 Fix default-directory for vc-root-diff.
6832 * vc.el (vc-root-diff): Bind default-directory to the root
6833 directory for the diff command.
6834
6835 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6836
6837 * progmodes/verilog-mode.el (verilog-forward-sexp):
6838 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6839 word keywords, suggested by Steve Pearlmutter.
6840 (verilog-pretty-declarations): Support lineup of declarations in
6841 port lists.
6842 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6843 fix bug for /* / comments.
6844 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6845 Speed up and simplfy as this is never called with a bound.
6846 (verilog-pretty-declarations): Enhance to line up declarations
6847 inside a parameter list, suggested by Alan Morgan.
6848 (verilog-pretty-expr): Tune assignment regular expression match
6849 string for corner cases; also use markers instead of character
6850 number as indent changes the later.
6851
6852 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6853
6854 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6855 as missing keyword.
6856 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6857 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6858 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6859 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6860 Tennant.
6861 (verilog-keywords):
6862 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6863 1800-2009 keywords, including "global.".
6864
6865 2010-04-06 John Wiegley <jwiegley@gmail.com>
6866
6867 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6868 appearing in buffer list (if a live buffer name matched a recentf
6869 file basename). Should use uniquify to offer a real solution.
6870
6871 2010-04-06 John Wiegley <jwiegley@gmail.com>
6872
6873 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6874 comment to code, and add a :version tag.
6875 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6876
6877 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6878
6879 Enable recentf-mode if using virtual buffers.
6880 * ido.el (recentf-list): Declare for byte-compiler.
6881 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6882 (ido-make-buffer-list): Simplify.
6883 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6884
6885 2010-04-05 Juri Linkov <juri@jurta.org>
6886
6887 Scrolling commands which scroll a line instead of full screen.
6888 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6889
6890 * simple.el (scroll-up-line, scroll-down-line): New commands.
6891 Put property isearch-scroll=t on them.
6892
6893 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6894 Remove commands.
6895
6896 2010-04-05 Juri Linkov <juri@jurta.org>
6897
6898 Scrolling commands which do not signal errors at top/bottom.
6899 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6900
6901 * simple.el (scroll-up-command, scroll-down-command): New commands.
6902 Put property isearch-scroll=t on them.
6903
6904 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6905 `scroll-down-command' and [next] from `scroll-up' to
6906 `scroll-up-command'.
6907
6908 * emulation/cua-base.el: Put property CUA=move on
6909 `scroll-up-command' and `scroll-down-command'.
6910 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6911 and `scroll-down-command' to `cua-scroll-down'.
6912
6913 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6914
6915 * help.el (describe-mode): Return nil.
6916
6917 2010-04-04 John Wiegley <jwiegley@gmail.com>
6918
6919 * ido.el (ido-use-virtual-buffers): New variable to indicate
6920 whether "virtual buffer" support is enabled for IDO.
6921 (ido-virtual): Face used to indicate virtual buffers in the list.
6922 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6923 exists, but a virtual buffer of that name does (which would be why
6924 it was in the list), recreate the buffer by reopening the file.
6925 (ido-make-buffer-list): If virtual buffers are being used, call
6926 `ido-add-virtual-buffers-to-list' before the make list hook.
6927 (ido-virtual-buffers): New variable which contains a copy of the
6928 current contents of the `recentf-list', albeit pared down for the
6929 sake of speed, and with proper faces applied.
6930 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6931 create a list of "virtual buffers" to present to the user in
6932 addition to the currently open set. Note that this logic could
6933 get rather slow if that list is too large. With the default
6934 `recentf-max-saved-items' of 200, there is little speed penalty.
6935
6936 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * font-lock.el: Require CL when compiling.
6939 (font-lock-turn-on-thing-lock): Use `case'.
6940
6941 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6942
6943 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6944 Zaretskii.
6945
6946 2010-04-02 Juri Linkov <juri@jurta.org>
6947
6948 * ehelp.el (electric-help-orig-major-mode):
6949 New buffer-local variable.
6950 (electric-help-mode): Set it to original major-mode. Doc fix.
6951 (with-electric-help): Use `electric-help-orig-major-mode' instead
6952 of (default-value 'major-mode). Doc fix.
6953 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6954
6955 2010-04-02 Sam Steingold <sds@gnu.org>
6956
6957 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6958 `vc-hg-command' with a list of flags.
6959
6960 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6961 Also accept "patch" and "RFE".
6962 (bug-reference-fontify): `bug-reference-url-format' can also be a
6963 function to be able to handle the bug kind.
6964 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6965
6966 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6967
6968 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6969 value to fboundp, it may not be a symbol.
6970
6971 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6974
6975 2010-03-31 Juri Linkov <juri@jurta.org>
6976
6977 * simple.el (next-line, previous-line): Re-throw a signal
6978 with `signal' instead of using `ding'.
6979 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6980
6981 2010-03-31 Juri Linkov <juri@jurta.org>
6982
6983 * simple.el (keyboard-escape-quit): Raise deselecting the active
6984 region higher than exiting the minibuffer.
6985 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6986
6987 2010-03-31 Juri Linkov <juri@jurta.org>
6988
6989 * image.el (image-animated-p): Use `image-metadata' instead of
6990 `image-extension-data'. Get GIF extenstion data from metadata
6991 property `extension-data'.
6992
6993 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * simple.el (append-to-buffer): Simplify.
6996
6997 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6998
6999 * textmodes/artist.el (artist-mode): Fix typo in docstring.
7000 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
7001
7002 2010-03-31 Kenichi Handa <handa@m17n.org>
7003
7004 * language/sinhala.el (composition-function-table): Fix regexp for
7005 the new Unicode specification.
7006
7007 * language/indian.el (devanagari-composable-pattern)
7008 (tamil-composable-pattern, kannada-composable-pattern)
7009 (malayalam-composable-pattern): Adjust for the new Unicode
7010 specification.
7011 (bengali-composable-pattern, gurmukhi-composable-pattern)
7012 (gujarati-composable-pattern, oriya-composable-pattern)
7013 (telugu-composable-pattern): New variables to cope with the new
7014 Unicode specification. Use them in composition-function-table.
7015
7016 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 Make tmm-menubar work for the Buffers menu again (bug#5726).
7019 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7020 vectors rather than cons cells, as used in menu-bar-update-buffers.
7021
7022 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7025 (js-insert-and-indent): Revert 2009-08-15 change, restoring
7026 electric punctuation for "{}();,:" (Bug#5586).
7027
7028 * mail/sendmail.el (mail-default-directory): Doc fix.
7029
7030 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7031
7032 * mail/sendmail.el (mail-default-directory): Doc fix.
7033
7034 2010-03-31 Eli Zaretskii <eliz@gnu.org>
7035
7036 * subr.el (version-regexp-alist, version-to-list)
7037 (version-list-<, version-list-=, version-list-<=)
7038 (version-list-not-zero, version<, version<=, version=): Doc fix.
7039 (Bug#5744).
7040
7041 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
7042
7043 * vc.el (vc-root-diff): Doc fix.
7044
7045 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7048
7049 * simple.el (append-to-buffer): Fix last change.
7050
7051 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
7052
7053 * simple.el (append-to-buffer): Ensure that point is preserved if
7054 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
7055 (Bug#5749)
7056
7057 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * files.el (auto-mode-case-fold): Change default to t.
7060
7061 2010-03-30 Juri Linkov <juri@jurta.org>
7062
7063 * dired-x.el (dired-omit-mode): Doc fix.
7064
7065 2010-03-30 Juri Linkov <juri@jurta.org>
7066
7067 * replace.el (occur-accumulate-lines): Move occur-engine related
7068 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7069 to be located after `occur-engine'.
7070
7071 2010-03-30 Juri Linkov <juri@jurta.org>
7072
7073 Make occur handle multi-line matches cleanly with context.
7074 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7075
7076 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7077 (occur-engine): Add local variables `ret', `prev-after-lines',
7078 `prev-lines'. Use more arguments for `occur-context-lines'.
7079 Set first elem of its returned list to `data', and the second elem
7080 to `prev-after-lines'. Don't print the separator line.
7081 In the end, print remaining context after-lines.
7082 (occur-context-lines): Add new arguments `begpt', `endpt',
7083 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
7084 after-lines of the previous match with before-lines of the
7085 current match and not overlap them. Return a list with two
7086 values: the output line and the list of context after-lines.
7087
7088 2010-03-30 Juri Linkov <juri@jurta.org>
7089
7090 * replace.el (occur-accumulate-lines): Fix a bug where the first
7091 context line at the beginning of the buffer was missing.
7092
7093 2010-03-30 Eli Zaretskii <eliz@gnu.org>
7094
7095 * files.el: Make bidi-display-reordering safe variable for boolean
7096 values.
7097
7098 2010-03-29 Phil Hagelberg <phil@evri.com>
7099 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * subr.el: Extend progress reporters to perform "spinning".
7102 (progress-reporter-update, progress-reporter-do-update):
7103 Handle non-numeric value arguments.
7104 (progress-reporter--pulse-characters): New var.
7105
7106 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * progmodes/compile.el (compilation-start): Fix regexp detection
7109 of initial cd command (Bug#5771).
7110
7111 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
7112
7113 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7114
7115 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
7116
7117 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7118 * progmodes/gdb-mi.el: Restore.
7119 * progmodes/gdb-ui.el: Remove.
7120 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7121
7122 2010-03-25 Glenn Morris <rgm@gnu.org>
7123
7124 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7125 all dired buffers, even tramp ones. (Bug#5755)
7126
7127 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 Add "union tags" in mpc.el.
7130 * mpc.el: Remove backward compatibility code.
7131 (mpc-browser-tags): Change default.
7132 (mpc--find-memoize-union-tags): New var.
7133 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7134 (mpc-cmd-find): Handle the case where the playlist does not exist.
7135 Handle union-tags.
7136 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
7137 (mpc-cmd-add): Use mpc-cmd-flush.
7138 (mpc-tagbrowser-tag-name): New fun.
7139 (mpc-tagbrowser-buf): Use it.
7140 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
7141
7142 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 Misc cleanup.
7145 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7146 Use replace-regexp-in-string.
7147 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7148 (makefile-imake-mode-syntax-table): Move init into defvar.
7149 (makefile-mode): Use define-derived-mode.
7150
7151 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7152 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7153 not be present any more.
7154
7155 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * faces.el (set-face-attribute): Fix typo in docstring.
7158 (face-valid-attribute-values): Reflow docstring.
7159
7160 2010-03-24 Glenn Morris <rgm@gnu.org>
7161
7162 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7163
7164 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * indent.el (indent-for-tab-command): Doc fix.
7167
7168 2010-03-24 Alan Mackenzie <acm@muc.de>
7169
7170 * progmodes/cc-engine.el (c-remove-stale-state-cache):
7171 Fix off-by-one error. Fixes bug #5747.
7172
7173 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7174
7175 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7176 (image-dired-read-comment): Doc fix.
7177
7178 * json.el (json-object-type, json-array-type, json-key-type)
7179 (json-false, json-null, json-read-number):
7180 * minibuffer.el (completion-in-region-functions):
7181 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7182 (cal-tex-cursor-week):
7183 * emacs-lisp/trace.el (trace-function):
7184 * eshell/em-basic.el (eshell/printnl):
7185 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7186 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7187 * obsolete/levents.el (allocate-event, event-key, event-object)
7188 (event-point, event-process, event-timestamp, event-to-character)
7189 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7190 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7191 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7192 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7193 (reftex-highlight-selection): Fix typos in docstrings.
7194
7195 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7198
7199 2010-03-24 Glenn Morris <rgm@gnu.org>
7200
7201 * mail/rmail.el (rmail-highlight-face): Restore option deleted
7202 2008-02-13 without comment; mark it obsolete.
7203 (rmail-highlight-headers): Use rmail-highlight-face once more.
7204
7205 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * woman.el (woman2-process-escapes): Only consume the newline if
7208 the filler character is on a line by itself (Bug#5729).
7209
7210 2010-03-24 Kenichi Handa <handa@m17n.org>
7211
7212 * language/indian.el (devanagari-composable-pattern): Add more
7213 consonants.
7214
7215 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
7216
7217 * net/trampver.el: Update release number.
7218
7219 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
7220
7221 * net/tramp.el (tramp-find-executable):
7222 Use `tramp-get-connection-buffer'. Make the regexp for checking
7223 output of "wc -l" more robust.
7224 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7225 (tramp-open-connection-setup-interactive-shell): Remove workaround
7226 for OpenSolaris bug, it is not needed anymore.
7227
7228 2010-03-24 Glenn Morris <rgm@gnu.org>
7229
7230 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
7231
7232 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
7233
7234 * files.el (auto-mode-alist): Accept more verilog file patterns.
7235
7236 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7239
7240 2010-03-24 Glenn Morris <rgm@gnu.org>
7241
7242 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7243 log-edit-before-checkin-process.
7244
7245 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7246
7247 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7248
7249 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7250 (log-view-process-buffer, log-edit-extra-flags): Declare.
7251
7252 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7253
7254 2010-03-23 Sam Steingold <sds@gnu.org>
7255
7256 Fix bug#5620: recalculate all markers on compilation buffer
7257 modifications, not on file modifications.
7258 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7259 the buffer modification time, for buffers not associated with files.
7260 (compilation-mode): Create it.
7261 (compilation-filter): Update it.
7262 (compilation-next-error-function): Use it instead of
7263 `visited-file-modtime' for timestamp.
7264
7265 2010-03-23 Juri Linkov <juri@jurta.org>
7266
7267 Implement Occur multi-line matches.
7268 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7269
7270 * replace.el (occur): Doc fix.
7271 (occur-engine): Set `begpt' to the beginning of the first line.
7272 Set `endpt' to the end of the last match line. At first, count
7273 line numbers between `origpt' and `begpt'. Split out code from
7274 `out-line' variable to new let-bindings `match-prefix' and
7275 `match-str'. In `out-line' add non-numeric prefix to all
7276 non-first lines of multi-line matches. Finally, count lines
7277 between `begpt' and `endpt' and add to `lines'.
7278
7279 2010-03-23 Juri Linkov <juri@jurta.org>
7280
7281 * replace.el (occur-accumulate-lines, occur-engine):
7282 Use `occur-engine-line' instead of duplicate code.
7283 (occur-engine-line): New function created from duplicate code
7284 in `occur-accumulate-lines' and `occur-engine'.
7285
7286 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7287 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7288
7289 2010-03-23 Juri Linkov <juri@jurta.org>
7290
7291 * finder.el: Remove TODO tasks.
7292
7293 * info.el (Info-finder-find-node): Add node "all"
7294 with all package info. Handle a list of multiple keywords
7295 separated by comma.
7296 (info-finder): In interactive use with a prefix argument,
7297 use `completing-read-multiple' to read a list of keywords
7298 separated by comma.
7299
7300 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 Add a new completion style `substring'.
7303 * minibuffer.el (completion-basic--pattern): New function.
7304 (completion-basic-try-completion, completion-basic-all-completions):
7305 Use it.
7306 (completion-substring--all-completions)
7307 (completion-substring-try-completion)
7308 (completion-substring-all-completions): New functions.
7309 (completion-styles-alist): New style `substring'.
7310
7311 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 Get rid of .elc files after removal of the corresponding .el.
7314 * Makefile.in (compile-clean): New target.
7315 (compile-main): Use it.
7316
7317 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7318
7319 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7320 don't do make there. When compiling with separate object dir, there
7321 is no Makefile there.
7322
7323 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 Get rid of the ELCFILES abomination, again.
7326 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7327 (all, compile): Don't call compile-last.
7328 (compile-main): Build the "elcfiles" list dynamically.
7329 (compile-targets): New (internal) target.
7330
7331 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7332
7333 * Makefile.in (top_srcdir): Define.
7334 (abs_top_builddir): Define.
7335 (srcdir): Don't append `/..'.
7336 (EMACS): Use ${abs_top_builddir}.
7337 (all, compile, compile-always, compile-last): Don't set emacswd.
7338 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7339 $(srcdir).
7340 (lisp): Use $(srcdir) instead of @srcdir@.
7341
7342 2010-03-21 Juri Linkov <juri@jurta.org>
7343
7344 Fix message of multi-line occur regexps and multi-buffer header lines.
7345 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7346
7347 * replace.el (occur-1): Don't display regexp if it is longer
7348 than window-width. Use `query-replace-descr' to display regexp.
7349 (occur-engine): Don't display regexp in the buffer header for
7350 multi-buffer occur. Display a separate header line with total
7351 match count and regexp for multi-buffer occur.
7352 Use `query-replace-descr' to display regexp.
7353
7354 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7355
7356 * net/secrets.el: Fix parenthesis.
7357 (secrets-enabled): Fix parenthesis.
7358
7359 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 Use more relative file and directory names.
7362 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7363 (setwins, setwins_almost, setwins_for_subdirs):
7364 Don't `cd'; output relative names.
7365 (all, compile, compile-always, compile-last): Set emacswd.
7366 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7367 Just cd to the lisp source dir so we can use relative file names.
7368
7369 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7370
7371 2010-03-20 Glenn Morris <rgm@gnu.org>
7372
7373 * textmodes/rst.el: Use faces for font-lock customization, and make the
7374 old -face variables obsolete.
7375 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7376 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7377 (rst-block-face, rst-external-face, rst-definition-face)
7378 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7379 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7380 Make obsolete.
7381 (rst-font-lock-keywords-function): Update for above changes.
7382
7383 2010-03-20 Juri Linkov <juri@jurta.org>
7384
7385 * s-region.el:
7386 * obsolete/s-region.el: Move to obsolete.
7387
7388 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7391
7392 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7393
7394 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7395
7396 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7397
7398 Add special markup processing for commit logs.
7399 * log-edit.el (log-edit-extra-flags): New variable.
7400 (log-edit): Add new argument MODE. Use that mode when non-nil
7401 instead of the log-view-mode.
7402 (log-view-process-buffer): New function.
7403
7404 * vc.el: Document that the checkin method takes optional
7405 arguments. Document new backend specific method: log-view-mode.
7406 (vc-default-log-edit-mode): New function.
7407 (vc-checkin): Use a backend specific log-view-mode.
7408 Pass extra arguments to the checkin method.
7409 (vc-modify-change-comment): Pass a dummy extra argument.
7410
7411 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7412 log-edit.
7413 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7414 (vc-finish-logentry): Process the log buffer before passing it
7415 down. Pass log-edit-extra-flags.
7416
7417 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7418 command.
7419 (log-edit-extra-flags, log-edit-before-checkin-process):
7420 New declarations.
7421
7422 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7423 command.
7424 (log-edit-extra-flags, log-edit-before-checkin-process):
7425 New declarations.
7426 (vc-hg-log-edit-mode): New derived mode.
7427
7428 * vc-arch.el (vc-arch-checkin):
7429 * vc-cvs.el (vc-cvs-checkin):
7430 * vc-git.el (vc-git-checkin):
7431 * vc-mtn.el (vc-mtn-checkin):
7432 * vc-rcs.el (vc-rcs-checkin):
7433 * vc-sccs.el (vc-sccs-checkin):
7434 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7435
7436 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7439 parent typo).
7440
7441 2010-03-19 Glenn Morris <rgm@gnu.org>
7442
7443 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7444
7445 2010-03-18 Glenn Morris <rgm@gnu.org>
7446
7447 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7448
7449 * replace.el (query-replace-history): Give it a doc string.
7450 (map-query-replace-regexp): Use query-replace-from-history-variable
7451 and query-replace-to-history-variable.
7452
7453 * mail/hashcash.el (declare-function): Remove duplicate definition.
7454
7455 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7456 Make it an obsolete alias for report-emacs-bug-address.
7457 (message-strip-special-text-properties): Declare.
7458 (report-emacs-bug): Remove test for a pretest bug address.
7459 Combine message-mode-specific code.
7460
7461 * mail/supercite.el: Don't require sendmail.
7462 (mh-in-header-p): Declare rather than using with-no-warnings.
7463 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7464 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7465
7466 * calendar/cal-french.el: Convert to utf-8.
7467
7468 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7469 Emacs scripts.
7470
7471 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7472
7473 * net/secrets.el (secrets-enabled): New variable. Use it instead
7474 of a subfeature.
7475
7476 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7477
7478 * net/secrets.el (top): Register the D-Bus signals only when the
7479 service "org.freedesktop.secrets" can be pinged.
7480 Provide subfeature `enabled'.
7481
7482 2010-03-14 Juri Linkov <juri@jurta.org>
7483
7484 Add finder unknown keywords.
7485
7486 * finder.el (finder-unknown-keywords): New function.
7487
7488 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7489 to create a Finder node with unknown keywords.
7490
7491 2010-03-14 Juri Linkov <juri@jurta.org>
7492
7493 * finder.el (finder-compile-keywords): Replace `princ' with
7494 `prin1' on a list of symbols interned from keyword strings.
7495
7496 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7497 a comma, then split keywords using a comma and optional whitespace.
7498 Otherwise, split by whitespace.
7499
7500 * complete.el:
7501 * face-remap.el:
7502 * log-view.el:
7503 * net/hmac-def.el:
7504 * net/hmac-md5.el:
7505 * net/netrc.el:
7506 * progmodes/mixal-mode.el: Fix keywords.
7507
7508 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7509
7510 * Makefile.in (ELCFILES): Add net/secrets.elc.
7511
7512 * net/secrets.el: New file.
7513
7514 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * facemenu.el (list-colors-display, list-colors-print): New arg
7517 callback. Use it to allow selecting colors.
7518
7519 * wid-edit.el (widget-image-insert): Insert image prop even if the
7520 current display is non-graphic.
7521 (widget-field-value-set): New fun.
7522 (editable-field): Use it.
7523 (widget-field-value-get): Clean up unused var.
7524 (widget-color-value-create, widget-color--choose-action):
7525 New funs. Allow using list-colors-display to choose color.
7526
7527 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * cus-edit.el: Resort topmost custom groups.
7530 (custom-buffer-sort-alphabetically): Default to t.
7531 (customize-apropos): Use apropos-parse-pattern.
7532 (custom-search-field): New var.
7533 (custom-buffer-create-internal): Add custom-apropos search field.
7534 (custom-add-parent-links): Don't display parent doc.
7535 (custom-group-value-create): Don't sort top-level custom group.
7536 (custom-magic-value-create): Show visibility button before option name.
7537
7538 (custom-variable-state): New fun, from custom-variable-state-set.
7539 (custom-variable-state-set): Use it.
7540 (custom-group-value-create): Hide options with standard values
7541 using the :hidden-states property. Use progress reporter.
7542
7543 (custom-show): Simplify.
7544 (custom-visibility): Disable images by default.
7545 (custom-variable): New property :hidden-states.
7546 (custom-variable-value-create): Enable images for
7547 custom-visibility widgets. Use :hidden-states property to
7548 determine initial visibility.
7549
7550 * wid-edit.el (widget-image-find): Give images center ascent.
7551 (visibility): Add :on-image and :off-image properties.
7552 (widget-visibility-value-create): Use them.
7553
7554 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * cus-edit.el (processes): Remove from development group.
7557 (oop, hypermedia): Delete group.
7558 (comm): Promote to top-level group.
7559
7560 * net/browse-url.el (browse-url):
7561 * net/xesam.el (xesam):
7562 * net/tramp.el (tramp):
7563 * net/goto-addr.el (goto-address):
7564 * net/ange-ftp.el (ange-ftp): Put in comm group.
7565
7566 * view.el (view): Remove from editing group.
7567
7568 * uniquify.el (uniquify): Put in files group.
7569
7570 * net/browse-url.el (browse-url):
7571 * ps-print.el (postscript): Put in external group.
7572
7573 * cus-edit.el (outlines):
7574 * textmodes/text-mode.el (text-mode-hook):
7575 * textmodes/table.el (table):
7576 * textmodes/picture.el (picture):
7577 * outline.el (outlines): Put in wp group.
7578
7579 * nxml/nxml-mode.el (nxml): Remove from wp group.
7580
7581 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7582
7583 * mail/metamail.el (metamail): Remove from hypermedia group.
7584
7585 * cus-edit.el (abbrev):
7586 * whitespace.el (whitespace):
7587 * vcursor.el (vcursor):
7588 * reveal.el (reveal):
7589 * hl-line.el (hl-line): Put in convenience group.
7590
7591 * epg-config.el (epg): Put in data group.
7592
7593 * emulation/pc-select.el (pc-select): Put in emulations group.
7594
7595 * calculator.el (calculator): Put in applications group.
7596
7597 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7598
7599 Add .dir-locals.el support for file-less buffers.
7600 * files.el (hack-local-variables): Split out code to apply local
7601 variable settings ...
7602 (hack-local-variables-apply): ... here. New function.
7603 (hack-dir-local-variables): Use the default directory for when the
7604 buffer does not have an associated file.
7605 (hack-dir-local-variables-non-file-buffer): New function.
7606 * diff-mode.el (diff-mode):
7607 * vc-annotate.el (vc-annotate-mode):
7608 * vc-dir.el (vc-dir-mode):
7609 * log-edit.el (log-edit-mode):
7610 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7611
7612 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7613
7614 Add support for shelving snapshots and for showing shelves.
7615 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7616 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7617 New functions.
7618 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7619 (vc-bzr-extra-menu-map): Map them.
7620
7621 2010-03-11 Glenn Morris <rgm@gnu.org>
7622
7623 * cus-edit.el (customize-changed-options-previous-release):
7624 Bump to 23.1.
7625
7626 * image.el (image-animate-max-time): Fix :version tag.
7627
7628 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * Branch for 23.2.
7631
7632 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * vc-git.el (vc-git-revision-table): Include remote branches.
7635
7636 2010-03-10 Kim F. Storm <storm@cua.dk>
7637
7638 Animated image API.
7639 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7640
7641 * image.el (image-animate-max-time): New defcustom.
7642 (image-animated-types): New defconst.
7643 (create-animated-image, image-animate-timer)
7644 (image-animate-start, image-animate-stop, image-animate-timeout)
7645 (image-animated-p): New functions.
7646
7647 * image-mode.el (image-toggle-display-image):
7648 Replace `create-image' with `create-animated-image'.
7649
7650 2010-03-09 Miles Bader <miles@gnu.org>
7651
7652 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7653 instead of "format:"; this ensures that the output is
7654 newline-terminated.
7655
7656 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7657
7658 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7659 that all errors are caught, and that the return value is always a
7660 list (Bug#5692).
7661
7662 2010-03-08 Kenichi Handa <handa@m17n.org>
7663
7664 * language/misc-lang.el (windows-1256): New coding system.
7665 (cp1256): New alias of windows-1256 (bug#5690).
7666
7667 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7668
7669 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7670 call to rfc822-bad-address. (Bug#5692)
7671
7672 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7673
7674 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7675 Use vc-git-root as default directory for revision path (Bug#5657).
7676
7677 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * calculator.el (calculator): Don't bind split-window-keep-point
7680 (Bug#5674).
7681
7682 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * vc-git.el: Re-flow to fit into 80 columns.
7685 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7686 Remove spurious `quote' element in each case alternative.
7687 (vc-git-show-log-entry): Use prog1.
7688 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7689
7690 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7693
7694 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7697 definition, not the name (Bug#5481).
7698
7699 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7700
7701 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7702 argument with a local variable. (Bug#5670)
7703
7704 2010-03-02 Juri Linkov <juri@jurta.org>
7705
7706 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7707
7708 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7709
7710 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7711 error when FILENAME and NEWNAME are existing remote directories.
7712
7713 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7714 parameter DIR-FLAG.
7715
7716 2010-03-02 Glenn Morris <rgm@gnu.org>
7717
7718 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7719 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7720
7721 2010-03-01 Kenichi Handa <handa@m17n.org>
7722
7723 * language/burmese.el (burmese-composable-pattern): Rename from
7724 myanmar-composable-pattern.
7725
7726 * international/characters.el (script-list):
7727 * international/fontset.el (script-representative-chars):
7728 Change myanmar to burmese.
7729 (otf-script-alist): Likewise.
7730 (setup-default-fontset): Likewise. Re-fix :otf spec.
7731
7732 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7735
7736 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7737
7738 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7739
7740 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7741
7742 * net/tramp.el (tramp-handle-write-region): START can be a string.
7743 Take care in the checks. Reported by Dan Davison
7744 <davison@stats.ox.ac.uk>.
7745
7746 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7747
7748 * net/dbus.el (dbus-introspect, dbus-get-property)
7749 (dbus-set-property, dbus-get-all-properties):
7750 Use `dbus-call-method' when noninteractive. (Bug#5645)
7751
7752 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7755 * emacs-lisp/elint.el (elint-add-required-env):
7756 * calendar/icalendar.el (icalendar--add-diary-entry):
7757 * calc/calcalg2.el (math-tracing-integral):
7758 * files.el (recover-session-finish): Use with-current-buffer
7759 instead of save-excursion.
7760
7761 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 Fix in-buffer completion when after-change-functions modify the buffer.
7764 * minibuffer.el (completion--replace): New function.
7765 (completion--do-completion): Use it and use relative movement.
7766
7767 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7768
7769 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7770
7771 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7772
7773 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7774 Allow the characters _<> in the stack entry (Bug#5653).
7775
7776 2010-02-26 Kenichi Handa <handa@m17n.org>
7777
7778 * language/burmese.el: Fix entries in composition-function-table.
7779 (myanmar-composable-pattern): New variable.
7780
7781 * international/fontset.el (setup-default-fontset): Add an entry
7782 for myanmar.
7783
7784 * international/characters.el (script-list): Add Myanmar
7785 Extended-A.
7786
7787 2010-02-26 Glenn Morris <rgm@gnu.org>
7788
7789 * custom.el (custom-initialize-delay): Doc fix.
7790
7791 * mail/sendmail.el (send-mail-function): Autoload the call
7792 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7793
7794 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7795
7796 * files.el (hack-local-variables-filter): For eval forms, also
7797 check safe-local-variable-p (Bug#5636).
7798
7799 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7802 setting the modes by `ignore-errors'. It might fail, for example
7803 if the file is not owned by the user but the group.
7804 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7805
7806 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * files.el (directory-listing-before-filename-regexp): Use
7809 stricter matching for iso-style dates, to avoid false matches with
7810 date-like filenames (Bug#5597).
7811
7812 * htmlfontify.el (htmlfontify): Doc fix.
7813
7814 * eshell/eshell.el (eshell): Doc fix.
7815
7816 * startup.el (fancy-about-screen): In mode-line, apply
7817 mode-line-buffer-id face only to the buffer name (Bug#5613).
7818
7819 2010-02-20 Kevin Ryde <user42@zip.com.au>
7820
7821 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7822 In `watcom' anchor regexp to start of line, to avoid slowness
7823 (Bug#5599).
7824
7825 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7826
7827 * subr.el (remove-yank-excluded-properties): Explain in a comment
7828 why `category' property is removed.
7829
7830 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7831
7832 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7833 2010-02-17 change.
7834
7835 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7836
7837 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7838 (icalendar--convert-weekly-to-ical)
7839 (icalendar--convert-yearly-to-ical)
7840 (icalendar--convert-block-to-ical)
7841 (icalendar--convert-cyclic-to-ical)
7842 (icalendar--convert-anniversary-to-ical): Take care of time
7843 specifications where hour has 1-digit only (Bug#5549).
7844
7845 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7848 of disassemble output in GDB 7.1.
7849
7850 2010-02-19 Glenn Morris <rgm@gnu.org>
7851
7852 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7853 property. (Bug#5593)
7854
7855 2010-02-18 Sam Steingold <sds@gnu.org>
7856
7857 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7858
7859 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 Use abbreviated file names in bookmarks (bug#5591).
7862 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7863 calls to expand-file-name.
7864 (bookmark-relocate): Use abbreviated file names in bookmarks.
7865 (bookmark-load): Use abbreviated file names in messages.
7866
7867 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7868
7869 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7870 expand "." and "..". Reported by Thierry Volpiatto
7871 <thierry.volpiatto@gmail.com>.
7872
7873 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7874
7875 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7876 permissions of the temporary file to "0600". In case the remote
7877 file has no read permissions for the owner, there might be
7878 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7879
7880 22010-02-18 Glenn Morris <rgm@gnu.org>
7881
7882 * emacs-lisp/authors.el (authors-renamed-files-alist):
7883 Add entries for INSTALL.CVS.
7884
7885 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7886
7887 * vc-bzr.el: Fix typo in Known Bugs section.
7888
7889 * isearch.el (isearch-update-post-hook): New hook.
7890 (isearch-update): Use the new hook.
7891
7892 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7893
7894 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7895 Fix errors in copying directories.
7896 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7897 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7898 (tramp-handle-delete-file)
7899 (tramp-handle-dired-recursive-delete-directory)
7900 (tramp-handle-write-region): Flush also the cache for the upper
7901 directory.
7902
7903 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7904
7905 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7906
7907 * cus-edit.el (hardware): Doc fix.
7908
7909 * man.el (man): Add to external custom group.
7910
7911 * delim-col.el (columns): Move to wp custom group.
7912
7913 * doc-view.el (doc-view): Add to data custom group.
7914
7915 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7916
7917 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7918 by ispell-parse-output (Bug#5575).
7919
7920 2010-02-16 Kenichi Handa <handa@m17n.org>
7921
7922 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7923 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7924 (skkdic-convert): Use `euc-japan' coding system for writing.
7925
7926 2010-02-16 Glenn Morris <rgm@gnu.org>
7927
7928 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7929 tex-main-file before using it. (Bug#5562)
7930
7931 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7934 warnings, since it is annoying for the user to see them each time he
7935 runs the code.
7936
7937 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7938
7939 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7940 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7941 instead of PROC for caching "first-password-request". Otherwise,
7942 new processes would not profit from passwords already entered.
7943
7944 * net/tramp-cache.el (tramp-dump-connection-properties):
7945 Don't save "first-password-request" property.
7946
7947 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7948
7949 * outline.el (outline-head-from-level):
7950 * simple.el (with-wrapper-hook):
7951 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7952 (elint-defun, elint-buffer-env, elint-top-form-logged)
7953 (elint-unbound-variable):
7954 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7955 Fix typos in docstrings.
7956
7957 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7958
7959 * files.el (insert-directory): When WILDCARD-REGEXP and
7960 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7961 whole directory. (Bug#5551)
7962
7963 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7964 dired's alignment sanity. (Bug#5516)
7965
7966 2010-02-14 Juri Linkov <juri@jurta.org>
7967
7968 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7969 Remove remaining ^H with their preceding chars. (Bug#5566)
7970
7971 2010-02-13 Glenn Morris <rgm@gnu.org>
7972
7973 * simple.el (transpose-subr): Give it a doc-string.
7974
7975 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7976 Doc fixes.
7977
7978 2010-02-12 Juri Linkov <juri@jurta.org>
7979
7980 * arc-mode.el (archive-unique-fname): Make directories for nested
7981 archives. (Bug#5540)
7982
7983 2010-02-12 Juri Linkov <juri@jurta.org>
7984
7985 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7986
7987 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * subr.el (copy-overlay): Handle deleted overlays.
7990
7991 * man.el (Man-completion-table): Don't signal an error if we can't run
7992 manual-program (bug#4056).
7993
7994 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7997
7998 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7999
8000 * info.el (Info-bookmark-jump): Simplify.
8001
8002 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8003 (bookmark-default-handler): Accept new bookmark field `buffer'.
8004
8005 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * iswitchb.el (iswitchb-completions): Revert last change.
8008
8009 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
8010
8011 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8012 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8013 This prevents file names like "~/" being listed literally.
8014
8015 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8016
8017 * term/xterm.el (xterm-maybe-set-dark-background-mode):
8018 Remove dead code. (Bug#5546)
8019
8020 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8023 correctly (Bug#5548).
8024
8025 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
8026
8027 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8028 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8029
8030 2010-02-08 Kenichi Handa <handa@m17n.org>
8031
8032 * international/mule-util.el (with-coding-priority): Add autoload
8033 cookie for putting `lisp-indent-function'.
8034
8035 2010-02-07 Glenn Morris <rgm@gnu.org>
8036
8037 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8038 Move F2003 named interfaces from keywords-2 to keywords-1, and
8039 use function-name-face rather than constant-face.
8040 Simplify "abstract interface" regexp.
8041
8042 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * eshell/esh-util.el (eshell-file-attributes): New optional arg
8045 ID-FORMAT. Pass it to `file-attributes'.
8046
8047 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8048
8049 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
8050
8051 * faces.el (set-face-attribute): Allow calling
8052 internal-set-lisp-face-attribute with 'unspecified family and
8053 foundry argument (Bug#5536).
8054
8055 2010-02-07 Glenn Morris <rgm@gnu.org>
8056
8057 * progmodes/f90.el (f90-font-lock-keywords-2)
8058 (f90-looking-at-type-like, f90-looking-at-program-block-end):
8059 Handle F2003 named interfaces.
8060
8061 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8064 beg and end before calling c-get-state-before-change-functions.
8065
8066 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
8067
8068 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8069
8070 2010-02-05 Juri Linkov <juri@jurta.org>
8071
8072 * doc-view.el (doc-view-mode):
8073 * image-mode.el (image-mode): Put property mode-class=special.
8074 (Bug#4896)
8075
8076 2010-02-05 Mark A. Hershberger <mah@everybody.org>
8077
8078 * vc-svn.el (vc-svn-revision-table): New function.
8079
8080 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
8081
8082 * net/ange-ftp.el (ange-ftp-insert-directory):
8083 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8084 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8085 Handle also directories. (Bug#5478)
8086
8087 2010-02-05 Glenn Morris <rgm@gnu.org>
8088
8089 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8090
8091 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
8092
8093 * startup.el (command-line-1): Convert options beginning with a
8094 single dash as well (Bug#5519).
8095
8096 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8099 * minibuffer.el (completion-initials-expand): Only check the presence
8100 of delims *within* the boundaries, since otherwise the / delim is
8101 always found for files.
8102
8103 Fix up various corner case problems.
8104 * doc-view.el (doc-view-last-page-number): New function.
8105 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8106 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8107 (doc-view-kill-proc): Avoid inf-loop in freak cases.
8108 (doc-view-reconvert-doc): Use the new recursive delete-directory.
8109 (doc-view-convert-current-doc): Don't create the resolution.el file
8110 here any more.
8111 (doc-view-pdf/ps->png): Do it here instead.
8112 (doc-view-already-converted-p): Check that resolution.el is present.
8113 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8114 windows that are not yet showing images.
8115
8116 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
8117
8118 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8119 `dired-uncache' for every elemnt which is an absolute file name.
8120
8121 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8122 directory, handle its directory component.
8123 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8124 function is called permanently and creates noise, otherwise.
8125
8126 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8127 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8128 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
8129
8130 2010-02-04 David Burger <dburger@google.com> (tiny change)
8131
8132 * macros.el (apply-macro-to-region-lines):
8133 Minor simplification. (Bug#5485)
8134
8135 2010-02-04 Glenn Morris <rgm@gnu.org>
8136
8137 * mail/rmail.el (rmail-show-message-1): Handle malformed
8138 quoted-printable text. (Bug#5441)
8139
8140 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8141
8142 * simple.el (visual-line-mode): Capitalize lighter.
8143
8144 2010-02-03 John Wiegley <jwiegley@gmail.com>
8145
8146 * iswitchb.el (iswitchb-completions): Add bookmark files to the
8147 list of files considered for "virtual buffer" completions.
8148
8149 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
8150
8151 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8152 also in case of (and (not full) (not wildcard)). This is needed
8153 when dired is called with a list of files, which are not in
8154 `default-directory'. (Bug#5478)
8155
8156 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8159
8160 2010-02-02 Juri Linkov <juri@jurta.org>
8161
8162 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8163 from unidiff to allow function-line after @@.
8164
8165 2010-02-02 Juri Linkov <juri@jurta.org>
8166
8167 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8168 '(RCS SCCS) with inverted condition.
8169
8170 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
8171
8172 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8173 messages.
8174
8175 2010-02-01 Juri Linkov <juri@jurta.org>
8176
8177 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8178 compare with "pkunzip" and "pkzip" instead of only "pkzip".
8179 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8180 only when (car archive-zip-extract) is "unzip". (Bug#5475)
8181
8182 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8185 (doc-view-revert-buffer): New command.
8186 (doc-view-mode-map): Use it.
8187
8188 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
8189
8190 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8191 pending merge is detected.
8192
8193 2010-01-31 Juri Linkov <juri@jurta.org>
8194
8195 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8196 beginning of interactive spec like all other grep commands do.
8197 Put "all" in front of "gz". (Bug#5260)
8198
8199 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
8200
8201 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8202
8203 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * dirtrack.el (dirtrack): Warn instead of signalling error if the
8206 regexp is incorrect (Bug#5476).
8207
8208 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
8209
8210 * net/tramp.el (tramp-handle-insert-directory): Handle also
8211 symlinks, when FILENAME is not in `default-directory'.
8212
8213 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8214
8215 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8216 FILE is not in `default-directory'. (Bug#5478)
8217
8218 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8219 of SWITCHES. Handle the case, FILENAME is not in
8220 `default-directory'. (Bug#5478)
8221 (tramp-register-file-name-handlers): Add safe-magic property.
8222
8223 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * arc-mode.el (archive-zip-extract): Quote the argument passed to
8226 unzip (Bug#5475).
8227
8228 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
8229
8230 * progmodes/flymake.el (flymake-allowed-file-name-masks)
8231 (flymake-master-make-header-init): Add other C++ filename masks.
8232 (flymake-find-possible-master-files)
8233 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8234
8235 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8236
8237 Fix some busybox annoyances.
8238
8239 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8240 not responding." string.
8241 (tramp-open-connection-setup-interactive-shell): Dump stty
8242 settings. Enable "neveropen" arg for all `tramp-send-command'
8243 calls. Handle "=" in variable values properly.
8244 (tramp-find-inline-encoding): Raise an error, when no encoding is
8245 found.
8246 (tramp-wait-for-output): Check, whether PROC buffer is available.
8247 Remove spurious " ^H" sequences, sent by busybox.
8248 (tramp-get-ls-command): Suppress coloring, if possible.
8249
8250 2010-01-28 Glenn Morris <rgm@gnu.org>
8251
8252 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8253
8254 * log-edit.el (log-edit-strip-single-file-name): Add missing
8255 :safe, :group, and :version tags.
8256
8257 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
8258
8259 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8260 buffers. (Bug#5477)
8261
8262 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
8263
8264 * files.el (delete-directory): Handle moving to trash without
8265 first doing recursion (Bug#5436).
8266
8267 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8268
8269 * vc-hooks.el (vc-path): Mark as obsolete.
8270
8271 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8272
8273 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8274 names too.
8275
8276 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8277 for the short log.
8278 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8279
8280 2010-01-25 Mark A. Hershberger <mah@everybody.org>
8281
8282 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8283
8284 * vc-bzr.el (vc-bzr-revision-table): New function.
8285
8286 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8287
8288 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8289 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8290
8291 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8292
8293 Remove support for adding --signoff on commit.
8294 Future support will use an incompatible generic mechanism.
8295 * vc-git.el (vc-git-add-signoff): Remove variable.
8296 (vc-git-toggle-signoff): Remove function.
8297 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8298
8299 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8300 from xterm-set-background-mode. Return t if the background mode
8301 was set.
8302 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8303 earlier, call it again in case the background mode has changed.
8304
8305 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8306
8307 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8308 (Bug#3541).
8309
8310 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * emacs-lisp/assoc.el (aelement): Doc fix.
8313 (aput, adelete, amake): Use lexical-let (Bug#5450).
8314
8315 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
8316
8317 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8318 is the same as subprogram call, not declaration. (Bug#5435).
8319
8320 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
8321
8322 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8323 (tramp-smb-maybe-open-connection): Use it.
8324
8325 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
8326
8327 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
8328
8329 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8332 just because we see "encoding: 8bit".
8333 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8334
8335 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8338
8339 2010-01-22 Eli Zaretskii <eliz@gnu.org>
8340
8341 * jka-compr.el (jka-compr-load): If load-file is not in
8342 load-history, try its file-truename version. (bug#5447)
8343
8344 2010-01-21 Alan Mackenzie <acm@muc.de>
8345
8346 Fix a situation where deletion of a cpp construct throws an error.
8347 * progmodes/cc-engine.el (c-invalidate-state-cache):
8348 Before invoking c-with-all-but-one-cpps-commented-out, check that the
8349 special cpp construct is still in the buffer.
8350 (c-parse-state): Record the special cpp with markers, not numbers.
8351
8352 2010-01-21 Kenichi Handa <handa@m17n.org>
8353
8354 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8355 process last-command-event, as it is now decoded first (Bug#5380).
8356
8357 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8360
8361 2010-01-20 Glenn Morris <rgm@gnu.org>
8362
8363 * indent.el (tab-always-indent): Fix custom-type.
8364
8365 2010-01-19 Alan Mackenzie <acm@muc.de>
8366
8367 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8368 buffer throws "args out of range".
8369 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8370 playing the role of delimiter.
8371
8372 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8373
8374 * progmodes/ada-mode.el: Fix bug#5400.
8375 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8376 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8377 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8378 Improve comments in "is" portion. Handle null procedure declaration.
8379 (ada-move-to-end): Improve doc string.
8380
8381 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8382
8383 * ido.el (ido-cur-list): Initialize to nil.
8384 Remove obsolete information from commentary.
8385 (ido-choice-list): Initialize to nil.
8386 (ido-get-bufname): Reject minibuffers.
8387 (ido-make-buffer-list): If "default" is a nonexistent
8388 buffer, ignore it, as per the function's comment.
8389 (ido-kill-buffer-internal): New function.
8390 (ido-kill-buffer-at-head): Use it.
8391 (ido-visit-buffer): Likewise.
8392
8393 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8396
8397 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
8398
8399 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8400 Fix typos in chart titles.
8401
8402 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8403 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8404 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8405 (describe-class, eieio-describe-generic, describe-generic):
8406 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8407 (eieio-speedbar-expand):
8408 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8409 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8410 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8411 (viper-del-backward-char-in-replace, viper-backward-indent)
8412 (viper-brac-function, viper-register-to-point, viper-submit-report):
8413 * net/tramp.el (tramp-remote-coding-commands):
8414 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8415 Fix typos in docstrings.
8416
8417 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * mail/sendmail.el (mail-yank-original): Set the mark if the
8420 specified function for yanking does not do it.
8421
8422 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8423
8424 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8425
8426 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8427 resyncing a directory.
8428
8429 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8430
8431 * progmodes/ada-mode.el: Fix bug#1920.
8432 (ada-ident-re): Delete ., allow multibyte characters.
8433 (ada-goto-label-re): New; matches goto labels.
8434 (ada-block-label-re): New; matches block labels.
8435 (ada-label-re): New; matches both.
8436 (ada-named-block-re): Deleted; callers changed to use
8437 `ada-block-label-re' instead.
8438 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8439 Use `ada-block-label-re'.
8440 (ada-indent-on-previous-lines): Improve handling of goto labels.
8441 (ada-get-indent-block-start): Special-case block label.
8442 (ada-get-indent-label): Split into `ada-indent-block-label' and
8443 `ada-indent-goto-label'.
8444 (ada-goto-stmt-start, ada-goto-next-non-ws):
8445 Optionally ignore goto labels.
8446 (ada-goto-next-word): Simplify.
8447 (ada-indent-newline-indent-conditional): Insert newline before
8448 trying to fix indentation; doc fix.
8449
8450 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8451
8452 * calc/calc.el (calc-command-flags): Give it an initial value.
8453
8454 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * files.el (minibuffer-with-setup-hook):
8457 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8458 (artist-key-draw-continously, artist-key-do-continously-continously)
8459 (artist-key-set-point-continously, artist-mouse-draw-continously):
8460 Fix typos in docstrings.
8461
8462 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8463
8464 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8465 return t (Bug#3898).
8466
8467 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8468
8469 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8470 can parse the output of the external commands (Bug#5279).
8471
8472 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8473
8474 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8475
8476 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8477
8478 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8479
8480 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8481
8482 * startup.el (command-line): Remove unused --icon-type arg.
8483 Handle --display arg, passing it to command-line-1 (Bug#5392).
8484
8485 2010-01-16 Mario Lang <mlang@delysid.org>
8486
8487 * emacs-lisp/chart.el (chart-translate-namezone):
8488 * textmodes/artist.el (artist-compute-popup-menu-table):
8489 Remove duplicated words in doc-strings.
8490
8491 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8492
8493 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8494 to mairix-search to suppress threading (Bug#5342).
8495
8496 2010-01-15 Kenichi Handa <handa@m17n.org>
8497
8498 * international/mule-cmds.el (canonicalize-coding-system-name):
8499 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8500
8501 2010-01-15 Glenn Morris <rgm@gnu.org>
8502
8503 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8504
8505 * wid-edit.el (widget-keymap): Doc fix.
8506
8507 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8508 former seems to be more widely accepted by various svn versions.
8509
8510 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * find-cmd.el (find-constituents):
8513 * vc-arch.el (vc-arch-root):
8514 * window.el (window-body-height, pop-up-frames):
8515 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8516 * progmodes/ada-stmt.el (ada-if):
8517 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8518 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8519 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8520 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8521
8522 * progmodes/flymake.el (flymake-post-syntax-check):
8523 Fix typo in error message.
8524
8525 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8528 which is always a string. (Bug#5313)
8529
8530 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * progmodes/ada-xref.el (ada-default-prj-properties):
8533 Simplify previous change.
8534
8535 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8536
8537 * progmodes/ada-xref.el (ada-default-prj-properties):
8538 Default ada_project_path to $ADA_PROJECT_PATH.
8539
8540 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8541
8542 * progmodes/ada-mode.el (ada-create-keymap):
8543 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8544
8545 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8546
8547 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8548 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8549 (ada-get-current-indent, ada-imenu-generic-expression)
8550 (ada-which-function): Check for it.
8551
8552 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8553
8554 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8555 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8556
8557 2010-01-14 Glenn Morris <rgm@gnu.org>
8558
8559 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8560
8561 2010-01-14 Kenichi Handa <handa@m17n.org>
8562
8563 * composite.el (auto-composition-mode): Make it a buffer local
8564 variable (permanent-local).
8565 (auto-composition-function): Set the default value to
8566 auto-compose-chars.
8567 (auto-composition-mode): Make it a simple function, not a minor mode.
8568 (global-auto-composition-mode): Likewise.
8569 (turn-on-auto-composition-if-enabled): Delete it.
8570
8571 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8572
8573 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8574
8575 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8576
8577 * files.el (copy-directory): Compute target for recursive
8578 directories with identical names. (Bug#5343)
8579
8580 2010-01-12 Glenn Morris <rgm@gnu.org>
8581
8582 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8583 it to bug-gnu-emacs rather than emacs-pretest-bug.
8584
8585 2010-01-11 Sam Steingold <sds@gnu.org>
8586
8587 * imenu.el (imenu-default-create-index-function): Detect infinite
8588 loops caused by imenu-prev-index-position-function.
8589
8590 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * htmlfontify.el (htmlfontify-load-rgb-file)
8593 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8594 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8595 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8596 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8597 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8598 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8599 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8600 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8601 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8602 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8603 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8604 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8605 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8606 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8607 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8608 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8609 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8610 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8611 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8612 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8613 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8614 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8615 backslash-quoting from parentheses, etc.
8616
8617 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * progmodes/js.el: Autoload javascript-mode alias.
8620
8621 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8624 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8625 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8626 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8627 Fix typos in docstrings.
8628 (ffap-url-regexp): Doc fix.
8629 (ffap-at-mouse): Fix typo in message.
8630
8631 2010-01-11 Glenn Morris <rgm@gnu.org>
8632
8633 * version.el (emacs-copyright): Set copyright year to 2010.
8634
8635 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * format.el (format-annotate-function): Only set
8638 write-region-post-annotation-function after running to-fn so as not to
8639 affect nested write-region calls (bug#5273).
8640
8641 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8642
8643 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8644 wisent/python.el.
8645
8646 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * man.el (Man-goto-section): Signal error if the section is not
8649 found (Bug#5317).
8650
8651 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8654 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8655
8656 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8657
8658 * progmodes/compile.el: Don't treat compile-command as safe if
8659 compilation-read-command might be nil (Bug#4218).
8660
8661 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8662
8663 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8664 NS options.
8665
8666 2010-01-08 Kenichi Handa <handa@m17n.org>
8667
8668 * international/fontset.el (build-default-fontset-data):
8669 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8670
8671 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8672
8673 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8674 to `create-file-buffer' as it expects, not just a buffer name.
8675 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8676 to help uniquify. (Bug#3224)
8677
8678 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8679
8680 * font-setting.el (font-setting-change-default-font): Use user-spec
8681 instead of name.
8682
8683 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8684
8685 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8686
8687 2010-01-05 Tom Tromey <tromey@redhat.com>
8688
8689 * progmodes/python.el (python-font-lock-keywords):
8690 Handle qualified decorators (Bug#881).
8691
8692 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8693
8694 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8695 in a lightweight checkout.
8696
8697 2010-01-05 Kenichi Handa <handa@m17n.org>
8698
8699 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8700
8701 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8702
8703 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8704
8705 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8708 checkouts. (Bug#618)
8709 (vc-bzr-log-view-mode): Also highlight the author.
8710 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8711 (vc-bzr-shelve-menu-map):
8712 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8713 (vc-bzr-shelve-apply): Make prompt more explicit.
8714
8715 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8716
8717 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8718 They are valid characters in URL paths (rfc3986), and at least
8719 Firefox does not understand the encoded version (Bug#3166).
8720
8721 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8722
8723 * progmodes/octave-mod.el (octave-end-keywords)
8724 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8725 Add "end" keyword (Bug#3061).
8726 (octave-end-as-array-index-p): New function.
8727 (calculate-octave-indent): Use it.
8728
8729 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8730
8731 * bookmark.el: Consistently put the text property on the bookmark name.
8732 (bookmark-bmenu-marks-width): Bump back to 2, to include
8733 annotation marks.
8734 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8735 property on the bookmark name, instead of not putting it at all.
8736 (bookmark-bmenu-list): Fix where we put the text property.
8737
8738 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8739
8740 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8741 for showing buffer modified state (as added in the previous change).
8742
8743 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8744
8745 * bookmark.el: Show modified state of bookmark buffer more accurately.
8746 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8747 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8748 (with-buffer-modified-unmodified): New macro.
8749 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8750 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8751 Use new macro to preserve the buffer modified state.
8752
8753 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8754
8755 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8756 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8757 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8758 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8759 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8760 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8761 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8762
8763 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8764
8765 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8766 Make the lines in the generated doc string shorter. (Bug#4668)
8767
8768 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8769
8770 * net/rcirc.el: Add follow-link binding (Bug#4738).
8771
8772 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8773
8774 * Makefile.in (bzr-update): Rename from cvs-update.
8775 (cvs-update): New target for backward compatibility.
8776
8777 * makefile.w32-in (bzr-update): Rename from cvs-update.
8778 (cvs-update): New target for backward compatibility.
8779
8780 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8781
8782 * bookmark.el: Remove gratuitous gratitude.
8783
8784 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8785
8786 * bookmark.el (bookmark-bmenu-any-marks): New function.
8787 (bookmark-bmenu-save): Clear buffer modification if no marks.
8788
8789 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8790
8791 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8792 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8793 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8794 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8795
8796 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8797 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8798 To: emacs-devel {_AT_} gnu.org
8799 Subject: bookmark.el bug report
8800 Date: Mon, 28 Dec 2009 14:19:16 +0800
8801 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8802
8803 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8804
8805 * bookmark.el: Improvements suggested by Drew Adams:
8806 (bookmark-bmenu-ensure-position): New name for
8807 `bookmark-bmenu-check-position'. Just ensure the position,
8808 don't return any meaningful value.
8809 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8810 New constants.
8811
8812 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8815 (bookmark-yank-point, bookmark-bmenu-check-position):
8816 Fix typos in docstrings.
8817 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8818 (bookmark-name-from-full-record, bookmark-get-position)
8819 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8820 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8821 Remove useless quoting of parenthesis, etc. in docstrings.
8822
8823 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8824 (ediff-append-custom-diff): Fix typo in error message.
8825 (ediff-meta-mark-equal-files): Fix typos in messages.
8826
8827 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8828
8829 * net/imap-hash.el (imap-hash-make): Doc fix.
8830 (imap-hash-test): Fix typo in error message; reflow docstring.
8831 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8832 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8833 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8834 Fix typos in docstrings.
8835 (imap-hash-open-connection): Fix typo in error message.
8836
8837 * play/gomoku.el (gomoku): Fix typos in docstring.
8838
8839 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8840 (gdb-jsonify-buffer): Fix typos in docstring.
8841 (gdb-goto-breakpoint): Fix typo in error message.
8842 ("Display Other Windows"): Fix typo in help message.
8843 (gdb-speedbar-expand-node): Fix typo in question.
8844
8845 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8846 (idlwave-html-system-help-location, idlwave-html-help-location)
8847 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8848 (idlwave-help-browser-generic-args, idlwave-help-directory)
8849 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8850 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8851 (idlwave-online-help, idlwave-help-html-link)
8852 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8853 Fix typos in docstrings.
8854 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8855 Reflow docstrings.
8856 (idlwave-help-assistant-start): Fix typo in error message.
8857
8858 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8859 (octave-electric-space): Fix typos in docstrings.
8860
8861 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8862
8863 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8864
8865 2010-01-01 Juri Linkov <juri@jurta.org>
8866
8867 * comint.el (comint-input-ring-size): Make it a defcustom and
8868 increase the default to 500 (Bug#5148).
8869
8870 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8871
8872 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8873 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8874 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8875
8876 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8877
8878 Show working revision correctly for mercurial.
8879 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8880 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8881
8882 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8883
8884 Declare some functions for the byte-compiler.
8885 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8886 (speedbar-timer-fn, speedbar-change-expand-button-char)
8887 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8888
8889 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8890
8891 This changeset reverts GDB Graphical Interface to use annotations.
8892 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8893
8894 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8895
8896 Make vc-dir work on subdirectories of the bzr root.
8897 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8898 file names relative to it.
8899 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8900 relative directory to vc-bzr-after-dir-status.
8901
8902 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8903
8904 * font-lock.el (font-lock-refresh-defaults): New function, which
8905 can be used to let font-lock react to external changes in
8906 variables like font-lock-defaults and keywords.
8907 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8908
8909 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8910
8911 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8912
8913 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8914
8915 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8916
8917 Supersede color.diff settings in git log (bug#5211).
8918
8919 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8920 escape chars in its output when the user has color.diff set to `always'.
8921 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8922
8923 2009-12-26 Kevin Ryde <user42@zip.com.au>
8924
8925 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8926 node. Keep previous "Index" name to work with past coreutils too.
8927
8928 * man.el (man): Revise docstring a bit to show -a and -l as
8929 examples. Add -k description since support for it has otherwise
8930 been a secret. (Further to bug#3717.)
8931 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8932 "no matches" rather than "Can't find manpage", as the latter reads
8933 like -k was interpreted as a page name, which is not so. (Bug#5431)
8934
8935 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8938 switches. Check also for //SUBDIRED// line.
8939
8940 2009-12-25 Kenichi Handa <handa@m17n.org>
8941
8942 * language/indian.el (devanagari-composable-pattern): Fixed to
8943 handle ZWNJ and ZWJ. Use it in composition-function-table for
8944 Devanagari.
8945 (malayalam-composable-pattern): Fix previous change.
8946
8947 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8948
8949 * ps-print.el (ps-face-attributes): It was not returning the
8950 attribute face for faces specified as string. Reported by harven
8951 <harven@free.fr>. (Bug#5254)
8952 (ps-print-version): New version 7.3.5.
8953
8954 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8955
8956 * calendar/icalendar.el (icalendar--convert-tz-offset):
8957 Fix timezone names.
8958 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8959 (icalendar--add-diary-entry): Remove the trailing blank that
8960 diary-make-entry inserts.
8961
8962 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8963
8964 Make `file-expand-wildcards' work for remote files.
8965
8966 * files.el (file-expand-wildcards): In case of remote files, check
8967 only local file name part for wildcards. Provide feature 'files
8968 and subfeature 'remote-wildcards. (Bug#5198)
8969
8970 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8971 if there is already an established connection.
8972 (tramp-advice-file-expand-wildcards): Remove it.
8973
8974 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8975 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8976 Activate advice for older GNU Emacs versions. (Bug#5237)
8977
8978 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8979
8980 Some doc fixes (more needed).
8981
8982 * find-cmd.el (find-constituents): Reflow docstring.
8983 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8984 (find-generic): Doc fix.
8985
8986 2009-12-17 Juri Linkov <juri@jurta.org>
8987
8988 Fix regression from 23.1 to allow multiple modes in Local Variables.
8989
8990 * files.el (hack-local-variables-filter): While ignoring duplicates,
8991 don't take `mode' into account.
8992 (hack-local-variables-filter, hack-dir-local-variables):
8993 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8994
8995 2009-12-17 Juri Linkov <juri@jurta.org>
8996
8997 Make `dired-diff' safer. (Bug#5225)
8998
8999 * dired-aux.el (dired-diff): Signal an error when `file' equals to
9000 `current' or when `file' is a directory of the `current' file.
9001
9002 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
9003
9004 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9005 unconditionally preloaded files.
9006
9007 2009-12-16 Juri Linkov <juri@jurta.org>
9008
9009 Revert to old 23.1 logic of using the file at the mark as default.
9010 * dired-aux.el (dired-diff): Use the file at the mark as default
9011 if it's not the same as the current file, and the target dir is
9012 the current dir or the mark is active. Add the current file
9013 as the arg of `dired-dwim-target-defaults'. Use the default file
9014 in the prompt. (Bug#5225)
9015
9016 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
9017
9018 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9019 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9020 (tramp-check-for-regexp): Check also, when an echoing shell stops
9021 to echo sent commands.
9022
9023 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * Makefile.in: Revert last change (Bug#5191).
9026
9027 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
9028
9029 * vc-hg.el (vc-hg-print-log): Fix argument order.
9030 (vc-hg-working-revision): Make sure the command is executed in a
9031 known environment so that we can parse the output. (Bug#4417)
9032
9033 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * progmodes/python.el (python-symbol-completions): Remove text
9036 properties from symbol string before calling python-send-receive.
9037
9038 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
9039
9040 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9041 when there are values for both file and line. (Bug#5060)
9042
9043 2009-12-14 Juri Linkov <juri@jurta.org>
9044
9045 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9046 whitespace after the file name of the first line of unified format,
9047 because git-diff doesn't output whitespace and file modification time
9048 after the file name.
9049
9050 2009-12-14 David Kastrup <dak@gnu.org>
9051
9052 * info.el (Info-hide-cookies-node): Before hiding a cookie,
9053 check if it already has the `display' property added by
9054 `Info-display-images-node', and not put the `invisible' property
9055 in this case.
9056
9057 2009-12-13 Glenn Morris <rgm@gnu.org>
9058
9059 * mail/emacsbug.el (message-sort-headers): Define for compiler.
9060 (report-emacs-bug): In message-mode, sort manually before storing
9061 original report text. (Bug#5178)
9062 Remove superfluous save-excursion.
9063
9064 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
9065
9066 * net/dbus.el (dbus-property-handler): Filter lambda forms out
9067 when responding to "GetAll" properties.
9068
9069 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * simple.el (compose-mail): Remove mail-setup-with-from from
9072 customization checks.
9073
9074 2009-12-12 Eli Zaretskii <eliz@gnu.org>
9075
9076 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9077 RAR archives created on Unix systems.
9078
9079 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9082 the varalias that was accidentally removed by the 2009-11-19 change
9083 (bug#5186).
9084
9085 2009-12-12 Kenichi Handa <handa@m17n.org>
9086
9087 * language/indian.el (indian-compose-regexp): New function.
9088 (malayalam-composable-pattern): Fix the pattern.
9089 (composition-function-table): Set malayalam-composable-pattern for
9090 Malayalam characters.
9091
9092 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9095 rather than down-mouse-1, based on follow-link conventions.
9096
9097 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9098 are compiled.
9099
9100 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
9101
9102 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9103 (verilog-vmm-statement-re, verilog-ovm-statement-re)
9104 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9105 (verilog-leap-to-head, verilog-backward-token):
9106 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
9107
9108 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
9109
9110 * progmodes/verilog-mode.el (verilog-auto-lineup)
9111 (verilog-nameable-item-re): Cleanup user-visible spelling and
9112 documentation errors. One reported by Gary Delp.
9113 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9114 (verilog-read-decls): Fix AUTOWIRE with types declared in a
9115 package, bug195. Reported by Pierre-David Pfister.
9116
9117 2009-12-11 Glenn Morris <rgm@gnu.org>
9118
9119 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9120
9121 * mail/emacsbug.el: No longer require sendmail.
9122 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
9123 (report-emacs-bug-orig-text): Doc fix.
9124 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9125 New local variables, to adapt to different mail-user-agents.
9126 (report-emacs-bug): Fix test for a gnu.org address.
9127 Use overlays for emphasis, since font-lock defeats 'face property.
9128 Pretest bugs also end up at the newsgroup these days.
9129 Stop message-mode stripping text properties.
9130 Set and use the new buffer-local variables.
9131 (report-emacs-bug-hook): Add doc-string.
9132 Remove some unnecessary save-excursions and simplify.
9133 Use the appropriate hook and send-command.
9134
9135 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9136 capitalization of some menu entries.
9137
9138 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9139
9140 * whitespace.el (whitespace-display-char-on):
9141 Ensure `buffer-display-table' is unique when two or more windows are
9142 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9143 New version 12.1.
9144
9145 2009-12-10 Eli Zaretskii <eliz@gnu.org>
9146
9147 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9148 characters in the Attribute field.
9149
9150 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
9151
9152 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
9153
9154 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9157 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9158 Disregard autoload-excludes.
9159 (update-directory-autoloads): Obey autoload-excludes here instead.
9160 But don't store its contents in no-autoloads and remove entries that
9161 refer to excludes files.
9162
9163 2009-12-10 Glenn Morris <rgm@gnu.org>
9164
9165 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9166 (expand-mail-aliases): Define for compiler.
9167
9168 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9169 Define for compiler.
9170
9171 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9172 appropriate for the mail-user-agent in use.
9173
9174 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
9175
9176 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9177
9178 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
9179
9180 Fix short log parsing and fontification.
9181 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9182 Fix fontification for the [merge] label.
9183
9184 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
9185
9186 Drop some properties to avoid surprises (bug#5002).
9187 * htmlfontify.el (hfy-ignored-properties): New defcustom.
9188 (hfy-fontify-buffer): Use it.
9189
9190 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 Minor cleanup.
9193 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9194 Adjust all callers.
9195 (ffap-locate-file): Remove unused arg `dir-ok' and make other
9196 args compulsory. Adjust callers.
9197 (ffap-gopher-at-point): Remove unused var `name'.
9198
9199 Get rid of the ELCFILES abomination.
9200 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9201 (compile-elcfiles): New phony target.
9202 (compile-main): Compute ELCFILES dynamically.
9203 (compile-clean): New target to remove left-over elc files.
9204 (compile, all): Use it.
9205
9206 2009-12-09 Kenichi Handa <handa@etlken>
9207
9208 * international/mule-diag.el: Require help-mode instead of help-fns.
9209
9210 2009-12-09 Kenichi Handa <handa@m17n.org>
9211
9212 * international/mule-cmds.el (ucs-names): Supply sufficiently
9213 fine ranges instead of pre-calculating accurate ranges.
9214 Iterate with bigger gc-cons-threshold.
9215
9216 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9217
9218 Add support for stashing a snapshot of the current tree.
9219 * vc-git.el (vc-git-stash-snapshot): New function.
9220 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9221
9222 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
9223
9224 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9225 instead of `(beginning|end)-of-line'.
9226
9227 2009-12-08 Glenn Morris <rgm@gnu.org>
9228
9229 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9230
9231 * Makefile.in (ELCFILES): Regenerate.
9232
9233 2009-12-07 Juri Linkov <juri@jurta.org>
9234
9235 Don't lazy-highlight the comint output in history Isearch mode.
9236
9237 * comint.el (comint-history-isearch-search): Instead of
9238 `comint-line-beginning-position', use `comint-after-pmark-p'
9239 to check if point if before the process mark, and go to
9240 `process-mark' in this case.
9241
9242 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * textmodes/tex-mode.el (latex-complete)
9245 (latex-indent-or-complete): Remove.
9246 (latex-mode): Set completion-at-point-functions instead.
9247
9248 Provide a standard completion command and hook it into TAB.
9249 * minibuffer.el (completion-at-point-functions): New var.
9250 (completion-at-point): New command.
9251 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9252 * progmodes/python.el (python-mode-map): Use completion-at-point.
9253 (python-completion-at-point): Rename from python-partial-symbol and
9254 adjust for use in completion-at-point-functions.
9255 (python-mode): Setup completion-at-point for Python completion.
9256 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9257 extracted from lisp-complete-symbol.
9258 (lisp-complete-symbol): Use it.
9259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9260 setup completion-at-point for Elisp completion.
9261 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9262 Use completion-at-point.
9263 * ielm.el (ielm-map): Use completion-at-point.
9264 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9265 * progmodes/sym-comp.el: Move to...
9266 * obsolete/sym-comp.el: Move from progmodes.
9267
9268 2009-12-07 Eli Zaretskii <eliz@gnu.org>
9269
9270 Prevent save-buffer in Rmail buffers from using the coding-system
9271 of the current message, and from clobbering the encoding mnemonics
9272 in the mode line (Bug#4623).
9273
9274 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9275 flag, too.
9276 (rmail-message-encoding): New variable.
9277 (rmail-write-region-annotate): Record the encoding of the current
9278 message in rmail-message-encoding.
9279 (rmail-after-save-hook): New function, restores the encoding of
9280 the current message after the message collection is saved.
9281
9282 2009-12-07 Juri Linkov <juri@jurta.org>
9283
9284 * progmodes/grep.el (grep-read-files): Use `completing-read'
9285 instead of `read-string'. Set its `collection' arg to
9286 `read-file-name-internal'. (Bug#4301)
9287
9288 2009-12-07 Juri Linkov <juri@jurta.org>
9289
9290 Correctly restore original Isearch point. (Bug#4994)
9291
9292 * isearch.el (isearch-mode): Move `isearch-push-state' after
9293 `(run-hooks 'isearch-mode-hook)'.
9294 (isearch-cancel): When `isearch-push-state-function' is defined,
9295 let-bind `isearch-cmds' to the first state (the last element of
9296 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9297 function and restores the original point). Otherwise, move point
9298 to `isearch-opoint'.
9299
9300 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9303 chars that don't have names, so the table can be built much faster at
9304 run-time.
9305
9306 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9309 change. Suggested by David Kastrup.
9310
9311 * simple.el (compose-mail): Check for incompatibilities and warn.
9312 (compose-mail-user-agent-warnings): New option.
9313
9314 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9315
9316 Support showing a single log entry from vc-annotate.
9317 * vc.el (print-log): Add a new argument: START-REVISION.
9318 (vc-print-log-internal): Add a new optional argument and
9319 pass it to the backend.
9320 (vc-print-log, vc-print-root-log): Adjust callers.
9321 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9322 buffer already displays the requested log entry, use it.
9323 Otherwise display only the log entry in question.
9324 * vc-svn.el (vc-svn-print-log):
9325 * vc-mtn.el (vc-mtn-print-log):
9326 * vc-hg.el (vc-hg-state):
9327 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9328 (vc-git-show-log-entry): Return t on success.
9329 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9330 (vc-bzr-show-log-entry): Return t on success.
9331 * vc-rcs.el (vc-rcs-print-log):
9332 * vc-sccs.el (vc-sccs-print-log):
9333 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9334
9335 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9336
9337 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9338 Add menus to the meta mode. (Bug#5043)
9339
9340 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
9341
9342 * ediff-init.el (ediff-event-key): Use event-to-character instead of
9343 event-key.
9344
9345 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9346
9347 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
9348
9349 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9350 Berbain <raphael.berbain@gmail.com>.
9351
9352 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9353 characters.
9354 (tramp-initial-end-of-output): New defconst.
9355 (tramp-methods, tramp-find-shell)
9356 (tramp-open-connection-setup-interactive-shell)
9357 (tramp-maybe-open-connection): Use it.
9358 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9359 existence of `#' and `$'.
9360
9361 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9362 `tramp-initial-end-of-output'.
9363
9364 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9365
9366 Get the background mode from the terminal for xterm, and set
9367 faces accordingly.
9368 * term/xterm.el (xterm-set-background-mode): New function.
9369 (terminal-init-xterm): Use it in case xterm supports background
9370 color queries. Recompute faces after getting the background
9371 color.
9372
9373 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
9374
9375 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9376 number comment back on its own line, for easier parsing.
9377
9378 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 Make it work for non-file buffers (bug#5102).
9381 * doc-view.el (doc-view-current-cache-dir):
9382 Use doc-view-buffer-file-name rather than buffer-file-name.
9383 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9384
9385 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9386
9387 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9388 author field is too short.
9389
9390 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9391
9392 * vc-git.el (vc-git-print-log): Handle a limit argument.
9393 Display the short log in graph form and with labels.
9394 (vc-git-log-view-mode): Handle labels.
9395
9396 Make vc-revert change VC state from 'added to 'unregistered.
9397 * vc-git.el (vc-git-revert): Call git reset first.
9398
9399 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9400
9401 * net/newst-backend.el, net/newst-plainview.el:
9402 * net/newst-reader.el, net/newst-ticker.el:
9403 * net/newst-treeview.el, net/newsticker.el:
9404 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
9405
9406 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9409
9410 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9411 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9412 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9413 Update annotation regexp.
9414
9415 * simple.el (beginning-of-visual-line): Constrain to field
9416 boundaries (Bug#5106).
9417
9418 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9419
9420 * xml.el (xml-substitute-numeric-entities): Move
9421 newsticker--decode-numeric-entities in newst-backend.el to
9422 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9423 * net/newst-backend.el (newsticker--parse-generic-feed)
9424 (newsticker--parse-generic-items)
9425 (newsticker--decode-numeric-entities): Move
9426 newsticker--decode-numeric-entities in newst-backend.el to
9427 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9428
9429 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9430
9431 * progmodes/js.el (js--js-not): Add null to the list of values.
9432
9433 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9436
9437 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9438
9439 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9440 delimiter if it is at the end of the current line.
9441 (bibtex-generate-url-list): Fix docstring.
9442
9443 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9446 minibuffer's content with itself.
9447 Fold the confirm-after-completion case into the `confirm' case.
9448 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9449
9450 2009-12-06 Kevin Ryde <user42@zip.com.au>
9451
9452 * ffap.el (ffap-rfc-path): Make this a defcustom since
9453 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9454
9455 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9456 manuals, similar to existing setup for help-mode. (Bug#3913.)
9457
9458 2009-12-05 Juri Linkov <juri@jurta.org>
9459
9460 Save and restore dired buffer's point positions too. (Bug#4880)
9461
9462 * dired.el (dired-save-positions): Return in the first element
9463 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9464 Doc fix.
9465 (dired-restore-positions): First restore buffer's position.
9466 While restoring window's positions, check if window still displays
9467 the original buffer.
9468
9469 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9470
9471 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9472 if possible.
9473
9474 * shell.el (shell): Require ansi-color (Bug#5113).
9475
9476 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9477
9478 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9479
9480 2009-12-05 Alan Mackenzie <acm@muc.de>
9481
9482 * progmodes/cc-mode.el (c-before-hack-hook)
9483 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9484 `c-file-style' to work again. This reversion restores the current
9485 software to its state in Emacs 23.1. (Bug#4146)
9486
9487 2009-12-05 Kevin Ryde <user42@zip.com.au>
9488
9489 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9490 comment-start-skip to comment-end-skip as comment (Bug#4781).
9491
9492 2009-12-05 Juri Linkov <juri@jurta.org>
9493
9494 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9495 for virtual nodes. (Bug#4147)
9496 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9497 when moving from a virtual node.
9498 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9499 (Info-mode): Add `Info-virtual-index' to the docstring.
9500
9501 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9502
9503 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9504 track of the buffer position of the end of a BibTeX entry as this
9505 position may change during reformatting.
9506 (bibtex-format-entry): Remove whitespace before processing
9507 numerical fields so that we recognize the latter properly.
9508 (bibtex-reformat): Do not use push which changes the global value
9509 of bibtex-entry-format.
9510 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9511 (bibtex-field-re-init): Replace only space characters by regexp
9512 for whitespace.
9513 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9514 (bibtex-initialize): Also update bibtex-strings.
9515 (bibtex-kill-field): Preserve white space at end of entry.
9516 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9517 Update bibtex-reference-keys.
9518
9519 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9522 point after a star, if that's the only place where modifications can
9523 make progress.
9524
9525 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9526
9527 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9528 in docstrings.
9529
9530 2009-12-04 Juri Linkov <juri@jurta.org>
9531
9532 * proced.el (proced): Call `(proced-update t)' to update process
9533 information instead of only running proced-post-display-hook.
9534 (proced-send-signal): Add a leading space to the buffer name
9535 " *Marked Processes*" to make this buffer ephemeral.
9536
9537 2009-12-04 Juri Linkov <juri@jurta.org>
9538
9539 * dired.el (dired-auto-revert-buffer): New defcustom.
9540 (dired-internal-noselect): Use it.
9541
9542 2009-12-04 Juri Linkov <juri@jurta.org>
9543
9544 Change roles of modes and functions in image-mode.el (Bug#5062).
9545
9546 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9547 in `auto-mode-alist'.
9548 (image-mode-previous-major-mode): New variable.
9549 (image-minor-mode-map): Rename from `image-mode-text-map'.
9550 (image-mode): Move graceful error-handling code from
9551 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9552 (image-minor-mode): Remove all image-handling code.
9553 Replace `image-mode-text-map' with `image-minor-mode-map'.
9554 Check for `image-type' in mode-line format string.
9555 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9556 (image-mode-as-text): New function with most code from
9557 `image-mode-maybe'.
9558 (image-toggle-display-text): Move code that removes image
9559 properties from `image-toggle-display' to here.
9560 (image-toggle-display-image): New function with code that adds
9561 image properties copied from `image-toggle-display'.
9562 (image-toggle-display): Remove most code with leaving only code
9563 that toggles between `image-mode-as-text' and `image-mode'.
9564
9565 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9566
9567 * net/newst-treeview.el
9568 (newsticker--treeview-list-highlight-start): Restored call to
9569 save-excursion: Selected item was stuck.
9570 (newsticker--treeview-list-select): New.
9571 (newsticker--treeview-item-show-text)
9572 (newsticker--treeview-item-show)
9573 (newsticker--treeview-item-update): Use new
9574 newsticker-treeview-item-mode.
9575 (newsticker-treeview-update): Keep current item.
9576 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9577 (newsticker--treeview-first-feed): Doc change.
9578 (newsticker-treeview-list-menu)
9579 (newsticker-treeview-item-menu): Added menu entries.
9580 (newsticker-treeview-item-mode): New.
9581
9582 * net/newst-backend.el (newsticker-customize): Delete other
9583 windows.
9584
9585 2009-12-04 Sam Steingold <sds@gnu.org>
9586
9587 * log-view.el (log-view-mode-map): "q" calls quit-window,
9588 like in all the other non-self-insert buffers.
9589
9590 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 Minor cleanup.
9593 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9594 key decoding rather than do it manually via last-input-event +
9595 ascii-character.
9596 (term-exec): Use delete-and-extract-region.
9597 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9598 (term-process-pager): Remove unused var `i'.
9599 (term-dynamic-simple-complete): Make obsolete.
9600 (serial-update-config-menu): Remove unused vars `y' and `str'.
9601 (term-update-mode-line): Remove unused var `temp'.
9602
9603 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9604
9605 Limit the number of log entries displayed by default.
9606 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9607 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9608 using a prefix argument.
9609
9610 2009-12-03 Glenn Morris <rgm@gnu.org>
9611
9612 * progmodes/idlwave.el (class): Restore still useful declaration.
9613
9614 2009-12-03 Alan Mackenzie <acm@muc.de>
9615
9616 Enhance `c-parse-state' to run efficiently in "brace deserts".
9617
9618 * progmodes/cc-mode.el (c-basic-common-init):
9619 Call c-state-cache-init.
9620 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9621 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9622 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9623
9624 * progmodes/cc-langs.el (c-before-font-lock-function):
9625 c-extend-and-neutralize-syntax-in-CPP has been renamed
9626 c-neutralize-syntax-in-and-mark-CPP.
9627
9628 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9629 with `category' properties now, not `syntax-table' ones.
9630
9631 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9632 enhanced (but slower) version of c-end-of-macro that won't land
9633 inside a literal or on another awkward character.
9634 (c-state-cache-too-far, c-state-cache-start)
9635 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9636 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9637 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9638 (c-state-min-scan-pos, c-state-brace-pair-desert)
9639 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9640 buffer local variables.
9641 (c-state-literal-at, c-state-lit-beg)
9642 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9643 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9644 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9645 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9646 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9647 (c-renarrow-state-cache)
9648 (c-append-lower-brace-pair-to-state-cache)
9649 (c-state-push-any-brace-pair, c-append-to-state-cache)
9650 (c-remove-stale-state-cache)
9651 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9652 (c-invalidate-state-cache-1, c-parse-state-1)
9653 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9654 (c-parse-state): Enhance and refactor.
9655 (c-debug-parse-state): Amend to deal with all the new variables.
9656
9657 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9658 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9659 modify to use category text properties rather than syntax-table ones.
9660 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9661 to switch off/on the syntactic paren property of C++ template
9662 delimiters using the category property.
9663 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9664 template delims suppressed.
9665 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9666 New constant/macros which apply category properties to the start
9667 and end of preprocessor constructs.
9668 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9669 "comment out" the syntactic value of characters in preprocessor
9670 constructs.
9671 (c-with-cpps-commented-out)
9672 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9673 with characters in all or all but one preprocessor constructs
9674 "commented out".
9675
9676 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9677
9678 * proced.el (proced-filter-alist): Use regexp-quote.
9679
9680 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9681
9682 Cleanup.
9683 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9684 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9685 arguments. Expand `default-directory'.
9686
9687 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9688 the benefit of returning an expanded localname.
9689 (tramp-tramp-file-p): Handle the case NAME is not a string.
9690
9691 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9692
9693 Add support for bzr shelve/unshelve.
9694 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9695 (vc-bzr-extra-menu-map): New variables.
9696 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9697 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9698 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9699 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9700 (vc-bzr-dir-extra-headers): Display shelves.
9701
9702 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9703
9704 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * textmodes/bibtex.el (bibtex-complete-internal):
9707 Use completion-in-region.
9708 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9709
9710 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9711
9712 Support applying stashes. Improve UI.
9713 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9714 (vc-git-stash-apply, vc-git-stash-pop)
9715 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9716 (vc-git-stash-menu): New functions.
9717 (vc-git-stash-menu-map): New variable.
9718 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9719
9720 2009-12-03 Glenn Morris <rgm@gnu.org>
9721
9722 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9723 (vc-print-log-internal): Fix previous change.
9724 (vc-revert): Correct pluralization.
9725
9726 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9729 it to be an alist any more.
9730 (makefile-complete): Use completion-in-region.
9731
9732 * progmodes/octave-mod.el (octave-complete-symbol):
9733 Use completion-in-region.
9734
9735 Misc cleanup.
9736 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9737 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9738 (idlwave-complete-class): Don't quote lambda.
9739 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9740 (idlwave-mode-map): Move initialization into declaration.
9741 (idlwave-action-and-binding): Use backquotes.
9742 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9743 Simplify.
9744 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9745 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9746 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9747 `parts', and `all-parts'.
9748 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9749 (idlwave-convert-xml-system-routine-info): Remove unused string
9750 `version-string'.
9751 (idlwave-display-user-catalog-widget): Use dolist.
9752 (idlwave-scanning-lib): Declare dynamically-scoped var.
9753 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9754 (completion-highlight-first-word-only): Declare to silence bytecomp.
9755 (idlwave-popup-select): Tighten scope of `resp'.
9756 (idlwave-find-struct-tag): Remove unused var `beg'.
9757 (idlwave-after-load-rinfo-hook): Declare.
9758 (idlwave-sintern-class-info): Remove unused var `taglist'.
9759 (idlwave-find-class-definition): Remove unused var `list'.
9760 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9761 (idlwave-what-module-find-class): Remove unused var `classes'.
9762
9763 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9766
9767 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9770 buffers visited. Remove redundant current-buffer-saving.
9771
9772 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 Use completion-in-buffer and remove uses of dynamic scoping.
9775 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9776 (pascal-buffer-to-use, pascal-flag): Don't declare.
9777 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9778 (pascal-get-completion-decl, pascal-keyword-completion):
9779 Add `pascal-str' argument, save-excursion,
9780 return the found completions, and don't filter with pascal-pred.
9781 (pascal-completion-cache): New var.
9782 (pascal-completion): Don't switch buffer any more (it was never
9783 necessary). Don't save-excursion any more (it's done by the called
9784 subroutines). Use a cache to avoid redundant computations.
9785 Use complete-with-action rather than pascal-completion-response and
9786 let it apply the predicate as well.
9787 (pascal-complete-word): Use completion-in-buffer when
9788 pascal-toggle-completions is nil.
9789 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9790 not used any more.
9791 (pascal-comp-defun): Don't change buffer any more.
9792 Use complete-with-action rather than pascal-completion-response and
9793 let it apply the predicate as well.
9794 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9795 when neded.
9796
9797 2009-12-02 Kenichi Handa <handa@m17n.org>
9798
9799 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9800 shape for all Indic scripts.
9801
9802 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 Use completion-in-buffer.
9805 * wid-edit.el (widget-field-text-end): New function.
9806 (widget-field-value-get): Use it.
9807 (widget-string-complete, widget-file-complete)
9808 (widget-color-complete): Use it and completion-in-region.
9809 (widget-complete): Don't narrow the buffer.
9810
9811 2009-12-02 Glenn Morris <rgm@gnu.org>
9812
9813 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9814 (rmail-select-summary): Use rmail-pop-to-buffer.
9815 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9816 rmail-pop-to-buffer, to prevent horizontal splits.
9817
9818 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9819 save-excursion with save-current-buffer.
9820 Widen before searching. (Bug#5093)
9821 (diary-list-sexp-entries): Remove superfluous save-excursion.
9822
9823 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9824
9825 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9826 name. (Bug#5038)
9827
9828 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9829
9830 * ido.el (ido-file-internal): Handle filenames at point that do
9831 not have a directory part. (Bug#5049)
9832
9833 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9834
9835 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9836 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9837
9838 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9839
9840 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9841 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9842 any more.
9843
9844 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * comint.el (comint-insert-input): Ignore clicks to the right of
9847 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9848
9849 * vc.el (vc-print-log-internal): Don't wait for the process to
9850 terminate before setting up the major mode.
9851
9852 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9853 in case.
9854
9855 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9856 the last element.
9857
9858 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9859
9860 2009-12-01 Glenn Morris <rgm@gnu.org>
9861
9862 * window.el (window--display-buffer-2): Fix previous changes.
9863
9864 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9867
9868 2009-12-01 Glenn Morris <rgm@gnu.org>
9869
9870 * Makefile.in (ELCFILES): Add mpc.elc.
9871
9872 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * mpc.el: New file.
9875
9876 2009-12-01 Glenn Morris <rgm@gnu.org>
9877
9878 * window.el (window-to-use): Define for compiler.
9879
9880 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9881 consistent with others (no final period).
9882
9883 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9884 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9885
9886 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9887
9888 Make vc-print-log buttons work.
9889 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9890
9891 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9892
9893 * savehist.el (savehist-autosave-interval): Allow setting to nil
9894 through customize. (Bug#5056)
9895
9896 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9897
9898 Fix references to jit-lock properties.
9899 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9900 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9901 (perl-font-lock-special-syntactic-constructs):
9902 Quote jit-lock-defer-multiline property.
9903
9904 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9905
9906 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9907
9908 2009-11-30 Juri Linkov <juri@jurta.org>
9909
9910 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9911 value `buffer' of `multi-isearch-next-buffer-current-function'.
9912 Use `(current-buffer)' when `buffer' is nil.
9913 (multi-isearch-next-buffer-from-list): Don't fallback to
9914 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9915
9916 2009-11-30 Juri Linkov <juri@jurta.org>
9917
9918 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9919 of buffers with `get-buffer' to `multi-isearch-buffers'.
9920 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9921 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9922 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9923 FILES with `expand-file-name' converting relative file names
9924 to absolute. Doc fix. (Bug#4727)
9925
9926 2009-11-30 Juri Linkov <juri@jurta.org>
9927
9928 * misearch.el (multi-isearch-read-buffers)
9929 (multi-isearch-read-matching-buffers): New functions.
9930 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9931 Use them in the `interactive' spec. Doc fix.
9932 (multi-isearch-read-files, multi-isearch-read-matching-files):
9933 New functions.
9934 (multi-isearch-files, multi-isearch-files-regexp):
9935 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9936
9937 2009-11-30 Juri Linkov <juri@jurta.org>
9938
9939 * doc-view.el (doc-view-continuous):
9940 Rename from `doc-view-continuous-mode'.
9941 (doc-view-menu): Move "Toggle display" to the top.
9942 Add submenu "Continuous" with radio buttons "Off"/"On"
9943 and "Save as Default".
9944 (doc-view-scroll-up-or-next-page)
9945 (doc-view-scroll-down-or-previous-page)
9946 (doc-view-next-line-or-next-page)
9947 (doc-view-previous-line-or-previous-page): Rename
9948 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9949
9950 2009-11-30 Juri Linkov <juri@jurta.org>
9951
9952 * comint.el (comint-mode-map): Rebind `M-r' from
9953 `comint-previous-matching-input' to
9954 `comint-history-isearch-backward-regexp'.
9955 Unbind `M-s' to allow global key binding `M-s'.
9956 Add menu items for `comint-history-isearch-backward' and
9957 `comint-history-isearch-backward-regexp'. (Bug#3746)
9958
9959 2009-11-30 Juri Linkov <juri@jurta.org>
9960
9961 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9962 For def=recenter, replace `recenter' with `recenter-top-bottom'
9963 that is called with `this-command' and `last-command' let-bound
9964 to `recenter-top-bottom'. When the last `def' was not `recenter',
9965 set `recenter-last-op' to nil. (Bug#4981)
9966
9967 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 Minor cleanup and simplification.
9970 * filecache.el (file-cache-add-directory)
9971 (file-cache-add-directory-recursively)
9972 (file-cache-add-from-file-cache-buffer)
9973 (file-cache-delete-file-regexp, file-cache-delete-directory)
9974 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9975 (file-cache-temp-minibuffer-message): Delete function.
9976 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9977
9978 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9979 Don't signal an error when bumping into EOB in tr, s, or y.
9980
9981 2009-11-29 Juri Linkov <juri@jurta.org>
9982
9983 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9984 (Bug#4960)
9985
9986 * descr-text.el (describe-char-unidata-list): Use lowercase name
9987 for "Unicode name" like in other tags.
9988
9989 2009-11-29 Juri Linkov <juri@jurta.org>
9990
9991 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9992 New compatibility macro.
9993 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9994
9995 2009-11-29 Juri Linkov <juri@jurta.org>
9996
9997 Add defcustom to define the cycling order of `recenter-top-bottom'.
9998 (Bug#4981)
9999
10000 * window.el (recenter-last-op): Doc fix.
10001 (recenter-positions): New defcustom.
10002 (recenter-top-bottom): Rewrite to use `recenter-positions'.
10003 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10004
10005 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
10006
10007 Improve integration of Tramp and ange-ftp in eshell.
10008
10009 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10010 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
10011 (eshell/sudo): Flatten args. Let-bind `default-directory'.
10012
10013 * eshell/esh-util.el (top): Require also Tramp when compiling.
10014 (eshell-directory-files-and-attributes): Check for FTP remote
10015 connection.
10016 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10017 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10018 (eshell-file-attributes): Handle ".". Return `entry'.
10019
10020 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10021 (ange-ftp-directory-files-and-attributes)
10022 (ange-ftp-real-directory-files-and-attributes): New defuns.
10023
10024 * net/tramp.el (tramp-maybe-open-connection): Open the remote
10025 shell with "exec" when possible. This prevents trailing prompts
10026 in `start-file-process'.
10027
10028 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 Try and remove assumptions about point-min==1.
10031 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10032 (rng-compute-mode-line-string): Show the validation percentage in
10033 terms of the narrowed text, not the widened text.
10034 (rng-do-some-validation): Don't catch internal errors when debugging.
10035 (rng-first-error): Simplify.
10036 (rng-after-change-function): Remove work around. AFAIK the bug has
10037 been fixed a while ago.
10038
10039 * image-mode.el (image-minor-mode): Exit more gracefully when the image
10040 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10041
10042 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10043
10044 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10045 `cd' doesn't always do it for us (bug#5067).
10046
10047 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10048 on 2009-10-25 as part of some other change (bug#5067).
10049
10050 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10053 `suspicious'.
10054 (byte-compile-warnings): Use byte-compile-warning-types.
10055 (byte-compile-save-excursion): Warn about use of set-buffer right
10056 after save-excursion.
10057
10058 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10059 the excursion as well.
10060
10061 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
10062
10063 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10064 providing a Tramp related implementation of "su" and "sudo".
10065 (eshell-unix-initialize): Add "su" and "sudo".
10066
10067 2009-11-27 Daiki Ueno <ueno@unixuser.org>
10068
10069 * net/socks.el (socks-send-command): Convert binary request to
10070 unibyte before sending. This fixes mishandling of some port
10071 numbers such as 129.
10072
10073 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * help.el (describe-bindings-internal): Remove `interactive'.
10076
10077 * man.el (Man-completion-table): Trim a terminating "(".
10078 Remove the space between name page a section.
10079 Add the command's description on the `help-echo' property.
10080 Remove `process-connection-type' binding since it's unused by
10081 call-process.
10082 Provide completion for the "<section> <name>" format as well.
10083 (Man-default-man-entry): Remove spurious var shadowing the argument.
10084
10085 2009-11-26 Kevin Ryde <user42@zip.com.au>
10086
10087 * log-view.el: Add "Keywords: tools", since its other keywords
10088 aren't in finder-known-keywords, and following vc.el.
10089
10090 * sha1.el (sha1-string-external): default-directory "/" in case
10091 otherwise non-existent. process-connection-type pipe for touch of
10092 efficiency recommended by elisp manual. (An aside in Bug#3911.)
10093
10094 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 Misc coding convention cleanups.
10097 * htmlfontify.el (hfy-init-kludge-hook): Rename from
10098 hfy-init-kludge-hooks.
10099 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10100 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10101 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10102 and push.
10103 (hfy-slant, hfy-weight): Use tables rather than code.
10104 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10105 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10106 (hfy-face-attr-for-class): Initialize `face-spec' directly.
10107 (hfy-face-to-css): Remove `nconc' with single arg.
10108 (hfy-p-to-face-lennart): Use `or'.
10109 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
10110 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10111 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10112 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10113 (hfy-force-fontification): Use run-hooks.
10114
10115 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
10116
10117 Various minor fixes.
10118 * htmlfontify.el (hfy-default-header): Add toggle_invis since
10119 Javascript belongs in the header, not the body.
10120 (hfy-javascript): Remove.
10121 (hfy-fontify-buffer): Don't insert it any more.
10122 (hfy-face-at): Handle (face0 face1 face2) style face properties.
10123 Fix bug in invis handling when there were no invis props in a chunk.
10124
10125 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10128
10129 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
10130
10131 * finder.el (finder-mode-map): Add a menu.
10132
10133 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
10134
10135 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10136 "unsigned" structs.
10137
10138 (verilog-leap-to-head, verilog-backward-token): Handle "disable
10139 fork" statement better.
10140
10141 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
10142
10143 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10144 (verilog-delete-auto, verilog-delete-empty-auto-pair)
10145 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10146 Reported by Clay Douglass.
10147
10148 (verilog-auto-inst, verilog-auto-star-safe)
10149 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10150 Fix removing "// Interfaces" when saving .* expansions. Reported by
10151 Pierre-David Pfister.
10152
10153 2009-11-26 Glenn Morris <rgm@gnu.org>
10154
10155 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10156 the scope.
10157
10158 2009-11-25 Johan Bockgård <bojohan@gnu.org>
10159
10160 * vc-annotate.el (vc-annotate-revision-previous-to-line):
10161 Really use previous revision.
10162
10163 2009-11-25 Kevin Ryde <user42@zip.com.au>
10164
10165 * man.el (Man-completion-table): default-directory "/" in case
10166 doesn't otherwise exist. process-environment COLUMNS=999 so as
10167 not to truncate long names. process-connection-type pipe to avoid
10168 any chance of hitting the pseudo-tty TIOCGWINSZ.
10169 (man): completion-ignore-case t for friendliness and since man
10170 itself is case-insensitive on the command line.
10171 Further to Bug#3717.
10172
10173 * arc-mode.el: Add "Keywords: files", so the details in its
10174 commentary can be reached from finder-by-keyword.
10175 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
10176 editing mode, but it's comms related and sgml-mode.el has "comm"
10177 on that basis too.
10178 * textmodes/bibtex-style.el: Add "Keywords: tex".
10179 * international/isearch-x.el, international/ja-dic-cnv.el:
10180 * international/ja-dic-utl.el, international/kkc.el:
10181 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10182
10183 2009-11-25 Juri Linkov <juri@jurta.org>
10184
10185 * man.el (Man-completion-table): Modify regexp to include
10186 section names to completion strings. (Bug#3717)
10187
10188 2009-11-25 Juri Linkov <juri@jurta.org>
10189
10190 Search recursively in gzipped files. (Bug#4982)
10191
10192 * progmodes/grep.el (grep-highlight-matches): Add new options
10193 `always' and `auto'. Doc fix.
10194 (grep-process-setup): Check `grep-highlight-matches' for
10195 `auto-detect' to determine the need to compute grep defaults.
10196 Move Windows/DOS specific --colors settings handling
10197 to `grep-compute-defaults'. Check `grep-highlight-matches'
10198 to get the value of "--color=".
10199 (grep-compute-defaults): Compute `grep-highlight-matches' when it
10200 has the value `auto-detect'. Move Windows/DOS specific settings
10201 from `grep-process-setup'.
10202 (zrgrep): New command with alias `rzgrep'.
10203
10204 2009-11-25 Juri Linkov <juri@jurta.org>
10205
10206 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10207 to nil instead of switching off view-mode. (Bug#4896)
10208
10209 2009-11-25 Juri Linkov <juri@jurta.org>
10210
10211 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
10212
10213 * mwheel.el (mwheel-scroll-up-function)
10214 (mwheel-scroll-down-function): New defvars.
10215 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10216 `scroll-up', and `mwheel-scroll-down-function' instead of
10217 `scroll-down'.
10218
10219 * doc-view.el (doc-view-scroll-up-or-next-page)
10220 (doc-view-scroll-down-or-previous-page): Add optional ARG.
10221 Use this ARG in the call to image-scroll-up/image-scroll-down.
10222 Change `interactive' spec to "P". Goto next/previous page only
10223 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10224 SPC/DEL case). Doc fix.
10225 (doc-view-next-line-or-next-page)
10226 (doc-view-previous-line-or-previous-page): Rename arg to ARG
10227 for consistency.
10228 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10229 `doc-view-scroll-up-or-next-page', and buffer-local
10230 `mwheel-scroll-down-function' to
10231 `doc-view-scroll-down-or-previous-page'.
10232
10233 2009-11-25 Juri Linkov <juri@jurta.org>
10234
10235 Provide additional default values (directories at other Dired
10236 windows) via M-n in the minibuffer of some Dired commands.
10237
10238 * dired-aux.el (dired-diff, dired-compare-directories)
10239 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10240 `minibuffer-default' in `minibuffer-with-setup-hook'.
10241 (dired-dwim-target-directory): Find a window that displays Dired
10242 buffer instead of failing when the next window is not Dired.
10243 Use `get-window-with-predicate' to find for the next Dired window.
10244 (dired-dwim-target-defaults): New function.
10245
10246 * ediff-util.el (ediff-read-file-name):
10247 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10248 in `minibuffer-with-setup-hook'.
10249
10250 2009-11-25 Juri Linkov <juri@jurta.org>
10251
10252 Provide additional default values (file name at point or at the
10253 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10254
10255 * minibuffer.el (read-file-name-defaults): New function.
10256 (read-file-name): Reset `minibuffer-default' to nil when
10257 it duplicates initial input `insdef'.
10258 Bind `minibuffer-default-add-function' to lambda that
10259 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10260 (minibuffer-insert-file-name-at-point): New command.
10261
10262 * files.el (file-name-at-point-functions): New defcustom.
10263 (find-file-default): Remove defvar.
10264 (find-file-read-args): Don't use `find-file-default'.
10265 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10266 to `read-file-name'.
10267 (find-file-literally): Use `read-file-name' with
10268 `confirm-nonexistent-file-or-buffer'.
10269
10270 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10271
10272 * dired.el (dired-read-dir-and-switches):
10273 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10274 to `read-file-name'.
10275 (dired-file-name-at-point): New function.
10276 (dired-mode): Add hook `dired-file-name-at-point' to
10277 `file-name-at-point-functions'.
10278
10279 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 Really make the *Completions* window soft-dedicated (bug#5030).
10282 * window.el (window--display-buffer-2): Add `dedicated' argument.
10283 (display-buffer): Pass it when needed so the dedicated flag is set
10284 after calling set-window-buffer, which would otherwise reset it.
10285
10286 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * progmodes/meta-mode.el (meta-complete-symbol):
10289 * progmodes/etags.el (complete-tag):
10290 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10291 Use completion-in-region.
10292
10293 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10294 (dabbrev-completion): Use completion-in-region.
10295 (dabbrev--abbrev-at-point): Simplify regexp.
10296
10297 * abbrev.el (abbrev--before-point): Use word-motion functions
10298 if :regexp is not specified (bug#5031).
10299
10300 * subr.el (string-prefix-p): New function.
10301
10302 * man.el (Man-completion-cache): New var.
10303 (Man-completion-table): Use it.
10304
10305 * vc.el (vc-print-log-internal): Make `limit' optional for better
10306 compatibility (e.g. with vc-annotate.el).
10307
10308 2009-11-24 Kevin Ryde <user42@zip.com.au>
10309
10310 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10311 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
10312
10313 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10314 when .el source file not found or other error.
10315
10316 2009-11-24 Markus Triska <markus.triska@gmx.at>
10317
10318 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10319
10320 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 Handle the [back] button properly (bug#4979).
10323 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10324 Use help-setup-xref, help-buffer, and with-help-window.
10325 (describe-char): Add `buffer' argument.
10326 Pass proper command to help-setup-xref. Don't meddle with
10327 help-xref-stack-item directly.
10328 (describe-text-category): Use with-help-window and help-buffer.
10329
10330 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10331 for the displayed buffer (bug#4887).
10332
10333 * man.el (Man-completion-table): New function.
10334 (man): Use it.
10335
10336 2009-11-24 David Reitter <david.reitter@gmail.com>
10337
10338 * vc-git.el (vc-git-registered): Use checkout directory (where
10339 .git is) rather than the file's directory and a relative path spec
10340 to work around a bug in git.
10341
10342 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
10343
10344 Improve handling of processes on remote hosts.
10345
10346 * eshell/esh-util.el (eshell-path-env): New defvar.
10347 (eshell-parse-colon-path): New defun.
10348 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10349
10350 * eshell/esh-ext.el (eshell-search-path):
10351 Use `eshell-parse-colon-path'.
10352 (eshell-remote-command): Remove argument HANDLER.
10353 (eshell-external-command): Check for FTP remote connection.
10354
10355 * eshell/esh-proc.el (eshell-gather-process-output):
10356 Use `file-truename', in order to start also symlinked files.
10357 Apply `start-file-process' instead of `start-process'.
10358 Shorten `command' to the local file name part.
10359
10360 * eshell/em-cmpl.el (eshell-complete-commands-list):
10361 Use `eshell-parse-colon-path'.
10362
10363 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10364
10365 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10366 to `eshell-directory-change-hook'.
10367
10368 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10369
10370 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10371 because it could be enabled automatically if view-read-only is non-nil.
10372
10373 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
10374
10375 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10376 made on 2009-11-22.
10377
10378 2009-11-24 Glenn Morris <rgm@gnu.org>
10379
10380 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10381 deleted variable bookmark-bmenu-bookmark-column.
10382
10383 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10386
10387 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10388
10389 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10390 two slashes to the "file:" prefix.
10391 (browse-url-file-url): De-munge Cygwin filenames before passing
10392 them to Windows browser.
10393 (browse-url-default-windows-browser): Use call-process.
10394
10395 2009-11-23 Juri Linkov <juri@jurta.org>
10396
10397 Implement DocView Continuous mode. (Bug#4896)
10398 * doc-view.el (doc-view-continuous-mode): New defcustom.
10399 (doc-view-mode-map): Bind C-n/<down> to
10400 `doc-view-next-line-or-next-page', C-p/<up> to
10401 `doc-view-previous-line-or-previous-page'.
10402 (doc-view-next-line-or-next-page)
10403 (doc-view-previous-line-or-previous-page): New commands.
10404
10405 2009-11-23 Juri Linkov <juri@jurta.org>
10406
10407 Implement Isearch in comint input history. (Bug#3746)
10408 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10409 `isearch-mode-hook'.
10410 (comint-history-isearch): New defcustom.
10411 (comint-history-isearch-backward)
10412 (comint-history-isearch-backward-regexp): New commands.
10413 (comint-history-isearch-message-overlay): New buffer-local variable.
10414 (comint-history-isearch-setup, comint-history-isearch-end)
10415 (comint-goto-input, comint-history-isearch-search)
10416 (comint-history-isearch-message, comint-history-isearch-wrap)
10417 (comint-history-isearch-push-state)
10418 (comint-history-isearch-pop-state): New functions.
10419
10420 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10423 return.
10424 (tramp-handle-make-symbolic-link)
10425 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10426 Quote file names.
10427 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10428 (tramp-handle-process-file): Use it.
10429
10430 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * window.el (move-to-window-line-last-op): Remove.
10433 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10434
10435 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10436
10437 Make M-r mirror the new cycling behavior of C-l.
10438 * window.el (move-to-window-line-last-op): New var.
10439 (move-to-window-line-top-bottom): New command.
10440 (global-map): Bind M-r move-to-window-line-top-bottom.
10441
10442 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10443
10444 * dired-x.el (dired-guess-shell-alist-default):
10445 Support xz format. (Bug#4953)
10446
10447 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10448
10449 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10450 last-command-char/last-command-event.
10451 (viper-prefix-arg-value): Do correct conversion of event-char for
10452 XEmacs.
10453
10454 * emulation/viper-util.el, emulation/viper.el:
10455 Use viper-last-command-char instead of
10456 last-command-char/last-command-event.
10457
10458 * ediff-init.el, ediff-mult.el, ediff-util.el:
10459 Replace last-command-char and last-command-event
10460 with (ediff-last-command-char) everywhere.
10461
10462 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10463 created in fundamental mode.
10464
10465 * ediff.el (ediff-version): Revert the change of interactive-p to
10466 called-interactively-p.
10467
10468 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10469
10470 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10471 generation from word-movement command names.
10472
10473 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10474
10475 * cus-start.el (all): Add native condition for font-use-system-font.
10476
10477 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10478
10479 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10480 Correct the patch from 2009-11-18. (Bug#3910)
10481
10482 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10483
10484 * progmodes/subword.el: Rename from lisp/subword.el.
10485
10486 * subword.el: Rename to progmodes/subword.el.
10487
10488 * Makefile.in (ELCFILES): Adapt to subword.el move.
10489
10490 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10491 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10494 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10495 (bookmark-bmenu-show-filenames): Use push.
10496 (bookmark-bmenu-hide-filenames): Use local var instead of
10497 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10498 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10499 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10500 filenames now that the bookmark names are always available.
10501
10502 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10505 (bookmark-search-pattern): Move and leave unbound.
10506 (bookmark-bmenu-mode-map): Change binding.
10507 (bookmark-read-search-input): Simplify.
10508 Don't use text-char-description. Don't error on non-char events.
10509 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10510 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10511 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10512 Use a local var for the timer.
10513 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10514 (i.e. bookmark-bmenu-search).
10515
10516 2009-11-21 Glenn Morris <rgm@gnu.org>
10517
10518 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10519
10520 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10521
10522 * net/browse-url.el (browse-url-default-windows-browser):
10523 Use cygstart for cygwin.
10524
10525 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10526
10527 * bookmark.el: Formatting and doc fixes only:
10528 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10529 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10530 Minor grammar and punctuation fixes in doc string.
10531 (bookmark-read-search-input): Adjust to fit within 80 columns.
10532
10533 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10534
10535 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10536 (c-backward-into-nomenclature): Adapt to subword renaming.
10537
10538 * subword.el (subword-forward, subword-backward, subword-mark)
10539 (subword-kill, subword-backward-kill, subword-transpose)
10540 (subword-downcase, subword-upcase, subword-capitalize)
10541 (subword-forward-internal, subword-backward-internal):
10542 Rename from forward-subword, backward-subword, mark-subword,
10543 kill-subword, backward-kill-subword, transpose-subwords,
10544 downcase-subword, upcase-subword, capitalize-subword,
10545 forward-subword-internal, backward-subword-internal.
10546
10547 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10548
10549 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10550 New options.
10551 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10552 New vars.
10553 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10554 (bookmark-bmenu-filter-alist-by-regexp)
10555 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10556 (bookmark-bmenu-search): New command.
10557 (bookmark-bmenu-mode-map): Bind it.
10558
10559 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10560
10561 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10562 backward-subword to quit the byte-compiler.
10563
10564 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10565
10566 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10567
10568 * progmodes/cc-cmds.el (c-update-modeline)
10569 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10570 Refer to subword.el functions instead of cc-subword.el.
10571
10572 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10573 subword.el functions instead of cc-subword.el.
10574
10575 * progmodes/cc-subword.el: Rename to subword.el.
10576 * subword.el: Rename from progmodes/cc-subword.el.
10577 (subword-mode-map): Rename from c-subword-mode-map.
10578 (subword-mode): Rename from c-subword-mode.
10579 (global-subword-mode): New global minor mode.
10580 (forward-subword): Rename from c-forward-subword.
10581 (backward-subword): Rename from c-backward-subword.
10582 (mark-subword): Rename from c-mark-subword.
10583 (kill-subword): Rename from c-kill-subword.
10584 (backward-kill-subword): Rename from c-backward-kill-subword.
10585 (transpose-subwords): Rename from c-tranpose-subword.
10586 (downcase-subword): Rename from c-downcase-subword.
10587 (capitalize-subword): Rename from c-capitalize-subword.
10588 (forward-subword-internal): Rename from c-forward-subword-internal.
10589 (backward-subword-internal): Rename from c-backward-subword-internal.
10590
10591 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10592
10593 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10594 from a dired buffer.
10595 (vc-dired-deduce-fileset): New function.
10596 (vc-root-diff, vc-print-root-log): Use it.
10597
10598 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10599 nil LIMIT argument to vc-print-log-internal.
10600
10601 2009-11-20 Glenn Morris <rgm@gnu.org>
10602
10603 * Makefile.in (ELCFILES): Regenerate.
10604
10605 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10606
10607 * calc/calc.el (calc-set-mode-line):
10608 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10609 (math-format-number): Rename `math-format-complement-signed' to
10610 `math-format-twos-complement'.
10611
10612 * calc/calc-bin.el (math-format-twos-complement): Rename from
10613 math-format-complement-signed.
10614 (calc-radix): Rename `calc-complement-signed-mode' to
10615 `calc-twos-complement-mode'.
10616 (calc-octal-radix, calc-hex-radix): Add an argument for
10617 two's complement.
10618
10619 * calc/calc-embed.el (calc-embedded-mode-vars):
10620 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10621
10622 * calc/calc-ext.el (calc-init-extensions):
10623 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10624 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10625
10626 * calc/calc-units.el (math-build-units-table-buffer):
10627 Let `calc-twos-complement-mode' be nil.
10628
10629 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10630 entries.
10631
10632 * calc/calc-vec.el (calcFunc-vunpack):
10633 * calc/calc-aent.el (calc-do-calc-eval):
10634 * calc/calc-forms.el (math-format-date):
10635 * calc/calc-graph.el (calc-graph-plot):
10636 * calc/calc-math.el (math-use-emacs-fn):
10637 * calc/calccomp.el (math-compose-expr):
10638 Let `calc-twos-complement-mode' be nil.
10639
10640 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10643 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10644 * minibuffer.el (completion-in-region-functions): New hook.
10645 (completion-in-region): New function.
10646 * emacs-lisp/lisp.el (lisp-complete-symbol):
10647 * pcomplete.el (pcomplete-std-complete): Use it.
10648
10649 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10652 (latex-complete-alist): New vars.
10653 (latex-string-prefix-p, latex-complete-bibtex-keys)
10654 (latex-complete-envnames, latex-complete-refkeys)
10655 (latex-complete-data): New functions.
10656 (latex-complete, latex-indent-or-complete): New commands.
10657
10658 * window.el (display-buffer-mark-dedicated): New var.
10659 (display-buffer): Obey it.
10660 * minibuffer.el (minibuffer-completion-help): Use it.
10661
10662 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10663
10664 * filecache.el (file-cache-add-file): Use push and cons.
10665 (file-cache-delete-file-regexp): Use push.
10666 (file-cache-complete): Use completion-in-region.
10667
10668 * simple.el (with-wrapper-hook): Fix thinko.
10669
10670 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10671 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10672 Use with-current-buffer and string-to-number.
10673 (hfy-fallback-colour-values): Use assoc-string.
10674 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10675 (hfy-face-at): Remove unused var `found-face'.
10676 (hfy-compile-stylesheet): Remove unused var `css'.
10677 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10678 and `orig-buffer'.
10679 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10680 Use with-current-buffer.
10681 (hfy-text-p): Use expand-file-name and fewer setq.
10682
10683 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10684
10685 * htmlfontify.el, hfy-cmap.el: New files.
10686
10687 2009-11-19 Juri Linkov <juri@jurta.org>
10688
10689 * minibuffer.el (completions-format): New defcustom.
10690 (completion--insert-strings): Implement vertical format.
10691
10692 * simple.el (switch-to-completions): Move point to the first
10693 completion when point was at the beginning of the buffer.
10694
10695 2009-11-19 Juri Linkov <juri@jurta.org>
10696
10697 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10698
10699 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10700
10701 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10702
10703 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10704 (mail-signature): Change default to t.
10705 (mail-from-style): Deprecate `system-default' value.
10706 (mail-insert-from-field): For default value of mail-from-style,
10707 default to `angles' unless `angles' needs quoting and `parens'
10708 does not.
10709 (mail-citation-prefix-regexp): Use citation regexp from
10710 message-mode.
10711
10712 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10713
10714 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10715 Set variables for computing the prompt for reading password.
10716
10717 2009-11-19 Glenn Morris <rgm@gnu.org>
10718
10719 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10720
10721 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10722
10723 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10724 (newsticker-treeview-listwindow-height): Fix custom type.
10725
10726 2009-11-19 Kenichi Handa <handa@m17n.org>
10727
10728 * descr-text.el (describe-char-padded-string): Compose with TAB
10729 only if there's a font for CH.
10730 (describe-char): Fix the condition for detecting a trivial composition.
10731
10732 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10733
10734 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10735 more accurate version of the regexp. (Bug#3910)
10736
10737 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10738
10739 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10740
10741 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10742
10743 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10744 (font-setting-change-default-font): Fix typo in docstring.
10745
10746 2009-11-18 Alan Mackenzie <acm@muc.de>
10747
10748 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10749
10750 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10751
10752 * font-setting.el (font-use-system-font): Move ...
10753
10754 * cus-start.el (all): ... to here.
10755
10756 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10757
10758 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10759 Don't set `ad-return-value' if `ad-do-it' doesn't.
10760
10761 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10762 modification time.
10763
10764 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10765
10766 * menu-bar.el: Put "Use system font" in Option-menu.
10767 (menu-bar-options-save): Add font-use-system-font.
10768
10769 * loadup.el: If feature system-font-setting or font-render-setting is
10770 there, load font-setting.
10771
10772 * Makefile.in (ELCFILES): Add font-settings.el.
10773 * font-setting.el: New file.
10774
10775 2009-11-17 Glenn Morris <rgm@gnu.org>
10776
10777 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10778
10779 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10780 Preserve point in the list buffer. (Bug#4939)
10781 Use point-at-eol.
10782 (newsticker--treeview-list-update-highlight)
10783 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10784
10785 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10786
10787 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10788 Remove.
10789
10790 * calc/calc-ext.el (calc-init-extensions): Remove references to
10791 symclip.
10792
10793 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10794
10795 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10796 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10797 `calc-symclip'.
10798
10799 2009-11-16 Kevin Ryde <user42@zip.com.au>
10800
10801 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10802 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10803
10804 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10805 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10806 Ignore trailing spaces by omit-nulls to split-string (fixing
10807 regression from Emacs 21 due to the incompatible split-string
10808 change). (Bug #4928.)
10809
10810 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10811
10812 * vc.el (vc-log-show-limit): Default to 2000.
10813 (vc-print-log-internal): Insert buttons to request more entries
10814 when limiting the output.
10815
10816 * vc-sccs.el (vc-sccs-print-log):
10817 * vc-rcs.el (vc-rcs-print-log):
10818 * vc-cvs.el (vc-cvs-print-log):
10819 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10820 LIMIT is non-nil.
10821
10822 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10823
10824 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10825 error when `tramp-gvfs-dbus-event-vector' is set.
10826 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10827
10828 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10831
10832 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * net/dbus.el (dbus-unregister-service): New defun.
10835 (dbus-register-property): Register the handlers of
10836 "org.freedesktop.DBus.Properties" for SERVICE.
10837 (dbus-property-handler): Fix docstring.
10838
10839 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10840
10841 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10842 Quote doc string reference in defvaralias as it is not in special form.
10843 (byte-compile-output-docform): Doc fix.
10844
10845 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10846
10847 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10848 (calc-complement-signed-mode): New variables.
10849 (calc-set-mode-line): Add indicator for twos-complements.
10850 (math-format-number): Format twos-complement notation.
10851
10852 * calc/calc-bin.el (calc-word-size): Reset the variables
10853 `math-2-word-size' and `math-half-2-word-size'.
10854 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10855 (calc-symclip): New functions.
10856
10857 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10858
10859 * calc/calc-embed.el (calc-embedded-mode-vars):
10860 Add `calc-complement-signed-mode' to the list of modes.
10861
10862 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10863 (calc-b-oper-keys): Add `calc-symclip' to list.
10864
10865 * calc/calc-ext.el (math-read-number-fancy): Read complement
10866 signed numbers.
10867 (calc-init-extensions): Add binding for `calc-symclip'.
10868 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10869
10870 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10871 `calc-symclip'.
10872 (calc-modes-menu): Add item for twos complement mode.
10873
10874 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10875
10876 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10877
10878 * register.el (jump-to-register, insert-register): Handle Semantic
10879 tags. From commented-out advice in semantic/senator.el.
10880
10881 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10882
10883 * vc.el (vc-log-show-limit): New variable.
10884 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10885 when using a prefix argument.
10886 (vc-print-log-internal): Add new argument LIMIT.
10887
10888 * vc-svn.el (vc-svn-print-log):
10889 * vc-mtn.el (vc-mtn-print-log):
10890 * vc-hg.el (vc-hg-print-log):
10891 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10892 pass it to the log command when set. Make the BUFFER argument
10893 non-optional.
10894
10895 * vc-sccs.el (vc-sccs-print-log):
10896 * vc-rcs.el (vc-rcs-print-log):
10897 * vc-git.el (vc-git-print-log):
10898 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10899 ignore it. Make the BUFFER argument non-optional
10900
10901 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10902
10903 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * dired.el (dired-mode-map): Move encryption items to "Operate"
10906 menu (Bug#4703).
10907
10908 * strokes.el (strokes-update-window-configuration): Make strokes
10909 buffer current before erasing (Bug#4906).
10910
10911 2009-11-15 Juri Linkov <juri@jurta.org>
10912
10913 * simple.el (set-mark-default-inactive): Add :type, :group
10914 and :version. (Bug#4876)
10915
10916 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10917
10918 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10919 (archive-unique-fname): ... here. (Bug#4929)
10920
10921 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10924 with a real fix.
10925
10926 * novice.el (disabled-command-function): Add useful args.
10927 Setup the help buffer so that [back] works.
10928 Remove redundant call to help-mode.
10929 (disabled-command-function): Use `case'.
10930 (en/disable-command): New function extracted from enable-command.
10931 (enable-command, disable-command): Use it.
10932
10933 2009-11-14 Glenn Morris <rgm@gnu.org>
10934
10935 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10936 constants. (Bug#4913)
10937
10938 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10939
10940 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10941
10942 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10943 defined in C that have no doc-strings. (Bug#1063)
10944
10945 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10946
10947 * cus-edit.el (data, files):
10948 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10949
10950 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10951
10952 * simple.el (shell-command): Doc fix (Bug#4891).
10953
10954 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10955
10956 2009-11-14 Glenn Morris <rgm@gnu.org>
10957
10958 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10959 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10960 If they are already loaded, eval-after-load will do the right thing.
10961
10962 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10963 compiling.
10964
10965 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10966
10967 * simple.el (x-selection-owner-p): Declare.
10968 (read-mail-command): Use custom radio type rather than choice.
10969 (completion-no-auto-exit): Doc fix.
10970
10971 * custom.el (defgroup):
10972 * epg-config.el (epg): Doc fixes.
10973
10974 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10975
10976 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10977 * international/ccl.el (define-ccl-program): Do not purecopy the
10978 docstring, defconst does it anyway.
10979
10980 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10983 a second time.
10984
10985 * x-dnd.el (x-dnd-maybe-call-test-function):
10986 * window.el (split-window-vertically):
10987 * whitespace.el (whitespace-help-on):
10988 * vc-rcs.el (vc-rcs-consult-headers):
10989 * userlock.el (ask-user-about-lock-help)
10990 (ask-user-about-supersession-help):
10991 * type-break.el (type-break-force-mode-line-update):
10992 * time-stamp.el (time-stamp-conv-warn):
10993 * terminal.el (te-set-output-log, te-more-break, te-filter)
10994 (te-sentinel, terminal-emulator):
10995 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10996 (term-write-input-ring, term-check-source, term-start-output-log):
10997 (term-display-buffer-line, term-dynamic-list-completions):
10998 (term-ansi-make-term, serial-term):
10999 * subr.el (selective-display):
11000 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11001 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11002 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11003 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11004 (speedbar-remove-localized-speedbar-support)
11005 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11006 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11007 (speedbar-buffers-line-directory):
11008 * simple.el (shell-command-on-region, append-to-buffer)
11009 (prepend-to-buffer):
11010 * shadowfile.el (shadow-save-todo-file):
11011 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11012 (scroll-bar-maybe-set-window-start):
11013 * sb-image.el (speedbar-image-dump):
11014 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11015 (load-save-place-alist-from-file):
11016 * ps-samp.el (ps-print-message-from-summary):
11017 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11018 (ps-background-image, ps-begin-job, ps-do-despool):
11019 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11020 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11021 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11022 (pr-call-process, pr-file-list, pr-interface-save):
11023 * novice.el (disabled-command-function)
11024 (enable-command, disable-command):
11025 * mouse.el (mouse-buffer-menu-alist):
11026 * mouse-copy.el (mouse-kill-preserving-secondary):
11027 * macros.el (kbd-macro-query):
11028 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11029 * informat.el (batch-info-validate):
11030 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11031 * hippie-exp.el (try-expand-dabbrev-visible):
11032 * help-mode.el (help-make-xrefs):
11033 * help-fns.el (describe-variable):
11034 * generic-x.el (bat-generic-mode-run-as-comint):
11035 * finder.el (finder-mouse-select):
11036 * find-dired.el (find-dired-sentinel):
11037 * filesets.el (filesets-file-close):
11038 * files.el (list-directory):
11039 * faces.el (list-faces-display, describe-face):
11040 * facemenu.el (list-colors-display):
11041 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11042 * epg.el (epg--process-filter, epg-cancel):
11043 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11044 (epa--read-signature-type):
11045 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11046 (emerge-file-names):
11047 * ehelp.el (electric-helpify):
11048 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11049 * ediff-vers.el (rcs-ediff-view-revision):
11050 * ediff-util.el (ediff-setup):
11051 * ediff-mult.el (ediff-append-custom-diff):
11052 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11053 (ediff-wordify):
11054 * echistory.el (Electric-command-history-redo-expression):
11055 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11056 * disp-table.el (describe-display-table):
11057 * dired.el (dired-find-buffer-nocreate):
11058 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11059 * dabbrev.el (dabbrev--same-major-mode-p):
11060 * chistory.el (list-command-history):
11061 * apropos.el (apropos-documentation):
11062 * allout.el (allout-obtain-passphrase):
11063 (allout-copy-exposed-to-buffer):
11064 (allout-verify-passphrase): Use with-current-buffer.
11065
11066 2009-11-13 Glenn Morris <rgm@gnu.org>
11067
11068 * Makefile.in (ELCFILES): Regenerate.
11069
11070 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
11071
11072 * net/dbus.el (dbus-registered-objects-table): Rename from
11073 `dbus-registered-functions-table', because it contains also properties.
11074 (dbus-unregister-object): Unregister also properties.
11075 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11076 Use a timeout of 500 msec, in order to not block.
11077 (dbus-register-property, dbus-property-handler): New defuns.
11078
11079 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * simple.el (minibuffer-default-add-completions): Drop deprecated
11082 4th arg.
11083
11084 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
11085
11086 * textmodes/artist.el (artist-mouse-choose-operation):
11087 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11088 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11089 (artist-compute-up-event-key): New function.
11090 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11091
11092 2009-11-13 Kenichi Handa <handa@m17n.org>
11093
11094 * language/japan-util.el: Make sure that the value of jisx0208
11095 property is jisx0208 character.
11096
11097 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
11098
11099 * international/mule.el (auto-coding-regexp-alist): Only purecopy
11100 car or each item, not the whole list.
11101
11102 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * minibuffer.el (minibuffer-completion-help):
11105 Use minibuffer-hide-completions.
11106
11107 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
11108
11109 * dired.el (dired-save-positions, dired-restore-positions): New funs.
11110 (dired-revert): Use them (bug#4880).
11111
11112 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11113
11114 * tooltip.el (tooltip-frame-parameters): Undo previous change.
11115
11116 2009-11-12 Juri Linkov <juri@jurta.org>
11117
11118 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11119 New functions.
11120 (find-file-literally-at-point): Alias of `ffap-literally'.
11121
11122 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
11123
11124 * textmodes/ispell.el (ispell-skip-region-alist):
11125 * textmodes/css-mode.el (auto-mode-alist):
11126 * progmodes/compile.el (auto-mode-alist):
11127 * international/mule.el (ctext-non-standard-encodings-alist)
11128 (ctext-non-standard-encodings-regexp):
11129 * simple.el (shell-command-switch, text-read-only):
11130 * replace.el (occur-mode-map):
11131 * paths.el (rmail-file-name):
11132 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11133 * find-file.el (ff-special-constructs):
11134 * files.el (file-name-handler-alist):
11135 * composite.el: Purecopy strings.
11136
11137 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11138
11139 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11140
11141 * widget.el (define-widget): Purecopy the docstring.
11142 * international/mule-cmds.el (charset): Do not purecopy the
11143 docstring here, define-widget does it.
11144
11145 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11146 * textmodes/bibtex-style.el (auto-mode-alist):
11147 * progmodes/inf-lisp.el (inferior-lisp-prompt):
11148 * progmodes/compile.el (compile-command):
11149 * language/korea-util.el (default-korean-keyboard):
11150 * international/mule-conf.el (file-coding-system-alist):
11151 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11152 * tooltip.el (tooltip-frame-parameters):
11153 * newcomment.el (comment-end, comment-padding):
11154 * dired.el (dired-trivial-filenames):
11155 * comint.el (comint-file-name-prefix): Purecopy initial values.
11156
11157 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
11158
11159 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11160 (tramp-advice-minibuffer-electric-tilde): Unload advices via
11161 `tramp-unload'.
11162 (tramp-advice-make-auto-save-file-name)
11163 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11164 after removing the advice.
11165
11166 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
11167
11168 * progmodes/grep.el (grep-regexp-alist):
11169 * international/mule-cmds.el (iso-2022-control-alist):
11170 * emacs-lisp/timer.el (timer-duration-words):
11171 * subr.el (version-separator, version-regexp-alist):
11172 * minibuffer.el (completion-styles-alist):
11173 * faces.el (face-attribute-name-alist, list-faces-sample-text):
11174 Change defvars to defconsts.
11175
11176 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11177 * loadup.el ("international/mule-conf"): Load the byte compiled version.
11178 * international/mule-conf.el: Allow to be byte compiled.
11179
11180 * international/mule.el (define-charset): Purecopy props.
11181 (load-with-code-conversion): Purecopy doc string and file name.
11182 (put-charset-property): Purecopy strings.
11183 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11184
11185 * international/mule-cmds.el (register-input-method): Purecopy arguments.
11186 (define-char-code-property): Correctly purecopy the table.
11187
11188 * international/ccl.el (define-ccl-program): Purecopy the docstring.
11189
11190 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11191
11192 * subr.el (add-hook): Purecopy strings.
11193 (eval-after-load): Purecopy load-history-regexp and the form.
11194
11195 * custom.el (custom-declare-group): Purecopy load-file-name.
11196
11197 * subr.el (menu-bar-separator): New defconst.
11198 * net/eudc.el (eudc-tools-menu):
11199 * international/mule-cmds.el (set-coding-system-map)
11200 (mule-menu-keymap):
11201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11202 * vc-hooks.el (vc-menu-map):
11203 * replace.el (occur-mode-map):
11204 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11205 (menu-bar-edit-menu, menu-bar-goto-menu)
11206 (menu-bar-custom-menu, menu-bar-showhide-menu)
11207 (menu-bar-options-menu, menu-bar-tools-menu)
11208 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11209 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11210 (menu-bar-help-menu):
11211 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11212 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11213
11214 * term/x-win.el (x-gtk-stock-map):
11215 * progmodes/vera-mode.el (auto-mode-alist):
11216 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11217 (inferior-lisp-program, inferior-lisp-load-command):
11218 * progmodes/hideshow.el (hs-special-modes-alist):
11219 * progmodes/gud.el (same-window-regexps):
11220 * progmodes/grep.el (grep-program, find-program, xargs-program):
11221 * net/telnet.el (same-window-regexps):
11222 * net/rlogin.el (same-window-regexps):
11223 * language/ethiopic.el (font-ccl-encoder-alist):
11224 * vc-sccs.el (vc-sccs-master-templates):
11225 * vc-rcs.el (vc-rcs-master-templates):
11226 * subr.el (cl-assertion-failed):
11227 * simple.el (next-error-overlay-arrow-position):
11228 * lpr.el (lpr-command):
11229 * locate.el (locate-ls-subdir-switches):
11230 * info.el (same-window-regexps, info)
11231 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11232 * image-mode.el (image-mode, auto-mode-alist):
11233 * hippie-exp.el (hippie-expand-ignore-buffers):
11234 * format.el (format-alist):
11235 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11236 (find-name-arg):
11237 * facemenu.el (facemenu-keybindings):
11238 * dired.el (dired-listing-switches, dired-chown-program):
11239 * diff.el (diff-switches, diff-command):
11240 * cus-edit.el (same-window-regexps):
11241 * bindings.el (mode-line-mule-info)
11242 (mode-line-buffer-identification): Purecopy strings.
11243
11244 2009-11-11 Juri Linkov <juri@jurta.org>
11245
11246 * simple.el (dired-get-filename) <declare-function>:
11247 Tell the byte-compiler about dired-get-filename.
11248 (shell-command): In Dired mode, get filename from the current line
11249 as the default value.
11250
11251 2009-11-10 Glenn Morris <rgm@gnu.org>
11252
11253 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11254 * calendar/holidays.el, progmodes/cperl-mode.el:
11255 Update x-popup-menu declarations.
11256
11257 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11258 (list-load-path-shadows): Use dolist.
11259 (list-load-path-shadows): Use with-current-buffer.
11260
11261 2009-11-10 Juri Linkov <juri@jurta.org>
11262
11263 * minibuffer.el (read-file-name): Support a list of default values
11264 in `default-filename'. Use the first file name where only one
11265 element is required. Doc fix.
11266
11267 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
11268
11269 * net/dbus.el (dbus-unregister-object): Release service, if no
11270 other method is registered for it.
11271
11272 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
11273
11274 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11275 bookmark-sort-flag is non-nil (Bug#4653).
11276
11277 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * emulation/cua-base.el: Add CUA property to some CC mode commands
11280 (Bug#4100).
11281
11282 2009-11-08 Kevin Ryde <user42@zip.com.au>
11283
11284 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11285 at end of sentence (Bug#4818).
11286
11287 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
11288
11289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11290 Handle "see declaration of" MSFT statements (Bug#4100).
11291
11292 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
11293
11294 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11295 (tramp-advice-file-expand-wildcards): Unload via
11296 `ad-remove-advice'.
11297
11298 * net/trampver.el: Update release number.
11299
11300 2009-11-08 Kevin Ryde <user42@zip.com.au>
11301
11302 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11303 `ad-do-it'.
11304
11305 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
11306
11307 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11308 in order to keep context in SELinux.
11309
11310 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11311
11312 * dired-aux.el (dired-query): Place cursor in echo area and allow
11313 C-g.
11314
11315 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11316 menu item if not on a directory (Bug#4701).
11317
11318 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
11319
11320 Sync with Tramp 2.1.17.
11321
11322 * net/tramp.el (tramp-handle-copy-directory): Don't use
11323 `file-remote-p' (due to compatibility).
11324
11325 * net/tramp-compat.el (tramp-compat-copy-directory)
11326 (tramp-compat-delete-directory): New defuns.
11327
11328 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11329 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11330 `tramp-compat-delete-directory'.
11331
11332 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11333 (tramp-smb-handle-delete-directory): Use
11334 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11335
11336 * net/trampver.el: Update release number.
11337
11338 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
11339
11340 * tar-mode.el (tar-copy): Call write-region on the right buffer
11341 (Bug#4857).
11342
11343 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11344 by hand, if necessary (Bug#4878).
11345
11346 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
11347
11348 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11349 align size column (Bug#4839).
11350
11351 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11352 statement.
11353
11354 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11355
11356 * progmodes/ld-script.el (auto-mode-alist):
11357 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11358
11359 * cus-face.el (custom-declare-face): Purecopy face spec.
11360
11361 2009-11-06 Kenichi Handa <handa@m17n.org>
11362
11363 * international/uni-bidi.el: Re-generated.
11364 * international/uni-category.el: Re-generated.
11365 * international/uni-combining.el: Re-generated.
11366 * international/uni-mirrored.el: Re-generated.
11367
11368 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11369
11370 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11371 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11372 (tex-start-options, slitex-run-command, latex-run-command)
11373 (tex-run-command, tex-directory):
11374 * textmodes/ispell.el (ispell-html-skip-alists)
11375 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11376 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11377 (adaptive-fill-regexp):
11378 * textmodes/dns-mode.el (auto-mode-alist):
11379 * progmodes/python.el (interpreter-mode-alist):
11380 * progmodes/etags.el (tags-compression-info-list):
11381 * progmodes/etags.el (tags-file-name):
11382 * net/browse-url.el (browse-url-galeon-program)
11383 (browse-url-firefox-program):
11384 * mail/sendmail.el (mail-signature-file)
11385 (mail-citation-prefix-regexp):
11386 * international/mule-conf.el (eight-bit):
11387 * international/latexenc.el (latex-inputenc-coding-alist):
11388 * international/fontset.el (x-pixel-size-width-font-regexp):
11389 * emacs-lisp/warnings.el (warning-type-format):
11390 * emacs-lisp/trace.el (trace-buffer):
11391 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11392 (emacs-lisp-mode-map):
11393 * calendar/holidays.el (holiday-solar-holidays)
11394 (holiday-bahai-holidays, holiday-islamic-holidays)
11395 (holiday-christian-holidays, holiday-hebrew-holidays)
11396 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11397 (hebrew-holidays-1, holiday-oriental-holidays)
11398 (holiday-general-holidays):
11399 * x-dnd.el (x-dnd-known-types):
11400 * tool-bar.el (tool-bar):
11401 * startup.el (site-run-file):
11402 * shell.el (shell-dumb-shell-regexp):
11403 * rfn-eshadow.el (file-name-shadow-tty-properties)
11404 (file-name-shadow-properties):
11405 * paths.el (remote-shell-program, news-directory):
11406 * mouse.el ([C-down-mouse-3]):
11407 * menu-bar.el (menu-bar-tools-menu):
11408 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11409 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11410 (jka-compr-compression-info-list):
11411 * isearch.el (search-whitespace-regexp):
11412 * image-file.el (image-file-name-extensions):
11413 * find-dired.el (find-ls-option):
11414 * files.el (directory-listing-before-filename-regexp)
11415 (directory-free-space-args, insert-directory-program)
11416 (list-directory-brief-switches, magic-fallback-mode-alist)
11417 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11418 (automount-dir-prefix):
11419 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11420 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11421 (face-font-registry-alternatives, face-font-registry-alternatives)
11422 (face-font-family-alternatives):
11423 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11424 (facemenu-foreground-menu, facemenu-face-menu):
11425 * epa-hook.el (epa-file-name-regexp):
11426 * dnd.el (dnd-protocol-alist):
11427 * textmodes/rst.el (auto-mode-alist):
11428 * button.el (default-button): Purecopy strings.
11429
11430 2009-11-06 Glenn Morris <rgm@gnu.org>
11431
11432 * Makefile.in (ELCFILES): Update.
11433
11434 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11437 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11438
11439 * nxml/xsd-regexp.el (xsdre-gen-categories):
11440 * nxml/xmltok.el (xmltok-parse-entity):
11441 * nxml/rng-parse.el (rng-parse-validate-file):
11442 * nxml/rng-maint.el (rng-format-manual)
11443 (rng-manual-output-force-new-line):
11444 * nxml/rng-loc.el (rng-save-schema-location-1):
11445 * nxml/rng-cmpct.el (rng-c-parse-file):
11446 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11447 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11448
11449 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11450
11451 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11452 Remove extra save-excursions and make-variable-buffer-local's.
11453 Suggested by Stefan Monnier.
11454
11455 (verilog-getopt-file, verilog-module-inside-filename-p)
11456 (verilog-set-define): Merge GNU 1.35 and repair changes from
11457 switching to using with-current-buffer.
11458
11459 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11460 being treated as a number and confusing AUTORESET.
11461 Reported by Dan Dever.
11462
11463 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11464 Add verilog-auto-ignore-concat to fix backward compatibility with
11465 older verilog-modes. Reported by Dan Katz.
11466
11467 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11468 containing closing anchors "...$".
11469
11470 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11471 Reported by Wade Smith.
11472
11473 (verilog-batch-execute-func): Comment on function usage.
11474
11475 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11476
11477 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11478 for labels.
11479
11480 (verilog-label-re, verilog-calc-1): Support proper indent of named
11481 asserts.
11482
11483 (verilog-backward-token, verilog-basic-complete-re)
11484 (verilog-beg-of-statement, verilog-indent-re): Support proper
11485 indent of the assert statement at the beginning of a block of text.
11486
11487 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11488 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11489 tokens as begins.
11490
11491 2009-11-05 Glenn Morris <rgm@gnu.org>
11492
11493 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11494 Emacs 19. (Bug#1531)
11495 (byte-compile-fix-header): Update for the above change.
11496 Drop test for epoch::version.
11497
11498 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11499 * cus-dep.el (custom-make-dependencies):
11500 * finder.el (finder-compile-keywords):
11501 Use autoload-rubric's feature argument.
11502
11503 * calendar/diary-lib.el (top-level): Make load behave more like require.
11504
11505 * vc-git.el (vc-git-stash-map): Move definition before use.
11506
11507 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11508
11509 * custom.el (custom-declare-group): Purecopy standard-value.
11510 (custom-declare-group): Purecopy custom-prefix.
11511
11512 * international/mule.el (load-with-code-conversion):
11513 Call do-after-load-evaluation unconditionally.
11514
11515 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11516
11517 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11520
11521 2009-11-04 Glenn Morris <rgm@gnu.org>
11522
11523 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11524 (byte-compile-compatibility): Remove option.
11525 (byte-compile-close-variables, byte-compile-fix-header)
11526 (byte-compile-insert-header, byte-compile-output-docform)
11527 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11528 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11529 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11530 (byte-compile-insert, byte-compile-defun):
11531 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11532 (byte-defop-compiler19): Remove.
11533 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11534 used by anything. Replace all calls with byte-defop-compiler.
11535
11536 2009-11-04 Juri Linkov <juri@jurta.org>
11537
11538 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11539 (menu-bar-options-menu): Don't quote the `prop' arg of
11540 `menu-bar-make-mm-toggle'.
11541
11542 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * calendar/calendar.el (cal-loaddefs):
11545 * calendar/diary-lib.el (diary-loaddefs):
11546 * calendar/holidays.el (hol-loaddefs):
11547 * eshell/esh-module.el (esh-groups): Load rather than require.
11548
11549 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11552 point-min==1.
11553 (todo-top-priorities): Only display-buffer when called interactively.
11554 (todo-item-start): Don't save excursion point.
11555 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11556 (todo-insert-item-here, todo-file-item, todo-remove-item):
11557 Adjust uses of todo-item-start and todo-item-end.
11558
11559 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11560 (autoload-rubric): Don't use any more.
11561
11562 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11563 and only put a prop if it is non-nil.
11564
11565 2009-11-03 Juri Linkov <juri@jurta.org>
11566
11567 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11568 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11569
11570 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11571 and "Menu" to make top-level menu item visually one unit (like
11572 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11573 multi-word menu items). Fix :help string for quit-window.
11574
11575 2009-11-03 Glenn Morris <rgm@gnu.org>
11576
11577 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11578 (byte-compile-file-form-define-abbrev-table)
11579 (byte-compile-file-form-custom-declare-variable)
11580 (byte-compile-variable-ref, byte-compile-defvar):
11581 Whether or not a warning is enabled should only affect whether we issue
11582 the warning, not whether or not we collect the relevant data.
11583 Eg warnings can be turned on and off throughout the course of a file.
11584
11585 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11586 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11587
11588 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11591 * play/mpuz.el (mpuz-create-buffer):
11592 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11593 (lm-print-y,s,noise, lm-print-w0, lm-init):
11594 * play/gomoku.el (gomoku-prompt-for-move):
11595 * play/fortune.el (fortune-in-buffer):
11596 * play/dissociate.el (dissociated-press):
11597 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11598 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11599 * mail/supercite.el (sc-eref-show):
11600 * mail/smtpmail.el (smtpmail-send-it):
11601 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11602 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11603 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11604 (rmail-summary-goto-msg, rmail-summary-expunge)
11605 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11606 (rmail-summary-add-label, rmail-summary-output-menu)
11607 (rmail-summary-output-body):
11608 * mail/rfc822.el (rfc822-addresses):
11609 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11610 * mail/mailpost.el (post-mail-send-it):
11611 * mail/hashcash.el (hashcash-generate-payment):
11612 * mail/feedmail.el (feedmail-run-the-queue)
11613 (feedmail-queue-send-edit-prompt-help-first)
11614 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11615 (feedmail-deduce-address-list):
11616 * eshell/esh-ext.el (eshell-remote-command):
11617 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11618 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11619 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11620 (viper-save-string-in-file, viper-valid-marker):
11621 * emulation/viper-keym.el (viper-toggle-key):
11622 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11623 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11624 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11625 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11626 (viper-exec-form-in-emacs, viper-brac-function):
11627 * emulation/viper.el (viper-delocalize-var):
11628 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11629 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11630 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11631 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11632 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11633 * emulation/edt.el (edt-electric-helpify):
11634 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11635 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11636 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11637 (cua-indent-to-global-mark-column):
11638 * calendar/diary-lib.el (calendar-mark-1):
11639 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11640 Use with-current-buffer.
11641 * emulation/viper.el (viper-delocalize-var): Use dolist.
11642
11643 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11644
11645 * comint.el (comint-replace-by-expanded-history-before-point):
11646 Replace !! with the previous input string literally (Bug#1795).
11647
11648 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11649
11650 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11651 to be made up of whitespace.
11652
11653 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * minibuffer.el (read-file-name): Don't use file dialogs for
11656 remote directories (Bug#99).
11657
11658 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11659
11660 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11661
11662 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11663
11664 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11665 instead of deleting the window or frame.
11666
11667 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11668
11669 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11670 Support face colors.
11671
11672 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11673 New function. Support face colors (Bug#1168).
11674 (tex-common-initialization): Use it.
11675
11676 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11677 mode allows it (Bug#1168).
11678
11679 2009-10-31 Juri Linkov <juri@jurta.org>
11680
11681 * facemenu.el (list-colors-display): Don't mark buffer as
11682 modified (Bug#3948).
11683
11684 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11685
11686 * international/mule-diag.el (list-character-sets-1): Minor
11687 message fix (Bug#3526).
11688
11689 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11690 face property (Bug#4834).
11691 (etags-list-tags, etags-tags-apropos-additional)
11692 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11693 property.
11694
11695 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11696 items.
11697
11698 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * textmodes/two-column.el (2C-split):
11701 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11702 * textmodes/tex-mode.el (tex-set-buffer-directory):
11703 * textmodes/spell.el (spell-region, spell-string):
11704 * textmodes/reftex.el (reftex-erase-buffer):
11705 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11706 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11707 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11708 (reftex-select-item):
11709 * textmodes/reftex-ref.el (reftex-label-info-update)
11710 (reftex-offer-label-menu):
11711 * textmodes/reftex-index.el (reftex-index-change-entry)
11712 (reftex-index-phrases-info):
11713 * textmodes/reftex-global.el (reftex-create-tags-file)
11714 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11715 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11716 (reftex-view-crossref-from-bibtex):
11717 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11718 (reftex-extract-bib-entries-from-thebibliography)
11719 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11720 * textmodes/refbib.el (r2b-capitalize-title):
11721 (r2b-convert-buffer, r2b-help):
11722 * textmodes/page-ext.el (pages-directory)
11723 (pages-directory-goto-with-mouse):
11724 * textmodes/bibtex.el (bibtex-validate-globally):
11725 * textmodes/bib-mode.el (bib-capitalize-title):
11726 * textmodes/artist.el (artist-clear-buffer, artist-system):
11727 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11728 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11729 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11730 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11731 (xscheme-send-control-g-interrupt, xscheme-start-process)
11732 (xscheme-process-sentinel, xscheme-cd):
11733 * progmodes/verilog-mode.el (verilog-read-always-signals)
11734 (verilog-set-define, verilog-getopt-file)
11735 (verilog-module-inside-filename-p):
11736 * progmodes/sh-script.el:
11737 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11738 (python-pdbtrack-grub-for-buffer, python-execute-file):
11739 * progmodes/octave-inf.el (inferior-octave):
11740 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11741 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11742 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11743 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11744 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11745 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11746 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11747 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11748 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11749 (idlwave-shell-examine-display, idlwave-shell-run-region)
11750 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11751 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11752 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11753 (idlwave-help-get-help-buffer):
11754 * progmodes/gud.el (gud-basic-call, gud-find-class)
11755 (gud-tooltip-activate-mouse-motions-if-enabled):
11756 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11757 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11758 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11759 (ebrowse-tags-next-file):
11760 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11761 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11762 (ebnf-eps-finish-and-write):
11763 * progmodes/cpp.el (cpp-edit-save):
11764 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11765 * progmodes/cc-defs.el (c-emacs-features):
11766 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11767 (antlr-directory-dependencies):
11768 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11769 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11770 (ada-find-any-references, ada-make-filename-from-adaname)
11771 (ada-make-body-gnatstub):
11772 * obsolete/rnews.el (news-list-news-groups):
11773 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11774 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11775 * net/rcirc.el (rcirc-debug):
11776 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11777 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11778 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11779 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11780 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11781 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11782 (newsticker--treeview-list-clear-highlight)
11783 (newsticker--treeview-list-update-highlight)
11784 (newsticker--treeview-list-highlight-start)
11785 (newsticker--treeview-tree-update-highlight)
11786 (newsticker--treeview-get-selected-item)
11787 (newsticker-treeview-mark-list-items-old)
11788 (newsticker--treeview-set-current-node):
11789 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11790 * net/newst-backend.el (newsticker--get-news-by-funcall)
11791 (newsticker--get-news-by-wget, newsticker--image-get)
11792 (newsticker--image-sentinel):
11793 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11794 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11795 (eudc-ph-close-session):
11796 * net/eudc.el (eudc-save-options):
11797 * language/thai-word.el (thai-update-word-table):
11798 * language/japan-util.el (japanese-string-conversion):
11799 * international/titdic-cnv.el (tsang-quick-converter)
11800 (ziranma-converter, ctlau-converter):
11801 * international/mule-cmds.el (describe-language-environment):
11802 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11803 (skkdic-convert-postfix, skkdic-convert-prefix):
11804 (skkdic-convert-okuri-nasi, skkdic-convert):
11805 * emacs-lisp/re-builder.el (reb-update-overlays):
11806 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11807 * emacs-lisp/gulp.el (gulp-send-requests):
11808 * emacs-lisp/find-gc.el (trace-call-tree):
11809 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11810 (eieio-describe-generic):
11811 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11812 * emacs-lisp/edebug.el (edebug-outside-excursion):
11813 * emacs-lisp/debug.el (debugger-make-xrefs):
11814 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11815 * emacs-lisp/chart.el (chart-new-buffer):
11816 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11817 Use with-current-buffer.
11818 * textmodes/artist.el (artist-system): Don't call
11819 copy-sequence on a fresh string.
11820 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11821
11822 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11823
11824 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11825 is no item to edit. (Bug#4820)
11826 (todo-top-priorities): Restore point and restore narrowing in Todo
11827 buffer. (Bug#4820)
11828
11829 2009-10-31 Glenn Morris <rgm@gnu.org>
11830
11831 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11832 (comint-last-output-start, comint-last-input-start)
11833 (comint-last-input-end): Don't defvar when compiling.
11834 (ange-ftp-process-file): Use bound-and-true-p.
11835
11836 * pcmpl-rpm.el (top-level): Move provide statement to end.
11837 (pcmpl-rpm): Remove unused custom group.
11838
11839 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11840
11841 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11842
11843 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11844 (byte-compile-warnings): Add `constants' as an option.
11845 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11846 (display-call-tree): Update for byte-compile-fdefinition possibly
11847 returning `(macro lambda ...)'. (Bug#4778)
11848 (byte-compile-variable-ref, byte-compile-setq-default):
11849 Respect `constants' member of byte-compile-warnings.
11850
11851 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11854 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11855 to "submit:".
11856
11857 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11858
11859 * textmodes/ispell.el (ispell-skip-region-alist):
11860 * international/mule-conf.el (eight-bit):
11861 * international/fontset.el (font-encoding-alist):
11862 * startup.el (pure-space-overflow-message):
11863 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11864 * paths.el (gnus-nntp-service, rmail-spool-directory)
11865 (term-file-prefix):
11866 * files.el (save-some-buffers-action-alist):
11867 * cmuscheme.el (same-window-buffer-names):
11868 * ielm.el (same-window-buffer-names):
11869 * shell.el (same-window-buffer-names):
11870 * mail/sendmail.el (same-window-buffer-names):
11871 * progmodes/inf-lisp.el (same-window-buffer-names):
11872 * bindings.el (mode-line-client)
11873 (mode-line-column-line-number-mode-map):
11874 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11875 (tibetan-precomposed-regexp): Purecopy string arguments.
11876
11877 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11880 (calcDigit-nondigit):
11881 * calc/calc-yank.el (calc-copy-to-buffer):
11882 * calc/calc-units.el (calc-invalidate-units-table):
11883 * calc/calc-trail.el (calc-trail-yank):
11884 * calc/calc-store.el (calc-insert-variables):
11885 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11886 * calc/calc-prog.el (calc-read-parse-table):
11887 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11888 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11889 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11890 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11891 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11892 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11893 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11894 * calc/calc-ext.el (calc-realign):
11895 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11896 (calc-embedded-finish-edit, calc-embedded-make-info)
11897 (calc-embedded-finish-command, calc-embedded-stack-change):
11898 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11899
11900 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11901 shell-dynamic-complete-filename in preference to
11902 comint-dynamic-complete-filename.
11903
11904 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11905 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11906 Don't consider whether the display supports colors.
11907 (bookmark-import-new-list): Use dolist.
11908 (bookmark-bmenu-mode-map): Move initialization into declaration.
11909 (bookmark-bmenu-list): Use dolist, simplify.
11910 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11911 (menu-bar-final-items): Use push.
11912
11913 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11914
11915 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11916 it works on remote files.
11917 (vc-hg-diff): Don't pass any `--cwd' argument.
11918
11919 2009-10-27 Kevin Ryde <user42@zip.com.au>
11920
11921 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11922 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11923 (Further to Bug#3921).
11924
11925 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11926
11927 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11928 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11929 calling `tramp-imap-put-file'. Add file size to the call.
11930 (tramp-imap-get-file-entries): Compute also user name, file size,
11931 and date.
11932 (tramp-imap-handle-insert-directory): Insert uid and gid.
11933 (tramp-imap-handle-file-attributes): Transform uid and gid
11934 according to `id-format'.
11935 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11936 size in header X-Size.
11937
11938 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11939
11940 * simple.el (transpose-subr): Give clearer error when the mark
11941 is not set. (Bug#4807)
11942
11943 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11944
11945 * net/tramp.el (tramp-perl-file-truename): New defconst.
11946 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11947 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11948 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11949 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11950
11951 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11952 Ignore `dired-call-process'.
11953 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11954
11955 2009-10-26 Julian Scheid <julians37@gmail.com>
11956
11957 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11958 (tramp-get-remote-readlink): New defun.
11959 (tramp-handle-file-truename): Use it.
11960 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11961 file exists if cache value present.
11962 (tramp-check-cached-permissions): New defun.
11963 (tramp-handle-file-readable-p): Use it.
11964 (tramp-handle-file-writable-p): Likewise.
11965 (tramp-handle-file-executable-p): Likewise.
11966 (tramp-handle-file-name-all-completions): Try using Perl to get
11967 partial completions. When perl not available, combine `cd' and
11968 `ls' into single remote operation and use shell expansion to get
11969 partial remote directory contents. Set `file-exists-p' cache for
11970 directory and any files returned by ls. Change cache handling to
11971 support partial directory contents. Use error message emitted by
11972 remote `cd' or Perl code for local tramp-error.
11973 (tramp-do-copy-or-rename-file-directly): Avoid separate
11974 tramp-send-command-and-check call.
11975 (tramp-handle-process-file): Merge three remote ops into one.
11976 Do not flush all caches when `process-file-side-effects' is set.
11977 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11978 file-attributes shows uid/gid to be set already.
11979
11980 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11981
11982 * textmodes/tex-mode.el (tex-dvi-view-command)
11983 (tex-show-queue-command, tex-open-quote):
11984 * progmodes/ruby-mode.el (auto-mode-alist)
11985 (interpreter-mode-alist): Purecopy strings.
11986
11987 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11988
11989 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11990 string for the hook, keymap and abbrev table.
11991
11992 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11993
11994 * x-dnd.el (x-dnd-xdnd-to-action):
11995 * startup.el (fancy-startup-text, fancy-about-text): Change to
11996 defconst from defvar.
11997
11998 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11999
12000 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12001 Purecopy initialization strings.
12002
12003 * mail/sendmail.el (mail-header-separator)
12004 (mail-personal-alias-file):
12005 * mail/rmail.el (rmail-default-dont-reply-to-names)
12006 (rmail-ignored-headers, rmail-retry-ignored-headers)
12007 (rmail-highlighted-headers, rmail-secondary-file-directory)
12008 (rmail-secondary-file-regexp):
12009 * files.el (null-device, file-name-invalid-regexp)
12010 (locate-dominating-stop-dir-regexp)
12011 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12012 (interpreter-mode-alist): Use mapcar instead of mapc.
12013
12014 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12015
12016 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12017 (completion-ignored-extensions):
12018 (debug-ignored-errors): Purecopy strings.
12019
12020 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12023 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12024 (pcomplete--here): Use push.
12025
12026 * subr.el (all-completions): Declare the 4th arg obsolete.
12027
12028 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * pcomplete.el (pcomplete-unquote-argument-function): New var.
12031 (pcomplete-unquote-argument): New function.
12032 (pcomplete--common-suffix): Always pay attention to case.
12033 (pcomplete--table-subvert): Quote and unquote the text.
12034 (pcomplete--common-quoted-suffix): New function.
12035 (pcomplete-std-complete): Use it and pcomplete-begin.
12036
12037 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12038 we're inside a dedicated or minibuffer window.
12039
12040 2009-10-24 Karl Fogel <kfogel@red-bean.com>
12041
12042 * bookmark.el: Update documentation, especially documentation
12043 of `bookmark-alist' and of the bookmark file format.
12044 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
12045
12046 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
12047
12048 * mail/emacsbug.el (report-emacs-bug): Clarify that the
12049 keybindings apply to the mail buffer (Bug#4003). Shrink help
12050 window to buffer.
12051
12052 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12053 (global-whitespace-mode, global-whitespace-newline-mode)
12054 (whitespace-toggle-options, global-whitespace-toggle-options):
12055 Doc fix (Bug#3660).
12056
12057 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12058 of xmltok-start before the end tag was inserted (Bug#2840).
12059
12060 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12061 patterns that are preceded by an open-paren (Bug#1320).
12062
12063 2009-10-24 Sven Joachim <svenjoac@gmx.de>
12064
12065 * files.el (delete-directory): Delete symlinks to directories with
12066 delete-file (Bug#4739).
12067
12068 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
12069
12070 * vc.el (vc-backend-for-registration): Rename from
12071 vc-get-backend-for-registration. Update callers.
12072
12073 * international/mule-cmds.el (set-language-info-alist):
12074 Purecopy lang-env.
12075 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12076 (charset): Purecopy the name.
12077 (define-char-code-property): Purecopy string arguments.
12078
12079 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12080 Purecopy string arguments.
12081
12082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12083 * ediff-hook.el (menu-bar-ediff-menu):
12084 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12085 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12086
12087 2009-10-24 Glenn Morris <rgm@gnu.org>
12088
12089 * comint.el (comint-dynamic-list-completions):
12090 * term.el (term-dynamic-list-completions): Use choose-completion rather
12091 than obsolete alias mouse-choose-completion.
12092
12093 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12094 file-cache-choose-completion.
12095 (file-cache-choose-completion): Handle an optional event argument.
12096 (file-cache-mouse-choose-completion): Make it an obsolete alias.
12097
12098 * progmodes/octave-mod.el (octave-complete-symbol):
12099 Use choose-completion if mouse-choose-completion is ever removed.
12100
12101 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12102 use.
12103
12104 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12105 compiler.
12106
12107 * vc-hooks.el (vc-responsible-backend): Fix declaration.
12108
12109 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12112 Ignore `pred' now that we receive one.
12113 Handle test-completion specially.
12114
12115 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12116
12117 * vc.el (vc-responsible-backend): Throw an error if not backend is
12118 found. Remove the REGISTER argument. Move the code dealing with
12119 REGISTER ...
12120 (vc-get-backend-for-registration): ... here. New function.
12121 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12122 of vc-responsible-backend, pass the file name instead of the
12123 directory name.
12124
12125 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12126
12127 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12128 New funs.
12129 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
12130 (pcomplete-comint-setup): Don't modify a global var via
12131 accidental side-effects.
12132 (pcomplete-shell-setup): Adjust call accordingly.
12133 (pcomplete-parse-comint-arguments): Use push.
12134
12135 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
12136
12137 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12138 Allow uncapitalized info node names (Bug#3921).
12139
12140 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12141 to the DEBUG file (Bug#3781).
12142
12143 2009-10-23 Jari Aalto <jari.aalto@cante.net>
12144
12145 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12146 dictionary entry (Bug#4579).
12147
12148 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
12149
12150 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12151 from `rfn-eshadow-update-overlay-hook' when unloading.
12152 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12153 "rsyncc". Adjust doc string.
12154 (tramp-temp-buffer-file-name): New buffer-local defvar.
12155 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12156 Keep temporary file when indicated by method ("rsync" and
12157 "rsyncc").
12158 (tramp-handle-write-region): Handle APPEND.
12159 (tramp-delete-temp-file-function): New defun. Added to
12160 `kill-buffer-hook'.
12161
12162 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
12163
12164 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12165
12166 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
12167
12168 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12169 (color-name-rgb-alist, tty-standard-colors)
12170 (tty-color-mode-alist): Change to defconst.
12171
12172 * simple.el (mark-inactive): Purecopy message.
12173
12174 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12175 (global-map, yank-menu):
12176 * textmodes/ispell.el (ispell-menu-map):
12177 * net/eudc.el (eudc-tools-menu):
12178 * international/mule-cmds.el (describe-language-environment-map)
12179 (setup-language-environment-map, set-coding-system-map)
12180 (mule-menu-keymap):
12181 * vc-hooks.el (vc-menu-entry, vc-menu-map):
12182 * replace.el (occur-mode-map):
12183 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12184
12185 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
12186
12187 * calc/calc.el (math-read-number, math-read-number-simple): Use
12188 `save-match-data'.
12189
12190 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12193 rather than fiddling with global-map bindings, since it should only
12194 affect per-terminal settings.
12195 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12196
12197 * minibuffer.el (completion-table-with-terminator): Allow to specify
12198 the terminator-regexp.
12199
12200 * simple.el (switch-to-completions): Look for *Completions* in other
12201 frames as well.
12202
12203 * pcomplete.el: Allow the use of completion-tables.
12204 (pcomplete-std-complete): New command.
12205 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12206 (pcomplete--here): Use a function for `form' rather than an expression,
12207 so it can be byte-compiled.
12208 (pcomplete-here, pcomplete-here*): Adjust accordingly.
12209 Add edebug declaration.
12210 (pcomplete-show-completions): Remove unused var `curbuf'.
12211 (pcomplete-do-complete, pcomplete-stub):
12212 Don't assume `completions' is a list of strings any more.
12213
12214 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
12215
12216 * find-dired.el (find-name-arg): Fix typo in docstring.
12217
12218 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
12219
12220 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12221 (pcmpl-linux-fs-types): Same, and update to new modules layout.
12222
12223 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12224 pcomplete-entries.
12225
12226 * comint.el (comint-read-input-ring, comint-write-input-ring)
12227 (comint-substitute-in-file-name)
12228 (comint-dynamic-complete-as-filename)
12229 (comint-dynamic-simple-complete)
12230 (comint-dynamic-list-filename-completions)
12231 (comint-dynamic-list-completions)
12232 (comint-redirect-results-list-from-process): Minor simplifications.
12233
12234 2009-10-21 Kevin Ryde <user42@zip.com.au>
12235
12236 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12237 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12238 the first form. And insert a blank line after ";;; Code" since
12239 that's usual style. (Bug#4612)
12240
12241 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12242
12243 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * minibuffer.el (completion-table-with-terminator): Properly implement
12246 boundaries, in case `terminator' appears in the suffix.
12247 (completion--embedded-envvar-table): Don't return boundaries if
12248 there's no valid completion. Simplify.
12249 (completion-file-name-table): New completion table extracted from
12250 completion--file-name-table.
12251 (completion--file-name-table): Use it.
12252 (read-file-name-predicate): Declare obsolete.
12253 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12254 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12255 completion-file-name-table, and use the `pred' argument.
12256 * files.el (locate-file-completion-table): Use the `pred' arg rather
12257 than read-file-name-predicate.
12258 (abbreviate-file-name): Use \` rather than ^ for BOS.
12259
12260 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12261
12262 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12263 vc-responsible-backend to register, it causes problems.
12264
12265 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12268
12269 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
12270
12271 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12272 (tramp-smb-handle-file-attributes): Use it.
12273 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12274 (tramp-smb-handle-insert-directory): Use `mapc' rather than
12275 `mapcar'. Use `tramp-smb-get-stat-capability'.
12276 Add `dired-filename' text properties.
12277 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12278 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12279 version.
12280
12281 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * subr.el (read-key-delay): Reduce to 0.01.
12284 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12285 (bug#4751).
12286
12287 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12288
12289 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12290
12291 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12292 (Info-menu): Remove unused vars `last' and `completions'.
12293 (Info-index-nodes): Remove unused var `node'.
12294
12295 * info.el (Info-complete-menu-item): Use complete-with-action.
12296
12297 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12298
12299 Make vc-annotate work through copies and renames.
12300 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12301 Return the file name too.
12302 (vc-annotate-revision-at-line)
12303 (vc-annotate-find-revision-at-line)
12304 (vc-annotate-revision-previous-to-line)
12305 (vc-annotate-show-log-revision-at-line): Update to get the file
12306 name from vc-annotate-extract-revision-at-line.
12307 (vc-annotate-show-diff-revision-at-line-internal): Change the
12308 argument to mean whether to show a file diff or not. Get the file
12309 name from vc-annotate-extract-revision-at-line.
12310 (vc-annotate-show-diff-revision-at-line):
12311 Update vc-annotate-show-diff-revision-at-line call.
12312 (vc-annotate-warp-revision): Add an optional file argument.
12313
12314 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12315 (vc-git-annotate-extract-revision-at-line): Also return the file
12316 name if found.
12317
12318 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12319 command. Remove unused code.
12320 (vc-hg-annotate-re): Update to match --follow output.
12321 (vc-hg-annotate-extract-revision-at-line): Also return the file
12322 name if found.
12323
12324 * vc.el: Update annotate-extract-revision-at-line documentation.
12325
12326 2009-10-18 Kevin Ryde <user42@zip.com.au>
12327
12328 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12329 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12330
12331 * net/browse-url.el (browse-url): Identify alist with "consp and
12332 not functionp" and let all other things go down the `apply' leg,
12333 as suggested by Stefan. (Further to bug#4531.)
12334
12335 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
12336
12337 * minibuffer.el (read-file-name): Check for repeat before putting
12338 a default argument in file-name-history (Bug#4657).
12339
12340 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12341 read syntax (Bug#4737).
12342
12343 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12344
12345 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12346
12347 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12348 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12349 entries and make note of obsolete tags.
12350
12351 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12354
12355 2009-10-18 Glenn Morris <rgm@gnu.org>
12356
12357 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12358 grep, so that binary files (eg international/uni-bidi.el) can match.
12359 Remove test for "UnicodeData" files, since it is hopefully unnecessary
12360 now, and in any case the file header format has changed.
12361
12362 2009-10-17 Glenn Morris <rgm@gnu.org>
12363
12364 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12365 (flyspell-get-word, flyspell-large-region)
12366 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12367
12368 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
12369
12370 * Makefile.in (ELCFILES): Add ede/shell.
12371
12372 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12373
12374 * term/common-win.el (x-colors): Purecopy it.
12375
12376 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12379 permissive for when the buffer is empty.
12380 (tar-header-block-tokenize): Decode the username and groupname.
12381 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12382
12383 2009-10-17 Eric Ludlam <zappo@gnu.org>
12384
12385 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12386 contains multibyte characters, choose first applicable coding
12387 system automatically.
12388
12389 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * international/mule-cmds.el (select-safe-coding-system): If the file
12392 has a coding cookie, use it regardless of any other setting (bug#4712).
12393
12394 2009-10-17 Glenn Morris <rgm@gnu.org>
12395
12396 * foldout.el (foldout-mouse-swallow-events):
12397 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12398
12399 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12400 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12401 (dired-keep-marker-symlink, dired-dwim-target)
12402 (dired-copy-preserve-time): Do not autoload these defcustoms.
12403
12404 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12405 messages from messing up the file coding. (Bug#4623)
12406
12407 2009-10-17 Jari Aalto <jari.aalto@cante.net>
12408
12409 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12410 if no match is found for the current dictionary. (Bug#4578)
12411
12412 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12413 optional, since that is how it is documented, and this is often called
12414 with a nil argument. (Bug#4577)
12415 (flyspell-external-point-words, flyspell-auto-correct-word)
12416 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12417 (flyspell-word-search-backward): Remove nil argument in calls to
12418 flyspell-get-word, since it is not needed now.
12419
12420 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12421
12422 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12423
12424 2009-10-16 Glenn Morris <rgm@gnu.org>
12425
12426 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12427
12428 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12429
12430 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12431 (ange-ftp-file-size): New function.
12432 (ange-ftp-file-attributes): Use it.
12433
12434 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12435
12436 * net/tramp-smb.el (tramp-smb-version): New defvar.
12437 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12438 repeated checks.
12439
12440 2009-10-16 Glenn Morris <rgm@gnu.org>
12441
12442 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12443 Maybe copy some custom properties from old to new name. (Bug#4706)
12444
12445 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12446
12447 * subr.el (error, sit-for, start-process-shell-command)
12448 (start-file-process-shell-command): Set the calling convention
12449 after the function definition.
12450
12451 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * subr.el (error, sit-for, start-process-shell-command)
12454 (start-file-process-shell-command): Use the new
12455 set-advertised-calling-convention feature.
12456
12457 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12458
12459 * international/ucs-normalize.el (ucs-normalize-version):
12460 Change to 1.2.
12461 (check-range): Adjust for Unicode 5.2.
12462
12463 2009-10-15 Juri Linkov <juri@jurta.org>
12464
12465 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12466 to the `menu-item' format.
12467
12468 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12469
12470 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12471 if the environment variable does not exist.
12472
12473 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12474 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12475 parameter.
12476 (tramp-smb-handle-add-name-to-file)
12477 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12478 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12479 (tramp-smb-handle-file-attributes)
12480 (tramp-smb-do-file-attributes-with-stat)
12481 (tramp-smb-handle-file-local-copy)
12482 (tramp-smb-handle-insert-directory)
12483 (tramp-smb-handle-make-directory)
12484 (tramp-smb-handle-make-directory-internal)
12485 (tramp-smb-handle-make-symbolic-link)
12486 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12487 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12488 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12489 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12490 Handle long file names.
12491 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12492 process is running.
12493 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12494 Read share names with "-g" option.
12495
12496 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12497
12498 * net/rcirc.el (rcirc-view-log-file): New command.
12499 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12500 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12501 specified.
12502
12503 2009-10-15 Glenn Morris <rgm@gnu.org>
12504
12505 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12506 from the second command-line argument.
12507 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12508 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12509 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12510 w32-batch-update-autoloads.
12511 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12512 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12513
12514 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12515 the headers cannot be located. Simplify, subtracting superflous
12516 save-excursions.
12517
12518 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 Replace completion-base-size by completion-base-position to fix bugs
12521 such as (bug#4699).
12522 * simple.el (completion-base-position): New var.
12523 (completion-base-size): Mark as obsolete.
12524 (choose-completion): Make it work for mouse events as well.
12525 Pass the new base-position to choose-completion-string.
12526 (choose-completion-guess-base-position): New function, extracted from
12527 choose-completion-delete-max-match.
12528 (choose-completion-delete-max-match): Use it. Make obsolete.
12529 (choose-completion-string): Use the new base-position info.
12530 (completion-root-regexp): Delete.
12531 (completion-setup-function): Preserve completion-base-position.
12532 Eliminate obsolete base-size manipulation.
12533 * minibuffer.el (display-completion-list): Don't mess with base-size.
12534 (minibuffer-completion-help): Set completion-base-position instead.
12535 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12536 choose-completion.
12537 * textmodes/bibtex.el (bibtex-complete):
12538 * emacs-lisp/crm.el (crm--choose-completion-string):
12539 Adjust to new calling convention.
12540 * complete.el (partial-completion-mode): Use minibufferp to avoid
12541 bumping into incompatible change to choose-completion-string-functions.
12542 * ido.el (ido-choose-completion-string): Make its calling convention
12543 more permissive.
12544 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12545 base-size manipulation.
12546 (comint-dynamic-list-input-ring): Use dotimes and push.
12547 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12548 fundamental-mode. Use `or'.
12549
12550 2009-10-14 Juri Linkov <juri@jurta.org>
12551
12552 * misearch.el (multi-isearch-next-buffer-from-list)
12553 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12554
12555 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12558 `bytecomp.el'.
12559
12560 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12561 string we return is all made up of text from the completions rather
12562 than part from the completions and part from the input (bug#4219).
12563
12564 * ido.el (ido-everywhere): Use define-minor-mode.
12565
12566 * buff-menu.el (list-buffers, ctl-x-map):
12567 Mark the entry points with ;;;###autoload cookies.
12568
12569 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12570
12571 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12572 correctly in the detached head case.
12573 (vc-git-print-log): Remove unused binding.
12574
12575 * vc.el (vc-responsible-backend): When a directory is passed for
12576 for registration create a VC repository if no backend is
12577 responsible for the directory argument.
12578 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12579
12580 * vc.el: Move comments about RCS and SCCS ...
12581 * vc-rcs.el:
12582 * vc-sccs.el: ... here, respectively.
12583
12584 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * minibuffer.el (completion--file-name-table): Return nil if there's
12587 no file completion, even if substitute-in-file-name changed
12588 the string (bug#4708).
12589
12590 2009-10-13 Juri Linkov <juri@jurta.org>
12591
12592 * files-x.el (read-file-local-variable-value): Don't filter out
12593 minor modes from mode name completion (bug#4664).
12594
12595 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12596
12597 * international/mule-cmds.el (ucs-names): Remove exclusion of
12598 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12599
12600 2009-10-13 Kenichi Handa <handa@m17n.org>
12601
12602 * international/uni-name.el: Regenerated.
12603
12604 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12607 should be automatically buffer-local, but isn't.)
12608
12609 2009-10-12 Sam Steingold <sds@gnu.org>
12610
12611 * progmodes/compile.el (compilation-next-error-function): Fix the
12612 timestamps if the buffer has been visited before.
12613 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12614 non-anchored patterns, like the perl one (bug#3928).
12615
12616 2009-10-12 Glenn Morris <rgm@gnu.org>
12617
12618 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12619 Let-bind `size'.
12620
12621 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12622
12623 * proced.el (proced-unload-function): New function.
12624
12625 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12626 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12627 Doc fix.
12628
12629 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12630
12631 2009-10-11 Juri Linkov <juri@jurta.org>
12632
12633 * files-x.el (read-file-local-variable-value):
12634 Provide default value only for bound variables (bug#4664).
12635
12636 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12637
12638 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12639 connection methods like smb.
12640
12641 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12642 can be empty.
12643
12644 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12645 (tramp-smb-file-name-handler-alist): Add handlers for
12646 `add-name-to-file', `make-symbolic-link'.
12647 (tramp-smb-handle-add-name-to-file)
12648 (tramp-smb-do-file-attributes-with-stat)
12649 (tramp-smb-handle-make-symbolic-link)
12650 (tramp-smb-get-cifs-capabilities): New defuns.
12651 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12652 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12653 (tramp-smb-handle-file-local-copy)
12654 (tramp-smb-handle-make-directory-internal)
12655 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12656 The file name syntax depends on cifs capabilities.
12657 (tramp-smb-handle-file-attributes):
12658 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12659 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12660 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12661
12662 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12663
12664 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12665 (eieio-defclass): Apply deftype handler and setf-method properties
12666 directly.
12667 (eieio-add-new-slot): Avoid union function from cl library.
12668 (eieio--typep): New function.
12669 (eieio-perform-slot-validation): Use it.
12670
12671 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12672
12673 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12674 Update documentation to refer to the variables documented in r1.135.
12675 (Bug#4188)
12676
12677 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12678
12679 * bookmark.el (Info-suffix-list): Remove this unused variable.
12680 (bookmark-current-point): Remove this obsolete variable.
12681 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12682 Adjust for removal of bookmark-current-point.
12683
12684 (bookmarks-already-loaded, bookmark-current-buffer)
12685 (bookmark-yank-point): Document. (Bug#4188)
12686
12687 2009-10-10 Glenn Morris <rgm@gnu.org>
12688
12689 * frame.el (frame-height): Doc fix.
12690
12691 * calendar/calendar.el (calendar-split-width-threshold): New option.
12692 (calendar-basic-setup): Use calendar-split-width-threshold.
12693
12694 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12695
12696 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12697 Ideographic Supplement" range (U+1F200..U+1F2FF).
12698
12699 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12700
12701 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12702 since the list will have been rebuilt anyway. (Bug#4349)
12703
12704 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12705
12706 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12707 (bookmark-bmenu-execute-deletions): Don't save here, as
12708 bookmark-delete will now do so if necessary.
12709 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12710 (Bug#4348)
12711
12712 2009-10-09 Glenn Morris <rgm@gnu.org>
12713
12714 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12715
12716 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12717
12718 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12719 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12720 argument now, so the two function's behaviors will match. (Bug#3645)
12721
12722 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12723
12724 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12725 (tramp-file-name-real-host, tramp-file-name-port):
12726 Apply `save-match-data'.
12727
12728 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12729 case both directories are remote.
12730 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12731 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12732
12733 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12734
12735 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12736
12737 2009-10-07 Glenn Morris <rgm@gnu.org>
12738
12739 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12740 of concat.
12741
12742 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * files-x.el (read-file-local-variable): Include some
12745 non-user-variables in the completion table (bug#4664).
12746
12747 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12748
12749 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12750 message.
12751
12752 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12753 (tramp-smb-file-name-handler-alist): Add handler for
12754 `copy-directory', `expand-file-name', `set-file-modes'.
12755 (tramp-smb-handle-copy-directory)
12756 (tramp-smb-handle-expand-file-name)
12757 (tramp-smb-handle-set-file-modes): New defuns.
12758 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12759 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12760 entry.
12761 (tramp-smb-handle-insert-directory): Don't flush the cache.
12762 (tramp-smb-maybe-open-connection): Check for samba client and
12763 server versions.
12764
12765 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12766
12767 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12768 to not error out of search for "^lisp=" fails.
12769
12770 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12771
12772 * makefile.w32-in (WINS_UPDATES): New macro.
12773 (custom-deps, finder-data, autoloads): Use it.
12774
12775 2009-10-07 Glenn Morris <rgm@gnu.org>
12776
12777 * Makefile.in (autoloads): Revert previous change.
12778 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12779 the list of preloaded files passed on the command-line, get
12780 it from src/Makefile.
12781
12782 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12783 show the original buffer rather than a random one.
12784
12785 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12786
12787 * help.el (describe-no-warranty): Place point in a slightly better
12788 position in the GPLv3 text.
12789
12790 2009-10-06 Sam Steingold <sds@gnu.org>
12791
12792 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12793 the comm attribute is present before calling regexp-quote.
12794
12795 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * play/animate.el (animate-string): For good effect, make sure
12798 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12799
12800 * play/animate.el (animate-sequence, animate-birthday-present):
12801 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12802
12803 2009-10-06 Glenn Morris <rgm@gnu.org>
12804
12805 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12806
12807 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12808 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12809 (batch-update-autoloads): Process a string value of autoload-excludes,
12810 set during the build process.
12811 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12812
12813 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12814 inside with-parsed... macro so that `v' is defined.
12815
12816 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12817 * progmodes/fortran.el (fortran-end-of-block)
12818 (fortran-beginning-of-block):
12819 Also push mark in the macro case.
12820
12821 * emerge.el (emerge-show-file-name):
12822 * calc/calc.el (calc-quit):
12823 * calc/calc-misc.el (calc-big-or-small):
12824 * calc/calc-graph.el (calc-graph-view):
12825 * calc/calc-ext.el (calc-reset):
12826 * calendar/calendar.el (calendar-basic-setup):
12827 Use window-full-height-p.
12828
12829 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12830 header we don't understand, don't insert another. (Bug#4624)
12831 If changing mime charset, insert the new one in the right place.
12832
12833 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12834
12835 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12836 (cal-tex-cursor-month): Correctly increment the end date for diary and
12837 holiday listing. (Bug#4626)
12838
12839 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * help-fns.el (describe-function-1): Don't burp if the function is not
12842 a symbol.
12843
12844 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12847 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12848 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12849 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12850
12851 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12852 (eieio-default-superclass): Reflow docstrings.
12853 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12854 (eieio-unbind-method-implementations, defmethod)
12855 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12856 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12857 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12858 (eieio-slot-originating-class-p, eieio-slot-name-index)
12859 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12860 (constructor, initialize-instance, no-next-method, object-print)
12861 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12862 Fix typos in docstrings.
12863 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12864 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12865 (next-method-p): Doc fixes.
12866 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12867 Fix typos in error messages.
12868 (eieio-defmethod): Fix typo in description of generic method.
12869
12870 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12871 (eieio-persistent-save-interactive, slot-missing):
12872 Fix typos in docstrings.
12873 (eieio-instance-inheritor-slot-boundp): Doc fix.
12874
12875 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12876 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12877
12878 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12879 (eieio-custom-object-apply-reset):
12880 Fix typos in docstrings and error messages.
12881
12882 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12883 Fix typo in docstring.
12884
12885 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12886 (eieio-browse-tree): Doc fix.
12887 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12888 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12889 Fix typos in docstrings.
12890
12891 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12892 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12893 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12894 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12895 Reflow docstrings.
12896
12897 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12898
12899 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12900 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12901 Set log-view-vc-backend so that diff can work.
12902
12903 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12904 vc-version-diff.
12905 (vc-diff-internal): Autoload this instead of vc-version-diff.
12906
12907 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12908
12909 * simple.el (eval-expression): Doc fix.
12910
12911 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12912
12913 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12914
12915 * files.el (directory-files-no-dot-files-regexp): New defconst.
12916 (delete-directory): Use it.
12917 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12918
12919 * net/tramp.el (tramp-verbose): Fix docstring.
12920 (tramp-methods): Add recursive option to `tramp-copy-args'.
12921 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12922 "scp1_old", "scp2_old", "rsync", "rsyncc".
12923 (tramp-default-method): Check also for `auth-source-user-or-password'.
12924 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12925 Add handler for `copy-directory'.
12926 (tramp-handle-copy-directory): New defun.
12927 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12928 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12929 Optimize sent command.
12930
12931 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12934 window if necessary.
12935
12936 * calendar/calendar.el (calendar-basic-setup): Don't call
12937 switch-to-buffer in a dedicated window.
12938
12939 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12940
12941 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12942 don't do anything related to relocating, just return nil.
12943 (bookmark-error-no-filename): New error.
12944 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12945 bookmark has no file. Don't even attempt to handle things that
12946 are not files; the whole point of custom handlers is to keep that
12947 knowledge elsewhere anyway. Tighten some comments.
12948 (bookmark-file-or-variation-thereof): Remove now-unused function.
12949 (bookmark-location): Doc string fix.
12950 (Bug#4250)
12951
12952 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12953
12954 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12955 don't use a file dialog, because they usually don't know how to read
12956 a directory target from the user. (Bug#4230)
12957 Also, make sure the prompt can display directories as well as files.
12958
12959 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12960
12961 * bookmark.el (bookmark-set, bookmark-buffer-name):
12962 Improve doc strings. (Bug#1193)
12963
12964 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12965
12966 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12967 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12968 (bookmark-get-annotation, bookmark-set-annotation)
12969 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12970 (bookmark-set-position, bookmark-get-front-context-string)
12971 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12972 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12973 (bookmark-jump-other-window, bookmark-handle-bookmark)
12974 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12975 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12976 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12977 Improve doc strings to say whether bookmark can be a string or
12978 a record or both, and make other consistency and clarity fixes.
12979 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12980 (bookmark-default-annotation-text, bookmark-yank-word)
12981 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12982 (bookmark-import-new-list, bookmark-maybe-rename)
12983 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12984 (bookmark-bmenu-bookmark): Give these doc strings.
12985 (bookmark-bmenu-check-position): Give this a doc string, but also
12986 add a FIXME comment about how the function may be pointless.
12987 (bookmark-default-handler): Rework doc string and change a
12988 parameter name, to clarify that this takes a bookmark record
12989 not a bookmark name.
12990 (bookmark-set): Change a parameter name to indicate its meaning,
12991 and improve the doc string a bit.
12992 (Bug#4188)
12993
12994 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12995
12996 * bookmark.el (bookmark-alist): Document the new `handler' element
12997 in the param alist.
12998 (bookmark-make-record-function): Adjust documentation for above.
12999 (Bug#4193)
13000
13001 2009-10-04 Karl Fogel <kfogel@red-bean.com>
13002
13003 * info.el (Info-bookmark-make-record): Document this function.
13004 (Info-bookmark-jump): Document with a doc string, not just a comment.
13005 (Bug#4203)
13006
13007 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
13008
13009 * files.el (copy-directory): New defun.
13010
13011 * dired-aux.el (dired-copy-file-recursive): Use it.
13012
13013 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * files-x.el (modify-dir-local-variable)
13016 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13017 docstrings.
13018
13019 * recentf.el (recentf-unload-function): New function.
13020
13021 2009-10-04 Glenn Morris <rgm@gnu.org>
13022
13023 * window.el (window-full-height-p): Add doc string.
13024
13025 2009-10-04 Martin Rudalics <rudalics@gmx.at>
13026
13027 * window.el (window-full-height-p): New function. (Bug#4543)
13028
13029 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
13030
13031 * vc.el: Remove commented out code.
13032 (vc-derived-from-dir-mode): Remove, unused.
13033 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13034
13035 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
13036
13037 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13038 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
13039 there could be recursive loading when `default-directory' is a
13040 remote file name. (Bug#4614)
13041
13042 2009-10-03 Glenn Morris <rgm@gnu.org>
13043
13044 * calendar/calendar.el (calendar-basic-setup): Handle the case where
13045 the frame is wide.
13046 (calendar-generate-window): Test for shrinkability rather than width.
13047
13048 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13049 reusing existing buffers, in case we happen to visit two files with the
13050 same basename. (Bug#4593)
13051
13052 2009-10-02 Eli Zaretskii <eliz@gnu.org>
13053
13054 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13055 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13056 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13057 subdirs of cedet as well.
13058 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13059
13060 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13063 Obey advertised-signature-table.
13064
13065 * help-fns.el (help-function-arglist): Don't check
13066 advertised-signature-table.
13067 (describe-function-1): Do it here instead so it also applies to subrs.
13068
13069 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
13070
13071 * simple.el (start-file-process): Say in the doc-string, that file
13072 handlers might not support pty association, if PROGRAM is nil.
13073
13074 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13075 HOST and USER are strings. They are nil, when there are
13076 incomplete entries in ~/.netrc, for example.
13077 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
13078 root directory ("device busy" error otherwise).
13079
13080 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13081 Flush file properties of created directory.
13082
13083 2009-10-02 Eli Zaretskii <eliz@gnu.org>
13084
13085 * makefile.w32-in (WINS_BASIC): Remove cedet.
13086 (WINS_CEDET): Add cedet.
13087 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13088
13089 2009-10-02 Kevin Ryde <user42@zip.com.au>
13090
13091 * net/browse-url.el (browse-url): Pass any symbol in
13092 browse-url-browser-function to `apply', since if you've mistakenly put
13093 an unbound symbol then the error is clearer. (Bug#4531)
13094
13095 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
13096
13097 * allout.el (allout-init, allout-back-to-current-heading)
13098 (allout-beginning-of-current-entry, allout-ascend-to-depth)
13099 (allout-ascend, allout-up-current-level, allout-end-of-level)
13100 (allout-previous-visible-heading, allout-forward-current-level)
13101 (allout-backward-current-level, allout-show-children):
13102 * apropos.el (apropos-describe-plist):
13103 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13104 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13105 * completion.el (add-completion, add-permanent-completion):
13106 * descr-text.el (describe-text-category, describe-char):
13107 * desktop.el (desktop-lazy-abort):
13108 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13109 * dired.el (dired-build-subdir-alist):
13110 * ediff.el (ediff-version):
13111 * elide-head.el (elide-head, elide-head-show):
13112 * emerge.el (emerge-version):
13113 * env.el (getenv):
13114 * face-remap.el (variable-pitch-mode):
13115 * faces.el (describe-face):
13116 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13117 (dired-at-point):
13118 * files.el (find-file-existing, auto-save-mode):
13119 * font-lock.el (font-lock-fontify-buffer):
13120 * help-fns.el (describe-function, describe-variable)
13121 (describe-syntax, describe-categories):
13122 * help.el (view-lossage, describe-bindings, describe-key)
13123 (describe-mode):
13124 * hexl.el (hexl-current-address):
13125 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13126 * info.el (Info-goto-emacs-key-command-node):
13127 * log-edit.el (log-edit-insert-cvs-template)
13128 (log-edit-insert-cvs-rcstemplate):
13129 * menu-bar.el (menu-bar-mode):
13130 * mouse.el (mouse-appearance-menu):
13131 * newcomment.el (comment-indent-new-line):
13132 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13133 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13134 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13135 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13136 * recentf.el (recentf-mode):
13137 * savehist.el (savehist-mode, savehist-save):
13138 * shadowfile.el (shadow-copy-files):
13139 * simple.el (kill-ring-save, next-line, previous-line)
13140 (normal-erase-is-backspace-mode):
13141 * strokes.el (strokes-update-window-configuration)
13142 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13143 (strokes-xpm-for-stroke):
13144 * time.el (emacs-uptime, emacs-init-time):
13145 * tutorial.el (tutorial--describe-nonstandard-key)
13146 (tutorial--detailed-help):
13147 * type-break.el (type-break-mode)
13148 (type-break-mode-line-message-mode, type-break-query-mode)
13149 (type-break-guesstimate-keystroke-threshold):
13150 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13151 * version.el (emacs-version):
13152 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13153 * winner.el (winner-mode):
13154 * calendar/timeclock.el (timeclock-in, timeclock-out)
13155 (timeclock-status-string, timeclock-change)
13156 (timeclock-workday-remaining-string)
13157 (timeclock-workday-elapsed-string)
13158 (timeclock-when-to-leave-string):
13159 * calendar/todo-mode.el (todo-add-category):
13160 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13161 * emacs-lisp/autoload.el (update-file-autoloads):
13162 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13163 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13164 (checkdoc-message-text, checkdoc-defun):
13165 * emacs-lisp/debug.el (debugger-list-functions):
13166 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13167 * emacs-lisp/eieio-opt.el (eieio-describe-class)
13168 (eieio-describe-generic):
13169 * emacs-lisp/lisp-mnt.el (lm-synopsis):
13170 * emacs-lisp/shadow.el (list-load-path-shadows):
13171 * emulation/cua-base.el (cua-mode):
13172 * emulation/edt.el (edt-set-scroll-margins):
13173 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13174 (tpu-toggle-regexp, tpu-toggle-search-direction)
13175 (tpu-toggle-rectangle, tpu-toggle-control-keys):
13176 * emulation/tpu-extras.el (tpu-set-scroll-margins):
13177 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13178 (viper-set-parsing-style-toggling-macro)
13179 (viper-set-emacs-state-searchstyle-macros):
13180 * emulation/viper.el (viper-set-hooks):
13181 * eshell/esh-mode.el (eshell-truncate-buffer):
13182 * international/mule-cmds.el (prefer-coding-system)
13183 (describe-input-method, describe-language-environment):
13184 * international/mule-diag.el (list-character-sets)
13185 (describe-character-set, describe-coding-system)
13186 (describe-fontset, list-fontsets, list-input-methods):
13187 * mail/sendmail.el (mail-signature):
13188 * net/ange-ftp.el (ange-ftp-copy-file):
13189 * net/browse-url.el (browse-url):
13190 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13191 * net/quickurl.el (quickurl-add-url):
13192 * net/rcirc.el (names, topic):
13193 * net/xesam.el (xesam-mode):
13194 * play/5x5.el (5x5-new-game):
13195 * play/yow.el (apropos-zippy):
13196 * progmodes/ada-mode.el (ada-mode-version):
13197 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13198 (f90-end-of-block)
13199 (f90-beginning-of-block):
13200 * progmodes/fortran.el (fortran-end-of-block)
13201 (fortran-beginning-of-block):
13202 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13203 * progmodes/python.el (python-describe-symbol, python-shell):
13204 * term/ns-win.el (ns-print-buffer):
13205 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13206 * textmodes/flyspell.el (flyspell-mode-on):
13207 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13208 (pages-directory-for-addresses):
13209 * textmodes/table.el (table-recognize-cell)
13210 (table-query-dimension, table-generate-source)
13211 (table-insert-sequence, table--warn-incompatibility):
13212 * textmodes/tex-mode.el (tex-validate-buffer):
13213 * textmodes/texinfmt.el (texinfmt-version)
13214 (texinfo-format-buffer):
13215 Use `called-interactively-p' instead of `interactive-p'.
13216
13217 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
13218
13219 * image-mode.el (image-toggle-display):
13220 * emacs-lisp/elp.el (elp-instrument-function):
13221 * emacs-lisp/advice.el (ad-make-advised-definition):
13222 * emacs-lisp/easy-mmode.el (define-minor-mode):
13223 * net/browse-url.el (browse-url-maybe-new-window):
13224 * progmodes/sh-script.el (sh-learn-buffer-indent):
13225 Pass new argument 'any to `called-interactively-p'.
13226
13227 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
13228
13229 * international/uni-bidi.el:
13230 * international/uni-category.el:
13231 * international/uni-combining.el:
13232 * international/uni-comment.el:
13233 * international/uni-decimal.el:
13234 * international/uni-decomposition.el:
13235 * international/uni-digit.el:
13236 * international/uni-lowercase.el:
13237 * international/uni-mirrored.el:
13238 * international/uni-name.el:
13239 * international/uni-numeric.el:
13240 * international/uni-old-name.el:
13241 * international/uni-titlecase.el:
13242 * international/uni-uppercase.el:
13243 Regenerate from Unicode 5.2.0 data.
13244
13245 2009-10-01 Glenn Morris <rgm@gnu.org>
13246
13247 * Makefile.in (ELCFILES): Regenerate.
13248
13249 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * subr.el (interactive-p): Mark obsolete.
13252 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13253 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13254 advertised-signature-table for subroutines as well.
13255
13256 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13257 (set-advertised-calling-convention): New function.
13258 (make-obsolete, define-obsolete-function-alias)
13259 (make-obsolete-variable, define-obsolete-variable-alias):
13260 Make the optional-ness of `when' obsolete.
13261 (define-obsolete-face-alias): Make `when' non-optional.
13262 * help-fns.el (help-function-arglist):
13263 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13264 Use advertised-signature-table.
13265
13266 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
13267
13268 * files.el (delete-directory): New defun. The original function
13269 in fileio.c has been renamed to `delete-directory-internal'.
13270
13271 * dired.el (dired-delete-file): Call `delete-directory' with
13272 RECURSIVE parameter.
13273
13274 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13275 parameter RECURSIVE. Implementation is missing.
13276
13277 * net/tramp.el (tramp-handle-make-directory): Flush upper
13278 directory's file properties.
13279 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13280 (tramp-handle-dired-recursive-delete-directory): Flush directory
13281 properties after the remove command only.
13282
13283 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13284 Handle optional parameter RECURSIVE.
13285
13286 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13287 Handle optional parameter RECURSIVE.
13288
13289 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13290 connection timeout.
13291 (tramp-smb-handle-delete-directory): Handle optional parameter
13292 RECURSIVE.
13293
13294 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13297 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13298 (byte-compile-defmacro): Use backquotes.
13299
13300 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13301
13302 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13303 has no associated file.
13304 (vc-resynch-buffer): Use vc-dir-buffers.
13305
13306 2009-10-01 Glenn Morris <rgm@gnu.org>
13307
13308 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13309 (chart-file-count):
13310 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13311 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13312 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13313 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13314 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13315 (eieio-copy-parents-into-subclass, make-instance, class-children)
13316 (eieio-generic-form):
13317
13318 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13319 match-data. (Bug#4555).
13320
13321 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13322 rather than parsing it as a regexp. This relaxes the layout
13323 requirements and makes errors easier to detect.
13324 (check-declare-verify): Check file is regular.
13325 (check-declare-directory): Doc fix.
13326 * subr.el (declare-function): Doc fix.
13327
13328 * ibuffer.el (ibuffer-format-qualifier):
13329 * isearch.el (hi-lock-regexp-okay):
13330 * calc/calc.el (math-zerop):
13331 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13332 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13333 Remove unused declarations.
13334
13335 2009-09-30 Eric Ludlam <zappo@gnu.org>
13336
13337 * emacs-lisp/eieio.el (boolean-p): Delete.
13338
13339 2009-09-30 Glenn Morris <rgm@gnu.org>
13340
13341 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13342
13343 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13344 filename is not a string.
13345
13346 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * files.el (safe-local-eval-forms): Fix typo.
13349
13350 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * vc-hooks.el (vc-dir-buffers): New var.
13353 (vc-state-refresh): New function.
13354 (vc-state): Use it.
13355 (vc-after-save): Always ask the backend to recompute the new state.
13356 Always call vc-dir if necessary, using vc-dir-buffers.
13357 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13358 Use vc-dir-buffers.
13359 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13360 (vc-dir-prepare-status-buffer, vc-dir-update)
13361 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13362 Don't call expand-file-name on default-directory.
13363
13364 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13365
13366 * speedbar.el (speedbar-item-delete):
13367 * calc/calc-prog.el (calc-kbd-if):
13368 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13369
13370 * epa.el (epa-key-list-mode-map):
13371 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13372
13373 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13374 (hs-show-hook): Fix typo in docstring.
13375
13376 2009-09-29 Glenn Morris <rgm@gnu.org>
13377
13378 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13379 file-name-nondirectory call preventing location of cedet files.
13380 (check-declare-verify): Use literal search rather than re-search.
13381 Add basic defmethod and defclass, and define-overloadable-function.
13382
13383 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13384 Use tramp-compat-file-attributes rather than nonexistent
13385 tramp-compat-handle-file-attributes.
13386
13387 * Makefile.in (lisptagsfiles4): New.
13388 (AUTOGENEL): Add cedet loaddefs files.
13389 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13390 (update-elclist, compile-always, backup-compiled-files)
13391 (bootstrap-clean): Add yet another directory level.
13392 (update-elclist): Use LC_COLLATE rather than COLLATE.
13393 (ELCFILES): Update, via `make update-elclist'.
13394
13395 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13396
13397 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13398 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13399 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13400
13401 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13402
13403 * Makefile.in (lisptagsfiles3): Define.
13404 (TAGS, TAGS-LISP): Use it.
13405 (update-elclist): Add third directory level to look for elc files.
13406 (compile-always): Likewise.
13407 (backup-compiled-files): Likewise.
13408 (bootstrap-clean): Likewise.
13409 (ELCFILES): Update.
13410
13411 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
13412
13413 * Makefile.in (ELCFILES): Add CEDET files.
13414
13415 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
13416
13417 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13418
13419 * net/tramp.el (top): Require tramp-imap.
13420
13421 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13422 Use `tramp-compat-handle-file-attributes'.
13423
13424 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13425
13426 * net/tramp-imap.el: New package.
13427
13428 2009-09-28 Eric Ludlam <zappo@gnu.org>
13429
13430 * emacs-lisp/chart.el:
13431 * emacs-lisp/eieio-base.el:
13432 * emacs-lisp/eieio-comp.el:
13433 * emacs-lisp/eieio-custom.el:
13434 * emacs-lisp/eieio-datadebug.el:
13435 * emacs-lisp/eieio-opt.el:
13436 * emacs-lisp/eieio-speedbar.el:
13437 * emacs-lisp/eieio.el: New files.
13438
13439 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13440
13441 * whitespace.el (whitespace-trailing-regexp)
13442 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13443 Fix doc string.
13444
13445 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13448 menu.
13449
13450 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13451 menu-bar-ediff-menu.
13452
13453 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13454 define-overloadable-function.
13455
13456 * progmodes/autoconf.el: Provide autoconf as well, so that this
13457 file can be `require'd.
13458
13459 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13460
13461 * emacs-lisp/autoload.el (generated-autoload-feature)
13462 (generated-autoload-load-name): New vars.
13463 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13464 (make-autoload): Recognize define-overloadable-function and
13465 defclass forms (for EIEIO).
13466
13467 * Makefile.in (update-subdirs): Exclude cedet directory.
13468
13469 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13470
13471 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13472
13473 * faces.el: Default light-background background for region face to
13474 ns_selection_color under NS.
13475
13476 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13477
13478 * net/imap-hash.el: New library, see NEWS.
13479
13480 * Makefile.in (ELCFILES): Add imap-hash.el.
13481
13482 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13485 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13486 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13487 definition where the docstring could be taken for the return value.
13488
13489 2009-09-26 Glenn Morris <rgm@gnu.org>
13490
13491 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13492 Add option to only show images below a certain size.
13493 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13494 save-excursion calls.
13495
13496 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13497
13498 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13499 subdirectories) and eieio.
13500
13501 2009-09-26 Alan Mackenzie <acm@muc.de>
13502
13503 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13504 buggy bracketing. (Bug#4289)
13505
13506 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13507 character constants (as case labels). (Bug#4289)
13508
13509 2009-09-25 Juri Linkov <juri@jurta.org>
13510
13511 * files.el (safe-local-eval-forms): Allow time-stamp in
13512 before-save-hook (Bug#4554).
13513
13514 2009-09-25 Drew Adams <drew.adams@oracle.com>
13515
13516 * menu-bar.el (list-buffers-directory): Doc fix.
13517
13518 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13521 Try and avoid copying twice the same paragraph.
13522 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13523 Remove save-excursion.
13524 (log-edit-changelog-entry): Do it here instead.
13525
13526 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13527
13528 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13529 when available, instead of hardcoding mode names. Doc fix.
13530
13531 * menu-bar.el (list-buffers-directory): Add docstring.
13532 Make automatically buffer-local.
13533
13534 * dired.el (dired-mode):
13535 * files.el (cd-absolute):
13536 * pcvs.el (cvs-temp-buffer):
13537 * pcvs-util.el (cvs-get-buffer-create):
13538 * shell.el (shell-mode):
13539 * vc-dir.el (vc-dir-mode):
13540 Don't make `list-buffers-directory' buffer local.
13541
13542 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13543
13544 * comint.el (comint-exec, comint-run, make-comint):
13545 Doc fixes (Bug#4542).
13546
13547 2009-09-25 Glenn Morris <rgm@gnu.org>
13548
13549 * mail/rmailmm.el (rmail-mime): New custom group.
13550 Move all defcustoms in this file into this group.
13551 (rmail-mime-media-type-handlers-alist): Revert previous change.
13552 (rmail-mime-show-images): New option.
13553 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13554 references to it, since it wasn't actually used for anything.
13555 (rmail-mime-insert-image): New function.
13556 (rmail-mime-image): Use rmail-mime-insert-image.
13557 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13558 obey the value of `rmail-mime-show-images' option. Print the size of
13559 attachments.
13560
13561 2009-09-25 David Engster <deng@randomsample.de>
13562
13563 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13564
13565 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13566
13567 * whitespace.el: Does not highlight trailing spaces While point is
13568 at end of line. Does not highligt spaces at beginning of buffer
13569 while point is at beginning of buffer. Does not highlight spaces
13570 at end of buffer while point is at end of buffer. (Bug#4177)
13571 New version 12.0.
13572 (whitespace-display-mappings): Adjust initialization.
13573 (whitespace-point, whitespace-font-lock-refontify): New vars.
13574 (whitespace-color-on, whitespace-color-off): Adjust code.
13575 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13576 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13577 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13578
13579 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13580
13581 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13582
13583 * textmodes/sgml-mode.el: Remove xml-mode alias.
13584
13585 * files.el (auto-mode-alist, conf-mode-maybe)
13586 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13587
13588 2009-09-24 Alan Mackenzie <acm@muc.de>
13589
13590 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13591 c-forward-conditionals, but it doesn't move point and doesn't set
13592 the mark.
13593 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13594 (c-down-conditional-with-else, c-backward-conditional)
13595 (c-forward-conditional): Refactor to use c-scan-conditionals.
13596
13597 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13600 (help-default-arg-highlight): Remove.
13601 (help-highlight-arg): New function.
13602 (help-do-arg-highlight): Use it.
13603 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13604
13605 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13608 Undo last change, which didn't fix the problem and introduced others.
13609
13610 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13611
13612 * progmodes/gdb-mi.el: Don't require speedbar.
13613 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13614
13615 2009-09-24 Glenn Morris <rgm@gnu.org>
13616
13617 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13618
13619 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13620
13621 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13622 there is no newline after the final mime boundary. (Bug#4539)
13623 Move markers on insertion so that any buttons inserted don't end up in
13624 the next part of a multipart message.
13625 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13626 (rmail-mime-bulk-handler): Optionally handle images.
13627 (rmail-mime-image): New button action.
13628 (rmail-mime-image-handler): New function.
13629 (rmail-mime-mode): New mode.
13630 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13631
13632 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13635 than just dropping elements from it (bug#4504).
13636
13637 * term.el (term-set-scroll-region): Don't move cursor any more.
13638 (term-handle-ansi-escape): Call term-goto here instead.
13639 Suggested by Ivan Kanis <apple@kanis.eu>.
13640
13641 * term.el: Require CL.
13642 (term-ansi-reset): New function.
13643 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13644 (term-handle-colors-array): Simplify.
13645
13646 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13647
13648 * allout.el (allout-overlay-interior-modification-handler)
13649 (allout-obtain-passphrase):
13650 * epa-file.el (epa-file-write-region):
13651 * ps-print.el (ps-begin-job):
13652 * vc-hooks.el (vc-toggle-read-only):
13653 * vc-rcs.el (vc-rcs-rollback):
13654 * vc-sccs.el (vc-sccs-rollback):
13655 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13656 (vc-version-diff, vc-revert, vc-rollback):
13657 * wdired.el (wdired-check-kill-buffer):
13658 * emacs-lisp/authors.el (authors):
13659 * net/socks.el (socks-open-connection):
13660 * net/zeroconf.el (zeroconf-service-add-hook):
13661 * obsolete/vc-mcvs.el (vc-mcvs-register):
13662 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13663 (gdb-select-frame):
13664 * progmodes/grep.el (lgrep, rgrep):
13665 * progmodes/idlw-help.el (idlwave-help-check-locations)
13666 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13667 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13668 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13669 (reftex-toc-rename-label): Fix typos in error messages.
13670
13671 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13672 (dired-copy-how-to-fn): Doc fix.
13673 (dired-files-attributes, dired-read-shell-command):
13674 Fix typos in docstrings.
13675
13676 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13677 (dired-x-find-file-other-window): Reflow docstrings.
13678 (dired-omit-marker-char, dired-read-shell-command)
13679 (dired-x-submit-report): Fix typos in docstrings.
13680
13681 * shell.el (shell-mode-hook):
13682 * view.el (View-scroll-line-forward):
13683 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13684 Fix typos in docstrings.
13685
13686 * net/dig.el (dig-invoke): Fix typo in docstring.
13687 (query-dig): Reflow docstring.
13688
13689 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13690 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13691 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13692 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13693 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13694 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13695 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13696 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13697 (idlwave-completion-map, idlwave-current-indent)
13698 (idlwave-custom-ampersand-surround, idlwave-customize)
13699 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13700 (idlwave-define-abbrev, idlwave-determine-class-special)
13701 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13702 (idlwave-end-block-reg, idlwave-end-of-statement)
13703 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13704 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13705 (idlwave-explicit-class-listed, idlwave-file-header)
13706 (idlwave-fill-paragraph, idlwave-find-class-definition)
13707 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13708 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13709 (idlwave-in-quote, idlwave-indent-action-table)
13710 (idlwave-indent-expand-table, idlwave-indent-line)
13711 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13712 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13713 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13714 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13715 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13716 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13717 (idlwave-outlawed-buffers, idlwave-popup-select)
13718 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13719 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13720 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13721 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13722 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13723 (idlwave-statement-type, idlwave-struct-skip)
13724 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13725 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13726 (idlwave-what-module-find-class): Fix typos in docstrings.
13727 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13728 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13729 (idlwave-find-module, idlwave-find-structure-definition)
13730 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13731 (idlwave-list-load-path-shadows, idlwave-next-statement)
13732 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13733 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13734 (idlwave-template): Reflow docstrings.
13735
13736 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13737 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13738 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13739 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13740 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13741 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13742 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13743 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13744 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13745 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13746 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13747 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13748 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13749 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13750 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13751 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13752 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13753 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13754 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13755 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13756 Fix typos in docstrings.
13757 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13758 (idlwave-shell-hide-output, idlwave-shell-mode)
13759 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13760 Reflow docstrings.
13761
13762 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13763
13764 2009-09-24 Ivan Kanis <apple@kanis.eu>
13765
13766 * term.el (term-bold-attribute): New var.
13767 (term-handle-colors-array): Use it.
13768
13769 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13770
13771 * progmodes/gdb-mi.el (gdb-version): New variable.
13772 (gdb-non-stop-handler): Set gdb-version.
13773 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13774 Condition "--thread" option on gdb-version.
13775 (gdb-invalidate-threads): Remove unused argument.
13776
13777 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13780 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13781
13782 2009-09-23 Glenn Morris <rgm@gnu.org>
13783
13784 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13785 replying to mail without References or Message-Id. (Bug#4525)
13786
13787 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13788
13789 * term/ns-win.el (ns-reg-to-script): New variable.
13790
13791 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13792
13793 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13794
13795 2009-09-22 Sam Steingold <sds@gnu.org>
13796
13797 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13798 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13799 to 1 because hg returns status 1 when nothing is found.
13800 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13801
13802 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * textmodes/fill.el: Convert to utf-8 encoding.
13805 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13806 pre-Unicode days.
13807
13808 * add-log.el (change-log-fill-forward-paragraph): New function.
13809 (change-log-mode): Use it so fill-region DTRT.
13810 Set fill-indent-according-to-mode here rather than in
13811 change-log-fill-paragraph.
13812 (change-log-fill-paragraph): Remove.
13813
13814 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13815
13816 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13817 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13818
13819 2009-09-22 Glenn Morris <rgm@gnu.org>
13820
13821 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13822 the scroll-bar scroll the calendar window rather than the buffer.
13823
13824 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13825 commands that move point (as opposed to scrolling).
13826
13827 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13828
13829 * emacs-lisp/elint.el (elint): New custom group.
13830 (elint-log-buffer): Make it a defcustom.
13831 (elint-scan-preloaded, elint-ignored-warnings)
13832 (elint-directory-skip-re): New options.
13833 (elint-builtin-variables): Doc fix.
13834 (elint-preloaded-env): New variable.
13835 (elint-unknown-builtin-args): Add an entry for encode-time.
13836 (elint-extra-errors): Make it a variable rather than a constant.
13837 (elint-preloaded-skip-re): New constant.
13838 (elint-directory): Skip files matching elint-directory-skip-re.
13839 (elint-features): New variable, local to linted buffers.
13840 (elint-update-env): Initialize elint-features. Possibly add
13841 elint-preloaded-env to the buffer's environment.
13842 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13843 Skip quoted forms.
13844 (elint-init-form): New function, extracted from elint-init-env.
13845 Make non-list forms a warning rather than an error.
13846 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13847 easy-menu-define, put that adds an error-condition, and provide.
13848 When requiring cl, also require cl-macs. Really require cl, to handle
13849 some cl macros. Store required libraries in the list elint-features,
13850 so as not to re-load them. Treat cc-require like require.
13851 (elint-init-env): Call elint-init-form to do the work.
13852 Handle eval-and-compile and such like.
13853 (elint-add-required-env): Do not clear messages.
13854 (elint-special-forms): Add handlers for function, defalias, if, when,
13855 unless, and, or.
13856 (elint-form): Add optional argument to ignore elint-special-forms,
13857 useful to prevent recursive calls from handlers. Doc fix.
13858 Respect elint-ignored-warnings.
13859 (elint-form): Respect elint-ignored-warnings.
13860 (elint-bound-variable, elint-bound-function): New variables.
13861 (elint-unbound-variable): Respect elint-bound-variable.
13862 (elint-get-args): Respect elint-bound-function.
13863 (elint-check-cond-form): Add some simple handling for (f)boundp and
13864 featurep tests.
13865 (elint-check-defalias-form): New handler.
13866 (elint-check-let-form): Make an empty let a warning rather than an
13867 error.
13868 (elint-check-setq-form): Make an empty setq a warning rather than an
13869 error. Respect elint-ignored-warnings.
13870 (elint-check-defvar-form): Accept null doc-strings.
13871 (elint-check-conditional-form): New handler. Does some simple-minded
13872 checking of featurep and (f)boundp tests.
13873 (elint-put-function-args): New function.
13874 (elint-initialize): Use elint-scan-doc-file rather than
13875 elint-find-builtin-variables. Use elint-put-function-args.
13876 Possibly scan preloaded-file-list.
13877 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13878 extend to handle functions as well.
13879
13880 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13881
13882 * linum.el (linum-delete-overlays, linum-update-window):
13883 Do not modify the right margin. (Bug#3971)
13884
13885 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13886
13887 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13888 nxml-mode instead of xml-mode.
13889
13890 2009-09-21 Kevin Ryde <user42@zip.com.au>
13891
13892 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13893
13894 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13895
13896 * net/dig.el (dig-mode): Use define-derived-mode.
13897
13898 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13899
13900 * vc-dispatcher.el (vc-do-command): Return the process object in
13901 the asynchronous case. Use when instead of if. Do not run
13902 vc-exec-after to display a message if not enabled. (Bug#4463)
13903
13904 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13905 properties to the stash strings.
13906 (vc-git-stash-list): Return a list of strings.
13907 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13908 (vc-git-stash-show-at-point): New functions.
13909 (vc-git-stash-map): New keymap.
13910
13911 * register.el (ctl-x-r-map): Define the keys here instead of
13912 using autoload.
13913
13914 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13915
13916 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13917 list, to workaround performance problem (bug#4485).
13918
13919 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13920
13921 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13922
13923 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13924
13925 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13926 Document that this option is not recommended to use.
13927
13928 2009-09-19 Glenn Morris <rgm@gnu.org>
13929
13930 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13931 variable `var'.
13932
13933 * calc/calc-alg.el (var):
13934 * calc/calcalg2.el (var): Define for compiler.
13935
13936 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13937
13938 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13939 Doc fix (Bug#3932).
13940
13941 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13942
13943 * time-stamp.el (time-stamp-month-dd-yyyy)
13944 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13945 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13946 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13947 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13948 Remove functions that have been obsolete since 1995 (Bug#4436).
13949
13950 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13951 indent buffer only if called interactively (Bug#4452).
13952
13953 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13954 Eli Zaretskii <eliz@gnu.org>
13955
13956 This fixes bug#4197 (merged to bug#865, though not identical).
13957 * server.el (server-auth-dir): Add docstring note about FAT32.
13958 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13959 but warn against using them.
13960
13961 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13962
13963 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13964 older GDB where there is no has_more field.
13965
13966 2009-09-19 Glenn Morris <rgm@gnu.org>
13967
13968 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13969
13970 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13971
13972 * files.el (auto-mode-alist): Change default for XML files to nXML
13973 mode (Bug#4169).
13974
13975 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13976
13977 * server.el (server-ensure-safe-dir): Pass 'integer
13978 to `file-attributes', as suggested.
13979
13980 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13983 (dired-query): Use read-key.
13984
13985 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13986
13987 * cus-start.el (ns-use-qd-smoothing): Remove.
13988
13989 2009-09-18 Glenn Morris <rgm@gnu.org>
13990
13991 * allout.el (top-level): Remove unnecessary progn.
13992
13993 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13994
13995 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13996 definition of abbrev table.
13997
13998 * speedbar.el (speedbar-track-mouse):
13999 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14000 * net/eudc.el (eudc-expand-inline):
14001 * net/newst-backend.el (newsticker--cache-read-feed):
14002 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14003 condition-case handlers.
14004
14005 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
14006
14007 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14008 (gdb-var-list): Add an element for has_more field.
14009 (gdb-non-stop-handler): Enable pretty printing for STL containers.
14010 (gdb-var-create-handler, gdb-var-list-children-handler-1)
14011 (gdb-var-update-handler-1): Parse output of dynamic variable
14012 objects (STL containers).
14013 (gdb-var-delete-1): Pass var1 as an explicit second argument.
14014 (gdb-get-field): Delete alias. Use bindat-get-field directly.
14015
14016 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14017 gdb-var-list.
14018 (gud-speedbar-buttons): Make node expandable if expression "has more"
14019 children.
14020
14021 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
14022
14023 * startup.el (emacs-quick-startup): Remove variable and all uses.
14024 (command-line): Set `inhibit-x-resources' instead.
14025 (command-line-1): Use `inhibit-x-resources' instead.
14026
14027 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * subr.el: Fix last change to avoid using the `unless' macro,
14030 which breaks bootstrapping.
14031
14032 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14035 extended definitions, in case we reload subr.el after having
14036 loaded CL.
14037 (eval-next-after-load): Mark as obsolete.
14038
14039 2009-09-17 Juri Linkov <juri@jurta.org>
14040
14041 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14042 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14043 (menu-bar-showhide-menu, menu-bar-tools-menu)
14044 (menu-bar-describe-menu, menu-bar-help-menu)
14045 (minibuffer-local-completion-map, minibuffer-local-map):
14046 Fix list quoting.
14047
14048 2009-09-17 Glenn Morris <rgm@gnu.org>
14049
14050 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14051 arguments, whether or not it has a handler.
14052
14053 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14054
14055 * simple.el (hard-newline): Give it a doc-string.
14056
14057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14058 (lisp-mode-syntax-table): Give them doc-strings.
14059
14060 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14061
14062 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14063 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14064 (menu-bar-options-menu, menu-bar-showhide-menu)
14065 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14066 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14067 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14068 (menu-bar-options-menu, menu-bar-tools-menu)
14069 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14070 (menu-bar-help-menu):
14071 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14072 string arguments.
14073
14074 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14075 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14076 calls for the menu names and :help.
14077
14078 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
14079
14080 * mouse.el (minor-mode-menu-from-indicator): Pay attention
14081 to :minor-mode-function (bug#4455).
14082
14083 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14084
14085 * startup.el (command-line): Initialize the window-system after
14086 processing the command-line.
14087
14088 * textmodes/page.el (what-page): Make sure we don't inf-loop if
14089 page-delimiter matches the empty string.
14090
14091 2009-09-16 Glenn Morris <rgm@gnu.org>
14092
14093 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14094 byte-compile-not-obsolete-var. It's a list now.
14095 (byte-compile-not-obsolete-funcs): New variable.
14096 (byte-compile-warn-obsolete): Don't warn about functions if they are in
14097 byte-compile-not-obsolete-funcs.
14098 (byte-compile-variable-ref, byte-compile-defvar): Update for
14099 byte-compile-not-obsolete-vars name-change and list nature.
14100 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14101 and variables behind (f)boundp tests.
14102 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14103
14104 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14105
14106 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14107
14108 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14111 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14112 Don't autoload.
14113
14114 2009-09-15 Stephen Eglen <stephen@gnu.org>
14115
14116 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14117 the virtual-buffers, use the name of the buffer specified by
14118 find-file-noselect, as the match may be a symlink. (This was a
14119 problem if the target and the symlink had different names.)
14120
14121 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14124
14125 * desktop.el (desktop-path): Check user-emacs-directory.
14126
14127 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14128
14129 * loadup.el: Use after-load-functions to GC after loading each file.
14130 Remove the explicit GC calls that used to be sprinkled around.
14131
14132 * subr.el (after-load-functions): New hook.
14133 (do-after-load-evaluation): Run it. Use string-match-p to detect
14134 `obsolete' packages, rather than painfully extracting the relevant
14135 directory name.
14136
14137 2009-09-15 Glenn Morris <rgm@gnu.org>
14138
14139 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14140 free variable `doc'.
14141
14142 * dired.el (dired-mode-map): Add menu entry for async shell command.
14143
14144 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14145 variables, also consider the .elc files, since the .el files are
14146 normally gzipped (subsequent code locates the .el.gz from the .elc).
14147
14148 * calc/calc-prog.el (arglist): Define for compiler.
14149
14150 * calendar/diary-lib.el (diary-display-function): Change the default to
14151 fancy display.
14152 (body): Define for compiler.
14153
14154 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14155 (byte-compile-file-form, byte-compile-lambda)
14156 (byte-compile-top-level-body, byte-compile-form)
14157 (byte-compile-variable-ref, byte-compile-setq)
14158 (byte-compile-setq-default, byte-compile-body)
14159 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14160 (batch-byte-compile): Give some more local variables with common names
14161 a "bytecomp-" prefix to avoid masking warnings about free variables.
14162
14163 * startup.el (command-line-1): Give local variables with common names a
14164 distinguishing prefix, so as not to hide free variable warnings during
14165 bootstrap.
14166
14167 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14168 clever and add a suffix to make a unique name, just let the user decide
14169 whether or not to overwrite it. If the input is a directory, write the
14170 default filename to that directory. (Bug#4388)
14171 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14172 is a filename-as-a-directory.
14173
14174 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
14175
14176 * textmodes/page.el (what-page): Don't move to beginning of line.
14177 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14178
14179 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
14180
14181 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14182
14183 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
14184
14185 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14186 * help.el (help-for-help-internal): Add purecopy calls for text.
14187
14188 * vc.el (top): print-log method now takes an optional SHORTLOG
14189 argument. Add a new method: root.
14190 (vc-root-diff, vc-print-root-log): New functions.
14191 (vc-log-short-style): New variable.
14192 (vc-print-log-internal): Add support for showing short logs.
14193
14194 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14195 vc-print-root-log and vc-print-root-diff.
14196
14197 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14198 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14199 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14200 short logs.
14201
14202 * vc-cvs.el (vc-cvs-print-log):
14203 * vc-mtn.el (vc-mtn-print-log):
14204 * vc-rcs.el (vc-rcs-print-log):
14205 * vc-sccs.el (vc-sccs-print-log):
14206 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14207 that is ignored for now.
14208
14209 * vc-mtn.el (vc-mtn-annotate-command):
14210 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14211
14212 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14215 to function-key-map, and give them ascii-character property.
14216 * term/x-win.el (x-alternatives-map):
14217 * term/ns-win.el (ns-alternatives-map):
14218 * term/internal.el (msdos-key-remapping-map):
14219 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14220
14221 2009-09-14 Glenn Morris <rgm@gnu.org>
14222
14223 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14224 temp-buffers (2009-09-12).
14225
14226 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14229 the new read-key function.
14230
14231 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14232
14233 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14234 is defined (Bug#4405).
14235
14236 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14237
14238 * recentf.el (recentf-cleanup): Use a hash table to find
14239 duplicates (Bug#4407).
14240
14241 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
14242
14243 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14244 kp-0 to ascii equivalents (Bug#4325).
14245
14246 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14247
14248 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14249
14250 * eshell/em-hist.el:
14251 * eshell/em-dirs.el (eshell-complete-user-reference):
14252 Declare pcomplete functions and variables to avoid compiler warnings.
14253
14254 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14255
14256 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14257 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14258 * eshell/em-alias.el (eshell-aliases-file):
14259 * eshell/em-hist.el (eshell-history-file-name):
14260 Use expand-file-name instead of concat to make file names (Bug#4308).
14261
14262 2009-09-13 Glenn Morris <rgm@gnu.org>
14263
14264 * ediff-merg.el (ediff-do-merge):
14265 * filesets.el (filesets-run-cmd):
14266 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14267 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14268 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14269 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14270 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14271 Replace empty `let's with `progn'.
14272
14273 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * mail/sendmail.el (send-mail-function):
14276 * tooltip.el (tooltip-mode):
14277 * simple.el (transient-mark-mode):
14278 * rfn-eshadow.el (file-name-shadow-mode):
14279 * frame.el (blink-cursor-mode):
14280 * font-core.el (global-font-lock-mode):
14281 * files.el (temporary-file-directory)
14282 (small-temporary-file-directory, auto-save-file-name-transforms):
14283 * epa-hook.el (auto-encryption-mode):
14284 * composite.el (global-auto-composition-mode):
14285 Use custom-initialize-delay.
14286 * startup.el (command-line): Don't explicitly call
14287 custom-reevaluate-setting for all the above vars.
14288 * custom.el (custom-initialize-safe-set)
14289 (custom-initialize-safe-default): Delete.
14290
14291 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * term/x-win.el (x-initialize-window-system):
14294 * term/w32-win.el (w32-initialize-window-system):
14295 * term/ns-win.el (ns-initialize-window-system): Don't call
14296 mouse-wheel-mode since it's enabled globally by default already.
14297
14298 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14299 actually define the variable, but only silences the byte-compiler.
14300 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14301 before looking it up.
14302 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14303 is changed.
14304
14305 2009-09-12 Glenn Morris <rgm@gnu.org>
14306
14307 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14308 1000.
14309 (elint-add-required-env): Don't beep on error.
14310 (elint-forms): In case of error, return ENV unchanged.
14311 (elint-init-env): Skip non-list forms.
14312 (elint-log): Handle unknown file positions.
14313
14314 2009-09-12 Daiki Ueno <ueno@unixuser.org>
14315
14316 * epg.el (epg-make-context): Add autoload cookie.
14317 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14318 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14319 (epg-verify-string, epg-start-sign, epg-sign-file)
14320 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14321 (epg-encrypt-string, epg-start-export-keys)
14322 (epg-export-keys-to-file, epg-export-keys-to-string)
14323 (epg-start-import-keys, epg-import-keys-from-file)
14324 (epg-import-keys-from-string, epg-start-receive-keys)
14325 (epg-receive-keys, epg-import-keys-from-server)
14326 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14327 (epg-sign-keys, epg-start-generate-key)
14328 (epg-generate-key-from-file, epg-generate-key-from-string):
14329 Remove autoload cookie.
14330
14331 2009-09-12 Eli Zaretskii <eliz@gnu.org>
14332
14333 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14334 reevaluation of trash-directory.
14335
14336 * mwheel.el: Fix last change.
14337 (mouse-wheel-mode): New defvar.
14338 (mouse-wheel-mode): Remove autoload cookie.
14339
14340 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14341
14342 * mwheel.el (mwheel-installed-bindings): New var.
14343 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14344 the bindings we set last time. Use custom-initialize-delay.
14345 * loadup.el: Load mwheel after term/*-win.el.
14346 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14347 and mouse-wheel-up-event now that their first evaluation is done
14348 sufficiently late to be correct.
14349
14350 * startup.el (tutorial-directory): Make it a defcustom.
14351 Use custom-initialize-delay rather than eval-at-startup to set it.
14352 * image.el (image-load-path): Make it a defcustom.
14353 Use custom-initialize-delay rather than eval-at-startup to set it.
14354 * subr.el (eval-at-startup): Remove.
14355 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14356
14357 * subr.el (do-after-load-evaluation): Warn the user after loading an
14358 obsolete package.
14359
14360 2009-09-12 Glenn Morris <rgm@gnu.org>
14361
14362 * proced.el (proced-mark-alt): Remove alias.
14363 (proced-mode-map): Remove proced-mark-alt.
14364
14365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14366 Elint file and directory. Remove initialization entry.
14367
14368 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14369 commands.
14370 (elint-current-buffer): Set mode-line-process.
14371 (elint-init-env): Handle define-derived-mode.
14372 Fix declare-function with unspecified arglist. Guard against odd
14373 defalias statements (eg iso-insert's 8859-1-map).
14374 (elint-add-required-env): Use a temp buffer.
14375 (elint-form): Just print the function/macro name, not the whole form.
14376 Return env unchanged if we fail to parse a macro.
14377 (elint-forms): Guard against parse errors.
14378 (elint-output): New function, to handle batch mode.
14379 (elint-log-message): Add optional argument. Use elint-output.
14380 (elint-set-mode-line): New function.
14381
14382 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14383
14384 * emacs-lisp/elp.el (elp-not-profilable): Add more
14385 functions (Bug#4233).
14386
14387 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
14388
14389 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14390 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14391
14392 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14393
14394 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14395 (gdb-var-list-children): Use json parsing.
14396
14397 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
14398
14399 * progmodes/js.el (js--proper-indentation): Handle the case where
14400 char-before is null. Reported by Deniz Dogan.
14401
14402 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14403
14404 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14405
14406 2009-09-11 Daiki Ueno <ueno@unixuser.org>
14407
14408 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14409 (epg-digest-algorithm-alist): Add SHA224.
14410 (epg-context-set-passphrase-callback)
14411 (epg-context-set-progress-callback): Add description about
14412 callback function.
14413
14414 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14415
14416 * custom.el (custom-delayed-init-variables): New var.
14417 (custom-initialize-delay): New function.
14418 * startup.el (command-line): "Re"evaluate all vars in
14419 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14420 explicitly any more.
14421 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14422 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14423
14424 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14425
14426 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14427
14428 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14429 (gdb-var-update-handler): Use json parsing.
14430
14431 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14432
14433 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14434 decode annotated text, regardless of language environment. (Bug#2741)
14435
14436 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * Makefile.in (autoloads): Make rmail.el writable as well.
14439
14440 2009-09-11 Glenn Morris <rgm@gnu.org>
14441
14442 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14443 loaddefs.el.
14444 * dired.el: Regenerate with extracted autoloads.
14445 * Makefile.in (autoloads): Make dired.el writable.
14446
14447 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14448 * ibuffer.el: Regenerate with extracted autoloads.
14449 * Makefile.in (autoloads): Make ibuffer.el writable.
14450
14451 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14452 * version.el (emacs-copyright, emacs-major-version)
14453 (emacs-minor-version): Reformat doc-strings for make-docfile.
14454
14455 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14456 functions and variables, since they must be stuff specific to some other
14457 platform.
14458 (apropos-print): Make mouse-click message less specific about button.
14459
14460 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14461 that records where a macro was defined.
14462 * help-fns.el (describe-function-1): Mention if a function has a
14463 compiler-macro.
14464 * help-mode.el (help-function-cmacro): New button.
14465
14466 * locate.el (top-level): Always require dired.
14467 (locate-mode-map): Initialize inside the defvar.
14468
14469 * net/ange-ftp.el (dired-compress-file): Declare.
14470 (ange-ftp-dired-compress-file): Add doc string.
14471
14472 * term/ns-win.el (x-display-name, x-setup-function-keys):
14473 Unify doc-strings with X versions.
14474
14475 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14476
14477 * emulation/crisp.el (crisp-mode-map): Move initialization
14478 into declaration.
14479 (crisp-mode): Use define-minor-mode.
14480
14481 * progmodes/xscheme.el (xscheme-evaluation-commands):
14482 Put a :advertised-binding property rather than using
14483 advertised-xscheme-send-previous-expression.
14484 (advertised-xscheme-send-previous-expression): Declare obsolete.
14485 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14486 `advertised-undo'.
14487 (crisp-mode): Add corresponding bindings to
14488 undo's :advertised-binding instead.
14489 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14490 than using dired-advertised-find-file.
14491 (dired-advertised-find-file):
14492 * simple.el (advertised-undo):
14493 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14494 (widget-keymap): Put a :advertised-binding property rather
14495 than using advertised-widget-backward.
14496 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14497 than using advertised-undo.
14498 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14499
14500 2009-09-10 Simon South <ssouth@slowcomputing.org>
14501
14502 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14503 Mark mode is enabled and region is active; otherwise indent or
14504 insert TAB as usual.
14505 (delphi-mode): Update description of TAB-key binding.
14506
14507 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14508
14509 * subr.el (define-key-rebound-commands): Mark obsolete.
14510 * startup.el (precompute-menubar-bindings): Remove.
14511 (normal-top-level): Remove obsolete code that tried to precompute
14512 menubar bindings.
14513 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14514 define-key-rebound-commands and precompute-menubar-bindings.
14515
14516 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14517
14518 * net/imap.el (imap-interactive-login): Better messages.
14519 (imap-open): Fix bug with renamed buffer on reconnect.
14520 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14521 for easier debugging and cleaner code. On successful (guessed based on
14522 server capabilities) secondary authentication, set imap-state
14523 correctly.
14524 (imap-last-authenticator): Define imap-last-authenticator as a variable
14525 to avoid warnings.
14526
14527 2009-09-10 Glenn Morris <rgm@gnu.org>
14528
14529 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14530
14531 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14532 (byte-compile-file-form-autoload): Don't warn about unknown functions
14533 where the autoload statement comes after the use.
14534 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14535 that any handlers inside the body (eg require) are in turn respected.
14536
14537 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14538 effects.
14539
14540 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14541 and syntax and abbrev tables basic docs, if they don't have any.
14542
14543 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14544
14545 * international/mule-cmds.el (top-level): Require cl when compiling.
14546 (view-hello-file): Use default-value rather than
14547 default-enable-multibyte-characters.
14548
14549 * progmodes/fortran.el: Move all safe and risky properties into the
14550 defcustoms.
14551
14552 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14553 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14554 * mail/undigest.el:
14555 Put autoloads in rmail.el rather than loaddefs.el.
14556 * mail/rmail.el: Regenerate with extracted autoloads.
14557
14558 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14559 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14560
14561 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14562
14563 Reported in thread for Bug#4375.
14564 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14565 "-data-evaluate-expression" instead of print.
14566 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14567 (gdb-tooltip-print): Parse output from above MI command.
14568 (gdb): Revert 2009-08-11 change. User should detach inferior
14569 manually.
14570
14571 Remove the word "separate" from IO functions as inferior
14572 output is now never displayed in the GUD buffer.
14573
14574 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14575
14576 * startup.el (command-line-normalize-file-name): On Windows and
14577 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14578
14579 2009-09-10 Juri Linkov <juri@jurta.org>
14580
14581 * isearch.el (isearch-text-char-description): Propertize escape
14582 character sequences with the `escape-glyph' face. (Bug#4344)
14583
14584 * simple.el (shell-command): Set asynchronous process filter to
14585 `comint-output-filter'. (Bug#4343)
14586
14587 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14588 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14589 the list. Move "asm" to the bottom.
14590 (grep-find-ignored-directories): Add `choice' with nil value
14591 to empty the list easily.
14592 (grep-find-ignored-files): New option.
14593 (grep-files-history): Set to nil by default instead of '("ch" "el").
14594 (grep-compute-defaults): Add "<X>" to `grep-template'.
14595 (grep-read-files): Bind new local variables `default-alias' and
14596 `default-extension'. Use a list of default values for the file prompt.
14597 (lgrep): Add `--exclude=' command line options composed from
14598 `grep-find-ignored-files'.
14599 (rgrep): Add `-name' command line options composed from
14600 `grep-find-ignored-files'. (Bug#4301)
14601
14602 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14605 (bug#4368).
14606
14607 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14608
14609 * calendar/time-date.el (autoload):
14610 Expand define-obsolete-function-alias into defalias and make-obsolete
14611 for old Emacsen that Gnus supports.
14612 (with-no-warnings): Define it for old Emacsen.
14613 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14614 is available.
14615 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14616 float-time is available; suppress compile warning for time-to-seconds.
14617
14618 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14619
14620 * net/imap.el (imap-message-map): Docstring fix.
14621
14622 2009-09-09 Glenn Morris <rgm@gnu.org>
14623
14624 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14625 line numbers too. (Bug#4374)
14626
14627 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * smerge-mode.el (smerge-remove-props, smerge-refine):
14630 Use with-silent-modifications (bug#4342).
14631
14632 * subr.el (with-silent-modifications): New macro.
14633
14634 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * files.el (top-level): Require `cl' when compiling.
14637
14638 2009-09-07 Glenn Morris <rgm@gnu.org>
14639
14640 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14641
14642 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14643 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14644
14645 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * vc-git.el (vc-git-annotate-command): Use separator to parse
14648 arguments correctly.
14649
14650 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14651
14652 * proced.el (proced-mode): Doc fix.
14653
14654 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14655
14656 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14657 lstat fails.
14658 (tramp-do-file-attributes-with-ls): Check for file existence at
14659 remote end.
14660 (tramp-do-file-attributes-with-stat): Likewise.
14661 (tramp-convert-file-attributes): Return nil when attr is nil.
14662
14663 2009-09-05 Glenn Morris <rgm@gnu.org>
14664
14665 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14666 properties to this button.
14667 (diary-fancy-display): Don't extend the button to the final newline.
14668 (diary-fancy-display-mode): Continue to define "q" as a local key.
14669
14670 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14671 efficient.
14672
14673 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14674
14675 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14676 (byte-compile-dest-file-function): New option.
14677 (byte-compile-dest-file): Doc fix.
14678 Obey byte-compile-dest-file-function.
14679 (byte-compile-cl-file-p): New function.
14680 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14681 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14682 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14683 than for file being previously loaded.
14684 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14685 (byte-compile-file-form-require): Handle the case where requiring a file
14686 indirectly causes CL to be loaded.
14687
14688 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14689
14690 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14691 before killing the old buffer, since by the time `kill-buffer' is
14692 run so many buffer variables have been set to nil that it may not
14693 behave as expected. (Bug#4061)
14694
14695 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14696
14697 * files.el (find-alternate-file): If the old buffer is modified
14698 and visiting a file, behave similarly to `kill-buffer' when
14699 killing it, thus reverting to the pre-1.878 behavior; see
14700 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14701 for discussion. Also, consult `buffer-file-name' as a variable
14702 not as a function, for consistency with the rest of the code.
14703
14704 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14705
14706 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14707 also when adding a new directory.
14708
14709 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14710 defun.
14711
14712 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * files.el (locate-file-completion-table): Make it provide boundary
14715 information, so partial-completion works better.
14716
14717 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14718
14719 * mail/footnote.el (Footnote-text-under-cursor):
14720 Check footnote-text-marker-alist before using it (bug#4324).
14721
14722 2009-09-04 Glenn Morris <rgm@gnu.org>
14723
14724 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14725 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14726 * play/solitaire.el, play/tetris.el:
14727 Remove leading * from defcustom and defface docs.
14728
14729 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14730 necessary.
14731 (diary-fancy-overriding-map): New variable.
14732 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14733 Use view-mode.
14734
14735 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14736 goto-line.
14737
14738 2009-09-03 Glenn Morris <rgm@gnu.org>
14739
14740 * arc-mode.el (archive-mode):
14741 * dos-fns.el (set-default-process-coding-system):
14742 * man.el (Man-getpage-in-background):
14743 * menu-bar.el (menu-bar-describe-menu):
14744 * server.el (server-process-filter):
14745 * startup.el (command-line):
14746 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14747 * w32-fns.el (set-default-process-coding-system):
14748 * x-dnd.el (x-dnd-handle-file-name):
14749 * international/mule-cmds.el (mule-menu-keymap)
14750 (set-default-coding-systems, language-info-alist, set-language-info)
14751 (set-language-environment, standard-display-european-internal)
14752 (set-locale-environment):
14753 * international/mule-diag.el (mule-diag):
14754 * mail/emacsbug.el (report-emacs-bug):
14755 * mail/rmail.el (rmail-mode):
14756 * mail/sendmail.el (mail-setup):
14757 Use default-value rather than default-enable-multibyte-characters.
14758
14759 * progmodes/f90.el: Move all safe properties into the defcustoms.
14760 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14761
14762 * calendar/appt.el (appt-check):
14763 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14764 (diary-check-diary-file, diary-list-entries)
14765 (diary-include-other-diary-files, diary-simple-display)
14766 (diary-fancy-display, diary-print-entries)
14767 (diary-mark-included-diary-files, diary-make-entry):
14768 Don't call substitute-in-file-name on diary-file.
14769
14770 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14771 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14774 (footnote-mode-map): Move initialization into the declaration.
14775 (footnote-minor-mode-map): Define it rather than changing global-map.
14776 (footnote-mode): Use define-minor-mode.
14777
14778 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14779
14780 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14781 (tramp-do-file-attributes-with-perl)
14782 (tramp-do-file-attributes-with-stat): Rename from
14783 `tramp-handle-file-attributes-with-*'.
14784 (tramp-handle-file-attributes): Use them.
14785 (tramp-do-directory-files-and-attributes-with-perl)
14786 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14787 `tramp-handle-directory-files-and-attributes-with-*'.
14788 (tramp-handle-directory-files-and-attributes): Use them.
14789 (tramp-method-out-of-band-p): Additional parameter SIZE.
14790 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14791 (tramp-handle-write-region): Use it.
14792 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14793 (tramp-handle-vc-registered): Check, whether the first run did
14794 return files to be tested.
14795 (tramp-advice-make-auto-save-file-name): Do not call directly
14796 `tramp-handle-make-auto-save-file-name', because this would bypass
14797 the locking mechanism.
14798
14799 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14800 (file-remote-p, process-file, start-file-process, set-file-times)
14801 (tramp-compat-file-attributes): Compatibility functions shall not
14802 call directly `tramp-handle-*', because this would bypass the
14803 locking mechanism.
14804 (tramp-compat-number-sequence): New defun.
14805
14806 2009-09-02 Glenn Morris <rgm@gnu.org>
14807
14808 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14809 alias for float-time.
14810 (time-to-number-of-days): In Emacs, use float-time.
14811 * net/newst-backend.el (time-add): Suppress warnings from compat
14812 function.
14813 * time.el (emacs-uptime, emacs-init-time):
14814 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14815 Use float-time rather than time-to-seconds.
14816
14817 * minibuffer.el (completion-initials-expand): Fix typo.
14818
14819 * faces.el (modeline, modeline-inactive, modeline-highlight)
14820 (modeline-buffer-id):
14821 * info.el (info-menu-5): Mark these face aliases as obsolete.
14822
14823 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14824
14825 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14826 space ...
14827 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14828 no "--thread" option.
14829 (gdb-stopped): Don't print "Switched to thread" message when it is
14830 unchanged.
14831
14832 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * minibuffer.el (completion-try-completion)
14835 (completion-all-completions): Remove ill-defined (and
14836 mistakenly installed and luckily never used nor documented)
14837 `completion-styles' property.
14838 (completion-initials-expand, completion-initials-all-completions)
14839 (completion-initials-try-completion): New functions.
14840 (completion-styles-alist): Add doc to each entry.
14841 Add new `initials' entry.
14842
14843 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14844
14845 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14846 MI command -var-evaluate-expression.
14847 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14848 and tweak for case of string child.
14849 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14850
14851 2009-09-01 Glenn Morris <rgm@gnu.org>
14852
14853 * add-log.el (change-log-date-face, change-log-name-face)
14854 (change-log-email-face, change-log-file-face, change-log-list-face)
14855 (change-log-conditionals-face, change-log-function-face)
14856 (change-log-acknowledgement-face):
14857 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14858 (custom-modified-face, custom-set-face, custom-changed-face)
14859 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14860 (custom-documentation-face, custom-state-face, custom-comment-face)
14861 (custom-comment-tag-face, custom-variable-tag-face)
14862 (custom-variable-button-face, custom-face-tag-face)
14863 (custom-group-tag-face-1, custom-group-tag-face):
14864 * diff-mode.el (diff-header-face, diff-file-header-face)
14865 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14866 (diff-added-face, diff-changed-face, diff-function-face)
14867 (diff-context-face, diff-nonexistent-face):
14868 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14869 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14870 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14871 (Info-title-4-face):
14872 * isearch.el (isearch-lazy-highlight-face):
14873 * log-view.el (log-view-file-face, log-view-message-face):
14874 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14875 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14876 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14877 (cvs-msg-face):
14878 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14879 (smerge-base-face, smerge-markers-face):
14880 * wid-edit.el (widget-documentation-face, widget-button-face)
14881 (widget-field-face, widget-single-line-field-face)
14882 (widget-inactive-face, widget-button-pressed-face):
14883 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14884 (woman-addition-face):
14885 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14886 (eshell-ls-executable-face, eshell-ls-readonly-face)
14887 (eshell-ls-unreadable-face, eshell-ls-special-face)
14888 (eshell-ls-missing-face, eshell-ls-archive-face)
14889 (eshell-ls-backup-face, eshell-ls-product-face)
14890 (eshell-ls-clutter-face):
14891 * eshell/em-prompt.el (eshell-prompt-face):
14892 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14893 * obsolete/old-whitespace.el (whitespace-highlight-face):
14894 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14895 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14896 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14897 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14898 (antlr-font-lock-literal-face):
14899 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14900 (ebrowse-root-class-face, ebrowse-file-name-face)
14901 (ebrowse-default-face, ebrowse-member-attribute-face)
14902 (ebrowse-member-class-face, ebrowse-progress-face):
14903 * progmodes/make-mode.el (makefile-space-face):
14904 * progmodes/sh-script.el (sh-heredoc-face):
14905 * textmodes/flyspell.el (flyspell-incorrect-face)
14906 (flyspell-duplicate-face):
14907 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14908 * textmodes/texinfo.el (texinfo-heading-face):
14909 Mark face aliases with "-face" suffix as obsolete.
14910
14911 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14912 compiler.
14913
14914 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14915 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14916 easy-menu-define wants to modify these.
14917
14918 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14919
14920 * net/browse-url.el (browse-url-file-url):
14921 * term/internal.el (dos-codepage-setup):
14922 Use default-value rather than default-enable-multibyte-characters.
14923
14924 * progmodes/etags.el (etags-goto-tag-location):
14925 * progmodes/flymake.el (flymake-highlight-line)
14926 (flymake-goto-file-and-line, flymake-goto-line):
14927 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14928 (gdb-goto-breakpoint):
14929 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14930 * progmodes/python.el (python-find-function)
14931 (python-pdbtrack-track-stack-file):
14932 * progmodes/verilog-mode.el (verilog-surelint-off):
14933 * term/ns-win.el (ns-open-file-select-line):
14934 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14935 Use forward-line rather than goto-line.
14936
14937 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14938 * textmodes/reftex-index.el (reftex-display-index):
14939 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14940 * textmodes/reftex-toc.el (reftex-toc):
14941 Remove unnecessary bindings of default-major-mode (all are followed by
14942 major-mode check and possible mode switch).
14943
14944 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14945
14946 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14947 Handle watchpoints (bug#4282).
14948 (def-gdb-thread-buffer-command): Enable thread to be selected by
14949 clicking without selecting threads buffer first.
14950 (gdb-current-context-command): Use selected frame so that "up",
14951 "down" etc work in the GUD buffer.
14952 (gdb-update): Find selected frame before rendering stack buffer.
14953 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14954
14955 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14956
14957 * progmodes/sym-comp.el (displayed-completions): Remove.
14958 (symbol-complete): Use minibuffer-complete.
14959
14960 2009-08-31 Glenn Morris <rgm@gnu.org>
14961
14962 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14963
14964 * apropos.el (apropos-symbols-internal):
14965 Handle (obsolete) face aliases.
14966
14967 * faces.el (describe-face): Adjust the output format to be more like
14968 describe-variable, and to mention (obsolete) face aliases.
14969 Adjust the whitespace so that help-setup-xref works.
14970
14971 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14972 * calendar/diary-lib.el (diary-button-face):
14973 Mark these face aliases as obsolete.
14974
14975 * calendar/calendar.el (calendar-today): Doc fix.
14976
14977 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14978
14979 * progmodes/gdb-mi.el (gdb-control-all-threads)
14980 (gdb-control-current-thread): Force tool bar update.
14981 (gdb-non-stop-handler): New function.
14982 (gdb-init-1): Use it to test if non-stop mode is supported.
14983 Remove unused gdbmi buffer type.
14984
14985 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14986
14987 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14988 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14989
14990 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14991
14992 * comint.el (comint-exec-1): Check command is non-null first.
14993 Part of gdb-mi.el change (2009-08-28).
14994
14995 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14996
14997 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14998
14999 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15002 instead of `dolist' to avoid a recursive require when bootstrapping.
15003
15004 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15007
15008 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15009
15010 * net/imap.el (imap-send-command): Simplify.
15011 (imap-wait-for-tag): point-max -> buffer-size.
15012
15013 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15014
15015 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15016 with constant argument.
15017
15018 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15019
15020 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15021
15022 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15023 Change default, since most of our files don't have a history.
15024 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15025 the user.
15026
15027 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15028 Add comint-run.
15029
15030 * calc/calc.el: Improve commenting convention.
15031 (calc-digit-map, toplevel): Simplify.
15032
15033 * comint.el (comint-insert-input): Be careful to only set point if we
15034 don't delegate to some other command.
15035
15036 * proced.el (proced-signal-list): Make it an alist.
15037 (proced-grammar-alist): Capitalize names.
15038 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15039 Disable undo manually and make it read-only.
15040 Use completion-annotate-function.
15041
15042 * minibuffer.el (minibuffer-message): If the current buffer is not
15043 a minibuffer, insert the message in the echo area rather than at the
15044 end of the buffer.
15045 (completion-annotate-function): New variable.
15046 (minibuffer-completion-help): Use it.
15047 (completion--embedded-envvar-table): Environment vars are
15048 always case-sensitive.
15049
15050 2009-08-30 Glenn Morris <rgm@gnu.org>
15051
15052 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15053 from fortran-current-defun.
15054 (fortran-beginning-of-subprogram): Be more precise about finding the
15055 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
15056 (fortran-end-of-subprogram): Simplify.
15057 (fortran-current-defun): Use fortran-start-prog-re.
15058
15059 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
15060
15061 * subr.el (do-after-load-evaluation): Simplify.
15062
15063 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
15064
15065 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15066
15067 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
15068 (vc-rcs-print-log): Use it.
15069
15070 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15071
15072 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * paths.el (abbrev-file-name): Move to abbrev.el.
15075 * abbrev.el (abbrev-file-name): Move from paths.el.
15076 Obey user-emacs-directory.
15077 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15078 user-emacs-directory.
15079 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15080 abbrev-file-name and calc-settings-file any more.
15081 * startup.el (command-line): Recompute abbrev-file-name and
15082 abbreviated-home-dir.
15083 (normal-no-mouse-startup-screen): Improve the generic code and get rid
15084 of the special code for when C-h bindings haven't been changed.
15085 (display-startup-echo-area-message): Use with-current-buffer.
15086 (command-line-1): Use a list of strings, rather than a list of lists
15087 of strings for longopts.
15088
15089 * files.el (get-free-disk-space): Use / for default-directory.
15090
15091 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15092 Use with-current-buffer.
15093
15094 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15095 Recognize immutable variables like most-positive-fixnum.
15096 (byte-compile-setq-default): Check and warn if trying to assign
15097 to an immutable variable, or a non-variable.
15098
15099 * progmodes/cc-vars.el (c-comment-continuation-stars):
15100 * progmodes/cc-engine.el (c-looking-at-bos):
15101 * progmodes/cc-cmds.el (c-toggle-auto-state)
15102 (c-forward-into-nomenclature, c-backward-into-nomenclature)
15103 (c-comment-line-break-function): Add version of obsolescence.
15104
15105 2009-08-28 Juri Linkov <juri@jurta.org>
15106
15107 * files.el (magic-fallback-mode-alist): Add ZIP magic number
15108 associated with `archive-mode'.
15109
15110 * image.el (image-type-header-regexps): Use only JPEG magic number
15111 to determine JPEG images, and don't use `image-jpeg-p' because
15112 Emacs can display non-JFIF non-Exif JPEG images.
15113
15114 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
15115
15116 * arc-mode.el (archive-mode):
15117 * emacs-lisp/re-builder.el (re-builder-unload-function):
15118 Protect against the default value of `major-mode' being nil.
15119
15120 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
15121
15122 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15123 Fix typos in docstrings.
15124
15125 * progmodes/js.el (js--macro-decl-re): Doc fix.
15126 (js--plain-method-re, js--split-name): Refloc docstring.
15127 (js--class-styles, js--make-merged-item, js--splice-into-items):
15128 Fix typos in docstrings; reflow docstrings.
15129 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15130 (js--variable-decl-matcher, js--inside-pitem-p)
15131 (js--parse-state-at-point, js--get-all-known-symbols)
15132 (js--symbol-history, js-find-symbol, js--js-references)
15133 (js--moz-interactor, js--js-encode-value, js--read-tab):
15134 Fix typos in docstrings.
15135
15136 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15137
15138 * textmodes/reftex.el (reftex-get-file-buffer-force):
15139 * progmodes/verilog-mode.el (verilog-batch-execute-func):
15140 * emulation/viper.el (viper-go-away, viper-set-hooks):
15141 * emacs-lisp/re-builder.el (re-builder-unload-function):
15142 * emacs-lisp/bytecomp.el (byte-compile-file):
15143 * ses.el (ses-unload-function):
15144 * hexl.el (hexl-find-file):
15145 * files.el (normal-mode):
15146 * ehelp.el (with-electric-help):
15147 * autoinsert.el (auto-insert-alist):
15148 * arc-mode.el (archive-mode):
15149 Use (default-value 'major-mode) instead of default-major-mode.
15150
15151 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15152 * international/mule.el (load-with-code-conversion):
15153 * emacs-lisp/debug.el (debug):
15154 * ediff-vers.el (ediff-rcs-get-output-buffer):
15155 * dired.el (dired-internal-noselect): Don't let-bind
15156 default-major-mode around code that doesn't use it.
15157 E.g. buffer creation via get-buffer-create doesn't use it.
15158
15159 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
15160
15161 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15162 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15163 when writing the temp file. Otherwise, epa-file gets confused.
15164 (tramp-register-file-name-handlers): Make it a defun. Move also
15165 `epa-file-handler' to the front of `file-name-handler-alist'.
15166
15167 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15170 start right after a ^M.
15171 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15172 (tramp-completion-file-name-regexp-separate)
15173 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15174 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15175 Don't modify last-coding-system-used by accident.
15176 (tramp-completion-file-name-handler): Apply the checks here,
15177 instead during registration.
15178 (tramp-register-file-name-handlers): Renamed from
15179 `tramp-register-file-name-handler'. Register both
15180 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15181 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
15182
15183 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
15184
15185 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15186 Remove variable ...
15187 (gdb-init-1, gdb-display-separate-io-buffer)
15188 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15189 references to it.
15190 (gdb-inferior-io-mode): Use make-comint-in-buffer.
15191 (gdb-inferior-filter): Use comint-output-filter to stop
15192 echoing and remove ^M characters.
15193
15194 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * emulation/viper-init.el (viper-restore-cursor-type):
15197 * emulation/cua-base.el (cua--update-indications):
15198 Replace default-cursor-type with (default-value 'cursor-type).
15199
15200 * mail/sendmail.el (mail-recover-1):
15201 * international/mule-diag.el (describe-current-coding-system-briefly)
15202 (describe-current-coding-system):
15203 * international/mule-cmds.el (select-safe-coding-system)
15204 (select-message-coding-system)
15205 (set-language-environment-coding-systems, set-locale-environment):
15206 * hexl.el (hexl-insert-multibyte-char):
15207 * dos-w32.el (find-buffer-file-type-coding-system):
15208 * simple.el (what-cursor-position):
15209 Replace uses of default-buffer-file-coding-system
15210 with (default-value 'buffer-file-coding-system).
15211
15212 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15213 Replace uses of default-cursor-in-non-selected-windows
15214 with (default-value 'cursor-in-non-selected-windows).
15215 Use with-current-buffer.
15216
15217 * mail/feedmail.el: Use CL macros.
15218 (feedmail-run-the-queue, feedmail-send-it-immediately):
15219 * dos-w32.el (find-buffer-file-type): Replace uses of
15220 default-buffer-file-type with (default-value 'buffer-file-type).
15221
15222 2009-08-28 Glenn Morris <rgm@gnu.org>
15223
15224 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15225 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15226 Use default-value of major-mode rather than default-major-mode.
15227
15228 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15229
15230 * Makefile.in (update-elcfiles): Report left over elc files.
15231
15232 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15233 expand-file-name and with-current-buffer.
15234 (mail-get-names, mail-directory): Use with-current-buffer.
15235
15236 * vc.el (vc-read-revision): New function.
15237 (vc-version-diff, vc-merge): Use it.
15238
15239 2009-08-27 Sam Steingold <sds@gnu.org>
15240
15241 * simple.el (kill-do-not-save-duplicates): New user option.
15242 (kill-new): When it is non-nil, and the new string is the same as
15243 the latest kill, set replace to t to avoid duplicates in kill-ring.
15244
15245 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
15246
15247 * net/tramp.el (tramp-handle-process-file): Do not flush all
15248 caches when `process-file-side-effects' is set.
15249 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15250 instead of `tramp-find-file-exists-command'.
15251 Unset `process-file-side-effects'.
15252
15253 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
15254
15255 * net/tramp.el (tramp-methods): New method "rsyncc".
15256 (top): Add completion function for "rsyncc".
15257 (tramp-message-show-message): New defvar.
15258 (tramp-message, tramp-error): Use it.
15259 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15260 remote copying.
15261 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15262 `tramp-methods' entry `copy-env' of "rsyncc".
15263 (tramp-vc-registered-read-file-names): New defconst.
15264 (tramp-vc-registered-file-names): New defvar.
15265 (tramp-handle-vc-registered): Implement optimization strategy.
15266 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15267 (tramp-vc-file-name-handler): New defun.
15268 (tramp-get-ls-command, tramp-get-test-command)
15269 (tramp-get-file-exists-command, tramp-get-remote-ln)
15270 (tramp-get-remote-perl, tramp-get-remote-stat)
15271 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15272
15273 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15274 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15275 timestamps.
15276 (tramp-get-file-property): Check for timestamps in
15277 `tramp-cache-inhibit-cache'.
15278 (tramp-set-file-property): Write timestamp.
15279
15280 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15281
15282 * language/japan-util.el (japanese-symbol-table): Add entries for
15283 cp932-2-byte.
15284
15285 * international/characters.el: Add category `j' to cp932-2-byte.
15286
15287 2009-08-27 Kenichi Handa <handa@m17n.org>
15288
15289 * international/fontset.el (build-default-fontset-data): New macro.
15290 (setup-default-fontset): Use build-default-fontset-data for CJK,
15291 tibetan, ethiopic, and ipa.
15292
15293 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15296 (enable-multibyte-characters): Not customizable any more.
15297
15298 * subr.el (default-mode-line-format, default-header-line-format)
15299 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15300 (default-direction-reversed, default-truncate-lines)
15301 (default-left-margin, default-tab-width, default-case-fold-search)
15302 (default-left-margin-width, default-right-margin-width)
15303 (default-left-fringe-width, default-right-fringe-width)
15304 (default-fringes-outside-margins, default-scroll-bar-width)
15305 (default-vertical-scroll-bar, default-indicate-empty-lines)
15306 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15307 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15308 (default-scroll-down-aggressively, default-fill-column)
15309 (default-cursor-type, default-buffer-file-type)
15310 (default-cursor-in-non-selected-windows)
15311 (default-buffer-file-coding-system, default-major-mode)
15312 (default-enable-multibyte-characters): Mark as obsolete.
15313
15314 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15315
15316 * vc-dir.el (vc-dir-update): Remove debug helper.
15317
15318 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15319
15320 2009-08-26 Sam Steingold <sds@gnu.org>
15321
15322 * simple.el (save-interprogram-paste-before-kill): New user option.
15323 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15324 save the interprogram-paste into kill-ring before overriding it
15325 with the Emacs kill.
15326
15327 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15328
15329 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15330 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15331 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15332 and move to vc-rcs.el.
15333 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15334 move to vc-rcs.el.
15335 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15336 (vc-rcs-update-changelog): Remove.
15337 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15338 and move to vc-rcs.el.
15339
15340 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15341 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15342 renaming.
15343 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15344 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15345 vc.el, renamed to be RCS specific.
15346
15347 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15348 New functions.
15349 (vc-cvs-update-changelog): Move here from vc.el.
15350
15351 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15352 New functions.
15353
15354 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15355
15356 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15357
15358 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15359
15360 * vc-git.el (vc-git-register): Use "git add" for directories.
15361 (vc-git-stash, vc-git-stash-show): New functions.
15362 (vc-git-extra-menu-map): Bind them.
15363
15364 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15365 directory correctly in case the item is a directory itself.
15366
15367 * vc.el: Document the desired behavior for reverted files in the
15368 `added' state.
15369 (vc-default-prettify-state-info): Remove function, unused.
15370
15371 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15372
15373 2009-08-26 Glenn Morris <rgm@gnu.org>
15374
15375 * bindings.el (standard-mode-line-format): Reposition dashes in
15376 which-func entry. (Bug#4217)
15377
15378 * files.el (enable-local-variables, enable-local-eval)
15379 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15380 the defcustoms.
15381 (auto-mode-alist, ignored-local-variables)
15382 (save-some-buffers-action-alist): Move risky declarations to the
15383 definitions.
15384 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15385 (font-lock-defaults, format-alist, imenu--index-alist)
15386 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15387 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15388 (mode-line-modified, mode-line-mule-info, mode-line-position)
15389 (mode-line-process, mode-line-remote, outline-level)
15390 (parse-time-rules, rmail-output-file-alist)
15391 (special-display-buffer-names, vc-mode):
15392 Move risky declarations to the relevant files.
15393 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15394 (mode-line-modified, mode-line-process, mode-line-position)
15395 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15396 * font-core.el (font-lock-defaults):
15397 * format.el (format-alist):
15398 * vc-hooks.el (vc-mode):
15399 * window.el (special-display-buffer-names):
15400 * international/mule-cmds.el (input-method-alist):
15401 Define riskiness here (dumped file) rather than in files.el.
15402 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15403 * imenu.el (imenu-generic-expression, imenu--index-alist):
15404 * outline.el (outline-level):
15405 * time.el (display-time-string):
15406 * calendar/parse-time.el (parse-time-rules):
15407 * mail/rmailout.el (rmail-output-file-alist):
15408 Autoload riskiness here, rather than placing in files.el.
15409
15410 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15411
15412 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15413
15414 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
15415
15416 * simple.el (process-file-side-effects): New defvar.
15417
15418 * dired-aux.el (dired-show-file-type):
15419 * vc.el (vc-diff-internal):
15420 * vc-arch.el (vc-arch-diff):
15421 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15422 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15423 * vc-git.el (vc-git-registered, vc-git-working-revision)
15424 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15425 (vc-git--empty-db-p):
15426 * vc-hooks.el (vc-user-login-name):
15427 * vc-svn.el (vc-svn-registered, vc-svn-state)
15428 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15429 * progmodes/grep.el (grep-probe): Let-bind
15430 `process-file-side-effects' with nil.
15431
15432 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15433
15434 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15435 daemon. Replace ping by checking for running service for bluez
15436 and zeroconf. (Bug#4239)
15437
15438 2009-08-25 Kevin Ryde <user42@zip.com.au>
15439
15440 * net/dig.el (dig): Add autoload cookie.
15441
15442 2009-08-25 Glenn Morris <rgm@gnu.org>
15443
15444 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15445 load-history for absolute file-names.
15446 (byte-compile-file-form-require): Warn about use of the cl package.
15447
15448 * format.el (format-alist): Doc fix.
15449
15450 * play/bubbles.el (top-level): Don't require cl at run-time.
15451
15452 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15453 run-time cl).
15454
15455 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15456
15457 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15458 from cl package.
15459 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15460
15461 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15462
15463 * calc/calc-alg.el (math-trig-rewrite)
15464 (math-hyperbolic-trig-rewrite): New functions.
15465 (calc-simplify): Simplify trig functions when asked.
15466
15467 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15470
15471 2009-08-24 Kenichi Handa <handa@m17n.org>
15472
15473 * language/ind-util.el (mapthread): Delete it.
15474 (combinatorial): New function.
15475 (indian--puthash-cv): Use combinatorial instead of mapthread.
15476
15477 2009-08-22 Kevin Ryde <user42@zip.com.au>
15478
15479 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15480 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15481 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15482 Clarify docstring that the value is strings not symbols.
15483 (checkdoc-list-of-strings-p): New function.
15484
15485 2009-08-22 Glenn Morris <rgm@gnu.org>
15486
15487 * files.el (auto-mode-alist):
15488 * hippie-exp.el (he-concat-directory-file-name):
15489 * lpr.el (lpr-windows-system, printer-name):
15490 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15491 * ps-print.el (ps-windows-system):
15492 * startup.el (command-line):
15493 * emulation/viper-ex.el (viper-glob-function):
15494 * international/mule-cmds.el (set-language-environment-coding-systems):
15495 * net/ange-ftp.el (ange-ftp-write-region):
15496 * obsolete/fast-lock.el (fast-lock-cache-name):
15497 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15498 unisoft-unix, vax-vms, win32, w32.
15499
15500 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15501 given name if the pattern is not more specific.
15502
15503 * calendar/lunar.el (lunar-phase-names): New option.
15504 (lunar-phase): Doc fix.
15505 (lunar-cycles-per-year): New constant.
15506 (lunar-index): New function.
15507 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15508 (lunar-phase-name): Use lunar-phase-names.
15509 (calendar-lunar-phases): Use format.
15510 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15511
15512 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15513 Copy imenu-example--name-and-position function here for own use.
15514 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15515
15516 * bs.el (bs--redisplay):
15517 * cus-edit.el (custom-redraw):
15518 * ibuffer.el (ibuffer-bury-buffer):
15519 * server.el (server-goto-line-column):
15520 * startup.el (command-line-1):
15521 * strokes.el (strokes-xpm-for-stroke):
15522 * term.el (term-display-buffer-line):
15523 * view.el (View-goto-line):
15524 * calc/calc.el (calc-do, calc-trail-buffer):
15525 * play/gamegrid.el (gamegrid-add-score-insecure):
15526 * progmodes/ada-mode.el (ada-compile-goto-error):
15527 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15528 (ebrowse-select-1st-to-9nth):
15529 * progmodes/cperl-mode.el (cperl-time-fontification):
15530 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15531 * progmodes/gud.el (gud-display-line):
15532 (idlwave-shell-display-line):
15533 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15534 * progmodes/make-mode.el (makefile-browser-toggle):
15535 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15536 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15537 * textmodes/picture.el (picture-draw-rectangle):
15538 * textmodes/reftex-index.el (reftex-index-goto-letter):
15539 (reftex-select-jump-to-previous):
15540 * textmodes/reftex-sel.el (reftex-find-start-point)
15541 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15542 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15543 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15544 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15545 * textmodes/two-column.el (2C-associated-buffer):
15546 Use forward-line rather than goto-line.
15547
15548 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15549 goto-line.
15550
15551 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15552 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15553 (quick-check-list-to-regexp): Declare.
15554
15555 * progmodes/make-mode.el (makefile-browser-insert-selection):
15556 Use goto-char rather than goto-line.
15557
15558 * progmodes/prolog.el (compilation-error-regexp-alist)
15559 (compilation-forget-errors): Declare.
15560
15561 2009-08-22 Juri Linkov <juri@jurta.org>
15562
15563 * progmodes/grep.el (lgrep, rgrep): At the beginning
15564 set `dir' to `default-directory' unless `dir' is a non-nil
15565 readable directory. (Bug#4052)
15566 (lgrep, rgrep): Change a weird way to report an error
15567 from using `read-string' to using `error'.
15568 Instead of using interactive arguments in the function body,
15569 add new argument `confirm'.
15570
15571 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * textmodes/remember.el (remember-buffer):
15574 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15575 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15576 (icalendar-extract-ical-from-buffer):
15577 * net/newst-treeview.el (newsticker-groups-filename):
15578 * net/newst-backend.el (newsticker-cache-filename):
15579 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15580 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15581 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15582 (speedbar-buffers-line-path, speedbar-path-line)
15583 (speedbar-buffers-line-path):
15584 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15585 (epg-sign-keys):
15586 * epa.el (epa-display-verify-result):
15587 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15588
15589 2009-08-21 Glenn Morris <rgm@gnu.org>
15590
15591 * progmodes/js.el (inferior-moz-process): Fix declaration.
15592
15593 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15594
15595 * obsolete/rnewspost.el (news-mail-reply):
15596 Use goto-char rather than goto-line.
15597
15598 * term/ns-win.el (ns-open-file-select-line):
15599 Use line-beginning-position rather than goto-line.
15600
15601 * apropos.el (apropos-command):
15602 * ehelp.el (electric-helpify):
15603 * printing.el (pr-show-setup):
15604 * strokes.el (strokes-help):
15605 * tutorial.el (tutorial--describe-nonstandard-key)
15606 (tutorial--detailed-help):
15607 * woman.el (woman-mini-help, woman-display-extended-fonts):
15608 * calc/calc-help.el (calc-describe-key):
15609 * emulation/edt.el (edt-electric-helpify):
15610 * international/mule-diag.el (mule-diag):
15611 * play/yow.el (apropos-zippy):
15612 * progmodes/python.el (python-describe-symbol):
15613 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15614 * textmodes/table.el (*table--cell-describe-mode)
15615 (*table--cell-describe-bindings):
15616 Use help-print-return-message rather than the now obsolete alias.
15617
15618 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15619 (calendar-cursor-to-visible-date):
15620 * play/5x5.el (5x5-position-cursor):
15621 * play/decipher.el (decipher):
15622 * play/gomoku.el (gomoku-goto-xy):
15623 * play/landmark.el (lm-goto-xy):
15624 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15625 (mpuz-paint-digit):
15626 Use forward-line, not goto-line.
15627
15628 * mail/rmail.el (rmail-obsolete): Delete custom group.
15629 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15630 (rmail-remote-password, rmail-remote-password-required):
15631 Remove unneeded :set-after and :set properties.
15632
15633 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15634
15635 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15636
15637 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15638
15639 * loadup.el: Remove leftover macos code.
15640
15641 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15642 Explicitly pass the date format to git blame so that user local
15643 so that the output format can be parsed.
15644
15645 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15646
15647 * net/dbus.el (top): Don't check for (getenv
15648 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15649
15650 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15651
15652 * log-edit.el (log-edit-strip-single-file-name): New var.
15653 (log-edit-insert-changelog): Use it. Bug#3571
15654
15655 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15658 Bug#3287
15659
15660 * help.el (help-print-return-message): Rename from
15661 print-help-return-message.
15662
15663 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15664 cvs-mode-map parent hack.
15665 (log-view-mode): Derive from special-mode.
15666
15667 * linum.el (linum-mode): window-size-change-functions is redundant.
15668 Adapt to new window-configuration-change-hook behavior.
15669 (linum-after-size, linum-after-config): Remove.
15670
15671 * imenu.el (imenu-example--name-and-position)
15672 (imenu-example--lisp-extract-index-name)
15673 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15674 Mark as obsolete.
15675
15676 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15677 (inferior-prolog-mode): Use it.
15678 (inferior-prolog-load-file): Reset list of errors.
15679
15680 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15681
15682 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15683
15684 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15685
15686 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15687
15688 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15689 is running already.
15690
15691 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * subr.el (listify-key-sequence-1): Use normal syntax since those
15694 integers are nowadays always represented by the same (positive) number
15695 on all platforms.
15696 (read-key-empty-map): New const.
15697 (read-key-delay): New var.
15698 (read-key): New function.
15699 (force-mode-line-update): Use with-current-buffer.
15700 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15701 (start-process-shell-command, start-file-process-shell-command):
15702 Discourage the use of command-args.
15703
15704 2009-08-19 Glenn Morris <rgm@gnu.org>
15705
15706 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15707
15708 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15709
15710 * simple.el (choose-completion-string): Don't rely on
15711 minibuffer-completing-file-name and ad-hoc checks to decide whether
15712 to continue completion or not.
15713
15714 * minibuffer.el (minibuffer-hide-completions): New function.
15715 (completion--do-completion): Use it.
15716 (completions-annotations): New face.
15717 (completion--insert-strings): Use it.
15718 (completion-pcm--delim-wild-regex): Add docstring.
15719 (completion-pcm--string->pattern): Add support for 0-width delimiters
15720 in completion-pcm--delim-wild-regex.
15721
15722 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15723
15724 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15725 Remove unused var `buffer-modified-p'.
15726
15727 * minibuffer.el (completion--do-completion): Move point for the #b001
15728 case as well (bug#4176).
15729 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15730
15731 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15732
15733 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15734 and :session buses.
15735
15736 2009-08-18 Kenichi Handa <handa@m17n.org>
15737
15738 * international/ucs-normalize.el (ucs-normalize-version):
15739 Change to 1.1.
15740 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15741 (utf-8-hfs): Make it perform normalization on encoding too.
15742
15743 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15744 (sentence-end-without-space): Delete duplicated chars.
15745 (sentence-end-base): Likewise.
15746
15747 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15748 (html-mode): Delete duplicated chars from sentence-end-base.
15749
15750 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15751 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15752
15753 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15754
15755 * files.el (hack-one-local-variable): If the mode function is for
15756 a minor mode, pass it an argument (Bug#4148).
15757
15758 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * net/tramp.el (tramp-register-completion-file-name-handler):
15761 Check also for (member 'partial-completion completion-styles).
15762
15763 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15764
15765 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15766 abbrev (Bug#3943).
15767
15768 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15769
15770 * progmodes/cperl-mode.el: Merge upstream 6.2.
15771 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15772 (cperl-forward-re): Check cperl-brace-recursing.
15773 (cperl-highlight-charclass): New function.
15774 (cperl-find-pods-heres): Use it.
15775 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15776 (cperl-beautify-regexp-piece): Fix column calculation.
15777 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15778 (cperl-beautify-level): Don't process entire regexp.
15779 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15780 calling man.
15781 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15782 (cperl-init-faces): Build a list in the normal way.
15783
15784 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15785
15786 * calendar/parse-time.el (parse-time-string-chars): Save match
15787 data.
15788
15789 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15792 (sql-product): Use it.
15793 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15794 (sql-set-product): Add completion.
15795 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15796 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15797 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15798 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15799 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15800 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15801 (sql-highlight-db2-keywords): Remove.
15802 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15803 (sql-highlight-product): Use derived-mode-p.
15804 (sql-set-sqli-buffer): Use with-current-buffer.
15805 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15806 Simplify.
15807
15808 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15809
15810 * term.el: Fix commenting convention, turn comments into docstrings.
15811
15812 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15813
15814 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15815
15816 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15817
15818 * calendar/parse-time.el (parse-time-string-chars): Compute using
15819 character classes, to handle non-ascii characters (Bug#3190).
15820
15821 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15822
15823 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15824 another heredoc if the user adds another < (Bug#3226).
15825
15826 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15827 Don't initialize based on window-system (Bug#4124).
15828
15829 * facemenu.el (facemenu-read-color): Use a completion function
15830 that accepts any defined color, such as RGB triplets (Bug#3677).
15831
15832 * files.el (get-free-disk-space): Change fallback default
15833 directory to /. Expand DIR argument before switching to fallback.
15834 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15835
15836 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15837
15838 * files.el (load-library): Doc fix.
15839
15840 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15841
15842 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15843 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15844 incremental search string.
15845
15846 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15847 XEmacs.
15848
15849 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15850 (ediff-merge-region-is-non-clash)
15851 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15852 Also check if the job is really a merge job.
15853
15854 * ediff.el (ediff-current-file): New function.
15855
15856 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15857
15858 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15859 conventions.
15860 (js-insert-and-indent): Delete function.
15861 (js-mode-map): Don't bind keys to js-insert-and-indent.
15862 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15863 (js-end-of-defun): Rename from js--end-of-defun.
15864 (js-auto-indent-flag): Delete variable.
15865
15866 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15867
15868 * progmodes/js.el: Remove proclaim statement.
15869 Defvar which-func-imenu-joiner-function to silence compiler.
15870
15871 * files.el (auto-mode-alist): Use js-mode for .js files.
15872
15873 * progmodes/js2-mode.el: Remove file.
15874
15875 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15876
15877 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15878
15879 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15880
15881 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15882 Karl Landstrom <karl.landstrom@brgeight.se>
15883
15884 * progmodes/js.el: New file.
15885
15886 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15887
15888 * timezone.el (timezone-parse-date): Add ability to understand ISO
15889 basic format (minimal separators) dates in addition to the
15890 already-supported extended format dates.
15891
15892 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15893
15894 * international/ucs-normalize.el: Add a `coding' file variable.
15895
15896 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15897
15898 2009-08-14 Sam Steingold <sds@gnu.org>
15899
15900 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15901
15902 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15903
15904 * faces.el (help-argument-name): Define it here instead of
15905 help-fns.el, because in daemon mode help-fns.el may be loaded when
15906 faces are still uninitialized (Bug#1078).
15907
15908 * help-fns.el (help-argument-name): Move defface to faces.el.
15909
15910 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15911
15912 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15913 create buffer with a pty but no process so that GDB can make the
15914 inferior the controlling process.
15915
15916 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15917
15918 * international/ucs-normalize.el: New file.
15919
15920 2009-08-13 Richard Stallman <rms@gnu.org>
15921
15922 * mail/rmail.el (rmail-get-attr-names):
15923 Accept an attribute header that is too short.
15924
15925 * mail/rmail.el (rmail-forget-messages):
15926 Ignore nil elt in rmail-message-vector. Use dotimes.
15927
15928 * progmodes/compile.el (compilation-goto-locus):
15929 Use next-error-move-function.
15930
15931 * simple.el (next-error-move-function): New variable.
15932
15933 2009-08-12 Juri Linkov <juri@jurta.org>
15934
15935 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15936 always non-nil. (Bug#4052)
15937
15938 * replace.el (read-regexp): Return empty string when
15939 `default-value' is nil.
15940 (keep-lines-read-args): Don't use empty string as the
15941 default value for `read-regexp'. (Bug#2495)
15942
15943 2009-08-12 Juri Linkov <juri@jurta.org>
15944
15945 * international/mule-cmds.el (ucs-insert): Change arguments
15946 from `arg' to `character', `count', `inherit' to be the same
15947 as in `insert-char'. Doc fix. (Bug#4039)
15948
15949 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15950
15951 2009-08-12 Juri Linkov <juri@jurta.org>
15952
15953 * files-x.el: New file.
15954
15955 * files.el: Move code that deals with adding/deleting
15956 file/directory-local variables to files-x.el.
15957
15958 * Makefile.in (ELCFILES): Add files-x.elc.
15959
15960 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15961
15962 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15963 to use `goto-line'.
15964 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15965 `goto-line'.
15966 (gdb-invalidate-disassembly): Do not refresh upon receiving
15967 'update signal. Instead, update all disassembly buffers only after
15968 threads list.
15969 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15970 (gdb-starting): Moved -data-list-register-names...
15971 (gdb-stopped): ...here so it's sent when first thread stops.
15972 (gdb-registers-handler-custom): Do nothing if register names are
15973 unknown yet.
15974
15975 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15976 from `gdb-mi.el' to avoid extra tangling.
15977
15978 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15979 change which breaks `gud-def' definitions used in `gdb'.
15980 (gdb-update-gud-running): No extra fuss for updating frame number.
15981
15982 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15985 (describe-language-environment-map, setup-language-environment-map)
15986 (set-coding-system-map): Move initialization into declaration.
15987 (set-language-info-alist): Last arg to define-key-after can be skipped.
15988
15989 * international/quail.el (quail-completion-1): Simplify.
15990 (quail-define-rules): Use slightly more compact code.
15991 (quail-insert-decode-map): Propertize keys, compact columns.
15992
15993 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15994 Add goto-line.
15995
15996 2009-08-10 Miles Bader <miles@gnu.org>
15997
15998 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15999 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16000 (js2-instance-member, js2-private-member, js2-private-function-call)
16001 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16002 (js2-magic-paren, js2-external-variable):
16003 Remove "-face" suffix from face names.
16004 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16005 (js2-highlight-undeclared-vars, js2-peek-token)
16006 (js2-parse-function-params, js2-mode-show-errors)
16007 (js2-mode-show-warnings, js2-make-magic-delimiter)
16008 (js2-mode-highlight-magic-parens): Update to use new face names.
16009
16010 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
16011
16012 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16013 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
16014
16015 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
16016
16017 * subr.el: Provide hashtable-print-readable.
16018
16019 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16020 hs-c-like-adjust-block-beginning.
16021 (hs-hide-block-at-point): Stop hiding at the beginning of
16022 hs-block-end-regexp (Bug#700).
16023
16024 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
16025
16026 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16027 a macro.
16028 (gdb-registers-handler-custom): Do not fail when register names
16029 are unavailable.
16030
16031 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16032
16033 * progmodes/gdb-mi.el (gdb-control-all-threads)
16034 (gdb-control-current-thread): Interactive setters for
16035 `gdb-gud-control-all-threads' to use in menu.
16036 (gdb-show-run-p): Show «Go» when process is not active.
16037 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
16038 gud/thread.xpm and gud/all.xpm.
16039
16040 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
16041
16042 * net/net-utils.el (net-utils-font-lock-keywords): New var.
16043 (nslookup-font-lock-keywords): Make it a variable.
16044 (net-utils-mode): New mode for viewing diagnostic network output.
16045 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16046 (net-utils-run-simple): New function.
16047 (ifconfig, iwconfig, netstat, arp, route): Use it.
16048
16049 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
16050
16051 * progmodes/gdb-mi.el (gdb-read-memory-custom)
16052 (gdb-memory-set-address, def-gdb-set-positive-number)
16053 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16054 after changing settings.
16055 (gdb-invalidate-disassembly): Update when first shown.
16056 (gdb-edit-locals-value): Fixed.
16057 (gdb-registers-handler-custom): Print registers in right order and
16058 allow changing register values (only for current thread yet).
16059 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16060 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16061 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16062 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16063 info in mode name.
16064 (gdb-registers-mode-map): TAB to switch to locals.
16065
16066 2009-08-08 Eli Zaretskii <eliz@gnu.org>
16067
16068 * mail/rmail.el (rmail-add-mbox-headers)
16069 (rmail-set-message-counters-counter): Search for
16070 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
16071
16072 2009-08-08 Glenn Morris <rgm@gnu.org>
16073
16074 * Makefile.in (ELCFILES): Update.
16075
16076 2009-08-07 Eli Zaretskii <eliz@gnu.org>
16077
16078 * mail/sendmail.el (mail-yank-original): Set
16079 buffer-file-coding-system from the one used by the message whose
16080 text is yanked.
16081
16082 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16083 to "windows" when "pgnuplot" is used.
16084 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16085 call accept-process-output if "pgnuplot" is used.
16086 (calc-graph-init): Don't send -display and -geometry to
16087 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
16088 running "pgnuplot -V" with shell-command-to-string.
16089
16090 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16091 the default.
16092
16093 2009-08-07 Eli Zaretskii <eliz@gnu.org>
16094
16095 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16096 org/org-latex.elc.
16097
16098 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
16099
16100 * vc-dispatcher.el (vc-resynch-window): Update comment.
16101
16102 * term.el (term-handle-ansi-escape): Add comments with the
16103 terminfo capabilities implemented.
16104
16105 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
16106
16107 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16108 (gdb-var-create-handler): Rewritten using JSON parser.
16109 (gdb-propertize-header): Moved earlier.
16110 (gdb-set-header): Removed to avoid duplication.
16111 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16112 Refresh disassembly buffers only after threads list have been
16113 update.
16114 (gdb-threads-header, gdb-registers-header): Per-buffer header line
16115 variables.
16116
16117 2009-08-04 Juri Linkov <juri@jurta.org>
16118
16119 * files.el: Commands to add/delete file/directory-local variables.
16120 (read-file-local-variable, read-file-local-variable-value)
16121 (read-file-local-variable-mode, modify-file-local-variable)
16122 (modify-file-local-variable-prop-line)
16123 (modify-dir-local-variable): New functions.
16124 (add-file-local-variable, delete-file-local-variable)
16125 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16126 (add-dir-local-variable, delete-dir-local-variable)
16127 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16128 (copy-dir-locals-to-file-locals-prop-line): New commands.
16129
16130 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
16131
16132 * abbrev.el (insert-abbrev-table-description): Prettify output.
16133 Suggested by Karl Chen.
16134
16135 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
16136
16137 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16138 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16139 (gdb-overlay-arrow-position, gdb-thread-position)
16140 (gdb-disassembly-position): Declare variables.
16141 (gdb-wait-for-pending): Function now.
16142 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16143 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16144 compilation goes smoothly.
16145 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16146 (gdb-non-stop-setting): New customization setting which replaces
16147 `gdb-non-stop' so changing it doesn't break active GDB session.
16148 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16149 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16150 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16151 (gdb-show-threads-by-default): New customization options.
16152 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16153 routines.
16154 (gdb-get-buffer-create): Send buffers update signal when they are
16155 created.
16156 (gdb-invalidate-locals, gdb-invalidate-registers)
16157 (gdb-invalidate-breakpoints)
16158 (gdb-invalidate-threads, gdb-invalidate-disassembly)
16159 (gdb-invalidate-memory): Accept update signal.
16160 (gdb-current-context-command): Use --frame option.
16161 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16162 Implement `gdb-frame-number' selection logic.
16163 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16164 whether to show GUD toolbar buttons.
16165 (gdb-thread-exited): Unselect current thread when it exits.
16166 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16167 (gdb-mark-line): Routine which sets overlay arrow or inverses
16168 video on fringeless displays.
16169 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16170 to build aligned columns of data in GDB buffers and set text
16171 properties line-by-line.
16172 (gdb-invalidate-breakpoints)
16173 (gdb-breakpoints-list-handler-custom)
16174 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16175 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16176 (gdb-registers-handler-custom): Align data columns.
16177 (gdb-locals-handler-custom): Now prints data like in variable
16178 declarations.
16179 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16180 Removed confusing buttons.
16181 (gdb-invalidate-threads): Append --frame.
16182 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16183 between breakpoints/threads buffers.
16184 (gdb-set-window-buffer): Now can ignore dedicated windows.
16185 (gdb-propertize-header): Use `gdb-set-window-buffer'.
16186 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16187 (def-gdb-thread-buffer-gud-command): Replaces
16188 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16189 for fine thread control.
16190 (gdb-preempt-existing-or-display-buffer): New function used to
16191 display bound buffers without breaking window layout.
16192 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16193 (gdb-select-frame): New version of `gdb-frames-select' which now
16194 sets `gdb-frame-number' so commands may use --frame option instead
16195 of inner debugger state.
16196 (gdb-frame-handler): Do not set `gdb-frame-number'.
16197 (gdb-threads-mode-map): Select threads with mouse.
16198
16199 * progmodes/gud.el (gdb-gud-context-call): Declare function to
16200 avoid compilation warning.
16201 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16202 `gdb-show-stop-p`.
16203
16204 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16205 Argument `key' renamed to `buffer-type'.
16206 (gdb-current-context-buffer-name): Do not add thread info to
16207 buffer name when no thread is selected.
16208 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16209 command (bug 3794).
16210 (gdb-thread-selected): Handle `=thread-selected' notification.
16211 (gdb-wait-for-pending): New macro to deal with congestion problems.
16212 (gdb-breakpoints-list-handler-custom): Don't fail on pending
16213 breakpoints.
16214 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16215 This fixes problem similar to one described in bug 3947.
16216 (gud-menu-map): More menu items.
16217 (gdb-init-1): Reset `gdb-thread-number' to nil.
16218
16219 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16220 non-stop settings.
16221
16222 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16223 (gdb-current-context-command): Do not append --thread if
16224 `gdb-thread-number' is nil.
16225 (gdb-running-threads-count, gdb-stopped-threads-count): New
16226 variables.
16227 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16228 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16229 customization options.
16230 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16231 GUD commands.
16232 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16233 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16234 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16235 set `gdb-thread-number' and update `gud-running' properly.
16236 (gdb-running): Update threads list when new threads appear.
16237 (gdb-stopped): Support non-stop operation and new thread switching
16238 logic.
16239 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16240 (gdb-json-partial-output): New set of JSON routines.
16241 (def-gdb-auto-update-trigger): New `signal-list' optional
16242 argument.
16243 (gdb-thread-list-handler-custom): Update `gud-running',
16244 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16245 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16246 (gdb-continue-thread, gdb-step-thread): New commands for fine
16247 thread execution control.
16248 (gud-menu-map): New menu items to switch non-stop options.
16249 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16250 (gdb-send): Mimic RET properly (bug 3794).
16251
16252 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16253 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16254 gdb-buffer-rules.
16255 (def-gdb-auto-update-handler): New nopreserve optional argument.
16256 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16257
16258 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16259 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16260 (gdb-parent-mode): New mode to derive other GDB modes from.
16261 (gdb-display-disassembly-for-thread)
16262 (gdb-frame-disassembly-for-thread): New commands for threads
16263 buffer.
16264
16265 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16266 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16267 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16268 (gdb-update): We now store all GDB buffers in a list so that they
16269 can be updated by traversing a list instead of calling invalidate
16270 triggers explicitly.
16271 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16272 pair for GDB buffer.
16273 (gdb-stack-buffer-name): Add thread information.
16274 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16275 handle pending triggers.
16276 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16277 (def-gdb-thread-buffer-simple-command)
16278 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16279 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16280 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16281 New commands which show buffers bound to thread.
16282 (gdb-stack-list-locals-regexp): Removed unused regexp.
16283
16284 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16285 (gdb-locals-buffer-name, gdb-registers-buffer-name)
16286 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16287 to (gud-comint-buffer) in *-buffer-name functions
16288 because (gdb-get-target-string) already does that.
16289 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16290 (gdb-changed-registers-handler): Rewritten without regexps.
16291
16292 * progmodes/gdb-mi.el: Basic thread selection support.
16293 (gdb-thread-number): New variable.
16294 (gdb-current-context-command): New macro which adds --thread
16295 option to command.
16296 (gdb-threads-mode-map): Select thread with SPC.
16297 (gdb-thread-list-handler-custom): Mark current thread with overlay
16298 arrow. Synchronize GDB thread and Emacs thread.
16299 (gdb-select-thread): New command which selects current thread.
16300 (gdb-invalidate-frames, gdb-invalidate-locals)
16301 (gdb-invalidate-registers): Use --thread option.
16302
16303 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
16304
16305 * net/tramp.el (top): Make check for tramp-gvfs loading more
16306 robust. (Bug#3977)
16307 (tramp-handle-insert-file-contents): `unwind-protect' must be
16308 inside `with-parsed-tramp-file-name'.
16309
16310 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16311 fails.
16312
16313 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
16314
16315 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16316 directory if CLASSPATH is not set.
16317
16318 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
16319
16320 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16321 New defconst.
16322 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
16323
16324 2009-08-02 Kevin Ryde <user42@zip.com.au>
16325
16326 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16327 Update freshmeat link. Delete newsforge.com as it seems gone.
16328
16329 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16330
16331 * select.el (x-set-selection): Doc fix (Bug#4021).
16332
16333 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16334
16335 * help-fns.el (describe-variable): Treat list return values from
16336 dir-locals-find-file properly (Bug#4005).
16337
16338 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
16339
16340 * net/tramp.el (tramp-debug-message): Print also microseconds.
16341
16342 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
16343
16344 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16345 or END is non-nil.
16346 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16347 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16348 format.
16349
16350 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16351 (tramp-get-file-property): Use it.
16352
16353 * autorevert.el (auto-revert-handler): Allow
16354 `auto-revert-tail-mode' for remote files.
16355
16356 2009-08-02 Jason Rumney <jasonr@gnu.org>
16357
16358 * minibuffer.el (read-file-name): Treat confirm options to
16359 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
16360
16361 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16362
16363 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16364 (font-lock-variable-name-face, font-lock-constant-face): Darken
16365 the colors for light backgrounds.
16366
16367 2009-08-01 Eli Zaretskii <eliz@gnu.org>
16368
16369 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16370 month names. (Bug#3987)
16371
16372 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * simple.el (line-move-finish): Pass whole number to
16375 line-move-to-column.
16376 (line-move-visual): Perform hscroll to the recorded position.
16377
16378 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16379
16380 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16381
16382 2009-07-29 Alan Mackenzie <acm@muc.de>
16383
16384 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16385
16386 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16387
16388 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16389 (gdb-place-breakpoints): Use full path when setting breakpoints.
16390
16391 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16392
16393 * calc/calc.el (calc-mode-map): Add keybinding for
16394 `calc-transpose-lines'.
16395
16396 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
16397
16398 * calc/calc-misc.el (calc-transpose-lines): New function.
16399
16400 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
16401
16402 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16403 Simplify check for out-of-band methods.
16404 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16405 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16406
16407 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16408
16409 * vc-git.el (vc-git-checkin): Fix typo.
16410
16411 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
16412
16413 * progmodes/js2-mode.el: New file.
16414
16415 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
16416
16417 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16418 (gud-menu-map): Adjust tooltip accordingly.
16419
16420 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16421
16422 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16423 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16424
16425 * add-log.el (change-log-mode-map): Add a menu.
16426
16427 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16428
16429 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16430 function returns nil.
16431 (dbus-handle-event): Handle special return value :ignore.
16432 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16433
16434 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16435
16436 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16437 it's not needed.
16438
16439 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16440
16441 Fix Bug#3888:
16442
16443 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16444
16445 * term/pc-win.el (x-display-name, x-colors)
16446 (x-select-enable-clipboard, x-select-text): Doc fix.
16447
16448 * term/common-win.el (x-display-name, x-colors): Doc fix.
16449
16450 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16451 (xw-defined-colors): Doc fix.
16452
16453 * w32-fns.el (x-select-text, x-setup-function-keys)
16454 (x-get-selection, x-set-selection): Doc fix.
16455
16456 * term/x-win.el (x-select-text, x-setup-function-keys)
16457 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16458
16459 * select.el (x-set-selection): Doc fix.
16460
16461 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16462
16463 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16464 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16465 "IsNSSSupportAvailable" method is not available. Reported by
16466 Steve Youngs <steve@sxemacs.org>.
16467
16468 2009-07-24 Kenichi Handa <handa@m17n.org>
16469
16470 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16471 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16472 (build-unicode-category-table): Fix range checks.
16473
16474 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16475
16476 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16477 the buffer we try to sync is current when calling
16478 vc-resynch-buffer.
16479
16480 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16481 not show up to date files.
16482
16483 2009-07-24 Glenn Morris <rgm@gnu.org>
16484
16485 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16486 Add autoload cookies. If necessary, initialize.
16487 (elint-log): Handle non-file buffers.
16488 (elint-initialize): Add optional argument to reinitialize.
16489 (elint-find-builtin-variables): Save excursion.
16490
16491 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16492
16493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16494 for Lint.
16495
16496 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16497
16498 * vc.el (vc-print-log-internal): New function, split out from ...
16499 (vc-print-log): ... here.
16500 (vc-dir-move-to-goal-column): Declare.
16501
16502 * vc-git.el (vc-git-add-signoff): New variable.
16503 (vc-git-checkin): Use it.
16504 (vc-git-toggle-signoff): New function.
16505 (vc-git-extra-menu-map): Bind it to menu.
16506 (vc-git--run-command-string): Accept a nil FILE argument.
16507 (vc-git-stash-list): New function.
16508 (vc-git-dir-extra-headers): Use it.
16509
16510 2009-07-23 Glenn Morris <rgm@gnu.org>
16511
16512 * help-fns.el (describe-variable): Describe ignored and risky local
16513 variables in a similar way to that in which we describe safe ones.
16514
16515 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16516 (byte-compile-output-file-form, byte-compile-output-docform)
16517 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16518 Give some more local variables with common names a "bytecomp-" prefix,
16519 so as not to shadow things during compilation.
16520 * emacs-lisp/cl-macs.el (load-time-value)
16521 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16522 `outbuffer' to `bytecomp-outbuffer'.
16523
16524 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16525 since the next two variables cover them automatically now.
16526 (elint-builtin-variables, elint-autoloaded-variables): New.
16527 (elint-unknown-builtin-args): Remove all members, since they can be
16528 parsed automatically now.
16529 (elint-extra-errors): New.
16530 (elint-env-add-env, elint-env-add-macro): Use cadr.
16531 (elint-current-buffer): Use or. Change final message.
16532 (elint-get-top-forms): Use line-end-position.
16533 (elint-init-env): Use cadr. Handle autoload, declare-function,
16534 and defalias.
16535 (elint-add-required-env): Doc fix. Use or. Standardize error.
16536 (regexp-assoc): Remove unused function.
16537 (elint-top-form): Set elint-current-pos, to record the start of the
16538 top-level form, for compilation-mode.
16539 (elint-form): Trap errors in macro expansion. Use dolist.
16540 (elint-unbound-variable): Use elint-builtin-variables and
16541 elint-autoloaded-variables.
16542 (elint-get-args): Use cadr, or.
16543 (elint-check-cond-form): Use dolist, cadr.
16544 (elint-check-condition-case-form): Doc fix. Use cadr.
16545 Use elint-extra-errors.
16546 (elint-log): New function.
16547 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16548 Distinguish errors and warnings.
16549 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16550 Use a bytecomp-style format.
16551 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16552 (elint-get-log-buffer): Use compilation mode. Disable undo.
16553 Don't truncate lines.
16554 (elint-initialize): Set builtin and autoloaded variable lists.
16555 Only process elint-unknown-builtin-args if non-nil.
16556 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16557 New functions.
16558 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16559
16560 2009-07-22 Kevin Ryde <user42@zip.com.au>
16561
16562 * net/newst-backend.el (newsticker--parse-atom-1.0)
16563 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16564 (newsticker--parse-rss-1.0):
16565 * progmodes/idlwave.el (idlwave-mode):
16566 * progmodes/idlw-shell.el (idlwave-shell-mode):
16567 * progmodes/vera-mode.el (vera-mode):
16568 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16569 * progmodes/vhdl-mode.el (vhdl-mode):
16570 * textmodes/table.el (table-generate-source)
16571 (table--warn-incompatibility):
16572 Hyperlink urls in docstrings with URL `...'.
16573
16574 2009-07-22 Glenn Morris <rgm@gnu.org>
16575
16576 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16577 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16578 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16579 Remove leading * from defcustom docs.
16580
16581 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16582
16583 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16584 defcustom doc.
16585 (list-load-path-shadows): Optionally, just return shadows as a string.
16586
16587 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16588
16589 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16590
16591 * mail/rmailedit.el (rmail-edit-mode): Use
16592 auto-save-include-big-deletions.
16593
16594 * mail/rmail.el (rmail-variables): Use
16595 auto-save-include-big-deletions.
16596
16597 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16598 changes.
16599
16600 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16601
16602 * calc/calc.el (calc-undo-length): New variable.
16603 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16604
16605 2009-07-21 Richard Stallman <rms@gnu.org>
16606
16607 * files.el (auto-save-mode): Handle buffer-save-size = -2
16608 for toggling mode.
16609
16610 2009-07-21 Glenn Morris <rgm@gnu.org>
16611
16612 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16613
16614 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16615
16616 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16617 silence compiler. Instead...
16618 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16619 (ps-print-ensure-fontified): Update for above function name changes.
16620
16621 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16622 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16623 silence compiler. Instead...
16624 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16625 (mh-show-buffer): Only define for compiler.
16626 (pr-mh-current-message): Update for above function name changes.
16627
16628 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16629 as an argument.
16630 (find-file-noselect, insert-file-1): Update for above change.
16631
16632 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16633
16634 * mail/mailclient.el (mailclient-send-it): Fix message.
16635
16636 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16637 (edebug-eval): Check cl-debug-env is bound.
16638 (print-level, print-circle): Don't redefine built-in variables.
16639
16640 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16641 (custom-print-vectors): Remove old comments from doc.
16642
16643 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16644 (emerge-version): Make the variable an obsolete alias for the
16645 emacs-version variable. Make the function obsolete.
16646 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16647 Emerge options, rather than merging in into the main Options menu.
16648 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16649 and auto advance modes. Disable edit/fast items when not relevant.
16650
16651 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16652
16653 * term/vt420.el (terminal-init-vt420): Fix typo.
16654
16655 2009-07-20 Sam Steingold <sds@gnu.org>
16656
16657 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16658 variable (removed from compile.el on 2004-03-11).
16659
16660 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16661
16662 * files.el (hack-local-variables-filter): Fix last change.
16663
16664 2009-07-19 Juri Linkov <juri@jurta.org>
16665
16666 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16667 (dir-local-variables-alist): New buffer-local variable.
16668 (hack-local-variables-filter): If variable is not dir-local,
16669 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16670 because file-local overrides dir-local.
16671 (c-postprocess-file-styles) <declare-function>:
16672 Remove obsolete declaration.
16673 (hack-dir-local-variables): Add dir-local variable/value pair to
16674 `dir-local-variables-alist' and remove duplicates. Doc fix.
16675
16676 * help-fns.el (describe-variable): Add information about
16677 file-local and dir-local variables.
16678
16679 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16680
16681 * files.el (hack-local-variables-filter): Rewrite.
16682
16683 2009-07-19 Glenn Morris <rgm@gnu.org>
16684
16685 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16686 Silence compiler by only defining on XEmacs.
16687
16688 * international/mule.el (auto-coding-regexp-alist): Only match
16689 BABYL... at the start of buffer, not of lines. (Bug#3790)
16690
16691 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16692 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16693 (cal-menu-context-mouse-menu): Doc fix.
16694
16695 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16696
16697 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16698
16699 2009-07-18 Juri Linkov <juri@jurta.org>
16700
16701 * info.el: Virtual Info keyword finder.
16702 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16703 (Info-finder-file): New variable.
16704 (Info-finder-find-file): New function.
16705 (finder-known-keywords, finder-package-info)
16706 (find-library-name, lm-commentary): Use defvar and
16707 declare-function to silence compiler warnings.
16708 (Info-finder-find-node): New function.
16709 (info-finder): New command.
16710
16711 * subr.el (process-kill-buffer-query-function): New function.
16712 (add-hook)<kill-buffer-query-functions>: Add hook
16713 `process-kill-buffer-query-function'.
16714
16715 2009-07-18 Alan Mackenzie <acm@muc.de>
16716
16717 * progmodes/cc-mode.el (c-before-hack-hook)
16718 (c-postprocess-file-styles): Give invocation of `c-set-style'
16719 DONT-OVERRIDE parameter of t. Already set style variables will
16720 thus not be overridden by style settings given by `c-file-syle'.
16721
16722 * files.el (hack-local-variables-filter): Remove entries with
16723 duplicate keys from `file-local-variables-alist'.
16724
16725 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16726
16727 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16728 x-set-selection if display-selections-p returns nil for the
16729 current frame.
16730
16731 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16732
16733 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16734
16735 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16736
16737 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16738 Accept nil in addition to a regexp.
16739 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16740 Accept nil in addition to a regexp.
16741 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16742 buffers that have an associated file. Handle nil values of
16743 desktop-buffers-not-to-save and desktop-files-not-to-save.
16744 (Bug#3833)
16745
16746 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16747 (x-disown-selection-internal): New functions.
16748
16749 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16750
16751 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16752 warning.
16753 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16754 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16755
16756 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16757
16758 * simple.el (set-mark): Revert last change.
16759
16760 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16761
16762 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16763 rendering of pngs is not possible instead of messaging a long
16764 description.
16765
16766 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16767
16768 * w32-fns.el (x-selection-owner-p): New function.
16769
16770 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16771 (mouse-yank-at-click, mouse-yank-primary): If
16772 select-active-regions is non-nil, deactivate the mark before
16773 insertion.
16774
16775 * simple.el (deactivate-mark, set-mark): Only save selection if we
16776 own it.
16777
16778 2009-07-17 Kenichi Handa <handa@m17n.org>
16779
16780 * case-table.el (describe-buffer-case-table): Fix for the case
16781 that KEY is a cons.
16782
16783 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16784
16785 * vc-rcs.el (vc-rcs-find-file-hook):
16786 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16787
16788 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16789
16790 * net/tramp.el (tramp-wait-for-output): Handle the case when
16791 commands do not return a newline but a null byte before the shell
16792 prompt. (Bug#3858)
16793
16794 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16795
16796 * term/ns-win.el (ns-set-alpha): Don't declare.
16797 (ns-set-background-alpha): Remove function.
16798
16799 2009-07-16 Kevin Ryde <user42@zip.com.au>
16800
16801 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16802 y-or-n-p, for safety.
16803
16804 2009-07-16 Richard Stallman <rms@gnu.org>
16805
16806 * files.el (auto-save-mode): If buffer-saved-size is -2,
16807 don't clobber it.
16808
16809 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16810 (rmail-retry-ignored-headers): Add more uninteresting fields.
16811
16812 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16813
16814 * net/rcirc.el (rcirc): Use history variables.
16815 (rcirc-server-name-history, rcirc-nick-name-history)
16816 (rcirc-server-port-history): New variables.
16817
16818 2009-07-15 Kenichi Handa <handa@m17n.org>
16819
16820 * international/mule-cmds.el (set-language-environment-charset):
16821 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16822 ignore them.
16823
16824 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16825 Delete unibyte-display.
16826
16827 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16828
16829 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16830
16831 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16832
16833 * simple.el (deactivate-mark): Optional argument FORCE.
16834 (set-mark): Use deactivate-mark.
16835
16836 * info.el (Info-search): No need to check transient-mark-mode
16837 before calling deactivate-mark.
16838
16839 * select.el (x-set-selection): Doc fix.
16840 (x-valid-simple-selection-p): Allow buffer values.
16841 (xselect--selection-bounds): Handle buffer values. Suggested by
16842 David De La Harpe Golden.
16843
16844 * mouse.el (mouse-set-region, mouse-drag-track): Call
16845 copy-region-as-kill before setting the mark, to let
16846 select-active-regions work.
16847
16848 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16849
16850 * simple.el (deactivate-mark): If select-active-regions is
16851 non-nil, copy the selection data into a string.
16852 (activate-mark): If select-active-regions is non-nil, set the
16853 selection to the current buffer.
16854 (set-mark): Update selection if select-active-regions is non-nil.
16855
16856 * select.el (x-valid-simple-selection-p): Allow buffer values.
16857
16858 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16861 and more featureful message-mode.
16862
16863 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16864
16865 * select.el (x-set-selection): Doc fix.
16866 (x-valid-simple-selection-p): Disallow selection data consisting
16867 of a list or cons of integers, since that is not used.
16868 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16869 (xselect-convert-to-string, xselect-convert-to-length)
16870 (xselect-convert-to-filename, xselect-convert-to-charpos)
16871 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16872
16873 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16874
16875 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16876 output in -break-info command (Emacs bug #3794).
16877
16878 2009-07-14 Glenn Morris <rgm@gnu.org>
16879
16880 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16881 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16882 (edebug-print-length, edebug-print-level, edebug-print-circle)
16883 (edebug-sit-for-seconds, edebug-view-outside)
16884 (edebug-bounce-point, edebug-set-global-break-condition)
16885 (edebug-Go-nonstop-mode, edebug-trace-mode)
16886 (edebug-Trace-fast-mode, edebug-continue-mode)
16887 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16888 (edebug-visit-eval-list): Doc fixes.
16889
16890 * subr.el (def-edebug-spec): Doc fix.
16891
16892 2009-07-14 Kenichi Handa <handa@m17n.org>
16893
16894 * international/characters.el: Fix setting of category ?C.
16895
16896 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16897
16898 * term/ns-win.el (x-select-font): defalias x-select-font to
16899 ns-popup-font-panel instead of generate-fontset-menu.
16900
16901 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16902
16903 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16904
16905 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16906
16907 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16908 the PK\003\004 header (Bug#3770).
16909
16910 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16911
16912 * pcomplete.el (pcomplete-comint-setup): Check for
16913 shell-dynamic-complete-filename too.
16914
16915 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16916
16917 * simple.el (temporary-goal-column): Change the value for
16918 line-move-visual to a cons cell.
16919 (line-move-visual): Record or set the window hscroll, if
16920 necessary (Bug#3494).
16921 (line-move-1): Handle cons value of temporary-goal-column.
16922
16923 2009-07-11 Kenichi Handa <handa@m17n.org>
16924
16925 * international/mule-diag.el (describe-character-set): Don't show
16926 width.
16927
16928 2009-07-10 Sam Steingold <sds@gnu.org>
16929
16930 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16931 Omake sometimes indents the errors it prints, so allow all
16932 regexps to start with spaces.
16933
16934 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16935
16936 * cus-edit.el (customize-changed-options-previous-release):
16937 Bump value to 22.1. (Bug#3804)
16938
16939 2009-07-08 Sam Steingold <sds@gnu.org>
16940
16941 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16942 to be a cons cell (test . ignored-directory) to selectively ignore
16943 some directories depending on the location of the search.
16944
16945 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16946
16947 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16948 remote user is root, on the local host.
16949 (tramp-local-host-p): Either the local user or the remote user
16950 must be root. (Bug#3771)
16951
16952 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16953
16954 * progmodes/gdb-mi.el (gdb): Remove description of
16955 gdb-use-separate-io-buffer.
16956 (menu): Don't allow toggling of or enable
16957 gdb-use-separate-io-buffer from menubar.
16958
16959 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16960
16961 * mail/unrmail.el (unrmail): Make sure the message ends with two
16962 newlines (Bug#3769).
16963
16964 2009-07-08 Glenn Morris <rgm@gnu.org>
16965
16966 * calendar/calendar.el (calendar-current-date): Rework previous change.
16967
16968 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16969
16970 * calendar/calendar.el (calendar-current-date):
16971 Add an optional argument giving an offset from today.
16972
16973 2009-07-08 Glenn Morris <rgm@gnu.org>
16974
16975 * tutorial.el (tutorial--describe-nonstandard-key):
16976 Adjust the message for when a key has been unbound.
16977 (help-with-tutorial): Hide the arch-tag.
16978
16979 2009-07-08 Kenichi Handa <handa@m17n.org>
16980
16981 * international/fontset.el (setup-default-fontset): For each
16982 script, append (not set) font-specs.
16983
16984 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16985 docstring.
16986
16987 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16988
16989 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16990 -data-list-register-names to ...
16991 (gdb-starting): ... here because GDB 7.0 requires execution to
16992 have started when using this MI command.
16993 (gdb-set-header): New function to distinguish select and
16994 unselected tabs in gdb buffers.
16995 (gdb-propertize-header): New macro that uses gdb-set-header.
16996 (gdb-breakpoints-header, gdb-locals-header): Use it.
16997 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16998
16999 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
17000
17001 * Makefile.in (ELCFILES): Remove fadr.elc.
17002
17003 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
17004
17005 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17006 may contain frame information, so `string-match' should be used.
17007 (gdb-update): Disassembly is invalidated through
17008 `gdb-get-selected-frame'.
17009 (gdb-pad-string): New function to pad string with spaces.
17010 (gdb-invalidate-disassembly): Invalidate only if the buffer
17011 exists.
17012 (gdb-disassembly-handler-custom): Column alignment.
17013 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17014 placing new ones.
17015 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17016 end of line, too.
17017 (gdb-frame-handler): Match convention to for disassembly buffer
17018 mode name.
17019 (gdb-stack-list-frames-handler): Rewritten without regexps.
17020 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17021 not highlight breakpoints without line information.
17022 (gdb-input): Add trailing newline to command.
17023
17024 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17025 buffer properly.
17026 (gdb-breakpoints-list-handler-custom): Replacement for
17027 `gdb-break-list-handler'. Using real parser instead of regexps
17028 now.
17029 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17030 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17031 to place breakpoints.
17032 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17033 functions.
17034 (gdb-disassembly-handler-custom): Show overlay arrow.
17035 (gdb-disassembly-place-breakpoints): Show breakpoints in
17036 disassembly buffer.
17037 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17038 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17039 instead of parsing breakpoints buffer. Fixed old menu references
17040 in `gud-menu-map'.
17041
17042 * fadr.el: Remove.
17043
17044 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17045 (gdb-memory-address): New variable which holds top address of
17046 memory page shown in memory buffer.
17047 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17048 customization variables.
17049 New functions:
17050 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17051 display the memory buffer.
17052 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17053 buffer display parameters.
17054 (def-gdb-memory-format, gdb-memory-format-binary)
17055 (gdb-memory-format-octal, gdb-memory-format-unsigned)
17056 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17057 Functions for setting memory buffer format.
17058 (gdb-memory-unit-word, gdb-memory-unit-halfword)
17059 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17060 unit size used in memory buffer.
17061 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17062 to next/previous page of memory buffer.
17063 Now using (bindat-get-field) instead of fadr functions.
17064
17065 2009-07-07 Sam Steingold <sds@gnu.org>
17066
17067 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17068 non-top-level files.
17069
17070 2009-07-07 Kenichi Handa <handa@m17n.org>
17071
17072 * international/mule-cmds.el (reset-language-environment): Put
17073 the highset priority to the charset iso-8859-1.
17074
17075 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
17076
17077 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17078 to the end of the line when locating the block (Bug#700).
17079
17080 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
17081
17082 * net/tramp.el (tramp-handle-write-region): Flush file properties
17083 in case of short track.
17084
17085 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
17086
17087 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17088 Coded custom representation of verilog error regular expressions
17089 to work with Emacs-22's new format.
17090 (verilog-error-regexp-xemacs-alist): Coded custom representation
17091 of verilog error regular expressions to work with XEmacs format.
17092 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17093 error recognition into XEmacs.
17094 (verilog-error-regexp-add-emacs): Hook routine to install verilog
17095 error recognition into Emacs-22.
17096
17097 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
17098
17099 * woman.el: Remove stand-alone closing parentheses.
17100 (woman-file-name, woman2-format-paragraphs)
17101 (woman-leave-blank-lines): Code cleanup.
17102 (woman-use-own-frame): Change default to nil.
17103 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17104 defaults to inherit from default faces.
17105 (woman2-process-escapes): Consume the newline after a stand-alone
17106 filler character (Bug#3651).
17107
17108 2009-07-06 Glenn Morris <rgm@gnu.org>
17109
17110 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17111 (top-level): Move provide to the end.
17112 (ffap): Remove defunct URL from custom group.
17113
17114 * subr.el (eval-after-load): Doc fix.
17115
17116 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
17117
17118 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17119 `calc-embedded-word' is called twice.
17120
17121 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * files.el (find-alternate-file-other-window, find-alternate-file):
17124 Obey confirm-nonexistent-file-or-buffer.
17125
17126 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
17127
17128 * dired-aux.el (dired-show-file-type): Handle remote files.
17129
17130 2009-07-05 Jari Aalto <jari.aalto@cante.net>
17131
17132 * desktop.el (desktop-globals-to-save):
17133 Add file-name-history (Bug#2750).
17134
17135 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
17136
17137 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17138
17139 2009-07-04 Johan Bockgård <bojohan@gnu.org>
17140
17141 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17142 property on entire argument since this is what eshell-lisp-command
17143 expects.
17144
17145 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
17146
17147 * net/tramp-gvfs.el (tramp-gvfs-methods)
17148 (tramp-gvfs-zeroconf-domain)
17149 (tramp-bluez-discover-devices-timeout): Add version flag.
17150 (tramp-gvfs-handler-mounted-unmounted)
17151 (tramp-gvfs-connection-mounted-p): Polish handling of
17152 incompatibilities between GVFS 0.2 and 1.0.
17153
17154 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
17155
17156 * cus-start.el (all): Add make-pointer-invisible.
17157
17158 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
17159
17160 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17161 formatted correctly.
17162
17163 2009-07-02 Juri Linkov <juri@jurta.org>
17164
17165 * info.el: Virtual Info files and nodes.
17166 (Info-virtual-files, Info-virtual-nodes): New variables.
17167 (Info-current-node-virtual): New variable.
17168 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17169 New functions.
17170 (Info-file-supports-index-cookies): Use Info-virtual-file-p
17171 to check for a virtual file instead of checking a fixed list
17172 of node names.
17173 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17174 instead of ad-hoc processing of "dir" and (apropos history toc).
17175 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17176 instead of ad-hoc processing of "dir" and (apropos history toc).
17177 Reread a file when moving from a virtual node.
17178 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17179 (Info-directory-toc-nodes, Info-directory-find-file)
17180 (Info-directory-find-node): New functions.
17181 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17182 (Info-history): Move part of code to
17183 `Info-history-find-node'.
17184 (Info-history-toc-nodes, Info-history-find-file)
17185 (Info-history-find-node): New functions.
17186 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17187 (Info-toc): Move part of code to `Info-toc-find-node'.
17188 (Info-toc-find-node): New function.
17189 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
17190 the current Info file name to references because now the node
17191 "*TOC*" belongs to the same Info manual.
17192 (Info-toc-build): Rename from `Info-build-toc'.
17193 (Info-toc-nodes): Rename input argument `file' to `filename'.
17194 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17195 instead of ad-hoc processing of ("dir" apropos history toc).
17196 (Info-index-nodes): Use Info-virtual-file-p
17197 to check for a virtual file instead of checking a fixed list
17198 of node names.
17199 (Info-index-node): Add check for `Info-current-node-virtual'.
17200 Raise `save-match-data' higher up the tree to contain
17201 `search-forward' too (bug fix).
17202 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17203 (Info-virtual-index-nodes): New variable.
17204 (Info-virtual-index-find-node, Info-virtual-index): New functions.
17205 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17206 (Info-apropos-file, Info-apropos-nodes): New variables.
17207 (Info-apropos-toc-nodes, Info-apropos-find-file)
17208 (Info-apropos-find-node, Info-apropos-matches): New functions.
17209 (info-apropos): Move part of code to `Info-apropos-find-node' and
17210 `Info-apropos-matches'.
17211 (Info-mode-map): Bind "I" to `Info-virtual-index'.
17212 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17213 for a virtual file instead of checking a fixed list of node names.
17214
17215 * simple.el (async-shell-command): New command.
17216
17217 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17218
17219 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17220 instead of `mount-info'.
17221
17222 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
17223
17224 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17225 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17226
17227 2009-07-02 Kenichi Handa <handa@m17n.org>
17228
17229 * international/mule.el (set-keyboard-coding-system): Force *-unix
17230 coding-system to avoid eol conversion.
17231
17232 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
17233
17234 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17235 Add handler for `process-file', `shell-command' and
17236 `start-file-process'.
17237 (tramp-gvfs-handle-shell-command)
17238 (tramp-gvfs-handle-start-file-process)
17239 (tramp-gvfs-handle-process-file): New defuns.
17240 (tramp-synce-list-devices): Simplify check for existence of property.
17241
17242 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17243
17244 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17245
17246 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17247
17248 * language/korean.el (set-language-info-alist): Add korean-cp949,
17249 cp949 to spec.
17250
17251 2009-07-01 Kenichi Handa <handa@m17n.org>
17252
17253 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17254
17255 * international/encoded-kb.el: Deleted.
17256
17257 * international/mule.el (set-keyboard-coding-system): Perform the
17258 necessary setup here instead of calling encoded-kbd-setup-display.
17259
17260 2009-07-01 Glenn Morris <rgm@gnu.org>
17261
17262 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17263
17264 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17265
17266 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17267
17268 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
17269
17270 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17271 Handle also the 'rename case, when setting file modes. (Bug#3712)
17272 (tramp-default-file-modes): Remove execute permissions.
17273
17274 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17275 (top): Add a default for "synce" in `tramp-default-user-alist'.
17276 Add completion function for "synce" method.
17277 (tramp-hal-service, tramp-hal-path-manager)
17278 (tramp-hal-interface-manager, tramp-hal-interface-device):
17279 New defconst.
17280 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17281 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17282 New defuns.
17283
17284 * net/trampver.el: Update release number.
17285
17286 2009-06-30 Kenichi Handa <handa@m17n.org>
17287
17288 * international/fontset.el (setup-default-fontset): Add CJK fonts
17289 for symbols and the other miscellaneous characters.
17290
17291 * language/korea-util.el (setup-korean-environment-internal):
17292 Make char-width-table suitable for Korean environments.
17293 (exit-korean-environment): Cancel above.
17294
17295 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17296 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17297 setup-function to make char-width-table suitable for respective
17298 environments, and an exit-function to cancel that.
17299
17300 * language/japan-util.el (setup-japanese-environment-internal):
17301 Call use-cjk-char-width-table with arg `ja_JP'.
17302
17303 * international/characters.el (cjk-char-width-table): Delete it.
17304 (cjk-char-width-table-list): New variable.
17305 (use-cjk-char-width-table): New arg local-name.
17306 (use-default-char-width-table): Fix for the case that Emacs is
17307 already using the default char-width-table.
17308
17309 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
17310
17311 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17312 modes mandatory. (Bug#3712)
17313
17314 2009-06-29 Alan Mackenzie <acm@muc.de>
17315
17316 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17317 correction between the visible width of TABs and their number of bytes.
17318
17319 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
17320
17321 * server.el (server-buffer-done): Prevent kill-buffer from
17322 prompting by clearing the buffer modification flag (Bug#3696).
17323
17324 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
17325
17326 * progmodes/verilog-mode.el (verilog-beg-of-statement)
17327 (verilog-endcomment-reason-re): Support unique case and priority case.
17328 (verilog-basic-complete-re): Support localparam lineup.
17329 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17330 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17331 commenting.
17332 (verilog-leap-to-case-head): Now support *nested* unique &
17333 priority case statements.
17334 (verilog-auto-lineup): Make just declarations the default (as it
17335 had been).
17336 (verilog-leap-to-case-head): Support priority/unique case statements.
17337 (verilog-auto-lineup): Rework to give users radio buttons to
17338 select the various styles of automatic lineup.
17339 (verilog-error-regexp-alist): Rework to support the XEmacs style
17340 of error regular expressions from compilers, lint tools &
17341 simulators. Note that GNU Emacs has made it impossible for a mode
17342 to load such things.
17343 (electric-verilog-terminate-line, verilog-indent-declaration)
17344 (verilog-auto-wiure): Rework for radio button selection of
17345 auto-lineup selection of specification of auto lineup.
17346 (verilog-beg-of-statement-1): Redesign to support proper operation
17347 in additional code, based on testing with auto-lineup.
17348 (verilog-calculate-indent, assignments & declarations)
17349 (verilog-backward-token): Enhance to support auto-lineup of
17350 assignments & declarations.
17351 (verilog-in-directive-p, verilog-at-struct-p): New function for
17352 easy test of whether we are.
17353 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17354 to support safe execution at almost anyline.
17355 (verilog-calc-1): Properly support indenting deep inside generate
17356 blocks.
17357 (verilog-init-font): Remove definition & use of verilog-init-font,
17358 as it is redundant with font-lock-defaults.
17359 (verilog-mode): Alter the definition of verilog-font-lock-defaults
17360 to avoid circular calls if syntax-ppss is a function (as is the
17361 case now in 22.x GNU Emacs) as that function would sometimes call
17362 itself, leading to (nearly) infinite recursion.
17363 (verilog-ovm-begin-re, verilog-ovm-end-re)
17364 (verilog-ovm-statement-re, verilog-leap-to-head)
17365 (verilog-backward-token): Add support for OVM macros. Some are
17366 complete statements, and others open and close scopes like begin
17367 and end.
17368 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17369 (verilog-defun-level-generate-only-re): Really fix the defun-list
17370 compilation issue.
17371 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17372 coverpoint, constraint and cross statements.
17373 (verilog-defun-level-list, verilog-generate-defun-level-list)
17374 (verilog-all-defun-level-list): Redo these specifications - it is
17375 too hard to support eval-when compile aggregation of lists also
17376 built at when-compile time.
17377 (verilog-defun-level-list): Place defconsts of variables used in
17378 building regular expressions which are built in eval-when-compile
17379 bodies in the same eval-when-compile body to facilitate compile
17380 without load.
17381 (verilog-beg-block-re-ordered): Support indenting
17382 virtual/protected tasks and functions.
17383 (verilog-defun-level-list, verilog-in-generate-region-p)
17384 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17385 indentation of some module items (generate items).
17386 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17387 across virtual/protected tasks and functions.
17388
17389 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17390
17391 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17392 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
17393 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17394 in concatenations. Reported by Yishay Belkind.
17395 (verilog-auto-ascii-enum): Support one-hot state machines in
17396 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17397 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17398 modport in AUTOINST and add vl-modport for users. Reported by
17399 David Rogoff.
17400 (verilog-auto-inout-module, verilog-auto-inst)
17401 (verilog-decls-get-interfaces, verilog-insert-definition)
17402 (verilog-insert-one-definition, verilog-read-decls)
17403 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17404 (verilog-sig-modport, verilog-signals-combine-bus)
17405 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17406 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17407 Suggested by David Rogoff.
17408 (verilog-repair-open-comma): Fix non-insertion of comma when
17409 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17410 (verilog-make-width-expression): Simplify [A-1:0] expression
17411 widths to just {A{1'b0}}.
17412 (verilog-mode): Cleanup checkdoc warnings.
17413 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17414 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17415 inputs/outputs or data type. Suggested by Vasu Kandadi.
17416 (next-error-last-buffer): Fix byte-compiler warning.
17417 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17418 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17419 or shell command text during AUTO expansion. Suggested by Tad Truex.
17420 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17421 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17422 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17423 in AUTOINOUT. Reported by Matthew Lovell.
17424 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17425 causing use of <= assignments. Reported by Alex Reed.
17426 (verilog-read-decls): Fix triand, trior, wand, wor to be
17427 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17428 (verilog-extended-complete-re): Support import "DPI-C" functions.
17429 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17430 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17431 (verilog-insert-date, verilog-insert-year)
17432 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17433 Windows systems. Reported by Michael Potts.
17434 (verilog-read-module-name): Fix AUTOINST when the child module
17435 declaration's name is a tick define. Reported by Elliot Mednick.
17436 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17437 passed to next parameter's definition. Reported by Bruce T.
17438 (verilog-read-decls): Fix detecting "parameter int" when using
17439 AUTOINSTPARAM. Reported by Bruce T.
17440 (verilog-goto-defun): Fix goto not finding modules unless first
17441 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17442 (verilog-mode): Expand -f flag arguments on entry to mode so
17443 verilog-goto-defun will work. Reported by Lawrence Butcher.
17444 (verilog-getopt): Expand environment variables in -f file
17445 arguments. Suggested by Lawrence Butcher.
17446 (verilog-set-define): Fix "Symbol's value as variable is void"
17447 when reading enumerations.
17448 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17449 Suggested by Stephen Peltan.
17450 (verilog-read-defines): Fix reading of enumerations in include
17451 files. Reported by Steve Peltan.
17452
17453 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17454
17455 * files.el (trash-directory): Fix defcustom type.
17456
17457 2009-06-28 Juri Linkov <juri@jurta.org>
17458
17459 * help-fns.el (describe-function-1): Correctly locate adviced
17460 functions in hyperlink (Bug#2438).
17461
17462 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17463
17464 * files.el (trash-directory): Change default to nil.
17465 (move-file-to-trash): If trash-directory is nil and
17466 system-move-file-to-trash is unbound, perform freedesktop-style
17467 trashing.
17468
17469 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17470
17471 * files.el (move-file-to-trash): Add freedesktop trash
17472 support (Bug#973).
17473
17474 2009-06-28 Glenn Morris <rgm@gnu.org>
17475
17476 * autorevert.el (global-auto-revert-non-file-buffers)
17477 (global-auto-revert-mode): Doc fixes.
17478
17479 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17480
17481 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17482
17483 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17484
17485 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17486 opened an X connection before calling x-get-resource (Bug#3194).
17487
17488 * play/doctor.el: Remove reference to obsolete website.
17489 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17490
17491 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17492
17493 Remove find-file-not-found-hook VC method. (Bug#2757)
17494 * vc-hooks.el (vc-file-not-found-hook)
17495 (vc-default-find-file-not-found-hook): Remove functions.
17496 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17497 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17498 * vc.el:
17499 * vc-hg.el:
17500 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17501
17502 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17503
17504 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17505 compatibility function for `looking-back'.
17506
17507 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17508 Use `ispell-looking-back'.
17509
17510 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17511
17512 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17513 rather than `filename'.
17514
17515 2009-06-23 Miles Bader <miles@gnu.org>
17516
17517 * face-remap.el (text-scale-set): New function.
17518
17519 2009-06-23 Glenn Morris <rgm@gnu.org>
17520
17521 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17522
17523 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17524
17525 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17526
17527 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17528
17529 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17530 Simplify Persian conditionals.
17531
17532 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17533 variable `filename'.
17534
17535 * comint.el (comint-insert-input): Doc fix.
17536
17537 * Makefile.in (ELCFILES): Fix typo in previous change.
17538
17539 2009-06-23 Miles Bader <miles@gnu.org>
17540
17541 * cus-start.el: Add entry for `recenter-redisplay'.
17542
17543 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17544
17545 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17546 Add an optional argument for the backend, use it instead of
17547 calling vc-backend.
17548 (vc-mode-line): Add an optional argument for the backend.
17549 Pass the backend to vc-state and vc-working-revision. Move code for
17550 special handling for vc-state being a buffer to ...
17551
17552 * vc-rcs.el (vc-rcs-find-file-hook):
17553 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17554
17555 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17556 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17557 vc-stay-local-p and vc-mode-line calls.
17558
17559 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17560 (vc-cvs-diff, vc-cvs-annotate-command)
17561 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17562 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17563 vc-mode-line calls.
17564
17565 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17566 direct comparison.
17567 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17568 backend when calling vc-mode-line.
17569 (vc-register): Do not create a closure for calling the vc register
17570 function, call it directly.
17571
17572 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17573
17574 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17575 to make it obvious item can be clicked.
17576
17577 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17578
17579 2009-06-23 Kenichi Handa <handa@m17n.org>
17580
17581 * language/korea-util.el (korean-key-bindings): Change the binding
17582 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17583 same command.
17584
17585 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17586
17587 Sync with Tramp 2.1.16.
17588
17589 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17590
17591 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17592 when a loading of a package fails. Completion function for rsync
17593 is `tramp-completion-function-alist-ssh'.
17594 (all): Replace all calls of `split-string' and
17595 `tramp-split-string' by `tramp-compat-split-string'.
17596 (tramp-default-method): Use `tramp-compat-process-running-p'.
17597 (tramp-default-proxies-alist): Allow also Lisp forms.
17598 (tramp-remote-path): Add choice "Private Directories".
17599 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17600 (tramp-domain-regexp): Allow also "-", "_" and ".".
17601 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17602 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17603 (tramp-debug-message): Insert header line in debug buffer.
17604 (tramp-handle-directory-files-and-attributes-with-stat):
17605 Care about filenames with spaces, or starting with "-".
17606 (tramp-handle-dired-uncache): New defun.
17607 (tramp-handle-insert-directory): Don't flush the directory from
17608 cache, this is handled by `dired-uncache' now.
17609 (tramp-handle-insert-file-contents): Improve error handling.
17610 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17611 Quote `tramp-end-of-output'.
17612 (tramp-action-password): Improve trace message.
17613 (tramp-check-for-regexp): Both echoes must be present, before removing.
17614 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17615 (tramp-compute-multi-hops): Eval cons cells of
17616 `tramp-default-proxies-alist'.
17617 (tramp-maybe-open-connection): Use the same command pattern for
17618 first hop and further hops.
17619 (tramp-wait-for-output): Remove handling of newlines.
17620 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17621 (tramp-split-string): Remove function. It is handled in
17622 tramp-compat now.
17623
17624 * net/tramp-cmds.el (tramp-bug):
17625 Recommend `tramp-cleanup-all-connections' in the bug mail.
17626
17627 * net/tramp-compat.el (tramp-compat-split-string)
17628 (tramp-compat-process-running-p): New defuns.
17629
17630 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17631 for `dired-uncache'.
17632
17633 * net/tramp-gvfs.el: New package.
17634
17635 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17636 Add handler for `dired-uncache'.
17637 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17638
17639 * net/trampver.el: Update release number. Make version check fit
17640 for SXEmacs 22.
17641
17642 2009-06-22 Jim Meyering <meyering@redhat.com>
17643
17644 Automatically handle .xz suffix (XZ-compressed files), too.
17645 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17646 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17647
17648 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17649 Nick Roberts <nickrob@snap.net.nz>
17650
17651 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17652 repository (http://sphinx.net.ru/hg/gdb-mi/).
17653
17654 2009-06-22 Glenn Morris <rgm@gnu.org>
17655
17656 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17657 `mode' and `eval' entries. (Bug#3430)
17658
17659 * Makefile.in (ELCFILES): Add fadr.elc.
17660
17661 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17662 differing behavior of \n and ^ in strings. (Bug#3385)
17663
17664 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17665
17666 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17667 property.
17668 (lisp-indent-function): Make it a defcustom.
17669
17670 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17671
17672 * progmodes/gdb-ui.el: Replace with ...
17673 * progmodes/gdb-mi.el: ... this file.
17674 * progmodes/gud.el: Modify for gdb-mi.el.
17675
17676 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17677
17678 * fadr.el: New file.
17679
17680 See ChangeLog.14 for earlier changes.
17681
17682 ;; Local Variables:
17683 ;; coding: utf-8
17684 ;; End:
17685
17686 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17687
17688 This file is part of GNU Emacs.
17689
17690 GNU Emacs is free software: you can redistribute it and/or modify
17691 it under the terms of the GNU General Public License as published by
17692 the Free Software Foundation, either version 3 of the License, or
17693 (at your option) any later version.
17694
17695 GNU Emacs is distributed in the hope that it will be useful,
17696 but WITHOUT ANY WARRANTY; without even the implied warranty of
17697 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17698 GNU General Public License for more details.
17699
17700 You should have received a copy of the GNU General Public License
17701 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.