Improve emacs-bzr-version for lightweight checkouts (bug#12441)
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-15 Glenn Morris <rgm@gnu.org>
2
3 * version.el (emacs-bzr-version): Doc fix.
4 (emacs-bzr-version-dirstate): New function.
5 (emacs-bzr-get-version): For lightweight checkouts, if the parent
6 is local try and check that it matches the branch. If not, just
7 use dirstate information. (Bug#12441)
8
9 2012-09-14 Juri Linkov <juri@jurta.org>
10
11 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
12 (Bug#12399)
13
14 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
17
18 * emacs-lisp/edebug.el: Miscellaneous cleanup.
19 Remove obsolete byte-compiler hack that tried to silence some warnings.
20 (edebug-submit-bug-report): Remove.
21 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
22 Remove aliases, use the un-prefixed name instead.
23 (edebug-pop-to-buffer): Consider other frames.
24 (edebug-original-read):: Make it more obvious that it's always defined.
25 (edebug--make-form-data-entry, edebug--form-data-name)
26 (edebug--form-data-begin, edebug--form-data-end): Rename from the
27 single-dashed name, and implement with cl-defstruct.
28 (edebug-set-form-data-entry): Use the standard accessors.
29 (edebug-make-top-form-data-entry): Use push.
30 (edebug-no-match): Drop useless `funcall'.
31 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
32 to functions.
33 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
34 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
35 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
36 (easy-menu-define, with-custom-print): Remove redundant specs.
37 (edebug-outside-overriding-local-map)
38 (edebug-outside-overriding-terminal-local-map): Remove, unused.
39 (edebug--display): Bind unread-command-events directly to nil rather
40 than binding it to unread-command-events and later setting it to nil.
41 (edebug--display): Kill edebug-eval-buffer here...
42 (edebug--recursive-edit): ...rather than here.
43 Bind standard-output and standard-input.
44 (edebug-eval): Check cl-macroexpand-all is fboundp.
45 (edebug-temp-display-freq-count): Fix last change.
46
47 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
48 * subr.el (noreturn, 1value): Add `debug' spec.
49 * emacs-lisp/advice.el: Require cl-lib.
50 (ad-copy-tree): Remove, use copy-tree instead.
51 (ad-dolist): Remove use dolist or cl-dolist instead.
52 (ad-do-return): Remove, use cl-return instead.
53 (defadvice): Add `debug' spec.
54
55 2012-09-13 Juri Linkov <juri@jurta.org>
56
57 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
58 (Bug#12399)
59
60 2012-09-13 Glenn Morris <rgm@gnu.org>
61
62 * calc/calc.el (math-compose-expr):
63 * calc/calc-ext.el (math-compose-expr):
64 * progmodes/cc-defs.el (cl-macroexpand-all):
65 * progmodes/cc-langs.el (delete-duplicates, mapcan)
66 (cl-macroexpand-all): Update declarations.
67
68 * vc/vc.el: No need to require ediff.
69 (ediff-load-version-control): Declare.
70 (ediff-vc-internal): Fix declaration.
71 (vc-version-ediff): Require ediff.
72
73 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
74
75 Use a more backwards-compatible timer format (Bug#12430).
76 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
77 being right after USECS, as that better supports old code that
78 inadvisedly looked directly at the timer vector.
79
80 2012-09-13 Kenichi Handa <handa@gnu.org>
81
82 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
83 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
84 `coding-priority' property of these language environment.
85
86 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
87
88 Fix glitches caused by addition of psec to timers (Bug#12430).
89 * image.el (image-animate-timer):
90 * time.el (display-time-world-timer):
91 Use timer--function and timer--args rather than raw access to
92 timer vector.
93
94 2012-09-13 Glenn Morris <rgm@gnu.org>
95
96 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
97 If not compiling a file, try using load-file-name.
98
99 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
102 Fix last change.
103 (edebug-update-eval-list): Use `push'.
104
105 * emacs-lisp/edebug.el: Use lexical-binding.
106 Remove the "edebug-" prefix from non-dynamically-scoped variables.
107 Mark unused args with underscore.
108 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
109 (edebug-form-data): Use defvar-local.
110 (edebug-make-before-and-after-form, edebug-make-after-form):
111 Use backquote.
112 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
113 Not dynamically scoped any more.
114 (edebug--enter-trace): Add arguments `function' and `args'.
115 Rename from edebug-enter-trace.
116 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
117 (edebug--update-coverage): Add `after-index' and `value' args.
118 Rename from edebug-update-coverage.
119 (edebug-slow-after): Call it accordingly.
120 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
121 edebug-recursive-edit.
122 (edebug--display): Call it accordingly. Add args `value',
123 `offset-index', and `arg-mode'. Rename from edebug-display.
124 (edebug-debugger, edebug): Call it accordingly.
125 (edebug-eval-display-list): Use dolist.
126
127 2012-09-12 Juri Linkov <juri@jurta.org>
128
129 * info.el (Info-search): Don't check for isearch-mode and
130 isearch-regexp before let-binding search-spaces-regexp to
131 Info-search-whitespace-regexp.
132 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
133 search-whitespace-regexp if isearch-lax-whitespace or
134 isearch-regexp-lax-whitespace is non-nil.
135 (Info-mode): Don't set local variable search-whitespace-regexp.
136 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
137
138 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
141 (debugger-env-macro): Remove support for unread-command-char.
142
143 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
144 the temporary map re-appearing on emulation-mode-map-alists.
145
146 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
147 since 22.1.
148
149 * ehelp.el (with-electric-help): Accept functions in
150 electric-help-form-to-execute.
151 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
152 And replace unread-command-char -> unread-command-events.
153
154 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
155
156 Sync with Tramp 2.2.6.
157
158 * net/tramp.el (tramp-accept-process-output): Don't use
159 JUST-THIS-ONE in the XEmacs case.
160
161 * net/trampver.el: Update release number.
162
163 2012-09-12 Martin Rudalics <rudalics@gmx.at>
164
165 * emacs-lisp/debug.el (debugger-previous-window-height):
166 New variable.
167 (debug): When debugger-jumping-flag is non-nil try to restore
168 height of debugger window. (Bug#8789)
169
170 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
173 overriding-local-map and pre/post-command-hook here.
174 (edebug-recursive-edit): Do it here instead (bug#12345).
175 (edebug-outside-unread-command-char): Remove all uses of
176 unread-command-char.
177
178 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
179 inhibit-debugger is bound instead.
180
181 2012-09-11 Bastien Guerry <bzg@gnu.org>
182
183 * subr.el (set-temporary-overlay-map): Add a docstring.
184 (Bug#12346)
185
186 2012-09-11 Bastien Guerry <bzg@gnu.org>
187
188 * minibuffer.el (completion-table-subvert): Fix docstring.
189 (Bug#12347)
190
191 2012-09-11 Bastien Guerry <bzg@gnu.org>
192
193 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
194
195 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
196
197 * progmodes/sql.el: Version 3.1
198 (sql-db2-escape-newlines): New variable.
199 (sql-escape-newlines-filter): Use it.
200
201 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
202
203 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
204
205 2012-09-10 Dan Nicolaescu <dann@gnu.org>
206
207 * vc/diff-mode.el (diff-mode-menu):
208 Bind diff-remove-trailing-whitespace.
209
210 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
213 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
214 (emacs-lisp-byte-code-mode): New functions.
215 (eval-sexp-add-defvars): Don't skip defvars in column >0.
216 (eval-defun-2): Remove bogus interactive spec.
217 (lisp-indent-line): Remove redundant whole-exp code, now done in
218 indent-according-to-mode.
219 (save-match-data): Remove redundant indent data.
220
221 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
222 Use `declare'.
223
224 2012-09-09 Juri Linkov <juri@jurta.org>
225
226 * replace.el (replace-regexp-lax-whitespace): New defcustom.
227 (replace-lax-whitespace, query-replace-regexp)
228 (query-replace-regexp-eval, replace-regexp): Doc fix.
229 (perform-replace, replace-highlight): Let-bind
230 isearch-lax-whitespace to replace-lax-whitespace and
231 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
232
233 * isearch.el (isearch-query-replace): Let-bind
234 replace-lax-whitespace to isearch-lax-whitespace and
235 replace-regexp-lax-whitespace to
236 isearch-regexp-lax-whitespace. (Bug#10885)
237
238 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
241
242 2012-09-09 Alan Mackenzie <acm@muc.de>
243
244 * progmodes/cc-engine.el (c-state-cache-init):
245 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
246 (c-record-parse-state-state):
247 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
248
249 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
250
251 * register.el (register-separator): Rename from
252 separator-register. All uses changed. Doc fix.
253 (register): Fix version.
254
255 2012-09-09 Chong Yidong <cyd@gnu.org>
256
257 * replace.el (query-replace-map): Bind four new symbols for
258 requesting window scrolling.
259
260 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
261 query-replace-map (Bug#8948).
262
263 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
264
265 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
266 since they are now in query-replace-map.
267
268 * window.el (scroll-other-window-down): Make the arg optional.
269
270 2012-09-09 Chong Yidong <cyd@gnu.org>
271
272 * files.el (hack-local-variables-confirm): Use quit-window to kill
273 the *Local Variables* buffer.
274
275 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
276
277 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
278 not just expect to be at its beginning. Adjust callees.
279 Succeed when do-end block has no space before the pipe character.
280 (ruby-brace-to-do-end): When the original block is one-liner,
281 convert to multiline. Reindent the result.
282
283 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
284
285 * register.el (register): New group.
286 (register-separator): New user option.
287 (increment-register): Route it to `append-to-register', if
288 register contains text. Implication is that `C-x r +' can now be
289 used for appending to a text register (bug#12217).
290 (append-to-register, prepend-to-register): Add separator based on
291 `register-separator.
292
293 2012-09-08 Alan Mackenzie <acm@muc.de>
294
295 AWK Mode: make auto-newline work when there's "==" in the pattern.
296 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
297 correctly.
298 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
299 Test more rigorously for "=" token.
300
301 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
302
303 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
304 Only fail when reached LIMIT.
305
306 2012-09-08 Chong Yidong <cyd@gnu.org>
307
308 * dired.el (dired-mode-map): Don't bind M-=.
309
310 * dired-aux.el (dired-diff): Use backup file as default.
311
312 2012-09-08 Drew Adams <drew.adams@oracle.com>
313
314 * subr.el (add-to-history): Fix delete usage (Bug#12314).
315
316 2012-09-08 Chong Yidong <cyd@gnu.org>
317
318 * subr.el (syntax-after, syntax-class): Doc fix.
319
320 2012-09-08 Martin Rudalics <rudalics@gmx.at>
321
322 * window.el (display-buffer-in-previous-window): New buffer
323 display action function.
324
325 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
326 (debugger-previous-window): New variable.
327 (debug): Rewrite using display-buffer-in-previous-window,
328 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
329
330 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
333
334 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
335
336 * progmodes/python.el (python-shell-send-string):
337 When default-directory is remote, create temp file on remote
338 filesystem.
339 (python-shell-send-file): When file is remote, pass local view of
340 file paths to remote Python interpreter. (Bug#12340)
341
342 2012-09-07 Chong Yidong <cyd@gnu.org>
343
344 * window.el (switch-to-buffer): Doc fix (Bug#12181).
345
346 * files.el (after-find-file): Don't fail on a read-only buffer if
347 require-final-newline is `visit' or `visit-save' (Bug#11156).
348
349 * subr.el (read-char-choice): Allow quitting via ESC ESC.
350
351 * userlock.el (ask-user-about-supersession-threat):
352 Use read-char-choice (Bug#12093).
353
354 2012-09-07 Chong Yidong <cyd@gnu.org>
355
356 * subr.el (buffer-narrowed-p): New function.
357
358 * ses.el (ses-widen):
359 * simple.el (count-words--buffer-message):
360 * net/browse-url.el (browse-url-of-buffer): Use it
361
362 * simple.el (count-words-region): Don't signal an error if there
363 is a non-nil prefix arg and the mark is not set.
364
365 * help.el (describe-key-briefly): Allow the message to be seen
366 when invoked from the minibuffer (Bug#7014).
367
368 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
369
370 * progmodes/ruby-mode.el (ruby-end-of-defun)
371 (ruby-beginning-of-defun): Simplify, allow indentation before
372 block beginning and end keywords.
373 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
374 (ruby-end-of-defun): Expect that the point is at the beginning of
375 the defun.
376
377 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
380 (bug#12367).
381 (cl--make-usage-args): Strip _ from argument names.
382
383 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
384
385 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
386 obsolete alias speedbar-key-map.
387 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
388 (vhdl-index-menu-init): Don't use obsolete variable
389 font-lock-maximum-size.
390
391 2012-09-06 Chong Yidong <cyd@gnu.org>
392
393 * frame.el (window-system-version): Mark as obsolete.
394
395 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
396 of obsolete variable speedbar-key-map.
397
398 2012-09-06 Juri Linkov <juri@jurta.org>
399
400 * replace.el (replace-lax-whitespace): New defcustom.
401 (query-replace, query-replace-regexp, query-replace-regexp-eval)
402 (replace-string, replace-regexp): Mention it in docstrings.
403 (perform-replace, replace-highlight): Let-bind
404 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
405 to the values of replace-lax-whitespace and regexp-flag.
406 Don't let-bind search-whitespace-regexp. (Bug#10885)
407
408 * isearch.el (isearch-query-replace): Let-bind
409 replace-lax-whitespace instead of let-binding
410 replace-search-function and replace-re-search-function.
411 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
412 and isearch-regexp-lax-whitespace to lazy-highlight variables.
413 (isearch-toggle-symbol): Set isearch-regexp to nil
414 in isearch-word mode (like in isearch-toggle-word).
415
416 2012-09-06 Juri Linkov <juri@jurta.org>
417
418 * replace.el (replace-search-function)
419 (replace-re-search-function): Set default values to nil.
420 (perform-replace): Let-bind isearch-related variables based on
421 replace-related values, call `isearch-search-fun' and let-bind
422 the result to `search-function'. Remove code that sets
423 `search-function' and `search-string' separately for
424 `delimited-flag'.
425 (replace-highlight): Add new argument `delimited-flag' and
426 rename other arguments to the names used in `perform-replace'.
427 Let-bind `isearch-word' to the argument `delimited-flag'.
428 (Bug#10885, bug#10887)
429
430 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
431
432 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
433 ruby-beginning-of-indent, simplify, allow all keywords to have
434 indentation before them.
435 (ruby-beginning-of-indent): Adjust for above. Search until the
436 found point is not inside a string or comment.
437 (ruby-font-lock-keywords): Allow symbols to start with "@"
438 character, give them higher priority than variables.
439 (ruby-syntax-propertize-function)
440 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
441 matchers. Expression expansions are not comments when inside a
442 string, and there comment syntax status is irrelevant.
443 (ruby-match-expression-expansion): New function. Check that
444 expression expansion is inside a string, and it's not escaped.
445 (ruby-font-lock-keywords): Use it.
446
447 2012-09-05 Martin Rudalics <rudalics@gmx.at>
448
449 * help.el (temp-buffer-max-height): New default value.
450 (temp-buffer-resize-frames): New option.
451 (resize-temp-buffer-window): Optionally resize frame.
452
453 * window.el (fit-frame-to-buffer-bottom-margin): New option.
454 (fit-frame-to-buffer): New function.
455
456 2012-09-05 Glenn Morris <rgm@gnu.org>
457
458 * emulation/cua-rect.el (cua--init-rectangles):
459 * textmodes/picture.el (picture-mode-map):
460 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
461 like forward-char and backward-char. (Bug#12317)
462
463 2012-09-05 Leo Liu <sdl.web@gmail.com>
464
465 * progmodes/flymake.el (flymake-warning-re): New variable.
466 (flymake-parse-line): Use it.
467
468 2012-09-05 Glenn Morris <rgm@gnu.org>
469
470 * calendar/holidays.el (holiday-christian-holidays):
471 Rename an entry. (Bug#12289)
472
473 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
476 (bug#12222).
477
478 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * loadup.el: Load macroexp. Remove hack.
481 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
482 (macroexp--expand-all): Use it to get better warnings.
483 (macroexp--backtrace, macroexp--trim-backtrace-frame)
484 (internal-macroexpand-for-load): New functions.
485 (macroexp--pending-eager-loads): New var.
486 (emacs-startup-hook): New hack to replace one in loadup.el.
487 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
488 (cl--compiler-macro-cXXr): Move to top, before they can be used.
489 (cl-psetf): Simplify.
490 (cl-defstruct): Add indent rule.
491
492 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
493
494 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
495 over `user-mail-address' for the SMTP MAIL FROM envelope.
496 (smtpmail-via-smtp): Ditto.
497
498 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
499
500 * progmodes/ruby-mode.el: Clean up keybindings.
501 (ruby-mode-map): Don't bind ruby-electric-brace,
502 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
503 backward-kill-word, reindent-then-newline-and-indent.
504 (ruby-mark-defun): Remove.
505 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
506 (ruby-mode): Set local beginning-of-defun-function and
507 end-of-defun-function values.
508
509 2012-09-03 Martin Rudalics <rudalics@gmx.at>
510
511 * window.el (temp-buffer-window-setup-hook)
512 (temp-buffer-window-show-hook): New hooks.
513 (temp-buffer-window-setup, temp-buffer-window-show)
514 (with-temp-buffer-window): New functions.
515 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
516 (special-display-popup-frame): Make sure the window used shows BUFFER.
517
518 * help.el (temp-buffer-resize-mode): Fix doc-string.
519 (resize-temp-buffer-window): New optional argument WINDOW.
520
521 * files.el (recover-file, save-buffers-kill-emacs):
522 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
523
524 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
525
526 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
527 remote definition of `default-directory', ensure we can connect.
528
529 2012-09-02 Juri Linkov <juri@jurta.org>
530
531 Toggle whitespace matching mode with M-s SPC.
532 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
533
534 * isearch.el (search-whitespace-regexp): Doc fix.
535 Remove cons cell customization.
536 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
537 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
538 New variables.
539 (isearch-forward, isearch-forward-regexp): Doc fix.
540 (isearch-toggle-lax-whitespace): New command.
541 (search-forward-lax-whitespace, search-backward-lax-whitespace)
542 (re-search-forward-lax-whitespace)
543 (re-search-backward-lax-whitespace): New functions.
544 (isearch-whitespace-regexp): Remove function.
545 (isearch-query-replace): Let-bind replace-search-function and
546 replace-re-search-function.
547 (isearch-occur): Let-bind search-spaces-regexp according to the
548 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
549 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
550 condition for C-q SPC.
551 (isearch-search-fun-default): Use new functions mentioned above.
552 (isearch-search-forward, isearch-search-backward): Remove functions.
553 (isearch-search): Don't let-bind search-spaces-regexp.
554 (isearch-lazy-highlight-space-regexp): Remove variable.
555 (isearch-lazy-highlight-lax-whitespace)
556 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
557 (isearch-lazy-highlight-new-loop): Use them.
558 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
559
560 2012-09-02 Chong Yidong <cyd@gnu.org>
561
562 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
563
564 2012-09-02 Glenn Morris <rgm@gnu.org>
565
566 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
567
568 2012-09-01 Glenn Morris <rgm@gnu.org>
569
570 * term.el: Tidy up menu definitions.
571 (term-mode-map): Use easymenu for In/Out, Complete menus.
572 (term-pager-break-map): Initialize in the defvar.
573 (term-terminal-menu, term-signals-menu): Define with easymenu.
574 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
575 (term-pager-menu): New, extracted from term-process-pager.
576 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
577 (term-update-mode-line): Propertize line/char and page items.
578 (term-process-pager): Move keymap initialization elsewhere.
579
580 2012-09-01 Martin Rudalics <rudalics@gmx.at>
581
582 * window.el (switch-to-prev-buffer): Handle additional values of
583 BURY-OR-KILL argument. Don't switch in minibuffer window.
584 (switch-to-next-buffer): Don't switch in minibuffer window.
585 (quit-restore-window): New function based on quit-window.
586 Handle additional values of former KILL argument.
587 (quit-window): Call quit-restore-window with appropriate
588 interpretation of KILL argument.
589 (display-buffer-below-selected): New buffer display action
590 function.
591
592 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * minibuffer.el (completion-at-point-functions): Complete docstring
595 (bug#12254).
596
597 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
598
599 Better seed support for (random).
600 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
601 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
602 * play/mpuz.el, play/tetris.el, play/zone.el:
603 * calc/calc-comb.el (math-init-random-base):
604 * play/blackbox.el (bb-init-board):
605 * play/life.el (life):
606 * server.el (server-use-tcp):
607 * type-break.el (type-break):
608 Remove unnecessary call to (random t).
609 * net/sasl.el (sasl-unique-id-function):
610 Change (random t) to (random), now that the latter is more random.
611 * play/life.el (life-initialized): Remove no-longer-needed var.
612
613 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
614
615 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
616 Consider frame's buffer predicate when choosing the buffer.
617 (Bug#12081)
618
619 2012-08-30 Richard Stallman <rms@gnu.org>
620
621 * simple.el (special-mode-map): Delete binding for `z'.
622
623 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
624
625 * progmodes/compile.el (compilation-always-kill): Doc fix.
626
627 2012-08-30 Chong Yidong <cyd@gnu.org>
628
629 * window.el (display-buffer-reuse-frames): Make the obsolescence
630 message more informative.
631
632 2012-08-30 Glenn Morris <rgm@gnu.org>
633
634 * paren.el (show-paren-delay):
635 Add a :set function. Doc fix. (Bug#12297)
636
637 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
638
639 * progmodes/compile.el (compilation-always-kill): New var.
640 (compilation-start): Use it.
641
642 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * simple.el (read-only-mode): Move from files.el for bootstrapping.
645 * files.el (read-only-mode): Move to simple.el.
646
647 * files.el (read-only-mode): New minor mode.
648 (toggle-read-only): Use it and mark obsolete.
649 (find-file--read-only):
650 * vc/vc.el (vc-next-action, vc-checkout):
651 * vc/vc-cvs.el (vc-cvs-checkout):
652 * obsolete/vc-mcvs.el (vc-mcvs-update):
653 * ffap.el (ffap--toggle-read-only): Update callers.
654
655 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
656
657 * eshell/esh-ext.el (eshell-external-command): Do not examine
658 remote shell scripts.
659 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
660
661 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
662 "/usr/local/sbin".
663
664 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
667
668 2012-08-28 Leo Liu <sdl.web@gmail.com>
669
670 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
671 completion-at-point. (Bug#12220)
672
673 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
674
675 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
676
677 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
680 be buffer-local; add delete-trailing-whitespace (bug#12259).
681
682 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
683
684 * progmodes/hideif.el (hif-compress-define-list):
685 Fix typo. (Bug#11951)
686
687 2012-08-28 Dan Nicolaescu <dann@gnu.org>
688
689 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
690 buffer local setting.
691
692 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
693 rcirc-encode-coding-system.
694
695 2012-08-28 Leo Liu <sdl.web@gmail.com>
696
697 * net/rcirc.el (rcirc-split-message): New function.
698 (rcirc-send-message): Use it. (Bug#12051)
699
700 2012-08-28 Juri Linkov <juri@jurta.org>
701
702 * info.el (Info-fontify-node): Hide empty lines at the end of
703 the node. (Bug#12272)
704
705 2012-08-27 Drew Adams <drew.adams@oracle.com>
706
707 * dired.el (dired-pop-to-buffer): Make window start at beginning
708 of buffer (Bug#12281).
709
710 2012-08-26 Chong Yidong <cyd@gnu.org>
711
712 * window.el (special-display-regexps, special-display-frame-alist)
713 (special-display-buffer-names, special-display-function)
714 (display-buffer-reuse-frames): Mark as obsolete.
715
716 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
717
718 * help.el (help-print-return-message): Don't treat
719 display-buffer-reuse-frames specially.
720
721 2012-08-26 Chong Yidong <cyd@gnu.org>
722
723 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
724 New variable, replacing gdb-frame-parameters.
725 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
726 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
727 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
728 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
729 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
730 the functions directly with gdb-display-buffer-other-frame-action.
731 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
732 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
733 (gdb-display-stack-buffer, gdb-display-locals-buffer)
734 (gdb-display-registers-buffer): Define directly.
735 (def-gdb-display-buffer): Macro deleted.
736 (gdb-display-buffer): Remove second and third args, callers don't
737 use them. Defer to the default display-buffer behavior, apart
738 from making windows dedicated.
739 (gdb-setup-windows): Don't call display-buffer unnecessarily.
740
741 * progmodes/gud.el (gud-display-line): Just use display-buffer.
742
743 * window.el (display-buffer-pop-up-frame): Handle a
744 pop-up-frame-parameters alist entry.
745 (display-buffer): Document it.
746
747 2012-08-26 Chong Yidong <cyd@gnu.org>
748
749 * isearch.el (search-whitespace-regexp): Make string and nil
750 values apply to both ordinary and regexp search. Allow a cons
751 cell value to distinguish between the two.
752 (isearch-whitespace-regexp, isearch-search-forward)
753 (isearch-search-backward): New functions.
754 (isearch-occur, isearch-search-fun-default, isearch-search)
755 (isearch-lazy-highlight-new-loop): Use them.
756 (isearch-forward, isearch-forward-regexp): Doc fix.
757
758 2012-08-26 Chong Yidong <cyd@gnu.org>
759
760 * faces.el (help-argument-name): Always inherit from italic
761 (Bug#12213).
762
763 2012-08-25 Martin Rudalics <rudalics@gmx.at>
764
765 * window.el (window--even-window-heights): Even heights when
766 WINDOW and the selected window form a vertical combination.
767 (display-buffer-use-some-window): Provide that window used gets
768 sized back by quit-window. (Bug#11880) and (Bug#12091)
769
770 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
771
772 Fix file time stamp problem with bzr and CVS (Bug#12001).
773 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
774 in the file's time stamp, since the version control system loses
775 that information.
776
777 2012-08-22 Juri Linkov <juri@jurta.org>
778
779 * info.el (Info-fontify-node): Hide the suffix of the
780 Info file name in the header line. (Bug#12187)
781
782 2012-08-22 Glenn Morris <rgm@gnu.org>
783
784 * calendar/cal-tex.el (cal-tex-weekly-common):
785 Restore leading blank page.
786
787 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
788
789 * misc.el (forward-to-word, backward-to-word): Activate or extend
790 the region under `shift-select-mode'. (Bug#12231)
791
792 2012-08-22 Bastien Guerry <bzg@gnu.org>
793
794 * progmodes/executable.el (executable-prefix): Set to "#!" instead
795 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
796 gives details on why the space is never needed.
797
798 2012-08-22 Martin Rudalics <rudalics@gmx.at>
799
800 * window.el (walk-window-tree, window-with-parameter):
801 New optional argument MINIBUF to control whether these functions
802 should run on the minibuffer window.
803 (window-at-side-list): Don't operate on minibuffer window.
804 (window-in-direction): Simplify and rewrite doc-string.
805 (window--size-ignore): Rename to window--size-ignore-p.
806 Update callers.
807 (display-buffer-in-atom-window, window--major-non-side-window)
808 (window--major-side-window, display-buffer-in-major-side-window)
809 (delete-side-window, display-buffer-in-side-window):
810 New functions.
811 (window--side-check, window-deletable-p, delete-window)
812 (delete-other-windows, split-window): Handle side windows and
813 atomic windows appropriately.
814 (window--display-buffer): Call display-buffer-record-window also
815 when the window buffer did not change.
816
817 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
818
819 * help-fns.el (help-fns--key-bindings):
820 Abbreviate non-symbol remap targets. (Bug#12174)
821
822 2012-08-22 Martin Rudalics <rudalics@gmx.at>
823
824 * dired.el (dired-mark-remembered): Don't clobber point.
825 (Bug#11795)
826
827 2012-08-22 Glenn Morris <rgm@gnu.org>
828
829 * progmodes/bug-reference.el (bug-reference): New custom group.
830 (bug-reference-bug-regexp): Make it a defcustom.
831
832 2012-08-22 Daiki Ueno <ueno@unixuser.org>
833
834 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
835 (js-paren-indent-offset, js-square-indent-offset)
836 (js-curly-indent-offset): Add :safe (Bug#12257).
837
838 2012-08-22 Edward O'Connor <hober0@gmail.com>
839
840 * json.el (json-key-format): Add error properties.
841 (json-encode-key): New function.
842 (json-encode-hash-table, json-encode-alist, json-encode-plist):
843 Use json-encode-key.
844
845 2012-08-22 Glenn Morris <rgm@gnu.org>
846
847 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
848 (cal-tex-leftday, cal-tex-rightday): Remove functions.
849 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
850 Update for above change.
851
852 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
853
854 * cus-face.el (custom-face-attributes): Fix customize type for the
855 :underline attribute. (Bug#11805)
856
857 2012-08-21 Martin Rudalics <rudalics@gmx.at>
858
859 * window.el (window-point-1, set-window-point-1): Remove.
860 (window-in-direction, record-window-buffer)
861 (set-window-buffer-start-and-point, split-window-below)
862 (window--state-get-1, display-buffer-record-window):
863 Replace calls to window-point-1 and set-window-point-1 by calls to
864 window-point and set-window-point respectively.
865
866 2012-08-21 Glenn Morris <rgm@gnu.org>
867
868 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
869 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
870 Use it.
871
872 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
873 (cal-tex-shortday): New function.
874 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
875 (cal-tex-cursor-filofax-daily): Use the above.
876
877 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
878 New functions.
879 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
880 (cal-tex-cursor-filofax-week): Use them.
881
882 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
883 New constants.
884 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
885 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
886
887 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
888 (cal-tex-end-document): Don't rely on buffer name.
889
890 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
891 Use cal-tex-vspace.
892 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
893 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
894 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
895 Use cal-tex-arg.
896
897 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
898 (cal-tex-cursor-week, cal-tex-cursor-week2)
899 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
900 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
901 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
902 (cal-tex-insert-preamble, cal-tex-b-document)
903 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
904 Improve cal-tex-cmd usage.
905
906 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
907 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
908 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
909 (cal-tex-weekly-paper): New function.
910 (cal-tex-cursor-week, cal-tex-cursor-week2)
911 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
912 (cal-tex-cursor-day): Use it.
913
914 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
915 (cal-tex-cursor-filofax-week): Remove leading blank page.
916
917 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
918 Add autoload cookie. For now at least, don't use color, since
919 no other cal-tex function does.
920
921 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
922 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
923 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
924
925 2012-08-21 Juri Linkov <juri@jurta.org>
926
927 * info.el (Info-file-attributes): New variable.
928 (info-insert-file-contents): Add file attributes to
929 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
930 `Info-toc-nodes' when previous modtime of the Info file is less
931 than new modtime.
932 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
933 of info.el. (Bug#12230)
934
935 2012-08-20 Glenn Morris <rgm@gnu.org>
936
937 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
938 * calendar/holidays.el (calendar-holiday-list):
939 Report errors with display-warning rather than beep'n'sleep.
940
941 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/tramp.el (tramp-accept-process-output): Accept only output
944 from PROC. Otherwise, process filters and sentinels might be
945 confused. (Bug#12145)
946
947 2012-08-20 Chong Yidong <cyd@gnu.org>
948
949 * descr-text.el (describe-text-properties-1): Use overlays-in to
950 report on empty overlays (Bug#3322).
951
952 2012-08-20 Glenn Morris <rgm@gnu.org>
953
954 * mail/rmailout.el (rmail-output-read-file-name):
955 Trap and report errors in rmail-output-file-alist elements.
956
957 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
958 since most non-font-lock faces are not also variables).
959
960 2012-08-20 Edward Reingold <reingold@iit.edu>
961
962 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
963 New function. (Bug12160)
964
965 2012-08-19 Glenn Morris <rgm@gnu.org>
966
967 * mail/rmailout.el (rmail-output-read-file-name):
968 Fix previous change (when the alist is nil or does not match).
969
970 2012-08-19 Chong Yidong <cyd@gnu.org>
971
972 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
973 (Bug#12228).
974
975 2012-08-18 Chong Yidong <cyd@gnu.org>
976
977 * simple.el (yank-handled-properties): New defcustom.
978 (yank-excluded-properties): Add font-lock-face and category.
979 (yank): Doc fix.
980
981 * subr.el (remove-yank-excluded-properties):
982 Obey yank-handled-properties. The special handling of font-lock-face
983 and category is now done this way, instead of being hard-coded.
984 (insert-for-yank-1): Remove font-lock-face handling.
985 (yank-handle-font-lock-face-property)
986 (yank-handle-category-property): New function.
987
988 2012-08-17 Glenn Morris <rgm@gnu.org>
989
990 * mail/rmailout.el (rmail-output-read-file-name):
991 Check rmail-output-file-alist against the full message body
992 in the correct rmail buffer. (Bug#12214)
993
994 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
995
996 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
997 Eliminate superfluous prompt. (Bug#12203)
998
999 2012-08-17 Chong Yidong <cyd@gnu.org>
1000
1001 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1002 font spec, set the font directly (Bug#3228).
1003
1004 2012-08-17 Martin Rudalics <rudalics@gmx.at>
1005
1006 * window.el (delete-window): Fix last fix.
1007
1008 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1009
1010 * window.el (window-valid-p): Move to window.c.
1011 (window-child, window-child-count, window-last-child)
1012 (window-normalize-window, window-combined-p)
1013 (window-combinations, window-atom-root, window-min-size)
1014 (window-sizable, window-sizable-p, window-size-fixed-p)
1015 (window-min-delta, window-max-delta, window--resizable)
1016 (window--resizable-p, window-resizable, window-total-size)
1017 (window-full-height-p, window-full-width-p, window-body-size)
1018 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1019 (minimize-window, window-deletable-p, delete-window)
1020 (delete-other-windows, set-window-buffer-start-and-point)
1021 (next-buffer, previous-buffer, split-window, balance-windows-2)
1022 (set-window-text-height, window-buffer-height)
1023 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1024 (truncated-partial-width-window-p): Minor code adjustments.
1025 In doc-strings state whether the argument window has to denote a
1026 live, valid or any window.
1027
1028 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1029
1030 * progmodes/subword.el (subword-forward-function)
1031 (subword-backward-function, subword-forward-regexp)
1032 (subword-backward-regexp): New variables.
1033 (subword-forward, subword-forward-internal, subword-backward-internal):
1034 Use new variables, eg so that different "word" definitions
1035 can be easily used. (Bug#11411)
1036
1037 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1040 for composite selectors.
1041 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1042 operation just because we can't find a previous revision.
1043
1044 2012-08-15 Chong Yidong <cyd@gnu.org>
1045
1046 * frame.el (set-frame-font): Accept font objects.
1047
1048 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1051
1052 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1053
1054 * man.el (Man-overstrike-face, Man-underline-face)
1055 (Man-reverse-face): Remove variables.
1056 (Man-overstrike, Man-underline, Man-reverse): New faces.
1057 (Man-fontify-manpage): Use them instead of the variables.
1058 (Man-cleanup-manpage): Comment change.
1059 (Man-ansi-color-map): New variable.
1060 (Man-fontify-manpage): Use it.
1061 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1062
1063 Implement ANSI SGR parameters 22-27 (bug#12146).
1064 * ansi-color.el (ansi-colors): Doc fix.
1065 (ansi-color-context, ansi-color-context-region): Doc fix.
1066 (ansi-color--find-face): New function.
1067 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1068 Rename the local variable `face' to `codes' since it is now a list of
1069 ansi codes. Doc fix.
1070 (ansi-color-get-face): Remove.
1071 (ansi-color-parse-sequence): New function, derived from
1072 ansi-color-get-face.
1073 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1074 codes 22-27.
1075
1076 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * subr.el (read-passwd): Allow use from a minibuffer.
1079
1080 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1081
1082 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1083 inside comments and strings as identifiers.
1084
1085 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1086 expression to evaluate. This allows to evaluate expressions with
1087 embedded whitespace.
1088 (gud-tooltip-tips): Add a blank before the newline in the
1089 message-box text, for the benefit of message-box emulation on
1090 MS-Windows.
1091
1092 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1093 messages from GDB, pop them up in a tooltip to give feedback to
1094 user.
1095 (gdb-tooltip-print-1): Quote the expression to evaluate.
1096 This allows to evaluate expressions with embedded whitespace.
1097 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1098 if the TTY name is nil or empty (which happens when communicating
1099 with the inferior via pipes, e.g. on MS-Windows).
1100 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1101 don't send that to the GUD buffer.
1102
1103 2012-08-14 Glenn Morris <rgm@gnu.org>
1104
1105 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1106 Optimize away setq-default with no args, as for setq. (Bug#12195)
1107
1108 2012-08-14 Chong Yidong <cyd@gnu.org>
1109
1110 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1111
1112 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1113 (Bug#12085).
1114
1115 2012-08-14 Glenn Morris <rgm@gnu.org>
1116
1117 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1118
1119 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
1120
1121 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1122 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1123 Use cached shell name.
1124
1125 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1126
1127 * progmodes/python.el (python-shell-send-string):
1128 (python-shell-send-setup-code): Do not use `format' with `message'.
1129
1130 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1131
1132 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1133 (ruby-percent-literal-beg-re): New constant.
1134 (ruby-syntax-general-delimiters-goto-beg): Rename to
1135 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1136 (ruby-syntax-propertize-general-delimiters): Rename to
1137 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1138 popular term. Adjust comments everywhere.
1139 (ruby-syntax-propertize-percent-literal): Only propertize when not
1140 inside a simple string or comment. When the literal is unclosed,
1141 leave the text after it unpropertized.
1142 (ruby-syntax-methods-before-regexp): New constant.
1143 (ruby-syntax-propertize-function): Use it to recognize regexps.
1144 Don't look at the text after regexp, just use the whitelist.
1145
1146 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1147
1148 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1149 non-nil always load the compiled file if it exists. (Bug#12197)
1150
1151 2012-08-14 Chong Yidong <cyd@gnu.org>
1152
1153 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1154 (hi-lock-set-pattern): When deciding whether to use font lock or
1155 overlays, look at font-lock-mode instead of font-lock-fontified
1156 (Bug#12168).
1157 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1158 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1159
1160 2012-08-14 Daiki Ueno <ueno@unixuser.org>
1161
1162 * subr.el (internal--after-with-selected-window): Fix typo
1163 (Bug#12193).
1164
1165 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1166
1167 Use `completion-table-dynamic' for completion functions.
1168 * progmodes/python.el
1169 (python-shell-completion--do-completion-at-point)
1170 (python-shell-completion--get-completions):
1171 Remove functions.
1172 (python-shell-completion-complete-at-point): New function.
1173 (python-completion-complete-at-point): Use it.
1174
1175 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
1176
1177 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1178 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1179
1180 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * subr.el (function-get): Refine `autoload' arg so it can also
1183 autoload functions for gv.el (bug#12191).
1184 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1185 autoloads macros.
1186
1187 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1188 Prefer pcase-let over destructuring-bind.
1189 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1190 Also, remove whitespace as we go, rather than after accumulating the
1191 various places.
1192
1193 * subr.el (internal--before-with-selected-window)
1194 (internal--after-with-selected-window): Fix typo seleted->selected.
1195 (with-selected-window): Adjust callers.
1196 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1197
1198 2012-08-13 Bastien Guerry <bzg@gnu.org>
1199
1200 * window.el (special-display-popup-frame): Minor docstring
1201 enhancement. (Bug#12172)
1202
1203 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1204
1205 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1206 type 1-6.
1207 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1208 extended headers.
1209
1210 * files.el (hack-local-variables-filter): Remove useless eval.
1211
1212 2012-08-13 Martin Rudalics <rudalics@gmx.at>
1213
1214 * subr.el (with-selected-window): Fix last change.
1215
1216 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * subr.el (internal--before-with-seleted-window)
1219 (internal--after-with-seleted-window): New functions.
1220 (with-selected-window): Use them, to replace dependency on
1221 tty-top-frame.
1222
1223 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1224
1225 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1226 binding for `newline'.
1227 (ruby-move-to-block): When moving backward, stop at block opening,
1228 not indentation.
1229 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1230 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1231 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1232 `ruby-toggle-block'.
1233
1234 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * ibuffer.el (ibuffer-do-toggle-read-only):
1237 * dired.el (dired-toggle-read-only):
1238 * buff-menu.el (Buffer-menu-toggle-read-only):
1239 * bindings.el (mode-line-toggle-read-only):
1240 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1241
1242 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1243
1244 * descr-text.el (describe-char): Put the overlays over the
1245 "displayed as" character.
1246
1247 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1248
1249 * calc/calc-units.el (math-default-units-table): Give an
1250 initial value.
1251 (math-put-default-units): Add options to put composite units and
1252 unit systems in the default units table.
1253 (calc-convert-units): Send composite units to
1254 `math-put-default-units' when appropriate.
1255
1256 2012-08-11 Glenn Morris <rgm@gnu.org>
1257
1258 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1259
1260 * tutorial.el (help-with-tutorial):
1261 * emacs-lisp/copyright.el (copyright-update-directory):
1262 * emacs-lisp/autoload.el (autoload-find-generated-file)
1263 (autoload-find-file): Disable local eval: (for insurance).
1264
1265 * files.el (hack-local-variables-filter): If an eval: form is not
1266 known to be safe, and enable-local-variables is :safe, then ignore
1267 the form totally, as is done for non-eval forms. (Bug#12155)
1268 This is CVE-2012-3479.
1269
1270 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1273 (rx-form): Simplify.
1274
1275 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1276
1277 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1278 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1279 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1280 (ruby-syntax-propertize-function): Adjust for changes in
1281 `ruby-syntax-propertize-heredoc'.
1282
1283 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1284
1285 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1286 binding (use `M-;' instead).
1287 (ruby-singleton-class-p): New function.
1288 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
1289
1290 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1293
1294 2012-08-10 Chong Yidong <cyd@gnu.org>
1295
1296 * progmodes/python.el (python-shell-get-process-name): Don't mess
1297 with same-window-buffer-names.
1298
1299 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1300 (eshell-remove-from-window-buffer-names): Make obsolete.
1301 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1302 (eshell): Just use pop-to-buffer-same-window instead.
1303
1304 2012-08-10 Chong Yidong <cyd@gnu.org>
1305
1306 * bindings.el: Bind M-= back to count-words-region.
1307
1308 * simple.el (count-words-region): Accept a prefix arg for acting
1309 on the entire buffer.
1310 (count-words--buffer-message): New helper function.
1311
1312 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1315 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1316 (event-start, event-end): Use posn-at-point to return a more
1317 informative posn.
1318 (posnp): New function.
1319 * mouse.el (popup-menu-normalize-position): Use it.
1320
1321 2012-08-10 Masatake YAMATO <yamato@redhat.com>
1322
1323 * mouse.el (popup-menu-normalize-position): New function.
1324 (popup-menu): Use `popup-menu-normalize-position' to normalize
1325 the form for POSITION argument.
1326
1327 * term/x-win.el (x-menu-bar-open):
1328 Use the value returend from (posn-at-point) as position
1329 passed to `popup-menu'.
1330
1331 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1332
1333 * calc/calccomp.el (math-compose-expr): Add extra argument
1334 indicating that parentheses should be put around products in
1335 denominators. Give multiplication precedence over division during
1336 composition.
1337
1338 2012-08-09 Chong Yidong <cyd@gnu.org>
1339
1340 * man.el (Man-switches, Man-sed-command, Man-awk-command)
1341 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1342 (Man-untabify-command, manual-program): Convert to defcustom
1343 (Bug#10429).
1344
1345 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1346
1347 * descr-text.el (describe-char): Don't insert extra newlines
1348 (Bug#10127).
1349
1350 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1351 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1352
1353 * align.el (align-region): Delete temporary markers (Bug#10047).
1354 Plus some code cleanups.
1355
1356 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1357
1358 * progmodes/python.el (python-pdbtrack-tracked-buffer)
1359 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1360 (python-shell-internal-last-output): Use make-local-variable
1361 instead of make-variable-buffer-local.
1362
1363 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1364
1365 * progmodes/python.el: Enhancements to forward-sexp.
1366 (python-nav-forward-sexp): Rename from
1367 python-nav-forward-sexp-function.
1368 (python-nav--forward-sexp, python-nav--backward-sexp):
1369 New functions.
1370
1371 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1372
1373 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1374 modes and simplification modes.
1375
1376 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * delsel.el (delete-selection-pre-hook): Don't propagate the
1379 file-supersession signals (bug#12161).
1380
1381 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1384 (cl-map-extents): Add compatibility aliases (bug#12135).
1385
1386 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
1387
1388 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1389 tests by `ignore-error'.
1390 (tramp-find-shell): Open also a new shell, when cache is already
1391 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
1392
1393 2012-08-08 Juri Linkov <juri@jurta.org>
1394
1395 * bookmark.el: Add `defaults' property to the bookmark record.
1396 (bookmark-current-buffer): Doc fix.
1397 (bookmark-make-record): Add `defaults' property with default values
1398 to the bookmark record.
1399 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1400 with `bookmark-insert-current-bookmark'.
1401 (bookmark-set): Get `defaults' property from the bookmark record
1402 and use it in `read-from-minibuffer'.
1403 (bookmark-insert-current-bookmark): Remove function.
1404
1405 * info.el (Info-bookmark-make-record): Add `defaults' property
1406 with values of canonical Info node name, the current Info file
1407 name and the current Info node name. (Bug#12107)
1408
1409 2012-08-08 Juri Linkov <juri@jurta.org>
1410
1411 * files.el (basic-save-buffer): Use `buffer-name' as the default
1412 of `read-file-name' when buffer is not visiting a file (bug#12128).
1413
1414 2012-08-08 Juri Linkov <juri@jurta.org>
1415
1416 * info.el (Info-isearch-search): Doc fix.
1417 (Info-search): Change search-failed message from "initial node" to
1418 "end of node" (bug#12078).
1419 (Info-isearch-search): Change `isearch-string-state' to
1420 `isearch--state-string'.
1421
1422 2012-08-08 Glenn Morris <rgm@gnu.org>
1423
1424 * language/persian.el: Remove file.
1425 * language/misc-lang.el: Move unique part of persian.el here.
1426 * loadup.el: Remove language/persian.
1427
1428 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
1429
1430 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
1431
1432 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
1433
1434 * progmodes/python.el Fixed defsubst warning.
1435 (python-syntax-context) Rename from python-info-ppss-context.
1436 (python-syntax-context-type): Rename from
1437 python-info-ppss-context-type.
1438 (python-syntax-comment-or-string-p): Rename from
1439 python-info-ppss-comment-or-string-p.
1440
1441 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1442
1443 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
1444
1445 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
1446
1447 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
1448 a defcustom that is quoted with backquote.
1449
1450 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
1451 Fix handling of interactive spec when the body uses return.
1452 (math-do-arg-check, math-define-function-body): Use backquote forms.
1453 * calc/calc-ext.el (math-defcache): Likewise.
1454 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
1455 * allout.el (allout-new-exposure): Likewise.
1456 * calc/calcalg2.el (math-tracing-integral): Likewise.
1457 * info.el (Info-last-menu-item): Likewise.
1458 * emulation/vip.el (vip-loop): Likewise.
1459 * textmodes/artist.el (artist-funcall): Likewise.
1460 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
1461 Construct menu-item directly.
1462
1463 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1464 Don't declare.
1465
1466 2012-08-07 Chong Yidong <cyd@gnu.org>
1467
1468 * simple.el (deactivate-mark): Preserve text properties when
1469 saving the primary selection (Bug#8384).
1470
1471 2012-08-07 Kevin Ryde <user42@zip.com.au>
1472
1473 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
1474 (woman-parse-numeric-value): On a bad .IP line, issue a warning
1475 and continue processing (Bug#12110).
1476
1477 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
1480 syntax-propertize-function (bug#10095).
1481
1482 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * help-fns.el (help-fns--key-bindings, help-fns--signature)
1485 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
1486 describe-function-1.
1487 (describe-function-1): Use them. Move compiler macro after sig.
1488 (help-fns--compiler-macro): Use function-get. Assume we're already in
1489 standard-output. Adjust layout to new call order.
1490
1491 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1492 re-binding a symbol that has a symbol-macro (bug#12119).
1493
1494 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
1495
1496 * language/persian.el: New file. (Bug#11812)
1497 * loadup.el: Add language/persian.el.
1498
1499 2012-08-06 Chong Yidong <cyd@gnu.org>
1500
1501 * window.el (window--maybe-raise-frame): New function.
1502 (window--display-buffer): Split off from here.
1503 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1504 (display-buffer-pop-up-window, display-buffer-use-some-window):
1505 Obey an inhibit-switch-frame action alist entry.
1506 (display-buffer): Update doc.
1507
1508 * replace.el (occur-after-change-function): Avoid losing focus by
1509 using the inhibit-switch-frame display parameter (Bug#12139).
1510
1511 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
1512
1513 Make internal shell process buffer names start with space.
1514 * progmodes/python.el (python-shell-make-comint): Add optional
1515 argument INTERNAL.
1516 (run-python-internal): Use it.
1517 (python-shell-internal-get-or-create-process): Check for new
1518 internal buffer names.
1519
1520 2012-08-06 Glenn Morris <rgm@gnu.org>
1521
1522 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
1523 Do less getting and setting of environment variables.
1524
1525 2012-08-05 Chong Yidong <cyd@gnu.org>
1526
1527 * proced.el (proced): Add substitution string to docstring to
1528 trigger autoloading of the proced library on C-h f (Bug#1768).
1529
1530 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1531 Don't show defvars which have no second argument (Bug#8638).
1532
1533 * imenu.el (imenu-generic-expression): Move documentation here
1534 from imenu--generic-function.
1535 (imenu--generic-function): Refer to imenu-generic-expression.
1536
1537 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
1538
1539 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
1540 indentation declaration.
1541 (viper-loop): Add indentation declaration (Bug#7025).
1542
1543 2012-08-05 Chong Yidong <cyd@gnu.org>
1544
1545 * help-fns.el (describe-variable): Add hyperlink for
1546 directory-local variables files. Improve buffer-local and
1547 permanent-local reporting; suggested by MON KEY (Bug#6644).
1548
1549 * help-mode.el (help-dir-local-var-def): New button type.
1550
1551 * files.el (kill-buffer-hook): Provide a defvar.
1552
1553 2012-08-05 Glenn Morris <rgm@gnu.org>
1554
1555 * eshell/esh-ext.el (eshell/addpath):
1556 Also update eshell-path-env. (Bug#12013)
1557
1558 2012-08-05 Chong Yidong <cyd@gnu.org>
1559
1560 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
1561
1562 * fringe.el (fringe-styles): Add docstring.
1563 (fringe--check-mode): New function.
1564 (set-fringe-mode, set-fringe-style): Use it.
1565 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
1566
1567 * files.el (set-auto-mode): Fix invalid setq call.
1568
1569 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * isearch.el: Misc simplification; use defstruct.
1572 (isearch-mode-map): Dense maps now work like sparse ones.
1573 (isearch--state): New defstruct.
1574 (isearch-string-state, isearch-message-state, isearch-point-state)
1575 (isearch-success-state, isearch-forward-state)
1576 (isearch-other-end-state, isearch-word-state, isearch-error-state)
1577 (isearch-wrapped-state, isearch-barrier-state)
1578 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
1579 replaced by defstruct's accessors.
1580 (isearch--set-state): Rename from isearch-top-state and change
1581 calling convention.
1582 (isearch-push-state): Use new isearch--get-state.
1583 (isearch-toggle-word): Disable regexp when enabling word.
1584 (isearch-message-prefix): Remove unused arg _c-q-hack.
1585 (isearch-message-suffix): Remove unused arg _ellipsis.
1586
1587 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
1588
1589 * simple.el (list-processes--refresh): For a server use :host or
1590 :local as the address.
1591 (list-processes): Doc fix.
1592
1593 2012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
1594
1595 * lisp/mpc.el: Support password in host argument.
1596 (mpc--proc-connect): Parse and use new password element.
1597 Set mpc-proc variable instead of returning process.
1598 (mpc-proc): Adjust accordingly.
1599
1600 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1601
1602 * whitespace.el (whitespace-display-mappings): Use Unicode
1603 codepoints, instead of emacs-mule codepoints. See
1604 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
1605 for the details.
1606
1607 * files.el (file-truename): Don't skip symlink-chasing part on
1608 windows-nt. Incorporate the resolution of 8+3 short aliases on
1609 Windows into the loop that recursively chases symlinks.
1610 Compare directory and its parent case-insensitively on MS-Windows and
1611 MS-DOS.
1612
1613 2012-08-03 Chong Yidong <cyd@gnu.org>
1614
1615 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
1616
1617 * sort.el (sort-regexp-fields): Doc fix.
1618
1619 2012-08-03 Tassilo Horn <tsdh@gnu.org>
1620
1621 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
1622 labels regex position point at the expected place.
1623
1624 2012-08-03 MON KEY <monkey@sandpframing.com>
1625
1626 * net/imap.el (imap-interactive-login, imap-authenticate)
1627 (imap-mailbox-lsub, imap-mailbox-list)
1628 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
1629 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
1630 (imap-parse-response): Doc fix.
1631
1632 2012-08-03 João Távora <joaotavora@gmail.com>
1633
1634 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
1635 if sexp scanning does not move point (Bug#5734).
1636
1637 2012-08-02 Tassilo Horn <tsdh@gnu.org>
1638
1639 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
1640 Add listings, minted, and ctable packages.
1641 (reftex-label-alist-builtin): Move listings, minted, and ctable
1642 entries before LaTeX.
1643 (reftex-label-alist): Docfix.
1644
1645 2012-08-02 Bastien Guerry <bzg@gnu.org>
1646
1647 * replace.el (occur): Fix docstring (bug#12122).
1648
1649 2012-08-02 Glenn Morris <rgm@gnu.org>
1650
1651 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
1652
1653 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1654
1655 Obsolete alias inactivate-current-input-method-function (Bug#10150).
1656 * international/mule-cmds.el: Create
1657 inactivate-current-input-method-function as an obsolete alias for
1658 deactivate-current-input-method-function. See Katsumi Yamaoka in
1659 <http://bugs.gnu.org/10150#46>.
1660
1661 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1662
1663 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
1664 of nested `if's.
1665
1666 2012-08-01 Glenn Morris <rgm@gnu.org>
1667
1668 * progmodes/autoconf.el (autoconf-definition-regexp):
1669 Add AH_TEMPLATE, adjust submatch numbering.
1670 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
1671 (autoconf-current-defun-function): Update for above change.
1672 (autoconf-current-defun-function): First skip to end of current word.
1673
1674 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
1675
1676 * calendar/cal-html.el (cal-html-insert-agenda-days):
1677 Fix typo. (Bug#12018)
1678
1679 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1680
1681 Shell processes: enhancements to startup and CEDET compatibility.
1682 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
1683 (python-shell-make-comint): accept-process-output at startup.
1684 (run-python-internal): Set inferior-python-mode-hook to nil.
1685 (python-shell-internal-get-or-create-process): call sit-for.
1686 (python-preoutput-result): Add obsolete alias.
1687 (python-shell-internal-send-string): Use it.
1688 (python-shell-send-setup-code): Remove call to
1689 accept-process-output.
1690
1691 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1692
1693 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
1694 (Bug#12108)
1695
1696 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
1697
1698 * calc-mode.el (calc-basic-simplification-mode): Rename from
1699 `calc-limited-simplification-mode'.
1700 (calc-alg-simplification-mode): New function.
1701 (calc-set-simplify-mode): Adjust message.
1702
1703 * calc.el (calc-set-mode-line): Adjust mode line display for
1704 basic simplification mode.
1705
1706 * calc-help.el (calc-m-prefix-help): Update help message.
1707
1708 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
1709 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
1710
1711 2012-07-31 Bastien Guerry <bzg@gnu.org>
1712
1713 * man.el (man): Fix comment. (bug#12101)
1714
1715 2012-07-31 Martin Rudalics <rudalics@gmx.at>
1716
1717 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1718 Don't return a non-nil value when no suitable buffer was found.
1719
1720 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1721
1722 * progmodes/python.el (run-python-internal): Disable font lock for
1723 internal shells.
1724
1725 2012-07-30 Stefan Merten <smerten@oekonux.de>
1726
1727 * rst.el: Silence `checkdoc-ispell'.
1728 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1729 (rst-official-version, rst-official-cvs-rev)
1730 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
1731 (rst-mode-map): New key binding.
1732
1733 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1734
1735 Update .PHONY listings in makefiles.
1736 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
1737 autoloads, update-subdirs, updates, bzr-update, update-authors,
1738 compile-onefile, compile-calc, backup-compiled-files,
1739 compile-after-backup, compile-one-process, mh-autoloads,
1740 bootstrap-clean, distclean, maintainer-clean.
1741
1742 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1743
1744 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
1745 (calc-set-mode-line): Don't display "AlgSimp ".
1746
1747 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
1748 (calc-lim-simplify-mode): New function.
1749 (calc-set-simplify-mode): Default to 'alg.
1750 (calc-default-simplify-mode): Make algebraic simplifications
1751 the default.
1752
1753 * calc/calc-ext.el (calc-init-extensions): Remove binding for
1754 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
1755
1756 * calc/calc-help.el (calc-m-prefix-help): Change messages to
1757 indicate new simplification modes.
1758
1759 * calc/README: Mention new default simplification mode.
1760
1761 * calc/calc.el (math-normalize-error): New variable.
1762 (math-normalize): Set `math-normalize-error' to t
1763 when there's an error.
1764
1765 * calc/calc-alg.el (math-simplify): Don't simplify when
1766 `math-normalize' returns an error.
1767
1768 2012-07-29 Eli Zaretskii <eliz@gnu.org>
1769
1770 * international/mule-cmds.el (set-locale-environment): Revert last
1771 change, since display-graphic-p returns nil when this function is
1772 called during startup. Instead...
1773
1774 * term/w32console.el (terminal-init-w32console): ...setup the
1775 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
1776
1777 2012-07-29 Juri Linkov <juri@jurta.org>
1778
1779 * simple.el (goto-line): Don't display default line number in the
1780 prompt because it should be displayed by `read-number' (bug#9952).
1781 Add the current line number to the defaults of `goto-line' to
1782 allow its easier modification by users with `M-n' (bug#9201).
1783
1784 * subr.el (read-number): Support multiple default values like in
1785 other minibuffer reading functions. Replace `read' with
1786 `string-to-number' for consistency with `number-to-string'.
1787
1788 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1789
1790 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
1791 * emulation/viper-init.el (viper-deactivate-input-method-action):
1792 Rename from viper-inactivate-input-method-action.
1793 (viper-deactivate-input-method):
1794 Rename from viper-inactivate-input-method.
1795 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
1796 * international/mule-cmds.el (deactivate-input-method):
1797 Rename from inactivate-input-method.
1798 Also run input-method-deactivate-hook.
1799 (deactivate-current-input-method-function):
1800 Rename from inactivate-current-input-method-function.
1801 (input-method-deactivate-hook): New hook.
1802 (input-method-inactivate-hook): Mark obsolete.
1803 (inactivate-input-method): Mark obsolete.
1804
1805 * international/quail.el (quail-activate):
1806 Also run quail-deactivate-hook.
1807 (quail-deactivate): Rename from quail-inactivate.
1808 * international/robin.el (robin-activate):
1809 Also run robin-deactivate-hook.
1810 (robin-deactivate): Rename from robin-inactivate.
1811
1812 2012-07-29 Chong Yidong <cyd@gnu.org>
1813
1814 * simple.el (indicate-copied-region): New function.
1815 (kill-ring-save): Split off from here.
1816
1817 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
1818 (kill-rectangle): Set deactivate-mark to t on read-only error.
1819
1820 * register.el (copy-to-register, copy-rectangle-to-register):
1821 Deactivate the mark, and use indicate-copied-region (Bug#10056).
1822 (append-to-register, prepend-to-register):
1823 Call 2012-07-29 Juri Linkov <juri@jurta.org>
1824
1825 * simple.el (async-shell-command-buffer): New defcustom.
1826 (shell-command): Use it. (Bug#4719)
1827
1828 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1829
1830 * international/mule-cmds.el (set-locale-environment): In a
1831 console session on MS-Windows, set up keyboard and terminal
1832 encoding from the OEM codepage, not the ANSI codepage.
1833 (Bug#12055)
1834
1835 2012-07-28 Chong Yidong <cyd@gnu.org>
1836
1837 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
1838 gdb-get-location.
1839
1840 2012-07-28 Leo Liu <sdl.web@gmail.com>
1841
1842 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
1843 the alist (bug#12029).
1844
1845 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1846
1847 * makefile.w32-in (custom-deps, finder-data, updates, compile)
1848 (compile-always, compile-first)
1849 ($(lisp)/calendar/cal-loaddefs.el)
1850 ($(lisp)/calendar/diary-loaddefs.el)
1851 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
1852 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
1853 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
1854 instead of on update-subdirs.
1855 (bootstrap-clean): Delete $(lisp)/subdirs.el.
1856
1857 2012-07-28 Chong Yidong <cyd@gnu.org>
1858
1859 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
1860 directory if vc-deduce-backend returns nil (Bug#7350).
1861
1862 * simple.el (delete-trailing-lines): New option.
1863 (delete-trailing-whitespace): Obey it (Bug#11879).
1864
1865 2012-07-28 David Engster <deng@randomsample.de>
1866
1867 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
1868 Explanation of new 'symbol-qnames feature in doc-strings.
1869 (xml-maybe-do-ns): Return expanded names as plain symbols if
1870 'symbol-qnames was provided in XML-NS argument (Bug#11916).
1871 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
1872
1873 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
1874
1875 Consistent completion in inferior python with emacs -nw.
1876 * progmodes/python.el (inferior-python-mode): replace "<tab>"
1877 binding in inferior-python-mode-map with "\t".
1878 (python-shell-completion-complete-at-point)
1879 (python-completion-complete-at-point): Remove interactive spec.
1880
1881 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
1882
1883 * calc/calccomp.el (math-compose-expr): Undo previous change.
1884
1885 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
1886
1887 * progmodes/python.el (python-mode-map): Add keybinding for
1888 run-python.
1889 (python-shell-make-comint): Fix pop-to-buffer call.
1890 (run-python): Autoload. New arg SHOW.
1891 (python-shell-get-or-create-process): Do not pop python process
1892 buffer.
1893
1894 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
1895
1896 * notifications.el (notifications-on-action-signal)
1897 (notifications-on-closed-signal): Use also the bus address for the map.
1898 (notifications-notify, notifications-close-notification)
1899 (notifications-get-capabilities): Add optional argument BUS.
1900
1901 2012-07-27 Tassilo Horn <tsdh@gnu.org>
1902
1903 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1904 Add support for the lstlisting and minted environments, and for the
1905 ctable macro.
1906 * textmodes/reftex.el (reftex-compile-variables): Also recognize
1907 labels written in keyvals syntax.
1908
1909 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
1910
1911 * calc/calccomp.el (math-compose-expr): Use parentheses when
1912 there is a product in the denominator of a fraction.
1913
1914 2012-07-26 Eli Zaretskii <eliz@gnu.org>
1915
1916 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
1917 ($(lisp)/calendar/diary-loaddefs.el)
1918 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
1919 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
1920 Fixes failures in parallel bootstrap because subdirs.el is being
1921 rewritten while the autoload files are built at the same time,
1922 which needs to load subdirs.el.
1923
1924 2012-07-26 Martin Rudalics <rudalics@gmx.at>
1925
1926 * mouse.el (popup-menu): Fix doc-string and re-indent code.
1927 (mouse-drag-line): Don't exit tracking when a switch-frame or
1928 switch-window event occurs (Bug#12006).
1929
1930 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * mouse.el (popup-menu): Fix last change.
1933
1934 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 Autoload from Lisp with more care. Follow aliases when looking for
1937 function properties.
1938 * subr.el (autoloadp): New function.
1939 (symbol-file): Use it.
1940 (function-get): New function.
1941 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
1942 autoload-do-load.
1943 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
1944 (lisp-indent-function):
1945 * emacs-lisp/gv.el (gv-get):
1946 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
1947 * emacs-lisp/byte-opt.el (byte-optimize-form):
1948 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1949 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
1950 Use function-get.
1951 * emacs-lisp/cl.el: Don't propagate function properties any more.
1952
1953 * speedbar.el (speedbar-add-localized-speedbar-support):
1954 * emacs-lisp/disass.el (disassemble-internal):
1955 * desktop.el (desktop-load-file):
1956 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
1957 (describe-function-1):
1958 * emacs-lisp/find-func.el (find-function-noselect):
1959 * emacs-lisp/elp.el (elp-instrument-function):
1960 * emacs-lisp/advice.el (ad-has-proper-definition):
1961 * apropos.el (apropos-safe-documentation, apropos-macrop):
1962 * emacs-lisp/debug.el (debug-on-entry):
1963 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
1964 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1965 * calc/calc.el (name): Use autoloadp & autoload-do-load.
1966
1967 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
1968
1969 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
1970 function, not an obsolete variable (Bug#12046).
1971
1972 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
1973
1974 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
1975
1976 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
1977
1978 * emacs-lisp/pp.el (pp-display-expression): Select old selected
1979 window only if it is still live (Bug#12034).
1980
1981 2012-07-25 Martin Rudalics <rudalics@gmx.at>
1982
1983 * subr.el (redirect-frame-focus): Add advertised calling
1984 convention (Bug#12030).
1985
1986 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1987
1988 Prefer typical American spelling for "acknowledgment".
1989 * vc/add-log.el (change-log-acknowledgment): Rename from
1990 change-log-acknowledgement, with an alias for the old name.
1991
1992 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
1993
1994 * calc-alg.el (math-simplify-divide): Don't cross multiply
1995 in an equation when the lhs is a variable.
1996
1997 2012-07-24 Julien Danjou <julien@danjou.info>
1998
1999 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2000 Remove, unused.
2001
2002 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2003
2004 * startup.el (command-line): Don't display an empty user name in
2005 the error message about non-existent home directory, when
2006 init-file-user was set to an empty string. See
2007 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2008 for the details and context.
2009
2010 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2011
2012 * ses.el (ses-cell-formula-aset): New macro.
2013 (ses-cell-references-aset): New macro.
2014 (ses-cell-p): New function.
2015 (ses-rename-cell): Do no longer rely on complex operations like
2016 ses-cell-set-formula or ses-set-cell to change the cell and handle
2017 the undo at the same time, but rather use lower level new macros
2018 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2019 the undo directly. Refresh the mode line.
2020
2021 2012-07-21 Leo Liu <sdl.web@gmail.com>
2022
2023 * progmodes/cc-cmds.el (c-defun-name):
2024 Use match-string-no-properties instead for consistency.
2025
2026 2012-07-20 Leo Liu <sdl.web@gmail.com>
2027
2028 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2029 (Bug#7879)
2030
2031 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2032
2033 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2036 * progmodes/bug-reference.el, misearch.el: Provide themselves
2037 (bug#11915).
2038
2039 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2040 of narrowed buffer (bug#11966).
2041
2042 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2043
2044 * ses.el (ses-rename-cell): Set new name also in reference list of
2045 cells of which the renamed cell depends.
2046
2047 2012-07-20 Masatake YAMATO <yamato@redhat.com>
2048
2049 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2050 to check whether menu-bar is shown or not. If not shown,
2051 show the menu-bar as a popup menu instead of using tmm.
2052 * mouse.el (popup-menu): Accept `point' as `position' argument.
2053
2054 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2055
2056 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2057 up inside string symbol literal (bug#11923).
2058
2059 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2060
2061 * startup.el (fancy-startup-text): Read the whole tutorial, not
2062 just its first 256 bytes. Prevents gibberish in display of the
2063 tutorial title.
2064
2065 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2066
2067 Drop idle buffer compaction due to an absence of the
2068 proved efficiency.
2069 * compact.el: Remove.
2070
2071 2012-07-19 Sam Steingold <sds@gnu.org>
2072
2073 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2074 vc-bzr-pull & vc-bzr-merge-branch.
2075 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2076 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2077 for consistency with compilation-error-regexp-alist.
2078 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2079 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2080 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2081 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2082
2083 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * emacs-lisp/chart.el: Use lexical-binding.
2086 (chart-emacs-storage): Don't hardcode the list of entries.
2087
2088 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2089
2090 Next round of tweaks caused by Fgarbage_collect changes.
2091 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2092
2093 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2094
2095 Compact buffers when idle.
2096 * compact.el: New file.
2097
2098 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * subr.el (eventp): Presume that if it looks vaguely like an event,
2101 it's an event (bug#10190).
2102
2103 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2104
2105 Enhancements to ppss related code (thanks Stefan).
2106 * progmodes/python.el (python-indent-context)
2107 (python-indent-calculate-indentation, python-indent-dedent-line)
2108 (python-indent-electric-colon, python-nav-forward-block)
2109 (python-mode-abbrev-table)
2110 (python-info-assignment-continuation-line-p): Simplify checks
2111 for ppss context.
2112 (python-info-continuation-line-p): Cleanup.
2113 (python-info-ppss-context): Do not catch 'quote.
2114 (python-info-ppss-context-type)
2115 (python-info-ppss-comment-or-string-p): Simplify.
2116
2117 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2118
2119 * progmodes/python.el: Enhancements to eldoc support.
2120 (python-info-current-symbol): New function.
2121 (python-eldoc-at-point): Use python-info-current-symbol.
2122 (python-info-current-defun): Fix cornercase on first defun scan.
2123 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2124 and signal error when no inferior python process is available.
2125
2126 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2127
2128 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2129 assume it's always t.
2130 (vc-git-registered): Remove caching, the function is only called
2131 once.
2132 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2133
2134 2012-07-18 Chong Yidong <cyd@gnu.org>
2135
2136 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2137
2138 * simple.el (count-words): Report on narrowing (Bug#9959).
2139
2140 * bindings.el: Bind M-= to count-words.
2141
2142 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2143
2144 2012-07-18 Masatake YAMATO <yamato@redhat.com>
2145
2146 * progmodes/sh-script.el (sh-imenu-generic-expression):
2147 Capture a function with `function' keyword and without parentheses
2148 like "function FOO" (bug#11856).
2149
2150 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2151
2152 * window.el (split-window-sensibly): Make WINDOW argument
2153 optional.
2154
2155 2012-07-18 Chong Yidong <cyd@gnu.org>
2156
2157 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2158
2159 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2160 and make C-x 8 RET exit isearch (Bug#11439).
2161
2162 * international/iso-transl.el: Move isearch-mode-map key
2163 definitions to isearch.el.
2164
2165 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2168 (eieio-defclass): Use gv-define-setter when possible.
2169
2170 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2171
2172 Reflect recent changes in Fgarbage_collect.
2173 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2174 reflect new format of data returned by Fgarbage_collect.
2175
2176 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2177
2178 New utility functions + python-info-ppss-context fix (Bug#11910).
2179 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2180 (python-info-ppss-comment-or-string-p): New functions.
2181 (python-info-ppss-context): Small fix for string check.
2182
2183 2012-07-17 Juri Linkov <juri@jurta.org>
2184
2185 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2186 (dired-do-async-shell-command): Don't add `*' at the end of the
2187 command (Bug#11815).
2188 (dired-do-shell-command): Doc fix.
2189 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2190 Join the individual commands using either "&" or ";" as the
2191 separator depending on the values of these trailing characters.
2192 At the end re-add the trailing "&". (Bug#10598)
2193
2194 * simple.el (async-shell-command): Sync the interactive spec with
2195 `shell-command'. Doc fix.
2196 (shell-command): Doc fix.
2197
2198 2012-07-17 Juri Linkov <juri@jurta.org>
2199
2200 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2201
2202 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2203
2204 Final renames and doc fixes for movement commands (bug#11899).
2205 * progmodes/python.el (python-nav-beginning-of-statement):
2206 Rename from python-nav-statement-start.
2207 (python-nav-end-of-statement): Rename from
2208 python-nav-statement-end.
2209 (python-nav-beginning-of-block): Rename from
2210 python-nav-block-start.
2211 (python-nav-end-of-block): Rename from python-nav-block-end.
2212
2213 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2214
2215 * progmodes/python.el (python-shell-send-string-no-output):
2216 Allow accept-process-output to quit, keeping shell process ready for
2217 future interactions (Bug#11868).
2218
2219 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2222
2223 * emacs-lisp/elint.el (elint-find-args-in-code):
2224 Use help-function-arglist, so as to handle lexical byte-code.
2225
2226 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2227 change (bug#11826).
2228
2229 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2232 Avoid spuriously marking the buffer as modified because of c-is-sws.
2233
2234 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2235 as not-a-comment (bug#11946).
2236
2237 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2238 for uninterned vars.
2239
2240 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2241 Use read-event since we don't really want to read chars but bytes.
2242
2243 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2244 $$..$$ but also $..$ using regexps (bug#11953).
2245 Use tex-verbatim for \url and \path.
2246 (tex-font-lock-keywords): Define as defconst like the others.
2247 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2248
2249 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2250
2251 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2252 alias for insert-char.
2253
2254 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2255
2256 * progmodes/python.el: Simplified imenu implementation.
2257 (python-nav-jump-to-defun): Remove command.
2258 (python-mode-map): Use `imenu' instead.
2259 (python-nav-list-defun-positions-cache)
2260 (python-imenu-include-defun-type, python-imenu-make-tree)
2261 (python-imenu-subtree-root-label, python-imenu-index-alist):
2262 Remove vars.
2263 (python-nav-list-defun-positions, python-nav-read-defun)
2264 (python-imenu-tree-assoc, python-imenu-make-element-tree)
2265 (python-imenu-make-tree, python-imenu-create-index):
2266 Remove functions.
2267 (python-mode): Update to interact with imenu by setting
2268 `imenu-extract-index-name-function' only.
2269
2270 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2271
2272 * progmodes/python.el: Enhancements to navigation commands.
2273 (python-nav-backward-sentence)
2274 (python-nav-forward-sentence): Remove.
2275 (python-nav-backward-statement, python-nav-forward-statement)
2276 (python-nav-statement-start, python-nav-statement-end)
2277 (python-nav-backward-block, python-nav-forward-block)
2278 (python-nav-block-start, python-nav-block-end)
2279 (python-nav-forward-sexp-function)
2280 (python-info-current-line-comment-p)
2281 (python-info-current-line-empty-p): New functions.
2282 (python-indent-context): Use `python-nav-statement-start'.
2283
2284 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * eshell/em-ls.el (eshell/ls): Use `apply'.
2287
2288 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2289 multi-hops, instead of Tramp internals.
2290
2291 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2292
2293 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2294 when F1 and F2 are located on different hosts.
2295
2296 2012-07-14 Chong Yidong <cyd@gnu.org>
2297
2298 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2299 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2300 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2301 (xterm-mouse--read-event-sequence-1000)
2302 (xterm-mouse--read-event-sequence-1006): New functions. For old
2303 mouse protocol, handle M-mouse-X events correctly.
2304 (xterm-mouse-event): New arg specifying mouse protocol.
2305 (turn-on-xterm-mouse-tracking-on-terminal)
2306 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
2307 sequence to toggle extended coordinates on newer XTerms.
2308 This appears to be harmless on terminals which do not support this.
2309
2310 2012-07-14 Leo Liu <sdl.web@gmail.com>
2311
2312 Add fringe bitmap indicators for flymake. (Bug#11253)
2313 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2314 (flymake-make-overlay): New arg BITMAP.
2315 (flymake-error-bitmap, flymake-warning-bitmap)
2316 (flymake-fringe-indicator-position): New user variables.
2317
2318 * fringe.el: New bitmap exclamation-mark.
2319
2320 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2321
2322 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2323 also (Bug#7879).
2324
2325 2012-07-14 Chong Yidong <cyd@gnu.org>
2326
2327 * electric.el (electric-pair-post-self-insert-function): Fix pair
2328 insertion in empty-region case (Bug#11520).
2329
2330 2012-07-14 Chong Yidong <cyd@gnu.org>
2331
2332 * bindings.el: Consolidate ctl-x-r-map bindings.
2333 Bind copy-rectangle-as-kill to C-x r w.
2334
2335 * rect.el, register.el: Move bindings to bindings.el.
2336
2337 2012-07-14 Reuben Thomas <rrt@sc3d.org>
2338
2339 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2340
2341 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2342
2343 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
2344
2345 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * bindings.el (top): Use `mapc' instead of `mapcar'.
2348
2349 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2350
2351 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * progmodes/sql.el (sql-comint): Suppress the check for program on
2354 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
2355 (Bug#11908)
2356
2357 2012-07-13 Chong Yidong <cyd@gnu.org>
2358
2359 * bindings.el: Assign a non-nil permanent-local property to
2360 per-buffer variables which lack a default value (Bug#11930).
2361
2362 * help-fns.el (describe-variable): In the "automatically becomes
2363 local" notice, take note of permanent-local variables.
2364
2365 2012-07-13 Chong Yidong <cyd@gnu.org>
2366
2367 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
2368 to allow printing the message when called from Lisp.
2369
2370 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2371 Remove toggle-read-only.
2372
2373 * bs.el (bs-toggle-readonly):
2374 * buff-menu.el (Buffer-menu-toggle-read-only):
2375 Remove with-no-warnings around toggle-read-only.
2376
2377 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2378 Remove with-no-warnings around toggle-read-only.
2379 (ffap-read-only, ffap-read-only-other-window)
2380 (ffap-read-only-other-frame): Callers changed.
2381
2382 * help-mode.el: Don't require view package.
2383 (help-mode-finish): Set buffer-read-only instead of calling
2384 toggle-read-only.
2385
2386 * bindings.el (mode-line-toggle-read-only):
2387 * dired.el (dired-toggle-read-only):
2388 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2389 with non-nil second arg.
2390
2391 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2392 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2393 directly.
2394
2395 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2396
2397 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2398 not incf.
2399
2400 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 More CL cleanups and reduction of use of cl.el.
2403 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2404 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2405 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2406 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2407 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2408 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2409 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2410 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2411 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2412 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2413 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2414 * eshell/em-cmpl.el, eshell/em-banner.el:
2415 * calendar/parse-time.el: Use cl-lib.
2416 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2417 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2418 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2419 * term/ns-win.el, term.el, shell.el, ps-samp.el:
2420 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2421 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2422 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2423 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2424 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2425 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
2426 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
2427 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
2428 `lambda' rather than with `quote'.
2429 (eshell-do-opt): Adjust accordingly.
2430 (eshell-process-option): Simplify.
2431 * eshell/esh-var.el:
2432 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
2433 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
2434 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
2435 to `pcase--dontcare'.
2436 * emacs-lisp/cl.el (labels): Mark obsolete.
2437 (cl--letf, letf): Move to cl-lib.
2438 (cl--letf*, letf*): Remove.
2439 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
2440 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
2441 (cl-progv): Rewrite.
2442 (cl--letf, cl-letf): Move from cl.el.
2443 (cl-letf*): New macro.
2444 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
2445
2446 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
2447
2448 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
2449
2450 2012-07-11 Chong Yidong <cyd@gnu.org>
2451
2452 * vc/log-edit.el (log-edit-vc-backend): New variable.
2453 (log-edit): Doc fix.
2454
2455 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
2456 argument of log-edit to set up all local variables.
2457 (vc-start-logentry): New optional arg specifying VC backend.
2458
2459 * vc/vc.el (vc-checkin): Use it.
2460 (vc-deduce-fileset): Handle Log Edit buffers.
2461 (vc-diff): Make first argument optional too.
2462
2463 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
2464
2465 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
2466
2467 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
2468 command, just in case. The function is not needed anymore.
2469 (eshell-external-command): Do not call `eshell-remote-command'.
2470
2471 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 Reduce use of (require 'cl).
2474 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
2475 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
2476 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
2477 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
2478 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
2479 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
2480 * battery.el, avoid.el, abbrev.el: Use cl-lib.
2481 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
2482 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
2483 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
2484 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
2485 * calculator.el, autorevert.el, apropos.el: Don't require CL.
2486 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
2487 (byte-compile-unfold-bcf, byte-compile-check-variable):
2488 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2489 (byte-compile-nilconstp):
2490 * emacs-lisp/autoload.el (make-autoload): Use pcase.
2491 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2492
2493 * emacs-lisp/gv.el (cond): Make it a valid place.
2494 (if): Simplify slightly.
2495
2496 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2497 (pcase--self-quoting-p): New function.
2498 (pcase--u1): Use it.
2499
2500 2012-07-10 Glenn Morris <rgm@gnu.org>
2501
2502 * emacs-lisp/authors.el (authors-fixed-entries):
2503 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
2504
2505 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2506
2507 Rename configure.in to configure.ac (Bug#11603).
2508 * emacs-lisp/authors.el (authors-canonical-file-name):
2509 * progmodes/autoconf.el (autoconf-mode):
2510 Prefer configure.ac to configure.in.
2511
2512 2012-07-08 Chong Yidong <cyd@gnu.org>
2513
2514 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
2515 Implement the mouse-1-click-follows-link handling properly.
2516
2517 * info.el (Info-link-keymap): Use follow-link mechanism for
2518 header-line links (Bug#374).
2519
2520 * simple.el (deactivate-mark): Do not set the primary selection
2521 if another program has acquired it (Bug#11772).
2522
2523 2012-07-07 Kevin Ryde <user42@zip.com.au>
2524
2525 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
2526 (woman-decode-region): Replace escaped-escapes without destroying
2527 bold or underline (Bug#11552).
2528 (woman2-process-escapes): Handle nofill regions (Bug#11591).
2529
2530 2012-07-07 Chong Yidong <cyd@gnu.org>
2531
2532 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
2533 (interprogram-cut-function, interprogram-paste-function):
2534 Mention that we typically mean the clipboard.
2535
2536 2012-07-06 Glenn Morris <rgm@gnu.org>
2537
2538 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
2539
2540 * files.el (toggle-read-only): Restrict message to interactive use.
2541
2542 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
2545
2546 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
2547
2548 2012-07-06 Glenn Morris <rgm@gnu.org>
2549
2550 * Makefile.in (compile-one-process): Rename from "recompile".
2551
2552 * Makefile.in (bzr-update): "compile" is the same as "recompile
2553 autoloads", but parallelizable, so use that instead.
2554
2555 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
2556
2557 * window.el (quit-window): Always restore window height when
2558 it's saved in quit-restore parameter (Bug#11810).
2559
2560 2012-07-06 Glenn Morris <rgm@gnu.org>
2561
2562 * simple.el (kill-whole-line): Doc tweak.
2563
2564 2012-07-06 Eli Zaretskii <eliz@gnu.org>
2565
2566 * files.el (file-relative-name): Compare file names
2567 case-insensitively if on MS-Windows or MS-DOS, or if
2568 read-file-name-completion-ignore-case is non-nil. Don't use
2569 case-fold-search for this purpose. (Bug#11827)
2570
2571 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2572
2573 * calendar/cal-dst.el (calendar-current-time-zone):
2574 Return calendar-current-time-zone-cache if non-nil.
2575
2576 2012-07-17 Masatake YAMATO <yamato@redhat.com>
2577 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
2578
2579 * calendar/cal-dst.el (calendar-current-time-zone):
2580 Return calendar-current-time-zone-cache if non-nil.
2581
2582 2012-07-06 Glenn Morris <rgm@gnu.org>
2583
2584 * Makefile.in (cvs-update): Remove old alias.
2585
2586 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
2587
2588 Sync with Tramp 2.2.6-pre.
2589
2590 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
2591 compatible declaration.
2592
2593 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2594 Protect `list-load-path-shadows' call.
2595
2596 * net/tramp-compat.el (top): Require packages, which aren't
2597 autoloaded anymore for XEmacs. Protect call of
2598 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
2599 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
2600 it hurts at least for SXEmacs.
2601 (tramp-compat-temporary-file-directory): In XEmacs, there is no
2602 standard-value for `temporary-file-directory'.
2603
2604 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
2605 Redirect stderr to /dev/null.
2606 (tramp-sh-handle-write-region): uid and gid can be floats.
2607 Reported by Russell Sim <russell.sim@gmail.com>.
2608 (tramp-sh-handle-vc-registered): Hide errors.
2609 (tramp-vc-file-name-handler): Use dummy results for `process-file'
2610 and `start-file-process'.
2611 (tramp-maybe-open-connection): Check also whether `non-essential'
2612 is bound.
2613
2614 2012-07-04 Chong Yidong <cyd@gnu.org>
2615
2616 * xml.el (xml--parse-buffer): Use xml-syntax-table.
2617 (xml-parse-tag): Likewise, and avoid changing entity tables.
2618 (xml-syntax-table): Define from scratch, making sure not to give
2619 x2000 and other Unicode spaces whitespace syntax, since those are
2620 not spaces in XML.
2621 (xml-parse-fragment): Delete unused function.
2622 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
2623 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
2624 (xml-entity-ref, xml-pe-reference-re)
2625 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
2626 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
2627 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
2628 (xml-entity-value-re): Use syntax references in regexps where
2629 possible; no need to define inside a let-binding.
2630 (xml-parse-dtd): Use xml-pe-reference-re.
2631 (xml-entity-or-char-ref-re): New defconst.
2632 (xml-parse-string, xml-substitute-special): Use it.
2633
2634 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * files.el (locate-dominating-file): Allow `name' to be a predicate.
2637 (find-file--read-only): New function.
2638 (find-file-read-only, find-file-read-only-other-window)
2639 (find-file-read-only-other-frame): Use it.
2640 (insert-file-contents-literally): Don't `fset'.
2641 (get-free-disk-space): Use locate-dominating-file.
2642
2643 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
2644 function is already compiled.
2645
2646 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
2647
2648 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
2651 files on the same host.
2652
2653 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
2654
2655 * help-fns.el (describe-function-1): Only call
2656 help-fns--autoloaded-p when we have a file name. (Bug#11848)
2657
2658 2012-07-03 Chong Yidong <cyd@gnu.org>
2659
2660 * xml.el: Protect parser against XML bombs.
2661 (xml-entity-expansion-limit): New variable.
2662 (xml-parse-string, xml-substitute-special): Use it.
2663 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
2664
2665 2012-07-03 Glenn Morris <rgm@gnu.org>
2666
2667 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2668 Allow linking to specific messages in debbugs reports (eg 123#5).
2669
2670 2012-07-02 Chong Yidong <cyd@gnu.org>
2671
2672 * xml.el: Fix entity and character reference expansion, allowing
2673 them to expand into markup as per XML spec.
2674 (xml-default-ns): New variable.
2675 (xml-entity-alist): Use XML spec definitions for lt and amp.
2676 (xml-parse-region): Make first two arguments optional.
2677 Discard text properties.
2678 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
2679 All callers changed.
2680 (xml-parse-tag): Call xml-parse-tag-1. For backward
2681 compatibility, this function should not modify buffer contents.
2682 (xml-parse-tag-1): Fix opening-tag regexp.
2683 (xml-parse-string): Rewrite, handling entity and character
2684 references properly.
2685 (xml--entity-replacement-text): Signal an error if a parameter
2686 entity is undefined.
2687
2688 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * comint.el (comint-output-filter): Filter out repeated prompts.
2691
2692 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
2693 and file-name-absolute-p.
2694 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
2695 internal calls.
2696
2697 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
2698
2699 Spelling fixes.
2700 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
2701 Rename from byte-compile--refiy-function. All uses changed.
2702
2703 2012-07-01 Chong Yidong <cyd@gnu.org>
2704
2705 * xml.el (xml--parse-buffer): New function. Move most of
2706 xml-parse-region here.
2707 (xml-parse-region): Copy region into a temporary buffer, since
2708 parameter entity substitution requires changing buffer contents.
2709 Use xml--parse-buffer.
2710 (xml-parse-file): Use xml--parse-buffer.
2711 (xml-parse-dtd): Make parameter entity substitution work right.
2712 Use proper regexps for ELEMENT declarations (Bug#7172).
2713
2714 2012-06-30 Glenn Morris <rgm@gnu.org>
2715
2716 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
2717
2718 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
2719 Remove outdated and unnecessary dbus declarations.
2720
2721 2012-06-30 Eli Zaretskii <eliz@gnu.org>
2722
2723 * emacs-lisp/timer.el (timer-until): Subtract results of
2724 float-time, instead of taking float-time of the result of
2725 time-subtract, since float-time signals an error for negative time
2726 arguments.
2727
2728 2012-06-30 Chong Yidong <cyd@gnu.org>
2729
2730 * xml.el (xml-*-re): Convert defvars into defconsts, and
2731 eval-and-compile them so eval-and-compile works on derivatives.
2732 (xml--entity-replacement-text): Use eval-and-comple.
2733
2734 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * vc/vc-git.el (vc-git-registered): Use cache property
2737 `git-registered'.
2738 (vc-git-mode-line-string): Call `vc-working-revision' instead of
2739 `vc-git-working-revision' in order to benefit from the cache.
2740 (vc-git-root): Use cache property `git-root'. (Bug#11757)
2741
2742 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
2743
2744 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2745 removed (likely outside Emacs). (Bug#11757)
2746
2747 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * emacs-lisp/cl-lib.el: Require macroexp.
2750
2751 2012-06-30 Chong Yidong <cyd@gnu.org>
2752
2753 * xml.el: Implement XML parameter entities.
2754 (xml-parameter-entity-alist): New variable.
2755 (xml-parse-region, xml-parse-fragment): Preserve previous values
2756 of xml-entity-alist and xml-parameter-entity-alist, so that
2757 repeated calls on different documents do not change them.
2758 (xml-parse-tag): Fix doctype regexp.
2759 (xml--entity-replacement-text): New function.
2760 (xml-parse-dtd): Use it. Don't handle system entities; doing that
2761 properly requires url retrieval which is unimplemented.
2762 (xml-escape-string): Doc fix.
2763
2764 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
2767
2768 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
2769
2770 * fringe.el (fringe-mode): Doc fix.
2771
2772 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
2775 is non-nil.
2776 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
2777 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
2778
2779 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
2780
2781 * calendar/cal-dst.el (calendar-current-time-zone):
2782 Return calendar-current-time-zone-cache if non-nil.
2783
2784 2012-06-29 Masatake YAMATO <yamato@redhat.com>
2785
2786 * progmodes/which-func.el (which-func-format):
2787 Add mouse-face. (Bug#11698)
2788
2789 2012-06-29 Leo Liu <sdl.web@gmail.com>
2790
2791 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
2792
2793 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * minibuffer.el (minibuffer-confirm-exit-commands):
2796 Add completion-at-point (bug#11725).
2797
2798 2012-06-29 Glenn Morris <rgm@gnu.org>
2799
2800 * progmodes/f90.el (f90-font-lock-keywords-2):
2801 Add some preprocessor elements. (Bug#10499)
2802
2803 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * progmodes/cperl-mode.el (cperl-update-syntaxification):
2806 Use syntax-propertize (bug#11739).
2807
2808 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
2811
2812 2012-06-28 Julien Danjou <julien@danjou.info>
2813
2814 * term.el (term-handle-colors-array): Use a set of new faces to
2815 color the terminal. Also uses :inverse-video property.
2816 (term-default-fg-color): Set to nil by default, deprecate in favor
2817 of `term-face'.
2818 (term-default-bg-color): Set to nil by default, deprecate in favor
2819 of `term-face'.
2820 (term-current-face): Use `term-face' by default.
2821 (term-bold-attribute): Variable deleted.
2822
2823 2012-06-28 Glenn Morris <rgm@gnu.org>
2824
2825 * simple.el (completion-list-mode-finish):
2826 Don't use toggle-read-only. (Since completion-list-mode has
2827 a special mode-class, it wasn't doing anything extra anyway.)
2828
2829 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 Make inlining of other-mode interpreted functions work (bug#11799).
2832 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
2833 (byte-compile): Use it to fix compilation of lexical-binding closures.
2834 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
2835 function, if needed.
2836
2837 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * help-mode.el (help-make-xrefs): Don't just withstand
2840 cyclic-variable-indirection but any error in documentation-property.
2841
2842 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
2843 memory use.
2844 * bindings.el (bindings--define-key): New function.
2845 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
2846 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
2847 * bindings.el: Use it to purecopy define-key bindings.
2848
2849 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
2850
2851 * emacs-lisp/cl.el (flet): Mark obsolete.
2852 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
2853 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
2854 * progmodes/js.el (js-c-fill-paragraph):
2855 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
2856 (ebrowse-switch-member-buffer-to-derived-class):
2857 * play/5x5.el (5x5-solver): Use cl-flet.
2858
2859 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
2860 (cl--symbol-function): New macro.
2861 (cl--letf, cl--letf*): Use it.
2862
2863 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2864 Strip "toggle-" if any.
2865
2866 2012-06-27 Glenn Morris <rgm@gnu.org>
2867
2868 * info.el (Info-default-directory-list): Move here from paths.el.
2869 * paths.el: Remove file, which is now empty.
2870 * loadup.el: No longer load "paths".
2871
2872 * custom.el (custom-initialize-delay): Doc fix.
2873
2874 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2875 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2876 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2877 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2878 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2879 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
2880 * eshell/eshell.el (eshell-defgroup): Remove alias.
2881
2882 2012-06-27 Chong Yidong <cyd@gnu.org>
2883
2884 * help.el (help-enable-auto-load): New variable.
2885
2886 * help-fns.el (help-fns--autoloaded-p): New function.
2887 (describe-function-1): Refer to a function as "autoloaded" if it
2888 was autoloaded at any time in the past. Perform autoloading if
2889 help-enable-auto-load is non-nil.
2890
2891 2012-06-26 Eli Zaretskii <eliz@gnu.org>
2892
2893 * makefile.w32-in (compile, compile-always): Depend on
2894 update-subdirs, not on subdirs.el. Otherwise, several different
2895 sub-targets of 'bootstrap' running in parallel could
2896 simultaneously write to subdirs.el, producing a garbled file.
2897
2898 2012-06-26 Sam Steingold <sds@gnu.org>
2899
2900 * files.el (file-name-base): New convenience function.
2901 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
2902 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
2903 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
2904 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
2905 * textmodes/ispell.el, textmodes/reftex-ref.el:
2906 * textmodes/tex-mode.el: Use it.
2907 Did not touch cedet and org because they are maintained elsewhere.
2908
2909 2012-06-26 Martin Rudalics <rudalics@gmx.at>
2910
2911 * calendar/calendar.el (calendar-exit): Don't try to delete or
2912 iconify last frame. See:
2913 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
2914
2915 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
2916
2917 * server.el (server-process-filter): Remember dir in the
2918 process's `server-client-directory' properties.
2919
2920 2012-06-24 Chong Yidong <cyd@gnu.org>
2921
2922 * xml.el (xml-parse-tag): Correctly handle comment embedded in
2923 non-tag text.
2924
2925 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
2928
2929 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * help-fns.el (describe-variable): Don't croak when doc is not found.
2932 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
2933 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
2934 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
2935 * emacs-lisp/smie.el (smie-next-sexp): CSE.
2936 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
2937 ((lambda ..) ..).
2938 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
2939
2940 2012-06-23 Chong Yidong <cyd@gnu.org>
2941
2942 * info.el (Info-mouse-follow-link): Accept symbol values of
2943 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
2944 (Info-fontify-node): Use Info-link-keymap for all navigation
2945 buttons, with link-args property to perform the desired action.
2946 (Info-link-keymap): Doc fix.
2947 (Info-next-link-keymap, Info-prev-link-keymap)
2948 (Info-up-link-keymap): Delete now-unused keymaps.
2949
2950 2012-06-23 Chong Yidong <cyd@gnu.org>
2951
2952 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
2953
2954 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
2955 system abbrevs.
2956
2957 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
2958
2959 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
2962 (bug#11719).
2963
2964 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
2965 the requote function doesn't work properly (bug#11714).
2966
2967 2012-06-23 Glenn Morris <rgm@gnu.org>
2968
2969 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
2970
2971 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 Further GV/CL cleanups.
2974 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
2975 gv-expander.
2976 (gv--defun-declaration): New function.
2977 (defun-declarations-alist): Use it.
2978 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
2979 (gv-place): Autoload.
2980 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
2981 original definition of dotimes and dolist.
2982 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
2983 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
2984 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
2985 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2986 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
2987 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
2988 to the function's definition.
2989 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
2990 * window.el:
2991 * files.el:
2992 * faces.el:
2993 * env.el: Don't use CL.
2994
2995 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2996
2997 Support higher-resolution time stamps (Bug#9000).
2998
2999 * calendar/time-date.el (with-decoded-time-value): New arg
3000 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3001 (encode-time-value): New optional arg PICO. New type 3.
3002 (time-to-seconds) [!float-time]: Support the new picoseconds
3003 component if it's used.
3004 (seconds-to-time, time-subtract, time-add):
3005 Support ps-resolution time stamps as well.
3006
3007 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3008 (timerp): Timer vectors now have length 9, not 8.
3009 (timer--time): Support new-style (4-part) time stamps.
3010 (timer-next-integral-multiple-of-time): Time stamps now have
3011 picosecond resolution, so take a bit more care about rounding.
3012 (timer-relative-time, timer-inc-time): New optional arg psecs.
3013 (timer-set-time-with-usecs): Set psecs to 0.
3014 (timer--activate): Check psecs component, too.
3015
3016 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3017
3018 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3021 Move the non-essential binding to the post/pre-command-hook where it is
3022 more obviously correct.
3023
3024 * subr.el (read-passwd): Don't use a history at all.
3025 * savehist.el (savehist-save): Remove password saved accidentally
3026 because of the above bug.
3027
3028 2012-06-22 Bastien Guerry <bzg@gnu.org>
3029
3030 * files.el (toggle-read-only): Display a message telling whether
3031 the buffer is read-only or not (bug#11726).
3032
3033 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * emacs-lisp/gv.el: New file.
3036 * subr.el (push, pop): Extend to generalized variables.
3037 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3038 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3039 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3040 gv-define-simple-setter, and gv-define-expander.
3041 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3042 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3043 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3044 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3045 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3046 gv-letplace.
3047 (cl-defstruct): Don't define setf-method any more.
3048 * emacs-lisp/cl.el (flet): Don't autoload.
3049 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3050 (define-setf-expander, defsetf, define-modify-macro)
3051 (cl-struct-setf-expander): Move from cl-lib.el.
3052 * emacs-lisp/syntax.el:
3053 * emacs-lisp/ewoc.el:
3054 * emacs-lisp/smie.el:
3055 * emacs-lisp/cconv.el:
3056 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3057 (timer--time): Use gv-define-simple-setter.
3058 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3059 to avoid coding-system problems in subr.el. Adjust all users.
3060 (macroexp--maxsize, macroexp-small-p): New functions.
3061 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3062 * scroll-bar.el (scroll-bar-mode):
3063 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3064 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3065 * winner.el (winner-configuration, winner-make-point-alist)
3066 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3067 * files.el (locate-file-completion-table): Avoid list*.
3068
3069 2012-06-22 Chong Yidong <cyd@gnu.org>
3070
3071 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3072 (dired-create-files): Doc fix (Bug#11329).
3073 (dired-do-copy): Doc fix (Bug#11334).
3074 (dired-mark-read-string): Doc fix (Bug#11553).
3075
3076 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3077 Doc fix (Bug#11326).
3078 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3079 (dired-dwim-target): Doc fix.
3080
3081 * wdired.el (wdired-mode): Doc fix.
3082
3083 2012-06-22 Glenn Morris <rgm@gnu.org>
3084
3085 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3086 (pcmpl-rpm-cache-stamp-file): New constant.
3087 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3088 (pcmpl-rpm-packages): Optionally cache list of packages.
3089
3090 * pcmpl-rpm.el (pcmpl-rpm): New group.
3091 (pcmpl-rpm-query-options): New option.
3092 (pcmpl-rpm-packages): No need to inline it.
3093 Use pcmpl-rpm-query-options.
3094
3095 * calendar/calendar.el (calendar-in-read-only-buffer):
3096 Avoid some needless mode changes.
3097
3098 2012-06-21 Chong Yidong <cyd@gnu.org>
3099
3100 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3101 (desktop-path): Remove . from the default value (Bug#10977).
3102 (desktop-read): Use user-emacs-directory if desktop-path is nil.
3103
3104 2012-06-20 Chong Yidong <cyd@gnu.org>
3105
3106 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3107
3108 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3109
3110 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3111 (bug#11201).
3112
3113 2012-06-20 Chong Yidong <cyd@gnu.org>
3114
3115 * term.el (term-window-width): Handle the case of a missing right
3116 fringe (Bug#8837).
3117 (term-check-size): Use window-text-height (Bug#5445).
3118 (term-mode): Use define-derived-mode. Minor cleanups.
3119 Set font-lock-defaults (Bug#7692).
3120 (term-move-columns, term-insert-char, term-emulate-terminal)
3121 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3122
3123 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
3124
3125 * net/ange-ftp.el (ange-ftp-get-passwd):
3126 Bind `enable-recursive-minibuffers'.
3127 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3128
3129 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3130
3131 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3132
3133 2012-06-19 Glenn Morris <rgm@gnu.org>
3134
3135 * progmodes/python.el (python-mode): Derive from prog-mode.
3136
3137 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3138
3139 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3140 (edt-user-menu-bar-update-buffers): New functions.
3141 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3142
3143 2012-06-19 Chong Yidong <cyd@gnu.org>
3144
3145 * subr.el (with-selected-window): Preserve the selected window's
3146 terminal's top-frame (Bug#4702).
3147
3148 * window.el (save-selected-window): Likewise.
3149
3150 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * progmodes/python.el (python-rx-constituents): Move backquote.
3153 (python-skeleton-define, python-define-auxiliary-skeleton):
3154 Use `declare'.
3155
3156 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * minibuffer.el (read-file-name-default): Revert the patch from
3159 2012-06-17.
3160
3161 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3164 (pcase--u1, pcase--q1): Don't use apply-partially.
3165
3166 2012-06-18 Glenn Morris <rgm@gnu.org>
3167
3168 * progmodes/python.el (python-proc, python-buffer)
3169 (python-send-receive, python-send-string): Fix obsolete versions.
3170
3171 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3172
3173 * window.el (special-display-p): Completely remove stringp
3174 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3175
3176 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3179
3180 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3181
3182 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3183 * net/tramp-sh.el (tramp-maybe-open-connection):
3184 Throw if `non-essential' is non-nil.
3185
3186 2012-06-17 Martin Rudalics <rudalics@gmx.at>
3187
3188 * window.el (special-display-p): Signal an error if BUFFER-NAME
3189 is not a string (Bug#11713).
3190
3191 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3192
3193 * progmodes/python.el (python-info-beginning-of-backslash):
3194 Rename from python-info-beginning-of-backlash, as a spelling fix.
3195
3196 2012-06-17 Chong Yidong <cyd@gnu.org>
3197
3198 * term.el (term-emulate-terminal): If term-check-size is called,
3199 move point to the process mark without resetting point (Bug#4635).
3200
3201 2012-06-17 Glenn Morris <rgm@gnu.org>
3202
3203 * international/mule-cmds.el (mule-menu-keymap)
3204 (set-language-environment, set-locale-environment): Doc tweaks.
3205
3206 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3207
3208 * cus-face.el (custom-face-attributes): Add wave-style underline
3209 attribute.
3210 * faces.el (set-face-attribute): Update docstring to describe
3211 wave-style underline attribute.
3212
3213 2012-06-16 Chong Yidong <cyd@gnu.org>
3214
3215 * term/xterm.el (terminal-init-xterm): Discard input before
3216 querying background mode (Bug#10959).
3217
3218 2012-06-16 Stefan Merten <smerten@oekonux.de>
3219
3220 * textmodes/rst.el: Added and corrected some comments.
3221 (rst-re-alist-def): Improve symbol syntax.
3222 (rst-mode-syntax-table): Correct syntax entries.
3223 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3224 (rst-official-version, rst-official-cvs-rev): Update version
3225 information.
3226
3227 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3230 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3231
3232 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3233
3234 * progmodes/python.el: New python.el merge.
3235 (python-guess-indent): Obsolete var.
3236 (python-indent-guess-indent-offset): New defcustom.
3237 (python-indent): Obsolete var.
3238 (python-indent-offset): New defcustom.
3239 (python-python-command, python-jython-command): Delete var.
3240 (python-shell-interpreter): New defcustom.
3241 (python-pdbtrack-do-tracking-p): Delete var.
3242 (python-pdbtrack-activate): New defcustom.
3243 (python-use-skeletons): Obsolete var.
3244 (python-skeleton-autoinsert): New defcustom.
3245 (inferior-python-filter-regexp, python-continuation-offset)
3246 (python-honour-comment-indentation, python-indent-string-contents)
3247 (python-jython-packages, python-mode-hook)
3248 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3249 (python-shell-prompt-alist)
3250 (python-source-modes): Delete defcustoms.
3251 (python-check-buffer-name, python-eldoc-setup-code)
3252 (python-eldoc-string-code, python-ffap-setup-code)
3253 (python-ffap-string-code, python-fill-comment-function)
3254 (python-fill-decorator-function, python-fill-paren-function)
3255 (python-fill-string-function, python-imenu-include-defun-type)
3256 (python-imenu-make-tree, python-imenu-subtree-root-label)
3257 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3258 (python-shell-compilation-regexp-alist)
3259 (python-shell-completion-module-string-code)
3260 (python-shell-completion-pdb-string-code)
3261 (python-shell-completion-setup-code)
3262 (python-shell-completion-string-code)
3263 (python-shell-enable-font-lock, python-shell-exec-path)
3264 (python-shell-extra-pythonpaths)
3265 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3266 (python-shell-process-environment)
3267 (python-shell-prompt-block-regexp)
3268 (python-shell-prompt-output-regexp)
3269 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3270 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3271 (python-shell-virtualenv-path): New defcustoms.
3272 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3273 (inferior-python-mode-syntax-table, python--prompt-regexp)
3274 (python-buffer, python-command python-python-command)
3275 (python-default-template, python-imports, python-indent-index)
3276 (python-indent-list, python-indent-list-length)
3277 (python-mode-running, python-pdbtrack-is-tracking-p)
3278 (python-preoutput-continuation, python-preoutput-leftover)
3279 (python-preoutput-result, python-preoutput-skip-next-prompt)
3280 (python-prev-dir/file, python-recursing)
3281 (python-saved-check-command, python-version-checked)
3282 (python-which-func-length-limit)
3283 (view-return-to-alist): Delete vars.
3284 (python-check-custom-command, python-dotty-syntax-table)
3285 (python-imenu-index-alist, python-indent-current-level)
3286 (python-indent-dedenters, python-indent-levels)
3287 (python-nav-beginning-of-defun-regexp)
3288 (python-nav-list-defun-positions-cache)
3289 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3290 (python-shell-internal-buffer)
3291 (python-skeleton-available): New vars.
3292 (def-python-skeleton): Delete macro.
3293 (python-skeleton-define): New macro.
3294 (python-define-auxiliary-skeleton, python-rx): New macros.
3295 (python-insert-class): Delete command.
3296 (python-skeleton-class): New command.
3297 (python-insert-def): Delete command.
3298 (python-skeleton-def): New command.
3299 (python-insert-for): Delete command.
3300 (python-skeleton-for): New command.
3301 (python-insert-if): Delete command.
3302 (python-skeleton-if): New command.
3303 (python-insert-try/except, python-insert-try/finally): Delete commands.
3304 (python-skeleton-try): New command.
3305 (python-insert-while): Delete command.
3306 (python-skeleton-while): New command.
3307 (python-backspace): Delete command.
3308 (python-indent-dedent-line-backspace): New command.
3309 (python-electric-colon): Delete command.
3310 (python-indent-electric-colon): New command.
3311 (python-guess-indent): Delete command.
3312 (python-indent-guess-indent-offset): New command.
3313 (python-shift-left): Delete command.
3314 (python-indent-shift-left): New command.
3315 (python-shift-right): Delete command.
3316 (python-indent-shift-right): New command.
3317 (python-find-function): Delete command.
3318 (python-nav-jump-to-defun): New command.
3319 (python-next-statement): Delete command.
3320 (python-nav-forward-sentence): New command.
3321 (python-previous-statement): Delete command.
3322 (python-nav-backward-sentence): New command.
3323 (python-fill-paragraph): Delete command.
3324 (python-fill-paragraph-function): New command.
3325 (python-send-buffer): Delete command.
3326 (python-shell-send-buffer): New command.
3327 (python-send-defun): Delete command.
3328 (python-shell-send-defun): New command.
3329 (python-send-region, python-send-region-and-go): Delete commands.
3330 (python-shell-send-region)
3331 (python-shell-switch-to-shell): New commands.
3332 (python-send-string): Delete command.
3333 (python-shell-send-string): New command.
3334 (python-switch-to-python): Delete command.
3335 (python-shell-switch-to-shell): New command.
3336 (python-describe-symbol): Delete command.
3337 (python-eldoc-at-point): New command.
3338 (python--set-prompt-regexp, python-args-to-list)
3339 (python-after-info-look, python-check-version)
3340 (python-check-comint-prompt, python-find-imports)
3341 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3342 (python-unload-function, python-expand-template)
3343 (python-maybe-jython, python-preoutput-filter)
3344 (python-pdbtrack-get-source-buffer)
3345 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3346 (python-pdbtrack-toggle-stack-tracking)
3347 (python-pdbtrack-track-stack-file, python-initial-text)
3348 (python-first-word, python-comment-line-p, python-send-command)
3349 (python-setup-brm, python-sentinel, python-set-proc)
3350 (python-skip-out, python-input-filter, python-outdent-p)
3351 (python-outline-level, python-backslash-continuation-line-p)
3352 (python-end-of-block, python-end-of-statement, python-mark-block)
3353 (python-beginning-of-block, python-beginning-of-statement)
3354 (python-blank-line-p, python-beginning-of-string)
3355 (python-open-block-statement-p): Delete functions.
3356 (python-indent-line, python-indent-line-1): Delete functions.
3357 (python-indent-line): New function.
3358 (python-indentation-levels): Delete function.
3359 (python-indent-calculate-levels): New function.
3360 (python-proc): Delete function.
3361 (python-shell-get-process): New function.
3362 (python-send-receive): Delete function.
3363 (python-shell-send-string-no-output): New function.
3364 (python-module-path): Delete function.
3365 (python-ffap-module-path): New function.
3366 (python-completion-at-point)
3367 (python-symbol-completions): Delete functions.
3368 (python-completion-complete-at-point): New function.
3369 (python-load-file): Delete function.
3370 (python-shell-send-file): New function.
3371 (python-calculate-indentation): Delete function.
3372 (python-indent-calculate-indentation): New function.
3373 (python-skip-comments/blanks): Delete function.
3374 (python-util-forward-comment): New function.
3375 (python-continuation-line-p): Delete function.
3376 (python-info-continuation-line-p): New function.
3377 (python-which-func, python-current-defun): Delete function.
3378 (python-info-current-defun): New function.
3379 (python-beginning-of-defun): Delete function.
3380 (python-nav-beginning-of-defun): New function.
3381 (python-close-block-statement-p)
3382 (python-block-end-p): Delete function.
3383 (python-info-closing-block): New function.
3384 (python-comint-output-filter-function)
3385 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3386 (python-fill-comment, python-fill-decorator, python-fill-paren)
3387 (python-fill-string, python-imenu-make-element-tree)
3388 (python-imenu-make-tree, python-imenu-tree-assoc)
3389 (python-indent-context, python-indent-dedent-line)
3390 (python-indent-line-function)
3391 (python-indent-post-self-insert-function)
3392 (python-indent-toggle-levels)
3393 (python-info-assignment-continuation-line-p)
3394 (python-info-beginning-of-backlash)
3395 (python-info-block-continuation-line-p)
3396 (python-info-closing-block-message)
3397 (python-info-line-ends-backslash-p)
3398 (python-info-looking-at-beginning-of-defun)
3399 (python-info-ppss-context, python-info-ppss-context-type)
3400 (python-nav-list-defun-positions, python-nav-read-defun)
3401 (python-nav-sentence-end, python-nav-sentence-start)
3402 (python-pdbtrack-comint-output-filter-function)
3403 (python-pdbtrack-set-tracked-buffer)
3404 (python-shell-calculate-exec-path)
3405 (python-shell-calculate-process-environment)
3406 (python-shell-completion--do-completion-at-point)
3407 (python-shell-completion--get-completions)
3408 (python-shell-completion-complete-at-point)
3409 (python-shell-completion-complete-or-indent)
3410 (python-shell-get-or-create-process)
3411 (python-shell-get-process-name)
3412 (python-shell-internal-get-or-create-process)
3413 (python-shell-internal-get-process-name)
3414 (python-shell-internal-send-string, python-shell-make-comint)
3415 (python-shell-parse-command, python-shell-send-setup-code)
3416 (python-skeleton-add-menu-items)
3417 (python-util-clone-local-variables, python-util-position)
3418 (run-python-internal, python-indentation-levels)
3419 (python-nav-beginning-of-defun)
3420 (python-completion-complete-at-point): New functions.
3421 (run-python): Change arguments. New API requirements.
3422
3423 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
3426 (bug#11649).
3427
3428 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
3429 (macroexp--expand-all): Use it.
3430
3431 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
3432 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
3433 Use `cl-function' instead.
3434
3435 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
3436
3437 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
3438 Suggested by Stefan Monnier while discussing bug#11657.
3439
3440 2012-06-14 Sam Steingold <sds@gnu.org>
3441
3442 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
3443
3444 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
3445
3446 * play/doctor.el (doctor-doc): Remove parameter and use
3447 doctor-sent instead of sent.
3448 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
3449
3450 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * files.el: Require cl-lib.
3453 (file-name-non-special): Replace case -> cl-case.
3454
3455 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
3456
3457 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
3458 mapping from #' to function*.
3459
3460 2012-06-13 Chong Yidong <cyd@gnu.org>
3461
3462 * mouse.el (mouse-drag-track): Do not set the mark if the user
3463 releases the mouse without selecting anything (Bug#11588).
3464
3465 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
3468 as well (bug#11646).
3469
3470 * loadup.el: Count byte-code functions as well.
3471
3472 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
3473 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
3474
3475 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
3476 (bug#11649). Add cl-defun and cl-defmacro.
3477
3478 2012-06-13 Drew Adams <drew.adams@oracle.com>
3479
3480 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3481 Fix last change.
3482
3483 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
3486 Otherwise, it blocks in batch mode.
3487
3488 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * help-mode.el (bookmark-make-record-default): Declare.
3491
3492 2012-06-13 Chong Yidong <cyd@gnu.org>
3493
3494 * emacs-lisp/package.el (list-packages): Compute a list of
3495 packages that are newly-available since the last list-packages
3496 invocation.
3497 (package-menu--new-package-list): New var.
3498 (package-menu--generate, package-menu--print-info)
3499 (package-menu--status-predicate, package-menu-mark-install):
3500 Handle new status label "new".
3501
3502 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
3505 conversion to backquotes.
3506
3507 2012-06-12 Chong Yidong <cyd@gnu.org>
3508
3509 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
3510 Rename from gud-inhibit-global-bindings.
3511
3512 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
3513
3514 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
3515 hook from nxml-glyph-set-hook.
3516
3517 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
3518 declaration.
3519
3520 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
3521
3522 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
3523 Convert to defcustom.
3524
3525 2012-06-12 Drew Adams <drew.adams@oracle.com>
3526
3527 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3528 New functions.
3529 (help-mode): Use them.
3530
3531 2012-06-11 Glenn Morris <rgm@gnu.org>
3532
3533 * progmodes/fortran.el (fortran-font-lock-keywords-3):
3534 Use preprocessor face for directives.
3535 (fortran-directive-re): Doc fix.
3536
3537 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
3540 conversion to backquotes (bug#11652).
3541
3542 Fix compiler-expansion of CL's cXXr functions (bug#11673).
3543 * emacs-lisp/cl-lib.el (cl--defalias): New function.
3544 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
3545 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
3546 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3547 (cl-ninth, cl-tenth): Mark them as inlinable.
3548 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
3549 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
3550 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
3551 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
3552 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
3553 (cl-list*, cl-adjoin): Don't put an autoload manually.
3554 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
3555 (cl--compiler-macro-list*): Add autoload cookie.
3556 (cl--compiler-macro-cXXr): New function.
3557
3558 * help-fns.el (help-fns--compiler-macro): New function extracted from
3559 describe-function-1; follow aliases and use `compiler-macro' property.
3560 (describe-function-1): Use it.
3561
3562 2012-06-11 Chong Yidong <cyd@gnu.org>
3563
3564 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
3565 is uninstalled, if imagemagick is installed.
3566
3567 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * emacs-lisp/cl-lib.el: Use lexical-binding.
3570 (cl-map-extents, cl-maclisp-member): Remove.
3571 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
3572 (cl--set-substring, cl--block-wrapper, cl--block-throw)
3573 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
3574 * emacs-lisp/cl-extra.el: Use lexical-binding.
3575 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
3576 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
3577 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
3578 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
3579 * emacs-lisp/cl-seq.el: Use lexical-binding.
3580 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
3581 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
3582 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
3583 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
3584 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
3585 CL's internals.
3586
3587 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
3588
3589 Sync with Tramp 2.2.6-pre.
3590
3591 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
3592 `print-length' and `print-level' to nil, in order to avoid
3593 truncation. Reported by Christopher Schmidt
3594 <christopher@ristopher.com>.
3595
3596 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
3597
3598 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
3599 New defmacro.
3600 (tramp-compat-copy-directory): Add optional argument
3601 COPY-CONTENTS. It is not handled yet.
3602
3603 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
3604 (tramp-ftp-file-name-p): Simplify.
3605
3606 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
3607 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
3608 connection vector.
3609
3610 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
3611 (tramp-methods): Do not use `tramp-password-end-of-line'.
3612 (tramp-completion-function-alist-putty): Handle UNIX case.
3613 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
3614 (tramp-do-file-attributes-with-stat)
3615 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
3616 gid as real numbers. They could run out of integer range on cygwin.
3617 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
3618 (tramp-sh-handle-expand-file-name): Handle hops.
3619 (tramp-open-connection-setup-interactive-shell):
3620 Use `tramp-cleanup'. Move check for busyboxes ...
3621 (tramp-find-shell): ... here. Simplify implementation.
3622 Set "remote-shell" property also for alternative shells.
3623 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
3624 If failing, a regular file would be written otherwise.
3625 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
3626 (tramp-find-inline-encoding): Cache the coding commands in the
3627 process cache. Apply test command on the remote side, if defined.
3628 (tramp-find-inline-compress): Cache the compress commands in the
3629 process cache.
3630 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
3631 when requested. Handle hops.
3632 (tramp-current-connection): New defvar.
3633 (tramp-maybe-open-connection): Use `tramp-cleanup'.
3634 Throw `suppress', if there was a failed connection shortly before.
3635 Handle user interrupt. (Bug#10187)
3636 (tramp-get-inline-compress, tramp-get-inline-coding):
3637 Read connection properties from the process cache.
3638
3639 * net/tramp-smb.el (tramp-smb-server-version)
3640 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
3641 New defconsts.
3642 (tramp-smb-prompt): Extend for powershell prompt.
3643 (tramp-smb-file-name-handler-alist): Add handlers for
3644 `process-file', `shell-command' and `start-file-process'.
3645 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
3646 (tramp-smb-winexe-shell-command-switch): New defcustoms.
3647 (tramp-smb-file-name-p): Simplify.
3648 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
3649 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
3650 (tramp-smb-shell-quote-argument): New defuns.
3651 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
3652 Implement using "tar". By this, time-stamps are preserved.
3653 (tramp-smb-handle-copy-file): Handle also the case of directories.
3654 (tramp-smb-do-file-attributes-with-stat)
3655 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
3656 Use `tramp-get-connection-buffer').
3657 (tramp-smb-handle-rename-file): Use "rename", when source and
3658 target are on the same share.
3659 (tramp-smb-maybe-open-connection): Handle wrong passwords.
3660 Use `tramp-smb-server-version'.
3661 (tramp-smb-wait-for-output): Remove prompt.
3662
3663 * net/tramp.el (top): Require 'cl.
3664 (tramp-methods, tramp-rsh-end-of-line):
3665 Remove `tramp-password-end-of-line' from docstring.
3666 (tramp-save-ad-hoc-proxies): New defcustom.
3667 (tramp-completion-function-alist): Adapt docstring.
3668 (tramp-default-password-end-of-line): Remove defcustom.
3669 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
3670 (tramp-user-regexp, tramp-file-name-regexp-unified)
3671 (tramp-file-name-regexp-url): Extend regexp by hop separator.
3672 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
3673 (tramp-remote-file-name-spec-regexp): New defconst.
3674 (tramp-file-name-structure): Extend structure for hops.
3675 (tramp-get-method-parameter): Move up.
3676 (tramp-file-name-p, tramp-dissect-file-name)
3677 (with-parsed-tramp-file-name): Handle hops.
3678 (tramp-file-name-hop): New defun.
3679 (tramp-make-tramp-file-name): New optional arg HOP.
3680 (tramp-message-show-progress-reporter-message): New defvar.
3681 (tramp-with-progress-reporter): Use it. We cannot use
3682 `tramp-message-show-message' here, because this suppresses also
3683 error buffers.
3684 (tramp-error-with-buffer): Suppress buffer view, if
3685 `tramp-message-show-message' is nil.
3686 Use `tramp-get-connection-buffer'.
3687 (tramp-cleanup): New defun.
3688 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
3689 (tramp-file-name-handler): If `debug-on-error' is set, propagate
3690 an error unchanged.
3691 (tramp-completion-handle-file-name-all-completions): Handle hops.
3692 Fix an error when called from ido.
3693 (tramp-completion-dissect-file-name): Use better local variable
3694 name. Add hop to the vector.
3695 (tramp-handle-insert-file-contents): Use progress-reporter for the
3696 whole scenario.
3697 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
3698 to `t'.
3699 (tramp-check-for-regexp): Simplify search.
3700 (tramp-enter-password): Remove it. Move implementation ...
3701 (tramp-action-password): ... here.
3702 (tramp-mode-string-to-int, tramp-local-host-p)
3703 (tramp-make-tramp-temp-file, tramp-read-passwd)
3704 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
3705 Set tramp-autoload cookie.
3706
3707 * net/trampver.el: Update release number.
3708
3709 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3710 Michael Albinus <michael.albinus@gmx.de>
3711
3712 * net/tramp.el (tramp-set-completion-function): Fix docstring.
3713 (tramp-parse-group, tramp-parse-file)
3714 (tramp-parse-shostkeys-sknownhosts): New defuns.
3715 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
3716 (tramp-parse-shosts-group, tramp-parse-sconfig)
3717 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
3718 (tramp-parse-sknownhosts, tramp-parse-hosts)
3719 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
3720 Use them.
3721 (tramp-parse-passwd-group, tramp-parse-netrc-group)
3722 (tramp-parse-putty-group): Don't narrow.
3723 (tramp-parse-putty): Make a loop.
3724 (tramp-file-name-handler): Catch the `suppress' signal.
3725
3726 2012-06-11 Chong Yidong <cyd@gnu.org>
3727
3728 * image.el (imagemagick-register-types): Put the ImageMagick entry
3729 at the end of image-type-file-name-regexps.
3730
3731 2012-06-11 Johan Bockgård <bojohan@gnu.org>
3732
3733 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
3734 (pcase, pcase-let*, pcase-dolist): Use them.
3735
3736 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * emacs-lisp/pcase.el (pcase--let*): New function.
3739 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
3740 (pcase--expand): Use macroexp-let².
3741
3742 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
3745 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
3746 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
3747 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
3748 * emacs-lisp/derived.el: Use pcase instead of `cl'.
3749 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
3750
3751 2012-06-10 Glenn Morris <rgm@gnu.org>
3752
3753 * mail/rmail.el (rmail-yank-current-message): Leave point at
3754 correct position. (Bug#11660)
3755
3756 2012-06-10 Chong Yidong <cyd@gnu.org>
3757
3758 * allout-widgets.el: Fix code header.
3759
3760 2012-06-10 Chong Yidong <cyd@gnu.org>
3761
3762 * cus-edit.el (customize-changed-options-previous-release):
3763 Bump to 24.1.
3764
3765 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
3766
3767 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
3768
3769 2012-06-09 Chong Yidong <cyd@gnu.org>
3770
3771 * ebuff-menu.el (electric-buffer-list): Preserve header line.
3772
3773 2012-06-09 Martin Rudalics <rudalics@gmx.at>
3774
3775 * window.el (special-display-popup-frame): Don't use
3776 window--display-buffer (Bug#11651).
3777
3778 2012-06-09 Eli Zaretskii <eliz@gnu.org>
3779
3780 Fix parallel builds: make sure loaddefs.el is not being written
3781 while Lisp files are compiled.
3782 (compile): Don't depend on 'mh-autoloads'.
3783 (compile-CMD, compile-SH): Depend on 'autoloads'.
3784 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
3785
3786 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
3787
3788 2012-06-09 Chong Yidong <cyd@gnu.org>
3789
3790 * face-remap.el (face-remap-add-relative, face-remap-set-base)
3791 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
3792 Doc fixes (Bug#11225).
3793
3794 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
3797 a function if there's a clear indication that it has a compiler-macro.
3798 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
3799 (macro-declarations-alist): Add arglist to declaration functions.
3800 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
3801 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
3802 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
3803 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
3804 Also add autoload to find the compiler macro.
3805 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
3806 (cl--compiler-macro-member, cl--compiler-macro-assoc)
3807 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
3808 (cl--compiler-macro-get): New functions, replacing calls to
3809 cl-define-compiler-macro.
3810 (cl-typep) [compiler-macro]: Use macroexp-let².
3811
3812 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
3813
3814 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
3815 string properly, fixes Bug#11473.
3816
3817 2012-06-08 Chong Yidong <cyd@gnu.org>
3818
3819 * faces.el (set-face-attribute): Doc fix.
3820 (modify-face): Don't use :bold and :italic.
3821 (error, warning, success): Tweak definitions.
3822
3823 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
3824 (custom-modified, custom-set, custom-changed, custom-themed)
3825 (custom-saved, custom-button, custom-button-mouse)
3826 (custom-button-pressed, custom-state, custom-comment-tag)
3827 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
3828 (custom-group-subtitle): Use new-style face specs.
3829 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3830 (custom-set-face, custom-changed-face, custom-saved-face)
3831 (custom-button-face, custom-button-pressed-face)
3832 (custom-documentation-face, custom-state-face)
3833 (custom-comment-face, custom-comment-tag-face)
3834 (custom-variable-tag-face, custom-variable-button-face)
3835 (custom-face-tag-face, custom-group-tag-face-1)
3836 (custom-group-tag-face): Remove obsolete face alias.
3837
3838 * epa.el (epa-validity-high, epa-validity-medium)
3839 (epa-validity-low, epa-mark, epa-field-name, epa-string)
3840 (epa-field-name, epa-field-body):
3841 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3842 (font-lock-keyword-face, font-lock-builtin-face)
3843 (font-lock-function-name-face, font-lock-variable-name-face)
3844 (font-lock-type-face, font-lock-constant-face):
3845 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3846 (ido-virtual, ido-indicator, ido-incomplete-regexp):
3847 * speedbar.el (speedbar-button-face, speedbar-file-face)
3848 (speedbar-directory-face, speedbar-tag-face)
3849 (speedbar-selected-face, speedbar-highlight-face)
3850 (speedbar-separator-face):
3851 * whitespace.el (whitespace-newline, whitespace-space)
3852 (whitespace-hspace, whitespace-tab, whitespace-trailing)
3853 (whitespace-line, whitespace-space-before-tab)
3854 (whitespace-space-after-tab, whitespace-indentation)
3855 (whitespace-empty):
3856 * emulation/cua-base.el (cua-global-mark):
3857 * eshell/em-prompt.el (eshell-prompt):
3858 * net/newst-plainview.el (newsticker-new-item-face)
3859 (newsticker-old-item-face, newsticker-immortal-item-face)
3860 (newsticker-obsolete-item-face, newsticker-date-face)
3861 (newsticker-statistics-face, newsticker-default-face):
3862 * net/newst-reader.el (newsticker-feed-face)
3863 (newsticker-extra-face, newsticker-enclosure-face):
3864 * net/newst-treeview.el (newsticker-treeview-face)
3865 (newsticker-treeview-new-face, newsticker-treeview-old-face)
3866 (newsticker-treeview-immortal-face)
3867 (newsticker-treeview-obsolete-face)
3868 (newsticker-treeview-selection-face):
3869 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
3870 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
3871 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
3872 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
3873 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
3874 (nxml-outline-active-indicator, nxml-outline-ellipsis):
3875 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3876 (mpuz-text):
3877 * progmodes/vera-mode.el (vera-font-lock-number)
3878 (vera-font-lock-function, vera-font-lock-interface):
3879 * textmodes/table.el (table-cell): Use new-style face specs, and
3880 don't use the old :bold and :italic attributes.
3881
3882 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3883 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
3884 (ebrowse-member-class, ebrowse-progress): Likewise.
3885 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3886 (ebrowse-file-name-face, ebrowse-default-face)
3887 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3888 (ebrowse-progress-face): Remove obsolete faces.
3889
3890 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3891 Inherit from error and warning faces respectively.
3892
3893 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3894 Likewise.
3895 (flyspell-incorrect-face, flyspell-duplicate-face):
3896 Remove obsolete aliases.
3897
3898 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
3899
3900 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
3901 Avoid infloop.
3902
3903 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * startup.el (argv, argi): Make lexically scoped.
3906 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
3907 * emacs-lisp/cl-macs.el: Use lexical-binding.
3908 Rename cl-bind-* to cl--bind-*.
3909 * files.el: Don't require `cl' since it doesn't use it.
3910 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
3911
3912 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
3915 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
3916 instead of calling external sort utility.
3917 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
3918
3919 2012-06-08 Eli Zaretskii <eliz@gnu.org>
3920
3921 * descr-text.el (describe-char): Mention how to insert the
3922 character, if the current input method doesn't support it.
3923 See the discussion in this thread for the details:
3924 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
3925
3926 2012-06-08 Sam Steingold <sds@gnu.org>
3927
3928 * bindings.el (global-map): Bind XF86Forward to next-buffer and
3929 XF86Back to previous-buffer.
3930 (minibuffer-local-map): Bind them to next-history-element and
3931 previous-history-element respectively.
3932 * help-mode.el (help-mode-map): Bind them to help-go-forward and
3933 help-go-back respectively.
3934 * info.el (Info-mode-map): Bind them to Info-history-forward and
3935 Info-history-back respectively.
3936 These are the keys next to Up on the ThinkPad keyboard.
3937
3938 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
3941 * emacs-lisp/cl-macs.el: Provide itself.
3942 (cl--labels-convert-cache): New var.
3943 (cl--labels-convert): New function.
3944 (cl-flet, cl-labels): New implementation with new semantics, relying on
3945 lexical-binding.
3946 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
3947 (cl-closure-vars, cl--function-convert-cache)
3948 (cl--function-convert): Move from cl-macs.el.
3949 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
3950 rename by removing the "cl-" prefix.
3951 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
3952
3953 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
3956 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
3957 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
3958 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
3959 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
3960 (cl-hash-table-count): Add old compatibility aliases.
3961
3962 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
3963 Use macroexpand-all-environment instead.
3964 (cl--old-macroexpand): New var.
3965 (cl--sm-macroexpand): New function.
3966 (cl-symbol-macrolet): Use it during macro expansion.
3967 (cl--function-convert-cache): New var.
3968 (cl--function-convert): New function, extracted from
3969 cl-macroexpand-all.
3970 (cl-lexical-let): Use it.
3971
3972 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
3973 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
3974 (cl-member): Remove old alias.
3975
3976 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
3977 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
3978 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
3979 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
3980 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
3981 (cl-macroexpand-cmacs): Remove var.
3982 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
3983 Use macroexpand-all instead.
3984
3985 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
3988 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
3989 (macroexp-copyable-p): New functions and macros.
3990 * emacs-lisp/edebug.el (edebug-unwrap):
3991 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
3992 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
3993 (pcase--let*): Remove.
3994 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
3995 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
3996 macroexp-const-p instead.
3997 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
3998
3999 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4000 instead of "cl-" for internal definitions. Use macroexp-const-p.
4001 (cl-old-bc-file-form): Remove var.
4002 (cl-const-exprs-p): Remove fun.
4003 (cl-labels, cl-macrolet): Use backquote.
4004 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4005 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4006 (cl-define-setf-expander): Rename from cl-define-setf-method.
4007 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4008
4009 * international/mule-cmds.el: Don't require CL.
4010 (view-hello-file): Don't use `letf'.
4011
4012 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * tmm.el (tmm-prompt): Use string-prefix-p.
4015 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4016 (tmm-add-prompt): Use minibuffer-completion-help.
4017 (tmm-delete-map): Remove.
4018
4019 * subr.el (kbd): Make it its own function.
4020
4021 2012-06-07 Stefan Merten <smerten@oekonux.de>
4022
4023 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4024 Silence compiler warnings. Fix versions.
4025 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4026 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4027 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4028 (rst-package-emacs-version-alist): Correct Emacs version to
4029 represent major merge with upstream.
4030 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4031
4032 2012-06-06 Glenn Morris <rgm@gnu.org>
4033
4034 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4035 Only print environment variables if set.
4036
4037 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4040 (macroexp--cons): Rename from maybe-cons.
4041 (macroexp--accumulate): Rename from macroexp-accumulate.
4042 (macroexp--all-forms): Rename from macroexpand-all-forms.
4043 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4044 (macroexp--expand-all): Rename from macroexpand-all-1.
4045
4046 2012-06-06 Sam Steingold <sds@gnu.org>
4047
4048 * calendar/calendar.el (calendar-in-read-only-buffer):
4049 Call `special-mode' to enable the standard read-only keybindings.
4050
4051 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4054 with "loading" messages (bug#11635).
4055
4056 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * files.el (enable-remote-dir-locals): New option.
4059 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4060
4061 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4062 Ensure, that the temp directory is local.
4063
4064 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4065 `temporary-file-directory'.
4066
4067 * progmodes/python.el (python-send-region): Ensure, that the
4068 temporary file is created also in the remote case.
4069
4070 2012-06-06 Glenn Morris <rgm@gnu.org>
4071
4072 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4073 (vc-rcs-update-changelog): Use it.
4074
4075 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4076
4077 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4078 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4079 (vc-sccs-diff): Replace use of the external vcdiff script.
4080
4081 2012-06-05 Glenn Morris <rgm@gnu.org>
4082
4083 * ledit.el: Move to obsolete/.
4084
4085 2012-06-05 Sam Steingold <sds@gnu.org>
4086
4087 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4088 patch (Bug#11140).
4089
4090 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * emacs-lisp/cust-print.el: Move to obsolete.
4093
4094 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4095 compiler-macro expansion.
4096
4097 Add native compiler-macro support.
4098 * emacs-lisp/macroexp.el (macroexpand-all-1):
4099 Support compiler-macros directly. Properly follow aliases and apply
4100 the compiler macros more thoroughly.
4101 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4102 macroexpand now properly follows aliases.
4103 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4104 (cl-compiler-macroexpand): Use new prop.
4105 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4106
4107 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4108
4109 2012-06-05 Martin Rudalics <rudalics@gmx.at>
4110
4111 * window.el (get-lru-window, get-mru-window, get-largest-window):
4112 New argument NOT-SELECTED to avoid picking the selected window.
4113 (window--display-buffer-1, window--display-buffer-2): Replace by
4114 new function window--display-buffer
4115 (display-buffer-same-window, display-buffer-reuse-window)
4116 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4117 Use window--display-buffer.
4118 (display-buffer-use-some-window): Remove temporary dedication
4119 hack by calling get-lru-window and get-largest-window with
4120 NOT-SELECTED argument non-nil. Call window--display-buffer.
4121
4122 2012-06-05 Glenn Morris <rgm@gnu.org>
4123
4124 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4125 Replace external vcdiff script.
4126
4127 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4130
4131 2012-06-04 Chong Yidong <cyd@gnu.org>
4132
4133 * image.el (imagemagick-types-inhibit): Revert last change.
4134 Add INFO and M.
4135 (imagemagick-enabled-types): Remove CIN and EPS*.
4136
4137 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * emacs-lisp/cl-lib.el: Rename from cl.el.
4140 * emacs-lisp/cl.el: New compatibility file.
4141 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4142 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4143 to obey the "cl-" prefix.
4144 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4145
4146 2012-06-03 Glenn Morris <rgm@gnu.org>
4147
4148 * emacs-lisp/authors.el (authors-aliases): Addition.
4149
4150 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4151 Fix :version.
4152
4153 2012-06-03 Stefan Merten <smerten@oekonux.de>
4154
4155 * textmodes/rst.el: Add comments.
4156 (rst-transition, rst-adornment): New faces.
4157 (rst-adornment-faces-alist): Make default safe to reevaluate.
4158 Fixes
4159 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4160 Improve customization tags.
4161 (rst-define-level-faces): Clarify meaning.
4162
4163 2012-06-03 Chong Yidong <cyd@gnu.org>
4164
4165 * progmodes/compile.el (compilation-mode-line-fail)
4166 (compilation-mode-line-run, compilation-mode-line-exit):
4167 New faces.
4168 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4169
4170 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4171
4172 * progmodes/which-func.el (which-func-update-ediff-windows):
4173 New function. Use it in ediff-select-hook (Bug#11478).
4174
4175 2012-06-03 Chong Yidong <cyd@gnu.org>
4176
4177 * bindings.el: Remove explicit help text from format-mode-line.
4178 It is now supplied by mode-line-default-help-echo.
4179 (mode-line-front-space, mode-line-end-spaces)
4180 (mode-line-misc-info): New variables.
4181 (mode-line-modes, mode-line-position): Move the default value to
4182 the variable definition.
4183 (mode-line-default-help-echo): New defcustom.
4184 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4185 (mode-line-modified-help-echo): New functions.
4186 (mode-line-mule-info, mode-line-modified): Use them.
4187 (mode-line-eol-desc, propertized-buffer-identification):
4188 Consistency fixes for help text.
4189 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4190 set-buffer-file-coding-system (Bug#289).
4191 (mode-line-mule-info-help-echo): Update help text.
4192
4193 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * simple.el (execute-extended-command): Set real-this-command
4196 (bug#11506).
4197
4198 2012-06-02 Chong Yidong <cyd@gnu.org>
4199
4200 Remove incorrect uses of "modeline" in comments, docstrings, and
4201 function/variable names (Bug#10329).
4202
4203 * cus-edit.el (mode-line):
4204 * dframe.el (dframe-mouse-hscroll):
4205 * emacs-lisp/re-builder.el:
4206 * emacs-lisp/easy-mmode.el (define-minor-mode):
4207 * frame.el (set-frame-name):
4208 * help.el (lookup-minor-mode-from-indicator):
4209 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4210 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4211 (c-toggle-hungry-state):
4212 * progmodes/antlr-mode.el (antlr-language-alist):
4213 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4214 * progmodes/vhdl-mode.el (vhdl-mode):
4215 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4216 * term/ns-win.el (ns-face-at-pos):
4217 * term/sup-mouse.el (sup-mouse-report):
4218 * textmodes/flyspell.el (flyspell-mode-line-string):
4219 * textmodes/ispell.el (ispell-highlight-face):
4220 * textmodes/reftex-global.el:
4221 * vc/vc-arch.el (vc-arch-mode-line-string):
4222 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4223 * vc/vc-git.el (vc-git-mode-line-string):
4224 * vc/vc-hooks.el (vc-display-status)
4225 (vc-default-mode-line-string):
4226 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4227
4228 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4229
4230 * dired.el (dired-sort-set-mode-line): Rename from
4231 dired-sort-set-modeline. All callers changed.
4232
4233 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4234 eshell-status-in-modeline.
4235
4236 * foldout.el (foldout-mode-line-string): Rename from
4237 foldout-modeline-string. All callers changed.
4238 (foldout-update-mode-line): Rename from foldout-update-modeline.
4239
4240 * subr.el (redraw-modeline): Make into obsolete alias.
4241
4242 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4243 timeclock-modeline-display. Make old name an alias.
4244 (timeclock-update-mode-line): Likewise. All callers changed.
4245 (timeclock-mode-line-display): No need to check before using
4246 add-hook.
4247 (timeclock-relative, timeclock-day-over-hook)
4248 (timeclock-use-elapsed, timeclock-mode-string)
4249 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4250
4251 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4252 crisp-mode-modeline-string.
4253
4254 * play/solitaire.el (solitaire-build-mode-line): Rename from
4255 solitaire-build-modeline. All callers changed.
4256
4257 * play/zone.el (zone-hiding-mode-line): Rename from
4258 zone-hiding-modeline. All callers changed.
4259 (zone): Remove unusued `modeline-hidden-level' property.
4260
4261 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4262 xscheme-modeline-initialize. All callers changed.
4263
4264 * strokes.el (strokes-lighter): Rename from
4265 strokes-modeline-string.
4266
4267 * textmodes/sgml-mode.el (html-face-tag-alist)
4268 (html-tag-face-alist): Use mode-line face instead of obsolete
4269 alias modeline.
4270
4271 2012-06-02 Stefan Merten <smerten@oekonux.de>
4272
4273 * textmodes/rst.el: Always require `cl'.
4274 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
4275
4276 2012-06-02 Chong Yidong <cyd@gnu.org>
4277
4278 * image.el (imagemagick-enabled-types): Rename from
4279 imagemagick-types-enable. Add many more types.
4280 (imagemagick-types-inhibit): Change default to nil.
4281 (imagemagick-filter-types): Caller changed.
4282
4283 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * emacs-lisp/cl-macs.el: Use backquotes.
4286 (cl-transform-function-property): Use eval-and-compile rather than
4287 abusing `require'.
4288 (defstruct): Use declare-function instead of with-no-warnings.
4289
4290 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4291 (byte-compile-output-docform): Re-add the print-circle bindings.
4292 (byte-compile-fix-header): Use #$ just because it's shorter.
4293 (byte-compile-output-file-form): Remove defun/defmacro.
4294
4295 2012-06-01 Martin Rudalics <rudalics@gmx.at>
4296
4297 * simple.el (choose-completion): Remove now obsolete binding for
4298 owindow.
4299
4300 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4303 in order to avoid "Stack overflow in regexp matcher".
4304
4305 2012-05-31 Glenn Morris <rgm@gnu.org>
4306
4307 * image.el: For clarity, call imagemagick-register-types at
4308 top-level, rather than relying on a custom :initialize.
4309 (imagemagick-types-enable): New option. (Bug#11557)
4310 (imagemagick-filter-types): New function. (Bug#7406)
4311 (imagemagick-register-types): Use imagemagick-filter-types.
4312 If disabling support, remove elements altogether rather
4313 than using an impossible regexp.
4314 (imagemagick-types-inhibit): Give it the default init function.
4315
4316 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4319 Handle arbitrary file name lengths (Bug#11585).
4320
4321 2012-05-31 Martin Rudalics <rudalics@gmx.at>
4322
4323 * desktop.el (desktop-read): Clear previous and next buffers for
4324 all windows and bury *Messages* buffer (bug#11556).
4325
4326 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 Add `declare' for `defun'. Align `defmacro's with it.
4329 * emacs-lisp/easy-mmode.el (define-minor-mode)
4330 (define-globalized-minor-mode): Don't autoload the var definitions.
4331 * emacs-lisp/byte-run.el: Use lexical-binding.
4332 (defun-declarations-alist, macro-declarations-alist): New vars.
4333 (defmacro, defun): Use them.
4334 (make-obsolete, define-obsolete-function-alias)
4335 (make-obsolete-variable, define-obsolete-variable-alias):
4336 Use `declare'.
4337 (macro-declaration-function): Mark obsolete.
4338 * emacs-lisp/autoload.el: Use lexical-binding.
4339 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
4340
4341 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4342
4343 * textmodes/ispell.el (ispell-with-no-warnings):
4344 Define as a macro.
4345 (ispell-kill-ispell, ispell-change-dictionary):
4346 Use `called-interactively-p' for Emacs instead of obsolete
4347 `interactive-p'.
4348
4349 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4352 (macro-declaration-function): Move var from C code.
4353 (macro-declaration-function): Define function with defalias.
4354 * emacs-lisp/macroexp.el (macroexpand-all-1):
4355 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4356 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4357 defun/defmacro any more.
4358 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4359 Provide fallback for unknown arglist.
4360 (byte-compile-arglist-warn): Change calling convention.
4361 (byte-compile-output-file-form): Move print-vars binding.
4362 (byte-compile-output-docform): Simplify accordingly.
4363 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4364 (byte-compile-defmacro-declaration): Remove.
4365 (byte-compile-file-form-defmumble): Generalize to defalias.
4366 (byte-compile-output-as-comment): Return byte-positions.
4367 Simplify callers accordingly.
4368 (byte-compile-lambda): Use `assert'.
4369 (byte-compile-defun, byte-compile-defmacro): Remove.
4370 (byte-compile-file-form-defalias):
4371 Use byte-compile-file-form-defmumble.
4372 (byte-compile-defalias-warn): Remove.
4373
4374 2012-05-29 Stefan Merten <smerten@oekonux.de>
4375
4376 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
4377 possible. Fix authors. Improve comments. Improve loading of `cl'.
4378
4379 (rst-mode-abbrev-table): Merge definition.
4380 (rst-mode): Make sure `font-lock-defaults' is buffer local.
4381 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4382
4383 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
4384
4385 * calendar/icalendar.el
4386 (icalendar-export-region): Export UID properly.
4387
4388 2012-05-29 Leo Liu <sdl.web@gmail.com>
4389 * calendar/icalendar.el (icalendar-import-format):
4390 Add `icalendar-import-format-uid' (Bug#11525).
4391 (icalendar-import-format-uid): New.
4392 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4393 Export UID.
4394
4395 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4398 different alternative patterns.
4399 (pcase-codegen): Be more careful to preserve identity.
4400 (pcase--u1): Don't forget to mark vars as used.
4401
4402 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4403 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4404 (byte-compile-from-buffer): ...rather than here.
4405
4406 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4407 functions from byte-compile-function-environment.
4408
4409 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
4410
4411 * window.el (window-deletable-p): Avoid deleting the root window
4412 of a frame with an active minibuffer.
4413
4414 2012-05-29 Martin Rudalics <rudalics@gmx.at>
4415
4416 * simple.el (choose-completion): Use quit-window (Bug#11567).
4417
4418 2012-05-29 Chong Yidong <cyd@gnu.org>
4419
4420 * whitespace.el (whitespace-cleanup): Fix usage of
4421 whitespace-empty-at-bob-regexp (Bug#11492).
4422
4423 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4424
4425 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
4426 revert (Bug#11488).
4427
4428 2012-05-29 Juri Linkov <juri@jurta.org>
4429
4430 * isearch.el (isearch-mode-map): Bind `M-s _' to
4431 `isearch-toggle-symbol'. Bind `M-s c' to
4432 `isearch-toggle-case-fold'.
4433 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
4434 (isearch-forward): Add `M-s _' to the docstring.
4435 (isearch-forward-symbol, isearch-toggle-case-fold)
4436 (isearch-symbol-regexp): New functions. (Bug#11381)
4437
4438 2012-05-29 Juri Linkov <juri@jurta.org>
4439
4440 * isearch.el (isearch-word): Add docstring. (Bug#11381)
4441 (isearch-occur, isearch-search-and-update): If `isearch-word' is
4442 a function, call it to get the regexp.
4443 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
4444 property `isearch-message-prefix' instead of the string "word ".
4445 (isearch-search-fun-default): For the case of `isearch-word',
4446 return a lambda that calls re-search-forward/re-search-backward
4447 with a regexp returned by `word-search-regexp' or by the function
4448 in `isearch-word'.
4449
4450 2012-05-29 Juri Linkov <juri@jurta.org>
4451
4452 * isearch.el (isearch-search-fun-default): New function.
4453 (isearch-search-fun): Move default part to the new function
4454 `isearch-search-fun-default'.
4455 (isearch-search-fun-function): Set the default value to
4456 `isearch-search-fun-default'. (Bug#11381)
4457
4458 * comint.el (comint-history-isearch-end):
4459 Use `isearch-search-fun-default'.
4460 (comint-history-isearch-search): Use `isearch-search-fun-default'
4461 and remove spacial case for `isearch-word'.
4462 (comint-history-isearch-wrap): Remove spacial case for
4463 `isearch-word'.
4464
4465 * hexl.el (hexl-isearch-search-function):
4466 Use `isearch-search-fun-default'.
4467
4468 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
4469 Use `word-search-regexp' for `isearch-word'.
4470
4471 * misearch.el (multi-isearch-search-fun):
4472 Use `isearch-search-fun-default'.
4473
4474 * simple.el (minibuffer-history-isearch-search):
4475 Use `isearch-search-fun-default' and remove spacial case for
4476 `isearch-word'.
4477 (minibuffer-history-isearch-wrap): Remove spacial case for
4478 `isearch-word'.
4479
4480 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
4481 Remove spacial case for `isearch-word'.
4482 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
4483
4484 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4485
4486 Decrease XEmacs incompatibilities.
4487 * textmodes/flyspell.el (flyspell-check-pre-word-p):
4488 Use `string-match'.
4489 (flyspell-delete-region-overlays): Use alternative definition for
4490 XEmacs.
4491 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4492 (flyspell-word): Use `process-kill-without-query' if XEmacs.
4493 (flyspell-mode-on): Use `interactive-p' if XEmacs.
4494 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4495 `define-obsolete-face-alias' under XEmacs, but old method.
4496
4497 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4498 `with-no-warnings' definition or Emacs alias.
4499 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4500 (ispell-word): Do not use `region-p' if XEmacs.
4501
4502 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4503
4504 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4505 Check for `ispell-dictionary-base-alist' instead of full
4506 `ispell-dictionary-alist'.
4507 (ispell-init-process): Show spellchecker when starting new Ispell
4508 process.
4509
4510 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
4513 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
4514
4515 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
4516
4517 * version.el (motif-version-string, gtk-version-string)
4518 (ns-version-string): Declare.
4519
4520 2012-05-27 Juri Linkov <juri@jurta.org>
4521
4522 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
4523 after the `eval-defun-1' specialcaseing
4524 like in `edebug-eval-defun' (bug#10181).
4525
4526 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
4527 like in `eval-defun-1'.
4528
4529 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4530
4531 * mail/sendmail.el (mail-yank-region):
4532 Recognize rmail-yank-current-message in addition to insert-buffer.
4533 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
4534 a *mail* buffer created through rmail-start-mail with sendmail as
4535 mail-user-agent.
4536
4537 2012-05-27 Chong Yidong <cyd@gnu.org>
4538
4539 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
4540 Default to 256 (Bug#11267).
4541
4542 * help.el (describe-mode): Doc fix.
4543
4544 2012-05-26 Glenn Morris <rgm@gnu.org>
4545
4546 * w32-fns.el (w32-init-info): Remove.
4547 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
4548
4549 * info.el (info-initialize): For self-contained NS builds, put the
4550 included info/ directory at the front. (Bug#2791)
4551
4552 * paths.el (Info-default-directory-list): Make it a defcustom,
4553 mainly so that we can use custom-initialize-delay.
4554
4555 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * subr.el (buffer-has-markers-at): Mark obsolete.
4558
4559 * subr.el (lambda): Use declare.
4560
4561 * emacs-lisp/lisp-mode.el (lambda):
4562 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
4563
4564 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4565
4566 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
4567
4568 2012-05-26 Glenn Morris <rgm@gnu.org>
4569
4570 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
4571
4572 2012-05-25 Glenn Morris <rgm@gnu.org>
4573
4574 * paths.el: Remove no-byte-compile.
4575 * loadup.el: No need to load paths.el uncompiled.
4576
4577 * image.el (imagemagick-types-inhibit): Doc fix.
4578
4579 * version.el: Remove no-byte-compile and associated formatting.
4580 * loadup.el: No need to load version.el uncompiled. AFAICS, this
4581 is ancient code from when there was an "inc-vers.el".
4582
4583 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * progmodes/gdb-mi.el: Minor style changes.
4586 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
4587 Turn into minor modes.
4588 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
4589 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
4590 (gdb-shell): Remove unneeded let-binding.
4591 (gdb-get-many-fields): Eliminate O(n²) behavior.
4592
4593 2012-05-25 Eli Zaretskii <eliz@gnu.org>
4594
4595 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
4596 platforms that don't link in fontset.c.
4597
4598 2012-05-25 Juri Linkov <juri@jurta.org>
4599
4600 Use the same diff color scheme as in modern VCSes (bug#10181).
4601
4602 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
4603 to avoid confusion with `diff-added' that now uses green colors.
4604 (diff-removed): Use shades of red.
4605 (diff-added): Use shades of green.
4606 (diff-changed): Leave just the yellow color.
4607 (diff-use-changed-face): New variable.
4608 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
4609 how to highlight context diff changes.
4610 (diff-refine-change): Use shades of yellow.
4611 (diff-refine-removed): New face that uses shades of red.
4612 (diff-refine-added): New face that uses shades of green.
4613 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
4614 `diff-refine-removed' in the call to `smerge-refine-subst'
4615 depending on the value of `diff-use-changed-face'.
4616
4617 * vc/smerge-mode.el (smerge-mine): Use shades of red.
4618 (smerge-other): Use shades of green.
4619 (smerge-base): Use shades of yellow.
4620 (smerge-refined-change): Empty face.
4621 (smerge-refined-removed): New face that uses shades of red.
4622 (smerge-refined-added): New face that uses shades of green.
4623 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
4624 args `props-r' and `props-a', and use them. Doc fix.
4625 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
4626 on its value use different faces `smerge-refined-change',
4627 `smerge-refined-removed', `smerge-refined-added' in the call to
4628 `smerge-refine-subst'.
4629
4630 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
4631 Add face condition `min-colors 88' with shades of red.
4632 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
4633 `min-colors 88' with shades of green.
4634 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
4635 `min-colors 88' with shades of yellow.
4636
4637 2012-05-24 Glenn Morris <rgm@gnu.org>
4638
4639 * paths.el (prune-directory-list, remote-shell-program): Move to...
4640 * files.el (prune-directory-list, remote-shell-program): ...here.
4641 For the latter, delay initialization, prefer ssh, just search PATH.
4642
4643 * paths.el (term-file-prefix): Move to faces.el (the only user).
4644 * faces.el (term-file-prefix): Move here, make it a defcustom.
4645
4646 * paths.el (news-directory, news-path, news-inews-program):
4647 Move to gnus/nnspool.el.
4648
4649 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
4650
4651 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
4652 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
4653 Make the latter a defcustom, with a delayed initialization.
4654
4655 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
4656 These were deleted from Gnus itself late 2010.
4657
4658 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * progmodes/which-func.el (which-func-ff-hook):
4661 Check against user-error, not error.
4662
4663 * emacs-lisp/edebug.el (top): Do not load or set up loading of
4664 cl-specs.el, which no longer exists.
4665
4666 2012-05-22 Glenn Morris <rgm@gnu.org>
4667
4668 * info.el (info-emacs-bug): New command.
4669 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
4670 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
4671
4672 2012-05-21 Glenn Morris <rgm@gnu.org>
4673
4674 * makefile.w32-in (update-subdirs-SH):
4675 * Makefile.in (update-subdirs): Update for moved update-subdirs.
4676
4677 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
4680
4681 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4682 Simplify Maven regexp, and make sure the file can't start with a space
4683 (bug#11517).
4684
4685 2012-05-21 Glenn Morris <rgm@gnu.org>
4686
4687 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4688 Scrap superfluous subshells.
4689
4690 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
4693 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
4694
4695 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
4696
4697 * calc/calc.el (calc-ensure-consistent-units): New variable.
4698
4699 * calc/calc-units.el (math-consistent-units-p)
4700 (math-check-unit-consistency): New functions.
4701 (calc-quick-units, calc-convert-units):
4702 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
4703 is non-nil.
4704 (calc-extract-units): Fix typo.
4705
4706 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
4709
4710 * textmodes/flyspell.el: Commenting style, plus code simplifications.
4711 (flyspell-default-deplacement-commands): Don't spell check after
4712 repeated window/frame switches (e.g. triggered by mouse-movement).
4713 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
4714 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
4715 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
4716 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
4717 Remove unused vars.
4718 (flyspell-get-casechars, flyspell-get-not-casechars):
4719 Simplify; Don't bother removing a ] just to add it back.
4720 * textmodes/ispell.el (ispell-program-name): Use executable-find.
4721
4722 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4723
4724 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
4725 New functions.
4726 (math-function-table): Add support for more C functions.
4727
4728 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4729
4730 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4731 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4732 Protect delay handling for otherchars against empty otherchars.
4733
4734 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
4737 their respective macro declarations.
4738 * skeleton.el (define-skeleton):
4739 * progmodes/compile.el (define-compilation-mode):
4740 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
4741 (define-ibuffer-filter):
4742 * emacs-lisp/generic.el (define-generic-mode):
4743 * emacs-lisp/easy-mmode.el (define-minor-mode)
4744 (define-globalized-minor-mode):
4745 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
4746 * emacs-lisp/byte-run.el (defsubst):
4747 * custom.el (deftheme): Add doc-string metadata.
4748
4749 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
4752
4753 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
4756
4757 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
4758 * emacs-lisp/cl-macs.el: Idem.
4759 * emacs-lisp/cl-specs.el: Remove.
4760
4761 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 Minor renaming of internal CL functions and variables.
4764 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
4765 (cl--position): Rename from cl-position.
4766 (cl--delete-duplicates): Rename from cl-delete-duplicates.
4767 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
4768 (cl--random-state): Rename from *random-state*.
4769
4770 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
4773 parens around the arg list (bug#11499).
4774
4775 2012-05-17 Juri Linkov <juri@jurta.org>
4776
4777 * isearch.el (word-search-regexp, word-search-backward)
4778 (word-search-forward, word-search-backward-lax)
4779 (word-search-forward-lax): Move functions from search.c
4780 (bug#10145, bug#11381).
4781
4782 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4783
4784 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4785 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4786 Delay for otherchars as for normal word components.
4787
4788 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * minibuffer.el (completion--sifn-requote): Fix last change.
4791 (minibuffer-local-must-match-filename-map):
4792 Move define-obsolete-variable-alias before its var.
4793
4794 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
4797
4798 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
4799 behavior.
4800 (completion--string-equal-p): New function.
4801 (completion--twq-all): Use it to get better assertion failure data.
4802
4803 Only handle ".." and '..' quoting in shell-mode (bug#11466).
4804 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
4805 (shell--requote-argument): New functions.
4806 (shell-completion-vars): Use them.
4807 (shell--parse-pcomplete-arguments): Rename from
4808 shell-parse-pcomplete-arguments.
4809 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
4810 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
4811 Obey comint-file-name-quote-list.
4812
4813 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
4814 (smie-indent-keyword): Use it.
4815
4816 2012-05-14 Stefan Merten <smerten@oekonux.de>
4817
4818 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
4819
4820 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * net/rlogin.el (rlogin-mode-map): Fix last change.
4823
4824 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
4825
4826 * mail/smtpmail.el (smtpmail-send-command): Send the command and
4827 the following \r\n using a single `process-send-string', since the
4828 Lotus SMTP server refuses to accept any commands if they are sent
4829 with two `process-send-string's (Bug#11444).
4830
4831 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * shell.el (shell-parse-pcomplete-arguments):
4834 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
4835
4836 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4837
4838 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
4839 (image-transform-scale, image-transform-right-angle-fudge): New vars.
4840 (image-transform-width, image-transform-fit-width): New functions.
4841 (image-transform-properties): Use them.
4842 (image-transform-check-size): New function.
4843 (image-toggle-display-image): Use it (for testing).
4844 (image-transform-set-rotation): Reduce angle mod 360.
4845 Delete obsolete comment.
4846
4847 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4848
4849 * image-mode.el: Fix scaling (bug#11399).
4850 (image-transform-resize): Doc fix.
4851 (image-transform-properties): Default scale is 1 and height should
4852 be an integer.
4853
4854 2012-05-13 Johan Bockgård <bojohan@gnu.org>
4855
4856 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
4857 than hard-coding `car', to fix misbehavior when moving forward.
4858
4859 2012-05-13 Chong Yidong <cyd@gnu.org>
4860
4861 * emacs-lisp/tabulated-list.el (tabulated-list-format)
4862 (tabulated-list-entries, tabulated-list-padding)
4863 (tabulated-list-sort-key): Make permanent-local.
4864
4865 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
4866 (electric-buffer-list): Put electric buffer menu
4867 command descriptions in this docstring, instead of the docstring
4868 of electric-buffer-menu-mode. Code cleanups.
4869 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
4870 Electric-buffer-menu-mode.
4871 (electric-buffer-update-highlight): Minor code cleanup.
4872
4873 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
4874
4875 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
4876 (Bug#11447)
4877
4878 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 Move define-obsolete-variable-alias before the var's definition.
4881 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
4882 * tooltip.el (tooltip-hook):
4883 * textmodes/reftex-toc.el (reftex-toc-map):
4884 * textmodes/reftex-sel.el (reftex-select-label-map)
4885 (reftex-select-bib-map):
4886 * textmodes/reftex-index.el (reftex-index-map)
4887 (reftex-index-phrases-map):
4888 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
4889 * progmodes/meta-mode.el (meta-mode-map):
4890 * novice.el (disabled-command-hook):
4891 * loadhist.el (unload-hook-features-list):
4892 * frame.el (blink-cursor):
4893 * files.el (find-file-not-found-hooks, write-file-hooks)
4894 (write-contents-hooks):
4895 * emulation/tpu-edt.el (GOLD-map):
4896 * emacs-lock.el (emacs-lock-from-exiting):
4897 * emacs-lisp/generic.el (generic-font-lock-defaults):
4898 * emacs-lisp/chart.el (chart-map):
4899 * dos-fns.el (register-name-alist):
4900 * dired-x.el (dired-omit-files-p):
4901 * desktop.el (desktop-enable):
4902 * cus-edit.el (custom-mode-hook):
4903 * buff-menu.el (buffer-menu-mode-hook):
4904 * bookmark.el (bookmark-read-annotation-text-func)
4905 (bookmark-exit-hooks):
4906 * allout.el (allout-mode-deactivate-hook)
4907 (allout-exposure-change-hook, allout-structure-added-hook)
4908 (allout-structure-deleted-hook, allout-structure-shifted-hook):
4909 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
4910 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
4911 comes before the corresponding variable's definition.
4912
4913 2012-05-12 Chong Yidong <cyd@gnu.org>
4914
4915 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
4916 (Buffer-menu-mouse-select): Restore function (Bug#11459).
4917 (Buffer-menu-mode-map): Bind it.
4918 (Buffer-menu--pretty-name): Add a mouse-face property.
4919
4920 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
4923 (prolog-upper-case-string, prolog-lower-case-string)
4924 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
4925 (prolog-use-smie, prolog-smie-grammar): New vars.
4926 (prolog-smie-forward-token, prolog-smie-backward-token)
4927 (prolog-smie-rules): New funs.
4928 (prolog-comment-indent): Remove.
4929 (prolog-mode-variables): Use default comment indentation instead.
4930 Setup SMIE.
4931 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
4932 (prolog-mode): Don't call them any more.
4933 (prolog-electric-colon, prolog-electric-dash)
4934 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
4935
4936 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
4937
4938 * minibuffer.el (completion--twq-all): Again, allow case differences.
4939
4940 * term.el: Move keymap initialization code to be more idiomatic.
4941 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
4942 (term-terminal-menu): Move initialization into declaration.
4943 (term-escape-char): Let the user set it in her .emacs.
4944
4945 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
4946 Provide SMIE-based indentation (not enabled by default yet).
4947 (sh-mode-map): Don't bind electric keys.
4948 Use electric-pair-mode instead of skeleton-pair.
4949 (sh-assignment-regexp): Fit within 80 columns.
4950 (sh-indent-supported): Specify actual shell name instead of boolean.
4951 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
4952 (sh-maybe-here-document): Use it. Make obsolete.
4953 (sh-electric-here-document-mode) New minor mode.
4954 (sh-mode): Use it. Don't set sh-indent-supported-here here.
4955 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
4956 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
4957 (sh-smie-rc-grammar, sh-use-smie): New vars.
4958 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
4959 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
4960 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
4961 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
4962 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
4963 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
4964 (sh-set-shell): Use smie-setup if requested.
4965
4966 * term.el (term-set-escape-char): Properly set term-escape-char.
4967 See http://stackoverflow.com/questions/10524656.
4968
4969 2012-05-10 Chong Yidong <cyd@gnu.org>
4970
4971 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
4972 Use url-generic-parse-url, and handle host names and Windows
4973 filenames properly.
4974 (ffap-url-unwrap-remote): Use url-generic-parse-url.
4975 (ffap-url-unwrap-remote): Accept list values, specifying a list of
4976 URL schemes to work on.
4977 (ffap--toggle-read-only): New function.
4978 (ffap-read-only, ffap-read-only-other-window)
4979 (ffap-read-only-other-frame): Use it.
4980 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
4981 necessary for ffap-url-unwrap-remote.
4982
4983 2012-05-10 Dave Abrahams <dave@boostpro.com>
4984
4985 * cus-start.el (create-lockfiles): Add it.
4986
4987 2012-05-09 Chong Yidong <cyd@gnu.org>
4988
4989 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
4990 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
4991
4992 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * shell.el (shell-completion-vars): Fix last change (bug#11348).
4995
4996 2012-05-09 Chong Yidong <cyd@gnu.org>
4997
4998 * ansi-color.el (ansi-color-process-output): Check for validity of
4999 comint-last-output-start before using it. This avoids a bad
5000 interaction with gdb-mi's input/output buffer.
5001
5002 2012-05-09 Glenn Morris <rgm@gnu.org>
5003
5004 * files.el (dir-locals-read-from-file):
5005 Mention dir-locals in any error message.
5006
5007 2012-05-09 Chong Yidong <cyd@gnu.org>
5008
5009 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5010 package (Bug#11410).
5011
5012 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5013 variables into description.
5014
5015 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5018 shell-delimiter-argument-list (bug#11348).
5019 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5020
5021 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
5022
5023 * textmodes/rst.el: Silence byte-compiler warnings.
5024 (rst-re-alist, rst-reset-section-caches): Move around.
5025 (rst-re): Use `characterp', not `char-valid-p'.
5026 (font-lock-beg, font-lock-end): Declare.
5027
5028 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5029 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5030
5031 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5032
5033 2012-05-08 Glenn Morris <rgm@gnu.org>
5034
5035 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5036
5037 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * vc/log-edit.el: Add GNU coding standards highlighting.
5040 (log-edit-font-lock-gnu-style)
5041 (log-edit-font-lock-gnu-keywords): New vars.
5042 (log-edit-font-lock-keywords): New fun.
5043 (log-edit-mode): Don't fold case in font-lock.
5044 (log-edit-font-lock-keywords): Do not assume case-folding.
5045
5046 * imenu.el: Misc cleanup. Make docstrings out of comments.
5047 Use lexical-binding.
5048 (imenu--index-alist, imenu--last-menubar-index-alist)
5049 (imenu-menubar-modified-tick): Use defvar-local.
5050 (imenu--split-menu): Remove unused var.
5051 (imenu--cleanup-seen): Declare as global.
5052 (imenu--cleanup): Use dolist.
5053
5054 * subr.el (defvar-local): Add debug spec and doc-string position.
5055
5056 2012-05-08 Glenn Morris <rgm@gnu.org>
5057
5058 * language/burmese.el, language/cham.el, language/czech.el:
5059 * language/english.el, language/georgian.el, language/greek.el:
5060 * language/japanese.el, language/khmer.el, language/korean.el:
5061 * language/lao.el, language/misc-lang.el, language/romanian.el:
5062 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5063 * language/thai.el, language/utf-8-lang.el:
5064 Remove no-byte-compile setting.
5065
5066 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5067
5068 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5069
5070 * progmodes/make-mode.el (makefile-browse):
5071 Remove unnecessary interactive. (Bug#11324)
5072
5073 2012-05-07 Glenn Morris <rgm@gnu.org>
5074
5075 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5076
5077 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5078
5079 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * loadup.el: Preload newcomment.el.
5082 * newcomment.el: Move autoload-only code to toplevel.
5083
5084 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5085 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5086 Handle new :right-align column property.
5087 (tabulated-list-print-col): Idem, plus use `display' text-property to
5088 try and preserve alignment for variable pitch fonts.
5089
5090 2012-05-07 Chong Yidong <cyd@gnu.org>
5091
5092 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5093 (tabulated-list-use-header-line): New var.
5094 (tabulated-list-init-header): Use it.
5095 (tabulated-list-print-fake-header): New function.
5096 (tabulated-list-print): Use it.
5097 (tabulated-list-sort-button-map): Add non-header-line commands.
5098 (tabulated-list-init-header): Add column name property to basic
5099 labels as well.
5100 (tabulated-list-col-sort): Handle non-header-line button case.
5101 (tabulated-list--sort-by-column-name): Fix a corner case.
5102
5103 * buff-menu.el (list-buffers--refresh):
5104 Handle Buffer-menu-use-header-line.
5105
5106 2012-05-06 Chong Yidong <cyd@gnu.org>
5107
5108 * buff-menu.el: Convert to Tabulated List mode.
5109 (Buffer-menu-buffer+size-width): Make obsolete.
5110 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5111 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5112 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5113 documentation into docstring of buffer-menu.
5114 (Buffer-menu-toggle-files-only): Add an informative message.
5115 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5116 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5117 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5118 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5119 (Buffer-menu-execute, Buffer-menu-select)
5120 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5121 (Buffer-menu-bury): Use Tabulated List machinery.
5122 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5123 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5124 Delete.
5125 (list-buffers--refresh): New function.
5126 (list-buffers-noselect): Use it.
5127 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5128 (Buffer-menu--pretty-file-name): New helper functions.
5129
5130 * loadup.el: Preload tabulated-list.
5131
5132 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5133 tabulated-list-sort-column.
5134 (tabulated-list-init-header): Add the initial aligning space even
5135 if tabulated-list-padding is zero.
5136
5137 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5138
5139 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5140 whose cdr is not a cons cell correctly (bug#11038).
5141
5142 2012-05-06 Chong Yidong <cyd@gnu.org>
5143
5144 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5145 Accept additional plist in column descriptors.
5146 (tabulated-list-init-header): Obey it.
5147 (tabulated-list-get-entry): New function.
5148 (tabulated-list-put-tag): Use it. Use string-width instead of
5149 length.
5150 (tabulated-list--column-number): New function.
5151 (tabulated-list-print): Use it.
5152 (tabulated-list-print-col): New function.
5153 Set `tabulated-list-column-name' property on each column's text.
5154 (tabulated-list-print-entry): Use it.
5155 (tabulated-list-delete-entry, tabulated-list-set-col):
5156 New functions.
5157 (tabulated-list-sort-column): New command (Bug#11337).
5158
5159 * buff-menu.el (list-buffers): Move C-x C-b binding from
5160 buff-menu.el to bindings.el.
5161
5162 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5163 :advertised-binding feature.
5164
5165 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5166
5167 * progmodes/compile.el (compilation-internal-error-properties):
5168 Calculate start position correctly when end-col is set but
5169 end-line is not (Bug#11382).
5170
5171 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5172
5173 * man.el (Man-unindent): Use text-property-default-nonsticky to
5174 prevent untabify from inheriting face properties (Bug#11408).
5175
5176 2012-05-05 Stefan Merten <smerten@oekonux.de>
5177
5178 * textmodes/rst.el: Major merge with upstream development up to
5179 Docutils SVN r7399 / rst.el V1.2.1.
5180
5181 Clarify maintainership and authors.
5182
5183 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5184 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5185 (rst-official-version, rst-official-cvs-rev, rst-version)
5186 (rst-package-emacs-version-alist): New functions and variables
5187 for version information.
5188
5189 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5190 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5191 (rst-mode-syntax-table, rst-mode): New and corrected functions
5192 and variables representing reStructuredText features.
5193
5194 (rst-re): New function for reStructuredText regexes. Use in
5195 many places.
5196
5197 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5198 (rst-mode-map): Rebind keys.
5199
5200 (rst-mode-lazy, rst-font-lock-keywords)
5201 (rst-font-lock-extend-region)
5202 (rst-font-lock-extend-region-internal)
5203 (rst-font-lock-extend-region-extend)
5204 (rst-font-lock-find-unindented-line-limit)
5205 (rst-font-lock-find-unindented-line-match)
5206 (rst-adornment-level, rst-font-lock-adornment-level)
5207 (rst-font-lock-adornment-match)
5208 (rst-font-lock-handle-adornment-pre-match-form)
5209 (rst-font-lock-handle-adornment-matcher): Major revision of
5210 font-locking. Integrate with other code. Use `jit-lock-mode'.
5211
5212 (rst-preferred-adornments, rst-adjust-hook)
5213 (rst-new-adornment-down, rst-preferred-bullets)
5214 (rst-preferred-bullets, rst-indent, rst-indent-width)
5215 (rst-indent-field, rst-indent-literal-normal)
5216 (rst-indent-literal-minimized, rst-indent-comment): Change,
5217 extend and improve customization.
5218
5219 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5220 (rst-normalize-cursor-position, rst-get-decoration)
5221 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5222 (rst-rstrip, rst-toc-insert-find-delete-contents)
5223 (rst-shift-fill-region, rst-compute-bullet-tabs)
5224 (rst-debug-print-tabs, rst-debug-mark-found)
5225 (rst-shift-region-guts, rst-shift-region-right)
5226 (rst-shift-region-left, rst-use-char-classes)
5227 (rst-font-lock-keywords-function)
5228 (rst-font-lock-indentation-point)
5229 (rst-font-lock-find-unindented-line-begin)
5230 (rst-font-lock-find-unindented-line-end)
5231 (rst-font-lock-find-unindented-line)
5232 (rst-font-lock-adornment-point, rst-font-lock-level)
5233 (rst-adornment-level-alist): Remove functions and variables.
5234
5235 (rst-compare-adornments, rst-get-adornment-match)
5236 (rst-suggest-new-adornment, rst-get-adornments-around)
5237 (rst-adornment-complete-p, rst-get-next-adornment)
5238 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5239 (rst-straighten-adornments): Standardize function names to
5240 use "adornment" instead of "decoration". Correct callers.
5241 Similar standardizing in many places.
5242
5243 (rst-update-section, rst-adjust, rst-promote-region)
5244 (rst-enumerate-region, rst-bullet-list-region)
5245 (rst-repeat-last-character): Correct use of `interactive'.
5246
5247 (rst-classify-adornment, rst-find-all-adornments)
5248 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5249 (rst-find-leftmost-column, rst-repeat-last-character):
5250 Refactor functions.
5251
5252 (rst-find-title-line, rst-reset-section-caches)
5253 (rst-get-adornments-around, rst-adjust-adornment-work)
5254 (rst-arabic-to-roman, rst-roman-to-arabic)
5255 (rst-insert-list-pos, rst-insert-list-new-item)
5256 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5257 New functions.
5258
5259 (rst-all-sections, rst-section-hierarchy)
5260 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5261 New variables.
5262
5263 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5264 configuration instead of only buffer. Change where necessary.
5265
5266 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5267 (rst-shift-region, rst-adaptive-fill): New functions for
5268 indentation and filling.
5269
5270 (rst-comment-line-break, rst-comment-indent)
5271 (rst-comment-insert-comment, rst-comment-region)
5272 (rst-uncomment-region): New functions for handling comments.
5273
5274 (rst-compile): Quote shell arguments.
5275
5276 (rst-compile-pdf-preview, rst-compile-slides-preview):
5277 Delete temporary files after use.
5278
5279 2012-05-05 Glenn Morris <rgm@gnu.org>
5280
5281 * calendar/cal-html.el: Optionally include holidays in the output.
5282 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5283 (cal-html-holidays): New option.
5284 (cal-html-css-default): Add holiday entry.
5285 (holiday-in-range): Autoload it.
5286 (cal-html-htmlify-entry): Add optional class argument.
5287 (cal-html-htmlify-list): Add optional holidays argument.
5288 (cal-html-insert-agenda-days): Include holidays in the output.
5289 (cal-html-one-month): Maybe include holidays.
5290
5291 * calendar/holidays.el (holiday-in-range):
5292 Move here from cal-tex-list-holidays.
5293 * calendar/cal-tex.el (cal-tex-list-holidays):
5294 Make it an obsolete alias for holiday-in-range. Update all callers.
5295
5296 2012-05-05 Chong Yidong <cyd@gnu.org>
5297
5298 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5299 Nextstep.
5300
5301 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5302
5303 * files.el (file-auto-mode-skip): New var.
5304 (set-auto-mode-1): Use it.
5305
5306 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * repeat.el: Use lexical-binding.
5309 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5310 (repeat-undo-count): Remove.
5311 (repeat):
5312 * progmodes/octave-mod.el (octave-abbrev-start):
5313 * progmodes/f90.el (f90-abbrev-start):
5314 * face-remap.el (text-scale-adjust):
5315 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5316
5317 * emacs-lisp/pcase.el (pcase--let*): New function.
5318 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5319 a bit more.
5320 (pcase--split-pred): Be more clever about ruling out overlap between
5321 a predicate and some constant pattern.
5322 (pcase--q1): Use `null' instead of (eq foo nil).
5323
5324 * subr.el (setq-local, defvar-local): New macros.
5325 (kbd): Redefine as an alias.
5326 (with-selected-window): Leave unrelated frames alone.
5327 (set-temporary-overlay-map): New function.
5328
5329 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * subr.el (user-error): New function.
5332 * window.el (switch-to-buffer):
5333 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5334 (smerge-match-conflict):
5335 * simple.el (previous-matching-history-element)
5336 (next-matching-history-element, goto-history-element, undo-more)
5337 (undo-start):
5338 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5339 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5340 (next-file, tags-loop-scan, list-tags, complete-tag):
5341 * progmodes/compile.el (compilation-loop):
5342 * mouse.el (mouse-minibuffer-check):
5343 * man.el (Man-bgproc-sentinel, Man-goto-page):
5344 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5345 (Info-history-forward, Info-follow-reference, Info-menu)
5346 (Info-extract-menu-item, Info-extract-menu-counting)
5347 (Info-forward-node, Info-backward-node, Info-next-menu-item)
5348 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5349 (Info-next-reference, Info-prev-reference, Info-index)
5350 (Info-index-next, Info-follow-nearest-node)
5351 (Info-copy-current-node-name):
5352 * imenu.el (imenu--make-index-alist)
5353 (imenu-default-create-index-function, imenu-add-to-menubar):
5354 * files.el (basic-save-buffer, recover-file):
5355 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5356 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5357 (checkdoc-message-text, checkdoc-defun):
5358 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5359 * cus-edit.el (customize-changed-options, customize-rogue)
5360 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5361 (custom-variable-mark-to-reset-standard)
5362 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5363 (custom-file):
5364 * completion.el (check-completion-length):
5365 * comint.el (comint-search-arg)
5366 (comint-previous-matching-input-string-position)
5367 (comint-previous-matching-input)
5368 (comint-replace-by-expanded-history-before-point, comint-send-input)
5369 (comint-copy-old-input, comint-backward-matching-input)
5370 (comint-goto-process-mark, comint-set-process-mark):
5371 * calendar/calendar.el (calendar-cursor-to-date): Use it.
5372 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5373
5374 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * dabbrev.el (dabbrev--ignore-case-p): New function.
5377 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5378 Use it.
5379
5380 * files.el (automount-dir-prefix): Mark as obsolete.
5381
5382 2012-05-04 Glenn Morris <rgm@gnu.org>
5383
5384 * patcomp.el, play/bruce.el: Move to obsolete/.
5385
5386 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
5387
5388 Fix minor Y10k bugs.
5389 * arc-mode.el (archive-unixdate):
5390 * autoinsert.el (auto-insert-alist):
5391 * calc/calc-forms.el (math-this-year):
5392 * emacs-lisp/copyright.el (copyright-current-year)
5393 (copyright-update-year, copyright):
5394 * tar-mode.el (tar-clip-time-string):
5395 * time.el (display-time-update):
5396 Don't assume years have 4 digits.
5397
5398 2012-05-04 Chong Yidong <cyd@gnu.org>
5399
5400 * dos-w32.el (file-name-buffer-file-type-alist)
5401 (direct-print-region-use-command-dot-com):
5402 * ffap.el (ffap-menu-regexp):
5403 * find-file.el (ff-special-constructs):
5404 * follow.el (follow-debug):
5405 * forms.el (forms--debug):
5406 * iswitchb.el (iswitchb-all-frames):
5407 * ido.el (ido-all-frames):
5408 * emacs-lisp/timer.el (timer-max-repeats):
5409 * mail/feedmail.el (feedmail-mail-send-hook)
5410 (feedmail-mail-send-hook-queued):
5411 * mail/footnote.el (footnote-signature-separator):
5412 * mail/mailabbrev.el (mail-alias-separator-string)
5413 (mail-abbrev-mode-regexp):
5414 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5415 * progmodes/idlwave.el (idlwave-libinfo-file)
5416 (idlwave-default-completion-case-is-down)
5417 (idlwave-library-routines): Convert defvars to defcustoms.
5418
5419 * mail/rmail.el (rmail-decode-mime-charset):
5420 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5421 (idlwave-shell-fix-inserted-breaks)
5422 (idlwave-shell-activate-alt-keybindings)
5423 (idlwave-shell-use-breakpoint-glyph):
5424 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5425
5426 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
5429
5430 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
5431
5432 * progmodes/verilog-mode.el (font-lock-keywords):
5433 Fix mis-highligting auto. Reported by Craig Barner.
5434 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
5435 defines from global name space. Reported by Dan Dever.
5436 (verilog-auto-reset, verilog-auto-reset-widths)
5437 (verilog-auto-tieoff): Support using unbased numbers for
5438 AUTORESET and AUTOTIEOFF.
5439 (verilog-submit-bug-report): Update variable list.
5440 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
5441 parenthesis from not matching. Reported by Michael Rytting.
5442 (verilog-auto-template-lint): Fix hash error when linting modules
5443 with no used templates.
5444 (verilog-warn, verilog-warn-error)
5445 (verilog-warn-fatal): When non-interactive report multiple
5446 warnings before exiting. Suggested by Brad Dobbie.
5447 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
5448 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5449 to report unused template errors. Reported by Brad Dobbie.
5450 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
5451 nets, bug438. Reported by Vns Blore.
5452 (verilog-auto-inout-module, verilog-auto-reg)
5453 (verilog-read-decls, verilog-read-sub-decls-sig)
5454 (verilog-signals-edit-wire-reg, verilog-signals-with):
5455 Fix passing of Verilog data types in ANSI input/output ports
5456 such as "output logic" into the AUTOs. Special case "wire" and
5457 "reg" for backwards compatibility presuming Verilog 2001.
5458 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5459 (verilog-preprocess): Fix replication of preprocess output.
5460 Reported by Brad Dobbie.
5461 (verilog-auto-inst-interfaced-ports):
5462 Create verilog-auto-inst-interfaced-ports, bug429.
5463 Reported by Julian Gorfajn.
5464 (verilog-after-save-font-hook)
5465 (verilog-before-save-font-hook): New variable.
5466 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
5467 (verilog-save-font-mods): Wrap disabling fontification, reported
5468 by David Rogoff.
5469 (verilog-do-indent, verilog-pretty-declarations-auto)
5470 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
5471 Reported by Pierre-David Pfister.
5472 (verilog-set-auto-endcomments): Fix endtask auto comments outside
5473 of class declarations, bug292. Reported by Kevin Heilman.
5474 (verilog-read-decls): Fix 'parameter type' not appearing in
5475 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5476 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
5477 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
5478 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5479 Reported by David Kravitz.
5480
5481 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
5482
5483 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
5484 assignment with tests in ifs and for loops.
5485 (verilog-extended-complete-re, verilog-complete-reg): Change so
5486 that DPI inport functions don't look like fuction declarations.
5487 (verilog-pretty-expr): Don't line up assignment
5488 operations to the test and increment in if and for loops
5489 (verilog-extended-complete-re, verilog-complete-reg): Change so
5490 that DPI inport functions don't look like fuction declarations.
5491
5492 2012-05-03 Kenichi Handa <handa@m17n.org>
5493
5494 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
5495 decoding, and show a warning message without signaling an error
5496 (Bug#11282).
5497
5498 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * emacs-lisp/bytecomp.el
5501 (byte-compile-file-form-custom-declare-variable): Compile all elements,
5502 since cconv.el might have introduced :fun-body, internal-make-closure,
5503 and friends for bytecomp to handle (bug#11391).
5504 * custom.el (defcustom): Avoid ((λ ..) ..).
5505
5506 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
5509
5510 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
5511
5512 * notifications.el (dbus-debug):
5513 * term/linux.el (gpm-mouse-enable):
5514 * term/screen.el (xterm-register-default-colors): Declare.
5515
5516 2012-05-02 Chong Yidong <cyd@gnu.org>
5517
5518 * cus-start.el (gc-cons-percentage, exec-suffixes)
5519 (dos-display-scancodes, dos-hyper-key, dos-super-key)
5520 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
5521 (make-cursor-line-fully-visible, void-text-area-pointer)
5522 (font-list-limit): Add customization data.
5523
5524 * allout.el (allout-exposure-change-functions)
5525 (allout-structure-added-functions)
5526 (allout-structure-deleted-functions)
5527 (allout-structure-shifted-functions): Rename abnormal hooks from
5528 *-hook, and convert to defcustoms.
5529 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
5530 Convert to defcustoms.
5531 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
5532
5533 * allout-widgets.el: Hook callers changed.
5534
5535 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5536
5537 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
5538 the yanked message in preference to the default value of
5539 buffer-file-coding-system.
5540
5541 2012-05-02 Martin Rudalics <rudalics@gmx.at>
5542
5543 * window.el (display-buffer--action-function-custom-type):
5544 Fix entry.
5545
5546 2012-05-02 Alan Mackenzie <acm@muc.de>
5547
5548 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
5549
5550 2012-05-01 Glenn Morris <rgm@gnu.org>
5551
5552 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
5553
5554 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
5555
5556 * cus-edit.el (custom-variable-documentation): Simplify with format.
5557
5558 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5559 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * simple.el (suggest-key-bindings, execute-extended-command):
5562 Move from keyboard.c.
5563
5564 2012-05-01 Chong Yidong <cyd@gnu.org>
5565
5566 * follow.el: Eliminate advice.
5567 (set-process-filter, process-filter, sit-for): Advice deleted.
5568 (follow-mode-off-hook): Obsolete hook removed.
5569 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
5570 Vars deleted.
5571 (follow-auto): Use a :set function.
5572 (follow-mode): Rewritten. Don't advise process filters.
5573 (follow-switch-to-current-buffer-all, follow-scroll-up)
5574 (follow-scroll-down): Assume follow-mode is bound.
5575 (follow-comint-scroll-to-bottom)
5576 (follow-align-compilation-windows): New functions.
5577 (follow--window-sorter): New function.
5578 (follow-all-followers): Use it to explicitly sort windows by their
5579 positions; don't make assumptions about next-window order.
5580 (follow-windows-start-end, follow-delete-other-windows-and-split)
5581 (follow-calc-win-start): Doc fix.
5582 (follow-windows-aligned-p, follow-select-if-visible): Don't call
5583 vertical-motion unnecessarily.
5584 (follow-adjust-window): New function.
5585 (follow-post-command-hook): Use it.
5586 (follow-call-set-process-filter, follow-call-process-filter)
5587 (follow-intercept-process-output, follow-tidy-process-filter-alist)
5588 (follow-stop-intercept-process-output, follow-generic-filter):
5589 Functions deleted.
5590 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
5591 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
5592 New functions, replacing advice on scroll-bar-* commands.
5593 (follow-mwheel-scroll): New function (Bug#4112).
5594
5595 * comint.el (comint-adjust-point): New function.
5596 (comint-postoutput-scroll-to-bottom): Use it.
5597 Call follow-comint-scroll-to-bottom for Follow mode buffers.
5598
5599 2012-05-01 Glenn Morris <rgm@gnu.org>
5600
5601 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
5602 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
5603 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
5604 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
5605 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
5606 Remove no-byte-compile setting.
5607
5608 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * minibuffer.el (completion-table-with-quoting): Fix compatibility
5611 all-completions code to not return a number in the last cdr.
5612
5613 2012-04-30 Leo Liu <sdl.web@gmail.com>
5614
5615 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
5616 read-only error.
5617
5618 2012-04-29 Chong Yidong <cyd@gnu.org>
5619
5620 * follow.el (follow-calc-win-end): Rewrite to handle partial
5621 screen lines correctly (Bug#8390).
5622 (follow-avoid-tail-recenter): Minor cleanup.
5623
5624 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 Avoid the obsolete `assoc' package.
5627 * speedbar.el (speedbar-refresh): Avoid adelete.
5628 (speedbar-file-lists): Simplify and avoid aput.
5629 * man.el (Man--sections, Man--refpages): New vars, replacing
5630 Man-sections-alist and Man-refpages-alist.
5631 (Man-build-section-alist, Man-build-references-alist):
5632 Use them; avoid aput.
5633 (Man--last-section, Man--last-refpage): New vars.
5634 (Man-follow-manual-reference): Use them.
5635 Use the `default' arg of completing-read.
5636 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
5637
5638 2012-04-27 Chong Yidong <cyd@gnu.org>
5639
5640 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
5641
5642 * startup.el (x-apply-session-resources): New function.
5643
5644 * term/ns-win.el (ns-initialize-window-system):
5645 * term/w32-win.el (w32-initialize-window-system):
5646 * term/x-win.el (x-initialize-window-system): Use it to properly
5647 set menu-bar-mode and other vars from X resources, even if the
5648 initial frame is not a window-system frame (Bug#2299).
5649
5650 * subr.el (read-key): Avoid running filter function when setting
5651 up temporary tool bar entries (Bug#9922).
5652
5653 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
5654
5655 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
5656 (Bug#11344)
5657
5658 2012-04-27 Chong Yidong <cyd@gnu.org>
5659
5660 * select.el (xselect--encode-string): New function, split from
5661 xselect-convert-to-string.
5662 (xselect-convert-to-string): Use it.
5663 (xselect-convert-to-filename, xselect-convert-to-os)
5664 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
5665 returned strings are properly encoded (Bug#11315).
5666
5667 2012-04-27 Chong Yidong <cyd@gnu.org>
5668
5669 * simple.el (delete-active-region): Move to killing custom group.
5670
5671 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
5672
5673 * progmodes/which-func.el (which-func-current): Quote %
5674 characters for mode-line processing.
5675
5676 2012-04-27 Chong Yidong <cyd@gnu.org>
5677
5678 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
5679 reaching eob (Bug#11286).
5680
5681 2012-04-27 Eli Zaretskii <eliz@gnu.org>
5682
5683 * progmodes/gdb-mi.el (gdb-control-level): New variable.
5684 (gdb): Make it buffer-local and init to zero.
5685 (gdb-control-commands-regexp): New variable.
5686 (gdb-send): Don't wrap in "-interpreter-exec console" if
5687 gdb-control-level is positive. Increment gdb-control-level
5688 whenever the command matches gdb-control-commands-regexp, and
5689 decrement it each time the command is "end". (Bug#11279)
5690
5691 2012-04-27 Martin Rudalics <rudalics@gmx.at>
5692
5693 * window.el (adjust-window-trailing-edge, enlarge-window)
5694 (shrink-window, window-resize):
5695 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
5696 windows (Bug#11276).
5697
5698 2012-04-27 Chong Yidong <cyd@gnu.org>
5699
5700 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
5701 fix "missing prefix" warning. All callers changed.
5702
5703 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * emacs-lisp/assoc.el: Move to obsolete/.
5706
5707 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
5710
5711 * term/ns-win.el (ns-define-service):
5712 * progmodes/pascal.el (pascal-goto-defun):
5713 * progmodes/js.el (js--read-tab):
5714 * progmodes/etags.el (tags-lazy-completion-table):
5715 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
5716 * emacs-lisp/ewoc.el (ewoc--wrap):
5717 * emacs-lisp/assoc.el (aput, adelete, amake):
5718 * doc-view.el (doc-view-convert-current-doc):
5719 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
5720
5721 2012-04-26 Chong Yidong <cyd@gnu.org>
5722
5723 * image.el (image-type-from-buffer): Only return supported image
5724 type (Bug#9045).
5725
5726 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
5727 value, for symmetry with diff-end-of-hunk.
5728 (diff-split-hunk, diff-find-source-location)
5729 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
5730 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
5731 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
5732 compute the relevant hunk or file properly (Bug#6005).
5733 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
5734
5735 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * vc/vc-mtn.el:
5738 * vc/vc-hg.el:
5739 * vc/vc-git.el:
5740 * vc/vc-dir.el:
5741 * vc/vc-cvs.el:
5742 * vc/vc-bzr.el:
5743 * vc/vc-arch.el:
5744 * vc/vc.el: Replace lexical-let by lexical-binding.
5745 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
5746 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
5747 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
5748
5749 2012-04-26 Chong Yidong <cyd@gnu.org>
5750
5751 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
5752 (diff-mode-shared-map): Bind it to / and [remap undo].
5753
5754 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
5755 (ediff-window-setup-function): Use it as the default, to set up
5756 windows based on whether the current frame is graphical (Bug#2138).
5757 (ediff-choose-window-setup-function-automatically): Make obsolete.
5758
5759 * vc/ediff-init.el: Always define ediff-pixel-width/height.
5760
5761 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * ffap.el: Remove old code for obsolete package.
5764 (ffap-complete-as-file-p): Remove.
5765
5766 Use completion-table-with-quoting for comint and pcomplete.
5767 * comint.el (comint--unquote&requote-argument)
5768 (comint--unquote-argument, comint--requote-argument): New functions.
5769 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
5770 (comint-quote-filename): Use regexp-opt-charset.
5771 (comint--common-suffix, comint--common-quoted-suffix)
5772 (comint--table-subvert): Remove.
5773 (comint-unquote-function, comint-requote-function): New vars.
5774 (comint--complete-file-name-data): Use them with
5775 completion-table-with-quoting.
5776 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
5777 * pcomplete.el (pcomplete-arg-quote-list)
5778 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
5779 (pcomplete-unquote-argument-function): Default to non-nil.
5780 (pcomplete-unquote-argument): Simplify.
5781 (pcomplete--common-quoted-suffix): Remove.
5782 (pcomplete-requote-argument-function): New var.
5783 (pcomplete--common-suffix): New function.
5784 (pcomplete-completions-at-point): Use completion-table-with-quoting
5785 and completion-table-subvert.
5786
5787 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
5788 (minibuffer--double-dollars): Preserve properties.
5789 (completion--sifn-requote): New function.
5790 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
5791
5792 * minibuffer.el: Add support for completion of quoted/escaped data.
5793 (completion-table-with-quoting, completion-table-subvert): New funs.
5794 (completion--twq-try, completion--twq-all): New functions.
5795 (completion--nth-completion): New function.
5796 (completion-try-completion, completion-all-completions): Use it.
5797
5798 2012-04-25 Leo Liu <sdl.web@gmail.com>
5799
5800 * progmodes/python.el (python-pdbtrack-get-source-buffer):
5801 Use compilation-message if available to find real filename.
5802
5803 2012-04-25 Chong Yidong <cyd@gnu.org>
5804
5805 * vc/diff-mode.el (diff-setup-whitespace): New function.
5806 (diff-mode): Use it.
5807
5808 * vc/diff.el (diff-sentinel):
5809 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
5810 Whitespace mode variables based on diff style (Bug#8612).
5811
5812 2012-04-25 Leo Liu <sdl.web@gmail.com>
5813
5814 * progmodes/python.el (python-send-region): Add suffix .py to the
5815 temp file.
5816
5817 * files.el (auto-mode-alist): Use javascript-mode instead.
5818
5819 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
5820
5821 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
5822
5823 * net/soap-client.el (soap-resolve-references-for-sequence-type)
5824 (soap-resolve-references-for-array-type): Hack to prevent self
5825 references, see Bug#9.
5826 (soap-parse-envelope): Report the contents of the 'detail' node
5827 when receiving a fault reply.
5828 (soap-parse-envelope): Report the contents of the entire 'detail' node.
5829
5830 * net/soap-inspect.el (soap-sample-value-for-simple-type)
5831 (soap-inspect-simple-type): New function.
5832
5833 * net/soap-client.el (soap-simple-type): New struct.
5834 (soap-default-xsd-types, soap-default-soapenc-types)
5835 (soap-decode-basic-type, soap-encode-basic-type):
5836 support unsignedInt and double basic types.
5837 (soap-resolve-references-for-simple-type)
5838 (soap-parse-simple-type, soap-encode-simple-type): New function.
5839 (soap-parse-schema): Parse xsd:simpleType declarations.
5840
5841 * net/soap-client.el (soap-default-xsd-types)
5842 (soap-default-soapenc-types): Add integer, byte and anyURI types.
5843 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
5844 the local name of "soapenc:Array".
5845 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
5846 decoding integer, byte and anyURI xsd types.
5847
5848 2012-04-25 Chong Yidong <cyd@gnu.org>
5849
5850 * cus-edit.el (custom-buffer-create-internal): Update header text.
5851
5852 2012-04-25 Eli Zaretskii <eliz@gnu.org>
5853
5854 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
5855 settings on 'system-type', not on 'window-system'. On MS-Windows,
5856 set interactive-mode on in GDB.
5857
5858 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
5861 (ruby-syntax-propertize-regexp): Remove.
5862 (ruby-syntax-propertize-function): Split regexp into chunks.
5863 Match following code directly.
5864
5865 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
5866
5867 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
5868 (ruby-syntax-propertize-regexp): New function.
5869 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
5870 by a special keyword.
5871
5872 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
5873 (ruby-syntax-general-delimiters-goto-beg)
5874 (ruby-syntax-propertize-general-delimiters): New functions.
5875 (ruby-syntax-propertize-function): Use them to handle GDL.
5876 (ruby-font-lock-keywords): Move old handling of GDL...
5877 (ruby-font-lock-syntactic-keywords): .. to here.
5878 (ruby-calculate-indent): Adjust indentation for GDL.
5879
5880 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * notifications.el (top): Remove unneeded declarations.
5883 (notifications-specification-version): Change to "1.2".
5884 (notifications-interface, notifications-notify-method)
5885 (notifications-close-notification-method): Fix docstring.
5886 (notifications-get-capabilities-method): New defconst.
5887 (notifications-notify): Add :action-items, :resident and
5888 :transient hints. Change "image_data" to "image-data" and
5889 "image_path" to "image-path".
5890 (notifications-get-capabilities): New defun.
5891
5892 2012-04-24 Leo Liu <sdl.web@gmail.com>
5893
5894 * progmodes/python.el: Move hideshow setup to the end.
5895
5896 2012-04-24 Martin Rudalics <rudalics@gmx.at>
5897
5898 * window.el (handle-select-window): Clear echo area since this is
5899 no more done by read_char (Bug#11304).
5900
5901 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
5904 and `/ M' to filter-derived-mode.
5905 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
5906 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5907 (ibuffer-mark-by-mode): Use default rather than initial-input.
5908 (ibuffer-filter-by-derived-mode): Autoload and require-match.
5909
5910 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
5911
5912 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
5913 (ibuffer-filter-by-derived-mode): New filter.
5914 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
5915
5916 2012-04-23 Andreas Politz <politza@fh-trier.de>
5917
5918 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
5919
5920 2012-04-23 Chong Yidong <cyd@gnu.org>
5921
5922 * cus-edit.el (customize-apropos, customize-apropos-options):
5923 Disable matching of non-option variables (Bug#11176).
5924 (customize-option, customize-option-other-window)
5925 (customize-changed-options): Doc fix.
5926 (customize-apropos-options, customize-apropos-faces)
5927 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
5928
5929 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
5930 Fix word list splitting (Bug#11132).
5931 (apropos-symbol, apropos-keybinding, apropos-label)
5932 (apropos-property, apropos-function-button)
5933 (apropos-variable-button, apropos-misc-button): New faces.
5934 (apropos-symbol-face, apropos-keybinding-face)
5935 (apropos-label-face, apropos-property-face, apropos-match-face):
5936 Variables removed (Bug#8396).
5937 (apropos-library-button, apropos-format-plist, apropos-print)
5938 (apropos-print-doc, apropos-describe-plist): Callers changed.
5939
5940 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
5941
5942 * net/xesam.el (xesam-mode-map): Use let-bound map in
5943 initialization. (Bug#11292)
5944
5945 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5946
5947 Preserve ispell session localwords when switching back to
5948 original buffer.
5949
5950 * textmodes/ispell.el (ispell-buffer-session-localwords):
5951 New buffer-local variable to hold buffer session localwords.
5952 (ispell-kill-ispell): Add option 'clear to delete session
5953 localwords.
5954 (ispell-command-loop, ispell-change-dictionary)
5955 (ispell-buffer-local-words): Preserve session localwords when
5956 needed.
5957
5958 * textmodes/flyspell.el (flyspell-process-localwords)
5959 (flyspell-do-correct): Preserve session localwords when needed.
5960
5961 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5962
5963 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
5964 using obsolete `translation-table-for-input'.
5965 (ispell-word, ispell-process-line, ispell-complete-word):
5966 Use plain `insert' instead of removed `ispell-insert-word'.
5967
5968 2012-04-22 Chong Yidong <cyd@gnu.org>
5969
5970 * cus-edit.el (custom-variable-menu)
5971 (custom-variable-reset-saved, custom-face-menu)
5972 (custom-face-reset-saved): If there is no saved value, make the
5973 "reset-saved" operation bring back the default (Bug#9509).
5974 (custom-face-state): Properly detect themed faces.
5975
5976 * faces.el (face-spec-set): Stop supporting deprecated form of
5977 third arg.
5978
5979 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
5980
5981 Move functions from C to Lisp. Make non-blocking method calls
5982 the default. Implement further D-Bus standard interfaces.
5983
5984 * net/dbus.el (dbus-message-internal): Declare function.
5985 Remove unneeded function declarations.
5986 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
5987 (dbus-message-type-method-return, dbus-message-type-error)
5988 (dbus-message-type-signal): Declare variables. Remove local
5989 definitions.
5990 (dbus-interface-dbus, dbus-interface-peer)
5991 (dbus-interface-introspectable, dbus-interface-properties)
5992 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
5993 Adapt docstring.
5994 (dbus-interface-objectmanager): New defconst.
5995 (dbus-call-method, dbus-call-method-asynchronously)
5996 (dbus-send-signal, dbus-method-return-internal)
5997 (dbus-method-error-internal, dbus-register-service)
5998 (dbus-register-signal, dbus-register-method): New defuns, moved
5999 from dbusbind.c
6000 (dbus-call-method-handler, dbus-setenv)
6001 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6002 New defuns.
6003 (dbus-call-method-non-blocking): Make it an obsolete function.
6004 (dbus-unregister-object, dbus-unregister-service)
6005 (dbus-handle-event, dbus-register-property)
6006 (dbus-property-handler): Obey the new structure of
6007 `bus-registered-objects'.
6008 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6009 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6010 Use `dbus-call-method'.
6011
6012 2012-04-22 Chong Yidong <cyd@gnu.org>
6013
6014 * cus-edit.el (custom-commands, custom-reset-menu)
6015 (Custom-reset-standard): Tweak labels.
6016 (custom-reset-button-menu): Change default to t.
6017 (custom-buffer-create-internal): For the custom-reset-button-menu
6018 case, put the revert button first.
6019 (custom-group-subtitle): New face.
6020 (custom-group-value-create): Align docstring to a specific column.
6021
6022 * wid-edit.el (widget-documentation-link-add): Don't handle
6023 indentation in this function.
6024 (widget-documentation-string-indent-to): New function.
6025 (widget-documentation-string-value-create): Use it.
6026
6027 * autorevert.el (auto-revert):
6028 * epg-config.el (epg):
6029 * ibuffer.el (ibuffer):
6030 * mpc.el (mpc):
6031 * ses.el (ses):
6032 * eshell/eshell.el (eshell):
6033 * net/ange-ftp.el (ange-ftp):
6034 * progmodes/ebnf2ps.el (postscript):
6035 * progmodes/flymake.el (flymake):
6036 * progmodes/prolog.el (prolog):
6037 * progmodes/verilog-mode.el (verilog-mode):
6038 * progmodes/which-func.el (which-func):
6039 * term/xterm.el (xterm):
6040 * textmodes/picture.el (picture):
6041 * textmodes/tildify.el (tildify):
6042 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6043 customization buffers.
6044
6045 2012-04-22 Alan Mackenzie <acm@muc.de>
6046
6047 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6048 Adding a ) can hide the resulting (..) from searches. Fix it.
6049 Bound the backward search to the position of the existing (.
6050
6051 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
6052
6053 * progmodes/verilog-mode.el (verilog-mode): Check whether
6054 which-func-modes is t before adding verilog-mode.
6055 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6056
6057 2012-04-21 Leo Liu <sdl.web@gmail.com>
6058
6059 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6060
6061 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6062
6063 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6064 filling of the last column of a table (Bug#5635).
6065 (woman-find-next-control-line): New arg, specifying an additional
6066 regexp component for the control line.
6067 (woman2-roff-buffer): Use it.
6068 (woman-break-table): New function.
6069 (woman2-TS): Use it.
6070
6071 2012-04-21 Chong Yidong <cyd@gnu.org>
6072
6073 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6074 (woman-horizontal-escapes, woman-negative-vertical-space)
6075 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6076 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6077
6078 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * minibuffer.el (completion-file-name-table): Complete user names.
6081
6082 2012-04-20 Leo Liu <sdl.web@gmail.com>
6083
6084 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6085 and pcase-let*.
6086
6087 2012-04-20 Chong Yidong <cyd@gnu.org>
6088
6089 * server.el (server-execute): Respect initial-buffer-choice if it
6090 is a string and there are no files to open (Bug#2825).
6091 (server-create-window-system-frame, server-create-tty-frame):
6092 Don't switch buffers here.
6093 (server-process-filter): Only try to open a window system frame if
6094 compiled with graphical support (Bug#8314).
6095
6096 2012-04-20 Dan Nicolaescu <dann@gnu.org>
6097
6098 * battery.el (battery-echo-area-format): Display remaining time
6099 for sysfs backend too (Bug#11269).
6100 (battery-linux-sysfs): Fix conditional for the charge.
6101
6102 2012-04-20 Chong Yidong <cyd@gnu.org>
6103
6104 * progmodes/gdb-mi.el (gdb): Revert previous change.
6105 (gdb-inferior-io--init-proc): New function.
6106 (gdb-init-1): Use it.
6107 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6108 responsible for allocating a new pty and hooking it to gdb when
6109 the old pty gets an EIO due to process exit.
6110 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6111 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6112 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6113
6114 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6115
6116 * window.el (window-min-size, window-sizable, window-min-delta)
6117 (window-max-delta, window--resizable, window-resizable)
6118 (window-total-size, window-full-height-p, window-full-width-p)
6119 (window-in-direction, window--resize-mini-window, window-resize)
6120 (window--resize-child-windows-normal)
6121 (window--resize-child-windows, window--resize-siblings)
6122 (window--resize-this-window, adjust-window-trailing-edge)
6123 (enlarge-window, shrink-window): Doc fixes.
6124
6125 2012-04-20 Chong Yidong <cyd@gnu.org>
6126
6127 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6128 New function to call delete-process on the gdb-inferior buffer's pty.
6129 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6130 pty process (Bug#11273).
6131 (gdb-update): New arg to suppress talking to the gdb process.
6132 (gdb-done-or-error): Use it.
6133 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6134 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6135 sentinel not being called.
6136
6137 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6138
6139 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6140
6141 2012-04-20 Glenn Morris <rgm@gnu.org>
6142
6143 * net/network-stream.el (open-network-stream): Doc fix.
6144
6145 2012-04-20 Chong Yidong <cyd@gnu.org>
6146
6147 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6148
6149 2012-04-20 Alan Mackenzie <acm@muc.de>
6150
6151 Ensure searching for keywords is case sensitive.
6152
6153 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6154 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6155 (c-defun-name, c-mark-function, c-cpp-define-name)
6156 (c-comment-indent, c-scan-conditionals, c-indent-defun)
6157 (c-context-line-break): Bind case-fold-search to nil.
6158
6159 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6160 Bind case-fold-search to nil.
6161
6162 2012-04-20 Chong Yidong <cyd@gnu.org>
6163
6164 * mail/sendmail.el (mail-bury): Call return action with the right
6165 Rmail buffer (Bug#11242).
6166
6167 * server.el (server-process-filter): Handle corner case where both
6168 tty and nowait options are present (Bug#11102).
6169
6170 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6171
6172 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6173 (top level): Put into the executable the ident-style '$Id:' tag on
6174 windows-nt as well.
6175
6176 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * electric.el (electric-indent-post-self-insert-function): Check that
6179 electric-indent-mode is enabled in current buffer.
6180
6181 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6182
6183 * imenu.el (imenu-progress-message): Restore; it is "used" in
6184 erc/erc-imenu.el and net/snmp-mode.el.
6185
6186 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6189 (mouse-avoidance-nudge-mouse): Remove unused binding.
6190
6191 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6192
6193 * descr-text.el (describe-char):
6194 * progmodes/python.el (python-describe-symbol):
6195 Don't call `toggle-read-only', set `buffer-read-only'.
6196
6197 * imenu.el (imenu-default-goto-function): Mark unused args.
6198 (imenu-progress-message): Remove obsolete macro; all callers changed.
6199
6200 * subr.el (keymap-canonicalize): Remove unused binding.
6201 (read-passwd): Mark unused arg.
6202
6203 * tutorial.el (tutorial--display-changes): Remove unused binding.
6204 (tutorial--save-tutorial-to): Remove unused variable.
6205
6206 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6207 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6208 (package-generate-autoloads, package-menu--generate)
6209 (package-menu--find-upgrades): Remove unused bindings.
6210
6211 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6212 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6213 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6214 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6215 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6216 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6217 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6218 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6219 (cua-delete-char-rectangle): Mark unused args.
6220 (cua-align-rectangle): Remove unused binding.
6221
6222 * mail/rmail.el (compilation--message->loc)
6223 (epa--find-coding-system-for-mime-charset): Declare.
6224
6225 * net/dbus.el (dbus-register-service): Declare.
6226 (dbus-name-owner-changed-handler): Remove unused binding.
6227
6228 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6229 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6230 (nxml-scan-backward-within): Mark unused arg.
6231 (nxml-dynamic-markup-word): Remove unused binding.
6232
6233 * mouse.el (mouse-menu-major-mode-map):
6234 * emacs-lisp/authors.el (authors-scan-change-log)
6235 (authors-add-to-author-list):
6236 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6237 * emacs-lisp/smie.el (smie-auto-fill):
6238 * mail/sendmail.el (mail-bury):
6239 * mail/unrmail.el (unrmail):
6240 * net/tls.el (open-tls-stream):
6241 * textmodes/picture.el (picture-mouse-set-point):
6242 Remove unused bindings.
6243
6244 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
6245
6246 * net/tramp.el (tramp-action-password): Let-bind
6247 `enable-recursive-minibuffers' to t.
6248
6249 2012-04-18 Sam Steingold <sds@gnu.org>
6250
6251 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6252 instead of 'string to accommodate values like [f11].
6253 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6254 * progmodes/gdb-mi.el: Likewise.
6255
6256 2012-04-18 Leo Liu <sdl.web@gmail.com>
6257
6258 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6259 current buffer.
6260 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6261 LOCAL is nil.
6262
6263 2012-04-18 Chong Yidong <cyd@gnu.org>
6264
6265 * simple.el (line-move): Use forward-line if in batch mode
6266 (Bug#11053).
6267
6268 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6269
6270 * files.el (after-find-file): Do not try to add a final newline if
6271 the buffer is read-only (Bug#11156).
6272
6273 2012-04-17 Richard Stallman <rms@gnu.org>
6274
6275 * mail/rmail.el (rmail-start-mail):
6276 Pass (rmail-mail-return...) for the return-action.
6277 Pass (rmail-yank-current-message...) for the yank-action.
6278 (rmail-yank-current-message): New function.
6279 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6280 (rmail-reply): Likewise.
6281 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6282
6283 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
6284 buffer, not the last. Reject temp buffers. Use the rmail-mode
6285 buffer, not newbuf.
6286
6287 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
6288
6289 * server.el (server-ensure-safe-dir): Simplify.
6290
6291 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * emacs-lisp/smie.el: Provide smarter auto-filling.
6294 (smie-auto-fill): New function.
6295 (smie-setup): Use it.
6296
6297 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6298
6299 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
6300
6301 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6302 (comment-indent): Use it.
6303
6304 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
6305
6306 * ses.el: The overall change is to add cell renaming, that is
6307 setting fancy names for cell symbols other than name matching
6308 "\\`[A-Z]+[0-9]+\\'" regexp .
6309 (ses-localvars): Add ses--renamed-cell-symb-list.
6310 (ses-create-cell-variable): New defun.
6311 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
6312 (ses-relocate-formula): Relocate formulas only for cells the
6313 symbols of which are not renamed, i.e. symbols whose names do not
6314 match regexp "\\`[A-Z]+[0-9]+\\'".
6315 (ses-relocate-all): Relocate values only for cells the symbols of
6316 which are not renamed.
6317 (ses-load): Create cells variables as the (ses-cell ...) are read,
6318 in order to check row col consistency with cell symbol name only
6319 for cells that are not renamed.
6320 (ses-replace-name-in-formula): New defun.
6321 (ses-rename-cell): New defun.
6322
6323 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6324
6325 * progmodes/perl-mode.el (perl-indent-parens-as-block):
6326 New option (bug#11118).
6327 (perl-calculate-indent): Respect it.
6328
6329 2012-04-17 Glenn Morris <rgm@gnu.org>
6330
6331 * dired-aux.el (dired-mark-read-string): Doc fix.
6332
6333 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6334
6335 * dired-aux.el (dired-mark-read-string): Offer optional completion.
6336 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
6337
6338 2012-04-17 Glenn Morris <rgm@gnu.org>
6339
6340 * mouse.el (mouse-drag-track):
6341 * speedbar.el (speedbar-frame-mode):
6342 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6343
6344 2012-04-16 Leo Liu <sdl.web@gmail.com>
6345
6346 * progmodes/python.el: Trivial cleanup.
6347
6348 2012-04-16 Glenn Morris <rgm@gnu.org>
6349
6350 * vc/vc.el (vc-string-prefix-p):
6351 * vc/pcvs-util.el (cvs-string-prefix-p):
6352 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6353 * mpc.el (mpc-string-prefix-p):
6354 Make all of these into obsolete aliases for string-prefix-p.
6355 Update callers.
6356 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6357
6358 * textmodes/two-column.el: Move custom options to the start.
6359 (frame-width): Remove compat definition.
6360 (2C-associate-buffer, 2C-dissociate):
6361 Use with-current-buffer rather than save-excursion.
6362 (2C-dissociate): Force a mode-line update.
6363 (2C-autoscroll): Use ignore-errors.
6364
6365 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6366 Autoload trivia.
6367
6368 * emacs-lisp/cl-extra.el (*random-state*):
6369 Remove unnecessary declaration.
6370
6371 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6372
6373 * play/cookie1.el (cookie-snarf):
6374 Give an explicit error if input file cannot be read.
6375
6376 * play/yow.el (yow-file): Use expand-file-name rather than concat.
6377
6378 * progmodes/perl-mode.el (c-macro-expand):
6379 Remove unnecessary autoload (it is in loaddefs.el).
6380
6381 * textmodes/picture.el (picture-desired-column)
6382 (picture-update-desired-column): Convert comments to doc-strings.
6383 (picture-substitute): Remove function.
6384 (picture-mode-map): Initialize in the defvar.
6385
6386 * woman.el: Remove eval-after-load for tar-mode.
6387 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6388 (woman-tar-extract-file): Autoload it.
6389
6390 * frame.el (automatic-hscrolling): Make this alias obsolete.
6391
6392 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6393
6394 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
6395 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
6396 (ispell-dictionary-base-alist): Revert to original XEmacs
6397 friendly version for default. [:alpha:] will be added in
6398 `ispell-set-spellchecker-params' if needed.
6399
6400 2012-04-16 Chong Yidong <cyd@gnu.org>
6401
6402 * image.el (imagemagick--file-regexp): New variable.
6403 (imagemagick-register-types): Use it.
6404 (imagemagick-types-inhibit): Add :set function. Allow new value
6405 of t to inhibit all types.
6406
6407 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6408 so we can preload it.
6409
6410 * loadup.el (fboundp): Preload regexp-opt, needed by
6411 imagemagick-register-types.
6412
6413 2012-04-15 Chong Yidong <cyd@gnu.org>
6414
6415 * frame.el (scrolling): Remove nearly unused customization group.
6416
6417 * scroll-all.el (scroll-all-mode): Move to windows group.
6418
6419 2012-04-15 Chong Yidong <cyd@gnu.org>
6420
6421 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6422
6423 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 Avoid the use of ((lambda ...) ...) in lexical-binding code.
6426 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
6427
6428 2012-04-15 Glenn Morris <rgm@gnu.org>
6429
6430 * simple.el (process-file-side-effects): Doc fix.
6431
6432 2012-04-15 Glenn Morris <rgm@gnu.org>
6433
6434 * international/mule-cmds.el (set-language-environment): Doc fix.
6435
6436 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
6437
6438 * server.el (server-auth-key, server-generate-key): Doc fixes.
6439 (server-get-auth-key): Doc fix. Use `string-match-p'.
6440 (server-start): Reflow docstring.
6441
6442 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
6443
6444 * server.el (server-generate-key): `called-interactively-p'
6445 requires a parameter.
6446
6447 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
6448
6449 * server.el (server-auth-key): New variable.
6450 (server-generate-key, server-get-auth-key): New function.
6451 (server-start): Use the new variable and functions to allow
6452 setting a permanent server key (bug#9423).
6453
6454 2012-04-14 Leo Liu <sdl.web@gmail.com>
6455
6456 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
6457
6458 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6459
6460 Spelling fixes.
6461 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
6462 Emacs uses American spelling.
6463
6464 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
6465
6466 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
6467 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
6468 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
6469 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
6470
6471 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * progmodes/which-func.el (which-func-modes): Change default.
6474
6475 2012-04-14 Kim F. Storm <storm@cua.dk>
6476
6477 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
6478 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
6479
6480 2012-04-14 Chong Yidong <cyd@gnu.org>
6481
6482 * custom.el (custom-theme-set-variables): Doc fix.
6483
6484 2012-04-14 Glenn Morris <rgm@gnu.org>
6485
6486 * international/mule.el (set-auto-coding-for-load): Doc fix.
6487
6488 2012-04-14 Alan Mackenzie <acm@muc.de>
6489
6490 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6491 imenu work again for Objective C Mode. Correct the *-index values,
6492 these having been disturbed by a previous change in 2011-08.
6493
6494 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6495 Correct two search limits.
6496
6497 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6500
6501 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
6502
6503 * international/characters.el: Fix sorting.
6504
6505 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6506
6507 * international/characters.el: Add more missing Latin case pairs.
6508
6509 2012-04-14 Glenn Morris <rgm@gnu.org>
6510
6511 * files.el (dir-locals-set-class-variables): Doc fix.
6512
6513 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6514
6515 * international/characters.el: Add set-case-syntax-pair call for
6516 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
6517 counterpart. (Bug#11209)
6518
6519 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
6520
6521 2012-04-14 Glenn Morris <rgm@gnu.org>
6522
6523 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6524
6525 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6526
6527 * textmodes/ispell.el (ispell-dictionary-base-alist):
6528 Add data for Hebrew.
6529
6530 2012-04-14 Chong Yidong <cyd@gnu.org>
6531
6532 * net/rcirc.el (rcirc-cmd-quit):
6533 Revert 2012-03-18 change (Bug#11192).
6534
6535 2012-04-14 Glenn Morris <rgm@gnu.org>
6536
6537 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
6538
6539 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6540
6541 * minibuffer.el (completion-in-region-mode-map):
6542 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
6543
6544 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
6545
6546 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
6547
6548 2012-04-13 Masatake YAMATO <yamato@redhat.com>
6549
6550 * minibuffer.el (minibuffer-local-filename-syntax): New variable
6551 to allow `C-M-f' and `C-M-b' to move to the nearest path
6552 separator (bug#9511).
6553
6554 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
6555
6556 * avoid.el: Require cl when compiling. And also move the
6557 `provide' to the end.
6558
6559 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6560
6561 * avoid.el (mouse-avoidance-banish-position): New variable.
6562 (mouse-avoidance-banish-destination): Use it (bug#10165).
6563
6564 2012-04-13 Leo Liu <sdl.web@gmail.com>
6565
6566 * progmodes/which-func.el (which-func-modes): Add objc-mode.
6567
6568 2012-04-13 Ken Brown <kbrown@cornell.edu>
6569
6570 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
6571 this is no longer needed now that cygstart understands file:// URLs.
6572 (browse-url-filename-alist): For the same reason, don't modify
6573 file:// URLs on Cygwin.
6574
6575 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
6578 the region on shift if the binding is already shifted (bug#11221).
6579
6580 2012-04-12 Glenn Morris <rgm@gnu.org>
6581
6582 * mail/mailpost.el: Move to obsolete/.
6583
6584 2012-04-12 Drew Adams <drew.adams@oracle.com>
6585
6586 * imenu.el (imenu--generic-function): Ignore invisible definitions
6587 (bug#10123).
6588
6589 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
6590
6591 * hexl.el (hexl-bits): New variable.
6592 (hexl-options): Mention the variable in the doc string.
6593 (hexl-rulerise, hexl-line-displen): New functions.
6594 (hexl-mode): Mention the new variable.
6595 (hexl-mode, hexl-current-address, hexl-current-address):
6596 Use the displen.
6597 (hexl-ascii-start-column): New function.
6598 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
6599 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
6600
6601 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6602
6603 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
6604 '("-i" ENCODING), in 2 separate command-line arguments, to specify
6605 the encoding, as expected by hunspell.
6606
6607 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * battery.el (battery--linux-sysfs-regexp): New const.
6610 (battery-status-function): Use it. Remove yeeloong special case.
6611 (battery-yeeloong-sysfs): Remove.
6612 (battery-echo-area-format): Remove yeeloong special case.
6613
6614 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
6617 Reported by Noah Friedman.
6618
6619 * subr.el (read-passwd): Use read-string.
6620
6621 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6622
6623 * vcursor.el (vcursor-move): Increase the priority of the overlay
6624 (bug#9663).
6625
6626 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6627
6628 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
6629 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
6630
6631 2012-04-11 William Stevenson <yhvh2000@gmail.com>
6632
6633 * textmodes/artist.el (artist-mode): Convert artist-mode to use
6634 define-minor-mode (bug#10760).
6635
6636 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6637
6638 * progmodes/grep.el (rgrep): Tweak the find command line so
6639 that directories matching `grep-find-ignored-files' won't be
6640 pruned (bug#10351).
6641
6642 2012-04-11 Chong Yidong <cyd@gnu.org>
6643
6644 * startup.el (command-line): Remove support for long-obsolete
6645 variable font-lock-face-attributes.
6646
6647 2012-04-11 Glenn Morris <rgm@gnu.org>
6648
6649 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
6650
6651 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * window.el (window--state-get-1): Obey window-point-insertion-type.
6654
6655 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
6656
6657 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
6658 to previous function when point is on the first character of a
6659 function. Take care of that in `narrow-to-defun' (bug#6157).
6660
6661 2012-04-11 Glenn Morris <rgm@gnu.org>
6662
6663 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
6664 not just file-errors.
6665
6666 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
6667 (vc-bzr-sha1): Use internal sha1.
6668
6669 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
6672
6673 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
6674
6675 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
6676 that start in the middle of the line (bug#10496).
6677
6678 2012-04-10 Dan Nicolaescu <dann@gnu.org>
6679
6680 * battery.el (battery-linux-proc-acpi): Only one battery is
6681 discharged at a time, but that seems to confuse battery.el when
6682 computing `rate-type' for the battery not being discharged
6683 (bug#10332).
6684
6685 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
6688
6689 * international/quail.el: Use dolist and simplify.
6690 (quail-define-package, quail-update-keyboard-layout)
6691 (quail-define-rules): Use dolist.
6692 (quail-insert-kbd-layout, quail-get-translation): CSE.
6693
6694 * tmm.el: Use dolist, remove left over hook.
6695 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
6696 Use dolist.
6697 (calendar-load-hook): Don't mess with it.
6698
6699 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6700 Use derived-mode-p. Run the diff asynchronously.
6701
6702 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6703
6704 * obsolete/mouse-sel.el: Add an Obsolete-since header.
6705
6706 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
6707
6708 * misc.el: Display absolute path of loaded DLLs (bug#10424).
6709 (list-dynamic-libraries--loaded): New function.
6710 (list-dynamic-libraries--refresh): Use it.
6711
6712 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
6713
6714 * progmodes/python.el (python-fill-paragraph):
6715 Make python-fill-region in a multiline string work when font-lock is
6716 disabled (bug#7018).
6717
6718 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
6719
6720 * language/european.el (cp775): Add oem/legacy (en)coding on
6721 DOS/MS Windows for the Baltic languages. There are still plenty
6722 of texts written in this encoding/codepage (bug#6519).
6723
6724 2012-04-10 Glenn Morris <rgm@gnu.org>
6725
6726 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
6727 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
6728
6729 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
6730
6731 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6732 next-line "n" and previous-line "p" in order to make recentf more
6733 consistent with ibuffer, dired or org-mode (bug#9387).
6734
6735 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6736
6737 * image.el (put-image): Return the overlay created instead of the
6738 optional input string (bug#7834). Note that this may break code
6739 that is (for some reason or other) depending on `put-image'
6740 returning the string.
6741
6742 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
6743
6744 * simple.el (zap-to-char): Allow zapping using input methods
6745 (bug#1580).
6746
6747 * textmodes/fill.el (fill-region): Leave point and mark where they
6748 were before filling (bug#5399).
6749
6750 2012-04-09 Glenn Morris <rgm@gnu.org>
6751
6752 * version.el (emacs-bzr-get-version):
6753 Handle lightweight checkouts of local branches.
6754
6755 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
6756
6757 * international/characters.el: Recover lost case pairs. (Bug#11209)
6758
6759 2012-04-09 Chong Yidong <cyd@gnu.org>
6760
6761 * custom.el (custom-variable-p): Return nil for non-symbol
6762 arguments instead of signaling an error.
6763 (user-variable-p): Obsolete alias for custom-variable-p.
6764
6765 * apropos.el (apropos-variable):
6766 * files-x.el (read-file-local-variable):
6767 * simple.el (set-variable):
6768 * woman.el (woman-mini-help):
6769 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
6770
6771 2012-04-09 Glenn Morris <rgm@gnu.org>
6772
6773 * startup.el (normal-top-level): Don't look for leim-list.el
6774 in places where it will not be found. (Bug#910)
6775
6776 * international/mule-cmds.el (set-default-coding-systems):
6777 * files.el (normal-mode):
6778 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
6779 This function was removed with ucs-tables.el in 2008.
6780
6781 2012-04-08 Eli Zaretskii <eliz@gnu.org>
6782
6783 * textmodes/ispell.el (ispell-check-version): For hunspell, set
6784 ispell-encoding8-command to "-i", without a trailing space.
6785 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
6786 separate command-line arguments, to specify the encoding, since
6787 that's how hunspell expects it.
6788
6789 2012-04-08 Glenn Morris <rgm@gnu.org>
6790
6791 * loadup.el: Load bindings before cus-start.
6792 This reduces somewhat the number of "rogue" settings in emacs -Q.
6793
6794 2012-04-07 Glenn Morris <rgm@gnu.org>
6795
6796 * version.el (emacs-bzr-get-version): New function.
6797 (emacs-bzr-version): New variable.
6798 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
6799 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
6800
6801 2012-04-07 Eli Zaretskii <eliz@gnu.org>
6802
6803 * international/uni-bidi.el, international/uni-category.el:
6804 * international/uni-combining.el, international/uni-decimal.el:
6805 * international/uni-decomposition.el, international/uni-digit.el:
6806 * international/uni-lowercase.el, international/uni-mirrored.el:
6807 * international/uni-name.el, international/uni-numeric.el:
6808 * international/uni-titlecase.el, international/uni-uppercase.el:
6809 Update for Unicode 6.1.
6810
6811 2012-04-07 Eli Zaretskii <eliz@gnu.org>
6812
6813 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
6814
6815 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6816
6817 * window.el (shrink-window): Mention the `window-min-height'
6818 variable in the doc string.
6819
6820 2012-04-05 Bastien Guerry <bzg@altern.org>
6821
6822 * color.el (color-lighten-name): Fix typo.
6823
6824 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6825
6826 * server.el (server--on-display-p): New function.
6827 (server--on-display-p): Use it.
6828
6829 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
6830
6831 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
6832 (bug#11145).
6833
6834 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * comint.el (comint--common-quoted-suffix): Check string boundary
6837 before comparing (bug#11158).
6838 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
6839
6840 2012-04-04 Chong Yidong <cyd@gnu.org>
6841
6842 * minibuffer.el (completion-extra-properties): Doc fix.
6843
6844 * subr.el (delayed-warnings-hook): Doc fix.
6845
6846 2012-04-04 Daiki Ueno <ueno@unixuser.org>
6847
6848 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
6849 selection (Bug#11159).
6850 (epa-insert-keys): Inform that the default public key will be
6851 exported if no key is selected.
6852
6853 2012-04-04 Richard Stallman <rms@gnu.org>
6854
6855 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
6856
6857 2012-04-03 Chong Yidong <cyd@gnu.org>
6858
6859 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
6860 mail-insert-file, not its obsolete alias mail-attach-file.
6861
6862 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
6863
6864 * notifications.el (notifications-notify): Fix docstring.
6865
6866 2012-04-02 Glenn Morris <rgm@gnu.org>
6867
6868 * emacs-lisp/authors.el (authors-aliases): Another addition.
6869
6870 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
6871
6872 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
6873 `tramp-compat-call-process' instead of `tramp-local-call-process'.
6874 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
6875
6876 2012-04-01 Chong Yidong <cyd@gnu.org>
6877
6878 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
6879 Handle root directory properly.
6880 (copy-directory): Caller changed.
6881
6882 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
6883 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
6884
6885 2012-03-31 Glenn Morris <rgm@gnu.org>
6886
6887 * term/xterm.el (xterm-extra-capabilities): Doc fix.
6888
6889 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
6890
6891 * calendar/calendar.el (calendar-window-list)
6892 (calendar-hide-window): Restore. (Bug#11140)
6893 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
6894
6895 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
6896
6897 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6898
6899 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
6900 Check if file is a symlink (Bug#10489).
6901
6902 * files.el (copy-directory): Likewise.
6903
6904 2012-03-30 Chong Yidong <cyd@gnu.org>
6905
6906 * image.el (imagemagick-types-inhibit)
6907 (imagemagick-register-types): Doc fix.
6908
6909 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6910
6911 * textmodes/ispell.el (ispell-get-extended-character-mode):
6912 Disable extended-char-mode for hunspell. hunspell does not support it
6913 and treats ~word as ordinary words in pipe mode.
6914
6915 2012-03-30 Glenn Morris <rgm@gnu.org>
6916
6917 * tutorial.el (help-with-tutorial): Ensure local variables don't
6918 happen to make the buffer read-only. (Bug#11127)
6919
6920 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
6923 (perl-calculate-indent): Return `noindent' in strings.
6924
6925 2012-03-28 Sam Steingold <sds@gnu.org>
6926
6927 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
6928 instead of the broken adhockery which does not prevent calendar
6929 buffers from being displayed at random after exit.
6930 (calendar-window-list, calendar-hide-window): Remove the broken
6931 adhockery.
6932
6933 2012-03-28 Glenn Morris <rgm@gnu.org>
6934
6935 * replace.el (query-replace-map): Doc fix.
6936
6937 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
6938
6939 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
6940 contents. (Bug#11109)
6941
6942 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
6945 (bug#11077).
6946 (avl-tree--check, avl-tree--check-node): New funs.
6947
6948 2012-03-27 Martin Rudalics <rudalics@gmx.at>
6949
6950 * window.el (switch-to-visible-buffer): New option.
6951 (switch-to-prev-buffer, switch-to-next-buffer):
6952 Observe switch-to-visible-buffer. Make sure that checking for a window
6953 showing a buffer already is done on the same frame.
6954
6955 2012-03-27 Glenn Morris <rgm@gnu.org>
6956
6957 * startup.el (mail-host-address): Doc fix.
6958
6959 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
6962 than 197 variables.
6963
6964 2012-03-26 Ami Fischman <ami@fischman.org>
6965
6966 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
6967
6968 2012-03-26 Glenn Morris <rgm@gnu.org>
6969
6970 * files.el (save-buffers-kill-emacs): Doc fix.
6971
6972 * startup.el (normal-top-level, command-line, command-line-1):
6973 Give them doc strings.
6974
6975 2012-03-25 Eli Zaretskii <eliz@gnu.org>
6976
6977 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
6978 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
6979
6980 2012-03-25 Chong Yidong <cyd@gnu.org>
6981
6982 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
6983 theme if it was previously enabled before (Bug#11031).
6984
6985 * cus-theme.el (custom-theme-write-faces): Retrieve current face
6986 spec with custom-face-get-current-spec if its :shown-value is not
6987 determined yet (Bug#9337).
6988 (customize-create-theme, custom-theme-revert): Doc fixes.
6989
6990 * button.el (button-at): Minor addition to docstring.
6991
6992 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
6993
6994 * vc/vc.el (vc-merge): Fix a prompt.
6995
6996 2012-03-24 Chong Yidong <cyd@gnu.org>
6997
6998 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
6999 point (Bug#9623).
7000
7001 * button.el (button-at): Minor addition to docstring.
7002
7003 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * newcomment.el (comment-choose-indent): No space after BOL.
7006
7007 2012-03-22 Sam Steingold <sds@gnu.org>
7008
7009 * window.el (switch-to-prev-buffer): Revert last patch because the
7010 bug turned out to be an advertised feature (Elisp manual 28.14).
7011
7012 2012-03-22 Glenn Morris <rgm@gnu.org>
7013
7014 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7015 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7016
7017 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7018
7019 * net/network-stream.el (network-stream-open-starttls): Make error
7020 message under Windows be less misleading.
7021
7022 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7023
7024 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7025 understands (bug#9942).
7026
7027 2012-03-22 Chong Yidong <cyd@gnu.org>
7028
7029 * simple.el (end-of-visible-line): Handle return value of
7030 next-single-property-change properly (Bug#9371).
7031
7032 2012-03-22 Kenichi Handa <handa@m17n.org>
7033
7034 * international/quail.el (quail-insert-kbd-layout): Fix previous
7035 change. To avoid unwanted bidi reordering, use
7036 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7037
7038 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7039
7040 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7041 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7042 (ruby-beginning-of-indent): Be more careful with the difference
7043 between word-boundary and symbol boundary.
7044 (ruby-mode-syntax-table): Make : a symbol constituent.
7045
7046 2012-03-21 Andreas Politz <politza@fh-trier.de>
7047
7048 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7049
7050 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * progmodes/etags.el (tags-completion-at-point-function):
7053 Improve last fix.
7054
7055 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7056
7057 2012-03-21 Sam Steingold <sds@gnu.org>
7058
7059 * progmodes/etags.el (tags-completion-at-point-function):
7060 Avoid the error when point is inside the pattern.
7061
7062 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7063
7064 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7065 line (Bug#10855).
7066
7067 2012-03-21 Drew Adams <drew.adams@oracle.com>
7068
7069 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7070
7071 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7072
7073 * ido.el (ido-set-current-directory, ido-read-internal)
7074 (ido-choose-completion-string, ido-completion-help): Handle nil
7075 value of ido-completion-buffer (Bug#11008).
7076
7077 2012-03-21 Sam Steingold <sds@gnu.org>
7078
7079 * window.el (switch-to-prev-buffer): Do not switch to a visible
7080 window previous buffer, just like with the frame previous buffers.
7081
7082 2012-03-21 Chong Yidong <cyd@gnu.org>
7083
7084 * faces.el (make-face, make-empty-face, copy-face):
7085 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7086 Doc fixes.
7087
7088 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7091 (widget-complete): Remove broken use of it.
7092
7093 2012-03-20 Chong Yidong <cyd@gnu.org>
7094
7095 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7096 Use string-width and truncate-string-width to handle arbitrary
7097 characters.
7098
7099 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7100
7101 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7102 to draw rectangles, not squares. (Regression introduced by revno
7103 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7104
7105 2012-03-18 Chong Yidong <cyd@gnu.org>
7106
7107 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7108 it is not yet defined (for temacs).
7109
7110 2012-03-18 Leo Liu <sdl.web@gmail.com>
7111
7112 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7113
7114 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7115
7116 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7117 (ispell-choices-win-default-height, ispell-silently-savep)
7118 (ispell-dictionary-alist, ispell-encoding8-command)
7119 (ispell-check-version, ispell-aspell-find-dictionary)
7120 (ispell-valid-dictionary-list, ispell-words-keyword)
7121 (ispell-get-word, ispell-internal-change-dictionary)
7122 (ispell-region, ispell-skip-region-list)
7123 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7124 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7125 (ispell-message-text-end, ispell-message)
7126 (ispell-buffer-local-parsing): Doc fix.
7127
7128 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
7129
7130 * htmlfontify.el: Add support for code block fontification for ODT
7131 export (Bug #9914).
7132 (hfy-optimisations): Define new option
7133 `body-text-only'
7134 (hfy-fontify-buffer): Honor above setting.
7135 (hfy-begin-span, hfy-end-span): New routines factored out form
7136 `hfy-fontify-buffer'.
7137 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7138 that permit insertion of custom tags.
7139 (hfy-fontify-buffer): Use above handlers.
7140 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7141 (hfy-face-to-css): Re-defined to be a variable.
7142 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
7143 over multiple runs. This is made possible by having the caller let
7144 bind a special variable `hfy-user-sheet-assoc'.
7145 (htmlfontify-string): New defun.
7146 (hfy-compile-face-map): Make sure that the last char in the
7147 buffer is correctly fontified.
7148 (hfy-face-resolve-face): Whitespace only change.
7149
7150 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7151
7152 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7153 message more clear.
7154
7155 2012-03-16 Leo Liu <sdl.web@gmail.com>
7156
7157 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7158
7159 2012-03-16 Alan Mackenzie <acm@muc.de>
7160
7161 Further optimise the handling of large macros.
7162
7163 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7164 limit to a call of `c-literal-limits'.
7165 (c-determine-+ve-limit): New function.
7166 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7167 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7168 In CASE 5B, restrict a search limit to 500.
7169 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7170
7171 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7172 Restrict macro bounds to +-500 from after-change's BEG END.
7173
7174 2012-03-16 Leo Liu <sdl.web@gmail.com>
7175
7176 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7177
7178 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7179
7180 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7181 `special-mode' setting of `buffer-read-only'. (Bug#11010)
7182
7183 2012-03-16 Glenn Morris <rgm@gnu.org>
7184
7185 * view.el (view-buffer, view-buffer-other-window)
7186 (view-buffer-other-frame): Doc fixes re special mode-class.
7187
7188 * subr.el (eval-after-load): If named feature is provided not from
7189 a file, run after-load forms. (Bug#10946)
7190
7191 * calendar/calendar.el (calendar-insert-at-column):
7192 Handle non-unit-width characters a bit better. (Bug#10978)
7193
7194 2012-03-15 Chong Yidong <cyd@gnu.org>
7195
7196 * emacs-lisp/ring.el (ring-extend): New function.
7197 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7198
7199 * comint.el (comint-read-input-ring)
7200 (comint-add-to-input-history): Grow comint-input-ring lazily.
7201
7202 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7205 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7206
7207 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7208 (imenu-add-to-menubar): Don't add a redundant index.
7209 (imenu-update-menubar): Handle a dynamically composed keymap.
7210
7211 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * mail/sendmail.el (mail-encode-header):
7214 Bind rfc2047-encode-encoded-words to nil.
7215
7216 2012-03-13 Glenn Morris <rgm@gnu.org>
7217
7218 * calendar/calendar.el (calendar-string-spread):
7219 Handle non-unit-width characters a bit better. (Bug#10978)
7220
7221 2012-03-13 Leo Liu <sdl.web@gmail.com>
7222
7223 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7224 directory and file as argument (Bug#10822).
7225
7226 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7227
7228 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7229 For dynamically generated code, follow $PC.
7230 (gdb-disassembly-handler-custom): Handle no function name case.
7231
7232 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7233
7234 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7235 * emulation/ws-mode.el (ws-query-replace):
7236 * sort.el (sort-regexp-fields):
7237 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7238
7239 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * dabbrev.el: Fix cycle completion order (bug#10963).
7242 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7243 (dabbrev-completion): Don't use an obarray; provide
7244 a cycle-sort-function.
7245
7246 2012-03-12 Leo Liu <sdl.web@gmail.com>
7247
7248 * simple.el (kill-new): Use equal-including-properties for comparison.
7249 (kill-do-not-save-duplicates): Doc fix.
7250
7251 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * dabbrev.el: Fix cycle completion (bug#10963).
7254 Use lexical binding and wrap to 80 columns.
7255 (dabbrev-completion): Delay computing the list of completions.
7256
7257 2012-03-12 Kenichi Handa <handa@m17n.org>
7258
7259 * international/quail.el (quail-insert-kbd-layout): Surround each
7260 row by LRO and PDF instead of inserting many LRMs. Pad the left
7261 and right of each non-spacing marks. Insert invisible space
7262 between lower and upper characters to prevent composition.
7263
7264 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * minibuffer.el (minibuffer-complete): Don't get confused when the
7267 function is run twice via different commands (bug#10958).
7268 (complete-with-action): Fix docstring.
7269
7270 2012-03-12 Chong Yidong <cyd@gnu.org>
7271
7272 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7273 (nxml-completion-at-point-function): New function.
7274 (nxml-mode): Use it.
7275 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7276
7277 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7278 Load generated autoloads file before byte compiling (Bug#10970).
7279 (package--make-autoloads-and-compile): New helper fun.
7280
7281 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7282
7283 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7284
7285 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
7286
7287 * autorevert.el (auto-revert-handler): Ensure, that
7288 file-readable-p is applied only for local files or in
7289 auto-revert-tail-mode.
7290
7291 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7292
7293 * server.el (server-eval-at): Handle non-tcp connections.
7294 Decode result string.
7295
7296 * server.el (server-msg-size): New constant.
7297 (server-reply-print): New function.
7298 (server-eval-and-print): Use it.
7299 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7300 Handle -print-nonl.
7301
7302 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7303
7304 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7305 (Bug#10987).
7306
7307 2012-03-11 Chong Yidong <cyd@gnu.org>
7308
7309 * simple.el (goto-line): Doc fix (Bug#9938).
7310
7311 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7312
7313 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7314 when finished (Bug#10963).
7315
7316 2012-03-11 Martin Rudalics <rudalics@gmx.at>
7317
7318 * window.el (split-window-below): Fix bug in case where
7319 split-window-keep-point is nil (Bug#10971).
7320
7321 2012-03-11 Juri Linkov <juri@jurta.org>
7322
7323 * replace.el (replace-highlight): Set isearch-word to nil
7324 unconditionally. (Bug#10887)
7325
7326 2012-03-10 Eli Zaretskii <eliz@gnu.org>
7327
7328 * net/mairix.el (mairix-replace-invalid-chars): Rename from
7329 mairix-replace-illegal-chars; all callers changed. Don't remove
7330 ^, ~, and = characters: they are meaningful in mairix search specs.
7331 (mairix-widget-create-query): Add usage information about mairix
7332 search forms: negating words, searching for substrings, etc.
7333
7334 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
7335
7336 * international/fontset.el (font-encoding-alist): Add an entry for
7337 ksx1001 (Bug#5667).
7338
7339 2012-03-10 Richard Stallman <rms@gnu.org>
7340
7341 * mail/sendmail.el (mail-encode-header):
7342 Set rfc2047-encode-encoded-words.
7343
7344 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7345
7346 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7347 view buffer means not swapped.
7348 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7349 (rmail-write-region-annotate): Error if real text has disappeared.
7350
7351 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7352
7353 2012-03-10 Chong Yidong <cyd@gnu.org>
7354
7355 * emulation/cua-rect.el (cua--init-rectangles):
7356 * emulation/cua-base.el (cua--init-keymaps):
7357 Add delete-forward-char to remappings (Bug#9666).
7358
7359 2012-03-10 Martin Rudalics <rudalics@gmx.at>
7360
7361 * speedbar.el (speedbar-unhighlight-one-tag-line):
7362 Avoid unhighlighting due to frame switching (Bug#10275).
7363
7364 2012-03-10 Chong Yidong <cyd@gnu.org>
7365
7366 * minibuffer.el (completion-in-region, completion-help-at-point):
7367 Give the completion field overlay a high priority (Bug#6830).
7368
7369 * dired.el (dired-goto-file): Recognize absolute file name
7370 listings (Bug#7126).
7371 (dired-goto-file-1): New helper function.
7372 (dired-toggle-read-only): Inhibit warnings.
7373
7374 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
7375
7376 * net/dbus.el (dbus-property-handler): Return empty array if
7377 there are no properties.
7378
7379 2012-03-09 Leo Liu <sdl.web@gmail.com>
7380
7381 * savehist.el (savehist-printable): Stricter check for string
7382 value (Bug#10937).
7383
7384 2012-03-09 Eli Zaretskii <eliz@gnu.org>
7385
7386 * mail/smtpmail.el (smtpmail-send-it):
7387 Bind coding-system-for-write to *-unix, so that FCC files are kept in
7388 valid mbox format.
7389
7390 2012-03-09 Glenn Morris <rgm@gnu.org>
7391
7392 * files.el (dir-locals-find-file):
7393 Don't check result is regular, readable.
7394 (dir-locals-read-from-file): Demote errors.
7395
7396 2012-03-08 Eli Zaretskii <eliz@gnu.org>
7397
7398 * international/quail.el (quail-insert-kbd-layout):
7399 Insert invisible LRM characters before each character in a keyboard
7400 layout cell, to prevent their reordering by bidi display engine.
7401 For details, see the discussion in
7402 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7403
7404 2012-03-08 Alan Mackenzie <acm@muc.de>
7405
7406 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7407 the starting position; make it extend the marked region when
7408 invoked repeatedly - all under appropriate circumstances.
7409 Fixes bugs #5525, #10906.
7410
7411 2012-03-08 Glenn Morris <rgm@gnu.org>
7412
7413 * files.el (locate-dominating-file, dir-locals-find-file):
7414 Undo 2012-03-06 change.
7415
7416 2012-03-07 Eli Zaretskii <eliz@gnu.org>
7417
7418 * international/quail.el (quail-help):
7419 Force bidi-paragraph-direction be left-to-right. See discussion in
7420 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7421 for the reason.
7422
7423 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
7424
7425 Avoid superfluous registering of signals. (Bug#10807)
7426
7427 * notifications.el (notifications-on-action-object)
7428 (notifications-on-close-object): New defvars.
7429 (notifications-on-action-signal, notifications-on-closed-signal):
7430 Unregister the signal if not needed any longer.
7431 (notifications-notify): Register `notifications-action-signal' or
7432 `notifications-closed-signal', if :on-action or :on-close has been
7433 passed as argument.
7434
7435 2012-03-07 Chong Yidong <cyd@gnu.org>
7436
7437 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
7438 non-X platforms.
7439
7440 2012-03-06 Glenn Morris <rgm@gnu.org>
7441
7442 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7443 (x-disown-selection-internal, x-get-selection-internal):
7444 Doc fix (add arglist signatures). (Bug#10783)
7445
7446 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7447
7448 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7449 Handle breakpoints with no "type".
7450
7451 2012-03-06 Glenn Morris <rgm@gnu.org>
7452
7453 * files.el (locate-dominating-file): Add optional predicate argument.
7454 (dir-locals-find-file): Make use of above change.
7455
7456 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
7457
7458 * info.el (Info-insert-dir): Also try "dir.gz".
7459
7460 2012-03-06 Glenn Morris <rgm@gnu.org>
7461
7462 * files.el (dir-locals-find-file):
7463 Ignore non-readable or non-regular files. (Bug#10928)
7464
7465 * files.el (locate-dominating-file): Doc fix.
7466
7467 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
7468
7469 * calendar/calendar.el (calendar-set-mode-line):
7470 `getenv' returns a string. (Bug#10951)
7471
7472 2012-03-05 Leo Liu <sdl.web@gmail.com>
7473
7474 * simple.el (backward-delete-char-untabify): Constrain point to
7475 field (Bug#10939).
7476
7477 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
7478
7479 2012-03-05 Chong Yidong <cyd@gnu.org>
7480
7481 * simple.el (count-words): If called from Lisp, return the word
7482 count, for symmetry with `count-lines'. Arglist changed.
7483 (count-words--message): Args changed. Consolidate counting code
7484 from count-words and count-words-region.
7485 (count-words-region): Caller changed.
7486 (count-lines-region): Make it an obsolete alias.
7487
7488 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
7489
7490 * saveplace.el (save-place-to-alist)
7491 (save-place-ignore-files-regexp): Allow value nil to disable this
7492 feature.
7493
7494 2012-03-04 Chong Yidong <cyd@gnu.org>
7495
7496 * faces.el (face-spec-reset-face): For the default face, reset the
7497 attributes to default values (Bug#10748).
7498
7499 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7500
7501 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7502 previous patch: Check `message-send-mail-function', and not the
7503 default function (bug#10897).
7504
7505 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
7506
7507 * notifications.el (notifications-on-action-signal)
7508 (notifications-on-closed-signal): Check for unique service name of
7509 incoming event. Fix error in removing entry.
7510 (top): Register for signals with wildcard service name.
7511 (notifications-notify): Use daemon unique service name for map entries.
7512
7513 2012-03-04 Chong Yidong <cyd@gnu.org>
7514
7515 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
7516
7517 2012-03-04 Glenn Morris <rgm@gnu.org>
7518
7519 * abbrev.el (copy-abbrev-table, abbrev-table-p)
7520 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
7521 (expand-abbrev, define-abbrev-table): Doc fixes.
7522
7523 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7524
7525 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
7526 `message-default-send-mail-function' and not `send-mail-function'
7527 when doing the prompting for `sendmail-query-once' before sending
7528 in Message buffers (bug#10897).
7529
7530 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
7531 This is inconsistent with all the other stream functions, which leave
7532 the setting up to the higher levels (if so wanted) (bug#10931).
7533
7534 2012-03-02 Alan Mackenzie <acm@muc.de>
7535
7536 Depessimize the handling of very large macros.
7537
7538 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
7539 (c-macro-cache-syntactic): New variables to implement a one
7540 element macro cache.
7541 (c-invalidate-macro-cache): New function.
7542 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
7543 Adapt to use the new cache.
7544 (c-state-safe-place): Use better the cache of safe positions.
7545 (c-state-semi-nonlit-pos-cache)
7546 (c-state-semi-nonlit-pos-cache-limit):
7547 New variables for...
7548 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
7549 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
7550 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
7551 Use c-state-semi-safe-place.
7552
7553 * progmodes/cc-langs.el (c-get-state-before-change-functions):
7554 Add c-invalidate-macro-cache to the C, C++, Obj entries.
7555
7556 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
7557
7558 * jka-compr.el (jka-compr-call-process):
7559 Apply `file-accessible-directory-p' only when the default directory is
7560 not remote.
7561
7562 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
7563
7564 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
7565 access of FILE2, if FILE1 does not exist.
7566
7567 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
7568 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
7569
7570 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
7571 Add "PAGER=" to `process-environment'.
7572
7573 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
7574
7575 * progmodes/sql.el: Bug fix
7576 (sql-get-login-ext): Save login values in globals.
7577 (sql-get-login): Use new version of `sql-get-login-ext'.
7578 (sql-interactive-mode): Set global `sql-connection' to nil.
7579 (sql-connect): Set global values for connection.
7580 (sql-product-interactive): Save global values as buffer local.
7581
7582 2012-02-29 Leo Liu <sdl.web@gmail.com>
7583
7584 * abbrev.el (define-abbrevs): Reset sys to nil.
7585
7586 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7587
7588 * files.el (file-equal-p): Rename from `files-equal-p'.
7589 Return nil when one or both files don't exist.
7590 (file-subdir-of-p): Now only top directory must exists,
7591 return nil if it doesn't.
7592 (copy-directory): No need to test with `file-subdir-of-p' after
7593 creating dir.
7594 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
7595 to `file-equal-p'.
7596
7597 2012-02-28 Glenn Morris <rgm@gnu.org>
7598
7599 * shell.el (shell-mode):
7600 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
7601 * play/landmark.el (landmark-font-lock-face-O):
7602 * play/handwrite.el (handwrite):
7603 * play/gomoku.el (gomoku-O):
7604 * net/browse-url.el (browse-url-browser-display):
7605 * international/mule.el (define-charset):
7606 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
7607 * filesets.el (filesets-find-file-delay):
7608 * eshell/em-xtra.el (eshell-xtra):
7609 * eshell/em-unix.el (eshell-grep):
7610 * emulation/viper.el (viper-mode):
7611 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7612 * emacs-lisp/easymenu.el (easy-menu-define):
7613 * calendar/timeclock.el (timeclock-use-display-time):
7614 * bs.el (bs-mode):
7615 * bookmark.el (bookmark-save-flag):
7616 Doc fix (standardize possessive apostrophe usage).
7617
7618 2012-02-27 Chong Yidong <cyd@gnu.org>
7619
7620 * emulation/viper-cmd.el (viper-intercept-ESC-key):
7621 Fix key-binding lookup for ESC key (Bug#9146).
7622
7623 * font-lock.el (font-lock-specified-p): Rename from
7624 font-lock-spec-present. Callers changed.
7625
7626 2012-02-27 Daniel Hackney <dan@haxney.org>
7627
7628 * emacs-lisp/package.el (package-compute-transaction):
7629 Handle holding a package version to t in package-load-list.
7630
7631 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
7632
7633 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
7634 (tramp-get-inode, tramp-get-device): Use cached values.
7635
7636 2012-02-26 Alan Mackenzie <acm@muc.de>
7637
7638 Check there is a font-lock specification before doing initial
7639 fontification.
7640
7641 * font-core.el (font-lock-mode): Move the conditional from
7642 :after-hook to font-lock-initial-fontify.
7643 (font-lock-default-function): Move the check for a specification
7644 to font-lock-spec-present.
7645
7646 * font-lock.el (font-lock-initial-fontify): Call ...
7647 (font-lock-spec-present): New function.
7648
7649 2012-02-26 Jim Blandy <jimb@red-bean.com>
7650
7651 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
7652 (gdb-send): Apply it to the operand of the '-interpreter-exec
7653 console' command, so that we can pass arguments with (say) quotes
7654 in them. Store exact string sent in gdb-debug-log (Bug#10765).
7655
7656 2012-02-26 Chong Yidong <cyd@gnu.org>
7657
7658 * help-fns.el (describe-function-1): Clarify description of
7659 remapping (Bug#10844).
7660
7661 * files.el (files-equal-p): Doc fix.
7662 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
7663 and quit the loop once a mismatch is found.
7664
7665 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
7666
7667 * bs.el (bs--show-with-configuration): Don't throw an error
7668 if the window cannot be split; otherwise, subsequent calls to
7669 bs-show fail, restoring a stale window config. (Bug#10882)
7670
7671 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
7672
7673 * term/ns-win.el (global-map): Bind ns-drag-file to
7674 ns-find-file (Bug#5855, Bug#10050).
7675
7676 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
7677
7678 * calendar/parse-time.el (parse-time-string): Allow extractor to
7679 return nil.
7680
7681 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
7682
7683 * net/tramp.el (tramp-file-name-for-operation):
7684 Add `files-equal-p' and `file-subdir-of-p'.
7685
7686 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7687 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7688 Add COPY-CONTENTS argument.
7689
7690 2012-02-25 Chong Yidong <cyd@gnu.org>
7691
7692 Add custom groups for VC backends, for consistency with vc-bzr.
7693
7694 * vc/vc-arch.el (vc-arch):
7695 * vc/vc-cvs.el (vc-cvs):
7696 * vc/vc-git.el (vc-git):
7697 * vc/vc-hg.el (vc-hg):
7698 * vc/vc-mtn.el (vc-mtn):
7699 * vc/vc-rcs.el (vc-rcs):
7700 * vc/vc-sccs.el (vc-sccs):
7701 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
7702 All relevant defcustoms reassigned.
7703
7704 2012-02-25 Chong Yidong <cyd@gnu.org>
7705
7706 * newcomment.el (comment-styles): Add autoload (Bug#10868).
7707
7708 * term/x-win.el (x-initialize-window-system): Reduce default for
7709 x-selection-timeout to 5 seconds (Bug#8869).
7710
7711 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7712
7713 * files.el (files-equal-p, file-subdir-of-p): New functions.
7714 (copy-directory): Error when trying to copy a directory on itself.
7715 Add missing copy-contents arg to tramp handler.
7716 * dired-aux.el (dired-copy-file-recursive): Same.
7717 (dired-create-files): Modify destination when source is equal to
7718 dest when copying files.
7719 Return also when dest is a subdir of source. (Bug#10489)
7720
7721 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
7722
7723 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
7724 (Bug#10874)
7725
7726 2012-02-23 Alan Mackenzie <acm@muc.de>
7727
7728 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
7729 parameter "after-hook:" to allow the expansion to run code after
7730 the execution of the mode hooks.
7731
7732 * font-lock.el (font-lock-initial-fontify): New function extracted
7733 from font-lock-mode-internal.
7734
7735 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
7736 :after-hook.
7737
7738 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
7741 (completion--cache-all-sorted-completions): New function.
7742 (completion-all-sorted-completions): Use it.
7743 (completion--do-completion, minibuffer-force-complete):
7744 Use it to re-instate the flush hook.
7745
7746 * icomplete.el (icomplete-completions): Replace last fix with a better
7747 one (bug#10850).
7748
7749 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
7750
7751 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
7752 when it might call us back infinitely (bug#10797).
7753
7754 2012-02-23 Glenn Morris <rgm@gnu.org>
7755
7756 * minibuffer.el (completion-category-overrides): Doc fix.
7757
7758 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * minibuffer.el (completion-table-with-context): Fix inf-loop.
7761 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
7762
7763 2012-02-23 Glenn Morris <rgm@gnu.org>
7764
7765 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
7766 (authors-obsolete-files-regexps, authors-ignored-files)
7767 (authors-ambiguous-files, authors-renamed-files-alist):
7768 Add more entries.
7769
7770 2012-02-23 Juri Linkov <juri@jurta.org>
7771
7772 * isearch.el (isearch-occur): Sync interactive spec with occur's
7773 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
7774
7775 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
7776
7777 2012-02-22 Juri Linkov <juri@jurta.org>
7778
7779 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
7780 (ucs-insert): Doc fix. Check for hex digits in the string.
7781 Don't display `nil' in the error message. (Bug#10857)
7782
7783 2012-02-22 Alan Mackenzie <acm@muc.de>
7784
7785 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
7786
7787 2012-02-22 Glenn Morris <rgm@gnu.org>
7788
7789 * ffap.el (ffap-c-path):
7790 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
7791
7792 2012-02-22 Chong Yidong <cyd@gnu.org>
7793
7794 * custom.el (load-theme): Doc fix.
7795
7796 2012-02-22 Glenn Morris <rgm@gnu.org>
7797
7798 * dired-x.el (dired-guess-shell-alist-default):
7799 Remove escape sequences from nroff output. (Bug#172)
7800
7801 2012-02-21 Glenn Morris <rgm@gnu.org>
7802
7803 * vc/emerge.el (emerge-defvar-local):
7804 Set `permanent-local' property rather than unused `preserved'.
7805
7806 * textmodes/picture.el (picture-delete-char): New alias.
7807 (picture-mode-map): Use it. (Bug#10860)
7808 (picture-mode): Doc fix.
7809
7810 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * newcomment.el (uncomment-region-default): Remove unused binding.
7813
7814 2012-02-21 Glenn Morris <rgm@gnu.org>
7815
7816 * textmodes/picture.el (picture-motion, picture-motion-reverse)
7817 (picture-self-insert, picture-tab-chars): Doc fix.
7818 (picture-mode-map): Fix C-a, C-e.
7819
7820 2012-02-20 Glenn Morris <rgm@gnu.org>
7821
7822 * emacs-lisp/authors.el (authors-aliases): Add another entry.
7823
7824 2012-02-20 Leo Liu <sdl.web@gmail.com>
7825
7826 * icomplete.el (icomplete-completions): Check FROM arg before
7827 passing to substring (Bug#10850).
7828
7829 2012-02-19 Chong Yidong <cyd@gnu.org>
7830
7831 * comint.el: Require ansi-color.
7832 (comint-output-filter-functions): Add ansi-color-process-output.
7833
7834 * ansi-color.el: Don't set comint-output-filter-functions; it is
7835 now in the initial value defined in comint.el.
7836 (ansi-color-apply-face-function): New variable.
7837 (ansi-color-apply-on-region): Use it.
7838 (ansi-color-apply-overlay-face): New function.
7839
7840 * shell.el (shell): No need to require ansi-color.
7841 (shell-mode): Use ansi-color-apply-face-function to highlight
7842 color escapes using font-lock-face property (Bug#10835).
7843
7844 2012-02-19 Chong Yidong <cyd@gnu.org>
7845
7846 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
7847 mode-line formats (Bug#10839).
7848
7849 2012-02-18 Glenn Morris <rgm@gnu.org>
7850
7851 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
7852
7853 * mail/undigest.el (unforward-rmail-message): Doc fix.
7854
7855 * saveplace.el (save-place-ignore-files-regexp): Add :version.
7856
7857 2012-02-18 Eli Zaretskii <eliz@gnu.org>
7858
7859 * international/characters.el (script-list): Sync with the latest
7860 Unicode Character Database.
7861
7862 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
7863
7864 * international/titdic-cnv.el: Remove duplicate coding tag.
7865 * language/cham.el: Likewise.
7866 * language/tai-viet.el: Likewise.
7867
7868 2012-02-18 Glenn Morris <rgm@gnu.org>
7869
7870 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
7871 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
7872 (calendar-bahai-all-holidays-flag, calendar-other-dates):
7873 * calendar/diary-lib.el (diary-abbreviated-year-flag):
7874 * calendar/holidays.el (holiday-bahai-holidays)
7875 (calendar-holidays, list-holidays):
7876 Use utf-8 Bahá'í in doc-strings, menus, etc.
7877
7878 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
7879
7880 * saveplace.el (save-place-ignore-files-regexp): New variable
7881 allowing for excluding files from saving their location of point.
7882 The default value matches the temporary commit message editing
7883 files from Git, SVN, Bazaar, and Mercurial.
7884 (save-place-to-alist): Use it.
7885
7886 2012-02-17 Lawrence Mitchell <wence@gmx.li>
7887 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * newcomment.el (uncomment-region-default): Don't leave extra space
7890 when an arg is provided (bug#8150).
7891
7892 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
7893
7894 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
7895
7896 2012-02-17 Glenn Morris <rgm@gnu.org>
7897
7898 * net/socks.el: Require network-stream. (Bug#10599)
7899
7900 2012-02-17 Kenichi Handa <handa@m17n.org>
7901
7902 * international/charprop.el:
7903 * international/uni-name.el:
7904 * international/uni-old-name.el:
7905 * international/uni-comment.el: Regenerate.
7906
7907 2012-02-16 Glenn Morris <rgm@gnu.org>
7908
7909 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
7910 Interactively in calendar buffer, give an error if not on a date.
7911
7912 2012-02-15 Glenn Morris <rgm@gnu.org>
7913
7914 * shell.el (shell-delimiter-argument-list):
7915 Revert 2011-02-17 change. (Bug#8027)
7916
7917 2012-02-15 Chong Yidong <cyd@gnu.org>
7918
7919 * minibuffer.el (completion-at-point-functions): Doc fix.
7920
7921 * custom.el (defcustom): Doc fix; note use of defvar.
7922
7923 2012-02-15 Glenn Morris <rgm@gnu.org>
7924
7925 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
7926 Doc fixes.
7927
7928 2012-02-14 Glenn Morris <rgm@gnu.org>
7929
7930 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
7931
7932 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
7933
7934 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
7935 way the ports list is computed.
7936 (smtpmail-query-smtp-server): Prompt the user for a port number if
7937 we can't connect to any of the standard ports (bug#10810).
7938
7939 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7940
7941 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
7942
7943 2012-02-13 Glenn Morris <rgm@gnu.org>
7944
7945 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
7946
7947 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
7948
7949 * net/gnutls.el (gnutls-trustfiles): New variable.
7950 (gnutls-negotiate): Use it.
7951
7952 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
7953
7954 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
7955 does its stuff if Gnus is running.
7956
7957 2012-02-13 Alan Mackenzie <acm@muc.de>
7958
7959 Fix a loop in c-set-fl-decl-start.
7960
7961 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
7962 c-backward-syntactic-ws actually moves backwards.
7963
7964 2012-02-13 Leo Liu <sdl.web@gmail.com>
7965
7966 * net/rcirc.el (rcirc-markup-attributes): Move point to the
7967 beginning so that all \C-o chars are removed.
7968
7969 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
7970
7971 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
7972
7973 2012-02-12 Alan Mackenzie <acm@muc.de>
7974
7975 Fix infinite loop with long macros.
7976 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
7977
7978 2012-02-12 Chong Yidong <cyd@gnu.org>
7979
7980 * window.el (display-buffer): Doc fix (Bug#10785).
7981
7982 2012-02-12 Glenn Morris <rgm@gnu.org>
7983
7984 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7985 (x-disown-selection-internal, x-get-selection-internal):
7986 Sync docs with the xselect.c versions.
7987
7988 * allout-widgets.el: Add missing license notice.
7989
7990 2012-02-11 Glenn Morris <rgm@gnu.org>
7991
7992 * select.el (x-get-selection-internal, x-own-selection-internal)
7993 (x-disown-selection-internal):
7994 * x-dnd.el (x-get-selection-internal): Update declarations.
7995
7996 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
7997
7998 * window.el (window-sides-slots):
7999 * tool-bar.el (tool-bar-position):
8000 * term/xterm.el (xterm-extra-capabilities):
8001 * ses.el (ses-self-reference-early-detection):
8002 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8003 (verilog-auto-wire-type)
8004 (verilog-auto-delete-trailing-whitespace)
8005 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8006 (verilog-auto-tieoff-declaration):
8007 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8008 (sql-oracle-statement-starters, sql-oracle-scan-on):
8009 * progmodes/prolog.el (prolog-align-comments-flag)
8010 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8011 (prolog-left-indent-regexp, prolog-paren-indent-p)
8012 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8013 (prolog-types, prolog-mode-specificators)
8014 (prolog-determinism-specificators, prolog-directives)
8015 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8016 (prolog-electric-dot-flag)
8017 (prolog-electric-dot-full-predicate-template)
8018 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8019 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8020 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8021 (prolog-program-switches, prolog-prompt-regexp)
8022 (prolog-debug-on-string, prolog-debug-off-string)
8023 (prolog-trace-on-string, prolog-trace-off-string)
8024 (prolog-zip-on-string, prolog-zip-off-string)
8025 (prolog-use-standard-consult-compile-method-flag)
8026 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8027 (prolog-imenu-max-lines, prolog-info-predicate-index)
8028 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8029 (prolog-char-quote-workaround):
8030 * progmodes/cc-vars.el (c-defun-tactic):
8031 * net/tramp.el (tramp-encoding-command-interactive)
8032 (tramp-local-end-of-line):
8033 * net/soap-client.el (soap-client):
8034 * net/netrc.el (netrc-file):
8035 * net/gnutls.el (gnutls):
8036 * minibuffer.el (completion-category-overrides)
8037 (completion-cycle-threshold)
8038 (completion-pcm-complete-word-inserts-delimiters):
8039 * man.el (Man-name-local-regexp):
8040 * mail/feedmail.el (feedmail-display-full-frame):
8041 * international/characters.el (glyphless-char-display-control):
8042 * eshell/em-ls.el (eshell-ls-date-format):
8043 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8044 (lisp-lambda-list-keyword-parameter-indentation)
8045 (lisp-lambda-list-keyword-parameter-alignment):
8046 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8047 * dired-x.el (dired-omit-verbose):
8048 * cus-theme.el (custom-theme-allow-multiple-selections):
8049 * calc/calc.el (calc-highlight-selections-with-faces)
8050 (calc-lu-field-reference, calc-lu-power-reference)
8051 (calc-note-threshold):
8052 * battery.el (battery-mode-line-limit):
8053 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8054 (archive-7z-update):
8055 * allout.el (allout-prefixed-keybindings)
8056 (allout-unprefixed-keybindings)
8057 (allout-inhibit-auto-fill-on-headline)
8058 (allout-flattened-numbering-abbreviation):
8059 * allout-widgets.el (allout-widgets-auto-activation)
8060 (allout-widgets-icons-dark-subdir)
8061 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8062 (allout-widgets-theme-dark-background)
8063 (allout-widgets-theme-light-background)
8064 (allout-widgets-item-image-properties-emacs)
8065 (allout-widgets-item-image-properties-xemacs)
8066 (allout-widgets-run-unit-tests-on-load)
8067 (allout-widgets-time-decoration-activity)
8068 (allout-widgets-hook-error-post-time)
8069 (allout-widgets-track-decoration):
8070 Add missing :version tags to new defcustoms and defgroups.
8071
8072 * progmodes/sql.el (sql-ansi-statement-starters)
8073 (sql-oracle-statement-starters): Add custom type.
8074
8075 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8076 (prolog-system-version): Give it a type.
8077
8078 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8079
8080 * term/pc-win.el (x-select-text, x-selection-owner-p)
8081 (x-own-selection-internal, x-disown-selection-internal)
8082 (x-get-selection-internal): Sync doc strings and argument lists
8083 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8084
8085 2012-02-11 Leo Liu <sdl.web@gmail.com>
8086
8087 * progmodes/python.el (python-end-of-statement): Fix infinite
8088 loop. (Bug#10788)
8089
8090 2012-02-10 Glenn Morris <rgm@gnu.org>
8091
8092 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8093 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8094
8095 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8096
8097 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8098 about SMTP before checking the From header.
8099
8100 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8101 into own function for reuse by emacsbug.el.
8102
8103 2012-02-10 Leo Liu <sdl.web@gmail.com>
8104
8105 * subr.el (condition-case-unless-debug): Rename from
8106 condition-case-no-debug. All callers changed.
8107 (with-demoted-errors): Fix caller.
8108
8109 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8110 * nxml/rng-valid.el (rng-do-some-validation):
8111 * emacs-lisp/package.el (package-refresh-contents)
8112 (package-menu-execute):
8113 * desktop.el (desktop-create-buffer):
8114 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8115
8116 2012-02-10 Glenn Morris <rgm@gnu.org>
8117
8118 * textmodes/bibtex.el:
8119 Add missing :version tags for new/changed defcustoms.
8120
8121 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8122
8123 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
8124
8125 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8126 (smtpmail-via-smtp): Use it, or fall back on the From address.
8127 (smtpmail-send-it): Ditto.
8128
8129 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8132 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8133 (byte-compile-tmp-var): New const.
8134 (byte-compile-defvar): Use it to minimize .elc size.
8135 Just use `defvar' rather than simulate it (bug#10761).
8136
8137 2012-02-09 Glenn Morris <rgm@gnu.org>
8138
8139 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8140
8141 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8142 Add :version tags.
8143
8144 * progmodes/compile.el (compilation-error-screen-columns)
8145 (compilation-first-column, compilation-filter-start): Doc fixes.
8146
8147 * vc/log-view.el (log-view-toggle-entry-display):
8148 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8149
8150 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8151 (report-emacs-bug-can-use-xdg-email):
8152 (report-emacs-bug-insert-to-mailer): Doc fixes.
8153 (report-emacs-bug): Message fix.
8154
8155 * net/browse-url.el (browse-url-can-use-xdg-open)
8156 (browse-url-xdg-open): Doc fixes.
8157
8158 * electric.el (electric-indent-mode, electric-pair-mode)
8159 (electric-layout-rules, electric-layout-mode): Doc fixes.
8160 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8161
8162 2012-02-08 Martin Rudalics <rudalics@gmx.at>
8163
8164 * server.el (server-unselect-display): Don't inadvertently kill
8165 the current buffer. (Bug#10729)
8166
8167 2012-02-08 Glenn Morris <rgm@gnu.org>
8168
8169 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8170 (sql-list-table): Doc fixes.
8171
8172 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8173 Comment out (does nothing).
8174
8175 * completion.el (dynamic-completion-mode):
8176 * dirtrack.el (dirtrack-debug-mode):
8177 * electric.el (electric-layout-mode):
8178 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8179 * face-remap.el (text-scale-mode, buffer-face-mode):
8180 * iimage.el (iimage-mode):
8181 * image-mode.el (image-transform-mode):
8182 * minibuffer.el (completion-in-region-mode):
8183 * scroll-lock.el (scroll-lock-mode):
8184 * simple.el (next-error-follow-minor-mode):
8185 * tar-mode.el (tar-subfile-mode):
8186 * tooltip.el (tooltip-mode):
8187 * vcursor.el (vcursor-use-vcursor-map):
8188 * wid-browse.el (widget-minor-mode):
8189 * emulation/tpu-edt.el (tpu-edt-mode):
8190 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8191 * international/iso-ascii.el (iso-ascii-mode):
8192 * language/thai-util.el (thai-word-mode):
8193 * mail/supercite.el (sc-minor-mode):
8194 * net/goto-addr.el (goto-address-mode):
8195 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8196 * progmodes/cwarn.el (cwarn-mode):
8197 * progmodes/flymake.el (flymake-mode):
8198 * progmodes/glasses.el (glasses-mode):
8199 * progmodes/hideshow.el (hs-minor-mode):
8200 * progmodes/pascal.el (pascal-outline-mode):
8201 * textmodes/enriched.el (enriched-mode):
8202 * vc/smerge-mode.el (smerge-mode):
8203 Doc fixes (minor mode argument).
8204
8205 2012-02-07 Eli Zaretskii <eliz@gnu.org>
8206
8207 * ls-lisp.el (ls-lisp-sanitize): New function.
8208 (ls-lisp-insert-directory): Use it to fix or remove any elements
8209 in file-alist with missing attributes. (Bug#4673)
8210
8211 2012-02-07 Alan Mackenzie <acm@muc.de>
8212
8213 Fix spurious recognition of c-in-knr-argdecl.
8214
8215 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8216 putative K&R region.
8217
8218 2012-02-07 Alan Mackenzie <acm@muc.de>
8219
8220 * progmodes/cc-engine.el (c-forward-objc-directive):
8221 Prevent looping in "#pragma mark @implementation".
8222
8223 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * notifications.el (notifications-on-closed-signal): Make `reason'
8226 optional. (Bug#10744)
8227
8228 2012-02-07 Glenn Morris <rgm@gnu.org>
8229
8230 * emacs-lisp/easy-mmode.el (define-minor-mode):
8231 Doc fixes for the macro and the mode it defines.
8232
8233 * image.el (imagemagick-types-inhibit): Doc fix.
8234
8235 * cus-start.el (imagemagick-render-type): Add it.
8236
8237 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8238
8239 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8240 Set the default at load time, too, so that `font-lock-fontify-buffer'
8241 can be called without setting up the entire mode first. This fixes
8242 a bug in `mm-inline-text' with C MIME parts.
8243
8244 2012-02-06 Chong Yidong <cyd@gnu.org>
8245
8246 * simple.el (list-processes--refresh): Delete exited processes
8247 (Bug#8094).
8248
8249 * comint.el (comint-next-prompt): next-single-char-property-change
8250 and prev-single-char-property-change never return nil (Bug#8657).
8251
8252 * custom.el (defcustom): Doc fix (Bug#9711).
8253
8254 2012-02-05 Chong Yidong <cyd@gnu.org>
8255
8256 * cus-edit.el (custom-variable-reset-backup): Quote the value
8257 before storing it in the customized-value property (Bug#6712).
8258 (custom-display): Add a customization type tag.
8259 (custom-buffer-create-internal): Improve tooltip message.
8260
8261 * wid-edit.el (widget-field-value-get): New optional arg to
8262 suppress trailing whitespace truncation.
8263 (character): Use it (Bug#2689).
8264
8265 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8266
8267 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8268 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8269
8270 2012-02-05 Chong Yidong <cyd@gnu.org>
8271
8272 * cus-edit.el (custom-variable-value-create): For mismatched
8273 types, show the current value (Bug#7600).
8274
8275 * custom.el (defcustom): Doc fix.
8276
8277 2012-02-05 Glenn Morris <rgm@gnu.org>
8278
8279 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8280
8281 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
8282
8283 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8284 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8285 (pp-last-sexp): Use `looking-at-p'.
8286
8287 2012-02-04 Glenn Morris <rgm@gnu.org>
8288
8289 * files.el (revert-buffer):
8290 Doc fix (mention revert-buffer-in-progress-p).
8291
8292 * emacs-lisp/ert-x.el (ert-simulate-command):
8293 Check deferred-action-list (which is obsolete) is bound.
8294
8295 * subr.el (with-wrapper-hook): Doc fixes.
8296
8297 * simple.el (filter-buffer-substring-functions)
8298 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8299
8300 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8301
8302 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8303 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8304
8305 2012-02-04 Leo Liu <sdl.web@gmail.com>
8306
8307 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8308
8309 2012-02-04 Glenn Morris <rgm@gnu.org>
8310
8311 * image.el (image-extension-data): Add obsolete alias.
8312
8313 * isearch.el (isearch-update): Doc fix.
8314
8315 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8316
8317 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8318
8319 2012-02-03 Glenn Morris <rgm@gnu.org>
8320
8321 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8322 (image-animate-timeout): Doc fix.
8323
8324 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8325
8326 2012-02-02 Glenn Morris <rgm@gnu.org>
8327
8328 * server.el (server-auth-dir): Doc fix.
8329 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
8330
8331 * subr.el (run-mode-hooks): Doc fix.
8332
8333 2012-02-02 Juri Linkov <juri@jurta.org>
8334
8335 * image-mode.el (image-toggle-display-image): Remove tautological
8336 `major-mode' from the `derived-mode-p' test.
8337
8338 2012-02-02 Kenichi Handa <handa@m17n.org>
8339
8340 * composite.el (compose-region): Cancel previous change.
8341
8342 2012-02-02 Kenichi Handa <handa@m17n.org>
8343
8344 * composite.el (compose-region, compose-string): Signal error for
8345 a null string component (Bug#6988).
8346
8347 2012-02-01 Chong Yidong <cyd@gnu.org>
8348
8349 * view.el (view-buffer-other-window, view-buffer-other-frame):
8350 Handle special modes like view-buffer (Bug#10650).
8351 (view-buffer): Simplify.
8352
8353 * frame.el (set-frame-font): Tweak meaning of third argument.
8354
8355 * dynamic-setting.el (font-setting-change-default-font):
8356 Use set-frame-font (Bug#9982).
8357
8358 2012-02-01 Glenn Morris <rgm@gnu.org>
8359
8360 * progmodes/compile.el (compilation-internal-error-properties):
8361 Respect compilation-first-column in the "*compilation*" buffer.
8362
8363 * emacs-lisp/easy-mmode.el (define-minor-mode):
8364 Relax :variable's test for a named function.
8365
8366 2012-01-31 Alan Mackenzie <acm@muc.de>
8367
8368 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8369 off by one error.
8370
8371 2012-01-31 Chong Yidong <cyd@gnu.org>
8372
8373 * frame.el (set-frame-font): New arg ALL-FRAMES.
8374
8375 * menu-bar.el (menu-set-font): Use set-frame-font.
8376
8377 * faces.el (face-spec-reset-face): Don't apply unspecified
8378 attribute values to the default face.
8379
8380 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * progmodes/cwarn.el (cwarn): Remove dead link.
8383 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8384 Remove * from defcustom docstrings.
8385 (turn-on-cwarn-mode): Make obsolete.
8386 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8387 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8388
8389 2012-01-31 Glenn Morris <rgm@gnu.org>
8390
8391 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8392 Fix :variable handling of mode a symbol not equal to modefun.
8393 Allow named functions to be used as the cdr of :variable.
8394
8395 2012-01-30 Glenn Morris <rgm@gnu.org>
8396
8397 * emacs-lisp/authors.el (authors-fixed-entries):
8398 Remove reference to deleted file rnewspost.el.
8399
8400 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
8401
8402 * window.el (window-with-parameter): Remove unused variable `windows'.
8403 (window--side-check): Remove unused variable `code'.
8404 (window--resize-siblings): Remove unused variable `first'.
8405 (adjust-window-trailing-edge): Remove unused variable `failed'.
8406 (window-deletable-p, window--delete): Remove unused variable `buffer'.
8407 Use `let', not `let*'.
8408 (balance-windows-2): Remove unused variable `found'.
8409 (window--state-put-2): Remove unused variable `splits'.
8410 (window-state-put): Remove unused variable `selected'.
8411 (same-window-p): Use `string-match-p'.
8412 (display-buffer-assq-regexp): Remove unused variable `value'.
8413 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8414 Mark argument ALIST as ignored.
8415 (pop-to-buffer): Remove unused variable `old-window'.
8416
8417 2012-01-29 Eli Zaretskii <eliz@gnu.org>
8418
8419 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8420 and .lzma compressed files.
8421
8422 2012-01-29 Chong Yidong <cyd@gnu.org>
8423
8424 * frame.el (window-system-default-frame-alist): Doc fix.
8425
8426 * dynamic-setting.el (font-setting-change-default-font): Don't
8427 change the default face if SET-FONT argument is non-nil (Bug#9982).
8428
8429 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
8430
8431 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
8432
8433 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
8434
8435 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
8436 breakpoints in files outside current directory (Bug#6098).
8437
8438 2012-01-29 Chong Yidong <cyd@gnu.org>
8439
8440 * progmodes/python.el: Require ansi-color at top-level.
8441
8442 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
8443 Define and use in Emacs Lisp mode (Bug#9360).
8444 (lisp-mode-abbrev-table): Add doc.
8445 (lisp-mode-variables): Don't set local-abbrev-table.
8446 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
8447
8448 2012-01-28 Roland Winkler <winkler@gnu.org>
8449
8450 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
8451
8452 2012-01-28 Roland Winkler <winkler@gnu.org>
8453
8454 * textmodes/bibtex.el (bibtex-entry-alist): New function.
8455 (bibtex-set-dialect): Use it. Either set global values of
8456 dialect-dependent variables or bind these variables buffer-locally
8457 (Bug#10254).
8458 (bibtex-mode): Call bibtex-set-dialect via
8459 hack-local-variables-hook.
8460 (bibtex-dialect): Update docstring.
8461 Add safe-local-variable predicate.
8462 (bibtex-entry-alist, bibtex-field-alist): Initialize via
8463 bibtex-set-dialect.
8464 (bibtex-mode-map): Define menu for each dialect.
8465 (bibtex-entry): Fix docstring.
8466
8467 2012-01-28 Chong Yidong <cyd@gnu.org>
8468
8469 * eshell/esh-arg.el (eshell-quote-argument): New function.
8470
8471 * eshell/esh-ext.el (eshell-invoke-batch-file):
8472 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
8473 first arg to eshell-parse-command (Bug#10523).
8474
8475 2012-01-28 Drew Adams <drew.adams@oracle.com>
8476
8477 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
8478 `default-directory' is non-nil.
8479
8480 2012-01-28 Eli Zaretskii <eliz@gnu.org>
8481
8482 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
8483 line that displays system-configuration-options. (Bug#9924)
8484
8485 2012-01-28 Drew Adams <drew.adams@oracle.com>
8486
8487 * descr-text.el (describe-char): Show information about POS, in
8488 addition to information about the character at POS. Improve and
8489 update the doc string. Change "code point" to "code point in
8490 charset", to avoid confusion with the character's Unicode code
8491 point shown above that. (Bug#10129)
8492
8493 2012-01-28 Eli Zaretskii <eliz@gnu.org>
8494
8495 * descr-text.el (describe-char): Show the raw character, not only
8496 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
8497 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8498 for the reasons.
8499
8500 2012-01-28 Phil Hagelberg <phil@hagelb.org>
8501
8502 * emacs-lisp/package.el (package-install):
8503 Run package-refresh-contents if there is no archive yet (Bug#9798).
8504
8505 2012-01-28 Chong Yidong <cyd@gnu.org>
8506
8507 * emacs-lisp/package.el (package-maybe-load-descriptor):
8508 New function, split from package-maybe-load-descriptor.
8509 (package-maybe-load-descriptor): Use it.
8510 (package-download-transaction): Fully load required packages
8511 inside the loop, so that `require' calls work (Bug#10593).
8512 (package-install): No need to call package-initialize now.
8513
8514 2012-01-28 Chong Yidong <cyd@gnu.org>
8515
8516 * simple.el (deactivate-mark): Doc fix (Bug#8614).
8517
8518 * tooltip.el (tooltip-mode): Doc fix.
8519 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
8520
8521 * frame.el (set-cursor-color): Doc fix (Bug#352).
8522
8523 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
8524 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
8525
8526 * cus-edit.el (custom-buffer-create-internal): Fix search button
8527 action (Bug#10542).
8528 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
8529
8530 2012-01-27 Eduard Wiebe <usenet@pusto.de>
8531
8532 * dired.el (dired-mark-files-regexp):
8533 Include any subdirectory components. (Bug#10445)
8534
8535 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
8536
8537 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
8538 Handle [host]:port syntax. (Bug#10533)
8539
8540 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
8541
8542 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
8543
8544 2012-01-26 Glenn Morris <rgm@gnu.org>
8545
8546 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
8547 * term.el (term-raw-escape-map): Use Control-X-prefix.
8548 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
8549
8550 2012-01-25 Martin Rudalics <rudalics@gmx.at>
8551
8552 * window.el (window-state-get, window--state-get-1): Don't deal
8553 with fixed-sizeness of windows. Simplify code.
8554
8555 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
8556
8557 * window.el (window--state-get-1, window--state-put-2):
8558 Don't save and restore the mark.
8559
8560 2012-01-25 Chong Yidong <cyd@gnu.org>
8561
8562 * custom.el (custom-variable-p): Doc fix.
8563
8564 2012-01-25 Glenn Morris <rgm@gnu.org>
8565
8566 * dired.el (dired-goto-file): Handle some of the more common
8567 characters that `ls -b' escapes. (Bug#10596)
8568
8569 * progmodes/compile.el (compilation-next-error-function):
8570 Respect compilation-first-column in the "*compilation*" buffer.
8571 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
8572
8573 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
8574
8575 2012-01-24 Glenn Morris <rgm@gnu.org>
8576
8577 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
8578
8579 2012-01-24 Julien Danjou <julien@danjou.info>
8580
8581 * color.el (color-rgb-to-hsl): Fix value computing.
8582 (color-hue-to-rgb): New function.
8583 (color-hsl-to-rgb): New function.
8584 (color-clamp, color-saturate-hsl, color-saturate-name)
8585 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8586 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
8587
8588 2012-01-24 Glenn Morris <rgm@gnu.org>
8589
8590 * vc/vc-rcs.el (vc-rcs-create-tag):
8591 * vc/vc-sccs.el (vc-sccs-create-tag):
8592 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
8593
8594 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
8595
8596 * eshell/esh-util.el (eshell-read-hosts-file):
8597 Skip comment lines. (Bug#10549)
8598
8599 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
8600
8601 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
8602
8603 * subr.el (display-delayed-warnings): Doc fix.
8604 (collapse-delayed-warnings): New function to collapse identical
8605 adjacent warnings.
8606 (delayed-warnings-hook): Add it.
8607
8608 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
8609
8610 * net/tramp.el (tramp-action-login): Set connection property "login-as".
8611
8612 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
8613 (tramp-default-user-alist): Don't add "pscp".
8614 (tramp-do-copy-or-rename-file-out-of-band): Use connection
8615 property "login-as", if set. (Bug#10530)
8616
8617 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
8618
8619 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
8620 "plink1" and "psftp". (Bug#10530)
8621
8622 2012-01-21 Kenichi Handa <handa@m17n.org>
8623
8624 * international/mule-cmds.el (prefer-coding-system): Show a
8625 warning message if the default value of file-name-coding-system
8626 was not changed.
8627
8628 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8629
8630 * windmove.el (windmove-reference-loc):
8631 Fix windmove-reference-loc miscalculation.
8632
8633 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
8634
8635 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
8636 default unit.
8637
8638 2012-01-21 Glenn Morris <rgm@gnu.org>
8639
8640 * international/mule.el (auto-coding-alist): Add .tbz.
8641
8642 * files.el (local-enable-local-variables): Doc fix.
8643 (inhibit-local-variables-regexps): Rename from
8644 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
8645 Doc fix. Add some extensions from auto-coding-alist.
8646 (inhibit-local-variables-suffixes):
8647 Rename from inhibit-first-line-modes-suffixes. Doc fix.
8648 (inhibit-local-variables-p):
8649 New function, extracted from set-auto-mode-1.
8650 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
8651 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
8652 (hack-local-variables): Doc fix. Make the mode-only case
8653 respect enable-local-variables and friends.
8654 Respect inhibit-local-variables-regexps for file-locals, but
8655 not for directory-locals.
8656 (set-visited-file-name):
8657 Take account of inhibit-local-variables-regexps.
8658 Whether it applies may change as the file name is changed.
8659 * jka-cmpr-hook.el (jka-compr-install):
8660 * jka-compr.el (jka-compr-uninstall):
8661 Update for inhibit-first-line-modes-suffixes name change.
8662
8663 2012-01-20 Martin Rudalics <rudalics@gmx.at>
8664
8665 * help-macro.el (make-help-screen): Temporarily restore original
8666 binding for minor-mode-map-alist (Bug#10454).
8667
8668 2012-01-19 Julien Danjou <julien@danjou.info>
8669
8670 * color.el (color-name-to-rgb): Use the white color to find the max
8671 color component value and return correctly computed values.
8672 (color-name-to-rgb): Add missing float conversion for max value.
8673
8674 2012-01-19 Martin Rudalics <rudalics@gmx.at>
8675
8676 * window.el (window--state-get-1, window-state-get): Do not use
8677 special state value for window-persistent-parameters.
8678 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
8679 (window--state-put-2): Reset all window parameters to nil before
8680 assigning values of persistent parameters.
8681
8682 2012-01-18 Alan Mackenzie <acm@muc.de>
8683
8684 Eliminate sluggishness and hangs in fontification of "semicolon
8685 deserts".
8686
8687 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
8688 Change value 10000 -> 3000.
8689 (c-state-safe-place): Reformulate so it doesn't stack up an
8690 infinite number of wrong entries in c-state-nonlit-pos-cache.
8691 (c-determine-limit-get-base, c-determine-limit): New functions to
8692 determine backward search limits disregarding literals.
8693 (c-find-decl-spots): Amend commenting.
8694 (c-cheap-inside-bracelist-p): New function which detects "={".
8695
8696 * progmodes/cc-fonts.el
8697 (c-make-font-lock-BO-decl-search-function): Give a limit to a
8698 backward search.
8699 (c-font-lock-declarations): Fix an occurrence of point being
8700 undefined. Check additionally for point being in a bracelist or
8701 near a macro invocation without a semicolon so as to avoid a
8702 fruitless time consuming search for a declarator. Give a more
8703 precise search limit for declarators using the new
8704 c-determine-limit.
8705
8706 2012-01-18 Glenn Morris <rgm@gnu.org>
8707
8708 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
8709 (set-auto-mode): Doc fixes.
8710
8711 2012-01-17 Glenn Morris <rgm@gnu.org>
8712
8713 * isearch.el (search-nonincremental-instead): Fix doc typo.
8714
8715 * dired.el (dired-insert-directory): Handle newlines in directory name.
8716 (dired-build-subdir-alist): Unescape newlines in directory name.
8717
8718 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
8719
8720 * net/tramp.el (tramp-local-end-of-line): New defcustom.
8721 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
8722 (tramp-action-terminal): Use it. (Bug#10530)
8723
8724 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * minibuffer.el (completion--replace): Strip properties (bug#10062).
8727
8728 2012-01-16 Martin Rudalics <rudalics@gmx.at>
8729
8730 * window.el (window-state-ignored-parameters): Remove variable.
8731 (window--state-get-1): Rename argument MARKERS to IGNORE.
8732 Handle persistent window parameters. Make copy of clone-of
8733 parameter only if requested. (Bug#10348)
8734 (window--state-put-2): Install a window parameter only if it has
8735 a non-nil value or an existing parameter shall be overwritten.
8736
8737 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
8738
8739 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
8740
8741 2012-01-14 Eli Zaretskii <eliz@gnu.org>
8742
8743 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
8744 don't pass the (nil) value of `upnode' to string-match.
8745
8746 2012-01-14 Chong Yidong <cyd@gnu.org>
8747
8748 * startup.el (command-line): Fix X resource class for cursorColor.
8749 Fix values recognized by the cursorBlink resource.
8750
8751 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
8752
8753 * epg.el (epg--make-temp-file): Avoid permission race condition
8754 when running on old Emacs versions (bug#10403).
8755
8756 2012-01-14 Glenn Morris <rgm@gnu.org>
8757
8758 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
8759
8760 2012-01-13 Alan Mackenzie <acm@muc.de>
8761
8762 Fix filling for when filladapt mode is enabled.
8763
8764 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
8765 c-mask-paragraph, pass in `fill-paragraph' rather than
8766 `fill-region-as-paragraph'. (This is a reversion of a previous
8767 change.)
8768 * progmodes/cc-mode.el (c-basic-common-init):
8769 Make fill-paragraph-handle-comment buffer local and set it to nil.
8770
8771 2012-01-13 Glenn Morris <rgm@gnu.org>
8772
8773 * dired.el (dired-switches-escape-p): New function.
8774 (dired-insert-directory): Use dired-switches-escape-p.
8775 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
8776
8777 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
8778
8779 2012-01-12 Glenn Morris <rgm@gnu.org>
8780
8781 * mail/sendmail.el (mail-mode): Update paragraph-separate for
8782 changes in adaptive-fill-regexp. (Bug#10276)
8783
8784 2012-01-11 Alan Mackenzie <acm@muc.de>
8785
8786 Fix Emacs bug #10463 - put `widen's around the critical spots.
8787
8788 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
8789 widen around each invocation of c-state-pp-to-literal. Remove an
8790 unused let variable.
8791
8792 2012-01-11 Glenn Morris <rgm@gnu.org>
8793
8794 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
8795 Doc fix.
8796
8797 2012-01-10 Chong Yidong <cyd@gnu.org>
8798
8799 * net/network-stream.el (network-stream-open-starttls):
8800 Avoid emitting a confusing error message when the server gives a bad
8801 response to the capability command.
8802
8803 2012-01-10 Glenn Morris <rgm@gnu.org>
8804
8805 * mail/unrmail.el (unrmail): Tweak previous change.
8806
8807 2012-01-09 Chong Yidong <cyd@gnu.org>
8808
8809 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
8810
8811 2012-01-08 Alan Mackenzie <acm@muc.de>
8812
8813 Optimise font locking in long enum definitions.
8814
8815 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
8816 arm to a cond form to handle enums.
8817 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
8818 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
8819
8820 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
8821
8822 * files.el (move-file-to-trash): Preserve default file modes on error.
8823 (Bug#10401)
8824
8825 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8826
8827 * faces.el (set-face-attribute): Clarify the meaning of the nil
8828 frame (bug#10294).
8829
8830 * subr.el (with-selected-frame): Mention that the selected frame
8831 is restored (bug#9980).
8832
8833 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
8834 (bug#9759).
8835
8836 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
8837 (password-read): Don't autoload unused function.
8838
8839 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
8840
8841 * progmodes/which-func.el (which-func-mode): Turn into a
8842 non-interactive function and mark as obsolete (bug#10428).
8843
8844 2012-01-06 Chong Yidong <cyd@gnu.org>
8845
8846 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
8847 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
8848 functions, along with 1 and -1.
8849
8850 2012-01-06 Eli Zaretskii <eliz@gnu.org>
8851
8852 * time.el (display-time-load-average)
8853 (display-time-default-load-average): Doc fixes. See the thread
8854 starting at
8855 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
8856 for the details.
8857
8858 2012-01-06 Glenn Morris <rgm@gnu.org>
8859
8860 * mail/unrmail.el (unrmail): Give an explicit error if the input file
8861 has no messages. (Bug#10377)
8862
8863 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
8864 than Info-edit. (Bug#10385)
8865
8866 * time.el (display-time-load-average, display-time-next-load-average):
8867 Doc fixes.
8868
8869 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
8870 local setting of buffer-read-only to the input buffer. (Bug#10419)
8871
8872 * calendar/calendar.el (calendar-mode):
8873 Locally set scroll-margin to 0. (Bug#10379)
8874
8875 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
8876
8877 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
8878
8879 2012-01-05 Glenn Morris <rgm@gnu.org>
8880
8881 * eshell/em-unix.el (diff-no-select): Autoload it.
8882 (eshell/diff): Use diff-no-select. (Bug#10420)
8883
8884 2012-01-05 Chong Yidong <cyd@gnu.org>
8885
8886 * shell.el (shell-dynamic-complete-functions): Revert last change.
8887 (shell-command-completion-function): New function.
8888 (shell-completion-vars): Use it to implement
8889 shell-completion-execonly (Bug#10417).
8890
8891 * custom.el (enable-theme): Don't set custom-safe-themes.
8892
8893 * cus-theme.el (custom-theme-merge-theme):
8894 Ignore custom-enabled-themes and custom-safe-themes.
8895
8896 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
8897
8898 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
8899 first prompt in `sql-interacive-mode'.
8900 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
8901 keywords.
8902 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
8903 (sql-product-interactive): Bug fix: Set `sql-buffer' in
8904 context of original buffer. Invoke `sql-login-hook'.
8905
8906 2012-01-04 Eli Zaretskii <eliz@gnu.org>
8907
8908 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
8909 letters in cite-prefix.
8910
8911 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8912
8913 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
8914
8915 2012-01-03 Chong Yidong <cyd@gnu.org>
8916
8917 * shell.el (shell-dynamic-complete-functions):
8918 Put pcomplete-completions-at-point, so as to try
8919 comint-filename-completion first (Bug#10417).
8920
8921 2012-01-02 Richard Stallman <rms@gnu.org>
8922
8923 * battery.el (battery-status-function):
8924 Detect when to use battery-yeeloong-sysfs.
8925 (battery-echo-area-format): Add string for Yeeloong.
8926 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
8927 (battery-yeeloong-sysfs): New function.
8928
8929 2012-01-02 Chong Yidong <cyd@gnu.org>
8930
8931 * dirtrack.el (dirtrack-list): Eliminate unused third element.
8932 (dirtrack): Merge code for handling relative filenames in prompt
8933 from shell-dir-cookie-watcher.
8934 (dirtrack-debug-message): New arg to avoid excess format calls.
8935
8936 * shell.el (shell-dir-cookie-re): Variable deleted.
8937 (shell-dir-cookie-watcher): Function deleted.
8938 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
8939 with dirtrack-mode.
8940
8941 2012-01-01 Eli Zaretskii <eliz@gnu.org>
8942
8943 * term/w32-win.el (dynamic-library-alist) <gnutls>:
8944 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
8945 libgnutls-26.dll.
8946
8947 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
8948
8949 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
8950
8951 2011-12-31 Eli Zaretskii <eliz@gnu.org>
8952
8953 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
8954 headers of non-MIME messages, when rmail-enable-mime is non-nil.
8955
8956 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
8959 also for alternative shells.
8960 (tramp-open-connection-setup-interactive-shell): Check, whether
8961 the shell is a busybox.
8962 (tramp-send-command): Don't suppress multiple prompts for
8963 busyboxes, it hurts.
8964
8965 2011-12-28 Chong Yidong <cyd@gnu.org>
8966
8967 * progmodes/gdb-mi.el (gdb-get-source-file-list)
8968 (gdb-get-source-file): Move mode line update to
8969 gdb-get-source-file (Bug#10087).
8970
8971 2011-12-25 Chong Yidong <cyd@gnu.org>
8972
8973 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
8974 gud-gdb-marker-filter without taking it as an argument.
8975 (gud-gdb-run-command-fetch-lines): Caller changed.
8976 (gud-gdb-completion-function): New variable.
8977 (gud-gdb-completion-at-point): Use it.
8978 (gud-gdb-completions-1): Split from gud-gdb-completions.
8979
8980 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
8981 function as separate arguments.
8982 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
8983 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
8984 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
8985 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
8986 (gdb-stopped, def-gdb-auto-update-trigger)
8987 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
8988 (gdb-get-changed-registers, gdb-get-main-selected-frame):
8989 Callers changed.
8990 (gud-gdbmi-completions): New function.
8991 (gdb): Use it for generating the completion table.
8992
8993 2011-12-24 Alan Mackenzie <acm@muc.de>
8994
8995 Introduce a mechanism to widen the region used in context font
8996 locking. Use this to protect declarations from losing their contexts.
8997
8998 * progmodes/cc-langs.el (c-before-font-lock-functions):
8999 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9000 (c-before-context-fontification-functions): New defvar, a list of
9001 functions to be run just before context (etc.) font locking.
9002
9003 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9004 New, functionality extracted from
9005 c-neutralize-syntax-in-and-mark-CPP.
9006 (c-in-after-change-fontification): New variable.
9007 (c-after-change): Set c-in-after-change-fontification.
9008 (c-set-fl-decl-start): Rejig its interface, so it can be called
9009 from both after-change and context fontifying.
9010 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9011 New functions.
9012 (c-standard-font-lock-fontify-region-function): New variable.
9013 (c-font-lock-fontify-region): New function.
9014
9015 2011-12-24 Juri Linkov <juri@jurta.org>
9016
9017 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9018 (Bug#10348)
9019
9020 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
9021
9022 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9023 existence of source file. (Bug#10325)
9024
9025 2011-12-23 Alan Mackenzie <acm@muc.de>
9026
9027 Fix unstable fontification inside templates.
9028
9029 * progmodes/cc-langs.el (c-before-font-lock-functions):
9030 Newly created from the singular version. The (c c++ objc) entry now
9031 additionally has c-set-fl-decl-start. The other languages (apart
9032 from AWK) have that as a single entry.
9033
9034 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9035 The functionality for "local" declarations has been extracted to
9036 c-set-fl-decl-start.
9037
9038 * progmodes/cc-mode.el (c-common-init, c-after-change):
9039 Changes due to pluralisation of c-before-font-lock-functions.
9040 (c-set-fl-decl-start): New function, extracted from
9041 c-font-lock-enclosing-decls and enhanced.
9042
9043 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
9044
9045 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9046
9047 2011-12-22 Juri Linkov <juri@jurta.org>
9048
9049 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9050
9051 2011-12-22 Chong Yidong <cyd@gnu.org>
9052
9053 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9054
9055 2011-12-21 Drew Adams <drew.adams@oracle.com>
9056
9057 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9058
9059 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9060
9061 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9062
9063 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9064
9065 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9066 highlighting and support. Fix up comments for capitalization.
9067 (cfengine-mode-debug): New var.
9068 (cfengine3-mode): Change the modeline indicator to "CFE3".
9069 (cfengine3-font-lock-keywords): Improve defun highlighting.
9070 (cfengine2-actions): Rename from `cfengine-actions'.
9071 (cfengine2-font-lock-keywords): Rename from
9072 `cfengine-font-lock-keywords'.
9073 (cfengine2-imenu-expression): Rename from
9074 `cfengine-imenu-expression'.
9075 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9076 (cfengine2-beginning-of-defun): Rename from
9077 `cfengine-beginning-of-defun'.
9078 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9079 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9080 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9081 modeline indicator to "CFE2".
9082 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9083 (cfengine-mode-abbrevs): Mark obsolete.
9084
9085 2011-12-21 Chong Yidong <cyd@gnu.org>
9086
9087 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9088 filename argument.
9089
9090 2011-12-20 Martin Rudalics <rudalics@gmx.at>
9091
9092 * window.el (window-normalize-buffer-to-display): Remove.
9093 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9094
9095 2011-12-19 Chong Yidong <cyd@gnu.org>
9096
9097 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9098 Don't signal an error in a predicate function; return non-nil.
9099 (vc-dir-mark-file): Move the error here.
9100 (vc-dir-mark-unmark): If acting on the region, keep going if one
9101 of the entries cannot be marked/unmarked.
9102 (vc-dir-mark-all-files): If current entry is a directory, mark
9103 only child files, as documented.
9104
9105 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9106
9107 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9108 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9109 addition.
9110
9111 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9112
9113 * term/ns-win.el (ns-get-selection-internal)
9114 (ns-store-selection-internal): Declare.
9115 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9116 Declare as obsolete.
9117 (ns-get-pasteboard, ns-paste-secondary):
9118 Use ns-get-selection-internal.
9119 (ns-set-pasteboard, ns-copy-including-secondary):
9120 Use ns-store-selection-internal.
9121
9122 2011-12-17 Chong Yidong <cyd@gnu.org>
9123
9124 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9125 (vc-deduce-fileset): Doc fix.
9126
9127 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9128
9129 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9130
9131 2011-12-13 Sam Steingold <sds@gnu.org>
9132
9133 * man.el (Man-getpage-in-background): When running under a
9134 window-system, ignore $MANWIDTH and $COLUMNS.
9135
9136 2011-12-15 Kenichi Handa <handa@m17n.org>
9137
9138 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9139 (setup-ethiopic-environment-internal): Comment out key-binding for
9140 ethio-toggle-punctuation.
9141
9142 2011-12-13 Alan Mackenzie <acm@muc.de>
9143
9144 Add the switch statement to AWK Mode.
9145
9146 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9147 "default" to the keywords regexp.
9148
9149 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9150 expression as the rest.
9151 (c-nonlabel-token-key): Allow string literals for AWK.
9152 Refactor for the other modes.
9153
9154 Large brace-block initialisation makes CC Mode slow: Fix.
9155 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9156 routines. Limit backward searching in c-font-lock-enclosing.decl.
9157
9158 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9159 pp-state and literal type in addition to the limits.
9160 (c-state-safe-place): New defun, extracted from c-state-literal-at.
9161 (c-state-literal-at): Use the above new defun.
9162 (c-slow-in-literal, c-fast-in-literal): Remove.
9163 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9164
9165 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9166 being in a literal. Add a limit for backward searching.
9167
9168 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9169 c-slow-in-literal.
9170
9171 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9174
9175 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9176
9177 * window.el (delete-other-windows): Use correct frame in call to
9178 window-with-parameter.
9179
9180 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9181
9182 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9183 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9184 (makefile-gmake-statements, makefile-makepp-statements):
9185 Use it and add new makepp keywords.
9186 (makefile-makepp-font-lock-keywords): Add new patterns.
9187 (makefile-match-function-end): Match new [...] and [[...]].
9188
9189 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
9190
9191 * ses.el (ses-call-printer-return, ses-cell-property-get)
9192 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9193 (ses-create-cell-variable, ses-reset-header-string)
9194 (ses-cell-set-formula, ses-repair-cell-reference-all)
9195 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9196 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9197 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9198 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9199 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9200 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9201 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9202 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9203 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9204 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9205 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9206 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9207
9208 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9209
9210 * ses.el: The overall change is to add cell renaming, that is
9211 setting fancy names for cell symbols other than name matching
9212 "\\`[A-Z]+[0-9]+\\'" regexp .
9213 (ses-create-cell-variable): New defun.
9214 (ses-relocate-formula): Relocate formulas only for cells the
9215 symbols of which are not renamed, i.e. symbols whose names do not
9216 match regexp "\\`[A-Z]+[0-9]+\\'".
9217 (ses-relocate-all): Relocate values only for cells the symbols of
9218 which are not renamed.
9219 (ses-load): Create cells variables as the (ses-cell ...) are read,
9220 in order to check row col consistency with cell symbol name only
9221 for cells that are not renamed.
9222 (ses-replace-name-in-formula): New defun.
9223 (ses-rename-cell): New defun.
9224
9225 2011-12-11 Chong Yidong <cyd@gnu.org>
9226
9227 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9228 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9229
9230 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9231
9232 * window.el (other-window): Fix docstring.
9233
9234 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9235
9236 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
9237 `from' or `to' address before taking its substring.
9238 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
9239 encoded name is chopped in the middle of the encoded string, and
9240 thus displayed encoded.
9241
9242 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
9243
9244 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9245
9246 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9247
9248 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9249 to use texinfo-update-node and commands that call it if the
9250 Texinfo file uses @node lines without next/prev/up pointers.
9251 Correct outdated description about texinfo-master-menu.
9252 (texinfo-all-menus-update, texinfo-master-menu)
9253 (texinfo-update-node, texinfo-every-node-update)
9254 (texinfo-multiple-files-update): Doc fix. Warn against updating
9255 all the @node lines.
9256 (texinfo-master-menu): Only call texinfo-update-node if the prefix
9257 argument is numeric. Explain better in the doc string what the
9258 function really does.
9259 (texinfo-insert-master-menu-list): Improve the error message
9260 displayed if there's no menu in the Top node.
9261 (Bug#2975) See also this thread:
9262 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9263
9264 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9265
9266 * speedbar.el (speedbar-supported-extension-expressions):
9267 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9268
9269 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * printing.el (pr-mode-alist):
9272 * simple.el (filter-buffer-substring-functions)
9273 (completion-list-insert-choice-function):
9274 * window.el (window-with-parameter, window-atom-root)
9275 (window-sides-slots, window-size-fixed, window-min-delta)
9276 (window-max-delta, window--resize-mini-window)
9277 (window--resize-child-windows-normal, window-tree)
9278 (delete-other-windows, quit-window, split-window)
9279 (display-buffer-record-window, special-display-buffer-names)
9280 (special-display-regexps, special-display-popup-frame)
9281 (same-window-p, split-window-sensibly)
9282 (display-buffer-overriding-action, display-buffer-alist)
9283 (display-buffer-base-action, display-buffer, switch-to-buffer)
9284 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9285 (fit-window-to-buffer, recenter-positions)
9286 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9287 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9288 and remove unneeded backslashes in docstrings.
9289
9290 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9293
9294 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9295 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9296 end in ".mk".
9297 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9298 when reading the makefile (bug#10116).
9299
9300 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9303 (bug#10116).
9304
9305 2011-12-06 Glenn Morris <rgm@gnu.org>
9306
9307 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9308
9309 2011-12-06 Chong Yidong <cyd@gnu.org>
9310
9311 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9312
9313 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
9314
9315 * textmodes/table.el (table-shorten-cell): Fix typo.
9316
9317 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9318
9319 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9320
9321 2011-12-05 Eli Zaretskii <eliz@gnu.org>
9322
9323 * descr-text.el (describe-char): Fix display of strong
9324 right-to-left characters and directional embeddings and overrides.
9325
9326 * simple.el (what-cursor-position): Fix display of codepoints of
9327 strong right-to-left characters.
9328
9329 2011-12-05 Chong Yidong <cyd@gnu.org>
9330
9331 * faces.el (read-color): Doc fix.
9332
9333 2011-12-05 Glenn Morris <rgm@gnu.org>
9334
9335 * align.el (align--set-marker): Add doc-string.
9336 Don't try to move something that is not a marker. (Bug#10216)
9337
9338 2011-12-04 Glenn Morris <rgm@gnu.org>
9339
9340 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9341 overly zealous deletion of trailing whitespace.
9342
9343 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
9344
9345 * server.el (server-delete-client): On Windows, do not try to delete
9346 the only terminal.
9347 (server-process-filter): On Windows, treat requests for a tty frame as
9348 if they were for a GUI frame if the running server is in GUI mode.
9349
9350 2011-12-03 Glenn Morris <rgm@gnu.org>
9351
9352 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
9353
9354 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * electric.el: Streamline electric-indent's hook.
9357 (electric-indent-chars): Revert to simple list.
9358 (electric-indent-functions): New var.
9359 (electric-indent-post-self-insert-function): Use it.
9360
9361 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9362 there's no inferior buffer (bug#10196).
9363 (prolog-consult-compile): Don't use toggle-read-only.
9364
9365 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
9366
9367 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9368 interrupt. (Bug#10187)
9369
9370 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9373 (bug#9160).
9374
9375 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9376 (bug#10191).
9377
9378 2011-12-02 Juri Linkov <juri@jurta.org>
9379
9380 * info.el (Info-search): Display "end of manual" when Isearch
9381 reaches the end of single-file Info manual. (Bug#9918)
9382
9383 2011-12-02 Eli Zaretskii <eliz@gnu.org>
9384
9385 * isearch.el (isearch-message-prefix): Run the input method part
9386 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
9387
9388 2011-12-02 Juri Linkov <juri@jurta.org>
9389
9390 * isearch.el (isearch-occur): Use `word-search-regexp' for
9391 `isearch-word'.
9392 (isearch-search-and-update): Add condition for `isearch-word' and
9393 call `word-search-regexp'. (Bug#10145)
9394
9395 2011-12-01 Glenn Morris <rgm@gnu.org>
9396
9397 * eshell/em-hist.el (eshell-hist-initialize):
9398 Handle eshell-history-size nil and HISTSIZE set or unset.
9399 (eshell-history-file-name, eshell-history-size): Fix custom type.
9400
9401 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9404
9405 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
9406
9407 * progmodes/verilog-mode.el (verilog-pretty-expr):
9408 Rework verilog-pretty-expr to handle new assignment operators in system
9409 verilog, such as += *= and the like.
9410 (verilog-assignment-operator-re): Regular expression to find the
9411 assigment operator in a verilog assignment.
9412 (verilog-assignment-operation-re): Regular expression to find an
9413 assignment statement for pretty-expr.
9414 (verilog-in-attribute-p): Query returns true if point is in an
9415 attribute context; used to skip these for expression line up from
9416 pretty-expr.
9417 (verilog-in-parameter-p): Query returns true if point is in an
9418 parameter definition context; used to skip these for expression
9419 line up from pretty-expr.
9420 (verilog-in-parenthesis-p): Query returns true if point is in a
9421 parenthetical expression, specifically ( ) but not [ ] or { };
9422 used by pretty-expr.
9423 (verilog-just-one-space): If there is no space, don't add one.
9424 (verilog-get-lineup-indent-2): Specifically skip just attribute
9425 contexts for expression lineup, rather than skipping all
9426 parenthetical expressions.
9427 (verilog-calculate-indent): Fix comment, and fix indent.
9428 (verilog-do-indent): Indent declarations in lists (suggested by
9429 Joachim Lechner).
9430 (verilog-mode-abbrev-table): Populate abbrev mode with the various
9431 skeleton items.
9432 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
9433 by Alain Mellan).
9434
9435 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
9436
9437 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
9438 parameters with embedded comments. Reported by Ray Stevens.
9439 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
9440 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
9441 Reported by Tim Holt.
9442 (verilog-auto): Fix AUTOing a upper module then AUTOing module
9443 instantiated by upper module causing wrong expansion until AUTOed a
9444 second time. Reported by K C Buckenmaier.
9445 (verilog-diff-auto): Fix showing .* as a difference when
9446 `verilog-auto-star-save' off. Reported by Dan Dever.
9447 (verilog-auto-reset, verilog-read-always-signals)
9448 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
9449 temporary signals in reset list if
9450 verilog-auto-reset-blocking-in-non is nil, and match assignment
9451 style to each signal's assignment type, bug381.
9452 Reported by Thomas Esposito.
9453 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
9454 (verilog-uvm-statement-re): Support UVM indentation and
9455 highlighting, with old OVM keywords only.
9456 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
9457 Support AUTOTIEOFF creating non-wire data types.
9458 Suggested by Jonathan Greenlaw.
9459 (verilog-auto-insert-lisp, verilog-delete-to-paren)
9460 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
9461 (verilog-inject-sense, verilog-read-inst-pins)
9462 (verilog-read-sub-decls, verilog-read-sub-decls-line):
9463 Fix mismatching parenthesis inside commented out code when deleting
9464 AUTOINST, bug383. Reported by Jonathan Greenlaw.
9465 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
9466 non-numeric vector width. Reported by Alex Reed.
9467 (verilog-auto-ascii-enum): Add "onehot" option to work around not
9468 detecting signals with parameter widths. Reported by Alex Reed.
9469 (verilog-auto-delete-trailing-whitespace):
9470 With `verilog-auto-delete-trailing-whitespace' remove trailing
9471 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
9472 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
9473 Fix verilog-scan-cache corruption when running user AUTO expansion
9474 hooks that call indentation routines.
9475 (verilog-simplify-range-expression): Fix typo ignoring lower case
9476 identifiers.
9477 (verilog-delete-auto): Fix delete-autos to also remove user created
9478 automatics, as long as they start with AUTO.
9479 (verilog-batch-diff-auto, verilog-diff-auto)
9480 (verilog-diff-function): Add `verilog-diff-auto' and bind to
9481 "C-c?" to report differences in AUTO expansion, ignoring spaces.
9482 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
9483 (verilog-in-paren-quick, verilog-re-search-backward-quick)
9484 (verilog-re-search-forward-quick, verilog-syntax-ppss):
9485 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
9486 is disabled and its cache will get corrupt, causing AUTOS not to
9487 expand. Instead use only -quick functions.
9488 (verilog-scan-region): Fix scanning over escaped quotes.
9489 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9490 (verilog-re-search-backward-quick)
9491 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9492 related functions now ignore strings, to fix misparsing of strings
9493 with magic comments embedded in them.
9494 (verilog-read-auto-template):
9495 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9496 Reported by Brad Dobbie.
9497 (verilog-read-auto-template):
9498 Fix 'verilog-auto-inst-template-numbers' with comments.
9499 Reported by Brad Dobbie.
9500 (verilog-auto-inst, verilog-auto-inst-param)
9501 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9502 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
9503 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
9504 debugging templates without merge conflicts, bug357.
9505 Reported by Brad Dobbie.
9506 (verilog-read-auto-template):
9507 Fix verilog-auto-inst-template-numbers with multiple templates.
9508 Reported by Brad Dobbie.
9509 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
9510 abbrevs so user won't be asked to save.
9511 (verilog-read-auto-lisp-present): Fix to start at beginning of
9512 buffer in case called outside of verilog-auto.
9513 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
9514 to "X-2". Reported by Matthew Myers.
9515 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
9516 all inputs from module templates. Reported by Leith Johnson.
9517 (verilog-module-inside-filename-p): Fix locating programs as with
9518 modules.
9519 (verilog-auto-inst-port): Fix vl-width expressions when using
9520 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
9521 (verilog-decls-get-regs, verilog-decls-get-signals,
9522 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
9523 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
9524 verilog-read-decls): Combine reg and wire structures into one var
9525 structure to represent SystemVerilog concepts.
9526 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
9527 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
9528 (verilog-auto-wire-type, verilog-insert-definition):
9529 Add verilog-auto-wire-type and AUTOLOGIC to support using
9530 SystemVerilog "logic" keyword instead of "wire"/"reg".
9531 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
9532 to declares outputs that also have assignments (presumably in an
9533 ifdef or generate if so there's not a driver conflict).
9534 Reported by Matthew Myers.
9535 (verilog-auto-declare-nettype, verilog-insert-definition):
9536 Add verilog-auto-declare-nettype to fix declarations using
9537 `default_nettype none. Reported by Julian Gorfajn.
9538 (verilog-read-always-signals-recurse, verilog-read-decls)
9539 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
9540 malformed end statement, bug325. Reported by Joshua Wise and
9541 Andrew Drake.
9542 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
9543 (verilog-inst-comment-re): Fix not deleting Interfaced comment
9544 when expanding .* in interfaces, bug320.
9545 Reported by Pierre-David Pfister.
9546 (verilog-read-module-name): Fix import statements between module
9547 name and open parenthesis, bug317.
9548 Reported by Pierre-David Pfister.
9549 (verilog-simplify-range-expression): Fix simplification of
9550 multiplications inside AUTOWIRE connections, bug303.
9551 (verilog-auto-inst-port): Support parameter expansion in
9552 multidimensional arrays.
9553 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
9554 after "assert property". Reported by Julian Gorfajn.
9555 (verilog-simplify-range-expression): Fix "couldn't merge" errors
9556 with multiplication, bug303.
9557 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
9558 Reported by Jan Frode Lonnum.
9559
9560 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
9563 (hfy-shell-file-name, hfy-shell):
9564 * international/fontset.el (x-decompose-font-name): Fix typos.
9565
9566 2011-11-29 Ken Brown <kbrown@cornell.edu>
9567
9568 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
9569 (gdb-version): Remove defvar.
9570 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
9571 (gdb-gud-context-command, gdb-non-stop-handler)
9572 (gdb-current-context-command, gdb-stopped): Use it.
9573 (gdb-init-1): Enable pretty printing here.
9574 (gdb-non-stop-handler): Don't enable pretty-printing here.
9575 Check to see if the target supports non-stop mode; if not, turn off
9576 non-stop mode. Use the following.
9577 (gdb-check-target-async): New defun.
9578 (gud-watch, gdb-stopped): Fix whitespace.
9579 (gdb-get-source-file): Don't try to display the source file if
9580 `gdb-main-file' is nil.
9581
9582 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * align.el: Try to generate fewer markers (bug#10047).
9585 (align--set-marker): New macro.
9586 (align-region): Use it.
9587
9588 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
9591
9592 2011-11-29 Chong Yidong <cyd@gnu.org>
9593
9594 * indent.el (indent-for-tab-command, indent-according-to-mode):
9595 Doc fix.
9596 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
9597
9598 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
9599
9600 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
9601 aware of remote file names. (Bug#10124)
9602
9603 2011-11-29 Chong Yidong <cyd@gnu.org>
9604
9605 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
9606
9607 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * files.el (find-file): Don't use force-same-window (bug#10144).
9610 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
9611 use pop-to-buffer if the selected window can't be used.
9612 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
9613
9614 2011-11-28 Eli Zaretskii <eliz@gnu.org>
9615
9616 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
9617 special-mode-map.
9618
9619 2011-11-28 Chong Yidong <cyd@gnu.org>
9620
9621 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
9622
9623 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
9624
9625 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
9626 gdb-get-source-file-list on gdb-create-source-file-list.
9627
9628 2011-11-26 Eli Zaretskii <eliz@gnu.org>
9629
9630 * whitespace.el (whitespace-newline): Use a different foreground
9631 color for 16-color light-background displays.
9632
9633 2011-11-24 Chong Yidong <cyd@gnu.org>
9634
9635 * window.el (display-buffer--special-action): Doc fix.
9636
9637 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
9638
9639 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
9640 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
9641 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
9642 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
9643 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
9644 (avl-tree-stack-first):
9645 * emacs-lisp/cconv.el (cconv--analyse-use):
9646 * net/gnutls.el (gnutls-negotiate): Fix typos.
9647
9648 2011-11-24 Glenn Morris <rgm@gnu.org>
9649
9650 * lpr.el (lpr-windows-system, lpr-lp-system):
9651 * mail/binhex.el (binhex-begin-line):
9652 * progmodes/grep.el (grep-history, grep-find-history):
9653 * textmodes/flyspell.el:
9654 * vc/pcvs-defs.el (cvs-global-menu):
9655 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
9656 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
9657 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
9658
9659 * net/tls.el: Fix case of "GnuTLS".
9660
9661 * paths.el (rmail-file-name): Format doc-string for make-docfile.
9662
9663 * version.el (emacs-build-system): Give it a doc-string.
9664
9665 2011-11-24 Juri Linkov <juri@jurta.org>
9666
9667 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
9668
9669 2011-11-24 Glenn Morris <rgm@gnu.org>
9670
9671 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
9672 if called on a non-mime message just toggle the headers. (Bug#8006)
9673
9674 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
9675
9676 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
9677 (allout-lead-with-comment-string, allout-structure-deleted-hook)
9678 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
9679 (allout-rebullet-heading, allout-open-sibtopic)
9680 (allout-toggle-current-subtree-encryption)
9681 (allout-toggle-subtree-encryption, allout-encrypt-string)
9682 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
9683 (allout-distinctive-bullets-string, allout-auto-activation):
9684 * window.el (window-normalize-buffer-to-display):
9685 * progmodes/verilog-mode.el (verilog-batch-indent):
9686 * textmodes/bibtex.el (bibtex-field-braces-opt)
9687 (bibtex-field-strings-opt):
9688 * vc/cvs-status.el (cvs-tree-merge):
9689 Fix typos.
9690
9691 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
9692
9693 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
9694 `non-essential' to t, in order to avoid remote connections.
9695
9696 2011-11-23 Eli Zaretskii <eliz@gnu.org>
9697
9698 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9699 On MS-DOS and MS-Windows, compare with loaddefs.el
9700 case-insensitively.
9701
9702 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9703
9704 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
9705
9706 2011-11-23 Glenn Morris <rgm@gnu.org>
9707
9708 * paths.el (rmail-file-name): Reformat the doc-string so that it
9709 is picked up.
9710
9711 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
9712 (rmail-auto-file): Ignore case in the "special" field names,
9713 as mail-fetch-field does for all others.
9714
9715 * mail/rmail.el (rmail-forward):
9716 * mail/rmailkwd.el (rmail-set-label):
9717 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
9718 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
9719
9720 * mail/rmail.el (rmail-current-message): Doc fix.
9721
9722 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
9723
9724 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * server.el (server-eval-and-print): Allow C-g (bug#6585).
9727
9728 2011-11-22 Glenn Morris <rgm@gnu.org>
9729
9730 * mail/rmailmm.el (test-rmail-mime-handler)
9731 (test-rmail-mime-bulk-handler)
9732 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
9733
9734 2011-11-21 Juri Linkov <juri@jurta.org>
9735
9736 * calc/calc.el (calc-read-key-sequence):
9737 Let-bind `input-method-function' to nil. (Bug#10018)
9738
9739 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740
9741 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9742 Tell the caller that the next line needs recomputation, even
9743 though it doesn't start a sexp (bug#10094).
9744
9745 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
9748
9749 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9752 Use force-same-window.
9753
9754 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9755
9756 * descr-text.el (describe-char-unicode-data):
9757 * json.el (json-string-escape):
9758 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
9759 (Footnote-unicode, Footnote-style-p):
9760 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
9761
9762 2011-11-20 Chong Yidong <cyd@gnu.org>
9763
9764 * window.el (replace-buffer-in-windows): Restore interactive spec.
9765
9766 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * electric.el (electric-indent-mode): Fix last change (too optimistic).
9769
9770 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
9771 (byte-compile-global-not-obsolete-vars): New var.
9772 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
9773 Use it.
9774 (byte-compile-warn-obsolete): Align text with the one in *Help*.
9775
9776 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9777
9778 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
9779 * progmodes/pascal.el (electric-pascal-equal):
9780 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
9781 * xml.el (xml-substitute-special): Fix typos.
9782
9783 2011-11-20 Glenn Morris <rgm@gnu.org>
9784
9785 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
9786 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
9787 Doc fixes.
9788 (rmail-decode-mime-charset): Mark as obsolete.
9789
9790 * mail/rmailsum.el (rmail-message-regexp-p-1):
9791 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
9792 Before using mime functions, check they are set. (Bug#10077)
9793
9794 2011-11-19 Juri Linkov <juri@jurta.org>
9795
9796 * info.el (Info-finder-find-node): Use `package--builtins' instead
9797 of `package-alist'. Use node names formed by the pattern "Keyword "
9798 and the keyword name.
9799
9800 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9801
9802 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
9803
9804 2011-11-19 Juri Linkov <juri@jurta.org>
9805
9806 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
9807 that calls `revert-buffer' on all Info buffers. (Bug#9915)
9808 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
9809 `old-history', `old-history-forward'. Add let-binding
9810 `window-selected'. Remove calls to `kill-buffer',
9811 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
9812 before calling `Info-find-node', so `Info-find-node-2' will reread
9813 the Info file. Restore window positions only when `window-selected'
9814 is non-nil.
9815
9816 2011-11-19 Juri Linkov <juri@jurta.org>
9817
9818 * isearch.el (isearch-lazy-highlight-new-loop):
9819 Remove condition `(not isearch-error)'. (Bug#9918)
9820
9821 * misearch.el (multi-isearch-search-fun): Add condition
9822 `(not bound)' to ignore lazy-highlighting search.
9823 Add the search-failed message "end of multi" when the end of
9824 multi-sequence is reached. Uncapitalize the search-failed
9825 message "Repeat for next buffer".
9826
9827 * info.el (Info-search): Add the search-failed message
9828 "end of the manual" when the end of the manual is reached
9829 in Isearch mode.
9830
9831 2011-11-19 Juri Linkov <juri@jurta.org>
9832
9833 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
9834 Use non-destructive `remove' instead of `delete' because
9835 `Info-history-list' stored to `Info-isearch-initial-history-list' in
9836 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
9837
9838 2011-11-19 Juri Linkov <juri@jurta.org>
9839
9840 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
9841 to nil instead of binding `search-ring' and `regexp-search-ring'.
9842 (Bug#9185)
9843
9844 2011-11-19 Eli Zaretskii <eliz@gnu.org>
9845
9846 * simple.el (line-move): Force movement by logical lines for any
9847 hscrolled window, not only when auto-hscroll-mode is on.
9848 (line-move-visual): Update doc string to that effect. (Bug#10076)
9849
9850 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9851
9852 * language/european.el (macintosh): Define as alias for mac-roman.
9853
9854 2011-11-19 Eli Zaretskii <eliz@gnu.org>
9855
9856 * mail/rmailmm.el (rmail-mime-display-header)
9857 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
9858 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
9859 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
9860 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
9861 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
9862 of a raw aref.
9863 (rmail-mime-entity-segment): To get past the tagline, move forward
9864 2 more lines, to account for the 2 empty lines that precede and
9865 follow the line with the buttons.
9866 (rmail-mime-update-tagline): Move one more line, to get past the
9867 empty line that follows the buttons in the tagline. (Bug#9520)
9868
9869 2011-11-19 Martin Rudalics <rudalics@gmx.at>
9870
9871 * window.el (window-max-delta-1, window-min-delta-1)
9872 (window-min-size-1, window-state-get-1, window-state-put-1)
9873 (window-state-put-2): Use "window--" prefix.
9874
9875 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * emacs-lisp/smie.el: Improve warnings and conflict detection.
9878 (smie-warning-count): New var.
9879 (smie-set-prec2tab): Use it.
9880 (smie-bnf->prec2): Improve warnings. Add docstring.
9881 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
9882 (smie-bnf--set-class): New function.
9883 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
9884 corner case.
9885
9886 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
9887 (compilation-error-properties, compilation-move-to-column):
9888 Handle compilation-first-column while in the target buffer.
9889
9890 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
9891 Don't hardcode point-min==1.
9892
9893 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
9894 (eshell-rewrite-for-command): Remove workaround.
9895 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
9896 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
9897 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
9898
9899 * files-x.el (modify-file-local-variable): Obey commenting conventions.
9900
9901 2011-11-17 Glenn Morris <rgm@gnu.org>
9902
9903 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9904 Ignore buffer-local generated-autoload-file if it is the same
9905 as the global value. (Bug#10049)
9906
9907 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
9908
9909 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
9910 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
9911 (reftex-toc-previous-heading, reftex-toc-max-level)
9912 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
9913 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
9914 (reftex-toc-do-promote, reftex-toc-promote-prepare)
9915 (reftex-toc-promote-action, reftex-toc-extract-section-number)
9916 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
9917 (reftex-toc-rename-label, reftex-toc-visit-location)
9918 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
9919 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
9920 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
9921 leaving "*toc*" only for references to the buffer.
9922
9923 2011-11-17 Martin Rudalics <rudalics@gmx.at>
9924
9925 * window.el (window-resize, delete-window, split-window):
9926 Replace window-splits by window-combination-resize.
9927 * cus-start.el (window-splits): Replace by window-combination-resize.
9928
9929 2011-11-17 Glenn Morris <rgm@gnu.org>
9930
9931 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9932 Make bash entry derive from sh entry, not shell entry.
9933
9934 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
9935
9936 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
9937 local file name.
9938
9939 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
9940
9941 * menu-bar.el (menu-bar-file-menu):
9942 * printing.el (pr-ps-utility):
9943 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
9944 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
9945 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
9946 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
9947 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
9948 (icalendar--convert-cyclic-to-ical)
9949 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
9950 (icalendar--convert-ical-to-diary)
9951 (icalendar--convert-recurring-to-diary)
9952 (icalendar--convert-non-recurring-all-day-to-diary)
9953 (icalendar-import-format-sample):
9954 * progmodes/idlw-shell.el (idlwave-shell-mode):
9955 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
9956 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
9957 (vhdl-ps-print-init): Fix typos.
9958
9959 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
9960
9961 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
9962 FSF and collapse date sequence, obscure author/maintainer email address
9963 better, remove extra version line, track relocation of author's webpage.
9964
9965 * progmodes/python.el (python-pdbtrack-input-prompt)
9966 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
9967 regular python pdb prompts. Adjustments shamelessly taken exactly as
9968 suggested in EmacsWiki page (tiny change):
9969 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
9970
9971 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
9972
9973 * expand.el (expand-pos, expand-index, expand-point):
9974 Remove redundant info from docstring.
9975 (expand-add-abbrevs): Doc fix.
9976 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
9977 (expand-sample-perl-mode-expand-list): Fix typos.
9978
9979 * net/dbus.el (dbus-event-member-name):
9980 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
9981 * term/pc-win.el (msdos-create-frame-with-faces):
9982 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
9983
9984 2011-11-16 Martin Rudalics <rudalics@gmx.at>
9985
9986 * window.el (split-window, window-state-get-1)
9987 (window-state-put-1, window-state-put-2): Rename occurrences of
9988 window-nest to window-combination-limit.
9989 * cus-start.el (window-nest): Rename to window-combination-limit.
9990
9991 2011-11-16 Chong Yidong <cyd@gnu.org>
9992
9993 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
9994 regexp (Bug#10033).
9995
9996 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9997
9998 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
9999 `completing-read' will remove *Completions* and will preserve
10000 current-buffer for us.
10001 (tmm-add-prompt): Users of *Completions* will always (re)set its
10002 major mode.
10003 (tmm-old-comp-map): Remove.
10004
10005 2011-11-16 Glenn Morris <rgm@gnu.org>
10006
10007 * mail/rmailedit.el: Require rmailmm when compiling.
10008 (rmail-old-mime-state): New declaration.
10009 (rmail-edit-current-message): If editing a mime message,
10010 edit the "raw" message from the mbox buffer.
10011 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10012
10013 2011-11-15 Glenn Morris <rgm@gnu.org>
10014
10015 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10016 which wasn't being used. Add optional arg to force given state.
10017 (rmail-mime): Add optional arg to force given state.
10018
10019 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10022 * frame.el (display-mm-dimensions-alist):
10023 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10024 (outline-move-subtree-down):
10025 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10026 (newsticker--treeview-do-get-node):
10027 * net/quickurl.el (quickurl-list-buffer-name):
10028 * progmodes/dcl-mode.el (dcl-mode):
10029 * progmodes/gdb-mi.el (gdb-mapcar*):
10030 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10031
10032 2011-11-15 Glenn Morris <rgm@gnu.org>
10033
10034 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10035 in a boolean sense, so just make it a boolean, and fix the doc.
10036 (rmail-show-mime-function, rmail-mime-feature)
10037 (rmail-require-mime-maybe): Doc fixes.
10038 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10039
10040 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10041
10042 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10043
10044 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10045 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10046 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10047 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10048
10049 2011-11-15 Glenn Morris <rgm@gnu.org>
10050
10051 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10052 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10053 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10054 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10055 (rmail-mime, rmail-show-mime): Doc fixes.
10056
10057 * term/ns-win.el (mode-line-frame-identification):
10058 Leave it alone. (Bug#10051)
10059
10060 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10061
10062 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10063 Handle empty buffers. (Bug#9978)
10064
10065 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10066
10067 * international/mule.el (define-charset):
10068 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10069 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10070 * progmodes/verilog-mode.el (verilog-backward-token):
10071 * textmodes/ispell.el (lookup-words):
10072 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10073
10074 2011-11-14 Glenn Morris <rgm@gnu.org>
10075
10076 * progmodes/executable.el
10077 (executable-make-buffer-file-executable-if-script-p):
10078 Handle file-modes returning nil.
10079
10080 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10081 message - not necessary, and causes problems. (Bug#9831)
10082
10083 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10084
10085 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10086
10087 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10088 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10089 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10090
10091 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10092
10093 * window.el (window-resize, delete-window): Use window-splits
10094 variable instead of function.
10095 (window-state-get-1, window-state-put-2, window-state-put):
10096 Don't deal with windows' splits status.
10097
10098 2011-11-12 Glenn Morris <rgm@gnu.org>
10099
10100 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10101 (apropos-documentation): Doc fixes.
10102
10103 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
10104
10105 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10106 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10107
10108 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * electric.el (electric-indent-post-self-insert-function): Make it
10111 possible for a char to only indent in some circumstances.
10112 (electric-indent-mode): Simplify.
10113
10114 2011-11-11 Martin Rudalics <rudalics@gmx.at>
10115
10116 * window.el (windows-with-parameter): Remove unused function.
10117 (windows-at-side): Rename to window-at-side-list.
10118 (window-check, window-atom-check, window-atom-check-1)
10119 (window-side-check, window-size-ignore, window-size-fixed-1)
10120 (window-in-direction-2): Prefix with "window--".
10121 (window-tree-1): Rename to window--subtree, fix doc-string.
10122
10123 2011-11-11 Glenn Morris <rgm@gnu.org>
10124
10125 * subr.el (eval-after-load): If FILE is already loaded,
10126 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10127
10128 2011-11-10 Glenn Morris <rgm@gnu.org>
10129
10130 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10131 Call svn via vc-svn-command rather than vc-do-command.
10132 (vc-svn-command): Add --non-interactive. (Bug#9993)
10133 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10134
10135 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10136 Add toggle-read-only. (Bug#7292)
10137 * files.el (toggle-read-only): Mention that it should only
10138 be used interactively. (Bug#10006)
10139
10140 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10143 Adjust regexp for OCaml warnings.
10144
10145 * electric.el (electric-pair-post-self-insert-function): Let user
10146 turn it off buffer-locally (bug#9932).
10147
10148 * progmodes/python.el (python-beginning-of-statement):
10149 Rewrite (bug#2703).
10150
10151 * progmodes/compile.el: Better handle TABs (bug#9749).
10152 (compilation-internal-error-properties)
10153 (compilation-next-error-function): Obey the target buffer's
10154 compilation-error-screen-columns.
10155
10156 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
10157
10158 * progmodes/meta-mode.el: Remove obsolete comments.
10159 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10160 Fix typos in docstrings.
10161
10162 2011-11-09 Martin Rudalics <rudalics@gmx.at>
10163
10164 * window.el (window-size-fixed-p): Rewrite doc-string.
10165 (window-resizable-p): Rename to window--resizable-p. Update callers.
10166 (window--resizable): New function. Make all callers of
10167 window-resizable call window--resizable instead.
10168 (window-resizable): Rewrite in terms of window--resizable.
10169
10170 2011-11-08 Glenn Morris <rgm@gnu.org>
10171
10172 * progmodes/delphi.el (delphi-mode-syntax-table):
10173 Let define-derived-mode define a proper syntax table. (Bug#9994)
10174
10175 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * window.el: Stay away from defsubst.
10178 (window-list-no-nils): Remove.
10179 (window-state-get-1, window-state-get): Use backquote instead.
10180
10181 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10182
10183 * emacs-lisp/find-func.el (find-function-read):
10184 Fix incorrect use of default argument in `completing-read'.
10185
10186 2011-11-08 Martin Rudalics <rudalics@gmx.at>
10187
10188 * window.el (display-buffer-function, special-display-function):
10189 Mention display-buffer-record-window but do not mention
10190 help-setup parameter in doc-strings.
10191 (window-min-delta): Fix doc-string typo.
10192
10193 2011-11-08 Chong Yidong <cyd@gnu.org>
10194
10195 * window.el (window-total-height, window-total-width): Doc fix.
10196 (window-body-size): Move from C.
10197 (window-body-height, window-body-width): Move to C.
10198
10199 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * window.el: Make special-display like display-buffer-alist (bug#9532).
10202 (display-buffer--special-action): New function, morphed
10203 from display-buffer--special.
10204 (display-buffer): Use it to handle special-display-buffers at higher
10205 priority (just after display-buffer-alist).
10206 (display-buffer-fallback-action, display-buffer--other-frame-action)
10207 (pop-to-buffer-same-window): Remove display-buffer--special.
10208
10209 2011-11-07 Glenn Morris <rgm@gnu.org>
10210
10211 * calendar/cal-menu.el (cal-menu-set-date-title):
10212 Do nothing if not in a calendar. (Bug#9976)
10213
10214 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * files.el (find-file): Always use selected-window.
10217
10218 2011-11-07 Martin Rudalics <rudalics@gmx.at>
10219
10220 * window.el (window-combinations): Make WINDOW argument
10221 mandatory. Rewrite doc-string.
10222 (walk-window-subtree, window-atom-check, window-min-delta)
10223 (window-max-delta, window--resize-this-window)
10224 (window--resize-root-window-vertically, window-tree)
10225 (balance-windows, window-state-put): Rewrite doc-strings as to
10226 not mention the term "subwindow".
10227 (window--resize-subwindows-skip-p): Rename to
10228 window--resize-child-windows-skip-p.
10229 (window--resize-subwindows-normal): Rename to
10230 window--resize-child-windows-normal.
10231 (window--resize-subwindows): Rename to
10232 window--resize-child-windows.
10233 (window-or-subwindow-p): Rename to window--in-subtree-p.
10234
10235 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10236
10237 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10238 Ensure that mbox format messages end in two newlines (Bug#9974).
10239
10240 2011-11-06 Chong Yidong <cyd@gnu.org>
10241
10242 * window.el (window-combination-p): Function deleted; its
10243 side-effect is not used in any existing code.
10244 (window-combinations, window-combined-p): Call window-*-child
10245 directly.
10246
10247 2011-11-05 Chong Yidong <cyd@gnu.org>
10248
10249 * window.el (window-valid-p): Rename from window-any-p.
10250 (window-size-ignore, window-state-get): Callers changed.
10251 (window-normalize-window): Rename from window-normalize-any-window.
10252 New arg LIVE-ONLY, replacing window-normalize-live-window.
10253 (window-normalize-live-window): Delete.
10254 (window-combination-p, window-combined-p, window-combinations)
10255 (walk-window-subtree, window-atom-root, window-min-size)
10256 (window-sizable, window-sizable-p, window-size-fixed-p)
10257 (window-min-delta, window-max-delta, window-resizable)
10258 (window-resizable-p, window-full-height-p, window-full-width-p)
10259 (window-current-scroll-bars, window-point-1, set-window-point-1)
10260 (window-at-side-p, window-in-direction, window-resize)
10261 (adjust-window-trailing-edge, maximize-window, minimize-window)
10262 (window-deletable-p, delete-window, delete-other-windows)
10263 (record-window-buffer, unrecord-window-buffer)
10264 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10265 (quit-window, split-window, window-state-put)
10266 (set-window-text-height, fit-window-to-buffer)
10267 (shrink-window-if-larger-than-buffer): Callers changed.
10268
10269 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10270
10271 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10272 rfc2047-decode-string.
10273 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10274 warnings.
10275
10276 * window.el (window-body-height, window-body-width): Mention in
10277 the doc string that the return values are in frame's canonical
10278 units. (Bug#9949)
10279
10280 2011-11-03 Alan Mackenzie <acm@muc.de>
10281
10282 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10283 change in cc-engine.el.
10284
10285 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10288
10289 2011-11-02 Martin Rudalics <rudalics@gmx.at>
10290
10291 * window.el (quit-window): Call unrecord-window-buffer after
10292 showing another buffer in the window. (Bug#9937)
10293 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
10294
10295 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
10296
10297 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10298 Accept status with more than 9 shelves. (Bug#9935)
10299 Reported by Colin D Bennett <colin@gibibit.com>.
10300
10301 2011-11-01 Martin Rudalics <rudalics@gmx.at>
10302
10303 * help.el (with-help-window): Don't reference
10304 temp-buffer-show-specifiers in doc-string.
10305
10306 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10307
10308 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10309 menu-item.
10310
10311 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10312
10313 * whitespace.el: New version 13.2.2.
10314 (whitespace-newline-mode): Disable properly. Reported by Sarah
10315 <EmacsWiki>.
10316
10317 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
10318
10319 * net/newst-treeview.el: Remove "Time-stamp".
10320 (newsticker--group-manage-orphan-feeds): Do not call
10321 newsticker--treeview-tree-update.
10322 (newsticker-treeview-update, newsticker-treeview):
10323 Call newsticker--treeview-tree-update if necessary.
10324
10325 2011-10-30 Martin Rudalics <rudalics@gmx.at>
10326
10327 * window.el (window-iso-combination-p, window-iso-combined-p)
10328 (window-iso-combinations): Remove "iso-" infix.
10329 Suggested by Chong Yidong.
10330 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10331 (window-max-delta-1, window-resize, window--resize-siblings)
10332 (window--resize-this-window, adjust-window-trailing-edge)
10333 (split-window, balance-windows-1)
10334 (shrink-window-if-larger-than-buffer):
10335 * calendar/calendar.el (calendar-generate-window):
10336 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
10337
10338 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10341 in place (bug#9907).
10342 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10343 (eshell-rewrite-if-command, eshell-rewrite-for-command)
10344 (eshell-structure-basic-command, eshell-rewrite-while-command)
10345 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10346 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10347 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10348 (eshell-do-pipelines-synchronously, eshell-eval-command):
10349 Use backquotes and prefer setq to set.
10350 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10351 (eshell-macrop): Use functionp.
10352 (eshell-do-eval): Handle multiple expressions in `while' body.
10353
10354 2011-10-30 Chong Yidong <cyd@gnu.org>
10355
10356 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10357 instead of set-mark (Bug#9810).
10358
10359 2011-10-30 Chong Yidong <cyd@gnu.org>
10360
10361 * window.el (split-window-below, split-window-right): Rename from
10362 split-window-above-each-other and split-window-side-by-side
10363 respectively. All callers changed.
10364 (split-window-sensibly, split-window-sensibly): Use them.
10365 (split-window-keep-point): Doc fix.
10366
10367 * isearch.el: Add isearch-scroll property to split-window-below
10368 and split-window-right.
10369
10370 * follow.el (follow-mode):
10371 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10372 * progmodes/ada-xref.el (ada-gdb-application):
10373 * emulation/vip.el (vip-buffer-in-two-windows):
10374 * image-dired.el (image-dired-dired-with-window-configuration):
10375 * dired-x.el (dired-do-find-marked-files):
10376 * dired.el (dired-pop-to-buffer):
10377 * bs.el (bs--show-with-configuration):
10378 * vc/emerge.el (emerge-setup-windows):
10379 * textmodes/two-column.el (2C-two-columns):
10380 * textmodes/reftex-toc.el (reftex-toc):
10381 * progmodes/gdb-mi.el (gdb-setup-windows):
10382 * progmodes/fortran.el (fortran-window-create):
10383 * net/newst-treeview.el (newsticker--treeview-window-init):
10384 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10385 * emulation/tpu-edt.el (tpu-gold-map):
10386 * emulation/crisp.el (crisp-mode-map):
10387 * calendar/calendar.el (calendar-basic-setup): Callers changed.
10388
10389 2011-10-29 Chong Yidong <cyd@gnu.org>
10390
10391 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10392
10393 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10394
10395 * textmodes/flyspell.el (flyspell-word): Fix char offset for
10396 forged Ispell output (Bug#7904).
10397
10398 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10399
10400 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * doc-view.el: Avoid ugly errors about not finding nil.
10403 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10404 (doc-view-dvipdf-program, doc-view-unoconv-program)
10405 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10406 Avoid nil or absolute file name as default value.
10407 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10408
10409 2011-10-28 Alan Mackenzie <acm@muc.de>
10410
10411 * progmodes/cc-defs.el (c-version): -> 5.32.2.
10412
10413 2011-10-28 Alan Mackenzie <acm@muc.de>
10414
10415 Amend the handling of c-beginning/end-of-defun in nested declaration
10416 scopes.
10417
10418 * progmodes/cc-vars.el (c-defun-tactic): Move here from
10419 cc-langs.el. Change it to a defcustom.
10420
10421 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10422 cc-vars.el.
10423
10424 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10425 Prevent "class foo : bar" being spuriously recognized as a label.
10426
10427 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
10428 Add parameter `inclusive' (to include enclosing braces in the region).
10429 (c-widen-to-enclosing-decl-scope): New function.
10430 (c-while-widening-to-decl-block): New macro.
10431 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
10432 outward for defun boundaries, and correspondingly change symbol
10433 `respect-enclosure' to `go-outward'.
10434 (c-declaration-limits): Change algorithm to report only the "innermost"
10435 defun's boundaries.
10436
10437 2011-10-28 Deniz Dogan <deniz@dogan.se>
10438
10439 * net/rcirc.el (rcirc-mode): Use hard newlines.
10440
10441 2011-10-28 Alan Mackenzie <acm@muc.de>
10442
10443 Amend to indent and fontify macros "which include their own semicolon"
10444 correctly, using the "virtual semicolon" mechanism.
10445
10446 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
10447
10448 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10449 Recode to scan one line at a time rather than having \n and \r
10450 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
10451 (c-forward-label): Amend for virtual semicolons.
10452 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
10453
10454 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
10455 of the new C macros.
10456
10457 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
10458 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
10459 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
10460 (c-opt-cpp-macro-define): Make into a full language variable.
10461 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
10462 AWK Mode (including \n, \r) removed, no longer needed.
10463
10464 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
10465 Invoke c-make-macro-with-semi-re.
10466
10467 * progmodes/cc-vars.el (c-macro-with-semi-re):
10468 (c-macro-names-with-semicolon): New variables.
10469 (c-make-macro-with-semi-re): New function.
10470
10471 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * vc/log-edit.el: Fill empty field rather than adding new one.
10474 (log-edit-add-field): New function.
10475 (log-edit-insert-changelog): Use it.
10476
10477 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10478
10479 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
10480
10481 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
10484 (gdb--check-interpreter): New function.
10485 (gdb): Use it.
10486
10487 2011-10-27 Glenn Morris <rgm@gnu.org>
10488
10489 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10490 (least-positive-float, least-negative-float)
10491 (least-positive-normalized-float, least-negative-normalized-float)
10492 (float-epsilon, float-negative-epsilon):
10493 Remove unnecessary declarations.
10494
10495 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10496 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10497 (least-positive-float, least-negative-float)
10498 (least-positive-normalized-float, least-negative-normalized-float)
10499 (float-epsilon, float-negative-epsilon): Add doc-strings,
10500 based on those in cl.texi.
10501
10502 * files.el (set-visited-file-name): If the major-mode changed,
10503 reload the local variables. (Bug#9796)
10504
10505 2011-10-27 Chong Yidong <cyd@gnu.org>
10506
10507 * subr.el (change-major-mode-after-body-hook): New hook.
10508 (run-mode-hooks): Run it.
10509
10510 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10511 Use change-major-mode-before-body-hook.
10512
10513 * simple.el (fundamental-mode):
10514 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
10515 change introducing fundamental-mode-hook.
10516
10517 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
10518
10519 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
10520
10521 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
10522
10523 * ido.el (ido-file-name-all-completions-1): Do not require
10524 tramp.el explicitly. (Bug#7583)
10525
10526 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * progmodes/octave-mod.el:
10529 * progmodes/octave-inf.el: Update maintainer.
10530
10531 2011-10-26 Chong Yidong <cyd@gnu.org>
10532
10533 * subr.el (with-wrapper-hook): Rewrite doc.
10534
10535 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
10538 filenames "/method:foo:". (Bug#9793)
10539
10540 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
10543 (bug#9865).
10544
10545 2011-10-24 Glenn Morris <rgm@gnu.org>
10546
10547 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
10548
10549 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
10550
10551 * notifications.el: Add the requirement of a running D-Bus session
10552 bus to the Commentary.
10553
10554 2011-10-24 Juri Linkov <juri@jurta.org>
10555
10556 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10557 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
10558 (Bug#9364)
10559
10560 2011-10-24 Juri Linkov <juri@jurta.org>
10561
10562 * info.el (Info-following-node-name-re): Add newline to the list
10563 of allowed characters for leading space. (Bug#9824)
10564
10565 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * progmodes/octave-inf.el (inferior-octave-mode-map):
10568 Fix C-c C-h binding.
10569 * progmodes/octave-mod.el (octave-help): Remove.
10570
10571 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
10572
10573 Sync with Tramp 2.2.3.
10574
10575 * net/tramp-cache.el (top): Pacify byte-compiler using
10576 `init-file-user' and `site-run-file'.
10577
10578 * net/trampver.el: Update release number.
10579
10580 2011-10-23 Chong Yidong <cyd@gnu.org>
10581
10582 * files.el (toggle-read-only): Remove obsolete comment about
10583 version control.
10584
10585 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
10586 for toggle-read-only. Note that this hasn't called vc-next-action
10587 since 2008-05-02, though it wasn't documented at the time.
10588
10589 * vc/ediff-init.el (ediff-toggle-read-only-function):
10590 Use toggle-read-only.
10591
10592 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
10593
10594 Fix bug #9560, sporadic wrong indentation; improve instrumentation
10595 of c-parse-state.
10596
10597 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10598 correct faulty logical expression.
10599 (c-parse-state-state, c-record-parse-state-state):
10600 (c-replay-parse-state-state): New defvar/defuns.
10601 (c-debug-parse-state): Use new functions.
10602
10603 2011-10-22 Martin Rudalics <rudalics@gmx.at>
10604
10605 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
10606 last fix. Use window-in-direction correctly.
10607
10608 2011-10-21 Chong Yidong <cyd@gnu.org>
10609
10610 * progmodes/idlwave.el (idlwave-mode):
10611 * progmodes/vera-mode.el (vera-mode): No need to set
10612 require-final-newline; that's done in prog-mode.
10613 Suggested by Stefan Monnier.
10614
10615 2011-10-21 Martin Rudalics <rudalics@gmx.at>
10616
10617 * mouse.el (mouse-drag-window-above)
10618 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
10619 (mouse-drag-mode-line-1, mouse-drag-header-line)
10620 (mouse-drag-vertical-line-rightward-window): Remove.
10621 (mouse-drag-line): New function.
10622 (mouse-drag-mode-line, mouse-drag-header-line)
10623 (mouse-drag-vertical-line): Call mouse-drag-line.
10624 * window.el (window-at-side-p, windows-at-side): New functions.
10625
10626 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
10627
10628 * tar-mode.el (tar-grind-file-mode):
10629 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
10630
10631 2011-10-21 Chong Yidong <cyd@gnu.org>
10632
10633 * progmodes/idlwave.el (idlwave-mode):
10634 * progmodes/vera-mode.el (vera-mode):
10635 Use mode-require-final-newline.
10636
10637 2011-10-20 Glenn Morris <rgm@gnu.org>
10638
10639 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
10640
10641 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
10642
10643 * emulation/cua-base.el (cua-set-mark): Fix case of string.
10644
10645 2011-10-20 Chong Yidong <cyd@gnu.org>
10646
10647 * emulation/cua-base.el (cua-mode):
10648 * mail/footnote.el (footnote-mode):
10649 * mail/mailabbrev.el (mail-abbrevs-mode):
10650 * net/xesam.el (xesam-minor-mode):
10651 * progmodes/bug-reference.el (bug-reference-mode):
10652 * progmodes/cap-words.el (capitalized-words-mode):
10653 * progmodes/compile.el (compilation-minor-mode)
10654 (compilation-shell-minor-mode):
10655 * progmodes/gud.el (gud-tooltip-mode):
10656 * progmodes/hideif.el (hide-ifdef-mode):
10657 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10658 * progmodes/subword.el (subword-mode):
10659 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10660 * progmodes/which-func.el (which-function-mode):
10661 * term/tvi970.el (tvi970-set-keypad-mode):
10662 * term/vt100.el (vt100-wide-mode):
10663 * textmodes/flyspell.el (flyspell-mode):
10664 * textmodes/ispell.el (ispell-minor-mode):
10665 * textmodes/nroff-mode.el (nroff-electric-mode):
10666 * textmodes/paragraphs.el (use-hard-newlines):
10667 * textmodes/refill.el (refill-mode):
10668 * textmodes/reftex.el (reftex-mode):
10669 * textmodes/rst.el (rst-minor-mode):
10670 * textmodes/sgml-mode.el (html-autoview-mode)
10671 (sgml-electric-tag-pair-mode):
10672 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
10673 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
10674 * emulation/crisp.el (crisp-mode):
10675 * emacs-lisp/eldoc.el (eldoc-mode):
10676 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
10677 minor mode behavior.
10678
10679 2011-10-19 Juri Linkov <juri@jurta.org>
10680
10681 * descr-text.el (describe-char): Add #x2010 and #x2011 to
10682 the list of hard-coded chars with escape-glyph face.
10683
10684 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10685
10686 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
10687
10688 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
10689
10690 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
10691 running process.
10692
10693 2011-10-19 Glenn Morris <rgm@gnu.org>
10694
10695 * vc/vc-bzr.el (vc-bzr-after-dir-status):
10696 Ignore ignored files. (Bug#9726)
10697
10698 2011-10-19 Chong Yidong <cyd@gnu.org>
10699
10700 Doc fix for minor modes, stating that an omitted argument enables
10701 the mode unconditionally when called from Lisp.
10702
10703 * abbrev.el (abbrev-mode):
10704 * allout.el (allout-mode):
10705 * autoinsert.el (auto-insert-mode):
10706 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10707 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10708 (global-auto-revert-mode):
10709 * battery.el (display-battery-mode):
10710 * composite.el (global-auto-composition-mode)
10711 (auto-composition-mode):
10712 * delsel.el (delete-selection-mode):
10713 * desktop.el (desktop-save-mode):
10714 * dired-x.el (dired-omit-mode):
10715 * dirtrack.el (dirtrack-mode):
10716 * doc-view.el (doc-view-minor-mode):
10717 * double.el (double-mode):
10718 * electric.el (electric-indent-mode, electric-pair-mode):
10719 * emacs-lock.el (emacs-lock-mode):
10720 * epa-hook.el (auto-encryption-mode):
10721 * follow.el (follow-mode):
10722 * font-core.el (font-lock-mode):
10723 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
10724 * help.el (temp-buffer-resize-mode):
10725 * hilit-chg.el (highlight-changes-mode)
10726 (highlight-changes-visible-mode):
10727 * hi-lock.el (hi-lock-mode):
10728 * hl-line.el (hl-line-mode, global-hl-line-mode):
10729 * icomplete.el (icomplete-mode):
10730 * ido.el (ido-everywhere):
10731 * image-file.el (auto-image-file-mode):
10732 * image-mode.el (image-minor-mode):
10733 * iswitchb.el (iswitchb-mode):
10734 * jka-cmpr-hook.el (auto-compression-mode):
10735 * linum.el (linum-mode):
10736 * longlines.el (longlines-mode):
10737 * master.el (master-mode):
10738 * mb-depth.el (minibuffer-depth-indicate-mode):
10739 * menu-bar.el (menu-bar-mode):
10740 * minibuf-eldef.el (minibuffer-electric-default-mode):
10741 * mouse-sel.el (mouse-sel-mode):
10742 * msb.el (msb-mode):
10743 * mwheel.el (mouse-wheel-mode):
10744 * outline.el (outline-minor-mode):
10745 * paren.el (show-paren-mode):
10746 * recentf.el (recentf-mode):
10747 * reveal.el (reveal-mode, global-reveal-mode):
10748 * rfn-eshadow.el (file-name-shadow-mode):
10749 * ruler-mode.el (ruler-mode):
10750 * savehist.el (savehist-mode):
10751 * scroll-all.el (scroll-all-mode):
10752 * scroll-bar.el (scroll-bar-mode):
10753 * server.el (server-mode):
10754 * shell.el (shell-dirtrack-mode):
10755 * simple.el (auto-fill-mode, transient-mark-mode)
10756 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
10757 (line-number-mode, column-number-mode, size-indication-mode)
10758 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
10759 * strokes.el (strokes-mode):
10760 * time.el (display-time-mode):
10761 * t-mouse.el (gpm-mouse-mode):
10762 * tool-bar.el (tool-bar-mode):
10763 * tooltip.el (tooltip-mode):
10764 * type-break.el (type-break-mode-line-message-mode)
10765 (type-break-query-mode):
10766 * view.el (view-mode):
10767 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10768 (global-whitespace-mode, global-whitespace-newline-mode):
10769 * xt-mouse.el (xterm-mouse-mode): Doc fix.
10770
10771 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10772 Fix autogenerated docstring.
10773
10774 2011-10-19 Juri Linkov <juri@jurta.org>
10775
10776 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
10777 by checking environment variables "DESKTOP_SESSION" and
10778 "XDG_CURRENT_DESKTOP". (Bug#9779)
10779
10780 2011-10-19 Juri Linkov <juri@jurta.org>
10781
10782 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
10783 (browse-url-chromium-program, browse-url-chromium-arguments):
10784 New defcustoms.
10785 (browse-url-default-browser): Check for `browse-url-chromium' and
10786 call `browse-url-chromium-program'.
10787 (browse-url-chromium): New command. (Bug#9779)
10788
10789 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
10790
10791 * facemenu.el (list-colors-duplicates): On Windows, detect more
10792 duplicates by assuming that only colors matching "^System" are
10793 special "system colors". (Bug#9722)
10794
10795 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
10798 to distinguish the author from the committer.
10799
10800 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
10801
10802 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
10803
10804 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
10805
10806 * international/mule.el (sgml-html-meta-auto-coding-function):
10807 Add support for detecting encoding in HTML5 specified only as
10808 <meta charset="UTF-8">. Implementation just makes http-equiv and
10809 content-type parts from HTML4 encoding string optional. (Bug#9716)
10810
10811 2011-10-18 Glenn Morris <rgm@gnu.org>
10812
10813 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
10814
10815 2011-10-18 Chong Yidong <cyd@gnu.org>
10816
10817 * faces.el (cursor): Doc fix.
10818
10819 2011-10-17 Chong Yidong <cyd@gnu.org>
10820
10821 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
10822
10823 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
10824
10825 * dirtrack.el (dirtrack): Support shell buffers with path
10826 prefixes, e.g. tramp-based remote shells. (Bug#9647)
10827
10828 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
10829
10830 * json.el: Bump version to 1.3 and note change in History.
10831 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
10832
10833 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10834
10835 * comint.el (comint-insert-input, comint-send-input)
10836 (comint-get-old-input-default, comint-backward-matching-input)
10837 (comint-next-prompt): Use nil instead of `input' for field property of
10838 past user input (bug#114).
10839
10840 * minibuffer.el (completion--replace): Inherit surrounding properties
10841 (bug#114).
10842 (minibuffer-complete-and-exit): Use it.
10843
10844 * comint.el (comint--table-subvert): Quote the all-completions output
10845 (bug#9160).
10846
10847 2011-10-17 Martin Rudalics <rudalics@gmx.at>
10848
10849 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
10850
10851 * menu-bar.el (menu-bar-file-menu): Add entry for making new
10852 window on right of selected. (Bug#9350) Reword other window
10853 entries and separate them from frame entries.
10854
10855 2011-10-15 Glenn Morris <rgm@gnu.org>
10856
10857 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
10858 Doc fixes.
10859
10860 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * net/network-stream.el (network-stream-open-starttls):
10863 Improve detection of failure due to lack of TLS support.
10864
10865 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
10866 putting the input text in front and in bold.
10867
10868 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
10871
10872 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
10873 empty buffer.
10874
10875 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
10876 unread-command-events rather than pushing yet-another event.
10877
10878 2011-10-14 Eli Zaretskii <eliz@gnu.org>
10879
10880 * mail/sendmail.el (sendmail-query-once): Improve the wording of
10881 the explanation of the possible choices. Make the options passed
10882 to completing-read shorter.
10883
10884 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10885
10886 * textmodes/flyspell.el (flyspell-large-region): Make sure
10887 extended character mode is used if defined (Bug#1339).
10888
10889 2011-10-13 Eli Zaretskii <eliz@gnu.org>
10890
10891 * simple.el (what-cursor-position): Fix the display of the
10892 character info for LRE, LRO, RLE, and RLO characters by appending
10893 an invisible PDF.
10894
10895 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
10898 even in case of error; add debug spec; simplify data flow.
10899 (with-timeout-handler): Remove.
10900
10901 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
10902
10903 Fix Bug#6019, Bug#9315.
10904
10905 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
10906 complete `buffer-file-name', the local file name part could look
10907 remotely (for example on VMS).
10908
10909 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
10910 `tramp-run-real-handler'.
10911 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
10912 already quoted by '"'.
10913
10914 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
10915 Let `file-name-handler-alist' be nil, the local file name part
10916 could look remotely (for example on VMS).
10917
10918 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10919
10920 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
10921 from here...
10922 (flyspell-post-command-hook): ...to here.
10923
10924 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
10927 if not needed.
10928 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
10929 using completion. Protect against "slow" callers.
10930 Remove the "message hack".
10931
10932 2011-10-11 Juri Linkov <juri@jurta.org>
10933
10934 * isearch.el (isearch-lazy-highlight-word): New variable.
10935 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
10936 Use it. (Bug#9727)
10937
10938 2011-10-11 Glenn Morris <rgm@gnu.org>
10939
10940 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
10941 like f90-previous-statement does.
10942
10943 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10944
10945 * eshell/eshell.el (eshell-command): History should be saved
10946 only in interactive use, to avoid error.
10947
10948 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * minibuffer.el (completion-file-name-table): Fix last change,
10951 i.e. ignore normal errors but not the other ones.
10952
10953 2011-10-10 Martin Rudalics <rudalics@gmx.at>
10954
10955 * window.el (special-display-buffer-names)
10956 (special-display-regexps): Remove some remnants of earlier
10957 changes from doc-strings.
10958 (quit-windows-on): New function.
10959
10960 * vc/vc.el (vc-revert, vc-rollback):
10961 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
10962 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
10963 (Bug#6183) (Bug#7074) (Bug#7447)
10964
10965 2011-10-09 Martin Rudalics <rudalics@gmx.at>
10966
10967 * window.el (frame-auto-hide-function): Add version tag.
10968 (Bug#9699)
10969
10970 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
10971
10972 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
10973 condition.
10974
10975 2011-10-09 Leo Liu <sdl.web@gmail.com>
10976
10977 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
10978 (Bug#9701)
10979
10980 2011-10-08 Glenn Morris <rgm@gnu.org>
10981
10982 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
10983 before the first code statement zero indent. (Bug#9690)
10984
10985 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
10986
10987 * simple.el (count-words-region): Always count in the region.
10988 Report the number of lines and characters too.
10989 (count-words): New command, which counts in the buffer if the
10990 region is inactive, as count-words-region used to.
10991 (count-words--message): New function. Handle plurals.
10992 (count-lines-region): Make it an alias for count-words-region.
10993
10994 * bindings.el (esc-map): Replace count-lines-region with
10995 count-words-region.
10996
10997 2011-10-08 Martin Rudalics <rudalics@gmx.at>
10998
10999 * window.el (window--delete): Delete dedicated frame
11000 unconditionally when argument KILL is non-nil. (Bug#9699)
11001 (switch-to-buffer): Fix doc-string typo.
11002
11003 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11004
11005 * eshell/eshell.el (eshell-command): Avoid using hooks.
11006
11007 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * bindings.el ([M-left],[M-right]): Bind to left-word and
11010 right-word respectively.
11011
11012 2011-10-07 Glenn Morris <rgm@gnu.org>
11013
11014 * cus-start.el (debug-on-quit): Fix custom type.
11015
11016 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11017
11018 * subr.el (define-key-after): Clarify that the function is not
11019 useful for non-menu keymaps.
11020
11021 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11022
11023 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11024
11025 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11026 in current minibuffer (Fix bug with recursive minibuffers).
11027
11028 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
11029
11030 * progmodes/gdb-mi.el (gdb): Doc fix.
11031
11032 2011-10-05 Martin Rudalics <rudalics@gmx.at>
11033
11034 * window.el (frame-auto-hide-function): New option replacing
11035 frame-auto-delete. Suggested by Stefan Monnier.
11036 (window--delete): Call frame-auto-hide-function instead of
11037 investigating frame-auto-delete.
11038 (window-point-1, set-window-point-1): New functions.
11039 (window-in-direction, record-window-buffer, window-state-get-1)
11040 (display-buffer-record-window): Use window-point-1 instead of
11041 window-point.
11042 (set-window-buffer-start-and-point): Use set-window-point-1.
11043
11044 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11047
11048 2011-10-05 Glenn Morris <rgm@gnu.org>
11049
11050 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11051 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11052
11053 2011-10-05 Leo Liu <sdl.web@gmail.com>
11054
11055 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11056 works with buffer object.
11057
11058 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * mpc.el (mpc-tool-bar-map): Add labels.
11061
11062 2011-10-04 Glenn Morris <rgm@gnu.org>
11063
11064 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11065
11066 2011-10-04 Martin Rudalics <rudalics@gmx.at>
11067
11068 * window.el (window--delete): New function.
11069 (frame-auto-delete): Resuscitate option.
11070 (bury-buffer, replace-buffer-in-windows)
11071 (quit-window): Rewrite using window--delete.
11072 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11073 Pass display-buffer-mark-dedicated to window--display-buffer-2
11074 (Bug#9639).
11075
11076 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11079 returns a list (bug#9554). Add remote file name completion.
11080 * comint.el (comint--table-subvert): Curry and get quote&unquote
11081 functions as arguments.
11082 (comint--complete-file-name-data): Adjust call accordingly.
11083 * pcomplete.el (pcomplete--table-subvert): Remove.
11084 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11085
11086 * minibuffer.el (completion-table-case-fold): Use currying.
11087 (completion--styles-type, completion--cycling-threshold-type):
11088 New constants.
11089 (completion-styles, completion-category-overrides)
11090 (completion-cycle-threshold): Use them.
11091 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11092 completion-table-case-fold.
11093
11094 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
11095
11096 * minibuffer.el (completion-category-overrides): Fix type of styles
11097 and add more user friendly tags (bug#9660).
11098
11099 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11102 (mule-input-method-string): New widget.
11103 (default-input-method, language-info-custom-alist): Use it.
11104
11105 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * pcomplete.el: Require comint.
11108 (pcomplete--common-suffix): Remove.
11109 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11110 (pcomplete--table-subvert): Sync with comint--table-subvert.
11111 (pcomplete--entries): Use comint-completion-file-name-table.
11112 * comint.el (comint-unquote-filename): Simplify.
11113 (comint-completion-file-name-table): New function (bug#9616).
11114 (comint--complete-file-name-data): Use it.
11115
11116 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11117 (pcmpl-gnu-tar-buffer): Remove.
11118 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11119 around. Make sure pcomplete-suffix-list is only changed temporarily.
11120 Don't look inside the tar's file if it's too large.
11121
11122 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
11123
11124 * cus-edit.el (custom-mode-map):
11125 * epa.el (epa-key-list-mode-map):
11126 * man.el (Man-mode-map):
11127 * startup.el (splash-screen-keymap):
11128 * simple.el (special-mode-map): Use scroll-up-command and
11129 scroll-down-command.
11130
11131 * progmodes/idlw-help.el (idlwave-help-mode-map):
11132 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11133 * net/newst-plainview.el (newsticker-mode-map):
11134 * emulation/ws-mode.el (wordstar-mode-map):
11135 * emulation/vi.el (vi-com-map):
11136 * calc/calc-graph.el (calc-graph-show-dumb):
11137 * term/sun.el (terminal-init-sun):
11138 * term/ns-win.el (global-map):
11139 * progmodes/grep.el (grep-mode-map):
11140 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11141 * mail/rmail.el (rmail-mode-map):
11142 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11143
11144 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11145 custom-safe-themes as special.
11146
11147 2011-10-01 Julien Danjou <julien@danjou.info>
11148
11149 * notifications.el (notifications-notify): Fix docstring.
11150
11151 2011-10-01 Per Starbäck <per@starback.se>
11152
11153 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11154
11155 2011-09-30 Martin Rudalics <rudalics@gmx.at>
11156
11157 * startup.el (command-line-1): Fix last fix by inserting
11158 initial-scratch-message into *scratch* before displaying it.
11159 (Bug#9605) and (Bug#9636)
11160
11161 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11162
11163 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11164 window is hscrolled, move by logical lines. (Bug#9607)
11165 (line-move-visual): Update the doc string to the above effect.
11166
11167 2011-09-29 Martin Rudalics <rudalics@gmx.at>
11168
11169 * window.el (display-buffer-record-window): When WINDOW is the
11170 selected window use `point' instead of `window-point'. (Bug#9626)
11171
11172 * startup.el (command-line-1): Use insert-before-markers when
11173 inserting initial-scratch-message. (Bug#9605)
11174
11175 * help.el (help-window): Remove variable.
11176
11177 2011-09-29 Glenn Morris <rgm@gnu.org>
11178
11179 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11180
11181 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
11182
11183 * descr-text.el (describe-char-categories): Accept category
11184 descriptions more than one line long.
11185
11186 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * simple.el (delete-trailing-whitespace): Fix last change.
11189
11190 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11191 Don't confuse "y => 3" as the beginning of a `y' operation.
11192
11193 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11194 object has more than 4 slots (bug#9613).
11195
11196 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
11197
11198 * subr.el (with-output-to-temp-buffer):
11199 * net/quickurl.el (quickurl, quickurl-browse-url):
11200 Fix typos in docstrings.
11201
11202 2011-09-27 Eli Zaretskii <eliz@gnu.org>
11203
11204 * minibuffer.el (completion-styles)
11205 (completion-category-overrides): Cross reference each other in doc
11206 strings.
11207
11208 2011-09-27 Glenn Morris <rgm@gnu.org>
11209
11210 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11211 to split-string. (Bug#9606)
11212
11213 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11214
11215 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11216 (bug#9615).
11217
11218 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
11219
11220 * emacs-lisp/package.el (list-packages): Fix echo area message.
11221
11222 2011-09-27 Leo Liu <sdl.web@gmail.com>
11223
11224 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11225
11226 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
11227
11228 * net/dbus.el (dbus-unregister-object): Don't release services for
11229 registered signals. (Bug#9581)
11230
11231 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11232
11233 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11234 function that picks between cfengine 2 and 3 support
11235 automatically. Update docs accordingly.
11236
11237 2011-09-22 Kenichi Handa <handa@m17n.org>
11238
11239 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11240 ZERO.
11241 (indian-itrans-v5-table-for-tamil): New variable.
11242 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11243
11244 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11245
11246 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11247 that's true if the current command involved collapsing of text.
11248 It's reset to false at the beginning of the next command.
11249 (allout-post-command-business): Move the cursor to the beginning
11250 of entry if the cursor is hidden and collapsing activity just
11251 happened.
11252
11253 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
11254
11255 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11256 tracking (Bug#9541).
11257
11258 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
11259
11260 * net/newst-reader.el (newsticker-html-renderer)
11261 (newsticker-show-news): Automatically load html rendering package
11262 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11263 because w3m-fill-column is let-bound" and the error "Symbol's value
11264 as variable is void: w3m-fill-column".
11265
11266 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
11267
11268 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11269 Release services only if they are defined. (Bug#9581)
11270
11271 2011-09-23 Richard Stallman <rms@gnu.org>
11272
11273 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11274 distinguish start of paragraph from start of its text.
11275
11276 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11277
11278 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11279 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11280 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11281
11282 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11283
11284 * international/mule-diag.el (mule-diag): Insert a newline after
11285 each fontset description.
11286
11287 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * simple.el (delete-trailing-whitespace):
11290 Document last change; simplify.
11291
11292 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11293
11294 * simple.el (delete-trailing-whitespace): Also delete
11295 extra newlines at the end of the buffer.
11296
11297 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11298 (picture-newline): Use forward-line so as to ignore fields.
11299
11300 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * subr.el (with-wrapper-hook): Fix edebug spec.
11303
11304 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11305
11306 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11307 (bug#4538).
11308
11309 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
11310
11311 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11312 Fix nasty bug using wrong cached values.
11313
11314 2011-09-23 Alan Mackenzie <acm@muc.de>
11315
11316 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11317
11318 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * window.el (pop-to-buffer): Ensure right window is selected if we
11321 chose another frame.
11322
11323 2011-09-22 Eli Zaretskii <eliz@gnu.org>
11324
11325 * simple.el (what-cursor-position): Use get-char-property-change
11326 and next-single-char-property-change, to be able to show display
11327 properties that come from overlays as well as text properties.
11328
11329 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
11330
11331 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11332
11333 * cmuscheme.el (run-scheme, switch-to-scheme):
11334 * cus-edit.el (customize-group, custom-buffer-create)
11335 (customize-browse):
11336 * info.el (info):
11337 * shell.el (shell):
11338 * mail/sendmail.el (mail):
11339 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11340
11341 2011-09-22 Richard Stallman <rms@gnu.org>
11342
11343 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11344 move back only to line beg, don't move back over blank lines.
11345
11346 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
11347
11348 * files.el (copy-directory): Set directory attributes only in case
11349 they could be retrieved from the source directory. (Bug#9565)
11350
11351 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
11352
11353 * progmodes/hideshow.el (hs-looking-at-block-start-p)
11354 (hs-find-block-beginning, hs-hide-level-recursive):
11355 Ignore strings as well as comments. (Bug#9502)
11356
11357 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
11358
11359 * progmodes/sql.el (sql-comint-postgres):
11360 Convert port number to a string. (Bug#9566)
11361
11362 2011-09-22 Martin Rudalics <rudalics@gmx.at>
11363
11364 * window.el (quit-window): Undedicate window when switching to
11365 previous buffer. Reported by Thierry Volpiatto
11366 <thierry.volpiatto@gmail.com>.
11367 (special-display-popup-frame): When popping up a new frame reset
11368 its previous buffers to nil. Simplify code.
11369
11370 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
11371
11372 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11373 and process filter, as done also in `shell-command'.
11374
11375 2011-09-21 Martin Rudalics <rudalics@gmx.at>
11376
11377 * window.el (set-window-buffer-start-and-point):
11378 Call set-window-start with NOFORCE argument t.
11379 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11380 (quit-window): Reword doc-string. Handle new format of
11381 quit-restore parameter. Don't delete window if it has a
11382 previous buffer we can show instead of the present one.
11383 (display-buffer-record-window): Rewrite using a new format for
11384 the quit-restore window parameter
11385 (special-display-popup-frame, display-buffer-same-window)
11386 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11387 (display-buffer-pop-up-window, display-buffer-use-some-window):
11388 Adapt symbol passed to display-buffer-record-window.
11389 * help.el (help-window-setup): Handle new format of quit-restore
11390 parameter.
11391
11392 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * faces.el (face-list): Fix docstring (bug#9564).
11395
11396 * window.el (display-buffer--action-function-custom-type):
11397 Don't include internal functions in the Custom interface.
11398
11399 2011-09-20 Juri Linkov <juri@jurta.org>
11400
11401 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11402 (Info-forward-node, Info-backward-node, Info-next-preorder)
11403 (Info-last-preorder): Use it. (Bug#9528)
11404
11405 2011-09-20 Juri Linkov <juri@jurta.org>
11406
11407 * info.el (Info-last-preorder): Visit last menu item only when
11408 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11409
11410 2011-09-20 Julien Danjou <julien@danjou.info>
11411
11412 * password-cache.el (password-cache-remove): Remove entries even if the
11413 value is nil, so that password with a nil value (negative caching) is
11414 possible to invalidate.
11415
11416 2011-09-20 Lawrence Mitchell <wence@gmx.li>
11417
11418 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11419 all whitespace around breakpoint. (Bug#9553)
11420 (f90-find-breakpoint): Only break at whitespace inside a comment.
11421
11422 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11423
11424 * minibuffer.el (completion-file-name-table): Keep track of errors.
11425 (completion-table-with-predicate): Handle the case where pred1 is nil.
11426 * pcomplete.el (pcomplete-completions-at-point): Simplify.
11427
11428 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
11431 (debugger-return-value): Signal an error if the debugging context does
11432 not await any return value.
11433
11434 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
11435 * image-mode.el (image-toggle-display-text)
11436 (image-toggle-display-image): Stay away from evil `intangible'.
11437
11438 2011-09-19 Leo Liu <sdl.web@gmail.com>
11439
11440 * replace.el (occur-revert-arguments): Make it permanent-local.
11441 (occur-mode): Don't call font-lock-defontify.
11442
11443 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * net/ldap.el (ldap-search-internal): Don't push empty search
11446 result (Bug#9508).
11447
11448 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
11451
11452 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
11453
11454 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
11455 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
11456
11457 2011-09-18 Juri Linkov <juri@jurta.org>
11458
11459 * buff-menu.el (Buffer-menu-mode-map):
11460 * dired.el (dired-mode-map):
11461 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11462 (lisp-interaction-mode-map):
11463 * emacs-lisp/package.el (package-menu-mode-map):
11464 * epa.el (epa-key-list-mode-map):
11465 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
11466 (menu-bar-options-menu):
11467 * outline.el (outline-mode-menu-bar-map):
11468 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
11469 * vc/vc-dir.el (vc-dir-menu-map):
11470 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
11471 Capitalize non-function content words in menu item strings.
11472
11473 * dired.el (dired-mode-map): Add menu item for
11474 `image-dired-dired-toggle-marked-thumbs'.
11475
11476 2011-09-18 Juri Linkov <juri@jurta.org>
11477
11478 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
11479 to `isearch-case-fold-search' and restore its original value
11480 after the `isearch-mode' call.
11481
11482 2011-09-18 Juri Linkov <juri@jurta.org>
11483
11484 * progmodes/grep.el (grep-process-setup): Don't check code for 1
11485 because `zgrep' returns 1 for successful matches (bug#9226).
11486
11487 2011-09-18 Juri Linkov <juri@jurta.org>
11488
11489 * info.el (Info-extract-menu-node-name): Check the second match
11490 for empty string (second test-case of bug#9528).
11491 (Info-last-preorder): Let-bind `Info-history' to nil to not add
11492 intermediate nodes to the history (first test-case of bug#9528).
11493
11494 2011-09-18 Juri Linkov <juri@jurta.org>
11495
11496 * info.el (Info-mode-syntax-table): New variable.
11497 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
11498
11499 2011-09-18 Juri Linkov <juri@jurta.org>
11500
11501 * info.el (Info-file-supports-index-cookies):
11502 Increment line-beginning-position's arg from 3 to 4 because makeinfo
11503 outputs one more line for long file names (bug#4142).
11504
11505 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
11506
11507 * newcomment.el (comment-normalize-vars): If prompting for
11508 comment-start, set comment-start-skip too (Bug#8424).
11509
11510 2011-09-18 Johan Bockgård <bojohan@gnu.org>
11511
11512 * icomplete.el: Fix previous fix of Bug#5849.
11513 (icomplete-mode): Don't set completion-show-inline-help.
11514 (icomplete-minibuffer-setup): Set completion-show-inline-help
11515 locally during icompletion.
11516
11517 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * woman.el (woman2-process-escapes): Don't delete unrecognized
11520 escapes (Bug#7843).
11521
11522 * files.el (inhibit-first-line-modes-regexps): Add image files.
11523 (hack-local-variables-prop-line): Return nil for malformed
11524 prop-lines (Bug#9044).
11525
11526 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
11527
11528 * net/tramp.el (top): Don't require 'shell.
11529 (tramp-methods): Fix docstring.
11530 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
11531 Return complete remote file name. Handle "smb" case.
11532 Use `tramp-tmpdir', if defined for the respective method.
11533 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
11534
11535 * net/tramp-compat.el (top): Require 'shell.
11536
11537 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11538 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
11539 `tramp-current-host'.
11540 (tramp-get-remote-tmpdir): Remove.
11541
11542 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
11543 `tramp-tmpdir' entries.
11544 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
11545 (tramp-smb-handle-file-attributes): Ignore errors.
11546 (tramp-smb-wait-for-output): Check also for process end.
11547
11548 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11549
11550 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
11551 when sending QUIT (bug#9312).
11552
11553 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
11554
11555 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
11556 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
11557 occur-mode-display-occurrence.
11558 (occur-edit-mode): Add usage message.
11559 (occur-cease-edit): New command.
11560 (occur-after-change-function): Use text properties to find the
11561 position of the prefix text.
11562 (occur-engine): Set stickiness of prefix text properties.
11563
11564 2011-09-17 Glenn Morris <rgm@gnu.org>
11565
11566 * progmodes/etags.el (complete-tag):
11567 Fix call to completion-in-region. (Bug#9526)
11568
11569 2011-09-17 Juri Linkov <juri@jurta.org>
11570
11571 * textmodes/ispell.el (ispell-word): Add to the error message
11572 the word, ispell program name and current dictionary (bug#9121).
11573 (ispell-tex-arg-end): Capitalize "error" in the error message.
11574
11575 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
11576
11577 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
11578 check. (Bug#4251)
11579
11580 2011-09-17 Juri Linkov <juri@jurta.org>
11581
11582 * window.el (window-safe-min-height, window-safe-min-width):
11583 Fix typos (followup to bug#9522).
11584
11585 2011-09-17 Sven Joachim <svenjoac@gmx.de>
11586
11587 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
11588
11589 2011-09-16 Eli Zaretskii <eliz@gnu.org>
11590
11591 * simple.el (line-move): If goal-column is set, move by logical
11592 lines, not by display lines. (Bug#971)
11593 (next-line, previous-line, goal-column, line-move-visual): Doc fix
11594 to reflect the above change.
11595
11596 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * image.el (imagemagick-register-types): Use regexp-opt.
11599
11600 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
11601
11602 * window.el (display-buffer-base-action): Rename from
11603 display-buffer-default-action. Make default value empty.
11604 (display-buffer-overriding-action): Convert to defvar.
11605 (display-buffer-fallback-action): New var.
11606
11607 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
11608
11609 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
11610 declaration.
11611 (package--add-to-archive-contents): If there is a duplicate entry
11612 with an older version, remove it.
11613 (package-menu-mark-delete, package-menu-mark-install)
11614 (package-menu-mark-unmark): Make unused args optional.
11615 (package-menu-mark-obsolete-for-deletion):
11616 Use package-menu-get-status instead of a regexp search.
11617 (package-menu-get-status): Use tabulated-list-entry.
11618 (package-menu-mark-upgrades): New command.
11619 (package-menu-mode-map): Bind it to U. Add it to menu bar.
11620 (package-menu-execute): Do installation before deletion.
11621 (package-menu-refresh, package-menu-execute): Use derived-mode-p
11622 instead of checking major-mode.
11623 (package-menu--find-upgrades): New function.
11624
11625 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11626
11627 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
11628 passwords in the log buffer.
11629 (smtpmail-process-filter): Update the process marker so that the
11630 "broken by peer" status message is inserted in the right place.
11631
11632 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
11635 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
11636 bibtex-completion-at-point-function.
11637 (bibtex-completion-at-point-function): Use them.
11638
11639 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
11640
11641 * mpc.el (mpc-constraints-tag-lookup): New function.
11642 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
11643 also to browser "album|playlist".
11644
11645 2011-09-14 Juri Linkov <juri@jurta.org>
11646
11647 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
11648 (isearch-edit-string): Use length of `isearch-string' when
11649 `isearch-fail-pos' returns nil.
11650 (isearch-message): Remove duplicate code and call
11651 `isearch-fail-pos' with arg `t'.
11652
11653 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
11654
11655 * replace.el (occur-mode-goto-occurrence): Don't force using other
11656 window (Bug#9499).
11657
11658 * dired-aux.el (dired-do-chmod): Don't provide initial input.
11659
11660 2011-09-14 Martin Rudalics <rudalics@gmx.at>
11661
11662 * window.el (display-buffer-window): Remove.
11663 (display-buffer-record-window): Use help-setup window parameter
11664 instead of variable display-buffer-window.
11665 (display-buffer-function, special-display-buffer-names)
11666 (special-display-function): Mention help-setup parameter instead
11667 of display-buffer-window in doc-string.
11668 * help.el (help-window-setup): New argument help-window.
11669 Use help-window-setup parameter instead of display-buffer-window.
11670 Reword some messages.
11671 (with-help-window): Pass window used for displaying the buffer
11672 to help-window-setup. Don't set display-buffer-window.
11673
11674 2011-09-13 Glenn Morris <rgm@gnu.org>
11675
11676 * emacs-lisp/debug.el (debugger-make-xrefs):
11677 Preserve point. (Bug#9462)
11678
11679 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * window.el (window-deletable-p): Use next-frame.
11682
11683 2011-09-13 Martin Rudalics <rudalics@gmx.at>
11684
11685 * window.el (window-auto-delete): Remove.
11686 (window-deletable-p): Remove argument FORCE. Don't deal with
11687 dedication and previous buffers.
11688 (switch-to-prev-buffer): Don't delete window.
11689 (delete-windows-on): Delete a window's frame if and only if the
11690 window is dedicated.
11691 (replace-buffer-in-windows): Delete buffer's window or frame if
11692 and only if window is dedicated.
11693 (quit-window): Handle quit-restore as before last change.
11694 (bury-buffer): Delete window only if window-deletable-p returns t.
11695
11696 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * window.el (window-deletable-p): Never delete the last frame on a
11699 given terminal.
11700
11701 2011-09-13 Glenn Morris <rgm@gnu.org>
11702
11703 * help.el (describe-key-briefly): Copy previous standard-output change.
11704
11705 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
11706
11707 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
11708
11709 2011-09-13 Glenn Morris <rgm@gnu.org>
11710
11711 * emacs-lisp/lisp-mode.el (lisp-indent-function):
11712 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
11713
11714 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * dired-aux.el (dired-mark-read-string): Don't return default
11717 value on empty input (Bug#9361).
11718 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
11719 Omit initial minibuffer contents.
11720 (dired-do-chmod): Signal an error on empty input.
11721 (dired-mark-read-string): Don't return default on empty input.
11722
11723 * files.el (file-modes-symbolic-to-number): Doc fix.
11724
11725 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11726
11727 * international/mule-cmds.el (ucs-completions): Remove.
11728 (read-char-by-name): Use complete-with-action instead; add metadata.
11729
11730 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
11731
11732 * window.el (display-buffer--action-function-custom-type)
11733 (display-buffer--action-custom-type): New vars.
11734 (display-buffer-alist, display-buffer-default-action)
11735 (display-buffer-overriding-action): Add defcustom types.
11736
11737 * frame.el (delete-other-frames): Doc fix (Bug#276).
11738
11739 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11740
11741 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
11742
11743 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
11744
11745 Change modes that used same-window-* vars to use switch-to-buffer.
11746
11747 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
11748 Use switch-to-buffer.
11749
11750 * cus-edit.el (customize-group, custom-buffer-create)
11751 (customize-browse, custom-buffer-create-other-window):
11752 Use switch-to-buffer or switch-to-buffer-other-window.
11753
11754 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
11755 (Info-prev, Info-up, Info-speedbar-goto-node)
11756 (info-display-manual): Use switch-to-buffer.
11757 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
11758
11759 * mail/sendmail.el (mail): Use switch-to-buffer.
11760 (mail-recover): Use switch-to-buffer-other-window.
11761
11762 * cmuscheme.el (run-scheme, switch-to-scheme):
11763 * ielm.el (ielm):
11764 * shell.el (shell):
11765 * net/rlogin.el (rlogin):
11766 * net/telnet.el (telnet, rsh):
11767 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
11768
11769 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
11770
11771 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
11772
11773 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11774
11775 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
11776 so don't mention it (bug#9301).
11777 (dired-sort-toggle-or-edit): Clarify string further.
11778
11779 * faces.el (face-spec-set-match-display): Make `(type graphic)'
11780 match `x', `w32' and `ns', like the manual says (bug#9029).
11781
11782 * subr.el (eval-after-load): Doc string clarification (bug#9125).
11783 (process-kill-buffer-query-function): Mention the buffer name in
11784 the query.
11785
11786 * image-mode.el (image-next-line): The line parameter is mandatory
11787 (bug#9258).
11788
11789 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
11790 which can be useful (bug#9301).
11791
11792 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
11793
11794 * subr.el (match-string): Mention that the current buffer should
11795 be the same as the search was done in (bug#9282).
11796
11797 * facemenu.el: Disable the remove-* commands if the mark isn't
11798 active (bug#9162).
11799
11800 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
11801
11802 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
11803 of display-buffer.
11804 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
11805
11806 * replace.el (occur-mode-goto-occurrence)
11807 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
11808 and display-buffer.
11809
11810 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
11811 display-buffer.
11812
11813 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
11814 special-display and same-window variables.
11815 (mail-other-window): Use switch-to-buffer-other-window.
11816 (mail-other-frame): USe switch-to-buffer-other-frame.
11817
11818 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
11819 Use display-buffer-other-frame.
11820 (gdb-display-gdb-buffer): Use pop-to-buffer.
11821
11822 * progmodes/gud.el (gud-goto-info): Use info-other-window.
11823
11824 * progmodes/python.el: Don't set same-window-buffer-names.
11825
11826 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
11827
11828 * window.el (display-buffer-alist): Add *Python*.
11829
11830 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
11831
11832 * window.el (display-buffer-alist): Add entry for buffers
11833 previously handled same-window-*.
11834 (display-buffer-alist, display-buffer-default-action)
11835 (display-buffer-overriding-action): Mark as risky.
11836 (display-buffer-alist): Document action function changes.
11837 (display-buffer--same-window-action)
11838 (display-buffer--other-frame-action): New variables.
11839 (switch-to-buffer, display-buffer-other-frame): Use them.
11840 (display-buffer): Rename reuse-frame entry to reusable-frames.
11841 (display-buffer-reuse-selected-window): Function deleted.
11842 (display-buffer-reuse-window): Handle reusable-frames alist entry.
11843 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
11844 (display-buffer-special): New function.
11845 (display-buffer--maybe-pop-up-frame-or-window): Rename from
11846 display-buffer-reuse-or-pop-window. Split off special-display
11847 part into display-buffer-special.
11848 (display-buffer-use-some-window): Don't perform any special
11849 pop-up-frames handling.
11850 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
11851 (display-buffer--maybe-same-window): Rename from
11852 display-buffer-maybe-same-window.
11853
11854 * info.el: Don't set same-window-regexps.
11855 (info-setup): New function.
11856 (info-other-window, info): Call it.
11857
11858 * cus-edit.el: Don't set same-window-regexps.
11859 (customize-group): New argument.
11860 (customize-group-other-window): Use it.
11861 (customize-face, customize-face-other-window): Likewise.
11862 (custom-buffer-create-other-window): Use pop-to-buffer directly.
11863
11864 * net/rlogin.el:
11865 * net/telnet.el:
11866 * progmodes/gud.el: Don't set same-window-regexps.
11867
11868 * cmuscheme.el:
11869 * ielm.el:
11870 * shell.el:
11871 * mail/sendmail.el:
11872 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
11873
11874 2011-09-10 Juri Linkov <juri@jurta.org>
11875
11876 * isearch.el (isearch-edit-string): Remove obsolete mention of
11877 `C-w' (`isearch-yank-word-or-char') from docstring.
11878 (isearch-query-replace): Fix typo in docstring (bug#9466).
11879
11880 2011-09-10 Juri Linkov <juri@jurta.org>
11881
11882 * paren.el (show-paren-function): Don't show escaped parens.
11883 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
11884
11885 2011-09-10 Eli Zaretskii <eliz@gnu.org>
11886
11887 * mail/sendmail.el (mml-to-mime, mml-attach-file)
11888 (mm-default-file-encoding): Remove autoload forms, they are
11889 replaced with autoload cookies in mml.el and mm-encode.el.
11890 (mail-add-attachment): New command.
11891 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
11892 (mail-mode): Mention mail-insert-file and mail-add-attachment in
11893 the doc string.
11894 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
11895
11896 2011-09-10 Reuben Thomas <rrt@sc3d.org>
11897
11898 * simple.el (count-words-region): Use buffer if there's no region
11899 (bug#9429).
11900
11901 2011-09-09 Juri Linkov <juri@jurta.org>
11902
11903 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
11904 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
11905 (wdired-isearch-filter-read-only): New function. (Bug#6362)
11906
11907 2011-09-09 Alan Mackenzie <acm@muc.de>
11908
11909 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
11910 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
11911
11912 2011-09-09 Eli Zaretskii <eliz@gnu.org>
11913
11914 Fix for Savannah bug#9392.
11915 * simple.el (mail-encode-mml): New defvar.
11916
11917 * mail/rmail.el (mail-encode-mml): Add a defvar.
11918 (rmail-enable-mime-composing): Default to t.
11919 (rmail-forward): Use MIME method of forwarding only if both
11920 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
11921 Set mail-encode-mml non-nil if the MIME method was used.
11922
11923 * mail/sendmail.el (mml-to-mime): Add autoload form.
11924 (mail-encode-mml): Add a defvar.
11925 (mail-mode): Make mail-encode-mml buffer-local and initialize it
11926 to nil.
11927 (mail-send): If mail-encode-mml is non-nil, run the outgoing
11928 message through mml-to-mime, and reset mail-encode-mml to nil.
11929
11930 2011-09-09 Glenn Morris <rgm@gnu.org>
11931
11932 * woman.el (woman-if-body): When processing an .el block,
11933 do not delete the next .el block as well. (Bug#9447)
11934 (woman-special-characters): Add oq, cq, and hy characters.
11935
11936 2011-09-08 Martin Rudalics <rudalics@gmx.at>
11937
11938 * window.el (window-deletable-p): Make sure window is live before
11939 invoking window-prev-buffers.
11940
11941 2011-09-08 Leo Liu <sdl.web@gmail.com>
11942
11943 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
11944
11945 2011-09-08 Juri Linkov <juri@jurta.org>
11946
11947 * progmodes/compile.el (compilation-environment): Make it
11948 a defcustom (bug#8340).
11949
11950 2011-09-08 Martin Rudalics <rudalics@gmx.at>
11951
11952 * window.el (frame-auto-delete): Rename to window-auto-delete.
11953 Make it control auto-deletion of windows and/or frames.
11954 (window-deletable-p): New argument FORCE. Rewrite conditions
11955 for deleting window/frame. (Bug#9419)
11956 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
11957 Rewrite handling of case when window/frame can be deleted.
11958 (delete-windows-on): Call window-deletable-p with new FORCE
11959 argument t. (Bug#9456)
11960
11961 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
11962
11963 * help-mode.el (help-mode): Restore autoload.
11964
11965 2011-09-07 Juri Linkov <juri@jurta.org>
11966
11967 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
11968 `compilation-environment'. Set buffer-local
11969 `compilation-environment' to `thisenv' later after (funcall mode).
11970 (Bug#8340)
11971
11972 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
11973 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
11974 instead of replacing its value. (Bug#8340)
11975
11976 2011-09-07 Juri Linkov <juri@jurta.org>
11977
11978 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
11979 based on text properties put by `grep-filter' instead of matching
11980 escape sequences.
11981 (grep-mode): Set buffer-local `compilation-error-screen-columns'
11982 to the value of `grep-error-screen-columns' (bug#9438).
11983
11984 2011-09-07 Juri Linkov <juri@jurta.org>
11985
11986 * simple.el (next-error-highlight, next-error-highlight-no-select):
11987 Doc fix (bug#9432).
11988
11989 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
11990
11991 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11992 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
11993
11994 2011-09-07 Leo Liu <sdl.web@gmail.com>
11995
11996 * net/rcirc.el (rcirc-mode): Conditionally initialize
11997 rcirc-input-ring.
11998
11999 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * emacs-lisp/find-func.el (find-function-C-source): Only set
12002 find-function-C-source-directory after checking that we found a source
12003 file there (bug#9440).
12004
12005 2011-09-06 Alan Mackenzie <acm@muc.de>
12006
12007 * isearch.el (isearch-other-meta-char): Wherever a key list is
12008 unread, "unread" the prefix arg, too. This fixes bug #8901.
12009
12010 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12011
12012 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12013
12014 2011-09-05 Juri Linkov <juri@jurta.org>
12015
12016 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12017
12018 2011-09-05 Juri Linkov <juri@jurta.org>
12019
12020 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12021 keeping point where processing of grep matches begins, and
12022 continue to delete remaining escape sequences from the same point.
12023 (grep-filter): Make leading zero optional in "0?1;31m" because
12024 git-grep emits "\033[1;31m" escape sequences unlike expected
12025 "\033[01;31m" as GNU Grep does (bug#9408).
12026 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12027
12028 2011-09-05 Juri Linkov <juri@jurta.org>
12029
12030 * subr.el (y-or-n-p): Capitalize "yes".
12031
12032 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
12033
12034 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12035 `tramp-cache-unload-hook' where appropriate.
12036 (tramp-methods): Rename `tramp-remote-sh' to
12037 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12038 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12039
12040 * net/tramp-sh.el (top): Don't require 'shell.
12041 (tramp-methods): Add `tramp-remote-shell' and
12042 `tramp-remote-shell-args' entries.
12043 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12044 (tramp-sh-handle-shell-command): Remove.
12045 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12046 Use `tramp-remote-shell'.
12047
12048 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * mail/sendmail.el (sendmail-query-once-function): Delete.
12051 (sendmail-query-once): Save directly to send-mail-function.
12052 Update message-send-mail-function too.
12053
12054 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12055
12056 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12057
12058 * progmodes/python.el (python-mode-map): Use correct function to
12059 start python interpreter from menu-bar (as reported by Geert
12060 Kloosterman).
12061 (inferior-python-mode-map): Fix typo.
12062 (python-shell-map): Remove.
12063
12064 2011-09-03 Deniz Dogan <deniz@dogan.se>
12065
12066 * net/rcirc.el (rcirc-print): Simplify code for
12067 rcirc-scroll-show-maximum-output. There is no need to walk
12068 through all windows to find the right one.
12069
12070 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12071
12072 * help.el (help-return-method): Doc fix.
12073
12074 2011-09-03 Martin Rudalics <rudalics@gmx.at>
12075
12076 * window.el (window-deletable-p): Don't return a non-nil value
12077 when there's a buffer that was shown in the window before.
12078 (Bug#9419)
12079 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12080 Set window's previous buffers to nil.
12081
12082 2011-09-03 Eli Zaretskii <eliz@gnu.org>
12083
12084 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12085 newline before and after the tag line, so it doesn't interfere
12086 with determining the paragraph direction of bidirectional text.
12087
12088 2011-09-03 Leo Liu <sdl.web@gmail.com>
12089
12090 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12091
12092 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12093
12094 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12095 (pop-to-buffer): Change interactive spec. Pass second argument
12096 directly to display-buffer.
12097 (display-buffer): Fix interactive spec. Use functionp to
12098 distinguish between a function and a list of functions.
12099
12100 * abbrev.el (edit-abbrevs):
12101 * arc-mode.el (archive-extract):
12102 * autoinsert.el (auto-insert):
12103 * bookmark.el (bookmark-bmenu-list):
12104 * files.el (find-file):
12105 * view.el (view-buffer):
12106 * progmodes/compile.el (compilation-goto-locus):
12107 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12108
12109 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * window.el (display-buffer-alist): Doc fix.
12112 (display-buffer): Add docstring. Don't treat
12113 display-buffer-default specially.
12114 (display-buffer-reuse-selected-window)
12115 (display-buffer-same-window, display-buffer-maybe-same-window)
12116 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12117 (display-buffer-pop-up-window)
12118 (display-buffer-reuse-or-pop-window)
12119 (display-buffer-use-some-window): New functions.
12120 (display-buffer-default-action): Use them.
12121 (display-buffer-default): Delete.
12122 (pop-to-buffer-1): Fix choice of actions.
12123
12124 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * minibuffer.el (completion--insert-strings): Don't get confused by
12127 completion entries that end with an LF char.
12128
12129 2011-09-01 Eli Zaretskii <eliz@gnu.org>
12130
12131 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12132
12133 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
12134
12135 * window.el (display-buffer): Restore interactive spec.
12136 (display-buffer-same-window, display-buffer-other-window):
12137 New functions.
12138 (pop-to-buffer-1): New function. Use the above.
12139 (pop-to-buffer, pop-to-buffer-same-window): Use it.
12140 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12141
12142 * view.el (view-buffer-other-window, view-buffer-other-frame):
12143 Just use pop-to-buffer.
12144
12145 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12146
12147 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12148
12149 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12150
12151 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12152
12153 2011-08-31 Richard Stallman <rms@gnu.org>
12154
12155 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12156 of the separation of rmail-view-buffer from rmail-buffer.
12157 If you say no to "replace original", the decrypt is in the
12158 view buffer. If you say yes, the decrypt goes into the
12159 rmail buffer also.
12160
12161 2011-08-31 Martin Rudalics <rudalics@gmx.at>
12162
12163 * window.el (display-buffer-window): Rewrite doc-string.
12164 (display-buffer-record-window): New function.
12165 (display-buffer-macro-specifiers)
12166 (display-buffer-even-window-sizes, display-buffer-set-height)
12167 (display-buffer-set-width, display-buffer-in-window)
12168 (display-buffer-reuse-window, display-buffer-split-specifiers)
12169 (display-buffer-side-specifiers, display-buffer-split-window-1)
12170 (display-buffer-split-window, display-buffer-split-atom-window)
12171 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12172 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12173 (display-buffer-other-window-means-other-frame)
12174 (display-buffer-normalize-special)
12175 (display-buffer-normalize-default)
12176 (display-buffer-normalize-argument)
12177 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12178 (display-buffer-normalize-specifiers, display-buffer-frame)
12179 (display-buffer-same-window, display-buffer-same-frame)
12180 (display-buffer-other-window)
12181 (display-buffer-same-frame-other-window)
12182 (display-buffer-other-frame, pop-to-buffer-same-window)
12183 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12184 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12185 (switch-to-buffer-same-frame)
12186 (switch-to-buffer-other-window-same-frame)
12187 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12188 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12189 (display-buffer-alist-set): Remove.
12190 (display-buffer-function, special-display-buffer-names)
12191 (special-display-regexps, special-display-function):
12192 In doc-string refer to display-buffer-window and quit-restore
12193 parameter.
12194 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12195 (special-display-frame-alist, special-display-popup-frame)
12196 (same-window-buffer-names, same-window-regexps, same-window-p)
12197 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12198 (split-window-preferred-function, split-height-threshold)
12199 (split-width-threshold, window-splittable-p)
12200 (split-window-sensibly, window--try-to-split-window)
12201 (window--frame-usable-p, even-window-heights)
12202 (window--even-window-heights, window--display-buffer-1)
12203 (window--display-buffer-2, display-buffer-other-frame):
12204 Restore old Emacs 23 code, order and doc-strings where applicable.
12205 (display-buffer-default, display-buffer-assq-regexp): New functions.
12206 (display-buffer-alist): Rewrite doc-string.
12207 (display-buffer-default-action)
12208 (display-buffer-overriding-action): New variables.
12209 (display-buffer, switch-to-buffer): Rewrite.
12210 (pop-to-buffer): Restore Emacs 23 behavior but use
12211 window-normalize-buffer-to-display.
12212 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12213 Restore Emacs 23 behavior but use
12214 window-normalize-buffer-to-switch-to.
12215 (pop-to-buffer-same-window): Rewrite.
12216 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12217 Rewrite using Emacs 23 options.
12218
12219 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
12220
12221 * net/tramp.el (tramp-root-regexp): Remove.
12222 (tramp-completion-file-name-regexp-unified)
12223 (tramp-completion-file-name-regexp-separate)
12224 (tramp-completion-file-name-regexp-url): Don't use leading volume
12225 letter on w32 systems. (Bug#5303, Bug#9311)
12226 (tramp-drop-volume-letter): Simplify definition.
12227 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12228
12229 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12232 (bug#9356).
12233
12234 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12235
12236 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
12237
12238 2011-08-29 Juri Linkov <juri@jurta.org>
12239
12240 * isearch.el (isearch-done): Don't display message "Mark saved"
12241 when arg `edit' is non-nil to prevent its flicker in the echo area.
12242
12243 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12246 obsolete packages for deletion.
12247
12248 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12249
12250 * help-mode.el (help-mode-map): Add special-mode-map to parent.
12251 (help-mode): Derive help-mode from special-mode. Don't invoke
12252 view-mode from help-mode.
12253 (help-xref-override-view-map): Remove.
12254 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12255 view-mode is not used anymore.
12256
12257 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12258
12259 * server.el (server-port): Doc fix.
12260
12261 * cus-theme.el (custom-theme-choose-mode): Inherit from
12262 special-mode (Bug#9124).
12263 (custom-theme-choose-mode-map): Add special-mode to parent.
12264
12265 2011-08-28 Alan Mackenzie <acm@muc.de>
12266
12267 * progmodes/cc-fonts.el
12268 (c-make-font-lock-BO-decl-search-function): New function.
12269 (c-basic-matchers-after - "Fontify the clauses after various
12270 keywords"): Extract the three keyword lists for the 3 erroneous
12271 constructs from the list of four, and use the new function above
12272 in place of an old one.
12273
12274 2011-08-28 Deniz Dogan <deniz@dogan.se>
12275
12276 * net/rcirc.el (rcirc-insert-prev-input)
12277 (rcirc-insert-next-input): Remove unused argument.
12278
12279 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12282
12283 2011-08-27 Alan Mackenzie <acm@muc.de>
12284
12285 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12286 handle function pointer parameters properly.
12287
12288 2011-08-27 Martin Rudalics <rudalics@gmx.at>
12289
12290 * window.el (display-buffer-reuse-window): Fix case where
12291 selected window was reused with non-nil OTHER-WINDOW argument.
12292 (Bug#9381)
12293
12294 2011-08-27 Deniz Dogan <deniz@dogan.se>
12295
12296 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12297 oftc's NickServ messages.
12298
12299 2011-08-27 Glenn Morris <rgm@gnu.org>
12300
12301 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12302
12303 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * emacs-lisp/package.el (package-install): Call package-initialize
12306 if called interactively.
12307
12308 2011-08-26 Leo Liu <sdl.web@gmail.com>
12309
12310 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12311
12312 2011-08-25 Juri Linkov <juri@jurta.org>
12313
12314 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12315 `search-whitespace-regexp' (bug#9364).
12316
12317 2011-08-25 Juri Linkov <juri@jurta.org>
12318
12319 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12320 `regexp-search-ring' to their global values to protect from
12321 updating by `read-from-minibuffer' (bug#9185).
12322
12323 2011-08-25 Juri Linkov <juri@jurta.org>
12324
12325 * textmodes/ispell.el (ispell-command-loop): Add newline
12326 at the end of the "Use option `i'..." line.
12327
12328 2011-08-25 Juri Linkov <juri@jurta.org>
12329
12330 * battery.el (display-battery-mode): If `battery-status-function'
12331 or `battery-mode-line-format' is nil, display the message and set
12332 `display-battery-mode' to nil (bug#9363).
12333
12334 2011-08-25 Eli Zaretskii <eliz@gnu.org>
12335
12336 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12337 bidi-string-mark-left-to-right; they are unnecessary now.
12338
12339 2011-08-25 Deniz Dogan <deniz@dogan.se>
12340
12341 * net/quickurl.el: Documentation typo fixes.
12342
12343 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
12344
12345 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12346
12347 2011-08-25 Glenn Morris <rgm@gnu.org>
12348
12349 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12350
12351 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12352 (smtpmail-via-smtp): Handle nil response from smtp.
12353
12354 2011-08-24 Juri Linkov <juri@jurta.org>
12355
12356 * proced.el (proced-marked): Inherit from `error' instead of
12357 `font-lock-warning-face'.
12358
12359 * ibuffer.el (ibuffer-marked-face): Change default face from
12360 `font-lock-warning-face' to `warning'.
12361 (ibuffer-deletion-face): Change default face from
12362 `font-lock-type-face' to `error'.
12363
12364 * battery.el (battery-update): Use the face `error' instead of
12365 `font-lock-warning-face' (bug#6117).
12366
12367 2011-08-24 Juri Linkov <juri@jurta.org>
12368
12369 * faces.el (success): Change face color from "Green3" to
12370 "ForestGreen" on light background (bug#9353).
12371
12372 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
12373
12374 * window.el (quit-window): Rename from quit-restore-window.
12375 Use same arglist as old quit-window.
12376 (frame-auto-delete): Doc fix.
12377
12378 * view.el (view-mode-exit): Use quit-window.
12379
12380 2011-08-24 Juri Linkov <juri@jurta.org>
12381
12382 * isearch.el (isearch-ring-adjust1): Start visiting previous
12383 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12384 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12385 for empty search string (when the last search string is reused
12386 automatically) to adjust the isearch ring to the last element and
12387 prepare the correct index for further M-p commands (bug#9185).
12388
12389 2011-08-24 Kenichi Handa <handa@m17n.org>
12390
12391 * international/ucs-normalize.el: If decomposition property of
12392 CHAR is the default one (i.e. a list of CHAR itself), treat it as
12393 nil.
12394 (nfd, nfkd): Likewise.
12395
12396 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12399 from process filters aren't reliably transmitted to the surrounding
12400 accept-process-output.
12401 (mpc-proc-check): New function.
12402 (mpc-proc-sync): Use it (bug#8293)
12403
12404 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12407 Add compatibility functions (bug#9313).
12408
12409 2011-08-23 Eli Zaretskii <eliz@gnu.org>
12410
12411 * cus-start.el (all): Add entry for bidi-paragraph-direction.
12412
12413 * international/uni-bidi.el: Regenerate.
12414
12415 2011-08-23 Kenichi Handa <handa@m17n.org>
12416
12417 * international/charprop.el:
12418 * international/uni-bidi.el:
12419 * international/uni-category.el:
12420 * international/uni-combining.el:
12421 * international/uni-comment.el:
12422 * international/uni-decimal.el:
12423 * international/uni-decomposition.el:
12424 * international/uni-digit.el:
12425 * international/uni-lowercase.el:
12426 * international/uni-mirrored.el:
12427 * international/uni-name.el:
12428 * international/uni-numeric.el:
12429 * international/uni-old-name.el:
12430 * international/uni-titlecase.el:
12431 * international/uni-uppercase.el: Regenerate.
12432
12433 2011-08-23 Martin Rudalics <rudalics@gmx.at>
12434
12435 * help.el (help-window-setup): Fix message displayed when other
12436 window is reused. (Bug#9341)
12437
12438 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
12441 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
12442
12443 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
12444 Mark obsolete.
12445 * shell.el (shell-parse-pcomplete-arguments): New function.
12446 (shell-completion-vars): Use it instead (bug#9160).
12447
12448 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
12451 strings and comments (bug#9333).
12452
12453 * emacs-lisp/debug.el (debug-arglist): New function.
12454 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
12455 (debug-on-entry-1): Handle interpreted closures (bug#9120).
12456
12457 2011-08-22 Juri Linkov <juri@jurta.org>
12458
12459 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12460 Revert regexp that highlights output switches to its old
12461 pre-2010-10-28 value and remove one `?' from it (bug#9319).
12462
12463 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
12464 to check for empty output (bug#9226).
12465
12466 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
12467
12468 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
12469 symbol-constituent as the default, as that stops font-lock from
12470 working properly (Bug#8843).
12471
12472 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12473
12474 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
12475 `coding-system-for-*' around the process open call to avoid
12476 auth-source side effects.
12477 (smtpmail-try-auth-methods): Expand the secret password.
12478 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
12479 probe hangs.
12480
12481 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
12482
12483 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
12484
12485 * emacs-lisp/find-func.el (find-function-noselect): New arg
12486 lisp-only.
12487
12488 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12489 signal an error for built-in functions (Bug#6664).
12490
12491 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12492
12493 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12494 (smtpmail-try-auth-methods): Use it.
12495
12496 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
12497
12498 * font-lock.el (font-lock-fontify-region)
12499 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12500 (font-lock-default-unfontify-buffer)
12501 (font-lock-default-fontify-region)
12502 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
12503
12504 * progmodes/compile.el (compilation-error-properties):
12505 Fix confusion between file struct and message struct (Bug#9319).
12506 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
12507 `ant' regexp.
12508
12509 * net/browse-url.el (browse-url-firefox): Don't call
12510 browse-url-firefox-sentinel unless using -remote (Bug#9328).
12511
12512 2011-08-20 Glenn Morris <rgm@gnu.org>
12513
12514 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
12515
12516 * tutorial.el (tutorial--default-keys): Update some default bindings.
12517
12518 * files.el (hack-local-variables): Fully ignore case for "mode:".
12519
12520 2011-08-20 Alan Mackenzie <acm@muc.de>
12521
12522 Resolve invalid use of a regexp in regexp-opt.
12523
12524 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
12525 detection for a java annotation.
12526
12527 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
12528 detection for a java annotation.
12529
12530 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
12531 handling for java.
12532 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
12533
12534 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
12535
12536 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
12537 (Bug#9274).
12538
12539 2011-08-20 Alan Mackenzie <acm@muc.de>
12540
12541 Fontify CPP expressions correctly when starting in the middle of
12542 such a construct. Mainly for when jit-lock etc. starts a chunk
12543 here.
12544
12545 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
12546 variable.
12547 (c-make-font-lock-search-form): New function, extracted from
12548 c-make-font-lock-search-function.
12549 (c-make-font-lock-search-function): Use the above function.
12550 (c-make-font-lock-context-search-function): New function.
12551 (c-cpp-matchers): Enhance the preprocessor expression case with
12552 the above function
12553 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
12554 which takes an expression.
12555
12556 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
12557
12558 2011-08-20 Martin Rudalics <rudalics@gmx.at>
12559
12560 * window.el (display-buffer-reuse-window)
12561 (display-buffer-pop-up-window): Don't reuse or split a side
12562 window.
12563
12564 2011-08-19 Glenn Morris <rgm@gnu.org>
12565
12566 * files.el (hack-local-variables-prop-line, hack-local-variables):
12567 Downcase "Mode:". (Bug#9331)
12568
12569 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
12570
12571 * international/characters.el: Add L and R categories.
12572
12573 * subr.el (bidi-string-mark-left-to-right): Rename from
12574 string-mark-left-to-right. Use category search.
12575
12576 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
12577
12578 2011-08-18 Juri Linkov <juri@jurta.org>
12579
12580 * faces.el (error, warning, success): New faces with definitions
12581 copied from old default values of `font-lock-warning-face',
12582 `compilation-warning', `compilation-info' (bug#6117).
12583
12584 * font-lock.el (font-lock-warning-face): Inherit from `error'.
12585
12586 * progmodes/compile.el (compilation-error): Inherit from `error'.
12587 (compilation-warning): Inherit from `warning'.
12588 (compilation-info): Inherit from `success'.
12589
12590 * dired.el (dired-marked): Inherit from `warning'.
12591 (dired-flagged): Inherit from `error'.
12592
12593 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12594
12595 * mail/smtpmail.el (auth-source): Require to avoid problems with
12596 binding variables (bug#9298). Also clean up some unused
12597 autoloads.
12598
12599 * net/network-stream.el (network-stream-open-starttls):
12600 Support using starttls.el without using gnutls-cli.
12601
12602 2011-08-17 Juri Linkov <juri@jurta.org>
12603
12604 * progmodes/grep.el (rgrep): Handle the case when
12605 `grep-find-command' is a cons cell (bug#9278).
12606
12607 2011-08-17 Martin Rudalics <rudalics@gmx.at>
12608
12609 * window.el (display-buffer-pop-up-frame): Run frame creation
12610 function with BUFFER current (as special-display-popup-frame
12611 does). Reported by Drew Adams.
12612
12613 2011-08-17 Daiki Ueno <ueno@unixuser.org>
12614
12615 * epa-mail.el: Simplify GnuPG group expansion using
12616 epg-expand-group.
12617 (epa-mail-group-alist, epa-mail-group-modtime)
12618 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
12619 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
12620 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
12621 Remove.
12622
12623 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
12624
12625 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
12626
12627 2011-08-16 Alan Mackenzie <acm@muc.de>
12628
12629 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
12630 Correct, to avoid the inside of macros.
12631
12632 2011-08-16 Richard Stallman <rms@gnu.org>
12633
12634 * epa-mail.el: Handle GnuPG group definitions.
12635 (epa-mail-group-alist, epa-mail-group-modtime)
12636 (epa-mail-gnupg-conf-file): New variables.
12637 (epa-mail-parse-groups, epa-mail-sync-groups)
12638 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
12639 (epa-mail-expand-recipients): New functions.
12640 (epa-mail-encrypt): Call epa-mail-expand-recipients.
12641
12642 * mail/rmail.el (rmail-epa-decrypt): New command.
12643
12644 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
12645 Don't bind buffer-read-only, just inhibit-read-only.
12646 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
12647 (epa-decrypt-armor-in-region): Make error message clearer.
12648
12649 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
12652 and "a2b" to "ab" for `prefix'.
12653
12654 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
12655
12656 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
12657 filter groups.
12658 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
12659 Fourquet (Bug#8804).
12660
12661 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
12662
12663 * startup.el (argi): Declare as global variable (bug#9275).
12664
12665 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
12666
12667 * subr.el (string-mark-left-to-right): Search the entire string
12668 for RTL script, not just the terminating character. Doc fix.
12669
12670 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
12673 New function.
12674 (js--regexp-literal, js-syntax-propertize-function): Remove.
12675 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
12676 (js-mode-map): Don't rebind electric keys.
12677 (js-insert-and-indent): Remove.
12678 (js-mode): Setup electric-layout and electric-indent instead.
12679
12680 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
12681
12682 2011-08-12 Daiki Ueno <ueno@unixuser.org>
12683
12684 * epa.el (epa-progress-callback-function): Fix the logic of
12685 displaying progress.
12686 * epa-file.el (epa-file-insert-file-contents): Make progress
12687 display more user-friendly.
12688 (epa-file-write-region): Ditto.
12689
12690 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
12691
12692 * subr.el (string-mark-left-to-right): New function.
12693
12694 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
12695 Use string-mark-left-to-right.
12696 (list-buffers-noselect): Caller changed.
12697
12698 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12699 Use string-mark-left-to-right.
12700 (tabulated-list-print): Recenter after moving point.
12701
12702 2011-08-10 Juri Linkov <juri@jurta.org>
12703
12704 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
12705 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
12706 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
12707
12708 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
12709
12710 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
12711 (Bug#7554).
12712
12713 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
12714
12715 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
12716 character. (Bug#6594)
12717
12718 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
12719
12720 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
12721 (image-dired--with-db-file): New macro.
12722 (image-dired-write-tags, image-dired-remove-tag)
12723 (image-dired-create-gallery-lists, image-dired-write-comments)
12724 (image-dired-get-comment, image-dired-mark-tagged-files)
12725 (image-dired-list-tags, image-dired-gallery-generate): Use it.
12726 (image-dired-gallery-generate): Use insert-file-contents.
12727
12728 * time.el (display-time-world-list, display-time-world-display):
12729 * time-stamp.el (time-stamp-string):
12730 * vc/add-log.el (add-change-log-entry): Use setenv instead of
12731 set-time-zone-rule (Bug#7337).
12732
12733 2011-08-08 Daiki Ueno <ueno@unixuser.org>
12734
12735 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
12736 (epg-error-to-string, epg-errors-to-string): New function.
12737 (epg-wait-for-completion): Reverse errors list.
12738 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
12739 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
12740 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
12741 (epg-sign-keys, epg-generate-key-from-file)
12742 (epg-generate-key-from-string): Format errors by using
12743 epg-errors-to-string (bug#9255).
12744 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
12745
12746 2011-08-07 Juri Linkov <juri@jurta.org>
12747
12748 * faces.el (list-faces-display): Remove extra angle bracket
12749 from `help-mode-map'.
12750
12751 * info.el (Info-history-toc-nodes): Doc fix.
12752
12753 * longlines.el (longlines-mode): Doc fix.
12754
12755 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
12758 of statements and in a few more cases (bug#9183).
12759
12760 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
12761 New functions.
12762 (cl-transform-lambda): Use them (bug#9239).
12763
12764 2011-08-05 Martin Rudalics <rudalics@gmx.at>
12765
12766 * window.el (display-buffer-same-window)
12767 (display-buffer-same-frame, display-buffer-other-window)
12768 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12769 (pop-to-buffer-other-window)
12770 (pop-to-buffer-same-frame-other-window)
12771 (pop-to-buffer-other-frame): Make them defuns.
12772 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
12773
12774 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * subr.el (make-composed-keymap): Move from C. Change calling
12777 convention, and improve docstring to bring attention to a subtle point.
12778 * minibuffer.el (completing-read-default): Adjust accordingly.
12779
12780 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
12781
12782 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
12783 (tramp-open-shell): Use `tramp-shell-quote-argument'.
12784
12785 * net/trampver.el: Update release number.
12786
12787 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
12790 "in" (bug#9190).
12791
12792 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12793
12794 * mail/sendmail.el (sendmail-query-once): Restore the current
12795 buffer after querying (bug#9074).
12796
12797 * dired.el (dired-flagged): Use different faces for marked and
12798 flagged files (bug#6117).
12799
12800 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
12801 (bug#4433).
12802
12803 * ido.el (ido-mode): Switch off the message if called
12804 non-interactively.
12805
12806 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
12807 before 587, since it appears that that's more likely to work for
12808 more people.
12809
12810 * cus-edit.el (custom-file): When running under emacs -q, always
12811 refuse to save the customizations, even if the .emacs file doesn't
12812 exist.
12813
12814 * info.el: Remove the `Info-beginning-of-buffer' function
12815 (bug#8325).
12816
12817 * net/network-stream.el (network-stream-open-starttls):
12818 Use `starttls-available-p' to see whether starttls.el can be used.
12819
12820 2011-08-01 Martin Rudalics <rudalics@gmx.at>
12821
12822 * window.el (display-buffer-in-window): Don't set dedicated status
12823 of window here (Bug#9215).
12824 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12825 (display-buffer-pop-up-side-window)
12826 (display-buffer-in-side-window): Set dedicated status of window here.
12827
12828 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
12831 before binding generated-autoload-file.
12832
12833 2011-08-01 Deniz Dogan <deniz@dogan.se>
12834
12835 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
12836
12837 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
12838
12839 Sync with Tramp 2.2.2.
12840
12841 * net/trampver.el: Update release number.
12842
12843 2011-07-30 Juri Linkov <juri@jurta.org>
12844
12845 * dired-aux.el (dired-touch-initial): Remove function.
12846 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
12847 current time, and `default' to the last modification time of the
12848 current marked file (bug#6887).
12849
12850 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
12851
12852 * simple.el (goto-line): Use string-to-number to provide a
12853 numeric argument to read-number (bug#9163).
12854
12855 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
12856
12857 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
12858 connection process, it could be nil.
12859
12860 2011-07-27 Leo Liu <sdl.web@gmail.com>
12861
12862 Simplify url handling in rcirc-mode.
12863
12864 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
12865 (rcirc-browse-url-at-mouse): Remove.
12866 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
12867
12868 2011-07-26 Alan Mackenzie <acm@muc.de>
12869
12870 Fontify bitfield declarations properly.
12871
12872 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
12873 (c-symbol-chars): Now exported as a lang variable.
12874 (c-not-primitive-type-keywords): New lang variable.
12875
12876 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
12877 QT keyword "more" to prevent "more slots: ...." being spuriously
12878 parsed as a bitfield declaration.
12879
12880 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12881 Refactor and enhance to handle bitfield declarations.
12882 (c-punctuation-in): New function.
12883 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
12884 declarations properly.
12885
12886 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
12887
12888 * calendar/icalendar.el (icalendar--all-events): Take care of
12889 multiple vcalendars in a single file.
12890 (icalendar--convert-float-to-ical): Checkdoc fixes.
12891
12892 2011-07-25 Deniz Dogan <deniz@dogan.se>
12893
12894 * image.el (insert-image): Clarifying docstring.
12895
12896 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
12897
12898 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
12899 `tramp-send-command-and-check' if there is no error.
12900 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
12901
12902 2011-07-22 Alan Mackenzie <acm@muc.de>
12903
12904 Prevent cc-langs.elc being loaded at run time.
12905
12906 * progmodes/cc-mode.el: Remove two autoload forms which loaded
12907 cc-langs.
12908
12909 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
12910 "(require 'cc-langs)". Quote a form so it will evaluate at
12911 (cc-mode's) compilation time.
12912
12913 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
12914
12915 * net/tramp.el (tramp-file-name-handler): Avoid recursive
12916 loading. (Bug#9114)
12917
12918 2011-07-21 Martin Rudalics <rudalics@gmx.at>
12919
12920 * window.el (display-buffer-pop-up-window)
12921 (display-buffer-pop-up-side-window)
12922 (display-buffer-in-side-window): Call display-buffer-set-height
12923 and display-buffer-set-width after setting the new window's
12924 buffer so `fit-window-to-buffer' and friends work on the right buffer.
12925
12926 2011-07-20 Sam Steingold <sds@gnu.org>
12927
12928 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
12929 (etags-tags-included-tables): Call `convert-standard-filename' on
12930 the file names contained in TAGS so that windows Emacs can handle
12931 TAGS files created by cygwin ctags.
12932
12933 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12934
12935 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
12936 which apparently didn't work.
12937
12938 2011-07-19 Roland Winkler <winkler@gnu.org>
12939
12940 * proced.el (proced-send-signal): For *Marked Processes* buffer
12941 put point at beginning of buffer.
12942
12943 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
12944
12945 * proced.el (proced-format): Make header lines align with the text
12946 (bug#1779).
12947
12948 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12949
12950 * view.el (view-buffer): Allow running in `special' modes if we're
12951 visiting a file (bug#8615).
12952
12953 2011-07-19 Martin Rudalics <rudalics@gmx.at>
12954
12955 * window.el (display-buffer-alist-of-strings-p)
12956 (display-buffer-alist-set-1, display-buffer-alist-set-2):
12957 New functions.
12958 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
12959 more accurately.
12960
12961 2011-07-18 Alan Mackenzie <acm@muc.de>
12962
12963 Fontify declarators properly when, e.g., a jit-lock chunk begins
12964 inside a declaration.
12965
12966 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
12967
12968 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12969 New function.
12970 (c-complex-decl-matchers): Insert reference to
12971 c-font-lock-enclosing-decls.
12972
12973 * progmodes/cc-engine.el (c-backward-single-comment):
12974 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
12975 to nil around calls to (forward-comment -1).
12976
12977 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12978
12979 * image.el (put-image): Doc typo fix.
12980
12981 * progmodes/etags.el (tags-search): Doc typo fix.
12982
12983 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
12984 password if we get errors 550 to 554.
12985
12986 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12987
12988 * net/gnutls.el (gnutls-log-level): Remove.
12989
12990 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
12991 indentation character (bug#6380).
12992
12993 * files.el (buffer-offer-save): Made permanently local (bug#6241).
12994
12995 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
12996 to clarify what the problem is (bug#4291).
12997
12998 * simple.el (current-kill): Clarify what
12999 `interprogram-paste-function' does (bug#7500).
13000 (auto-fill-mode): Document `auto-fill-function' in relation to
13001 `auto-fill-mode' (bug#2470).
13002
13003 2011-07-16 Lawrence Mitchell <wence@gmx.li>
13004
13005 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13006 method if slot is read-only (bug#9035).
13007
13008 2011-07-16 Martin Rudalics <rudalics@gmx.at>
13009
13010 * frame.el (select-frame-set-input-focus): New argument NORECORD.
13011 * window.el (pop-to-buffer): Select window used even if it was
13012 selected before, see discussion of (Bug#8615), (Bug#6954).
13013 Pass argument NORECORD on to select-frame-set-input-focus.
13014
13015 2011-07-15 Glenn Morris <rgm@gnu.org>
13016
13017 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
13018 Respect help-form.
13019
13020 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13021
13022 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13023 (gnutls-negotiate): Use it.
13024
13025 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13026
13027 * net/gnutls.el (gnutls-negotiate):
13028 Upcase `gnutls-algorithm-priority'.
13029
13030 2011-07-15 Glenn Morris <rgm@gnu.org>
13031
13032 * jka-compr.el (jka-compr-verbose): Move from here...
13033 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13034 Add missing :version tag.
13035 * info.el: No need to require jka-compr when compiling.
13036
13037 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13038
13039 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13040 (gnutls-negotiate): Use it.
13041
13042 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13043
13044 * info.el (Info-beginning-of-buffer): New command.
13045 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13046 announcing `b' as the key (bug#8325).
13047 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13048
13049 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13050
13051 * international/mule-cmds.el
13052 (describe-specified-language-support): Make the error message
13053 clearer (bug#8905).
13054
13055 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13056
13057 * isearch.el (isearch-barrier): Add a doc string, since it's
13058 mentioned in a function doc string (bug#8678).
13059
13060 2011-07-15 Martin Rudalics <rudalics@gmx.at>
13061
13062 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13063 buffer argument (Bug#9083) and self-identifying label argument.
13064
13065 2011-07-15 Glenn Morris <rgm@gnu.org>
13066
13067 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13068
13069 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13070
13071 * man.el (Man-fontify-manpage): Fix message when formatting the
13072 man page (bug#7929).
13073
13074 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13075
13076 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13077 argument LRM; if non-nil, append an invisible LRM character to the
13078 buffer name.
13079 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13080 last argument non-nil, when formatting buffer names.
13081 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13082 paragraph direction.
13083
13084 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13085
13086 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13087 the man page name (bug#7929).
13088
13089 * image.el (put-image): Mention the `put-image' overlay property
13090 (bug#7834).
13091
13092 * scroll-bar.el (set-scroll-bar-mode): Mention that
13093 `scroll-bar-mode' lists the values (bug#7772).
13094
13095 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13096 command (bug#7729).
13097
13098 * rect.el (apply-on-rectangle): Return the point after the last
13099 operation.
13100 (string-rectangle): Go to the point after the last operation
13101 (bug#7522).
13102
13103 * printing.el (pr-toggle-region): Clarify the documentation
13104 slightly (bug#7493).
13105
13106 * time.el (display-time-update):
13107 Allow `display-time-mail-function' to return nil (bug#7158).
13108 Fix suggested by Detlev Zundel.
13109
13110 * vc/diff.el (diff): Clarify the order the file names are read
13111 (bug#7111).
13112
13113 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13114 the doc string (bug#7015).
13115
13116 * font-lock.el (font-lock-maximum-decoration): Mention what
13117 numeric levels mean (bug#6935).
13118
13119 * startup.el (initial-buffer-choice): Don't mention the `none'
13120 selection, which is against policy.
13121
13122 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13123
13124 * window.el (display-buffer-normalize-special):
13125 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13126
13127 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13128
13129 * subr.el (version<, version<=, version=): Mention "-CVS" and
13130 "-12345" alpha version numbers.
13131
13132 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13133
13134 * bindings.el: Add advertised binding for set-mark-command
13135 (Bug#5772).
13136
13137 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13138
13139 * bindings.el (mode-line-other-buffer):
13140 * bookmark.el (bookmark-bmenu-2-window):
13141 * bs.el (bs-cycle-next, bs-cycle-previous):
13142 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13143 switch-to-buffer.
13144
13145 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13146 Delete.
13147
13148 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
13149
13150 * follow.el (follow-debug-message, follow-redisplay):
13151 * jka-cmpr-hook.el (with-auto-compression-mode):
13152 Fix typos in docstrings.
13153
13154 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13155
13156 * subr.el (with-silent-modifications): Clarify somewhat what the
13157 macro inhibits (bug#6525).
13158
13159 * simple.el (eval-expression): Note what it does if called
13160 interactively (bug#6495).
13161
13162 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13163
13164 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13165 Use pop-to-buffer buffer-or-name if it is nil.
13166
13167 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13168 Remove switch-to-buffer.
13169
13170 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13171
13172 * files.el (make-directory): Clarify that an error will be raised
13173 if there's an error (bug#6397).
13174
13175 * startup.el (initial-buffer-choice): Add `none' as a choice
13176 (bug#6234).
13177
13178 * subr.el (add-hook): Clarify section about buffer-local hooks
13179 (bug#6218).
13180
13181 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13182
13183 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13184
13185 * tabify.el (untabify): Preserve the current column so that point
13186 doesn't move (bug#6032).
13187
13188 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13189
13190 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13191 Rewrite to avoid awkward possessive "s" (bug#5986).
13192
13193 2011-07-13 Glenn Morris <rgm@gnu.org>
13194
13195 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13196 (dired-insert-directory): Give a message the first time
13197 if ls is found not to support --dired.
13198
13199 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13200
13201 * simple.el (toggle-truncate-lines): Clarify what is toggled
13202 (bug#5580). Text by Drew Adams.
13203
13204 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13205
13206 * simple.el (blink-matching-open): Make the error message from the
13207 last change less verbose.
13208
13209 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13210
13211 * font-lock.el (font-lock-comment-face): Use the high contrast
13212 "yellow" color for font-lock-comment-face on low color terminals
13213 using a dark background color (bug#4221).
13214
13215 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13216
13217 * dired.el (dired-insert-set-properties): Make the doc string
13218 reflect what it does now (bug#5325).
13219
13220 * simple.el (blink-matching-open): Say that we were unable to find
13221 the match within the limit, if we're limited (bug#5122).
13222
13223 * international/mule-cmds.el (prefer-coding-system): Add an
13224 example (bug#4869).
13225
13226 * progmodes/etags.el (tags-search): Document `file-list-form'
13227 (bug#4731).
13228
13229 2011-07-13 Lawrence Mitchell <wence@gmx.li>
13230
13231 * net/browse-url.el (browse-url-default-browser)
13232 (browse-url-browser-function): Make the default browser choice a
13233 bit more logical (bug#4300). Also clean up the doc string.
13234
13235 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13236
13237 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13238 binary endings (bug#4440).
13239
13240 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13241
13242 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13243 which can be pretty annoying (bug#8971).
13244
13245 * jka-compr.el (jka-compr-verbose): New variable, and use
13246 throughout (bug#8971).
13247
13248 * info.el (Info-find-file): Fall back on the installation
13249 directory if we can't find the info node anywhere else.
13250
13251 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13252
13253 * vc/vc.el (vc-revert-file):
13254 Don't set file time-stamp in the past. (Bug#5181)
13255
13256 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13257
13258 * files.el (after-find-file): Give a better error message when
13259 trying to find a symlink that points to a file that doesn't exist
13260 (bug#4398).
13261
13262 * progmodes/cc-vars.el: Remove (probably) misleading comment
13263 (bug#4396).
13264
13265 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13266
13267 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13268
13269 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13270
13271 * mouse-sel.el: Hack restoring functionality, while keeping
13272 compatibility with 2010-07-03 changes to mouse selection.
13273 (mouse-sel-primary-overlay): New var.
13274 (mouse-sel-selection-alist): Use it.
13275 (mouse-sel-mode): Doc fix; remove points that are default features
13276 of mouse.el.
13277
13278 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13279
13280 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13281 Fix previous fix (bug#2490).
13282
13283 2011-07-12 Roland Winkler <winkler@gnu.org>
13284
13285 * textmodes/bibtex.el (bibtex-initialize):
13286 Use pop-to-buffer-same-window.
13287 (bibtex-search-entries): Fix interactive call.
13288
13289 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13290
13291 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13292 Fontise bytecomp Error lines more correctly (bug#2490).
13293 Fix suggested by Johan Bockgård.
13294
13295 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13296
13297 * dired-x.el (dired-guess-default): Use `delete-dups'.
13298
13299 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13300
13301 * dired.el (dired-mark-prompt):
13302 * dired-aux.el (dired-read-shell-command): Doc fix.
13303
13304 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13305
13306 * mail/sendmail.el (sendmail-query-once):
13307 Use `customize-save-variable' unconditionally, now that it works under
13308 emacs -Q.
13309
13310 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13311
13312 * cus-edit.el (custom-file): Take an optional no-error variable.
13313 (customize-save-variable): Set the variable, and give a warning if
13314 running under "emacs -q".
13315
13316 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
13317
13318 * loadhist.el (unload-feature-special-hooks):
13319 Add `auto-coding-functions', `fill-nobreak-predicate' and
13320 `find-directory-functions' (bug#5327).
13321
13322 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13323
13324 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13325
13326 * cus-edit.el (custom-guess-name-alist): -alist variables should
13327 use the `alist' type (bug#3120). Suggested by Drew Adams.
13328
13329 * printing.el: Add documentation to all the `pr-toggle-' commands.
13330
13331 2011-07-11 Leo Liu <sdl.web@gmail.com>
13332
13333 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13334 backends where it makes sense (bug#2623).
13335
13336 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13337
13338 * dired-x.el (dired-guess-default): Remove duplicate shell command
13339 entries (bug#2028).
13340 (dired-guess-default): Fix grammar in doc string (bug#2028).
13341 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
13342
13343 * subr.el (remove-duplicates): New conveniency function.
13344
13345 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13346
13347 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13348 (bug#1526).
13349
13350 2011-07-10 Martin Rudalics <rudalics@gmx.at>
13351
13352 * window.el (display-buffer-normalize-default): Don't invert
13353 meaning of even-window-heights. Reported by Eli Zaretskii
13354 <eliz@gnu.org>.
13355
13356 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
13357
13358 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13359
13360 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
13361
13362 * window.el (display-buffer): Fix arguments to
13363 display-buffer-reuse-window in last change.
13364
13365 * faces.el (link): Use a less saturated blue on light backgrounds.
13366
13367 * startup.el (fancy-startup-text, fancy-about-text)
13368 (fancy-startup-tail): Use font-lock faces, for background safety.
13369
13370 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
13371
13372 * emulation/viper-cmd.el (viper-change-state-to-vi):
13373 Limit triggering of abbrev expansion (Bug#9038).
13374
13375 2011-07-09 Martin Rudalics <rudalics@gmx.at>
13376
13377 * window.el (display-buffer-default-specifiers): Remove.
13378 (display-buffer-macro-specifiers): Remove default specifiers.
13379 (display-buffer-alist): Default to nil.
13380 (display-buffer-reuse-window): New optional argument other-window.
13381 (display-buffer-pop-up-window): Allow splitting internal
13382 windows. Check whether a live window was created.
13383 (display-buffer-other-window-means-other-frame)
13384 (display-buffer-normalize-arguments): Rename to
13385 display-buffer-normalize-argument and rewrite. Set the
13386 other-window specifier.
13387 (display-buffer-normalize-special): New function.
13388 (display-buffer-normalize-options): Rename to
13389 display-buffer-normalize-default and rewrite.
13390 (display-buffer-normalize-options-inhibit): Remove.
13391 (display-buffer-normalize-specifiers): Rewrite.
13392 (display-buffer): Process other-window specifier and call
13393 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
13394 more faithfully.
13395 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
13396 (display-buffer-alist-set): Don't handle 'unset default values.
13397 (display-buffer-in-window, display-buffer-alist-set):
13398 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
13399 <tassilo@member.fsf.org>.
13400
13401 2011-07-09 Leo Liu <sdl.web@gmail.com>
13402
13403 * register.el (insert-register): Restore accidental change on
13404 2011-06-26. (Bug#9028)
13405
13406 2011-07-09 Glenn Morris <rgm@gnu.org>
13407
13408 * subr.el (remq): Handle the empty list. (Bug#9024)
13409
13410 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
13411
13412 * mail/sendmail.el (send-mail-function): No longer delay custom
13413 initialization.
13414 * custom.el (custom-initialize-delay): Doc fix.
13415
13416 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13417
13418 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13419
13420 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
13421
13422 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13423 human-friendly prompt.
13424
13425 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
13428 provided by a particular plugin.
13429
13430 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13431
13432 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
13433 save customizations (with "emacs -Q"), just set the variable
13434 instead of erroring out.
13435
13436 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13437
13438 2011-07-08 Juri Linkov <juri@jurta.org>
13439
13440 * arc-mode.el (archive-zip-expunge, archive-zip-update)
13441 (archive-zip-update-case): Use 7z if found by `executable-find'.
13442 The order of searching the available programs is the same as in
13443 `archive-zip-extract' (bug#8968).
13444
13445 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
13446
13447 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
13448 (menu-bar-options-menu): Tweak descriptions.
13449
13450 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13451
13452 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
13453 menu items into verb phrases (bug#1421). Also refill to fit under
13454 80 columns.
13455
13456 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
13457
13458 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
13459 (Info-read-node-name): Doc fix (Bug#1084).
13460
13461 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
13462 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
13463 (end-of-sexp, beginning-of-sexp)
13464 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
13465 (forward-symbol, forward-same-syntax, word-at-point)
13466 (sentence-at-point): Doc fix (Bug#1144).
13467
13468 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13469
13470 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
13471 should cover it (bug#1281).
13472
13473 * cus-edit.el (custom-show): Mark as obsolete.
13474
13475 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
13476 negotiation fails, then possibly try again with a non-encrypted
13477 connection (bug#9017).
13478
13479 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
13480 be used.
13481
13482 2011-07-07 Richard Stallman <rms@gnu.org>
13483
13484 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
13485 property, and handle its changed format.
13486 Look for the correct line number.
13487 Use file's line contents (but not past first =) to find
13488 correct line in message.
13489
13490 2011-07-07 Kenichi Handa <handa@m17n.org>
13491
13492 * international/characters.el (build-unicode-category-table):
13493 Delete it.
13494 (unicode-category-table): Set it by unicode-property-table-internal.
13495
13496 * international/mule-cmds.el (char-code-property-alist): Move to
13497 to src/chartab.c.
13498 (get-char-code-property): Call unicode-property-table-internal to
13499 load a file. Call get-unicode-property-internal where necessary.
13500 (put-char-code-property): Call unicode-property-table-internal to
13501 load a file. Call put-unicode-property-internal where necessary.
13502 put-unicode-property-internal where necessary.
13503 (char-code-property-description):
13504 Call unicode-property-table-internal to load a file.
13505
13506 * international/charprop.el:
13507 * international/uni-bidi.el:
13508 * international/uni-category.el:
13509 * international/uni-combining.el:
13510 * international/uni-comment.el:
13511 * international/uni-decimal.el:
13512 * international/uni-decomposition.el:
13513 * international/uni-digit.el:
13514 * international/uni-lowercase.el:
13515 * international/uni-mirrored.el:
13516 * international/uni-name.el:
13517 * international/uni-numeric.el:
13518 * international/uni-old-name.el:
13519 * international/uni-titlecase.el:
13520 * international/uni-uppercase.el: Regenerate.
13521
13522 * loadup.el: Load international/charprop.el before
13523 international/characters.
13524
13525 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
13526
13527 * window.el (next-buffer, previous-buffer): Signal an error if
13528 called from a minibuffer window.
13529
13530 * bindings.el: Revert 2011-07-04 change.
13531
13532 2011-07-06 Richard Stallman <rms@gnu.org>
13533
13534 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
13535 (rmail-mime-insert-bulk, rmail-mime-insert-text):
13536 Treat markers like ints.
13537 (rmail-mime-entity): Doc fix.
13538
13539 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13540
13541 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
13542 defcustom again for backwards compatibility.
13543
13544 * simple.el (shell-command-on-region): Fill.
13545
13546 * dired-aux.el (dired-kill-line): Add a doc string.
13547
13548 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
13549 to "\\sw\\|\\s_" (bug#358).
13550
13551 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
13552 (dired-unmark-backward): Ditto.
13553 (dired-flag-backup-files): Ditto.
13554
13555 * dired-x.el (dired-mark-sexp): Ditto.
13556
13557 2011-07-06 Richard Stallman <rms@gnu.org>
13558
13559 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
13560 (rmail-mime-entity): New arg TRUNCATED.
13561 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
13562 New functions.
13563 (rmail-mime-save): Warn if entity is truncated.
13564 (rmail-mime-toggle-hidden): Likewise, for showing.
13565 (rmail-mime-process-multipart): Record when an entity is truncated.
13566
13567 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
13568 if ENTITY is a string.
13569
13570 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13571
13572 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
13573 of faces when `M-C-x'-ing their definitions (bug#8378).
13574 Also clean up the code slightly.
13575
13576 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
13577 because that makes the colors go away.
13578
13579 * mail/sendmail.el (send-mail-function): Change the default to
13580 `sendmail-query-once'.
13581 (sendmail-query-once): Add an autoload cookie.
13582
13583 * net/network-stream.el (network-stream-open-starttls): Try using
13584 a plain connection even if the server offered STARTTLS, and we
13585 kinda wanted to use it, if Emacs doesn't have any STARTTLS
13586 capability. This should make smtpmail.el work in slightly more
13587 configurations.
13588
13589 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
13590
13591 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13592 New defun.
13593 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
13594
13595 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
13596
13597 * progmodes/sql.el: Version 3.0
13598 (sql-product-alist): Add product :completion-object,
13599 :completion-column, and :statement attributes.
13600 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
13601 (sql-mode-syntax-table): Mark all punctuation.
13602 (sql-font-lock-keywords-builder): Temporarily remove fallback on
13603 ansi keywords.
13604 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
13605 (sql-mode-oracle-font-lock-keywords): Improve.
13606 (sql-oracle-show-reserved-words): New function for development.
13607 (sql-product-font-lock): Simplify for source code buffers.
13608 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
13609 New functions.
13610 (sql-highlight-product): Set product specific syntax table.
13611 (sql-mode-map): Add statement movement functions.
13612 (sql-ansi-statement-starters, sql-oracle-statement-starters):
13613 New variable.
13614 (sql-statement-regexp, sql-beginning-of-statement)
13615 (sql-end-of-statement, sql-signum): New functions.
13616 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
13617 (sql-show-sqli-buffer): Bug fix.
13618 (sql-interactive-mode): Store connection data as buffer local.
13619 (sql-connect): Add NEW-NAME parameter. Redesign interaction
13620 with sql-interactive-mode.
13621 (sql-save-connection): Save buffer local settings.
13622 (sql-connection-menu-filter): Change menu entry name.
13623 (sql-product-interactive): Bug fix.
13624 (sql-preoutput-hold): New variable.
13625 (sql-interactive-remove-continuation-prompt): Bug fixes.
13626 (sql-debug-redirect): New variable.
13627 (sql-str-literal): New function.
13628 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
13629 Redesign.
13630 (sql-oracle-save-settings, sql-oracle-restore-settings)
13631 (sql-oracle-list-all, sql-oracle-list-table): New functions.
13632 (sql-completion-object, sql-completion-column)
13633 (sql-completion-sqlbuf): New variables.
13634 (sql-build-completions-1, sql-build-completions)
13635 (sql-try-completion): New functions.
13636 (sql-read-table-name): Use them.
13637 (sql-contains-names): New buffer local variable.
13638 (sql-list-all, sql-list-table): Use it.
13639 (sql-oracle-completion-types): New variable.
13640 (sql-oracle-completion-object, sql-sqlite-completion-object)
13641 (sql-postgres-completion-object): New functions.
13642
13643 2011-07-06 Glenn Morris <rgm@gnu.org>
13644
13645 * window.el (pop-to-buffer): Doc fix.
13646
13647 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
13648
13649 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
13650
13651 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
13652
13653 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
13654
13655 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
13656
13657 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
13658
13659 * button.el (button): Inherit from link face. Suggested by Dan
13660 Nicolaescu.
13661
13662 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * progmodes/gdb-mi.el: Fit in 80 columns.
13665 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
13666 switch-to-buffer.
13667
13668 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
13669 if imenu is simply not configured (bug#8941).
13670
13671 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
13672
13673 * allout.el (allout-post-undo-hook): New allout outline-change
13674 event hook to signal undo activity.
13675 (allout-post-command-business): Run allout-post-undo-hook if an
13676 undo just occurred.
13677 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
13678 * allout-widgets.el (allout-widgets-after-undo-function):
13679 Ensure the integrity of the current item's decoration after it has been
13680 in the vicinity of an undo.
13681 (allout-widgets-mode): Include allout-widgets-after-undo-function
13682 on the new allout-post-undo-hook.
13683
13684 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
13687 Let define-derived-mode define it.
13688 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
13689 cycles of abbrev-table inheritance (bug#8998).
13690
13691 2011-07-05 Roland Winkler <winkler@gnu.org>
13692
13693 * textmodes/bibtex.el: Add support for biblatex.
13694 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
13695 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
13696 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
13697 (bibtex-entry-alist, bibtex-field-alist): New variables.
13698 (bibtex-entry-field-alist): Obsolete alias for
13699 bibtex-BibTeX-entry-alist.
13700 (bibtex-entry-alist, bibtex-field-alist): New widgets.
13701 (bibtex-set-dialect): New command.
13702 (bibtex-entry-type, bibtex-entry-head)
13703 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
13704 Bind via bibtex-set-dialect.
13705 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
13706 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
13707 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
13708 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
13709 Define via bibtex-set-dialect.
13710 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
13711 Obey bibtex-no-opt-remove-re.
13712 (bibtex-vec-push, bibtex-vec-incr): New functions.
13713 (bibtex-format-entry, bibtex-field-list)
13714 (bibtex-print-help-message, bibtex-validate)
13715 (bibtex-search-entries): Use new format of bibtex-entry-alist.
13716
13717 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * progmodes/compile.el (compilation-goto-locus):
13720 * net/tramp-cmds.el (tramp-append-tramp-buffers):
13721 * bs.el (bs-cycle-next, bs-cycle-previous):
13722 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
13723 * bindings.el (mode-line-other-buffer):
13724 * autoinsert.el (auto-insert):
13725 * arc-mode.el (archive-extract):
13726 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
13727
13728 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
13729
13730 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
13731 Fix check of `emacs-lock-unlockable-modes'.
13732 Coerce true values of `emacs-lock--try-unlocking' to t.
13733
13734 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
13735
13736 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
13737 * emacs-lock.el: New file.
13738
13739 2011-07-05 Julien Danjou <julien@danjou.info>
13740
13741 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
13742 than `boundp' to check if face is set.
13743
13744 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
13745
13746 * register.el (registerv-make):
13747 * window.el (window-min-height): Fix typos in docstrings.
13748
13749 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
13750
13751 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
13752 Update doc string.
13753
13754 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
13755
13756 * server.el (server-execute): Catch quit and call
13757 `server-return-error' to pass the error back to emacsclient and
13758 close the connection (bug#8942).
13759
13760 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
13761
13762 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
13763 insecure exception for current topic. Also note that auto-saves
13764 are handled differently.
13765
13766 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13767 State variables for tracking auto-save inhibition situation.
13768
13769 (allout-write-contents-hook-handler): Rename from
13770 'allout-write-file-hook-handler', and describe how it depends on
13771 write-contents-functions sensitivity to non-nil value to prevent
13772 file write.
13773
13774 (allout-auto-save-hook-handler): Remove. auto-save does not check
13775 this in individual buffers, only in the starting buffer, so this
13776 is not the right way for us to inhibit auto-save in a buffer
13777 according to its condition.
13778
13779 (allout-mode): Use new allout-write-contents-hook-handler, and
13780 only with write-contents-functions. Remove auto-save provisions -
13781 they're implemented elsewhere.
13782
13783 (allout-before-change-handler): If undo is in progress, note that
13784 for attention of allout-post-command-business.
13785
13786 (allout-post-command-business): If the command we're following was
13787 an undo, check for change in the status of encrypted items and
13788 adjust auto-save inhibitions accordingly.
13789
13790 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
13791 according to whether there are or aren't any plain-text topics
13792 pending encryption.
13793
13794 (allout-inhibit-auto-save-info-for-decryption):
13795 Adjust buffer-saved-size and some allout state to inhibit auto-saves
13796 if there are plain-text topics pending encryption.
13797
13798 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
13799 buffer-saved-size and some allout state to not inhibit auto-saves
13800 if there are no longer any plain-text topics pending encryption.
13801
13802 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
13803 No longer provide for exemption of the current topic.
13804
13805 2011-07-04 Juri Linkov <juri@jurta.org>
13806
13807 Add 7z operations to delete and save changed members (bug#8968).
13808 * arc-mode.el (archive-7z-expunge, archive-7z-update):
13809 New defcustoms.
13810 (archive-7z-write-file-member): New function.
13811 (archive-7z-summarize): Fix the number of dashes in the
13812 listing output.
13813
13814 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
13817 (bug#8958).
13818
13819 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
13820
13821 * bindings.el: Ignore next-buffer and previous-buffer in
13822 minibuffer-local-map.
13823
13824 * font-lock.el (font-lock-builtin-face): Change light background
13825 color to dark slate blue (Bug#6693).
13826
13827 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
13828
13829 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
13830
13831 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
13834 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13835 Add switch-to-buffer.
13836
13837 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13838
13839 * isearch.el (isearch-search-fun-function): Clarify further the
13840 meaning of the function returned.
13841
13842 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
13843
13844 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
13845
13846 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
13847 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
13848 Use it.
13849 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
13850 `tramp-default-remote-path' does not exist.
13851 (tramp-send-command-and-read): New optional argument NOERROR.
13852 (tramp-open-connection-setup-interactive-shell)
13853 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
13854 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
13855 (tramp-process-sentinel): Flush also process' connection property.
13856 (tramp-sh-handle-start-file-process): Do not set process
13857 sentinel. It is done now ...
13858 (tramp-maybe-open-connection): ... here. (Bug#8929)
13859
13860 2011-07-04 MON KEY <monkey@sandpframing.com>
13861
13862 * play/animate.el (animate-string): Doc fixes and allow changing
13863 the buffer name (bug#5417).
13864
13865 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13866
13867 * play/animate.el (animation-buffer-name): Rename from *animate*.
13868
13869 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
13870
13871 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
13872 This is simpler and helps future-proof the code.
13873 (timer-until): Use time-subtract and float-time.
13874 (timer--time-less-p): Use time-less-p.
13875
13876 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
13877
13878 * type-break.el (timep): Use the value of `float-time' to avoid a
13879 byte-compiler warning.
13880
13881 * server.el (server-eval-and-print): Return any result, even nil.
13882
13883 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
13884
13885 * type-break.el: Accept time formats that the builtins accept.
13886 (timep, type-break-time-difference): Accept any format that
13887 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
13888 This is simpler and helps future-proof the code.
13889 (type-break-time-difference): Round rather than ignoring
13890 subseconds components.
13891
13892 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13893
13894 * info.el (Info-apropos-matches): Make non-interactive, since it
13895 doesn't seem to do anything useful as a command (bug#8829).
13896
13897 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
13898
13899 * frame.el (frame-background-mode, frame-set-background-mode):
13900 Move from faces.el.
13901 (frame-default-terminal-background): New function.
13902
13903 * custom.el (custom-push-theme): Don't record faces in `changed'
13904 theme; this doesn't work correctly for per-frame face settings.
13905 (disable-theme): Use face-set-after-frame-default to reset faces.
13906 (custom--frame-color-default): New function.
13907
13908 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13909
13910 * dired.el (dired-flagging-regexp): Remove unused variable
13911 (bug#8769).
13912
13913 2011-03-29 Kevin Ryde <user42@zip.com.au>
13914
13915 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13916 `perl-Test2' extend to match possible "fail #N" rep count
13917 (bug#8377).
13918
13919 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13920
13921 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
13922 `smtpmail-via-smtp' now returns the error instead of nil.
13923
13924 * isearch.el (isearch-search-fun-function): Clarify the doc string
13925 (bug#8101).
13926
13927 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
13928
13929 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
13930 unnecessary spaces (bug#8987).
13931
13932 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13933
13934 * net/network-stream.el (open-network-stream): Use the
13935 :end-of-capability command thoughout.
13936
13937 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13938
13939 * net/network-stream.el (open-network-stream): Add the
13940 :end-of-capability command parameter, used by pop3.el.
13941
13942 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13943
13944 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
13945
13946 * fringe.el (fringe-query-style): Remove redundant text " (type ?
13947 for list)" (bug#6475).
13948
13949 * files.el (file-expand-wildcards): Ignore non-readable
13950 sub-directories while trying to find matches instead of signaling
13951 an error (bug#6297).
13952
13953 * man.el (Man-reference-regexp): Allow matching possible
13954 word-wrapped references (bug#6289).
13955
13956 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
13957 for consistency with the other vc buffers (bug#6197).
13958 (vc-checkin): Ditto.
13959
13960 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
13961
13962 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
13963
13964 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13965
13966 * custom.el (defcustom): Clarify that :set is only used in the
13967 Customize user interface (bug#6089).
13968
13969 * progmodes/flymake.el (flymake-mode): If the buffer isn't
13970 associated with a file, refuse to run instead of erroring out
13971 (bug#6084).
13972
13973 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
13974 the doc string, since it appears that using `fill-column' always
13975 controls the width (bug#7845).
13976
13977 * simple.el (shell-command-on-region): Say where the error output
13978 went if `shell-command-default-error-buffer' is set (bug#6857).
13979
13980 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
13981
13982 * allout.el (allout-yank-processing): Adjust cursor position for
13983 backwards-deleted space.
13984
13985 (allout-rebullet-heading): Register changes with
13986 allout-exposure-changed-hook, so the modified topic is properly
13987 decorated.
13988
13989 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13990
13991 * minibuffer.el (completion-in-region): Document PREDICATE
13992 (bug#7136).
13993
13994 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
13995 of keyword/argument pairs (bug#6904).
13996
13997 * replace.el (multi-occur):
13998 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
13999
14000 2011-07-02 Drew Adams <drew.adams@oracle.com>
14001
14002 * dired.el (dired-mark-if): Make the message about whether it's
14003 marking or unmarking clearer (bug#8523).
14004
14005 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14006
14007 * disp-table.el (display-table-print-array): New function.
14008 (describe-display-table): Use it to print the vectors more pretty
14009 (Bug#8859).
14010
14011 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14012
14013 * window.el (window-state-get-1): Don't assign clone numbers.
14014 Add clone-of item to list of window parameters.
14015 (window-state-put-2): Don't process clone numbers.
14016 (display-buffer-alist): Fix doc-string.
14017
14018 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14019
14020 * subr.el (remq): Don't allocate if it's not needed.
14021 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14022 (keymap--merge-bindings): New functions.
14023 (keymap-canonicalize): Use them to refine the canonicalization.
14024 * minibuffer.el (minibuffer-local-completion-map)
14025 (minibuffer-local-must-match-map): Move initialization from C.
14026 (minibuffer-local-filename-completion-map): Move initialization from C;
14027 don't inherit from anything here.
14028 (minibuffer-local-filename-must-match-map): Make obsolete.
14029 (completing-read-default): Use make-composed-keymap to combine
14030 minibuffer-local-filename-completion-map with either
14031 minibuffer-local-must-match-map or
14032 minibuffer-local-filename-completion-map.
14033
14034 2011-07-01 Glenn Morris <rgm@gnu.org>
14035
14036 * type-break.el (type-break-time-sum): Use dolist.
14037
14038 * textmodes/flyspell.el (flyspell-word-search-backward):
14039 Replace CL function.
14040
14041 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * mouse.el (mouse--strip-first-event): New function.
14044 (function-key-map): Use it to map fringe clicks to normal clicks
14045 by default.
14046
14047 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14048 (vc-bzr-revision-completion-table): Add support for annotate and date.
14049
14050 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14051 inherit from parent.
14052
14053 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14054
14055 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14056 (dired-show-file-type): Doc fixup (bug#8818).
14057
14058 * dired.el (dired-mode): Fix up the doc string as suggested by
14059 Drew Adams (bug#8817).
14060
14061 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14062 cookie, since the manual says that it should be possible to add
14063 this function to `find-file-hook' (bug#8709).
14064
14065 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14066
14067 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14068 here. Noted Ted Zlatanov as the maintainer.
14069 (cfengine-common-settings, cfengine-common-syntax): New functions
14070 to set up common things between `cfengine-mode' and
14071 `cfengine3-mode'.
14072 (cfengine3-mode): New mode.
14073 (cfengine3-defuns cfengine3-defuns-regex
14074 (cfengine3-class-selector-regex cfengine3-category-regex)
14075 (cfengine3-vartypes cfengine3-font-lock-keywords)
14076 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14077 (cfengine3-indent-line): Add from cfengine3.el.
14078
14079 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
14080
14081 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14082
14083 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14084
14085 2011-07-01 Martin Rudalics <rudalics@gmx.at>
14086
14087 * window.el (same-window-buffer-names, same-window-regexps)
14088 (same-window-p, special-display-frame-alist)
14089 (special-display-popup-frame, special-display-function)
14090 (special-display-buffer-names, special-display-regexps)
14091 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14092 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14093 (split-window-preferred-function, split-height-threshold)
14094 (split-width-threshold, even-window-heights)
14095 (display-buffer-mark-dedicated, window-splittable-p)
14096 (split-window-sensibly, window-safely-shrinkable-p):
14097 Un-obsolete.
14098 (display-buffer): Don't spread args with function specifier
14099 because special-display-popup-frame won't like it.
14100
14101 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14102
14103 Time-stamp simplifications and fixes.
14104 These improve accuracy slightly, and future-proof the code
14105 against some potential changes to current-time format.
14106
14107 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14108 by using time-since and float-time.
14109
14110 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14111 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14112 + NNN microseconds".
14113
14114 * type-break.el (type-break-time-sum): Rewrite using time-add.
14115
14116 * play/hanoi.el (hanoi-current-time-float): Remove.
14117 All uses replaced by float-time.
14118
14119 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14120 This yields a more-accurate answer.
14121 (rng-time-to-float): Remove; no longer needed.
14122
14123 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14124
14125 * calendar/timeclock.el (timeclock-seconds-to-time):
14126 Defalias to seconds-to-time, since they're the same thing.
14127
14128 * emacs-lisp/elp.el (elp-elapsed-time):
14129 * emacs-lisp/benchmark.el (benchmark-elapse):
14130 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14131
14132 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * window.el (bury-buffer): Don't iconify the only frame.
14135 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14136 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14137
14138 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
14139
14140 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14141 Add mouse-yank-primary.
14142
14143 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14144
14145 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14146
14147 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14150 (find-library-name): Use it to find relative load names when provided
14151 absolute file name (bug#8803).
14152
14153 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14154
14155 * textmodes/flyspell.el (flyspell-word): Consider words that
14156 differ only in case as potential doublons (bug#5687).
14157
14158 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14159 Remove two rather uninteresting debugging-like messages to make
14160 debbugs.el more silent.
14161
14162 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14163 a password-like phrase.
14164
14165 2011-06-30 Masatake YAMATO <yamato@redhat.com>
14166
14167 * progmodes/cc-guess.el: New file.
14168
14169 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14170
14171 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14172 derived from `c-basic-common-init'.
14173
14174 * progmodes/cc-mode.el (top-level): Require cc-guess.
14175 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14176
14177 2011-06-30 Lawrence Mitchell <wence@gmx.li>
14178
14179 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14180
14181 2011-06-30 Alan Mackenzie <acm@muc.de>
14182
14183 * progmodes/cc-engine.el (c-guess-continued-construct):
14184 Correct the handling of template-args-cont, particularly for when font
14185 lock is disabled. Name this case as "CASE G".
14186
14187 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14188
14189 * allout.el (allout-yank-processing): Fix injection of extra space
14190 between bullet and non-whitespace character in first topic when
14191 pasting, ensuring that the actual spacing in the pasted topic
14192 following the bullet char is preserved. This extra space was
14193 causing pasted encrypted topics to get a decrypted status even
14194 when the content was actually still encrypted. Now the decryption
14195 status from before the paste is preserved.
14196
14197 (allout-flag-region): Set all allout overlays so they evaporate
14198 when reduced to zero length (evanescent), to prevent overlay
14199 leakage.
14200
14201 2011-06-30 Glenn Morris <rgm@gnu.org>
14202
14203 * w32-fns.el (w32-charset-info-alist): Declare.
14204
14205 * find-dired.el (find-grep-options): Simplify.
14206
14207 * term/ns-win.el (ns-set-resource): Declare.
14208
14209 * ses.el (row, col): Declare dynamic variables honestly.
14210
14211 * textmodes/reftex-parse.el (index-tags): Declare.
14212
14213 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
14214
14215 * cus-edit.el (customize-push-and-save): New function.
14216
14217 * files.el (hack-local-variables-confirm): Use it.
14218
14219 * custom.el (load-theme): New arg NO-CONFIRM.
14220 Use customize-push-and-save (Bug#8720).
14221 (custom-enabled-themes): Doc fix.
14222
14223 * cus-theme.el (customize-create-theme)
14224 (custom-theme-merge-theme): Callers to load-theme changed.
14225
14226 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14227
14228 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14229 short URLs have at least one dot in them (bug #7614).
14230
14231 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14232 nil, because using a pty is apparently too slow (bug #895).
14233
14234 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14235
14236 * mail/sendmail.el (sendmail-query-once): New function.
14237 (sendmail-query-once-function): New variable.
14238
14239 2011-06-29 Glenn Morris <rgm@gnu.org>
14240
14241 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14242
14243 * ses.el (top-level): Require cl when compiling.
14244 (ses-set-localvars): Fix error statement.
14245 Call it at compile time to silence a storm of warnings.
14246
14247 2011-06-29 Martin Rudalics <rudalics@gmx.at>
14248
14249 * window.el (normalize-live-buffer): Rename to
14250 window-normalize-buffer.
14251 (normalize-live-frame): Rename to window-normalize-frame.
14252 (normalize-any-window): Rename to window-normalize-any-window.
14253 (normalize-live-window): Rename to window-normalize-live-window.
14254 (make-window-atom): Rename to window-make-atom.
14255 (window-resize-reset): Rename to window--resize-reset.
14256 (window-resize-reset-1): Rename to window--resize-reset-1.
14257 (resize-mini-window): Rename to window--resize-mini-window.
14258 (resize-subwindows-skip-p): Rename to
14259 window--resize-subwindows-skip-p.
14260 (resize-subwindows-normal): Rename to
14261 window--resize-subwindows-normal.
14262 (resize-subwindows): Rename to window--resize-subwindows.
14263 (resize-other-windows): Rename to window--resize-siblings.
14264 (resize-this-window): Rename to window--resize-this-window.
14265 (resize-root-window): Rename to window--resize-root-window.
14266 (resize-root-window-vertically): Rename to
14267 window--resize-root-window-vertically.
14268 (normalize-buffer-to-display): Rename to
14269 window-normalize-buffer-to-display.
14270 (normalize-buffer-to-switch-to): Rename to
14271 window-normalize-buffer-to-switch-to.
14272 Correspondingly update all callers of the functions listed
14273 above.
14274 (display-buffer-alist, display-buffer-normalize-arguments)
14275 (display-buffer-normalize-options, display-buffer)
14276 (display-buffer-alist-set): Use "function" instead of
14277 "fun-with-args".
14278
14279 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
14280
14281 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14282 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14283 debbugs.gnu.org. Mention acknowledgment email.
14284
14285 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14286
14287 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14288 buffer multibyteness, since it shouldn't matter.
14289
14290 2011-06-28 Martin Rudalics <rudalics@gmx.at>
14291
14292 * window.el (display-buffer-in-side-window): Handle dedicated
14293 windows as in display-buffer-reuse-window.
14294 (display-buffer-normalize-alist): Use value of override
14295 specifier.
14296 (display-buffer-normalize-specifiers): Use value of
14297 other-window-means-other-frame specifier.
14298 (display-buffer-alist): Rewrite some texts in widgets.
14299 (display-buffer): Spread arguments when calling function
14300 specified by fun-with-args.
14301
14302 2011-06-28 Deniz Dogan <deniz@dogan.se>
14303
14304 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14305 Unnest `let'.
14306
14307 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14308 selectors (Bug#5732).
14309 (css-proprietary-nmstart-re): Use `regexp-opt'.
14310
14311 2011-06-27 Jari Aalto <jari.aalto@cante.net>
14312
14313 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14314 (eshell-ls-date-format): New defcustom.
14315 (eshell-ls-file): Use it.
14316
14317 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14320
14321 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14322
14323 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14324 (ange-ftp-make-tmp-name): New arg.
14325 (ange-ftp-file-local-copy): Use it.
14326
14327 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
14328
14329 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14330 no-conversion (Bug#8870).
14331
14332 2011-06-27 Martin Rudalics <rudalics@gmx.at>
14333
14334 * window.el (window-right, window-left, window-child)
14335 (window-child-count, window-last-child)
14336 (window-iso-combination-p, walk-window-tree-1)
14337 (window-atom-check-1, window-tree-1, delete-window)
14338 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14339 new naming conventions - window-vchild, window-hchild,
14340 window-next and window-prev are now called window-top-child,
14341 window-left-child, window-next-sibling and window-prev-sibling
14342 respectively.
14343 (resize-window-reset): Rename to window-resize-reset.
14344 (resize-window-reset-1): Rename to window-resize-reset-1.
14345 (resize-window): Rename to window-resize.
14346 (window-min-height, window-min-width)
14347 (resize-mini-window, resize-this-window, resize-root-window)
14348 (resize-root-window-vertically, adjust-window-trailing-edge)
14349 (enlarge-window, shrink-window, maximize-window)
14350 (minimize-window, delete-window, quit-restore-window)
14351 (split-window, balance-windows, balance-windows-area-adjust)
14352 (balance-windows-area, window-state-put-2)
14353 (display-buffer-even-window-sizes, display-buffer-set-height)
14354 (display-buffer-set-width, set-window-text-height)
14355 (fit-window-to-buffer): Rename all "resize-window" prefixed
14356 calls to use the "window-resize" prefix convention.
14357 (display-buffer-alist): Fix symbol for label specifier.
14358 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14359 corresponding specifier.
14360 Reported by Juanma Barranquero <lekktu@gmail.com>.
14361
14362 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14363
14364 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14365 convention.
14366 (ses-call-printer): Does not pass an empty string to formatter when the
14367 cell is empty to keep from barking printer Calc math-format-value.
14368
14369 2011-06-27 Richard Stallman <rms@gnu.org>
14370
14371 * battery.el (battery-mode-line-limit): New variable.
14372 (battery-update): Handle it.
14373
14374 * mail/rmailmm.el (rmail-mime-process-multipart):
14375 Handle truncated messages.
14376
14377 2011-06-27 Glenn Morris <rgm@gnu.org>
14378
14379 * progmodes/flymake.el (flymake-err-line-patterns):
14380 Allow for column numbers in the ant/javac pattern. (Bug#8866)
14381
14382 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14383
14384 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
14385 (ses--clean-!, ses--clean-_): New functions.
14386 (ses-range): Add configurability of readout order, and conversion
14387 to Calc vector.
14388
14389 * ses.el (ses-repair-cell-reference-all): New function.
14390 (ses-cell-symbol): Set macro as safe, so that it can be used in
14391 formulas.
14392
14393 * ses.el: Update cycle detection algorithm.
14394 (ses-localvars): Add ses--Dijkstra-attempt-nb and
14395 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
14396 (ses-set-localvars): New function.
14397 (ses-make-cell): Add property-list as a cell element.
14398 (ses-cell-property-get-fun, ses-cell-property-get)
14399 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
14400 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14401 New functions.
14402 (ses-cell-property-set, ses-cell-property-pop)
14403 (ses-cell-property-get-handle): New macro.
14404 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14405 New aliases, used for code readability.
14406 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14407 cycle detection.
14408 (ses-self-reference-early-detection): New defcustom.
14409 (ses-formula-references): Robustify against self-referring cells.
14410 (ses-mode): Use ses-set-localvars.
14411 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14412 before lauching the update processing.
14413 (ses-initialize-Dijkstra-attempt): New function.
14414 (ses-recalculate-cell): Update for cycle detection based on
14415 Dijkstra algorithm.
14416
14417 * ses.el: Fix commenting and indenting convention.
14418
14419 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14420
14421 * bs.el (bs-cycle-next): Complete last change.
14422
14423 2011-06-27 Drew Adams <drew.adams@oracle.com>
14424
14425 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
14426
14427 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14428
14429 * net/network-stream.el (network-stream-open-starttls):
14430 Don't re-get capabilities unless we've reestablished connection.
14431 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
14432
14433 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
14434 to binary to possibly avoid line encoding issues on Windows (among
14435 other things).
14436
14437 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14438
14439 * net/network-stream.el (open-network-stream): Return an :error
14440 saying what the problem was, if possible.
14441
14442 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
14443 server.
14444
14445 * net/network-stream.el (network-stream-open-starttls): If we
14446 wanted to use STARTTLS, and the server offered it, but we weren't
14447 able to because we had no STARTTLS support, then close the connection.
14448 (open-network-stream): Return an :error element, if present.
14449
14450 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
14451
14452 * hl-line.el (hl-line-sticky-flag): Doc fix.
14453 (global-hl-line-sticky-flag): New option (Bug#8323).
14454 (global-hl-line-highlight): Obey it.
14455
14456 * vc/vc.el (vc-revert-show-diff): Default to t.
14457
14458 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
14459
14460 * allout-widgets.el (allout-widgets-post-command-business):
14461 Stop decorating intermediate isearch matches. They're not being
14462 undecorated when an isearch is continued past, and isearch
14463 automatically collapses them. This leads to "widget leaks", where
14464 decorated items accumulate in collapsed areas. Lines with lots of
14465 hidden widgets can slow down cursor travel, substantially.
14466 Too much complicated machinery would be needed to ensure undecoration,
14467 so we're doing without this nicety.
14468
14469 (allout-widgets-tally-string): Don't try to do a hash-table-count
14470 of allout-widgets-tally when it's nil. This eliminates spurious "Error
14471 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
14472 *Messages* when allout-widgets-maintain-tally is t.
14473
14474 2011-06-26 Martin Rudalics <rudalics@gmx.at>
14475
14476 * window.el (display-buffer-normalize-argument): Rename to
14477 display-buffer-normalize-arguments. Handle special meaning of
14478 LABEL argument. Respect special-display-function when popping up
14479 a new frame. Fix code searching for a window showing the buffer
14480 on another frame.
14481 (display-buffer-normalize-specifiers):
14482 Call display-buffer-normalize-arguments.
14483 (display-buffer-in-window): Don't undedicate the window if its
14484 buffer remains the same.
14485 Reported by Drew Adams <drew.adams@oracle.com>.
14486 (display-buffer-alist): Add choice for same-window macro
14487 specfier.
14488 (display-buffer): Mention special meaning of LABEL argument in
14489 doc-string. Fix quoting. Don't pop up a new frame even as
14490 fallback.
14491
14492 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
14493
14494 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14495 avoid deleting the current window in some cases (bug#8911).
14496
14497 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
14498
14499 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14500 (Bug#8934)
14501
14502 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14503
14504 * net/network-stream.el (network-stream-open-starttls):
14505 Use built-in TLS support if `gnutls-available-p' is true.
14506 (network-stream-open-tls): Ditto.
14507
14508 2011-06-26 Leo Liu <sdl.web@gmail.com>
14509
14510 * register.el (registerv): New struct.
14511 (registerv-make): New function.
14512 (jump-to-register, describe-register-1, insert-register):
14513 Support the jump-func, print-func and insert-func slot of a registerv
14514 struct. (Bug#8415)
14515
14516 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
14517
14518 * vc/vc.el (vc-revert-show-diff): New defcustom.
14519 (vc-diff-internal): New arg specifying diff buffer.
14520 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
14521 reuse an existing *vc-diff* buffer (Bug#8927).
14522
14523 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
14524
14525 2011-06-26 Glenn Morris <rgm@gnu.org>
14526
14527 * progmodes/f90.el (f90-critical-indent): New option.
14528 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
14529 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
14530 (f90-mode): Doc fix.
14531 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
14532 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
14533 (f90-beginning-of-block, f90-next-block, f90-indent-region)
14534 (f90-match-end): Handle block, critical.
14535
14536 2011-06-25 Glenn Morris <rgm@gnu.org>
14537
14538 * calendar/diary-lib.el (diary-included-files): Doc fix.
14539 (diary-include-files): New function, extracted from
14540 diary-include-other-diary-files and diary-mark-included-diary-files.
14541 (diary-include-other-diary-files, diary-mark-included-diary-files):
14542 Just call diary-include-files.
14543 (diary-mark-entries): Reset diary-included-files on first call.
14544
14545 * calendar/diary-lib.el (diary-mark-entries)
14546 (diary-mark-included-diary-files):
14547 Visit included diary-files in temp buffers.
14548
14549 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
14550 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
14551 (f90-start-block-re, f90-imenu-generic-expression)
14552 (f90-looking-at-program-block-start, f90-no-block-limit):
14553 Add support for submodules.
14554
14555 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14556 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
14557
14558 2011-06-25 Eli Zaretskii <eliz@gnu.org>
14559
14560 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
14561 buffer-file-type before setting its value, to avoid disastrous
14562 global effects on decoding files for DOS/Windows systems. (Bug#8780)
14563
14564 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
14565
14566 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
14567
14568 * ses.el (ses-unload-function):
14569 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
14570
14571 * proced.el (proced-unload-function):
14572 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
14573
14574 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
14575
14576 * server.el (server-create-window-system-frame): Add parameters arg.
14577 (server-process-filter): Doc fix. Handle frame-parameters.
14578
14579 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
14580
14581 Fix bug#8730, bug#8781.
14582
14583 * loadhist.el (unload--set-major-mode): New function.
14584 (unload-feature): Use it.
14585
14586 * progmodes/python.el (python-after-info-look): Add autoload cookie.
14587 (python-unload-function): New function.
14588
14589 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14590
14591 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
14592
14593 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
14594
14595 * net/browse-url.el (browse-url-firefox-program): Add icecat to
14596 the candidates list.
14597
14598 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
14599
14600 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
14601
14602 2011-06-23 Richard Stallman <rms@gnu.org>
14603
14604 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
14605 (rmail-variables): Set next-error-move-function.
14606 (rmail-what-message): Take argument POS.
14607 (rmail-next-error-move): New function.
14608
14609 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
14612 messages for adjacent non-terminals.
14613
14614 2011-06-23 Richard Stallman <rms@gnu.org>
14615
14616 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
14617 (rmail-show-message-1): Preserve buffer modified flag.
14618 (rmail-start-mail): Don't specify use of rmail-mail-return;
14619 that's done by mail-bury now.
14620 (rmail-mail-return): Handle arg NEWBUF.
14621
14622 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
14623
14624 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
14625 SIZE is a number.
14626
14627 2011-06-23 Martin Rudalics <rudalics@gmx.at>
14628
14629 * window.el (get-lru-window, get-mru-window)
14630 (get-largest-window): Never return a minibuffer window.
14631 (display-buffer-pop-up-window): Fix a bug that could lead to
14632 reusing the minibuffer window.
14633 (display-buffer): Pass original specifier argument to
14634 display-buffer-function instead of the normalized one.
14635 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14636
14637 2011-06-22 Leo Liu <sdl.web@gmail.com>
14638
14639 * minibuffer.el (completing-read-function)
14640 (completing-read-default): Move from minibuf.c
14641
14642 2011-06-22 Richard Stallman <rms@gnu.org>
14643
14644 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
14645 to Rmail even if not started by a special Rmail command.
14646
14647 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
14648 Copy the buffer currently showing just one message.
14649
14650 2011-06-22 Roland Winkler <winkler@gnu.org>
14651
14652 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
14653 (bibtex-clean-entry): First delete the old key so that a
14654 customized algorithm for generating the new key does not get
14655 confused by the old key.
14656 (bibtex-url): Obey regexp of first step.
14657 (bibtex-search-entries): Do not use add-to-list with local
14658 list-var.
14659
14660 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14661
14662 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
14663 stored a user name, then query for the password first, instead of
14664 waiting for SMTP to give an error message and the trying again.
14665
14666 2011-06-22 Lawrence Mitchell <wence@gmx.li>
14667
14668 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
14669 BUFFER in call-process.
14670
14671 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14672
14673 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
14674 QUIT twice.
14675 (smtpmail-try-auth-methods): Require user name and password from
14676 auth-source.
14677
14678 2011-06-22 Martin Rudalics <rudalics@gmx.at>
14679
14680 * window.el (display-buffer-default-specifiers)
14681 (display-buffer-alist): Remove entries for pop-up-frame-alist.
14682 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
14683 (split-window): Normalize SIDE argument (Bug#8916).
14684
14685 * frame.el (pop-up-frame-alist, pop-up-frame-function)
14686 (special-display-frame-alist, special-display-popup-frame):
14687 Remove duplicate declarations. These are now in window.el.
14688
14689 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14690
14691 * mail/smtpmail.el (smtpmail-via-smtp):
14692 Set :use-starttls-if-possible so that we always use STARTTLS if the
14693 server supports it. SMTP servers that support STARTTLS commonly
14694 require it.
14695
14696 * net/network-stream.el (network-stream-open-starttls): Support
14697 upgrading to STARTTLS always, even if we don't have built-in support.
14698 (open-network-stream): Add the :always-query-capabilities keyword.
14699
14700 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
14701 upgrades with `open-network-stream', and rely solely on
14702 auth-source for all credentials. Big changes throughout the file,
14703 but in particular:
14704 (smtpmail-auth-credentials): Remove.
14705 (smtpmail-starttls-credentials): Remove.
14706 (smtpmail-via-smtp): Check for servers saying they want AUTH after
14707 MAIL FROM, too.
14708
14709 * net/network-stream.el (network-stream-open-starttls):
14710 Provide support for client certificates both for external and built-in
14711 STARTTLS.
14712 (auth-source): Require.
14713 (open-network-stream): Document the :client-certificate keyword.
14714 (network-stream-certificate): Change cert-cert to cert and
14715 cert-key to key.
14716
14717 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
14718
14719 * net/tramp-cache.el (top): Don't load the persistency file when
14720 "emacs -Q" has been called.
14721
14722 2011-06-21 Tim Harper <timcharper@gmail.com>
14723
14724 * term/ns-win.el (ns-initialize-window-system):
14725 Set application-specific `ApplePressAndHoldEnabled' system
14726 resource to NO as it is not yet supported by the NS port.
14727
14728 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
14729
14730 * misc.el (list-dynamic-libraries--refresh): Compute header here...
14731 (list-dynamic-libraries): ...not here.
14732
14733 2011-06-21 Leo Liu <sdl.web@gmail.com>
14734
14735 * subr.el (sha1): Implement sha1 using secure-hash.
14736
14737 2011-06-21 Martin Rudalics <rudalics@gmx.at>
14738
14739 * window.el (display-buffer-alist): In default value do not
14740 enforce searching a window on any but the selected frame.
14741 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14742 (display-buffer-select-window): Remove function.
14743 (display-buffer-in-window): When a window on another frame gets
14744 reused, do not select it any more but just raise its frame if
14745 necessary (Bug#8851) and (Bug#8856).
14746 (display-buffer-normalize-options): Handle pop-up-frames related
14747 options more faithfully.
14748 (pop-to-buffer): Don't rely on `display-buffer' selecting the
14749 window if it is on another frame.
14750 (display-buffer-alist, display-buffer-default-specifiers):
14751 Don't make new frame unsplittable by default.
14752 (display-buffer-normalize-argument): Fix doc-string typo and use
14753 'same-frame-other-window instead of 'other-window when associating
14754 with display-buffer-macro-specifiers.
14755
14756 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
14757
14758 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
14759 New functions.
14760 (5x5-mode-map, 5x5-mode-menu): Bind them.
14761 (5x5-draw-grid): Tweak the solver's rendering.
14762
14763 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14764
14765 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
14766 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
14767
14768 2011-06-21 Drew Adams <drew.adams@oracle.com>
14769
14770 * menu-bar.el: Use function variable instead of switch-to-buffer.
14771 (menu-bar-select-buffer-function): New variable.
14772 (menu-bar-update-buffers): Use it (bug#8876).
14773
14774 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
14777 variable's status.
14778
14779 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
14780
14781 * x-dnd.el (x-dnd-version-from-flags)
14782 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
14783 and long as number (Bug#8899).
14784 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
14785
14786 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
14789 (completion-try-completion, completion-all-completions): Compute the
14790 metadata argument if it's missing; make it optional (bug#8795).
14791
14792 * wid-edit.el: Use lex-bind and move towards completion-at-point.
14793 (widget-complete): Use new :completion-function property.
14794 (widget-completions-at-point): New function.
14795 (default): Use :completion-function instead of :complete.
14796 (widget-default-completions): Rename from widget-default-complete;
14797 Rewrite.
14798 (widget-string-complete, widget-file-complete, widget-color-complete):
14799 Remove functions.
14800 (file, symbol, function, variable, coding-system, color):
14801 * international/mule-cmds.el (default-input-method, charset)
14802 (language-info-custom-alist):
14803 * cus-edit.el (face): Use new property :completions.
14804
14805 * progmodes/pascal.el (pascal-completions-at-point): New function.
14806 (pascal-mode): Use it.
14807 (pascal-mode-map): Use completion-at-point.
14808 (pascal-toggle-completions): Make obsolete.
14809 (pascal-complete-word, pascal-show-completions):
14810 * progmodes/octave-mod.el (octave-complete-symbol):
14811 Redefine as obsolete alias.
14812 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
14813 Signal absence of completion info for old Octave,
14814 (inferior-octave-complete): Redefine as obsolete alias.
14815 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
14816 (meta-completions-at-point): Rename from meta-complete-symbol and
14817 adapt it for use on completion-at-point-functions.
14818 (meta-common-mode): Use it.
14819 (meta-looking-at-backward, meta-match-buffer): Remove.
14820 (meta-complete-symbol): Redefine as obsolete alias.
14821 (meta-common-mode-map): Use completion-at-point.
14822 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
14823 (makefile-mode-map): Use completion-at-point.
14824 (makefile-completions-at-point): Rename from makefile-complete and
14825 adapt it for use on completion-at-point-functions.
14826 (makefile-mode): Use it.
14827 (makefile-complete): Redefine as obsolete alias.
14828
14829 2011-06-20 Deniz Dogan <deniz@dogan.se>
14830
14831 * net/rcirc.el: Delete trailing whitespaces once and for all.
14832
14833 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
14834
14835 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
14836
14837 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
14838
14839 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
14840
14841 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
14842
14843 2011-06-19 Martin Rudalics <rudalics@gmx.at>
14844
14845 * window.el (display-buffer-other-window-means-other-frame):
14846 Call display-buffer-normalize-alist.
14847 (display-buffer-normalize-specifiers-1): Rename to
14848 display-buffer-normalize-argument. New argument other-frame.
14849 Rewrite.
14850 (display-buffer-normalize-specifiers-2): Rename to
14851 display-buffer-normalize-options.
14852 (display-buffer-normalize-alist-1): New function.
14853 (display-buffer-normalize-specifiers-3): Rename to
14854 display-buffer-normalize-alist.
14855 Call display-buffer-normalize-alist-1.
14856 (display-buffer-normalize-options-inhibit): New variable.
14857 (display-buffer-normalize-specifiers): Rewrite calling
14858 display-buffer-normalize-alist,
14859 display-buffer-normalize-argument, and
14860 display-buffer-normalize-options. Don't call the latter if
14861 display-buffer-normalize-options-inhibit is non-nil.
14862 (frame-auto-delete): New option.
14863 (window-deletable-p): Use frame-auto-delete.
14864 (window-list-no-nils, window-state-ignored-parameters)
14865 (window-state-get-1, window-state-get, window-state-put-list)
14866 (window-state-put-1, window-state-put-2, window-state-put):
14867 New functions.
14868 (display-buffer-normalize-options): Move special-display-p group
14869 after pop-up-frame group (Bug#8851) and (Bug#8856).
14870
14871 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
14872
14873 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
14874 groups (Bug#8776).
14875 (rx-submatch-n): New function.
14876 (rx): Document it.
14877
14878 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
14879 (Bug#8768).
14880
14881 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
14882
14883 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
14884
14885 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
14886 anytime existing face settings are present (Bug#8889).
14887
14888 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
14889 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
14890 Remove unused argument.
14891
14892 2011-06-18 Martin Rudalics <rudalics@gmx.at>
14893
14894 * window.el (display-buffer-default-specifiers):
14895 Remove pop-up-frame. Add pop-up-window-min-height,
14896 pop-up-window-min-width, and another reuse-window specifier
14897 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
14898 (display-buffer-normalize-specifiers-2):
14899 Handle split-height-threshold and split-width-threshold also when
14900 pop-up-windows is unset. Add a reuse-window specifier for the
14901 case popping up a new window fails.
14902 (special-display-popup-frame): Remove double quoting.
14903 (display-buffer-normalize-specifiers-1): Fix thinko.
14904
14905 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14906
14907 * shell.el (shell-completion-vars): Set pcomplete-termination-string
14908 according to comint-completion-addsuffix.
14909
14910 * pcomplete.el: Convert to lexical binding and fix bug#8819.
14911 (pcomplete-suffix-list): Mark as obsolete.
14912 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
14913 pcomplete-seen in the closure.
14914 (pcomplete-comint-setup): Setup completion-at-point as well.
14915 (pcomplete--entries): New function.
14916 (pcomplete--env-regexp): New var.
14917 (pcomplete-entries): Rewrite to work with partial-completion and
14918 without relying on pcomplete-suffix-list.
14919 (pcomplete-pare-list): Remove, unused.
14920
14921 2011-06-17 Martin Rudalics <rudalics@gmx.at>
14922
14923 * window.el (display-buffer-alist): Set pop-up-window-min-height
14924 and pop-up-window-min-width in default value. Reported by
14925 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
14926 other-window-means-other-frame.
14927 (display-buffer-macro-specifiers): Comment out entry for
14928 other-window specifier.
14929 (display-buffer-other-window-means-other-frame): New function.
14930 (display-buffer-normalize-specifiers-1): New arguments
14931 buffer-name and label. Treat other-window case specially.
14932 (display-buffer-normalize-specifiers-2): Treat other-window case
14933 specially.
14934 (display-buffer-normalize-specifiers-3): New function.
14935 (display-buffer-normalize-specifiers):
14936 Call display-buffer-normalize-specifiers-3.
14937
14938 2011-06-17 Martin Rudalics <rudalics@gmx.at>
14939
14940 * window.el (same-window-p): Fix two typos introduced when
14941 adding with-no-warnings.
14942 (display-buffer-normalize-specifiers-1): Don't check
14943 pop-up-frames for 'unset initialization.
14944 (display-buffer-normalize-specifiers-2): Major rewrite using
14945 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
14946 (pop-up-frames, display-buffer-reuse-frames)
14947 (display-buffer-mark-dedicated): Don't initialize to 'unset.
14948 Suggested by David Engster <deng@randomsample.de>.
14949 (even-window-heights): Initialize to 'unset.
14950 (display-buffer-alist-set): Handle new 'unset initializations.
14951 (display-buffer-macro-specifiers): Don't pop up a new frame in the
14952 other window case.
14953
14954 2011-06-16 Martin Rudalics <rudalics@gmx.at>
14955
14956 * window.el (display-buffer-normalize-specifiers-1):
14957 Respect current value of pop-up-frames for most reasonable values of
14958 second argument of display-buffer (Bug#8865).
14959 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
14960 (switch-to-buffer-other-window-same-frame)
14961 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
14962 Adams (Bug#8875).
14963 (display-buffer): Don't check noninteractive when calling
14964 display-buffer-pop-up-frame.
14965 (display-buffer-pop-up-frame): Never pop up a frame in
14966 noninteractive mode (Bug#8857).
14967 (enlarge-window, shrink-window): Don't report an error when the
14968 window can't be resized as requested (Bug#8862).
14969
14970 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
14973
14974 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
14975
14976 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
14977
14978 2011-06-15 Alan Mackenzie <acm@muc.de>
14979
14980 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
14981 for declarators, disable knr checking to speed up for normal files.
14982 2: Refactor, replacing a sequence of nested if forms by a cond form.
14983
14984 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14985
14986 * net/network-stream.el (open-network-stream): Add the keyword
14987 :always-query-capabilities for the case where you want to force a
14988 `plain' network connection, but the protocol still requires the
14989 capabilitiy command (i.e., SMTP and EHLO).
14990
14991 * subr.el (process-live-p): Rename from `process-alive-p' for
14992 consistency with other `-live-p' functions.
14993
14994 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * window.el (same-window-buffer-names, same-window-regexps)
14997 (special-display-frame-alist, special-display-popup-frame)
14998 (special-display-function, special-display-buffer-names)
14999 (special-display-regexps, pop-up-frame-alist)
15000 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15001 (pop-up-windows, split-window-preferred-function)
15002 (split-height-threshold, split-width-threshold, even-window-heights)
15003 (display-buffer-mark-dedicated): Don't encourage the use of
15004 display-buffer-alist from Elisp code.
15005
15006 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15007
15008 * progmodes/python.el (python-mode): Derive from prog-mode.
15009 * progmodes/ps-mode.el (ps-mode):
15010 * progmodes/mixal-mode.el (mixal-mode):
15011 * progmodes/cfengine.el (cfengine-mode):
15012 * progmodes/ld-script.el (ld-script-mode): Likewise.
15013
15014 2011-06-15 Martin Rudalics <rudalics@gmx.at>
15015
15016 * window.el (display-buffer-alist): Trim default value to avoid
15017 popping up a new frame (Bug#8857) or reusing an arbitrary window
15018 on another frame.
15019 (display-buffer): Do not fall back on popping up a new frame in
15020 batch mode (Bug#8857).
15021
15022 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
15023
15024 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15025 (custom-theme-summary): New function.
15026 (customize-themes): Use it.
15027
15028 2011-06-13 Glenn Morris <rgm@gnu.org>
15029
15030 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15031
15032 2011-06-13 Martin Rudalics <rudalics@gmx.at>
15033
15034 * help.el (help-window): Remove variable.
15035 (help-window-point-marker, temp-buffer-max-height)
15036 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15037 (help-print-return-message): Don't set help-window.
15038 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15039 (help-window-setup-finish): Remove.
15040 (help-window-display-message, help-window-setup)
15041 (with-help-window): Major rewrite based on new
15042 display-buffer-window variable.
15043
15044 * help-mode.el (help-mode-finish): Remove help-window related
15045 code.
15046
15047 * view.el (view-exits-all-viewing-windows): Remove reference to
15048 view-return-to-alist in doc-string.
15049 (view-return-to-alist): Make obsolete.
15050 (view-buffer): Call pop-to-buffer-same-window and remove
15051 undo-window code.
15052 (view-buffer-other-window): Call pop-to-buffer-other-window and
15053 simplify code. Ignore second argument.
15054 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15055 simplify code. Ignore second argument.
15056 (view-return-to-alist-update): Make obsolete.
15057 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15058 Rewrite using quit-restore window parameters.
15059 (view-mode-exit): Rename second argument to EXIT-ONLY.
15060 Rewrite using quit-restore-window.
15061 (View-exit, View-exit-and-edit, View-leave, View-quit)
15062 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15063 appropriate arguments.
15064 (view-end-message): Use quit-restore window parameter.
15065
15066 * window.el (display-buffer-function): Rewrite doc-string.
15067 (display-buffer-window, display-buffer-alist): New variables.
15068 (display-buffer-split-specifiers)
15069 (display-buffer-side-specifiers)
15070 (display-buffer-macro-specifiers): New constants.
15071 (display-buffer-even-window-sizes, display-buffer-set-height)
15072 (display-buffer-set-width, display-buffer-select-window)
15073 (display-buffer-in-window, display-buffer-reuse-window)
15074 (display-buffer-split-window-1, display-buffer-split-window)
15075 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15076 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15077 (display-buffer-in-side-window, normalize-buffer-to-display)
15078 (display-buffer-normalize-specifiers-1)
15079 (display-buffer-normalize-specifiers-2)
15080 (display-buffer-normalize-specifiers, display-buffer-frame):
15081 New functions.
15082 (display-buffer): Major rewrite.
15083 (display-buffer-other-window, display-buffer-other-frame)
15084 (pop-to-buffer, switch-to-buffer-other-window)
15085 (switch-to-buffer-other-frame): Rewrite.
15086 (display-buffer-same-window, display-buffer-same-frame)
15087 (display-buffer-same-frame-other-window)
15088 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15089 (pop-to-buffer-other-window)
15090 (pop-to-buffer-same-frame-other-window)
15091 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15092 (switch-to-buffer-other-window-same-frame): New functions.
15093 (same-window-p, special-display-p): Rewrite disabling warnings.
15094 Make obsolete.
15095 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15096 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15097 Make obsolete
15098 (same-window-buffer-names, same-window-regexps)
15099 (special-display-frame-alist, special-display-popup-frame)
15100 (special-display-function, special-display-buffer-names)
15101 (special-display-regexps, pop-up-frame-alist)
15102 (pop-up-frame-function, split-window-preferred-function)
15103 (split-height-threshold, split-width-threshold)
15104 (even-window-heights): Make obsolete.
15105
15106 2011-06-12 Glenn Morris <rgm@gnu.org>
15107
15108 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
15109 Misc simplifications.
15110
15111 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15112
15113 * window.el (window-safely-shrinkable-p): Restore function which
15114 was inadvertently removed in change from 2011-06-11. Declare as
15115 obsolete.
15116
15117 * calendar/calendar.el (calendar-generate-window):
15118 Use window-iso-combined-p instead of combination of one-window-p and
15119 window-safely-shrinkable-p.
15120
15121 2011-06-12 Glenn Morris <rgm@gnu.org>
15122
15123 * progmodes/fortran.el (fortran-mode-syntax-table):
15124 * progmodes/f90.el (f90-mode-syntax-table):
15125 Set % to punctuation. (Bug#8820)
15126 (f90-find-tag-default): Remove, no longer needed.
15127
15128 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15129
15130 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15131
15132 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15133
15134 * image.el (image-animated-p): Return animation delay in seconds.
15135 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15136 (image-animate-timeout): Remove DELAY argument. Don't assume
15137 every subimage has the same delay; get it from image-animated-p.
15138 (image-animate): Caller changed.
15139
15140 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
15141
15142 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15143 to ignored backtrace functions.
15144
15145 2011-06-11 Glenn Morris <rgm@gnu.org>
15146
15147 * calendar/appt.el (appt-disp-window-function): Doc fix.
15148 (appt-check): Handle overlapping appointments. (Bug#8337)
15149
15150 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15151
15152 * window.el (window-tree-1, window-tree): New functions, moving
15153 the latter to window.el.
15154 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15155 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15156 (bw-refresh-edges): Remove.
15157 (balance-windows-1, balance-windows-2): New functions.
15158 (balance-windows): Rewrite in terms of window tree functions,
15159 balance-windows-1 and balance-windows-2.
15160 (bw-adjust-window): Remove.
15161 (balance-windows-area-adjust): New function with functionality of
15162 bw-adjust-window but using resize-window.
15163 (set-window-text-height): Rewrite doc-string.
15164 Use normalize-live-window and resize-window.
15165 (enlarge-window-horizontally, shrink-window-horizontally):
15166 Rename argument to DELTA.
15167 (window-buffer-height): New function.
15168 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15169 Rewrite using new window resize routines.
15170 (kill-buffer-and-window, mouse-autoselect-window-select):
15171 Use ignore-errors instead of condition-case.
15172 (quit-window): Call delete-frame instead of delete-windows-on
15173 for the only buffer on frame.
15174
15175 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15176
15177 * loadup.el (top-level): Load window before files for the sake
15178 of replace-buffer-in-windows.
15179
15180 * files.el (read-buffer-to-switch)
15181 (switch-to-buffer-other-window)
15182 (switch-to-buffer-other-frame, display-buffer-other-frame):
15183 Move to window.el.
15184
15185 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15186 (previous-buffer): Move to window.el.
15187
15188 * bindings.el (unbury-buffer): Move to window.el.
15189
15190 * window.el (delete-other-windows-vertically): Move after
15191 definition of delete-other-windows.
15192 (other-window, delete-windows-on, replace-buffer-in-windows):
15193 Move here from window.c.
15194 (record-window-buffer, unrecord-window-buffer)
15195 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15196 (switch-to-next-buffer): New functions.
15197 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15198 from simple.el. Call switch-to-next-buffer.
15199 (previous-buffer): Move here from simple.el.
15200 Call switch-to-prev-buffer.
15201 (bury-buffer): Move here from buffer.c. Switch to previous
15202 buffer when window cannot be deleted.
15203 (unbury-buffer): Move here from bindings.el.
15204 (ctl-x-map): Move binding for other-window from window.c to
15205 here.
15206 (read-buffer-to-switch, switch-to-buffer-other-window)
15207 (switch-to-buffer-other-frame): Move here from files.el.
15208 (normalize-buffer-to-switch-to): New functions.
15209 (switch-to-buffer): Move here from buffer.c.
15210 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
15211
15212 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15213
15214 * window.el (window-min-height, window-min-width): Move here
15215 from window.c. Add defcustoms and rewrite doc-strings.
15216 (resize-mini-window, resize-window): New functions.
15217 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15218 Move here from window.c.
15219 (maximize-window, minimize-window): New functions.
15220 (delete-window, delete-other-windows, split-window): Move here
15221 from window.c.
15222 (window-split-min-size): New function.
15223 (split-window-keep-point): Mention split-window-above-each-other
15224 instead of split-window-vertically.
15225 (split-window-above-each-other, split-window-vertically):
15226 Rename split-window-vertically to split-window-above-each-other
15227 and provide defalias for old definition.
15228 (split-window-side-by-side, split-window-horizontally):
15229 Rename split-window-horizontally to split-window-side-by-side
15230 and provide defalias for the old definition.
15231 (ctl-x-map): Move bindings for delete-window,
15232 delete-other-windows and enlarge-window here from window.c.
15233 Replace bindings for split-window-vertically and
15234 split-window-horizontally by bindings for
15235 split-window-above-each-other and split-window-side-by-side.
15236
15237 * cus-start.el (all): Remove entries for window-min-height and
15238 window-min-width. Add entries for window-splits and
15239 window-nest.
15240
15241 2011-06-09 Glenn Morris <rgm@gnu.org>
15242
15243 * calendar/appt.el (appt-mode-line): New function.
15244 (appt-check, appt-disp-window): Use it.
15245
15246 * files.el (hack-one-local-variable-eval-safep):
15247 Allow minor-modes with explicit +/-1 arguments.
15248
15249 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15250
15251 * term/xterm.el (xterm): Add defgroup.
15252 (xterm-extra-capabilities): Add defcustom to supply known xterm
15253 capabilities, skip querying them, or query them (default).
15254 (terminal-init-xterm): Use it.
15255 (terminal-init-xterm-modify-other-keys): New function to set up
15256 modifyOtherKeys support to simplify `terminal-init-xterm'.
15257
15258 2011-06-09 Martin Rudalics <rudalics@gmx.at>
15259
15260 * window.el (resize-window-reset, resize-window-reset-1)
15261 (resize-subwindows-skip-p, resize-subwindows-normal)
15262 (resize-subwindows, resize-other-windows, resize-this-window)
15263 (resize-root-window, resize-root-window-vertically)
15264 (window-deletable-p, window-or-subwindow-p)
15265 (frame-root-window-p): New functions.
15266
15267 2011-06-09 Glenn Morris <rgm@gnu.org>
15268
15269 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15270 (ange-ftp-get-files): Use it.
15271
15272 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15273
15274 * mail/sendmail.el (mail-recover-1, mail-recover):
15275 * files.el (recover-file, recover-session):
15276 Handle dired-listing-switches not being just a single short option.
15277
15278 2011-06-09 Glenn Morris <rgm@gnu.org>
15279
15280 * calendar/appt.el (appt-display-message, appt-disp-window):
15281 Handle lists of appointments.
15282
15283 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15284
15285 * window.el (one-window-p): Move down in code.
15286 Rewrite doc-string.
15287 (window-current-scroll-bars): Rewrite doc-string.
15288 Normalize live window argument.
15289 (walk-windows, get-window-with-predicate, count-windows):
15290 Rewrite doc-string. Use window-list-1.
15291 (window-in-direction-2, window-in-direction, get-mru-window):
15292 New functions.
15293
15294 2011-06-08 Reuben Thomas <rrt@sc3d.org>
15295
15296 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15297 Doc fix (Bug#8713).
15298
15299 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
15300
15301 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15302
15303 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
15304
15305 * loadhist.el (unload-feature-special-hooks):
15306 Add `comint-output-filter-functions'.
15307
15308 2011-06-08 Ivan Kanis <gnu@kanis.fr>
15309
15310 * calendar/appt.el (appt-check): Move some initializations into the let.
15311
15312 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15313
15314 * window.el (window-height): Defalias to window-total-height.
15315 (window-width): Defalias to window-body-width.
15316
15317 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
15318
15319 * image-mode.el (image-toggle-animation): New command.
15320 (image-mode-map): Bind it to RET.
15321 (image-mode): Update message.
15322 (image-toggle-display-image): Avoid a spurious cache flush.
15323 (image-transform-rotation): Doc fix.
15324 (image-transform-properties): Return quickly in the normal case.
15325 (image-animate-loop): Rename from image-animate-max-time.
15326
15327 * image.el (image-animate-max-time): Move to image-mode.el.
15328 (create-animated-image): Remove unnecessary function.
15329 (image-animate): Rename from image-animate-start. New arg.
15330 (image-animate-stop): Remove; just use image-animate-timer.
15331 (image-animate-timer): Use car-safe.
15332 (image-animate-timeout): Rename argument.
15333
15334 2011-06-07 Martin Rudalics <rudalics@gmx.at>
15335
15336 * window.el (get-lru-window, get-largest-window): Move here from
15337 window.c. Rename first argument to ALL-FRAMES.
15338 Rephrase doc-strings.
15339 (get-buffer-window-list): Rewrite using window-list-1.
15340 Rephrase doc-string.
15341 (window-safe-min-height, window-safe-min-width): New constants.
15342 (window-size-ignore, window-min-size, window-min-size-1)
15343 (window-sizable, window-sizable-p, window-size-fixed-1)
15344 (window-size-fixed-p, window-min-delta-1, window-min-delta)
15345 (window-max-delta-1, window-max-delta, window-resizable)
15346 (window-resizable-p, window-total-height, window-total-width)
15347 (window-body-width): New functions.
15348 (window-full-height-p, window-full-width-p): Rewrite using
15349 window-total-size.
15350 (window-body-height): Rewrite using window-body-size.
15351
15352 2011-06-06 Martin Rudalics <rudalics@gmx.at>
15353
15354 * window.el (window-right, window-left, window-child)
15355 (window-child-count, window-last-child, window-any-p)
15356 (normalize-live-buffer, normalize-live-frame)
15357 (normalize-any-window, normalize-live-window)
15358 (window-iso-combination-p, window-iso-combined-p)
15359 (window-iso-combinations)
15360 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15361 (windows-with-parameter, window-with-parameter)
15362 (window-atom-root, make-window-atom, window-atom-check-1)
15363 (window-atom-check, window-side-check, window-check):
15364 New functions.
15365 (ignore-window-parameters, window-sides, window-sides-vertical)
15366 (window-sides-slots): New variables.
15367 (window-size-fixed): Move down in code. Minor doc-string fix.
15368
15369 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15370
15371 * comint.el (comint-dynamic-complete-as-filename)
15372 (comint-dynamic-complete-filename): Correctly call
15373 completion-in-region.
15374
15375 2011-06-05 Deniz Dogan <deniz@dogan.se>
15376
15377 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15378 in last change.
15379
15380 2011-06-05 Deniz Dogan <deniz@dogan.se>
15381
15382 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15383 (rcirc): Use it to prompt for encryption.
15384
15385 2011-06-05 Roland Winkler <winkler@gnu.org>
15386
15387 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15388 (bibtex-search-entries): New command bound to C-c C-a.
15389 (bibtex-display-entries): New function.
15390
15391 2011-06-05 Roland Winkler <winkler@gnu.org>
15392
15393 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15394 (bibtex-insert-kill): After yanking insert newline if necessary.
15395 (bibtex-initialize): Call bibtex-string-files-init only once.
15396 (bibtex-mode): Do not call easy-menu-add.
15397 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15398 (bibtex-yank): Set arg properly if nil.
15399
15400 2011-06-05 Roland Winkler <winkler@gnu.org>
15401
15402 * textmodes/bibtex.el (bibtex-search-entry-globally):
15403 New variable.
15404 (bibtex-search-entry): Use it.
15405
15406 2011-06-05 Roland Winkler <winkler@gnu.org>
15407
15408 * textmodes/bibtex.el (bibtex-entry-format): New option
15409 sort-fields.
15410 (bibtex-format-entry, bibtex-reformat): Honor this option.
15411 (bibtex-parse-entry): Return fields in proper order.
15412
15413 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
15414
15415 * doc-view.el (doc-view-remove-if): Move computation of result out
15416 of `dolist' to silence misleading lexical-binding warning.
15417
15418 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
15419
15420 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15421 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15422
15423 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
15424
15425 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
15426 "SunOS 5.10".
15427
15428 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
15429
15430 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
15431 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
15432 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
15433 (tramp-parse-putty):
15434 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
15435 (tramp-completion-function-alist-ssh)
15436 (tramp-completion-function-alist-telnet)
15437 (tramp-completion-function-alist-su)
15438 (tramp-completion-function-alist-putty): Set `tramp-autoload'
15439 cookie.
15440
15441 * net/tramp-ftp.el:
15442 * net/tramp-sh.el:
15443 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
15444 load "tramp.el" `tramp-set-completion-function'.
15445
15446 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
15447
15448 * shell.el: Require and use pcomplete.
15449 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
15450 (shell-completion-vars): Set pcomplete-default-completion-function.
15451
15452 2011-06-04 Deniz Dogan <deniz@dogan.se>
15453
15454 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
15455 `memq' (Bug#8799).
15456
15457 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
15460
15461 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
15462
15463 * bs.el (bs--mark-unmark, bs--nth-wrapper):
15464 * mpc.el (mpc-select-extend, mpc-songpointer-context):
15465 * vc/log-view.el (log-view-beginning-of-defun):
15466 * vc/smerge-mode.el (smerge-apply-resolution-patch)
15467 (smerge-refine-forward, smerge-refine-chopup-region):
15468 Silence warning for unused `dotimes' counter variables.
15469
15470 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * net/tramp.el (tramp-with-progress-reporter): Rename from
15473 with-progress-reporter. Use `declare'.
15474 * net/tramp-smb.el:
15475 * net/tramp-sh.el:
15476 * net/tramp-gvfs.el: Update all uses.
15477
15478 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
15479
15480 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
15481 buffer isn't killed before making it current.
15482
15483 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 Silence various byte-compiler warnings.
15486 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
15487 `access-type' and new obsolescence format.
15488 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15489 new format.
15490 (byte-compile-check-variable): New `access-type' argument.
15491 Only warn if the access-type is obsolete.
15492 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15493 (byte-compile-variable-set): Adjust callers.
15494 * help-fns.el (describe-variable): Adjust to new obsolescence format.
15495 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15496 setting it as obsolete.
15497 * simple.el (minibuffer-completing-symbol):
15498 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15499 access as obsolete.
15500 * minibuffer.el (minibuffer-completing-file-name): Don't make it
15501 obsolete yet.
15502 * international/quail.el (quail-mouse-choose-completion): Remove unused
15503 code referring to obsolete var.
15504 (quail-choose-completion-string): Remove.
15505 * server.el (server-clients-with, server-kill-buffer-query-function)
15506 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
15507 * proced.el (proced-send-signal):
15508 * emacs-lisp/lisp.el (lisp-complete-symbol):
15509 Replace completion-annotate-function with completion-extra-properties.
15510
15511 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * simple.el (goto-line): Use read-number.
15514 (overriding-map-is-bound): Remove.
15515 (saved-overriding-map): Change default.
15516 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
15517 Take the map as argument.
15518 (universal-argument, negative-argument, digit-argument): Use it.
15519 (restore-overriding-map): Adjust.
15520 (do-auto-fill): Use fill-forward-paragraph.
15521 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
15522
15523 * minibuffer.el (minibuffer-inactive-mode-map): New var.
15524 (minibuffer-inactive-mode): New major mode.
15525 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
15526 the *Messages* buffer" hack.
15527 (mouse-popup-menubar): Don't burp if the event is a normal key.
15528
15529 Miscellaneous tweaks.
15530 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
15531 lexical scoping as in subr.el's dolist and dotimes.
15532 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
15533 Silence compiler warning.
15534 * thingatpt.el (forward-whitespace): Trivial coding style fix.
15535 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
15536 * international/ccl.el (ccl-compile): Trivial simplification.
15537 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
15538 * emacs-lisp/testcover.el (testcover-end): Remove spurious
15539 `printflag' argument.
15540 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15541 Purecopy the whole obsolescence data.
15542
15543 2011-06-01 Leo Liu <sdl.web@gmail.com>
15544
15545 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
15546 improve doc-string as suggested by Marco Pessotto
15547 <melmothx@gmail.com>.
15548 (rcirc-print): Fix last change.
15549
15550 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * minibuffer.el (complete-with-action): Return nil for the metadata and
15553 boundaries of non-functional tables.
15554 (completion-table-dynamic): Return nil for the metadata.
15555 (completion-table-with-terminator): Add default case, using
15556 complete-with-action.
15557 (completion--metadata): New function.
15558 (completion-all-sorted-completions, minibuffer-completion-help): Use it
15559 to try and avoid pathological performance problems.
15560 (completion--embedded-envvar-table): Return `category' metadata.
15561
15562 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15563
15564 * subr.el (process-alive-p): New tiny convenience function.
15565
15566 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15567
15568 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
15569 content but also its previous major mode.
15570
15571 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
15572
15573 * emacs-lisp/debug.el (debug): Restore the previous content of the
15574 *Backtrace* buffer when we exit with C-M-c.
15575
15576 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * minibuffer.el: Add metadata method to completion tables.
15579 (completion-category-overrides): New defcustom.
15580 (completion-metadata, completion--field-metadata)
15581 (completion-metadata-get, completion--styles)
15582 (completion--cycle-threshold): New functions.
15583 (completion-try-completion, completion-all-completions):
15584 Add `metadata' argument to choose completion-styles.
15585 (completion--do-completion): Use metadata to choose cycling.
15586 (completion-all-sorted-completions): Use metadata for sorting.
15587 Remove :completion-cycle-penalty which is not needed any more.
15588 (completion--try-word-completion): Add `metadata' argument.
15589 (minibuffer-completion-help): Check metadata for annotation function
15590 and sorting.
15591 (completion-file-name-table): Return `category' metadata.
15592 (minibuffer-completing-file-name): Make obsolete.
15593 * simple.el (minibuffer-completing-symbol): Make obsolete.
15594 * icomplete.el (icomplete-completions): Pass new `metadata' param to
15595 completion-try-completion.
15596
15597 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
15600
15601 2011-05-30 Leo Liu <sdl.web@gmail.com>
15602
15603 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
15604 (rcirc-print): Decode all incoming messages (bug#8744).
15605 (rcirc-decode-coding-system): Allow value nil for automatic coding
15606 system detection.
15607
15608 2011-06-01 Glenn Morris <rgm@gnu.org>
15609
15610 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
15611
15612 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15613
15614 * image.el (image-animate-max-time): Allow nil and t values.
15615 Default to nil.
15616 (create-animated-image): Doc fix.
15617 (image-animate-start): Remove second arg; just use
15618 image-animate-max-time.
15619 (image-animate-timeout): Doc fix. Args changed.
15620
15621 * image-mode.el (image-toggle-display-image): Ensure that the
15622 image spec passed to the animate timer is the same object as in
15623 the buffer's display property (Bug#6981).
15624 (image-transform-properties): Doc fix.
15625
15626 * image.el (image-animate-max-time): Default to nil.
15627
15628 2011-05-29 Martin Rudalics <rudalics@gmx.at>
15629
15630 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
15631 entire buffer list (Bug#8184).
15632
15633 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15634
15635 * image.el (imagemagick-types-inhibit)
15636 (imagemagick-register-types): Doc fix.
15637
15638 2011-05-29 Deniz Dogan <deniz@dogan.se>
15639
15640 * net/rcirc.el (rcirc): Use the user's stored encryption method by
15641 default.
15642
15643 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15644
15645 * select.el: Don't perform clipboard-manager saving in hooks;
15646 leave the hooks empty.
15647
15648 2011-05-28 Leo Liu <sdl.web@gmail.com>
15649
15650 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
15651 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
15652 (occur-edit-mode): New major mode (Bug#8463).
15653 (occur-after-change-function): New function.
15654 (occur-engine): Give Occur tags a read-only property.
15655
15656 2011-05-28 Kevin Ryde <user42@zip.com.au>
15657
15658 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
15659
15660 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
15661
15662 * bindings.el (help-echo): Make the initial non-indicator dash
15663 empty on graphical terminals (Bug#7295).
15664
15665 * files.el (auto-mode-alist): Move config rule after the
15666 in-stripping one (Bug#8547).
15667
15668 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
15669
15670 * startup.el (normal-splash-screen): Remove gratuitous mode-line
15671 setting (Bug#8740).
15672
15673 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
15674
15675 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
15676 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
15677 (Bug#8539).
15678
15679 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
15680
15681 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
15682
15683 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
15684
15685 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
15686 (hs-hide-block-at-point, hs-find-block-beginning)
15687 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
15688 (Bug#8279).
15689
15690 2011-05-28 Glenn Morris <rgm@gnu.org>
15691
15692 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
15693
15694 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
15695
15696 * help-fns.el (describe-function-1): If the function is a derived
15697 major mode, print the parent mode.
15698
15699 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
15700 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
15701
15702 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * minibuffer.el (completion--capf-wrapper): Check applicability before
15705 returning non-nil for non-exclusive completion data.
15706 * progmodes/etags.el (tags-completion-at-point-function):
15707 * info-look.el (info-lookup-completions-at-point): Mark as
15708 non-exclusive.
15709 (info-complete): Adjust accordingly.
15710
15711 * info-look.el: Convert to lexical-binding and completion-at-point.
15712 (info-lookup-completions-at-point): New function.
15713 (info-complete): Use it and completion-in-region.
15714
15715 2011-05-28 Drew Adams <drew.adams@oracle.com>
15716
15717 * isearch.el: Let M-e start with point at the first mismatched char.
15718 (isearch-fail-pos): New function.
15719 (isearch-edit-string): Use it.
15720
15721 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15722
15723 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15724
15725 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
15726
15727 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
15728 traversal functions for avl-trees.
15729 (avl-tree--stack): New struct.
15730 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
15731 (avl-tree-enter): Add optional `updatefun' arg.
15732 (avl-tree--do-enter): Add optional `updatefun' arg.
15733 Change return value.
15734 (avl-tree-delete): Add optional `test' and `nilflag' args.
15735 (avl-tree--do-delete): Add `test' and `nilflag' args.
15736 Change return value.
15737 (avl-tree-member): Add optional `nilflag'
15738 (avl-tree-member-p): New function.
15739 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
15740 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
15741 (avl-tree-stack-empty-p): New functions.
15742
15743 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
15744 avl-tree--del-balance1 and make it work both ways.
15745 (avl-tree--del-balance2): Remove.
15746 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
15747 make it work both ways.
15748 (avl-tree--enter-balance2): Remove.
15749 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
15750 New macros.
15751 (avl-tree--mapc, avl-tree-map): Add direction argument.
15752
15753 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
15754
15755 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
15756
15757 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
15758
15759 * select.el: Support clipboard managers with built-in function
15760 x-clipboard-manager-save, via delete-frame-functions and
15761 kill-emacs-hook.
15762 (xselect-convert-to-targets): Add MULTIPLE target to list.
15763 (xselect-convert-to-save-targets): New function.
15764
15765 2011-05-27 Kenichi Handa <handa@m17n.org>
15766
15767 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
15768 let-binding rfc2047-encode-encoded-words to nil.
15769
15770 2011-05-27 Glenn Morris <rgm@gnu.org>
15771
15772 * mail/emacsbug.el: Don't require url-util.
15773
15774 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
15775
15776 * files.el (set-auto-mode):
15777 Also respect mode: entries at the end of the file. (Bug#8586)
15778
15779 2011-05-26 Glenn Morris <rgm@gnu.org>
15780
15781 * files.el (hack-local-variables-prop-line, hack-local-variables):
15782 Downcase mode names, as seems to be traditional.
15783 (hack-local-variables, hack-local-variables-apply): Doc fixes.
15784
15785 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
15786 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
15787
15788 2011-05-25 Julien Danjou <julien@danjou.info>
15789
15790 * textmodes/rst.el (rst-define-level-faces): Do not define face
15791 symbol if it is already defined.
15792
15793 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
15794
15795 * play/5x5.el (5x5-new-game, 5x5-randomize):
15796 Reset 5x5-solver-output to nil when a new grid is cast.
15797 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
15798 these debugging traces, as defmacro breaks the compiled code.
15799
15800 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15801
15802 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15803
15804 2011-05-24 Leo Liu <sdl.web@gmail.com>
15805
15806 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
15807 (vc-bzr-sha1): Adapt.
15808
15809 * sha1.el: Remove. Function `sha1' is now builtin.
15810
15811 * bindings.el: Provide sha1 feature.
15812
15813 2011-05-24 Kenichi Handa <handa@m17n.org>
15814
15815 * mail/sendmail.el: Require `rfc2047'.
15816 (mail-insert-from-field): Do not perform RFC2047 encoding.
15817 (mail-encode-header): New function.
15818 (sendmail-send-it): Set buffer-file-coding-system of the work
15819 buffer to the return value of select-message-coding-system.
15820 Call mail-encode-header.
15821
15822 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
15823
15824 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
15825
15826 * mail/supercite.el (sc-default-cite-frame):
15827 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
15828
15829 2011-05-24 Glenn Morris <rgm@gnu.org>
15830
15831 * progmodes/python.el (brm-menu): Declare.
15832
15833 * emulation/viper.el (viper-set-hooks): Declare.
15834
15835 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
15836 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
15837 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
15838 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
15839 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
15840 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
15841
15842 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 Add an :exit-function for completion-at-point.
15845
15846 * minibuffer.el (completion--done): New fun.
15847 (completion--do-completion): Use it. New arg `expect-exact'.
15848 (minibuffer-complete, minibuffer-complete-word): Don't output message,
15849 since completion--do-completion does it for us now.
15850 (minibuffer-force-complete): Use completion--done and
15851 completion--replace. Handle sole-completion case with more care.
15852 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
15853 (completion-extra-properties): New var.
15854 (completion-annotate-function): Make obsolete.
15855 (minibuffer-completion-help): Adjust accordingly.
15856 Use completion-list-insert-choice-function.
15857 (completion-at-point, completion-help-at-point):
15858 Bind completion-extra-properties.
15859 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
15860 * simple.el (completion-list-insert-choice-function): New var.
15861 (completion-setup-function): Preserve it.
15862 (choose-completion): Pay attention to it, shuffle the code a bit.
15863 (choose-completion-string): New arg `insert-function'.
15864
15865 * textmodes/bibtex.el: Convert to lexical binding.
15866 (bibtex-mode-map): Use completion-at-point.
15867 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
15868 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
15869 (bibtex-complete): Define as obsolete alias.
15870 (bibtex-complete-internal): Remove.
15871 (bibtex-format-entry): Remove unused sub-group in regexp.
15872 * shell.el (shell--command-completion-data)
15873 (shell-environment-variable-completion):
15874 * pcomplete.el (pcomplete-completions-at-point):
15875 * comint.el (comint--complete-file-name-data): Use :exit-function
15876 instead of completion-table-with-terminator so it also works for
15877 choose-completion.
15878
15879 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15880
15881 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
15882
15883 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
15884 (bug#8710).
15885
15886 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
15887
15888 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
15889
15890 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
15891 customization variable and implement: If non-nil, auto-fill will
15892 be inhibited while on topic's header line.
15893
15894 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
15895
15896 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
15897 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
15898 always have a solution in grid size = 5 cases.
15899 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
15900 (5x5-solver-output, 5x5-log-buffer): New vars.
15901 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
15902 Make these variables buffer local to achieve 5x5 multi-session-ness.
15903 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
15904 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
15905 (5x5-solve-suggest): New funs.
15906 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
15907 randomize a grid so that we ensure that there is always a solution.
15908 (5x5-make-random-grid): Allow other movement than flipping.
15909
15910 2011-05-23 Kevin Ryde <user42@zip.com.au>
15911
15912 * emacs-lisp/advice.el (ad-read-advised-function):
15913 Use `function-called-at-point' as the default, if it has
15914 advice and passes PREDICATE.
15915
15916 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
15919 byte-compile-lambda if it's actually a lambda.
15920
15921 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
15922 Fix function quoting. Use backquote better.
15923
15924 2011-05-22 Yuanle Song <sylecn@gmail.com>
15925
15926 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
15927 matching (Bug#8516).
15928
15929 2011-01-22 Jari Aalto <jari.aalto@cante.net>
15930
15931 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
15932 different face (Bug#8178).
15933
15934 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
15935
15936 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
15937 defface (Bug#8144).
15938
15939 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15940
15941 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
15942 funcall as well (bug#8712). Warn when performing those conversions.
15943 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
15944
15945 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
15946
15947 2011-05-22 Glenn Morris <rgm@gnu.org>
15948
15949 * files.el (hack-local-variables-prop-line): Small simplifications.
15950 (hack-local-variables, hack-local-variables-prop-line):
15951 If MODE-ONLY, return the mode, rather than just `t'.
15952
15953 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
15954
15955 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
15956
15957 2011-05-21 Glenn Morris <rgm@gnu.org>
15958
15959 * files.el (hack-local-variables-prop-line, hack-local-variables):
15960 If only interested in the mode, don't bother doing the other stuff.
15961
15962 * image-mode.el (image-after-revert-hook):
15963 Redraw all frames on which the image is visible. (Bug#8567)
15964
15965 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
15966
15967 * wid-edit.el (widget-checklist-match-inline):
15968 Fix 2011-04-19 change. (Bug#8649)
15969
15970 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
15973 Also allow singlespace after single-letter capitals followed by a dot.
15974
15975 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
15976 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
15977
15978 2011-05-20 Nix <nix@esperi.org.uk>
15979
15980 * files.el (basic-save-buffer-2):
15981 Fix handling of break-hardlink-on-save with non-existent files.
15982
15983 2011-05-19 Deniz Dogan <deniz@dogan.se>
15984
15985 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
15986 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
15987
15988 2011-05-19 Glenn Morris <rgm@gnu.org>
15989
15990 * progmodes/f90.el (f90-type-def-re):
15991 Handle "type, bind(c)". (Bug#8691)
15992
15993 * emacs-lisp/autoload.el (batch-update-autoloads):
15994 Set autoload-excludes by parsing loadup.el rather than Makefiles.
15995
15996 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
15997
15998 * net/tramp.el (tramp-process-actions): Set "first-password-request"
15999 property for the correct connection in case of multihops.
16000
16001 2011-05-18 Glenn Morris <rgm@gnu.org>
16002
16003 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16004 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16005
16006 Rationalize calendar handling of day and month abbrev-arrays.
16007 * calendar/calendar.el (calendar-customized-p): New function.
16008 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16009 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16010 Add :set function.
16011 (calendar-abbrev-length, calendar-day-abbrev-array)
16012 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16013 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16014 Elements may no longer be nil.
16015 (calendar-day-name, calendar-month-name):
16016 Update for changed nature of abbrev arrays.
16017 * calendar/diary-lib.el (diary-name-pattern):
16018 Update for changed nature of abbrev arrays.
16019 (diary-mark-entries-1): Update calendar-make-alist calls.
16020 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16021 * calendar/cal-html.el (cal-html-day-abbrev-array):
16022 Simply inherit from calendar-day-abbrev-array.
16023
16024 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * progmodes/grep.el (grep-mode): Disable default
16027 compilation-directory-matcher setting (bug#8684).
16028
16029 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
16030
16031 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16032 instead of "head" and "tail". There were problems with SunOS 5.9,
16033 and it performs better.
16034
16035 2011-05-17 Glenn Morris <rgm@gnu.org>
16036
16037 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16038
16039 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16040 Replace obsolete function.
16041
16042 * shell.el (pcomplete-parse-arguments-function): Declare.
16043
16044 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16045 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16046 (appt-check): Doc fixes.
16047 (appt-disp-window-function, appt-delete-window-function):
16048 Remove needless special case in custom :type.
16049 (appt-display-count): Default to 0, not nil.
16050 (appt-check): Reset appt-display-count to 0, not nil.
16051
16052 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
16053
16054 * progmodes/python.el (python-font-lock-keywords):
16055 Add the Python 3.X keyword "nonlocal" (bug#8639).
16056
16057 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16058
16059 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16060
16061 2011-05-16 Kevin Ryde <user42@zip.com.au>
16062
16063 * info-look.el (makefile-automake-mode): New setups, looking in
16064 automake manual, then makefile-mode.
16065 (makefile-mode): Remove automake manual, have it just in
16066 makefile-automake-mode since there's various things different or
16067 not relevant to plain make.
16068 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16069 believe a hypothetical automake-mode would go to makefile-mode,
16070 not the other way around.
16071
16072 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
16073
16074 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16075 hunk-end tags (Bug#8672).
16076
16077 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16078 vc-annotate-show-diff-revision-at-line (Bug#8671).
16079
16080 2011-05-14 Glenn Morris <rgm@gnu.org>
16081
16082 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16083 in the middle of an existing one with multiple authors. (Bug#8645)
16084 (change-log-font-lock-keywords): Also handle multiple author lines
16085 with leading tabs. (Bug#8644)
16086
16087 * calendar/appt.el (appt-check): Rename some local variables.
16088 Some simplification/reordering.
16089
16090 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16091 (feedmail-sendmail-f-doesnt-sell-me-out)
16092 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16093 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16094 (feedmail-queue-runner-message-sender): Set :version.
16095 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16096 (bbdb-dwim-net-address, vm-mail): Declare.
16097 (feedmail-binmail-gnulinuxish-template):
16098 Rename from feedmail-binmail-linuxish-template.
16099 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16100 Use insert-buffer-substring.
16101
16102 2011-05-14 Bill Carpenter <bill@carpenter.org>
16103
16104 * mail/feedmail.el (feedmail-patch-level): Increase.
16105 (feedmail-debug): New custom group.
16106 (feedmail-confirm-outgoing-timeout)
16107 (feedmail-sendmail-f-doesnt-sell-me-out)
16108 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16109 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16110 (feedmail-sender-line, feedmail-from-line)
16111 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16112 (feedmail-spray-this-address)
16113 (feedmail-spray-address-fiddle-plex-list)
16114 (feedmail-queue-use-send-time-for-date)
16115 (feedmail-queue-use-send-time-for-message-id)
16116 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16117 (feedmail-buffer-eating-function):
16118 Doc fixes.
16119 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16120 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16121 (feedmail-message-action-scroll-down): New functions.
16122 (feedmail-queue-directory, feedmail-queue-draft-directory):
16123 Use expand-file-name.
16124 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16125 Remove C-v help entry.
16126 (feedmail-queue-buffer-file-name): New variable.
16127 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16128 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16129 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16130 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16131 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16132 (feedmail-message-action-toggle-spray)
16133 (feedmail-run-the-queue-no-prompts)
16134 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16135 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16136 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16137 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16138 (feedmail-envelope-deducer, feedmail-fiddle-from)
16139 (feedmail-fiddle-sender, feedmail-default-date-generator)
16140 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16141 (feedmail-fiddle-spray-address)
16142 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16143 (feedmail-fiddle-list-of-fiddle-plexes)
16144 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16145 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16146 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16147 Change default. Doc fix.
16148 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16149 (feedmail-binmail-linuxish-template): New constant.
16150 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16151 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16152 (feedmail-send-it): Add debug call.
16153 Use feedmail-queue-buffer-file-name, and
16154 feedmail-send-it-immediately-wrapper.
16155 (feedmail-message-action-send): Add debug call.
16156 Use feedmail-send-it-immediately-wrapper.
16157 (feedmail-queue-express-to-queue): Add debug call.
16158 Run feedmail-queue-express-hook.
16159 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16160 (feedmail-message-action-help-blat):
16161 Rename from feedmail-queue-send-edit-prompt-help-first.
16162 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16163 Check line-endings. Handle errors better.
16164 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16165 Doc fix. Add debug call.
16166 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16167 Use feedmail-queue-send-edit-prompt-inner.
16168 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16169 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16170 from feedmail-queue-send-edit-prompt.
16171 (feedmail-queue-send-edit-prompt-help)
16172 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16173 (feedmail-tidy-up-slug): Add debug call.
16174 Respect feedmail-queue-slug-suspect-regexp.
16175 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16176 (feedmail-dump-message-to-queue): Add debug call.
16177 Expand queue-directory.
16178 (feedmail-dump-message-to-queue): Change message slightly.
16179 Use feedmail-say-chatter.
16180 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16181 (feedmail-send-it-immediately-wrapper): New function.
16182 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16183 Insert empty string rather than newline. Handle full-frame case.
16184 Use catch/throw. Use feedmail-say-chatter.
16185 (feedmail-fiddle-from): Try mail-host-address.
16186 (feedmail-default-message-id-generator): Doc fix.
16187 Bind system-time-locale. Handle missing end.
16188 (feedmail-fiddle-x-mailer): Add debug call.
16189 Handle feedmail-x-mailer-line being nil.
16190 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16191 Add debug call. Use buffer-substring-no-properties.
16192 (feedmail-say-debug, feedmail-say-chatter): New functions.
16193 (feedmail-find-eoh): Give an explicit error.
16194
16195 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
16196
16197 * net/newst-treeview.el (newsticker-treeview-face): Change default
16198 family from helvetica to sans.
16199 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
16200 etc/images/newsticker.
16201
16202 * net/newst-reader.el (newsticker-feed-face): Change default
16203 family from helvetica to sans.
16204
16205 * net/newst-plainview.el (newsticker-new-item-face)
16206 (newsticker-old-item-face, newsticker-immortal-item-face)
16207 (newsticker-obsolete-item-face, newsticker-date-face)
16208 (newsticker-statistics-face): Change default family from
16209 helvetica to sans.
16210 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
16211 etc/images/newsticker.
16212
16213 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16214 (newsticker--process-auto-mark-filter-match): Tell user about
16215 auto-marking.
16216
16217 2011-05-13 Didier Verna <didier@xemacs.org>
16218
16219 Common Lisp indentation improvements on defmethod and lambda-lists.
16220 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16221 TODO entries.
16222 (lisp-lambda-list-keyword-parameter-indentation)
16223 (lisp-lambda-list-keyword-parameter-alignment)
16224 (lisp-lambda-list-keyword-alignment): New customizable user options.
16225 (lisp-indent-defun-method): Improve docstring.
16226 (extended-loop-p): Fix comment.
16227 (lisp-indent-lambda-list-keywords-regexp): New variable.
16228 (lisp-indent-lambda-list): New function.
16229 (lisp-indent-259): Use it.
16230 (lisp-indent-defmethod): Support for more than one
16231 method qualifier and properly indent methods lambda-lists.
16232 (defgeneric): Provide a missing common-lisp-indent-function property.
16233
16234 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16237 bounds for the empty string (bug#8667).
16238
16239 2011-05-13 Glenn Morris <rgm@gnu.org>
16240
16241 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16242
16243 * mail/sendmail.el (sendmail-program): Try executable-find first.
16244 (sendmail-send-it): `sendmail-program' cannot be unbound.
16245
16246 * calendar/appt.el (appt-make-list): Simplify.
16247 (appt-time-msg-list): Doc fix.
16248 (appt-check): Change mode-line message at the time of the appointment.
16249
16250 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16251
16252 * progmodes/ld-script.el (ld-script-keywords)
16253 (ld-script-builtins): Update keywords list.
16254
16255 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16256
16257 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16258
16259 * shell.el (shell-completion-vars): New function.
16260 (shell-mode):
16261 * simple.el (read-shell-command): Use it.
16262 (blink-matching-open): No need for " [...]" in minibuffer-message.
16263
16264 2011-05-12 Glenn Morris <rgm@gnu.org>
16265
16266 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16267 (appt-check): Simplify.
16268
16269 2011-05-12 Eli Zaretskii <eliz@gnu.org>
16270
16271 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
16272 literal "/dev/null".
16273
16274 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16275
16276 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16277 Fix typo.
16278
16279 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
16280
16281 * progmodes/which-func.el (which-function):
16282 Use add-log-current-defun instead of add-log-current-defun-function,
16283 which might not be defined (Bug#8260).
16284
16285 2011-05-12 Glenn Morris <rgm@gnu.org>
16286
16287 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16288 Let byte-compile-initial-macro-environment always take precedence.
16289
16290 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16291
16292 * net/rcirc.el: Add support for SSL/TLS connections.
16293 (rcirc-server-alist): New field `encryption'.
16294 (rcirc): Check `encryption' settings.
16295 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16296 Merge make-local-variable into `set'.
16297 (rcirc--connection-open-p): New function.
16298 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16299 the process is not a network process (e.g. running gnutls-cli).
16300 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16301 Make rcirc-(en|de)code-coding-system local here.
16302 (rcirc-mode): Merge make-local-variable into `set'.
16303 (rcirc-parent-buffer): Make permanent buffer-local.
16304 (rcirc-multiline-minor-mode): Don't do it here.
16305 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16306 there's no server buffer.
16307
16308 2011-05-11 Glenn Morris <rgm@gnu.org>
16309
16310 * newcomment.el (comment-kill): Prefix "unused" local.
16311
16312 * term/w32console.el (get-screen-color): Declare.
16313
16314 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16315 Handle symbol elements of byte-compile-initial-macro-environment.
16316
16317 2011-05-10 Leo Liu <sdl.web@gmail.com>
16318
16319 * bookmark.el (bookmark-bmenu-mode-map):
16320 Bind bookmark-bmenu-search to `/'.
16321
16322 * mail/footnote.el: Convert to utf-8 encoding.
16323 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16324 (Footnote-unicode): New function.
16325 (footnote-style-alist): Add unicode style to the list.
16326 (footnote-style): Doc fix.
16327
16328 2011-05-10 Jim Meyering <meyering@redhat.com>
16329
16330 Fix doubled-word typos.
16331 * international/quail.el (quail-insert-kbd-layout): and and -> and
16332 * kermit.el: and and -> and
16333 * net/ldap.el (ldap-search-internal): to to -> to
16334 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16335 * progmodes/js.el (js-mode): and and -> and
16336 * textmodes/artist.el (artist-move-to-xy): at at -> at
16337 (artist-draw-region-trim-line-endings): if if -> if
16338 And Safetyc -> Safety.
16339 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16340
16341 2011-05-10 Glenn Morris <rgm@gnu.org>
16342 Stefan Monnier <monnier@iro.umontreal.ca>
16343
16344 * files.el (hack-one-local-variable-eval-safep):
16345 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
16346
16347 2011-05-10 Glenn Morris <rgm@gnu.org>
16348
16349 * calendar/diary-lib.el (diary-list-entries-hook)
16350 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16351 (diary-nongregorian-marking-hook, diary-list-entries)
16352 (diary-include-other-diary-files, diary-mark-entries)
16353 (diary-mark-included-diary-files): Doc fixes.
16354
16355 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
16356
16357 * misc.el: Require tabulated-list.el during compilation.
16358
16359 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
16360
16361 * progmodes/compile.el (compilation-start):
16362 Run compilation-filter-hook for the async case too.
16363 (compilation-filter-hook): Doc fix.
16364
16365 2011-05-09 Deniz Dogan <deniz@dogan.se>
16366
16367 * wdired.el: Remove outdated installation comment. Fix usage
16368 comment.
16369
16370 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
16371
16372 * misc.el: Implement new command `list-dynamic-libraries'.
16373 (list-dynamic-libraries--loaded-only-p): New variable.
16374 (list-dynamic-libraries--refresh): New function.
16375 (list-dynamic-libraries): New command.
16376
16377 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
16378
16379 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16380 Fix the ant regexp to handle end-line and end-column info from jikes.
16381 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
16382 higher priority to avoid clobbering by gnu.
16383
16384 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
16385
16386 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16387 if the face has existing theme settings (Bug#8454).
16388
16389 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
16390
16391 * progmodes/perl-mode.el (perl-imenu-generic-expression):
16392 Only match variables declared via `my' or `our' (Bug#8261).
16393
16394 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16395 special file names `.' and `..' (Bug#8259).
16396
16397 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
16398
16399 * progmodes/grep.el (grep-mode-font-lock-keywords):
16400 Remove buffer-changing entries.
16401 (grep-filter): New function.
16402 (grep-mode): Add it to compilation-filter-hook.
16403
16404 * progmodes/compile.el (compilation-filter-hook)
16405 (compilation-filter-start): New defvars.
16406 (compilation-filter): Call compilation-filter-hook prior to
16407 updating the process mark.
16408
16409 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16412
16413 2011-05-07 Eli Zaretskii <eliz@gnu.org>
16414
16415 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16416 mailclient-send-it even if window-system is nil. (Bug#8595)
16417
16418 * term/w32console.el (terminal-init-w32console):
16419 Call get-screen-color and use its output to set the frame
16420 background-mode. (Bug#8597)
16421
16422 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16423
16424 Make bytecomp.el understand that defmethod defines funs (bug#8631).
16425 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
16426 New functions.
16427 (defgeneric, eieio--defmethod): Use them.
16428 (eieio-defgeneric): Remove.
16429 (defmethod): Call defgeneric in a way visible to the byte-compiler.
16430
16431 2011-05-07 Glenn Morris <rgm@gnu.org>
16432
16433 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
16434 Use let rather than let*.
16435 (timeclock-find-discrep): Remove unused local.
16436
16437 * calendar/diary-lib.el (diary-comment-start): Doc fix.
16438
16439 * calendar/appt.el (appt-time-msg-list): Doc fix.
16440
16441 2011-05-06 Noah Friedman <friedman@splode.com>
16442
16443 * apropos.el (apropos-print-doc): Only use
16444 emacs-lisp-docstring-fill-column when it is bound to an integer,
16445 per that variable's documentation.
16446
16447 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
16450 and warnings are not silently discarded (e.g. use -d instead of -P).
16451
16452 2011-05-06 Glenn Morris <rgm@gnu.org>
16453
16454 * calendar/appt.el (appt-message-warning-time): Doc fix.
16455 (appt-warning-time-regexp): New option.
16456 (appt-make-list): Respect appt-message-warning-time.
16457
16458 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
16459 New options.
16460 (diary-add-to-list): Strip comments from the displayed string.
16461 (diary-mode): Set comment-start and comment-end.
16462
16463 * vc/diff-mode.el (smerge-refine-subst): Declare.
16464 (diff-refine-hunk): Don't require smerge-mode when compiling.
16465
16466 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
16467
16468 * simple.el (list-processes): Return nil as the docstring says.
16469
16470 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
16471
16472 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
16473 to "".
16474 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16475 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
16476 determining of binary transfer. (Bug#7383)
16477
16478 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
16479
16480 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16481 Fix port computation bug. (Bug#8618)
16482
16483 2011-05-05 Glenn Morris <rgm@gnu.org>
16484
16485 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
16486
16487 * simple.el (shell-dynamic-complete-functions)
16488 (comint-dynamic-complete-functions): Declare.
16489
16490 * net/network-stream.el (gnutls-negotiate):
16491 * simple.el (tabulated-list-print): Fix declarations.
16492
16493 * progmodes/gud.el (syntax-symbol, syntax-point):
16494 Remove unnecessary and incorrect declarations.
16495
16496 * emacs-lisp/check-declare.el (check-declare-scan):
16497 Handle byte-compile-initial-macro-environment in bytecomp.el
16498
16499 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 Fix earlier half-done eieio-defmethod change (bug#8338).
16502 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
16503 Streamline and change calling convention.
16504 (defmethod): Adjust accordingly and simplify.
16505 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
16506 new eieio--defmethod.
16507 (slot-boundp): Minor CSE simplification.
16508
16509 2011-05-05 Milan Zamazal <pdm@zamazal.org>
16510
16511 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
16512 (glasses-make-readable): Use glasses-separate-capital-groups.
16513
16514 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
16515
16516 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
16517 (warning-series): Doc fix.
16518 (display-warning): Don't try to create the buffer if we just found it.
16519
16520 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
16521
16522 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
16523 (autoload-find-generated-file): New function.
16524 (generate-file-autoloads): Bind generated-autoload-file to
16525 buffer-file-name.
16526 (update-file-autoloads, update-directory-autoloads):
16527 Use autoload-find-generated-file. If called interactively, prompt for
16528 output file (Bug#7989).
16529 (batch-update-autoloads): Doc fix.
16530
16531 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16532
16533 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
16534
16535 2011-05-04 Glenn Morris <rgm@gnu.org>
16536
16537 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
16538 function, so it follows changes in calendar-date-style.
16539 (diary-fancy-date-matcher): New function.
16540 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
16541 (diary-fancy-font-lock-fontify-region-function):
16542 Use diary-fancy-date-pattern as a function.
16543
16544 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
16545 non-numbers for `year' etc pseudo-variables. (Bug#8583)
16546
16547 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16548
16549 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
16550 instead of positional arguments. Allow :keylist and :crlfiles
16551 arguments.
16552 (open-gnutls-stream): Call it.
16553
16554 * net/network-stream.el (network-stream-open-starttls): Adjust to
16555 call `gnutls-negotiate' with :process and :hostname arguments.
16556
16557 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * minibuffer.el (completion--message): New function.
16560 (completion--do-completion, minibuffer-complete)
16561 (minibuffer-force-complete, minibuffer-complete-word): Use it.
16562 (completion--do-completion): Don't ignore completion-auto-help when in
16563 icomplete-mode.
16564
16565 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
16566 internal encoding (e.g. tibetan zero is not whitespace).
16567 (global-whitespace-mode): Prefer save-current-buffer.
16568 (whitespace-trailing-regexp): Remove useless save-match-data.
16569 (whitespace-empty-at-bob-regexp): Minor simplification.
16570
16571 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
16574
16575 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16576
16577 * textmodes/ispell.el (ispell-add-per-file-word-list):
16578 Use `concat' to create string for insertion.
16579
16580 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16581
16582 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
16583 Avoid open-line which runs post-self-insert-hook.
16584 (bibtex-fill-entry): Remove unused `end' var.
16585
16586 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
16587
16588 * textmodes/ispell.el (ispell-add-per-file-word-list):
16589 Protect against `nil' value of `comment-start' (Bug#8579).
16590
16591 2011-05-03 Leo Liu <sdl.web@gmail.com>
16592
16593 * isearch.el (isearch-yank-pop): New command.
16594 (isearch-mode-map): Bind it to `M-y'.
16595 (isearch-forward): Mention it.
16596
16597 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * simple.el (minibuffer-complete-shell-command): Remove.
16600 (minibuffer-local-shell-command-map): Use completion-at-point.
16601 (read-shell-command): Setup completion vars here instead.
16602 (read-expression-map): Bind TAB to symbol completion.
16603
16604 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
16605 error directly rather via storing it into `results'.
16606
16607 2011-05-02 Leo Liu <sdl.web@gmail.com>
16608
16609 * vc/diff.el: Fix description.
16610
16611 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16612
16613 * server.el (server-eval-at): New function.
16614
16615 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16616
16617 * net/network-stream.el (open-network-stream): Take a :nowait
16618 parameter and pass it on to `make-network-process'.
16619 (network-stream-open-plain): Ditto.
16620
16621 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
16622
16623 * faces.el (face-spec-set-match-display): Don't match toolkit
16624 options on terminal frames.
16625
16626 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16627
16628 * progmodes/pascal.el: Use lexical binding.
16629 (pascal-mode-map): Remove author preferences.
16630
16631 * pcomplete.el (pcomplete-std-complete): Don't abuse
16632 completion-at-point.
16633
16634 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16635
16636 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
16637 removing code that has been dead since 1991 or so.
16638
16639 * startup.el (command-line): When warning about "_emacs", use a
16640 delayed warning to allow the user to filter it out.
16641
16642 2011-04-28 Deniz Dogan <deniz@dogan.se>
16643
16644 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
16645 user has not joined.
16646
16647 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16648
16649 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
16650 aren't any completions at point.
16651
16652 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16653
16654 * subr.el (display-delayed-warnings): New function.
16655 (delayed-warnings-hook): New variable.
16656
16657 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16658
16659 * minibuffer.el (completion-at-point, completion-help-at-point):
16660 Don't presume that a given completion-at-point-function will always
16661 use the same calling convention.
16662
16663 * pcomplete.el (pcomplete-completions-at-point):
16664 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
16665 pcomplete-seen is non-nil.
16666 (pcomplete-comint-setup): Also recognize the new comint/shell
16667 completion functions.
16668 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
16669 pcomplete-seen is non-nil.
16670
16671 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
16672
16673 * calendar/icalendar.el (diary-lib): Add require statement.
16674 (icalendar--create-uid): Read out a uid from a text-property on
16675 the first character in the entry. This allows for code to add its
16676 own uid to the entry.
16677 (icalendar--convert-float-to-ical): Add export of
16678 `diary-float'-entries save for those with the optional DAY
16679 argument.
16680
16681 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
16682
16683 * subr.el (shell-quote-argument): Use alternate escaping strategy
16684 when we spot a variable reference in a string.
16685
16686 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16687
16688 * cus-start.el (all): Define customization for debug-on-event.
16689
16690 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16691
16692 * subr.el (shell-quote-argument): Escape correctly under Windows.
16693
16694 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
16697
16698 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
16699
16700 * net/tramp.el (tramp-process-actions): Add POS argument.
16701 Delete region between POS and (pos).
16702
16703 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16704 Use `nil' position in `tramp-process-actions' call.
16705 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
16706
16707 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
16708 position in `tramp-process-actions' call.
16709
16710 * net/trampver.el: Update release number.
16711
16712 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * custom.el (defcustom): Obey lexical-binding.
16715
16716 Fix octave-inf completion problems reported by Alexander Klimov.
16717 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
16718 Inherit from octave-mode-syntax-table.
16719 (inferior-octave-mode): Set info-lookup-mode.
16720 (inferior-octave-completion-at-point): New function.
16721 (inferior-octave-complete): Use it and completion-in-region.
16722 (inferior-octave-dynamic-complete-functions): Use it as well, and use
16723 comint-filename-completion.
16724 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
16725 symbol elements which shouldn't be word elements.
16726 (octave-font-lock-keywords, octave-beginning-of-defun)
16727 (octave-function-header-regexp): Adjust regexps accordingly.
16728 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
16729
16730 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
16731
16732 * net/gnutls.el (gnutls-errorp): Declare before first use.
16733
16734 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
16735
16736 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
16737 verify-error, and verify-hostname-error parameters. Check whether
16738 default trustfile exists before going to use it. Add missing
16739 argument to gnutls-message-maybe call. Return value.
16740 Reported by Claudio Bley <claudio.bley@gmail.com>.
16741 (open-gnutls-stream): Add usage example.
16742
16743 * net/network-stream.el (network-stream-open-starttls): Give host
16744 parameter to `gnutls-negotiate'.
16745 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
16746 * subr.el (shell-quote-argument): Escape correctly under Windows.
16747
16748 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
16749
16750 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
16751 Use correct match group (bug#8438).
16752
16753 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
16754
16755 * emacs-lisp/package.el (package-built-in-p): Fix typo.
16756 (package-menu--generate): New arg specifying packages to show.
16757 (package-menu-refresh, package-menu-execute, list-packages):
16758 Callers changed.
16759 (package-show-package-list): New function, replacing deleted
16760 package--list-packages (renamed because it is non-internal).
16761
16762 * finder.el (finder-list-matches): Use package-show-package-list
16763 instead of deleted package--list-packages.
16764
16765 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
16766 Based on a previous implementation by Juanma Barranquero (Bug#8366).
16767 (vc-annotate-mode-map): Bind it to RET.
16768
16769 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
16770
16771 * progmodes/etags.el (next-file): Don't use set-buffer to change
16772 buffers (Bug#8478).
16773
16774 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
16775
16776 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
16777
16778 * apropos.el (apropos-label-face): Avoid variable-pitch face.
16779 (apropos-accumulator): Doc fix.
16780 (apropos-function, apropos-macro, apropos-command)
16781 (apropos-variable, apropos-face, apropos-group, apropos-widget)
16782 (apropos-plist): Add face property.
16783 (apropos-symbols-internal): Fix indentation.
16784 (apropos-print): Simplify help, and recognize apropos-multi-type.
16785 (apropos-print-doc): Use button-type-get to extract the button's
16786 face property. Fill docstring (Bug#8352).
16787
16788 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
16789
16790 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
16791
16792 * play/mpuz.el (mpuz-silent): Doc fix.
16793 (mpuz-mode-map): Use mapc.
16794 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
16795 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
16796 Fix typos in docstrings.
16797
16798 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
16799 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
16800
16801 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
16802
16803 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
16804
16805 * minibuffer.el (completion--do-completion): Avoid the "Next char
16806 not unique" prompt if icomplete-mode is enabled (Bug#5849).
16807
16808 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
16809 mouse-2 into unread-command-events, it is interpreted correctly.
16810
16811 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
16812 (image-toggle-display): Doc fix.
16813
16814 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
16815
16816 * textmodes/page.el (what-page): Use line-number-at-pos to
16817 calculate line number (Bug#6825).
16818
16819 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
16820
16821 * eshell/esh-mode.el (find-tag-interactive): Declare function.
16822 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
16823 Pass argument NO-DEFAULT to `find-tag-interactive'.
16824
16825 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
16826
16827 Lexical-binding cleanup.
16828
16829 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
16830 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
16831 * progmodes/ada-prj.el (ada-prj-initialize-values)
16832 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
16833 (ada-prj-show-value):
16834 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
16835 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
16836 (antlr-invalidate-context-cache, antlr-options-menu-filter)
16837 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
16838 * progmodes/bug-reference.el (bug-reference-push-button):
16839 * progmodes/fortran.el (fortran-line-length):
16840 * progmodes/glasses.el (glasses-change):
16841 * progmodes/octave-mod.el (octave-fill-paragraph):
16842 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
16843 (python-pdbtrack-grub-for-buffer, python-sentinel):
16844 * progmodes/sql.el (sql-save-connection):
16845 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
16846 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
16847 Mark unused parameters.
16848
16849 * progmodes/compile.el (compilation--flush-directory-cache)
16850 (compilation--flush-parse, compile-internal): Mark unused parameters.
16851 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
16852 (compilation-next-error-function): Remove unused variable `timestamp'.
16853
16854 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
16855 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
16856
16857 * progmodes/dcl-mode.el (dcl-end-of-command):
16858 Remove unused variable `start'.
16859 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
16860 (dcl-option-value-basic, dcl-option-value-offset)
16861 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
16862 Mark unused parameters.
16863 (dcl-save-local-variable): Remove unused variable `val'.
16864 (mode): Declare.
16865
16866 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
16867 Mark unused parameters.
16868 (delphi-ignore-changes): Move before first use.
16869 (delphi-charset-token-at): Remove unused variable `start'.
16870 (delphi-else-start): Remove unused variable `if-count'.
16871 (delphi-comment-block-start, delphi-comment-block-end):
16872 Remove unused variable `kind'.
16873 (delphi-indent-line): Remove unused variable `new-point'.
16874
16875 * progmodes/ebrowse.el (ebrowse-files-list)
16876 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
16877 Mark unused parameters. Don't quote `lambda'.
16878 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
16879 Don't quote `lambda'.
16880 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
16881 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
16882 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
16883 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
16884 Use `ignore-errors'.
16885 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
16886 (ebrowse-view/find-file-and-search-pattern)
16887 (ebrowse-view/find-member-declaration/definition):
16888 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
16889 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
16890 Rename parameter PREFIX-ARG to PREFIX.
16891 (ebrowse-tags-read-name): Remove unused variables `start' and
16892 `member-info'.
16893 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
16894 to `tags-file'.
16895
16896 * progmodes/etags.el (local-find-tag-hook): Declare.
16897 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
16898 Mark unused parameters.
16899
16900 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
16901 (executable-interpret): Mark unused parameter.
16902
16903 * progmodes/flymake.el (flymake-process-sentinel)
16904 (flymake-after-change-function)
16905 (flymake-create-temp-with-folder-structure)
16906 (flymake-get-include-dirs-dot): Mark unused parameters.
16907 (flymake-safe-delete-directory): Remove unused variable `err'.
16908
16909 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
16910 (speedbar-timer-fn, speedbar-line-text)
16911 (speedbar-change-expand-button-char, speedbar-delete-subblock)
16912 (speedbar-center-buffer-smartly): Declare functions.
16913 (gdb-find-watch-expression): Remove unused variable `array'.
16914 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
16915 (gdb-starting): Mark unused parameters.
16916 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
16917 (gdb-table-string): Remove unused variable `res'.
16918 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
16919 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
16920 (gdb-display-buffer): Remove unused variable `cur-size'.
16921
16922 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
16923 allow lexical-binding compilation.
16924 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
16925 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
16926 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
16927 Mark unused parameters.
16928 (gud-gdb-marker-filter): Remove unused variable `match'.
16929 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
16930 lambda expressions and funcall them, instead of using `fset'.
16931
16932 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
16933 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
16934
16935 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
16936 variable `header-beg'; use `let'.
16937
16938 * progmodes/icon.el (indent-icon-exp): Remove unused variables
16939 `restart', `last-sexp' and `at-do'.
16940
16941 * progmodes/js.el (js--debug): Mark unused parameter.
16942 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
16943 (js--splice-into-items): Remove unused variable `item'.
16944 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
16945
16946 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
16947 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
16948 (makefile-complete): Remove unused variable `try'.
16949 (makefile-fill-paragraph, makefile-match-function-end):
16950 Mark unused parameters.
16951
16952 * progmodes/octave-inf.el (inferior-octave-complete):
16953 Remove unused variable `proc'.
16954 (inferior-octave-output-digest): Mark unused parameter.
16955
16956 * progmodes/perl-mode.el (perl-calculate-indent):
16957 Remove unused variable `err'.
16958
16959 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
16960 (prolog-indent-line): Mark unused parameters.
16961 (prolog-indent-line): Remove unused variable `beg'.
16962
16963 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
16964 (reporter-dont-compact-list): Declare.
16965
16966 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
16967 Remove unused variable `char'.
16968 (sh-debug): Mark unused parameter.
16969 (sh-get-indent-info): Remove unused variable `start'.
16970 (sh-calculate-indent): Remove unused variable `var'.
16971
16972 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
16973 (simula-electric-keyword): Remove unused variable `null'.
16974 (simula-search-backward, simula-search-forward): Remove unused
16975 variables `begin' and `end'.
16976
16977 * progmodes/vera-mode.el (vera-guess-basic-syntax):
16978 Remove unused variable `pos'.
16979 (vera-electric-tab, vera-comment-uncomment-region):
16980 Mark unused parameters.
16981 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
16982
16983 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
16984
16985 * emacs-lisp/package.el (package--builtins, package-alist)
16986 (package-load-descriptor, package-built-in-p, package-activate)
16987 (define-package, package-installed-p)
16988 (package-compute-transaction, package-buffer-info)
16989 (package--push): Doc fix. Distinguish more clearly between
16990 version strings and version lists.
16991
16992 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
16993
16994 Lexical-binding cleanup.
16995
16996 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
16997 (5x5-make-mutate-best):
16998 * play/fortune.el (fortune-in-buffer):
16999 * play/gomoku.el (gomoku-init-display):
17000 * play/solitaire.el (solitaire, solitaire-do-check):
17001 * play/tetris.el (tetris-default-update-speed-function):
17002 Mark unused parameters.
17003
17004 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17005 (bubbles--shift): Remove unused variable `char-org'.
17006 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17007 (bubbles--show-images): Remove unused variable `char'.
17008
17009 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17010 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17011 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17012 (decipher-analyze-buffer): Use ?\s.
17013 (decipher-make-checkpoint): Remove unused variable `mapping'.
17014
17015 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17016
17017 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17018 Remove unused variable `result'; use `let'.
17019
17020 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17021 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17022 (gametree-children-shown-p, gametree-compute-reduced-score):
17023 Use `ignore-errors'.
17024
17025 * play/handwrite.el (ps-lpr-switches): Declare.
17026 (handwrite): Remove unused variables `pmin' and `lastp'.
17027
17028 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17029
17030 * play/landmark.el (landmark-init-display)
17031 (landmark-update-naught-weights): Mark unused parameters.
17032 (landmark-y): Remove unused variable `noise'. Simplify.
17033 (landmark-human-plays): Remove unused variable `score'.
17034
17035 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17036 (mpuz-try-proposal): Remove unused variable `game'.
17037
17038 * play/zone.el (life-patterns): Declare.
17039
17040 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
17041
17042 * vc/vc.el (ediff-vc-internal): Declare function.
17043
17044 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * shell.el: Use lexical-binding and std completion UI.
17047 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17048 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17049 comint-preoutput-filter-functions rather than on
17050 comint-output-filter-functions.
17051 (shell-command-completion, shell--command-completion-data)
17052 (shell-filename-completion, shell-environment-variable-completion)
17053 (shell-c-a-p-replace-by-expanded-directory): New functions.
17054 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17055 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17056 (shell-dynamic-complete-environment-variable): Use them.
17057 (shell-dynamic-complete-as-environment-variable)
17058 (shell-dynamic-complete-as-command): Remove.
17059 (shell-match-partial-variable): Match past point.
17060 * comint.el: Clean up use of completion-at-point-functions.
17061 (comint-completion-at-point): New function.
17062 (comint-mode): Use it completion-at-point-functions.
17063 (comint-dynamic-complete): Make it obsolete.
17064 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17065 (comint-c-a-p-replace-by-expanded-history): New function.
17066 (comint-dynamic-complete-functions)
17067 (comint-replace-by-expanded-history): Use it.
17068 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17069 termination strings. Try harder to avoid second try-completion.
17070 (completion-in-region-mode-map): Disable bindings that don't work yet.
17071
17072 * comint.el: Use lexical-binding. Require CL.
17073 (comint-dynamic-complete-functions): Use comint-filename-completion.
17074 (comint-completion-addsuffix): Tweak custom type.
17075 (comint-filename-completion, comint--common-suffix)
17076 (comint--common-quoted-suffix, comint--table-subvert)
17077 (comint--complete-file-name-data): New functions.
17078 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17079 (comint-dynamic-list-filename-completions): Use them.
17080 (comint-dynamic-simple-complete): Make obsolete.
17081
17082 * minibuffer.el (completion-in-region-mode):
17083 Keep completion-in-region-mode--predicate global.
17084 (completion-in-region--postch):
17085 Assume completion-in-region-mode--predicate is not null.
17086
17087 * progmodes/flymake.el (flymake-start-syntax-check-process):
17088 Obey `dir'. Simplify.
17089
17090 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17091 we're in VC after all.
17092
17093 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17094
17095 * vc/vc.el (vc-diff-build-argument-list-internal)
17096 (vc-version-ediff, vc-ediff): New commands.
17097 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17098
17099 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17102 add sanity check.
17103
17104 * obsolete/erc-hecomplete.el: Make obsolete.
17105 * obsolete/: Standardize obsolescence info in the header.
17106
17107 2011-04-20 Glenn Morris <rgm@gnu.org>
17108
17109 * calendar/solar.el (solar-horizontal-coordinates):
17110 Use the longitude argument rather than `calendar-longitude'.
17111 (solar-date-next-longitude): Remove unused locals.
17112
17113 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17114
17115 * whitespace.el: New version 13.2.1.
17116
17117 2011-04-20 felix <EmacsWiki> (tiny change)
17118
17119 * whitespace.el (global-whitespace-mode): Keep highlight when
17120 switching between major modes on a file.
17121
17122 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17123
17124 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17125 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17126 multi-line comments as well.
17127
17128 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
17129
17130 Lexical-binding cleanup.
17131
17132 * arc-mode.el (archive-mode-revert):
17133 * cmuscheme.el (scheme-interactively-start-process):
17134 * custom.el (custom-initialize-delay):
17135 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17136 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17137 * emacs-lock.el (emacs-lock-clear-sentinel):
17138 * ezimage.el (defezimage):
17139 * follow.el (follow-avoid-tail-recenter):
17140 * fringe.el (set-fringe-mode-1):
17141 * generic-x.el (bat-generic-mode-compile):
17142 * help-mode.el (help-info-variable, help-do-xref)
17143 (help-mode-revert-buffer):
17144 * help.el (view-emacs-todo):
17145 * iswitchb.el (iswitchb-completion-help):
17146 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17147 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17148 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17149 * locate.el (locate-update):
17150 * longlines.el (longlines-encode-region)
17151 (longlines-after-change-function):
17152 * outline.el (outline-isearch-open-invisible):
17153 * ps-def.el (declare-function, charset-dimension, char-width)
17154 (encode-char):
17155 * ps-mule.el (ps-mule-plot-string):
17156 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17157 (recentf-edit-list-select, recentf-edit-list-validate)
17158 (recentf-open-files-action):
17159 * rect.el (delete-whitespace-rectangle-line)
17160 (rectangle-number-line-callback):
17161 * register.el (window-configuration-to-register)
17162 (frame-configuration-to-register):
17163 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17164 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17165 (xselect-convert-to-targets, xselect-convert-to-delete)
17166 (xselect-convert-to-filename, xselect-convert-to-charpos)
17167 (xselect-convert-to-lineno, xselect-convert-to-colno)
17168 (xselect-convert-to-os, xselect-convert-to-host)
17169 (xselect-convert-to-user, xselect-convert-to-class)
17170 (xselect-convert-to-name, xselect-convert-to-integer)
17171 (xselect-convert-to-atom, xselect-convert-to-identity):
17172 * subr.el (declare, ignore, process-kill-without-query)
17173 (text-clone-maintain):
17174 * terminal.el (te-get-char, te-tic-sentinel):
17175 * tool-bar.el (tool-bar-make-keymap):
17176 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17177 * type-break.el (type-break-mode, type-break-noninteractive-query):
17178 * view.el (View-back-to-mark):
17179 * wid-browse.el (widget-browse-action, widget-browse-widget)
17180 (widget-browse-widgets, widget-browse-sexp):
17181 * widget.el (define-widget-keywords):
17182 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17183 Mark unused parameters.
17184
17185 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17186 (align-areas): Remove unused variable `look'.
17187 (align-region): Remove unused variables `real-end' and `pos-list'.
17188
17189 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17190
17191 * bindings.el (mode-line-modified, mode-line-remote):
17192 Mark unused parameters.
17193 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17194
17195 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17196 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17197
17198 * comint.el (comint-history-isearch-pop-state)
17199 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17200 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17201 (comint-substitute-in-file-name): Doc fix.
17202
17203 * completion.el (cmpl-statistics-block): Mark unused parameter.
17204 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17205 (save-completions-to-file, load-completions-from-file):
17206 Remove unused local variable `e'.
17207
17208 * composite.el (compose-chars): Remove unused variable `len'.
17209 (lgstring-insert-glyph): Remove unused variable `g'.
17210 (compose-glyph-string): Remove unused variables `ascent',
17211 `descent', `lbearing' and `rbearing'.
17212 (compose-glyph-string-relative): Remove unused variables
17213 `lbearing', `rbearing' and `wadjust'.
17214 (compose-gstring-for-graphic): Remove unused variables `header',
17215 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17216 (compose-gstring-for-terminal): Remove unused variables `header'
17217 and `nchars'. Use `let', not `let*'.
17218
17219 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17220 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17221 (Custom-buffer-done, custom-buffer-create-internal)
17222 (custom-browse-visibility-action, custom-browse-group-tag-action)
17223 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17224 (widget-magic-mouse-down-action, custom-toggle-parent)
17225 (custom-add-parent-links, custom-toggle-hide-variable)
17226 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17227 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17228 (custom-face-menu-create, custom-variable-menu-create, get)
17229 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17230 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17231 (customize-apropos): Remove unused variable `tests'.
17232 (custom-group-value-create): Remove unused variable `hidden-p'.
17233 (sort-fold-case): Declare.
17234
17235 * cus-theme.el (custom-reset-standard-faces-list)
17236 (custom-reset-standard-variables-list): Declare.
17237 (customize-create-theme, custom-theme-revert, custom-theme-write)
17238 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17239 Mark unused parameters.
17240
17241 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17242
17243 * delim-col.el (delimit-columns-max): Move defvar before first use.
17244
17245 * descr-text.el (describe-char-categories): Don't quote `lambda'.
17246 (describe-char): Don't quote `lambda'. Mark unused parameter.
17247
17248 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17249 (auto-insert): Declare.
17250 (desktop-restore-file-buffer): Rename desktop-* parameters;
17251 mark unused ones.
17252 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17253 (desktop-buffer): Rename desktop-* parameters.
17254
17255 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17256 (dframe-reposition-frame-xemacs, dframe-help-echo)
17257 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17258 Mark unused parameters.
17259
17260 * dired-aux.el (backup-extract-version-start, overwrite-query)
17261 (overwrite-backup-query, rename-regexp-query)
17262 (rename-non-directory-query): Declare.
17263 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17264 (dired-add-entry): Remove unused variable `orig-file-name'.
17265 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17266 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17267 `dired-copy-preserve-time' directly.
17268 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17269 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17270
17271 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17272 (dired-virtual-revert, dired-make-relative-symlink):
17273 Mark unused parameters.
17274 (manual-program): Declare.
17275 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17276 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17277 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17278
17279 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17280
17281 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17282
17283 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17284 Declare.
17285
17286 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17287
17288 * electric.el (Electric-command-loop): Rename parameter
17289 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17290
17291 * expand.el (expand-in-literal): Remove unused variable `here'.
17292
17293 * facemenu.el (facemenu-add-new-color):
17294 Remove unused variable `docstring'.
17295
17296 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17297 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17298 (face-attr-construct): Mark unused parameter. Doc fix.
17299 (read-color): Remove unused variable `hex-string'.
17300
17301 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17302 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17303 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17304 (display-buffer-other-frame): Remove unused variable `old-window'.
17305 (kill-buffer-hook): Declare.
17306 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17307 Mark unused parameters.
17308 (after-find-file): Pass 1 to `auto-save-mode', not t.
17309
17310 * files-x.el (auto-insert): Declare.
17311 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17312
17313 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
17314 variable `buf'. Mark unused parameter.
17315 (find-lisp-insert-directory): Mark unused parameter.
17316
17317 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17318 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17319 (format-common-tail): Remove, unused.
17320 (format-deannotate-region): Remove unused variable `loc'.
17321 (format-annotate-region): Remove unused variable `p'.
17322 (format-annotate-single-property-change): Remove unused variables
17323 `default' and `tail'.
17324
17325 * forms.el (read-file-filter): Declare.
17326 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17327
17328 * frame.el (frame-creation-function-alist): Mark unused parameter.
17329 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17330
17331 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17332 Remove unused parameters.
17333 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17334 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17335
17336 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17337 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17338 (hfy-prepare-tag-map): Mark unused parameters.
17339 (htmlfontify-buffer): Use `called-interactively-p'.
17340
17341 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17342 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17343 (ibuffer-do-occur): Mark unused parameters.
17344 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17345 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17346
17347 * ibuffer.el: Don't quote `lambda'.
17348 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17349 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17350 Mark unused parameters.
17351
17352 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17353 (ido-completing-read): Mark unused parameters.
17354 (ido-copy-current-word): Mark unused parameters;
17355 remove unused variable `name'.
17356 (ido-sort-merged-list): Remove unused parameter `dirs'.
17357
17358 * ielm.el (ielm-input-sender): Mark unused parameter.
17359 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17360 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17361 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17362 `ielm-string' as a dynamic variable accessible from the IELM prompt.
17363 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
17364
17365 * image-dired.el (image-dired-display-thumbs): Remove unused
17366 variables `curr-file' and `count'.
17367 (image-dired-remove-tag): Remove unused variable `start'.
17368 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17369 variable `curr-file'
17370 (image-dired-rotate-original): Remove unused variable `temp-file'.
17371 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17372 Remove unused variable `file'.
17373 (image-dired-gallery-generate): Remove unused variable `curr'.
17374 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17375
17376 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17377
17378 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17379
17380 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17381
17382 * isearch.el (minibuffer-history-symbol): Declare.
17383 (isearch-edit-string): Remove unused variable `err'.
17384 (isearch-message-prefix, isearch-message-suffix):
17385 Mark unused parameters.
17386
17387 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17388
17389 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17390
17391 * makesum.el (double-column): Remove unused variable `cnt'.
17392
17393 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17394 (ido-ignore-item-temp-list): Declare.
17395
17396 * mouse-drag.el (mouse-drag-throw): Remove unused variables
17397 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17398 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17399 (mouse-drag-drag): Remove unused variables `mouse-delta' and
17400 `mouse-col-delta'.
17401
17402 * mouse-sel.el (mouse-extend-internal):
17403 Remove unused variable `orig-window-frame'.
17404
17405 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17406 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17407 Move declarations before first use.
17408 (pcomplete-opt): Mark unused parameters; doc fix.
17409
17410 * proced.el (proced-revert): Mark unused parameter.
17411 (proced-send-signal): Remove unused variable `err'.
17412
17413 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17414 Rename parameter PREFIX-ARG to ARG.
17415 (ps-basic-plot-string, ps-basic-plot-whitespace):
17416 Mark unused parameters.
17417
17418 * replace.el (replace-count): Define.
17419 (occur-revert-function): Mark unused parameters.
17420 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17421 (isearch-case-fold-search, isearch-string): Declare.
17422 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17423 bind `case-fold-search'. Remove unused variables `beg' and `end',
17424 and simplify.
17425 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
17426 COUNT and bind `replace-count'.
17427 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
17428 to COUNT.
17429
17430 * savehist.el (print-readably, print-string-length): Declare.
17431
17432 * shadowfile.el (shadow-expand-cluster-in-file-name):
17433 Remove unused variable `cluster'.
17434 (shadow-copy-file): Remove unused variable `i'.
17435 (shadow-noquery, shadow-clusters, shadow-site-cluster)
17436 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
17437 (shadow-define-literal-group, shadow-define-regexp-group)
17438 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
17439
17440 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
17441 (shell): Use `called-interactively-p'.
17442 (shell-directory-tracker): Remove unused variable `chdir-failure'.
17443
17444 * simple.el (compilation-context-lines, comint-file-name-quote-list)
17445 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
17446 (delete-backward-char): Remove unused variable `ocol'.
17447 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
17448 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
17449 (event-apply-hyper-modifier, event-apply-shift-modifier)
17450 (event-apply-control-modifier, event-apply-meta-modifier):
17451 Mark unused parameters.
17452 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
17453 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
17454
17455 * speedbar.el (speedbar-ignored-directory-expressions)
17456 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
17457 (speedbar-find-file, speedbar-dir-follow)
17458 (speedbar-directory-buttons-follow, speedbar-tag-find)
17459 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
17460 (speedbar-buffers-line-directory, speedbar-buffer-click):
17461 Mark unused parameters.
17462 (speedbar-tag-file): Remove unused variable `mode'.
17463 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
17464
17465 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
17466
17467 * talk.el (talk): Remove unused variable `display'.
17468
17469 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
17470 (tar-write-region-annotate): Mark unused parameter.
17471
17472 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
17473 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
17474 Declare them, wrapped in `with-no-warnings' to avoid replacing one
17475 warning by another.
17476
17477 * time-stamp.el (time-stamp-string-preprocess):
17478 Remove unused variable `require-padding'.
17479
17480 * tree-widget.el (widget-glyph-enable): Declare.
17481 (tree-widget-action): Mark unused parameter.
17482
17483 * w32-fns.el (x-get-selection): Mark unused parameter.
17484 (autoload-make-program, generated-autoload-file): Declare.
17485
17486 * wdired.el (wdired-revert): Mark unused parameters.
17487 (wdired-xcase-word): Remove unused variable `err'.
17488
17489 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17490 (whitespace-help-scroll): Remove unused variable `data-help'.
17491
17492 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17493 (widget-image-insert, widget-after-change, default)
17494 (widget-default-format-handler, widget-default-notify)
17495 (widget-default-prompt-value, widget-info-link-action)
17496 (widget-url-link-action, widget-function-link-action)
17497 (widget-variable-link-action, widget-file-link-action)
17498 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17499 (widget-field-prompt-internal, widget-field-action, widget-field-match)
17500 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17501 (widget-insert-button-action, widget-delete-button-action, visibility)
17502 (widget-documentation-link-action, widget-documentation-string-action)
17503 (widget-const-prompt-value, widget-regexp-match, symbol)
17504 (widget-coding-system-prompt-value)
17505 (widget-key-sequence-value-to-external, sexp)
17506 (widget-sexp-value-to-internal, character, vector, cons)
17507 (widget-choice-prompt-value, widget-boolean-prompt-value)
17508 (widget-color--choose-action): Mark unused parameters.
17509 (widget-item-match-inline, widget-choice-match-inline)
17510 (widget-checklist-match, widget-checklist-match-inline)
17511 (widget-group-match): Rename parameter VALUES to VALS.
17512 (widget-field-value-set): Remove unused variable `size'.
17513 (widget-color-action): Remove unused variables `value' and `start'.
17514
17515 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
17516 variable `dir'. Doc fix.
17517 (windmove-find-other-window): Don't pass it.
17518
17519 * window.el (count-windows): Mark unused parameter.
17520 (bw-adjust-window): Remove unused variable `err'.
17521
17522 * woman.el (woman-file-name): Remove unused variable `default'.
17523 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
17524 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
17525 (global-font-lock-mode): Declare.
17526 (woman-decode-region): Mark unused parameter.
17527 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
17528
17529 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
17530 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
17531 (x-dnd-handle-moz-url): Remove unused variable `title'.
17532 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
17533
17534 * xml.el (xml-parse-tag, xml-parse-attlist):
17535 Remove unused variable `pos'.
17536
17537 2011-04-19 Glenn Morris <rgm@gnu.org>
17538
17539 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
17540 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17541 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17542 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
17543 * calendar/cal-html.el (cal-html-insert-minical):
17544 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
17545 (calendar-mark-date-pattern):
17546 Prefix "unused" locals.
17547
17548 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
17549 optional argument `style'.
17550
17551 * calendar/appt.el (appt-make-list):
17552 * calendar/cal-china.el (calendar-chinese-date-string):
17553 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
17554 (diary-hebrew-yahrzeit):
17555 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
17556 * calendar/calendar.el (calendar-generate-window):
17557 * calendar/time-date.el (time-to-days):
17558 Remove unused local variables.
17559
17560 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
17561
17562 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
17563 glyphless-char-display table.
17564 (tabulated-list-glyphless-char-display): New var.
17565
17566 2011-04-18 Sam Steingold <sds@gnu.org>
17567
17568 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
17569 to acknowledgments.
17570
17571 2011-04-17 Glenn Morris <rgm@gnu.org>
17572
17573 * calendar/diary-lib.el (diary-sexp-entry):
17574 * calendar/holidays.el (holiday-sexp):
17575 Set debug-on-error rather than the removed stack-trace-on-error.
17576
17577 2011-04-16 Glenn Morris <rgm@gnu.org>
17578
17579 * progmodes/f90.el: Use lexical-binding.
17580 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
17581
17582 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17583
17584 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
17585 (mail-mode): Setup mailalias completion here instead.
17586 * mail/mailalias.el: Use lexical-binding.
17587 (pattern, mailalias-done): Declare dynamic.
17588 (mail-completion-at-point-function): New function, from mail-complete.
17589 (mail-complete): Use it.
17590 (mail-completion-expand): New function.
17591 (mail-get-names): Use it.
17592 (mail-directory, mail-directory-process, mail-directory-stream):
17593 Don't use `pattern' for lexically bound arg.
17594
17595 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
17596
17597 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
17598 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
17599 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
17600
17601 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
17602 (byte-save-window-excursion, byte-temp-output-buffer-setup)
17603 (byte-interactive-p): Define them again, for use when inlining
17604 old code.
17605
17606 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
17607
17608 * loadup.el: Use `string-to-number', not `string-to-int'.
17609
17610 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17611
17612 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
17613 gud-gdb-complete-command.
17614 (gud-gdb-completions): New function, from gud-gdb-complete-command.
17615 (gud-gdb-completion-at-point): New function.
17616 (gud-gdb-completions): Remove.
17617
17618 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
17619
17620 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
17621 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
17622 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
17623 whether `executable-find' is bound.
17624
17625 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
17626
17627 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17628
17629 * minibuffer.el (completion-in-region-mode-predicate)
17630 (completion-in-region-mode--predicate): New vars.
17631 (completion-in-region, completion-in-region--postch)
17632 (completion-in-region-mode): Use them.
17633 (completion--capf-wrapper): Also return the hook function.
17634 (completion-at-point, completion-help-at-point):
17635 Adjust and provide a predicate.
17636
17637 Preserve arg names for advice of subr and lexical functions (bug#8457).
17638 * help-fns.el (help-function-arglist): Consolidate the subr and
17639 new-byte-code cases. Add argument `preserve-names' to extract names
17640 from the docstring when needed.
17641 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
17642 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
17643 (ad-arglist): Use help-function-arglist's new arg.
17644 (ad-definition-type): Use cond.
17645
17646 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
17647
17648 * autorevert.el (auto-revert-handler):
17649 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
17650 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17651 Don't quote lambda.
17652
17653 * image-mode.el (image-transform-set-scale):
17654 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
17655
17656 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17657
17658 * net/network-stream.el (network-stream-open-starttls): Only do
17659 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
17660 Upgrades via gnutls-cli are too slow to be done opportunistically.
17661
17662 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
17663
17664 * dframe.el (dframe-current-frame): Remove spurious quote.
17665
17666 2011-04-12 Glenn Morris <rgm@gnu.org>
17667
17668 * calendar/cal-tex.el (cal-tex-end-document):
17669 Try to automatically use latin1 input if needed.
17670
17671 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
17672 Don't try to cons a mark onto an empty element.
17673
17674 2011-04-11 Leo Liu <sdl.web@gmail.com>
17675
17676 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
17677 buffers.
17678 (ido-kill-buffer-at-head): Support killing virtual buffers.
17679
17680 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
17681
17682 * minibuffer.el (completion-show-inline-help): New var.
17683 (completion--do-completion, minibuffer-complete)
17684 (minibuffer-force-complete, minibuffer-complete-word):
17685 Inhibit minibuffer messages if completion-show-inline-help is nil.
17686
17687 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
17688 to avoid interference from inline help (Bug#5849).
17689
17690 2011-04-10 Leo Liu <sdl.web@gmail.com>
17691
17692 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17693 Fix typo.
17694
17695 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
17696
17697 * image-mode.el (image-toggle-display-image): Signal an error if
17698 not in Image mode.
17699 (image-transform-mode, image-transform-resize)
17700 (image-transform-set-rotation): Doc fix.
17701 (image-transform-set-resize): Delete.
17702 (image-transform-set-scale, image-transform-fit-to-height)
17703 (image-transform-fit-to-width): Handle image-toggle-display-image
17704 and image-transform-resize directly.
17705
17706 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
17707
17708 * doc-view.el (doc-view-fit-width-to-window)
17709 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
17710 New functions for fitting the shown image to the Emacs window size.
17711 (doc-view-mode-map): Add bindings for the new functions.
17712
17713 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
17714
17715 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
17716 Fix typo in docstring.
17717
17718 2011-04-08 Eli Zaretskii <eliz@gnu.org>
17719
17720 * files.el (file-size-human-readable): Produce one digit after
17721 decimal, like "ls -lh" does.
17722
17723 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
17724 the file size representation.
17725
17726 * simple.el (list-processes): If async subprocesses are not
17727 available, error out with a clear error message.
17728
17729 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
17730
17731 * help.el (help-form-show): New function, to be called from C.
17732 Put help-form output in a buffer named differently than *Help*.
17733
17734 2011-04-08 Eli Zaretskii <eliz@gnu.org>
17735
17736 * files.el (file-size-human-readable): New function.
17737
17738 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
17739 computing the representation inline. Don't require `cl'.
17740
17741 2011-04-08 Glenn Morris <rgm@gnu.org>
17742
17743 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
17744
17745 * net/browse-url.el (browse-url-firefox):
17746 Test system-type, not system-configuration.
17747
17748 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
17749 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
17750 Use log-edit-empty-buffer-p. (Bug#7598)
17751
17752 * net/rlogin.el (rlogin-process-connection-type): Simplify.
17753 (rlogin-mode-map): Initialize in the defvar.
17754 (rlogin): Use ignore-errors.
17755
17756 * replace.el (occur-mode-map): Some fixes for menu items.
17757
17758 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17759
17760 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
17761
17762 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
17763
17764 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
17765 issuing unused warnings.
17766
17767 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
17768 macro directly.
17769
17770 * simple.el: Lisp reimplement of list-processes. Based on an
17771 earlier reimplementation by Leo Liu, but using tabulated-list.el.
17772 (process-menu-mode): New major mode.
17773 (list-processes--refresh, list-processes):
17774 (process-menu-visit-buffer): New functions.
17775
17776 * files.el (save-buffers-kill-emacs): Don't assume any return
17777 value of list-processes, which is undocumented anyway.
17778
17779 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
17780
17781 * emacs-lisp/tabulated-list.el: New file.
17782
17783 * emacs-lisp/package.el: Use Tabulated List mode.
17784 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
17785 (package-menu-mode): Derive from tabulated-list-mode. Set up the
17786 table format using Tabulated List mode variables.
17787 (package--push): New macro, replacing package-list-maybe-add.
17788 (package-menu--generate): Use package--push. Renamed from
17789 package--generate-package-list.
17790 (package-menu-refresh, list-packages): Use it.
17791 (package-menu--print-info): Rename from package-print-package.
17792 Return insertion data instead of inserting it directly.
17793 (package-menu-describe-package, package-menu-execute):
17794 Use tabulated-list-get-id.
17795 (package-menu-mark-delete, package-menu-mark-install)
17796 (package-menu-mark-unmark, package-menu-backup-unmark)
17797 (package-menu-mark-obsolete-for-deletion):
17798 Use tabulated-list-put-tag.
17799 (package--list-packages, package-menu-revert)
17800 (package-menu-get-package, package-menu-get-version)
17801 (package-menu-sort-by-column): Functions deleted.
17802 (package-menu-package-list, package-menu-sort-key): Vars deleted.
17803 (package-menu--status-predicate, package-menu--version-predicate)
17804 (package-menu--name-predicate)
17805 (package-menu--description-predicate): Handle arguments in the
17806 Tabulated List format.
17807 (package-list-packages-no-fetch): Call list-packages.
17808
17809 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
17810
17811 * files.el (after-find-file-from-revert-buffer): Remove variable.
17812 (after-find-file): Don't bind it.
17813 (revert-buffer-in-progress-p): New variable.
17814 (revert-buffer): Bind it.
17815 Pass nil for `after-find-file-from-revert-buffer'.
17816
17817 * saveplace.el (save-place-find-file-hook): Use new variable
17818 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
17819
17820 2011-04-06 Glenn Morris <rgm@gnu.org>
17821
17822 * Makefile.in (AUTOGEN_VCS): New variable.
17823 (autoloads): Use $AUTOGEN_VCS.
17824
17825 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
17826 * calendar/calendar.el (calendar-mode-map):
17827 Check for toolkit scroll bars. (Bug#8305)
17828
17829 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
17830
17831 * minibuffer.el (completion-in-region--postch)
17832 (completion-in-region-mode): Remove unnecessary messages.
17833
17834 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
17835
17836 * font-lock.el (font-lock-refresh-defaults):
17837 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
17838 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
17839
17840 * info.el (Info-directory-list, Info-read-node-name-2)
17841 (Info-split-parameter-string): Doc fixes.
17842 (Info-virtual-nodes): Reflow docstring.
17843 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
17844 (Info-apropos-toc-nodes, info-finder, Info-get-token)
17845 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
17846 Fix typos in docstrings.
17847 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
17848 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
17849 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
17850 (Info-restore-desktop-buffer): Mark unused parameters.
17851 (Info-directory-find-file, Info-directory-find-node)
17852 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
17853 (Info-virtual-index-find-node, Info-apropos-find-file)
17854 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
17855 Mark unused parameters; fix typos in docstrings.
17856 (Info-virtual-index): Remove unused local variable `nodename'.
17857
17858 2011-04-05 Deniz Dogan <deniz@dogan.se>
17859
17860 * net/rcirc.el: Update my e-mail address.
17861 (rcirc-mode-map): Remove M-o binding.
17862
17863 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
17864
17865 * startup.el (command-line): Save the cursor's theme-face
17866 directly, instead of using face-override-spec.
17867
17868 * custom.el (load-theme): Minor optimization in assigning faces.
17869
17870 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
17871
17872 * help-fns.el (describe-variable): Complete all variables having
17873 documentation, including keywords.
17874 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
17875
17876 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
17877
17878 Convert to lexical-binding.
17879
17880 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
17881 (bs--get-marked-string, bs--get-modified-string)
17882 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17883 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
17884 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
17885
17886 * ehelp.el (electric-help-execute-extended)
17887 (electric-help-ctrl-x-prefix):
17888 * hexl.el (hexl-revert-buffer-function):
17889 * linum.el (linum-after-change, linum-after-scroll):
17890 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
17891
17892 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
17893
17894 2011-04-04 Daiki Ueno <ueno@unixuser.org>
17895
17896 * epa-dired.el:
17897 * epa-mail.el:
17898 * epa-hook.el:
17899 * epa-file.el:
17900 * epa.el:
17901 * epg.el: Use lexical binding.
17902
17903 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
17904
17905 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
17906
17907 * textmodes/flyspell.el (flyspell-word): Recognize default
17908 dictionary case for flyspell-mark-duplications-exceptions.
17909 Use regexp matching for languages.
17910 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
17911 default dictionary (Bug#7926).
17912
17913 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
17914
17915 * emacs-lisp/package.el (package--with-work-buffer):
17916 Recognize https URLs.
17917
17918 * net/network-stream.el: Move from gnus/proto-stream.el.
17919 Change prefix to network-stream throughout.
17920 (open-protocol-stream): Merge into open-network-stream, leaving
17921 open-protocol-stream as an alias. Handle nil BUFFER args.
17922
17923 * subr.el (open-network-stream): Move to net/network-stream.el.
17924
17925 2011-04-02 Glenn Morris <rgm@gnu.org>
17926
17927 * find-dired.el (find-exec-terminator): New option.
17928 (find-ls-option): Test for -ls support.
17929 (find-ls-subdir-switches): Test for -b in find-ls-option.
17930 (find-dired, find-grep-dired): Doc fixes.
17931 (find-dired): Use find-exec-terminator.
17932
17933 * find-dired.el (find-ls-option, find-ls-subdir-switches)
17934 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
17935 (find-name-arg): Remove purecopy.
17936
17937 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
17938 (grep-compute-defaults): Check for `-exec COMMAND +' support.
17939 Set grep-find-use-xargs, grep-find-command, and grep-find-template
17940 accordingly. Don't add the null-device if not needed.
17941
17942 * files.el (save-some-buffers): Doc fix.
17943
17944 2011-04-02 Eli Zaretskii <eliz@gnu.org>
17945
17946 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
17947
17948 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
17949
17950 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
17951 Use `dolist' rather than `mapcar'.
17952
17953 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17954
17955 Add lexical binding.
17956
17957 * subr.el (apply-partially): Use new closures rather than CL.
17958 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
17959 (dolist, dotimes): Use slightly different expansion for lexical code.
17960 (functionp): Move to C.
17961 (letrec): New macro.
17962 (with-wrapper-hook): Use it and apply-partially instead of CL.
17963 (eval-after-load): Preserve lexical-binding.
17964 (save-window-excursion, with-output-to-temp-buffer): Turn them
17965 into macros.
17966
17967 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
17968
17969 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
17970 than the arglist.
17971 (help-add-fundoc-usage): Don't add `Not documented'.
17972 (help-function-arglist): Handle closures, subroutines, and new
17973 byte-code-functions.
17974 (help-make-usage): Remove leading underscores.
17975 (describe-function-1): Handle closures.
17976 (describe-variable): Use special-variable-p for completion.
17977
17978 * files.el (lexical-binding): Declare safe.
17979
17980 * emacs-lisp/pcase.el: Don't use destructuring-bind.
17981 (pcase--memoize): Rename from pcase-memoize. Change weakness.
17982 (pcase): Add `let' pattern.
17983 Change memoization so it actually works.
17984 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
17985 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
17986 <let>: New case.
17987
17988 * emacs-lisp/macroexp.el: Use lexical binding.
17989 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
17990 Don't convert ' to #' without checking that it's indeed quoting
17991 a lambda.
17992
17993 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
17994 Use eval-sexp-add-defvars.
17995 (eval-sexp-add-defvars): New fun.
17996
17997 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
17998
17999 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18000 Don't autoload.
18001 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18002 than the internal `byte-compile-lambda'.
18003 (defmethod): Don't hide code under quotes.
18004 (eieio-defmethod): New `code' argument.
18005
18006 * emacs-lisp/eieio-comp.el: Remove.
18007
18008 * emacs-lisp/edebug.el (edebug-eval-defun)
18009 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18010 (edebug-toggle): Avoid `eval'.
18011
18012 * emacs-lisp/disass.el (disassemble-internal): Handle new
18013 `closure' objects.
18014 (disassemble-1): Handle new byte codes.
18015
18016 * emacs-lisp/cl.el (pushnew): Silence warning.
18017
18018 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18019 (cl-byte-compile-throw): Remove.
18020 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18021
18022 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18023 closures.
18024
18025 * emacs-lisp/cconv.el: New file.
18026
18027 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18028 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18029 (byte-compile-initial-macro-environment):
18030 Handle declare-function here.
18031 (byte-compile--lexical-environment): New var.
18032 (byte-stack-ref, byte-stack-set, byte-discardN)
18033 (byte-discardN-preserve-tos): New lap codes.
18034 (byte-interactive-p): Don't use any more.
18035 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18036 New macros.
18037 (byte-compile-lapcode): Use them and handle new lap codes.
18038 (byte-compile-obsolete): Remove.
18039 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18040 (byte-compile-arglist-warn): Check late def of inlinable funs.
18041 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18042 since they should have been expanded by now.
18043 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18044 (byte-compile-from-buffer): Remove unused second arg.
18045 (byte-compile-preprocess): New function.
18046 (byte-compile-toplevel-file-form): New function to distinguish
18047 file-form calls from outside from file-form calls from hunk-handlers.
18048 (byte-compile-file-form): Simplify.
18049 (byte-compile-file-form-defsubst): Remove.
18050 (byte-compile-file-form-defmumble): Simplify now that
18051 byte-compile-lambda always returns a byte-code-function.
18052 (byte-compile): Preprocess.
18053 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18054 Remove, not used any more.
18055 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18056 (byte-compile-make-args-desc): New funs.
18057 (byte-compile-lambda): Handle lexical functions. Always return
18058 a byte-code-function.
18059 (byte-compile-reserved-constants): New var, to make up room for
18060 closed-over variables.
18061 (byte-compile-constants-vector): Obey it.
18062 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18063 (byte-compile-macroexpand-declare-function): New function.
18064 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18065 byte-code-functions.
18066 (byte-compile-form): Check obsolescence here.
18067 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18068 (byte-compile-variable-ref): Remove.
18069 (byte-compile-dynamic-variable-op): New fun.
18070 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18071 (byte-compile-variable-set): New funs.
18072 (byte-compile-discard): Add 2 args.
18073 (byte-compile-stack-ref, byte-compile-stack-set)
18074 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18075 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18076 macroexpand-all instead.
18077 (byte-compile-quote-form): Remove.
18078 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18079 (byte-compile-bind, byte-compile-unbind): New funs.
18080 (byte-compile-let): Handle let* and lexical binding.
18081 (byte-compile-let*): Remove.
18082 (byte-compile-catch, byte-compile-unwind-protect)
18083 (byte-compile-track-mouse, byte-compile-condition-case):
18084 Handle a new :fun-body form, used for lexical scoping.
18085 (byte-compile-save-window-excursion)
18086 (byte-compile-with-output-to-temp-buffer): Remove.
18087 (byte-compile-defun): Simplify.
18088 (byte-compile-stack-adjustment): New fun.
18089 (byte-compile-out): Use it.
18090 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18091
18092 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18093 handler any more.
18094
18095 * emacs-lisp/byte-opt.el: Use lexical binding.
18096 (byte-inline-lapcode): Remove (to bytecomp).
18097 (byte-compile-inline-expand): Pay attention to inlining to/from
18098 lexically bound code.
18099 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18100 any more.
18101 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18102 any more and don't call compiler-macros.
18103 (byte-compile-splice-in-already-compiled-code): Remove.
18104 (byte-code): Don't inline any more.
18105 (disassemble-offset): Receive `bytes' as argument rather than via
18106 dynamic scoping.
18107 (byte-compile-tag-number): Declare before first use.
18108 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18109 `return' even if make-spliceable.
18110 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18111 obsolete interactive-p.
18112 (byte-optimize-lapcode): Optimize new lap-codes.
18113 Don't trip up on new form of `byte-constant' lap code.
18114
18115 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18116
18117 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18118
18119 * custom.el (custom-initialize-default, custom-declare-variable):
18120 Use `defvar'.
18121
18122 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18123 New variables.
18124 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18125 (COMPILE_FIRST): Add macroexp and cconv.
18126 * makefile.w32-in: Mirror changes in Makefile.in.
18127
18128 * vc/cvs-status.el:
18129 * vc/diff-mode.el:
18130 * vc/log-edit.el:
18131 * vc/log-view.el:
18132 * vc/smerge-mode.el:
18133 * textmodes/bibtex-style.el:
18134 * textmodes/css-mode.el:
18135 * startup.el:
18136 * uniquify.el:
18137 * minibuffer.el:
18138 * newcomment.el:
18139 * reveal.el:
18140 * server.el:
18141 * mpc.el:
18142 * emacs-lisp/smie.el:
18143 * doc-view.el:
18144 * dired.el:
18145 * abbrev.el: Use lexical binding.
18146
18147 2011-04-01 Eli Zaretskii <eliz@gnu.org>
18148
18149 * info.el (info-display-manual): New function.
18150
18151 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18152
18153 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18154
18155 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18156
18157 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18158 an entry for that server in rcirc-authinfo. (Bug#8385)
18159
18160 2011-03-31 Glenn Morris <rgm@gnu.org>
18161
18162 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18163
18164 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18165
18166 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18167
18168 * progmodes/python.el (python-default-interpreter)
18169 (python-python-command-args, python-jython-command-args)
18170 (python-which-shell, python-which-args, python-which-bufname)
18171 (python-file-queue, python-comint-output-filter-function)
18172 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18173 variables and functions.
18174
18175 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18176
18177 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18178 (completion-in-region-mode): New minor mode.
18179 (completion-in-region): Use it.
18180 (completion-in-region--data, completion-in-region-mode-map): New vars.
18181 (completion-in-region--postch): New function.
18182 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18183 New vars.
18184 (completion--capf-wrapper): New function.
18185 (completion-at-point): Use it to track well-behavedness of
18186 hook functions.
18187 (completion-help-at-point): New command.
18188
18189 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18190
18191 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18192 syntax class to search for whitespace on a single line
18193 (Message-ID: <4D938140.4030905@redhat.com>).
18194
18195 2011-03-30 Leo Liu <sdl.web@gmail.com>
18196
18197 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18198 New commands.
18199 (edit-abbrevs-map): Bind them here.
18200 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18201
18202 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18203
18204 * allout.el (allout-hide-by-annotation, allout-flag-region):
18205 Reduce possibility of overlay leakage by making them volatile.
18206
18207 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18208 hash is not shared between buffers. Mode initialization is
18209 responsible for giving it a useful starting value.
18210 (allout-item-span): Reduce possibility of overlay leakage by
18211 making them volatile.
18212 (allout-widgets-count-buttons-in-region): Add diagnostic function
18213 for tracking down button overlay leaks.
18214
18215 2011-03-29 Leo Liu <sdl.web@gmail.com>
18216
18217 * ido.el (ido-read-internal): Use the default history var
18218 minibuffer-history if no HISTORY is specified.
18219
18220 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18221
18222 * net/imap.el (imap-shell-open, imap-process-connection-type):
18223 Use imap-process-connection-type for 'shell' streams as well as
18224 Kerberos, SSL, other subprocesses.
18225
18226 2011-03-28 Leo Liu <sdl.web@gmail.com>
18227
18228 * abbrev.el (abbrev-table-empty-p): New function.
18229 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18230 nonempty ones. (Bug#5937)
18231
18232 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18233
18234 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18235
18236 2011-03-27 Leo Liu <sdl.web@gmail.com>
18237
18238 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18239 for foreground and background colors.
18240 (ansi-color-make-color-map): Adapt.
18241
18242 2011-03-25 Leo Liu <sdl.web@gmail.com>
18243
18244 * midnight.el (midnight-time-float): Remove. Note it calculates
18245 the microsecond component incorrectly and seconds-to-time does the
18246 same job.
18247 Remove redundant (require 'timer).
18248
18249 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18250 (ido-completions): Remove unused arguments. (Bug#8329)
18251
18252 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18253
18254 * minibuffer.el (completion--flush-all-sorted-completions):
18255 Remove itself from hook.
18256 (completion-at-point): Let the functions perform the completion
18257 immediately and return nil or t.
18258 * comint.el (comint-dynamic-complete-functions): Now identical to
18259 completion-at-point-functions.
18260 (comint-dynamic-list-input-ring): Remove unused var `index'.
18261 (comint--match-partial-filename, comint--unquote&expand-filename):
18262 New funs, split from comint-match-partial-filename.
18263 (comint-dynamic-complete): Use completion-at-point.
18264 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18265
18266 2011-03-24 Drew Adams <drew.adams@oracle.com>
18267
18268 * thingatpt.el: Support `defun'.
18269
18270 2011-03-23 Leo Liu <sdl.web@gmail.com>
18271
18272 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18273
18274 * help-mode.el (help-mode-finish): Tweak regexp.
18275
18276 2011-03-23 Glenn Morris <rgm@gnu.org>
18277
18278 * eshell/esh-opt.el (eshell-eval-using-options):
18279 Do not bind unused local variable `eshell-option-stub'.
18280
18281 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18282
18283 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18284
18285 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18286 keymap variable in `with-no-warnings' to avoid a warning when the
18287 keymap has been already `defconst'ed.
18288
18289 2011-03-22 Leo Liu <sdl.web@gmail.com>
18290
18291 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18292 encode all chars in abbrevs; otherwise use emacs-mule or
18293 utf-8-emacs. (Bug#8308)
18294
18295 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * simple.el (backward-delete-char-untabify):
18298 Avoid warning about using `delete-backward-char'.
18299
18300 * image.el (image-type-file-name-regexps): Make it variable.
18301 `imagemagick-register-types' modifies it, and the user may want
18302 to add new extensions for known image types.
18303 (imagemagick-register-types): Throw error if not using ImageMagick.
18304
18305 2011-03-22 Leo Liu <sdl.web@gmail.com>
18306
18307 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18308 located before rcirc-prompt-end-marker.
18309 (rcirc-complete): Error if point is not after rcirc prompt.
18310 Handle the case when table is nil.
18311 (rcirc-user-authenticated): Define to fix compiler warning.
18312
18313 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
18314
18315 * custom.el (custom--inhibit-theme-enable): Make it affect only
18316 custom-theme-set-variables and custom-theme-set-faces.
18317 (provide-theme): Ignore custom--inhibit-theme-enable.
18318 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18319 (custom-enabling-themes): Delete variable.
18320 (enable-theme): Accept only loaded themes as arguments.
18321 Ignore the special custom-enabled-themes variable.
18322 (custom-enabled-themes): Forbid themes from setting this.
18323 Eliminate use of custom-enabling-themes.
18324 (custom-push-theme): Quote "changed" custom var entry.
18325
18326 2011-03-21 Leo Liu <sdl.web@gmail.com>
18327
18328 * ido.el (ido-read-internal): Add ido-selected to history instead
18329 of user input.
18330
18331 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * subr.el (deferred-action-list, deferred-action-function):
18334 Mark obsolete.
18335
18336 2011-03-21 Leo Liu <sdl.web@gmail.com>
18337
18338 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18339 change on 2011-02-13 (bug#8309).
18340
18341 * minibuffer.el (read-file-name-function): Change default value.
18342 (read-file-name--defaults): Rename from read-file-name-defaults.
18343 (read-file-name-default): Rename from read-file-name.
18344 (read-file-name): Call read-file-name-function.
18345
18346 2011-03-21 Glenn Morris <rgm@gnu.org>
18347
18348 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18349 Doc fixes.
18350
18351 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
18352
18353 * cus-theme.el: Add missing provide statement.
18354 (customize-create-theme): Extract theme value correctly.
18355 (custom-theme-visit-theme): Autoload.
18356 (customize-create-theme): Prompt before inserting default faces.
18357
18358 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
18359
18360 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18361 units and musical notes.
18362
18363 2011-03-20 Leo Liu <sdl.web@gmail.com>
18364
18365 * ido.el (ido-read-internal): Use completing-read-default.
18366 (ido-completing-read): Fix compatibility with completing-read.
18367
18368 2011-03-20 Christian Ohler <ohler@gnu.org>
18369
18370 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18371 (ert-delete-all-tests): Use `called-interactively-p' rather than
18372 `interactive-p'.
18373 (ert--make-xrefs-region): Respect END.
18374
18375 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
18376
18377 * dired-aux.el (dired-create-directory): Signal an error if the
18378 directory already exists (Bug#8246).
18379
18380 * facemenu.el (list-colors-display): Call list-faces-display
18381 inside with-help-window.
18382 (list-colors-print): Use display property to align the final
18383 column, instead of checking window-width.
18384
18385 2011-03-19 Eli Zaretskii <eliz@gnu.org>
18386
18387 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
18388 windows-nt systems.
18389 (emerge-protect-metachars): Quote correctly for ms-dos and
18390 windows-nt systems.
18391
18392 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
18393
18394 * info.el (info-initialize): Replace all uses of `:' with
18395 path-separator for compatibility with non-Unix systems.
18396 Cache quoting of path-separator. (Bug#8258)
18397
18398 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
18399
18400 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18401 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18402 (mouse-avoidance-mode): Fix typos in docstrings.
18403
18404 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
18405
18406 * startup.el (package-subdirectory-regexp): Move from package.el.
18407 Omit \\` and \\', and let callers add them.
18408
18409 * emacs-lisp/package.el (package-strip-version)
18410 (package-load-all-descriptors): Add \\` and \\' to
18411 package-subdirectory-regexp before using it.
18412 (package-untar-buffer): New arg DIR; ensure that file untars only
18413 into this expected directory. Remove superfluous delete-region.
18414 (package-unpack): Caller changed.
18415 (package-tar-file-info): Use package-subdirectory-regexp.
18416
18417 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18418
18419 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18420 diff-mode-shared-map (bug#8284).
18421 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
18422
18423 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18424
18425 * calendar/time-date.el (format-seconds): Use assoc instead of
18426 assoc-string, since assoc-string doesn't exist in XEmacs.
18427
18428 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
18429
18430 * custom.el (custom-known-themes): Reflow docstring.
18431 (custom-theme-load-path): Fix typo in docstring.
18432 (load-theme): Fix typo in error message.
18433 (custom-available-themes, custom-variable-theme-value):
18434 Use `let', not `let*'.
18435
18436 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18437
18438 * calc/README: Mention inclusion of musical notes.
18439
18440 * calc/calc-units.el (calc-lu-quant): Rename from
18441 `calc-logunits-quantity'.
18442 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
18443 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
18444 (calc-db): Rename from `calc-dblevel'.
18445 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
18446 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
18447 (calc-np): Rename from `calc-nplevel'.
18448 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
18449 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
18450 (calc-lu-plus): Rename from `calc-logunits-add'.
18451 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
18452 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
18453 (calc-lu-minus): Rename from `calc-logunits-sub'.
18454 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
18455 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
18456 (calc-lu-times): Rename from `calc-logunits-mul'.
18457 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
18458 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
18459 (calc-lu-divide): Rename from `calc-logunits-div'.
18460 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
18461 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
18462
18463 * calc/calc-ext.el (calc-init-extensions): Update the names of the
18464 functions being autoloaded.
18465
18466 * calc/calc.el (calc-lu-power-reference): Rename from
18467 `calc-logunits-power-reference'.
18468 (calc-lu-field-reference): Rename from
18469 `calc-logunits-field-reference'.
18470
18471 * calc/calc-help.el (calc-l-prefix-help):
18472 Mention musical note functions.
18473
18474 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * minibuffer.el (completion-all-sorted-completions):
18477 Use :completion-cycle-penalty text property if present.
18478
18479 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
18480
18481 * allout.el (allout-yank-processing): Adjust for new rebulleting
18482 regime so bullet being yanked is used without prompting the user
18483 for a choice.
18484
18485 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
18486
18487 * startup.el (command-line): Warn the user that _emacs is deprecated.
18488
18489 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
18490
18491 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18492 (delphi-verbose, delphi-comment-face, delphi-string-face)
18493 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18494 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18495 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18496 (delphi-new-comment-line, delphi-font-lock-defaults)
18497 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18498 Fix typos in docstrings.
18499
18500 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
18501
18502 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
18503 Invert the roles of character and string values for INSTEAD, so a
18504 string is used for the more common case of a defaulting prompt.
18505
18506 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18507
18508 * progmodes/ruby-mode.el (ruby-backward-sexp):
18509 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
18510 * play/gamegrid.el (gamegrid-make-face):
18511 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
18512 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
18513 * notifications.el (notifications-notify):
18514 * net/xesam.el (xesam-search-engines):
18515 * net/quickurl.el (quickurl-list-insert):
18516 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
18517
18518 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
18519
18520 * startup.el (command-line): Update package subdirectory regexp.
18521
18522 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * allout.el (allout-abbreviate-flattened-numbering)
18525 (allout-mode-deactivate-hook): Fix up obsolescence "date".
18526
18527 * subr.el (read-char-choice): Only show the cursor after the prompt,
18528 not after the answer.
18529
18530 2011-03-15 Kevin Ryde <user42@zip.com.au>
18531
18532 * help-fns.el (variable-at-point): Skip leading quotes, if any
18533 (bug#8253).
18534
18535 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18536
18537 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
18538 warning message.
18539
18540 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
18541
18542 * shell.el (shell): When called interactively, offer to change the
18543 shell file name on remote hosts.
18544
18545 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
18546
18547 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
18548 integration for LDAP parameters. The host, base, user or binddn,
18549 and secret tokens can be specified in a netrc file, for instance.
18550 This is optional because an `auth-source' parameter must be
18551 specified in the search attributes.
18552
18553 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
18554
18555 * help.el (describe-mode): Link to the mode's definition (bug#8185).
18556
18557 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
18560 into declaration. Remove redundant and harmful binding.
18561
18562 2011-03-12 Eli Zaretskii <eliz@gnu.org>
18563
18564 * files.el (file-ownership-preserved-p): Pass `integer' as an
18565 explicit 2nd argument to `file-attributes'. If the file's owner
18566 is the Administrators group on Windows, and the current user is
18567 Administrator, consider that a match.
18568
18569 * server.el (server-ensure-safe-dir): Consider server directory
18570 safe on MS-Windows if its owner is the Administrators group while
18571 the current Emacs user is Administrator. Use `=' to compare
18572 numerical UIDs, since they could be integers or floats.
18573
18574 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
18575
18576 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
18577
18578 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
18579
18580 Sync with Tramp 2.2.1.
18581
18582 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
18583
18584 * net/trampver.el: Update release number.
18585
18586 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18587
18588 * progmodes/compile.el (compilation--previous-directory): Fix up
18589 various nil/dead-marker mismatches (bug#8014).
18590 (compilation-directory-properties, compilation-error-properties):
18591 Don't call it at a position past the one we're about to change.
18592
18593 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
18594 Disable obsolescence warnings in the file that declares it.
18595
18596 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
18597
18598 * allout-widgets.el (allout-widgets-tally):
18599 Initialize allout-widgets-tally as a hash table rather than nil to
18600 prevent mode-line redisplay warnings. Also, clarify the module
18601 description and fix a comment typo.
18602
18603 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
18604
18605 * help-fns.el (describe-variable): Don't complete keywords.
18606 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
18607
18608 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
18609
18610 * emacs-lisp/package.el (package-version-join): Impose a standard
18611 string representation for pre/alpha/beta version lists.
18612 (package-unpack-single): Standardize the directory name by passing
18613 it through package-version-join.
18614 (package-strip-rcs-id): Accept any version string that does not
18615 signal an error in version-to-list.
18616
18617 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
18618
18619 * simple.el (delete-trailing-whitespace): Return nil for the
18620 benefit of `write-file-functions'.
18621
18622 2011-03-10 Glenn Morris <rgm@gnu.org>
18623
18624 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
18625
18626 * vc/vc-git.el (vc-git-program): New option.
18627 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
18628 (vc-git--call): Use it.
18629
18630 * eshell/esh-util.el (eshell-condition-case): Doc fix.
18631
18632 * cus-edit.el (Custom-newline): If no button at point, look
18633 for a subgroup button at start-of-line. (Bug#2298)
18634
18635 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
18636
18637 2011-03-10 Julien Danjou <julien@danjou.info>
18638
18639 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
18640 `cursor-type' is nil.
18641
18642 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
18643
18644 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
18645
18646 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
18647
18648 * allout.el: Change so yank of distinctive-bullet items
18649 preserves the existing header prefix, rebulleting it if necessary,
18650 rather than replacing it. This is necessary for proper operation
18651 of cooperative addons like allout-widgets.
18652 (allout-make-topic-prefix, allout-rebullet-heading):
18653 Change SOLICIT arg to INSTEAD, and interpret additionally a string
18654 value as alternate bullet to be used, instead of prompting the user
18655 for a bullet character.
18656
18657 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
18658
18659 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18660 Do not use `tramp-file-name-port', because this returns also
18661 `tramp-default-port'.
18662
18663 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
18664
18665 * net/rcirc.el (rcirc-handler-001): Remove useless
18666 with-rcirc-process-buffer.
18667 (rcirc-check-auth-status): Swap arguments to string-match.
18668
18669 2011-03-09 Glenn Morris <rgm@gnu.org>
18670
18671 * shell.el (shell-mode):
18672 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
18673
18674 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
18675 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
18676
18677 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * emacs-lisp/package.el (package-refresh-contents)
18680 (package-menu-execute): Use condition-case-no-debug.
18681
18682 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
18683
18684 * simple.el (shell-command-to-string): Use `process-file'.
18685
18686 * emacs-lisp/package.el (package-tar-file-info): Handle also
18687 remote files.
18688
18689 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18690 Use `equal' for upload base check.
18691
18692 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
18693
18694 * textmodes/texinfo.el (texinfo-environments):
18695 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
18696
18697 2011-03-08 Glenn Morris <rgm@gnu.org>
18698
18699 * cus-start.el (cursor-in-non-selected-windows):
18700 Fix :set quoting oddness. (Bug#8192)
18701
18702 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
18703 in some setf expressions. (Bug#2159)
18704
18705 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
18706
18707 * custom.el (custom-available-themes): Return themes in
18708 alphabetical order.
18709
18710 See ChangeLog.15 for earlier changes.
18711
18712 ;; Local Variables:
18713 ;; coding: utf-8
18714 ;; End:
18715
18716 Copyright (C) 2011-2012 Free Software Foundation, Inc.
18717
18718 This file is part of GNU Emacs.
18719
18720 GNU Emacs is free software: you can redistribute it and/or modify
18721 it under the terms of the GNU General Public License as published by
18722 the Free Software Foundation, either version 3 of the License, or
18723 (at your option) any later version.
18724
18725 GNU Emacs is distributed in the hope that it will be useful,
18726 but WITHOUT ANY WARRANTY; without even the implied warranty of
18727 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18728 GNU General Public License for more details.
18729
18730 You should have received a copy of the GNU General Public License
18731 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.