* international/mule-cmds.el (inactivate-input-method): Mark obsolete.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4 * emulation/viper-init.el (viper-deactivate-input-method-action):
5 Rename from viper-inactivate-input-method-action.
6 (viper-deactivate-input-method):
7 Rename from viper-inactivate-input-method.
8 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9 * international/mule-cmds.el (deactivate-input-method):
10 Rename from inactivate-input-method.
11 Also run input-method-deactivate-hook.
12 (deactivate-current-input-method-function):
13 Rename from inactivate-current-input-method-function.
14 (input-method-deactivate-hook): New hook.
15 (input-method-inactivate-hook): Mark obsolete.
16 (inactivate-input-method): Mark obsolete.
17
18 * international/quail.el (quail-activate):
19 Also run quail-deactivate-hook.
20 (quail-deactivate): Rename from quail-inactivate.
21 * international/robin.el (robin-activate):
22 Also run robin-deactivate-hook.
23 (robin-deactivate): Rename from robin-inactivate.
24
25 2012-07-29 Chong Yidong <cyd@gnu.org>
26
27 * simple.el (indicate-copied-region): New function.
28 (kill-ring-save): Split off from here.
29
30 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
31 (kill-rectangle): Set deactivate-mark to t on read-only error.
32
33 * register.el (copy-to-register, copy-rectangle-to-register):
34 Deactivate the mark, and use indicate-copied-region (Bug#10056).
35 (append-to-register, prepend-to-register): Call
36
37 2012-07-29 Juri Linkov <juri@jurta.org>
38
39 * simple.el (async-shell-command-buffer): New defcustom.
40 (shell-command): Use it. (Bug#4719)
41
42 2012-07-28 Eli Zaretskii <eliz@gnu.org>
43
44 * international/mule-cmds.el (set-locale-environment): In a
45 console session on MS-Windows, set up keyboard and terminal
46 encoding from the OEM codepage, not the ANSI codepage.
47 (Bug#12055)
48
49 2012-07-28 Chong Yidong <cyd@gnu.org>
50
51 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
52 gdb-get-location.
53
54 2012-07-25 Leo Liu <sdl.web@gmail.com>
55
56 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
57 the alist (bug#12029).
58
59 2012-07-28 Eli Zaretskii <eliz@gnu.org>
60
61 * makefile.w32-in (custom-deps, finder-data, updates, compile)
62 (compile-always, compile-first)
63 ($(lisp)/calendar/cal-loaddefs.el)
64 ($(lisp)/calendar/diary-loaddefs.el)
65 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
66 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
67 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
68 instead of on update-subdirs.
69 (bootstrap-clean): Delete $(lisp)/subdirs.el.
70
71 2012-07-28 Chong Yidong <cyd@gnu.org>
72
73 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
74 directory if vc-deduce-backend returns nil (Bug#7350).
75
76 * simple.el (delete-trailing-lines): New option.
77 (delete-trailing-whitespace): Obey it (Bug#11879).
78
79 2012-07-28 David Engster <deng@randomsample.de>
80
81 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
82 Explanation of new 'symbol-qnames feature in doc-strings.
83 (xml-maybe-do-ns): Return expanded names as plain symbols if
84 'symbol-qnames was provided in XML-NS argument (Bug#11916).
85 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
86
87 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
88
89 Consistent completion in inferior python with emacs -nw.
90 * progmodes/python.el (inferior-python-mode): replace "<tab>"
91 binding in inferior-python-mode-map with "\t".
92 (python-shell-completion-complete-at-point)
93 (python-completion-complete-at-point): Remove interactive spec.
94
95 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
96
97 * calc/calccomp.el (math-compose-expr): Undo previous change.
98
99 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
100
101 * progmodes/python.el (python-mode-map): Added keybinding for
102 run-python.
103 (python-shell-make-comint): Fix pop-to-buffer call.
104 (run-python): Autoload. New arg SHOW.
105 (python-shell-get-or-create-process): Do not pop python process
106 buffer.
107
108 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
109
110 * notifications.el (notifications-on-action-signal)
111 (notifications-on-closed-signal): Use also the bus address for the map.
112 (notifications-notify, notifications-close-notification)
113 (notifications-get-capabilities): Add optional argument BUS.
114
115 2012-07-27 Tassilo Horn <tsdh@gnu.org>
116
117 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
118 support for the lstlisting and minted environments, and for the
119 ctable macro.
120 * textmodes/reftex.el (reftex-compile-variables): Also recognize
121 labels written in keyvals syntax.
122
123 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
124
125 * calc/calccomp.el (math-compose-expr): Use parentheses when
126 there is a product in the denominator of a fraction.
127
128 2012-07-26 Eli Zaretskii <eliz@gnu.org>
129
130 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
131 ($(lisp)/calendar/diary-loaddefs.el)
132 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
133 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
134 failures in parallel bootstrap because subdirs.el is being
135 rewritten while the autoload files are built at the same time,
136 which needs to load subdirs.el.
137
138 2012-07-26 Martin Rudalics <rudalics@gmx.at>
139
140 * mouse.el (popup-menu): Fix doc-string and re-indent code.
141 (mouse-drag-line): Don't exit tracking when a switch-frame or
142 switch-window event occurs (Bug#12006).
143
144 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * mouse.el (popup-menu): Fix last change.
147
148 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 Autoload from Lisp with more care. Follow aliases when looking for
151 function properties.
152 * subr.el (autoloadp): New function.
153 (symbol-file): Use it.
154 (function-get): New function.
155 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
156 autoload-do-load.
157 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
158 (lisp-indent-function):
159 * emacs-lisp/gv.el (gv-get):
160 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
161 * emacs-lisp/byte-opt.el (byte-optimize-form):
162 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
163 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
164 Use function-get.
165 * emacs-lisp/cl.el: Don't propagate function properties any more.
166
167 * speedbar.el (speedbar-add-localized-speedbar-support):
168 * emacs-lisp/disass.el (disassemble-internal):
169 * desktop.el (desktop-load-file):
170 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
171 (describe-function-1):
172 * emacs-lisp/find-func.el (find-function-noselect):
173 * emacs-lisp/elp.el (elp-instrument-function):
174 * emacs-lisp/advice.el (ad-has-proper-definition):
175 * apropos.el (apropos-safe-documentation, apropos-macrop):
176 * emacs-lisp/debug.el (debug-on-entry):
177 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
178 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
179 * calc/calc.el (name): Use autoloadp & autoload-do-load.
180
181 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
182
183 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
184 function, not an obsolete variable (Bug#12046).
185
186 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
187
188 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
189
190 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
191
192 * emacs-lisp/pp.el (pp-display-expression): Select old selected
193 window only if it is still live (Bug#12034).
194
195 2012-07-25 Martin Rudalics <rudalics@gmx.at>
196
197 * subr.el (redirect-frame-focus): Add advertised calling
198 convention (Bug#12030).
199
200 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
201
202 Prefer typical American spelling for "acknowledgment".
203 * vc/add-log.el (change-log-acknowledgment): Rename from
204 change-log-acknowledgement, with an alias for the old name.
205
206 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
207
208 * calc-alg.el (math-simplify-divide): Don't cross multiply
209 in an equation when the lhs is a variable.
210
211 2012-07-24 Julien Danjou <julien@danjou.info>
212
213 * net/netrc.el (netrc-find-service-number, netrc-store-data):
214 Remove, unused.
215
216 2012-07-23 Eli Zaretskii <eliz@gnu.org>
217
218 * startup.el (command-line): Don't display an empty user name in
219 the error message about non-existent home directory, when
220 init-file-user was set to an empty string. See
221 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
222 for the details and context.
223
224 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
225
226 * ses.el (ses-cell-formula-aset): New macro.
227 (ses-cell-references-aset): New macro.
228 (ses-cell-p): New function.
229 (ses-rename-cell): Do no longer rely on complex operations like
230 ses-cell-set-formula or ses-set-cell to change the cell and handle
231 the undo at the same time, but rather use lower level new macros
232 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
233 the undo directly. Refresh the mode line.
234
235 2012-07-21 Leo Liu <sdl.web@gmail.com>
236
237 * progmodes/cc-cmds.el (c-defun-name):
238 Use match-string-no-properties instead for consistency.
239
240 2012-07-20 Leo Liu <sdl.web@gmail.com>
241
242 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
243 (Bug#7879)
244
245 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
246
247 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
250 * progmodes/bug-reference.el, misearch.el: Provide themselves
251 (bug#11915).
252
253 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
254 of narrowed buffer (bug#11966).
255
256 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
257
258 * ses.el (ses-rename-cell): Set new name also in reference list of
259 cells of which the renamed cell depends.
260
261 2012-07-20 Masatake YAMATO <yamato@redhat.com>
262
263 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
264 to check whether menu-bar is shown or not. If not shown,
265 show the menu-bar as a popup menu instead of using tmm.
266 * mouse.el (popup-menu): Accept `point' as `position' argument.
267
268 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
269
270 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
271 up inside string symbol literal (bug#11923).
272
273 2012-07-20 Eli Zaretskii <eliz@gnu.org>
274
275 * startup.el (fancy-startup-text): Read the whole tutorial, not
276 just its first 256 bytes. Prevents gibberish in display of the
277 tutorial title.
278
279 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
280
281 Drop idle buffer compaction due to an absence of the
282 proved efficiency.
283 * compact.el: Remove.
284
285 2012-07-19 Sam Steingold <sds@gnu.org>
286
287 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
288 vc-bzr-pull & vc-bzr-merge-branch.
289 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
290 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
291 for consistency with compilation-error-regexp-alist.
292 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
293 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
294 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
295 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
296
297 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * emacs-lisp/chart.el: Use lexical-binding.
300 (chart-emacs-storage): Don't hardcode the list of entries.
301
302 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
303
304 Next round of tweaks caused by Fgarbage_collect changes.
305 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
306
307 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
308
309 Compact buffers when idle.
310 * compact.el: New file.
311
312 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * subr.el (eventp): Presume that if it looks vaguely like an event,
315 it's an event (bug#10190).
316
317 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
318
319 Enhancements to ppss related code (thanks Stefan).
320 * progmodes/python.el (python-indent-context)
321 (python-indent-calculate-indentation, python-indent-dedent-line)
322 (python-indent-electric-colon, python-nav-forward-block)
323 (python-mode-abbrev-table)
324 (python-info-assignment-continuation-line-p): Simplify checks
325 for ppss context.
326 (python-info-continuation-line-p): Cleanup.
327 (python-info-ppss-context): Do not catch 'quote.
328 (python-info-ppss-context-type)
329 (python-info-ppss-comment-or-string-p): Simplify.
330
331 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
332
333 * progmodes/python.el: Enhancements to eldoc support.
334 (python-info-current-symbol): New function.
335 (python-eldoc-at-point): Use python-info-current-symbol.
336 (python-info-current-defun): Fix cornercase on first defun scan.
337 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
338 and signal error when no inferior python process is available.
339
340 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
341
342 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
343 assume it's always t.
344 (vc-git-registered): Remove caching, the function is only called
345 once.
346 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
347
348 2012-07-18 Chong Yidong <cyd@gnu.org>
349
350 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
351
352 * simple.el (count-words): Report on narrowing (Bug#9959).
353
354 * bindings.el: Bind M-= to count-words.
355
356 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
357
358 2012-07-18 Masatake YAMATO <yamato@redhat.com>
359
360 * progmodes/sh-script.el (sh-imenu-generic-expression):
361 Capture a function with `function' keyword and without parentheses
362 like "function FOO" (bug#11856).
363
364 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
365
366 * window.el (split-window-sensibly): Make WINDOW argument
367 optional.
368
369 2012-07-18 Chong Yidong <cyd@gnu.org>
370
371 * subr.el (keyboard-translate): Doc fix (Bug#7261).
372
373 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
374 and make C-x 8 RET exit isearch (Bug#11439).
375
376 * international/iso-transl.el: Move isearch-mode-map key
377 definitions to isearch.el.
378
379 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
382 (eieio-defclass): Use gv-define-setter when possible.
383
384 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
385
386 Reflect recent changes in Fgarbage_collect.
387 * emacs-lisp/chart.el (chart-emacs-storage): Change to
388 reflect new format of data returned by Fgarbage_collect.
389
390 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
391
392 New utility functions + python-info-ppss-context fix (Bug#11910).
393 * progmodes/python.el (python-info-beginning-of-block-statement-p)
394 (python-info-ppss-comment-or-string-p): New functions.
395 (python-info-ppss-context): Small fix for string check.
396
397 2012-07-17 Juri Linkov <juri@jurta.org>
398
399 * dired-aux.el (dired-do-async-shell-command): Doc fix.
400 (dired-do-async-shell-command): Don't add `*' at the end of the
401 command (Bug#11815).
402 (dired-do-shell-command): Doc fix.
403 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
404 Join the individual commands using either "&" or ";" as the
405 separator depending on the values of these trailing characters.
406 At the end re-add the trailing "&". (Bug#10598)
407
408 * simple.el (async-shell-command): Sync the interactive spec with
409 `shell-command'. Doc fix.
410 (shell-command): Doc fix.
411
412 2012-07-17 Juri Linkov <juri@jurta.org>
413
414 * descr-text.el (describe-char): Fix format args. (Bug#10129)
415
416 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
417
418 Final renames and doc fixes for movement commands (bug#11899).
419 * progmodes/python.el (python-nav-beginning-of-statement):
420 Rename from python-nav-statement-start.
421 (python-nav-end-of-statement): Rename from
422 python-nav-statement-end.
423 (python-nav-beginning-of-block): Rename from
424 python-nav-block-start.
425 (python-nav-end-of-block): Rename from python-nav-block-end.
426
427 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
428
429 * progmodes/python.el (python-shell-send-string-no-output):
430 Allow accept-process-output to quit, keeping shell process ready for
431 future interactions (Bug#11868).
432
433 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
436
437 * emacs-lisp/elint.el (elint-find-args-in-code):
438 Use help-function-arglist, so as to handle lexical byte-code.
439
440 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
441 change (bug#11826).
442
443 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
446 Avoid spuriously marking the buffer as modified because of c-is-sws.
447
448 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
449 as not-a-comment (bug#11946).
450
451 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
452 for uninterned vars.
453
454 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
455 Use read-event since we don't really want to read chars but bytes.
456
457 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
458 $$..$$ but also $..$ using regexps (bug#11953).
459 Use tex-verbatim for \url and \path.
460 (tex-font-lock-keywords): Define as defconst like the others.
461 (tex-common-initialization): Don't use font-lock-syntax-table any more.
462
463 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
464
465 * international/mule-cmds.el (ucs-insert): Make it an obsolete
466 alias for insert-char.
467
468 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
469
470 * progmodes/python.el: Simplified imenu implementation.
471 (python-nav-jump-to-defun): Remove command.
472 (python-mode-map): Use `imenu' instead.
473 (python-nav-list-defun-positions-cache)
474 (python-imenu-include-defun-type, python-imenu-make-tree)
475 (python-imenu-subtree-root-label, python-imenu-index-alist):
476 Remove vars.
477 (python-nav-list-defun-positions, python-nav-read-defun)
478 (python-imenu-tree-assoc, python-imenu-make-element-tree)
479 (python-imenu-make-tree, python-imenu-create-index):
480 Remove functions.
481 (python-mode): Update to interact with imenu by setting
482 `imenu-extract-index-name-function' only.
483
484 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
485
486 * progmodes/python.el: Enhancements to navigation commands.
487 (python-nav-backward-sentence)
488 (python-nav-forward-sentence): Remove.
489 (python-nav-backward-statement, python-nav-forward-statement)
490 (python-nav-statement-start, python-nav-statement-end)
491 (python-nav-backward-block, python-nav-forward-block)
492 (python-nav-block-start, python-nav-block-end)
493 (python-nav-forward-sexp-function)
494 (python-info-current-line-comment-p)
495 (python-info-current-line-empty-p): New functions.
496 (python-indent-context): Use `python-nav-statement-start'.
497
498 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
499
500 * eshell/em-ls.el (eshell/ls): Use `apply'.
501
502 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
503 multi-hops, instead of Tramp internals.
504
505 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
506
507 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
508 when F1 and F2 are located on different hosts.
509
510 2012-07-14 Chong Yidong <cyd@gnu.org>
511
512 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
513 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
514 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
515 (xterm-mouse--read-event-sequence-1000)
516 (xterm-mouse--read-event-sequence-1006): New functions. For old
517 mouse protocol, handle M-mouse-X events correctly.
518 (xterm-mouse-event): New arg specifying mouse protocol.
519 (turn-on-xterm-mouse-tracking-on-terminal)
520 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
521 sequence to toggle extended coordinates on newer XTerms.
522 This appears to be harmless on terminals which do not support this.
523
524 2012-07-14 Leo Liu <sdl.web@gmail.com>
525
526 Add fringe bitmap indicators for flymake. (Bug#11253)
527 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
528 (flymake-make-overlay): New arg BITMAP.
529 (flymake-error-bitmap, flymake-warning-bitmap)
530 (flymake-fringe-indicator-position): New user variables.
531
532 * fringe.el: New bitmap exclamation-mark.
533
534 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
535
536 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
537 also (Bug#7879).
538
539 2012-07-14 Chong Yidong <cyd@gnu.org>
540
541 * electric.el (electric-pair-post-self-insert-function): Fix pair
542 insertion in empty-region case (Bug#11520).
543
544 2012-07-14 Chong Yidong <cyd@gnu.org>
545
546 * bindings.el: Consolidate ctl-x-r-map bindings.
547 Bind copy-rectangle-as-kill to C-x r w.
548
549 * rect.el, register.el: Move bindings to bindings.el.
550
551 2012-07-14 Reuben Thomas <rrt@sc3d.org>
552
553 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
554
555 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
556
557 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
558
559 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
560
561 * bindings.el (top): Use `mapc' instead of `mapcar'.
562
563 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
564
565 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
566
567 * progmodes/sql.el (sql-comint): Suppress the check for program on
568 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
569 (Bug#11908)
570
571 2012-07-13 Chong Yidong <cyd@gnu.org>
572
573 * bindings.el: Assign a non-nil permanent-local property to
574 per-buffer variables which lack a default value (Bug#11930).
575
576 * help-fns.el (describe-variable): In the "automatically becomes
577 local" notice, take note of permanent-local variables.
578
579 2012-07-13 Chong Yidong <cyd@gnu.org>
580
581 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
582 to allow printing the message when called from Lisp.
583
584 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
585 Remove toggle-read-only.
586
587 * bs.el (bs-toggle-readonly):
588 * buff-menu.el (Buffer-menu-toggle-read-only):
589 Remove with-no-warnings around toggle-read-only.
590
591 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
592 Remove with-no-warnings around toggle-read-only.
593 (ffap-read-only, ffap-read-only-other-window)
594 (ffap-read-only-other-frame): Callers changed.
595
596 * help-mode.el: Don't require view package.
597 (help-mode-finish): Set buffer-read-only instead of calling
598 toggle-read-only.
599
600 * bindings.el (mode-line-toggle-read-only):
601 * dired.el (dired-toggle-read-only):
602 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
603 with non-nil second arg.
604
605 * emacs-lisp/eieio-custom.el (eieio-customize-object):
606 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
607 directly.
608
609 2012-07-12 Eli Zaretskii <eliz@gnu.org>
610
611 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
612 not incf.
613
614 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 More CL cleanups and reduction of use of cl.el.
617 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
618 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
619 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
620 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
621 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
622 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
623 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
624 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
625 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
626 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
627 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
628 * eshell/em-cmpl.el, eshell/em-banner.el:
629 * calendar/parse-time.el: Use cl-lib.
630 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
631 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
632 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
633 * term/ns-win.el, term.el, shell.el, ps-samp.el:
634 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
635 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
636 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
637 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
638 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
639 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
640 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
641 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
642 `lambda' rather than with `quote'.
643 (eshell-do-opt): Adjust accordingly.
644 (eshell-process-option): Simplify.
645 * eshell/esh-var.el:
646 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
647 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
648 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
649 to `pcase--dontcare'.
650 * emacs-lisp/cl.el (labels): Mark obsolete.
651 (cl--letf, letf): Move to cl-lib.
652 (cl--letf*, letf*): Remove.
653 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
654 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
655 (cl-progv): Rewrite.
656 (cl--letf, cl-letf): Move from cl.el.
657 (cl-letf*): New macro.
658 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
659
660 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
661
662 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
663
664 2012-07-11 Chong Yidong <cyd@gnu.org>
665
666 * vc/log-edit.el (log-edit-vc-backend): New variable.
667 (log-edit): Doc fix.
668
669 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
670 argument of log-edit to set up all local variables.
671 (vc-start-logentry): New optional arg specifying VC backend.
672
673 * vc/vc.el (vc-checkin): Use it.
674 (vc-deduce-fileset): Handle Log Edit buffers.
675 (vc-diff): Make first argument optional too.
676
677 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
678
679 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
680
681 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
682 command, just in case. The function is not needed anymore.
683 (eshell-external-command): Do not call `eshell-remote-command'.
684
685 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 Reduce use of (require 'cl).
688 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
689 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
690 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
691 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
692 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
693 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
694 * battery.el, avoid.el, abbrev.el: Use cl-lib.
695 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
696 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
697 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
698 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
699 * calculator.el, autorevert.el, apropos.el: Don't require CL.
700 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
701 (byte-compile-unfold-bcf, byte-compile-check-variable):
702 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
703 (byte-compile-nilconstp):
704 * emacs-lisp/autoload.el (make-autoload): Use pcase.
705 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
706
707 * emacs-lisp/gv.el (cond): Make it a valid place.
708 (if): Simplify slightly.
709
710 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
711 (pcase--self-quoting-p): New function.
712 (pcase--u1): Use it.
713
714 2012-07-10 Glenn Morris <rgm@gnu.org>
715
716 * emacs-lisp/authors.el (authors-fixed-entries):
717 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
718
719 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
720
721 Rename configure.in to configure.ac (Bug#11603).
722 * emacs-lisp/authors.el (authors-canonical-file-name):
723 * progmodes/autoconf.el (autoconf-mode):
724 Prefer configure.ac to configure.in.
725
726 2012-07-08 Chong Yidong <cyd@gnu.org>
727
728 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
729 Implement the mouse-1-click-follows-link handling properly.
730
731 * info.el (Info-link-keymap): Use follow-link mechanism for
732 header-line links (Bug#374).
733
734 * simple.el (deactivate-mark): Do not set the primary selection
735 if another program has acquired it (Bug#11772).
736
737 2012-07-07 Kevin Ryde <user42@zip.com.au>
738
739 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
740 (woman-decode-region): Replace escaped-escapes without destroying
741 bold or underline (Bug#11552).
742 (woman2-process-escapes): Handle nofill regions (Bug#11591).
743
744 2012-07-07 Chong Yidong <cyd@gnu.org>
745
746 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
747 (interprogram-cut-function, interprogram-paste-function):
748 Mention that we typically mean the clipboard.
749
750 2012-07-06 Glenn Morris <rgm@gnu.org>
751
752 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
753
754 * files.el (toggle-read-only): Restrict message to interactive use.
755
756 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
757
758 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
759
760 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
761
762 2012-07-06 Glenn Morris <rgm@gnu.org>
763
764 * Makefile.in (compile-one-process): Rename from "recompile".
765
766 * Makefile.in (bzr-update): "compile" is the same as "recompile
767 autoloads", but parallelizable, so use that instead.
768
769 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
770
771 * window.el (quit-window): Always restore window height when
772 it's saved in quit-restore parameter (Bug#11810).
773
774 2012-07-06 Glenn Morris <rgm@gnu.org>
775
776 * simple.el (kill-whole-line): Doc tweak.
777
778 2012-07-06 Eli Zaretskii <eliz@gnu.org>
779
780 * files.el (file-relative-name): Compare file names
781 case-insensitively if on MS-Windows or MS-DOS, or if
782 read-file-name-completion-ignore-case is non-nil. Don't use
783 case-fold-search for this purpose. (Bug#11827)
784
785 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
786
787 * calendar/cal-dst.el (calendar-current-time-zone):
788 Return calendar-current-time-zone-cache if non-nil.
789
790 2012-07-17 Masatake YAMATO <yamato@redhat.com>
791 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
792
793 * calendar/cal-dst.el (calendar-current-time-zone):
794 Return calendar-current-time-zone-cache if non-nil.
795
796 2012-07-06 Glenn Morris <rgm@gnu.org>
797
798 * Makefile.in (cvs-update): Remove old alias.
799
800 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
801
802 Sync with Tramp 2.2.6-pre.
803
804 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
805 compatible declaration.
806
807 * net/tramp-cmds.el (tramp-append-tramp-buffers):
808 Protect `list-load-path-shadows' call.
809
810 * net/tramp-compat.el (top): Require packages, which aren't
811 autoloaded anymore for XEmacs. Protect call of
812 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
813 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
814 it hurts at least for SXEmacs.
815 (tramp-compat-temporary-file-directory): In XEmacs, there is no
816 standard-value for `temporary-file-directory'.
817
818 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
819 Redirect stderr to /dev/null.
820 (tramp-sh-handle-write-region): uid and gid can be floats.
821 Reported by Russell Sim <russell.sim@gmail.com>.
822 (tramp-sh-handle-vc-registered): Hide errors.
823 (tramp-vc-file-name-handler): Use dummy results for `process-file'
824 and `start-file-process'.
825 (tramp-maybe-open-connection): Check also whether `non-essential'
826 is bound.
827
828 2012-07-04 Chong Yidong <cyd@gnu.org>
829
830 * xml.el (xml--parse-buffer): Use xml-syntax-table.
831 (xml-parse-tag): Likewise, and avoid changing entity tables.
832 (xml-syntax-table): Define from scratch, making sure not to give
833 x2000 and other Unicode spaces whitespace syntax, since those are
834 not spaces in XML.
835 (xml-parse-fragment): Delete unused function.
836 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
837 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
838 (xml-entity-ref, xml-pe-reference-re)
839 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
840 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
841 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
842 (xml-entity-value-re): Use syntax references in regexps where
843 possible; no need to define inside a let-binding.
844 (xml-parse-dtd): Use xml-pe-reference-re.
845 (xml-entity-or-char-ref-re): New defconst.
846 (xml-parse-string, xml-substitute-special): Use it.
847
848 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * files.el (locate-dominating-file): Allow `name' to be a predicate.
851 (find-file--read-only): New function.
852 (find-file-read-only, find-file-read-only-other-window)
853 (find-file-read-only-other-frame): Use it.
854 (insert-file-contents-literally): Don't `fset'.
855 (get-free-disk-space): Use locate-dominating-file.
856
857 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
858 function is already compiled.
859
860 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
861
862 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
863
864 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
865 files on the same host.
866
867 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
868
869 * help-fns.el (describe-function-1): Only call
870 help-fns--autoloaded-p when we have a file name. (Bug#11848)
871
872 2012-07-03 Chong Yidong <cyd@gnu.org>
873
874 * xml.el: Protect parser against XML bombs.
875 (xml-entity-expansion-limit): New variable.
876 (xml-parse-string, xml-substitute-special): Use it.
877 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
878
879 2012-07-03 Glenn Morris <rgm@gnu.org>
880
881 * progmodes/bug-reference.el (bug-reference-bug-regexp):
882 Allow linking to specific messages in debbugs reports (eg 123#5).
883
884 2012-07-02 Chong Yidong <cyd@gnu.org>
885
886 * xml.el: Fix entity and character reference expansion, allowing
887 them to expand into markup as per XML spec.
888 (xml-default-ns): New variable.
889 (xml-entity-alist): Use XML spec definitions for lt and amp.
890 (xml-parse-region): Make first two arguments optional.
891 Discard text properties.
892 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
893 All callers changed.
894 (xml-parse-tag): Call xml-parse-tag-1. For backward
895 compatibility, this function should not modify buffer contents.
896 (xml-parse-tag-1): Fix opening-tag regexp.
897 (xml-parse-string): Rewrite, handling entity and character
898 references properly.
899 (xml--entity-replacement-text): Signal an error if a parameter
900 entity is undefined.
901
902 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * comint.el (comint-output-filter): Filter out repeated prompts.
905
906 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
907 and file-name-absolute-p.
908 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
909 internal calls.
910
911 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
912
913 Spelling fixes.
914 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
915 Rename from byte-compile--refiy-function. All uses changed.
916
917 2012-07-01 Chong Yidong <cyd@gnu.org>
918
919 * xml.el (xml--parse-buffer): New function. Move most of
920 xml-parse-region here.
921 (xml-parse-region): Copy region into a temporary buffer, since
922 parameter entity substitution requires changing buffer contents.
923 Use xml--parse-buffer.
924 (xml-parse-file): Use xml--parse-buffer.
925 (xml-parse-dtd): Make parameter entity substitution work right.
926 Use proper regexps for ELEMENT declarations (Bug#7172).
927
928 2012-06-30 Glenn Morris <rgm@gnu.org>
929
930 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
931
932 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
933 Remove outdated and unnecessary dbus declarations.
934
935 2012-06-30 Eli Zaretskii <eliz@gnu.org>
936
937 * emacs-lisp/timer.el (timer-until): Subtract results of
938 float-time, instead of taking float-time of the result of
939 time-subtract, since float-time signals an error for negative time
940 arguments.
941
942 2012-06-30 Chong Yidong <cyd@gnu.org>
943
944 * xml.el (xml-*-re): Convert defvars into defconsts, and
945 eval-and-compile them so eval-and-compile works on derivatives.
946 (xml--entity-replacement-text): Use eval-and-comple.
947
948 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
949
950 * vc/vc-git.el (vc-git-registered): Use cache property
951 `git-registered'.
952 (vc-git-mode-line-string): Call `vc-working-revision' instead of
953 `vc-git-working-revision' in order to benefit from the cache.
954 (vc-git-root): Use cache property `git-root'. (Bug#11757)
955
956 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
957
958 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
959 removed (likely outside Emacs). (Bug#11757)
960
961 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * emacs-lisp/cl-lib.el: Require macroexp.
964
965 2012-06-30 Chong Yidong <cyd@gnu.org>
966
967 * xml.el: Implement XML parameter entities.
968 (xml-parameter-entity-alist): New variable.
969 (xml-parse-region, xml-parse-fragment): Preserve previous values
970 of xml-entity-alist and xml-parameter-entity-alist, so that
971 repeated calls on different documents do not change them.
972 (xml-parse-tag): Fix doctype regexp.
973 (xml--entity-replacement-text): New function.
974 (xml-parse-dtd): Use it. Don't handle system entities; doing that
975 properly requires url retrieval which is unimplemented.
976 (xml-escape-string): Doc fix.
977
978 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
981
982 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
983
984 * fringe.el (fringe-mode): Doc fix.
985
986 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
987
988 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
989 is non-nil.
990 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
991 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
992
993 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
994
995 * calendar/cal-dst.el (calendar-current-time-zone):
996 Return calendar-current-time-zone-cache if non-nil.
997
998 2012-06-29 Masatake YAMATO <yamato@redhat.com>
999
1000 * progmodes/which-func.el (which-func-format):
1001 Add mouse-face. (Bug#11698)
1002
1003 2012-06-29 Leo Liu <sdl.web@gmail.com>
1004
1005 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1006
1007 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * minibuffer.el (minibuffer-confirm-exit-commands):
1010 Add completion-at-point (bug#11725).
1011
1012 2012-06-29 Glenn Morris <rgm@gnu.org>
1013
1014 * progmodes/f90.el (f90-font-lock-keywords-2):
1015 Add some preprocessor elements. (Bug#10499)
1016
1017 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1020 Use syntax-propertize (bug#11739).
1021
1022 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1025
1026 2012-06-28 Julien Danjou <julien@danjou.info>
1027
1028 * term.el (term-handle-colors-array): Use a set of new faces to
1029 color the terminal. Also uses :inverse-video property.
1030 (term-default-fg-color): Set to nil by default, deprecate in favor
1031 of `term-face'.
1032 (term-default-bg-color): Set to nil by default, deprecate in favor
1033 of `term-face'.
1034 (term-current-face): Use `term-face' by default.
1035 (term-bold-attribute): Variable deleted.
1036
1037 2012-06-28 Glenn Morris <rgm@gnu.org>
1038
1039 * simple.el (completion-list-mode-finish):
1040 Don't use toggle-read-only. (Since completion-list-mode has
1041 a special mode-class, it wasn't doing anything extra anyway.)
1042
1043 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 Make inlining of other-mode interpreted functions work (bug#11799).
1046 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1047 (byte-compile): Use it to fix compilation of lexical-binding closures.
1048 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1049 function, if needed.
1050
1051 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * help-mode.el (help-make-xrefs): Don't just withstand
1054 cyclic-variable-indirection but any error in documentation-property.
1055
1056 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1057 memory use.
1058 * bindings.el (bindings--define-key): New function.
1059 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1060 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1061 * bindings.el: Use it to purecopy define-key bindings.
1062
1063 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1064
1065 * emacs-lisp/cl.el (flet): Mark obsolete.
1066 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1067 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1068 * progmodes/js.el (js-c-fill-paragraph):
1069 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1070 (ebrowse-switch-member-buffer-to-derived-class):
1071 * play/5x5.el (5x5-solver): Use cl-flet.
1072
1073 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1074 (cl--symbol-function): New macro.
1075 (cl--letf, cl--letf*): Use it.
1076
1077 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1078 Strip "toggle-" if any.
1079
1080 2012-06-27 Glenn Morris <rgm@gnu.org>
1081
1082 * info.el (Info-default-directory-list): Move here from paths.el.
1083 * paths.el: Remove file, which is now empty.
1084 * loadup.el: No longer load "paths".
1085
1086 * custom.el (custom-initialize-delay): Doc fix.
1087
1088 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1089 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1090 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1091 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1092 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1093 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1094 * eshell/eshell.el (eshell-defgroup): Remove alias.
1095
1096 2012-06-27 Chong Yidong <cyd@gnu.org>
1097
1098 * help.el (help-enable-auto-load): New variable.
1099
1100 * help-fns.el (help-fns--autoloaded-p): New function.
1101 (describe-function-1): Refer to a function as "autoloaded" if it
1102 was autoloaded at any time in the past. Perform autoloading if
1103 help-enable-auto-load is non-nil.
1104
1105 2012-06-26 Eli Zaretskii <eliz@gnu.org>
1106
1107 * makefile.w32-in (compile, compile-always): Depend on
1108 update-subdirs, not on subdirs.el. Otherwise, several different
1109 sub-targets of 'bootstrap' running in parallel could
1110 simultaneously write to subdirs.el, producing a garbled file.
1111
1112 2012-06-26 Sam Steingold <sds@gnu.org>
1113
1114 * files.el (file-name-base): New convenience function.
1115 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1116 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1117 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1118 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1119 * textmodes/ispell.el, textmodes/reftex-ref.el:
1120 * textmodes/tex-mode.el: Use it.
1121 Did not touch cedet and org because they are maintained elsewhere.
1122
1123 2012-06-26 Martin Rudalics <rudalics@gmx.at>
1124
1125 * calendar/calendar.el (calendar-exit): Don't try to delete or
1126 iconify last frame. See:
1127 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1128
1129 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1130
1131 * server.el (server-process-filter): Remember dir in the
1132 process's `server-client-directory' properties.
1133
1134 2012-06-24 Chong Yidong <cyd@gnu.org>
1135
1136 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1137 non-tag text.
1138
1139 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1142
1143 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * help-fns.el (describe-variable): Don't croak when doc is not found.
1146 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1147 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1148 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1149 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1150 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1151 ((lambda ..) ..).
1152 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1153
1154 2012-06-23 Chong Yidong <cyd@gnu.org>
1155
1156 * info.el (Info-mouse-follow-link): Accept symbol values of
1157 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
1158 (Info-fontify-node): Use Info-link-keymap for all navigation
1159 buttons, with link-args property to perform the desired action.
1160 (Info-link-keymap): Doc fix.
1161 (Info-next-link-keymap, Info-prev-link-keymap)
1162 (Info-up-link-keymap): Delete now-unused keymaps.
1163
1164 2012-06-23 Chong Yidong <cyd@gnu.org>
1165
1166 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1167
1168 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1169 system abbrevs.
1170
1171 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1172
1173 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1176 (bug#11719).
1177
1178 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1179 the requote function doesn't work properly (bug#11714).
1180
1181 2012-06-23 Glenn Morris <rgm@gnu.org>
1182
1183 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1184
1185 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 Further GV/CL cleanups.
1188 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1189 gv-expander.
1190 (gv--defun-declaration): New function.
1191 (defun-declarations-alist): Use it.
1192 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1193 (gv-place): Autoload.
1194 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1195 original definition of dotimes and dolist.
1196 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1197 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1198 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1199 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1200 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1201 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1202 to the function's definition.
1203 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1204 * window.el:
1205 * files.el:
1206 * faces.el:
1207 * env.el: Don't use CL.
1208
1209 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1210
1211 Support higher-resolution time stamps (Bug#9000).
1212
1213 * calendar/time-date.el (with-decoded-time-value): New arg
1214 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1215 (encode-time-value): New optional arg PICO. New type 3.
1216 (time-to-seconds) [!float-time]: Support the new picoseconds
1217 component if it's used.
1218 (seconds-to-time, time-subtract, time-add):
1219 Support ps-resolution time stamps as well.
1220
1221 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1222 (timerp): Timer vectors now have length 9, not 8.
1223 (timer--time): Support new-style (4-part) time stamps.
1224 (timer-next-integral-multiple-of-time): Time stamps now have
1225 picosecond resolution, so take a bit more care about rounding.
1226 (timer-relative-time, timer-inc-time): New optional arg psecs.
1227 (timer-set-time-with-usecs): Set psecs to 0.
1228 (timer--activate): Check psecs component, too.
1229
1230 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1231
1232 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1235 Move the non-essential binding to the post/pre-command-hook where it is
1236 more obviously correct.
1237
1238 * subr.el (read-passwd): Don't use a history at all.
1239 * savehist.el (savehist-save): Remove password saved accidentally
1240 because of the above bug.
1241
1242 2012-06-22 Bastien Guerry <bzg@gnu.org>
1243
1244 * files.el (toggle-read-only): Display a message telling whether
1245 the buffer is read-only or not (bug#11726).
1246
1247 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * emacs-lisp/gv.el: New file.
1250 * subr.el (push, pop): Extend to generalized variables.
1251 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1252 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1253 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1254 gv-define-simple-setter, and gv-define-expander.
1255 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1256 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1257 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1258 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1259 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1260 gv-letplace.
1261 (cl-defstruct): Don't define setf-method any more.
1262 * emacs-lisp/cl.el (flet): Don't autoload.
1263 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1264 (define-setf-expander, defsetf, define-modify-macro)
1265 (cl-struct-setf-expander): Move from cl-lib.el.
1266 * emacs-lisp/syntax.el:
1267 * emacs-lisp/ewoc.el:
1268 * emacs-lisp/smie.el:
1269 * emacs-lisp/cconv.el:
1270 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1271 (timer--time): Use gv-define-simple-setter.
1272 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1273 to avoid coding-system problems in subr.el. Adjust all users.
1274 (macroexp--maxsize, macroexp-small-p): New functions.
1275 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1276 * scroll-bar.el (scroll-bar-mode):
1277 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1278 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1279 * winner.el (winner-configuration, winner-make-point-alist)
1280 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1281 * files.el (locate-file-completion-table): Avoid list*.
1282
1283 2012-06-22 Chong Yidong <cyd@gnu.org>
1284
1285 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1286 (dired-create-files): Doc fix (Bug#11329).
1287 (dired-do-copy): Doc fix (Bug#11334).
1288 (dired-mark-read-string): Doc fix (Bug#11553).
1289
1290 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1291 Doc fix (Bug#11326).
1292 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1293 (dired-dwim-target): Doc fix.
1294
1295 * wdired.el (wdired-mode): Doc fix.
1296
1297 2012-06-22 Glenn Morris <rgm@gnu.org>
1298
1299 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1300 (pcmpl-rpm-cache-stamp-file): New constant.
1301 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1302 (pcmpl-rpm-packages): Optionally cache list of packages.
1303
1304 * pcmpl-rpm.el (pcmpl-rpm): New group.
1305 (pcmpl-rpm-query-options): New option.
1306 (pcmpl-rpm-packages): No need to inline it.
1307 Use pcmpl-rpm-query-options.
1308
1309 * calendar/calendar.el (calendar-in-read-only-buffer):
1310 Avoid some needless mode changes.
1311
1312 2012-06-21 Chong Yidong <cyd@gnu.org>
1313
1314 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1315 (desktop-path): Remove . from the default value (Bug#10977).
1316 (desktop-read): Use user-emacs-directory if desktop-path is nil.
1317
1318 2012-06-20 Chong Yidong <cyd@gnu.org>
1319
1320 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1321
1322 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1323
1324 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1325 (bug#11201).
1326
1327 2012-06-20 Chong Yidong <cyd@gnu.org>
1328
1329 * term.el (term-window-width): Handle the case of a missing right
1330 fringe (Bug#8837).
1331 (term-check-size): Use window-text-height (Bug#5445).
1332 (term-mode): Use define-derived-mode. Minor cleanups.
1333 Set font-lock-defaults (Bug#7692).
1334 (term-move-columns, term-insert-char, term-emulate-terminal)
1335 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
1336
1337 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/ange-ftp.el (ange-ftp-get-passwd):
1340 Bind `enable-recursive-minibuffers'.
1341 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1342
1343 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1344
1345 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1346
1347 2012-06-19 Glenn Morris <rgm@gnu.org>
1348
1349 * progmodes/python.el (python-mode): Derive from prog-mode.
1350
1351 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1352
1353 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1354 (edt-user-menu-bar-update-buffers): New functions.
1355 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1356
1357 2012-06-19 Chong Yidong <cyd@gnu.org>
1358
1359 * subr.el (with-selected-window): Preserve the selected window's
1360 terminal's top-frame (Bug#4702).
1361
1362 * window.el (save-selected-window): Likewise.
1363
1364 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * progmodes/python.el (python-rx-constituents): Move backquote.
1367 (python-skeleton-define, python-define-auxiliary-skeleton):
1368 Use `declare'.
1369
1370 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
1371
1372 * minibuffer.el (read-file-name-default): Revert the patch from
1373 2012-06-17.
1374
1375 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1378 (pcase--u1, pcase--q1): Don't use apply-partially.
1379
1380 2012-06-18 Glenn Morris <rgm@gnu.org>
1381
1382 * progmodes/python.el (python-proc, python-buffer)
1383 (python-send-receive, python-send-string): Fix obsolete versions.
1384
1385 2012-06-18 Martin Rudalics <rudalics@gmx.at>
1386
1387 * window.el (special-display-p): Completely remove stringp
1388 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1389
1390 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1393
1394 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1395
1396 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1397 * net/tramp-sh.el (tramp-maybe-open-connection):
1398 Throw if `non-essential' is non-nil.
1399
1400 2012-06-17 Martin Rudalics <rudalics@gmx.at>
1401
1402 * window.el (special-display-p): Signal an error if BUFFER-NAME
1403 is not a string (Bug#11713).
1404
1405 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1406
1407 * progmodes/python.el (python-info-beginning-of-backslash):
1408 Rename from python-info-beginning-of-backlash, as a spelling fix.
1409
1410 2012-06-17 Chong Yidong <cyd@gnu.org>
1411
1412 * term.el (term-emulate-terminal): If term-check-size is called,
1413 move point to the process mark without resetting point (Bug#4635).
1414
1415 2012-06-17 Glenn Morris <rgm@gnu.org>
1416
1417 * international/mule-cmds.el (mule-menu-keymap)
1418 (set-language-environment, set-locale-environment): Doc tweaks.
1419
1420 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1421
1422 * cus-face.el (custom-face-attributes): Add wave-style underline
1423 attribute.
1424 * faces.el (set-face-attribute): Update docstring to describe
1425 wave-style underline attribute.
1426
1427 2012-06-16 Chong Yidong <cyd@gnu.org>
1428
1429 * term/xterm.el (terminal-init-xterm): Discard input before
1430 querying background mode (Bug#10959).
1431
1432 2012-06-16 Stefan Merten <smerten@oekonux.de>
1433
1434 * textmodes/rst.el: Added and corrected some comments.
1435 (rst-re-alist-def): Improve symbol syntax.
1436 (rst-mode-syntax-table): Correct syntax entries.
1437 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1438 (rst-official-version, rst-official-cvs-rev): Update version
1439 information.
1440
1441 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1444 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1445
1446 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1447
1448 * progmodes/python.el: New python.el merge.
1449 (python-guess-indent): Obsolete var.
1450 (python-indent-guess-indent-offset): New defcustom.
1451 (python-indent): Obsolete var.
1452 (python-indent-offset): New defcustom.
1453 (python-python-command, python-jython-command): Delete var.
1454 (python-shell-interpreter): New defcustom.
1455 (python-pdbtrack-do-tracking-p): Delete var.
1456 (python-pdbtrack-activate): New defcustom.
1457 (python-use-skeletons): Obsolete var.
1458 (python-skeleton-autoinsert): New defcustom.
1459 (inferior-python-filter-regexp, python-continuation-offset)
1460 (python-honour-comment-indentation, python-indent-string-contents)
1461 (python-jython-packages, python-mode-hook)
1462 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1463 (python-shell-prompt-alist)
1464 (python-source-modes): Delete defcustoms.
1465 (python-check-buffer-name, python-eldoc-setup-code)
1466 (python-eldoc-string-code, python-ffap-setup-code)
1467 (python-ffap-string-code, python-fill-comment-function)
1468 (python-fill-decorator-function, python-fill-paren-function)
1469 (python-fill-string-function, python-imenu-include-defun-type)
1470 (python-imenu-make-tree, python-imenu-subtree-root-label)
1471 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1472 (python-shell-compilation-regexp-alist)
1473 (python-shell-completion-module-string-code)
1474 (python-shell-completion-pdb-string-code)
1475 (python-shell-completion-setup-code)
1476 (python-shell-completion-string-code)
1477 (python-shell-enable-font-lock, python-shell-exec-path)
1478 (python-shell-extra-pythonpaths)
1479 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1480 (python-shell-process-environment)
1481 (python-shell-prompt-block-regexp)
1482 (python-shell-prompt-output-regexp)
1483 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1484 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1485 (python-shell-virtualenv-path): New defcustoms.
1486 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1487 (inferior-python-mode-syntax-table, python--prompt-regexp)
1488 (python-buffer, python-command python-python-command)
1489 (python-default-template, python-imports, python-indent-index)
1490 (python-indent-list, python-indent-list-length)
1491 (python-mode-running, python-pdbtrack-is-tracking-p)
1492 (python-preoutput-continuation, python-preoutput-leftover)
1493 (python-preoutput-result, python-preoutput-skip-next-prompt)
1494 (python-prev-dir/file, python-recursing)
1495 (python-saved-check-command, python-version-checked)
1496 (python-which-func-length-limit)
1497 (view-return-to-alist): Delete vars.
1498 (python-check-custom-command, python-dotty-syntax-table)
1499 (python-imenu-index-alist, python-indent-current-level)
1500 (python-indent-dedenters, python-indent-levels)
1501 (python-nav-beginning-of-defun-regexp)
1502 (python-nav-list-defun-positions-cache)
1503 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1504 (python-shell-internal-buffer)
1505 (python-skeleton-available): New vars.
1506 (def-python-skeleton): Delete macro.
1507 (python-skeleton-define): New macro.
1508 (python-define-auxiliary-skeleton, python-rx): New macros.
1509 (python-insert-class): Delete command.
1510 (python-skeleton-class): New command.
1511 (python-insert-def): Delete command.
1512 (python-skeleton-def): New command.
1513 (python-insert-for): Delete command.
1514 (python-skeleton-for): New command.
1515 (python-insert-if): Delete command.
1516 (python-skeleton-if): New command.
1517 (python-insert-try/except, python-insert-try/finally): Delete commands.
1518 (python-skeleton-try): New command.
1519 (python-insert-while): Delete command.
1520 (python-skeleton-while): New command.
1521 (python-backspace): Delete command.
1522 (python-indent-dedent-line-backspace): New command.
1523 (python-electric-colon): Delete command.
1524 (python-indent-electric-colon): New command.
1525 (python-guess-indent): Delete command.
1526 (python-indent-guess-indent-offset): New command.
1527 (python-shift-left): Delete command.
1528 (python-indent-shift-left): New command.
1529 (python-shift-right): Delete command.
1530 (python-indent-shift-right): New command.
1531 (python-find-function): Delete command.
1532 (python-nav-jump-to-defun): New command.
1533 (python-next-statement): Delete command.
1534 (python-nav-forward-sentence): New command.
1535 (python-previous-statement): Delete command.
1536 (python-nav-backward-sentence): New command.
1537 (python-fill-paragraph): Delete command.
1538 (python-fill-paragraph-function): New command.
1539 (python-send-buffer): Delete command.
1540 (python-shell-send-buffer): New command.
1541 (python-send-defun): Delete command.
1542 (python-shell-send-defun): New command.
1543 (python-send-region, python-send-region-and-go): Delete commands.
1544 (python-shell-send-region)
1545 (python-shell-switch-to-shell): New commands.
1546 (python-send-string): Delete command.
1547 (python-shell-send-string): New command.
1548 (python-switch-to-python): Delete command.
1549 (python-shell-switch-to-shell): New command.
1550 (python-describe-symbol): Delete command.
1551 (python-eldoc-at-point): New command.
1552 (python--set-prompt-regexp, python-args-to-list)
1553 (python-after-info-look, python-check-version)
1554 (python-check-comint-prompt, python-find-imports)
1555 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1556 (python-unload-function, python-expand-template)
1557 (python-maybe-jython, python-preoutput-filter)
1558 (python-pdbtrack-get-source-buffer)
1559 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1560 (python-pdbtrack-toggle-stack-tracking)
1561 (python-pdbtrack-track-stack-file, python-initial-text)
1562 (python-first-word, python-comment-line-p, python-send-command)
1563 (python-setup-brm, python-sentinel, python-set-proc)
1564 (python-skip-out, python-input-filter, python-outdent-p)
1565 (python-outline-level, python-backslash-continuation-line-p)
1566 (python-end-of-block, python-end-of-statement, python-mark-block)
1567 (python-beginning-of-block, python-beginning-of-statement)
1568 (python-blank-line-p, python-beginning-of-string)
1569 (python-open-block-statement-p): Delete functions.
1570 (python-indent-line, python-indent-line-1): Delete functions.
1571 (python-indent-line): New function.
1572 (python-indentation-levels): Delete function.
1573 (python-indent-calculate-levels): New function.
1574 (python-proc): Delete function.
1575 (python-shell-get-process): New function.
1576 (python-send-receive): Delete function.
1577 (python-shell-send-string-no-output): New function.
1578 (python-module-path): Delete function.
1579 (python-ffap-module-path): New function.
1580 (python-completion-at-point)
1581 (python-symbol-completions): Delete functions.
1582 (python-completion-complete-at-point): New function.
1583 (python-load-file): Delete function.
1584 (python-shell-send-file): New function.
1585 (python-calculate-indentation): Delete function.
1586 (python-indent-calculate-indentation): New function.
1587 (python-skip-comments/blanks): Delete function.
1588 (python-util-forward-comment): New function.
1589 (python-continuation-line-p): Delete function.
1590 (python-info-continuation-line-p): New function.
1591 (python-which-func, python-current-defun): Delete function.
1592 (python-info-current-defun): New function.
1593 (python-beginning-of-defun): Delete function.
1594 (python-nav-beginning-of-defun): New function.
1595 (python-close-block-statement-p)
1596 (python-block-end-p): Delete function.
1597 (python-info-closing-block): New function.
1598 (python-comint-output-filter-function)
1599 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1600 (python-fill-comment, python-fill-decorator, python-fill-paren)
1601 (python-fill-string, python-imenu-make-element-tree)
1602 (python-imenu-make-tree, python-imenu-tree-assoc)
1603 (python-indent-context, python-indent-dedent-line)
1604 (python-indent-line-function)
1605 (python-indent-post-self-insert-function)
1606 (python-indent-toggle-levels)
1607 (python-info-assignment-continuation-line-p)
1608 (python-info-beginning-of-backlash)
1609 (python-info-block-continuation-line-p)
1610 (python-info-closing-block-message)
1611 (python-info-line-ends-backslash-p)
1612 (python-info-looking-at-beginning-of-defun)
1613 (python-info-ppss-context, python-info-ppss-context-type)
1614 (python-nav-list-defun-positions, python-nav-read-defun)
1615 (python-nav-sentence-end, python-nav-sentence-start)
1616 (python-pdbtrack-comint-output-filter-function)
1617 (python-pdbtrack-set-tracked-buffer)
1618 (python-shell-calculate-exec-path)
1619 (python-shell-calculate-process-environment)
1620 (python-shell-completion--do-completion-at-point)
1621 (python-shell-completion--get-completions)
1622 (python-shell-completion-complete-at-point)
1623 (python-shell-completion-complete-or-indent)
1624 (python-shell-get-or-create-process)
1625 (python-shell-get-process-name)
1626 (python-shell-internal-get-or-create-process)
1627 (python-shell-internal-get-process-name)
1628 (python-shell-internal-send-string, python-shell-make-comint)
1629 (python-shell-parse-command, python-shell-send-setup-code)
1630 (python-skeleton-add-menu-items)
1631 (python-util-clone-local-variables, python-util-position)
1632 (run-python-internal, python-indentation-levels)
1633 (python-nav-beginning-of-defun)
1634 (python-completion-complete-at-point): New functions.
1635 (run-python): Change arguments. New API requirements.
1636
1637 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1640 (bug#11649).
1641
1642 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1643 (macroexp--expand-all): Use it.
1644
1645 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1646 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1647 Use `cl-function' instead.
1648
1649 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1652 Suggested by Stefan Monnier while discussing bug#11657.
1653
1654 2012-06-14 Sam Steingold <sds@gnu.org>
1655
1656 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1657
1658 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1659
1660 * play/doctor.el (doctor-doc): Remove parameter and use
1661 doctor-sent instead of sent.
1662 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1663
1664 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * files.el: Require cl-lib.
1667 (file-name-non-special): Replace case -> cl-case.
1668
1669 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1670
1671 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1672 mapping from #' to function*.
1673
1674 2012-06-13 Chong Yidong <cyd@gnu.org>
1675
1676 * mouse.el (mouse-drag-track): Do not set the mark if the user
1677 releases the mouse without selecting anything (Bug#11588).
1678
1679 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1682 as well (bug#11646).
1683
1684 * loadup.el: Count byte-code functions as well.
1685
1686 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1687 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1688
1689 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1690 (bug#11649). Add cl-defun and cl-defmacro.
1691
1692 2012-06-13 Drew Adams <drew.adams@oracle.com>
1693
1694 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1695 Fix last change.
1696
1697 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
1698
1699 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1700 Otherwise, it blocks in batch mode.
1701
1702 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
1703
1704 * help-mode.el (bookmark-make-record-default): Declare.
1705
1706 2012-06-13 Chong Yidong <cyd@gnu.org>
1707
1708 * emacs-lisp/package.el (list-packages): Compute a list of
1709 packages that are newly-available since the last list-packages
1710 invocation.
1711 (package-menu--new-package-list): New var.
1712 (package-menu--generate, package-menu--print-info)
1713 (package-menu--status-predicate, package-menu-mark-install):
1714 Handle new status label "new".
1715
1716 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1719 conversion to backquotes.
1720
1721 2012-06-12 Chong Yidong <cyd@gnu.org>
1722
1723 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1724 Rename from gud-inhibit-global-bindings.
1725
1726 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1727
1728 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1729 hook from nxml-glyph-set-hook.
1730
1731 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1732 declaration.
1733
1734 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1735
1736 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1737 Convert to defcustom.
1738
1739 2012-06-12 Drew Adams <drew.adams@oracle.com>
1740
1741 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1742 New functions.
1743 (help-mode): Use them.
1744
1745 2012-06-11 Glenn Morris <rgm@gnu.org>
1746
1747 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1748 Use preprocessor face for directives.
1749 (fortran-directive-re): Doc fix.
1750
1751 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1754 conversion to backquotes (bug#11652).
1755
1756 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1757 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1758 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1759 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1760 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1761 (cl-ninth, cl-tenth): Mark them as inlinable.
1762 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1763 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1764 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1765 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1766 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1767 (cl-list*, cl-adjoin): Don't put an autoload manually.
1768 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1769 (cl--compiler-macro-list*): Add autoload cookie.
1770 (cl--compiler-macro-cXXr): New function.
1771
1772 * help-fns.el (help-fns--compiler-macro): New function extracted from
1773 describe-function-1; follow aliases and use `compiler-macro' property.
1774 (describe-function-1): Use it.
1775
1776 2012-06-11 Chong Yidong <cyd@gnu.org>
1777
1778 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1779 is uninstalled, if imagemagick is installed.
1780
1781 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * emacs-lisp/cl-lib.el: Use lexical-binding.
1784 (cl-map-extents, cl-maclisp-member): Remove.
1785 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1786 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1787 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1788 * emacs-lisp/cl-extra.el: Use lexical-binding.
1789 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1790 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1791 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1792 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1793 * emacs-lisp/cl-seq.el: Use lexical-binding.
1794 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1795 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1796 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1797 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1798 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1799 CL's internals.
1800
1801 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1802
1803 Sync with Tramp 2.2.6-pre.
1804
1805 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1806 `print-length' and `print-level' to nil, in order to avoid
1807 truncation. Reported by Christopher Schmidt
1808 <christopher@ristopher.com>.
1809
1810 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1811
1812 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1813 New defmacro.
1814 (tramp-compat-copy-directory): Add optional argument
1815 COPY-CONTENTS. It is not handled yet.
1816
1817 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1818 (tramp-ftp-file-name-p): Simplify.
1819
1820 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1821 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1822 connection vector.
1823
1824 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1825 (tramp-methods): Do not use `tramp-password-end-of-line'.
1826 (tramp-completion-function-alist-putty): Handle UNIX case.
1827 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1828 (tramp-do-file-attributes-with-stat)
1829 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1830 gid as real numbers. They could run out of integer range on cygwin.
1831 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1832 (tramp-sh-handle-expand-file-name): Handle hops.
1833 (tramp-open-connection-setup-interactive-shell):
1834 Use `tramp-cleanup'. Move check for busyboxes ...
1835 (tramp-find-shell): ... here. Simplify implementation.
1836 Set "remote-shell" property also for alternative shells.
1837 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1838 If failing, a regular file would be written otherwise.
1839 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1840 (tramp-find-inline-encoding): Cache the coding commands in the
1841 process cache. Apply test command on the remote side, if defined.
1842 (tramp-find-inline-compress): Cache the compress commands in the
1843 process cache.
1844 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1845 when requested. Handle hops.
1846 (tramp-current-connection): New defvar.
1847 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1848 Throw `suppress', if there was a failed connection shortly before.
1849 Handle user interrupt. (Bug#10187)
1850 (tramp-get-inline-compress, tramp-get-inline-coding):
1851 Read connection properties from the process cache.
1852
1853 * net/tramp-smb.el (tramp-smb-server-version)
1854 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1855 New defconsts.
1856 (tramp-smb-prompt): Extend for powershell prompt.
1857 (tramp-smb-file-name-handler-alist): Add handlers for
1858 `process-file', `shell-command' and `start-file-process'.
1859 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1860 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1861 (tramp-smb-file-name-p): Simplify.
1862 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1863 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1864 (tramp-smb-shell-quote-argument): New defuns.
1865 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1866 Implement using "tar". By this, time-stamps are preserved.
1867 (tramp-smb-handle-copy-file): Handle also the case of directories.
1868 (tramp-smb-do-file-attributes-with-stat)
1869 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1870 Use `tramp-get-connection-buffer').
1871 (tramp-smb-handle-rename-file): Use "rename", when source and
1872 target are on the same share.
1873 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1874 Use `tramp-smb-server-version'.
1875 (tramp-smb-wait-for-output): Remove prompt.
1876
1877 * net/tramp.el (top): Require 'cl.
1878 (tramp-methods, tramp-rsh-end-of-line):
1879 Remove `tramp-password-end-of-line' from docstring.
1880 (tramp-save-ad-hoc-proxies): New defcustom.
1881 (tramp-completion-function-alist): Adapt docstring.
1882 (tramp-default-password-end-of-line): Remove defcustom.
1883 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1884 (tramp-user-regexp, tramp-file-name-regexp-unified)
1885 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1886 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1887 (tramp-remote-file-name-spec-regexp): New defconst.
1888 (tramp-file-name-structure): Extend structure for hops.
1889 (tramp-get-method-parameter): Move up.
1890 (tramp-file-name-p, tramp-dissect-file-name)
1891 (with-parsed-tramp-file-name): Handle hops.
1892 (tramp-file-name-hop): New defun.
1893 (tramp-make-tramp-file-name): New optional arg HOP.
1894 (tramp-message-show-progress-reporter-message): New defvar.
1895 (tramp-with-progress-reporter): Use it. We cannot use
1896 `tramp-message-show-message' here, because this suppresses also
1897 error buffers.
1898 (tramp-error-with-buffer): Suppress buffer view, if
1899 `tramp-message-show-message' is nil.
1900 Use `tramp-get-connection-buffer'.
1901 (tramp-cleanup): New defun.
1902 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1903 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1904 an error unchanged.
1905 (tramp-completion-handle-file-name-all-completions): Handle hops.
1906 Fix an error when called from ido.
1907 (tramp-completion-dissect-file-name): Use better local variable
1908 name. Add hop to the vector.
1909 (tramp-handle-insert-file-contents): Use progress-reporter for the
1910 whole scenario.
1911 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1912 to `t'.
1913 (tramp-check-for-regexp): Simplify search.
1914 (tramp-enter-password): Remove it. Move implementation ...
1915 (tramp-action-password): ... here.
1916 (tramp-mode-string-to-int, tramp-local-host-p)
1917 (tramp-make-tramp-temp-file, tramp-read-passwd)
1918 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1919 Set tramp-autoload cookie.
1920
1921 * net/trampver.el: Update release number.
1922
1923 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1924 Michael Albinus <michael.albinus@gmx.de>
1925
1926 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1927 (tramp-parse-group, tramp-parse-file)
1928 (tramp-parse-shostkeys-sknownhosts): New defuns.
1929 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1930 (tramp-parse-shosts-group, tramp-parse-sconfig)
1931 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1932 (tramp-parse-sknownhosts, tramp-parse-hosts)
1933 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1934 Use them.
1935 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1936 (tramp-parse-putty-group): Don't narrow.
1937 (tramp-parse-putty): Make a loop.
1938 (tramp-file-name-handler): Catch the `suppress' signal.
1939
1940 2012-06-11 Chong Yidong <cyd@gnu.org>
1941
1942 * image.el (imagemagick-register-types): Put the ImageMagick entry
1943 at the end of image-type-file-name-regexps.
1944
1945 2012-06-11 Johan Bockgård <bojohan@gnu.org>
1946
1947 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1948 (pcase, pcase-let*, pcase-dolist): Use them.
1949
1950 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * emacs-lisp/pcase.el (pcase--let*): New function.
1953 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1954 (pcase--expand): Use macroexp-let².
1955
1956 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1959 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1960 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1961 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1962 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1963 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1964
1965 2012-06-10 Glenn Morris <rgm@gnu.org>
1966
1967 * mail/rmail.el (rmail-yank-current-message): Leave point at
1968 correct position. (Bug#11660)
1969
1970 2012-06-10 Chong Yidong <cyd@gnu.org>
1971
1972 * allout-widgets.el: Fix code header.
1973
1974 2012-06-10 Chong Yidong <cyd@gnu.org>
1975
1976 * cus-edit.el (customize-changed-options-previous-release):
1977 Bump to 24.1.
1978
1979 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1980
1981 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1982
1983 2012-06-09 Chong Yidong <cyd@gnu.org>
1984
1985 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1986
1987 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1988
1989 * window.el (special-display-popup-frame): Don't use
1990 window--display-buffer (Bug#11651).
1991
1992 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1993
1994 Fix parallel builds: make sure loaddefs.el is not being written
1995 while Lisp files are compiled.
1996 (compile): Don't depend on 'mh-autoloads'.
1997 (compile-CMD, compile-SH): Depend on 'autoloads'.
1998 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1999
2000 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2001
2002 2012-06-09 Chong Yidong <cyd@gnu.org>
2003
2004 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2005 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2006 Doc fixes (Bug#11225).
2007
2008 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2011 a function if there's a clear indication that it has a compiler-macro.
2012 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2013 (macro-declarations-alist): Add arglist to declaration functions.
2014 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2015 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2016 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2017 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2018 Also add autoload to find the compiler macro.
2019 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2020 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2021 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2022 (cl--compiler-macro-get): New functions, replacing calls to
2023 cl-define-compiler-macro.
2024 (cl-typep) [compiler-macro]: Use macroexp-let².
2025
2026 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
2027
2028 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2029 string properly, fixes Bug#11473.
2030
2031 2012-06-08 Chong Yidong <cyd@gnu.org>
2032
2033 * faces.el (set-face-attribute): Doc fix.
2034 (modify-face): Don't use :bold and :italic.
2035 (error, warning, success): Tweak definitions.
2036
2037 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2038 (custom-modified, custom-set, custom-changed, custom-themed)
2039 (custom-saved, custom-button, custom-button-mouse)
2040 (custom-button-pressed, custom-state, custom-comment-tag)
2041 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2042 (custom-group-subtitle): Use new-style face specs.
2043 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2044 (custom-set-face, custom-changed-face, custom-saved-face)
2045 (custom-button-face, custom-button-pressed-face)
2046 (custom-documentation-face, custom-state-face)
2047 (custom-comment-face, custom-comment-tag-face)
2048 (custom-variable-tag-face, custom-variable-button-face)
2049 (custom-face-tag-face, custom-group-tag-face-1)
2050 (custom-group-tag-face): Remove obsolete face alias.
2051
2052 * epa.el (epa-validity-high, epa-validity-medium)
2053 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2054 (epa-field-name, epa-field-body):
2055 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2056 (font-lock-keyword-face, font-lock-builtin-face)
2057 (font-lock-function-name-face, font-lock-variable-name-face)
2058 (font-lock-type-face, font-lock-constant-face):
2059 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2060 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2061 * speedbar.el (speedbar-button-face, speedbar-file-face)
2062 (speedbar-directory-face, speedbar-tag-face)
2063 (speedbar-selected-face, speedbar-highlight-face)
2064 (speedbar-separator-face):
2065 * whitespace.el (whitespace-newline, whitespace-space)
2066 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2067 (whitespace-line, whitespace-space-before-tab)
2068 (whitespace-space-after-tab, whitespace-indentation)
2069 (whitespace-empty):
2070 * emulation/cua-base.el (cua-global-mark):
2071 * eshell/em-prompt.el (eshell-prompt):
2072 * net/newst-plainview.el (newsticker-new-item-face)
2073 (newsticker-old-item-face, newsticker-immortal-item-face)
2074 (newsticker-obsolete-item-face, newsticker-date-face)
2075 (newsticker-statistics-face, newsticker-default-face):
2076 * net/newst-reader.el (newsticker-feed-face)
2077 (newsticker-extra-face, newsticker-enclosure-face):
2078 * net/newst-treeview.el (newsticker-treeview-face)
2079 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2080 (newsticker-treeview-immortal-face)
2081 (newsticker-treeview-obsolete-face)
2082 (newsticker-treeview-selection-face):
2083 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2084 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2085 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2086 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2087 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2088 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2089 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2090 (mpuz-text):
2091 * progmodes/vera-mode.el (vera-font-lock-number)
2092 (vera-font-lock-function, vera-font-lock-interface):
2093 * textmodes/table.el (table-cell): Use new-style face specs, and
2094 don't use the old :bold and :italic attributes.
2095
2096 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2097 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2098 (ebrowse-member-class, ebrowse-progress): Likewise.
2099 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2100 (ebrowse-file-name-face, ebrowse-default-face)
2101 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2102 (ebrowse-progress-face): Remove obsolete faces.
2103
2104 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2105 Inherit from error and warning faces respectively.
2106
2107 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2108 Likewise.
2109 (flyspell-incorrect-face, flyspell-duplicate-face):
2110 Remove obsolete aliases.
2111
2112 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
2113
2114 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2115 Avoid infloop.
2116
2117 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * startup.el (argv, argi): Make lexically scoped.
2120 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2121 * emacs-lisp/cl-macs.el: Use lexical-binding.
2122 Rename cl-bind-* to cl--bind-*.
2123 * files.el: Don't require `cl' since it doesn't use it.
2124 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2125
2126 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2129 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2130 instead of calling external sort utility.
2131 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2132
2133 2012-06-08 Eli Zaretskii <eliz@gnu.org>
2134
2135 * descr-text.el (describe-char): Mention how to insert the
2136 character, if the current input method doesn't support it.
2137 See the discussion in this thread for the details:
2138 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2139
2140 2012-06-08 Sam Steingold <sds@gnu.org>
2141
2142 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2143 XF86Back to previous-buffer.
2144 (minibuffer-local-map): Bind them to next-history-element and
2145 previous-history-element respectively.
2146 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2147 help-go-back respectively.
2148 * info.el (Info-mode-map): Bind them to Info-history-forward and
2149 Info-history-back respectively.
2150 These are the keys next to Up on the ThinkPad keyboard.
2151
2152 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2155 * emacs-lisp/cl-macs.el: Provide itself.
2156 (cl--labels-convert-cache): New var.
2157 (cl--labels-convert): New function.
2158 (cl-flet, cl-labels): New implementation with new semantics, relying on
2159 lexical-binding.
2160 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2161 (cl-closure-vars, cl--function-convert-cache)
2162 (cl--function-convert): Move from cl-macs.el.
2163 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2164 rename by removing the "cl-" prefix.
2165 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2166
2167 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2170 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2171 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2172 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2173 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2174 (cl-hash-table-count): Add old compatibility aliases.
2175
2176 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2177 Use macroexpand-all-environment instead.
2178 (cl--old-macroexpand): New var.
2179 (cl--sm-macroexpand): New function.
2180 (cl-symbol-macrolet): Use it during macro expansion.
2181 (cl--function-convert-cache): New var.
2182 (cl--function-convert): New function, extracted from
2183 cl-macroexpand-all.
2184 (cl-lexical-let): Use it.
2185
2186 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2187 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2188 (cl-member): Remove old alias.
2189
2190 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2191 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2192 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2193 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2194 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2195 (cl-macroexpand-cmacs): Remove var.
2196 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2197 Use macroexpand-all instead.
2198
2199 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2200
2201 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2202 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2203 (macroexp-copyable-p): New functions and macros.
2204 * emacs-lisp/edebug.el (edebug-unwrap):
2205 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2206 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2207 (pcase--let*): Remove.
2208 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2209 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2210 macroexp-const-p instead.
2211 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2212
2213 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2214 instead of "cl-" for internal definitions. Use macroexp-const-p.
2215 (cl-old-bc-file-form): Remove var.
2216 (cl-const-exprs-p): Remove fun.
2217 (cl-labels, cl-macrolet): Use backquote.
2218 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2219 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2220 (cl-define-setf-expander): Rename from cl-define-setf-method.
2221 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2222
2223 * international/mule-cmds.el: Don't require CL.
2224 (view-hello-file): Don't use `letf'.
2225
2226 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * tmm.el (tmm-prompt): Use string-prefix-p.
2229 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2230 (tmm-add-prompt): Use minibuffer-completion-help.
2231 (tmm-delete-map): Remove.
2232
2233 * subr.el (kbd): Make it its own function.
2234
2235 2012-06-07 Stefan Merten <smerten@oekonux.de>
2236
2237 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2238 Silence compiler warnings. Fix versions.
2239 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
2240 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
2241 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
2242 (rst-package-emacs-version-alist): Correct Emacs version to
2243 represent major merge with upstream.
2244 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
2245
2246 2012-06-06 Glenn Morris <rgm@gnu.org>
2247
2248 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2249 Only print environment variables if set.
2250
2251 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2254 (macroexp--cons): Rename from maybe-cons.
2255 (macroexp--accumulate): Rename from macroexp-accumulate.
2256 (macroexp--all-forms): Rename from macroexpand-all-forms.
2257 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2258 (macroexp--expand-all): Rename from macroexpand-all-1.
2259
2260 2012-06-06 Sam Steingold <sds@gnu.org>
2261
2262 * calendar/calendar.el (calendar-in-read-only-buffer):
2263 Call `special-mode' to enable the standard read-only keybindings.
2264
2265 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2268 with "loading" messages (bug#11635).
2269
2270 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * files.el (enable-remote-dir-locals): New option.
2273 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2274
2275 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2276 Ensure, that the temp directory is local.
2277
2278 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2279 `temporary-file-directory'.
2280
2281 * progmodes/python.el (python-send-region): Ensure, that the
2282 temporary file is created also in the remote case.
2283
2284 2012-06-06 Glenn Morris <rgm@gnu.org>
2285
2286 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2287 (vc-rcs-update-changelog): Use it.
2288
2289 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
2290
2291 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2292 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2293 (vc-sccs-diff): Replace use of the external vcdiff script.
2294
2295 2012-06-05 Glenn Morris <rgm@gnu.org>
2296
2297 * ledit.el: Move to obsolete/.
2298
2299 2012-06-05 Sam Steingold <sds@gnu.org>
2300
2301 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
2302 patch (Bug#11140).
2303
2304 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * emacs-lisp/cust-print.el: Move to obsolete.
2307
2308 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2309 compiler-macro expansion.
2310
2311 Add native compiler-macro support.
2312 * emacs-lisp/macroexp.el (macroexpand-all-1):
2313 Support compiler-macros directly. Properly follow aliases and apply
2314 the compiler macros more thoroughly.
2315 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2316 macroexpand now properly follows aliases.
2317 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2318 (cl-compiler-macroexpand): Use new prop.
2319 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2320
2321 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2322
2323 2012-06-05 Martin Rudalics <rudalics@gmx.at>
2324
2325 * window.el (get-lru-window, get-mru-window, get-largest-window):
2326 New argument NOT-SELECTED to avoid picking the selected window.
2327 (window--display-buffer-1, window--display-buffer-2): Replace by
2328 new function window--display-buffer
2329 (display-buffer-same-window, display-buffer-reuse-window)
2330 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2331 Use window--display-buffer.
2332 (display-buffer-use-some-window): Remove temporary dedication
2333 hack by calling get-lru-window and get-largest-window with
2334 NOT-SELECTED argument non-nil. Call window--display-buffer.
2335
2336 2012-06-05 Glenn Morris <rgm@gnu.org>
2337
2338 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2339 Replace external vcdiff script.
2340
2341 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2344
2345 2012-06-04 Chong Yidong <cyd@gnu.org>
2346
2347 * image.el (imagemagick-types-inhibit): Revert last change.
2348 Add INFO and M.
2349 (imagemagick-enabled-types): Remove CIN and EPS*.
2350
2351 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * emacs-lisp/cl-lib.el: Rename from cl.el.
2354 * emacs-lisp/cl.el: New compatibility file.
2355 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2356 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2357 to obey the "cl-" prefix.
2358 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2359
2360 2012-06-03 Glenn Morris <rgm@gnu.org>
2361
2362 * emacs-lisp/authors.el (authors-aliases): Addition.
2363
2364 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2365 Fix :version.
2366
2367 2012-06-03 Stefan Merten <smerten@oekonux.de>
2368
2369 * textmodes/rst.el: Add comments.
2370 (rst-transition, rst-adornment): New faces.
2371 (rst-adornment-faces-alist): Make default safe to reevaluate.
2372 Fixes
2373 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2374 Improve customization tags.
2375 (rst-define-level-faces): Clarify meaning.
2376
2377 2012-06-03 Chong Yidong <cyd@gnu.org>
2378
2379 * progmodes/compile.el (compilation-mode-line-fail)
2380 (compilation-mode-line-run, compilation-mode-line-exit):
2381 New faces.
2382 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2383
2384 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2385
2386 * progmodes/which-func.el (which-func-update-ediff-windows):
2387 New function. Use it in ediff-select-hook (Bug#11478).
2388
2389 2012-06-03 Chong Yidong <cyd@gnu.org>
2390
2391 * bindings.el: Remove explicit help text from format-mode-line.
2392 It is now supplied by mode-line-default-help-echo.
2393 (mode-line-front-space, mode-line-end-spaces)
2394 (mode-line-misc-info): New variables.
2395 (mode-line-modes, mode-line-position): Move the default value to
2396 the variable definition.
2397 (mode-line-default-help-echo): New defcustom.
2398 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2399 (mode-line-modified-help-echo): New functions.
2400 (mode-line-mule-info, mode-line-modified): Use them.
2401 (mode-line-eol-desc, propertized-buffer-identification):
2402 Consistency fixes for help text.
2403 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2404 set-buffer-file-coding-system (Bug#289).
2405 (mode-line-mule-info-help-echo): Update help text.
2406
2407 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * simple.el (execute-extended-command): Set real-this-command
2410 (bug#11506).
2411
2412 2012-06-02 Chong Yidong <cyd@gnu.org>
2413
2414 Remove incorrect uses of "modeline" in comments, docstrings, and
2415 function/variable names (Bug#10329).
2416
2417 * cus-edit.el (mode-line):
2418 * dframe.el (dframe-mouse-hscroll):
2419 * emacs-lisp/re-builder.el:
2420 * emacs-lisp/easy-mmode.el (define-minor-mode):
2421 * frame.el (set-frame-name):
2422 * help.el (lookup-minor-mode-from-indicator):
2423 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2424 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2425 (c-toggle-hungry-state):
2426 * progmodes/antlr-mode.el (antlr-language-alist):
2427 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2428 * progmodes/vhdl-mode.el (vhdl-mode):
2429 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2430 * term/ns-win.el (ns-face-at-pos):
2431 * term/sup-mouse.el (sup-mouse-report):
2432 * textmodes/flyspell.el (flyspell-mode-line-string):
2433 * textmodes/ispell.el (ispell-highlight-face):
2434 * textmodes/reftex-global.el:
2435 * vc/vc-arch.el (vc-arch-mode-line-string):
2436 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2437 * vc/vc-git.el (vc-git-mode-line-string):
2438 * vc/vc-hooks.el (vc-display-status)
2439 (vc-default-mode-line-string):
2440 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2441
2442 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2443
2444 * dired.el (dired-sort-set-mode-line): Rename from
2445 dired-sort-set-modeline. All callers changed.
2446
2447 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2448 eshell-status-in-modeline.
2449
2450 * foldout.el (foldout-mode-line-string): Rename from
2451 foldout-modeline-string. All callers changed.
2452 (foldout-update-mode-line): Rename from foldout-update-modeline.
2453
2454 * subr.el (redraw-modeline): Make into obsolete alias.
2455
2456 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2457 timeclock-modeline-display. Make old name an alias.
2458 (timeclock-update-mode-line): Likewise. All callers changed.
2459 (timeclock-mode-line-display): No need to check before using
2460 add-hook.
2461 (timeclock-relative, timeclock-day-over-hook)
2462 (timeclock-use-elapsed, timeclock-mode-string)
2463 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2464
2465 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2466 crisp-mode-modeline-string.
2467
2468 * play/solitaire.el (solitaire-build-mode-line): Rename from
2469 solitaire-build-modeline. All callers changed.
2470
2471 * play/zone.el (zone-hiding-mode-line): Rename from
2472 zone-hiding-modeline. All callers changed.
2473 (zone): Remove unusued `modeline-hidden-level' property.
2474
2475 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2476 xscheme-modeline-initialize. All callers changed.
2477
2478 * strokes.el (strokes-lighter): Rename from
2479 strokes-modeline-string.
2480
2481 * textmodes/sgml-mode.el (html-face-tag-alist)
2482 (html-tag-face-alist): Use mode-line face instead of obsolete
2483 alias modeline.
2484
2485 2012-06-02 Stefan Merten <smerten@oekonux.de>
2486
2487 * textmodes/rst.el: Always require `cl'.
2488 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2489
2490 2012-06-02 Chong Yidong <cyd@gnu.org>
2491
2492 * image.el (imagemagick-enabled-types): Rename from
2493 imagemagick-types-enable. Add many more types.
2494 (imagemagick-types-inhibit): Change default to nil.
2495 (imagemagick-filter-types): Caller changed.
2496
2497 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * emacs-lisp/cl-macs.el: Use backquotes.
2500 (cl-transform-function-property): Use eval-and-compile rather than
2501 abusing `require'.
2502 (defstruct): Use declare-function instead of with-no-warnings.
2503
2504 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2505 (byte-compile-output-docform): Re-add the print-circle bindings.
2506 (byte-compile-fix-header): Use #$ just because it's shorter.
2507 (byte-compile-output-file-form): Remove defun/defmacro.
2508
2509 2012-06-01 Martin Rudalics <rudalics@gmx.at>
2510
2511 * simple.el (choose-completion): Remove now obsolete binding for
2512 owindow.
2513
2514 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
2515
2516 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2517 in order to avoid "Stack overflow in regexp matcher".
2518
2519 2012-05-31 Glenn Morris <rgm@gnu.org>
2520
2521 * image.el: For clarity, call imagemagick-register-types at
2522 top-level, rather than relying on a custom :initialize.
2523 (imagemagick-types-enable): New option. (Bug#11557)
2524 (imagemagick-filter-types): New function. (Bug#7406)
2525 (imagemagick-register-types): Use imagemagick-filter-types.
2526 If disabling support, remove elements altogether rather
2527 than using an impossible regexp.
2528 (imagemagick-types-inhibit): Give it the default init function.
2529
2530 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2533 Handle arbitrary file name lengths (Bug#11585).
2534
2535 2012-05-31 Martin Rudalics <rudalics@gmx.at>
2536
2537 * desktop.el (desktop-read): Clear previous and next buffers for
2538 all windows and bury *Messages* buffer (bug#11556).
2539
2540 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 Add `declare' for `defun'. Align `defmacro's with it.
2543 * emacs-lisp/easy-mmode.el (define-minor-mode)
2544 (define-globalized-minor-mode): Don't autoload the var definitions.
2545 * emacs-lisp/byte-run.el: Use lexical-binding.
2546 (defun-declarations-alist, macro-declarations-alist): New vars.
2547 (defmacro, defun): Use them.
2548 (make-obsolete, define-obsolete-function-alias)
2549 (make-obsolete-variable, define-obsolete-variable-alias):
2550 Use `declare'.
2551 (macro-declaration-function): Mark obsolete.
2552 * emacs-lisp/autoload.el: Use lexical-binding.
2553 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2554
2555 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2556
2557 * textmodes/ispell.el (ispell-with-no-warnings):
2558 Define as a macro.
2559 (ispell-kill-ispell, ispell-change-dictionary):
2560 Use `called-interactively-p' for Emacs instead of obsolete
2561 `interactive-p'.
2562
2563 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2566 (macro-declaration-function): Move var from C code.
2567 (macro-declaration-function): Define function with defalias.
2568 * emacs-lisp/macroexp.el (macroexpand-all-1):
2569 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2570 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2571 defun/defmacro any more.
2572 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2573 Provide fallback for unknown arglist.
2574 (byte-compile-arglist-warn): Change calling convention.
2575 (byte-compile-output-file-form): Move print-vars binding.
2576 (byte-compile-output-docform): Simplify accordingly.
2577 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2578 (byte-compile-defmacro-declaration): Remove.
2579 (byte-compile-file-form-defmumble): Generalize to defalias.
2580 (byte-compile-output-as-comment): Return byte-positions.
2581 Simplify callers accordingly.
2582 (byte-compile-lambda): Use `assert'.
2583 (byte-compile-defun, byte-compile-defmacro): Remove.
2584 (byte-compile-file-form-defalias):
2585 Use byte-compile-file-form-defmumble.
2586 (byte-compile-defalias-warn): Remove.
2587
2588 2012-05-29 Stefan Merten <smerten@oekonux.de>
2589
2590 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2591 possible. Fix authors. Improve comments. Improve loading of `cl'.
2592
2593 (rst-mode-abbrev-table): Merge definition.
2594 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2595 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2596
2597 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2598
2599 * calendar/icalendar.el
2600 (icalendar-export-region): Export UID properly.
2601
2602 2012-05-29 Leo Liu <sdl.web@gmail.com>
2603 * calendar/icalendar.el (icalendar-import-format):
2604 Add `icalendar-import-format-uid' (Bug#11525).
2605 (icalendar-import-format-uid): New.
2606 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2607 Export UID.
2608
2609 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2612 different alternative patterns.
2613 (pcase-codegen): Be more careful to preserve identity.
2614 (pcase--u1): Don't forget to mark vars as used.
2615
2616 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2617 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2618 (byte-compile-from-buffer): ...rather than here.
2619
2620 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2621 functions from byte-compile-function-environment.
2622
2623 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
2624
2625 * window.el (window-deletable-p): Avoid deleting the root window
2626 of a frame with an active minibuffer.
2627
2628 2012-05-29 Martin Rudalics <rudalics@gmx.at>
2629
2630 * simple.el (choose-completion): Use quit-window (Bug#11567).
2631
2632 2012-05-29 Chong Yidong <cyd@gnu.org>
2633
2634 * whitespace.el (whitespace-cleanup): Fix usage of
2635 whitespace-empty-at-bob-regexp (Bug#11492).
2636
2637 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2638
2639 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2640 revert (Bug#11488).
2641
2642 2012-05-29 Juri Linkov <juri@jurta.org>
2643
2644 * isearch.el (isearch-mode-map): Bind `M-s _' to
2645 `isearch-toggle-symbol'. Bind `M-s c' to
2646 `isearch-toggle-case-fold'.
2647 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2648 (isearch-forward): Add `M-s _' to the docstring.
2649 (isearch-forward-symbol, isearch-toggle-case-fold)
2650 (isearch-symbol-regexp): New functions. (Bug#11381)
2651
2652 2012-05-29 Juri Linkov <juri@jurta.org>
2653
2654 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2655 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2656 a function, call it to get the regexp.
2657 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2658 property `isearch-message-prefix' instead of the string "word ".
2659 (isearch-search-fun-default): For the case of `isearch-word',
2660 return a lambda that calls re-search-forward/re-search-backward
2661 with a regexp returned by `word-search-regexp' or by the function
2662 in `isearch-word'.
2663
2664 2012-05-29 Juri Linkov <juri@jurta.org>
2665
2666 * isearch.el (isearch-search-fun-default): New function.
2667 (isearch-search-fun): Move default part to the new function
2668 `isearch-search-fun-default'.
2669 (isearch-search-fun-function): Set the default value to
2670 `isearch-search-fun-default'. (Bug#11381)
2671
2672 * comint.el (comint-history-isearch-end):
2673 Use `isearch-search-fun-default'.
2674 (comint-history-isearch-search): Use `isearch-search-fun-default'
2675 and remove spacial case for `isearch-word'.
2676 (comint-history-isearch-wrap): Remove spacial case for
2677 `isearch-word'.
2678
2679 * hexl.el (hexl-isearch-search-function):
2680 Use `isearch-search-fun-default'.
2681
2682 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2683 Use `word-search-regexp' for `isearch-word'.
2684
2685 * misearch.el (multi-isearch-search-fun):
2686 Use `isearch-search-fun-default'.
2687
2688 * simple.el (minibuffer-history-isearch-search):
2689 Use `isearch-search-fun-default' and remove spacial case for
2690 `isearch-word'.
2691 (minibuffer-history-isearch-wrap): Remove spacial case for
2692 `isearch-word'.
2693
2694 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2695 Remove spacial case for `isearch-word'.
2696 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2697
2698 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2699
2700 Decrease XEmacs incompatibilities.
2701 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2702 Use `string-match'.
2703 (flyspell-delete-region-overlays): Use alternative definition for
2704 XEmacs.
2705 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2706 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2707 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2708 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2709 `define-obsolete-face-alias' under XEmacs, but old method.
2710
2711 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2712 `with-no-warnings' definition or Emacs alias.
2713 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2714 (ispell-word): Do not use `region-p' if XEmacs.
2715
2716 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2717
2718 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2719 Check for `ispell-dictionary-base-alist' instead of full
2720 `ispell-dictionary-alist'.
2721 (ispell-init-process): Show spellchecker when starting new Ispell
2722 process.
2723
2724 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2727 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2728
2729 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * version.el (motif-version-string, gtk-version-string)
2732 (ns-version-string): Declare.
2733
2734 2012-05-27 Juri Linkov <juri@jurta.org>
2735
2736 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2737 after the `eval-defun-1' specialcaseing
2738 like in `edebug-eval-defun' (bug#10181).
2739
2740 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2741 like in `eval-defun-1'.
2742
2743 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2744
2745 * mail/sendmail.el (mail-yank-region):
2746 Recognize rmail-yank-current-message in addition to insert-buffer.
2747 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2748 a *mail* buffer created through rmail-start-mail with sendmail as
2749 mail-user-agent.
2750
2751 2012-05-27 Chong Yidong <cyd@gnu.org>
2752
2753 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2754 Default to 256 (Bug#11267).
2755
2756 * help.el (describe-mode): Doc fix.
2757
2758 2012-05-26 Glenn Morris <rgm@gnu.org>
2759
2760 * w32-fns.el (w32-init-info): Remove.
2761 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2762
2763 * info.el (info-initialize): For self-contained NS builds, put the
2764 included info/ directory at the front. (Bug#2791)
2765
2766 * paths.el (Info-default-directory-list): Make it a defcustom,
2767 mainly so that we can use custom-initialize-delay.
2768
2769 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * subr.el (buffer-has-markers-at): Mark obsolete.
2772
2773 * subr.el (lambda): Use declare.
2774
2775 * emacs-lisp/lisp-mode.el (lambda):
2776 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2777
2778 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2779
2780 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2781
2782 2012-05-26 Glenn Morris <rgm@gnu.org>
2783
2784 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2785
2786 2012-05-25 Glenn Morris <rgm@gnu.org>
2787
2788 * paths.el: Remove no-byte-compile.
2789 * loadup.el: No need to load paths.el uncompiled.
2790
2791 * image.el (imagemagick-types-inhibit): Doc fix.
2792
2793 * version.el: Remove no-byte-compile and associated formatting.
2794 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2795 is ancient code from when there was an "inc-vers.el".
2796
2797 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * progmodes/gdb-mi.el: Minor style changes.
2800 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2801 Turn into minor modes.
2802 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2803 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2804 (gdb-shell): Remove unneeded let-binding.
2805 (gdb-get-many-fields): Eliminate O(n²) behavior.
2806
2807 2012-05-25 Eli Zaretskii <eliz@gnu.org>
2808
2809 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2810 platforms that don't link in fontset.c.
2811
2812 2012-05-25 Juri Linkov <juri@jurta.org>
2813
2814 Use the same diff color scheme as in modern VCSes (bug#10181).
2815
2816 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2817 to avoid confusion with `diff-added' that now uses green colors.
2818 (diff-removed): Use shades of red.
2819 (diff-added): Use shades of green.
2820 (diff-changed): Leave just the yellow color.
2821 (diff-use-changed-face): New variable.
2822 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2823 how to highlight context diff changes.
2824 (diff-refine-change): Use shades of yellow.
2825 (diff-refine-removed): New face that uses shades of red.
2826 (diff-refine-added): New face that uses shades of green.
2827 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2828 `diff-refine-removed' in the call to `smerge-refine-subst'
2829 depending on the value of `diff-use-changed-face'.
2830
2831 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2832 (smerge-other): Use shades of green.
2833 (smerge-base): Use shades of yellow.
2834 (smerge-refined-change): Empty face.
2835 (smerge-refined-removed): New face that uses shades of red.
2836 (smerge-refined-added): New face that uses shades of green.
2837 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2838 args `props-r' and `props-a', and use them. Doc fix.
2839 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2840 on its value use different faces `smerge-refined-change',
2841 `smerge-refined-removed', `smerge-refined-added' in the call to
2842 `smerge-refine-subst'.
2843
2844 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2845 Add face condition `min-colors 88' with shades of red.
2846 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2847 `min-colors 88' with shades of green.
2848 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2849 `min-colors 88' with shades of yellow.
2850
2851 2012-05-24 Glenn Morris <rgm@gnu.org>
2852
2853 * paths.el (prune-directory-list, remote-shell-program): Move to...
2854 * files.el (prune-directory-list, remote-shell-program): ...here.
2855 For the latter, delay initialization, prefer ssh, just search PATH.
2856
2857 * paths.el (term-file-prefix): Move to faces.el (the only user).
2858 * faces.el (term-file-prefix): Move here, make it a defcustom.
2859
2860 * paths.el (news-directory, news-path, news-inews-program):
2861 Move to gnus/nnspool.el.
2862
2863 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2864
2865 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2866 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2867 Make the latter a defcustom, with a delayed initialization.
2868
2869 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2870 These were deleted from Gnus itself late 2010.
2871
2872 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * progmodes/which-func.el (which-func-ff-hook):
2875 Check against user-error, not error.
2876
2877 * emacs-lisp/edebug.el (top): Do not load or set up loading of
2878 cl-specs.el, which no longer exists.
2879
2880 2012-05-22 Glenn Morris <rgm@gnu.org>
2881
2882 * info.el (info-emacs-bug): New command.
2883 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2884 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2885
2886 2012-05-21 Glenn Morris <rgm@gnu.org>
2887
2888 * makefile.w32-in (update-subdirs-SH):
2889 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2890
2891 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2894
2895 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2896 Simplify Maven regexp, and make sure the file can't start with a space
2897 (bug#11517).
2898
2899 2012-05-21 Glenn Morris <rgm@gnu.org>
2900
2901 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2902 Scrap superfluous subshells.
2903
2904 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2907 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2908
2909 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2910
2911 * calc/calc.el (calc-ensure-consistent-units): New variable.
2912
2913 * calc/calc-units.el (math-consistent-units-p)
2914 (math-check-unit-consistency): New functions.
2915 (calc-quick-units, calc-convert-units):
2916 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2917 is non-nil.
2918 (calc-extract-units): Fix typo.
2919
2920 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2921
2922 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2923
2924 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2925 (flyspell-default-deplacement-commands): Don't spell check after
2926 repeated window/frame switches (e.g. triggered by mouse-movement).
2927 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2928 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2929 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2930 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2931 Remove unused vars.
2932 (flyspell-get-casechars, flyspell-get-not-casechars):
2933 Simplify; Don't bother removing a ] just to add it back.
2934 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2935
2936 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2937
2938 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2939 New functions.
2940 (math-function-table): Add support for more C functions.
2941
2942 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2943
2944 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2945 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2946 Protect delay handling for otherchars against empty otherchars.
2947
2948 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2951 their respective macro declarations.
2952 * skeleton.el (define-skeleton):
2953 * progmodes/compile.el (define-compilation-mode):
2954 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2955 (define-ibuffer-filter):
2956 * emacs-lisp/generic.el (define-generic-mode):
2957 * emacs-lisp/easy-mmode.el (define-minor-mode)
2958 (define-globalized-minor-mode):
2959 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2960 * emacs-lisp/byte-run.el (defsubst):
2961 * custom.el (deftheme): Add doc-string metadata.
2962
2963 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2966
2967 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2970
2971 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2972 * emacs-lisp/cl-macs.el: Idem.
2973 * emacs-lisp/cl-specs.el: Remove.
2974
2975 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 Minor renaming of internal CL functions and variables.
2978 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2979 (cl--position): Rename from cl-position.
2980 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2981 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2982 (cl--random-state): Rename from *random-state*.
2983
2984 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2987 parens around the arg list (bug#11499).
2988
2989 2012-05-17 Juri Linkov <juri@jurta.org>
2990
2991 * isearch.el (word-search-regexp, word-search-backward)
2992 (word-search-forward, word-search-backward-lax)
2993 (word-search-forward-lax): Move functions from search.c
2994 (bug#10145, bug#11381).
2995
2996 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2997
2998 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2999 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3000 Delay for otherchars as for normal word components.
3001
3002 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * minibuffer.el (completion--sifn-requote): Fix last change.
3005 (minibuffer-local-must-match-filename-map):
3006 Move define-obsolete-variable-alias before its var.
3007
3008 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3011
3012 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3013 behavior.
3014 (completion--string-equal-p): New function.
3015 (completion--twq-all): Use it to get better assertion failure data.
3016
3017 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3018 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3019 (shell--requote-argument): New functions.
3020 (shell-completion-vars): Use them.
3021 (shell--parse-pcomplete-arguments): Rename from
3022 shell-parse-pcomplete-arguments.
3023 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3024 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3025 Obey comint-file-name-quote-list.
3026
3027 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3028 (smie-indent-keyword): Use it.
3029
3030 2012-05-14 Stefan Merten <smerten@oekonux.de>
3031
3032 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3033
3034 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * net/rlogin.el (rlogin-mode-map): Fix last change.
3037
3038 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
3039
3040 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3041 the following \r\n using a single `process-send-string', since the
3042 Lotus SMTP server refuses to accept any commands if they are sent
3043 with two `process-send-string's (Bug#11444).
3044
3045 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * shell.el (shell-parse-pcomplete-arguments):
3048 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
3049
3050 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3051
3052 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
3053 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3054 (image-transform-width, image-transform-fit-width): New functions.
3055 (image-transform-properties): Use them.
3056 (image-transform-check-size): New function.
3057 (image-toggle-display-image): Use it (for testing).
3058 (image-transform-set-rotation): Reduce angle mod 360.
3059 Delete obsolete comment.
3060
3061 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3062
3063 * image-mode.el: Fix scaling (bug#11399).
3064 (image-transform-resize): Doc fix.
3065 (image-transform-properties): Default scale is 1 and height should
3066 be an integer.
3067
3068 2012-05-13 Johan Bockgård <bojohan@gnu.org>
3069
3070 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3071 than hard-coding `car', to fix misbehavior when moving forward.
3072
3073 2012-05-13 Chong Yidong <cyd@gnu.org>
3074
3075 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3076 (tabulated-list-entries, tabulated-list-padding)
3077 (tabulated-list-sort-key): Make permanent-local.
3078
3079 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3080 (electric-buffer-list): Put electric buffer menu
3081 command descriptions in this docstring, instead of the docstring
3082 of electric-buffer-menu-mode. Code cleanups.
3083 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3084 Electric-buffer-menu-mode.
3085 (electric-buffer-update-highlight): Minor code cleanup.
3086
3087 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3090 (Bug#11447)
3091
3092 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 Move define-obsolete-variable-alias before the var's definition.
3095 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3096 * tooltip.el (tooltip-hook):
3097 * textmodes/reftex-toc.el (reftex-toc-map):
3098 * textmodes/reftex-sel.el (reftex-select-label-map)
3099 (reftex-select-bib-map):
3100 * textmodes/reftex-index.el (reftex-index-map)
3101 (reftex-index-phrases-map):
3102 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3103 * progmodes/meta-mode.el (meta-mode-map):
3104 * novice.el (disabled-command-hook):
3105 * loadhist.el (unload-hook-features-list):
3106 * frame.el (blink-cursor):
3107 * files.el (find-file-not-found-hooks, write-file-hooks)
3108 (write-contents-hooks):
3109 * emulation/tpu-edt.el (GOLD-map):
3110 * emacs-lock.el (emacs-lock-from-exiting):
3111 * emacs-lisp/generic.el (generic-font-lock-defaults):
3112 * emacs-lisp/chart.el (chart-map):
3113 * dos-fns.el (register-name-alist):
3114 * dired-x.el (dired-omit-files-p):
3115 * desktop.el (desktop-enable):
3116 * cus-edit.el (custom-mode-hook):
3117 * buff-menu.el (buffer-menu-mode-hook):
3118 * bookmark.el (bookmark-read-annotation-text-func)
3119 (bookmark-exit-hooks):
3120 * allout.el (allout-mode-deactivate-hook)
3121 (allout-exposure-change-hook, allout-structure-added-hook)
3122 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3123 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3124 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3125 comes before the corresponding variable's definition.
3126
3127 2012-05-12 Chong Yidong <cyd@gnu.org>
3128
3129 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
3130 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3131 (Buffer-menu-mode-map): Bind it.
3132 (Buffer-menu--pretty-name): Add a mouse-face property.
3133
3134 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3137 (prolog-upper-case-string, prolog-lower-case-string)
3138 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3139 (prolog-use-smie, prolog-smie-grammar): New vars.
3140 (prolog-smie-forward-token, prolog-smie-backward-token)
3141 (prolog-smie-rules): New funs.
3142 (prolog-comment-indent): Remove.
3143 (prolog-mode-variables): Use default comment indentation instead.
3144 Setup SMIE.
3145 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3146 (prolog-mode): Don't call them any more.
3147 (prolog-electric-colon, prolog-electric-dash)
3148 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3149
3150 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3151
3152 * minibuffer.el (completion--twq-all): Again, allow case differences.
3153
3154 * term.el: Move keymap initialization code to be more idiomatic.
3155 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3156 (term-terminal-menu): Move initialization into declaration.
3157 (term-escape-char): Let the user set it in her .emacs.
3158
3159 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3160 Provide SMIE-based indentation (not enabled by default yet).
3161 (sh-mode-map): Don't bind electric keys.
3162 Use electric-pair-mode instead of skeleton-pair.
3163 (sh-assignment-regexp): Fit within 80 columns.
3164 (sh-indent-supported): Specify actual shell name instead of boolean.
3165 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3166 (sh-maybe-here-document): Use it. Make obsolete.
3167 (sh-electric-here-document-mode) New minor mode.
3168 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3169 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3170 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3171 (sh-smie-rc-grammar, sh-use-smie): New vars.
3172 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3173 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3174 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3175 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3176 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3177 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3178 (sh-set-shell): Use smie-setup if requested.
3179
3180 * term.el (term-set-escape-char): Properly set term-escape-char.
3181 See http://stackoverflow.com/questions/10524656.
3182
3183 2012-05-10 Chong Yidong <cyd@gnu.org>
3184
3185 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3186 Use url-generic-parse-url, and handle host names and Windows
3187 filenames properly.
3188 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3189 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3190 URL schemes to work on.
3191 (ffap--toggle-read-only): New function.
3192 (ffap-read-only, ffap-read-only-other-window)
3193 (ffap-read-only-other-frame): Use it.
3194 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3195 necessary for ffap-url-unwrap-remote.
3196
3197 2012-05-10 Dave Abrahams <dave@boostpro.com>
3198
3199 * cus-start.el (create-lockfiles): Add it.
3200
3201 2012-05-09 Chong Yidong <cyd@gnu.org>
3202
3203 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3204 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3205
3206 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3209
3210 2012-05-09 Chong Yidong <cyd@gnu.org>
3211
3212 * ansi-color.el (ansi-color-process-output): Check for validity of
3213 comint-last-output-start before using it. This avoids a bad
3214 interaction with gdb-mi's input/output buffer.
3215
3216 2012-05-09 Glenn Morris <rgm@gnu.org>
3217
3218 * files.el (dir-locals-read-from-file):
3219 Mention dir-locals in any error message.
3220
3221 2012-05-09 Chong Yidong <cyd@gnu.org>
3222
3223 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3224 package (Bug#11410).
3225
3226 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3227 variables into description.
3228
3229 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3232 shell-delimiter-argument-list (bug#11348).
3233 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3234
3235 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * textmodes/rst.el: Silence byte-compiler warnings.
3238 (rst-re-alist, rst-reset-section-caches): Move around.
3239 (rst-re): Use `characterp', not `char-valid-p'.
3240 (font-lock-beg, font-lock-end): Declare.
3241
3242 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3243 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3244
3245 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3246
3247 2012-05-08 Glenn Morris <rgm@gnu.org>
3248
3249 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3250
3251 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * vc/log-edit.el: Add GNU coding standards highlighting.
3254 (log-edit-font-lock-gnu-style)
3255 (log-edit-font-lock-gnu-keywords): New vars.
3256 (log-edit-font-lock-keywords): New fun.
3257 (log-edit-mode): Don't fold case in font-lock.
3258 (log-edit-font-lock-keywords): Do not assume case-folding.
3259
3260 * imenu.el: Misc cleanup. Make docstrings out of comments.
3261 Use lexical-binding.
3262 (imenu--index-alist, imenu--last-menubar-index-alist)
3263 (imenu-menubar-modified-tick): Use defvar-local.
3264 (imenu--split-menu): Remove unused var.
3265 (imenu--cleanup-seen): Declare as global.
3266 (imenu--cleanup): Use dolist.
3267
3268 * subr.el (defvar-local): Add debug spec and doc-string position.
3269
3270 2012-05-08 Glenn Morris <rgm@gnu.org>
3271
3272 * language/burmese.el, language/cham.el, language/czech.el:
3273 * language/english.el, language/georgian.el, language/greek.el:
3274 * language/japanese.el, language/khmer.el, language/korean.el:
3275 * language/lao.el, language/misc-lang.el, language/romanian.el:
3276 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3277 * language/thai.el, language/utf-8-lang.el:
3278 Remove no-byte-compile setting.
3279
3280 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3281
3282 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3283
3284 * progmodes/make-mode.el (makefile-browse):
3285 Remove unnecessary interactive. (Bug#11324)
3286
3287 2012-05-07 Glenn Morris <rgm@gnu.org>
3288
3289 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3290
3291 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3292
3293 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * loadup.el: Preload newcomment.el.
3296 * newcomment.el: Move autoload-only code to toplevel.
3297
3298 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3299 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3300 Handle new :right-align column property.
3301 (tabulated-list-print-col): Idem, plus use `display' text-property to
3302 try and preserve alignment for variable pitch fonts.
3303
3304 2012-05-07 Chong Yidong <cyd@gnu.org>
3305
3306 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3307 (tabulated-list-use-header-line): New var.
3308 (tabulated-list-init-header): Use it.
3309 (tabulated-list-print-fake-header): New function.
3310 (tabulated-list-print): Use it.
3311 (tabulated-list-sort-button-map): Add non-header-line commands.
3312 (tabulated-list-init-header): Add column name property to basic
3313 labels as well.
3314 (tabulated-list-col-sort): Handle non-header-line button case.
3315 (tabulated-list--sort-by-column-name): Fix a corner case.
3316
3317 * buff-menu.el (list-buffers--refresh):
3318 Handle Buffer-menu-use-header-line.
3319
3320 2012-05-06 Chong Yidong <cyd@gnu.org>
3321
3322 * buff-menu.el: Convert to Tabulated List mode.
3323 (Buffer-menu-buffer+size-width): Make obsolete.
3324 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3325 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3326 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3327 documentation into docstring of buffer-menu.
3328 (Buffer-menu-toggle-files-only): Add an informative message.
3329 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3330 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3331 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3332 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3333 (Buffer-menu-execute, Buffer-menu-select)
3334 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3335 (Buffer-menu-bury): Use Tabulated List machinery.
3336 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3337 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
3338 Delete.
3339 (list-buffers--refresh): New function.
3340 (list-buffers-noselect): Use it.
3341 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3342 (Buffer-menu--pretty-file-name): New helper functions.
3343
3344 * loadup.el: Preload tabulated-list.
3345
3346 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3347 tabulated-list-sort-column.
3348 (tabulated-list-init-header): Add the initial aligning space even
3349 if tabulated-list-padding is zero.
3350
3351 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3352
3353 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3354 whose cdr is not a cons cell correctly (bug#11038).
3355
3356 2012-05-06 Chong Yidong <cyd@gnu.org>
3357
3358 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3359 Accept additional plist in column descriptors.
3360 (tabulated-list-init-header): Obey it.
3361 (tabulated-list-get-entry): New function.
3362 (tabulated-list-put-tag): Use it. Use string-width instead of
3363 length.
3364 (tabulated-list--column-number): New function.
3365 (tabulated-list-print): Use it.
3366 (tabulated-list-print-col): New function.
3367 Set `tabulated-list-column-name' property on each column's text.
3368 (tabulated-list-print-entry): Use it.
3369 (tabulated-list-delete-entry, tabulated-list-set-col):
3370 New functions.
3371 (tabulated-list-sort-column): New command (Bug#11337).
3372
3373 * buff-menu.el (list-buffers): Move C-x C-b binding from
3374 buff-menu.el to bindings.el.
3375
3376 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3377 :advertised-binding feature.
3378
3379 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3380
3381 * progmodes/compile.el (compilation-internal-error-properties):
3382 Calculate start position correctly when end-col is set but
3383 end-line is not (Bug#11382).
3384
3385 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3386
3387 * man.el (Man-unindent): Use text-property-default-nonsticky to
3388 prevent untabify from inheriting face properties (Bug#11408).
3389
3390 2012-05-05 Stefan Merten <smerten@oekonux.de>
3391
3392 * textmodes/rst.el: Major merge with upstream development up to
3393 Docutils SVN r7399 / rst.el V1.2.1.
3394
3395 Clarify maintainership and authors.
3396
3397 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3398 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3399 (rst-official-version, rst-official-cvs-rev, rst-version)
3400 (rst-package-emacs-version-alist): New functions and variables
3401 for version information.
3402
3403 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3404 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3405 (rst-mode-syntax-table, rst-mode): New and corrected functions
3406 and variables representing reStructuredText features.
3407
3408 (rst-re): New function for reStructuredText regexes. Use in
3409 many places.
3410
3411 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3412 (rst-mode-map): Rebind keys.
3413
3414 (rst-mode-lazy, rst-font-lock-keywords)
3415 (rst-font-lock-extend-region)
3416 (rst-font-lock-extend-region-internal)
3417 (rst-font-lock-extend-region-extend)
3418 (rst-font-lock-find-unindented-line-limit)
3419 (rst-font-lock-find-unindented-line-match)
3420 (rst-adornment-level, rst-font-lock-adornment-level)
3421 (rst-font-lock-adornment-match)
3422 (rst-font-lock-handle-adornment-pre-match-form)
3423 (rst-font-lock-handle-adornment-matcher): Major revision of
3424 font-locking. Integrate with other code. Use `jit-lock-mode'.
3425
3426 (rst-preferred-adornments, rst-adjust-hook)
3427 (rst-new-adornment-down, rst-preferred-bullets)
3428 (rst-preferred-bullets, rst-indent, rst-indent-width)
3429 (rst-indent-field, rst-indent-literal-normal)
3430 (rst-indent-literal-minimized, rst-indent-comment): Change,
3431 extend and improve customization.
3432
3433 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3434 (rst-normalize-cursor-position, rst-get-decoration)
3435 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3436 (rst-rstrip, rst-toc-insert-find-delete-contents)
3437 (rst-shift-fill-region, rst-compute-bullet-tabs)
3438 (rst-debug-print-tabs, rst-debug-mark-found)
3439 (rst-shift-region-guts, rst-shift-region-right)
3440 (rst-shift-region-left, rst-use-char-classes)
3441 (rst-font-lock-keywords-function)
3442 (rst-font-lock-indentation-point)
3443 (rst-font-lock-find-unindented-line-begin)
3444 (rst-font-lock-find-unindented-line-end)
3445 (rst-font-lock-find-unindented-line)
3446 (rst-font-lock-adornment-point, rst-font-lock-level)
3447 (rst-adornment-level-alist): Remove functions and variables.
3448
3449 (rst-compare-adornments, rst-get-adornment-match)
3450 (rst-suggest-new-adornment, rst-get-adornments-around)
3451 (rst-adornment-complete-p, rst-get-next-adornment)
3452 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3453 (rst-straighten-adornments): Standardize function names to
3454 use "adornment" instead of "decoration". Correct callers.
3455 Similar standardizing in many places.
3456
3457 (rst-update-section, rst-adjust, rst-promote-region)
3458 (rst-enumerate-region, rst-bullet-list-region)
3459 (rst-repeat-last-character): Correct use of `interactive'.
3460
3461 (rst-classify-adornment, rst-find-all-adornments)
3462 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3463 (rst-find-leftmost-column, rst-repeat-last-character):
3464 Refactor functions.
3465
3466 (rst-find-title-line, rst-reset-section-caches)
3467 (rst-get-adornments-around, rst-adjust-adornment-work)
3468 (rst-arabic-to-roman, rst-roman-to-arabic)
3469 (rst-insert-list-pos, rst-insert-list-new-item)
3470 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3471 New functions.
3472
3473 (rst-all-sections, rst-section-hierarchy)
3474 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3475 New variables.
3476
3477 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3478 configuration instead of only buffer. Change where necessary.
3479
3480 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3481 (rst-shift-region, rst-adaptive-fill): New functions for
3482 indentation and filling.
3483
3484 (rst-comment-line-break, rst-comment-indent)
3485 (rst-comment-insert-comment, rst-comment-region)
3486 (rst-uncomment-region): New functions for handling comments.
3487
3488 (rst-compile): Quote shell arguments.
3489
3490 (rst-compile-pdf-preview, rst-compile-slides-preview):
3491 Delete temporary files after use.
3492
3493 2012-05-05 Glenn Morris <rgm@gnu.org>
3494
3495 * calendar/cal-html.el: Optionally include holidays in the output.
3496 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3497 (cal-html-holidays): New option.
3498 (cal-html-css-default): Add holiday entry.
3499 (holiday-in-range): Autoload it.
3500 (cal-html-htmlify-entry): Add optional class argument.
3501 (cal-html-htmlify-list): Add optional holidays argument.
3502 (cal-html-insert-agenda-days): Include holidays in the output.
3503 (cal-html-one-month): Maybe include holidays.
3504
3505 * calendar/holidays.el (holiday-in-range):
3506 Move here from cal-tex-list-holidays.
3507 * calendar/cal-tex.el (cal-tex-list-holidays):
3508 Make it an obsolete alias for holiday-in-range. Update all callers.
3509
3510 2012-05-05 Chong Yidong <cyd@gnu.org>
3511
3512 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3513 Nextstep.
3514
3515 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3516
3517 * files.el (file-auto-mode-skip): New var.
3518 (set-auto-mode-1): Use it.
3519
3520 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * repeat.el: Use lexical-binding.
3523 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3524 (repeat-undo-count): Remove.
3525 (repeat):
3526 * progmodes/octave-mod.el (octave-abbrev-start):
3527 * progmodes/f90.el (f90-abbrev-start):
3528 * face-remap.el (text-scale-adjust):
3529 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3530
3531 * emacs-lisp/pcase.el (pcase--let*): New function.
3532 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3533 a bit more.
3534 (pcase--split-pred): Be more clever about ruling out overlap between
3535 a predicate and some constant pattern.
3536 (pcase--q1): Use `null' instead of (eq foo nil).
3537
3538 * subr.el (setq-local, defvar-local): New macros.
3539 (kbd): Redefine as an alias.
3540 (with-selected-window): Leave unrelated frames alone.
3541 (set-temporary-overlay-map): New function.
3542
3543 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * subr.el (user-error): New function.
3546 * window.el (switch-to-buffer):
3547 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3548 (smerge-match-conflict):
3549 * simple.el (previous-matching-history-element)
3550 (next-matching-history-element, goto-history-element, undo-more)
3551 (undo-start):
3552 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3553 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3554 (next-file, tags-loop-scan, list-tags, complete-tag):
3555 * progmodes/compile.el (compilation-loop):
3556 * mouse.el (mouse-minibuffer-check):
3557 * man.el (Man-bgproc-sentinel, Man-goto-page):
3558 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3559 (Info-history-forward, Info-follow-reference, Info-menu)
3560 (Info-extract-menu-item, Info-extract-menu-counting)
3561 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3562 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3563 (Info-next-reference, Info-prev-reference, Info-index)
3564 (Info-index-next, Info-follow-nearest-node)
3565 (Info-copy-current-node-name):
3566 * imenu.el (imenu--make-index-alist)
3567 (imenu-default-create-index-function, imenu-add-to-menubar):
3568 * files.el (basic-save-buffer, recover-file):
3569 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3570 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3571 (checkdoc-message-text, checkdoc-defun):
3572 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3573 * cus-edit.el (customize-changed-options, customize-rogue)
3574 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3575 (custom-variable-mark-to-reset-standard)
3576 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3577 (custom-file):
3578 * completion.el (check-completion-length):
3579 * comint.el (comint-search-arg)
3580 (comint-previous-matching-input-string-position)
3581 (comint-previous-matching-input)
3582 (comint-replace-by-expanded-history-before-point, comint-send-input)
3583 (comint-copy-old-input, comint-backward-matching-input)
3584 (comint-goto-process-mark, comint-set-process-mark):
3585 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3586 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3587
3588 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * dabbrev.el (dabbrev--ignore-case-p): New function.
3591 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3592 Use it.
3593
3594 * files.el (automount-dir-prefix): Mark as obsolete.
3595
3596 2012-05-04 Glenn Morris <rgm@gnu.org>
3597
3598 * patcomp.el, play/bruce.el: Move to obsolete/.
3599
3600 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3601
3602 Fix minor Y10k bugs.
3603 * arc-mode.el (archive-unixdate):
3604 * autoinsert.el (auto-insert-alist):
3605 * calc/calc-forms.el (math-this-year):
3606 * emacs-lisp/copyright.el (copyright-current-year)
3607 (copyright-update-year, copyright):
3608 * tar-mode.el (tar-clip-time-string):
3609 * time.el (display-time-update):
3610 Don't assume years have 4 digits.
3611
3612 2012-05-04 Chong Yidong <cyd@gnu.org>
3613
3614 * dos-w32.el (file-name-buffer-file-type-alist)
3615 (direct-print-region-use-command-dot-com):
3616 * ffap.el (ffap-menu-regexp):
3617 * find-file.el (ff-special-constructs):
3618 * follow.el (follow-debug):
3619 * forms.el (forms--debug):
3620 * iswitchb.el (iswitchb-all-frames):
3621 * ido.el (ido-all-frames):
3622 * emacs-lisp/timer.el (timer-max-repeats):
3623 * mail/feedmail.el (feedmail-mail-send-hook)
3624 (feedmail-mail-send-hook-queued):
3625 * mail/footnote.el (footnote-signature-separator):
3626 * mail/mailabbrev.el (mail-alias-separator-string)
3627 (mail-abbrev-mode-regexp):
3628 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3629 * progmodes/idlwave.el (idlwave-libinfo-file)
3630 (idlwave-default-completion-case-is-down)
3631 (idlwave-library-routines): Convert defvars to defcustoms.
3632
3633 * mail/rmail.el (rmail-decode-mime-charset):
3634 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3635 (idlwave-shell-fix-inserted-breaks)
3636 (idlwave-shell-activate-alt-keybindings)
3637 (idlwave-shell-use-breakpoint-glyph):
3638 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3639
3640 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3643
3644 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3645
3646 * progmodes/verilog-mode.el (font-lock-keywords):
3647 Fix mis-highligting auto. Reported by Craig Barner.
3648 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3649 defines from global name space. Reported by Dan Dever.
3650 (verilog-auto-reset, verilog-auto-reset-widths)
3651 (verilog-auto-tieoff): Support using unbased numbers for
3652 AUTORESET and AUTOTIEOFF.
3653 (verilog-submit-bug-report): Update variable list.
3654 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3655 parenthesis from not matching. Reported by Michael Rytting.
3656 (verilog-auto-template-lint): Fix hash error when linting modules
3657 with no used templates.
3658 (verilog-warn, verilog-warn-error)
3659 (verilog-warn-fatal): When non-interactive report multiple
3660 warnings before exiting. Suggested by Brad Dobbie.
3661 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3662 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3663 to report unused template errors. Reported by Brad Dobbie.
3664 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3665 nets, bug438. Reported by Vns Blore.
3666 (verilog-auto-inout-module, verilog-auto-reg)
3667 (verilog-read-decls, verilog-read-sub-decls-sig)
3668 (verilog-signals-edit-wire-reg, verilog-signals-with):
3669 Fix passing of Verilog data types in ANSI input/output ports
3670 such as "output logic" into the AUTOs. Special case "wire" and
3671 "reg" for backwards compatibility presuming Verilog 2001.
3672 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3673 (verilog-preprocess): Fix replication of preprocess output.
3674 Reported by Brad Dobbie.
3675 (verilog-auto-inst-interfaced-ports):
3676 Create verilog-auto-inst-interfaced-ports, bug429.
3677 Reported by Julian Gorfajn.
3678 (verilog-after-save-font-hook)
3679 (verilog-before-save-font-hook): New variable.
3680 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3681 (verilog-save-font-mods): Wrap disabling fontification, reported
3682 by David Rogoff.
3683 (verilog-do-indent, verilog-pretty-declarations-auto)
3684 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3685 Reported by Pierre-David Pfister.
3686 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3687 of class declarations, bug292. Reported by Kevin Heilman.
3688 (verilog-read-decls): Fix 'parameter type' not appearing in
3689 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3690 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3691 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3692 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3693 Reported by David Kravitz.
3694
3695 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
3696
3697 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3698 assignment with tests in ifs and for loops.
3699 (verilog-extended-complete-re, verilog-complete-reg): Change so
3700 that DPI inport functions don't look like fuction declarations.
3701 (verilog-pretty-expr): Don't line up assignment
3702 operations to the test and increment in if and for loops
3703 (verilog-extended-complete-re, verilog-complete-reg): Change so
3704 that DPI inport functions don't look like fuction declarations.
3705
3706 2012-05-03 Kenichi Handa <handa@m17n.org>
3707
3708 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3709 decoding, and show a warning message without signaling an error
3710 (Bug#11282).
3711
3712 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * emacs-lisp/bytecomp.el
3715 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3716 since cconv.el might have introduced :fun-body, internal-make-closure,
3717 and friends for bytecomp to handle (bug#11391).
3718 * custom.el (defcustom): Avoid ((λ ..) ..).
3719
3720 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3723
3724 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * notifications.el (dbus-debug):
3727 * term/linux.el (gpm-mouse-enable):
3728 * term/screen.el (xterm-register-default-colors): Declare.
3729
3730 2012-05-02 Chong Yidong <cyd@gnu.org>
3731
3732 * cus-start.el (gc-cons-percentage, exec-suffixes)
3733 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3734 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3735 (make-cursor-line-fully-visible, void-text-area-pointer)
3736 (font-list-limit): Add customization data.
3737
3738 * allout.el (allout-exposure-change-functions)
3739 (allout-structure-added-functions)
3740 (allout-structure-deleted-functions)
3741 (allout-structure-shifted-functions): Rename abnormal hooks from
3742 *-hook, and convert to defcustoms.
3743 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3744 Convert to defcustoms.
3745 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3746
3747 * allout-widgets.el: Hook callers changed.
3748
3749 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3750
3751 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3752 the yanked message in preference to the default value of
3753 buffer-file-coding-system.
3754
3755 2012-05-02 Martin Rudalics <rudalics@gmx.at>
3756
3757 * window.el (display-buffer--action-function-custom-type):
3758 Fix entry.
3759
3760 2012-05-02 Alan Mackenzie <acm@muc.de>
3761
3762 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3763
3764 2012-05-01 Glenn Morris <rgm@gnu.org>
3765
3766 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3767
3768 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3769
3770 * cus-edit.el (custom-variable-documentation): Simplify with format.
3771
3772 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3773 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * simple.el (suggest-key-bindings, execute-extended-command):
3776 Move from keyboard.c.
3777
3778 2012-05-01 Chong Yidong <cyd@gnu.org>
3779
3780 * follow.el: Eliminate advice.
3781 (set-process-filter, process-filter, sit-for): Advice deleted.
3782 (follow-mode-off-hook): Obsolete hook removed.
3783 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3784 Vars deleted.
3785 (follow-auto): Use a :set function.
3786 (follow-mode): Rewritten. Don't advise process filters.
3787 (follow-switch-to-current-buffer-all, follow-scroll-up)
3788 (follow-scroll-down): Assume follow-mode is bound.
3789 (follow-comint-scroll-to-bottom)
3790 (follow-align-compilation-windows): New functions.
3791 (follow--window-sorter): New function.
3792 (follow-all-followers): Use it to explicitly sort windows by their
3793 positions; don't make assumptions about next-window order.
3794 (follow-windows-start-end, follow-delete-other-windows-and-split)
3795 (follow-calc-win-start): Doc fix.
3796 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3797 vertical-motion unnecessarily.
3798 (follow-adjust-window): New function.
3799 (follow-post-command-hook): Use it.
3800 (follow-call-set-process-filter, follow-call-process-filter)
3801 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3802 (follow-stop-intercept-process-output, follow-generic-filter):
3803 Functions deleted.
3804 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3805 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3806 New functions, replacing advice on scroll-bar-* commands.
3807 (follow-mwheel-scroll): New function (Bug#4112).
3808
3809 * comint.el (comint-adjust-point): New function.
3810 (comint-postoutput-scroll-to-bottom): Use it.
3811 Call follow-comint-scroll-to-bottom for Follow mode buffers.
3812
3813 2012-05-01 Glenn Morris <rgm@gnu.org>
3814
3815 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3816 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3817 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3818 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3819 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3820 Remove no-byte-compile setting.
3821
3822 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3825 all-completions code to not return a number in the last cdr.
3826
3827 2012-04-30 Leo Liu <sdl.web@gmail.com>
3828
3829 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3830 read-only error.
3831
3832 2012-04-29 Chong Yidong <cyd@gnu.org>
3833
3834 * follow.el (follow-calc-win-end): Rewrite to handle partial
3835 screen lines correctly (Bug#8390).
3836 (follow-avoid-tail-recenter): Minor cleanup.
3837
3838 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 Avoid the obsolete `assoc' package.
3841 * speedbar.el (speedbar-refresh): Avoid adelete.
3842 (speedbar-file-lists): Simplify and avoid aput.
3843 * man.el (Man--sections, Man--refpages): New vars, replacing
3844 Man-sections-alist and Man-refpages-alist.
3845 (Man-build-section-alist, Man-build-references-alist):
3846 Use them; avoid aput.
3847 (Man--last-section, Man--last-refpage): New vars.
3848 (Man-follow-manual-reference): Use them.
3849 Use the `default' arg of completing-read.
3850 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3851
3852 2012-04-27 Chong Yidong <cyd@gnu.org>
3853
3854 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3855
3856 * startup.el (x-apply-session-resources): New function.
3857
3858 * term/ns-win.el (ns-initialize-window-system):
3859 * term/w32-win.el (w32-initialize-window-system):
3860 * term/x-win.el (x-initialize-window-system): Use it to properly
3861 set menu-bar-mode and other vars from X resources, even if the
3862 initial frame is not a window-system frame (Bug#2299).
3863
3864 * subr.el (read-key): Avoid running filter function when setting
3865 up temporary tool bar entries (Bug#9922).
3866
3867 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3868
3869 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3870 (Bug#11344)
3871
3872 2012-04-27 Chong Yidong <cyd@gnu.org>
3873
3874 * select.el (xselect--encode-string): New function, split from
3875 xselect-convert-to-string.
3876 (xselect-convert-to-string): Use it.
3877 (xselect-convert-to-filename, xselect-convert-to-os)
3878 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3879 returned strings are properly encoded (Bug#11315).
3880
3881 2012-04-27 Chong Yidong <cyd@gnu.org>
3882
3883 * simple.el (delete-active-region): Move to killing custom group.
3884
3885 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3886
3887 * progmodes/which-func.el (which-func-current): Quote %
3888 characters for mode-line processing.
3889
3890 2012-04-27 Chong Yidong <cyd@gnu.org>
3891
3892 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3893 reaching eob (Bug#11286).
3894
3895 2012-04-27 Eli Zaretskii <eliz@gnu.org>
3896
3897 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3898 (gdb): Make it buffer-local and init to zero.
3899 (gdb-control-commands-regexp): New variable.
3900 (gdb-send): Don't wrap in "-interpreter-exec console" if
3901 gdb-control-level is positive. Increment gdb-control-level
3902 whenever the command matches gdb-control-commands-regexp, and
3903 decrement it each time the command is "end". (Bug#11279)
3904
3905 2012-04-27 Martin Rudalics <rudalics@gmx.at>
3906
3907 * window.el (adjust-window-trailing-edge, enlarge-window)
3908 (shrink-window, window-resize):
3909 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3910 windows (Bug#11276).
3911
3912 2012-04-27 Chong Yidong <cyd@gnu.org>
3913
3914 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3915 fix "missing prefix" warning. All callers changed.
3916
3917 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * emacs-lisp/assoc.el: Move to obsolete/.
3920
3921 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3924
3925 * term/ns-win.el (ns-define-service):
3926 * progmodes/pascal.el (pascal-goto-defun):
3927 * progmodes/js.el (js--read-tab):
3928 * progmodes/etags.el (tags-lazy-completion-table):
3929 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3930 * emacs-lisp/ewoc.el (ewoc--wrap):
3931 * emacs-lisp/assoc.el (aput, adelete, amake):
3932 * doc-view.el (doc-view-convert-current-doc):
3933 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3934
3935 2012-04-26 Chong Yidong <cyd@gnu.org>
3936
3937 * image.el (image-type-from-buffer): Only return supported image
3938 type (Bug#9045).
3939
3940 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3941 value, for symmetry with diff-end-of-hunk.
3942 (diff-split-hunk, diff-find-source-location)
3943 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3944 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3945 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3946 compute the relevant hunk or file properly (Bug#6005).
3947 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3948
3949 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * vc/vc-mtn.el:
3952 * vc/vc-hg.el:
3953 * vc/vc-git.el:
3954 * vc/vc-dir.el:
3955 * vc/vc-cvs.el:
3956 * vc/vc-bzr.el:
3957 * vc/vc-arch.el:
3958 * vc/vc.el: Replace lexical-let by lexical-binding.
3959 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3960 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3961 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3962
3963 2012-04-26 Chong Yidong <cyd@gnu.org>
3964
3965 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3966 (diff-mode-shared-map): Bind it to / and [remap undo].
3967
3968 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3969 (ediff-window-setup-function): Use it as the default, to set up
3970 windows based on whether the current frame is graphical (Bug#2138).
3971 (ediff-choose-window-setup-function-automatically): Make obsolete.
3972
3973 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3974
3975 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * ffap.el: Remove old code for obsolete package.
3978 (ffap-complete-as-file-p): Remove.
3979
3980 Use completion-table-with-quoting for comint and pcomplete.
3981 * comint.el (comint--unquote&requote-argument)
3982 (comint--unquote-argument, comint--requote-argument): New functions.
3983 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3984 (comint-quote-filename): Use regexp-opt-charset.
3985 (comint--common-suffix, comint--common-quoted-suffix)
3986 (comint--table-subvert): Remove.
3987 (comint-unquote-function, comint-requote-function): New vars.
3988 (comint--complete-file-name-data): Use them with
3989 completion-table-with-quoting.
3990 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3991 * pcomplete.el (pcomplete-arg-quote-list)
3992 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3993 (pcomplete-unquote-argument-function): Default to non-nil.
3994 (pcomplete-unquote-argument): Simplify.
3995 (pcomplete--common-quoted-suffix): Remove.
3996 (pcomplete-requote-argument-function): New var.
3997 (pcomplete--common-suffix): New function.
3998 (pcomplete-completions-at-point): Use completion-table-with-quoting
3999 and completion-table-subvert.
4000
4001 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4002 (minibuffer--double-dollars): Preserve properties.
4003 (completion--sifn-requote): New function.
4004 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4005
4006 * minibuffer.el: Add support for completion of quoted/escaped data.
4007 (completion-table-with-quoting, completion-table-subvert): New funs.
4008 (completion--twq-try, completion--twq-all): New functions.
4009 (completion--nth-completion): New function.
4010 (completion-try-completion, completion-all-completions): Use it.
4011
4012 2012-04-25 Leo Liu <sdl.web@gmail.com>
4013
4014 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4015 Use compilation-message if available to find real filename.
4016
4017 2012-04-25 Chong Yidong <cyd@gnu.org>
4018
4019 * vc/diff-mode.el (diff-setup-whitespace): New function.
4020 (diff-mode): Use it.
4021
4022 * vc/diff.el (diff-sentinel):
4023 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4024 Whitespace mode variables based on diff style (Bug#8612).
4025
4026 2012-04-25 Leo Liu <sdl.web@gmail.com>
4027
4028 * progmodes/python.el (python-send-region): Add suffix .py to the
4029 temp file.
4030
4031 * files.el (auto-mode-alist): Use javascript-mode instead.
4032
4033 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4034
4035 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
4036
4037 * net/soap-client.el (soap-resolve-references-for-sequence-type)
4038 (soap-resolve-references-for-array-type): Hack to prevent self
4039 references, see Bug#9.
4040 (soap-parse-envelope): Report the contents of the 'detail' node
4041 when receiving a fault reply.
4042 (soap-parse-envelope): Report the contents of the entire 'detail' node.
4043
4044 * net/soap-inspect.el (soap-sample-value-for-simple-type)
4045 (soap-inspect-simple-type): New function.
4046
4047 * net/soap-client.el (soap-simple-type): New struct.
4048 (soap-default-xsd-types, soap-default-soapenc-types)
4049 (soap-decode-basic-type, soap-encode-basic-type):
4050 support unsignedInt and double basic types.
4051 (soap-resolve-references-for-simple-type)
4052 (soap-parse-simple-type, soap-encode-simple-type): New function.
4053 (soap-parse-schema): Parse xsd:simpleType declarations.
4054
4055 * net/soap-client.el (soap-default-xsd-types)
4056 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4057 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4058 the local name of "soapenc:Array".
4059 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
4060 decoding integer, byte and anyURI xsd types.
4061
4062 2012-04-25 Chong Yidong <cyd@gnu.org>
4063
4064 * cus-edit.el (custom-buffer-create-internal): Update header text.
4065
4066 2012-04-25 Eli Zaretskii <eliz@gnu.org>
4067
4068 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4069 settings on 'system-type', not on 'window-system'. On MS-Windows,
4070 set interactive-mode on in GDB.
4071
4072 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4075 (ruby-syntax-propertize-regexp): Remove.
4076 (ruby-syntax-propertize-function): Split regexp into chunks.
4077 Match following code directly.
4078
4079 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4080
4081 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4082 (ruby-syntax-propertize-regexp): New function.
4083 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4084 by a special keyword.
4085
4086 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4087 (ruby-syntax-general-delimiters-goto-beg)
4088 (ruby-syntax-propertize-general-delimiters): New functions.
4089 (ruby-syntax-propertize-function): Use them to handle GDL.
4090 (ruby-font-lock-keywords): Move old handling of GDL...
4091 (ruby-font-lock-syntactic-keywords): .. to here.
4092 (ruby-calculate-indent): Adjust indentation for GDL.
4093
4094 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
4095
4096 * notifications.el (top): Remove unneeded declarations.
4097 (notifications-specification-version): Change to "1.2".
4098 (notifications-interface, notifications-notify-method)
4099 (notifications-close-notification-method): Fix docstring.
4100 (notifications-get-capabilities-method): New defconst.
4101 (notifications-notify): Add :action-items, :resident and
4102 :transient hints. Change "image_data" to "image-data" and
4103 "image_path" to "image-path".
4104 (notifications-get-capabilities): New defun.
4105
4106 2012-04-24 Leo Liu <sdl.web@gmail.com>
4107
4108 * progmodes/python.el: Move hideshow setup to the end.
4109
4110 2012-04-24 Martin Rudalics <rudalics@gmx.at>
4111
4112 * window.el (handle-select-window): Clear echo area since this is
4113 no more done by read_char (Bug#11304).
4114
4115 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4118 and `/ M' to filter-derived-mode.
4119 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4120 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4121 (ibuffer-mark-by-mode): Use default rather than initial-input.
4122 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4123
4124 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4125
4126 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4127 (ibuffer-filter-by-derived-mode): New filter.
4128 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4129
4130 2012-04-23 Andreas Politz <politza@fh-trier.de>
4131
4132 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4133
4134 2012-04-23 Chong Yidong <cyd@gnu.org>
4135
4136 * cus-edit.el (customize-apropos, customize-apropos-options):
4137 Disable matching of non-option variables (Bug#11176).
4138 (customize-option, customize-option-other-window)
4139 (customize-changed-options): Doc fix.
4140 (customize-apropos-options, customize-apropos-faces)
4141 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4142
4143 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
4144 Fix word list splitting (Bug#11132).
4145 (apropos-symbol, apropos-keybinding, apropos-label)
4146 (apropos-property, apropos-function-button)
4147 (apropos-variable-button, apropos-misc-button): New faces.
4148 (apropos-symbol-face, apropos-keybinding-face)
4149 (apropos-label-face, apropos-property-face, apropos-match-face):
4150 Variables removed (Bug#8396).
4151 (apropos-library-button, apropos-format-plist, apropos-print)
4152 (apropos-print-doc, apropos-describe-plist): Callers changed.
4153
4154 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
4155
4156 * net/xesam.el (xesam-mode-map): Use let-bound map in
4157 initialization. (Bug#11292)
4158
4159 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4160
4161 Preserve ispell session localwords when switching back to
4162 original buffer.
4163
4164 * textmodes/ispell.el (ispell-buffer-session-localwords):
4165 New buffer-local variable to hold buffer session localwords.
4166 (ispell-kill-ispell): Add option 'clear to delete session
4167 localwords.
4168 (ispell-command-loop, ispell-change-dictionary)
4169 (ispell-buffer-local-words): Preserve session localwords when
4170 needed.
4171
4172 * textmodes/flyspell.el (flyspell-process-localwords)
4173 (flyspell-do-correct): Preserve session localwords when needed.
4174
4175 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4176
4177 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4178 using obsolete `translation-table-for-input'.
4179 (ispell-word, ispell-process-line, ispell-complete-word):
4180 Use plain `insert' instead of removed `ispell-insert-word'.
4181
4182 2012-04-22 Chong Yidong <cyd@gnu.org>
4183
4184 * cus-edit.el (custom-variable-menu)
4185 (custom-variable-reset-saved, custom-face-menu)
4186 (custom-face-reset-saved): If there is no saved value, make the
4187 "reset-saved" operation bring back the default (Bug#9509).
4188 (custom-face-state): Properly detect themed faces.
4189
4190 * faces.el (face-spec-set): Stop supporting deprecated form of
4191 third arg.
4192
4193 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4194
4195 Move functions from C to Lisp. Make non-blocking method calls
4196 the default. Implement further D-Bus standard interfaces.
4197
4198 * net/dbus.el (dbus-message-internal): Declare function.
4199 Remove unneeded function declarations.
4200 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4201 (dbus-message-type-method-return, dbus-message-type-error)
4202 (dbus-message-type-signal): Declare variables. Remove local
4203 definitions.
4204 (dbus-interface-dbus, dbus-interface-peer)
4205 (dbus-interface-introspectable, dbus-interface-properties)
4206 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4207 Adapt docstring.
4208 (dbus-interface-objectmanager): New defconst.
4209 (dbus-call-method, dbus-call-method-asynchronously)
4210 (dbus-send-signal, dbus-method-return-internal)
4211 (dbus-method-error-internal, dbus-register-service)
4212 (dbus-register-signal, dbus-register-method): New defuns, moved
4213 from dbusbind.c
4214 (dbus-call-method-handler, dbus-setenv)
4215 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4216 New defuns.
4217 (dbus-call-method-non-blocking): Make it an obsolete function.
4218 (dbus-unregister-object, dbus-unregister-service)
4219 (dbus-handle-event, dbus-register-property)
4220 (dbus-property-handler): Obey the new structure of
4221 `bus-registered-objects'.
4222 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4223 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4224 Use `dbus-call-method'.
4225
4226 2012-04-22 Chong Yidong <cyd@gnu.org>
4227
4228 * cus-edit.el (custom-commands, custom-reset-menu)
4229 (Custom-reset-standard): Tweak labels.
4230 (custom-reset-button-menu): Change default to t.
4231 (custom-buffer-create-internal): For the custom-reset-button-menu
4232 case, put the revert button first.
4233 (custom-group-subtitle): New face.
4234 (custom-group-value-create): Align docstring to a specific column.
4235
4236 * wid-edit.el (widget-documentation-link-add): Don't handle
4237 indentation in this function.
4238 (widget-documentation-string-indent-to): New function.
4239 (widget-documentation-string-value-create): Use it.
4240
4241 * autorevert.el (auto-revert):
4242 * epg-config.el (epg):
4243 * ibuffer.el (ibuffer):
4244 * mpc.el (mpc):
4245 * ses.el (ses):
4246 * eshell/eshell.el (eshell):
4247 * net/ange-ftp.el (ange-ftp):
4248 * progmodes/ebnf2ps.el (postscript):
4249 * progmodes/flymake.el (flymake):
4250 * progmodes/prolog.el (prolog):
4251 * progmodes/verilog-mode.el (verilog-mode):
4252 * progmodes/which-func.el (which-func):
4253 * term/xterm.el (xterm):
4254 * textmodes/picture.el (picture):
4255 * textmodes/tildify.el (tildify):
4256 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4257 customization buffers.
4258
4259 2012-04-22 Alan Mackenzie <acm@muc.de>
4260
4261 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4262 Adding a ) can hide the resulting (..) from searches. Fix it.
4263 Bound the backward search to the position of the existing (.
4264
4265 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
4266
4267 * progmodes/verilog-mode.el (verilog-mode): Check whether
4268 which-func-modes is t before adding verilog-mode.
4269 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4270
4271 2012-04-21 Leo Liu <sdl.web@gmail.com>
4272
4273 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
4274
4275 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4276
4277 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4278 filling of the last column of a table (Bug#5635).
4279 (woman-find-next-control-line): New arg, specifying an additional
4280 regexp component for the control line.
4281 (woman2-roff-buffer): Use it.
4282 (woman-break-table): New function.
4283 (woman2-TS): Use it.
4284
4285 2012-04-21 Chong Yidong <cyd@gnu.org>
4286
4287 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4288 (woman-horizontal-escapes, woman-negative-vertical-space)
4289 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4290 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4291
4292 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * minibuffer.el (completion-file-name-table): Complete user names.
4295
4296 2012-04-20 Leo Liu <sdl.web@gmail.com>
4297
4298 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4299 and pcase-let*.
4300
4301 2012-04-20 Chong Yidong <cyd@gnu.org>
4302
4303 * server.el (server-execute): Respect initial-buffer-choice if it
4304 is a string and there are no files to open (Bug#2825).
4305 (server-create-window-system-frame, server-create-tty-frame):
4306 Don't switch buffers here.
4307 (server-process-filter): Only try to open a window system frame if
4308 compiled with graphical support (Bug#8314).
4309
4310 2012-04-20 Dan Nicolaescu <dann@gnu.org>
4311
4312 * battery.el (battery-echo-area-format): Display remaining time
4313 for sysfs backend too (Bug#11269).
4314 (battery-linux-sysfs): Fix conditional for the charge.
4315
4316 2012-04-20 Chong Yidong <cyd@gnu.org>
4317
4318 * progmodes/gdb-mi.el (gdb): Revert previous change.
4319 (gdb-inferior-io--init-proc): New function.
4320 (gdb-init-1): Use it.
4321 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4322 responsible for allocating a new pty and hooking it to gdb when
4323 the old pty gets an EIO due to process exit.
4324 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4325 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4326 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4327
4328 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4329
4330 * window.el (window-min-size, window-sizable, window-min-delta)
4331 (window-max-delta, window--resizable, window-resizable)
4332 (window-total-size, window-full-height-p, window-full-width-p)
4333 (window-in-direction, window--resize-mini-window, window-resize)
4334 (window--resize-child-windows-normal)
4335 (window--resize-child-windows, window--resize-siblings)
4336 (window--resize-this-window, adjust-window-trailing-edge)
4337 (enlarge-window, shrink-window): Doc fixes.
4338
4339 2012-04-20 Chong Yidong <cyd@gnu.org>
4340
4341 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4342 New function to call delete-process on the gdb-inferior buffer's pty.
4343 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4344 pty process (Bug#11273).
4345 (gdb-update): New arg to suppress talking to the gdb process.
4346 (gdb-done-or-error): Use it.
4347 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4348 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4349 sentinel not being called.
4350
4351 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4352
4353 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4354
4355 2012-04-20 Glenn Morris <rgm@gnu.org>
4356
4357 * net/network-stream.el (open-network-stream): Doc fix.
4358
4359 2012-04-20 Chong Yidong <cyd@gnu.org>
4360
4361 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4362
4363 2012-04-20 Alan Mackenzie <acm@muc.de>
4364
4365 Ensure searching for keywords is case sensitive.
4366
4367 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4368 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4369 (c-defun-name, c-mark-function, c-cpp-define-name)
4370 (c-comment-indent, c-scan-conditionals, c-indent-defun)
4371 (c-context-line-break): Bind case-fold-search to nil.
4372
4373 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4374 Bind case-fold-search to nil.
4375
4376 2012-04-20 Chong Yidong <cyd@gnu.org>
4377
4378 * mail/sendmail.el (mail-bury): Call return action with the right
4379 Rmail buffer (Bug#11242).
4380
4381 * server.el (server-process-filter): Handle corner case where both
4382 tty and nowait options are present (Bug#11102).
4383
4384 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4385
4386 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4387 (top level): Put into the executable the ident-style '$Id:' tag on
4388 windows-nt as well.
4389
4390 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * electric.el (electric-indent-post-self-insert-function): Check that
4393 electric-indent-mode is enabled in current buffer.
4394
4395 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * imenu.el (imenu-progress-message): Restore; it is "used" in
4398 erc/erc-imenu.el and net/snmp-mode.el.
4399
4400 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4401
4402 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4403 (mouse-avoidance-nudge-mouse): Remove unused binding.
4404
4405 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4406
4407 * descr-text.el (describe-char):
4408 * progmodes/python.el (python-describe-symbol):
4409 Don't call `toggle-read-only', set `buffer-read-only'.
4410
4411 * imenu.el (imenu-default-goto-function): Mark unused args.
4412 (imenu-progress-message): Remove obsolete macro; all callers changed.
4413
4414 * subr.el (keymap-canonicalize): Remove unused binding.
4415 (read-passwd): Mark unused arg.
4416
4417 * tutorial.el (tutorial--display-changes): Remove unused binding.
4418 (tutorial--save-tutorial-to): Remove unused variable.
4419
4420 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4421 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4422 (package-generate-autoloads, package-menu--generate)
4423 (package-menu--find-upgrades): Remove unused bindings.
4424
4425 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4426 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4427 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4428 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4429 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4430 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4431 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4432 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4433 (cua-delete-char-rectangle): Mark unused args.
4434 (cua-align-rectangle): Remove unused binding.
4435
4436 * mail/rmail.el (compilation--message->loc)
4437 (epa--find-coding-system-for-mime-charset): Declare.
4438
4439 * net/dbus.el (dbus-register-service): Declare.
4440 (dbus-name-owner-changed-handler): Remove unused binding.
4441
4442 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4443 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4444 (nxml-scan-backward-within): Mark unused arg.
4445 (nxml-dynamic-markup-word): Remove unused binding.
4446
4447 * mouse.el (mouse-menu-major-mode-map):
4448 * emacs-lisp/authors.el (authors-scan-change-log)
4449 (authors-add-to-author-list):
4450 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4451 * emacs-lisp/smie.el (smie-auto-fill):
4452 * mail/sendmail.el (mail-bury):
4453 * mail/unrmail.el (unrmail):
4454 * net/tls.el (open-tls-stream):
4455 * textmodes/picture.el (picture-mouse-set-point):
4456 Remove unused bindings.
4457
4458 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
4459
4460 * net/tramp.el (tramp-action-password): Let-bind
4461 `enable-recursive-minibuffers' to t.
4462
4463 2012-04-18 Sam Steingold <sds@gnu.org>
4464
4465 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4466 instead of 'string to accommodate values like [f11].
4467 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4468 * progmodes/gdb-mi.el: Likewise.
4469
4470 2012-04-18 Leo Liu <sdl.web@gmail.com>
4471
4472 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4473 current buffer.
4474 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4475 LOCAL is nil.
4476
4477 2012-04-18 Chong Yidong <cyd@gnu.org>
4478
4479 * simple.el (line-move): Use forward-line if in batch mode
4480 (Bug#11053).
4481
4482 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4483
4484 * files.el (after-find-file): Do not try to add a final newline if
4485 the buffer is read-only (Bug#11156).
4486
4487 2012-04-17 Richard Stallman <rms@gnu.org>
4488
4489 * mail/rmail.el (rmail-start-mail):
4490 Pass (rmail-mail-return...) for the return-action.
4491 Pass (rmail-yank-current-message...) for the yank-action.
4492 (rmail-yank-current-message): New function.
4493 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4494 (rmail-reply): Likewise.
4495 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4496
4497 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4498 buffer, not the last. Reject temp buffers. Use the rmail-mode
4499 buffer, not newbuf.
4500
4501 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * server.el (server-ensure-safe-dir): Simplify.
4504
4505 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * emacs-lisp/smie.el: Provide smarter auto-filling.
4508 (smie-auto-fill): New function.
4509 (smie-setup): Use it.
4510
4511 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4512
4513 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
4514
4515 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4516 (comment-indent): Use it.
4517
4518 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4519
4520 * ses.el: The overall change is to add cell renaming, that is
4521 setting fancy names for cell symbols other than name matching
4522 "\\`[A-Z]+[0-9]+\\'" regexp .
4523 (ses-localvars): Add ses--renamed-cell-symb-list.
4524 (ses-create-cell-variable): New defun.
4525 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4526 (ses-relocate-formula): Relocate formulas only for cells the
4527 symbols of which are not renamed, i.e. symbols whose names do not
4528 match regexp "\\`[A-Z]+[0-9]+\\'".
4529 (ses-relocate-all): Relocate values only for cells the symbols of
4530 which are not renamed.
4531 (ses-load): Create cells variables as the (ses-cell ...) are read,
4532 in order to check row col consistency with cell symbol name only
4533 for cells that are not renamed.
4534 (ses-replace-name-in-formula): New defun.
4535 (ses-rename-cell): New defun.
4536
4537 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4538
4539 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4540 New option (bug#11118).
4541 (perl-calculate-indent): Respect it.
4542
4543 2012-04-17 Glenn Morris <rgm@gnu.org>
4544
4545 * dired-aux.el (dired-mark-read-string): Doc fix.
4546
4547 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4548
4549 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4550 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4551
4552 2012-04-17 Glenn Morris <rgm@gnu.org>
4553
4554 * mouse.el (mouse-drag-track):
4555 * speedbar.el (speedbar-frame-mode):
4556 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4557
4558 2012-04-16 Leo Liu <sdl.web@gmail.com>
4559
4560 * progmodes/python.el: Trivial cleanup.
4561
4562 2012-04-16 Glenn Morris <rgm@gnu.org>
4563
4564 * vc/vc.el (vc-string-prefix-p):
4565 * vc/pcvs-util.el (cvs-string-prefix-p):
4566 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4567 * mpc.el (mpc-string-prefix-p):
4568 Make all of these into obsolete aliases for string-prefix-p.
4569 Update callers.
4570 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4571
4572 * textmodes/two-column.el: Move custom options to the start.
4573 (frame-width): Remove compat definition.
4574 (2C-associate-buffer, 2C-dissociate):
4575 Use with-current-buffer rather than save-excursion.
4576 (2C-dissociate): Force a mode-line update.
4577 (2C-autoscroll): Use ignore-errors.
4578
4579 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4580 Autoload trivia.
4581
4582 * emacs-lisp/cl-extra.el (*random-state*):
4583 Remove unnecessary declaration.
4584
4585 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4586
4587 * play/cookie1.el (cookie-snarf):
4588 Give an explicit error if input file cannot be read.
4589
4590 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4591
4592 * progmodes/perl-mode.el (c-macro-expand):
4593 Remove unnecessary autoload (it is in loaddefs.el).
4594
4595 * textmodes/picture.el (picture-desired-column)
4596 (picture-update-desired-column): Convert comments to doc-strings.
4597 (picture-substitute): Remove function.
4598 (picture-mode-map): Initialize in the defvar.
4599
4600 * woman.el: Remove eval-after-load for tar-mode.
4601 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4602 (woman-tar-extract-file): Autoload it.
4603
4604 * frame.el (automatic-hscrolling): Make this alias obsolete.
4605
4606 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4607
4608 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4609 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4610 (ispell-dictionary-base-alist): Revert to original XEmacs
4611 friendly version for default. [:alpha:] will be added in
4612 `ispell-set-spellchecker-params' if needed.
4613
4614 2012-04-16 Chong Yidong <cyd@gnu.org>
4615
4616 * image.el (imagemagick--file-regexp): New variable.
4617 (imagemagick-register-types): Use it.
4618 (imagemagick-types-inhibit): Add :set function. Allow new value
4619 of t to inhibit all types.
4620
4621 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4622 so we can preload it.
4623
4624 * loadup.el (fboundp): Preload regexp-opt, needed by
4625 imagemagick-register-types.
4626
4627 2012-04-15 Chong Yidong <cyd@gnu.org>
4628
4629 * frame.el (scrolling): Remove nearly unused customization group.
4630
4631 * scroll-all.el (scroll-all-mode): Move to windows group.
4632
4633 2012-04-15 Chong Yidong <cyd@gnu.org>
4634
4635 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4636
4637 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4640 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4641
4642 2012-04-15 Glenn Morris <rgm@gnu.org>
4643
4644 * simple.el (process-file-side-effects): Doc fix.
4645
4646 2012-04-15 Glenn Morris <rgm@gnu.org>
4647
4648 * international/mule-cmds.el (set-language-environment): Doc fix.
4649
4650 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4651
4652 * server.el (server-auth-key, server-generate-key): Doc fixes.
4653 (server-get-auth-key): Doc fix. Use `string-match-p'.
4654 (server-start): Reflow docstring.
4655
4656 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4657
4658 * server.el (server-generate-key): `called-interactively-p'
4659 requires a parameter.
4660
4661 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
4662
4663 * server.el (server-auth-key): New variable.
4664 (server-generate-key, server-get-auth-key): New function.
4665 (server-start): Use the new variable and functions to allow
4666 setting a permanent server key (bug#9423).
4667
4668 2012-04-14 Leo Liu <sdl.web@gmail.com>
4669
4670 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4671
4672 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4673
4674 Spelling fixes.
4675 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4676 Emacs uses American spelling.
4677
4678 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4679
4680 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4681 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4682 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4683 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4684
4685 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * progmodes/which-func.el (which-func-modes): Change default.
4688
4689 2012-04-14 Kim F. Storm <storm@cua.dk>
4690
4691 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4692 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4693
4694 2012-04-14 Chong Yidong <cyd@gnu.org>
4695
4696 * custom.el (custom-theme-set-variables): Doc fix.
4697
4698 2012-04-14 Glenn Morris <rgm@gnu.org>
4699
4700 * international/mule.el (set-auto-coding-for-load): Doc fix.
4701
4702 2012-04-14 Alan Mackenzie <acm@muc.de>
4703
4704 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4705 imenu work again for Objective C Mode. Correct the *-index values,
4706 these having been disturbed by a previous change in 2011-08.
4707
4708 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4709 Correct two search limits.
4710
4711 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4714
4715 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
4716
4717 * international/characters.el: Fix sorting.
4718
4719 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4720
4721 * international/characters.el: Add more missing Latin case pairs.
4722
4723 2012-04-14 Glenn Morris <rgm@gnu.org>
4724
4725 * files.el (dir-locals-set-class-variables): Doc fix.
4726
4727 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4728
4729 * international/characters.el: Add set-case-syntax-pair call for
4730 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4731 counterpart. (Bug#11209)
4732
4733 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4734
4735 2012-04-14 Glenn Morris <rgm@gnu.org>
4736
4737 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4738
4739 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4740
4741 * textmodes/ispell.el (ispell-dictionary-base-alist):
4742 Add data for Hebrew.
4743
4744 2012-04-14 Chong Yidong <cyd@gnu.org>
4745
4746 * net/rcirc.el (rcirc-cmd-quit):
4747 Revert 2012-03-18 change (Bug#11192).
4748
4749 2012-04-14 Glenn Morris <rgm@gnu.org>
4750
4751 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4752
4753 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4754
4755 * minibuffer.el (completion-in-region-mode-map):
4756 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
4757
4758 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4759
4760 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4761
4762 2012-04-13 Masatake YAMATO <yamato@redhat.com>
4763
4764 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4765 to allow `C-M-f' and `C-M-b' to move to the nearest path
4766 separator (bug#9511).
4767
4768 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4769
4770 * avoid.el: Require cl when compiling. And also move the
4771 `provide' to the end.
4772
4773 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4774
4775 * avoid.el (mouse-avoidance-banish-position): New variable.
4776 (mouse-avoidance-banish-destination): Use it (bug#10165).
4777
4778 2012-04-13 Leo Liu <sdl.web@gmail.com>
4779
4780 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4781
4782 2012-04-13 Ken Brown <kbrown@cornell.edu>
4783
4784 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4785 this is no longer needed now that cygstart understands file:// URLs.
4786 (browse-url-filename-alist): For the same reason, don't modify
4787 file:// URLs on Cygwin.
4788
4789 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4792 the region on shift if the binding is already shifted (bug#11221).
4793
4794 2012-04-12 Glenn Morris <rgm@gnu.org>
4795
4796 * mail/mailpost.el: Move to obsolete/.
4797
4798 2012-04-12 Drew Adams <drew.adams@oracle.com>
4799
4800 * imenu.el (imenu--generic-function): Ignore invisible definitions
4801 (bug#10123).
4802
4803 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4804
4805 * hexl.el (hexl-bits): New variable.
4806 (hexl-options): Mention the variable in the doc string.
4807 (hexl-rulerise, hexl-line-displen): New functions.
4808 (hexl-mode): Mention the new variable.
4809 (hexl-mode, hexl-current-address, hexl-current-address):
4810 Use the displen.
4811 (hexl-ascii-start-column): New function.
4812 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4813 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4814
4815 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4816
4817 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4818 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4819 the encoding, as expected by hunspell.
4820
4821 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * battery.el (battery--linux-sysfs-regexp): New const.
4824 (battery-status-function): Use it. Remove yeeloong special case.
4825 (battery-yeeloong-sysfs): Remove.
4826 (battery-echo-area-format): Remove yeeloong special case.
4827
4828 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4831 Reported by Noah Friedman.
4832
4833 * subr.el (read-passwd): Use read-string.
4834
4835 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4836
4837 * vcursor.el (vcursor-move): Increase the priority of the overlay
4838 (bug#9663).
4839
4840 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4841
4842 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4843 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4844
4845 2012-04-11 William Stevenson <yhvh2000@gmail.com>
4846
4847 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4848 define-minor-mode (bug#10760).
4849
4850 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4851
4852 * progmodes/grep.el (rgrep): Tweak the find command line so
4853 that directories matching `grep-find-ignored-files' won't be
4854 pruned (bug#10351).
4855
4856 2012-04-11 Chong Yidong <cyd@gnu.org>
4857
4858 * startup.el (command-line): Remove support for long-obsolete
4859 variable font-lock-face-attributes.
4860
4861 2012-04-11 Glenn Morris <rgm@gnu.org>
4862
4863 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4864
4865 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * window.el (window--state-get-1): Obey window-point-insertion-type.
4868
4869 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4870
4871 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4872 to previous function when point is on the first character of a
4873 function. Take care of that in `narrow-to-defun' (bug#6157).
4874
4875 2012-04-11 Glenn Morris <rgm@gnu.org>
4876
4877 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4878 not just file-errors.
4879
4880 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4881 (vc-bzr-sha1): Use internal sha1.
4882
4883 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4886
4887 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4888
4889 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4890 that start in the middle of the line (bug#10496).
4891
4892 2012-04-10 Dan Nicolaescu <dann@gnu.org>
4893
4894 * battery.el (battery-linux-proc-acpi): Only one battery is
4895 discharged at a time, but that seems to confuse battery.el when
4896 computing `rate-type' for the battery not being discharged
4897 (bug#10332).
4898
4899 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4902
4903 * international/quail.el: Use dolist and simplify.
4904 (quail-define-package, quail-update-keyboard-layout)
4905 (quail-define-rules): Use dolist.
4906 (quail-insert-kbd-layout, quail-get-translation): CSE.
4907
4908 * tmm.el: Use dolist, remove left over hook.
4909 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4910 Use dolist.
4911 (calendar-load-hook): Don't mess with it.
4912
4913 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4914 Use derived-mode-p. Run the diff asynchronously.
4915
4916 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4917
4918 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4919
4920 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4923 (list-dynamic-libraries--loaded): New function.
4924 (list-dynamic-libraries--refresh): Use it.
4925
4926 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
4927
4928 * progmodes/python.el (python-fill-paragraph):
4929 Make python-fill-region in a multiline string work when font-lock is
4930 disabled (bug#7018).
4931
4932 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4933
4934 * language/european.el (cp775): Add oem/legacy (en)coding on
4935 DOS/MS Windows for the Baltic languages. There are still plenty
4936 of texts written in this encoding/codepage (bug#6519).
4937
4938 2012-04-10 Glenn Morris <rgm@gnu.org>
4939
4940 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4941 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4942
4943 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4944
4945 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4946 next-line "n" and previous-line "p" in order to make recentf more
4947 consistent with ibuffer, dired or org-mode (bug#9387).
4948
4949 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4950
4951 * image.el (put-image): Return the overlay created instead of the
4952 optional input string (bug#7834). Note that this may break code
4953 that is (for some reason or other) depending on `put-image'
4954 returning the string.
4955
4956 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4957
4958 * simple.el (zap-to-char): Allow zapping using input methods
4959 (bug#1580).
4960
4961 * textmodes/fill.el (fill-region): Leave point and mark where they
4962 were before filling (bug#5399).
4963
4964 2012-04-09 Glenn Morris <rgm@gnu.org>
4965
4966 * version.el (emacs-bzr-get-version):
4967 Handle lightweight checkouts of local branches.
4968
4969 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4970
4971 * international/characters.el: Recover lost case pairs. (Bug#11209)
4972
4973 2012-04-09 Chong Yidong <cyd@gnu.org>
4974
4975 * custom.el (custom-variable-p): Return nil for non-symbol
4976 arguments instead of signaling an error.
4977 (user-variable-p): Obsolete alias for custom-variable-p.
4978
4979 * apropos.el (apropos-variable):
4980 * files-x.el (read-file-local-variable):
4981 * simple.el (set-variable):
4982 * woman.el (woman-mini-help):
4983 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4984
4985 2012-04-09 Glenn Morris <rgm@gnu.org>
4986
4987 * startup.el (normal-top-level): Don't look for leim-list.el
4988 in places where it will not be found. (Bug#910)
4989
4990 * international/mule-cmds.el (set-default-coding-systems):
4991 * files.el (normal-mode):
4992 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4993 This function was removed with ucs-tables.el in 2008.
4994
4995 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4996
4997 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4998 ispell-encoding8-command to "-i", without a trailing space.
4999 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5000 separate command-line arguments, to specify the encoding, since
5001 that's how hunspell expects it.
5002
5003 2012-04-08 Glenn Morris <rgm@gnu.org>
5004
5005 * loadup.el: Load bindings before cus-start.
5006 This reduces somewhat the number of "rogue" settings in emacs -Q.
5007
5008 2012-04-07 Glenn Morris <rgm@gnu.org>
5009
5010 * version.el (emacs-bzr-get-version): New function.
5011 (emacs-bzr-version): New variable.
5012 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5013 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5014
5015 2012-04-07 Eli Zaretskii <eliz@gnu.org>
5016
5017 * international/uni-bidi.el, international/uni-category.el:
5018 * international/uni-combining.el, international/uni-decimal.el:
5019 * international/uni-decomposition.el, international/uni-digit.el:
5020 * international/uni-lowercase.el, international/uni-mirrored.el:
5021 * international/uni-name.el, international/uni-numeric.el:
5022 * international/uni-titlecase.el, international/uni-uppercase.el:
5023 Update for Unicode 6.1.
5024
5025 2012-04-07 Eli Zaretskii <eliz@gnu.org>
5026
5027 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5028
5029 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5030
5031 * window.el (shrink-window): Mention the `window-min-height'
5032 variable in the doc string.
5033
5034 2012-04-05 Bastien Guerry <bzg@altern.org>
5035
5036 * color.el (color-lighten-name): Fix typo.
5037
5038 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * server.el (server--on-display-p): New function.
5041 (server--on-display-p): Use it.
5042
5043 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5044
5045 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5046 (bug#11145).
5047
5048 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * comint.el (comint--common-quoted-suffix): Check string boundary
5051 before comparing (bug#11158).
5052 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5053
5054 2012-04-04 Chong Yidong <cyd@gnu.org>
5055
5056 * minibuffer.el (completion-extra-properties): Doc fix.
5057
5058 * subr.el (delayed-warnings-hook): Doc fix.
5059
5060 2012-04-04 Daiki Ueno <ueno@unixuser.org>
5061
5062 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5063 selection (Bug#11159).
5064 (epa-insert-keys): Inform that the default public key will be
5065 exported if no key is selected.
5066
5067 2012-04-04 Richard Stallman <rms@gnu.org>
5068
5069 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5070
5071 2012-04-03 Chong Yidong <cyd@gnu.org>
5072
5073 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5074 mail-insert-file, not its obsolete alias mail-attach-file.
5075
5076 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * notifications.el (notifications-notify): Fix docstring.
5079
5080 2012-04-02 Glenn Morris <rgm@gnu.org>
5081
5082 * emacs-lisp/authors.el (authors-aliases): Another addition.
5083
5084 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
5085
5086 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5087 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5088 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5089
5090 2012-04-01 Chong Yidong <cyd@gnu.org>
5091
5092 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5093 Handle root directory properly.
5094 (copy-directory): Caller changed.
5095
5096 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5097 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5098
5099 2012-03-31 Glenn Morris <rgm@gnu.org>
5100
5101 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5102
5103 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5104
5105 * calendar/calendar.el (calendar-window-list)
5106 (calendar-hide-window): Restore. (Bug#11140)
5107 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5108
5109 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5110
5111 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5112
5113 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5114 Check if file is a symlink (Bug#10489).
5115
5116 * files.el (copy-directory): Likewise.
5117
5118 2012-03-30 Chong Yidong <cyd@gnu.org>
5119
5120 * image.el (imagemagick-types-inhibit)
5121 (imagemagick-register-types): Doc fix.
5122
5123 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5124
5125 * textmodes/ispell.el (ispell-get-extended-character-mode):
5126 Disable extended-char-mode for hunspell. hunspell does not support it
5127 and treats ~word as ordinary words in pipe mode.
5128
5129 2012-03-30 Glenn Morris <rgm@gnu.org>
5130
5131 * tutorial.el (help-with-tutorial): Ensure local variables don't
5132 happen to make the buffer read-only. (Bug#11127)
5133
5134 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5137 (perl-calculate-indent): Return `noindent' in strings.
5138
5139 2012-03-28 Sam Steingold <sds@gnu.org>
5140
5141 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5142 instead of the broken adhockery which does not prevent calendar
5143 buffers from being displayed at random after exit.
5144 (calendar-window-list, calendar-hide-window): Remove the broken
5145 adhockery.
5146
5147 2012-03-28 Glenn Morris <rgm@gnu.org>
5148
5149 * replace.el (query-replace-map): Doc fix.
5150
5151 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5152
5153 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5154 contents. (Bug#11109)
5155
5156 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5159 (bug#11077).
5160 (avl-tree--check, avl-tree--check-node): New funs.
5161
5162 2012-03-27 Martin Rudalics <rudalics@gmx.at>
5163
5164 * window.el (switch-to-visible-buffer): New option.
5165 (switch-to-prev-buffer, switch-to-next-buffer):
5166 Observe switch-to-visible-buffer. Make sure that checking for a window
5167 showing a buffer already is done on the same frame.
5168
5169 2012-03-27 Glenn Morris <rgm@gnu.org>
5170
5171 * startup.el (mail-host-address): Doc fix.
5172
5173 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5176 than 197 variables.
5177
5178 2012-03-26 Ami Fischman <ami@fischman.org>
5179
5180 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5181
5182 2012-03-26 Glenn Morris <rgm@gnu.org>
5183
5184 * files.el (save-buffers-kill-emacs): Doc fix.
5185
5186 * startup.el (normal-top-level, command-line, command-line-1):
5187 Give them doc strings.
5188
5189 2012-03-25 Eli Zaretskii <eliz@gnu.org>
5190
5191 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
5192 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
5193
5194 2012-03-25 Chong Yidong <cyd@gnu.org>
5195
5196 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5197 theme if it was previously enabled before (Bug#11031).
5198
5199 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5200 spec with custom-face-get-current-spec if its :shown-value is not
5201 determined yet (Bug#9337).
5202 (customize-create-theme, custom-theme-revert): Doc fixes.
5203
5204 * button.el (button-at): Minor addition to docstring.
5205
5206 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
5207
5208 * vc/vc.el (vc-merge): Fix a prompt.
5209
5210 2012-03-24 Chong Yidong <cyd@gnu.org>
5211
5212 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5213 point (Bug#9623).
5214
5215 * button.el (button-at): Minor addition to docstring.
5216
5217 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * newcomment.el (comment-choose-indent): No space after BOL.
5220
5221 2012-03-22 Sam Steingold <sds@gnu.org>
5222
5223 * window.el (switch-to-prev-buffer): Revert last patch because the
5224 bug turned out to be an advertised feature (Elisp manual 28.14).
5225
5226 2012-03-22 Glenn Morris <rgm@gnu.org>
5227
5228 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5229 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5230
5231 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5232
5233 * net/network-stream.el (network-stream-open-starttls): Make error
5234 message under Windows be less misleading.
5235
5236 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5237
5238 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5239 understands (bug#9942).
5240
5241 2012-03-22 Chong Yidong <cyd@gnu.org>
5242
5243 * simple.el (end-of-visible-line): Handle return value of
5244 next-single-property-change properly (Bug#9371).
5245
5246 2012-03-22 Kenichi Handa <handa@m17n.org>
5247
5248 * international/quail.el (quail-insert-kbd-layout): Fix previous
5249 change. To avoid unwanted bidi reordering, use
5250 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5251
5252 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5253
5254 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5255 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5256 (ruby-beginning-of-indent): Be more careful with the difference
5257 between word-boundary and symbol boundary.
5258 (ruby-mode-syntax-table): Make : a symbol constituent.
5259
5260 2012-03-21 Andreas Politz <politza@fh-trier.de>
5261
5262 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5263
5264 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * progmodes/etags.el (tags-completion-at-point-function):
5267 Improve last fix.
5268
5269 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5270
5271 2012-03-21 Sam Steingold <sds@gnu.org>
5272
5273 * progmodes/etags.el (tags-completion-at-point-function):
5274 Avoid the error when point is inside the pattern.
5275
5276 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5277
5278 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5279 line (Bug#10855).
5280
5281 2012-03-21 Drew Adams <drew.adams@oracle.com>
5282
5283 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5284
5285 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5286
5287 * ido.el (ido-set-current-directory, ido-read-internal)
5288 (ido-choose-completion-string, ido-completion-help): Handle nil
5289 value of ido-completion-buffer (Bug#11008).
5290
5291 2012-03-21 Sam Steingold <sds@gnu.org>
5292
5293 * window.el (switch-to-prev-buffer): Do not switch to a visible
5294 window previous buffer, just like with the frame previous buffers.
5295
5296 2012-03-21 Chong Yidong <cyd@gnu.org>
5297
5298 * faces.el (make-face, make-empty-face, copy-face):
5299 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5300 Doc fixes.
5301
5302 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5305 (widget-complete): Remove broken use of it.
5306
5307 2012-03-20 Chong Yidong <cyd@gnu.org>
5308
5309 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5310 Use string-width and truncate-string-width to handle arbitrary
5311 characters.
5312
5313 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5314
5315 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5316 to draw rectangles, not squares. (Regression introduced by revno
5317 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5318
5319 2012-03-18 Chong Yidong <cyd@gnu.org>
5320
5321 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5322 it is not yet defined (for temacs).
5323
5324 2012-03-18 Leo Liu <sdl.web@gmail.com>
5325
5326 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
5327
5328 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5329
5330 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5331 (ispell-choices-win-default-height, ispell-silently-savep)
5332 (ispell-dictionary-alist, ispell-encoding8-command)
5333 (ispell-check-version, ispell-aspell-find-dictionary)
5334 (ispell-valid-dictionary-list, ispell-words-keyword)
5335 (ispell-get-word, ispell-internal-change-dictionary)
5336 (ispell-region, ispell-skip-region-list)
5337 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5338 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5339 (ispell-message-text-end, ispell-message)
5340 (ispell-buffer-local-parsing): Doc fix.
5341
5342 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
5343
5344 * htmlfontify.el: Add support for code block fontification for ODT
5345 export (Bug #9914).
5346 (hfy-optimisations): Define new option
5347 `body-text-only'
5348 (hfy-fontify-buffer): Honor above setting.
5349 (hfy-begin-span, hfy-end-span): New routines factored out form
5350 `hfy-fontify-buffer'.
5351 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5352 that permit insertion of custom tags.
5353 (hfy-fontify-buffer): Use above handlers.
5354 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5355 (hfy-face-to-css): Re-defined to be a variable.
5356 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
5357 over multiple runs. This is made possible by having the caller let
5358 bind a special variable `hfy-user-sheet-assoc'.
5359 (htmlfontify-string): New defun.
5360 (hfy-compile-face-map): Make sure that the last char in the
5361 buffer is correctly fontified.
5362 (hfy-face-resolve-face): Whitespace only change.
5363
5364 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5365
5366 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5367 message more clear.
5368
5369 2012-03-16 Leo Liu <sdl.web@gmail.com>
5370
5371 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5372
5373 2012-03-16 Alan Mackenzie <acm@muc.de>
5374
5375 Further optimise the handling of large macros.
5376
5377 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5378 limit to a call of `c-literal-limits'.
5379 (c-determine-+ve-limit): New function.
5380 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5381 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5382 In CASE 5B, restrict a search limit to 500.
5383 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5384
5385 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5386 Restrict macro bounds to +-500 from after-change's BEG END.
5387
5388 2012-03-16 Leo Liu <sdl.web@gmail.com>
5389
5390 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5391
5392 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5393
5394 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5395 `special-mode' setting of `buffer-read-only'. (Bug#11010)
5396
5397 2012-03-16 Glenn Morris <rgm@gnu.org>
5398
5399 * view.el (view-buffer, view-buffer-other-window)
5400 (view-buffer-other-frame): Doc fixes re special mode-class.
5401
5402 * subr.el (eval-after-load): If named feature is provided not from
5403 a file, run after-load forms. (Bug#10946)
5404
5405 * calendar/calendar.el (calendar-insert-at-column):
5406 Handle non-unit-width characters a bit better. (Bug#10978)
5407
5408 2012-03-15 Chong Yidong <cyd@gnu.org>
5409
5410 * emacs-lisp/ring.el (ring-extend): New function.
5411 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5412
5413 * comint.el (comint-read-input-ring)
5414 (comint-add-to-input-history): Grow comint-input-ring lazily.
5415
5416 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5419 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5420
5421 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5422 (imenu-add-to-menubar): Don't add a redundant index.
5423 (imenu-update-menubar): Handle a dynamically composed keymap.
5424
5425 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5426
5427 * mail/sendmail.el (mail-encode-header):
5428 Bind rfc2047-encode-encoded-words to nil.
5429
5430 2012-03-13 Glenn Morris <rgm@gnu.org>
5431
5432 * calendar/calendar.el (calendar-string-spread):
5433 Handle non-unit-width characters a bit better. (Bug#10978)
5434
5435 2012-03-13 Leo Liu <sdl.web@gmail.com>
5436
5437 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5438 directory and file as argument (Bug#10822).
5439
5440 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5441
5442 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5443 For dynamically generated code, follow $PC.
5444 (gdb-disassembly-handler-custom): Handle no function name case.
5445
5446 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5447
5448 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5449 * emulation/ws-mode.el (ws-query-replace):
5450 * sort.el (sort-regexp-fields):
5451 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5452
5453 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * dabbrev.el: Fix cycle completion order (bug#10963).
5456 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5457 (dabbrev-completion): Don't use an obarray; provide
5458 a cycle-sort-function.
5459
5460 2012-03-12 Leo Liu <sdl.web@gmail.com>
5461
5462 * simple.el (kill-new): Use equal-including-properties for comparison.
5463 (kill-do-not-save-duplicates): Doc fix.
5464
5465 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * dabbrev.el: Fix cycle completion (bug#10963).
5468 Use lexical binding and wrap to 80 columns.
5469 (dabbrev-completion): Delay computing the list of completions.
5470
5471 2012-03-12 Kenichi Handa <handa@m17n.org>
5472
5473 * international/quail.el (quail-insert-kbd-layout): Surround each
5474 row by LRO and PDF instead of inserting many LRMs. Pad the left
5475 and right of each non-spacing marks. Insert invisible space
5476 between lower and upper characters to prevent composition.
5477
5478 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * minibuffer.el (minibuffer-complete): Don't get confused when the
5481 function is run twice via different commands (bug#10958).
5482 (complete-with-action): Fix docstring.
5483
5484 2012-03-12 Chong Yidong <cyd@gnu.org>
5485
5486 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5487 (nxml-completion-at-point-function): New function.
5488 (nxml-mode): Use it.
5489 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5490
5491 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5492 Load generated autoloads file before byte compiling (Bug#10970).
5493 (package--make-autoloads-and-compile): New helper fun.
5494
5495 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5496
5497 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5498
5499 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
5500
5501 * autorevert.el (auto-revert-handler): Ensure, that
5502 file-readable-p is applied only for local files or in
5503 auto-revert-tail-mode.
5504
5505 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5506
5507 * server.el (server-eval-at): Handle non-tcp connections.
5508 Decode result string.
5509
5510 * server.el (server-msg-size): New constant.
5511 (server-reply-print): New function.
5512 (server-eval-and-print): Use it.
5513 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5514 Handle -print-nonl.
5515
5516 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5517
5518 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5519 (Bug#10987).
5520
5521 2012-03-11 Chong Yidong <cyd@gnu.org>
5522
5523 * simple.el (goto-line): Doc fix (Bug#9938).
5524
5525 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5526
5527 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5528 when finished (Bug#10963).
5529
5530 2012-03-11 Martin Rudalics <rudalics@gmx.at>
5531
5532 * window.el (split-window-below): Fix bug in case where
5533 split-window-keep-point is nil (Bug#10971).
5534
5535 2012-03-11 Juri Linkov <juri@jurta.org>
5536
5537 * replace.el (replace-highlight): Set isearch-word to nil
5538 unconditionally. (Bug#10887)
5539
5540 2012-03-10 Eli Zaretskii <eliz@gnu.org>
5541
5542 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5543 mairix-replace-illegal-chars; all callers changed. Don't remove
5544 ^, ~, and = characters: they are meaningful in mairix search specs.
5545 (mairix-widget-create-query): Add usage information about mairix
5546 search forms: negating words, searching for substrings, etc.
5547
5548 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5549
5550 * international/fontset.el (font-encoding-alist): Add an entry for
5551 ksx1001 (Bug#5667).
5552
5553 2012-03-10 Richard Stallman <rms@gnu.org>
5554
5555 * mail/sendmail.el (mail-encode-header):
5556 Set rfc2047-encode-encoded-words.
5557
5558 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5559
5560 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5561 view buffer means not swapped.
5562 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5563 (rmail-write-region-annotate): Error if real text has disappeared.
5564
5565 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5566
5567 2012-03-10 Chong Yidong <cyd@gnu.org>
5568
5569 * emulation/cua-rect.el (cua--init-rectangles):
5570 * emulation/cua-base.el (cua--init-keymaps):
5571 Add delete-forward-char to remappings (Bug#9666).
5572
5573 2012-03-10 Martin Rudalics <rudalics@gmx.at>
5574
5575 * speedbar.el (speedbar-unhighlight-one-tag-line):
5576 Avoid unhighlighting due to frame switching (Bug#10275).
5577
5578 2012-03-10 Chong Yidong <cyd@gnu.org>
5579
5580 * minibuffer.el (completion-in-region, completion-help-at-point):
5581 Give the completion field overlay a high priority (Bug#6830).
5582
5583 * dired.el (dired-goto-file): Recognize absolute file name
5584 listings (Bug#7126).
5585 (dired-goto-file-1): New helper function.
5586 (dired-toggle-read-only): Inhibit warnings.
5587
5588 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
5589
5590 * net/dbus.el (dbus-property-handler): Return empty array if
5591 there are no properties.
5592
5593 2012-03-09 Leo Liu <sdl.web@gmail.com>
5594
5595 * savehist.el (savehist-printable): Stricter check for string
5596 value (Bug#10937).
5597
5598 2012-03-09 Eli Zaretskii <eliz@gnu.org>
5599
5600 * mail/smtpmail.el (smtpmail-send-it):
5601 Bind coding-system-for-write to *-unix, so that FCC files are kept in
5602 valid mbox format.
5603
5604 2012-03-09 Glenn Morris <rgm@gnu.org>
5605
5606 * files.el (dir-locals-find-file):
5607 Don't check result is regular, readable.
5608 (dir-locals-read-from-file): Demote errors.
5609
5610 2012-03-08 Eli Zaretskii <eliz@gnu.org>
5611
5612 * international/quail.el (quail-insert-kbd-layout):
5613 Insert invisible LRM characters before each character in a keyboard
5614 layout cell, to prevent their reordering by bidi display engine.
5615 For details, see the discussion in
5616 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5617
5618 2012-03-08 Alan Mackenzie <acm@muc.de>
5619
5620 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5621 the starting position; make it extend the marked region when
5622 invoked repeatedly - all under appropriate circumstances.
5623 Fixes bugs #5525, #10906.
5624
5625 2012-03-08 Glenn Morris <rgm@gnu.org>
5626
5627 * files.el (locate-dominating-file, dir-locals-find-file):
5628 Undo 2012-03-06 change.
5629
5630 2012-03-07 Eli Zaretskii <eliz@gnu.org>
5631
5632 * international/quail.el (quail-help):
5633 Force bidi-paragraph-direction be left-to-right. See discussion in
5634 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5635 for the reason.
5636
5637 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
5638
5639 Avoid superfluous registering of signals. (Bug#10807)
5640
5641 * notifications.el (notifications-on-action-object)
5642 (notifications-on-close-object): New defvars.
5643 (notifications-on-action-signal, notifications-on-closed-signal):
5644 Unregister the signal if not needed any longer.
5645 (notifications-notify): Register `notifications-action-signal' or
5646 `notifications-closed-signal', if :on-action or :on-close has been
5647 passed as argument.
5648
5649 2012-03-07 Chong Yidong <cyd@gnu.org>
5650
5651 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5652 non-X platforms.
5653
5654 2012-03-06 Glenn Morris <rgm@gnu.org>
5655
5656 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5657 (x-disown-selection-internal, x-get-selection-internal):
5658 Doc fix (add arglist signatures). (Bug#10783)
5659
5660 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5661
5662 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5663 Handle breakpoints with no "type".
5664
5665 2012-03-06 Glenn Morris <rgm@gnu.org>
5666
5667 * files.el (locate-dominating-file): Add optional predicate argument.
5668 (dir-locals-find-file): Make use of above change.
5669
5670 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5671
5672 * info.el (Info-insert-dir): Also try "dir.gz".
5673
5674 2012-03-06 Glenn Morris <rgm@gnu.org>
5675
5676 * files.el (dir-locals-find-file):
5677 Ignore non-readable or non-regular files. (Bug#10928)
5678
5679 * files.el (locate-dominating-file): Doc fix.
5680
5681 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5682
5683 * calendar/calendar.el (calendar-set-mode-line):
5684 `getenv' returns a string. (Bug#10951)
5685
5686 2012-03-05 Leo Liu <sdl.web@gmail.com>
5687
5688 * simple.el (backward-delete-char-untabify): Constrain point to
5689 field (Bug#10939).
5690
5691 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5692
5693 2012-03-05 Chong Yidong <cyd@gnu.org>
5694
5695 * simple.el (count-words): If called from Lisp, return the word
5696 count, for symmetry with `count-lines'. Arglist changed.
5697 (count-words--message): Args changed. Consolidate counting code
5698 from count-words and count-words-region.
5699 (count-words-region): Caller changed.
5700 (count-lines-region): Make it an obsolete alias.
5701
5702 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5703
5704 * saveplace.el (save-place-to-alist)
5705 (save-place-ignore-files-regexp): Allow value nil to disable this
5706 feature.
5707
5708 2012-03-04 Chong Yidong <cyd@gnu.org>
5709
5710 * faces.el (face-spec-reset-face): For the default face, reset the
5711 attributes to default values (Bug#10748).
5712
5713 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5714
5715 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5716 previous patch: Check `message-send-mail-function', and not the
5717 default function (bug#10897).
5718
5719 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * notifications.el (notifications-on-action-signal)
5722 (notifications-on-closed-signal): Check for unique service name of
5723 incoming event. Fix error in removing entry.
5724 (top): Register for signals with wildcard service name.
5725 (notifications-notify): Use daemon unique service name for map entries.
5726
5727 2012-03-04 Chong Yidong <cyd@gnu.org>
5728
5729 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5730
5731 2012-03-04 Glenn Morris <rgm@gnu.org>
5732
5733 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5734 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5735 (expand-abbrev, define-abbrev-table): Doc fixes.
5736
5737 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5738
5739 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5740 `message-default-send-mail-function' and not `send-mail-function'
5741 when doing the prompting for `sendmail-query-once' before sending
5742 in Message buffers (bug#10897).
5743
5744 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5745 This is inconsistent with all the other stream functions, which leave
5746 the setting up to the higher levels (if so wanted) (bug#10931).
5747
5748 2012-03-02 Alan Mackenzie <acm@muc.de>
5749
5750 Depessimize the handling of very large macros.
5751
5752 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5753 (c-macro-cache-syntactic): New variables to implement a one
5754 element macro cache.
5755 (c-invalidate-macro-cache): New function.
5756 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5757 Adapt to use the new cache.
5758 (c-state-safe-place): Use better the cache of safe positions.
5759 (c-state-semi-nonlit-pos-cache)
5760 (c-state-semi-nonlit-pos-cache-limit):
5761 New variables for...
5762 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5763 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5764 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5765 Use c-state-semi-safe-place.
5766
5767 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5768 Add c-invalidate-macro-cache to the C, C++, Obj entries.
5769
5770 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
5771
5772 * jka-compr.el (jka-compr-call-process):
5773 Apply `file-accessible-directory-p' only when the default directory is
5774 not remote.
5775
5776 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
5777
5778 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5779 access of FILE2, if FILE1 does not exist.
5780
5781 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5782 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5783
5784 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5785 Add "PAGER=" to `process-environment'.
5786
5787 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5788
5789 * progmodes/sql.el: Bug fix
5790 (sql-get-login-ext): Save login values in globals.
5791 (sql-get-login): Use new version of `sql-get-login-ext'.
5792 (sql-interactive-mode): Set global `sql-connection' to nil.
5793 (sql-connect): Set global values for connection.
5794 (sql-product-interactive): Save global values as buffer local.
5795
5796 2012-02-29 Leo Liu <sdl.web@gmail.com>
5797
5798 * abbrev.el (define-abbrevs): Reset sys to nil.
5799
5800 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5801
5802 * files.el (file-equal-p): Rename from `files-equal-p'.
5803 Return nil when one or both files don't exist.
5804 (file-subdir-of-p): Now only top directory must exists,
5805 return nil if it doesn't.
5806 (copy-directory): No need to test with `file-subdir-of-p' after
5807 creating dir.
5808 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5809 to `file-equal-p'.
5810
5811 2012-02-28 Glenn Morris <rgm@gnu.org>
5812
5813 * shell.el (shell-mode):
5814 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5815 * play/landmark.el (landmark-font-lock-face-O):
5816 * play/handwrite.el (handwrite):
5817 * play/gomoku.el (gomoku-O):
5818 * net/browse-url.el (browse-url-browser-display):
5819 * international/mule.el (define-charset):
5820 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5821 * filesets.el (filesets-find-file-delay):
5822 * eshell/em-xtra.el (eshell-xtra):
5823 * eshell/em-unix.el (eshell-grep):
5824 * emulation/viper.el (viper-mode):
5825 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5826 * emacs-lisp/easymenu.el (easy-menu-define):
5827 * calendar/timeclock.el (timeclock-use-display-time):
5828 * bs.el (bs-mode):
5829 * bookmark.el (bookmark-save-flag):
5830 Doc fix (standardize possessive apostrophe usage).
5831
5832 2012-02-27 Chong Yidong <cyd@gnu.org>
5833
5834 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5835 Fix key-binding lookup for ESC key (Bug#9146).
5836
5837 * font-lock.el (font-lock-specified-p): Rename from
5838 font-lock-spec-present. Callers changed.
5839
5840 2012-02-27 Daniel Hackney <dan@haxney.org>
5841
5842 * emacs-lisp/package.el (package-compute-transaction):
5843 Handle holding a package version to t in package-load-list.
5844
5845 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5848 (tramp-get-inode, tramp-get-device): Use cached values.
5849
5850 2012-02-26 Alan Mackenzie <acm@muc.de>
5851
5852 Check there is a font-lock specification before doing initial
5853 fontification.
5854
5855 * font-core.el (font-lock-mode): Move the conditional from
5856 :after-hook to font-lock-initial-fontify.
5857 (font-lock-default-function): Move the check for a specification
5858 to font-lock-spec-present.
5859
5860 * font-lock.el (font-lock-initial-fontify): Call ...
5861 (font-lock-spec-present): New function.
5862
5863 2012-02-26 Jim Blandy <jimb@red-bean.com>
5864
5865 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5866 (gdb-send): Apply it to the operand of the '-interpreter-exec
5867 console' command, so that we can pass arguments with (say) quotes
5868 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5869
5870 2012-02-26 Chong Yidong <cyd@gnu.org>
5871
5872 * help-fns.el (describe-function-1): Clarify description of
5873 remapping (Bug#10844).
5874
5875 * files.el (files-equal-p): Doc fix.
5876 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5877 and quit the loop once a mismatch is found.
5878
5879 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * bs.el (bs--show-with-configuration): Don't throw an error
5882 if the window cannot be split; otherwise, subsequent calls to
5883 bs-show fail, restoring a stale window config. (Bug#10882)
5884
5885 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5886
5887 * term/ns-win.el (global-map): Bind ns-drag-file to
5888 ns-find-file (Bug#5855, Bug#10050).
5889
5890 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5891
5892 * calendar/parse-time.el (parse-time-string): Allow extractor to
5893 return nil.
5894
5895 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
5896
5897 * net/tramp.el (tramp-file-name-for-operation):
5898 Add `files-equal-p' and `file-subdir-of-p'.
5899
5900 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5901 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5902 Add COPY-CONTENTS argument.
5903
5904 2012-02-25 Chong Yidong <cyd@gnu.org>
5905
5906 Add custom groups for VC backends, for consistency with vc-bzr.
5907
5908 * vc/vc-arch.el (vc-arch):
5909 * vc/vc-cvs.el (vc-cvs):
5910 * vc/vc-git.el (vc-git):
5911 * vc/vc-hg.el (vc-hg):
5912 * vc/vc-mtn.el (vc-mtn):
5913 * vc/vc-rcs.el (vc-rcs):
5914 * vc/vc-sccs.el (vc-sccs):
5915 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5916 All relevant defcustoms reassigned.
5917
5918 2012-02-25 Chong Yidong <cyd@gnu.org>
5919
5920 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5921
5922 * term/x-win.el (x-initialize-window-system): Reduce default for
5923 x-selection-timeout to 5 seconds (Bug#8869).
5924
5925 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5926
5927 * files.el (files-equal-p, file-subdir-of-p): New functions.
5928 (copy-directory): Error when trying to copy a directory on itself.
5929 Add missing copy-contents arg to tramp handler.
5930 * dired-aux.el (dired-copy-file-recursive): Same.
5931 (dired-create-files): Modify destination when source is equal to
5932 dest when copying files.
5933 Return also when dest is a subdir of source. (Bug#10489)
5934
5935 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5938 (Bug#10874)
5939
5940 2012-02-23 Alan Mackenzie <acm@muc.de>
5941
5942 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5943 parameter "after-hook:" to allow the expansion to run code after
5944 the execution of the mode hooks.
5945
5946 * font-lock.el (font-lock-initial-fontify): New function extracted
5947 from font-lock-mode-internal.
5948
5949 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5950 :after-hook.
5951
5952 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5955 (completion--cache-all-sorted-completions): New function.
5956 (completion-all-sorted-completions): Use it.
5957 (completion--do-completion, minibuffer-force-complete):
5958 Use it to re-instate the flush hook.
5959
5960 * icomplete.el (icomplete-completions): Replace last fix with a better
5961 one (bug#10850).
5962
5963 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5964
5965 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5966 when it might call us back infinitely (bug#10797).
5967
5968 2012-02-23 Glenn Morris <rgm@gnu.org>
5969
5970 * minibuffer.el (completion-category-overrides): Doc fix.
5971
5972 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5975 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5976
5977 2012-02-23 Glenn Morris <rgm@gnu.org>
5978
5979 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5980 (authors-obsolete-files-regexps, authors-ignored-files)
5981 (authors-ambiguous-files, authors-renamed-files-alist):
5982 Add more entries.
5983
5984 2012-02-23 Juri Linkov <juri@jurta.org>
5985
5986 * isearch.el (isearch-occur): Sync interactive spec with occur's
5987 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5988
5989 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5990
5991 2012-02-22 Juri Linkov <juri@jurta.org>
5992
5993 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5994 (ucs-insert): Doc fix. Check for hex digits in the string.
5995 Don't display `nil' in the error message. (Bug#10857)
5996
5997 2012-02-22 Alan Mackenzie <acm@muc.de>
5998
5999 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
6000
6001 2012-02-22 Glenn Morris <rgm@gnu.org>
6002
6003 * ffap.el (ffap-c-path):
6004 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6005
6006 2012-02-22 Chong Yidong <cyd@gnu.org>
6007
6008 * custom.el (load-theme): Doc fix.
6009
6010 2012-02-22 Glenn Morris <rgm@gnu.org>
6011
6012 * dired-x.el (dired-guess-shell-alist-default):
6013 Remove escape sequences from nroff output. (Bug#172)
6014
6015 2012-02-21 Glenn Morris <rgm@gnu.org>
6016
6017 * vc/emerge.el (emerge-defvar-local):
6018 Set `permanent-local' property rather than unused `preserved'.
6019
6020 * textmodes/picture.el (picture-delete-char): New alias.
6021 (picture-mode-map): Use it. (Bug#10860)
6022 (picture-mode): Doc fix.
6023
6024 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
6025
6026 * newcomment.el (uncomment-region-default): Remove unused binding.
6027
6028 2012-02-21 Glenn Morris <rgm@gnu.org>
6029
6030 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6031 (picture-self-insert, picture-tab-chars): Doc fix.
6032 (picture-mode-map): Fix C-a, C-e.
6033
6034 2012-02-20 Glenn Morris <rgm@gnu.org>
6035
6036 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6037
6038 2012-02-20 Leo Liu <sdl.web@gmail.com>
6039
6040 * icomplete.el (icomplete-completions): Check FROM arg before
6041 passing to substring (Bug#10850).
6042
6043 2012-02-19 Chong Yidong <cyd@gnu.org>
6044
6045 * comint.el: Require ansi-color.
6046 (comint-output-filter-functions): Add ansi-color-process-output.
6047
6048 * ansi-color.el: Don't set comint-output-filter-functions; it is
6049 now in the initial value defined in comint.el.
6050 (ansi-color-apply-face-function): New variable.
6051 (ansi-color-apply-on-region): Use it.
6052 (ansi-color-apply-overlay-face): New function.
6053
6054 * shell.el (shell): No need to require ansi-color.
6055 (shell-mode): Use ansi-color-apply-face-function to highlight
6056 color escapes using font-lock-face property (Bug#10835).
6057
6058 2012-02-19 Chong Yidong <cyd@gnu.org>
6059
6060 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6061 mode-line formats (Bug#10839).
6062
6063 2012-02-18 Glenn Morris <rgm@gnu.org>
6064
6065 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6066
6067 * mail/undigest.el (unforward-rmail-message): Doc fix.
6068
6069 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6070
6071 2012-02-18 Eli Zaretskii <eliz@gnu.org>
6072
6073 * international/characters.el (script-list): Sync with the latest
6074 Unicode Character Database.
6075
6076 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6077
6078 * international/titdic-cnv.el: Remove duplicate coding tag.
6079 * language/cham.el: Likewise.
6080 * language/tai-viet.el: Likewise.
6081
6082 2012-02-18 Glenn Morris <rgm@gnu.org>
6083
6084 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6085 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6086 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6087 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6088 * calendar/holidays.el (holiday-bahai-holidays)
6089 (calendar-holidays, list-holidays):
6090 Use utf-8 Bahá'í in doc-strings, menus, etc.
6091
6092 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6093
6094 * saveplace.el (save-place-ignore-files-regexp): New variable
6095 allowing for excluding files from saving their location of point.
6096 The default value matches the temporary commit message editing
6097 files from Git, SVN, Bazaar, and Mercurial.
6098 (save-place-to-alist): Use it.
6099
6100 2012-02-17 Lawrence Mitchell <wence@gmx.li>
6101 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * newcomment.el (uncomment-region-default): Don't leave extra space
6104 when an arg is provided (bug#8150).
6105
6106 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6107
6108 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
6109
6110 2012-02-17 Glenn Morris <rgm@gnu.org>
6111
6112 * net/socks.el: Require network-stream. (Bug#10599)
6113
6114 2012-02-17 Kenichi Handa <handa@m17n.org>
6115
6116 * international/charprop.el:
6117 * international/uni-name.el:
6118 * international/uni-old-name.el:
6119 * international/uni-comment.el: Regenerate.
6120
6121 2012-02-16 Glenn Morris <rgm@gnu.org>
6122
6123 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6124 Interactively in calendar buffer, give an error if not on a date.
6125
6126 2012-02-15 Glenn Morris <rgm@gnu.org>
6127
6128 * shell.el (shell-delimiter-argument-list):
6129 Revert 2011-02-17 change. (Bug#8027)
6130
6131 2012-02-15 Chong Yidong <cyd@gnu.org>
6132
6133 * minibuffer.el (completion-at-point-functions): Doc fix.
6134
6135 * custom.el (defcustom): Doc fix; note use of defvar.
6136
6137 2012-02-15 Glenn Morris <rgm@gnu.org>
6138
6139 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6140 Doc fixes.
6141
6142 2012-02-14 Glenn Morris <rgm@gnu.org>
6143
6144 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6145
6146 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6147
6148 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6149 way the ports list is computed.
6150 (smtpmail-query-smtp-server): Prompt the user for a port number if
6151 we can't connect to any of the standard ports (bug#10810).
6152
6153 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6154
6155 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6156
6157 2012-02-13 Glenn Morris <rgm@gnu.org>
6158
6159 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6160
6161 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6162
6163 * net/gnutls.el (gnutls-trustfiles): New variable.
6164 (gnutls-negotiate): Use it.
6165
6166 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6167
6168 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6169 does its stuff if Gnus is running.
6170
6171 2012-02-13 Alan Mackenzie <acm@muc.de>
6172
6173 Fix a loop in c-set-fl-decl-start.
6174
6175 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
6176 c-backward-syntactic-ws actually moves backwards.
6177
6178 2012-02-13 Leo Liu <sdl.web@gmail.com>
6179
6180 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6181 beginning so that all \C-o chars are removed.
6182
6183 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6184
6185 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
6186
6187 2012-02-12 Alan Mackenzie <acm@muc.de>
6188
6189 Fix infinite loop with long macros.
6190 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
6191
6192 2012-02-12 Chong Yidong <cyd@gnu.org>
6193
6194 * window.el (display-buffer): Doc fix (Bug#10785).
6195
6196 2012-02-12 Glenn Morris <rgm@gnu.org>
6197
6198 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6199 (x-disown-selection-internal, x-get-selection-internal):
6200 Sync docs with the xselect.c versions.
6201
6202 * allout-widgets.el: Add missing license notice.
6203
6204 2012-02-11 Glenn Morris <rgm@gnu.org>
6205
6206 * select.el (x-get-selection-internal, x-own-selection-internal)
6207 (x-disown-selection-internal):
6208 * x-dnd.el (x-get-selection-internal): Update declarations.
6209
6210 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6211
6212 * window.el (window-sides-slots):
6213 * tool-bar.el (tool-bar-position):
6214 * term/xterm.el (xterm-extra-capabilities):
6215 * ses.el (ses-self-reference-early-detection):
6216 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6217 (verilog-auto-wire-type)
6218 (verilog-auto-delete-trailing-whitespace)
6219 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6220 (verilog-auto-tieoff-declaration):
6221 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6222 (sql-oracle-statement-starters, sql-oracle-scan-on):
6223 * progmodes/prolog.el (prolog-align-comments-flag)
6224 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6225 (prolog-left-indent-regexp, prolog-paren-indent-p)
6226 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6227 (prolog-types, prolog-mode-specificators)
6228 (prolog-determinism-specificators, prolog-directives)
6229 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6230 (prolog-electric-dot-flag)
6231 (prolog-electric-dot-full-predicate-template)
6232 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6233 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6234 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6235 (prolog-program-switches, prolog-prompt-regexp)
6236 (prolog-debug-on-string, prolog-debug-off-string)
6237 (prolog-trace-on-string, prolog-trace-off-string)
6238 (prolog-zip-on-string, prolog-zip-off-string)
6239 (prolog-use-standard-consult-compile-method-flag)
6240 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6241 (prolog-imenu-max-lines, prolog-info-predicate-index)
6242 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6243 (prolog-char-quote-workaround):
6244 * progmodes/cc-vars.el (c-defun-tactic):
6245 * net/tramp.el (tramp-encoding-command-interactive)
6246 (tramp-local-end-of-line):
6247 * net/soap-client.el (soap-client):
6248 * net/netrc.el (netrc-file):
6249 * net/gnutls.el (gnutls):
6250 * minibuffer.el (completion-category-overrides)
6251 (completion-cycle-threshold)
6252 (completion-pcm-complete-word-inserts-delimiters):
6253 * man.el (Man-name-local-regexp):
6254 * mail/feedmail.el (feedmail-display-full-frame):
6255 * international/characters.el (glyphless-char-display-control):
6256 * eshell/em-ls.el (eshell-ls-date-format):
6257 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6258 (lisp-lambda-list-keyword-parameter-indentation)
6259 (lisp-lambda-list-keyword-parameter-alignment):
6260 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6261 * dired-x.el (dired-omit-verbose):
6262 * cus-theme.el (custom-theme-allow-multiple-selections):
6263 * calc/calc.el (calc-highlight-selections-with-faces)
6264 (calc-lu-field-reference, calc-lu-power-reference)
6265 (calc-note-threshold):
6266 * battery.el (battery-mode-line-limit):
6267 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6268 (archive-7z-update):
6269 * allout.el (allout-prefixed-keybindings)
6270 (allout-unprefixed-keybindings)
6271 (allout-inhibit-auto-fill-on-headline)
6272 (allout-flattened-numbering-abbreviation):
6273 * allout-widgets.el (allout-widgets-auto-activation)
6274 (allout-widgets-icons-dark-subdir)
6275 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6276 (allout-widgets-theme-dark-background)
6277 (allout-widgets-theme-light-background)
6278 (allout-widgets-item-image-properties-emacs)
6279 (allout-widgets-item-image-properties-xemacs)
6280 (allout-widgets-run-unit-tests-on-load)
6281 (allout-widgets-time-decoration-activity)
6282 (allout-widgets-hook-error-post-time)
6283 (allout-widgets-track-decoration):
6284 Add missing :version tags to new defcustoms and defgroups.
6285
6286 * progmodes/sql.el (sql-ansi-statement-starters)
6287 (sql-oracle-statement-starters): Add custom type.
6288
6289 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6290 (prolog-system-version): Give it a type.
6291
6292 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6293
6294 * term/pc-win.el (x-select-text, x-selection-owner-p)
6295 (x-own-selection-internal, x-disown-selection-internal)
6296 (x-get-selection-internal): Sync doc strings and argument lists
6297 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6298
6299 2012-02-11 Leo Liu <sdl.web@gmail.com>
6300
6301 * progmodes/python.el (python-end-of-statement): Fix infinite
6302 loop. (Bug#10788)
6303
6304 2012-02-10 Glenn Morris <rgm@gnu.org>
6305
6306 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6307 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6308
6309 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6310
6311 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6312 about SMTP before checking the From header.
6313
6314 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
6315 into own function for reuse by emacsbug.el.
6316
6317 2012-02-10 Leo Liu <sdl.web@gmail.com>
6318
6319 * subr.el (condition-case-unless-debug): Rename from
6320 condition-case-no-debug. All callers changed.
6321 (with-demoted-errors): Fix caller.
6322
6323 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6324 * nxml/rng-valid.el (rng-do-some-validation):
6325 * emacs-lisp/package.el (package-refresh-contents)
6326 (package-menu-execute):
6327 * desktop.el (desktop-create-buffer):
6328 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
6329
6330 2012-02-10 Glenn Morris <rgm@gnu.org>
6331
6332 * textmodes/bibtex.el:
6333 Add missing :version tags for new/changed defcustoms.
6334
6335 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6336
6337 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
6338
6339 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6340 (smtpmail-via-smtp): Use it, or fall back on the From address.
6341 (smtpmail-send-it): Ditto.
6342
6343 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6346 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6347 (byte-compile-tmp-var): New const.
6348 (byte-compile-defvar): Use it to minimize .elc size.
6349 Just use `defvar' rather than simulate it (bug#10761).
6350
6351 2012-02-09 Glenn Morris <rgm@gnu.org>
6352
6353 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6354
6355 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6356 Add :version tags.
6357
6358 * progmodes/compile.el (compilation-error-screen-columns)
6359 (compilation-first-column, compilation-filter-start): Doc fixes.
6360
6361 * vc/log-view.el (log-view-toggle-entry-display):
6362 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6363
6364 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6365 (report-emacs-bug-can-use-xdg-email):
6366 (report-emacs-bug-insert-to-mailer): Doc fixes.
6367 (report-emacs-bug): Message fix.
6368
6369 * net/browse-url.el (browse-url-can-use-xdg-open)
6370 (browse-url-xdg-open): Doc fixes.
6371
6372 * electric.el (electric-indent-mode, electric-pair-mode)
6373 (electric-layout-rules, electric-layout-mode): Doc fixes.
6374 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6375
6376 2012-02-08 Martin Rudalics <rudalics@gmx.at>
6377
6378 * server.el (server-unselect-display): Don't inadvertently kill
6379 the current buffer. (Bug#10729)
6380
6381 2012-02-08 Glenn Morris <rgm@gnu.org>
6382
6383 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6384 (sql-list-table): Doc fixes.
6385
6386 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6387 Comment out (does nothing).
6388
6389 * completion.el (dynamic-completion-mode):
6390 * dirtrack.el (dirtrack-debug-mode):
6391 * electric.el (electric-layout-mode):
6392 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6393 * face-remap.el (text-scale-mode, buffer-face-mode):
6394 * iimage.el (iimage-mode):
6395 * image-mode.el (image-transform-mode):
6396 * minibuffer.el (completion-in-region-mode):
6397 * scroll-lock.el (scroll-lock-mode):
6398 * simple.el (next-error-follow-minor-mode):
6399 * tar-mode.el (tar-subfile-mode):
6400 * tooltip.el (tooltip-mode):
6401 * vcursor.el (vcursor-use-vcursor-map):
6402 * wid-browse.el (widget-minor-mode):
6403 * emulation/tpu-edt.el (tpu-edt-mode):
6404 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6405 * international/iso-ascii.el (iso-ascii-mode):
6406 * language/thai-util.el (thai-word-mode):
6407 * mail/supercite.el (sc-minor-mode):
6408 * net/goto-addr.el (goto-address-mode):
6409 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6410 * progmodes/cwarn.el (cwarn-mode):
6411 * progmodes/flymake.el (flymake-mode):
6412 * progmodes/glasses.el (glasses-mode):
6413 * progmodes/hideshow.el (hs-minor-mode):
6414 * progmodes/pascal.el (pascal-outline-mode):
6415 * textmodes/enriched.el (enriched-mode):
6416 * vc/smerge-mode.el (smerge-mode):
6417 Doc fixes (minor mode argument).
6418
6419 2012-02-07 Eli Zaretskii <eliz@gnu.org>
6420
6421 * ls-lisp.el (ls-lisp-sanitize): New function.
6422 (ls-lisp-insert-directory): Use it to fix or remove any elements
6423 in file-alist with missing attributes. (Bug#4673)
6424
6425 2012-02-07 Alan Mackenzie <acm@muc.de>
6426
6427 Fix spurious recognition of c-in-knr-argdecl.
6428
6429 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6430 putative K&R region.
6431
6432 2012-02-07 Alan Mackenzie <acm@muc.de>
6433
6434 * progmodes/cc-engine.el (c-forward-objc-directive):
6435 Prevent looping in "#pragma mark @implementation".
6436
6437 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
6438
6439 * notifications.el (notifications-on-closed-signal): Make `reason'
6440 optional. (Bug#10744)
6441
6442 2012-02-07 Glenn Morris <rgm@gnu.org>
6443
6444 * emacs-lisp/easy-mmode.el (define-minor-mode):
6445 Doc fixes for the macro and the mode it defines.
6446
6447 * image.el (imagemagick-types-inhibit): Doc fix.
6448
6449 * cus-start.el (imagemagick-render-type): Add it.
6450
6451 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6452
6453 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6454 Set the default at load time, too, so that `font-lock-fontify-buffer'
6455 can be called without setting up the entire mode first. This fixes
6456 a bug in `mm-inline-text' with C MIME parts.
6457
6458 2012-02-06 Chong Yidong <cyd@gnu.org>
6459
6460 * simple.el (list-processes--refresh): Delete exited processes
6461 (Bug#8094).
6462
6463 * comint.el (comint-next-prompt): next-single-char-property-change
6464 and prev-single-char-property-change never return nil (Bug#8657).
6465
6466 * custom.el (defcustom): Doc fix (Bug#9711).
6467
6468 2012-02-05 Chong Yidong <cyd@gnu.org>
6469
6470 * cus-edit.el (custom-variable-reset-backup): Quote the value
6471 before storing it in the customized-value property (Bug#6712).
6472 (custom-display): Add a customization type tag.
6473 (custom-buffer-create-internal): Improve tooltip message.
6474
6475 * wid-edit.el (widget-field-value-get): New optional arg to
6476 suppress trailing whitespace truncation.
6477 (character): Use it (Bug#2689).
6478
6479 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6480
6481 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6482 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6483
6484 2012-02-05 Chong Yidong <cyd@gnu.org>
6485
6486 * cus-edit.el (custom-variable-value-create): For mismatched
6487 types, show the current value (Bug#7600).
6488
6489 * custom.el (defcustom): Doc fix.
6490
6491 2012-02-05 Glenn Morris <rgm@gnu.org>
6492
6493 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6494
6495 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6498 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6499 (pp-last-sexp): Use `looking-at-p'.
6500
6501 2012-02-04 Glenn Morris <rgm@gnu.org>
6502
6503 * files.el (revert-buffer):
6504 Doc fix (mention revert-buffer-in-progress-p).
6505
6506 * emacs-lisp/ert-x.el (ert-simulate-command):
6507 Check deferred-action-list (which is obsolete) is bound.
6508
6509 * subr.el (with-wrapper-hook): Doc fixes.
6510
6511 * simple.el (filter-buffer-substring-functions)
6512 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6513
6514 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6515
6516 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6517 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6518
6519 2012-02-04 Leo Liu <sdl.web@gmail.com>
6520
6521 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6522
6523 2012-02-04 Glenn Morris <rgm@gnu.org>
6524
6525 * image.el (image-extension-data): Add obsolete alias.
6526
6527 * isearch.el (isearch-update): Doc fix.
6528
6529 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6530
6531 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6532
6533 2012-02-03 Glenn Morris <rgm@gnu.org>
6534
6535 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6536 (image-animate-timeout): Doc fix.
6537
6538 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6539
6540 2012-02-02 Glenn Morris <rgm@gnu.org>
6541
6542 * server.el (server-auth-dir): Doc fix.
6543 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6544
6545 * subr.el (run-mode-hooks): Doc fix.
6546
6547 2012-02-02 Juri Linkov <juri@jurta.org>
6548
6549 * image-mode.el (image-toggle-display-image): Remove tautological
6550 `major-mode' from the `derived-mode-p' test.
6551
6552 2012-02-02 Kenichi Handa <handa@m17n.org>
6553
6554 * composite.el (compose-region): Cancel previous change.
6555
6556 2012-02-02 Kenichi Handa <handa@m17n.org>
6557
6558 * composite.el (compose-region, compose-string): Signal error for
6559 a null string component (Bug#6988).
6560
6561 2012-02-01 Chong Yidong <cyd@gnu.org>
6562
6563 * view.el (view-buffer-other-window, view-buffer-other-frame):
6564 Handle special modes like view-buffer (Bug#10650).
6565 (view-buffer): Simplify.
6566
6567 * frame.el (set-frame-font): Tweak meaning of third argument.
6568
6569 * dynamic-setting.el (font-setting-change-default-font):
6570 Use set-frame-font (Bug#9982).
6571
6572 2012-02-01 Glenn Morris <rgm@gnu.org>
6573
6574 * progmodes/compile.el (compilation-internal-error-properties):
6575 Respect compilation-first-column in the "*compilation*" buffer.
6576
6577 * emacs-lisp/easy-mmode.el (define-minor-mode):
6578 Relax :variable's test for a named function.
6579
6580 2012-01-31 Alan Mackenzie <acm@muc.de>
6581
6582 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6583 off by one error.
6584
6585 2012-01-31 Chong Yidong <cyd@gnu.org>
6586
6587 * frame.el (set-frame-font): New arg ALL-FRAMES.
6588
6589 * menu-bar.el (menu-set-font): Use set-frame-font.
6590
6591 * faces.el (face-spec-reset-face): Don't apply unspecified
6592 attribute values to the default face.
6593
6594 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
6595
6596 * progmodes/cwarn.el (cwarn): Remove dead link.
6597 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6598 Remove * from defcustom docstrings.
6599 (turn-on-cwarn-mode): Make obsolete.
6600 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6601 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6602
6603 2012-01-31 Glenn Morris <rgm@gnu.org>
6604
6605 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6606 Fix :variable handling of mode a symbol not equal to modefun.
6607 Allow named functions to be used as the cdr of :variable.
6608
6609 2012-01-30 Glenn Morris <rgm@gnu.org>
6610
6611 * emacs-lisp/authors.el (authors-fixed-entries):
6612 Remove reference to deleted file rnewspost.el.
6613
6614 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
6615
6616 * window.el (window-with-parameter): Remove unused variable `windows'.
6617 (window--side-check): Remove unused variable `code'.
6618 (window--resize-siblings): Remove unused variable `first'.
6619 (adjust-window-trailing-edge): Remove unused variable `failed'.
6620 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6621 Use `let', not `let*'.
6622 (balance-windows-2): Remove unused variable `found'.
6623 (window--state-put-2): Remove unused variable `splits'.
6624 (window-state-put): Remove unused variable `selected'.
6625 (same-window-p): Use `string-match-p'.
6626 (display-buffer-assq-regexp): Remove unused variable `value'.
6627 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6628 Mark argument ALIST as ignored.
6629 (pop-to-buffer): Remove unused variable `old-window'.
6630
6631 2012-01-29 Eli Zaretskii <eliz@gnu.org>
6632
6633 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6634 and .lzma compressed files.
6635
6636 2012-01-29 Chong Yidong <cyd@gnu.org>
6637
6638 * frame.el (window-system-default-frame-alist): Doc fix.
6639
6640 * dynamic-setting.el (font-setting-change-default-font): Don't
6641 change the default face if SET-FONT argument is non-nil (Bug#9982).
6642
6643 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6644
6645 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6646
6647 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6648
6649 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6650 breakpoints in files outside current directory (Bug#6098).
6651
6652 2012-01-29 Chong Yidong <cyd@gnu.org>
6653
6654 * progmodes/python.el: Require ansi-color at top-level.
6655
6656 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6657 Define and use in Emacs Lisp mode (Bug#9360).
6658 (lisp-mode-abbrev-table): Add doc.
6659 (lisp-mode-variables): Don't set local-abbrev-table.
6660 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6661
6662 2012-01-28 Roland Winkler <winkler@gnu.org>
6663
6664 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6665
6666 2012-01-28 Roland Winkler <winkler@gnu.org>
6667
6668 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6669 (bibtex-set-dialect): Use it. Either set global values of
6670 dialect-dependent variables or bind these variables buffer-locally
6671 (Bug#10254).
6672 (bibtex-mode): Call bibtex-set-dialect via
6673 hack-local-variables-hook.
6674 (bibtex-dialect): Update docstring.
6675 Add safe-local-variable predicate.
6676 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6677 bibtex-set-dialect.
6678 (bibtex-mode-map): Define menu for each dialect.
6679 (bibtex-entry): Fix docstring.
6680
6681 2012-01-28 Chong Yidong <cyd@gnu.org>
6682
6683 * eshell/esh-arg.el (eshell-quote-argument): New function.
6684
6685 * eshell/esh-ext.el (eshell-invoke-batch-file):
6686 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6687 first arg to eshell-parse-command (Bug#10523).
6688
6689 2012-01-28 Drew Adams <drew.adams@oracle.com>
6690
6691 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6692 `default-directory' is non-nil.
6693
6694 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6695
6696 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6697 line that displays system-configuration-options. (Bug#9924)
6698
6699 2012-01-28 Drew Adams <drew.adams@oracle.com>
6700
6701 * descr-text.el (describe-char): Show information about POS, in
6702 addition to information about the character at POS. Improve and
6703 update the doc string. Change "code point" to "code point in
6704 charset", to avoid confusion with the character's Unicode code
6705 point shown above that. (Bug#10129)
6706
6707 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6708
6709 * descr-text.el (describe-char): Show the raw character, not only
6710 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6711 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6712 for the reasons.
6713
6714 2012-01-28 Phil Hagelberg <phil@hagelb.org>
6715
6716 * emacs-lisp/package.el (package-install):
6717 Run package-refresh-contents if there is no archive yet (Bug#9798).
6718
6719 2012-01-28 Chong Yidong <cyd@gnu.org>
6720
6721 * emacs-lisp/package.el (package-maybe-load-descriptor):
6722 New function, split from package-maybe-load-descriptor.
6723 (package-maybe-load-descriptor): Use it.
6724 (package-download-transaction): Fully load required packages
6725 inside the loop, so that `require' calls work (Bug#10593).
6726 (package-install): No need to call package-initialize now.
6727
6728 2012-01-28 Chong Yidong <cyd@gnu.org>
6729
6730 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6731
6732 * tooltip.el (tooltip-mode): Doc fix.
6733 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6734
6735 * frame.el (set-cursor-color): Doc fix (Bug#352).
6736
6737 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6738 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6739
6740 * cus-edit.el (custom-buffer-create-internal): Fix search button
6741 action (Bug#10542).
6742 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6743
6744 2012-01-27 Eduard Wiebe <usenet@pusto.de>
6745
6746 * dired.el (dired-mark-files-regexp):
6747 Include any subdirectory components. (Bug#10445)
6748
6749 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6750
6751 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6752 Handle [host]:port syntax. (Bug#10533)
6753
6754 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
6755
6756 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6757
6758 2012-01-26 Glenn Morris <rgm@gnu.org>
6759
6760 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6761 * term.el (term-raw-escape-map): Use Control-X-prefix.
6762 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6763
6764 2012-01-25 Martin Rudalics <rudalics@gmx.at>
6765
6766 * window.el (window-state-get, window--state-get-1): Don't deal
6767 with fixed-sizeness of windows. Simplify code.
6768
6769 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6770
6771 * window.el (window--state-get-1, window--state-put-2):
6772 Don't save and restore the mark.
6773
6774 2012-01-25 Chong Yidong <cyd@gnu.org>
6775
6776 * custom.el (custom-variable-p): Doc fix.
6777
6778 2012-01-25 Glenn Morris <rgm@gnu.org>
6779
6780 * dired.el (dired-goto-file): Handle some of the more common
6781 characters that `ls -b' escapes. (Bug#10596)
6782
6783 * progmodes/compile.el (compilation-next-error-function):
6784 Respect compilation-first-column in the "*compilation*" buffer.
6785 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6786
6787 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6788
6789 2012-01-24 Glenn Morris <rgm@gnu.org>
6790
6791 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6792
6793 2012-01-24 Julien Danjou <julien@danjou.info>
6794
6795 * color.el (color-rgb-to-hsl): Fix value computing.
6796 (color-hue-to-rgb): New function.
6797 (color-hsl-to-rgb): New function.
6798 (color-clamp, color-saturate-hsl, color-saturate-name)
6799 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6800 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6801
6802 2012-01-24 Glenn Morris <rgm@gnu.org>
6803
6804 * vc/vc-rcs.el (vc-rcs-create-tag):
6805 * vc/vc-sccs.el (vc-sccs-create-tag):
6806 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6807
6808 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6809
6810 * eshell/esh-util.el (eshell-read-hosts-file):
6811 Skip comment lines. (Bug#10549)
6812
6813 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6814
6815 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
6816
6817 * subr.el (display-delayed-warnings): Doc fix.
6818 (collapse-delayed-warnings): New function to collapse identical
6819 adjacent warnings.
6820 (delayed-warnings-hook): Add it.
6821
6822 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6825
6826 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6827 (tramp-default-user-alist): Don't add "pscp".
6828 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6829 property "login-as", if set. (Bug#10530)
6830
6831 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6834 "plink1" and "psftp". (Bug#10530)
6835
6836 2012-01-21 Kenichi Handa <handa@m17n.org>
6837
6838 * international/mule-cmds.el (prefer-coding-system): Show a
6839 warning message if the default value of file-name-coding-system
6840 was not changed.
6841
6842 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6843
6844 * windmove.el (windmove-reference-loc):
6845 Fix windmove-reference-loc miscalculation.
6846
6847 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6848
6849 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6850 default unit.
6851
6852 2012-01-21 Glenn Morris <rgm@gnu.org>
6853
6854 * international/mule.el (auto-coding-alist): Add .tbz.
6855
6856 * files.el (local-enable-local-variables): Doc fix.
6857 (inhibit-local-variables-regexps): Rename from
6858 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6859 Doc fix. Add some extensions from auto-coding-alist.
6860 (inhibit-local-variables-suffixes):
6861 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6862 (inhibit-local-variables-p):
6863 New function, extracted from set-auto-mode-1.
6864 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6865 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6866 (hack-local-variables): Doc fix. Make the mode-only case
6867 respect enable-local-variables and friends.
6868 Respect inhibit-local-variables-regexps for file-locals, but
6869 not for directory-locals.
6870 (set-visited-file-name):
6871 Take account of inhibit-local-variables-regexps.
6872 Whether it applies may change as the file name is changed.
6873 * jka-cmpr-hook.el (jka-compr-install):
6874 * jka-compr.el (jka-compr-uninstall):
6875 Update for inhibit-first-line-modes-suffixes name change.
6876
6877 2012-01-20 Martin Rudalics <rudalics@gmx.at>
6878
6879 * help-macro.el (make-help-screen): Temporarily restore original
6880 binding for minor-mode-map-alist (Bug#10454).
6881
6882 2012-01-19 Julien Danjou <julien@danjou.info>
6883
6884 * color.el (color-name-to-rgb): Use the white color to find the max
6885 color component value and return correctly computed values.
6886 (color-name-to-rgb): Add missing float conversion for max value.
6887
6888 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6889
6890 * window.el (window--state-get-1, window-state-get): Do not use
6891 special state value for window-persistent-parameters.
6892 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
6893 (window--state-put-2): Reset all window parameters to nil before
6894 assigning values of persistent parameters.
6895
6896 2012-01-18 Alan Mackenzie <acm@muc.de>
6897
6898 Eliminate sluggishness and hangs in fontification of "semicolon
6899 deserts".
6900
6901 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6902 Change value 10000 -> 3000.
6903 (c-state-safe-place): Reformulate so it doesn't stack up an
6904 infinite number of wrong entries in c-state-nonlit-pos-cache.
6905 (c-determine-limit-get-base, c-determine-limit): New functions to
6906 determine backward search limits disregarding literals.
6907 (c-find-decl-spots): Amend commenting.
6908 (c-cheap-inside-bracelist-p): New function which detects "={".
6909
6910 * progmodes/cc-fonts.el
6911 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6912 backward search.
6913 (c-font-lock-declarations): Fix an occurrence of point being
6914 undefined. Check additionally for point being in a bracelist or
6915 near a macro invocation without a semicolon so as to avoid a
6916 fruitless time consuming search for a declarator. Give a more
6917 precise search limit for declarators using the new
6918 c-determine-limit.
6919
6920 2012-01-18 Glenn Morris <rgm@gnu.org>
6921
6922 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6923 (set-auto-mode): Doc fixes.
6924
6925 2012-01-17 Glenn Morris <rgm@gnu.org>
6926
6927 * isearch.el (search-nonincremental-instead): Fix doc typo.
6928
6929 * dired.el (dired-insert-directory): Handle newlines in directory name.
6930 (dired-build-subdir-alist): Unescape newlines in directory name.
6931
6932 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
6933
6934 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6935 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6936 (tramp-action-terminal): Use it. (Bug#10530)
6937
6938 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6941
6942 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6943
6944 * window.el (window-state-ignored-parameters): Remove variable.
6945 (window--state-get-1): Rename argument MARKERS to IGNORE.
6946 Handle persistent window parameters. Make copy of clone-of
6947 parameter only if requested. (Bug#10348)
6948 (window--state-put-2): Install a window parameter only if it has
6949 a non-nil value or an existing parameter shall be overwritten.
6950
6951 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6952
6953 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6954
6955 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6956
6957 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6958 don't pass the (nil) value of `upnode' to string-match.
6959
6960 2012-01-14 Chong Yidong <cyd@gnu.org>
6961
6962 * startup.el (command-line): Fix X resource class for cursorColor.
6963 Fix values recognized by the cursorBlink resource.
6964
6965 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6966
6967 * epg.el (epg--make-temp-file): Avoid permission race condition
6968 when running on old Emacs versions (bug#10403).
6969
6970 2012-01-14 Glenn Morris <rgm@gnu.org>
6971
6972 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6973
6974 2012-01-13 Alan Mackenzie <acm@muc.de>
6975
6976 Fix filling for when filladapt mode is enabled.
6977
6978 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6979 c-mask-paragraph, pass in `fill-paragraph' rather than
6980 `fill-region-as-paragraph'. (This is a reversion of a previous
6981 change.)
6982 * progmodes/cc-mode.el (c-basic-common-init):
6983 Make fill-paragraph-handle-comment buffer local and set it to nil.
6984
6985 2012-01-13 Glenn Morris <rgm@gnu.org>
6986
6987 * dired.el (dired-switches-escape-p): New function.
6988 (dired-insert-directory): Use dired-switches-escape-p.
6989 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6990
6991 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6992
6993 2012-01-12 Glenn Morris <rgm@gnu.org>
6994
6995 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6996 changes in adaptive-fill-regexp. (Bug#10276)
6997
6998 2012-01-11 Alan Mackenzie <acm@muc.de>
6999
7000 Fix Emacs bug #10463 - put `widen's around the critical spots.
7001
7002 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
7003 widen around each invocation of c-state-pp-to-literal. Remove an
7004 unused let variable.
7005
7006 2012-01-11 Glenn Morris <rgm@gnu.org>
7007
7008 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
7009 Doc fix.
7010
7011 2012-01-10 Chong Yidong <cyd@gnu.org>
7012
7013 * net/network-stream.el (network-stream-open-starttls):
7014 Avoid emitting a confusing error message when the server gives a bad
7015 response to the capability command.
7016
7017 2012-01-10 Glenn Morris <rgm@gnu.org>
7018
7019 * mail/unrmail.el (unrmail): Tweak previous change.
7020
7021 2012-01-09 Chong Yidong <cyd@gnu.org>
7022
7023 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7024
7025 2012-01-08 Alan Mackenzie <acm@muc.de>
7026
7027 Optimise font locking in long enum definitions.
7028
7029 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7030 arm to a cond form to handle enums.
7031 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7032 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7033
7034 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
7035
7036 * files.el (move-file-to-trash): Preserve default file modes on error.
7037 (Bug#10401)
7038
7039 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7040
7041 * faces.el (set-face-attribute): Clarify the meaning of the nil
7042 frame (bug#10294).
7043
7044 * subr.el (with-selected-frame): Mention that the selected frame
7045 is restored (bug#9980).
7046
7047 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7048 (bug#9759).
7049
7050 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
7051 (password-read): Don't autoload unused function.
7052
7053 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
7054
7055 * progmodes/which-func.el (which-func-mode): Turn into a
7056 non-interactive function and mark as obsolete (bug#10428).
7057
7058 2012-01-06 Chong Yidong <cyd@gnu.org>
7059
7060 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7061 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7062 functions, along with 1 and -1.
7063
7064 2012-01-06 Eli Zaretskii <eliz@gnu.org>
7065
7066 * time.el (display-time-load-average)
7067 (display-time-default-load-average): Doc fixes. See the thread
7068 starting at
7069 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7070 for the details.
7071
7072 2012-01-06 Glenn Morris <rgm@gnu.org>
7073
7074 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7075 has no messages. (Bug#10377)
7076
7077 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7078 than Info-edit. (Bug#10385)
7079
7080 * time.el (display-time-load-average, display-time-next-load-average):
7081 Doc fixes.
7082
7083 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7084 local setting of buffer-read-only to the input buffer. (Bug#10419)
7085
7086 * calendar/calendar.el (calendar-mode):
7087 Locally set scroll-margin to 0. (Bug#10379)
7088
7089 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
7090
7091 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7092
7093 2012-01-05 Glenn Morris <rgm@gnu.org>
7094
7095 * eshell/em-unix.el (diff-no-select): Autoload it.
7096 (eshell/diff): Use diff-no-select. (Bug#10420)
7097
7098 2012-01-05 Chong Yidong <cyd@gnu.org>
7099
7100 * shell.el (shell-dynamic-complete-functions): Revert last change.
7101 (shell-command-completion-function): New function.
7102 (shell-completion-vars): Use it to implement
7103 shell-completion-execonly (Bug#10417).
7104
7105 * custom.el (enable-theme): Don't set custom-safe-themes.
7106
7107 * cus-theme.el (custom-theme-merge-theme):
7108 Ignore custom-enabled-themes and custom-safe-themes.
7109
7110 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7111
7112 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7113 first prompt in `sql-interacive-mode'.
7114 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
7115 keywords.
7116 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
7117 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7118 context of original buffer. Invoke `sql-login-hook'.
7119
7120 2012-01-04 Eli Zaretskii <eliz@gnu.org>
7121
7122 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7123 letters in cite-prefix.
7124
7125 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7126
7127 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7128
7129 2012-01-03 Chong Yidong <cyd@gnu.org>
7130
7131 * shell.el (shell-dynamic-complete-functions):
7132 Put pcomplete-completions-at-point, so as to try
7133 comint-filename-completion first (Bug#10417).
7134
7135 2012-01-02 Richard Stallman <rms@gnu.org>
7136
7137 * battery.el (battery-status-function):
7138 Detect when to use battery-yeeloong-sysfs.
7139 (battery-echo-area-format): Add string for Yeeloong.
7140 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7141 (battery-yeeloong-sysfs): New function.
7142
7143 2012-01-02 Chong Yidong <cyd@gnu.org>
7144
7145 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7146 (dirtrack): Merge code for handling relative filenames in prompt
7147 from shell-dir-cookie-watcher.
7148 (dirtrack-debug-message): New arg to avoid excess format calls.
7149
7150 * shell.el (shell-dir-cookie-re): Variable deleted.
7151 (shell-dir-cookie-watcher): Function deleted.
7152 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7153 with dirtrack-mode.
7154
7155 2012-01-01 Eli Zaretskii <eliz@gnu.org>
7156
7157 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7158 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
7159 libgnutls-26.dll.
7160
7161 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7162
7163 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7164
7165 2011-12-31 Eli Zaretskii <eliz@gnu.org>
7166
7167 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7168 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7169
7170 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
7171
7172 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7173 also for alternative shells.
7174 (tramp-open-connection-setup-interactive-shell): Check, whether
7175 the shell is a busybox.
7176 (tramp-send-command): Don't suppress multiple prompts for
7177 busyboxes, it hurts.
7178
7179 2011-12-28 Chong Yidong <cyd@gnu.org>
7180
7181 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7182 (gdb-get-source-file): Move mode line update to
7183 gdb-get-source-file (Bug#10087).
7184
7185 2011-12-25 Chong Yidong <cyd@gnu.org>
7186
7187 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7188 gud-gdb-marker-filter without taking it as an argument.
7189 (gud-gdb-run-command-fetch-lines): Caller changed.
7190 (gud-gdb-completion-function): New variable.
7191 (gud-gdb-completion-at-point): Use it.
7192 (gud-gdb-completions-1): Split from gud-gdb-completions.
7193
7194 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7195 function as separate arguments.
7196 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7197 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7198 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7199 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7200 (gdb-stopped, def-gdb-auto-update-trigger)
7201 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
7202 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7203 Callers changed.
7204 (gud-gdbmi-completions): New function.
7205 (gdb): Use it for generating the completion table.
7206
7207 2011-12-24 Alan Mackenzie <acm@muc.de>
7208
7209 Introduce a mechanism to widen the region used in context font
7210 locking. Use this to protect declarations from losing their contexts.
7211
7212 * progmodes/cc-langs.el (c-before-font-lock-functions):
7213 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
7214 (c-before-context-fontification-functions): New defvar, a list of
7215 functions to be run just before context (etc.) font locking.
7216
7217 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
7218 New, functionality extracted from
7219 c-neutralize-syntax-in-and-mark-CPP.
7220 (c-in-after-change-fontification): New variable.
7221 (c-after-change): Set c-in-after-change-fontification.
7222 (c-set-fl-decl-start): Rejig its interface, so it can be called
7223 from both after-change and context fontifying.
7224 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7225 New functions.
7226 (c-standard-font-lock-fontify-region-function): New variable.
7227 (c-font-lock-fontify-region): New function.
7228
7229 2011-12-24 Juri Linkov <juri@jurta.org>
7230
7231 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7232 (Bug#10348)
7233
7234 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
7235
7236 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7237 existence of source file. (Bug#10325)
7238
7239 2011-12-23 Alan Mackenzie <acm@muc.de>
7240
7241 Fix unstable fontification inside templates.
7242
7243 * progmodes/cc-langs.el (c-before-font-lock-functions):
7244 Newly created from the singular version. The (c c++ objc) entry now
7245 additionally has c-set-fl-decl-start. The other languages (apart
7246 from AWK) have that as a single entry.
7247
7248 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7249 The functionality for "local" declarations has been extracted to
7250 c-set-fl-decl-start.
7251
7252 * progmodes/cc-mode.el (c-common-init, c-after-change):
7253 Changes due to pluralisation of c-before-font-lock-functions.
7254 (c-set-fl-decl-start): New function, extracted from
7255 c-font-lock-enclosing-decls and enhanced.
7256
7257 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
7258
7259 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7260
7261 2011-12-22 Juri Linkov <juri@jurta.org>
7262
7263 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7264
7265 2011-12-22 Chong Yidong <cyd@gnu.org>
7266
7267 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7268
7269 2011-12-21 Drew Adams <drew.adams@oracle.com>
7270
7271 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7272
7273 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7274
7275 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7276
7277 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7278
7279 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7280 highlighting and support. Fix up comments for capitalization.
7281 (cfengine-mode-debug): New var.
7282 (cfengine3-mode): Change the modeline indicator to "CFE3".
7283 (cfengine3-font-lock-keywords): Improve defun highlighting.
7284 (cfengine2-actions): Rename from `cfengine-actions'.
7285 (cfengine2-font-lock-keywords): Rename from
7286 `cfengine-font-lock-keywords'.
7287 (cfengine2-imenu-expression): Rename from
7288 `cfengine-imenu-expression'.
7289 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7290 (cfengine2-beginning-of-defun): Rename from
7291 `cfengine-beginning-of-defun'.
7292 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7293 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7294 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7295 modeline indicator to "CFE2".
7296 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7297 (cfengine-mode-abbrevs): Mark obsolete.
7298
7299 2011-12-21 Chong Yidong <cyd@gnu.org>
7300
7301 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7302 filename argument.
7303
7304 2011-12-20 Martin Rudalics <rudalics@gmx.at>
7305
7306 * window.el (window-normalize-buffer-to-display): Remove.
7307 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7308
7309 2011-12-19 Chong Yidong <cyd@gnu.org>
7310
7311 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7312 Don't signal an error in a predicate function; return non-nil.
7313 (vc-dir-mark-file): Move the error here.
7314 (vc-dir-mark-unmark): If acting on the region, keep going if one
7315 of the entries cannot be marked/unmarked.
7316 (vc-dir-mark-all-files): If current entry is a directory, mark
7317 only child files, as documented.
7318
7319 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7320
7321 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7322 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7323 addition.
7324
7325 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7326
7327 * term/ns-win.el (ns-get-selection-internal)
7328 (ns-store-selection-internal): Declare.
7329 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7330 Declare as obsolete.
7331 (ns-get-pasteboard, ns-paste-secondary):
7332 Use ns-get-selection-internal.
7333 (ns-set-pasteboard, ns-copy-including-secondary):
7334 Use ns-store-selection-internal.
7335
7336 2011-12-17 Chong Yidong <cyd@gnu.org>
7337
7338 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
7339 (vc-deduce-fileset): Doc fix.
7340
7341 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7342
7343 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7344
7345 2011-12-13 Sam Steingold <sds@gnu.org>
7346
7347 * man.el (Man-getpage-in-background): When running under a
7348 window-system, ignore $MANWIDTH and $COLUMNS.
7349
7350 2011-12-15 Kenichi Handa <handa@m17n.org>
7351
7352 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7353 (setup-ethiopic-environment-internal): Comment out key-binding for
7354 ethio-toggle-punctuation.
7355
7356 2011-12-13 Alan Mackenzie <acm@muc.de>
7357
7358 Add the switch statement to AWK Mode.
7359
7360 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7361 "default" to the keywords regexp.
7362
7363 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7364 expression as the rest.
7365 (c-nonlabel-token-key): Allow string literals for AWK.
7366 Refactor for the other modes.
7367
7368 Large brace-block initialisation makes CC Mode slow: Fix.
7369 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7370 routines. Limit backward searching in c-font-lock-enclosing.decl.
7371
7372 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7373 pp-state and literal type in addition to the limits.
7374 (c-state-safe-place): New defun, extracted from c-state-literal-at.
7375 (c-state-literal-at): Use the above new defun.
7376 (c-slow-in-literal, c-fast-in-literal): Remove.
7377 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7378
7379 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7380 being in a literal. Add a limit for backward searching.
7381
7382 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7383 c-slow-in-literal.
7384
7385 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7388
7389 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7390
7391 * window.el (delete-other-windows): Use correct frame in call to
7392 window-with-parameter.
7393
7394 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7395
7396 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7397 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7398 (makefile-gmake-statements, makefile-makepp-statements):
7399 Use it and add new makepp keywords.
7400 (makefile-makepp-font-lock-keywords): Add new patterns.
7401 (makefile-match-function-end): Match new [...] and [[...]].
7402
7403 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
7404
7405 * ses.el (ses-call-printer-return, ses-cell-property-get)
7406 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7407 (ses-create-cell-variable, ses-reset-header-string)
7408 (ses-cell-set-formula, ses-repair-cell-reference-all)
7409 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7410 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7411 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7412 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7413 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7414 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7415 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7416 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7417 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7418 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7419 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7420 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7421
7422 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7423
7424 * ses.el: The overall change is to add cell renaming, that is
7425 setting fancy names for cell symbols other than name matching
7426 "\\`[A-Z]+[0-9]+\\'" regexp .
7427 (ses-create-cell-variable): New defun.
7428 (ses-relocate-formula): Relocate formulas only for cells the
7429 symbols of which are not renamed, i.e. symbols whose names do not
7430 match regexp "\\`[A-Z]+[0-9]+\\'".
7431 (ses-relocate-all): Relocate values only for cells the symbols of
7432 which are not renamed.
7433 (ses-load): Create cells variables as the (ses-cell ...) are read,
7434 in order to check row col consistency with cell symbol name only
7435 for cells that are not renamed.
7436 (ses-replace-name-in-formula): New defun.
7437 (ses-rename-cell): New defun.
7438
7439 2011-12-11 Chong Yidong <cyd@gnu.org>
7440
7441 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7442 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7443
7444 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7445
7446 * window.el (other-window): Fix docstring.
7447
7448 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7449
7450 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7451 `from' or `to' address before taking its substring.
7452 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7453 encoded name is chopped in the middle of the encoded string, and
7454 thus displayed encoded.
7455
7456 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7459
7460 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7461
7462 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7463 to use texinfo-update-node and commands that call it if the
7464 Texinfo file uses @node lines without next/prev/up pointers.
7465 Correct outdated description about texinfo-master-menu.
7466 (texinfo-all-menus-update, texinfo-master-menu)
7467 (texinfo-update-node, texinfo-every-node-update)
7468 (texinfo-multiple-files-update): Doc fix. Warn against updating
7469 all the @node lines.
7470 (texinfo-master-menu): Only call texinfo-update-node if the prefix
7471 argument is numeric. Explain better in the doc string what the
7472 function really does.
7473 (texinfo-insert-master-menu-list): Improve the error message
7474 displayed if there's no menu in the Top node.
7475 (Bug#2975) See also this thread:
7476 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7477
7478 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7479
7480 * speedbar.el (speedbar-supported-extension-expressions):
7481 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7482
7483 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
7484
7485 * printing.el (pr-mode-alist):
7486 * simple.el (filter-buffer-substring-functions)
7487 (completion-list-insert-choice-function):
7488 * window.el (window-with-parameter, window-atom-root)
7489 (window-sides-slots, window-size-fixed, window-min-delta)
7490 (window-max-delta, window--resize-mini-window)
7491 (window--resize-child-windows-normal, window-tree)
7492 (delete-other-windows, quit-window, split-window)
7493 (display-buffer-record-window, special-display-buffer-names)
7494 (special-display-regexps, special-display-popup-frame)
7495 (same-window-p, split-window-sensibly)
7496 (display-buffer-overriding-action, display-buffer-alist)
7497 (display-buffer-base-action, display-buffer, switch-to-buffer)
7498 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7499 (fit-window-to-buffer, recenter-positions)
7500 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7501 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7502 and remove unneeded backslashes in docstrings.
7503
7504 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7507
7508 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7509 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7510 end in ".mk".
7511 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7512 when reading the makefile (bug#10116).
7513
7514 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7517 (bug#10116).
7518
7519 2011-12-06 Glenn Morris <rgm@gnu.org>
7520
7521 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7522
7523 2011-12-06 Chong Yidong <cyd@gnu.org>
7524
7525 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7526
7527 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7528
7529 * textmodes/table.el (table-shorten-cell): Fix typo.
7530
7531 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7532
7533 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7534
7535 2011-12-05 Eli Zaretskii <eliz@gnu.org>
7536
7537 * descr-text.el (describe-char): Fix display of strong
7538 right-to-left characters and directional embeddings and overrides.
7539
7540 * simple.el (what-cursor-position): Fix display of codepoints of
7541 strong right-to-left characters.
7542
7543 2011-12-05 Chong Yidong <cyd@gnu.org>
7544
7545 * faces.el (read-color): Doc fix.
7546
7547 2011-12-05 Glenn Morris <rgm@gnu.org>
7548
7549 * align.el (align--set-marker): Add doc-string.
7550 Don't try to move something that is not a marker. (Bug#10216)
7551
7552 2011-12-04 Glenn Morris <rgm@gnu.org>
7553
7554 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7555 overly zealous deletion of trailing whitespace.
7556
7557 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
7558
7559 * server.el (server-delete-client): On Windows, do not try to delete
7560 the only terminal.
7561 (server-process-filter): On Windows, treat requests for a tty frame as
7562 if they were for a GUI frame if the running server is in GUI mode.
7563
7564 2011-12-03 Glenn Morris <rgm@gnu.org>
7565
7566 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7567
7568 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * electric.el: Streamline electric-indent's hook.
7571 (electric-indent-chars): Revert to simple list.
7572 (electric-indent-functions): New var.
7573 (electric-indent-post-self-insert-function): Use it.
7574
7575 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7576 there's no inferior buffer (bug#10196).
7577 (prolog-consult-compile): Don't use toggle-read-only.
7578
7579 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
7580
7581 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7582 interrupt. (Bug#10187)
7583
7584 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7587 (bug#9160).
7588
7589 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7590 (bug#10191).
7591
7592 2011-12-02 Juri Linkov <juri@jurta.org>
7593
7594 * info.el (Info-search): Display "end of manual" when Isearch
7595 reaches the end of single-file Info manual. (Bug#9918)
7596
7597 2011-12-02 Eli Zaretskii <eliz@gnu.org>
7598
7599 * isearch.el (isearch-message-prefix): Run the input method part
7600 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7601
7602 2011-12-02 Juri Linkov <juri@jurta.org>
7603
7604 * isearch.el (isearch-occur): Use `word-search-regexp' for
7605 `isearch-word'.
7606 (isearch-search-and-update): Add condition for `isearch-word' and
7607 call `word-search-regexp'. (Bug#10145)
7608
7609 2011-12-01 Glenn Morris <rgm@gnu.org>
7610
7611 * eshell/em-hist.el (eshell-hist-initialize):
7612 Handle eshell-history-size nil and HISTSIZE set or unset.
7613 (eshell-history-file-name, eshell-history-size): Fix custom type.
7614
7615 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7618
7619 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
7620
7621 * progmodes/verilog-mode.el (verilog-pretty-expr):
7622 Rework verilog-pretty-expr to handle new assignment operators in system
7623 verilog, such as += *= and the like.
7624 (verilog-assignment-operator-re): Regular expression to find the
7625 assigment operator in a verilog assignment.
7626 (verilog-assignment-operation-re): Regular expression to find an
7627 assignment statement for pretty-expr.
7628 (verilog-in-attribute-p): Query returns true if point is in an
7629 attribute context; used to skip these for expression line up from
7630 pretty-expr.
7631 (verilog-in-parameter-p): Query returns true if point is in an
7632 parameter definition context; used to skip these for expression
7633 line up from pretty-expr.
7634 (verilog-in-parenthesis-p): Query returns true if point is in a
7635 parenthetical expression, specifically ( ) but not [ ] or { };
7636 used by pretty-expr.
7637 (verilog-just-one-space): If there is no space, don't add one.
7638 (verilog-get-lineup-indent-2): Specifically skip just attribute
7639 contexts for expression lineup, rather than skipping all
7640 parenthetical expressions.
7641 (verilog-calculate-indent): Fix comment, and fix indent.
7642 (verilog-do-indent): Indent declarations in lists (suggested by
7643 Joachim Lechner).
7644 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7645 skeleton items.
7646 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7647 by Alain Mellan).
7648
7649 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
7650
7651 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7652 parameters with embedded comments. Reported by Ray Stevens.
7653 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7654 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7655 Reported by Tim Holt.
7656 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7657 instantiated by upper module causing wrong expansion until AUTOed a
7658 second time. Reported by K C Buckenmaier.
7659 (verilog-diff-auto): Fix showing .* as a difference when
7660 `verilog-auto-star-save' off. Reported by Dan Dever.
7661 (verilog-auto-reset, verilog-read-always-signals)
7662 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7663 temporary signals in reset list if
7664 verilog-auto-reset-blocking-in-non is nil, and match assignment
7665 style to each signal's assignment type, bug381.
7666 Reported by Thomas Esposito.
7667 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7668 (verilog-uvm-statement-re): Support UVM indentation and
7669 highlighting, with old OVM keywords only.
7670 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7671 Support AUTOTIEOFF creating non-wire data types.
7672 Suggested by Jonathan Greenlaw.
7673 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7674 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7675 (verilog-inject-sense, verilog-read-inst-pins)
7676 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7677 Fix mismatching parenthesis inside commented out code when deleting
7678 AUTOINST, bug383. Reported by Jonathan Greenlaw.
7679 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7680 non-numeric vector width. Reported by Alex Reed.
7681 (verilog-auto-ascii-enum): Add "onehot" option to work around not
7682 detecting signals with parameter widths. Reported by Alex Reed.
7683 (verilog-auto-delete-trailing-whitespace):
7684 With `verilog-auto-delete-trailing-whitespace' remove trailing
7685 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7686 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7687 Fix verilog-scan-cache corruption when running user AUTO expansion
7688 hooks that call indentation routines.
7689 (verilog-simplify-range-expression): Fix typo ignoring lower case
7690 identifiers.
7691 (verilog-delete-auto): Fix delete-autos to also remove user created
7692 automatics, as long as they start with AUTO.
7693 (verilog-batch-diff-auto, verilog-diff-auto)
7694 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7695 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7696 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7697 (verilog-in-paren-quick, verilog-re-search-backward-quick)
7698 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7699 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7700 is disabled and its cache will get corrupt, causing AUTOS not to
7701 expand. Instead use only -quick functions.
7702 (verilog-scan-region): Fix scanning over escaped quotes.
7703 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7704 (verilog-re-search-backward-quick)
7705 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7706 related functions now ignore strings, to fix misparsing of strings
7707 with magic comments embedded in them.
7708 (verilog-read-auto-template):
7709 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7710 Reported by Brad Dobbie.
7711 (verilog-read-auto-template):
7712 Fix 'verilog-auto-inst-template-numbers' with comments.
7713 Reported by Brad Dobbie.
7714 (verilog-auto-inst, verilog-auto-inst-param)
7715 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7716 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7717 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7718 debugging templates without merge conflicts, bug357.
7719 Reported by Brad Dobbie.
7720 (verilog-read-auto-template):
7721 Fix verilog-auto-inst-template-numbers with multiple templates.
7722 Reported by Brad Dobbie.
7723 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7724 abbrevs so user won't be asked to save.
7725 (verilog-read-auto-lisp-present): Fix to start at beginning of
7726 buffer in case called outside of verilog-auto.
7727 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7728 to "X-2". Reported by Matthew Myers.
7729 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7730 all inputs from module templates. Reported by Leith Johnson.
7731 (verilog-module-inside-filename-p): Fix locating programs as with
7732 modules.
7733 (verilog-auto-inst-port): Fix vl-width expressions when using
7734 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7735 (verilog-decls-get-regs, verilog-decls-get-signals,
7736 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7737 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7738 verilog-read-decls): Combine reg and wire structures into one var
7739 structure to represent SystemVerilog concepts.
7740 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7741 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7742 (verilog-auto-wire-type, verilog-insert-definition):
7743 Add verilog-auto-wire-type and AUTOLOGIC to support using
7744 SystemVerilog "logic" keyword instead of "wire"/"reg".
7745 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7746 to declares outputs that also have assignments (presumably in an
7747 ifdef or generate if so there's not a driver conflict).
7748 Reported by Matthew Myers.
7749 (verilog-auto-declare-nettype, verilog-insert-definition):
7750 Add verilog-auto-declare-nettype to fix declarations using
7751 `default_nettype none. Reported by Julian Gorfajn.
7752 (verilog-read-always-signals-recurse, verilog-read-decls)
7753 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7754 malformed end statement, bug325. Reported by Joshua Wise and
7755 Andrew Drake.
7756 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7757 (verilog-inst-comment-re): Fix not deleting Interfaced comment
7758 when expanding .* in interfaces, bug320.
7759 Reported by Pierre-David Pfister.
7760 (verilog-read-module-name): Fix import statements between module
7761 name and open parenthesis, bug317.
7762 Reported by Pierre-David Pfister.
7763 (verilog-simplify-range-expression): Fix simplification of
7764 multiplications inside AUTOWIRE connections, bug303.
7765 (verilog-auto-inst-port): Support parameter expansion in
7766 multidimensional arrays.
7767 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7768 after "assert property". Reported by Julian Gorfajn.
7769 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7770 with multiplication, bug303.
7771 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7772 Reported by Jan Frode Lonnum.
7773
7774 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7777 (hfy-shell-file-name, hfy-shell):
7778 * international/fontset.el (x-decompose-font-name): Fix typos.
7779
7780 2011-11-29 Ken Brown <kbrown@cornell.edu>
7781
7782 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7783 (gdb-version): Remove defvar.
7784 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7785 (gdb-gud-context-command, gdb-non-stop-handler)
7786 (gdb-current-context-command, gdb-stopped): Use it.
7787 (gdb-init-1): Enable pretty printing here.
7788 (gdb-non-stop-handler): Don't enable pretty-printing here.
7789 Check to see if the target supports non-stop mode; if not, turn off
7790 non-stop mode. Use the following.
7791 (gdb-check-target-async): New defun.
7792 (gud-watch, gdb-stopped): Fix whitespace.
7793 (gdb-get-source-file): Don't try to display the source file if
7794 `gdb-main-file' is nil.
7795
7796 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * align.el: Try to generate fewer markers (bug#10047).
7799 (align--set-marker): New macro.
7800 (align-region): Use it.
7801
7802 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7805
7806 2011-11-29 Chong Yidong <cyd@gnu.org>
7807
7808 * indent.el (indent-for-tab-command, indent-according-to-mode):
7809 Doc fix.
7810 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7811
7812 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
7813
7814 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7815 aware of remote file names. (Bug#10124)
7816
7817 2011-11-29 Chong Yidong <cyd@gnu.org>
7818
7819 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7820
7821 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * files.el (find-file): Don't use force-same-window (bug#10144).
7824 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7825 use pop-to-buffer if the selected window can't be used.
7826 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7827
7828 2011-11-28 Eli Zaretskii <eliz@gnu.org>
7829
7830 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7831 special-mode-map.
7832
7833 2011-11-28 Chong Yidong <cyd@gnu.org>
7834
7835 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7836
7837 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
7838
7839 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7840 gdb-get-source-file-list on gdb-create-source-file-list.
7841
7842 2011-11-26 Eli Zaretskii <eliz@gnu.org>
7843
7844 * whitespace.el (whitespace-newline): Use a different foreground
7845 color for 16-color light-background displays.
7846
7847 2011-11-24 Chong Yidong <cyd@gnu.org>
7848
7849 * window.el (display-buffer--special-action): Doc fix.
7850
7851 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7854 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7855 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7856 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7857 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7858 (avl-tree-stack-first):
7859 * emacs-lisp/cconv.el (cconv--analyse-use):
7860 * net/gnutls.el (gnutls-negotiate): Fix typos.
7861
7862 2011-11-24 Glenn Morris <rgm@gnu.org>
7863
7864 * lpr.el (lpr-windows-system, lpr-lp-system):
7865 * mail/binhex.el (binhex-begin-line):
7866 * progmodes/grep.el (grep-history, grep-find-history):
7867 * textmodes/flyspell.el:
7868 * vc/pcvs-defs.el (cvs-global-menu):
7869 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7870 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7871 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7872
7873 * net/tls.el: Fix case of "GnuTLS".
7874
7875 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7876
7877 * version.el (emacs-build-system): Give it a doc-string.
7878
7879 2011-11-24 Juri Linkov <juri@jurta.org>
7880
7881 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7882
7883 2011-11-24 Glenn Morris <rgm@gnu.org>
7884
7885 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7886 if called on a non-mime message just toggle the headers. (Bug#8006)
7887
7888 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7891 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7892 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7893 (allout-rebullet-heading, allout-open-sibtopic)
7894 (allout-toggle-current-subtree-encryption)
7895 (allout-toggle-subtree-encryption, allout-encrypt-string)
7896 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7897 (allout-distinctive-bullets-string, allout-auto-activation):
7898 * window.el (window-normalize-buffer-to-display):
7899 * progmodes/verilog-mode.el (verilog-batch-indent):
7900 * textmodes/bibtex.el (bibtex-field-braces-opt)
7901 (bibtex-field-strings-opt):
7902 * vc/cvs-status.el (cvs-tree-merge):
7903 Fix typos.
7904
7905 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
7906
7907 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7908 `non-essential' to t, in order to avoid remote connections.
7909
7910 2011-11-23 Eli Zaretskii <eliz@gnu.org>
7911
7912 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7913 On MS-DOS and MS-Windows, compare with loaddefs.el
7914 case-insensitively.
7915
7916 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7917
7918 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7919
7920 2011-11-23 Glenn Morris <rgm@gnu.org>
7921
7922 * paths.el (rmail-file-name): Reformat the doc-string so that it
7923 is picked up.
7924
7925 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7926 (rmail-auto-file): Ignore case in the "special" field names,
7927 as mail-fetch-field does for all others.
7928
7929 * mail/rmail.el (rmail-forward):
7930 * mail/rmailkwd.el (rmail-set-label):
7931 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7932 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7933
7934 * mail/rmail.el (rmail-current-message): Doc fix.
7935
7936 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7937
7938 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7941
7942 2011-11-22 Glenn Morris <rgm@gnu.org>
7943
7944 * mail/rmailmm.el (test-rmail-mime-handler)
7945 (test-rmail-mime-bulk-handler)
7946 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7947
7948 2011-11-21 Juri Linkov <juri@jurta.org>
7949
7950 * calc/calc.el (calc-read-key-sequence):
7951 Let-bind `input-method-function' to nil. (Bug#10018)
7952
7953 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7956 Tell the caller that the next line needs recomputation, even
7957 though it doesn't start a sexp (bug#10094).
7958
7959 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7962
7963 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7966 Use force-same-window.
7967
7968 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7969
7970 * descr-text.el (describe-char-unicode-data):
7971 * json.el (json-string-escape):
7972 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7973 (Footnote-unicode, Footnote-style-p):
7974 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7975
7976 2011-11-20 Chong Yidong <cyd@gnu.org>
7977
7978 * window.el (replace-buffer-in-windows): Restore interactive spec.
7979
7980 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7983
7984 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7985 (byte-compile-global-not-obsolete-vars): New var.
7986 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7987 Use it.
7988 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7989
7990 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7991
7992 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7993 * progmodes/pascal.el (electric-pascal-equal):
7994 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7995 * xml.el (xml-substitute-special): Fix typos.
7996
7997 2011-11-20 Glenn Morris <rgm@gnu.org>
7998
7999 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8000 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8001 Doc fixes.
8002 (rmail-decode-mime-charset): Mark as obsolete.
8003
8004 * mail/rmailsum.el (rmail-message-regexp-p-1):
8005 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8006 Before using mime functions, check they are set. (Bug#10077)
8007
8008 2011-11-19 Juri Linkov <juri@jurta.org>
8009
8010 * info.el (Info-finder-find-node): Use `package--builtins' instead
8011 of `package-alist'. Use node names formed by the pattern "Keyword "
8012 and the keyword name.
8013
8014 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8015
8016 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
8017
8018 2011-11-19 Juri Linkov <juri@jurta.org>
8019
8020 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8021 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8022 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8023 `old-history', `old-history-forward'. Add let-binding
8024 `window-selected'. Remove calls to `kill-buffer',
8025 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8026 before calling `Info-find-node', so `Info-find-node-2' will reread
8027 the Info file. Restore window positions only when `window-selected'
8028 is non-nil.
8029
8030 2011-11-19 Juri Linkov <juri@jurta.org>
8031
8032 * isearch.el (isearch-lazy-highlight-new-loop):
8033 Remove condition `(not isearch-error)'. (Bug#9918)
8034
8035 * misearch.el (multi-isearch-search-fun): Add condition
8036 `(not bound)' to ignore lazy-highlighting search.
8037 Add the search-failed message "end of multi" when the end of
8038 multi-sequence is reached. Uncapitalize the search-failed
8039 message "Repeat for next buffer".
8040
8041 * info.el (Info-search): Add the search-failed message
8042 "end of the manual" when the end of the manual is reached
8043 in Isearch mode.
8044
8045 2011-11-19 Juri Linkov <juri@jurta.org>
8046
8047 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8048 Use non-destructive `remove' instead of `delete' because
8049 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8050 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8051
8052 2011-11-19 Juri Linkov <juri@jurta.org>
8053
8054 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8055 to nil instead of binding `search-ring' and `regexp-search-ring'.
8056 (Bug#9185)
8057
8058 2011-11-19 Eli Zaretskii <eliz@gnu.org>
8059
8060 * simple.el (line-move): Force movement by logical lines for any
8061 hscrolled window, not only when auto-hscroll-mode is on.
8062 (line-move-visual): Update doc string to that effect. (Bug#10076)
8063
8064 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8065
8066 * language/european.el (macintosh): Define as alias for mac-roman.
8067
8068 2011-11-19 Eli Zaretskii <eliz@gnu.org>
8069
8070 * mail/rmailmm.el (rmail-mime-display-header)
8071 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8072 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8073 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8074 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8075 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8076 of a raw aref.
8077 (rmail-mime-entity-segment): To get past the tagline, move forward
8078 2 more lines, to account for the 2 empty lines that precede and
8079 follow the line with the buttons.
8080 (rmail-mime-update-tagline): Move one more line, to get past the
8081 empty line that follows the buttons in the tagline. (Bug#9520)
8082
8083 2011-11-19 Martin Rudalics <rudalics@gmx.at>
8084
8085 * window.el (window-max-delta-1, window-min-delta-1)
8086 (window-min-size-1, window-state-get-1, window-state-put-1)
8087 (window-state-put-2): Use "window--" prefix.
8088
8089 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8092 (smie-warning-count): New var.
8093 (smie-set-prec2tab): Use it.
8094 (smie-bnf->prec2): Improve warnings. Add docstring.
8095 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8096 (smie-bnf--set-class): New function.
8097 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8098 corner case.
8099
8100 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8101 (compilation-error-properties, compilation-move-to-column):
8102 Handle compilation-first-column while in the target buffer.
8103
8104 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8105 Don't hardcode point-min==1.
8106
8107 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8108 (eshell-rewrite-for-command): Remove workaround.
8109 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8110 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8111 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8112
8113 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8114
8115 2011-11-17 Glenn Morris <rgm@gnu.org>
8116
8117 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8118 Ignore buffer-local generated-autoload-file if it is the same
8119 as the global value. (Bug#10049)
8120
8121 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8124 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8125 (reftex-toc-previous-heading, reftex-toc-max-level)
8126 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8127 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8128 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8129 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8130 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8131 (reftex-toc-rename-label, reftex-toc-visit-location)
8132 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8133 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8134 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8135 leaving "*toc*" only for references to the buffer.
8136
8137 2011-11-17 Martin Rudalics <rudalics@gmx.at>
8138
8139 * window.el (window-resize, delete-window, split-window):
8140 Replace window-splits by window-combination-resize.
8141 * cus-start.el (window-splits): Replace by window-combination-resize.
8142
8143 2011-11-17 Glenn Morris <rgm@gnu.org>
8144
8145 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8146 Make bash entry derive from sh entry, not shell entry.
8147
8148 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
8149
8150 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8151 local file name.
8152
8153 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8154
8155 * menu-bar.el (menu-bar-file-menu):
8156 * printing.el (pr-ps-utility):
8157 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8158 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8159 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8160 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8161 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8162 (icalendar--convert-cyclic-to-ical)
8163 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8164 (icalendar--convert-ical-to-diary)
8165 (icalendar--convert-recurring-to-diary)
8166 (icalendar--convert-non-recurring-all-day-to-diary)
8167 (icalendar-import-format-sample):
8168 * progmodes/idlw-shell.el (idlwave-shell-mode):
8169 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8170 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8171 (vhdl-ps-print-init): Fix typos.
8172
8173 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8174
8175 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8176 FSF and collapse date sequence, obscure author/maintainer email address
8177 better, remove extra version line, track relocation of author's webpage.
8178
8179 * progmodes/python.el (python-pdbtrack-input-prompt)
8180 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8181 regular python pdb prompts. Adjustments shamelessly taken exactly as
8182 suggested in EmacsWiki page (tiny change):
8183 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8184
8185 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * expand.el (expand-pos, expand-index, expand-point):
8188 Remove redundant info from docstring.
8189 (expand-add-abbrevs): Doc fix.
8190 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8191 (expand-sample-perl-mode-expand-list): Fix typos.
8192
8193 * net/dbus.el (dbus-event-member-name):
8194 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8195 * term/pc-win.el (msdos-create-frame-with-faces):
8196 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8197
8198 2011-11-16 Martin Rudalics <rudalics@gmx.at>
8199
8200 * window.el (split-window, window-state-get-1)
8201 (window-state-put-1, window-state-put-2): Rename occurrences of
8202 window-nest to window-combination-limit.
8203 * cus-start.el (window-nest): Rename to window-combination-limit.
8204
8205 2011-11-16 Chong Yidong <cyd@gnu.org>
8206
8207 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8208 regexp (Bug#10033).
8209
8210 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8213 `completing-read' will remove *Completions* and will preserve
8214 current-buffer for us.
8215 (tmm-add-prompt): Users of *Completions* will always (re)set its
8216 major mode.
8217 (tmm-old-comp-map): Remove.
8218
8219 2011-11-16 Glenn Morris <rgm@gnu.org>
8220
8221 * mail/rmailedit.el: Require rmailmm when compiling.
8222 (rmail-old-mime-state): New declaration.
8223 (rmail-edit-current-message): If editing a mime message,
8224 edit the "raw" message from the mbox buffer.
8225 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8226
8227 2011-11-15 Glenn Morris <rgm@gnu.org>
8228
8229 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8230 which wasn't being used. Add optional arg to force given state.
8231 (rmail-mime): Add optional arg to force given state.
8232
8233 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8234
8235 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8236 * frame.el (display-mm-dimensions-alist):
8237 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8238 (outline-move-subtree-down):
8239 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8240 (newsticker--treeview-do-get-node):
8241 * net/quickurl.el (quickurl-list-buffer-name):
8242 * progmodes/dcl-mode.el (dcl-mode):
8243 * progmodes/gdb-mi.el (gdb-mapcar*):
8244 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8245
8246 2011-11-15 Glenn Morris <rgm@gnu.org>
8247
8248 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8249 in a boolean sense, so just make it a boolean, and fix the doc.
8250 (rmail-show-mime-function, rmail-mime-feature)
8251 (rmail-require-mime-maybe): Doc fixes.
8252 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8253
8254 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8255
8256 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8257
8258 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8259 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8260 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8261 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8262
8263 2011-11-15 Glenn Morris <rgm@gnu.org>
8264
8265 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8266 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8267 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8268 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8269 (rmail-mime, rmail-show-mime): Doc fixes.
8270
8271 * term/ns-win.el (mode-line-frame-identification):
8272 Leave it alone. (Bug#10051)
8273
8274 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8275
8276 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8277 Handle empty buffers. (Bug#9978)
8278
8279 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * international/mule.el (define-charset):
8282 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8283 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8284 * progmodes/verilog-mode.el (verilog-backward-token):
8285 * textmodes/ispell.el (lookup-words):
8286 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8287
8288 2011-11-14 Glenn Morris <rgm@gnu.org>
8289
8290 * progmodes/executable.el
8291 (executable-make-buffer-file-executable-if-script-p):
8292 Handle file-modes returning nil.
8293
8294 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8295 message - not necessary, and causes problems. (Bug#9831)
8296
8297 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8298
8299 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8300
8301 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8302 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8303 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8304
8305 2011-11-12 Martin Rudalics <rudalics@gmx.at>
8306
8307 * window.el (window-resize, delete-window): Use window-splits
8308 variable instead of function.
8309 (window-state-get-1, window-state-put-2, window-state-put):
8310 Don't deal with windows' splits status.
8311
8312 2011-11-12 Glenn Morris <rgm@gnu.org>
8313
8314 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8315 (apropos-documentation): Doc fixes.
8316
8317 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8320 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8321
8322 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * electric.el (electric-indent-post-self-insert-function): Make it
8325 possible for a char to only indent in some circumstances.
8326 (electric-indent-mode): Simplify.
8327
8328 2011-11-11 Martin Rudalics <rudalics@gmx.at>
8329
8330 * window.el (windows-with-parameter): Remove unused function.
8331 (windows-at-side): Rename to window-at-side-list.
8332 (window-check, window-atom-check, window-atom-check-1)
8333 (window-side-check, window-size-ignore, window-size-fixed-1)
8334 (window-in-direction-2): Prefix with "window--".
8335 (window-tree-1): Rename to window--subtree, fix doc-string.
8336
8337 2011-11-11 Glenn Morris <rgm@gnu.org>
8338
8339 * subr.el (eval-after-load): If FILE is already loaded,
8340 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8341
8342 2011-11-10 Glenn Morris <rgm@gnu.org>
8343
8344 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8345 Call svn via vc-svn-command rather than vc-do-command.
8346 (vc-svn-command): Add --non-interactive. (Bug#9993)
8347 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8348
8349 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8350 Add toggle-read-only. (Bug#7292)
8351 * files.el (toggle-read-only): Mention that it should only
8352 be used interactively. (Bug#10006)
8353
8354 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8357 Adjust regexp for OCaml warnings.
8358
8359 * electric.el (electric-pair-post-self-insert-function): Let user
8360 turn it off buffer-locally (bug#9932).
8361
8362 * progmodes/python.el (python-beginning-of-statement):
8363 Rewrite (bug#2703).
8364
8365 * progmodes/compile.el: Better handle TABs (bug#9749).
8366 (compilation-internal-error-properties)
8367 (compilation-next-error-function): Obey the target buffer's
8368 compilation-error-screen-columns.
8369
8370 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
8371
8372 * progmodes/meta-mode.el: Remove obsolete comments.
8373 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8374 Fix typos in docstrings.
8375
8376 2011-11-09 Martin Rudalics <rudalics@gmx.at>
8377
8378 * window.el (window-size-fixed-p): Rewrite doc-string.
8379 (window-resizable-p): Rename to window--resizable-p. Update callers.
8380 (window--resizable): New function. Make all callers of
8381 window-resizable call window--resizable instead.
8382 (window-resizable): Rewrite in terms of window--resizable.
8383
8384 2011-11-08 Glenn Morris <rgm@gnu.org>
8385
8386 * progmodes/delphi.el (delphi-mode-syntax-table):
8387 Let define-derived-mode define a proper syntax table. (Bug#9994)
8388
8389 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * window.el: Stay away from defsubst.
8392 (window-list-no-nils): Remove.
8393 (window-state-get-1, window-state-get): Use backquote instead.
8394
8395 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8396
8397 * emacs-lisp/find-func.el (find-function-read):
8398 Fix incorrect use of default argument in `completing-read'.
8399
8400 2011-11-08 Martin Rudalics <rudalics@gmx.at>
8401
8402 * window.el (display-buffer-function, special-display-function):
8403 Mention display-buffer-record-window but do not mention
8404 help-setup parameter in doc-strings.
8405 (window-min-delta): Fix doc-string typo.
8406
8407 2011-11-08 Chong Yidong <cyd@gnu.org>
8408
8409 * window.el (window-total-height, window-total-width): Doc fix.
8410 (window-body-size): Move from C.
8411 (window-body-height, window-body-width): Move to C.
8412
8413 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * window.el: Make special-display like display-buffer-alist (bug#9532).
8416 (display-buffer--special-action): New function, morphed
8417 from display-buffer--special.
8418 (display-buffer): Use it to handle special-display-buffers at higher
8419 priority (just after display-buffer-alist).
8420 (display-buffer-fallback-action, display-buffer--other-frame-action)
8421 (pop-to-buffer-same-window): Remove display-buffer--special.
8422
8423 2011-11-07 Glenn Morris <rgm@gnu.org>
8424
8425 * calendar/cal-menu.el (cal-menu-set-date-title):
8426 Do nothing if not in a calendar. (Bug#9976)
8427
8428 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * files.el (find-file): Always use selected-window.
8431
8432 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8433
8434 * window.el (window-combinations): Make WINDOW argument
8435 mandatory. Rewrite doc-string.
8436 (walk-window-subtree, window-atom-check, window-min-delta)
8437 (window-max-delta, window--resize-this-window)
8438 (window--resize-root-window-vertically, window-tree)
8439 (balance-windows, window-state-put): Rewrite doc-strings as to
8440 not mention the term "subwindow".
8441 (window--resize-subwindows-skip-p): Rename to
8442 window--resize-child-windows-skip-p.
8443 (window--resize-subwindows-normal): Rename to
8444 window--resize-child-windows-normal.
8445 (window--resize-subwindows): Rename to
8446 window--resize-child-windows.
8447 (window-or-subwindow-p): Rename to window--in-subtree-p.
8448
8449 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8450
8451 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8452 Ensure that mbox format messages end in two newlines (Bug#9974).
8453
8454 2011-11-06 Chong Yidong <cyd@gnu.org>
8455
8456 * window.el (window-combination-p): Function deleted; its
8457 side-effect is not used in any existing code.
8458 (window-combinations, window-combined-p): Call window-*-child
8459 directly.
8460
8461 2011-11-05 Chong Yidong <cyd@gnu.org>
8462
8463 * window.el (window-valid-p): Rename from window-any-p.
8464 (window-size-ignore, window-state-get): Callers changed.
8465 (window-normalize-window): Rename from window-normalize-any-window.
8466 New arg LIVE-ONLY, replacing window-normalize-live-window.
8467 (window-normalize-live-window): Delete.
8468 (window-combination-p, window-combined-p, window-combinations)
8469 (walk-window-subtree, window-atom-root, window-min-size)
8470 (window-sizable, window-sizable-p, window-size-fixed-p)
8471 (window-min-delta, window-max-delta, window-resizable)
8472 (window-resizable-p, window-full-height-p, window-full-width-p)
8473 (window-current-scroll-bars, window-point-1, set-window-point-1)
8474 (window-at-side-p, window-in-direction, window-resize)
8475 (adjust-window-trailing-edge, maximize-window, minimize-window)
8476 (window-deletable-p, delete-window, delete-other-windows)
8477 (record-window-buffer, unrecord-window-buffer)
8478 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8479 (quit-window, split-window, window-state-put)
8480 (set-window-text-height, fit-window-to-buffer)
8481 (shrink-window-if-larger-than-buffer): Callers changed.
8482
8483 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8484
8485 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8486 rfc2047-decode-string.
8487 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8488 warnings.
8489
8490 * window.el (window-body-height, window-body-width): Mention in
8491 the doc string that the return values are in frame's canonical
8492 units. (Bug#9949)
8493
8494 2011-11-03 Alan Mackenzie <acm@muc.de>
8495
8496 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8497 change in cc-engine.el.
8498
8499 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8502
8503 2011-11-02 Martin Rudalics <rudalics@gmx.at>
8504
8505 * window.el (quit-window): Call unrecord-window-buffer after
8506 showing another buffer in the window. (Bug#9937)
8507 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8508
8509 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8512 Accept status with more than 9 shelves. (Bug#9935)
8513 Reported by Colin D Bennett <colin@gibibit.com>.
8514
8515 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8516
8517 * help.el (with-help-window): Don't reference
8518 temp-buffer-show-specifiers in doc-string.
8519
8520 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8521
8522 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8523 menu-item.
8524
8525 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8526
8527 * whitespace.el: New version 13.2.2.
8528 (whitespace-newline-mode): Disable properly. Reported by Sarah
8529 <EmacsWiki>.
8530
8531 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
8532
8533 * net/newst-treeview.el: Remove "Time-stamp".
8534 (newsticker--group-manage-orphan-feeds): Do not call
8535 newsticker--treeview-tree-update.
8536 (newsticker-treeview-update, newsticker-treeview):
8537 Call newsticker--treeview-tree-update if necessary.
8538
8539 2011-10-30 Martin Rudalics <rudalics@gmx.at>
8540
8541 * window.el (window-iso-combination-p, window-iso-combined-p)
8542 (window-iso-combinations): Remove "iso-" infix.
8543 Suggested by Chong Yidong.
8544 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8545 (window-max-delta-1, window-resize, window--resize-siblings)
8546 (window--resize-this-window, adjust-window-trailing-edge)
8547 (split-window, balance-windows-1)
8548 (shrink-window-if-larger-than-buffer):
8549 * calendar/calendar.el (calendar-generate-window):
8550 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8551
8552 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8555 in place (bug#9907).
8556 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8557 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8558 (eshell-structure-basic-command, eshell-rewrite-while-command)
8559 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8560 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8561 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8562 (eshell-do-pipelines-synchronously, eshell-eval-command):
8563 Use backquotes and prefer setq to set.
8564 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8565 (eshell-macrop): Use functionp.
8566 (eshell-do-eval): Handle multiple expressions in `while' body.
8567
8568 2011-10-30 Chong Yidong <cyd@gnu.org>
8569
8570 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8571 instead of set-mark (Bug#9810).
8572
8573 2011-10-30 Chong Yidong <cyd@gnu.org>
8574
8575 * window.el (split-window-below, split-window-right): Rename from
8576 split-window-above-each-other and split-window-side-by-side
8577 respectively. All callers changed.
8578 (split-window-sensibly, split-window-sensibly): Use them.
8579 (split-window-keep-point): Doc fix.
8580
8581 * isearch.el: Add isearch-scroll property to split-window-below
8582 and split-window-right.
8583
8584 * follow.el (follow-mode):
8585 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8586 * progmodes/ada-xref.el (ada-gdb-application):
8587 * emulation/vip.el (vip-buffer-in-two-windows):
8588 * image-dired.el (image-dired-dired-with-window-configuration):
8589 * dired-x.el (dired-do-find-marked-files):
8590 * dired.el (dired-pop-to-buffer):
8591 * bs.el (bs--show-with-configuration):
8592 * vc/emerge.el (emerge-setup-windows):
8593 * textmodes/two-column.el (2C-two-columns):
8594 * textmodes/reftex-toc.el (reftex-toc):
8595 * progmodes/gdb-mi.el (gdb-setup-windows):
8596 * progmodes/fortran.el (fortran-window-create):
8597 * net/newst-treeview.el (newsticker--treeview-window-init):
8598 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8599 * emulation/tpu-edt.el (tpu-gold-map):
8600 * emulation/crisp.el (crisp-mode-map):
8601 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8602
8603 2011-10-29 Chong Yidong <cyd@gnu.org>
8604
8605 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8606
8607 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8608
8609 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8610 forged Ispell output (Bug#7904).
8611
8612 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8613
8614 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * doc-view.el: Avoid ugly errors about not finding nil.
8617 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8618 (doc-view-dvipdf-program, doc-view-unoconv-program)
8619 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8620 Avoid nil or absolute file name as default value.
8621 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8622
8623 2011-10-28 Alan Mackenzie <acm@muc.de>
8624
8625 * progmodes/cc-defs.el (c-version): -> 5.32.2.
8626
8627 2011-10-28 Alan Mackenzie <acm@muc.de>
8628
8629 Amend the handling of c-beginning/end-of-defun in nested declaration
8630 scopes.
8631
8632 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8633 cc-langs.el. Change it to a defcustom.
8634
8635 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8636 cc-vars.el.
8637
8638 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8639 Prevent "class foo : bar" being spuriously recognized as a label.
8640
8641 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8642 Add parameter `inclusive' (to include enclosing braces in the region).
8643 (c-widen-to-enclosing-decl-scope): New function.
8644 (c-while-widening-to-decl-block): New macro.
8645 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8646 outward for defun boundaries, and correspondingly change symbol
8647 `respect-enclosure' to `go-outward'.
8648 (c-declaration-limits): Change algorithm to report only the "innermost"
8649 defun's boundaries.
8650
8651 2011-10-28 Deniz Dogan <deniz@dogan.se>
8652
8653 * net/rcirc.el (rcirc-mode): Use hard newlines.
8654
8655 2011-10-28 Alan Mackenzie <acm@muc.de>
8656
8657 Amend to indent and fontify macros "which include their own semicolon"
8658 correctly, using the "virtual semicolon" mechanism.
8659
8660 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8661
8662 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8663 Recode to scan one line at a time rather than having \n and \r
8664 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8665 (c-forward-label): Amend for virtual semicolons.
8666 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8667
8668 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8669 of the new C macros.
8670
8671 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8672 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8673 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8674 (c-opt-cpp-macro-define): Make into a full language variable.
8675 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8676 AWK Mode (including \n, \r) removed, no longer needed.
8677
8678 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8679 Invoke c-make-macro-with-semi-re.
8680
8681 * progmodes/cc-vars.el (c-macro-with-semi-re):
8682 (c-macro-names-with-semicolon): New variables.
8683 (c-make-macro-with-semi-re): New function.
8684
8685 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * vc/log-edit.el: Fill empty field rather than adding new one.
8688 (log-edit-add-field): New function.
8689 (log-edit-insert-changelog): Use it.
8690
8691 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8692
8693 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8694
8695 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8698 (gdb--check-interpreter): New function.
8699 (gdb): Use it.
8700
8701 2011-10-27 Glenn Morris <rgm@gnu.org>
8702
8703 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8704 (least-positive-float, least-negative-float)
8705 (least-positive-normalized-float, least-negative-normalized-float)
8706 (float-epsilon, float-negative-epsilon):
8707 Remove unnecessary declarations.
8708
8709 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8710 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8711 (least-positive-float, least-negative-float)
8712 (least-positive-normalized-float, least-negative-normalized-float)
8713 (float-epsilon, float-negative-epsilon): Add doc-strings,
8714 based on those in cl.texi.
8715
8716 * files.el (set-visited-file-name): If the major-mode changed,
8717 reload the local variables. (Bug#9796)
8718
8719 2011-10-27 Chong Yidong <cyd@gnu.org>
8720
8721 * subr.el (change-major-mode-after-body-hook): New hook.
8722 (run-mode-hooks): Run it.
8723
8724 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8725 Use change-major-mode-before-body-hook.
8726
8727 * simple.el (fundamental-mode):
8728 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8729 change introducing fundamental-mode-hook.
8730
8731 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8732
8733 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8734
8735 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
8736
8737 * ido.el (ido-file-name-all-completions-1): Do not require
8738 tramp.el explicitly. (Bug#7583)
8739
8740 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * progmodes/octave-mod.el:
8743 * progmodes/octave-inf.el: Update maintainer.
8744
8745 2011-10-26 Chong Yidong <cyd@gnu.org>
8746
8747 * subr.el (with-wrapper-hook): Rewrite doc.
8748
8749 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
8750
8751 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8752 filenames "/method:foo:". (Bug#9793)
8753
8754 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8757 (bug#9865).
8758
8759 2011-10-24 Glenn Morris <rgm@gnu.org>
8760
8761 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8762
8763 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
8764
8765 * notifications.el: Add the requirement of a running D-Bus session
8766 bus to the Commentary.
8767
8768 2011-10-24 Juri Linkov <juri@jurta.org>
8769
8770 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8771 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8772 (Bug#9364)
8773
8774 2011-10-24 Juri Linkov <juri@jurta.org>
8775
8776 * info.el (Info-following-node-name-re): Add newline to the list
8777 of allowed characters for leading space. (Bug#9824)
8778
8779 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * progmodes/octave-inf.el (inferior-octave-mode-map):
8782 Fix C-c C-h binding.
8783 * progmodes/octave-mod.el (octave-help): Remove.
8784
8785 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
8786
8787 Sync with Tramp 2.2.3.
8788
8789 * net/tramp-cache.el (top): Pacify byte-compiler using
8790 `init-file-user' and `site-run-file'.
8791
8792 * net/trampver.el: Update release number.
8793
8794 2011-10-23 Chong Yidong <cyd@gnu.org>
8795
8796 * files.el (toggle-read-only): Remove obsolete comment about
8797 version control.
8798
8799 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8800 for toggle-read-only. Note that this hasn't called vc-next-action
8801 since 2008-05-02, though it wasn't documented at the time.
8802
8803 * vc/ediff-init.el (ediff-toggle-read-only-function):
8804 Use toggle-read-only.
8805
8806 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8807
8808 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8809 of c-parse-state.
8810
8811 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8812 correct faulty logical expression.
8813 (c-parse-state-state, c-record-parse-state-state):
8814 (c-replay-parse-state-state): New defvar/defuns.
8815 (c-debug-parse-state): Use new functions.
8816
8817 2011-10-22 Martin Rudalics <rudalics@gmx.at>
8818
8819 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8820 last fix. Use window-in-direction correctly.
8821
8822 2011-10-21 Chong Yidong <cyd@gnu.org>
8823
8824 * progmodes/idlwave.el (idlwave-mode):
8825 * progmodes/vera-mode.el (vera-mode): No need to set
8826 require-final-newline; that's done in prog-mode.
8827 Suggested by Stefan Monnier.
8828
8829 2011-10-21 Martin Rudalics <rudalics@gmx.at>
8830
8831 * mouse.el (mouse-drag-window-above)
8832 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8833 (mouse-drag-mode-line-1, mouse-drag-header-line)
8834 (mouse-drag-vertical-line-rightward-window): Remove.
8835 (mouse-drag-line): New function.
8836 (mouse-drag-mode-line, mouse-drag-header-line)
8837 (mouse-drag-vertical-line): Call mouse-drag-line.
8838 * window.el (window-at-side-p, windows-at-side): New functions.
8839
8840 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
8841
8842 * tar-mode.el (tar-grind-file-mode):
8843 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8844
8845 2011-10-21 Chong Yidong <cyd@gnu.org>
8846
8847 * progmodes/idlwave.el (idlwave-mode):
8848 * progmodes/vera-mode.el (vera-mode):
8849 Use mode-require-final-newline.
8850
8851 2011-10-20 Glenn Morris <rgm@gnu.org>
8852
8853 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
8854
8855 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8856
8857 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8858
8859 2011-10-20 Chong Yidong <cyd@gnu.org>
8860
8861 * emulation/cua-base.el (cua-mode):
8862 * mail/footnote.el (footnote-mode):
8863 * mail/mailabbrev.el (mail-abbrevs-mode):
8864 * net/xesam.el (xesam-minor-mode):
8865 * progmodes/bug-reference.el (bug-reference-mode):
8866 * progmodes/cap-words.el (capitalized-words-mode):
8867 * progmodes/compile.el (compilation-minor-mode)
8868 (compilation-shell-minor-mode):
8869 * progmodes/gud.el (gud-tooltip-mode):
8870 * progmodes/hideif.el (hide-ifdef-mode):
8871 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8872 * progmodes/subword.el (subword-mode):
8873 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8874 * progmodes/which-func.el (which-function-mode):
8875 * term/tvi970.el (tvi970-set-keypad-mode):
8876 * term/vt100.el (vt100-wide-mode):
8877 * textmodes/flyspell.el (flyspell-mode):
8878 * textmodes/ispell.el (ispell-minor-mode):
8879 * textmodes/nroff-mode.el (nroff-electric-mode):
8880 * textmodes/paragraphs.el (use-hard-newlines):
8881 * textmodes/refill.el (refill-mode):
8882 * textmodes/reftex.el (reftex-mode):
8883 * textmodes/rst.el (rst-minor-mode):
8884 * textmodes/sgml-mode.el (html-autoview-mode)
8885 (sgml-electric-tag-pair-mode):
8886 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8887 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8888 * emulation/crisp.el (crisp-mode):
8889 * emacs-lisp/eldoc.el (eldoc-mode):
8890 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8891 minor mode behavior.
8892
8893 2011-10-19 Juri Linkov <juri@jurta.org>
8894
8895 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8896 the list of hard-coded chars with escape-glyph face.
8897
8898 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8901
8902 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
8903
8904 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8905 running process.
8906
8907 2011-10-19 Glenn Morris <rgm@gnu.org>
8908
8909 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8910 Ignore ignored files. (Bug#9726)
8911
8912 2011-10-19 Chong Yidong <cyd@gnu.org>
8913
8914 Doc fix for minor modes, stating that an omitted argument enables
8915 the mode unconditionally when called from Lisp.
8916
8917 * abbrev.el (abbrev-mode):
8918 * allout.el (allout-mode):
8919 * autoinsert.el (auto-insert-mode):
8920 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8921 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8922 (global-auto-revert-mode):
8923 * battery.el (display-battery-mode):
8924 * composite.el (global-auto-composition-mode)
8925 (auto-composition-mode):
8926 * delsel.el (delete-selection-mode):
8927 * desktop.el (desktop-save-mode):
8928 * dired-x.el (dired-omit-mode):
8929 * dirtrack.el (dirtrack-mode):
8930 * doc-view.el (doc-view-minor-mode):
8931 * double.el (double-mode):
8932 * electric.el (electric-indent-mode, electric-pair-mode):
8933 * emacs-lock.el (emacs-lock-mode):
8934 * epa-hook.el (auto-encryption-mode):
8935 * follow.el (follow-mode):
8936 * font-core.el (font-lock-mode):
8937 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8938 * help.el (temp-buffer-resize-mode):
8939 * hilit-chg.el (highlight-changes-mode)
8940 (highlight-changes-visible-mode):
8941 * hi-lock.el (hi-lock-mode):
8942 * hl-line.el (hl-line-mode, global-hl-line-mode):
8943 * icomplete.el (icomplete-mode):
8944 * ido.el (ido-everywhere):
8945 * image-file.el (auto-image-file-mode):
8946 * image-mode.el (image-minor-mode):
8947 * iswitchb.el (iswitchb-mode):
8948 * jka-cmpr-hook.el (auto-compression-mode):
8949 * linum.el (linum-mode):
8950 * longlines.el (longlines-mode):
8951 * master.el (master-mode):
8952 * mb-depth.el (minibuffer-depth-indicate-mode):
8953 * menu-bar.el (menu-bar-mode):
8954 * minibuf-eldef.el (minibuffer-electric-default-mode):
8955 * mouse-sel.el (mouse-sel-mode):
8956 * msb.el (msb-mode):
8957 * mwheel.el (mouse-wheel-mode):
8958 * outline.el (outline-minor-mode):
8959 * paren.el (show-paren-mode):
8960 * recentf.el (recentf-mode):
8961 * reveal.el (reveal-mode, global-reveal-mode):
8962 * rfn-eshadow.el (file-name-shadow-mode):
8963 * ruler-mode.el (ruler-mode):
8964 * savehist.el (savehist-mode):
8965 * scroll-all.el (scroll-all-mode):
8966 * scroll-bar.el (scroll-bar-mode):
8967 * server.el (server-mode):
8968 * shell.el (shell-dirtrack-mode):
8969 * simple.el (auto-fill-mode, transient-mark-mode)
8970 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8971 (line-number-mode, column-number-mode, size-indication-mode)
8972 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8973 * strokes.el (strokes-mode):
8974 * time.el (display-time-mode):
8975 * t-mouse.el (gpm-mouse-mode):
8976 * tool-bar.el (tool-bar-mode):
8977 * tooltip.el (tooltip-mode):
8978 * type-break.el (type-break-mode-line-message-mode)
8979 (type-break-query-mode):
8980 * view.el (view-mode):
8981 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8982 (global-whitespace-mode, global-whitespace-newline-mode):
8983 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8984
8985 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8986 Fix autogenerated docstring.
8987
8988 2011-10-19 Juri Linkov <juri@jurta.org>
8989
8990 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8991 by checking environment variables "DESKTOP_SESSION" and
8992 "XDG_CURRENT_DESKTOP". (Bug#9779)
8993
8994 2011-10-19 Juri Linkov <juri@jurta.org>
8995
8996 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8997 (browse-url-chromium-program, browse-url-chromium-arguments):
8998 New defcustoms.
8999 (browse-url-default-browser): Check for `browse-url-chromium' and
9000 call `browse-url-chromium-program'.
9001 (browse-url-chromium): New command. (Bug#9779)
9002
9003 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
9004
9005 * facemenu.el (list-colors-duplicates): On Windows, detect more
9006 duplicates by assuming that only colors matching "^System" are
9007 special "system colors". (Bug#9722)
9008
9009 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9012 to distinguish the author from the committer.
9013
9014 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
9015
9016 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9017
9018 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9019
9020 * international/mule.el (sgml-html-meta-auto-coding-function):
9021 Add support for detecting encoding in HTML5 specified only as
9022 <meta charset="UTF-8">. Implementation just makes http-equiv and
9023 content-type parts from HTML4 encoding string optional. (Bug#9716)
9024
9025 2011-10-18 Glenn Morris <rgm@gnu.org>
9026
9027 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9028
9029 2011-10-18 Chong Yidong <cyd@gnu.org>
9030
9031 * faces.el (cursor): Doc fix.
9032
9033 2011-10-17 Chong Yidong <cyd@gnu.org>
9034
9035 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9036
9037 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
9038
9039 * dirtrack.el (dirtrack): Support shell buffers with path
9040 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9041
9042 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9043
9044 * json.el: Bump version to 1.3 and note change in History.
9045 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9046
9047 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * comint.el (comint-insert-input, comint-send-input)
9050 (comint-get-old-input-default, comint-backward-matching-input)
9051 (comint-next-prompt): Use nil instead of `input' for field property of
9052 past user input (bug#114).
9053
9054 * minibuffer.el (completion--replace): Inherit surrounding properties
9055 (bug#114).
9056 (minibuffer-complete-and-exit): Use it.
9057
9058 * comint.el (comint--table-subvert): Quote the all-completions output
9059 (bug#9160).
9060
9061 2011-10-17 Martin Rudalics <rudalics@gmx.at>
9062
9063 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
9064
9065 * menu-bar.el (menu-bar-file-menu): Add entry for making new
9066 window on right of selected. (Bug#9350) Reword other window
9067 entries and separate them from frame entries.
9068
9069 2011-10-15 Glenn Morris <rgm@gnu.org>
9070
9071 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9072 Doc fixes.
9073
9074 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * net/network-stream.el (network-stream-open-starttls):
9077 Improve detection of failure due to lack of TLS support.
9078
9079 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9080 putting the input text in front and in bold.
9081
9082 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9085
9086 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9087 empty buffer.
9088
9089 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9090 unread-command-events rather than pushing yet-another event.
9091
9092 2011-10-14 Eli Zaretskii <eliz@gnu.org>
9093
9094 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9095 the explanation of the possible choices. Make the options passed
9096 to completing-read shorter.
9097
9098 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9099
9100 * textmodes/flyspell.el (flyspell-large-region): Make sure
9101 extended character mode is used if defined (Bug#1339).
9102
9103 2011-10-13 Eli Zaretskii <eliz@gnu.org>
9104
9105 * simple.el (what-cursor-position): Fix the display of the
9106 character info for LRE, LRO, RLE, and RLO characters by appending
9107 an invisible PDF.
9108
9109 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9112 even in case of error; add debug spec; simplify data flow.
9113 (with-timeout-handler): Remove.
9114
9115 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
9116
9117 Fix Bug#6019, Bug#9315.
9118
9119 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9120 complete `buffer-file-name', the local file name part could look
9121 remotely (for example on VMS).
9122
9123 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9124 `tramp-run-real-handler'.
9125 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9126 already quoted by '"'.
9127
9128 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9129 Let `file-name-handler-alist' be nil, the local file name part
9130 could look remotely (for example on VMS).
9131
9132 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9133
9134 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9135 from here...
9136 (flyspell-post-command-hook): ...to here.
9137
9138 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9141 if not needed.
9142 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9143 using completion. Protect against "slow" callers.
9144 Remove the "message hack".
9145
9146 2011-10-11 Juri Linkov <juri@jurta.org>
9147
9148 * isearch.el (isearch-lazy-highlight-word): New variable.
9149 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9150 Use it. (Bug#9727)
9151
9152 2011-10-11 Glenn Morris <rgm@gnu.org>
9153
9154 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9155 like f90-previous-statement does.
9156
9157 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9158
9159 * eshell/eshell.el (eshell-command): History should be saved
9160 only in interactive use, to avoid error.
9161
9162 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * minibuffer.el (completion-file-name-table): Fix last change,
9165 i.e. ignore normal errors but not the other ones.
9166
9167 2011-10-10 Martin Rudalics <rudalics@gmx.at>
9168
9169 * window.el (special-display-buffer-names)
9170 (special-display-regexps): Remove some remnants of earlier
9171 changes from doc-strings.
9172 (quit-windows-on): New function.
9173
9174 * vc/vc.el (vc-revert, vc-rollback):
9175 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9176 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9177 (Bug#6183) (Bug#7074) (Bug#7447)
9178
9179 2011-10-09 Martin Rudalics <rudalics@gmx.at>
9180
9181 * window.el (frame-auto-hide-function): Add version tag.
9182 (Bug#9699)
9183
9184 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
9185
9186 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9187 condition.
9188
9189 2011-10-09 Leo Liu <sdl.web@gmail.com>
9190
9191 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9192 (Bug#9701)
9193
9194 2011-10-08 Glenn Morris <rgm@gnu.org>
9195
9196 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9197 before the first code statement zero indent. (Bug#9690)
9198
9199 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * simple.el (count-words-region): Always count in the region.
9202 Report the number of lines and characters too.
9203 (count-words): New command, which counts in the buffer if the
9204 region is inactive, as count-words-region used to.
9205 (count-words--message): New function. Handle plurals.
9206 (count-lines-region): Make it an alias for count-words-region.
9207
9208 * bindings.el (esc-map): Replace count-lines-region with
9209 count-words-region.
9210
9211 2011-10-08 Martin Rudalics <rudalics@gmx.at>
9212
9213 * window.el (window--delete): Delete dedicated frame
9214 unconditionally when argument KILL is non-nil. (Bug#9699)
9215 (switch-to-buffer): Fix doc-string typo.
9216
9217 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9218
9219 * eshell/eshell.el (eshell-command): Avoid using hooks.
9220
9221 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * bindings.el ([M-left],[M-right]): Bind to left-word and
9224 right-word respectively.
9225
9226 2011-10-07 Glenn Morris <rgm@gnu.org>
9227
9228 * cus-start.el (debug-on-quit): Fix custom type.
9229
9230 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9231
9232 * subr.el (define-key-after): Clarify that the function is not
9233 useful for non-menu keymaps.
9234
9235 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9236
9237 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9238
9239 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
9240 in current minibuffer (Fix bug with recursive minibuffers).
9241
9242 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
9243
9244 * progmodes/gdb-mi.el (gdb): Doc fix.
9245
9246 2011-10-05 Martin Rudalics <rudalics@gmx.at>
9247
9248 * window.el (frame-auto-hide-function): New option replacing
9249 frame-auto-delete. Suggested by Stefan Monnier.
9250 (window--delete): Call frame-auto-hide-function instead of
9251 investigating frame-auto-delete.
9252 (window-point-1, set-window-point-1): New functions.
9253 (window-in-direction, record-window-buffer, window-state-get-1)
9254 (display-buffer-record-window): Use window-point-1 instead of
9255 window-point.
9256 (set-window-buffer-start-and-point): Use set-window-point-1.
9257
9258 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9261
9262 2011-10-05 Glenn Morris <rgm@gnu.org>
9263
9264 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9265 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9266
9267 2011-10-05 Leo Liu <sdl.web@gmail.com>
9268
9269 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9270 works with buffer object.
9271
9272 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * mpc.el (mpc-tool-bar-map): Add labels.
9275
9276 2011-10-04 Glenn Morris <rgm@gnu.org>
9277
9278 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9279
9280 2011-10-04 Martin Rudalics <rudalics@gmx.at>
9281
9282 * window.el (window--delete): New function.
9283 (frame-auto-delete): Resuscitate option.
9284 (bury-buffer, replace-buffer-in-windows)
9285 (quit-window): Rewrite using window--delete.
9286 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9287 Pass display-buffer-mark-dedicated to window--display-buffer-2
9288 (Bug#9639).
9289
9290 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9293 returns a list (bug#9554). Add remote file name completion.
9294 * comint.el (comint--table-subvert): Curry and get quote&unquote
9295 functions as arguments.
9296 (comint--complete-file-name-data): Adjust call accordingly.
9297 * pcomplete.el (pcomplete--table-subvert): Remove.
9298 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9299
9300 * minibuffer.el (completion-table-case-fold): Use currying.
9301 (completion--styles-type, completion--cycling-threshold-type):
9302 New constants.
9303 (completion-styles, completion-category-overrides)
9304 (completion-cycle-threshold): Use them.
9305 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9306 completion-table-case-fold.
9307
9308 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
9309
9310 * minibuffer.el (completion-category-overrides): Fix type of styles
9311 and add more user friendly tags (bug#9660).
9312
9313 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9316 (mule-input-method-string): New widget.
9317 (default-input-method, language-info-custom-alist): Use it.
9318
9319 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * pcomplete.el: Require comint.
9322 (pcomplete--common-suffix): Remove.
9323 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9324 (pcomplete--table-subvert): Sync with comint--table-subvert.
9325 (pcomplete--entries): Use comint-completion-file-name-table.
9326 * comint.el (comint-unquote-filename): Simplify.
9327 (comint-completion-file-name-table): New function (bug#9616).
9328 (comint--complete-file-name-data): Use it.
9329
9330 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9331 (pcmpl-gnu-tar-buffer): Remove.
9332 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9333 around. Make sure pcomplete-suffix-list is only changed temporarily.
9334 Don't look inside the tar's file if it's too large.
9335
9336 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
9337
9338 * cus-edit.el (custom-mode-map):
9339 * epa.el (epa-key-list-mode-map):
9340 * man.el (Man-mode-map):
9341 * startup.el (splash-screen-keymap):
9342 * simple.el (special-mode-map): Use scroll-up-command and
9343 scroll-down-command.
9344
9345 * progmodes/idlw-help.el (idlwave-help-mode-map):
9346 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9347 * net/newst-plainview.el (newsticker-mode-map):
9348 * emulation/ws-mode.el (wordstar-mode-map):
9349 * emulation/vi.el (vi-com-map):
9350 * calc/calc-graph.el (calc-graph-show-dumb):
9351 * term/sun.el (terminal-init-sun):
9352 * term/ns-win.el (global-map):
9353 * progmodes/grep.el (grep-mode-map):
9354 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9355 * mail/rmail.el (rmail-mode-map):
9356 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9357
9358 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9359 custom-safe-themes as special.
9360
9361 2011-10-01 Julien Danjou <julien@danjou.info>
9362
9363 * notifications.el (notifications-notify): Fix docstring.
9364
9365 2011-10-01 Per Starbäck <per@starback.se>
9366
9367 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9368
9369 2011-09-30 Martin Rudalics <rudalics@gmx.at>
9370
9371 * startup.el (command-line-1): Fix last fix by inserting
9372 initial-scratch-message into *scratch* before displaying it.
9373 (Bug#9605) and (Bug#9636)
9374
9375 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9376
9377 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9378 window is hscrolled, move by logical lines. (Bug#9607)
9379 (line-move-visual): Update the doc string to the above effect.
9380
9381 2011-09-29 Martin Rudalics <rudalics@gmx.at>
9382
9383 * window.el (display-buffer-record-window): When WINDOW is the
9384 selected window use `point' instead of `window-point'. (Bug#9626)
9385
9386 * startup.el (command-line-1): Use insert-before-markers when
9387 inserting initial-scratch-message. (Bug#9605)
9388
9389 * help.el (help-window): Remove variable.
9390
9391 2011-09-29 Glenn Morris <rgm@gnu.org>
9392
9393 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9394
9395 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
9396
9397 * descr-text.el (describe-char-categories): Accept category
9398 descriptions more than one line long.
9399
9400 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * simple.el (delete-trailing-whitespace): Fix last change.
9403
9404 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9405 Don't confuse "y => 3" as the beginning of a `y' operation.
9406
9407 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9408 object has more than 4 slots (bug#9613).
9409
9410 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9411
9412 * subr.el (with-output-to-temp-buffer):
9413 * net/quickurl.el (quickurl, quickurl-browse-url):
9414 Fix typos in docstrings.
9415
9416 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9417
9418 * minibuffer.el (completion-styles)
9419 (completion-category-overrides): Cross reference each other in doc
9420 strings.
9421
9422 2011-09-27 Glenn Morris <rgm@gnu.org>
9423
9424 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9425 to split-string. (Bug#9606)
9426
9427 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9428
9429 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9430 (bug#9615).
9431
9432 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * emacs-lisp/package.el (list-packages): Fix echo area message.
9435
9436 2011-09-27 Leo Liu <sdl.web@gmail.com>
9437
9438 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9439
9440 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9441
9442 * net/dbus.el (dbus-unregister-object): Don't release services for
9443 registered signals. (Bug#9581)
9444
9445 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9446
9447 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9448 function that picks between cfengine 2 and 3 support
9449 automatically. Update docs accordingly.
9450
9451 2011-09-22 Kenichi Handa <handa@m17n.org>
9452
9453 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9454 ZERO.
9455 (indian-itrans-v5-table-for-tamil): New variable.
9456 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9457
9458 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9459
9460 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9461 that's true if the current command involved collapsing of text.
9462 It's reset to false at the beginning of the next command.
9463 (allout-post-command-business): Move the cursor to the beginning
9464 of entry if the cursor is hidden and collapsing activity just
9465 happened.
9466
9467 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9470 tracking (Bug#9541).
9471
9472 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
9473
9474 * net/newst-reader.el (newsticker-html-renderer)
9475 (newsticker-show-news): Automatically load html rendering package
9476 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9477 because w3m-fill-column is let-bound" and the error "Symbol's value
9478 as variable is void: w3m-fill-column".
9479
9480 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9481
9482 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9483 Release services only if they are defined. (Bug#9581)
9484
9485 2011-09-23 Richard Stallman <rms@gnu.org>
9486
9487 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9488 distinguish start of paragraph from start of its text.
9489
9490 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9491
9492 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9493 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9494 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9495
9496 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9497
9498 * international/mule-diag.el (mule-diag): Insert a newline after
9499 each fontset description.
9500
9501 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * simple.el (delete-trailing-whitespace):
9504 Document last change; simplify.
9505
9506 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9507
9508 * simple.el (delete-trailing-whitespace): Also delete
9509 extra newlines at the end of the buffer.
9510
9511 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9512 (picture-newline): Use forward-line so as to ignore fields.
9513
9514 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * subr.el (with-wrapper-hook): Fix edebug spec.
9517
9518 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9519
9520 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9521 (bug#4538).
9522
9523 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
9524
9525 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9526 Fix nasty bug using wrong cached values.
9527
9528 2011-09-23 Alan Mackenzie <acm@muc.de>
9529
9530 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9531
9532 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * window.el (pop-to-buffer): Ensure right window is selected if we
9535 chose another frame.
9536
9537 2011-09-22 Eli Zaretskii <eliz@gnu.org>
9538
9539 * simple.el (what-cursor-position): Use get-char-property-change
9540 and next-single-char-property-change, to be able to show display
9541 properties that come from overlays as well as text properties.
9542
9543 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
9544
9545 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9546
9547 * cmuscheme.el (run-scheme, switch-to-scheme):
9548 * cus-edit.el (customize-group, custom-buffer-create)
9549 (customize-browse):
9550 * info.el (info):
9551 * shell.el (shell):
9552 * mail/sendmail.el (mail):
9553 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9554
9555 2011-09-22 Richard Stallman <rms@gnu.org>
9556
9557 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9558 move back only to line beg, don't move back over blank lines.
9559
9560 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * files.el (copy-directory): Set directory attributes only in case
9563 they could be retrieved from the source directory. (Bug#9565)
9564
9565 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9566
9567 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9568 (hs-find-block-beginning, hs-hide-level-recursive):
9569 Ignore strings as well as comments. (Bug#9502)
9570
9571 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9572
9573 * progmodes/sql.el (sql-comint-postgres):
9574 Convert port number to a string. (Bug#9566)
9575
9576 2011-09-22 Martin Rudalics <rudalics@gmx.at>
9577
9578 * window.el (quit-window): Undedicate window when switching to
9579 previous buffer. Reported by Thierry Volpiatto
9580 <thierry.volpiatto@gmail.com>.
9581 (special-display-popup-frame): When popping up a new frame reset
9582 its previous buffers to nil. Simplify code.
9583
9584 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
9585
9586 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9587 and process filter, as done also in `shell-command'.
9588
9589 2011-09-21 Martin Rudalics <rudalics@gmx.at>
9590
9591 * window.el (set-window-buffer-start-and-point):
9592 Call set-window-start with NOFORCE argument t.
9593 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9594 (quit-window): Reword doc-string. Handle new format of
9595 quit-restore parameter. Don't delete window if it has a
9596 previous buffer we can show instead of the present one.
9597 (display-buffer-record-window): Rewrite using a new format for
9598 the quit-restore window parameter
9599 (special-display-popup-frame, display-buffer-same-window)
9600 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9601 (display-buffer-pop-up-window, display-buffer-use-some-window):
9602 Adapt symbol passed to display-buffer-record-window.
9603 * help.el (help-window-setup): Handle new format of quit-restore
9604 parameter.
9605
9606 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * faces.el (face-list): Fix docstring (bug#9564).
9609
9610 * window.el (display-buffer--action-function-custom-type):
9611 Don't include internal functions in the Custom interface.
9612
9613 2011-09-20 Juri Linkov <juri@jurta.org>
9614
9615 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9616 (Info-forward-node, Info-backward-node, Info-next-preorder)
9617 (Info-last-preorder): Use it. (Bug#9528)
9618
9619 2011-09-20 Juri Linkov <juri@jurta.org>
9620
9621 * info.el (Info-last-preorder): Visit last menu item only when
9622 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9623
9624 2011-09-20 Julien Danjou <julien@danjou.info>
9625
9626 * password-cache.el (password-cache-remove): Remove entries even if the
9627 value is nil, so that password with a nil value (negative caching) is
9628 possible to invalidate.
9629
9630 2011-09-20 Lawrence Mitchell <wence@gmx.li>
9631
9632 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9633 all whitespace around breakpoint. (Bug#9553)
9634 (f90-find-breakpoint): Only break at whitespace inside a comment.
9635
9636 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * minibuffer.el (completion-file-name-table): Keep track of errors.
9639 (completion-table-with-predicate): Handle the case where pred1 is nil.
9640 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9641
9642 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9645 (debugger-return-value): Signal an error if the debugging context does
9646 not await any return value.
9647
9648 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9649 * image-mode.el (image-toggle-display-text)
9650 (image-toggle-display-image): Stay away from evil `intangible'.
9651
9652 2011-09-19 Leo Liu <sdl.web@gmail.com>
9653
9654 * replace.el (occur-revert-arguments): Make it permanent-local.
9655 (occur-mode): Don't call font-lock-defontify.
9656
9657 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
9658
9659 * net/ldap.el (ldap-search-internal): Don't push empty search
9660 result (Bug#9508).
9661
9662 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9665
9666 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
9667
9668 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9669 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9670
9671 2011-09-18 Juri Linkov <juri@jurta.org>
9672
9673 * buff-menu.el (Buffer-menu-mode-map):
9674 * dired.el (dired-mode-map):
9675 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9676 (lisp-interaction-mode-map):
9677 * emacs-lisp/package.el (package-menu-mode-map):
9678 * epa.el (epa-key-list-mode-map):
9679 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9680 (menu-bar-options-menu):
9681 * outline.el (outline-mode-menu-bar-map):
9682 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9683 * vc/vc-dir.el (vc-dir-menu-map):
9684 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9685 Capitalize non-function content words in menu item strings.
9686
9687 * dired.el (dired-mode-map): Add menu item for
9688 `image-dired-dired-toggle-marked-thumbs'.
9689
9690 2011-09-18 Juri Linkov <juri@jurta.org>
9691
9692 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9693 to `isearch-case-fold-search' and restore its original value
9694 after the `isearch-mode' call.
9695
9696 2011-09-18 Juri Linkov <juri@jurta.org>
9697
9698 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9699 because `zgrep' returns 1 for successful matches (bug#9226).
9700
9701 2011-09-18 Juri Linkov <juri@jurta.org>
9702
9703 * info.el (Info-extract-menu-node-name): Check the second match
9704 for empty string (second test-case of bug#9528).
9705 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9706 intermediate nodes to the history (first test-case of bug#9528).
9707
9708 2011-09-18 Juri Linkov <juri@jurta.org>
9709
9710 * info.el (Info-mode-syntax-table): New variable.
9711 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9712
9713 2011-09-18 Juri Linkov <juri@jurta.org>
9714
9715 * info.el (Info-file-supports-index-cookies):
9716 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9717 outputs one more line for long file names (bug#4142).
9718
9719 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9720
9721 * newcomment.el (comment-normalize-vars): If prompting for
9722 comment-start, set comment-start-skip too (Bug#8424).
9723
9724 2011-09-18 Johan Bockgård <bojohan@gnu.org>
9725
9726 * icomplete.el: Fix previous fix of Bug#5849.
9727 (icomplete-mode): Don't set completion-show-inline-help.
9728 (icomplete-minibuffer-setup): Set completion-show-inline-help
9729 locally during icompletion.
9730
9731 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * woman.el (woman2-process-escapes): Don't delete unrecognized
9734 escapes (Bug#7843).
9735
9736 * files.el (inhibit-first-line-modes-regexps): Add image files.
9737 (hack-local-variables-prop-line): Return nil for malformed
9738 prop-lines (Bug#9044).
9739
9740 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
9741
9742 * net/tramp.el (top): Don't require 'shell.
9743 (tramp-methods): Fix docstring.
9744 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9745 Return complete remote file name. Handle "smb" case.
9746 Use `tramp-tmpdir', if defined for the respective method.
9747 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9748
9749 * net/tramp-compat.el (top): Require 'shell.
9750
9751 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9752 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9753 `tramp-current-host'.
9754 (tramp-get-remote-tmpdir): Remove.
9755
9756 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9757 `tramp-tmpdir' entries.
9758 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9759 (tramp-smb-handle-file-attributes): Ignore errors.
9760 (tramp-smb-wait-for-output): Check also for process end.
9761
9762 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9763
9764 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9765 when sending QUIT (bug#9312).
9766
9767 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
9768
9769 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9770 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9771 occur-mode-display-occurrence.
9772 (occur-edit-mode): Add usage message.
9773 (occur-cease-edit): New command.
9774 (occur-after-change-function): Use text properties to find the
9775 position of the prefix text.
9776 (occur-engine): Set stickiness of prefix text properties.
9777
9778 2011-09-17 Glenn Morris <rgm@gnu.org>
9779
9780 * progmodes/etags.el (complete-tag):
9781 Fix call to completion-in-region. (Bug#9526)
9782
9783 2011-09-17 Juri Linkov <juri@jurta.org>
9784
9785 * textmodes/ispell.el (ispell-word): Add to the error message
9786 the word, ispell program name and current dictionary (bug#9121).
9787 (ispell-tex-arg-end): Capitalize "error" in the error message.
9788
9789 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9790
9791 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9792 check. (Bug#4251)
9793
9794 2011-09-17 Juri Linkov <juri@jurta.org>
9795
9796 * window.el (window-safe-min-height, window-safe-min-width):
9797 Fix typos (followup to bug#9522).
9798
9799 2011-09-17 Sven Joachim <svenjoac@gmx.de>
9800
9801 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9802
9803 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9804
9805 * simple.el (line-move): If goal-column is set, move by logical
9806 lines, not by display lines. (Bug#971)
9807 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9808 to reflect the above change.
9809
9810 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * image.el (imagemagick-register-types): Use regexp-opt.
9813
9814 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9815
9816 * window.el (display-buffer-base-action): Rename from
9817 display-buffer-default-action. Make default value empty.
9818 (display-buffer-overriding-action): Convert to defvar.
9819 (display-buffer-fallback-action): New var.
9820
9821 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9824 declaration.
9825 (package--add-to-archive-contents): If there is a duplicate entry
9826 with an older version, remove it.
9827 (package-menu-mark-delete, package-menu-mark-install)
9828 (package-menu-mark-unmark): Make unused args optional.
9829 (package-menu-mark-obsolete-for-deletion):
9830 Use package-menu-get-status instead of a regexp search.
9831 (package-menu-get-status): Use tabulated-list-entry.
9832 (package-menu-mark-upgrades): New command.
9833 (package-menu-mode-map): Bind it to U. Add it to menu bar.
9834 (package-menu-execute): Do installation before deletion.
9835 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9836 instead of checking major-mode.
9837 (package-menu--find-upgrades): New function.
9838
9839 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9840
9841 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9842 passwords in the log buffer.
9843 (smtpmail-process-filter): Update the process marker so that the
9844 "broken by peer" status message is inserted in the right place.
9845
9846 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9849 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9850 bibtex-completion-at-point-function.
9851 (bibtex-completion-at-point-function): Use them.
9852
9853 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9854
9855 * mpc.el (mpc-constraints-tag-lookup): New function.
9856 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9857 also to browser "album|playlist".
9858
9859 2011-09-14 Juri Linkov <juri@jurta.org>
9860
9861 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9862 (isearch-edit-string): Use length of `isearch-string' when
9863 `isearch-fail-pos' returns nil.
9864 (isearch-message): Remove duplicate code and call
9865 `isearch-fail-pos' with arg `t'.
9866
9867 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * replace.el (occur-mode-goto-occurrence): Don't force using other
9870 window (Bug#9499).
9871
9872 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9873
9874 2011-09-14 Martin Rudalics <rudalics@gmx.at>
9875
9876 * window.el (display-buffer-window): Remove.
9877 (display-buffer-record-window): Use help-setup window parameter
9878 instead of variable display-buffer-window.
9879 (display-buffer-function, special-display-buffer-names)
9880 (special-display-function): Mention help-setup parameter instead
9881 of display-buffer-window in doc-string.
9882 * help.el (help-window-setup): New argument help-window.
9883 Use help-window-setup parameter instead of display-buffer-window.
9884 Reword some messages.
9885 (with-help-window): Pass window used for displaying the buffer
9886 to help-window-setup. Don't set display-buffer-window.
9887
9888 2011-09-13 Glenn Morris <rgm@gnu.org>
9889
9890 * emacs-lisp/debug.el (debugger-make-xrefs):
9891 Preserve point. (Bug#9462)
9892
9893 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9894
9895 * window.el (window-deletable-p): Use next-frame.
9896
9897 2011-09-13 Martin Rudalics <rudalics@gmx.at>
9898
9899 * window.el (window-auto-delete): Remove.
9900 (window-deletable-p): Remove argument FORCE. Don't deal with
9901 dedication and previous buffers.
9902 (switch-to-prev-buffer): Don't delete window.
9903 (delete-windows-on): Delete a window's frame if and only if the
9904 window is dedicated.
9905 (replace-buffer-in-windows): Delete buffer's window or frame if
9906 and only if window is dedicated.
9907 (quit-window): Handle quit-restore as before last change.
9908 (bury-buffer): Delete window only if window-deletable-p returns t.
9909
9910 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9911
9912 * window.el (window-deletable-p): Never delete the last frame on a
9913 given terminal.
9914
9915 2011-09-13 Glenn Morris <rgm@gnu.org>
9916
9917 * help.el (describe-key-briefly): Copy previous standard-output change.
9918
9919 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
9920
9921 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9922
9923 2011-09-13 Glenn Morris <rgm@gnu.org>
9924
9925 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9926 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9927
9928 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
9929
9930 * dired-aux.el (dired-mark-read-string): Don't return default
9931 value on empty input (Bug#9361).
9932 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9933 Omit initial minibuffer contents.
9934 (dired-do-chmod): Signal an error on empty input.
9935 (dired-mark-read-string): Don't return default on empty input.
9936
9937 * files.el (file-modes-symbolic-to-number): Doc fix.
9938
9939 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * international/mule-cmds.el (ucs-completions): Remove.
9942 (read-char-by-name): Use complete-with-action instead; add metadata.
9943
9944 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * window.el (display-buffer--action-function-custom-type)
9947 (display-buffer--action-custom-type): New vars.
9948 (display-buffer-alist, display-buffer-default-action)
9949 (display-buffer-overriding-action): Add defcustom types.
9950
9951 * frame.el (delete-other-frames): Doc fix (Bug#276).
9952
9953 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9954
9955 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9956
9957 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9958
9959 Change modes that used same-window-* vars to use switch-to-buffer.
9960
9961 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9962 Use switch-to-buffer.
9963
9964 * cus-edit.el (customize-group, custom-buffer-create)
9965 (customize-browse, custom-buffer-create-other-window):
9966 Use switch-to-buffer or switch-to-buffer-other-window.
9967
9968 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9969 (Info-prev, Info-up, Info-speedbar-goto-node)
9970 (info-display-manual): Use switch-to-buffer.
9971 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9972
9973 * mail/sendmail.el (mail): Use switch-to-buffer.
9974 (mail-recover): Use switch-to-buffer-other-window.
9975
9976 * cmuscheme.el (run-scheme, switch-to-scheme):
9977 * ielm.el (ielm):
9978 * shell.el (shell):
9979 * net/rlogin.el (rlogin):
9980 * net/telnet.el (telnet, rsh):
9981 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9982
9983 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9984
9985 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9986
9987 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9988
9989 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9990 so don't mention it (bug#9301).
9991 (dired-sort-toggle-or-edit): Clarify string further.
9992
9993 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9994 match `x', `w32' and `ns', like the manual says (bug#9029).
9995
9996 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9997 (process-kill-buffer-query-function): Mention the buffer name in
9998 the query.
9999
10000 * image-mode.el (image-next-line): The line parameter is mandatory
10001 (bug#9258).
10002
10003 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10004 which can be useful (bug#9301).
10005
10006 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10007
10008 * subr.el (match-string): Mention that the current buffer should
10009 be the same as the search was done in (bug#9282).
10010
10011 * facemenu.el: Disable the remove-* commands if the mark isn't
10012 active (bug#9162).
10013
10014 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10017 of display-buffer.
10018 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10019
10020 * replace.el (occur-mode-goto-occurrence)
10021 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10022 and display-buffer.
10023
10024 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10025 display-buffer.
10026
10027 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10028 special-display and same-window variables.
10029 (mail-other-window): Use switch-to-buffer-other-window.
10030 (mail-other-frame): USe switch-to-buffer-other-frame.
10031
10032 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10033 Use display-buffer-other-frame.
10034 (gdb-display-gdb-buffer): Use pop-to-buffer.
10035
10036 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10037
10038 * progmodes/python.el: Don't set same-window-buffer-names.
10039
10040 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10041
10042 * window.el (display-buffer-alist): Add *Python*.
10043
10044 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
10045
10046 * window.el (display-buffer-alist): Add entry for buffers
10047 previously handled same-window-*.
10048 (display-buffer-alist, display-buffer-default-action)
10049 (display-buffer-overriding-action): Mark as risky.
10050 (display-buffer-alist): Document action function changes.
10051 (display-buffer--same-window-action)
10052 (display-buffer--other-frame-action): New variables.
10053 (switch-to-buffer, display-buffer-other-frame): Use them.
10054 (display-buffer): Rename reuse-frame entry to reusable-frames.
10055 (display-buffer-reuse-selected-window): Function deleted.
10056 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10057 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10058 (display-buffer-special): New function.
10059 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10060 display-buffer-reuse-or-pop-window. Split off special-display
10061 part into display-buffer-special.
10062 (display-buffer-use-some-window): Don't perform any special
10063 pop-up-frames handling.
10064 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
10065 (display-buffer--maybe-same-window): Rename from
10066 display-buffer-maybe-same-window.
10067
10068 * info.el: Don't set same-window-regexps.
10069 (info-setup): New function.
10070 (info-other-window, info): Call it.
10071
10072 * cus-edit.el: Don't set same-window-regexps.
10073 (customize-group): New argument.
10074 (customize-group-other-window): Use it.
10075 (customize-face, customize-face-other-window): Likewise.
10076 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10077
10078 * net/rlogin.el:
10079 * net/telnet.el:
10080 * progmodes/gud.el: Don't set same-window-regexps.
10081
10082 * cmuscheme.el:
10083 * ielm.el:
10084 * shell.el:
10085 * mail/sendmail.el:
10086 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10087
10088 2011-09-10 Juri Linkov <juri@jurta.org>
10089
10090 * isearch.el (isearch-edit-string): Remove obsolete mention of
10091 `C-w' (`isearch-yank-word-or-char') from docstring.
10092 (isearch-query-replace): Fix typo in docstring (bug#9466).
10093
10094 2011-09-10 Juri Linkov <juri@jurta.org>
10095
10096 * paren.el (show-paren-function): Don't show escaped parens.
10097 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10098
10099 2011-09-10 Eli Zaretskii <eliz@gnu.org>
10100
10101 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10102 (mm-default-file-encoding): Remove autoload forms, they are
10103 replaced with autoload cookies in mml.el and mm-encode.el.
10104 (mail-add-attachment): New command.
10105 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10106 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10107 the doc string.
10108 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10109
10110 2011-09-10 Reuben Thomas <rrt@sc3d.org>
10111
10112 * simple.el (count-words-region): Use buffer if there's no region
10113 (bug#9429).
10114
10115 2011-09-09 Juri Linkov <juri@jurta.org>
10116
10117 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10118 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10119 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10120
10121 2011-09-09 Alan Mackenzie <acm@muc.de>
10122
10123 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10124 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10125
10126 2011-09-09 Eli Zaretskii <eliz@gnu.org>
10127
10128 Fix for Savannah bug#9392.
10129 * simple.el (mail-encode-mml): New defvar.
10130
10131 * mail/rmail.el (mail-encode-mml): Add a defvar.
10132 (rmail-enable-mime-composing): Default to t.
10133 (rmail-forward): Use MIME method of forwarding only if both
10134 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10135 Set mail-encode-mml non-nil if the MIME method was used.
10136
10137 * mail/sendmail.el (mml-to-mime): Add autoload form.
10138 (mail-encode-mml): Add a defvar.
10139 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10140 to nil.
10141 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10142 message through mml-to-mime, and reset mail-encode-mml to nil.
10143
10144 2011-09-09 Glenn Morris <rgm@gnu.org>
10145
10146 * woman.el (woman-if-body): When processing an .el block,
10147 do not delete the next .el block as well. (Bug#9447)
10148 (woman-special-characters): Add oq, cq, and hy characters.
10149
10150 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10151
10152 * window.el (window-deletable-p): Make sure window is live before
10153 invoking window-prev-buffers.
10154
10155 2011-09-08 Leo Liu <sdl.web@gmail.com>
10156
10157 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10158
10159 2011-09-08 Juri Linkov <juri@jurta.org>
10160
10161 * progmodes/compile.el (compilation-environment): Make it
10162 a defcustom (bug#8340).
10163
10164 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10165
10166 * window.el (frame-auto-delete): Rename to window-auto-delete.
10167 Make it control auto-deletion of windows and/or frames.
10168 (window-deletable-p): New argument FORCE. Rewrite conditions
10169 for deleting window/frame. (Bug#9419)
10170 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10171 Rewrite handling of case when window/frame can be deleted.
10172 (delete-windows-on): Call window-deletable-p with new FORCE
10173 argument t. (Bug#9456)
10174
10175 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
10176
10177 * help-mode.el (help-mode): Restore autoload.
10178
10179 2011-09-07 Juri Linkov <juri@jurta.org>
10180
10181 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10182 `compilation-environment'. Set buffer-local
10183 `compilation-environment' to `thisenv' later after (funcall mode).
10184 (Bug#8340)
10185
10186 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10187 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10188 instead of replacing its value. (Bug#8340)
10189
10190 2011-09-07 Juri Linkov <juri@jurta.org>
10191
10192 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10193 based on text properties put by `grep-filter' instead of matching
10194 escape sequences.
10195 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10196 to the value of `grep-error-screen-columns' (bug#9438).
10197
10198 2011-09-07 Juri Linkov <juri@jurta.org>
10199
10200 * simple.el (next-error-highlight, next-error-highlight-no-select):
10201 Doc fix (bug#9432).
10202
10203 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10204
10205 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10206 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10207
10208 2011-09-07 Leo Liu <sdl.web@gmail.com>
10209
10210 * net/rcirc.el (rcirc-mode): Conditionally initialize
10211 rcirc-input-ring.
10212
10213 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * emacs-lisp/find-func.el (find-function-C-source): Only set
10216 find-function-C-source-directory after checking that we found a source
10217 file there (bug#9440).
10218
10219 2011-09-06 Alan Mackenzie <acm@muc.de>
10220
10221 * isearch.el (isearch-other-meta-char): Wherever a key list is
10222 unread, "unread" the prefix arg, too. This fixes bug #8901.
10223
10224 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10225
10226 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10227
10228 2011-09-05 Juri Linkov <juri@jurta.org>
10229
10230 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10231
10232 2011-09-05 Juri Linkov <juri@jurta.org>
10233
10234 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10235 keeping point where processing of grep matches begins, and
10236 continue to delete remaining escape sequences from the same point.
10237 (grep-filter): Make leading zero optional in "0?1;31m" because
10238 git-grep emits "\033[1;31m" escape sequences unlike expected
10239 "\033[01;31m" as GNU Grep does (bug#9408).
10240 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10241
10242 2011-09-05 Juri Linkov <juri@jurta.org>
10243
10244 * subr.el (y-or-n-p): Capitalize "yes".
10245
10246 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
10247
10248 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10249 `tramp-cache-unload-hook' where appropriate.
10250 (tramp-methods): Rename `tramp-remote-sh' to
10251 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10252 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10253
10254 * net/tramp-sh.el (top): Don't require 'shell.
10255 (tramp-methods): Add `tramp-remote-shell' and
10256 `tramp-remote-shell-args' entries.
10257 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10258 (tramp-sh-handle-shell-command): Remove.
10259 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10260 Use `tramp-remote-shell'.
10261
10262 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
10263
10264 * mail/sendmail.el (sendmail-query-once-function): Delete.
10265 (sendmail-query-once): Save directly to send-mail-function.
10266 Update message-send-mail-function too.
10267
10268 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10269
10270 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10271
10272 * progmodes/python.el (python-mode-map): Use correct function to
10273 start python interpreter from menu-bar (as reported by Geert
10274 Kloosterman).
10275 (inferior-python-mode-map): Fix typo.
10276 (python-shell-map): Remove.
10277
10278 2011-09-03 Deniz Dogan <deniz@dogan.se>
10279
10280 * net/rcirc.el (rcirc-print): Simplify code for
10281 rcirc-scroll-show-maximum-output. There is no need to walk
10282 through all windows to find the right one.
10283
10284 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10285
10286 * help.el (help-return-method): Doc fix.
10287
10288 2011-09-03 Martin Rudalics <rudalics@gmx.at>
10289
10290 * window.el (window-deletable-p): Don't return a non-nil value
10291 when there's a buffer that was shown in the window before.
10292 (Bug#9419)
10293 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10294 Set window's previous buffers to nil.
10295
10296 2011-09-03 Eli Zaretskii <eliz@gnu.org>
10297
10298 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10299 newline before and after the tag line, so it doesn't interfere
10300 with determining the paragraph direction of bidirectional text.
10301
10302 2011-09-03 Leo Liu <sdl.web@gmail.com>
10303
10304 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10305
10306 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
10309 (pop-to-buffer): Change interactive spec. Pass second argument
10310 directly to display-buffer.
10311 (display-buffer): Fix interactive spec. Use functionp to
10312 distinguish between a function and a list of functions.
10313
10314 * abbrev.el (edit-abbrevs):
10315 * arc-mode.el (archive-extract):
10316 * autoinsert.el (auto-insert):
10317 * bookmark.el (bookmark-bmenu-list):
10318 * files.el (find-file):
10319 * view.el (view-buffer):
10320 * progmodes/compile.el (compilation-goto-locus):
10321 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10322
10323 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10324
10325 * window.el (display-buffer-alist): Doc fix.
10326 (display-buffer): Add docstring. Don't treat
10327 display-buffer-default specially.
10328 (display-buffer-reuse-selected-window)
10329 (display-buffer-same-window, display-buffer-maybe-same-window)
10330 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10331 (display-buffer-pop-up-window)
10332 (display-buffer-reuse-or-pop-window)
10333 (display-buffer-use-some-window): New functions.
10334 (display-buffer-default-action): Use them.
10335 (display-buffer-default): Delete.
10336 (pop-to-buffer-1): Fix choice of actions.
10337
10338 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * minibuffer.el (completion--insert-strings): Don't get confused by
10341 completion entries that end with an LF char.
10342
10343 2011-09-01 Eli Zaretskii <eliz@gnu.org>
10344
10345 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10346
10347 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * window.el (display-buffer): Restore interactive spec.
10350 (display-buffer-same-window, display-buffer-other-window):
10351 New functions.
10352 (pop-to-buffer-1): New function. Use the above.
10353 (pop-to-buffer, pop-to-buffer-same-window): Use it.
10354 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10355
10356 * view.el (view-buffer-other-window, view-buffer-other-frame):
10357 Just use pop-to-buffer.
10358
10359 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10360
10361 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10362
10363 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10364
10365 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10366
10367 2011-08-31 Richard Stallman <rms@gnu.org>
10368
10369 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10370 of the separation of rmail-view-buffer from rmail-buffer.
10371 If you say no to "replace original", the decrypt is in the
10372 view buffer. If you say yes, the decrypt goes into the
10373 rmail buffer also.
10374
10375 2011-08-31 Martin Rudalics <rudalics@gmx.at>
10376
10377 * window.el (display-buffer-window): Rewrite doc-string.
10378 (display-buffer-record-window): New function.
10379 (display-buffer-macro-specifiers)
10380 (display-buffer-even-window-sizes, display-buffer-set-height)
10381 (display-buffer-set-width, display-buffer-in-window)
10382 (display-buffer-reuse-window, display-buffer-split-specifiers)
10383 (display-buffer-side-specifiers, display-buffer-split-window-1)
10384 (display-buffer-split-window, display-buffer-split-atom-window)
10385 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10386 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10387 (display-buffer-other-window-means-other-frame)
10388 (display-buffer-normalize-special)
10389 (display-buffer-normalize-default)
10390 (display-buffer-normalize-argument)
10391 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10392 (display-buffer-normalize-specifiers, display-buffer-frame)
10393 (display-buffer-same-window, display-buffer-same-frame)
10394 (display-buffer-other-window)
10395 (display-buffer-same-frame-other-window)
10396 (display-buffer-other-frame, pop-to-buffer-same-window)
10397 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10398 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10399 (switch-to-buffer-same-frame)
10400 (switch-to-buffer-other-window-same-frame)
10401 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10402 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10403 (display-buffer-alist-set): Remove.
10404 (display-buffer-function, special-display-buffer-names)
10405 (special-display-regexps, special-display-function):
10406 In doc-string refer to display-buffer-window and quit-restore
10407 parameter.
10408 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10409 (special-display-frame-alist, special-display-popup-frame)
10410 (same-window-buffer-names, same-window-regexps, same-window-p)
10411 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10412 (split-window-preferred-function, split-height-threshold)
10413 (split-width-threshold, window-splittable-p)
10414 (split-window-sensibly, window--try-to-split-window)
10415 (window--frame-usable-p, even-window-heights)
10416 (window--even-window-heights, window--display-buffer-1)
10417 (window--display-buffer-2, display-buffer-other-frame):
10418 Restore old Emacs 23 code, order and doc-strings where applicable.
10419 (display-buffer-default, display-buffer-assq-regexp): New functions.
10420 (display-buffer-alist): Rewrite doc-string.
10421 (display-buffer-default-action)
10422 (display-buffer-overriding-action): New variables.
10423 (display-buffer, switch-to-buffer): Rewrite.
10424 (pop-to-buffer): Restore Emacs 23 behavior but use
10425 window-normalize-buffer-to-display.
10426 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10427 Restore Emacs 23 behavior but use
10428 window-normalize-buffer-to-switch-to.
10429 (pop-to-buffer-same-window): Rewrite.
10430 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10431 Rewrite using Emacs 23 options.
10432
10433 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
10434
10435 * net/tramp.el (tramp-root-regexp): Remove.
10436 (tramp-completion-file-name-regexp-unified)
10437 (tramp-completion-file-name-regexp-separate)
10438 (tramp-completion-file-name-regexp-url): Don't use leading volume
10439 letter on w32 systems. (Bug#5303, Bug#9311)
10440 (tramp-drop-volume-letter): Simplify definition.
10441 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10442
10443 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10446 (bug#9356).
10447
10448 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10449
10450 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10451
10452 2011-08-29 Juri Linkov <juri@jurta.org>
10453
10454 * isearch.el (isearch-done): Don't display message "Mark saved"
10455 when arg `edit' is non-nil to prevent its flicker in the echo area.
10456
10457 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10458
10459 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10460 obsolete packages for deletion.
10461
10462 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10463
10464 * help-mode.el (help-mode-map): Add special-mode-map to parent.
10465 (help-mode): Derive help-mode from special-mode. Don't invoke
10466 view-mode from help-mode.
10467 (help-xref-override-view-map): Remove.
10468 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10469 view-mode is not used anymore.
10470
10471 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * server.el (server-port): Doc fix.
10474
10475 * cus-theme.el (custom-theme-choose-mode): Inherit from
10476 special-mode (Bug#9124).
10477 (custom-theme-choose-mode-map): Add special-mode to parent.
10478
10479 2011-08-28 Alan Mackenzie <acm@muc.de>
10480
10481 * progmodes/cc-fonts.el
10482 (c-make-font-lock-BO-decl-search-function): New function.
10483 (c-basic-matchers-after - "Fontify the clauses after various
10484 keywords"): Extract the three keyword lists for the 3 erroneous
10485 constructs from the list of four, and use the new function above
10486 in place of an old one.
10487
10488 2011-08-28 Deniz Dogan <deniz@dogan.se>
10489
10490 * net/rcirc.el (rcirc-insert-prev-input)
10491 (rcirc-insert-next-input): Remove unused argument.
10492
10493 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10496
10497 2011-08-27 Alan Mackenzie <acm@muc.de>
10498
10499 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10500 handle function pointer parameters properly.
10501
10502 2011-08-27 Martin Rudalics <rudalics@gmx.at>
10503
10504 * window.el (display-buffer-reuse-window): Fix case where
10505 selected window was reused with non-nil OTHER-WINDOW argument.
10506 (Bug#9381)
10507
10508 2011-08-27 Deniz Dogan <deniz@dogan.se>
10509
10510 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10511 oftc's NickServ messages.
10512
10513 2011-08-27 Glenn Morris <rgm@gnu.org>
10514
10515 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10516
10517 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * emacs-lisp/package.el (package-install): Call package-initialize
10520 if called interactively.
10521
10522 2011-08-26 Leo Liu <sdl.web@gmail.com>
10523
10524 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10525
10526 2011-08-25 Juri Linkov <juri@jurta.org>
10527
10528 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10529 `search-whitespace-regexp' (bug#9364).
10530
10531 2011-08-25 Juri Linkov <juri@jurta.org>
10532
10533 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10534 `regexp-search-ring' to their global values to protect from
10535 updating by `read-from-minibuffer' (bug#9185).
10536
10537 2011-08-25 Juri Linkov <juri@jurta.org>
10538
10539 * textmodes/ispell.el (ispell-command-loop): Add newline
10540 at the end of the "Use option `i'..." line.
10541
10542 2011-08-25 Juri Linkov <juri@jurta.org>
10543
10544 * battery.el (display-battery-mode): If `battery-status-function'
10545 or `battery-mode-line-format' is nil, display the message and set
10546 `display-battery-mode' to nil (bug#9363).
10547
10548 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10549
10550 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10551 bidi-string-mark-left-to-right; they are unnecessary now.
10552
10553 2011-08-25 Deniz Dogan <deniz@dogan.se>
10554
10555 * net/quickurl.el: Documentation typo fixes.
10556
10557 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10560
10561 2011-08-25 Glenn Morris <rgm@gnu.org>
10562
10563 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10564
10565 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10566 (smtpmail-via-smtp): Handle nil response from smtp.
10567
10568 2011-08-24 Juri Linkov <juri@jurta.org>
10569
10570 * proced.el (proced-marked): Inherit from `error' instead of
10571 `font-lock-warning-face'.
10572
10573 * ibuffer.el (ibuffer-marked-face): Change default face from
10574 `font-lock-warning-face' to `warning'.
10575 (ibuffer-deletion-face): Change default face from
10576 `font-lock-type-face' to `error'.
10577
10578 * battery.el (battery-update): Use the face `error' instead of
10579 `font-lock-warning-face' (bug#6117).
10580
10581 2011-08-24 Juri Linkov <juri@jurta.org>
10582
10583 * faces.el (success): Change face color from "Green3" to
10584 "ForestGreen" on light background (bug#9353).
10585
10586 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * window.el (quit-window): Rename from quit-restore-window.
10589 Use same arglist as old quit-window.
10590 (frame-auto-delete): Doc fix.
10591
10592 * view.el (view-mode-exit): Use quit-window.
10593
10594 2011-08-24 Juri Linkov <juri@jurta.org>
10595
10596 * isearch.el (isearch-ring-adjust1): Start visiting previous
10597 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10598 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10599 for empty search string (when the last search string is reused
10600 automatically) to adjust the isearch ring to the last element and
10601 prepare the correct index for further M-p commands (bug#9185).
10602
10603 2011-08-24 Kenichi Handa <handa@m17n.org>
10604
10605 * international/ucs-normalize.el: If decomposition property of
10606 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10607 nil.
10608 (nfd, nfkd): Likewise.
10609
10610 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10613 from process filters aren't reliably transmitted to the surrounding
10614 accept-process-output.
10615 (mpc-proc-check): New function.
10616 (mpc-proc-sync): Use it (bug#8293)
10617
10618 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10621 Add compatibility functions (bug#9313).
10622
10623 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10624
10625 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10626
10627 * international/uni-bidi.el: Regenerate.
10628
10629 2011-08-23 Kenichi Handa <handa@m17n.org>
10630
10631 * international/charprop.el:
10632 * international/uni-bidi.el:
10633 * international/uni-category.el:
10634 * international/uni-combining.el:
10635 * international/uni-comment.el:
10636 * international/uni-decimal.el:
10637 * international/uni-decomposition.el:
10638 * international/uni-digit.el:
10639 * international/uni-lowercase.el:
10640 * international/uni-mirrored.el:
10641 * international/uni-name.el:
10642 * international/uni-numeric.el:
10643 * international/uni-old-name.el:
10644 * international/uni-titlecase.el:
10645 * international/uni-uppercase.el: Regenerate.
10646
10647 2011-08-23 Martin Rudalics <rudalics@gmx.at>
10648
10649 * help.el (help-window-setup): Fix message displayed when other
10650 window is reused. (Bug#9341)
10651
10652 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10655 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10656
10657 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10658 Mark obsolete.
10659 * shell.el (shell-parse-pcomplete-arguments): New function.
10660 (shell-completion-vars): Use it instead (bug#9160).
10661
10662 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10665 strings and comments (bug#9333).
10666
10667 * emacs-lisp/debug.el (debug-arglist): New function.
10668 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10669 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10670
10671 2011-08-22 Juri Linkov <juri@jurta.org>
10672
10673 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10674 Revert regexp that highlights output switches to its old
10675 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10676
10677 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10678 to check for empty output (bug#9226).
10679
10680 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10681
10682 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10683 symbol-constituent as the default, as that stops font-lock from
10684 working properly (Bug#8843).
10685
10686 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10687
10688 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10689 `coding-system-for-*' around the process open call to avoid
10690 auth-source side effects.
10691 (smtpmail-try-auth-methods): Expand the secret password.
10692 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10693 probe hangs.
10694
10695 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10696
10697 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10698
10699 * emacs-lisp/find-func.el (find-function-noselect): New arg
10700 lisp-only.
10701
10702 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10703 signal an error for built-in functions (Bug#6664).
10704
10705 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10706
10707 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10708 (smtpmail-try-auth-methods): Use it.
10709
10710 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10711
10712 * font-lock.el (font-lock-fontify-region)
10713 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10714 (font-lock-default-unfontify-buffer)
10715 (font-lock-default-fontify-region)
10716 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10717
10718 * progmodes/compile.el (compilation-error-properties):
10719 Fix confusion between file struct and message struct (Bug#9319).
10720 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10721 `ant' regexp.
10722
10723 * net/browse-url.el (browse-url-firefox): Don't call
10724 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10725
10726 2011-08-20 Glenn Morris <rgm@gnu.org>
10727
10728 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10729
10730 * tutorial.el (tutorial--default-keys): Update some default bindings.
10731
10732 * files.el (hack-local-variables): Fully ignore case for "mode:".
10733
10734 2011-08-20 Alan Mackenzie <acm@muc.de>
10735
10736 Resolve invalid use of a regexp in regexp-opt.
10737
10738 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10739 detection for a java annotation.
10740
10741 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10742 detection for a java annotation.
10743
10744 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10745 handling for java.
10746 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10747
10748 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10749
10750 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10751 (Bug#9274).
10752
10753 2011-08-20 Alan Mackenzie <acm@muc.de>
10754
10755 Fontify CPP expressions correctly when starting in the middle of
10756 such a construct. Mainly for when jit-lock etc. starts a chunk
10757 here.
10758
10759 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10760 variable.
10761 (c-make-font-lock-search-form): New function, extracted from
10762 c-make-font-lock-search-function.
10763 (c-make-font-lock-search-function): Use the above function.
10764 (c-make-font-lock-context-search-function): New function.
10765 (c-cpp-matchers): Enhance the preprocessor expression case with
10766 the above function
10767 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10768 which takes an expression.
10769
10770 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10771
10772 2011-08-20 Martin Rudalics <rudalics@gmx.at>
10773
10774 * window.el (display-buffer-reuse-window)
10775 (display-buffer-pop-up-window): Don't reuse or split a side
10776 window.
10777
10778 2011-08-19 Glenn Morris <rgm@gnu.org>
10779
10780 * files.el (hack-local-variables-prop-line, hack-local-variables):
10781 Downcase "Mode:". (Bug#9331)
10782
10783 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
10784
10785 * international/characters.el: Add L and R categories.
10786
10787 * subr.el (bidi-string-mark-left-to-right): Rename from
10788 string-mark-left-to-right. Use category search.
10789
10790 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10791
10792 2011-08-18 Juri Linkov <juri@jurta.org>
10793
10794 * faces.el (error, warning, success): New faces with definitions
10795 copied from old default values of `font-lock-warning-face',
10796 `compilation-warning', `compilation-info' (bug#6117).
10797
10798 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10799
10800 * progmodes/compile.el (compilation-error): Inherit from `error'.
10801 (compilation-warning): Inherit from `warning'.
10802 (compilation-info): Inherit from `success'.
10803
10804 * dired.el (dired-marked): Inherit from `warning'.
10805 (dired-flagged): Inherit from `error'.
10806
10807 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10808
10809 * mail/smtpmail.el (auth-source): Require to avoid problems with
10810 binding variables (bug#9298). Also clean up some unused
10811 autoloads.
10812
10813 * net/network-stream.el (network-stream-open-starttls):
10814 Support using starttls.el without using gnutls-cli.
10815
10816 2011-08-17 Juri Linkov <juri@jurta.org>
10817
10818 * progmodes/grep.el (rgrep): Handle the case when
10819 `grep-find-command' is a cons cell (bug#9278).
10820
10821 2011-08-17 Martin Rudalics <rudalics@gmx.at>
10822
10823 * window.el (display-buffer-pop-up-frame): Run frame creation
10824 function with BUFFER current (as special-display-popup-frame
10825 does). Reported by Drew Adams.
10826
10827 2011-08-17 Daiki Ueno <ueno@unixuser.org>
10828
10829 * epa-mail.el: Simplify GnuPG group expansion using
10830 epg-expand-group.
10831 (epa-mail-group-alist, epa-mail-group-modtime)
10832 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10833 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10834 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10835 Remove.
10836
10837 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
10838
10839 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10840
10841 2011-08-16 Alan Mackenzie <acm@muc.de>
10842
10843 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10844 Correct, to avoid the inside of macros.
10845
10846 2011-08-16 Richard Stallman <rms@gnu.org>
10847
10848 * epa-mail.el: Handle GnuPG group definitions.
10849 (epa-mail-group-alist, epa-mail-group-modtime)
10850 (epa-mail-gnupg-conf-file): New variables.
10851 (epa-mail-parse-groups, epa-mail-sync-groups)
10852 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10853 (epa-mail-expand-recipients): New functions.
10854 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10855
10856 * mail/rmail.el (rmail-epa-decrypt): New command.
10857
10858 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10859 Don't bind buffer-read-only, just inhibit-read-only.
10860 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10861 (epa-decrypt-armor-in-region): Make error message clearer.
10862
10863 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10866 and "a2b" to "ab" for `prefix'.
10867
10868 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
10869
10870 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10871 filter groups.
10872 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10873 Fourquet (Bug#8804).
10874
10875 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * startup.el (argi): Declare as global variable (bug#9275).
10878
10879 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
10880
10881 * subr.el (string-mark-left-to-right): Search the entire string
10882 for RTL script, not just the terminating character. Doc fix.
10883
10884 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10887 New function.
10888 (js--regexp-literal, js-syntax-propertize-function): Remove.
10889 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10890 (js-mode-map): Don't rebind electric keys.
10891 (js-insert-and-indent): Remove.
10892 (js-mode): Setup electric-layout and electric-indent instead.
10893
10894 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10895
10896 2011-08-12 Daiki Ueno <ueno@unixuser.org>
10897
10898 * epa.el (epa-progress-callback-function): Fix the logic of
10899 displaying progress.
10900 * epa-file.el (epa-file-insert-file-contents): Make progress
10901 display more user-friendly.
10902 (epa-file-write-region): Ditto.
10903
10904 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
10905
10906 * subr.el (string-mark-left-to-right): New function.
10907
10908 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10909 Use string-mark-left-to-right.
10910 (list-buffers-noselect): Caller changed.
10911
10912 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10913 Use string-mark-left-to-right.
10914 (tabulated-list-print): Recenter after moving point.
10915
10916 2011-08-10 Juri Linkov <juri@jurta.org>
10917
10918 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10919 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10920 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10921
10922 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10925 (Bug#7554).
10926
10927 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10928
10929 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10930 character. (Bug#6594)
10931
10932 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10933
10934 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10935 (image-dired--with-db-file): New macro.
10936 (image-dired-write-tags, image-dired-remove-tag)
10937 (image-dired-create-gallery-lists, image-dired-write-comments)
10938 (image-dired-get-comment, image-dired-mark-tagged-files)
10939 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10940 (image-dired-gallery-generate): Use insert-file-contents.
10941
10942 * time.el (display-time-world-list, display-time-world-display):
10943 * time-stamp.el (time-stamp-string):
10944 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10945 set-time-zone-rule (Bug#7337).
10946
10947 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10948
10949 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10950 (epg-error-to-string, epg-errors-to-string): New function.
10951 (epg-wait-for-completion): Reverse errors list.
10952 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10953 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10954 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10955 (epg-sign-keys, epg-generate-key-from-file)
10956 (epg-generate-key-from-string): Format errors by using
10957 epg-errors-to-string (bug#9255).
10958 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10959
10960 2011-08-07 Juri Linkov <juri@jurta.org>
10961
10962 * faces.el (list-faces-display): Remove extra angle bracket
10963 from `help-mode-map'.
10964
10965 * info.el (Info-history-toc-nodes): Doc fix.
10966
10967 * longlines.el (longlines-mode): Doc fix.
10968
10969 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10972 of statements and in a few more cases (bug#9183).
10973
10974 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10975 New functions.
10976 (cl-transform-lambda): Use them (bug#9239).
10977
10978 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10979
10980 * window.el (display-buffer-same-window)
10981 (display-buffer-same-frame, display-buffer-other-window)
10982 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10983 (pop-to-buffer-other-window)
10984 (pop-to-buffer-same-frame-other-window)
10985 (pop-to-buffer-other-frame): Make them defuns.
10986 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10987
10988 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * subr.el (make-composed-keymap): Move from C. Change calling
10991 convention, and improve docstring to bring attention to a subtle point.
10992 * minibuffer.el (completing-read-default): Adjust accordingly.
10993
10994 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10995
10996 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10997 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10998
10999 * net/trampver.el: Update release number.
11000
11001 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11004 "in" (bug#9190).
11005
11006 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * mail/sendmail.el (sendmail-query-once): Restore the current
11009 buffer after querying (bug#9074).
11010
11011 * dired.el (dired-flagged): Use different faces for marked and
11012 flagged files (bug#6117).
11013
11014 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11015 (bug#4433).
11016
11017 * ido.el (ido-mode): Switch off the message if called
11018 non-interactively.
11019
11020 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11021 before 587, since it appears that that's more likely to work for
11022 more people.
11023
11024 * cus-edit.el (custom-file): When running under emacs -q, always
11025 refuse to save the customizations, even if the .emacs file doesn't
11026 exist.
11027
11028 * info.el: Remove the `Info-beginning-of-buffer' function
11029 (bug#8325).
11030
11031 * net/network-stream.el (network-stream-open-starttls):
11032 Use `starttls-available-p' to see whether starttls.el can be used.
11033
11034 2011-08-01 Martin Rudalics <rudalics@gmx.at>
11035
11036 * window.el (display-buffer-in-window): Don't set dedicated status
11037 of window here (Bug#9215).
11038 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11039 (display-buffer-pop-up-side-window)
11040 (display-buffer-in-side-window): Set dedicated status of window here.
11041
11042 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11045 before binding generated-autoload-file.
11046
11047 2011-08-01 Deniz Dogan <deniz@dogan.se>
11048
11049 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11050
11051 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
11052
11053 Sync with Tramp 2.2.2.
11054
11055 * net/trampver.el: Update release number.
11056
11057 2011-07-30 Juri Linkov <juri@jurta.org>
11058
11059 * dired-aux.el (dired-touch-initial): Remove function.
11060 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11061 current time, and `default' to the last modification time of the
11062 current marked file (bug#6887).
11063
11064 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11065
11066 * simple.el (goto-line): Use string-to-number to provide a
11067 numeric argument to read-number (bug#9163).
11068
11069 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
11070
11071 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11072 connection process, it could be nil.
11073
11074 2011-07-27 Leo Liu <sdl.web@gmail.com>
11075
11076 Simplify url handling in rcirc-mode.
11077
11078 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11079 (rcirc-browse-url-at-mouse): Remove.
11080 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11081
11082 2011-07-26 Alan Mackenzie <acm@muc.de>
11083
11084 Fontify bitfield declarations properly.
11085
11086 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11087 (c-symbol-chars): Now exported as a lang variable.
11088 (c-not-primitive-type-keywords): New lang variable.
11089
11090 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11091 QT keyword "more" to prevent "more slots: ...." being spuriously
11092 parsed as a bitfield declaration.
11093
11094 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11095 Refactor and enhance to handle bitfield declarations.
11096 (c-punctuation-in): New function.
11097 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11098 declarations properly.
11099
11100 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
11101
11102 * calendar/icalendar.el (icalendar--all-events): Take care of
11103 multiple vcalendars in a single file.
11104 (icalendar--convert-float-to-ical): Checkdoc fixes.
11105
11106 2011-07-25 Deniz Dogan <deniz@dogan.se>
11107
11108 * image.el (insert-image): Clarifying docstring.
11109
11110 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
11111
11112 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11113 `tramp-send-command-and-check' if there is no error.
11114 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11115
11116 2011-07-22 Alan Mackenzie <acm@muc.de>
11117
11118 Prevent cc-langs.elc being loaded at run time.
11119
11120 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11121 cc-langs.
11122
11123 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
11124 "(require 'cc-langs)". Quote a form so it will evaluate at
11125 (cc-mode's) compilation time.
11126
11127 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
11128
11129 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11130 loading. (Bug#9114)
11131
11132 2011-07-21 Martin Rudalics <rudalics@gmx.at>
11133
11134 * window.el (display-buffer-pop-up-window)
11135 (display-buffer-pop-up-side-window)
11136 (display-buffer-in-side-window): Call display-buffer-set-height
11137 and display-buffer-set-width after setting the new window's
11138 buffer so `fit-window-to-buffer' and friends work on the right buffer.
11139
11140 2011-07-20 Sam Steingold <sds@gnu.org>
11141
11142 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11143 (etags-tags-included-tables): Call `convert-standard-filename' on
11144 the file names contained in TAGS so that windows Emacs can handle
11145 TAGS files created by cygwin ctags.
11146
11147 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11148
11149 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11150 which apparently didn't work.
11151
11152 2011-07-19 Roland Winkler <winkler@gnu.org>
11153
11154 * proced.el (proced-send-signal): For *Marked Processes* buffer
11155 put point at beginning of buffer.
11156
11157 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
11158
11159 * proced.el (proced-format): Make header lines align with the text
11160 (bug#1779).
11161
11162 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11163
11164 * view.el (view-buffer): Allow running in `special' modes if we're
11165 visiting a file (bug#8615).
11166
11167 2011-07-19 Martin Rudalics <rudalics@gmx.at>
11168
11169 * window.el (display-buffer-alist-of-strings-p)
11170 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11171 New functions.
11172 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11173 more accurately.
11174
11175 2011-07-18 Alan Mackenzie <acm@muc.de>
11176
11177 Fontify declarators properly when, e.g., a jit-lock chunk begins
11178 inside a declaration.
11179
11180 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11181
11182 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11183 New function.
11184 (c-complex-decl-matchers): Insert reference to
11185 c-font-lock-enclosing-decls.
11186
11187 * progmodes/cc-engine.el (c-backward-single-comment):
11188 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11189 to nil around calls to (forward-comment -1).
11190
11191 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11192
11193 * image.el (put-image): Doc typo fix.
11194
11195 * progmodes/etags.el (tags-search): Doc typo fix.
11196
11197 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11198 password if we get errors 550 to 554.
11199
11200 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11201
11202 * net/gnutls.el (gnutls-log-level): Remove.
11203
11204 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11205 indentation character (bug#6380).
11206
11207 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11208
11209 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11210 to clarify what the problem is (bug#4291).
11211
11212 * simple.el (current-kill): Clarify what
11213 `interprogram-paste-function' does (bug#7500).
11214 (auto-fill-mode): Document `auto-fill-function' in relation to
11215 `auto-fill-mode' (bug#2470).
11216
11217 2011-07-16 Lawrence Mitchell <wence@gmx.li>
11218
11219 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11220 method if slot is read-only (bug#9035).
11221
11222 2011-07-16 Martin Rudalics <rudalics@gmx.at>
11223
11224 * frame.el (select-frame-set-input-focus): New argument NORECORD.
11225 * window.el (pop-to-buffer): Select window used even if it was
11226 selected before, see discussion of (Bug#8615), (Bug#6954).
11227 Pass argument NORECORD on to select-frame-set-input-focus.
11228
11229 2011-07-15 Glenn Morris <rgm@gnu.org>
11230
11231 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
11232 Respect help-form.
11233
11234 2011-07-09 Lawrence Mitchell <wence@gmx.li>
11235
11236 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11237 (gnutls-negotiate): Use it.
11238
11239 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11240
11241 * net/gnutls.el (gnutls-negotiate):
11242 Upcase `gnutls-algorithm-priority'.
11243
11244 2011-07-15 Glenn Morris <rgm@gnu.org>
11245
11246 * jka-compr.el (jka-compr-verbose): Move from here...
11247 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11248 Add missing :version tag.
11249 * info.el: No need to require jka-compr when compiling.
11250
11251 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11252
11253 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11254 (gnutls-negotiate): Use it.
11255
11256 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11257
11258 * info.el (Info-beginning-of-buffer): New command.
11259 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11260 announcing `b' as the key (bug#8325).
11261 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
11262
11263 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11264
11265 * international/mule-cmds.el
11266 (describe-specified-language-support): Make the error message
11267 clearer (bug#8905).
11268
11269 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11270
11271 * isearch.el (isearch-barrier): Add a doc string, since it's
11272 mentioned in a function doc string (bug#8678).
11273
11274 2011-07-15 Martin Rudalics <rudalics@gmx.at>
11275
11276 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11277 buffer argument (Bug#9083) and self-identifying label argument.
11278
11279 2011-07-15 Glenn Morris <rgm@gnu.org>
11280
11281 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11282
11283 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11284
11285 * man.el (Man-fontify-manpage): Fix message when formatting the
11286 man page (bug#7929).
11287
11288 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11289
11290 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11291 argument LRM; if non-nil, append an invisible LRM character to the
11292 buffer name.
11293 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11294 last argument non-nil, when formatting buffer names.
11295 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11296 paragraph direction.
11297
11298 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11299
11300 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11301 the man page name (bug#7929).
11302
11303 * image.el (put-image): Mention the `put-image' overlay property
11304 (bug#7834).
11305
11306 * scroll-bar.el (set-scroll-bar-mode): Mention that
11307 `scroll-bar-mode' lists the values (bug#7772).
11308
11309 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11310 command (bug#7729).
11311
11312 * rect.el (apply-on-rectangle): Return the point after the last
11313 operation.
11314 (string-rectangle): Go to the point after the last operation
11315 (bug#7522).
11316
11317 * printing.el (pr-toggle-region): Clarify the documentation
11318 slightly (bug#7493).
11319
11320 * time.el (display-time-update):
11321 Allow `display-time-mail-function' to return nil (bug#7158).
11322 Fix suggested by Detlev Zundel.
11323
11324 * vc/diff.el (diff): Clarify the order the file names are read
11325 (bug#7111).
11326
11327 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11328 the doc string (bug#7015).
11329
11330 * font-lock.el (font-lock-maximum-decoration): Mention what
11331 numeric levels mean (bug#6935).
11332
11333 * startup.el (initial-buffer-choice): Don't mention the `none'
11334 selection, which is against policy.
11335
11336 2011-07-14 Martin Rudalics <rudalics@gmx.at>
11337
11338 * window.el (display-buffer-normalize-special):
11339 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
11340
11341 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11342
11343 * subr.el (version<, version<=, version=): Mention "-CVS" and
11344 "-12345" alpha version numbers.
11345
11346 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11347
11348 * bindings.el: Add advertised binding for set-mark-command
11349 (Bug#5772).
11350
11351 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * bindings.el (mode-line-other-buffer):
11354 * bookmark.el (bookmark-bmenu-2-window):
11355 * bs.el (bs-cycle-next, bs-cycle-previous):
11356 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11357 switch-to-buffer.
11358
11359 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11360 Delete.
11361
11362 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * follow.el (follow-debug-message, follow-redisplay):
11365 * jka-cmpr-hook.el (with-auto-compression-mode):
11366 Fix typos in docstrings.
11367
11368 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11369
11370 * subr.el (with-silent-modifications): Clarify somewhat what the
11371 macro inhibits (bug#6525).
11372
11373 * simple.el (eval-expression): Note what it does if called
11374 interactively (bug#6495).
11375
11376 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11377
11378 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11379 Use pop-to-buffer buffer-or-name if it is nil.
11380
11381 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11382 Remove switch-to-buffer.
11383
11384 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
11386 * files.el (make-directory): Clarify that an error will be raised
11387 if there's an error (bug#6397).
11388
11389 * startup.el (initial-buffer-choice): Add `none' as a choice
11390 (bug#6234).
11391
11392 * subr.el (add-hook): Clarify section about buffer-local hooks
11393 (bug#6218).
11394
11395 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11396
11397 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11398
11399 * tabify.el (untabify): Preserve the current column so that point
11400 doesn't move (bug#6032).
11401
11402 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11403
11404 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11405 Rewrite to avoid awkward possessive "s" (bug#5986).
11406
11407 2011-07-13 Glenn Morris <rgm@gnu.org>
11408
11409 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11410 (dired-insert-directory): Give a message the first time
11411 if ls is found not to support --dired.
11412
11413 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11414
11415 * simple.el (toggle-truncate-lines): Clarify what is toggled
11416 (bug#5580). Text by Drew Adams.
11417
11418 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * simple.el (blink-matching-open): Make the error message from the
11421 last change less verbose.
11422
11423 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11424
11425 * font-lock.el (font-lock-comment-face): Use the high contrast
11426 "yellow" color for font-lock-comment-face on low color terminals
11427 using a dark background color (bug#4221).
11428
11429 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11430
11431 * dired.el (dired-insert-set-properties): Make the doc string
11432 reflect what it does now (bug#5325).
11433
11434 * simple.el (blink-matching-open): Say that we were unable to find
11435 the match within the limit, if we're limited (bug#5122).
11436
11437 * international/mule-cmds.el (prefer-coding-system): Add an
11438 example (bug#4869).
11439
11440 * progmodes/etags.el (tags-search): Document `file-list-form'
11441 (bug#4731).
11442
11443 2011-07-13 Lawrence Mitchell <wence@gmx.li>
11444
11445 * net/browse-url.el (browse-url-default-browser)
11446 (browse-url-browser-function): Make the default browser choice a
11447 bit more logical (bug#4300). Also clean up the doc string.
11448
11449 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11450
11451 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11452 binary endings (bug#4440).
11453
11454 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11455
11456 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11457 which can be pretty annoying (bug#8971).
11458
11459 * jka-compr.el (jka-compr-verbose): New variable, and use
11460 throughout (bug#8971).
11461
11462 * info.el (Info-find-file): Fall back on the installation
11463 directory if we can't find the info node anywhere else.
11464
11465 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11466
11467 * vc/vc.el (vc-revert-file):
11468 Don't set file time-stamp in the past. (Bug#5181)
11469
11470 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11471
11472 * files.el (after-find-file): Give a better error message when
11473 trying to find a symlink that points to a file that doesn't exist
11474 (bug#4398).
11475
11476 * progmodes/cc-vars.el: Remove (probably) misleading comment
11477 (bug#4396).
11478
11479 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11480
11481 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11482
11483 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11484
11485 * mouse-sel.el: Hack restoring functionality, while keeping
11486 compatibility with 2010-07-03 changes to mouse selection.
11487 (mouse-sel-primary-overlay): New var.
11488 (mouse-sel-selection-alist): Use it.
11489 (mouse-sel-mode): Doc fix; remove points that are default features
11490 of mouse.el.
11491
11492 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11493
11494 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11495 Fix previous fix (bug#2490).
11496
11497 2011-07-12 Roland Winkler <winkler@gnu.org>
11498
11499 * textmodes/bibtex.el (bibtex-initialize):
11500 Use pop-to-buffer-same-window.
11501 (bibtex-search-entries): Fix interactive call.
11502
11503 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11504
11505 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11506 Fontise bytecomp Error lines more correctly (bug#2490).
11507 Fix suggested by Johan Bockgård.
11508
11509 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11510
11511 * dired-x.el (dired-guess-default): Use `delete-dups'.
11512
11513 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11514
11515 * dired.el (dired-mark-prompt):
11516 * dired-aux.el (dired-read-shell-command): Doc fix.
11517
11518 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11519
11520 * mail/sendmail.el (sendmail-query-once):
11521 Use `customize-save-variable' unconditionally, now that it works under
11522 emacs -Q.
11523
11524 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11525
11526 * cus-edit.el (custom-file): Take an optional no-error variable.
11527 (customize-save-variable): Set the variable, and give a warning if
11528 running under "emacs -q".
11529
11530 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
11531
11532 * loadhist.el (unload-feature-special-hooks):
11533 Add `auto-coding-functions', `fill-nobreak-predicate' and
11534 `find-directory-functions' (bug#5327).
11535
11536 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11537
11538 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11539
11540 * cus-edit.el (custom-guess-name-alist): -alist variables should
11541 use the `alist' type (bug#3120). Suggested by Drew Adams.
11542
11543 * printing.el: Add documentation to all the `pr-toggle-' commands.
11544
11545 2011-07-11 Leo Liu <sdl.web@gmail.com>
11546
11547 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11548 backends where it makes sense (bug#2623).
11549
11550 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11551
11552 * dired-x.el (dired-guess-default): Remove duplicate shell command
11553 entries (bug#2028).
11554 (dired-guess-default): Fix grammar in doc string (bug#2028).
11555 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11556
11557 * subr.el (remove-duplicates): New conveniency function.
11558
11559 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11560
11561 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11562 (bug#1526).
11563
11564 2011-07-10 Martin Rudalics <rudalics@gmx.at>
11565
11566 * window.el (display-buffer-normalize-default): Don't invert
11567 meaning of even-window-heights. Reported by Eli Zaretskii
11568 <eliz@gnu.org>.
11569
11570 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11571
11572 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11573
11574 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
11575
11576 * window.el (display-buffer): Fix arguments to
11577 display-buffer-reuse-window in last change.
11578
11579 * faces.el (link): Use a less saturated blue on light backgrounds.
11580
11581 * startup.el (fancy-startup-text, fancy-about-text)
11582 (fancy-startup-tail): Use font-lock faces, for background safety.
11583
11584 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11585
11586 * emulation/viper-cmd.el (viper-change-state-to-vi):
11587 Limit triggering of abbrev expansion (Bug#9038).
11588
11589 2011-07-09 Martin Rudalics <rudalics@gmx.at>
11590
11591 * window.el (display-buffer-default-specifiers): Remove.
11592 (display-buffer-macro-specifiers): Remove default specifiers.
11593 (display-buffer-alist): Default to nil.
11594 (display-buffer-reuse-window): New optional argument other-window.
11595 (display-buffer-pop-up-window): Allow splitting internal
11596 windows. Check whether a live window was created.
11597 (display-buffer-other-window-means-other-frame)
11598 (display-buffer-normalize-arguments): Rename to
11599 display-buffer-normalize-argument and rewrite. Set the
11600 other-window specifier.
11601 (display-buffer-normalize-special): New function.
11602 (display-buffer-normalize-options): Rename to
11603 display-buffer-normalize-default and rewrite.
11604 (display-buffer-normalize-options-inhibit): Remove.
11605 (display-buffer-normalize-specifiers): Rewrite.
11606 (display-buffer): Process other-window specifier and call
11607 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11608 more faithfully.
11609 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11610 (display-buffer-alist-set): Don't handle 'unset default values.
11611 (display-buffer-in-window, display-buffer-alist-set):
11612 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
11613 <tassilo@member.fsf.org>.
11614
11615 2011-07-09 Leo Liu <sdl.web@gmail.com>
11616
11617 * register.el (insert-register): Restore accidental change on
11618 2011-06-26. (Bug#9028)
11619
11620 2011-07-09 Glenn Morris <rgm@gnu.org>
11621
11622 * subr.el (remq): Handle the empty list. (Bug#9024)
11623
11624 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11625
11626 * mail/sendmail.el (send-mail-function): No longer delay custom
11627 initialization.
11628 * custom.el (custom-initialize-delay): Doc fix.
11629
11630 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11633
11634 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
11635
11636 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11637 human-friendly prompt.
11638
11639 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11642 provided by a particular plugin.
11643
11644 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11645
11646 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11647 save customizations (with "emacs -Q"), just set the variable
11648 instead of erroring out.
11649
11650 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11651
11652 2011-07-08 Juri Linkov <juri@jurta.org>
11653
11654 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11655 (archive-zip-update-case): Use 7z if found by `executable-find'.
11656 The order of searching the available programs is the same as in
11657 `archive-zip-extract' (bug#8968).
11658
11659 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11660
11661 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11662 (menu-bar-options-menu): Tweak descriptions.
11663
11664 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11665
11666 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11667 menu items into verb phrases (bug#1421). Also refill to fit under
11668 80 columns.
11669
11670 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11673 (Info-read-node-name): Doc fix (Bug#1084).
11674
11675 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11676 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11677 (end-of-sexp, beginning-of-sexp)
11678 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11679 (forward-symbol, forward-same-syntax, word-at-point)
11680 (sentence-at-point): Doc fix (Bug#1144).
11681
11682 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11683
11684 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11685 should cover it (bug#1281).
11686
11687 * cus-edit.el (custom-show): Mark as obsolete.
11688
11689 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11690 negotiation fails, then possibly try again with a non-encrypted
11691 connection (bug#9017).
11692
11693 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11694 be used.
11695
11696 2011-07-07 Richard Stallman <rms@gnu.org>
11697
11698 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11699 property, and handle its changed format.
11700 Look for the correct line number.
11701 Use file's line contents (but not past first =) to find
11702 correct line in message.
11703
11704 2011-07-07 Kenichi Handa <handa@m17n.org>
11705
11706 * international/characters.el (build-unicode-category-table):
11707 Delete it.
11708 (unicode-category-table): Set it by unicode-property-table-internal.
11709
11710 * international/mule-cmds.el (char-code-property-alist): Move to
11711 to src/chartab.c.
11712 (get-char-code-property): Call unicode-property-table-internal to
11713 load a file. Call get-unicode-property-internal where necessary.
11714 (put-char-code-property): Call unicode-property-table-internal to
11715 load a file. Call put-unicode-property-internal where necessary.
11716 put-unicode-property-internal where necessary.
11717 (char-code-property-description):
11718 Call unicode-property-table-internal to load a file.
11719
11720 * international/charprop.el:
11721 * international/uni-bidi.el:
11722 * international/uni-category.el:
11723 * international/uni-combining.el:
11724 * international/uni-comment.el:
11725 * international/uni-decimal.el:
11726 * international/uni-decomposition.el:
11727 * international/uni-digit.el:
11728 * international/uni-lowercase.el:
11729 * international/uni-mirrored.el:
11730 * international/uni-name.el:
11731 * international/uni-numeric.el:
11732 * international/uni-old-name.el:
11733 * international/uni-titlecase.el:
11734 * international/uni-uppercase.el: Regenerate.
11735
11736 * loadup.el: Load international/charprop.el before
11737 international/characters.
11738
11739 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11740
11741 * window.el (next-buffer, previous-buffer): Signal an error if
11742 called from a minibuffer window.
11743
11744 * bindings.el: Revert 2011-07-04 change.
11745
11746 2011-07-06 Richard Stallman <rms@gnu.org>
11747
11748 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11749 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11750 Treat markers like ints.
11751 (rmail-mime-entity): Doc fix.
11752
11753 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11754
11755 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11756 defcustom again for backwards compatibility.
11757
11758 * simple.el (shell-command-on-region): Fill.
11759
11760 * dired-aux.el (dired-kill-line): Add a doc string.
11761
11762 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11763 to "\\sw\\|\\s_" (bug#358).
11764
11765 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11766 (dired-unmark-backward): Ditto.
11767 (dired-flag-backup-files): Ditto.
11768
11769 * dired-x.el (dired-mark-sexp): Ditto.
11770
11771 2011-07-06 Richard Stallman <rms@gnu.org>
11772
11773 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11774 (rmail-mime-entity): New arg TRUNCATED.
11775 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11776 New functions.
11777 (rmail-mime-save): Warn if entity is truncated.
11778 (rmail-mime-toggle-hidden): Likewise, for showing.
11779 (rmail-mime-process-multipart): Record when an entity is truncated.
11780
11781 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11782 if ENTITY is a string.
11783
11784 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11785
11786 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11787 of faces when `M-C-x'-ing their definitions (bug#8378).
11788 Also clean up the code slightly.
11789
11790 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11791 because that makes the colors go away.
11792
11793 * mail/sendmail.el (send-mail-function): Change the default to
11794 `sendmail-query-once'.
11795 (sendmail-query-once): Add an autoload cookie.
11796
11797 * net/network-stream.el (network-stream-open-starttls): Try using
11798 a plain connection even if the server offered STARTTLS, and we
11799 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11800 capability. This should make smtpmail.el work in slightly more
11801 configurations.
11802
11803 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
11804
11805 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11806 New defun.
11807 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11808
11809 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11810
11811 * progmodes/sql.el: Version 3.0
11812 (sql-product-alist): Add product :completion-object,
11813 :completion-column, and :statement attributes.
11814 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11815 (sql-mode-syntax-table): Mark all punctuation.
11816 (sql-font-lock-keywords-builder): Temporarily remove fallback on
11817 ansi keywords.
11818 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11819 (sql-mode-oracle-font-lock-keywords): Improve.
11820 (sql-oracle-show-reserved-words): New function for development.
11821 (sql-product-font-lock): Simplify for source code buffers.
11822 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11823 New functions.
11824 (sql-highlight-product): Set product specific syntax table.
11825 (sql-mode-map): Add statement movement functions.
11826 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11827 New variable.
11828 (sql-statement-regexp, sql-beginning-of-statement)
11829 (sql-end-of-statement, sql-signum): New functions.
11830 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11831 (sql-show-sqli-buffer): Bug fix.
11832 (sql-interactive-mode): Store connection data as buffer local.
11833 (sql-connect): Add NEW-NAME parameter. Redesign interaction
11834 with sql-interactive-mode.
11835 (sql-save-connection): Save buffer local settings.
11836 (sql-connection-menu-filter): Change menu entry name.
11837 (sql-product-interactive): Bug fix.
11838 (sql-preoutput-hold): New variable.
11839 (sql-interactive-remove-continuation-prompt): Bug fixes.
11840 (sql-debug-redirect): New variable.
11841 (sql-str-literal): New function.
11842 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11843 Redesign.
11844 (sql-oracle-save-settings, sql-oracle-restore-settings)
11845 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11846 (sql-completion-object, sql-completion-column)
11847 (sql-completion-sqlbuf): New variables.
11848 (sql-build-completions-1, sql-build-completions)
11849 (sql-try-completion): New functions.
11850 (sql-read-table-name): Use them.
11851 (sql-contains-names): New buffer local variable.
11852 (sql-list-all, sql-list-table): Use it.
11853 (sql-oracle-completion-types): New variable.
11854 (sql-oracle-completion-object, sql-sqlite-completion-object)
11855 (sql-postgres-completion-object): New functions.
11856
11857 2011-07-06 Glenn Morris <rgm@gnu.org>
11858
11859 * window.el (pop-to-buffer): Doc fix.
11860
11861 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
11862
11863 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11864
11865 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
11866
11867 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11868
11869 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11870
11871 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
11872
11873 * button.el (button): Inherit from link face. Suggested by Dan
11874 Nicolaescu.
11875
11876 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * progmodes/gdb-mi.el: Fit in 80 columns.
11879 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11880 switch-to-buffer.
11881
11882 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11883 if imenu is simply not configured (bug#8941).
11884
11885 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11886
11887 * allout.el (allout-post-undo-hook): New allout outline-change
11888 event hook to signal undo activity.
11889 (allout-post-command-business): Run allout-post-undo-hook if an
11890 undo just occurred.
11891 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11892 * allout-widgets.el (allout-widgets-after-undo-function):
11893 Ensure the integrity of the current item's decoration after it has been
11894 in the vicinity of an undo.
11895 (allout-widgets-mode): Include allout-widgets-after-undo-function
11896 on the new allout-post-undo-hook.
11897
11898 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11901 Let define-derived-mode define it.
11902 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11903 cycles of abbrev-table inheritance (bug#8998).
11904
11905 2011-07-05 Roland Winkler <winkler@gnu.org>
11906
11907 * textmodes/bibtex.el: Add support for biblatex.
11908 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11909 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11910 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11911 (bibtex-entry-alist, bibtex-field-alist): New variables.
11912 (bibtex-entry-field-alist): Obsolete alias for
11913 bibtex-BibTeX-entry-alist.
11914 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11915 (bibtex-set-dialect): New command.
11916 (bibtex-entry-type, bibtex-entry-head)
11917 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11918 Bind via bibtex-set-dialect.
11919 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11920 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11921 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11922 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11923 Define via bibtex-set-dialect.
11924 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11925 Obey bibtex-no-opt-remove-re.
11926 (bibtex-vec-push, bibtex-vec-incr): New functions.
11927 (bibtex-format-entry, bibtex-field-list)
11928 (bibtex-print-help-message, bibtex-validate)
11929 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11930
11931 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11932
11933 * progmodes/compile.el (compilation-goto-locus):
11934 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11935 * bs.el (bs-cycle-next, bs-cycle-previous):
11936 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11937 * bindings.el (mode-line-other-buffer):
11938 * autoinsert.el (auto-insert):
11939 * arc-mode.el (archive-extract):
11940 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11941
11942 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11943
11944 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11945 Fix check of `emacs-lock-unlockable-modes'.
11946 Coerce true values of `emacs-lock--try-unlocking' to t.
11947
11948 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11951 * emacs-lock.el: New file.
11952
11953 2011-07-05 Julien Danjou <julien@danjou.info>
11954
11955 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11956 than `boundp' to check if face is set.
11957
11958 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11959
11960 * register.el (registerv-make):
11961 * window.el (window-min-height): Fix typos in docstrings.
11962
11963 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11964
11965 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11966 Update doc string.
11967
11968 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11969
11970 * server.el (server-execute): Catch quit and call
11971 `server-return-error' to pass the error back to emacsclient and
11972 close the connection (bug#8942).
11973
11974 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11975
11976 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11977 insecure exception for current topic. Also note that auto-saves
11978 are handled differently.
11979
11980 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11981 State variables for tracking auto-save inhibition situation.
11982
11983 (allout-write-contents-hook-handler): Rename from
11984 'allout-write-file-hook-handler', and describe how it depends on
11985 write-contents-functions sensitivity to non-nil value to prevent
11986 file write.
11987
11988 (allout-auto-save-hook-handler): Remove. auto-save does not check
11989 this in individual buffers, only in the starting buffer, so this
11990 is not the right way for us to inhibit auto-save in a buffer
11991 according to its condition.
11992
11993 (allout-mode): Use new allout-write-contents-hook-handler, and
11994 only with write-contents-functions. Remove auto-save provisions -
11995 they're implemented elsewhere.
11996
11997 (allout-before-change-handler): If undo is in progress, note that
11998 for attention of allout-post-command-business.
11999
12000 (allout-post-command-business): If the command we're following was
12001 an undo, check for change in the status of encrypted items and
12002 adjust auto-save inhibitions accordingly.
12003
12004 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12005 according to whether there are or aren't any plain-text topics
12006 pending encryption.
12007
12008 (allout-inhibit-auto-save-info-for-decryption):
12009 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12010 if there are plain-text topics pending encryption.
12011
12012 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12013 buffer-saved-size and some allout state to not inhibit auto-saves
12014 if there are no longer any plain-text topics pending encryption.
12015
12016 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12017 No longer provide for exemption of the current topic.
12018
12019 2011-07-04 Juri Linkov <juri@jurta.org>
12020
12021 Add 7z operations to delete and save changed members (bug#8968).
12022 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12023 New defcustoms.
12024 (archive-7z-write-file-member): New function.
12025 (archive-7z-summarize): Fix the number of dashes in the
12026 listing output.
12027
12028 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12031 (bug#8958).
12032
12033 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
12034
12035 * bindings.el: Ignore next-buffer and previous-buffer in
12036 minibuffer-local-map.
12037
12038 * font-lock.el (font-lock-builtin-face): Change light background
12039 color to dark slate blue (Bug#6693).
12040
12041 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12042
12043 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12044
12045 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12046
12047 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12048 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12049 Add switch-to-buffer.
12050
12051 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12052
12053 * isearch.el (isearch-search-fun-function): Clarify further the
12054 meaning of the function returned.
12055
12056 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
12057
12058 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12059
12060 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12061 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12062 Use it.
12063 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12064 `tramp-default-remote-path' does not exist.
12065 (tramp-send-command-and-read): New optional argument NOERROR.
12066 (tramp-open-connection-setup-interactive-shell)
12067 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12068 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12069 (tramp-process-sentinel): Flush also process' connection property.
12070 (tramp-sh-handle-start-file-process): Do not set process
12071 sentinel. It is done now ...
12072 (tramp-maybe-open-connection): ... here. (Bug#8929)
12073
12074 2011-07-04 MON KEY <monkey@sandpframing.com>
12075
12076 * play/animate.el (animate-string): Doc fixes and allow changing
12077 the buffer name (bug#5417).
12078
12079 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12080
12081 * play/animate.el (animation-buffer-name): Rename from *animate*.
12082
12083 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12084
12085 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12086 This is simpler and helps future-proof the code.
12087 (timer-until): Use time-subtract and float-time.
12088 (timer--time-less-p): Use time-less-p.
12089
12090 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
12091
12092 * type-break.el (timep): Use the value of `float-time' to avoid a
12093 byte-compiler warning.
12094
12095 * server.el (server-eval-and-print): Return any result, even nil.
12096
12097 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12098
12099 * type-break.el: Accept time formats that the builtins accept.
12100 (timep, type-break-time-difference): Accept any format that
12101 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12102 This is simpler and helps future-proof the code.
12103 (type-break-time-difference): Round rather than ignoring
12104 subseconds components.
12105
12106 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12107
12108 * info.el (Info-apropos-matches): Make non-interactive, since it
12109 doesn't seem to do anything useful as a command (bug#8829).
12110
12111 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
12112
12113 * frame.el (frame-background-mode, frame-set-background-mode):
12114 Move from faces.el.
12115 (frame-default-terminal-background): New function.
12116
12117 * custom.el (custom-push-theme): Don't record faces in `changed'
12118 theme; this doesn't work correctly for per-frame face settings.
12119 (disable-theme): Use face-set-after-frame-default to reset faces.
12120 (custom--frame-color-default): New function.
12121
12122 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12123
12124 * dired.el (dired-flagging-regexp): Remove unused variable
12125 (bug#8769).
12126
12127 2011-03-29 Kevin Ryde <user42@zip.com.au>
12128
12129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12130 `perl-Test2' extend to match possible "fail #N" rep count
12131 (bug#8377).
12132
12133 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12134
12135 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12136 `smtpmail-via-smtp' now returns the error instead of nil.
12137
12138 * isearch.el (isearch-search-fun-function): Clarify the doc string
12139 (bug#8101).
12140
12141 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
12142
12143 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12144 unnecessary spaces (bug#8987).
12145
12146 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12147
12148 * net/network-stream.el (open-network-stream): Use the
12149 :end-of-capability command thoughout.
12150
12151 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12152
12153 * net/network-stream.el (open-network-stream): Add the
12154 :end-of-capability command parameter, used by pop3.el.
12155
12156 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12157
12158 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12159
12160 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12161 for list)" (bug#6475).
12162
12163 * files.el (file-expand-wildcards): Ignore non-readable
12164 sub-directories while trying to find matches instead of signaling
12165 an error (bug#6297).
12166
12167 * man.el (Man-reference-regexp): Allow matching possible
12168 word-wrapped references (bug#6289).
12169
12170 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12171 for consistency with the other vc buffers (bug#6197).
12172 (vc-checkin): Ditto.
12173
12174 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12175
12176 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12177
12178 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12179
12180 * custom.el (defcustom): Clarify that :set is only used in the
12181 Customize user interface (bug#6089).
12182
12183 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12184 associated with a file, refuse to run instead of erroring out
12185 (bug#6084).
12186
12187 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12188 the doc string, since it appears that using `fill-column' always
12189 controls the width (bug#7845).
12190
12191 * simple.el (shell-command-on-region): Say where the error output
12192 went if `shell-command-default-error-buffer' is set (bug#6857).
12193
12194 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12195
12196 * allout.el (allout-yank-processing): Adjust cursor position for
12197 backwards-deleted space.
12198
12199 (allout-rebullet-heading): Register changes with
12200 allout-exposure-changed-hook, so the modified topic is properly
12201 decorated.
12202
12203 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12204
12205 * minibuffer.el (completion-in-region): Document PREDICATE
12206 (bug#7136).
12207
12208 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12209 of keyword/argument pairs (bug#6904).
12210
12211 * replace.el (multi-occur):
12212 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
12213
12214 2011-07-02 Drew Adams <drew.adams@oracle.com>
12215
12216 * dired.el (dired-mark-if): Make the message about whether it's
12217 marking or unmarking clearer (bug#8523).
12218
12219 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12220
12221 * disp-table.el (display-table-print-array): New function.
12222 (describe-display-table): Use it to print the vectors more pretty
12223 (Bug#8859).
12224
12225 2011-07-02 Martin Rudalics <rudalics@gmx.at>
12226
12227 * window.el (window-state-get-1): Don't assign clone numbers.
12228 Add clone-of item to list of window parameters.
12229 (window-state-put-2): Don't process clone numbers.
12230 (display-buffer-alist): Fix doc-string.
12231
12232 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * subr.el (remq): Don't allocate if it's not needed.
12235 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12236 (keymap--merge-bindings): New functions.
12237 (keymap-canonicalize): Use them to refine the canonicalization.
12238 * minibuffer.el (minibuffer-local-completion-map)
12239 (minibuffer-local-must-match-map): Move initialization from C.
12240 (minibuffer-local-filename-completion-map): Move initialization from C;
12241 don't inherit from anything here.
12242 (minibuffer-local-filename-must-match-map): Make obsolete.
12243 (completing-read-default): Use make-composed-keymap to combine
12244 minibuffer-local-filename-completion-map with either
12245 minibuffer-local-must-match-map or
12246 minibuffer-local-filename-completion-map.
12247
12248 2011-07-01 Glenn Morris <rgm@gnu.org>
12249
12250 * type-break.el (type-break-time-sum): Use dolist.
12251
12252 * textmodes/flyspell.el (flyspell-word-search-backward):
12253 Replace CL function.
12254
12255 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * mouse.el (mouse--strip-first-event): New function.
12258 (function-key-map): Use it to map fringe clicks to normal clicks
12259 by default.
12260
12261 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12262 (vc-bzr-revision-completion-table): Add support for annotate and date.
12263
12264 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12265 inherit from parent.
12266
12267 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12268
12269 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
12270 (dired-show-file-type): Doc fixup (bug#8818).
12271
12272 * dired.el (dired-mode): Fix up the doc string as suggested by
12273 Drew Adams (bug#8817).
12274
12275 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12276 cookie, since the manual says that it should be possible to add
12277 this function to `find-file-hook' (bug#8709).
12278
12279 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12280
12281 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12282 here. Noted Ted Zlatanov as the maintainer.
12283 (cfengine-common-settings, cfengine-common-syntax): New functions
12284 to set up common things between `cfengine-mode' and
12285 `cfengine3-mode'.
12286 (cfengine3-mode): New mode.
12287 (cfengine3-defuns cfengine3-defuns-regex
12288 (cfengine3-class-selector-regex cfengine3-category-regex)
12289 (cfengine3-vartypes cfengine3-font-lock-keywords)
12290 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
12291 (cfengine3-indent-line): Add from cfengine3.el.
12292
12293 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
12294
12295 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12296
12297 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12298
12299 2011-07-01 Martin Rudalics <rudalics@gmx.at>
12300
12301 * window.el (same-window-buffer-names, same-window-regexps)
12302 (same-window-p, special-display-frame-alist)
12303 (special-display-popup-frame, special-display-function)
12304 (special-display-buffer-names, special-display-regexps)
12305 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12306 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12307 (split-window-preferred-function, split-height-threshold)
12308 (split-width-threshold, even-window-heights)
12309 (display-buffer-mark-dedicated, window-splittable-p)
12310 (split-window-sensibly, window-safely-shrinkable-p):
12311 Un-obsolete.
12312 (display-buffer): Don't spread args with function specifier
12313 because special-display-popup-frame won't like it.
12314
12315 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12316
12317 Time-stamp simplifications and fixes.
12318 These improve accuracy slightly, and future-proof the code
12319 against some potential changes to current-time format.
12320
12321 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12322 by using time-since and float-time.
12323
12324 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12325 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12326 + NNN microseconds".
12327
12328 * type-break.el (type-break-time-sum): Rewrite using time-add.
12329
12330 * play/hanoi.el (hanoi-current-time-float): Remove.
12331 All uses replaced by float-time.
12332
12333 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12334 This yields a more-accurate answer.
12335 (rng-time-to-float): Remove; no longer needed.
12336
12337 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12338
12339 * calendar/timeclock.el (timeclock-seconds-to-time):
12340 Defalias to seconds-to-time, since they're the same thing.
12341
12342 * emacs-lisp/elp.el (elp-elapsed-time):
12343 * emacs-lisp/benchmark.el (benchmark-elapse):
12344 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12345
12346 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * window.el (bury-buffer): Don't iconify the only frame.
12349 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12350 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12351
12352 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
12353
12354 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12355 Add mouse-yank-primary.
12356
12357 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12358
12359 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12360
12361 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12364 (find-library-name): Use it to find relative load names when provided
12365 absolute file name (bug#8803).
12366
12367 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12368
12369 * textmodes/flyspell.el (flyspell-word): Consider words that
12370 differ only in case as potential doublons (bug#5687).
12371
12372 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12373 Remove two rather uninteresting debugging-like messages to make
12374 debbugs.el more silent.
12375
12376 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12377 a password-like phrase.
12378
12379 2011-06-30 Masatake YAMATO <yamato@redhat.com>
12380
12381 * progmodes/cc-guess.el: New file.
12382
12383 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12384
12385 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12386 derived from `c-basic-common-init'.
12387
12388 * progmodes/cc-mode.el (top-level): Require cc-guess.
12389 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12390
12391 2011-06-30 Lawrence Mitchell <wence@gmx.li>
12392
12393 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12394
12395 2011-06-30 Alan Mackenzie <acm@muc.de>
12396
12397 * progmodes/cc-engine.el (c-guess-continued-construct):
12398 Correct the handling of template-args-cont, particularly for when font
12399 lock is disabled. Name this case as "CASE G".
12400
12401 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12402
12403 * allout.el (allout-yank-processing): Fix injection of extra space
12404 between bullet and non-whitespace character in first topic when
12405 pasting, ensuring that the actual spacing in the pasted topic
12406 following the bullet char is preserved. This extra space was
12407 causing pasted encrypted topics to get a decrypted status even
12408 when the content was actually still encrypted. Now the decryption
12409 status from before the paste is preserved.
12410
12411 (allout-flag-region): Set all allout overlays so they evaporate
12412 when reduced to zero length (evanescent), to prevent overlay
12413 leakage.
12414
12415 2011-06-30 Glenn Morris <rgm@gnu.org>
12416
12417 * w32-fns.el (w32-charset-info-alist): Declare.
12418
12419 * find-dired.el (find-grep-options): Simplify.
12420
12421 * term/ns-win.el (ns-set-resource): Declare.
12422
12423 * ses.el (row, col): Declare dynamic variables honestly.
12424
12425 * textmodes/reftex-parse.el (index-tags): Declare.
12426
12427 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
12428
12429 * cus-edit.el (customize-push-and-save): New function.
12430
12431 * files.el (hack-local-variables-confirm): Use it.
12432
12433 * custom.el (load-theme): New arg NO-CONFIRM.
12434 Use customize-push-and-save (Bug#8720).
12435 (custom-enabled-themes): Doc fix.
12436
12437 * cus-theme.el (customize-create-theme)
12438 (custom-theme-merge-theme): Callers to load-theme changed.
12439
12440 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12441
12442 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12443 short URLs have at least one dot in them (bug #7614).
12444
12445 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12446 nil, because using a pty is apparently too slow (bug #895).
12447
12448 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12449
12450 * mail/sendmail.el (sendmail-query-once): New function.
12451 (sendmail-query-once-function): New variable.
12452
12453 2011-06-29 Glenn Morris <rgm@gnu.org>
12454
12455 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12456
12457 * ses.el (top-level): Require cl when compiling.
12458 (ses-set-localvars): Fix error statement.
12459 Call it at compile time to silence a storm of warnings.
12460
12461 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12462
12463 * window.el (normalize-live-buffer): Rename to
12464 window-normalize-buffer.
12465 (normalize-live-frame): Rename to window-normalize-frame.
12466 (normalize-any-window): Rename to window-normalize-any-window.
12467 (normalize-live-window): Rename to window-normalize-live-window.
12468 (make-window-atom): Rename to window-make-atom.
12469 (window-resize-reset): Rename to window--resize-reset.
12470 (window-resize-reset-1): Rename to window--resize-reset-1.
12471 (resize-mini-window): Rename to window--resize-mini-window.
12472 (resize-subwindows-skip-p): Rename to
12473 window--resize-subwindows-skip-p.
12474 (resize-subwindows-normal): Rename to
12475 window--resize-subwindows-normal.
12476 (resize-subwindows): Rename to window--resize-subwindows.
12477 (resize-other-windows): Rename to window--resize-siblings.
12478 (resize-this-window): Rename to window--resize-this-window.
12479 (resize-root-window): Rename to window--resize-root-window.
12480 (resize-root-window-vertically): Rename to
12481 window--resize-root-window-vertically.
12482 (normalize-buffer-to-display): Rename to
12483 window-normalize-buffer-to-display.
12484 (normalize-buffer-to-switch-to): Rename to
12485 window-normalize-buffer-to-switch-to.
12486 Correspondingly update all callers of the functions listed
12487 above.
12488 (display-buffer-alist, display-buffer-normalize-arguments)
12489 (display-buffer-normalize-options, display-buffer)
12490 (display-buffer-alist-set): Use "function" instead of
12491 "fun-with-args".
12492
12493 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
12494
12495 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12496 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12497 debbugs.gnu.org. Mention acknowledgment email.
12498
12499 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12500
12501 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12502 buffer multibyteness, since it shouldn't matter.
12503
12504 2011-06-28 Martin Rudalics <rudalics@gmx.at>
12505
12506 * window.el (display-buffer-in-side-window): Handle dedicated
12507 windows as in display-buffer-reuse-window.
12508 (display-buffer-normalize-alist): Use value of override
12509 specifier.
12510 (display-buffer-normalize-specifiers): Use value of
12511 other-window-means-other-frame specifier.
12512 (display-buffer-alist): Rewrite some texts in widgets.
12513 (display-buffer): Spread arguments when calling function
12514 specified by fun-with-args.
12515
12516 2011-06-28 Deniz Dogan <deniz@dogan.se>
12517
12518 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12519 Unnest `let'.
12520
12521 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12522 selectors (Bug#5732).
12523 (css-proprietary-nmstart-re): Use `regexp-opt'.
12524
12525 2011-06-27 Jari Aalto <jari.aalto@cante.net>
12526
12527 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12528 (eshell-ls-date-format): New defcustom.
12529 (eshell-ls-file): Use it.
12530
12531 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12534
12535 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12536
12537 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12538 (ange-ftp-make-tmp-name): New arg.
12539 (ange-ftp-file-local-copy): Use it.
12540
12541 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
12542
12543 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12544 no-conversion (Bug#8870).
12545
12546 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12547
12548 * window.el (window-right, window-left, window-child)
12549 (window-child-count, window-last-child)
12550 (window-iso-combination-p, walk-window-tree-1)
12551 (window-atom-check-1, window-tree-1, delete-window)
12552 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12553 new naming conventions - window-vchild, window-hchild,
12554 window-next and window-prev are now called window-top-child,
12555 window-left-child, window-next-sibling and window-prev-sibling
12556 respectively.
12557 (resize-window-reset): Rename to window-resize-reset.
12558 (resize-window-reset-1): Rename to window-resize-reset-1.
12559 (resize-window): Rename to window-resize.
12560 (window-min-height, window-min-width)
12561 (resize-mini-window, resize-this-window, resize-root-window)
12562 (resize-root-window-vertically, adjust-window-trailing-edge)
12563 (enlarge-window, shrink-window, maximize-window)
12564 (minimize-window, delete-window, quit-restore-window)
12565 (split-window, balance-windows, balance-windows-area-adjust)
12566 (balance-windows-area, window-state-put-2)
12567 (display-buffer-even-window-sizes, display-buffer-set-height)
12568 (display-buffer-set-width, set-window-text-height)
12569 (fit-window-to-buffer): Rename all "resize-window" prefixed
12570 calls to use the "window-resize" prefix convention.
12571 (display-buffer-alist): Fix symbol for label specifier.
12572 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12573 corresponding specifier.
12574 Reported by Juanma Barranquero <lekktu@gmail.com>.
12575
12576 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12577
12578 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12579 convention.
12580 (ses-call-printer): Does not pass an empty string to formatter when the
12581 cell is empty to keep from barking printer Calc math-format-value.
12582
12583 2011-06-27 Richard Stallman <rms@gnu.org>
12584
12585 * battery.el (battery-mode-line-limit): New variable.
12586 (battery-update): Handle it.
12587
12588 * mail/rmailmm.el (rmail-mime-process-multipart):
12589 Handle truncated messages.
12590
12591 2011-06-27 Glenn Morris <rgm@gnu.org>
12592
12593 * progmodes/flymake.el (flymake-err-line-patterns):
12594 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12595
12596 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12597
12598 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12599 (ses--clean-!, ses--clean-_): New functions.
12600 (ses-range): Add configurability of readout order, and conversion
12601 to Calc vector.
12602
12603 * ses.el (ses-repair-cell-reference-all): New function.
12604 (ses-cell-symbol): Set macro as safe, so that it can be used in
12605 formulas.
12606
12607 * ses.el: Update cycle detection algorithm.
12608 (ses-localvars): Add ses--Dijkstra-attempt-nb and
12609 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12610 (ses-set-localvars): New function.
12611 (ses-make-cell): Add property-list as a cell element.
12612 (ses-cell-property-get-fun, ses-cell-property-get)
12613 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12614 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12615 New functions.
12616 (ses-cell-property-set, ses-cell-property-pop)
12617 (ses-cell-property-get-handle): New macro.
12618 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12619 New aliases, used for code readability.
12620 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12621 cycle detection.
12622 (ses-self-reference-early-detection): New defcustom.
12623 (ses-formula-references): Robustify against self-referring cells.
12624 (ses-mode): Use ses-set-localvars.
12625 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12626 before lauching the update processing.
12627 (ses-initialize-Dijkstra-attempt): New function.
12628 (ses-recalculate-cell): Update for cycle detection based on
12629 Dijkstra algorithm.
12630
12631 * ses.el: Fix commenting and indenting convention.
12632
12633 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * bs.el (bs-cycle-next): Complete last change.
12636
12637 2011-06-27 Drew Adams <drew.adams@oracle.com>
12638
12639 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12640
12641 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12642
12643 * net/network-stream.el (network-stream-open-starttls):
12644 Don't re-get capabilities unless we've reestablished connection.
12645 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12646
12647 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12648 to binary to possibly avoid line encoding issues on Windows (among
12649 other things).
12650
12651 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12652
12653 * net/network-stream.el (open-network-stream): Return an :error
12654 saying what the problem was, if possible.
12655
12656 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12657 server.
12658
12659 * net/network-stream.el (network-stream-open-starttls): If we
12660 wanted to use STARTTLS, and the server offered it, but we weren't
12661 able to because we had no STARTTLS support, then close the connection.
12662 (open-network-stream): Return an :error element, if present.
12663
12664 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12665
12666 * hl-line.el (hl-line-sticky-flag): Doc fix.
12667 (global-hl-line-sticky-flag): New option (Bug#8323).
12668 (global-hl-line-highlight): Obey it.
12669
12670 * vc/vc.el (vc-revert-show-diff): Default to t.
12671
12672 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12673
12674 * allout-widgets.el (allout-widgets-post-command-business):
12675 Stop decorating intermediate isearch matches. They're not being
12676 undecorated when an isearch is continued past, and isearch
12677 automatically collapses them. This leads to "widget leaks", where
12678 decorated items accumulate in collapsed areas. Lines with lots of
12679 hidden widgets can slow down cursor travel, substantially.
12680 Too much complicated machinery would be needed to ensure undecoration,
12681 so we're doing without this nicety.
12682
12683 (allout-widgets-tally-string): Don't try to do a hash-table-count
12684 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12685 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12686 *Messages* when allout-widgets-maintain-tally is t.
12687
12688 2011-06-26 Martin Rudalics <rudalics@gmx.at>
12689
12690 * window.el (display-buffer-normalize-argument): Rename to
12691 display-buffer-normalize-arguments. Handle special meaning of
12692 LABEL argument. Respect special-display-function when popping up
12693 a new frame. Fix code searching for a window showing the buffer
12694 on another frame.
12695 (display-buffer-normalize-specifiers):
12696 Call display-buffer-normalize-arguments.
12697 (display-buffer-in-window): Don't undedicate the window if its
12698 buffer remains the same.
12699 Reported by Drew Adams <drew.adams@oracle.com>.
12700 (display-buffer-alist): Add choice for same-window macro
12701 specfier.
12702 (display-buffer): Mention special meaning of LABEL argument in
12703 doc-string. Fix quoting. Don't pop up a new frame even as
12704 fallback.
12705
12706 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
12707
12708 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12709 avoid deleting the current window in some cases (bug#8911).
12710
12711 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12712
12713 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12714 (Bug#8934)
12715
12716 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12717
12718 * net/network-stream.el (network-stream-open-starttls):
12719 Use built-in TLS support if `gnutls-available-p' is true.
12720 (network-stream-open-tls): Ditto.
12721
12722 2011-06-26 Leo Liu <sdl.web@gmail.com>
12723
12724 * register.el (registerv): New struct.
12725 (registerv-make): New function.
12726 (jump-to-register, describe-register-1, insert-register):
12727 Support the jump-func, print-func and insert-func slot of a registerv
12728 struct. (Bug#8415)
12729
12730 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12731
12732 * vc/vc.el (vc-revert-show-diff): New defcustom.
12733 (vc-diff-internal): New arg specifying diff buffer.
12734 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12735 reuse an existing *vc-diff* buffer (Bug#8927).
12736
12737 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12738
12739 2011-06-26 Glenn Morris <rgm@gnu.org>
12740
12741 * progmodes/f90.el (f90-critical-indent): New option.
12742 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12743 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12744 (f90-mode): Doc fix.
12745 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12746 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12747 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12748 (f90-match-end): Handle block, critical.
12749
12750 2011-06-25 Glenn Morris <rgm@gnu.org>
12751
12752 * calendar/diary-lib.el (diary-included-files): Doc fix.
12753 (diary-include-files): New function, extracted from
12754 diary-include-other-diary-files and diary-mark-included-diary-files.
12755 (diary-include-other-diary-files, diary-mark-included-diary-files):
12756 Just call diary-include-files.
12757 (diary-mark-entries): Reset diary-included-files on first call.
12758
12759 * calendar/diary-lib.el (diary-mark-entries)
12760 (diary-mark-included-diary-files):
12761 Visit included diary-files in temp buffers.
12762
12763 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12764 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12765 (f90-start-block-re, f90-imenu-generic-expression)
12766 (f90-looking-at-program-block-start, f90-no-block-limit):
12767 Add support for submodules.
12768
12769 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12770 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12771
12772 2011-06-25 Eli Zaretskii <eliz@gnu.org>
12773
12774 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12775 buffer-file-type before setting its value, to avoid disastrous
12776 global effects on decoding files for DOS/Windows systems. (Bug#8780)
12777
12778 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12779
12780 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12781
12782 * ses.el (ses-unload-function):
12783 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12784
12785 * proced.el (proced-unload-function):
12786 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12787
12788 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12789
12790 * server.el (server-create-window-system-frame): Add parameters arg.
12791 (server-process-filter): Doc fix. Handle frame-parameters.
12792
12793 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12794
12795 Fix bug#8730, bug#8781.
12796
12797 * loadhist.el (unload--set-major-mode): New function.
12798 (unload-feature): Use it.
12799
12800 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12801 (python-unload-function): New function.
12802
12803 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12806
12807 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12808
12809 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12810 the candidates list.
12811
12812 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12813
12814 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12815
12816 2011-06-23 Richard Stallman <rms@gnu.org>
12817
12818 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12819 (rmail-variables): Set next-error-move-function.
12820 (rmail-what-message): Take argument POS.
12821 (rmail-next-error-move): New function.
12822
12823 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12826 messages for adjacent non-terminals.
12827
12828 2011-06-23 Richard Stallman <rms@gnu.org>
12829
12830 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12831 (rmail-show-message-1): Preserve buffer modified flag.
12832 (rmail-start-mail): Don't specify use of rmail-mail-return;
12833 that's done by mail-bury now.
12834 (rmail-mail-return): Handle arg NEWBUF.
12835
12836 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
12837
12838 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12839 SIZE is a number.
12840
12841 2011-06-23 Martin Rudalics <rudalics@gmx.at>
12842
12843 * window.el (get-lru-window, get-mru-window)
12844 (get-largest-window): Never return a minibuffer window.
12845 (display-buffer-pop-up-window): Fix a bug that could lead to
12846 reusing the minibuffer window.
12847 (display-buffer): Pass original specifier argument to
12848 display-buffer-function instead of the normalized one.
12849 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12850
12851 2011-06-22 Leo Liu <sdl.web@gmail.com>
12852
12853 * minibuffer.el (completing-read-function)
12854 (completing-read-default): Move from minibuf.c
12855
12856 2011-06-22 Richard Stallman <rms@gnu.org>
12857
12858 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12859 to Rmail even if not started by a special Rmail command.
12860
12861 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12862 Copy the buffer currently showing just one message.
12863
12864 2011-06-22 Roland Winkler <winkler@gnu.org>
12865
12866 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12867 (bibtex-clean-entry): First delete the old key so that a
12868 customized algorithm for generating the new key does not get
12869 confused by the old key.
12870 (bibtex-url): Obey regexp of first step.
12871 (bibtex-search-entries): Do not use add-to-list with local
12872 list-var.
12873
12874 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12875
12876 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12877 stored a user name, then query for the password first, instead of
12878 waiting for SMTP to give an error message and the trying again.
12879
12880 2011-06-22 Lawrence Mitchell <wence@gmx.li>
12881
12882 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12883 BUFFER in call-process.
12884
12885 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12886
12887 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12888 QUIT twice.
12889 (smtpmail-try-auth-methods): Require user name and password from
12890 auth-source.
12891
12892 2011-06-22 Martin Rudalics <rudalics@gmx.at>
12893
12894 * window.el (display-buffer-default-specifiers)
12895 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12896 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12897 (split-window): Normalize SIDE argument (Bug#8916).
12898
12899 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12900 (special-display-frame-alist, special-display-popup-frame):
12901 Remove duplicate declarations. These are now in window.el.
12902
12903 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12904
12905 * mail/smtpmail.el (smtpmail-via-smtp):
12906 Set :use-starttls-if-possible so that we always use STARTTLS if the
12907 server supports it. SMTP servers that support STARTTLS commonly
12908 require it.
12909
12910 * net/network-stream.el (network-stream-open-starttls): Support
12911 upgrading to STARTTLS always, even if we don't have built-in support.
12912 (open-network-stream): Add the :always-query-capabilities keyword.
12913
12914 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12915 upgrades with `open-network-stream', and rely solely on
12916 auth-source for all credentials. Big changes throughout the file,
12917 but in particular:
12918 (smtpmail-auth-credentials): Remove.
12919 (smtpmail-starttls-credentials): Remove.
12920 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12921 MAIL FROM, too.
12922
12923 * net/network-stream.el (network-stream-open-starttls):
12924 Provide support for client certificates both for external and built-in
12925 STARTTLS.
12926 (auth-source): Require.
12927 (open-network-stream): Document the :client-certificate keyword.
12928 (network-stream-certificate): Change cert-cert to cert and
12929 cert-key to key.
12930
12931 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
12932
12933 * net/tramp-cache.el (top): Don't load the persistency file when
12934 "emacs -Q" has been called.
12935
12936 2011-06-21 Tim Harper <timcharper@gmail.com>
12937
12938 * term/ns-win.el (ns-initialize-window-system):
12939 Set application-specific `ApplePressAndHoldEnabled' system
12940 resource to NO as it is not yet supported by the NS port.
12941
12942 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12943
12944 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12945 (list-dynamic-libraries): ...not here.
12946
12947 2011-06-21 Leo Liu <sdl.web@gmail.com>
12948
12949 * subr.el (sha1): Implement sha1 using secure-hash.
12950
12951 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12952
12953 * window.el (display-buffer-alist): In default value do not
12954 enforce searching a window on any but the selected frame.
12955 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12956 (display-buffer-select-window): Remove function.
12957 (display-buffer-in-window): When a window on another frame gets
12958 reused, do not select it any more but just raise its frame if
12959 necessary (Bug#8851) and (Bug#8856).
12960 (display-buffer-normalize-options): Handle pop-up-frames related
12961 options more faithfully.
12962 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12963 window if it is on another frame.
12964 (display-buffer-alist, display-buffer-default-specifiers):
12965 Don't make new frame unsplittable by default.
12966 (display-buffer-normalize-argument): Fix doc-string typo and use
12967 'same-frame-other-window instead of 'other-window when associating
12968 with display-buffer-macro-specifiers.
12969
12970 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12971
12972 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12973 New functions.
12974 (5x5-mode-map, 5x5-mode-menu): Bind them.
12975 (5x5-draw-grid): Tweak the solver's rendering.
12976
12977 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12980 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12981
12982 2011-06-21 Drew Adams <drew.adams@oracle.com>
12983
12984 * menu-bar.el: Use function variable instead of switch-to-buffer.
12985 (menu-bar-select-buffer-function): New variable.
12986 (menu-bar-update-buffers): Use it (bug#8876).
12987
12988 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12989
12990 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12991 variable's status.
12992
12993 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12994
12995 * x-dnd.el (x-dnd-version-from-flags)
12996 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12997 and long as number (Bug#8899).
12998 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12999
13000 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
13003 (completion-try-completion, completion-all-completions): Compute the
13004 metadata argument if it's missing; make it optional (bug#8795).
13005
13006 * wid-edit.el: Use lex-bind and move towards completion-at-point.
13007 (widget-complete): Use new :completion-function property.
13008 (widget-completions-at-point): New function.
13009 (default): Use :completion-function instead of :complete.
13010 (widget-default-completions): Rename from widget-default-complete;
13011 Rewrite.
13012 (widget-string-complete, widget-file-complete, widget-color-complete):
13013 Remove functions.
13014 (file, symbol, function, variable, coding-system, color):
13015 * international/mule-cmds.el (default-input-method, charset)
13016 (language-info-custom-alist):
13017 * cus-edit.el (face): Use new property :completions.
13018
13019 * progmodes/pascal.el (pascal-completions-at-point): New function.
13020 (pascal-mode): Use it.
13021 (pascal-mode-map): Use completion-at-point.
13022 (pascal-toggle-completions): Make obsolete.
13023 (pascal-complete-word, pascal-show-completions):
13024 * progmodes/octave-mod.el (octave-complete-symbol):
13025 Redefine as obsolete alias.
13026 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13027 Signal absence of completion info for old Octave,
13028 (inferior-octave-complete): Redefine as obsolete alias.
13029 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13030 (meta-completions-at-point): Rename from meta-complete-symbol and
13031 adapt it for use on completion-at-point-functions.
13032 (meta-common-mode): Use it.
13033 (meta-looking-at-backward, meta-match-buffer): Remove.
13034 (meta-complete-symbol): Redefine as obsolete alias.
13035 (meta-common-mode-map): Use completion-at-point.
13036 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13037 (makefile-mode-map): Use completion-at-point.
13038 (makefile-completions-at-point): Rename from makefile-complete and
13039 adapt it for use on completion-at-point-functions.
13040 (makefile-mode): Use it.
13041 (makefile-complete): Redefine as obsolete alias.
13042
13043 2011-06-20 Deniz Dogan <deniz@dogan.se>
13044
13045 * net/rcirc.el: Delete trailing whitespaces once and for all.
13046
13047 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13048
13049 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13050
13051 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
13052
13053 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13054
13055 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13056
13057 2011-06-19 Martin Rudalics <rudalics@gmx.at>
13058
13059 * window.el (display-buffer-other-window-means-other-frame):
13060 Call display-buffer-normalize-alist.
13061 (display-buffer-normalize-specifiers-1): Rename to
13062 display-buffer-normalize-argument. New argument other-frame.
13063 Rewrite.
13064 (display-buffer-normalize-specifiers-2): Rename to
13065 display-buffer-normalize-options.
13066 (display-buffer-normalize-alist-1): New function.
13067 (display-buffer-normalize-specifiers-3): Rename to
13068 display-buffer-normalize-alist.
13069 Call display-buffer-normalize-alist-1.
13070 (display-buffer-normalize-options-inhibit): New variable.
13071 (display-buffer-normalize-specifiers): Rewrite calling
13072 display-buffer-normalize-alist,
13073 display-buffer-normalize-argument, and
13074 display-buffer-normalize-options. Don't call the latter if
13075 display-buffer-normalize-options-inhibit is non-nil.
13076 (frame-auto-delete): New option.
13077 (window-deletable-p): Use frame-auto-delete.
13078 (window-list-no-nils, window-state-ignored-parameters)
13079 (window-state-get-1, window-state-get, window-state-put-list)
13080 (window-state-put-1, window-state-put-2, window-state-put):
13081 New functions.
13082 (display-buffer-normalize-options): Move special-display-p group
13083 after pop-up-frame group (Bug#8851) and (Bug#8856).
13084
13085 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
13086
13087 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13088 groups (Bug#8776).
13089 (rx-submatch-n): New function.
13090 (rx): Document it.
13091
13092 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13093 (Bug#8768).
13094
13095 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13096
13097 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13098
13099 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13100 anytime existing face settings are present (Bug#8889).
13101
13102 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13103 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13104 Remove unused argument.
13105
13106 2011-06-18 Martin Rudalics <rudalics@gmx.at>
13107
13108 * window.el (display-buffer-default-specifiers):
13109 Remove pop-up-frame. Add pop-up-window-min-height,
13110 pop-up-window-min-width, and another reuse-window specifier
13111 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
13112 (display-buffer-normalize-specifiers-2):
13113 Handle split-height-threshold and split-width-threshold also when
13114 pop-up-windows is unset. Add a reuse-window specifier for the
13115 case popping up a new window fails.
13116 (special-display-popup-frame): Remove double quoting.
13117 (display-buffer-normalize-specifiers-1): Fix thinko.
13118
13119 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13122 according to comint-completion-addsuffix.
13123
13124 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13125 (pcomplete-suffix-list): Mark as obsolete.
13126 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13127 pcomplete-seen in the closure.
13128 (pcomplete-comint-setup): Setup completion-at-point as well.
13129 (pcomplete--entries): New function.
13130 (pcomplete--env-regexp): New var.
13131 (pcomplete-entries): Rewrite to work with partial-completion and
13132 without relying on pcomplete-suffix-list.
13133 (pcomplete-pare-list): Remove, unused.
13134
13135 2011-06-17 Martin Rudalics <rudalics@gmx.at>
13136
13137 * window.el (display-buffer-alist): Set pop-up-window-min-height
13138 and pop-up-window-min-width in default value. Reported by
13139 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13140 other-window-means-other-frame.
13141 (display-buffer-macro-specifiers): Comment out entry for
13142 other-window specifier.
13143 (display-buffer-other-window-means-other-frame): New function.
13144 (display-buffer-normalize-specifiers-1): New arguments
13145 buffer-name and label. Treat other-window case specially.
13146 (display-buffer-normalize-specifiers-2): Treat other-window case
13147 specially.
13148 (display-buffer-normalize-specifiers-3): New function.
13149 (display-buffer-normalize-specifiers):
13150 Call display-buffer-normalize-specifiers-3.
13151
13152 2011-06-17 Martin Rudalics <rudalics@gmx.at>
13153
13154 * window.el (same-window-p): Fix two typos introduced when
13155 adding with-no-warnings.
13156 (display-buffer-normalize-specifiers-1): Don't check
13157 pop-up-frames for 'unset initialization.
13158 (display-buffer-normalize-specifiers-2): Major rewrite using
13159 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13160 (pop-up-frames, display-buffer-reuse-frames)
13161 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13162 Suggested by David Engster <deng@randomsample.de>.
13163 (even-window-heights): Initialize to 'unset.
13164 (display-buffer-alist-set): Handle new 'unset initializations.
13165 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13166 other window case.
13167
13168 2011-06-16 Martin Rudalics <rudalics@gmx.at>
13169
13170 * window.el (display-buffer-normalize-specifiers-1):
13171 Respect current value of pop-up-frames for most reasonable values of
13172 second argument of display-buffer (Bug#8865).
13173 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13174 (switch-to-buffer-other-window-same-frame)
13175 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13176 Adams (Bug#8875).
13177 (display-buffer): Don't check noninteractive when calling
13178 display-buffer-pop-up-frame.
13179 (display-buffer-pop-up-frame): Never pop up a frame in
13180 noninteractive mode (Bug#8857).
13181 (enlarge-window, shrink-window): Don't report an error when the
13182 window can't be resized as requested (Bug#8862).
13183
13184 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13185
13186 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13187
13188 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13189
13190 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13191
13192 2011-06-15 Alan Mackenzie <acm@muc.de>
13193
13194 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13195 for declarators, disable knr checking to speed up for normal files.
13196 2: Refactor, replacing a sequence of nested if forms by a cond form.
13197
13198 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13199
13200 * net/network-stream.el (open-network-stream): Add the keyword
13201 :always-query-capabilities for the case where you want to force a
13202 `plain' network connection, but the protocol still requires the
13203 capabilitiy command (i.e., SMTP and EHLO).
13204
13205 * subr.el (process-live-p): Rename from `process-alive-p' for
13206 consistency with other `-live-p' functions.
13207
13208 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * window.el (same-window-buffer-names, same-window-regexps)
13211 (special-display-frame-alist, special-display-popup-frame)
13212 (special-display-function, special-display-buffer-names)
13213 (special-display-regexps, pop-up-frame-alist)
13214 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13215 (pop-up-windows, split-window-preferred-function)
13216 (split-height-threshold, split-width-threshold, even-window-heights)
13217 (display-buffer-mark-dedicated): Don't encourage the use of
13218 display-buffer-alist from Elisp code.
13219
13220 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13221
13222 * progmodes/python.el (python-mode): Derive from prog-mode.
13223 * progmodes/ps-mode.el (ps-mode):
13224 * progmodes/mixal-mode.el (mixal-mode):
13225 * progmodes/cfengine.el (cfengine-mode):
13226 * progmodes/ld-script.el (ld-script-mode): Likewise.
13227
13228 2011-06-15 Martin Rudalics <rudalics@gmx.at>
13229
13230 * window.el (display-buffer-alist): Trim default value to avoid
13231 popping up a new frame (Bug#8857) or reusing an arbitrary window
13232 on another frame.
13233 (display-buffer): Do not fall back on popping up a new frame in
13234 batch mode (Bug#8857).
13235
13236 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
13237
13238 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13239 (custom-theme-summary): New function.
13240 (customize-themes): Use it.
13241
13242 2011-06-13 Glenn Morris <rgm@gnu.org>
13243
13244 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13245
13246 2011-06-13 Martin Rudalics <rudalics@gmx.at>
13247
13248 * help.el (help-window): Remove variable.
13249 (help-window-point-marker, temp-buffer-max-height)
13250 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13251 (help-print-return-message): Don't set help-window.
13252 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13253 (help-window-setup-finish): Remove.
13254 (help-window-display-message, help-window-setup)
13255 (with-help-window): Major rewrite based on new
13256 display-buffer-window variable.
13257
13258 * help-mode.el (help-mode-finish): Remove help-window related
13259 code.
13260
13261 * view.el (view-exits-all-viewing-windows): Remove reference to
13262 view-return-to-alist in doc-string.
13263 (view-return-to-alist): Make obsolete.
13264 (view-buffer): Call pop-to-buffer-same-window and remove
13265 undo-window code.
13266 (view-buffer-other-window): Call pop-to-buffer-other-window and
13267 simplify code. Ignore second argument.
13268 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13269 simplify code. Ignore second argument.
13270 (view-return-to-alist-update): Make obsolete.
13271 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13272 Rewrite using quit-restore window parameters.
13273 (view-mode-exit): Rename second argument to EXIT-ONLY.
13274 Rewrite using quit-restore-window.
13275 (View-exit, View-exit-and-edit, View-leave, View-quit)
13276 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13277 appropriate arguments.
13278 (view-end-message): Use quit-restore window parameter.
13279
13280 * window.el (display-buffer-function): Rewrite doc-string.
13281 (display-buffer-window, display-buffer-alist): New variables.
13282 (display-buffer-split-specifiers)
13283 (display-buffer-side-specifiers)
13284 (display-buffer-macro-specifiers): New constants.
13285 (display-buffer-even-window-sizes, display-buffer-set-height)
13286 (display-buffer-set-width, display-buffer-select-window)
13287 (display-buffer-in-window, display-buffer-reuse-window)
13288 (display-buffer-split-window-1, display-buffer-split-window)
13289 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13290 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13291 (display-buffer-in-side-window, normalize-buffer-to-display)
13292 (display-buffer-normalize-specifiers-1)
13293 (display-buffer-normalize-specifiers-2)
13294 (display-buffer-normalize-specifiers, display-buffer-frame):
13295 New functions.
13296 (display-buffer): Major rewrite.
13297 (display-buffer-other-window, display-buffer-other-frame)
13298 (pop-to-buffer, switch-to-buffer-other-window)
13299 (switch-to-buffer-other-frame): Rewrite.
13300 (display-buffer-same-window, display-buffer-same-frame)
13301 (display-buffer-same-frame-other-window)
13302 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13303 (pop-to-buffer-other-window)
13304 (pop-to-buffer-same-frame-other-window)
13305 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13306 (switch-to-buffer-other-window-same-frame): New functions.
13307 (same-window-p, special-display-p): Rewrite disabling warnings.
13308 Make obsolete.
13309 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13310 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13311 Make obsolete
13312 (same-window-buffer-names, same-window-regexps)
13313 (special-display-frame-alist, special-display-popup-frame)
13314 (special-display-function, special-display-buffer-names)
13315 (special-display-regexps, pop-up-frame-alist)
13316 (pop-up-frame-function, split-window-preferred-function)
13317 (split-height-threshold, split-width-threshold)
13318 (even-window-heights): Make obsolete.
13319
13320 2011-06-12 Glenn Morris <rgm@gnu.org>
13321
13322 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
13323 Misc simplifications.
13324
13325 2011-06-12 Martin Rudalics <rudalics@gmx.at>
13326
13327 * window.el (window-safely-shrinkable-p): Restore function which
13328 was inadvertently removed in change from 2011-06-11. Declare as
13329 obsolete.
13330
13331 * calendar/calendar.el (calendar-generate-window):
13332 Use window-iso-combined-p instead of combination of one-window-p and
13333 window-safely-shrinkable-p.
13334
13335 2011-06-12 Glenn Morris <rgm@gnu.org>
13336
13337 * progmodes/fortran.el (fortran-mode-syntax-table):
13338 * progmodes/f90.el (f90-mode-syntax-table):
13339 Set % to punctuation. (Bug#8820)
13340 (f90-find-tag-default): Remove, no longer needed.
13341
13342 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13343
13344 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13345
13346 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13347
13348 * image.el (image-animated-p): Return animation delay in seconds.
13349 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13350 (image-animate-timeout): Remove DELAY argument. Don't assume
13351 every subimage has the same delay; get it from image-animated-p.
13352 (image-animate): Caller changed.
13353
13354 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
13355
13356 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13357 to ignored backtrace functions.
13358
13359 2011-06-11 Glenn Morris <rgm@gnu.org>
13360
13361 * calendar/appt.el (appt-disp-window-function): Doc fix.
13362 (appt-check): Handle overlapping appointments. (Bug#8337)
13363
13364 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13365
13366 * window.el (window-tree-1, window-tree): New functions, moving
13367 the latter to window.el.
13368 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13369 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13370 (bw-refresh-edges): Remove.
13371 (balance-windows-1, balance-windows-2): New functions.
13372 (balance-windows): Rewrite in terms of window tree functions,
13373 balance-windows-1 and balance-windows-2.
13374 (bw-adjust-window): Remove.
13375 (balance-windows-area-adjust): New function with functionality of
13376 bw-adjust-window but using resize-window.
13377 (set-window-text-height): Rewrite doc-string.
13378 Use normalize-live-window and resize-window.
13379 (enlarge-window-horizontally, shrink-window-horizontally):
13380 Rename argument to DELTA.
13381 (window-buffer-height): New function.
13382 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13383 Rewrite using new window resize routines.
13384 (kill-buffer-and-window, mouse-autoselect-window-select):
13385 Use ignore-errors instead of condition-case.
13386 (quit-window): Call delete-frame instead of delete-windows-on
13387 for the only buffer on frame.
13388
13389 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13390
13391 * loadup.el (top-level): Load window before files for the sake
13392 of replace-buffer-in-windows.
13393
13394 * files.el (read-buffer-to-switch)
13395 (switch-to-buffer-other-window)
13396 (switch-to-buffer-other-frame, display-buffer-other-frame):
13397 Move to window.el.
13398
13399 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13400 (previous-buffer): Move to window.el.
13401
13402 * bindings.el (unbury-buffer): Move to window.el.
13403
13404 * window.el (delete-other-windows-vertically): Move after
13405 definition of delete-other-windows.
13406 (other-window, delete-windows-on, replace-buffer-in-windows):
13407 Move here from window.c.
13408 (record-window-buffer, unrecord-window-buffer)
13409 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13410 (switch-to-next-buffer): New functions.
13411 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13412 from simple.el. Call switch-to-next-buffer.
13413 (previous-buffer): Move here from simple.el.
13414 Call switch-to-prev-buffer.
13415 (bury-buffer): Move here from buffer.c. Switch to previous
13416 buffer when window cannot be deleted.
13417 (unbury-buffer): Move here from bindings.el.
13418 (ctl-x-map): Move binding for other-window from window.c to
13419 here.
13420 (read-buffer-to-switch, switch-to-buffer-other-window)
13421 (switch-to-buffer-other-frame): Move here from files.el.
13422 (normalize-buffer-to-switch-to): New functions.
13423 (switch-to-buffer): Move here from buffer.c.
13424 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13425
13426 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13427
13428 * window.el (window-min-height, window-min-width): Move here
13429 from window.c. Add defcustoms and rewrite doc-strings.
13430 (resize-mini-window, resize-window): New functions.
13431 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13432 Move here from window.c.
13433 (maximize-window, minimize-window): New functions.
13434 (delete-window, delete-other-windows, split-window): Move here
13435 from window.c.
13436 (window-split-min-size): New function.
13437 (split-window-keep-point): Mention split-window-above-each-other
13438 instead of split-window-vertically.
13439 (split-window-above-each-other, split-window-vertically):
13440 Rename split-window-vertically to split-window-above-each-other
13441 and provide defalias for old definition.
13442 (split-window-side-by-side, split-window-horizontally):
13443 Rename split-window-horizontally to split-window-side-by-side
13444 and provide defalias for the old definition.
13445 (ctl-x-map): Move bindings for delete-window,
13446 delete-other-windows and enlarge-window here from window.c.
13447 Replace bindings for split-window-vertically and
13448 split-window-horizontally by bindings for
13449 split-window-above-each-other and split-window-side-by-side.
13450
13451 * cus-start.el (all): Remove entries for window-min-height and
13452 window-min-width. Add entries for window-splits and
13453 window-nest.
13454
13455 2011-06-09 Glenn Morris <rgm@gnu.org>
13456
13457 * calendar/appt.el (appt-mode-line): New function.
13458 (appt-check, appt-disp-window): Use it.
13459
13460 * files.el (hack-one-local-variable-eval-safep):
13461 Allow minor-modes with explicit +/-1 arguments.
13462
13463 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13464
13465 * term/xterm.el (xterm): Add defgroup.
13466 (xterm-extra-capabilities): Add defcustom to supply known xterm
13467 capabilities, skip querying them, or query them (default).
13468 (terminal-init-xterm): Use it.
13469 (terminal-init-xterm-modify-other-keys): New function to set up
13470 modifyOtherKeys support to simplify `terminal-init-xterm'.
13471
13472 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13473
13474 * window.el (resize-window-reset, resize-window-reset-1)
13475 (resize-subwindows-skip-p, resize-subwindows-normal)
13476 (resize-subwindows, resize-other-windows, resize-this-window)
13477 (resize-root-window, resize-root-window-vertically)
13478 (window-deletable-p, window-or-subwindow-p)
13479 (frame-root-window-p): New functions.
13480
13481 2011-06-09 Glenn Morris <rgm@gnu.org>
13482
13483 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13484 (ange-ftp-get-files): Use it.
13485
13486 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13487
13488 * mail/sendmail.el (mail-recover-1, mail-recover):
13489 * files.el (recover-file, recover-session):
13490 Handle dired-listing-switches not being just a single short option.
13491
13492 2011-06-09 Glenn Morris <rgm@gnu.org>
13493
13494 * calendar/appt.el (appt-display-message, appt-disp-window):
13495 Handle lists of appointments.
13496
13497 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13498
13499 * window.el (one-window-p): Move down in code.
13500 Rewrite doc-string.
13501 (window-current-scroll-bars): Rewrite doc-string.
13502 Normalize live window argument.
13503 (walk-windows, get-window-with-predicate, count-windows):
13504 Rewrite doc-string. Use window-list-1.
13505 (window-in-direction-2, window-in-direction, get-mru-window):
13506 New functions.
13507
13508 2011-06-08 Reuben Thomas <rrt@sc3d.org>
13509
13510 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13511 Doc fix (Bug#8713).
13512
13513 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
13514
13515 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13516
13517 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
13518
13519 * loadhist.el (unload-feature-special-hooks):
13520 Add `comint-output-filter-functions'.
13521
13522 2011-06-08 Ivan Kanis <gnu@kanis.fr>
13523
13524 * calendar/appt.el (appt-check): Move some initializations into the let.
13525
13526 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13527
13528 * window.el (window-height): Defalias to window-total-height.
13529 (window-width): Defalias to window-body-width.
13530
13531 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
13532
13533 * image-mode.el (image-toggle-animation): New command.
13534 (image-mode-map): Bind it to RET.
13535 (image-mode): Update message.
13536 (image-toggle-display-image): Avoid a spurious cache flush.
13537 (image-transform-rotation): Doc fix.
13538 (image-transform-properties): Return quickly in the normal case.
13539 (image-animate-loop): Rename from image-animate-max-time.
13540
13541 * image.el (image-animate-max-time): Move to image-mode.el.
13542 (create-animated-image): Remove unnecessary function.
13543 (image-animate): Rename from image-animate-start. New arg.
13544 (image-animate-stop): Remove; just use image-animate-timer.
13545 (image-animate-timer): Use car-safe.
13546 (image-animate-timeout): Rename argument.
13547
13548 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13549
13550 * window.el (get-lru-window, get-largest-window): Move here from
13551 window.c. Rename first argument to ALL-FRAMES.
13552 Rephrase doc-strings.
13553 (get-buffer-window-list): Rewrite using window-list-1.
13554 Rephrase doc-string.
13555 (window-safe-min-height, window-safe-min-width): New constants.
13556 (window-size-ignore, window-min-size, window-min-size-1)
13557 (window-sizable, window-sizable-p, window-size-fixed-1)
13558 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13559 (window-max-delta-1, window-max-delta, window-resizable)
13560 (window-resizable-p, window-total-height, window-total-width)
13561 (window-body-width): New functions.
13562 (window-full-height-p, window-full-width-p): Rewrite using
13563 window-total-size.
13564 (window-body-height): Rewrite using window-body-size.
13565
13566 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13567
13568 * window.el (window-right, window-left, window-child)
13569 (window-child-count, window-last-child, window-any-p)
13570 (normalize-live-buffer, normalize-live-frame)
13571 (normalize-any-window, normalize-live-window)
13572 (window-iso-combination-p, window-iso-combined-p)
13573 (window-iso-combinations)
13574 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13575 (windows-with-parameter, window-with-parameter)
13576 (window-atom-root, make-window-atom, window-atom-check-1)
13577 (window-atom-check, window-side-check, window-check):
13578 New functions.
13579 (ignore-window-parameters, window-sides, window-sides-vertical)
13580 (window-sides-slots): New variables.
13581 (window-size-fixed): Move down in code. Minor doc-string fix.
13582
13583 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13584
13585 * comint.el (comint-dynamic-complete-as-filename)
13586 (comint-dynamic-complete-filename): Correctly call
13587 completion-in-region.
13588
13589 2011-06-05 Deniz Dogan <deniz@dogan.se>
13590
13591 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13592 in last change.
13593
13594 2011-06-05 Deniz Dogan <deniz@dogan.se>
13595
13596 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13597 (rcirc): Use it to prompt for encryption.
13598
13599 2011-06-05 Roland Winkler <winkler@gnu.org>
13600
13601 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13602 (bibtex-search-entries): New command bound to C-c C-a.
13603 (bibtex-display-entries): New function.
13604
13605 2011-06-05 Roland Winkler <winkler@gnu.org>
13606
13607 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13608 (bibtex-insert-kill): After yanking insert newline if necessary.
13609 (bibtex-initialize): Call bibtex-string-files-init only once.
13610 (bibtex-mode): Do not call easy-menu-add.
13611 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13612 (bibtex-yank): Set arg properly if nil.
13613
13614 2011-06-05 Roland Winkler <winkler@gnu.org>
13615
13616 * textmodes/bibtex.el (bibtex-search-entry-globally):
13617 New variable.
13618 (bibtex-search-entry): Use it.
13619
13620 2011-06-05 Roland Winkler <winkler@gnu.org>
13621
13622 * textmodes/bibtex.el (bibtex-entry-format): New option
13623 sort-fields.
13624 (bibtex-format-entry, bibtex-reformat): Honor this option.
13625 (bibtex-parse-entry): Return fields in proper order.
13626
13627 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13628
13629 * doc-view.el (doc-view-remove-if): Move computation of result out
13630 of `dolist' to silence misleading lexical-binding warning.
13631
13632 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13633
13634 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13635 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13636
13637 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13638
13639 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13640 "SunOS 5.10".
13641
13642 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13643
13644 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13645 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13646 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13647 (tramp-parse-putty):
13648 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13649 (tramp-completion-function-alist-ssh)
13650 (tramp-completion-function-alist-telnet)
13651 (tramp-completion-function-alist-su)
13652 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13653 cookie.
13654
13655 * net/tramp-ftp.el:
13656 * net/tramp-sh.el:
13657 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13658 load "tramp.el" `tramp-set-completion-function'.
13659
13660 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * shell.el: Require and use pcomplete.
13663 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13664 (shell-completion-vars): Set pcomplete-default-completion-function.
13665
13666 2011-06-04 Deniz Dogan <deniz@dogan.se>
13667
13668 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13669 `memq' (Bug#8799).
13670
13671 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13674
13675 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
13676
13677 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13678 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13679 * vc/log-view.el (log-view-beginning-of-defun):
13680 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13681 (smerge-refine-forward, smerge-refine-chopup-region):
13682 Silence warning for unused `dotimes' counter variables.
13683
13684 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * net/tramp.el (tramp-with-progress-reporter): Rename from
13687 with-progress-reporter. Use `declare'.
13688 * net/tramp-smb.el:
13689 * net/tramp-sh.el:
13690 * net/tramp-gvfs.el: Update all uses.
13691
13692 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13693
13694 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13695 buffer isn't killed before making it current.
13696
13697 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13698
13699 Silence various byte-compiler warnings.
13700 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13701 `access-type' and new obsolescence format.
13702 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13703 new format.
13704 (byte-compile-check-variable): New `access-type' argument.
13705 Only warn if the access-type is obsolete.
13706 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13707 (byte-compile-variable-set): Adjust callers.
13708 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13709 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13710 setting it as obsolete.
13711 * simple.el (minibuffer-completing-symbol):
13712 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13713 access as obsolete.
13714 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13715 obsolete yet.
13716 * international/quail.el (quail-mouse-choose-completion): Remove unused
13717 code referring to obsolete var.
13718 (quail-choose-completion-string): Remove.
13719 * server.el (server-clients-with, server-kill-buffer-query-function)
13720 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13721 * proced.el (proced-send-signal):
13722 * emacs-lisp/lisp.el (lisp-complete-symbol):
13723 Replace completion-annotate-function with completion-extra-properties.
13724
13725 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * simple.el (goto-line): Use read-number.
13728 (overriding-map-is-bound): Remove.
13729 (saved-overriding-map): Change default.
13730 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13731 Take the map as argument.
13732 (universal-argument, negative-argument, digit-argument): Use it.
13733 (restore-overriding-map): Adjust.
13734 (do-auto-fill): Use fill-forward-paragraph.
13735 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13736
13737 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13738 (minibuffer-inactive-mode): New major mode.
13739 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13740 the *Messages* buffer" hack.
13741 (mouse-popup-menubar): Don't burp if the event is a normal key.
13742
13743 Miscellaneous tweaks.
13744 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13745 lexical scoping as in subr.el's dolist and dotimes.
13746 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13747 Silence compiler warning.
13748 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13749 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13750 * international/ccl.el (ccl-compile): Trivial simplification.
13751 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13752 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13753 `printflag' argument.
13754 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13755 Purecopy the whole obsolescence data.
13756
13757 2011-06-01 Leo Liu <sdl.web@gmail.com>
13758
13759 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13760 improve doc-string as suggested by Marco Pessotto
13761 <melmothx@gmail.com>.
13762 (rcirc-print): Fix last change.
13763
13764 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * minibuffer.el (complete-with-action): Return nil for the metadata and
13767 boundaries of non-functional tables.
13768 (completion-table-dynamic): Return nil for the metadata.
13769 (completion-table-with-terminator): Add default case, using
13770 complete-with-action.
13771 (completion--metadata): New function.
13772 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13773 to try and avoid pathological performance problems.
13774 (completion--embedded-envvar-table): Return `category' metadata.
13775
13776 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13777
13778 * subr.el (process-alive-p): New tiny convenience function.
13779
13780 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13783 content but also its previous major mode.
13784
13785 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
13786
13787 * emacs-lisp/debug.el (debug): Restore the previous content of the
13788 *Backtrace* buffer when we exit with C-M-c.
13789
13790 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * minibuffer.el: Add metadata method to completion tables.
13793 (completion-category-overrides): New defcustom.
13794 (completion-metadata, completion--field-metadata)
13795 (completion-metadata-get, completion--styles)
13796 (completion--cycle-threshold): New functions.
13797 (completion-try-completion, completion-all-completions):
13798 Add `metadata' argument to choose completion-styles.
13799 (completion--do-completion): Use metadata to choose cycling.
13800 (completion-all-sorted-completions): Use metadata for sorting.
13801 Remove :completion-cycle-penalty which is not needed any more.
13802 (completion--try-word-completion): Add `metadata' argument.
13803 (minibuffer-completion-help): Check metadata for annotation function
13804 and sorting.
13805 (completion-file-name-table): Return `category' metadata.
13806 (minibuffer-completing-file-name): Make obsolete.
13807 * simple.el (minibuffer-completing-symbol): Make obsolete.
13808 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13809 completion-try-completion.
13810
13811 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13814
13815 2011-05-30 Leo Liu <sdl.web@gmail.com>
13816
13817 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13818 (rcirc-print): Decode all incoming messages (bug#8744).
13819 (rcirc-decode-coding-system): Allow value nil for automatic coding
13820 system detection.
13821
13822 2011-06-01 Glenn Morris <rgm@gnu.org>
13823
13824 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13825
13826 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13827
13828 * image.el (image-animate-max-time): Allow nil and t values.
13829 Default to nil.
13830 (create-animated-image): Doc fix.
13831 (image-animate-start): Remove second arg; just use
13832 image-animate-max-time.
13833 (image-animate-timeout): Doc fix. Args changed.
13834
13835 * image-mode.el (image-toggle-display-image): Ensure that the
13836 image spec passed to the animate timer is the same object as in
13837 the buffer's display property (Bug#6981).
13838 (image-transform-properties): Doc fix.
13839
13840 * image.el (image-animate-max-time): Default to nil.
13841
13842 2011-05-29 Martin Rudalics <rudalics@gmx.at>
13843
13844 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13845 entire buffer list (Bug#8184).
13846
13847 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13848
13849 * image.el (imagemagick-types-inhibit)
13850 (imagemagick-register-types): Doc fix.
13851
13852 2011-05-29 Deniz Dogan <deniz@dogan.se>
13853
13854 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13855 default.
13856
13857 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13858
13859 * select.el: Don't perform clipboard-manager saving in hooks;
13860 leave the hooks empty.
13861
13862 2011-05-28 Leo Liu <sdl.web@gmail.com>
13863
13864 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13865 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13866 (occur-edit-mode): New major mode (Bug#8463).
13867 (occur-after-change-function): New function.
13868 (occur-engine): Give Occur tags a read-only property.
13869
13870 2011-05-28 Kevin Ryde <user42@zip.com.au>
13871
13872 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13873
13874 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13875
13876 * bindings.el (help-echo): Make the initial non-indicator dash
13877 empty on graphical terminals (Bug#7295).
13878
13879 * files.el (auto-mode-alist): Move config rule after the
13880 in-stripping one (Bug#8547).
13881
13882 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13883
13884 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13885 setting (Bug#8740).
13886
13887 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13888
13889 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13890 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13891 (Bug#8539).
13892
13893 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13894
13895 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13896
13897 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13898
13899 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13900 (hs-hide-block-at-point, hs-find-block-beginning)
13901 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13902 (Bug#8279).
13903
13904 2011-05-28 Glenn Morris <rgm@gnu.org>
13905
13906 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13907
13908 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13909
13910 * help-fns.el (describe-function-1): If the function is a derived
13911 major mode, print the parent mode.
13912
13913 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13914 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13915
13916 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 * minibuffer.el (completion--capf-wrapper): Check applicability before
13919 returning non-nil for non-exclusive completion data.
13920 * progmodes/etags.el (tags-completion-at-point-function):
13921 * info-look.el (info-lookup-completions-at-point): Mark as
13922 non-exclusive.
13923 (info-complete): Adjust accordingly.
13924
13925 * info-look.el: Convert to lexical-binding and completion-at-point.
13926 (info-lookup-completions-at-point): New function.
13927 (info-complete): Use it and completion-in-region.
13928
13929 2011-05-28 Drew Adams <drew.adams@oracle.com>
13930
13931 * isearch.el: Let M-e start with point at the first mismatched char.
13932 (isearch-fail-pos): New function.
13933 (isearch-edit-string): Use it.
13934
13935 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13936
13937 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13938
13939 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
13940
13941 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13942 traversal functions for avl-trees.
13943 (avl-tree--stack): New struct.
13944 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13945 (avl-tree-enter): Add optional `updatefun' arg.
13946 (avl-tree--do-enter): Add optional `updatefun' arg.
13947 Change return value.
13948 (avl-tree-delete): Add optional `test' and `nilflag' args.
13949 (avl-tree--do-delete): Add `test' and `nilflag' args.
13950 Change return value.
13951 (avl-tree-member): Add optional `nilflag'
13952 (avl-tree-member-p): New function.
13953 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13954 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13955 (avl-tree-stack-empty-p): New functions.
13956
13957 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13958 avl-tree--del-balance1 and make it work both ways.
13959 (avl-tree--del-balance2): Remove.
13960 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13961 make it work both ways.
13962 (avl-tree--enter-balance2): Remove.
13963 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13964 New macros.
13965 (avl-tree--mapc, avl-tree-map): Add direction argument.
13966
13967 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13968
13969 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13970
13971 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13972
13973 * select.el: Support clipboard managers with built-in function
13974 x-clipboard-manager-save, via delete-frame-functions and
13975 kill-emacs-hook.
13976 (xselect-convert-to-targets): Add MULTIPLE target to list.
13977 (xselect-convert-to-save-targets): New function.
13978
13979 2011-05-27 Kenichi Handa <handa@m17n.org>
13980
13981 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13982 let-binding rfc2047-encode-encoded-words to nil.
13983
13984 2011-05-27 Glenn Morris <rgm@gnu.org>
13985
13986 * mail/emacsbug.el: Don't require url-util.
13987
13988 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13989
13990 * files.el (set-auto-mode):
13991 Also respect mode: entries at the end of the file. (Bug#8586)
13992
13993 2011-05-26 Glenn Morris <rgm@gnu.org>
13994
13995 * files.el (hack-local-variables-prop-line, hack-local-variables):
13996 Downcase mode names, as seems to be traditional.
13997 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13998
13999 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14000 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14001
14002 2011-05-25 Julien Danjou <julien@danjou.info>
14003
14004 * textmodes/rst.el (rst-define-level-faces): Do not define face
14005 symbol if it is already defined.
14006
14007 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14008
14009 * play/5x5.el (5x5-new-game, 5x5-randomize):
14010 Reset 5x5-solver-output to nil when a new grid is cast.
14011 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14012 these debugging traces, as defmacro breaks the compiled code.
14013
14014 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14015
14016 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14017
14018 2011-05-24 Leo Liu <sdl.web@gmail.com>
14019
14020 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14021 (vc-bzr-sha1): Adapt.
14022
14023 * sha1.el: Remove. Function `sha1' is now builtin.
14024
14025 * bindings.el: Provide sha1 feature.
14026
14027 2011-05-24 Kenichi Handa <handa@m17n.org>
14028
14029 * mail/sendmail.el: Require `rfc2047'.
14030 (mail-insert-from-field): Do not perform RFC2047 encoding.
14031 (mail-encode-header): New function.
14032 (sendmail-send-it): Set buffer-file-coding-system of the work
14033 buffer to the return value of select-message-coding-system.
14034 Call mail-encode-header.
14035
14036 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14037
14038 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
14039
14040 * mail/supercite.el (sc-default-cite-frame):
14041 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
14042
14043 2011-05-24 Glenn Morris <rgm@gnu.org>
14044
14045 * progmodes/python.el (brm-menu): Declare.
14046
14047 * emulation/viper.el (viper-set-hooks): Declare.
14048
14049 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14050 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14051 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14052 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14053 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14054 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14055
14056 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 Add an :exit-function for completion-at-point.
14059
14060 * minibuffer.el (completion--done): New fun.
14061 (completion--do-completion): Use it. New arg `expect-exact'.
14062 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14063 since completion--do-completion does it for us now.
14064 (minibuffer-force-complete): Use completion--done and
14065 completion--replace. Handle sole-completion case with more care.
14066 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14067 (completion-extra-properties): New var.
14068 (completion-annotate-function): Make obsolete.
14069 (minibuffer-completion-help): Adjust accordingly.
14070 Use completion-list-insert-choice-function.
14071 (completion-at-point, completion-help-at-point):
14072 Bind completion-extra-properties.
14073 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14074 * simple.el (completion-list-insert-choice-function): New var.
14075 (completion-setup-function): Preserve it.
14076 (choose-completion): Pay attention to it, shuffle the code a bit.
14077 (choose-completion-string): New arg `insert-function'.
14078
14079 * textmodes/bibtex.el: Convert to lexical binding.
14080 (bibtex-mode-map): Use completion-at-point.
14081 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14082 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14083 (bibtex-complete): Define as obsolete alias.
14084 (bibtex-complete-internal): Remove.
14085 (bibtex-format-entry): Remove unused sub-group in regexp.
14086 * shell.el (shell--command-completion-data)
14087 (shell-environment-variable-completion):
14088 * pcomplete.el (pcomplete-completions-at-point):
14089 * comint.el (comint--complete-file-name-data): Use :exit-function
14090 instead of completion-table-with-terminator so it also works for
14091 choose-completion.
14092
14093 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14094
14095 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14096
14097 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14098 (bug#8710).
14099
14100 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14101
14102 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14103
14104 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14105 customization variable and implement: If non-nil, auto-fill will
14106 be inhibited while on topic's header line.
14107
14108 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14109
14110 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
14111 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
14112 always have a solution in grid size = 5 cases.
14113 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14114 (5x5-solver-output, 5x5-log-buffer): New vars.
14115 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14116 Make these variables buffer local to achieve 5x5 multi-session-ness.
14117 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14118 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14119 (5x5-solve-suggest): New funs.
14120 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14121 randomize a grid so that we ensure that there is always a solution.
14122 (5x5-make-random-grid): Allow other movement than flipping.
14123
14124 2011-05-23 Kevin Ryde <user42@zip.com.au>
14125
14126 * emacs-lisp/advice.el (ad-read-advised-function):
14127 Use `function-called-at-point' as the default, if it has
14128 advice and passes PREDICATE.
14129
14130 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14133 byte-compile-lambda if it's actually a lambda.
14134
14135 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14136 Fix function quoting. Use backquote better.
14137
14138 2011-05-22 Yuanle Song <sylecn@gmail.com>
14139
14140 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14141 matching (Bug#8516).
14142
14143 2011-01-22 Jari Aalto <jari.aalto@cante.net>
14144
14145 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14146 different face (Bug#8178).
14147
14148 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
14149
14150 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14151 defface (Bug#8144).
14152
14153 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14156 funcall as well (bug#8712). Warn when performing those conversions.
14157 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14158
14159 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14160
14161 2011-05-22 Glenn Morris <rgm@gnu.org>
14162
14163 * files.el (hack-local-variables-prop-line): Small simplifications.
14164 (hack-local-variables, hack-local-variables-prop-line):
14165 If MODE-ONLY, return the mode, rather than just `t'.
14166
14167 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14168
14169 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14170
14171 2011-05-21 Glenn Morris <rgm@gnu.org>
14172
14173 * files.el (hack-local-variables-prop-line, hack-local-variables):
14174 If only interested in the mode, don't bother doing the other stuff.
14175
14176 * image-mode.el (image-after-revert-hook):
14177 Redraw all frames on which the image is visible. (Bug#8567)
14178
14179 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14180
14181 * wid-edit.el (widget-checklist-match-inline):
14182 Fix 2011-04-19 change. (Bug#8649)
14183
14184 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14187 Also allow singlespace after single-letter capitals followed by a dot.
14188
14189 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14190 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14191
14192 2011-05-20 Nix <nix@esperi.org.uk>
14193
14194 * files.el (basic-save-buffer-2):
14195 Fix handling of break-hardlink-on-save with non-existent files.
14196
14197 2011-05-19 Deniz Dogan <deniz@dogan.se>
14198
14199 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
14200 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
14201
14202 2011-05-19 Glenn Morris <rgm@gnu.org>
14203
14204 * progmodes/f90.el (f90-type-def-re):
14205 Handle "type, bind(c)". (Bug#8691)
14206
14207 * emacs-lisp/autoload.el (batch-update-autoloads):
14208 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14209
14210 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
14211
14212 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14213 property for the correct connection in case of multihops.
14214
14215 2011-05-18 Glenn Morris <rgm@gnu.org>
14216
14217 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
14218 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14219
14220 Rationalize calendar handling of day and month abbrev-arrays.
14221 * calendar/calendar.el (calendar-customized-p): New function.
14222 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14223 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14224 Add :set function.
14225 (calendar-abbrev-length, calendar-day-abbrev-array)
14226 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14227 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14228 Elements may no longer be nil.
14229 (calendar-day-name, calendar-month-name):
14230 Update for changed nature of abbrev arrays.
14231 * calendar/diary-lib.el (diary-name-pattern):
14232 Update for changed nature of abbrev arrays.
14233 (diary-mark-entries-1): Update calendar-make-alist calls.
14234 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14235 * calendar/cal-html.el (cal-html-day-abbrev-array):
14236 Simply inherit from calendar-day-abbrev-array.
14237
14238 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * progmodes/grep.el (grep-mode): Disable default
14241 compilation-directory-matcher setting (bug#8684).
14242
14243 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
14244
14245 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14246 instead of "head" and "tail". There were problems with SunOS 5.9,
14247 and it performs better.
14248
14249 2011-05-17 Glenn Morris <rgm@gnu.org>
14250
14251 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14252
14253 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14254 Replace obsolete function.
14255
14256 * shell.el (pcomplete-parse-arguments-function): Declare.
14257
14258 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14259 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14260 (appt-check): Doc fixes.
14261 (appt-disp-window-function, appt-delete-window-function):
14262 Remove needless special case in custom :type.
14263 (appt-display-count): Default to 0, not nil.
14264 (appt-check): Reset appt-display-count to 0, not nil.
14265
14266 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
14267
14268 * progmodes/python.el (python-font-lock-keywords):
14269 Add the Python 3.X keyword "nonlocal" (bug#8639).
14270
14271 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14274
14275 2011-05-16 Kevin Ryde <user42@zip.com.au>
14276
14277 * info-look.el (makefile-automake-mode): New setups, looking in
14278 automake manual, then makefile-mode.
14279 (makefile-mode): Remove automake manual, have it just in
14280 makefile-automake-mode since there's various things different or
14281 not relevant to plain make.
14282 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14283 believe a hypothetical automake-mode would go to makefile-mode,
14284 not the other way around.
14285
14286 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
14287
14288 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14289 hunk-end tags (Bug#8672).
14290
14291 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14292 vc-annotate-show-diff-revision-at-line (Bug#8671).
14293
14294 2011-05-14 Glenn Morris <rgm@gnu.org>
14295
14296 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14297 in the middle of an existing one with multiple authors. (Bug#8645)
14298 (change-log-font-lock-keywords): Also handle multiple author lines
14299 with leading tabs. (Bug#8644)
14300
14301 * calendar/appt.el (appt-check): Rename some local variables.
14302 Some simplification/reordering.
14303
14304 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14305 (feedmail-sendmail-f-doesnt-sell-me-out)
14306 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14307 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14308 (feedmail-queue-runner-message-sender): Set :version.
14309 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14310 (bbdb-dwim-net-address, vm-mail): Declare.
14311 (feedmail-binmail-gnulinuxish-template):
14312 Rename from feedmail-binmail-linuxish-template.
14313 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14314 Use insert-buffer-substring.
14315
14316 2011-05-14 Bill Carpenter <bill@carpenter.org>
14317
14318 * mail/feedmail.el (feedmail-patch-level): Increase.
14319 (feedmail-debug): New custom group.
14320 (feedmail-confirm-outgoing-timeout)
14321 (feedmail-sendmail-f-doesnt-sell-me-out)
14322 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14323 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14324 (feedmail-sender-line, feedmail-from-line)
14325 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
14326 (feedmail-spray-this-address)
14327 (feedmail-spray-address-fiddle-plex-list)
14328 (feedmail-queue-use-send-time-for-date)
14329 (feedmail-queue-use-send-time-for-message-id)
14330 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14331 (feedmail-buffer-eating-function):
14332 Doc fixes.
14333 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14334 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14335 (feedmail-message-action-scroll-down): New functions.
14336 (feedmail-queue-directory, feedmail-queue-draft-directory):
14337 Use expand-file-name.
14338 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14339 Remove C-v help entry.
14340 (feedmail-queue-buffer-file-name): New variable.
14341 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14342 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14343 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14344 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14345 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14346 (feedmail-message-action-toggle-spray)
14347 (feedmail-run-the-queue-no-prompts)
14348 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14349 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14350 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14351 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14352 (feedmail-envelope-deducer, feedmail-fiddle-from)
14353 (feedmail-fiddle-sender, feedmail-default-date-generator)
14354 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14355 (feedmail-fiddle-spray-address)
14356 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14357 (feedmail-fiddle-list-of-fiddle-plexes)
14358 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14359 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14360 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14361 Change default. Doc fix.
14362 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14363 (feedmail-binmail-linuxish-template): New constant.
14364 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14365 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14366 (feedmail-send-it): Add debug call.
14367 Use feedmail-queue-buffer-file-name, and
14368 feedmail-send-it-immediately-wrapper.
14369 (feedmail-message-action-send): Add debug call.
14370 Use feedmail-send-it-immediately-wrapper.
14371 (feedmail-queue-express-to-queue): Add debug call.
14372 Run feedmail-queue-express-hook.
14373 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14374 (feedmail-message-action-help-blat):
14375 Rename from feedmail-queue-send-edit-prompt-help-first.
14376 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14377 Check line-endings. Handle errors better.
14378 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14379 Doc fix. Add debug call.
14380 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14381 Use feedmail-queue-send-edit-prompt-inner.
14382 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14383 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14384 from feedmail-queue-send-edit-prompt.
14385 (feedmail-queue-send-edit-prompt-help)
14386 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14387 (feedmail-tidy-up-slug): Add debug call.
14388 Respect feedmail-queue-slug-suspect-regexp.
14389 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14390 (feedmail-dump-message-to-queue): Add debug call.
14391 Expand queue-directory.
14392 (feedmail-dump-message-to-queue): Change message slightly.
14393 Use feedmail-say-chatter.
14394 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14395 (feedmail-send-it-immediately-wrapper): New function.
14396 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14397 Insert empty string rather than newline. Handle full-frame case.
14398 Use catch/throw. Use feedmail-say-chatter.
14399 (feedmail-fiddle-from): Try mail-host-address.
14400 (feedmail-default-message-id-generator): Doc fix.
14401 Bind system-time-locale. Handle missing end.
14402 (feedmail-fiddle-x-mailer): Add debug call.
14403 Handle feedmail-x-mailer-line being nil.
14404 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14405 Add debug call. Use buffer-substring-no-properties.
14406 (feedmail-say-debug, feedmail-say-chatter): New functions.
14407 (feedmail-find-eoh): Give an explicit error.
14408
14409 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
14410
14411 * net/newst-treeview.el (newsticker-treeview-face): Change default
14412 family from helvetica to sans.
14413 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14414 etc/images/newsticker.
14415
14416 * net/newst-reader.el (newsticker-feed-face): Change default
14417 family from helvetica to sans.
14418
14419 * net/newst-plainview.el (newsticker-new-item-face)
14420 (newsticker-old-item-face, newsticker-immortal-item-face)
14421 (newsticker-obsolete-item-face, newsticker-date-face)
14422 (newsticker-statistics-face): Change default family from
14423 helvetica to sans.
14424 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14425 etc/images/newsticker.
14426
14427 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14428 (newsticker--process-auto-mark-filter-match): Tell user about
14429 auto-marking.
14430
14431 2011-05-13 Didier Verna <didier@xemacs.org>
14432
14433 Common Lisp indentation improvements on defmethod and lambda-lists.
14434 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14435 TODO entries.
14436 (lisp-lambda-list-keyword-parameter-indentation)
14437 (lisp-lambda-list-keyword-parameter-alignment)
14438 (lisp-lambda-list-keyword-alignment): New customizable user options.
14439 (lisp-indent-defun-method): Improve docstring.
14440 (extended-loop-p): Fix comment.
14441 (lisp-indent-lambda-list-keywords-regexp): New variable.
14442 (lisp-indent-lambda-list): New function.
14443 (lisp-indent-259): Use it.
14444 (lisp-indent-defmethod): Support for more than one
14445 method qualifier and properly indent methods lambda-lists.
14446 (defgeneric): Provide a missing common-lisp-indent-function property.
14447
14448 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14451 bounds for the empty string (bug#8667).
14452
14453 2011-05-13 Glenn Morris <rgm@gnu.org>
14454
14455 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14456
14457 * mail/sendmail.el (sendmail-program): Try executable-find first.
14458 (sendmail-send-it): `sendmail-program' cannot be unbound.
14459
14460 * calendar/appt.el (appt-make-list): Simplify.
14461 (appt-time-msg-list): Doc fix.
14462 (appt-check): Change mode-line message at the time of the appointment.
14463
14464 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14465
14466 * progmodes/ld-script.el (ld-script-keywords)
14467 (ld-script-builtins): Update keywords list.
14468
14469 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14472
14473 * shell.el (shell-completion-vars): New function.
14474 (shell-mode):
14475 * simple.el (read-shell-command): Use it.
14476 (blink-matching-open): No need for " [...]" in minibuffer-message.
14477
14478 2011-05-12 Glenn Morris <rgm@gnu.org>
14479
14480 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14481 (appt-check): Simplify.
14482
14483 2011-05-12 Eli Zaretskii <eliz@gnu.org>
14484
14485 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14486 literal "/dev/null".
14487
14488 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14491 Fix typo.
14492
14493 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
14494
14495 * progmodes/which-func.el (which-function):
14496 Use add-log-current-defun instead of add-log-current-defun-function,
14497 which might not be defined (Bug#8260).
14498
14499 2011-05-12 Glenn Morris <rgm@gnu.org>
14500
14501 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14502 Let byte-compile-initial-macro-environment always take precedence.
14503
14504 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * net/rcirc.el: Add support for SSL/TLS connections.
14507 (rcirc-server-alist): New field `encryption'.
14508 (rcirc): Check `encryption' settings.
14509 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14510 Merge make-local-variable into `set'.
14511 (rcirc--connection-open-p): New function.
14512 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14513 the process is not a network process (e.g. running gnutls-cli).
14514 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14515 Make rcirc-(en|de)code-coding-system local here.
14516 (rcirc-mode): Merge make-local-variable into `set'.
14517 (rcirc-parent-buffer): Make permanent buffer-local.
14518 (rcirc-multiline-minor-mode): Don't do it here.
14519 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14520 there's no server buffer.
14521
14522 2011-05-11 Glenn Morris <rgm@gnu.org>
14523
14524 * newcomment.el (comment-kill): Prefix "unused" local.
14525
14526 * term/w32console.el (get-screen-color): Declare.
14527
14528 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14529 Handle symbol elements of byte-compile-initial-macro-environment.
14530
14531 2011-05-10 Leo Liu <sdl.web@gmail.com>
14532
14533 * bookmark.el (bookmark-bmenu-mode-map):
14534 Bind bookmark-bmenu-search to `/'.
14535
14536 * mail/footnote.el: Convert to utf-8 encoding.
14537 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14538 (Footnote-unicode): New function.
14539 (footnote-style-alist): Add unicode style to the list.
14540 (footnote-style): Doc fix.
14541
14542 2011-05-10 Jim Meyering <meyering@redhat.com>
14543
14544 Fix doubled-word typos.
14545 * international/quail.el (quail-insert-kbd-layout): and and -> and
14546 * kermit.el: and and -> and
14547 * net/ldap.el (ldap-search-internal): to to -> to
14548 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14549 * progmodes/js.el (js-mode): and and -> and
14550 * textmodes/artist.el (artist-move-to-xy): at at -> at
14551 (artist-draw-region-trim-line-endings): if if -> if
14552 And Safetyc -> Safety.
14553 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14554
14555 2011-05-10 Glenn Morris <rgm@gnu.org>
14556 Stefan Monnier <monnier@iro.umontreal.ca>
14557
14558 * files.el (hack-one-local-variable-eval-safep):
14559 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14560
14561 2011-05-10 Glenn Morris <rgm@gnu.org>
14562
14563 * calendar/diary-lib.el (diary-list-entries-hook)
14564 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14565 (diary-nongregorian-marking-hook, diary-list-entries)
14566 (diary-include-other-diary-files, diary-mark-entries)
14567 (diary-mark-included-diary-files): Doc fixes.
14568
14569 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14570
14571 * misc.el: Require tabulated-list.el during compilation.
14572
14573 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14574
14575 * progmodes/compile.el (compilation-start):
14576 Run compilation-filter-hook for the async case too.
14577 (compilation-filter-hook): Doc fix.
14578
14579 2011-05-09 Deniz Dogan <deniz@dogan.se>
14580
14581 * wdired.el: Remove outdated installation comment. Fix usage
14582 comment.
14583
14584 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14585
14586 * misc.el: Implement new command `list-dynamic-libraries'.
14587 (list-dynamic-libraries--loaded-only-p): New variable.
14588 (list-dynamic-libraries--refresh): New function.
14589 (list-dynamic-libraries): New command.
14590
14591 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14592
14593 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14594 Fix the ant regexp to handle end-line and end-column info from jikes.
14595 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14596 higher priority to avoid clobbering by gnu.
14597
14598 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14599
14600 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14601 if the face has existing theme settings (Bug#8454).
14602
14603 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14604
14605 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14606 Only match variables declared via `my' or `our' (Bug#8261).
14607
14608 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14609 special file names `.' and `..' (Bug#8259).
14610
14611 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * progmodes/grep.el (grep-mode-font-lock-keywords):
14614 Remove buffer-changing entries.
14615 (grep-filter): New function.
14616 (grep-mode): Add it to compilation-filter-hook.
14617
14618 * progmodes/compile.el (compilation-filter-hook)
14619 (compilation-filter-start): New defvars.
14620 (compilation-filter): Call compilation-filter-hook prior to
14621 updating the process mark.
14622
14623 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14626
14627 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14628
14629 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14630 mailclient-send-it even if window-system is nil. (Bug#8595)
14631
14632 * term/w32console.el (terminal-init-w32console):
14633 Call get-screen-color and use its output to set the frame
14634 background-mode. (Bug#8597)
14635
14636 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14639 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14640 New functions.
14641 (defgeneric, eieio--defmethod): Use them.
14642 (eieio-defgeneric): Remove.
14643 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14644
14645 2011-05-07 Glenn Morris <rgm@gnu.org>
14646
14647 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14648 Use let rather than let*.
14649 (timeclock-find-discrep): Remove unused local.
14650
14651 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14652
14653 * calendar/appt.el (appt-time-msg-list): Doc fix.
14654
14655 2011-05-06 Noah Friedman <friedman@splode.com>
14656
14657 * apropos.el (apropos-print-doc): Only use
14658 emacs-lisp-docstring-fill-column when it is bound to an integer,
14659 per that variable's documentation.
14660
14661 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14664 and warnings are not silently discarded (e.g. use -d instead of -P).
14665
14666 2011-05-06 Glenn Morris <rgm@gnu.org>
14667
14668 * calendar/appt.el (appt-message-warning-time): Doc fix.
14669 (appt-warning-time-regexp): New option.
14670 (appt-make-list): Respect appt-message-warning-time.
14671
14672 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14673 New options.
14674 (diary-add-to-list): Strip comments from the displayed string.
14675 (diary-mode): Set comment-start and comment-end.
14676
14677 * vc/diff-mode.el (smerge-refine-subst): Declare.
14678 (diff-refine-hunk): Don't require smerge-mode when compiling.
14679
14680 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14681
14682 * simple.el (list-processes): Return nil as the docstring says.
14683
14684 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14685
14686 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14687 to "".
14688 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14689 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14690 determining of binary transfer. (Bug#7383)
14691
14692 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14693
14694 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14695 Fix port computation bug. (Bug#8618)
14696
14697 2011-05-05 Glenn Morris <rgm@gnu.org>
14698
14699 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14700
14701 * simple.el (shell-dynamic-complete-functions)
14702 (comint-dynamic-complete-functions): Declare.
14703
14704 * net/network-stream.el (gnutls-negotiate):
14705 * simple.el (tabulated-list-print): Fix declarations.
14706
14707 * progmodes/gud.el (syntax-symbol, syntax-point):
14708 Remove unnecessary and incorrect declarations.
14709
14710 * emacs-lisp/check-declare.el (check-declare-scan):
14711 Handle byte-compile-initial-macro-environment in bytecomp.el
14712
14713 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 Fix earlier half-done eieio-defmethod change (bug#8338).
14716 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14717 Streamline and change calling convention.
14718 (defmethod): Adjust accordingly and simplify.
14719 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14720 new eieio--defmethod.
14721 (slot-boundp): Minor CSE simplification.
14722
14723 2011-05-05 Milan Zamazal <pdm@zamazal.org>
14724
14725 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14726 (glasses-make-readable): Use glasses-separate-capital-groups.
14727
14728 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14729
14730 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14731 (warning-series): Doc fix.
14732 (display-warning): Don't try to create the buffer if we just found it.
14733
14734 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
14735
14736 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14737 (autoload-find-generated-file): New function.
14738 (generate-file-autoloads): Bind generated-autoload-file to
14739 buffer-file-name.
14740 (update-file-autoloads, update-directory-autoloads):
14741 Use autoload-find-generated-file. If called interactively, prompt for
14742 output file (Bug#7989).
14743 (batch-update-autoloads): Doc fix.
14744
14745 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14746
14747 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14748
14749 2011-05-04 Glenn Morris <rgm@gnu.org>
14750
14751 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14752 function, so it follows changes in calendar-date-style.
14753 (diary-fancy-date-matcher): New function.
14754 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14755 (diary-fancy-font-lock-fontify-region-function):
14756 Use diary-fancy-date-pattern as a function.
14757
14758 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14759 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14760
14761 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14762
14763 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14764 instead of positional arguments. Allow :keylist and :crlfiles
14765 arguments.
14766 (open-gnutls-stream): Call it.
14767
14768 * net/network-stream.el (network-stream-open-starttls): Adjust to
14769 call `gnutls-negotiate' with :process and :hostname arguments.
14770
14771 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * minibuffer.el (completion--message): New function.
14774 (completion--do-completion, minibuffer-complete)
14775 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14776 (completion--do-completion): Don't ignore completion-auto-help when in
14777 icomplete-mode.
14778
14779 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14780 internal encoding (e.g. tibetan zero is not whitespace).
14781 (global-whitespace-mode): Prefer save-current-buffer.
14782 (whitespace-trailing-regexp): Remove useless save-match-data.
14783 (whitespace-empty-at-bob-regexp): Minor simplification.
14784
14785 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
14786
14787 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14788
14789 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14790
14791 * textmodes/ispell.el (ispell-add-per-file-word-list):
14792 Use `concat' to create string for insertion.
14793
14794 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14797 Avoid open-line which runs post-self-insert-hook.
14798 (bibtex-fill-entry): Remove unused `end' var.
14799
14800 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14801
14802 * textmodes/ispell.el (ispell-add-per-file-word-list):
14803 Protect against `nil' value of `comment-start' (Bug#8579).
14804
14805 2011-05-03 Leo Liu <sdl.web@gmail.com>
14806
14807 * isearch.el (isearch-yank-pop): New command.
14808 (isearch-mode-map): Bind it to `M-y'.
14809 (isearch-forward): Mention it.
14810
14811 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * simple.el (minibuffer-complete-shell-command): Remove.
14814 (minibuffer-local-shell-command-map): Use completion-at-point.
14815 (read-shell-command): Setup completion vars here instead.
14816 (read-expression-map): Bind TAB to symbol completion.
14817
14818 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14819 error directly rather via storing it into `results'.
14820
14821 2011-05-02 Leo Liu <sdl.web@gmail.com>
14822
14823 * vc/diff.el: Fix description.
14824
14825 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14826
14827 * server.el (server-eval-at): New function.
14828
14829 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14830
14831 * net/network-stream.el (open-network-stream): Take a :nowait
14832 parameter and pass it on to `make-network-process'.
14833 (network-stream-open-plain): Ditto.
14834
14835 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14836
14837 * faces.el (face-spec-set-match-display): Don't match toolkit
14838 options on terminal frames.
14839
14840 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * progmodes/pascal.el: Use lexical binding.
14843 (pascal-mode-map): Remove author preferences.
14844
14845 * pcomplete.el (pcomplete-std-complete): Don't abuse
14846 completion-at-point.
14847
14848 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14849
14850 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14851 removing code that has been dead since 1991 or so.
14852
14853 * startup.el (command-line): When warning about "_emacs", use a
14854 delayed warning to allow the user to filter it out.
14855
14856 2011-04-28 Deniz Dogan <deniz@dogan.se>
14857
14858 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14859 user has not joined.
14860
14861 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14864 aren't any completions at point.
14865
14866 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14867
14868 * subr.el (display-delayed-warnings): New function.
14869 (delayed-warnings-hook): New variable.
14870
14871 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * minibuffer.el (completion-at-point, completion-help-at-point):
14874 Don't presume that a given completion-at-point-function will always
14875 use the same calling convention.
14876
14877 * pcomplete.el (pcomplete-completions-at-point):
14878 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14879 pcomplete-seen is non-nil.
14880 (pcomplete-comint-setup): Also recognize the new comint/shell
14881 completion functions.
14882 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14883 pcomplete-seen is non-nil.
14884
14885 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
14886
14887 * calendar/icalendar.el (diary-lib): Add require statement.
14888 (icalendar--create-uid): Read out a uid from a text-property on
14889 the first character in the entry. This allows for code to add its
14890 own uid to the entry.
14891 (icalendar--convert-float-to-ical): Add export of
14892 `diary-float'-entries save for those with the optional DAY
14893 argument.
14894
14895 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14896
14897 * subr.el (shell-quote-argument): Use alternate escaping strategy
14898 when we spot a variable reference in a string.
14899
14900 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14901
14902 * cus-start.el (all): Define customization for debug-on-event.
14903
14904 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14905
14906 * subr.el (shell-quote-argument): Escape correctly under Windows.
14907
14908 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14911
14912 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
14913
14914 * net/tramp.el (tramp-process-actions): Add POS argument.
14915 Delete region between POS and (pos).
14916
14917 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14918 Use `nil' position in `tramp-process-actions' call.
14919 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14920
14921 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14922 position in `tramp-process-actions' call.
14923
14924 * net/trampver.el: Update release number.
14925
14926 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 * custom.el (defcustom): Obey lexical-binding.
14929
14930 Fix octave-inf completion problems reported by Alexander Klimov.
14931 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14932 Inherit from octave-mode-syntax-table.
14933 (inferior-octave-mode): Set info-lookup-mode.
14934 (inferior-octave-completion-at-point): New function.
14935 (inferior-octave-complete): Use it and completion-in-region.
14936 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14937 comint-filename-completion.
14938 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14939 symbol elements which shouldn't be word elements.
14940 (octave-font-lock-keywords, octave-beginning-of-defun)
14941 (octave-function-header-regexp): Adjust regexps accordingly.
14942 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14943
14944 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * net/gnutls.el (gnutls-errorp): Declare before first use.
14947
14948 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14949
14950 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14951 verify-error, and verify-hostname-error parameters. Check whether
14952 default trustfile exists before going to use it. Add missing
14953 argument to gnutls-message-maybe call. Return value.
14954 Reported by Claudio Bley <claudio.bley@gmail.com>.
14955 (open-gnutls-stream): Add usage example.
14956
14957 * net/network-stream.el (network-stream-open-starttls): Give host
14958 parameter to `gnutls-negotiate'.
14959 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14960 * subr.el (shell-quote-argument): Escape correctly under Windows.
14961
14962 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14963
14964 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14965 Use correct match group (bug#8438).
14966
14967 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14968
14969 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14970 (package-menu--generate): New arg specifying packages to show.
14971 (package-menu-refresh, package-menu-execute, list-packages):
14972 Callers changed.
14973 (package-show-package-list): New function, replacing deleted
14974 package--list-packages (renamed because it is non-internal).
14975
14976 * finder.el (finder-list-matches): Use package-show-package-list
14977 instead of deleted package--list-packages.
14978
14979 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14980 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14981 (vc-annotate-mode-map): Bind it to RET.
14982
14983 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14984
14985 * progmodes/etags.el (next-file): Don't use set-buffer to change
14986 buffers (Bug#8478).
14987
14988 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14989
14990 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14991
14992 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14993 (apropos-accumulator): Doc fix.
14994 (apropos-function, apropos-macro, apropos-command)
14995 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14996 (apropos-plist): Add face property.
14997 (apropos-symbols-internal): Fix indentation.
14998 (apropos-print): Simplify help, and recognize apropos-multi-type.
14999 (apropos-print-doc): Use button-type-get to extract the button's
15000 face property. Fill docstring (Bug#8352).
15001
15002 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
15003
15004 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15005
15006 * play/mpuz.el (mpuz-silent): Doc fix.
15007 (mpuz-mode-map): Use mapc.
15008 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15009 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15010 Fix typos in docstrings.
15011
15012 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15013 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15014
15015 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15016
15017 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
15018
15019 * minibuffer.el (completion--do-completion): Avoid the "Next char
15020 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15021
15022 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15023 mouse-2 into unread-command-events, it is interpreted correctly.
15024
15025 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
15026 (image-toggle-display): Doc fix.
15027
15028 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
15029
15030 * textmodes/page.el (what-page): Use line-number-at-pos to
15031 calculate line number (Bug#6825).
15032
15033 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
15034
15035 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15036 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15037 Pass argument NO-DEFAULT to `find-tag-interactive'.
15038
15039 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
15040
15041 Lexical-binding cleanup.
15042
15043 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15044 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15045 * progmodes/ada-prj.el (ada-prj-initialize-values)
15046 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15047 (ada-prj-show-value):
15048 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15049 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15050 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15051 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15052 * progmodes/bug-reference.el (bug-reference-push-button):
15053 * progmodes/fortran.el (fortran-line-length):
15054 * progmodes/glasses.el (glasses-change):
15055 * progmodes/octave-mod.el (octave-fill-paragraph):
15056 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15057 (python-pdbtrack-grub-for-buffer, python-sentinel):
15058 * progmodes/sql.el (sql-save-connection):
15059 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15060 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15061 Mark unused parameters.
15062
15063 * progmodes/compile.el (compilation--flush-directory-cache)
15064 (compilation--flush-parse, compile-internal): Mark unused parameters.
15065 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15066 (compilation-next-error-function): Remove unused variable `timestamp'.
15067
15068 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15069 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15070
15071 * progmodes/dcl-mode.el (dcl-end-of-command):
15072 Remove unused variable `start'.
15073 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15074 (dcl-option-value-basic, dcl-option-value-offset)
15075 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15076 Mark unused parameters.
15077 (dcl-save-local-variable): Remove unused variable `val'.
15078 (mode): Declare.
15079
15080 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15081 Mark unused parameters.
15082 (delphi-ignore-changes): Move before first use.
15083 (delphi-charset-token-at): Remove unused variable `start'.
15084 (delphi-else-start): Remove unused variable `if-count'.
15085 (delphi-comment-block-start, delphi-comment-block-end):
15086 Remove unused variable `kind'.
15087 (delphi-indent-line): Remove unused variable `new-point'.
15088
15089 * progmodes/ebrowse.el (ebrowse-files-list)
15090 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15091 Mark unused parameters. Don't quote `lambda'.
15092 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15093 Don't quote `lambda'.
15094 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15095 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15096 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15097 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15098 Use `ignore-errors'.
15099 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15100 (ebrowse-view/find-file-and-search-pattern)
15101 (ebrowse-view/find-member-declaration/definition):
15102 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15103 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15104 Rename parameter PREFIX-ARG to PREFIX.
15105 (ebrowse-tags-read-name): Remove unused variables `start' and
15106 `member-info'.
15107 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15108 to `tags-file'.
15109
15110 * progmodes/etags.el (local-find-tag-hook): Declare.
15111 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15112 Mark unused parameters.
15113
15114 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15115 (executable-interpret): Mark unused parameter.
15116
15117 * progmodes/flymake.el (flymake-process-sentinel)
15118 (flymake-after-change-function)
15119 (flymake-create-temp-with-folder-structure)
15120 (flymake-get-include-dirs-dot): Mark unused parameters.
15121 (flymake-safe-delete-directory): Remove unused variable `err'.
15122
15123 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15124 (speedbar-timer-fn, speedbar-line-text)
15125 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15126 (speedbar-center-buffer-smartly): Declare functions.
15127 (gdb-find-watch-expression): Remove unused variable `array'.
15128 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15129 (gdb-starting): Mark unused parameters.
15130 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15131 (gdb-table-string): Remove unused variable `res'.
15132 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15133 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15134 (gdb-display-buffer): Remove unused variable `cur-size'.
15135
15136 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15137 allow lexical-binding compilation.
15138 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15139 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15140 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15141 Mark unused parameters.
15142 (gud-gdb-marker-filter): Remove unused variable `match'.
15143 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15144 lambda expressions and funcall them, instead of using `fset'.
15145
15146 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15147 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15148
15149 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15150 variable `header-beg'; use `let'.
15151
15152 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15153 `restart', `last-sexp' and `at-do'.
15154
15155 * progmodes/js.el (js--debug): Mark unused parameter.
15156 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15157 (js--splice-into-items): Remove unused variable `item'.
15158 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15159
15160 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15161 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15162 (makefile-complete): Remove unused variable `try'.
15163 (makefile-fill-paragraph, makefile-match-function-end):
15164 Mark unused parameters.
15165
15166 * progmodes/octave-inf.el (inferior-octave-complete):
15167 Remove unused variable `proc'.
15168 (inferior-octave-output-digest): Mark unused parameter.
15169
15170 * progmodes/perl-mode.el (perl-calculate-indent):
15171 Remove unused variable `err'.
15172
15173 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15174 (prolog-indent-line): Mark unused parameters.
15175 (prolog-indent-line): Remove unused variable `beg'.
15176
15177 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15178 (reporter-dont-compact-list): Declare.
15179
15180 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15181 Remove unused variable `char'.
15182 (sh-debug): Mark unused parameter.
15183 (sh-get-indent-info): Remove unused variable `start'.
15184 (sh-calculate-indent): Remove unused variable `var'.
15185
15186 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15187 (simula-electric-keyword): Remove unused variable `null'.
15188 (simula-search-backward, simula-search-forward): Remove unused
15189 variables `begin' and `end'.
15190
15191 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15192 Remove unused variable `pos'.
15193 (vera-electric-tab, vera-comment-uncomment-region):
15194 Mark unused parameters.
15195 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15196
15197 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
15198
15199 * emacs-lisp/package.el (package--builtins, package-alist)
15200 (package-load-descriptor, package-built-in-p, package-activate)
15201 (define-package, package-installed-p)
15202 (package-compute-transaction, package-buffer-info)
15203 (package--push): Doc fix. Distinguish more clearly between
15204 version strings and version lists.
15205
15206 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
15207
15208 Lexical-binding cleanup.
15209
15210 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15211 (5x5-make-mutate-best):
15212 * play/fortune.el (fortune-in-buffer):
15213 * play/gomoku.el (gomoku-init-display):
15214 * play/solitaire.el (solitaire, solitaire-do-check):
15215 * play/tetris.el (tetris-default-update-speed-function):
15216 Mark unused parameters.
15217
15218 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15219 (bubbles--shift): Remove unused variable `char-org'.
15220 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15221 (bubbles--show-images): Remove unused variable `char'.
15222
15223 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15224 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15225 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15226 (decipher-analyze-buffer): Use ?\s.
15227 (decipher-make-checkpoint): Remove unused variable `mapping'.
15228
15229 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15230
15231 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15232 Remove unused variable `result'; use `let'.
15233
15234 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15235 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15236 (gametree-children-shown-p, gametree-compute-reduced-score):
15237 Use `ignore-errors'.
15238
15239 * play/handwrite.el (ps-lpr-switches): Declare.
15240 (handwrite): Remove unused variables `pmin' and `lastp'.
15241
15242 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15243
15244 * play/landmark.el (landmark-init-display)
15245 (landmark-update-naught-weights): Mark unused parameters.
15246 (landmark-y): Remove unused variable `noise'. Simplify.
15247 (landmark-human-plays): Remove unused variable `score'.
15248
15249 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15250 (mpuz-try-proposal): Remove unused variable `game'.
15251
15252 * play/zone.el (life-patterns): Declare.
15253
15254 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
15255
15256 * vc/vc.el (ediff-vc-internal): Declare function.
15257
15258 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15259
15260 * shell.el: Use lexical-binding and std completion UI.
15261 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15262 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15263 comint-preoutput-filter-functions rather than on
15264 comint-output-filter-functions.
15265 (shell-command-completion, shell--command-completion-data)
15266 (shell-filename-completion, shell-environment-variable-completion)
15267 (shell-c-a-p-replace-by-expanded-directory): New functions.
15268 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15269 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15270 (shell-dynamic-complete-environment-variable): Use them.
15271 (shell-dynamic-complete-as-environment-variable)
15272 (shell-dynamic-complete-as-command): Remove.
15273 (shell-match-partial-variable): Match past point.
15274 * comint.el: Clean up use of completion-at-point-functions.
15275 (comint-completion-at-point): New function.
15276 (comint-mode): Use it completion-at-point-functions.
15277 (comint-dynamic-complete): Make it obsolete.
15278 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15279 (comint-c-a-p-replace-by-expanded-history): New function.
15280 (comint-dynamic-complete-functions)
15281 (comint-replace-by-expanded-history): Use it.
15282 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15283 termination strings. Try harder to avoid second try-completion.
15284 (completion-in-region-mode-map): Disable bindings that don't work yet.
15285
15286 * comint.el: Use lexical-binding. Require CL.
15287 (comint-dynamic-complete-functions): Use comint-filename-completion.
15288 (comint-completion-addsuffix): Tweak custom type.
15289 (comint-filename-completion, comint--common-suffix)
15290 (comint--common-quoted-suffix, comint--table-subvert)
15291 (comint--complete-file-name-data): New functions.
15292 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15293 (comint-dynamic-list-filename-completions): Use them.
15294 (comint-dynamic-simple-complete): Make obsolete.
15295
15296 * minibuffer.el (completion-in-region-mode):
15297 Keep completion-in-region-mode--predicate global.
15298 (completion-in-region--postch):
15299 Assume completion-in-region-mode--predicate is not null.
15300
15301 * progmodes/flymake.el (flymake-start-syntax-check-process):
15302 Obey `dir'. Simplify.
15303
15304 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15305 we're in VC after all.
15306
15307 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15308
15309 * vc/vc.el (vc-diff-build-argument-list-internal)
15310 (vc-version-ediff, vc-ediff): New commands.
15311 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15312
15313 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15316 add sanity check.
15317
15318 * obsolete/erc-hecomplete.el: Make obsolete.
15319 * obsolete/: Standardize obsolescence info in the header.
15320
15321 2011-04-20 Glenn Morris <rgm@gnu.org>
15322
15323 * calendar/solar.el (solar-horizontal-coordinates):
15324 Use the longitude argument rather than `calendar-longitude'.
15325 (solar-date-next-longitude): Remove unused locals.
15326
15327 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15328
15329 * whitespace.el: New version 13.2.1.
15330
15331 2011-04-20 felix <EmacsWiki> (tiny change)
15332
15333 * whitespace.el (global-whitespace-mode): Keep highlight when
15334 switching between major modes on a file.
15335
15336 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15337
15338 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15339 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15340 multi-line comments as well.
15341
15342 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
15343
15344 Lexical-binding cleanup.
15345
15346 * arc-mode.el (archive-mode-revert):
15347 * cmuscheme.el (scheme-interactively-start-process):
15348 * custom.el (custom-initialize-delay):
15349 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15350 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15351 * emacs-lock.el (emacs-lock-clear-sentinel):
15352 * ezimage.el (defezimage):
15353 * follow.el (follow-avoid-tail-recenter):
15354 * fringe.el (set-fringe-mode-1):
15355 * generic-x.el (bat-generic-mode-compile):
15356 * help-mode.el (help-info-variable, help-do-xref)
15357 (help-mode-revert-buffer):
15358 * help.el (view-emacs-todo):
15359 * iswitchb.el (iswitchb-completion-help):
15360 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15361 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15362 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15363 * locate.el (locate-update):
15364 * longlines.el (longlines-encode-region)
15365 (longlines-after-change-function):
15366 * outline.el (outline-isearch-open-invisible):
15367 * ps-def.el (declare-function, charset-dimension, char-width)
15368 (encode-char):
15369 * ps-mule.el (ps-mule-plot-string):
15370 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15371 (recentf-edit-list-select, recentf-edit-list-validate)
15372 (recentf-open-files-action):
15373 * rect.el (delete-whitespace-rectangle-line)
15374 (rectangle-number-line-callback):
15375 * register.el (window-configuration-to-register)
15376 (frame-configuration-to-register):
15377 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15378 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15379 (xselect-convert-to-targets, xselect-convert-to-delete)
15380 (xselect-convert-to-filename, xselect-convert-to-charpos)
15381 (xselect-convert-to-lineno, xselect-convert-to-colno)
15382 (xselect-convert-to-os, xselect-convert-to-host)
15383 (xselect-convert-to-user, xselect-convert-to-class)
15384 (xselect-convert-to-name, xselect-convert-to-integer)
15385 (xselect-convert-to-atom, xselect-convert-to-identity):
15386 * subr.el (declare, ignore, process-kill-without-query)
15387 (text-clone-maintain):
15388 * terminal.el (te-get-char, te-tic-sentinel):
15389 * tool-bar.el (tool-bar-make-keymap):
15390 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15391 * type-break.el (type-break-mode, type-break-noninteractive-query):
15392 * view.el (View-back-to-mark):
15393 * wid-browse.el (widget-browse-action, widget-browse-widget)
15394 (widget-browse-widgets, widget-browse-sexp):
15395 * widget.el (define-widget-keywords):
15396 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15397 Mark unused parameters.
15398
15399 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15400 (align-areas): Remove unused variable `look'.
15401 (align-region): Remove unused variables `real-end' and `pos-list'.
15402
15403 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15404
15405 * bindings.el (mode-line-modified, mode-line-remote):
15406 Mark unused parameters.
15407 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15408
15409 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15410 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15411
15412 * comint.el (comint-history-isearch-pop-state)
15413 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15414 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15415 (comint-substitute-in-file-name): Doc fix.
15416
15417 * completion.el (cmpl-statistics-block): Mark unused parameter.
15418 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15419 (save-completions-to-file, load-completions-from-file):
15420 Remove unused local variable `e'.
15421
15422 * composite.el (compose-chars): Remove unused variable `len'.
15423 (lgstring-insert-glyph): Remove unused variable `g'.
15424 (compose-glyph-string): Remove unused variables `ascent',
15425 `descent', `lbearing' and `rbearing'.
15426 (compose-glyph-string-relative): Remove unused variables
15427 `lbearing', `rbearing' and `wadjust'.
15428 (compose-gstring-for-graphic): Remove unused variables `header',
15429 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15430 (compose-gstring-for-terminal): Remove unused variables `header'
15431 and `nchars'. Use `let', not `let*'.
15432
15433 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15434 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15435 (Custom-buffer-done, custom-buffer-create-internal)
15436 (custom-browse-visibility-action, custom-browse-group-tag-action)
15437 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15438 (widget-magic-mouse-down-action, custom-toggle-parent)
15439 (custom-add-parent-links, custom-toggle-hide-variable)
15440 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15441 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15442 (custom-face-menu-create, custom-variable-menu-create, get)
15443 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15444 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15445 (customize-apropos): Remove unused variable `tests'.
15446 (custom-group-value-create): Remove unused variable `hidden-p'.
15447 (sort-fold-case): Declare.
15448
15449 * cus-theme.el (custom-reset-standard-faces-list)
15450 (custom-reset-standard-variables-list): Declare.
15451 (customize-create-theme, custom-theme-revert, custom-theme-write)
15452 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15453 Mark unused parameters.
15454
15455 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15456
15457 * delim-col.el (delimit-columns-max): Move defvar before first use.
15458
15459 * descr-text.el (describe-char-categories): Don't quote `lambda'.
15460 (describe-char): Don't quote `lambda'. Mark unused parameter.
15461
15462 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15463 (auto-insert): Declare.
15464 (desktop-restore-file-buffer): Rename desktop-* parameters;
15465 mark unused ones.
15466 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15467 (desktop-buffer): Rename desktop-* parameters.
15468
15469 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15470 (dframe-reposition-frame-xemacs, dframe-help-echo)
15471 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15472 Mark unused parameters.
15473
15474 * dired-aux.el (backup-extract-version-start, overwrite-query)
15475 (overwrite-backup-query, rename-regexp-query)
15476 (rename-non-directory-query): Declare.
15477 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15478 (dired-add-entry): Remove unused variable `orig-file-name'.
15479 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15480 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15481 `dired-copy-preserve-time' directly.
15482 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15483 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15484
15485 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15486 (dired-virtual-revert, dired-make-relative-symlink):
15487 Mark unused parameters.
15488 (manual-program): Declare.
15489 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15490 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15491 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15492
15493 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15494
15495 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15496
15497 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15498 Declare.
15499
15500 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15501
15502 * electric.el (Electric-command-loop): Rename parameter
15503 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15504
15505 * expand.el (expand-in-literal): Remove unused variable `here'.
15506
15507 * facemenu.el (facemenu-add-new-color):
15508 Remove unused variable `docstring'.
15509
15510 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15511 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15512 (face-attr-construct): Mark unused parameter. Doc fix.
15513 (read-color): Remove unused variable `hex-string'.
15514
15515 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15516 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15517 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15518 (display-buffer-other-frame): Remove unused variable `old-window'.
15519 (kill-buffer-hook): Declare.
15520 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15521 Mark unused parameters.
15522 (after-find-file): Pass 1 to `auto-save-mode', not t.
15523
15524 * files-x.el (auto-insert): Declare.
15525 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15526
15527 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15528 variable `buf'. Mark unused parameter.
15529 (find-lisp-insert-directory): Mark unused parameter.
15530
15531 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15532 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15533 (format-common-tail): Remove, unused.
15534 (format-deannotate-region): Remove unused variable `loc'.
15535 (format-annotate-region): Remove unused variable `p'.
15536 (format-annotate-single-property-change): Remove unused variables
15537 `default' and `tail'.
15538
15539 * forms.el (read-file-filter): Declare.
15540 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15541
15542 * frame.el (frame-creation-function-alist): Mark unused parameter.
15543 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15544
15545 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15546 Remove unused parameters.
15547 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15548 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15549
15550 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15551 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15552 (hfy-prepare-tag-map): Mark unused parameters.
15553 (htmlfontify-buffer): Use `called-interactively-p'.
15554
15555 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15556 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15557 (ibuffer-do-occur): Mark unused parameters.
15558 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15559 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15560
15561 * ibuffer.el: Don't quote `lambda'.
15562 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15563 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15564 Mark unused parameters.
15565
15566 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15567 (ido-completing-read): Mark unused parameters.
15568 (ido-copy-current-word): Mark unused parameters;
15569 remove unused variable `name'.
15570 (ido-sort-merged-list): Remove unused parameter `dirs'.
15571
15572 * ielm.el (ielm-input-sender): Mark unused parameter.
15573 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15574 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15575 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15576 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15577 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15578
15579 * image-dired.el (image-dired-display-thumbs): Remove unused
15580 variables `curr-file' and `count'.
15581 (image-dired-remove-tag): Remove unused variable `start'.
15582 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15583 variable `curr-file'
15584 (image-dired-rotate-original): Remove unused variable `temp-file'.
15585 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15586 Remove unused variable `file'.
15587 (image-dired-gallery-generate): Remove unused variable `curr'.
15588 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15589
15590 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15591
15592 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15593
15594 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15595
15596 * isearch.el (minibuffer-history-symbol): Declare.
15597 (isearch-edit-string): Remove unused variable `err'.
15598 (isearch-message-prefix, isearch-message-suffix):
15599 Mark unused parameters.
15600
15601 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15602
15603 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15604
15605 * makesum.el (double-column): Remove unused variable `cnt'.
15606
15607 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15608 (ido-ignore-item-temp-list): Declare.
15609
15610 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15611 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15612 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15613 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15614 `mouse-col-delta'.
15615
15616 * mouse-sel.el (mouse-extend-internal):
15617 Remove unused variable `orig-window-frame'.
15618
15619 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15620 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15621 Move declarations before first use.
15622 (pcomplete-opt): Mark unused parameters; doc fix.
15623
15624 * proced.el (proced-revert): Mark unused parameter.
15625 (proced-send-signal): Remove unused variable `err'.
15626
15627 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15628 Rename parameter PREFIX-ARG to ARG.
15629 (ps-basic-plot-string, ps-basic-plot-whitespace):
15630 Mark unused parameters.
15631
15632 * replace.el (replace-count): Define.
15633 (occur-revert-function): Mark unused parameters.
15634 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15635 (isearch-case-fold-search, isearch-string): Declare.
15636 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15637 bind `case-fold-search'. Remove unused variables `beg' and `end',
15638 and simplify.
15639 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15640 COUNT and bind `replace-count'.
15641 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15642 to COUNT.
15643
15644 * savehist.el (print-readably, print-string-length): Declare.
15645
15646 * shadowfile.el (shadow-expand-cluster-in-file-name):
15647 Remove unused variable `cluster'.
15648 (shadow-copy-file): Remove unused variable `i'.
15649 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15650 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15651 (shadow-define-literal-group, shadow-define-regexp-group)
15652 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15653
15654 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15655 (shell): Use `called-interactively-p'.
15656 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15657
15658 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15659 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15660 (delete-backward-char): Remove unused variable `ocol'.
15661 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15662 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15663 (event-apply-hyper-modifier, event-apply-shift-modifier)
15664 (event-apply-control-modifier, event-apply-meta-modifier):
15665 Mark unused parameters.
15666 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15667 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15668
15669 * speedbar.el (speedbar-ignored-directory-expressions)
15670 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15671 (speedbar-find-file, speedbar-dir-follow)
15672 (speedbar-directory-buttons-follow, speedbar-tag-find)
15673 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15674 (speedbar-buffers-line-directory, speedbar-buffer-click):
15675 Mark unused parameters.
15676 (speedbar-tag-file): Remove unused variable `mode'.
15677 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15678
15679 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15680
15681 * talk.el (talk): Remove unused variable `display'.
15682
15683 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15684 (tar-write-region-annotate): Mark unused parameter.
15685
15686 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15687 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15688 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15689 warning by another.
15690
15691 * time-stamp.el (time-stamp-string-preprocess):
15692 Remove unused variable `require-padding'.
15693
15694 * tree-widget.el (widget-glyph-enable): Declare.
15695 (tree-widget-action): Mark unused parameter.
15696
15697 * w32-fns.el (x-get-selection): Mark unused parameter.
15698 (autoload-make-program, generated-autoload-file): Declare.
15699
15700 * wdired.el (wdired-revert): Mark unused parameters.
15701 (wdired-xcase-word): Remove unused variable `err'.
15702
15703 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15704 (whitespace-help-scroll): Remove unused variable `data-help'.
15705
15706 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15707 (widget-image-insert, widget-after-change, default)
15708 (widget-default-format-handler, widget-default-notify)
15709 (widget-default-prompt-value, widget-info-link-action)
15710 (widget-url-link-action, widget-function-link-action)
15711 (widget-variable-link-action, widget-file-link-action)
15712 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15713 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15714 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15715 (widget-insert-button-action, widget-delete-button-action, visibility)
15716 (widget-documentation-link-action, widget-documentation-string-action)
15717 (widget-const-prompt-value, widget-regexp-match, symbol)
15718 (widget-coding-system-prompt-value)
15719 (widget-key-sequence-value-to-external, sexp)
15720 (widget-sexp-value-to-internal, character, vector, cons)
15721 (widget-choice-prompt-value, widget-boolean-prompt-value)
15722 (widget-color--choose-action): Mark unused parameters.
15723 (widget-item-match-inline, widget-choice-match-inline)
15724 (widget-checklist-match, widget-checklist-match-inline)
15725 (widget-group-match): Rename parameter VALUES to VALS.
15726 (widget-field-value-set): Remove unused variable `size'.
15727 (widget-color-action): Remove unused variables `value' and `start'.
15728
15729 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15730 variable `dir'. Doc fix.
15731 (windmove-find-other-window): Don't pass it.
15732
15733 * window.el (count-windows): Mark unused parameter.
15734 (bw-adjust-window): Remove unused variable `err'.
15735
15736 * woman.el (woman-file-name): Remove unused variable `default'.
15737 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15738 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15739 (global-font-lock-mode): Declare.
15740 (woman-decode-region): Mark unused parameter.
15741 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15742
15743 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15744 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15745 (x-dnd-handle-moz-url): Remove unused variable `title'.
15746 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15747
15748 * xml.el (xml-parse-tag, xml-parse-attlist):
15749 Remove unused variable `pos'.
15750
15751 2011-04-19 Glenn Morris <rgm@gnu.org>
15752
15753 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15754 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15755 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15756 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15757 * calendar/cal-html.el (cal-html-insert-minical):
15758 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15759 (calendar-mark-date-pattern):
15760 Prefix "unused" locals.
15761
15762 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15763 optional argument `style'.
15764
15765 * calendar/appt.el (appt-make-list):
15766 * calendar/cal-china.el (calendar-chinese-date-string):
15767 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15768 (diary-hebrew-yahrzeit):
15769 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15770 * calendar/calendar.el (calendar-generate-window):
15771 * calendar/time-date.el (time-to-days):
15772 Remove unused local variables.
15773
15774 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15775
15776 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15777 glyphless-char-display table.
15778 (tabulated-list-glyphless-char-display): New var.
15779
15780 2011-04-18 Sam Steingold <sds@gnu.org>
15781
15782 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15783 to acknowledgments.
15784
15785 2011-04-17 Glenn Morris <rgm@gnu.org>
15786
15787 * calendar/diary-lib.el (diary-sexp-entry):
15788 * calendar/holidays.el (holiday-sexp):
15789 Set debug-on-error rather than the removed stack-trace-on-error.
15790
15791 2011-04-16 Glenn Morris <rgm@gnu.org>
15792
15793 * progmodes/f90.el: Use lexical-binding.
15794 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15795
15796 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15799 (mail-mode): Setup mailalias completion here instead.
15800 * mail/mailalias.el: Use lexical-binding.
15801 (pattern, mailalias-done): Declare dynamic.
15802 (mail-completion-at-point-function): New function, from mail-complete.
15803 (mail-complete): Use it.
15804 (mail-completion-expand): New function.
15805 (mail-get-names): Use it.
15806 (mail-directory, mail-directory-process, mail-directory-stream):
15807 Don't use `pattern' for lexically bound arg.
15808
15809 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15810
15811 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15812 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15813 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15814
15815 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15816 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15817 (byte-interactive-p): Define them again, for use when inlining
15818 old code.
15819
15820 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15821
15822 * loadup.el: Use `string-to-number', not `string-to-int'.
15823
15824 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15825
15826 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15827 gud-gdb-complete-command.
15828 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15829 (gud-gdb-completion-at-point): New function.
15830 (gud-gdb-completions): Remove.
15831
15832 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
15833
15834 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15835 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15836 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15837 whether `executable-find' is bound.
15838
15839 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15840
15841 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15842
15843 * minibuffer.el (completion-in-region-mode-predicate)
15844 (completion-in-region-mode--predicate): New vars.
15845 (completion-in-region, completion-in-region--postch)
15846 (completion-in-region-mode): Use them.
15847 (completion--capf-wrapper): Also return the hook function.
15848 (completion-at-point, completion-help-at-point):
15849 Adjust and provide a predicate.
15850
15851 Preserve arg names for advice of subr and lexical functions (bug#8457).
15852 * help-fns.el (help-function-arglist): Consolidate the subr and
15853 new-byte-code cases. Add argument `preserve-names' to extract names
15854 from the docstring when needed.
15855 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15856 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15857 (ad-arglist): Use help-function-arglist's new arg.
15858 (ad-definition-type): Use cond.
15859
15860 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
15861
15862 * autorevert.el (auto-revert-handler):
15863 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15864 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15865 Don't quote lambda.
15866
15867 * image-mode.el (image-transform-set-scale):
15868 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15869
15870 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15871
15872 * net/network-stream.el (network-stream-open-starttls): Only do
15873 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15874 Upgrades via gnutls-cli are too slow to be done opportunistically.
15875
15876 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
15877
15878 * dframe.el (dframe-current-frame): Remove spurious quote.
15879
15880 2011-04-12 Glenn Morris <rgm@gnu.org>
15881
15882 * calendar/cal-tex.el (cal-tex-end-document):
15883 Try to automatically use latin1 input if needed.
15884
15885 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15886 Don't try to cons a mark onto an empty element.
15887
15888 2011-04-11 Leo Liu <sdl.web@gmail.com>
15889
15890 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15891 buffers.
15892 (ido-kill-buffer-at-head): Support killing virtual buffers.
15893
15894 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
15895
15896 * minibuffer.el (completion-show-inline-help): New var.
15897 (completion--do-completion, minibuffer-complete)
15898 (minibuffer-force-complete, minibuffer-complete-word):
15899 Inhibit minibuffer messages if completion-show-inline-help is nil.
15900
15901 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15902 to avoid interference from inline help (Bug#5849).
15903
15904 2011-04-10 Leo Liu <sdl.web@gmail.com>
15905
15906 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15907 Fix typo.
15908
15909 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15910
15911 * image-mode.el (image-toggle-display-image): Signal an error if
15912 not in Image mode.
15913 (image-transform-mode, image-transform-resize)
15914 (image-transform-set-rotation): Doc fix.
15915 (image-transform-set-resize): Delete.
15916 (image-transform-set-scale, image-transform-fit-to-height)
15917 (image-transform-fit-to-width): Handle image-toggle-display-image
15918 and image-transform-resize directly.
15919
15920 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
15921
15922 * doc-view.el (doc-view-fit-width-to-window)
15923 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15924 New functions for fitting the shown image to the Emacs window size.
15925 (doc-view-mode-map): Add bindings for the new functions.
15926
15927 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
15928
15929 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15930 Fix typo in docstring.
15931
15932 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15933
15934 * files.el (file-size-human-readable): Produce one digit after
15935 decimal, like "ls -lh" does.
15936
15937 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15938 the file size representation.
15939
15940 * simple.el (list-processes): If async subprocesses are not
15941 available, error out with a clear error message.
15942
15943 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15944
15945 * help.el (help-form-show): New function, to be called from C.
15946 Put help-form output in a buffer named differently than *Help*.
15947
15948 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15949
15950 * files.el (file-size-human-readable): New function.
15951
15952 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15953 computing the representation inline. Don't require `cl'.
15954
15955 2011-04-08 Glenn Morris <rgm@gnu.org>
15956
15957 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15958
15959 * net/browse-url.el (browse-url-firefox):
15960 Test system-type, not system-configuration.
15961
15962 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15963 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15964 Use log-edit-empty-buffer-p. (Bug#7598)
15965
15966 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15967 (rlogin-mode-map): Initialize in the defvar.
15968 (rlogin): Use ignore-errors.
15969
15970 * replace.el (occur-mode-map): Some fixes for menu items.
15971
15972 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15973
15974 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15975
15976 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15977
15978 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15979 issuing unused warnings.
15980
15981 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15982 macro directly.
15983
15984 * simple.el: Lisp reimplement of list-processes. Based on an
15985 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15986 (process-menu-mode): New major mode.
15987 (list-processes--refresh, list-processes):
15988 (process-menu-visit-buffer): New functions.
15989
15990 * files.el (save-buffers-kill-emacs): Don't assume any return
15991 value of list-processes, which is undocumented anyway.
15992
15993 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15994
15995 * emacs-lisp/tabulated-list.el: New file.
15996
15997 * emacs-lisp/package.el: Use Tabulated List mode.
15998 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15999 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16000 table format using Tabulated List mode variables.
16001 (package--push): New macro, replacing package-list-maybe-add.
16002 (package-menu--generate): Use package--push. Renamed from
16003 package--generate-package-list.
16004 (package-menu-refresh, list-packages): Use it.
16005 (package-menu--print-info): Rename from package-print-package.
16006 Return insertion data instead of inserting it directly.
16007 (package-menu-describe-package, package-menu-execute):
16008 Use tabulated-list-get-id.
16009 (package-menu-mark-delete, package-menu-mark-install)
16010 (package-menu-mark-unmark, package-menu-backup-unmark)
16011 (package-menu-mark-obsolete-for-deletion):
16012 Use tabulated-list-put-tag.
16013 (package--list-packages, package-menu-revert)
16014 (package-menu-get-package, package-menu-get-version)
16015 (package-menu-sort-by-column): Functions deleted.
16016 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16017 (package-menu--status-predicate, package-menu--version-predicate)
16018 (package-menu--name-predicate)
16019 (package-menu--description-predicate): Handle arguments in the
16020 Tabulated List format.
16021 (package-list-packages-no-fetch): Call list-packages.
16022
16023 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
16024
16025 * files.el (after-find-file-from-revert-buffer): Remove variable.
16026 (after-find-file): Don't bind it.
16027 (revert-buffer-in-progress-p): New variable.
16028 (revert-buffer): Bind it.
16029 Pass nil for `after-find-file-from-revert-buffer'.
16030
16031 * saveplace.el (save-place-find-file-hook): Use new variable
16032 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16033
16034 2011-04-06 Glenn Morris <rgm@gnu.org>
16035
16036 * Makefile.in (AUTOGEN_VCS): New variable.
16037 (autoloads): Use $AUTOGEN_VCS.
16038
16039 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16040 * calendar/calendar.el (calendar-mode-map):
16041 Check for toolkit scroll bars. (Bug#8305)
16042
16043 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
16044
16045 * minibuffer.el (completion-in-region--postch)
16046 (completion-in-region-mode): Remove unnecessary messages.
16047
16048 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
16049
16050 * font-lock.el (font-lock-refresh-defaults):
16051 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16052 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16053
16054 * info.el (Info-directory-list, Info-read-node-name-2)
16055 (Info-split-parameter-string): Doc fixes.
16056 (Info-virtual-nodes): Reflow docstring.
16057 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16058 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16059 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16060 Fix typos in docstrings.
16061 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16062 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16063 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16064 (Info-restore-desktop-buffer): Mark unused parameters.
16065 (Info-directory-find-file, Info-directory-find-node)
16066 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16067 (Info-virtual-index-find-node, Info-apropos-find-file)
16068 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
16069 Mark unused parameters; fix typos in docstrings.
16070 (Info-virtual-index): Remove unused local variable `nodename'.
16071
16072 2011-04-05 Deniz Dogan <deniz@dogan.se>
16073
16074 * net/rcirc.el: Update my e-mail address.
16075 (rcirc-mode-map): Remove M-o binding.
16076
16077 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
16078
16079 * startup.el (command-line): Save the cursor's theme-face
16080 directly, instead of using face-override-spec.
16081
16082 * custom.el (load-theme): Minor optimization in assigning faces.
16083
16084 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
16085
16086 * help-fns.el (describe-variable): Complete all variables having
16087 documentation, including keywords.
16088 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16089
16090 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
16091
16092 Convert to lexical-binding.
16093
16094 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16095 (bs--get-marked-string, bs--get-modified-string)
16096 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16097 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16098 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16099
16100 * ehelp.el (electric-help-execute-extended)
16101 (electric-help-ctrl-x-prefix):
16102 * hexl.el (hexl-revert-buffer-function):
16103 * linum.el (linum-after-change, linum-after-scroll):
16104 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16105
16106 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16107
16108 2011-04-04 Daiki Ueno <ueno@unixuser.org>
16109
16110 * epa-dired.el:
16111 * epa-mail.el:
16112 * epa-hook.el:
16113 * epa-file.el:
16114 * epa.el:
16115 * epg.el: Use lexical binding.
16116
16117 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
16118
16119 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16120
16121 * textmodes/flyspell.el (flyspell-word): Recognize default
16122 dictionary case for flyspell-mark-duplications-exceptions.
16123 Use regexp matching for languages.
16124 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16125 default dictionary (Bug#7926).
16126
16127 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
16128
16129 * emacs-lisp/package.el (package--with-work-buffer):
16130 Recognize https URLs.
16131
16132 * net/network-stream.el: Move from gnus/proto-stream.el.
16133 Change prefix to network-stream throughout.
16134 (open-protocol-stream): Merge into open-network-stream, leaving
16135 open-protocol-stream as an alias. Handle nil BUFFER args.
16136
16137 * subr.el (open-network-stream): Move to net/network-stream.el.
16138
16139 2011-04-02 Glenn Morris <rgm@gnu.org>
16140
16141 * find-dired.el (find-exec-terminator): New option.
16142 (find-ls-option): Test for -ls support.
16143 (find-ls-subdir-switches): Test for -b in find-ls-option.
16144 (find-dired, find-grep-dired): Doc fixes.
16145 (find-dired): Use find-exec-terminator.
16146
16147 * find-dired.el (find-ls-option, find-ls-subdir-switches)
16148 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16149 (find-name-arg): Remove purecopy.
16150
16151 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16152 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16153 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16154 accordingly. Don't add the null-device if not needed.
16155
16156 * files.el (save-some-buffers): Doc fix.
16157
16158 2011-04-02 Eli Zaretskii <eliz@gnu.org>
16159
16160 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16161
16162 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
16163
16164 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16165 Use `dolist' rather than `mapcar'.
16166
16167 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16168
16169 Add lexical binding.
16170
16171 * subr.el (apply-partially): Use new closures rather than CL.
16172 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16173 (dolist, dotimes): Use slightly different expansion for lexical code.
16174 (functionp): Move to C.
16175 (letrec): New macro.
16176 (with-wrapper-hook): Use it and apply-partially instead of CL.
16177 (eval-after-load): Preserve lexical-binding.
16178 (save-window-excursion, with-output-to-temp-buffer): Turn them
16179 into macros.
16180
16181 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16182
16183 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16184 than the arglist.
16185 (help-add-fundoc-usage): Don't add `Not documented'.
16186 (help-function-arglist): Handle closures, subroutines, and new
16187 byte-code-functions.
16188 (help-make-usage): Remove leading underscores.
16189 (describe-function-1): Handle closures.
16190 (describe-variable): Use special-variable-p for completion.
16191
16192 * files.el (lexical-binding): Declare safe.
16193
16194 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16195 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16196 (pcase): Add `let' pattern.
16197 Change memoization so it actually works.
16198 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16199 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16200 <let>: New case.
16201
16202 * emacs-lisp/macroexp.el: Use lexical binding.
16203 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16204 Don't convert ' to #' without checking that it's indeed quoting
16205 a lambda.
16206
16207 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
16208 Use eval-sexp-add-defvars.
16209 (eval-sexp-add-defvars): New fun.
16210
16211 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16212
16213 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16214 Don't autoload.
16215 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16216 than the internal `byte-compile-lambda'.
16217 (defmethod): Don't hide code under quotes.
16218 (eieio-defmethod): New `code' argument.
16219
16220 * emacs-lisp/eieio-comp.el: Remove.
16221
16222 * emacs-lisp/edebug.el (edebug-eval-defun)
16223 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16224 (edebug-toggle): Avoid `eval'.
16225
16226 * emacs-lisp/disass.el (disassemble-internal): Handle new
16227 `closure' objects.
16228 (disassemble-1): Handle new byte codes.
16229
16230 * emacs-lisp/cl.el (pushnew): Silence warning.
16231
16232 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16233 (cl-byte-compile-throw): Remove.
16234 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16235
16236 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16237 closures.
16238
16239 * emacs-lisp/cconv.el: New file.
16240
16241 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16242 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16243 (byte-compile-initial-macro-environment):
16244 Handle declare-function here.
16245 (byte-compile--lexical-environment): New var.
16246 (byte-stack-ref, byte-stack-set, byte-discardN)
16247 (byte-discardN-preserve-tos): New lap codes.
16248 (byte-interactive-p): Don't use any more.
16249 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16250 New macros.
16251 (byte-compile-lapcode): Use them and handle new lap codes.
16252 (byte-compile-obsolete): Remove.
16253 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16254 (byte-compile-arglist-warn): Check late def of inlinable funs.
16255 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16256 since they should have been expanded by now.
16257 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16258 (byte-compile-from-buffer): Remove unused second arg.
16259 (byte-compile-preprocess): New function.
16260 (byte-compile-toplevel-file-form): New function to distinguish
16261 file-form calls from outside from file-form calls from hunk-handlers.
16262 (byte-compile-file-form): Simplify.
16263 (byte-compile-file-form-defsubst): Remove.
16264 (byte-compile-file-form-defmumble): Simplify now that
16265 byte-compile-lambda always returns a byte-code-function.
16266 (byte-compile): Preprocess.
16267 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16268 Remove, not used any more.
16269 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16270 (byte-compile-make-args-desc): New funs.
16271 (byte-compile-lambda): Handle lexical functions. Always return
16272 a byte-code-function.
16273 (byte-compile-reserved-constants): New var, to make up room for
16274 closed-over variables.
16275 (byte-compile-constants-vector): Obey it.
16276 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16277 (byte-compile-macroexpand-declare-function): New function.
16278 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16279 byte-code-functions.
16280 (byte-compile-form): Check obsolescence here.
16281 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16282 (byte-compile-variable-ref): Remove.
16283 (byte-compile-dynamic-variable-op): New fun.
16284 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16285 (byte-compile-variable-set): New funs.
16286 (byte-compile-discard): Add 2 args.
16287 (byte-compile-stack-ref, byte-compile-stack-set)
16288 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16289 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16290 macroexpand-all instead.
16291 (byte-compile-quote-form): Remove.
16292 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16293 (byte-compile-bind, byte-compile-unbind): New funs.
16294 (byte-compile-let): Handle let* and lexical binding.
16295 (byte-compile-let*): Remove.
16296 (byte-compile-catch, byte-compile-unwind-protect)
16297 (byte-compile-track-mouse, byte-compile-condition-case):
16298 Handle a new :fun-body form, used for lexical scoping.
16299 (byte-compile-save-window-excursion)
16300 (byte-compile-with-output-to-temp-buffer): Remove.
16301 (byte-compile-defun): Simplify.
16302 (byte-compile-stack-adjustment): New fun.
16303 (byte-compile-out): Use it.
16304 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16305
16306 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16307 handler any more.
16308
16309 * emacs-lisp/byte-opt.el: Use lexical binding.
16310 (byte-inline-lapcode): Remove (to bytecomp).
16311 (byte-compile-inline-expand): Pay attention to inlining to/from
16312 lexically bound code.
16313 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16314 any more.
16315 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16316 any more and don't call compiler-macros.
16317 (byte-compile-splice-in-already-compiled-code): Remove.
16318 (byte-code): Don't inline any more.
16319 (disassemble-offset): Receive `bytes' as argument rather than via
16320 dynamic scoping.
16321 (byte-compile-tag-number): Declare before first use.
16322 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16323 `return' even if make-spliceable.
16324 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16325 obsolete interactive-p.
16326 (byte-optimize-lapcode): Optimize new lap-codes.
16327 Don't trip up on new form of `byte-constant' lap code.
16328
16329 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16330
16331 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16332
16333 * custom.el (custom-initialize-default, custom-declare-variable):
16334 Use `defvar'.
16335
16336 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16337 New variables.
16338 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16339 (COMPILE_FIRST): Add macroexp and cconv.
16340 * makefile.w32-in: Mirror changes in Makefile.in.
16341
16342 * vc/cvs-status.el:
16343 * vc/diff-mode.el:
16344 * vc/log-edit.el:
16345 * vc/log-view.el:
16346 * vc/smerge-mode.el:
16347 * textmodes/bibtex-style.el:
16348 * textmodes/css-mode.el:
16349 * startup.el:
16350 * uniquify.el:
16351 * minibuffer.el:
16352 * newcomment.el:
16353 * reveal.el:
16354 * server.el:
16355 * mpc.el:
16356 * emacs-lisp/smie.el:
16357 * doc-view.el:
16358 * dired.el:
16359 * abbrev.el: Use lexical binding.
16360
16361 2011-04-01 Eli Zaretskii <eliz@gnu.org>
16362
16363 * info.el (info-display-manual): New function.
16364
16365 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16366
16367 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16368
16369 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16370
16371 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16372 an entry for that server in rcirc-authinfo. (Bug#8385)
16373
16374 2011-03-31 Glenn Morris <rgm@gnu.org>
16375
16376 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16377
16378 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16379
16380 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16381
16382 * progmodes/python.el (python-default-interpreter)
16383 (python-python-command-args, python-jython-command-args)
16384 (python-which-shell, python-which-args, python-which-bufname)
16385 (python-file-queue, python-comint-output-filter-function)
16386 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16387 variables and functions.
16388
16389 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16390
16391 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16392 (completion-in-region-mode): New minor mode.
16393 (completion-in-region): Use it.
16394 (completion-in-region--data, completion-in-region-mode-map): New vars.
16395 (completion-in-region--postch): New function.
16396 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16397 New vars.
16398 (completion--capf-wrapper): New function.
16399 (completion-at-point): Use it to track well-behavedness of
16400 hook functions.
16401 (completion-help-at-point): New command.
16402
16403 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16404
16405 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16406 syntax class to search for whitespace on a single line
16407 (Message-ID: <4D938140.4030905@redhat.com>).
16408
16409 2011-03-30 Leo Liu <sdl.web@gmail.com>
16410
16411 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16412 New commands.
16413 (edit-abbrevs-map): Bind them here.
16414 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16415
16416 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16417
16418 * allout.el (allout-hide-by-annotation, allout-flag-region):
16419 Reduce possibility of overlay leakage by making them volatile.
16420
16421 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16422 hash is not shared between buffers. Mode initialization is
16423 responsible for giving it a useful starting value.
16424 (allout-item-span): Reduce possibility of overlay leakage by
16425 making them volatile.
16426 (allout-widgets-count-buttons-in-region): Add diagnostic function
16427 for tracking down button overlay leaks.
16428
16429 2011-03-29 Leo Liu <sdl.web@gmail.com>
16430
16431 * ido.el (ido-read-internal): Use the default history var
16432 minibuffer-history if no HISTORY is specified.
16433
16434 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16435
16436 * net/imap.el (imap-shell-open, imap-process-connection-type):
16437 Use imap-process-connection-type for 'shell' streams as well as
16438 Kerberos, SSL, other subprocesses.
16439
16440 2011-03-28 Leo Liu <sdl.web@gmail.com>
16441
16442 * abbrev.el (abbrev-table-empty-p): New function.
16443 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16444 nonempty ones. (Bug#5937)
16445
16446 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16447
16448 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16449
16450 2011-03-27 Leo Liu <sdl.web@gmail.com>
16451
16452 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16453 for foreground and background colors.
16454 (ansi-color-make-color-map): Adapt.
16455
16456 2011-03-25 Leo Liu <sdl.web@gmail.com>
16457
16458 * midnight.el (midnight-time-float): Remove. Note it calculates
16459 the microsecond component incorrectly and seconds-to-time does the
16460 same job.
16461 Remove redundant (require 'timer).
16462
16463 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16464 (ido-completions): Remove unused arguments. (Bug#8329)
16465
16466 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16467
16468 * minibuffer.el (completion--flush-all-sorted-completions):
16469 Remove itself from hook.
16470 (completion-at-point): Let the functions perform the completion
16471 immediately and return nil or t.
16472 * comint.el (comint-dynamic-complete-functions): Now identical to
16473 completion-at-point-functions.
16474 (comint-dynamic-list-input-ring): Remove unused var `index'.
16475 (comint--match-partial-filename, comint--unquote&expand-filename):
16476 New funs, split from comint-match-partial-filename.
16477 (comint-dynamic-complete): Use completion-at-point.
16478 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16479
16480 2011-03-24 Drew Adams <drew.adams@oracle.com>
16481
16482 * thingatpt.el: Support `defun'.
16483
16484 2011-03-23 Leo Liu <sdl.web@gmail.com>
16485
16486 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16487
16488 * help-mode.el (help-mode-finish): Tweak regexp.
16489
16490 2011-03-23 Glenn Morris <rgm@gnu.org>
16491
16492 * eshell/esh-opt.el (eshell-eval-using-options):
16493 Do not bind unused local variable `eshell-option-stub'.
16494
16495 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16496
16497 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16498
16499 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16500 keymap variable in `with-no-warnings' to avoid a warning when the
16501 keymap has been already `defconst'ed.
16502
16503 2011-03-22 Leo Liu <sdl.web@gmail.com>
16504
16505 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16506 encode all chars in abbrevs; otherwise use emacs-mule or
16507 utf-8-emacs. (Bug#8308)
16508
16509 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16510
16511 * simple.el (backward-delete-char-untabify):
16512 Avoid warning about using `delete-backward-char'.
16513
16514 * image.el (image-type-file-name-regexps): Make it variable.
16515 `imagemagick-register-types' modifies it, and the user may want
16516 to add new extensions for known image types.
16517 (imagemagick-register-types): Throw error if not using ImageMagick.
16518
16519 2011-03-22 Leo Liu <sdl.web@gmail.com>
16520
16521 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16522 located before rcirc-prompt-end-marker.
16523 (rcirc-complete): Error if point is not after rcirc prompt.
16524 Handle the case when table is nil.
16525 (rcirc-user-authenticated): Define to fix compiler warning.
16526
16527 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16528
16529 * custom.el (custom--inhibit-theme-enable): Make it affect only
16530 custom-theme-set-variables and custom-theme-set-faces.
16531 (provide-theme): Ignore custom--inhibit-theme-enable.
16532 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16533 (custom-enabling-themes): Delete variable.
16534 (enable-theme): Accept only loaded themes as arguments.
16535 Ignore the special custom-enabled-themes variable.
16536 (custom-enabled-themes): Forbid themes from setting this.
16537 Eliminate use of custom-enabling-themes.
16538 (custom-push-theme): Quote "changed" custom var entry.
16539
16540 2011-03-21 Leo Liu <sdl.web@gmail.com>
16541
16542 * ido.el (ido-read-internal): Add ido-selected to history instead
16543 of user input.
16544
16545 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16546
16547 * subr.el (deferred-action-list, deferred-action-function):
16548 Mark obsolete.
16549
16550 2011-03-21 Leo Liu <sdl.web@gmail.com>
16551
16552 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16553 change on 2011-02-13 (bug#8309).
16554
16555 * minibuffer.el (read-file-name-function): Change default value.
16556 (read-file-name--defaults): Rename from read-file-name-defaults.
16557 (read-file-name-default): Rename from read-file-name.
16558 (read-file-name): Call read-file-name-function.
16559
16560 2011-03-21 Glenn Morris <rgm@gnu.org>
16561
16562 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16563 Doc fixes.
16564
16565 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
16566
16567 * cus-theme.el: Add missing provide statement.
16568 (customize-create-theme): Extract theme value correctly.
16569 (custom-theme-visit-theme): Autoload.
16570 (customize-create-theme): Prompt before inserting default faces.
16571
16572 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16573
16574 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16575 units and musical notes.
16576
16577 2011-03-20 Leo Liu <sdl.web@gmail.com>
16578
16579 * ido.el (ido-read-internal): Use completing-read-default.
16580 (ido-completing-read): Fix compatibility with completing-read.
16581
16582 2011-03-20 Christian Ohler <ohler@gnu.org>
16583
16584 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16585 (ert-delete-all-tests): Use `called-interactively-p' rather than
16586 `interactive-p'.
16587 (ert--make-xrefs-region): Respect END.
16588
16589 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16590
16591 * dired-aux.el (dired-create-directory): Signal an error if the
16592 directory already exists (Bug#8246).
16593
16594 * facemenu.el (list-colors-display): Call list-faces-display
16595 inside with-help-window.
16596 (list-colors-print): Use display property to align the final
16597 column, instead of checking window-width.
16598
16599 2011-03-19 Eli Zaretskii <eliz@gnu.org>
16600
16601 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16602 windows-nt systems.
16603 (emerge-protect-metachars): Quote correctly for ms-dos and
16604 windows-nt systems.
16605
16606 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
16607
16608 * info.el (info-initialize): Replace all uses of `:' with
16609 path-separator for compatibility with non-Unix systems.
16610 Cache quoting of path-separator. (Bug#8258)
16611
16612 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16613
16614 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16615 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16616 (mouse-avoidance-mode): Fix typos in docstrings.
16617
16618 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16619
16620 * startup.el (package-subdirectory-regexp): Move from package.el.
16621 Omit \\` and \\', and let callers add them.
16622
16623 * emacs-lisp/package.el (package-strip-version)
16624 (package-load-all-descriptors): Add \\` and \\' to
16625 package-subdirectory-regexp before using it.
16626 (package-untar-buffer): New arg DIR; ensure that file untars only
16627 into this expected directory. Remove superfluous delete-region.
16628 (package-unpack): Caller changed.
16629 (package-tar-file-info): Use package-subdirectory-regexp.
16630
16631 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16634 diff-mode-shared-map (bug#8284).
16635 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16636
16637 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16638
16639 * calendar/time-date.el (format-seconds): Use assoc instead of
16640 assoc-string, since assoc-string doesn't exist in XEmacs.
16641
16642 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
16643
16644 * custom.el (custom-known-themes): Reflow docstring.
16645 (custom-theme-load-path): Fix typo in docstring.
16646 (load-theme): Fix typo in error message.
16647 (custom-available-themes, custom-variable-theme-value):
16648 Use `let', not `let*'.
16649
16650 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16651
16652 * calc/README: Mention inclusion of musical notes.
16653
16654 * calc/calc-units.el (calc-lu-quant): Rename from
16655 `calc-logunits-quantity'.
16656 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16657 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16658 (calc-db): Rename from `calc-dblevel'.
16659 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16660 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16661 (calc-np): Rename from `calc-nplevel'.
16662 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16663 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16664 (calc-lu-plus): Rename from `calc-logunits-add'.
16665 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16666 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16667 (calc-lu-minus): Rename from `calc-logunits-sub'.
16668 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16669 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16670 (calc-lu-times): Rename from `calc-logunits-mul'.
16671 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16672 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16673 (calc-lu-divide): Rename from `calc-logunits-div'.
16674 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16675 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16676
16677 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16678 functions being autoloaded.
16679
16680 * calc/calc.el (calc-lu-power-reference): Rename from
16681 `calc-logunits-power-reference'.
16682 (calc-lu-field-reference): Rename from
16683 `calc-logunits-field-reference'.
16684
16685 * calc/calc-help.el (calc-l-prefix-help):
16686 Mention musical note functions.
16687
16688 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * minibuffer.el (completion-all-sorted-completions):
16691 Use :completion-cycle-penalty text property if present.
16692
16693 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16694
16695 * allout.el (allout-yank-processing): Adjust for new rebulleting
16696 regime so bullet being yanked is used without prompting the user
16697 for a choice.
16698
16699 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16700
16701 * startup.el (command-line): Warn the user that _emacs is deprecated.
16702
16703 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16704
16705 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16706 (delphi-verbose, delphi-comment-face, delphi-string-face)
16707 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16708 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16709 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16710 (delphi-new-comment-line, delphi-font-lock-defaults)
16711 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16712 Fix typos in docstrings.
16713
16714 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16715
16716 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16717 Invert the roles of character and string values for INSTEAD, so a
16718 string is used for the more common case of a defaulting prompt.
16719
16720 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16721
16722 * progmodes/ruby-mode.el (ruby-backward-sexp):
16723 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16724 * play/gamegrid.el (gamegrid-make-face):
16725 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16726 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16727 * notifications.el (notifications-notify):
16728 * net/xesam.el (xesam-search-engines):
16729 * net/quickurl.el (quickurl-list-insert):
16730 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16731
16732 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
16733
16734 * startup.el (command-line): Update package subdirectory regexp.
16735
16736 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16737
16738 * allout.el (allout-abbreviate-flattened-numbering)
16739 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16740
16741 * subr.el (read-char-choice): Only show the cursor after the prompt,
16742 not after the answer.
16743
16744 2011-03-15 Kevin Ryde <user42@zip.com.au>
16745
16746 * help-fns.el (variable-at-point): Skip leading quotes, if any
16747 (bug#8253).
16748
16749 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16750
16751 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16752 warning message.
16753
16754 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
16755
16756 * shell.el (shell): When called interactively, offer to change the
16757 shell file name on remote hosts.
16758
16759 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16760
16761 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16762 integration for LDAP parameters. The host, base, user or binddn,
16763 and secret tokens can be specified in a netrc file, for instance.
16764 This is optional because an `auth-source' parameter must be
16765 specified in the search attributes.
16766
16767 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
16768
16769 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16770
16771 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16772
16773 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16774 into declaration. Remove redundant and harmful binding.
16775
16776 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16777
16778 * files.el (file-ownership-preserved-p): Pass `integer' as an
16779 explicit 2nd argument to `file-attributes'. If the file's owner
16780 is the Administrators group on Windows, and the current user is
16781 Administrator, consider that a match.
16782
16783 * server.el (server-ensure-safe-dir): Consider server directory
16784 safe on MS-Windows if its owner is the Administrators group while
16785 the current Emacs user is Administrator. Use `=' to compare
16786 numerical UIDs, since they could be integers or floats.
16787
16788 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
16789
16790 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16791
16792 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
16793
16794 Sync with Tramp 2.2.1.
16795
16796 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16797
16798 * net/trampver.el: Update release number.
16799
16800 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16801
16802 * progmodes/compile.el (compilation--previous-directory): Fix up
16803 various nil/dead-marker mismatches (bug#8014).
16804 (compilation-directory-properties, compilation-error-properties):
16805 Don't call it at a position past the one we're about to change.
16806
16807 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16808 Disable obsolescence warnings in the file that declares it.
16809
16810 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16811
16812 * allout-widgets.el (allout-widgets-tally):
16813 Initialize allout-widgets-tally as a hash table rather than nil to
16814 prevent mode-line redisplay warnings. Also, clarify the module
16815 description and fix a comment typo.
16816
16817 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
16818
16819 * help-fns.el (describe-variable): Don't complete keywords.
16820 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16821
16822 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
16823
16824 * emacs-lisp/package.el (package-version-join): Impose a standard
16825 string representation for pre/alpha/beta version lists.
16826 (package-unpack-single): Standardize the directory name by passing
16827 it through package-version-join.
16828 (package-strip-rcs-id): Accept any version string that does not
16829 signal an error in version-to-list.
16830
16831 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
16832
16833 * simple.el (delete-trailing-whitespace): Return nil for the
16834 benefit of `write-file-functions'.
16835
16836 2011-03-10 Glenn Morris <rgm@gnu.org>
16837
16838 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16839
16840 * vc/vc-git.el (vc-git-program): New option.
16841 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16842 (vc-git--call): Use it.
16843
16844 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16845
16846 * cus-edit.el (Custom-newline): If no button at point, look
16847 for a subgroup button at start-of-line. (Bug#2298)
16848
16849 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16850
16851 2011-03-10 Julien Danjou <julien@danjou.info>
16852
16853 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16854 `cursor-type' is nil.
16855
16856 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16857
16858 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16859
16860 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16861
16862 * allout.el: Change so yank of distinctive-bullet items
16863 preserves the existing header prefix, rebulleting it if necessary,
16864 rather than replacing it. This is necessary for proper operation
16865 of cooperative addons like allout-widgets.
16866 (allout-make-topic-prefix, allout-rebullet-heading):
16867 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16868 value as alternate bullet to be used, instead of prompting the user
16869 for a bullet character.
16870
16871 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
16872
16873 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16874 Do not use `tramp-file-name-port', because this returns also
16875 `tramp-default-port'.
16876
16877 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16878
16879 * net/rcirc.el (rcirc-handler-001): Remove useless
16880 with-rcirc-process-buffer.
16881 (rcirc-check-auth-status): Swap arguments to string-match.
16882
16883 2011-03-09 Glenn Morris <rgm@gnu.org>
16884
16885 * shell.el (shell-mode):
16886 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16887
16888 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16889 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16890
16891 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16892
16893 * emacs-lisp/package.el (package-refresh-contents)
16894 (package-menu-execute): Use condition-case-no-debug.
16895
16896 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
16897
16898 * simple.el (shell-command-to-string): Use `process-file'.
16899
16900 * emacs-lisp/package.el (package-tar-file-info): Handle also
16901 remote files.
16902
16903 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16904 Use `equal' for upload base check.
16905
16906 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16907
16908 * textmodes/texinfo.el (texinfo-environments):
16909 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16910
16911 2011-03-08 Glenn Morris <rgm@gnu.org>
16912
16913 * cus-start.el (cursor-in-non-selected-windows):
16914 Fix :set quoting oddness. (Bug#8192)
16915
16916 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16917 in some setf expressions. (Bug#2159)
16918
16919 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16920
16921 * custom.el (custom-available-themes): Return themes in
16922 alphabetical order.
16923
16924 See ChangeLog.15 for earlier changes.
16925
16926 ;; Local Variables:
16927 ;; coding: utf-8
16928 ;; End:
16929
16930 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16931
16932 This file is part of GNU Emacs.
16933
16934 GNU Emacs is free software: you can redistribute it and/or modify
16935 it under the terms of the GNU General Public License as published by
16936 the Free Software Foundation, either version 3 of the License, or
16937 (at your option) any later version.
16938
16939 GNU Emacs is distributed in the hope that it will be useful,
16940 but WITHOUT ANY WARRANTY; without even the implied warranty of
16941 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16942 GNU General Public License for more details.
16943
16944 You should have received a copy of the GNU General Public License
16945 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.