]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
In C-x v L and C-x v D, prompt for directory if there is no default backend.
[gnu-emacs] / lisp / ChangeLog
1 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4 (compile-always, compile-first)
5 ($(lisp)/calendar/cal-loaddefs.el)
6 ($(lisp)/calendar/diary-loaddefs.el)
7 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
10 instead of on update-subdirs.
11 (bootstrap-clean): Delete $(lisp)/subdirs.el.
12
13 2012-07-28 Chong Yidong <cyd@gnu.org>
14
15 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
16 directory if vc-deduce-backend returns nil (Bug#7350).
17
18 * simple.el (delete-trailing-lines): New option.
19 (delete-trailing-whitespace): Obey it (Bug#11879).
20
21 2012-07-28 David Engster <deng@randomsample.de>
22
23 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
24 Explanation of new 'symbol-qnames feature in doc-strings.
25 (xml-maybe-do-ns): Return expanded names as plain symbols if
26 'symbol-qnames was provided in XML-NS argument (Bug#11916).
27 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
28
29 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
30
31 Consistent completion in inferior python with emacs -nw.
32 * progmodes/python.el (inferior-python-mode): replace "<tab>"
33 binding in inferior-python-mode-map with "\t".
34 (python-shell-completion-complete-at-point)
35 (python-completion-complete-at-point): Remove interactive spec.
36
37 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
38
39 * calc/calccomp.el (math-compose-expr): Undo previous change.
40
41 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
42
43 * progmodes/python.el (python-mode-map): Added keybinding for
44 run-python.
45 (python-shell-make-comint): Fix pop-to-buffer call.
46 (run-python): Autoload. New arg SHOW.
47 (python-shell-get-or-create-process): Do not pop python process
48 buffer.
49
50 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
51
52 * notifications.el (notifications-on-action-signal)
53 (notifications-on-closed-signal): Use also the bus address for the map.
54 (notifications-notify, notifications-close-notification)
55 (notifications-get-capabilities): Add optional argument BUS.
56
57 2012-07-27 Tassilo Horn <tsdh@gnu.org>
58
59 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
60 support for the lstlisting and minted environments, and for the
61 ctable macro.
62 * textmodes/reftex.el (reftex-compile-variables): Also recognize
63 labels written in keyvals syntax.
64
65 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
66
67 * calc/calccomp.el (math-compose-expr): Use parentheses when
68 there is a product in the denominator of a fraction.
69
70 2012-07-26 Eli Zaretskii <eliz@gnu.org>
71
72 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
73 ($(lisp)/calendar/diary-loaddefs.el)
74 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
75 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
76 failures in parallel bootstrap because subdirs.el is being
77 rewritten while the autoload files are built at the same time,
78 which needs to load subdirs.el.
79
80 2012-07-26 Martin Rudalics <rudalics@gmx.at>
81
82 * mouse.el (popup-menu): Fix doc-string and re-indent code.
83 (mouse-drag-line): Don't exit tracking when a switch-frame or
84 switch-window event occurs (Bug#12006).
85
86 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * mouse.el (popup-menu): Fix last change.
89
90 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 Autoload from Lisp with more care. Follow aliases when looking for
93 function properties.
94 * subr.el (autoloadp): New function.
95 (symbol-file): Use it.
96 (function-get): New function.
97 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
98 autoload-do-load.
99 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
100 (lisp-indent-function):
101 * emacs-lisp/gv.el (gv-get):
102 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
103 * emacs-lisp/byte-opt.el (byte-optimize-form):
104 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
105 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
106 Use function-get.
107 * emacs-lisp/cl.el: Don't propagate function properties any more.
108
109 * speedbar.el (speedbar-add-localized-speedbar-support):
110 * emacs-lisp/disass.el (disassemble-internal):
111 * desktop.el (desktop-load-file):
112 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
113 (describe-function-1):
114 * emacs-lisp/find-func.el (find-function-noselect):
115 * emacs-lisp/elp.el (elp-instrument-function):
116 * emacs-lisp/advice.el (ad-has-proper-definition):
117 * apropos.el (apropos-safe-documentation, apropos-macrop):
118 * emacs-lisp/debug.el (debug-on-entry):
119 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
120 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
121 * calc/calc.el (name): Use autoloadp & autoload-do-load.
122
123 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
124
125 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
126 function, not an obsolete variable (Bug#12046).
127
128 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
129
130 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
131
132 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
133
134 * emacs-lisp/pp.el (pp-display-expression): Select old selected
135 window only if it is still live (Bug#12034).
136
137 2012-07-25 Martin Rudalics <rudalics@gmx.at>
138
139 * subr.el (redirect-frame-focus): Add advertised calling
140 convention (Bug#12030).
141
142 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
143
144 Prefer typical American spelling for "acknowledgment".
145 * vc/add-log.el (change-log-acknowledgment): Rename from
146 change-log-acknowledgement, with an alias for the old name.
147
148 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
149
150 * calc-alg.el (math-simplify-divide): Don't cross multiply
151 in an equation when the lhs is a variable.
152
153 2012-07-24 Julien Danjou <julien@danjou.info>
154
155 * net/netrc.el (netrc-find-service-number, netrc-store-data):
156 Remove, unused.
157
158 2012-07-23 Eli Zaretskii <eliz@gnu.org>
159
160 * startup.el (command-line): Don't display an empty user name in
161 the error message about non-existent home directory, when
162 init-file-user was set to an empty string. See
163 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
164 for the details and context.
165
166 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
167
168 * ses.el (ses-cell-formula-aset): New macro.
169 (ses-cell-references-aset): New macro.
170 (ses-cell-p): New function.
171 (ses-rename-cell): Do no longer rely on complex operations like
172 ses-cell-set-formula or ses-set-cell to change the cell and handle
173 the undo at the same time, but rather use lower level new macros
174 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
175 the undo directly. Refresh the mode line.
176
177 2012-07-21 Leo Liu <sdl.web@gmail.com>
178
179 * progmodes/cc-cmds.el (c-defun-name):
180 Use match-string-no-properties instead for consistency.
181
182 2012-07-20 Leo Liu <sdl.web@gmail.com>
183
184 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
185 (Bug#7879)
186
187 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
188
189 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
192 * progmodes/bug-reference.el, misearch.el: Provide themselves
193 (bug#11915).
194
195 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
196 of narrowed buffer (bug#11966).
197
198 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
199
200 * ses.el (ses-rename-cell): Set new name also in reference list of
201 cells of which the renamed cell depends.
202
203 2012-07-20 Masatake YAMATO <yamato@redhat.com>
204
205 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
206 to check whether menu-bar is shown or not. If not shown,
207 show the menu-bar as a popup menu instead of using tmm.
208 * mouse.el (popup-menu): Accept `point' as `position' argument.
209
210 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
211
212 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
213 up inside string symbol literal (bug#11923).
214
215 2012-07-20 Eli Zaretskii <eliz@gnu.org>
216
217 * startup.el (fancy-startup-text): Read the whole tutorial, not
218 just its first 256 bytes. Prevents gibberish in display of the
219 tutorial title.
220
221 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
222
223 Drop idle buffer compaction due to an absence of the
224 proved efficiency.
225 * compact.el: Remove.
226
227 2012-07-19 Sam Steingold <sds@gnu.org>
228
229 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
230 vc-bzr-pull & vc-bzr-merge-branch.
231 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
232 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
233 for consistency with compilation-error-regexp-alist.
234 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
235 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
236 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
237 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
238
239 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emacs-lisp/chart.el: Use lexical-binding.
242 (chart-emacs-storage): Don't hardcode the list of entries.
243
244 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
245
246 Next round of tweaks caused by Fgarbage_collect changes.
247 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
248
249 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
250
251 Compact buffers when idle.
252 * compact.el: New file.
253
254 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * subr.el (eventp): Presume that if it looks vaguely like an event,
257 it's an event (bug#10190).
258
259 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
260
261 Enhancements to ppss related code (thanks Stefan).
262 * progmodes/python.el (python-indent-context)
263 (python-indent-calculate-indentation, python-indent-dedent-line)
264 (python-indent-electric-colon, python-nav-forward-block)
265 (python-mode-abbrev-table)
266 (python-info-assignment-continuation-line-p): Simplify checks
267 for ppss context.
268 (python-info-continuation-line-p): Cleanup.
269 (python-info-ppss-context): Do not catch 'quote.
270 (python-info-ppss-context-type)
271 (python-info-ppss-comment-or-string-p): Simplify.
272
273 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
274
275 * progmodes/python.el: Enhancements to eldoc support.
276 (python-info-current-symbol): New function.
277 (python-eldoc-at-point): Use python-info-current-symbol.
278 (python-info-current-defun): Fix cornercase on first defun scan.
279 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
280 and signal error when no inferior python process is available.
281
282 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
283
284 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
285 assume it's always t.
286 (vc-git-registered): Remove caching, the function is only called
287 once.
288 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
289
290 2012-07-18 Chong Yidong <cyd@gnu.org>
291
292 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
293
294 * simple.el (count-words): Report on narrowing (Bug#9959).
295
296 * bindings.el: Bind M-= to count-words.
297
298 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
299
300 2012-07-18 Masatake YAMATO <yamato@redhat.com>
301
302 * progmodes/sh-script.el (sh-imenu-generic-expression):
303 Capture a function with `function' keyword and without parentheses
304 like "function FOO" (bug#11856).
305
306 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
307
308 * window.el (split-window-sensibly): Make WINDOW argument
309 optional.
310
311 2012-07-18 Chong Yidong <cyd@gnu.org>
312
313 * subr.el (keyboard-translate): Doc fix (Bug#7261).
314
315 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
316 and make C-x 8 RET exit isearch (Bug#11439).
317
318 * international/iso-transl.el: Move isearch-mode-map key
319 definitions to isearch.el.
320
321 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
324 (eieio-defclass): Use gv-define-setter when possible.
325
326 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
327
328 Reflect recent changes in Fgarbage_collect.
329 * emacs-lisp/chart.el (chart-emacs-storage): Change to
330 reflect new format of data returned by Fgarbage_collect.
331
332 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
333
334 New utility functions + python-info-ppss-context fix (Bug#11910).
335 * progmodes/python.el (python-info-beginning-of-block-statement-p)
336 (python-info-ppss-comment-or-string-p): New functions.
337 (python-info-ppss-context): Small fix for string check.
338
339 2012-07-17 Juri Linkov <juri@jurta.org>
340
341 * dired-aux.el (dired-do-async-shell-command): Doc fix.
342 (dired-do-async-shell-command): Don't add `*' at the end of the
343 command (Bug#11815).
344 (dired-do-shell-command): Doc fix.
345 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
346 Join the individual commands using either "&" or ";" as the
347 separator depending on the values of these trailing characters.
348 At the end re-add the trailing "&". (Bug#10598)
349
350 * simple.el (async-shell-command): Sync the interactive spec with
351 `shell-command'. Doc fix.
352 (shell-command): Doc fix.
353
354 2012-07-17 Juri Linkov <juri@jurta.org>
355
356 * descr-text.el (describe-char): Fix format args. (Bug#10129)
357
358 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
359
360 Final renames and doc fixes for movement commands (bug#11899).
361 * progmodes/python.el (python-nav-beginning-of-statement):
362 Rename from python-nav-statement-start.
363 (python-nav-end-of-statement): Rename from
364 python-nav-statement-end.
365 (python-nav-beginning-of-block): Rename from
366 python-nav-block-start.
367 (python-nav-end-of-block): Rename from python-nav-block-end.
368
369 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
370
371 * progmodes/python.el (python-shell-send-string-no-output):
372 Allow accept-process-output to quit, keeping shell process ready for
373 future interactions (Bug#11868).
374
375 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
378
379 * emacs-lisp/elint.el (elint-find-args-in-code):
380 Use help-function-arglist, so as to handle lexical byte-code.
381
382 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
383 change (bug#11826).
384
385 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
388 Avoid spuriously marking the buffer as modified because of c-is-sws.
389
390 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
391 as not-a-comment (bug#11946).
392
393 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
394 for uninterned vars.
395
396 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
397 Use read-event since we don't really want to read chars but bytes.
398
399 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
400 $$..$$ but also $..$ using regexps (bug#11953).
401 Use tex-verbatim for \url and \path.
402 (tex-font-lock-keywords): Define as defconst like the others.
403 (tex-common-initialization): Don't use font-lock-syntax-table any more.
404
405 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
406
407 * international/mule-cmds.el (ucs-insert): Make it an obsolete
408 alias for insert-char.
409
410 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
411
412 * progmodes/python.el: Simplified imenu implementation.
413 (python-nav-jump-to-defun): Remove command.
414 (python-mode-map): Use `imenu' instead.
415 (python-nav-list-defun-positions-cache)
416 (python-imenu-include-defun-type, python-imenu-make-tree)
417 (python-imenu-subtree-root-label, python-imenu-index-alist):
418 Remove vars.
419 (python-nav-list-defun-positions, python-nav-read-defun)
420 (python-imenu-tree-assoc, python-imenu-make-element-tree)
421 (python-imenu-make-tree, python-imenu-create-index):
422 Remove functions.
423 (python-mode): Update to interact with imenu by setting
424 `imenu-extract-index-name-function' only.
425
426 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
427
428 * progmodes/python.el: Enhancements to navigation commands.
429 (python-nav-backward-sentence)
430 (python-nav-forward-sentence): Remove.
431 (python-nav-backward-statement, python-nav-forward-statement)
432 (python-nav-statement-start, python-nav-statement-end)
433 (python-nav-backward-block, python-nav-forward-block)
434 (python-nav-block-start, python-nav-block-end)
435 (python-nav-forward-sexp-function)
436 (python-info-current-line-comment-p)
437 (python-info-current-line-empty-p): New functions.
438 (python-indent-context): Use `python-nav-statement-start'.
439
440 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
441
442 * eshell/em-ls.el (eshell/ls): Use `apply'.
443
444 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
445 multi-hops, instead of Tramp internals.
446
447 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
448
449 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
450 when F1 and F2 are located on different hosts.
451
452 2012-07-14 Chong Yidong <cyd@gnu.org>
453
454 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
455 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
456 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
457 (xterm-mouse--read-event-sequence-1000)
458 (xterm-mouse--read-event-sequence-1006): New functions. For old
459 mouse protocol, handle M-mouse-X events correctly.
460 (xterm-mouse-event): New arg specifying mouse protocol.
461 (turn-on-xterm-mouse-tracking-on-terminal)
462 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
463 sequence to toggle extended coordinates on newer XTerms.
464 This appears to be harmless on terminals which do not support this.
465
466 2012-07-14 Leo Liu <sdl.web@gmail.com>
467
468 Add fringe bitmap indicators for flymake. (Bug#11253)
469 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
470 (flymake-make-overlay): New arg BITMAP.
471 (flymake-error-bitmap, flymake-warning-bitmap)
472 (flymake-fringe-indicator-position): New user variables.
473
474 * fringe.el: New bitmap exclamation-mark.
475
476 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
477
478 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
479 also (Bug#7879).
480
481 2012-07-14 Chong Yidong <cyd@gnu.org>
482
483 * electric.el (electric-pair-post-self-insert-function): Fix pair
484 insertion in empty-region case (Bug#11520).
485
486 2012-07-14 Chong Yidong <cyd@gnu.org>
487
488 * bindings.el: Consolidate ctl-x-r-map bindings.
489 Bind copy-rectangle-as-kill to C-x r w.
490
491 * rect.el, register.el: Move bindings to bindings.el.
492
493 2012-07-14 Reuben Thomas <rrt@sc3d.org>
494
495 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
496
497 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
498
499 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
500
501 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
502
503 * bindings.el (top): Use `mapc' instead of `mapcar'.
504
505 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
506
507 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
508
509 * progmodes/sql.el (sql-comint): Suppress the check for program on
510 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
511 (Bug#11908)
512
513 2012-07-13 Chong Yidong <cyd@gnu.org>
514
515 * bindings.el: Assign a non-nil permanent-local property to
516 per-buffer variables which lack a default value (Bug#11930).
517
518 * help-fns.el (describe-variable): In the "automatically becomes
519 local" notice, take note of permanent-local variables.
520
521 2012-07-13 Chong Yidong <cyd@gnu.org>
522
523 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
524 to allow printing the message when called from Lisp.
525
526 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
527 Remove toggle-read-only.
528
529 * bs.el (bs-toggle-readonly):
530 * buff-menu.el (Buffer-menu-toggle-read-only):
531 Remove with-no-warnings around toggle-read-only.
532
533 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
534 Remove with-no-warnings around toggle-read-only.
535 (ffap-read-only, ffap-read-only-other-window)
536 (ffap-read-only-other-frame): Callers changed.
537
538 * help-mode.el: Don't require view package.
539 (help-mode-finish): Set buffer-read-only instead of calling
540 toggle-read-only.
541
542 * bindings.el (mode-line-toggle-read-only):
543 * dired.el (dired-toggle-read-only):
544 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
545 with non-nil second arg.
546
547 * emacs-lisp/eieio-custom.el (eieio-customize-object):
548 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
549 directly.
550
551 2012-07-12 Eli Zaretskii <eliz@gnu.org>
552
553 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
554 not incf.
555
556 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 More CL cleanups and reduction of use of cl.el.
559 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
560 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
561 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
562 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
563 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
564 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
565 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
566 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
567 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
568 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
569 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
570 * eshell/em-cmpl.el, eshell/em-banner.el:
571 * calendar/parse-time.el: Use cl-lib.
572 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
573 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
574 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
575 * term/ns-win.el, term.el, shell.el, ps-samp.el:
576 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
577 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
578 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
579 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
580 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
581 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
582 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
583 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
584 `lambda' rather than with `quote'.
585 (eshell-do-opt): Adjust accordingly.
586 (eshell-process-option): Simplify.
587 * eshell/esh-var.el:
588 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
589 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
590 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
591 to `pcase--dontcare'.
592 * emacs-lisp/cl.el (labels): Mark obsolete.
593 (cl--letf, letf): Move to cl-lib.
594 (cl--letf*, letf*): Remove.
595 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
596 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
597 (cl-progv): Rewrite.
598 (cl--letf, cl-letf): Move from cl.el.
599 (cl-letf*): New macro.
600 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
601
602 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
603
604 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
605
606 2012-07-11 Chong Yidong <cyd@gnu.org>
607
608 * vc/log-edit.el (log-edit-vc-backend): New variable.
609 (log-edit): Doc fix.
610
611 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
612 argument of log-edit to set up all local variables.
613 (vc-start-logentry): New optional arg specifying VC backend.
614
615 * vc/vc.el (vc-checkin): Use it.
616 (vc-deduce-fileset): Handle Log Edit buffers.
617 (vc-diff): Make first argument optional too.
618
619 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
620
621 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
622
623 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
624 command, just in case. The function is not needed anymore.
625 (eshell-external-command): Do not call `eshell-remote-command'.
626
627 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 Reduce use of (require 'cl).
630 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
631 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
632 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
633 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
634 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
635 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
636 * battery.el, avoid.el, abbrev.el: Use cl-lib.
637 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
638 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
639 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
640 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
641 * calculator.el, autorevert.el, apropos.el: Don't require CL.
642 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
643 (byte-compile-unfold-bcf, byte-compile-check-variable):
644 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
645 (byte-compile-nilconstp):
646 * emacs-lisp/autoload.el (make-autoload): Use pcase.
647 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
648
649 * emacs-lisp/gv.el (cond): Make it a valid place.
650 (if): Simplify slightly.
651
652 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
653 (pcase--self-quoting-p): New function.
654 (pcase--u1): Use it.
655
656 2012-07-10 Glenn Morris <rgm@gnu.org>
657
658 * emacs-lisp/authors.el (authors-fixed-entries):
659 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
660
661 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
662
663 Rename configure.in to configure.ac (Bug#11603).
664 * emacs-lisp/authors.el (authors-canonical-file-name):
665 * progmodes/autoconf.el (autoconf-mode):
666 Prefer configure.ac to configure.in.
667
668 2012-07-08 Chong Yidong <cyd@gnu.org>
669
670 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
671 Implement the mouse-1-click-follows-link handling properly.
672
673 * info.el (Info-link-keymap): Use follow-link mechanism for
674 header-line links (Bug#374).
675
676 * simple.el (deactivate-mark): Do not set the primary selection
677 if another program has acquired it (Bug#11772).
678
679 2012-07-07 Kevin Ryde <user42@zip.com.au>
680
681 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
682 (woman-decode-region): Replace escaped-escapes without destroying
683 bold or underline (Bug#11552).
684 (woman2-process-escapes): Handle nofill regions (Bug#11591).
685
686 2012-07-07 Chong Yidong <cyd@gnu.org>
687
688 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
689 (interprogram-cut-function, interprogram-paste-function):
690 Mention that we typically mean the clipboard.
691
692 2012-07-06 Glenn Morris <rgm@gnu.org>
693
694 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
695
696 * files.el (toggle-read-only): Restrict message to interactive use.
697
698 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
699
700 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
701
702 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
703
704 2012-07-06 Glenn Morris <rgm@gnu.org>
705
706 * Makefile.in (compile-one-process): Rename from "recompile".
707
708 * Makefile.in (bzr-update): "compile" is the same as "recompile
709 autoloads", but parallelizable, so use that instead.
710
711 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
712
713 * window.el (quit-window): Always restore window height when
714 it's saved in quit-restore parameter (Bug#11810).
715
716 2012-07-06 Glenn Morris <rgm@gnu.org>
717
718 * simple.el (kill-whole-line): Doc tweak.
719
720 2012-07-06 Eli Zaretskii <eliz@gnu.org>
721
722 * files.el (file-relative-name): Compare file names
723 case-insensitively if on MS-Windows or MS-DOS, or if
724 read-file-name-completion-ignore-case is non-nil. Don't use
725 case-fold-search for this purpose. (Bug#11827)
726
727 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
728
729 * calendar/cal-dst.el (calendar-current-time-zone):
730 Return calendar-current-time-zone-cache if non-nil.
731
732 2012-07-17 Masatake YAMATO <yamato@redhat.com>
733 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
734
735 * calendar/cal-dst.el (calendar-current-time-zone):
736 Return calendar-current-time-zone-cache if non-nil.
737
738 2012-07-06 Glenn Morris <rgm@gnu.org>
739
740 * Makefile.in (cvs-update): Remove old alias.
741
742 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
743
744 Sync with Tramp 2.2.6-pre.
745
746 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
747 compatible declaration.
748
749 * net/tramp-cmds.el (tramp-append-tramp-buffers):
750 Protect `list-load-path-shadows' call.
751
752 * net/tramp-compat.el (top): Require packages, which aren't
753 autoloaded anymore for XEmacs. Protect call of
754 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
755 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
756 it hurts at least for SXEmacs.
757 (tramp-compat-temporary-file-directory): In XEmacs, there is no
758 standard-value for `temporary-file-directory'.
759
760 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
761 Redirect stderr to /dev/null.
762 (tramp-sh-handle-write-region): uid and gid can be floats.
763 Reported by Russell Sim <russell.sim@gmail.com>.
764 (tramp-sh-handle-vc-registered): Hide errors.
765 (tramp-vc-file-name-handler): Use dummy results for `process-file'
766 and `start-file-process'.
767 (tramp-maybe-open-connection): Check also whether `non-essential'
768 is bound.
769
770 2012-07-04 Chong Yidong <cyd@gnu.org>
771
772 * xml.el (xml--parse-buffer): Use xml-syntax-table.
773 (xml-parse-tag): Likewise, and avoid changing entity tables.
774 (xml-syntax-table): Define from scratch, making sure not to give
775 x2000 and other Unicode spaces whitespace syntax, since those are
776 not spaces in XML.
777 (xml-parse-fragment): Delete unused function.
778 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
779 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
780 (xml-entity-ref, xml-pe-reference-re)
781 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
782 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
783 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
784 (xml-entity-value-re): Use syntax references in regexps where
785 possible; no need to define inside a let-binding.
786 (xml-parse-dtd): Use xml-pe-reference-re.
787 (xml-entity-or-char-ref-re): New defconst.
788 (xml-parse-string, xml-substitute-special): Use it.
789
790 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * files.el (locate-dominating-file): Allow `name' to be a predicate.
793 (find-file--read-only): New function.
794 (find-file-read-only, find-file-read-only-other-window)
795 (find-file-read-only-other-frame): Use it.
796 (insert-file-contents-literally): Don't `fset'.
797 (get-free-disk-space): Use locate-dominating-file.
798
799 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
800 function is already compiled.
801
802 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
803
804 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
805
806 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
807 files on the same host.
808
809 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
810
811 * help-fns.el (describe-function-1): Only call
812 help-fns--autoloaded-p when we have a file name. (Bug#11848)
813
814 2012-07-03 Chong Yidong <cyd@gnu.org>
815
816 * xml.el: Protect parser against XML bombs.
817 (xml-entity-expansion-limit): New variable.
818 (xml-parse-string, xml-substitute-special): Use it.
819 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
820
821 2012-07-03 Glenn Morris <rgm@gnu.org>
822
823 * progmodes/bug-reference.el (bug-reference-bug-regexp):
824 Allow linking to specific messages in debbugs reports (eg 123#5).
825
826 2012-07-02 Chong Yidong <cyd@gnu.org>
827
828 * xml.el: Fix entity and character reference expansion, allowing
829 them to expand into markup as per XML spec.
830 (xml-default-ns): New variable.
831 (xml-entity-alist): Use XML spec definitions for lt and amp.
832 (xml-parse-region): Make first two arguments optional.
833 Discard text properties.
834 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
835 All callers changed.
836 (xml-parse-tag): Call xml-parse-tag-1. For backward
837 compatibility, this function should not modify buffer contents.
838 (xml-parse-tag-1): Fix opening-tag regexp.
839 (xml-parse-string): Rewrite, handling entity and character
840 references properly.
841 (xml--entity-replacement-text): Signal an error if a parameter
842 entity is undefined.
843
844 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * comint.el (comint-output-filter): Filter out repeated prompts.
847
848 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
849 and file-name-absolute-p.
850 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
851 internal calls.
852
853 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
854
855 Spelling fixes.
856 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
857 Rename from byte-compile--refiy-function. All uses changed.
858
859 2012-07-01 Chong Yidong <cyd@gnu.org>
860
861 * xml.el (xml--parse-buffer): New function. Move most of
862 xml-parse-region here.
863 (xml-parse-region): Copy region into a temporary buffer, since
864 parameter entity substitution requires changing buffer contents.
865 Use xml--parse-buffer.
866 (xml-parse-file): Use xml--parse-buffer.
867 (xml-parse-dtd): Make parameter entity substitution work right.
868 Use proper regexps for ELEMENT declarations (Bug#7172).
869
870 2012-06-30 Glenn Morris <rgm@gnu.org>
871
872 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
873
874 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
875 Remove outdated and unnecessary dbus declarations.
876
877 2012-06-30 Eli Zaretskii <eliz@gnu.org>
878
879 * emacs-lisp/timer.el (timer-until): Subtract results of
880 float-time, instead of taking float-time of the result of
881 time-subtract, since float-time signals an error for negative time
882 arguments.
883
884 2012-06-30 Chong Yidong <cyd@gnu.org>
885
886 * xml.el (xml-*-re): Convert defvars into defconsts, and
887 eval-and-compile them so eval-and-compile works on derivatives.
888 (xml--entity-replacement-text): Use eval-and-comple.
889
890 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
891
892 * vc/vc-git.el (vc-git-registered): Use cache property
893 `git-registered'.
894 (vc-git-mode-line-string): Call `vc-working-revision' instead of
895 `vc-git-working-revision' in order to benefit from the cache.
896 (vc-git-root): Use cache property `git-root'. (Bug#11757)
897
898 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
899
900 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
901 removed (likely outside Emacs). (Bug#11757)
902
903 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * emacs-lisp/cl-lib.el: Require macroexp.
906
907 2012-06-30 Chong Yidong <cyd@gnu.org>
908
909 * xml.el: Implement XML parameter entities.
910 (xml-parameter-entity-alist): New variable.
911 (xml-parse-region, xml-parse-fragment): Preserve previous values
912 of xml-entity-alist and xml-parameter-entity-alist, so that
913 repeated calls on different documents do not change them.
914 (xml-parse-tag): Fix doctype regexp.
915 (xml--entity-replacement-text): New function.
916 (xml-parse-dtd): Use it. Don't handle system entities; doing that
917 properly requires url retrieval which is unimplemented.
918 (xml-escape-string): Doc fix.
919
920 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
923
924 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
925
926 * fringe.el (fringe-mode): Doc fix.
927
928 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
929
930 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
931 is non-nil.
932 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
933 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
934
935 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
936
937 * calendar/cal-dst.el (calendar-current-time-zone):
938 Return calendar-current-time-zone-cache if non-nil.
939
940 2012-06-29 Masatake YAMATO <yamato@redhat.com>
941
942 * progmodes/which-func.el (which-func-format):
943 Add mouse-face. (Bug#11698)
944
945 2012-06-29 Leo Liu <sdl.web@gmail.com>
946
947 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
948
949 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * minibuffer.el (minibuffer-confirm-exit-commands):
952 Add completion-at-point (bug#11725).
953
954 2012-06-29 Glenn Morris <rgm@gnu.org>
955
956 * progmodes/f90.el (f90-font-lock-keywords-2):
957 Add some preprocessor elements. (Bug#10499)
958
959 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * progmodes/cperl-mode.el (cperl-update-syntaxification):
962 Use syntax-propertize (bug#11739).
963
964 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
965
966 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
967
968 2012-06-28 Julien Danjou <julien@danjou.info>
969
970 * term.el (term-handle-colors-array): Use a set of new faces to
971 color the terminal. Also uses :inverse-video property.
972 (term-default-fg-color): Set to nil by default, deprecate in favor
973 of `term-face'.
974 (term-default-bg-color): Set to nil by default, deprecate in favor
975 of `term-face'.
976 (term-current-face): Use `term-face' by default.
977 (term-bold-attribute): Variable deleted.
978
979 2012-06-28 Glenn Morris <rgm@gnu.org>
980
981 * simple.el (completion-list-mode-finish):
982 Don't use toggle-read-only. (Since completion-list-mode has
983 a special mode-class, it wasn't doing anything extra anyway.)
984
985 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 Make inlining of other-mode interpreted functions work (bug#11799).
988 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
989 (byte-compile): Use it to fix compilation of lexical-binding closures.
990 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
991 function, if needed.
992
993 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * help-mode.el (help-make-xrefs): Don't just withstand
996 cyclic-variable-indirection but any error in documentation-property.
997
998 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
999 memory use.
1000 * bindings.el (bindings--define-key): New function.
1001 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1002 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1003 * bindings.el: Use it to purecopy define-key bindings.
1004
1005 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1006
1007 * emacs-lisp/cl.el (flet): Mark obsolete.
1008 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1009 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1010 * progmodes/js.el (js-c-fill-paragraph):
1011 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1012 (ebrowse-switch-member-buffer-to-derived-class):
1013 * play/5x5.el (5x5-solver): Use cl-flet.
1014
1015 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1016 (cl--symbol-function): New macro.
1017 (cl--letf, cl--letf*): Use it.
1018
1019 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1020 Strip "toggle-" if any.
1021
1022 2012-06-27 Glenn Morris <rgm@gnu.org>
1023
1024 * info.el (Info-default-directory-list): Move here from paths.el.
1025 * paths.el: Remove file, which is now empty.
1026 * loadup.el: No longer load "paths".
1027
1028 * custom.el (custom-initialize-delay): Doc fix.
1029
1030 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1031 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1032 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1033 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1034 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1035 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1036 * eshell/eshell.el (eshell-defgroup): Remove alias.
1037
1038 2012-06-27 Chong Yidong <cyd@gnu.org>
1039
1040 * help.el (help-enable-auto-load): New variable.
1041
1042 * help-fns.el (help-fns--autoloaded-p): New function.
1043 (describe-function-1): Refer to a function as "autoloaded" if it
1044 was autoloaded at any time in the past. Perform autoloading if
1045 help-enable-auto-load is non-nil.
1046
1047 2012-06-26 Eli Zaretskii <eliz@gnu.org>
1048
1049 * makefile.w32-in (compile, compile-always): Depend on
1050 update-subdirs, not on subdirs.el. Otherwise, several different
1051 sub-targets of 'bootstrap' running in parallel could
1052 simultaneously write to subdirs.el, producing a garbled file.
1053
1054 2012-06-26 Sam Steingold <sds@gnu.org>
1055
1056 * files.el (file-name-base): New convenience function.
1057 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1058 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1059 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1060 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1061 * textmodes/ispell.el, textmodes/reftex-ref.el:
1062 * textmodes/tex-mode.el: Use it.
1063 Did not touch cedet and org because they are maintained elsewhere.
1064
1065 2012-06-26 Martin Rudalics <rudalics@gmx.at>
1066
1067 * calendar/calendar.el (calendar-exit): Don't try to delete or
1068 iconify last frame. See:
1069 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1070
1071 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1072
1073 * server.el (server-process-filter): Remember dir in the
1074 process's `server-client-directory' properties.
1075
1076 2012-06-24 Chong Yidong <cyd@gnu.org>
1077
1078 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1079 non-tag text.
1080
1081 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1084
1085 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * help-fns.el (describe-variable): Don't croak when doc is not found.
1088 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1089 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1090 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1091 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1092 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1093 ((lambda ..) ..).
1094 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1095
1096 2012-06-23 Chong Yidong <cyd@gnu.org>
1097
1098 * info.el (Info-mouse-follow-link): Accept symbol values of
1099 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
1100 (Info-fontify-node): Use Info-link-keymap for all navigation
1101 buttons, with link-args property to perform the desired action.
1102 (Info-link-keymap): Doc fix.
1103 (Info-next-link-keymap, Info-prev-link-keymap)
1104 (Info-up-link-keymap): Delete now-unused keymaps.
1105
1106 2012-06-23 Chong Yidong <cyd@gnu.org>
1107
1108 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1109
1110 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1111 system abbrevs.
1112
1113 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1114
1115 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1118 (bug#11719).
1119
1120 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1121 the requote function doesn't work properly (bug#11714).
1122
1123 2012-06-23 Glenn Morris <rgm@gnu.org>
1124
1125 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1126
1127 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 Further GV/CL cleanups.
1130 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1131 gv-expander.
1132 (gv--defun-declaration): New function.
1133 (defun-declarations-alist): Use it.
1134 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1135 (gv-place): Autoload.
1136 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1137 original definition of dotimes and dolist.
1138 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1139 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1140 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1141 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1142 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1143 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1144 to the function's definition.
1145 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1146 * window.el:
1147 * files.el:
1148 * faces.el:
1149 * env.el: Don't use CL.
1150
1151 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 Support higher-resolution time stamps (Bug#9000).
1154
1155 * calendar/time-date.el (with-decoded-time-value): New arg
1156 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1157 (encode-time-value): New optional arg PICO. New type 3.
1158 (time-to-seconds) [!float-time]: Support the new picoseconds
1159 component if it's used.
1160 (seconds-to-time, time-subtract, time-add):
1161 Support ps-resolution time stamps as well.
1162
1163 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1164 (timerp): Timer vectors now have length 9, not 8.
1165 (timer--time): Support new-style (4-part) time stamps.
1166 (timer-next-integral-multiple-of-time): Time stamps now have
1167 picosecond resolution, so take a bit more care about rounding.
1168 (timer-relative-time, timer-inc-time): New optional arg psecs.
1169 (timer-set-time-with-usecs): Set psecs to 0.
1170 (timer--activate): Check psecs component, too.
1171
1172 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1173
1174 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1177 Move the non-essential binding to the post/pre-command-hook where it is
1178 more obviously correct.
1179
1180 * subr.el (read-passwd): Don't use a history at all.
1181 * savehist.el (savehist-save): Remove password saved accidentally
1182 because of the above bug.
1183
1184 2012-06-22 Bastien Guerry <bzg@gnu.org>
1185
1186 * files.el (toggle-read-only): Display a message telling whether
1187 the buffer is read-only or not (bug#11726).
1188
1189 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * emacs-lisp/gv.el: New file.
1192 * subr.el (push, pop): Extend to generalized variables.
1193 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1194 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1195 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1196 gv-define-simple-setter, and gv-define-expander.
1197 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1198 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1199 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1200 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1201 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1202 gv-letplace.
1203 (cl-defstruct): Don't define setf-method any more.
1204 * emacs-lisp/cl.el (flet): Don't autoload.
1205 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1206 (define-setf-expander, defsetf, define-modify-macro)
1207 (cl-struct-setf-expander): Move from cl-lib.el.
1208 * emacs-lisp/syntax.el:
1209 * emacs-lisp/ewoc.el:
1210 * emacs-lisp/smie.el:
1211 * emacs-lisp/cconv.el:
1212 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1213 (timer--time): Use gv-define-simple-setter.
1214 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1215 to avoid coding-system problems in subr.el. Adjust all users.
1216 (macroexp--maxsize, macroexp-small-p): New functions.
1217 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1218 * scroll-bar.el (scroll-bar-mode):
1219 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1220 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1221 * winner.el (winner-configuration, winner-make-point-alist)
1222 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1223 * files.el (locate-file-completion-table): Avoid list*.
1224
1225 2012-06-22 Chong Yidong <cyd@gnu.org>
1226
1227 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1228 (dired-create-files): Doc fix (Bug#11329).
1229 (dired-do-copy): Doc fix (Bug#11334).
1230 (dired-mark-read-string): Doc fix (Bug#11553).
1231
1232 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1233 Doc fix (Bug#11326).
1234 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1235 (dired-dwim-target): Doc fix.
1236
1237 * wdired.el (wdired-mode): Doc fix.
1238
1239 2012-06-22 Glenn Morris <rgm@gnu.org>
1240
1241 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1242 (pcmpl-rpm-cache-stamp-file): New constant.
1243 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1244 (pcmpl-rpm-packages): Optionally cache list of packages.
1245
1246 * pcmpl-rpm.el (pcmpl-rpm): New group.
1247 (pcmpl-rpm-query-options): New option.
1248 (pcmpl-rpm-packages): No need to inline it.
1249 Use pcmpl-rpm-query-options.
1250
1251 * calendar/calendar.el (calendar-in-read-only-buffer):
1252 Avoid some needless mode changes.
1253
1254 2012-06-21 Chong Yidong <cyd@gnu.org>
1255
1256 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1257 (desktop-path): Remove . from the default value (Bug#10977).
1258 (desktop-read): Use user-emacs-directory if desktop-path is nil.
1259
1260 2012-06-20 Chong Yidong <cyd@gnu.org>
1261
1262 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1263
1264 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1265
1266 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1267 (bug#11201).
1268
1269 2012-06-20 Chong Yidong <cyd@gnu.org>
1270
1271 * term.el (term-window-width): Handle the case of a missing right
1272 fringe (Bug#8837).
1273 (term-check-size): Use window-text-height (Bug#5445).
1274 (term-mode): Use define-derived-mode. Minor cleanups.
1275 Set font-lock-defaults (Bug#7692).
1276 (term-move-columns, term-insert-char, term-emulate-terminal)
1277 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
1278
1279 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
1280
1281 * net/ange-ftp.el (ange-ftp-get-passwd):
1282 Bind `enable-recursive-minibuffers'.
1283 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1284
1285 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1286
1287 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1288
1289 2012-06-19 Glenn Morris <rgm@gnu.org>
1290
1291 * progmodes/python.el (python-mode): Derive from prog-mode.
1292
1293 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1294
1295 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1296 (edt-user-menu-bar-update-buffers): New functions.
1297 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1298
1299 2012-06-19 Chong Yidong <cyd@gnu.org>
1300
1301 * subr.el (with-selected-window): Preserve the selected window's
1302 terminal's top-frame (Bug#4702).
1303
1304 * window.el (save-selected-window): Likewise.
1305
1306 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * progmodes/python.el (python-rx-constituents): Move backquote.
1309 (python-skeleton-define, python-define-auxiliary-skeleton):
1310 Use `declare'.
1311
1312 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
1313
1314 * minibuffer.el (read-file-name-default): Revert the patch from
1315 2012-06-17.
1316
1317 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1320 (pcase--u1, pcase--q1): Don't use apply-partially.
1321
1322 2012-06-18 Glenn Morris <rgm@gnu.org>
1323
1324 * progmodes/python.el (python-proc, python-buffer)
1325 (python-send-receive, python-send-string): Fix obsolete versions.
1326
1327 2012-06-18 Martin Rudalics <rudalics@gmx.at>
1328
1329 * window.el (special-display-p): Completely remove stringp
1330 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1331
1332 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
1333
1334 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1335
1336 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1337
1338 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1339 * net/tramp-sh.el (tramp-maybe-open-connection):
1340 Throw if `non-essential' is non-nil.
1341
1342 2012-06-17 Martin Rudalics <rudalics@gmx.at>
1343
1344 * window.el (special-display-p): Signal an error if BUFFER-NAME
1345 is not a string (Bug#11713).
1346
1347 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1348
1349 * progmodes/python.el (python-info-beginning-of-backslash):
1350 Rename from python-info-beginning-of-backlash, as a spelling fix.
1351
1352 2012-06-17 Chong Yidong <cyd@gnu.org>
1353
1354 * term.el (term-emulate-terminal): If term-check-size is called,
1355 move point to the process mark without resetting point (Bug#4635).
1356
1357 2012-06-17 Glenn Morris <rgm@gnu.org>
1358
1359 * international/mule-cmds.el (mule-menu-keymap)
1360 (set-language-environment, set-locale-environment): Doc tweaks.
1361
1362 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1363
1364 * cus-face.el (custom-face-attributes): Add wave-style underline
1365 attribute.
1366 * faces.el (set-face-attribute): Update docstring to describe
1367 wave-style underline attribute.
1368
1369 2012-06-16 Chong Yidong <cyd@gnu.org>
1370
1371 * term/xterm.el (terminal-init-xterm): Discard input before
1372 querying background mode (Bug#10959).
1373
1374 2012-06-16 Stefan Merten <smerten@oekonux.de>
1375
1376 * textmodes/rst.el: Added and corrected some comments.
1377 (rst-re-alist-def): Improve symbol syntax.
1378 (rst-mode-syntax-table): Correct syntax entries.
1379 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1380 (rst-official-version, rst-official-cvs-rev): Update version
1381 information.
1382
1383 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1386 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1387
1388 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1389
1390 * progmodes/python.el: New python.el merge.
1391 (python-guess-indent): Obsolete var.
1392 (python-indent-guess-indent-offset): New defcustom.
1393 (python-indent): Obsolete var.
1394 (python-indent-offset): New defcustom.
1395 (python-python-command, python-jython-command): Delete var.
1396 (python-shell-interpreter): New defcustom.
1397 (python-pdbtrack-do-tracking-p): Delete var.
1398 (python-pdbtrack-activate): New defcustom.
1399 (python-use-skeletons): Obsolete var.
1400 (python-skeleton-autoinsert): New defcustom.
1401 (inferior-python-filter-regexp, python-continuation-offset)
1402 (python-honour-comment-indentation, python-indent-string-contents)
1403 (python-jython-packages, python-mode-hook)
1404 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1405 (python-shell-prompt-alist)
1406 (python-source-modes): Delete defcustoms.
1407 (python-check-buffer-name, python-eldoc-setup-code)
1408 (python-eldoc-string-code, python-ffap-setup-code)
1409 (python-ffap-string-code, python-fill-comment-function)
1410 (python-fill-decorator-function, python-fill-paren-function)
1411 (python-fill-string-function, python-imenu-include-defun-type)
1412 (python-imenu-make-tree, python-imenu-subtree-root-label)
1413 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1414 (python-shell-compilation-regexp-alist)
1415 (python-shell-completion-module-string-code)
1416 (python-shell-completion-pdb-string-code)
1417 (python-shell-completion-setup-code)
1418 (python-shell-completion-string-code)
1419 (python-shell-enable-font-lock, python-shell-exec-path)
1420 (python-shell-extra-pythonpaths)
1421 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1422 (python-shell-process-environment)
1423 (python-shell-prompt-block-regexp)
1424 (python-shell-prompt-output-regexp)
1425 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1426 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1427 (python-shell-virtualenv-path): New defcustoms.
1428 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1429 (inferior-python-mode-syntax-table, python--prompt-regexp)
1430 (python-buffer, python-command python-python-command)
1431 (python-default-template, python-imports, python-indent-index)
1432 (python-indent-list, python-indent-list-length)
1433 (python-mode-running, python-pdbtrack-is-tracking-p)
1434 (python-preoutput-continuation, python-preoutput-leftover)
1435 (python-preoutput-result, python-preoutput-skip-next-prompt)
1436 (python-prev-dir/file, python-recursing)
1437 (python-saved-check-command, python-version-checked)
1438 (python-which-func-length-limit)
1439 (view-return-to-alist): Delete vars.
1440 (python-check-custom-command, python-dotty-syntax-table)
1441 (python-imenu-index-alist, python-indent-current-level)
1442 (python-indent-dedenters, python-indent-levels)
1443 (python-nav-beginning-of-defun-regexp)
1444 (python-nav-list-defun-positions-cache)
1445 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1446 (python-shell-internal-buffer)
1447 (python-skeleton-available): New vars.
1448 (def-python-skeleton): Delete macro.
1449 (python-skeleton-define): New macro.
1450 (python-define-auxiliary-skeleton, python-rx): New macros.
1451 (python-insert-class): Delete command.
1452 (python-skeleton-class): New command.
1453 (python-insert-def): Delete command.
1454 (python-skeleton-def): New command.
1455 (python-insert-for): Delete command.
1456 (python-skeleton-for): New command.
1457 (python-insert-if): Delete command.
1458 (python-skeleton-if): New command.
1459 (python-insert-try/except, python-insert-try/finally): Delete commands.
1460 (python-skeleton-try): New command.
1461 (python-insert-while): Delete command.
1462 (python-skeleton-while): New command.
1463 (python-backspace): Delete command.
1464 (python-indent-dedent-line-backspace): New command.
1465 (python-electric-colon): Delete command.
1466 (python-indent-electric-colon): New command.
1467 (python-guess-indent): Delete command.
1468 (python-indent-guess-indent-offset): New command.
1469 (python-shift-left): Delete command.
1470 (python-indent-shift-left): New command.
1471 (python-shift-right): Delete command.
1472 (python-indent-shift-right): New command.
1473 (python-find-function): Delete command.
1474 (python-nav-jump-to-defun): New command.
1475 (python-next-statement): Delete command.
1476 (python-nav-forward-sentence): New command.
1477 (python-previous-statement): Delete command.
1478 (python-nav-backward-sentence): New command.
1479 (python-fill-paragraph): Delete command.
1480 (python-fill-paragraph-function): New command.
1481 (python-send-buffer): Delete command.
1482 (python-shell-send-buffer): New command.
1483 (python-send-defun): Delete command.
1484 (python-shell-send-defun): New command.
1485 (python-send-region, python-send-region-and-go): Delete commands.
1486 (python-shell-send-region)
1487 (python-shell-switch-to-shell): New commands.
1488 (python-send-string): Delete command.
1489 (python-shell-send-string): New command.
1490 (python-switch-to-python): Delete command.
1491 (python-shell-switch-to-shell): New command.
1492 (python-describe-symbol): Delete command.
1493 (python-eldoc-at-point): New command.
1494 (python--set-prompt-regexp, python-args-to-list)
1495 (python-after-info-look, python-check-version)
1496 (python-check-comint-prompt, python-find-imports)
1497 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1498 (python-unload-function, python-expand-template)
1499 (python-maybe-jython, python-preoutput-filter)
1500 (python-pdbtrack-get-source-buffer)
1501 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1502 (python-pdbtrack-toggle-stack-tracking)
1503 (python-pdbtrack-track-stack-file, python-initial-text)
1504 (python-first-word, python-comment-line-p, python-send-command)
1505 (python-setup-brm, python-sentinel, python-set-proc)
1506 (python-skip-out, python-input-filter, python-outdent-p)
1507 (python-outline-level, python-backslash-continuation-line-p)
1508 (python-end-of-block, python-end-of-statement, python-mark-block)
1509 (python-beginning-of-block, python-beginning-of-statement)
1510 (python-blank-line-p, python-beginning-of-string)
1511 (python-open-block-statement-p): Delete functions.
1512 (python-indent-line, python-indent-line-1): Delete functions.
1513 (python-indent-line): New function.
1514 (python-indentation-levels): Delete function.
1515 (python-indent-calculate-levels): New function.
1516 (python-proc): Delete function.
1517 (python-shell-get-process): New function.
1518 (python-send-receive): Delete function.
1519 (python-shell-send-string-no-output): New function.
1520 (python-module-path): Delete function.
1521 (python-ffap-module-path): New function.
1522 (python-completion-at-point)
1523 (python-symbol-completions): Delete functions.
1524 (python-completion-complete-at-point): New function.
1525 (python-load-file): Delete function.
1526 (python-shell-send-file): New function.
1527 (python-calculate-indentation): Delete function.
1528 (python-indent-calculate-indentation): New function.
1529 (python-skip-comments/blanks): Delete function.
1530 (python-util-forward-comment): New function.
1531 (python-continuation-line-p): Delete function.
1532 (python-info-continuation-line-p): New function.
1533 (python-which-func, python-current-defun): Delete function.
1534 (python-info-current-defun): New function.
1535 (python-beginning-of-defun): Delete function.
1536 (python-nav-beginning-of-defun): New function.
1537 (python-close-block-statement-p)
1538 (python-block-end-p): Delete function.
1539 (python-info-closing-block): New function.
1540 (python-comint-output-filter-function)
1541 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1542 (python-fill-comment, python-fill-decorator, python-fill-paren)
1543 (python-fill-string, python-imenu-make-element-tree)
1544 (python-imenu-make-tree, python-imenu-tree-assoc)
1545 (python-indent-context, python-indent-dedent-line)
1546 (python-indent-line-function)
1547 (python-indent-post-self-insert-function)
1548 (python-indent-toggle-levels)
1549 (python-info-assignment-continuation-line-p)
1550 (python-info-beginning-of-backlash)
1551 (python-info-block-continuation-line-p)
1552 (python-info-closing-block-message)
1553 (python-info-line-ends-backslash-p)
1554 (python-info-looking-at-beginning-of-defun)
1555 (python-info-ppss-context, python-info-ppss-context-type)
1556 (python-nav-list-defun-positions, python-nav-read-defun)
1557 (python-nav-sentence-end, python-nav-sentence-start)
1558 (python-pdbtrack-comint-output-filter-function)
1559 (python-pdbtrack-set-tracked-buffer)
1560 (python-shell-calculate-exec-path)
1561 (python-shell-calculate-process-environment)
1562 (python-shell-completion--do-completion-at-point)
1563 (python-shell-completion--get-completions)
1564 (python-shell-completion-complete-at-point)
1565 (python-shell-completion-complete-or-indent)
1566 (python-shell-get-or-create-process)
1567 (python-shell-get-process-name)
1568 (python-shell-internal-get-or-create-process)
1569 (python-shell-internal-get-process-name)
1570 (python-shell-internal-send-string, python-shell-make-comint)
1571 (python-shell-parse-command, python-shell-send-setup-code)
1572 (python-skeleton-add-menu-items)
1573 (python-util-clone-local-variables, python-util-position)
1574 (run-python-internal, python-indentation-levels)
1575 (python-nav-beginning-of-defun)
1576 (python-completion-complete-at-point): New functions.
1577 (run-python): Change arguments. New API requirements.
1578
1579 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1582 (bug#11649).
1583
1584 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1585 (macroexp--expand-all): Use it.
1586
1587 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1588 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1589 Use `cl-function' instead.
1590
1591 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1594 Suggested by Stefan Monnier while discussing bug#11657.
1595
1596 2012-06-14 Sam Steingold <sds@gnu.org>
1597
1598 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1599
1600 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1601
1602 * play/doctor.el (doctor-doc): Remove parameter and use
1603 doctor-sent instead of sent.
1604 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1605
1606 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * files.el: Require cl-lib.
1609 (file-name-non-special): Replace case -> cl-case.
1610
1611 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1612
1613 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1614 mapping from #' to function*.
1615
1616 2012-06-13 Chong Yidong <cyd@gnu.org>
1617
1618 * mouse.el (mouse-drag-track): Do not set the mark if the user
1619 releases the mouse without selecting anything (Bug#11588).
1620
1621 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1624 as well (bug#11646).
1625
1626 * loadup.el: Count byte-code functions as well.
1627
1628 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1629 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1630
1631 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1632 (bug#11649). Add cl-defun and cl-defmacro.
1633
1634 2012-06-13 Drew Adams <drew.adams@oracle.com>
1635
1636 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1637 Fix last change.
1638
1639 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
1640
1641 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1642 Otherwise, it blocks in batch mode.
1643
1644 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * help-mode.el (bookmark-make-record-default): Declare.
1647
1648 2012-06-13 Chong Yidong <cyd@gnu.org>
1649
1650 * emacs-lisp/package.el (list-packages): Compute a list of
1651 packages that are newly-available since the last list-packages
1652 invocation.
1653 (package-menu--new-package-list): New var.
1654 (package-menu--generate, package-menu--print-info)
1655 (package-menu--status-predicate, package-menu-mark-install):
1656 Handle new status label "new".
1657
1658 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1661 conversion to backquotes.
1662
1663 2012-06-12 Chong Yidong <cyd@gnu.org>
1664
1665 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1666 Rename from gud-inhibit-global-bindings.
1667
1668 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1669
1670 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1671 hook from nxml-glyph-set-hook.
1672
1673 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1674 declaration.
1675
1676 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1677
1678 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1679 Convert to defcustom.
1680
1681 2012-06-12 Drew Adams <drew.adams@oracle.com>
1682
1683 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1684 New functions.
1685 (help-mode): Use them.
1686
1687 2012-06-11 Glenn Morris <rgm@gnu.org>
1688
1689 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1690 Use preprocessor face for directives.
1691 (fortran-directive-re): Doc fix.
1692
1693 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1696 conversion to backquotes (bug#11652).
1697
1698 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1699 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1700 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1701 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1702 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1703 (cl-ninth, cl-tenth): Mark them as inlinable.
1704 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1705 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1706 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1707 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1708 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1709 (cl-list*, cl-adjoin): Don't put an autoload manually.
1710 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1711 (cl--compiler-macro-list*): Add autoload cookie.
1712 (cl--compiler-macro-cXXr): New function.
1713
1714 * help-fns.el (help-fns--compiler-macro): New function extracted from
1715 describe-function-1; follow aliases and use `compiler-macro' property.
1716 (describe-function-1): Use it.
1717
1718 2012-06-11 Chong Yidong <cyd@gnu.org>
1719
1720 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1721 is uninstalled, if imagemagick is installed.
1722
1723 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * emacs-lisp/cl-lib.el: Use lexical-binding.
1726 (cl-map-extents, cl-maclisp-member): Remove.
1727 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1728 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1729 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1730 * emacs-lisp/cl-extra.el: Use lexical-binding.
1731 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1732 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1733 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1734 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1735 * emacs-lisp/cl-seq.el: Use lexical-binding.
1736 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1737 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1738 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1739 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1740 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1741 CL's internals.
1742
1743 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1744
1745 Sync with Tramp 2.2.6-pre.
1746
1747 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1748 `print-length' and `print-level' to nil, in order to avoid
1749 truncation. Reported by Christopher Schmidt
1750 <christopher@ristopher.com>.
1751
1752 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1753
1754 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1755 New defmacro.
1756 (tramp-compat-copy-directory): Add optional argument
1757 COPY-CONTENTS. It is not handled yet.
1758
1759 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1760 (tramp-ftp-file-name-p): Simplify.
1761
1762 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1763 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1764 connection vector.
1765
1766 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1767 (tramp-methods): Do not use `tramp-password-end-of-line'.
1768 (tramp-completion-function-alist-putty): Handle UNIX case.
1769 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1770 (tramp-do-file-attributes-with-stat)
1771 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1772 gid as real numbers. They could run out of integer range on cygwin.
1773 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1774 (tramp-sh-handle-expand-file-name): Handle hops.
1775 (tramp-open-connection-setup-interactive-shell):
1776 Use `tramp-cleanup'. Move check for busyboxes ...
1777 (tramp-find-shell): ... here. Simplify implementation.
1778 Set "remote-shell" property also for alternative shells.
1779 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1780 If failing, a regular file would be written otherwise.
1781 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1782 (tramp-find-inline-encoding): Cache the coding commands in the
1783 process cache. Apply test command on the remote side, if defined.
1784 (tramp-find-inline-compress): Cache the compress commands in the
1785 process cache.
1786 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1787 when requested. Handle hops.
1788 (tramp-current-connection): New defvar.
1789 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1790 Throw `suppress', if there was a failed connection shortly before.
1791 Handle user interrupt. (Bug#10187)
1792 (tramp-get-inline-compress, tramp-get-inline-coding):
1793 Read connection properties from the process cache.
1794
1795 * net/tramp-smb.el (tramp-smb-server-version)
1796 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1797 New defconsts.
1798 (tramp-smb-prompt): Extend for powershell prompt.
1799 (tramp-smb-file-name-handler-alist): Add handlers for
1800 `process-file', `shell-command' and `start-file-process'.
1801 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1802 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1803 (tramp-smb-file-name-p): Simplify.
1804 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1805 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1806 (tramp-smb-shell-quote-argument): New defuns.
1807 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1808 Implement using "tar". By this, time-stamps are preserved.
1809 (tramp-smb-handle-copy-file): Handle also the case of directories.
1810 (tramp-smb-do-file-attributes-with-stat)
1811 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1812 Use `tramp-get-connection-buffer').
1813 (tramp-smb-handle-rename-file): Use "rename", when source and
1814 target are on the same share.
1815 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1816 Use `tramp-smb-server-version'.
1817 (tramp-smb-wait-for-output): Remove prompt.
1818
1819 * net/tramp.el (top): Require 'cl.
1820 (tramp-methods, tramp-rsh-end-of-line):
1821 Remove `tramp-password-end-of-line' from docstring.
1822 (tramp-save-ad-hoc-proxies): New defcustom.
1823 (tramp-completion-function-alist): Adapt docstring.
1824 (tramp-default-password-end-of-line): Remove defcustom.
1825 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1826 (tramp-user-regexp, tramp-file-name-regexp-unified)
1827 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1828 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1829 (tramp-remote-file-name-spec-regexp): New defconst.
1830 (tramp-file-name-structure): Extend structure for hops.
1831 (tramp-get-method-parameter): Move up.
1832 (tramp-file-name-p, tramp-dissect-file-name)
1833 (with-parsed-tramp-file-name): Handle hops.
1834 (tramp-file-name-hop): New defun.
1835 (tramp-make-tramp-file-name): New optional arg HOP.
1836 (tramp-message-show-progress-reporter-message): New defvar.
1837 (tramp-with-progress-reporter): Use it. We cannot use
1838 `tramp-message-show-message' here, because this suppresses also
1839 error buffers.
1840 (tramp-error-with-buffer): Suppress buffer view, if
1841 `tramp-message-show-message' is nil.
1842 Use `tramp-get-connection-buffer'.
1843 (tramp-cleanup): New defun.
1844 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1845 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1846 an error unchanged.
1847 (tramp-completion-handle-file-name-all-completions): Handle hops.
1848 Fix an error when called from ido.
1849 (tramp-completion-dissect-file-name): Use better local variable
1850 name. Add hop to the vector.
1851 (tramp-handle-insert-file-contents): Use progress-reporter for the
1852 whole scenario.
1853 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1854 to `t'.
1855 (tramp-check-for-regexp): Simplify search.
1856 (tramp-enter-password): Remove it. Move implementation ...
1857 (tramp-action-password): ... here.
1858 (tramp-mode-string-to-int, tramp-local-host-p)
1859 (tramp-make-tramp-temp-file, tramp-read-passwd)
1860 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1861 Set tramp-autoload cookie.
1862
1863 * net/trampver.el: Update release number.
1864
1865 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1866 Michael Albinus <michael.albinus@gmx.de>
1867
1868 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1869 (tramp-parse-group, tramp-parse-file)
1870 (tramp-parse-shostkeys-sknownhosts): New defuns.
1871 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1872 (tramp-parse-shosts-group, tramp-parse-sconfig)
1873 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1874 (tramp-parse-sknownhosts, tramp-parse-hosts)
1875 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1876 Use them.
1877 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1878 (tramp-parse-putty-group): Don't narrow.
1879 (tramp-parse-putty): Make a loop.
1880 (tramp-file-name-handler): Catch the `suppress' signal.
1881
1882 2012-06-11 Chong Yidong <cyd@gnu.org>
1883
1884 * image.el (imagemagick-register-types): Put the ImageMagick entry
1885 at the end of image-type-file-name-regexps.
1886
1887 2012-06-11 Johan Bockgård <bojohan@gnu.org>
1888
1889 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1890 (pcase, pcase-let*, pcase-dolist): Use them.
1891
1892 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * emacs-lisp/pcase.el (pcase--let*): New function.
1895 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1896 (pcase--expand): Use macroexp-let².
1897
1898 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1901 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1902 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1903 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1904 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1905 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1906
1907 2012-06-10 Glenn Morris <rgm@gnu.org>
1908
1909 * mail/rmail.el (rmail-yank-current-message): Leave point at
1910 correct position. (Bug#11660)
1911
1912 2012-06-10 Chong Yidong <cyd@gnu.org>
1913
1914 * allout-widgets.el: Fix code header.
1915
1916 2012-06-10 Chong Yidong <cyd@gnu.org>
1917
1918 * cus-edit.el (customize-changed-options-previous-release):
1919 Bump to 24.1.
1920
1921 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1922
1923 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1924
1925 2012-06-09 Chong Yidong <cyd@gnu.org>
1926
1927 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1928
1929 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1930
1931 * window.el (special-display-popup-frame): Don't use
1932 window--display-buffer (Bug#11651).
1933
1934 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1935
1936 Fix parallel builds: make sure loaddefs.el is not being written
1937 while Lisp files are compiled.
1938 (compile): Don't depend on 'mh-autoloads'.
1939 (compile-CMD, compile-SH): Depend on 'autoloads'.
1940 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1941
1942 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1943
1944 2012-06-09 Chong Yidong <cyd@gnu.org>
1945
1946 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1947 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1948 Doc fixes (Bug#11225).
1949
1950 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1953 a function if there's a clear indication that it has a compiler-macro.
1954 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1955 (macro-declarations-alist): Add arglist to declaration functions.
1956 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1957 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1958 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1959 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1960 Also add autoload to find the compiler macro.
1961 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1962 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1963 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1964 (cl--compiler-macro-get): New functions, replacing calls to
1965 cl-define-compiler-macro.
1966 (cl-typep) [compiler-macro]: Use macroexp-let².
1967
1968 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1969
1970 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1971 string properly, fixes Bug#11473.
1972
1973 2012-06-08 Chong Yidong <cyd@gnu.org>
1974
1975 * faces.el (set-face-attribute): Doc fix.
1976 (modify-face): Don't use :bold and :italic.
1977 (error, warning, success): Tweak definitions.
1978
1979 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1980 (custom-modified, custom-set, custom-changed, custom-themed)
1981 (custom-saved, custom-button, custom-button-mouse)
1982 (custom-button-pressed, custom-state, custom-comment-tag)
1983 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1984 (custom-group-subtitle): Use new-style face specs.
1985 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1986 (custom-set-face, custom-changed-face, custom-saved-face)
1987 (custom-button-face, custom-button-pressed-face)
1988 (custom-documentation-face, custom-state-face)
1989 (custom-comment-face, custom-comment-tag-face)
1990 (custom-variable-tag-face, custom-variable-button-face)
1991 (custom-face-tag-face, custom-group-tag-face-1)
1992 (custom-group-tag-face): Remove obsolete face alias.
1993
1994 * epa.el (epa-validity-high, epa-validity-medium)
1995 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1996 (epa-field-name, epa-field-body):
1997 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1998 (font-lock-keyword-face, font-lock-builtin-face)
1999 (font-lock-function-name-face, font-lock-variable-name-face)
2000 (font-lock-type-face, font-lock-constant-face):
2001 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2002 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2003 * speedbar.el (speedbar-button-face, speedbar-file-face)
2004 (speedbar-directory-face, speedbar-tag-face)
2005 (speedbar-selected-face, speedbar-highlight-face)
2006 (speedbar-separator-face):
2007 * whitespace.el (whitespace-newline, whitespace-space)
2008 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2009 (whitespace-line, whitespace-space-before-tab)
2010 (whitespace-space-after-tab, whitespace-indentation)
2011 (whitespace-empty):
2012 * emulation/cua-base.el (cua-global-mark):
2013 * eshell/em-prompt.el (eshell-prompt):
2014 * net/newst-plainview.el (newsticker-new-item-face)
2015 (newsticker-old-item-face, newsticker-immortal-item-face)
2016 (newsticker-obsolete-item-face, newsticker-date-face)
2017 (newsticker-statistics-face, newsticker-default-face):
2018 * net/newst-reader.el (newsticker-feed-face)
2019 (newsticker-extra-face, newsticker-enclosure-face):
2020 * net/newst-treeview.el (newsticker-treeview-face)
2021 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2022 (newsticker-treeview-immortal-face)
2023 (newsticker-treeview-obsolete-face)
2024 (newsticker-treeview-selection-face):
2025 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2026 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2027 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2028 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2029 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2030 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2031 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2032 (mpuz-text):
2033 * progmodes/vera-mode.el (vera-font-lock-number)
2034 (vera-font-lock-function, vera-font-lock-interface):
2035 * textmodes/table.el (table-cell): Use new-style face specs, and
2036 don't use the old :bold and :italic attributes.
2037
2038 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2039 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2040 (ebrowse-member-class, ebrowse-progress): Likewise.
2041 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2042 (ebrowse-file-name-face, ebrowse-default-face)
2043 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2044 (ebrowse-progress-face): Remove obsolete faces.
2045
2046 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2047 Inherit from error and warning faces respectively.
2048
2049 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2050 Likewise.
2051 (flyspell-incorrect-face, flyspell-duplicate-face):
2052 Remove obsolete aliases.
2053
2054 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
2055
2056 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2057 Avoid infloop.
2058
2059 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * startup.el (argv, argi): Make lexically scoped.
2062 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2063 * emacs-lisp/cl-macs.el: Use lexical-binding.
2064 Rename cl-bind-* to cl--bind-*.
2065 * files.el: Don't require `cl' since it doesn't use it.
2066 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2067
2068 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
2069
2070 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2071 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2072 instead of calling external sort utility.
2073 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2074
2075 2012-06-08 Eli Zaretskii <eliz@gnu.org>
2076
2077 * descr-text.el (describe-char): Mention how to insert the
2078 character, if the current input method doesn't support it.
2079 See the discussion in this thread for the details:
2080 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2081
2082 2012-06-08 Sam Steingold <sds@gnu.org>
2083
2084 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2085 XF86Back to previous-buffer.
2086 (minibuffer-local-map): Bind them to next-history-element and
2087 previous-history-element respectively.
2088 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2089 help-go-back respectively.
2090 * info.el (Info-mode-map): Bind them to Info-history-forward and
2091 Info-history-back respectively.
2092 These are the keys next to Up on the ThinkPad keyboard.
2093
2094 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2097 * emacs-lisp/cl-macs.el: Provide itself.
2098 (cl--labels-convert-cache): New var.
2099 (cl--labels-convert): New function.
2100 (cl-flet, cl-labels): New implementation with new semantics, relying on
2101 lexical-binding.
2102 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2103 (cl-closure-vars, cl--function-convert-cache)
2104 (cl--function-convert): Move from cl-macs.el.
2105 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2106 rename by removing the "cl-" prefix.
2107 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2108
2109 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2112 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2113 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2114 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2115 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2116 (cl-hash-table-count): Add old compatibility aliases.
2117
2118 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2119 Use macroexpand-all-environment instead.
2120 (cl--old-macroexpand): New var.
2121 (cl--sm-macroexpand): New function.
2122 (cl-symbol-macrolet): Use it during macro expansion.
2123 (cl--function-convert-cache): New var.
2124 (cl--function-convert): New function, extracted from
2125 cl-macroexpand-all.
2126 (cl-lexical-let): Use it.
2127
2128 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2129 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2130 (cl-member): Remove old alias.
2131
2132 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2133 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2134 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2135 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2136 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2137 (cl-macroexpand-cmacs): Remove var.
2138 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2139 Use macroexpand-all instead.
2140
2141 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2144 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2145 (macroexp-copyable-p): New functions and macros.
2146 * emacs-lisp/edebug.el (edebug-unwrap):
2147 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2148 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2149 (pcase--let*): Remove.
2150 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2151 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2152 macroexp-const-p instead.
2153 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2154
2155 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2156 instead of "cl-" for internal definitions. Use macroexp-const-p.
2157 (cl-old-bc-file-form): Remove var.
2158 (cl-const-exprs-p): Remove fun.
2159 (cl-labels, cl-macrolet): Use backquote.
2160 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2161 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2162 (cl-define-setf-expander): Rename from cl-define-setf-method.
2163 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2164
2165 * international/mule-cmds.el: Don't require CL.
2166 (view-hello-file): Don't use `letf'.
2167
2168 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * tmm.el (tmm-prompt): Use string-prefix-p.
2171 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2172 (tmm-add-prompt): Use minibuffer-completion-help.
2173 (tmm-delete-map): Remove.
2174
2175 * subr.el (kbd): Make it its own function.
2176
2177 2012-06-07 Stefan Merten <smerten@oekonux.de>
2178
2179 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2180 Silence compiler warnings. Fix versions.
2181 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
2182 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
2183 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
2184 (rst-package-emacs-version-alist): Correct Emacs version to
2185 represent major merge with upstream.
2186 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
2187
2188 2012-06-06 Glenn Morris <rgm@gnu.org>
2189
2190 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2191 Only print environment variables if set.
2192
2193 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2196 (macroexp--cons): Rename from maybe-cons.
2197 (macroexp--accumulate): Rename from macroexp-accumulate.
2198 (macroexp--all-forms): Rename from macroexpand-all-forms.
2199 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2200 (macroexp--expand-all): Rename from macroexpand-all-1.
2201
2202 2012-06-06 Sam Steingold <sds@gnu.org>
2203
2204 * calendar/calendar.el (calendar-in-read-only-buffer):
2205 Call `special-mode' to enable the standard read-only keybindings.
2206
2207 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2210 with "loading" messages (bug#11635).
2211
2212 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * files.el (enable-remote-dir-locals): New option.
2215 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2216
2217 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2218 Ensure, that the temp directory is local.
2219
2220 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2221 `temporary-file-directory'.
2222
2223 * progmodes/python.el (python-send-region): Ensure, that the
2224 temporary file is created also in the remote case.
2225
2226 2012-06-06 Glenn Morris <rgm@gnu.org>
2227
2228 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2229 (vc-rcs-update-changelog): Use it.
2230
2231 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
2232
2233 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2234 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2235 (vc-sccs-diff): Replace use of the external vcdiff script.
2236
2237 2012-06-05 Glenn Morris <rgm@gnu.org>
2238
2239 * ledit.el: Move to obsolete/.
2240
2241 2012-06-05 Sam Steingold <sds@gnu.org>
2242
2243 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
2244 patch (Bug#11140).
2245
2246 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * emacs-lisp/cust-print.el: Move to obsolete.
2249
2250 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2251 compiler-macro expansion.
2252
2253 Add native compiler-macro support.
2254 * emacs-lisp/macroexp.el (macroexpand-all-1):
2255 Support compiler-macros directly. Properly follow aliases and apply
2256 the compiler macros more thoroughly.
2257 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2258 macroexpand now properly follows aliases.
2259 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2260 (cl-compiler-macroexpand): Use new prop.
2261 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2262
2263 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2264
2265 2012-06-05 Martin Rudalics <rudalics@gmx.at>
2266
2267 * window.el (get-lru-window, get-mru-window, get-largest-window):
2268 New argument NOT-SELECTED to avoid picking the selected window.
2269 (window--display-buffer-1, window--display-buffer-2): Replace by
2270 new function window--display-buffer
2271 (display-buffer-same-window, display-buffer-reuse-window)
2272 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2273 Use window--display-buffer.
2274 (display-buffer-use-some-window): Remove temporary dedication
2275 hack by calling get-lru-window and get-largest-window with
2276 NOT-SELECTED argument non-nil. Call window--display-buffer.
2277
2278 2012-06-05 Glenn Morris <rgm@gnu.org>
2279
2280 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2281 Replace external vcdiff script.
2282
2283 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2286
2287 2012-06-04 Chong Yidong <cyd@gnu.org>
2288
2289 * image.el (imagemagick-types-inhibit): Revert last change.
2290 Add INFO and M.
2291 (imagemagick-enabled-types): Remove CIN and EPS*.
2292
2293 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/cl-lib.el: Rename from cl.el.
2296 * emacs-lisp/cl.el: New compatibility file.
2297 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2298 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2299 to obey the "cl-" prefix.
2300 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2301
2302 2012-06-03 Glenn Morris <rgm@gnu.org>
2303
2304 * emacs-lisp/authors.el (authors-aliases): Addition.
2305
2306 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2307 Fix :version.
2308
2309 2012-06-03 Stefan Merten <smerten@oekonux.de>
2310
2311 * textmodes/rst.el: Add comments.
2312 (rst-transition, rst-adornment): New faces.
2313 (rst-adornment-faces-alist): Make default safe to reevaluate.
2314 Fixes
2315 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2316 Improve customization tags.
2317 (rst-define-level-faces): Clarify meaning.
2318
2319 2012-06-03 Chong Yidong <cyd@gnu.org>
2320
2321 * progmodes/compile.el (compilation-mode-line-fail)
2322 (compilation-mode-line-run, compilation-mode-line-exit):
2323 New faces.
2324 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2325
2326 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2327
2328 * progmodes/which-func.el (which-func-update-ediff-windows):
2329 New function. Use it in ediff-select-hook (Bug#11478).
2330
2331 2012-06-03 Chong Yidong <cyd@gnu.org>
2332
2333 * bindings.el: Remove explicit help text from format-mode-line.
2334 It is now supplied by mode-line-default-help-echo.
2335 (mode-line-front-space, mode-line-end-spaces)
2336 (mode-line-misc-info): New variables.
2337 (mode-line-modes, mode-line-position): Move the default value to
2338 the variable definition.
2339 (mode-line-default-help-echo): New defcustom.
2340 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2341 (mode-line-modified-help-echo): New functions.
2342 (mode-line-mule-info, mode-line-modified): Use them.
2343 (mode-line-eol-desc, propertized-buffer-identification):
2344 Consistency fixes for help text.
2345 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2346 set-buffer-file-coding-system (Bug#289).
2347 (mode-line-mule-info-help-echo): Update help text.
2348
2349 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * simple.el (execute-extended-command): Set real-this-command
2352 (bug#11506).
2353
2354 2012-06-02 Chong Yidong <cyd@gnu.org>
2355
2356 Remove incorrect uses of "modeline" in comments, docstrings, and
2357 function/variable names (Bug#10329).
2358
2359 * cus-edit.el (mode-line):
2360 * dframe.el (dframe-mouse-hscroll):
2361 * emacs-lisp/re-builder.el:
2362 * emacs-lisp/easy-mmode.el (define-minor-mode):
2363 * frame.el (set-frame-name):
2364 * help.el (lookup-minor-mode-from-indicator):
2365 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2366 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2367 (c-toggle-hungry-state):
2368 * progmodes/antlr-mode.el (antlr-language-alist):
2369 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2370 * progmodes/vhdl-mode.el (vhdl-mode):
2371 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2372 * term/ns-win.el (ns-face-at-pos):
2373 * term/sup-mouse.el (sup-mouse-report):
2374 * textmodes/flyspell.el (flyspell-mode-line-string):
2375 * textmodes/ispell.el (ispell-highlight-face):
2376 * textmodes/reftex-global.el:
2377 * vc/vc-arch.el (vc-arch-mode-line-string):
2378 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2379 * vc/vc-git.el (vc-git-mode-line-string):
2380 * vc/vc-hooks.el (vc-display-status)
2381 (vc-default-mode-line-string):
2382 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2383
2384 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2385
2386 * dired.el (dired-sort-set-mode-line): Rename from
2387 dired-sort-set-modeline. All callers changed.
2388
2389 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2390 eshell-status-in-modeline.
2391
2392 * foldout.el (foldout-mode-line-string): Rename from
2393 foldout-modeline-string. All callers changed.
2394 (foldout-update-mode-line): Rename from foldout-update-modeline.
2395
2396 * subr.el (redraw-modeline): Make into obsolete alias.
2397
2398 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2399 timeclock-modeline-display. Make old name an alias.
2400 (timeclock-update-mode-line): Likewise. All callers changed.
2401 (timeclock-mode-line-display): No need to check before using
2402 add-hook.
2403 (timeclock-relative, timeclock-day-over-hook)
2404 (timeclock-use-elapsed, timeclock-mode-string)
2405 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2406
2407 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2408 crisp-mode-modeline-string.
2409
2410 * play/solitaire.el (solitaire-build-mode-line): Rename from
2411 solitaire-build-modeline. All callers changed.
2412
2413 * play/zone.el (zone-hiding-mode-line): Rename from
2414 zone-hiding-modeline. All callers changed.
2415 (zone): Remove unusued `modeline-hidden-level' property.
2416
2417 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2418 xscheme-modeline-initialize. All callers changed.
2419
2420 * strokes.el (strokes-lighter): Rename from
2421 strokes-modeline-string.
2422
2423 * textmodes/sgml-mode.el (html-face-tag-alist)
2424 (html-tag-face-alist): Use mode-line face instead of obsolete
2425 alias modeline.
2426
2427 2012-06-02 Stefan Merten <smerten@oekonux.de>
2428
2429 * textmodes/rst.el: Always require `cl'.
2430 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2431
2432 2012-06-02 Chong Yidong <cyd@gnu.org>
2433
2434 * image.el (imagemagick-enabled-types): Rename from
2435 imagemagick-types-enable. Add many more types.
2436 (imagemagick-types-inhibit): Change default to nil.
2437 (imagemagick-filter-types): Caller changed.
2438
2439 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * emacs-lisp/cl-macs.el: Use backquotes.
2442 (cl-transform-function-property): Use eval-and-compile rather than
2443 abusing `require'.
2444 (defstruct): Use declare-function instead of with-no-warnings.
2445
2446 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2447 (byte-compile-output-docform): Re-add the print-circle bindings.
2448 (byte-compile-fix-header): Use #$ just because it's shorter.
2449 (byte-compile-output-file-form): Remove defun/defmacro.
2450
2451 2012-06-01 Martin Rudalics <rudalics@gmx.at>
2452
2453 * simple.el (choose-completion): Remove now obsolete binding for
2454 owindow.
2455
2456 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2459 in order to avoid "Stack overflow in regexp matcher".
2460
2461 2012-05-31 Glenn Morris <rgm@gnu.org>
2462
2463 * image.el: For clarity, call imagemagick-register-types at
2464 top-level, rather than relying on a custom :initialize.
2465 (imagemagick-types-enable): New option. (Bug#11557)
2466 (imagemagick-filter-types): New function. (Bug#7406)
2467 (imagemagick-register-types): Use imagemagick-filter-types.
2468 If disabling support, remove elements altogether rather
2469 than using an impossible regexp.
2470 (imagemagick-types-inhibit): Give it the default init function.
2471
2472 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2475 Handle arbitrary file name lengths (Bug#11585).
2476
2477 2012-05-31 Martin Rudalics <rudalics@gmx.at>
2478
2479 * desktop.el (desktop-read): Clear previous and next buffers for
2480 all windows and bury *Messages* buffer (bug#11556).
2481
2482 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 Add `declare' for `defun'. Align `defmacro's with it.
2485 * emacs-lisp/easy-mmode.el (define-minor-mode)
2486 (define-globalized-minor-mode): Don't autoload the var definitions.
2487 * emacs-lisp/byte-run.el: Use lexical-binding.
2488 (defun-declarations-alist, macro-declarations-alist): New vars.
2489 (defmacro, defun): Use them.
2490 (make-obsolete, define-obsolete-function-alias)
2491 (make-obsolete-variable, define-obsolete-variable-alias):
2492 Use `declare'.
2493 (macro-declaration-function): Mark obsolete.
2494 * emacs-lisp/autoload.el: Use lexical-binding.
2495 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2496
2497 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2498
2499 * textmodes/ispell.el (ispell-with-no-warnings):
2500 Define as a macro.
2501 (ispell-kill-ispell, ispell-change-dictionary):
2502 Use `called-interactively-p' for Emacs instead of obsolete
2503 `interactive-p'.
2504
2505 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2508 (macro-declaration-function): Move var from C code.
2509 (macro-declaration-function): Define function with defalias.
2510 * emacs-lisp/macroexp.el (macroexpand-all-1):
2511 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2512 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2513 defun/defmacro any more.
2514 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2515 Provide fallback for unknown arglist.
2516 (byte-compile-arglist-warn): Change calling convention.
2517 (byte-compile-output-file-form): Move print-vars binding.
2518 (byte-compile-output-docform): Simplify accordingly.
2519 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2520 (byte-compile-defmacro-declaration): Remove.
2521 (byte-compile-file-form-defmumble): Generalize to defalias.
2522 (byte-compile-output-as-comment): Return byte-positions.
2523 Simplify callers accordingly.
2524 (byte-compile-lambda): Use `assert'.
2525 (byte-compile-defun, byte-compile-defmacro): Remove.
2526 (byte-compile-file-form-defalias):
2527 Use byte-compile-file-form-defmumble.
2528 (byte-compile-defalias-warn): Remove.
2529
2530 2012-05-29 Stefan Merten <smerten@oekonux.de>
2531
2532 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2533 possible. Fix authors. Improve comments. Improve loading of `cl'.
2534
2535 (rst-mode-abbrev-table): Merge definition.
2536 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2537 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2538
2539 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2540
2541 * calendar/icalendar.el
2542 (icalendar-export-region): Export UID properly.
2543
2544 2012-05-29 Leo Liu <sdl.web@gmail.com>
2545 * calendar/icalendar.el (icalendar-import-format):
2546 Add `icalendar-import-format-uid' (Bug#11525).
2547 (icalendar-import-format-uid): New.
2548 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2549 Export UID.
2550
2551 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2554 different alternative patterns.
2555 (pcase-codegen): Be more careful to preserve identity.
2556 (pcase--u1): Don't forget to mark vars as used.
2557
2558 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2559 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2560 (byte-compile-from-buffer): ...rather than here.
2561
2562 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2563 functions from byte-compile-function-environment.
2564
2565 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
2566
2567 * window.el (window-deletable-p): Avoid deleting the root window
2568 of a frame with an active minibuffer.
2569
2570 2012-05-29 Martin Rudalics <rudalics@gmx.at>
2571
2572 * simple.el (choose-completion): Use quit-window (Bug#11567).
2573
2574 2012-05-29 Chong Yidong <cyd@gnu.org>
2575
2576 * whitespace.el (whitespace-cleanup): Fix usage of
2577 whitespace-empty-at-bob-regexp (Bug#11492).
2578
2579 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2580
2581 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2582 revert (Bug#11488).
2583
2584 2012-05-29 Juri Linkov <juri@jurta.org>
2585
2586 * isearch.el (isearch-mode-map): Bind `M-s _' to
2587 `isearch-toggle-symbol'. Bind `M-s c' to
2588 `isearch-toggle-case-fold'.
2589 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2590 (isearch-forward): Add `M-s _' to the docstring.
2591 (isearch-forward-symbol, isearch-toggle-case-fold)
2592 (isearch-symbol-regexp): New functions. (Bug#11381)
2593
2594 2012-05-29 Juri Linkov <juri@jurta.org>
2595
2596 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2597 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2598 a function, call it to get the regexp.
2599 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2600 property `isearch-message-prefix' instead of the string "word ".
2601 (isearch-search-fun-default): For the case of `isearch-word',
2602 return a lambda that calls re-search-forward/re-search-backward
2603 with a regexp returned by `word-search-regexp' or by the function
2604 in `isearch-word'.
2605
2606 2012-05-29 Juri Linkov <juri@jurta.org>
2607
2608 * isearch.el (isearch-search-fun-default): New function.
2609 (isearch-search-fun): Move default part to the new function
2610 `isearch-search-fun-default'.
2611 (isearch-search-fun-function): Set the default value to
2612 `isearch-search-fun-default'. (Bug#11381)
2613
2614 * comint.el (comint-history-isearch-end):
2615 Use `isearch-search-fun-default'.
2616 (comint-history-isearch-search): Use `isearch-search-fun-default'
2617 and remove spacial case for `isearch-word'.
2618 (comint-history-isearch-wrap): Remove spacial case for
2619 `isearch-word'.
2620
2621 * hexl.el (hexl-isearch-search-function):
2622 Use `isearch-search-fun-default'.
2623
2624 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2625 Use `word-search-regexp' for `isearch-word'.
2626
2627 * misearch.el (multi-isearch-search-fun):
2628 Use `isearch-search-fun-default'.
2629
2630 * simple.el (minibuffer-history-isearch-search):
2631 Use `isearch-search-fun-default' and remove spacial case for
2632 `isearch-word'.
2633 (minibuffer-history-isearch-wrap): Remove spacial case for
2634 `isearch-word'.
2635
2636 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2637 Remove spacial case for `isearch-word'.
2638 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2639
2640 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2641
2642 Decrease XEmacs incompatibilities.
2643 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2644 Use `string-match'.
2645 (flyspell-delete-region-overlays): Use alternative definition for
2646 XEmacs.
2647 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2648 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2649 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2650 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2651 `define-obsolete-face-alias' under XEmacs, but old method.
2652
2653 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2654 `with-no-warnings' definition or Emacs alias.
2655 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2656 (ispell-word): Do not use `region-p' if XEmacs.
2657
2658 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2659
2660 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2661 Check for `ispell-dictionary-base-alist' instead of full
2662 `ispell-dictionary-alist'.
2663 (ispell-init-process): Show spellchecker when starting new Ispell
2664 process.
2665
2666 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2669 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2670
2671 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
2672
2673 * version.el (motif-version-string, gtk-version-string)
2674 (ns-version-string): Declare.
2675
2676 2012-05-27 Juri Linkov <juri@jurta.org>
2677
2678 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2679 after the `eval-defun-1' specialcaseing
2680 like in `edebug-eval-defun' (bug#10181).
2681
2682 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2683 like in `eval-defun-1'.
2684
2685 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2686
2687 * mail/sendmail.el (mail-yank-region):
2688 Recognize rmail-yank-current-message in addition to insert-buffer.
2689 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2690 a *mail* buffer created through rmail-start-mail with sendmail as
2691 mail-user-agent.
2692
2693 2012-05-27 Chong Yidong <cyd@gnu.org>
2694
2695 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2696 Default to 256 (Bug#11267).
2697
2698 * help.el (describe-mode): Doc fix.
2699
2700 2012-05-26 Glenn Morris <rgm@gnu.org>
2701
2702 * w32-fns.el (w32-init-info): Remove.
2703 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2704
2705 * info.el (info-initialize): For self-contained NS builds, put the
2706 included info/ directory at the front. (Bug#2791)
2707
2708 * paths.el (Info-default-directory-list): Make it a defcustom,
2709 mainly so that we can use custom-initialize-delay.
2710
2711 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * subr.el (buffer-has-markers-at): Mark obsolete.
2714
2715 * subr.el (lambda): Use declare.
2716
2717 * emacs-lisp/lisp-mode.el (lambda):
2718 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2719
2720 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2721
2722 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2723
2724 2012-05-26 Glenn Morris <rgm@gnu.org>
2725
2726 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2727
2728 2012-05-25 Glenn Morris <rgm@gnu.org>
2729
2730 * paths.el: Remove no-byte-compile.
2731 * loadup.el: No need to load paths.el uncompiled.
2732
2733 * image.el (imagemagick-types-inhibit): Doc fix.
2734
2735 * version.el: Remove no-byte-compile and associated formatting.
2736 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2737 is ancient code from when there was an "inc-vers.el".
2738
2739 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * progmodes/gdb-mi.el: Minor style changes.
2742 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2743 Turn into minor modes.
2744 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2745 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2746 (gdb-shell): Remove unneeded let-binding.
2747 (gdb-get-many-fields): Eliminate O(n²) behavior.
2748
2749 2012-05-25 Eli Zaretskii <eliz@gnu.org>
2750
2751 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2752 platforms that don't link in fontset.c.
2753
2754 2012-05-25 Juri Linkov <juri@jurta.org>
2755
2756 Use the same diff color scheme as in modern VCSes (bug#10181).
2757
2758 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2759 to avoid confusion with `diff-added' that now uses green colors.
2760 (diff-removed): Use shades of red.
2761 (diff-added): Use shades of green.
2762 (diff-changed): Leave just the yellow color.
2763 (diff-use-changed-face): New variable.
2764 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2765 how to highlight context diff changes.
2766 (diff-refine-change): Use shades of yellow.
2767 (diff-refine-removed): New face that uses shades of red.
2768 (diff-refine-added): New face that uses shades of green.
2769 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2770 `diff-refine-removed' in the call to `smerge-refine-subst'
2771 depending on the value of `diff-use-changed-face'.
2772
2773 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2774 (smerge-other): Use shades of green.
2775 (smerge-base): Use shades of yellow.
2776 (smerge-refined-change): Empty face.
2777 (smerge-refined-removed): New face that uses shades of red.
2778 (smerge-refined-added): New face that uses shades of green.
2779 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2780 args `props-r' and `props-a', and use them. Doc fix.
2781 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2782 on its value use different faces `smerge-refined-change',
2783 `smerge-refined-removed', `smerge-refined-added' in the call to
2784 `smerge-refine-subst'.
2785
2786 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2787 Add face condition `min-colors 88' with shades of red.
2788 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2789 `min-colors 88' with shades of green.
2790 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2791 `min-colors 88' with shades of yellow.
2792
2793 2012-05-24 Glenn Morris <rgm@gnu.org>
2794
2795 * paths.el (prune-directory-list, remote-shell-program): Move to...
2796 * files.el (prune-directory-list, remote-shell-program): ...here.
2797 For the latter, delay initialization, prefer ssh, just search PATH.
2798
2799 * paths.el (term-file-prefix): Move to faces.el (the only user).
2800 * faces.el (term-file-prefix): Move here, make it a defcustom.
2801
2802 * paths.el (news-directory, news-path, news-inews-program):
2803 Move to gnus/nnspool.el.
2804
2805 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2806
2807 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2808 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2809 Make the latter a defcustom, with a delayed initialization.
2810
2811 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2812 These were deleted from Gnus itself late 2010.
2813
2814 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
2815
2816 * progmodes/which-func.el (which-func-ff-hook):
2817 Check against user-error, not error.
2818
2819 * emacs-lisp/edebug.el (top): Do not load or set up loading of
2820 cl-specs.el, which no longer exists.
2821
2822 2012-05-22 Glenn Morris <rgm@gnu.org>
2823
2824 * info.el (info-emacs-bug): New command.
2825 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2826 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2827
2828 2012-05-21 Glenn Morris <rgm@gnu.org>
2829
2830 * makefile.w32-in (update-subdirs-SH):
2831 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2832
2833 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2836
2837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2838 Simplify Maven regexp, and make sure the file can't start with a space
2839 (bug#11517).
2840
2841 2012-05-21 Glenn Morris <rgm@gnu.org>
2842
2843 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2844 Scrap superfluous subshells.
2845
2846 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2849 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2850
2851 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2852
2853 * calc/calc.el (calc-ensure-consistent-units): New variable.
2854
2855 * calc/calc-units.el (math-consistent-units-p)
2856 (math-check-unit-consistency): New functions.
2857 (calc-quick-units, calc-convert-units):
2858 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2859 is non-nil.
2860 (calc-extract-units): Fix typo.
2861
2862 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2865
2866 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2867 (flyspell-default-deplacement-commands): Don't spell check after
2868 repeated window/frame switches (e.g. triggered by mouse-movement).
2869 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2870 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2871 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2872 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2873 Remove unused vars.
2874 (flyspell-get-casechars, flyspell-get-not-casechars):
2875 Simplify; Don't bother removing a ] just to add it back.
2876 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2877
2878 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2879
2880 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2881 New functions.
2882 (math-function-table): Add support for more C functions.
2883
2884 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2885
2886 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2887 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2888 Protect delay handling for otherchars against empty otherchars.
2889
2890 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2893 their respective macro declarations.
2894 * skeleton.el (define-skeleton):
2895 * progmodes/compile.el (define-compilation-mode):
2896 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2897 (define-ibuffer-filter):
2898 * emacs-lisp/generic.el (define-generic-mode):
2899 * emacs-lisp/easy-mmode.el (define-minor-mode)
2900 (define-globalized-minor-mode):
2901 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2902 * emacs-lisp/byte-run.el (defsubst):
2903 * custom.el (deftheme): Add doc-string metadata.
2904
2905 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2906
2907 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2908
2909 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2912
2913 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2914 * emacs-lisp/cl-macs.el: Idem.
2915 * emacs-lisp/cl-specs.el: Remove.
2916
2917 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 Minor renaming of internal CL functions and variables.
2920 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2921 (cl--position): Rename from cl-position.
2922 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2923 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2924 (cl--random-state): Rename from *random-state*.
2925
2926 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2929 parens around the arg list (bug#11499).
2930
2931 2012-05-17 Juri Linkov <juri@jurta.org>
2932
2933 * isearch.el (word-search-regexp, word-search-backward)
2934 (word-search-forward, word-search-backward-lax)
2935 (word-search-forward-lax): Move functions from search.c
2936 (bug#10145, bug#11381).
2937
2938 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2939
2940 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2941 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2942 Delay for otherchars as for normal word components.
2943
2944 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * minibuffer.el (completion--sifn-requote): Fix last change.
2947 (minibuffer-local-must-match-filename-map):
2948 Move define-obsolete-variable-alias before its var.
2949
2950 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2953
2954 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2955 behavior.
2956 (completion--string-equal-p): New function.
2957 (completion--twq-all): Use it to get better assertion failure data.
2958
2959 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2960 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2961 (shell--requote-argument): New functions.
2962 (shell-completion-vars): Use them.
2963 (shell--parse-pcomplete-arguments): Rename from
2964 shell-parse-pcomplete-arguments.
2965 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2966 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2967 Obey comint-file-name-quote-list.
2968
2969 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2970 (smie-indent-keyword): Use it.
2971
2972 2012-05-14 Stefan Merten <smerten@oekonux.de>
2973
2974 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2975
2976 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * net/rlogin.el (rlogin-mode-map): Fix last change.
2979
2980 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2981
2982 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2983 the following \r\n using a single `process-send-string', since the
2984 Lotus SMTP server refuses to accept any commands if they are sent
2985 with two `process-send-string's (Bug#11444).
2986
2987 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * shell.el (shell-parse-pcomplete-arguments):
2990 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2991
2992 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2993
2994 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2995 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2996 (image-transform-width, image-transform-fit-width): New functions.
2997 (image-transform-properties): Use them.
2998 (image-transform-check-size): New function.
2999 (image-toggle-display-image): Use it (for testing).
3000 (image-transform-set-rotation): Reduce angle mod 360.
3001 Delete obsolete comment.
3002
3003 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3004
3005 * image-mode.el: Fix scaling (bug#11399).
3006 (image-transform-resize): Doc fix.
3007 (image-transform-properties): Default scale is 1 and height should
3008 be an integer.
3009
3010 2012-05-13 Johan Bockgård <bojohan@gnu.org>
3011
3012 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3013 than hard-coding `car', to fix misbehavior when moving forward.
3014
3015 2012-05-13 Chong Yidong <cyd@gnu.org>
3016
3017 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3018 (tabulated-list-entries, tabulated-list-padding)
3019 (tabulated-list-sort-key): Make permanent-local.
3020
3021 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3022 (electric-buffer-list): Put electric buffer menu
3023 command descriptions in this docstring, instead of the docstring
3024 of electric-buffer-menu-mode. Code cleanups.
3025 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3026 Electric-buffer-menu-mode.
3027 (electric-buffer-update-highlight): Minor code cleanup.
3028
3029 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
3030
3031 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3032 (Bug#11447)
3033
3034 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 Move define-obsolete-variable-alias before the var's definition.
3037 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3038 * tooltip.el (tooltip-hook):
3039 * textmodes/reftex-toc.el (reftex-toc-map):
3040 * textmodes/reftex-sel.el (reftex-select-label-map)
3041 (reftex-select-bib-map):
3042 * textmodes/reftex-index.el (reftex-index-map)
3043 (reftex-index-phrases-map):
3044 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3045 * progmodes/meta-mode.el (meta-mode-map):
3046 * novice.el (disabled-command-hook):
3047 * loadhist.el (unload-hook-features-list):
3048 * frame.el (blink-cursor):
3049 * files.el (find-file-not-found-hooks, write-file-hooks)
3050 (write-contents-hooks):
3051 * emulation/tpu-edt.el (GOLD-map):
3052 * emacs-lock.el (emacs-lock-from-exiting):
3053 * emacs-lisp/generic.el (generic-font-lock-defaults):
3054 * emacs-lisp/chart.el (chart-map):
3055 * dos-fns.el (register-name-alist):
3056 * dired-x.el (dired-omit-files-p):
3057 * desktop.el (desktop-enable):
3058 * cus-edit.el (custom-mode-hook):
3059 * buff-menu.el (buffer-menu-mode-hook):
3060 * bookmark.el (bookmark-read-annotation-text-func)
3061 (bookmark-exit-hooks):
3062 * allout.el (allout-mode-deactivate-hook)
3063 (allout-exposure-change-hook, allout-structure-added-hook)
3064 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3065 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3066 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3067 comes before the corresponding variable's definition.
3068
3069 2012-05-12 Chong Yidong <cyd@gnu.org>
3070
3071 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
3072 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3073 (Buffer-menu-mode-map): Bind it.
3074 (Buffer-menu--pretty-name): Add a mouse-face property.
3075
3076 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3079 (prolog-upper-case-string, prolog-lower-case-string)
3080 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3081 (prolog-use-smie, prolog-smie-grammar): New vars.
3082 (prolog-smie-forward-token, prolog-smie-backward-token)
3083 (prolog-smie-rules): New funs.
3084 (prolog-comment-indent): Remove.
3085 (prolog-mode-variables): Use default comment indentation instead.
3086 Setup SMIE.
3087 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3088 (prolog-mode): Don't call them any more.
3089 (prolog-electric-colon, prolog-electric-dash)
3090 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3091
3092 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3093
3094 * minibuffer.el (completion--twq-all): Again, allow case differences.
3095
3096 * term.el: Move keymap initialization code to be more idiomatic.
3097 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3098 (term-terminal-menu): Move initialization into declaration.
3099 (term-escape-char): Let the user set it in her .emacs.
3100
3101 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3102 Provide SMIE-based indentation (not enabled by default yet).
3103 (sh-mode-map): Don't bind electric keys.
3104 Use electric-pair-mode instead of skeleton-pair.
3105 (sh-assignment-regexp): Fit within 80 columns.
3106 (sh-indent-supported): Specify actual shell name instead of boolean.
3107 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3108 (sh-maybe-here-document): Use it. Make obsolete.
3109 (sh-electric-here-document-mode) New minor mode.
3110 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3111 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3112 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3113 (sh-smie-rc-grammar, sh-use-smie): New vars.
3114 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3115 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3116 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3117 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3118 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3119 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3120 (sh-set-shell): Use smie-setup if requested.
3121
3122 * term.el (term-set-escape-char): Properly set term-escape-char.
3123 See http://stackoverflow.com/questions/10524656.
3124
3125 2012-05-10 Chong Yidong <cyd@gnu.org>
3126
3127 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3128 Use url-generic-parse-url, and handle host names and Windows
3129 filenames properly.
3130 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3131 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3132 URL schemes to work on.
3133 (ffap--toggle-read-only): New function.
3134 (ffap-read-only, ffap-read-only-other-window)
3135 (ffap-read-only-other-frame): Use it.
3136 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3137 necessary for ffap-url-unwrap-remote.
3138
3139 2012-05-10 Dave Abrahams <dave@boostpro.com>
3140
3141 * cus-start.el (create-lockfiles): Add it.
3142
3143 2012-05-09 Chong Yidong <cyd@gnu.org>
3144
3145 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3146 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3147
3148 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3151
3152 2012-05-09 Chong Yidong <cyd@gnu.org>
3153
3154 * ansi-color.el (ansi-color-process-output): Check for validity of
3155 comint-last-output-start before using it. This avoids a bad
3156 interaction with gdb-mi's input/output buffer.
3157
3158 2012-05-09 Glenn Morris <rgm@gnu.org>
3159
3160 * files.el (dir-locals-read-from-file):
3161 Mention dir-locals in any error message.
3162
3163 2012-05-09 Chong Yidong <cyd@gnu.org>
3164
3165 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3166 package (Bug#11410).
3167
3168 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3169 variables into description.
3170
3171 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3174 shell-delimiter-argument-list (bug#11348).
3175 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3176
3177 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
3178
3179 * textmodes/rst.el: Silence byte-compiler warnings.
3180 (rst-re-alist, rst-reset-section-caches): Move around.
3181 (rst-re): Use `characterp', not `char-valid-p'.
3182 (font-lock-beg, font-lock-end): Declare.
3183
3184 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3185 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3186
3187 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3188
3189 2012-05-08 Glenn Morris <rgm@gnu.org>
3190
3191 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3192
3193 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * vc/log-edit.el: Add GNU coding standards highlighting.
3196 (log-edit-font-lock-gnu-style)
3197 (log-edit-font-lock-gnu-keywords): New vars.
3198 (log-edit-font-lock-keywords): New fun.
3199 (log-edit-mode): Don't fold case in font-lock.
3200 (log-edit-font-lock-keywords): Do not assume case-folding.
3201
3202 * imenu.el: Misc cleanup. Make docstrings out of comments.
3203 Use lexical-binding.
3204 (imenu--index-alist, imenu--last-menubar-index-alist)
3205 (imenu-menubar-modified-tick): Use defvar-local.
3206 (imenu--split-menu): Remove unused var.
3207 (imenu--cleanup-seen): Declare as global.
3208 (imenu--cleanup): Use dolist.
3209
3210 * subr.el (defvar-local): Add debug spec and doc-string position.
3211
3212 2012-05-08 Glenn Morris <rgm@gnu.org>
3213
3214 * language/burmese.el, language/cham.el, language/czech.el:
3215 * language/english.el, language/georgian.el, language/greek.el:
3216 * language/japanese.el, language/khmer.el, language/korean.el:
3217 * language/lao.el, language/misc-lang.el, language/romanian.el:
3218 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3219 * language/thai.el, language/utf-8-lang.el:
3220 Remove no-byte-compile setting.
3221
3222 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3223
3224 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3225
3226 * progmodes/make-mode.el (makefile-browse):
3227 Remove unnecessary interactive. (Bug#11324)
3228
3229 2012-05-07 Glenn Morris <rgm@gnu.org>
3230
3231 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3232
3233 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3234
3235 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * loadup.el: Preload newcomment.el.
3238 * newcomment.el: Move autoload-only code to toplevel.
3239
3240 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3241 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3242 Handle new :right-align column property.
3243 (tabulated-list-print-col): Idem, plus use `display' text-property to
3244 try and preserve alignment for variable pitch fonts.
3245
3246 2012-05-07 Chong Yidong <cyd@gnu.org>
3247
3248 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3249 (tabulated-list-use-header-line): New var.
3250 (tabulated-list-init-header): Use it.
3251 (tabulated-list-print-fake-header): New function.
3252 (tabulated-list-print): Use it.
3253 (tabulated-list-sort-button-map): Add non-header-line commands.
3254 (tabulated-list-init-header): Add column name property to basic
3255 labels as well.
3256 (tabulated-list-col-sort): Handle non-header-line button case.
3257 (tabulated-list--sort-by-column-name): Fix a corner case.
3258
3259 * buff-menu.el (list-buffers--refresh):
3260 Handle Buffer-menu-use-header-line.
3261
3262 2012-05-06 Chong Yidong <cyd@gnu.org>
3263
3264 * buff-menu.el: Convert to Tabulated List mode.
3265 (Buffer-menu-buffer+size-width): Make obsolete.
3266 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3267 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3268 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3269 documentation into docstring of buffer-menu.
3270 (Buffer-menu-toggle-files-only): Add an informative message.
3271 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3272 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3273 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3274 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3275 (Buffer-menu-execute, Buffer-menu-select)
3276 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3277 (Buffer-menu-bury): Use Tabulated List machinery.
3278 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3279 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
3280 Delete.
3281 (list-buffers--refresh): New function.
3282 (list-buffers-noselect): Use it.
3283 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3284 (Buffer-menu--pretty-file-name): New helper functions.
3285
3286 * loadup.el: Preload tabulated-list.
3287
3288 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3289 tabulated-list-sort-column.
3290 (tabulated-list-init-header): Add the initial aligning space even
3291 if tabulated-list-padding is zero.
3292
3293 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3294
3295 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3296 whose cdr is not a cons cell correctly (bug#11038).
3297
3298 2012-05-06 Chong Yidong <cyd@gnu.org>
3299
3300 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3301 Accept additional plist in column descriptors.
3302 (tabulated-list-init-header): Obey it.
3303 (tabulated-list-get-entry): New function.
3304 (tabulated-list-put-tag): Use it. Use string-width instead of
3305 length.
3306 (tabulated-list--column-number): New function.
3307 (tabulated-list-print): Use it.
3308 (tabulated-list-print-col): New function.
3309 Set `tabulated-list-column-name' property on each column's text.
3310 (tabulated-list-print-entry): Use it.
3311 (tabulated-list-delete-entry, tabulated-list-set-col):
3312 New functions.
3313 (tabulated-list-sort-column): New command (Bug#11337).
3314
3315 * buff-menu.el (list-buffers): Move C-x C-b binding from
3316 buff-menu.el to bindings.el.
3317
3318 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3319 :advertised-binding feature.
3320
3321 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3322
3323 * progmodes/compile.el (compilation-internal-error-properties):
3324 Calculate start position correctly when end-col is set but
3325 end-line is not (Bug#11382).
3326
3327 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3328
3329 * man.el (Man-unindent): Use text-property-default-nonsticky to
3330 prevent untabify from inheriting face properties (Bug#11408).
3331
3332 2012-05-05 Stefan Merten <smerten@oekonux.de>
3333
3334 * textmodes/rst.el: Major merge with upstream development up to
3335 Docutils SVN r7399 / rst.el V1.2.1.
3336
3337 Clarify maintainership and authors.
3338
3339 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3340 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3341 (rst-official-version, rst-official-cvs-rev, rst-version)
3342 (rst-package-emacs-version-alist): New functions and variables
3343 for version information.
3344
3345 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3346 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3347 (rst-mode-syntax-table, rst-mode): New and corrected functions
3348 and variables representing reStructuredText features.
3349
3350 (rst-re): New function for reStructuredText regexes. Use in
3351 many places.
3352
3353 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3354 (rst-mode-map): Rebind keys.
3355
3356 (rst-mode-lazy, rst-font-lock-keywords)
3357 (rst-font-lock-extend-region)
3358 (rst-font-lock-extend-region-internal)
3359 (rst-font-lock-extend-region-extend)
3360 (rst-font-lock-find-unindented-line-limit)
3361 (rst-font-lock-find-unindented-line-match)
3362 (rst-adornment-level, rst-font-lock-adornment-level)
3363 (rst-font-lock-adornment-match)
3364 (rst-font-lock-handle-adornment-pre-match-form)
3365 (rst-font-lock-handle-adornment-matcher): Major revision of
3366 font-locking. Integrate with other code. Use `jit-lock-mode'.
3367
3368 (rst-preferred-adornments, rst-adjust-hook)
3369 (rst-new-adornment-down, rst-preferred-bullets)
3370 (rst-preferred-bullets, rst-indent, rst-indent-width)
3371 (rst-indent-field, rst-indent-literal-normal)
3372 (rst-indent-literal-minimized, rst-indent-comment): Change,
3373 extend and improve customization.
3374
3375 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3376 (rst-normalize-cursor-position, rst-get-decoration)
3377 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3378 (rst-rstrip, rst-toc-insert-find-delete-contents)
3379 (rst-shift-fill-region, rst-compute-bullet-tabs)
3380 (rst-debug-print-tabs, rst-debug-mark-found)
3381 (rst-shift-region-guts, rst-shift-region-right)
3382 (rst-shift-region-left, rst-use-char-classes)
3383 (rst-font-lock-keywords-function)
3384 (rst-font-lock-indentation-point)
3385 (rst-font-lock-find-unindented-line-begin)
3386 (rst-font-lock-find-unindented-line-end)
3387 (rst-font-lock-find-unindented-line)
3388 (rst-font-lock-adornment-point, rst-font-lock-level)
3389 (rst-adornment-level-alist): Remove functions and variables.
3390
3391 (rst-compare-adornments, rst-get-adornment-match)
3392 (rst-suggest-new-adornment, rst-get-adornments-around)
3393 (rst-adornment-complete-p, rst-get-next-adornment)
3394 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3395 (rst-straighten-adornments): Standardize function names to
3396 use "adornment" instead of "decoration". Correct callers.
3397 Similar standardizing in many places.
3398
3399 (rst-update-section, rst-adjust, rst-promote-region)
3400 (rst-enumerate-region, rst-bullet-list-region)
3401 (rst-repeat-last-character): Correct use of `interactive'.
3402
3403 (rst-classify-adornment, rst-find-all-adornments)
3404 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3405 (rst-find-leftmost-column, rst-repeat-last-character):
3406 Refactor functions.
3407
3408 (rst-find-title-line, rst-reset-section-caches)
3409 (rst-get-adornments-around, rst-adjust-adornment-work)
3410 (rst-arabic-to-roman, rst-roman-to-arabic)
3411 (rst-insert-list-pos, rst-insert-list-new-item)
3412 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3413 New functions.
3414
3415 (rst-all-sections, rst-section-hierarchy)
3416 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3417 New variables.
3418
3419 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3420 configuration instead of only buffer. Change where necessary.
3421
3422 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3423 (rst-shift-region, rst-adaptive-fill): New functions for
3424 indentation and filling.
3425
3426 (rst-comment-line-break, rst-comment-indent)
3427 (rst-comment-insert-comment, rst-comment-region)
3428 (rst-uncomment-region): New functions for handling comments.
3429
3430 (rst-compile): Quote shell arguments.
3431
3432 (rst-compile-pdf-preview, rst-compile-slides-preview):
3433 Delete temporary files after use.
3434
3435 2012-05-05 Glenn Morris <rgm@gnu.org>
3436
3437 * calendar/cal-html.el: Optionally include holidays in the output.
3438 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3439 (cal-html-holidays): New option.
3440 (cal-html-css-default): Add holiday entry.
3441 (holiday-in-range): Autoload it.
3442 (cal-html-htmlify-entry): Add optional class argument.
3443 (cal-html-htmlify-list): Add optional holidays argument.
3444 (cal-html-insert-agenda-days): Include holidays in the output.
3445 (cal-html-one-month): Maybe include holidays.
3446
3447 * calendar/holidays.el (holiday-in-range):
3448 Move here from cal-tex-list-holidays.
3449 * calendar/cal-tex.el (cal-tex-list-holidays):
3450 Make it an obsolete alias for holiday-in-range. Update all callers.
3451
3452 2012-05-05 Chong Yidong <cyd@gnu.org>
3453
3454 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3455 Nextstep.
3456
3457 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3458
3459 * files.el (file-auto-mode-skip): New var.
3460 (set-auto-mode-1): Use it.
3461
3462 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * repeat.el: Use lexical-binding.
3465 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3466 (repeat-undo-count): Remove.
3467 (repeat):
3468 * progmodes/octave-mod.el (octave-abbrev-start):
3469 * progmodes/f90.el (f90-abbrev-start):
3470 * face-remap.el (text-scale-adjust):
3471 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3472
3473 * emacs-lisp/pcase.el (pcase--let*): New function.
3474 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3475 a bit more.
3476 (pcase--split-pred): Be more clever about ruling out overlap between
3477 a predicate and some constant pattern.
3478 (pcase--q1): Use `null' instead of (eq foo nil).
3479
3480 * subr.el (setq-local, defvar-local): New macros.
3481 (kbd): Redefine as an alias.
3482 (with-selected-window): Leave unrelated frames alone.
3483 (set-temporary-overlay-map): New function.
3484
3485 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * subr.el (user-error): New function.
3488 * window.el (switch-to-buffer):
3489 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3490 (smerge-match-conflict):
3491 * simple.el (previous-matching-history-element)
3492 (next-matching-history-element, goto-history-element, undo-more)
3493 (undo-start):
3494 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3495 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3496 (next-file, tags-loop-scan, list-tags, complete-tag):
3497 * progmodes/compile.el (compilation-loop):
3498 * mouse.el (mouse-minibuffer-check):
3499 * man.el (Man-bgproc-sentinel, Man-goto-page):
3500 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3501 (Info-history-forward, Info-follow-reference, Info-menu)
3502 (Info-extract-menu-item, Info-extract-menu-counting)
3503 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3504 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3505 (Info-next-reference, Info-prev-reference, Info-index)
3506 (Info-index-next, Info-follow-nearest-node)
3507 (Info-copy-current-node-name):
3508 * imenu.el (imenu--make-index-alist)
3509 (imenu-default-create-index-function, imenu-add-to-menubar):
3510 * files.el (basic-save-buffer, recover-file):
3511 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3512 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3513 (checkdoc-message-text, checkdoc-defun):
3514 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3515 * cus-edit.el (customize-changed-options, customize-rogue)
3516 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3517 (custom-variable-mark-to-reset-standard)
3518 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3519 (custom-file):
3520 * completion.el (check-completion-length):
3521 * comint.el (comint-search-arg)
3522 (comint-previous-matching-input-string-position)
3523 (comint-previous-matching-input)
3524 (comint-replace-by-expanded-history-before-point, comint-send-input)
3525 (comint-copy-old-input, comint-backward-matching-input)
3526 (comint-goto-process-mark, comint-set-process-mark):
3527 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3528 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3529
3530 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * dabbrev.el (dabbrev--ignore-case-p): New function.
3533 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3534 Use it.
3535
3536 * files.el (automount-dir-prefix): Mark as obsolete.
3537
3538 2012-05-04 Glenn Morris <rgm@gnu.org>
3539
3540 * patcomp.el, play/bruce.el: Move to obsolete/.
3541
3542 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3543
3544 Fix minor Y10k bugs.
3545 * arc-mode.el (archive-unixdate):
3546 * autoinsert.el (auto-insert-alist):
3547 * calc/calc-forms.el (math-this-year):
3548 * emacs-lisp/copyright.el (copyright-current-year)
3549 (copyright-update-year, copyright):
3550 * tar-mode.el (tar-clip-time-string):
3551 * time.el (display-time-update):
3552 Don't assume years have 4 digits.
3553
3554 2012-05-04 Chong Yidong <cyd@gnu.org>
3555
3556 * dos-w32.el (file-name-buffer-file-type-alist)
3557 (direct-print-region-use-command-dot-com):
3558 * ffap.el (ffap-menu-regexp):
3559 * find-file.el (ff-special-constructs):
3560 * follow.el (follow-debug):
3561 * forms.el (forms--debug):
3562 * iswitchb.el (iswitchb-all-frames):
3563 * ido.el (ido-all-frames):
3564 * emacs-lisp/timer.el (timer-max-repeats):
3565 * mail/feedmail.el (feedmail-mail-send-hook)
3566 (feedmail-mail-send-hook-queued):
3567 * mail/footnote.el (footnote-signature-separator):
3568 * mail/mailabbrev.el (mail-alias-separator-string)
3569 (mail-abbrev-mode-regexp):
3570 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3571 * progmodes/idlwave.el (idlwave-libinfo-file)
3572 (idlwave-default-completion-case-is-down)
3573 (idlwave-library-routines): Convert defvars to defcustoms.
3574
3575 * mail/rmail.el (rmail-decode-mime-charset):
3576 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3577 (idlwave-shell-fix-inserted-breaks)
3578 (idlwave-shell-activate-alt-keybindings)
3579 (idlwave-shell-use-breakpoint-glyph):
3580 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3581
3582 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3585
3586 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3587
3588 * progmodes/verilog-mode.el (font-lock-keywords):
3589 Fix mis-highligting auto. Reported by Craig Barner.
3590 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3591 defines from global name space. Reported by Dan Dever.
3592 (verilog-auto-reset, verilog-auto-reset-widths)
3593 (verilog-auto-tieoff): Support using unbased numbers for
3594 AUTORESET and AUTOTIEOFF.
3595 (verilog-submit-bug-report): Update variable list.
3596 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3597 parenthesis from not matching. Reported by Michael Rytting.
3598 (verilog-auto-template-lint): Fix hash error when linting modules
3599 with no used templates.
3600 (verilog-warn, verilog-warn-error)
3601 (verilog-warn-fatal): When non-interactive report multiple
3602 warnings before exiting. Suggested by Brad Dobbie.
3603 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3604 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3605 to report unused template errors. Reported by Brad Dobbie.
3606 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3607 nets, bug438. Reported by Vns Blore.
3608 (verilog-auto-inout-module, verilog-auto-reg)
3609 (verilog-read-decls, verilog-read-sub-decls-sig)
3610 (verilog-signals-edit-wire-reg, verilog-signals-with):
3611 Fix passing of Verilog data types in ANSI input/output ports
3612 such as "output logic" into the AUTOs. Special case "wire" and
3613 "reg" for backwards compatibility presuming Verilog 2001.
3614 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3615 (verilog-preprocess): Fix replication of preprocess output.
3616 Reported by Brad Dobbie.
3617 (verilog-auto-inst-interfaced-ports):
3618 Create verilog-auto-inst-interfaced-ports, bug429.
3619 Reported by Julian Gorfajn.
3620 (verilog-after-save-font-hook)
3621 (verilog-before-save-font-hook): New variable.
3622 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3623 (verilog-save-font-mods): Wrap disabling fontification, reported
3624 by David Rogoff.
3625 (verilog-do-indent, verilog-pretty-declarations-auto)
3626 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3627 Reported by Pierre-David Pfister.
3628 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3629 of class declarations, bug292. Reported by Kevin Heilman.
3630 (verilog-read-decls): Fix 'parameter type' not appearing in
3631 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3632 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3633 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3634 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3635 Reported by David Kravitz.
3636
3637 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
3638
3639 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3640 assignment with tests in ifs and for loops.
3641 (verilog-extended-complete-re, verilog-complete-reg): Change so
3642 that DPI inport functions don't look like fuction declarations.
3643 (verilog-pretty-expr): Don't line up assignment
3644 operations to the test and increment in if and for loops
3645 (verilog-extended-complete-re, verilog-complete-reg): Change so
3646 that DPI inport functions don't look like fuction declarations.
3647
3648 2012-05-03 Kenichi Handa <handa@m17n.org>
3649
3650 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3651 decoding, and show a warning message without signaling an error
3652 (Bug#11282).
3653
3654 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * emacs-lisp/bytecomp.el
3657 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3658 since cconv.el might have introduced :fun-body, internal-make-closure,
3659 and friends for bytecomp to handle (bug#11391).
3660 * custom.el (defcustom): Avoid ((λ ..) ..).
3661
3662 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3665
3666 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * notifications.el (dbus-debug):
3669 * term/linux.el (gpm-mouse-enable):
3670 * term/screen.el (xterm-register-default-colors): Declare.
3671
3672 2012-05-02 Chong Yidong <cyd@gnu.org>
3673
3674 * cus-start.el (gc-cons-percentage, exec-suffixes)
3675 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3676 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3677 (make-cursor-line-fully-visible, void-text-area-pointer)
3678 (font-list-limit): Add customization data.
3679
3680 * allout.el (allout-exposure-change-functions)
3681 (allout-structure-added-functions)
3682 (allout-structure-deleted-functions)
3683 (allout-structure-shifted-functions): Rename abnormal hooks from
3684 *-hook, and convert to defcustoms.
3685 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3686 Convert to defcustoms.
3687 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3688
3689 * allout-widgets.el: Hook callers changed.
3690
3691 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3692
3693 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3694 the yanked message in preference to the default value of
3695 buffer-file-coding-system.
3696
3697 2012-05-02 Martin Rudalics <rudalics@gmx.at>
3698
3699 * window.el (display-buffer--action-function-custom-type):
3700 Fix entry.
3701
3702 2012-05-02 Alan Mackenzie <acm@muc.de>
3703
3704 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3705
3706 2012-05-01 Glenn Morris <rgm@gnu.org>
3707
3708 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3709
3710 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3711
3712 * cus-edit.el (custom-variable-documentation): Simplify with format.
3713
3714 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3715 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * simple.el (suggest-key-bindings, execute-extended-command):
3718 Move from keyboard.c.
3719
3720 2012-05-01 Chong Yidong <cyd@gnu.org>
3721
3722 * follow.el: Eliminate advice.
3723 (set-process-filter, process-filter, sit-for): Advice deleted.
3724 (follow-mode-off-hook): Obsolete hook removed.
3725 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3726 Vars deleted.
3727 (follow-auto): Use a :set function.
3728 (follow-mode): Rewritten. Don't advise process filters.
3729 (follow-switch-to-current-buffer-all, follow-scroll-up)
3730 (follow-scroll-down): Assume follow-mode is bound.
3731 (follow-comint-scroll-to-bottom)
3732 (follow-align-compilation-windows): New functions.
3733 (follow--window-sorter): New function.
3734 (follow-all-followers): Use it to explicitly sort windows by their
3735 positions; don't make assumptions about next-window order.
3736 (follow-windows-start-end, follow-delete-other-windows-and-split)
3737 (follow-calc-win-start): Doc fix.
3738 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3739 vertical-motion unnecessarily.
3740 (follow-adjust-window): New function.
3741 (follow-post-command-hook): Use it.
3742 (follow-call-set-process-filter, follow-call-process-filter)
3743 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3744 (follow-stop-intercept-process-output, follow-generic-filter):
3745 Functions deleted.
3746 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3747 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3748 New functions, replacing advice on scroll-bar-* commands.
3749 (follow-mwheel-scroll): New function (Bug#4112).
3750
3751 * comint.el (comint-adjust-point): New function.
3752 (comint-postoutput-scroll-to-bottom): Use it.
3753 Call follow-comint-scroll-to-bottom for Follow mode buffers.
3754
3755 2012-05-01 Glenn Morris <rgm@gnu.org>
3756
3757 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3758 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3759 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3760 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3761 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3762 Remove no-byte-compile setting.
3763
3764 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3767 all-completions code to not return a number in the last cdr.
3768
3769 2012-04-30 Leo Liu <sdl.web@gmail.com>
3770
3771 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3772 read-only error.
3773
3774 2012-04-29 Chong Yidong <cyd@gnu.org>
3775
3776 * follow.el (follow-calc-win-end): Rewrite to handle partial
3777 screen lines correctly (Bug#8390).
3778 (follow-avoid-tail-recenter): Minor cleanup.
3779
3780 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 Avoid the obsolete `assoc' package.
3783 * speedbar.el (speedbar-refresh): Avoid adelete.
3784 (speedbar-file-lists): Simplify and avoid aput.
3785 * man.el (Man--sections, Man--refpages): New vars, replacing
3786 Man-sections-alist and Man-refpages-alist.
3787 (Man-build-section-alist, Man-build-references-alist):
3788 Use them; avoid aput.
3789 (Man--last-section, Man--last-refpage): New vars.
3790 (Man-follow-manual-reference): Use them.
3791 Use the `default' arg of completing-read.
3792 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3793
3794 2012-04-27 Chong Yidong <cyd@gnu.org>
3795
3796 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3797
3798 * startup.el (x-apply-session-resources): New function.
3799
3800 * term/ns-win.el (ns-initialize-window-system):
3801 * term/w32-win.el (w32-initialize-window-system):
3802 * term/x-win.el (x-initialize-window-system): Use it to properly
3803 set menu-bar-mode and other vars from X resources, even if the
3804 initial frame is not a window-system frame (Bug#2299).
3805
3806 * subr.el (read-key): Avoid running filter function when setting
3807 up temporary tool bar entries (Bug#9922).
3808
3809 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3810
3811 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3812 (Bug#11344)
3813
3814 2012-04-27 Chong Yidong <cyd@gnu.org>
3815
3816 * select.el (xselect--encode-string): New function, split from
3817 xselect-convert-to-string.
3818 (xselect-convert-to-string): Use it.
3819 (xselect-convert-to-filename, xselect-convert-to-os)
3820 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3821 returned strings are properly encoded (Bug#11315).
3822
3823 2012-04-27 Chong Yidong <cyd@gnu.org>
3824
3825 * simple.el (delete-active-region): Move to killing custom group.
3826
3827 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3828
3829 * progmodes/which-func.el (which-func-current): Quote %
3830 characters for mode-line processing.
3831
3832 2012-04-27 Chong Yidong <cyd@gnu.org>
3833
3834 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3835 reaching eob (Bug#11286).
3836
3837 2012-04-27 Eli Zaretskii <eliz@gnu.org>
3838
3839 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3840 (gdb): Make it buffer-local and init to zero.
3841 (gdb-control-commands-regexp): New variable.
3842 (gdb-send): Don't wrap in "-interpreter-exec console" if
3843 gdb-control-level is positive. Increment gdb-control-level
3844 whenever the command matches gdb-control-commands-regexp, and
3845 decrement it each time the command is "end". (Bug#11279)
3846
3847 2012-04-27 Martin Rudalics <rudalics@gmx.at>
3848
3849 * window.el (adjust-window-trailing-edge, enlarge-window)
3850 (shrink-window, window-resize):
3851 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3852 windows (Bug#11276).
3853
3854 2012-04-27 Chong Yidong <cyd@gnu.org>
3855
3856 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3857 fix "missing prefix" warning. All callers changed.
3858
3859 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * emacs-lisp/assoc.el: Move to obsolete/.
3862
3863 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3866
3867 * term/ns-win.el (ns-define-service):
3868 * progmodes/pascal.el (pascal-goto-defun):
3869 * progmodes/js.el (js--read-tab):
3870 * progmodes/etags.el (tags-lazy-completion-table):
3871 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3872 * emacs-lisp/ewoc.el (ewoc--wrap):
3873 * emacs-lisp/assoc.el (aput, adelete, amake):
3874 * doc-view.el (doc-view-convert-current-doc):
3875 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3876
3877 2012-04-26 Chong Yidong <cyd@gnu.org>
3878
3879 * image.el (image-type-from-buffer): Only return supported image
3880 type (Bug#9045).
3881
3882 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3883 value, for symmetry with diff-end-of-hunk.
3884 (diff-split-hunk, diff-find-source-location)
3885 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3886 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3887 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3888 compute the relevant hunk or file properly (Bug#6005).
3889 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3890
3891 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * vc/vc-mtn.el:
3894 * vc/vc-hg.el:
3895 * vc/vc-git.el:
3896 * vc/vc-dir.el:
3897 * vc/vc-cvs.el:
3898 * vc/vc-bzr.el:
3899 * vc/vc-arch.el:
3900 * vc/vc.el: Replace lexical-let by lexical-binding.
3901 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3902 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3903 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3904
3905 2012-04-26 Chong Yidong <cyd@gnu.org>
3906
3907 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3908 (diff-mode-shared-map): Bind it to / and [remap undo].
3909
3910 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3911 (ediff-window-setup-function): Use it as the default, to set up
3912 windows based on whether the current frame is graphical (Bug#2138).
3913 (ediff-choose-window-setup-function-automatically): Make obsolete.
3914
3915 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3916
3917 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * ffap.el: Remove old code for obsolete package.
3920 (ffap-complete-as-file-p): Remove.
3921
3922 Use completion-table-with-quoting for comint and pcomplete.
3923 * comint.el (comint--unquote&requote-argument)
3924 (comint--unquote-argument, comint--requote-argument): New functions.
3925 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3926 (comint-quote-filename): Use regexp-opt-charset.
3927 (comint--common-suffix, comint--common-quoted-suffix)
3928 (comint--table-subvert): Remove.
3929 (comint-unquote-function, comint-requote-function): New vars.
3930 (comint--complete-file-name-data): Use them with
3931 completion-table-with-quoting.
3932 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3933 * pcomplete.el (pcomplete-arg-quote-list)
3934 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3935 (pcomplete-unquote-argument-function): Default to non-nil.
3936 (pcomplete-unquote-argument): Simplify.
3937 (pcomplete--common-quoted-suffix): Remove.
3938 (pcomplete-requote-argument-function): New var.
3939 (pcomplete--common-suffix): New function.
3940 (pcomplete-completions-at-point): Use completion-table-with-quoting
3941 and completion-table-subvert.
3942
3943 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3944 (minibuffer--double-dollars): Preserve properties.
3945 (completion--sifn-requote): New function.
3946 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3947
3948 * minibuffer.el: Add support for completion of quoted/escaped data.
3949 (completion-table-with-quoting, completion-table-subvert): New funs.
3950 (completion--twq-try, completion--twq-all): New functions.
3951 (completion--nth-completion): New function.
3952 (completion-try-completion, completion-all-completions): Use it.
3953
3954 2012-04-25 Leo Liu <sdl.web@gmail.com>
3955
3956 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3957 Use compilation-message if available to find real filename.
3958
3959 2012-04-25 Chong Yidong <cyd@gnu.org>
3960
3961 * vc/diff-mode.el (diff-setup-whitespace): New function.
3962 (diff-mode): Use it.
3963
3964 * vc/diff.el (diff-sentinel):
3965 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3966 Whitespace mode variables based on diff style (Bug#8612).
3967
3968 2012-04-25 Leo Liu <sdl.web@gmail.com>
3969
3970 * progmodes/python.el (python-send-region): Add suffix .py to the
3971 temp file.
3972
3973 * files.el (auto-mode-alist): Use javascript-mode instead.
3974
3975 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3976
3977 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3978
3979 * net/soap-client.el (soap-resolve-references-for-sequence-type)
3980 (soap-resolve-references-for-array-type): Hack to prevent self
3981 references, see Bug#9.
3982 (soap-parse-envelope): Report the contents of the 'detail' node
3983 when receiving a fault reply.
3984 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3985
3986 * net/soap-inspect.el (soap-sample-value-for-simple-type)
3987 (soap-inspect-simple-type): New function.
3988
3989 * net/soap-client.el (soap-simple-type): New struct.
3990 (soap-default-xsd-types, soap-default-soapenc-types)
3991 (soap-decode-basic-type, soap-encode-basic-type):
3992 support unsignedInt and double basic types.
3993 (soap-resolve-references-for-simple-type)
3994 (soap-parse-simple-type, soap-encode-simple-type): New function.
3995 (soap-parse-schema): Parse xsd:simpleType declarations.
3996
3997 * net/soap-client.el (soap-default-xsd-types)
3998 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3999 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4000 the local name of "soapenc:Array".
4001 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
4002 decoding integer, byte and anyURI xsd types.
4003
4004 2012-04-25 Chong Yidong <cyd@gnu.org>
4005
4006 * cus-edit.el (custom-buffer-create-internal): Update header text.
4007
4008 2012-04-25 Eli Zaretskii <eliz@gnu.org>
4009
4010 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4011 settings on 'system-type', not on 'window-system'. On MS-Windows,
4012 set interactive-mode on in GDB.
4013
4014 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4017 (ruby-syntax-propertize-regexp): Remove.
4018 (ruby-syntax-propertize-function): Split regexp into chunks.
4019 Match following code directly.
4020
4021 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4022
4023 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4024 (ruby-syntax-propertize-regexp): New function.
4025 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4026 by a special keyword.
4027
4028 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4029 (ruby-syntax-general-delimiters-goto-beg)
4030 (ruby-syntax-propertize-general-delimiters): New functions.
4031 (ruby-syntax-propertize-function): Use them to handle GDL.
4032 (ruby-font-lock-keywords): Move old handling of GDL...
4033 (ruby-font-lock-syntactic-keywords): .. to here.
4034 (ruby-calculate-indent): Adjust indentation for GDL.
4035
4036 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
4037
4038 * notifications.el (top): Remove unneeded declarations.
4039 (notifications-specification-version): Change to "1.2".
4040 (notifications-interface, notifications-notify-method)
4041 (notifications-close-notification-method): Fix docstring.
4042 (notifications-get-capabilities-method): New defconst.
4043 (notifications-notify): Add :action-items, :resident and
4044 :transient hints. Change "image_data" to "image-data" and
4045 "image_path" to "image-path".
4046 (notifications-get-capabilities): New defun.
4047
4048 2012-04-24 Leo Liu <sdl.web@gmail.com>
4049
4050 * progmodes/python.el: Move hideshow setup to the end.
4051
4052 2012-04-24 Martin Rudalics <rudalics@gmx.at>
4053
4054 * window.el (handle-select-window): Clear echo area since this is
4055 no more done by read_char (Bug#11304).
4056
4057 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4060 and `/ M' to filter-derived-mode.
4061 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4062 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4063 (ibuffer-mark-by-mode): Use default rather than initial-input.
4064 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4065
4066 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4067
4068 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4069 (ibuffer-filter-by-derived-mode): New filter.
4070 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4071
4072 2012-04-23 Andreas Politz <politza@fh-trier.de>
4073
4074 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4075
4076 2012-04-23 Chong Yidong <cyd@gnu.org>
4077
4078 * cus-edit.el (customize-apropos, customize-apropos-options):
4079 Disable matching of non-option variables (Bug#11176).
4080 (customize-option, customize-option-other-window)
4081 (customize-changed-options): Doc fix.
4082 (customize-apropos-options, customize-apropos-faces)
4083 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4084
4085 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
4086 Fix word list splitting (Bug#11132).
4087 (apropos-symbol, apropos-keybinding, apropos-label)
4088 (apropos-property, apropos-function-button)
4089 (apropos-variable-button, apropos-misc-button): New faces.
4090 (apropos-symbol-face, apropos-keybinding-face)
4091 (apropos-label-face, apropos-property-face, apropos-match-face):
4092 Variables removed (Bug#8396).
4093 (apropos-library-button, apropos-format-plist, apropos-print)
4094 (apropos-print-doc, apropos-describe-plist): Callers changed.
4095
4096 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
4097
4098 * net/xesam.el (xesam-mode-map): Use let-bound map in
4099 initialization. (Bug#11292)
4100
4101 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4102
4103 Preserve ispell session localwords when switching back to
4104 original buffer.
4105
4106 * textmodes/ispell.el (ispell-buffer-session-localwords):
4107 New buffer-local variable to hold buffer session localwords.
4108 (ispell-kill-ispell): Add option 'clear to delete session
4109 localwords.
4110 (ispell-command-loop, ispell-change-dictionary)
4111 (ispell-buffer-local-words): Preserve session localwords when
4112 needed.
4113
4114 * textmodes/flyspell.el (flyspell-process-localwords)
4115 (flyspell-do-correct): Preserve session localwords when needed.
4116
4117 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4118
4119 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4120 using obsolete `translation-table-for-input'.
4121 (ispell-word, ispell-process-line, ispell-complete-word):
4122 Use plain `insert' instead of removed `ispell-insert-word'.
4123
4124 2012-04-22 Chong Yidong <cyd@gnu.org>
4125
4126 * cus-edit.el (custom-variable-menu)
4127 (custom-variable-reset-saved, custom-face-menu)
4128 (custom-face-reset-saved): If there is no saved value, make the
4129 "reset-saved" operation bring back the default (Bug#9509).
4130 (custom-face-state): Properly detect themed faces.
4131
4132 * faces.el (face-spec-set): Stop supporting deprecated form of
4133 third arg.
4134
4135 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4136
4137 Move functions from C to Lisp. Make non-blocking method calls
4138 the default. Implement further D-Bus standard interfaces.
4139
4140 * net/dbus.el (dbus-message-internal): Declare function.
4141 Remove unneeded function declarations.
4142 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4143 (dbus-message-type-method-return, dbus-message-type-error)
4144 (dbus-message-type-signal): Declare variables. Remove local
4145 definitions.
4146 (dbus-interface-dbus, dbus-interface-peer)
4147 (dbus-interface-introspectable, dbus-interface-properties)
4148 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4149 Adapt docstring.
4150 (dbus-interface-objectmanager): New defconst.
4151 (dbus-call-method, dbus-call-method-asynchronously)
4152 (dbus-send-signal, dbus-method-return-internal)
4153 (dbus-method-error-internal, dbus-register-service)
4154 (dbus-register-signal, dbus-register-method): New defuns, moved
4155 from dbusbind.c
4156 (dbus-call-method-handler, dbus-setenv)
4157 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4158 New defuns.
4159 (dbus-call-method-non-blocking): Make it an obsolete function.
4160 (dbus-unregister-object, dbus-unregister-service)
4161 (dbus-handle-event, dbus-register-property)
4162 (dbus-property-handler): Obey the new structure of
4163 `bus-registered-objects'.
4164 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4165 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4166 Use `dbus-call-method'.
4167
4168 2012-04-22 Chong Yidong <cyd@gnu.org>
4169
4170 * cus-edit.el (custom-commands, custom-reset-menu)
4171 (Custom-reset-standard): Tweak labels.
4172 (custom-reset-button-menu): Change default to t.
4173 (custom-buffer-create-internal): For the custom-reset-button-menu
4174 case, put the revert button first.
4175 (custom-group-subtitle): New face.
4176 (custom-group-value-create): Align docstring to a specific column.
4177
4178 * wid-edit.el (widget-documentation-link-add): Don't handle
4179 indentation in this function.
4180 (widget-documentation-string-indent-to): New function.
4181 (widget-documentation-string-value-create): Use it.
4182
4183 * autorevert.el (auto-revert):
4184 * epg-config.el (epg):
4185 * ibuffer.el (ibuffer):
4186 * mpc.el (mpc):
4187 * ses.el (ses):
4188 * eshell/eshell.el (eshell):
4189 * net/ange-ftp.el (ange-ftp):
4190 * progmodes/ebnf2ps.el (postscript):
4191 * progmodes/flymake.el (flymake):
4192 * progmodes/prolog.el (prolog):
4193 * progmodes/verilog-mode.el (verilog-mode):
4194 * progmodes/which-func.el (which-func):
4195 * term/xterm.el (xterm):
4196 * textmodes/picture.el (picture):
4197 * textmodes/tildify.el (tildify):
4198 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4199 customization buffers.
4200
4201 2012-04-22 Alan Mackenzie <acm@muc.de>
4202
4203 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4204 Adding a ) can hide the resulting (..) from searches. Fix it.
4205 Bound the backward search to the position of the existing (.
4206
4207 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
4208
4209 * progmodes/verilog-mode.el (verilog-mode): Check whether
4210 which-func-modes is t before adding verilog-mode.
4211 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4212
4213 2012-04-21 Leo Liu <sdl.web@gmail.com>
4214
4215 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
4216
4217 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4218
4219 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4220 filling of the last column of a table (Bug#5635).
4221 (woman-find-next-control-line): New arg, specifying an additional
4222 regexp component for the control line.
4223 (woman2-roff-buffer): Use it.
4224 (woman-break-table): New function.
4225 (woman2-TS): Use it.
4226
4227 2012-04-21 Chong Yidong <cyd@gnu.org>
4228
4229 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4230 (woman-horizontal-escapes, woman-negative-vertical-space)
4231 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4232 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4233
4234 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * minibuffer.el (completion-file-name-table): Complete user names.
4237
4238 2012-04-20 Leo Liu <sdl.web@gmail.com>
4239
4240 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4241 and pcase-let*.
4242
4243 2012-04-20 Chong Yidong <cyd@gnu.org>
4244
4245 * server.el (server-execute): Respect initial-buffer-choice if it
4246 is a string and there are no files to open (Bug#2825).
4247 (server-create-window-system-frame, server-create-tty-frame):
4248 Don't switch buffers here.
4249 (server-process-filter): Only try to open a window system frame if
4250 compiled with graphical support (Bug#8314).
4251
4252 2012-04-20 Dan Nicolaescu <dann@gnu.org>
4253
4254 * battery.el (battery-echo-area-format): Display remaining time
4255 for sysfs backend too (Bug#11269).
4256 (battery-linux-sysfs): Fix conditional for the charge.
4257
4258 2012-04-20 Chong Yidong <cyd@gnu.org>
4259
4260 * progmodes/gdb-mi.el (gdb): Revert previous change.
4261 (gdb-inferior-io--init-proc): New function.
4262 (gdb-init-1): Use it.
4263 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4264 responsible for allocating a new pty and hooking it to gdb when
4265 the old pty gets an EIO due to process exit.
4266 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4267 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4268 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4269
4270 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4271
4272 * window.el (window-min-size, window-sizable, window-min-delta)
4273 (window-max-delta, window--resizable, window-resizable)
4274 (window-total-size, window-full-height-p, window-full-width-p)
4275 (window-in-direction, window--resize-mini-window, window-resize)
4276 (window--resize-child-windows-normal)
4277 (window--resize-child-windows, window--resize-siblings)
4278 (window--resize-this-window, adjust-window-trailing-edge)
4279 (enlarge-window, shrink-window): Doc fixes.
4280
4281 2012-04-20 Chong Yidong <cyd@gnu.org>
4282
4283 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4284 New function to call delete-process on the gdb-inferior buffer's pty.
4285 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4286 pty process (Bug#11273).
4287 (gdb-update): New arg to suppress talking to the gdb process.
4288 (gdb-done-or-error): Use it.
4289 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4290 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4291 sentinel not being called.
4292
4293 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4294
4295 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4296
4297 2012-04-20 Glenn Morris <rgm@gnu.org>
4298
4299 * net/network-stream.el (open-network-stream): Doc fix.
4300
4301 2012-04-20 Chong Yidong <cyd@gnu.org>
4302
4303 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4304
4305 2012-04-20 Alan Mackenzie <acm@muc.de>
4306
4307 Ensure searching for keywords is case sensitive.
4308
4309 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4310 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4311 (c-defun-name, c-mark-function, c-cpp-define-name)
4312 (c-comment-indent, c-scan-conditionals, c-indent-defun)
4313 (c-context-line-break): Bind case-fold-search to nil.
4314
4315 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4316 Bind case-fold-search to nil.
4317
4318 2012-04-20 Chong Yidong <cyd@gnu.org>
4319
4320 * mail/sendmail.el (mail-bury): Call return action with the right
4321 Rmail buffer (Bug#11242).
4322
4323 * server.el (server-process-filter): Handle corner case where both
4324 tty and nowait options are present (Bug#11102).
4325
4326 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4327
4328 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4329 (top level): Put into the executable the ident-style '$Id:' tag on
4330 windows-nt as well.
4331
4332 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * electric.el (electric-indent-post-self-insert-function): Check that
4335 electric-indent-mode is enabled in current buffer.
4336
4337 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4338
4339 * imenu.el (imenu-progress-message): Restore; it is "used" in
4340 erc/erc-imenu.el and net/snmp-mode.el.
4341
4342 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4345 (mouse-avoidance-nudge-mouse): Remove unused binding.
4346
4347 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4348
4349 * descr-text.el (describe-char):
4350 * progmodes/python.el (python-describe-symbol):
4351 Don't call `toggle-read-only', set `buffer-read-only'.
4352
4353 * imenu.el (imenu-default-goto-function): Mark unused args.
4354 (imenu-progress-message): Remove obsolete macro; all callers changed.
4355
4356 * subr.el (keymap-canonicalize): Remove unused binding.
4357 (read-passwd): Mark unused arg.
4358
4359 * tutorial.el (tutorial--display-changes): Remove unused binding.
4360 (tutorial--save-tutorial-to): Remove unused variable.
4361
4362 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4363 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4364 (package-generate-autoloads, package-menu--generate)
4365 (package-menu--find-upgrades): Remove unused bindings.
4366
4367 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4368 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4369 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4370 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4371 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4372 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4373 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4374 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4375 (cua-delete-char-rectangle): Mark unused args.
4376 (cua-align-rectangle): Remove unused binding.
4377
4378 * mail/rmail.el (compilation--message->loc)
4379 (epa--find-coding-system-for-mime-charset): Declare.
4380
4381 * net/dbus.el (dbus-register-service): Declare.
4382 (dbus-name-owner-changed-handler): Remove unused binding.
4383
4384 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4385 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4386 (nxml-scan-backward-within): Mark unused arg.
4387 (nxml-dynamic-markup-word): Remove unused binding.
4388
4389 * mouse.el (mouse-menu-major-mode-map):
4390 * emacs-lisp/authors.el (authors-scan-change-log)
4391 (authors-add-to-author-list):
4392 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4393 * emacs-lisp/smie.el (smie-auto-fill):
4394 * mail/sendmail.el (mail-bury):
4395 * mail/unrmail.el (unrmail):
4396 * net/tls.el (open-tls-stream):
4397 * textmodes/picture.el (picture-mouse-set-point):
4398 Remove unused bindings.
4399
4400 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
4401
4402 * net/tramp.el (tramp-action-password): Let-bind
4403 `enable-recursive-minibuffers' to t.
4404
4405 2012-04-18 Sam Steingold <sds@gnu.org>
4406
4407 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4408 instead of 'string to accommodate values like [f11].
4409 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4410 * progmodes/gdb-mi.el: Likewise.
4411
4412 2012-04-18 Leo Liu <sdl.web@gmail.com>
4413
4414 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4415 current buffer.
4416 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4417 LOCAL is nil.
4418
4419 2012-04-18 Chong Yidong <cyd@gnu.org>
4420
4421 * simple.el (line-move): Use forward-line if in batch mode
4422 (Bug#11053).
4423
4424 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4425
4426 * files.el (after-find-file): Do not try to add a final newline if
4427 the buffer is read-only (Bug#11156).
4428
4429 2012-04-17 Richard Stallman <rms@gnu.org>
4430
4431 * mail/rmail.el (rmail-start-mail):
4432 Pass (rmail-mail-return...) for the return-action.
4433 Pass (rmail-yank-current-message...) for the yank-action.
4434 (rmail-yank-current-message): New function.
4435 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4436 (rmail-reply): Likewise.
4437 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4438
4439 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4440 buffer, not the last. Reject temp buffers. Use the rmail-mode
4441 buffer, not newbuf.
4442
4443 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * server.el (server-ensure-safe-dir): Simplify.
4446
4447 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * emacs-lisp/smie.el: Provide smarter auto-filling.
4450 (smie-auto-fill): New function.
4451 (smie-setup): Use it.
4452
4453 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4454
4455 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
4456
4457 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4458 (comment-indent): Use it.
4459
4460 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4461
4462 * ses.el: The overall change is to add cell renaming, that is
4463 setting fancy names for cell symbols other than name matching
4464 "\\`[A-Z]+[0-9]+\\'" regexp .
4465 (ses-localvars): Add ses--renamed-cell-symb-list.
4466 (ses-create-cell-variable): New defun.
4467 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4468 (ses-relocate-formula): Relocate formulas only for cells the
4469 symbols of which are not renamed, i.e. symbols whose names do not
4470 match regexp "\\`[A-Z]+[0-9]+\\'".
4471 (ses-relocate-all): Relocate values only for cells the symbols of
4472 which are not renamed.
4473 (ses-load): Create cells variables as the (ses-cell ...) are read,
4474 in order to check row col consistency with cell symbol name only
4475 for cells that are not renamed.
4476 (ses-replace-name-in-formula): New defun.
4477 (ses-rename-cell): New defun.
4478
4479 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4480
4481 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4482 New option (bug#11118).
4483 (perl-calculate-indent): Respect it.
4484
4485 2012-04-17 Glenn Morris <rgm@gnu.org>
4486
4487 * dired-aux.el (dired-mark-read-string): Doc fix.
4488
4489 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4490
4491 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4492 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4493
4494 2012-04-17 Glenn Morris <rgm@gnu.org>
4495
4496 * mouse.el (mouse-drag-track):
4497 * speedbar.el (speedbar-frame-mode):
4498 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4499
4500 2012-04-16 Leo Liu <sdl.web@gmail.com>
4501
4502 * progmodes/python.el: Trivial cleanup.
4503
4504 2012-04-16 Glenn Morris <rgm@gnu.org>
4505
4506 * vc/vc.el (vc-string-prefix-p):
4507 * vc/pcvs-util.el (cvs-string-prefix-p):
4508 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4509 * mpc.el (mpc-string-prefix-p):
4510 Make all of these into obsolete aliases for string-prefix-p.
4511 Update callers.
4512 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4513
4514 * textmodes/two-column.el: Move custom options to the start.
4515 (frame-width): Remove compat definition.
4516 (2C-associate-buffer, 2C-dissociate):
4517 Use with-current-buffer rather than save-excursion.
4518 (2C-dissociate): Force a mode-line update.
4519 (2C-autoscroll): Use ignore-errors.
4520
4521 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4522 Autoload trivia.
4523
4524 * emacs-lisp/cl-extra.el (*random-state*):
4525 Remove unnecessary declaration.
4526
4527 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4528
4529 * play/cookie1.el (cookie-snarf):
4530 Give an explicit error if input file cannot be read.
4531
4532 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4533
4534 * progmodes/perl-mode.el (c-macro-expand):
4535 Remove unnecessary autoload (it is in loaddefs.el).
4536
4537 * textmodes/picture.el (picture-desired-column)
4538 (picture-update-desired-column): Convert comments to doc-strings.
4539 (picture-substitute): Remove function.
4540 (picture-mode-map): Initialize in the defvar.
4541
4542 * woman.el: Remove eval-after-load for tar-mode.
4543 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4544 (woman-tar-extract-file): Autoload it.
4545
4546 * frame.el (automatic-hscrolling): Make this alias obsolete.
4547
4548 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4549
4550 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4551 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4552 (ispell-dictionary-base-alist): Revert to original XEmacs
4553 friendly version for default. [:alpha:] will be added in
4554 `ispell-set-spellchecker-params' if needed.
4555
4556 2012-04-16 Chong Yidong <cyd@gnu.org>
4557
4558 * image.el (imagemagick--file-regexp): New variable.
4559 (imagemagick-register-types): Use it.
4560 (imagemagick-types-inhibit): Add :set function. Allow new value
4561 of t to inhibit all types.
4562
4563 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4564 so we can preload it.
4565
4566 * loadup.el (fboundp): Preload regexp-opt, needed by
4567 imagemagick-register-types.
4568
4569 2012-04-15 Chong Yidong <cyd@gnu.org>
4570
4571 * frame.el (scrolling): Remove nearly unused customization group.
4572
4573 * scroll-all.el (scroll-all-mode): Move to windows group.
4574
4575 2012-04-15 Chong Yidong <cyd@gnu.org>
4576
4577 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4578
4579 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4582 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4583
4584 2012-04-15 Glenn Morris <rgm@gnu.org>
4585
4586 * simple.el (process-file-side-effects): Doc fix.
4587
4588 2012-04-15 Glenn Morris <rgm@gnu.org>
4589
4590 * international/mule-cmds.el (set-language-environment): Doc fix.
4591
4592 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * server.el (server-auth-key, server-generate-key): Doc fixes.
4595 (server-get-auth-key): Doc fix. Use `string-match-p'.
4596 (server-start): Reflow docstring.
4597
4598 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4599
4600 * server.el (server-generate-key): `called-interactively-p'
4601 requires a parameter.
4602
4603 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
4604
4605 * server.el (server-auth-key): New variable.
4606 (server-generate-key, server-get-auth-key): New function.
4607 (server-start): Use the new variable and functions to allow
4608 setting a permanent server key (bug#9423).
4609
4610 2012-04-14 Leo Liu <sdl.web@gmail.com>
4611
4612 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4613
4614 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4615
4616 Spelling fixes.
4617 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4618 Emacs uses American spelling.
4619
4620 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4621
4622 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4623 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4624 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4625 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4626
4627 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * progmodes/which-func.el (which-func-modes): Change default.
4630
4631 2012-04-14 Kim F. Storm <storm@cua.dk>
4632
4633 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4634 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4635
4636 2012-04-14 Chong Yidong <cyd@gnu.org>
4637
4638 * custom.el (custom-theme-set-variables): Doc fix.
4639
4640 2012-04-14 Glenn Morris <rgm@gnu.org>
4641
4642 * international/mule.el (set-auto-coding-for-load): Doc fix.
4643
4644 2012-04-14 Alan Mackenzie <acm@muc.de>
4645
4646 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4647 imenu work again for Objective C Mode. Correct the *-index values,
4648 these having been disturbed by a previous change in 2011-08.
4649
4650 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4651 Correct two search limits.
4652
4653 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4656
4657 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
4658
4659 * international/characters.el: Fix sorting.
4660
4661 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4662
4663 * international/characters.el: Add more missing Latin case pairs.
4664
4665 2012-04-14 Glenn Morris <rgm@gnu.org>
4666
4667 * files.el (dir-locals-set-class-variables): Doc fix.
4668
4669 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4670
4671 * international/characters.el: Add set-case-syntax-pair call for
4672 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4673 counterpart. (Bug#11209)
4674
4675 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4676
4677 2012-04-14 Glenn Morris <rgm@gnu.org>
4678
4679 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4680
4681 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4682
4683 * textmodes/ispell.el (ispell-dictionary-base-alist):
4684 Add data for Hebrew.
4685
4686 2012-04-14 Chong Yidong <cyd@gnu.org>
4687
4688 * net/rcirc.el (rcirc-cmd-quit):
4689 Revert 2012-03-18 change (Bug#11192).
4690
4691 2012-04-14 Glenn Morris <rgm@gnu.org>
4692
4693 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4694
4695 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4696
4697 * minibuffer.el (completion-in-region-mode-map):
4698 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
4699
4700 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4701
4702 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4703
4704 2012-04-13 Masatake YAMATO <yamato@redhat.com>
4705
4706 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4707 to allow `C-M-f' and `C-M-b' to move to the nearest path
4708 separator (bug#9511).
4709
4710 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4711
4712 * avoid.el: Require cl when compiling. And also move the
4713 `provide' to the end.
4714
4715 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4716
4717 * avoid.el (mouse-avoidance-banish-position): New variable.
4718 (mouse-avoidance-banish-destination): Use it (bug#10165).
4719
4720 2012-04-13 Leo Liu <sdl.web@gmail.com>
4721
4722 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4723
4724 2012-04-13 Ken Brown <kbrown@cornell.edu>
4725
4726 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4727 this is no longer needed now that cygstart understands file:// URLs.
4728 (browse-url-filename-alist): For the same reason, don't modify
4729 file:// URLs on Cygwin.
4730
4731 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4734 the region on shift if the binding is already shifted (bug#11221).
4735
4736 2012-04-12 Glenn Morris <rgm@gnu.org>
4737
4738 * mail/mailpost.el: Move to obsolete/.
4739
4740 2012-04-12 Drew Adams <drew.adams@oracle.com>
4741
4742 * imenu.el (imenu--generic-function): Ignore invisible definitions
4743 (bug#10123).
4744
4745 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4746
4747 * hexl.el (hexl-bits): New variable.
4748 (hexl-options): Mention the variable in the doc string.
4749 (hexl-rulerise, hexl-line-displen): New functions.
4750 (hexl-mode): Mention the new variable.
4751 (hexl-mode, hexl-current-address, hexl-current-address):
4752 Use the displen.
4753 (hexl-ascii-start-column): New function.
4754 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4755 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4756
4757 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4758
4759 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4760 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4761 the encoding, as expected by hunspell.
4762
4763 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * battery.el (battery--linux-sysfs-regexp): New const.
4766 (battery-status-function): Use it. Remove yeeloong special case.
4767 (battery-yeeloong-sysfs): Remove.
4768 (battery-echo-area-format): Remove yeeloong special case.
4769
4770 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4773 Reported by Noah Friedman.
4774
4775 * subr.el (read-passwd): Use read-string.
4776
4777 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * vcursor.el (vcursor-move): Increase the priority of the overlay
4780 (bug#9663).
4781
4782 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4783
4784 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4785 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4786
4787 2012-04-11 William Stevenson <yhvh2000@gmail.com>
4788
4789 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4790 define-minor-mode (bug#10760).
4791
4792 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4793
4794 * progmodes/grep.el (rgrep): Tweak the find command line so
4795 that directories matching `grep-find-ignored-files' won't be
4796 pruned (bug#10351).
4797
4798 2012-04-11 Chong Yidong <cyd@gnu.org>
4799
4800 * startup.el (command-line): Remove support for long-obsolete
4801 variable font-lock-face-attributes.
4802
4803 2012-04-11 Glenn Morris <rgm@gnu.org>
4804
4805 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4806
4807 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * window.el (window--state-get-1): Obey window-point-insertion-type.
4810
4811 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4812
4813 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4814 to previous function when point is on the first character of a
4815 function. Take care of that in `narrow-to-defun' (bug#6157).
4816
4817 2012-04-11 Glenn Morris <rgm@gnu.org>
4818
4819 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4820 not just file-errors.
4821
4822 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4823 (vc-bzr-sha1): Use internal sha1.
4824
4825 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4828
4829 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4830
4831 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4832 that start in the middle of the line (bug#10496).
4833
4834 2012-04-10 Dan Nicolaescu <dann@gnu.org>
4835
4836 * battery.el (battery-linux-proc-acpi): Only one battery is
4837 discharged at a time, but that seems to confuse battery.el when
4838 computing `rate-type' for the battery not being discharged
4839 (bug#10332).
4840
4841 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4844
4845 * international/quail.el: Use dolist and simplify.
4846 (quail-define-package, quail-update-keyboard-layout)
4847 (quail-define-rules): Use dolist.
4848 (quail-insert-kbd-layout, quail-get-translation): CSE.
4849
4850 * tmm.el: Use dolist, remove left over hook.
4851 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4852 Use dolist.
4853 (calendar-load-hook): Don't mess with it.
4854
4855 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4856 Use derived-mode-p. Run the diff asynchronously.
4857
4858 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4861
4862 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4865 (list-dynamic-libraries--loaded): New function.
4866 (list-dynamic-libraries--refresh): Use it.
4867
4868 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
4869
4870 * progmodes/python.el (python-fill-paragraph):
4871 Make python-fill-region in a multiline string work when font-lock is
4872 disabled (bug#7018).
4873
4874 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4875
4876 * language/european.el (cp775): Add oem/legacy (en)coding on
4877 DOS/MS Windows for the Baltic languages. There are still plenty
4878 of texts written in this encoding/codepage (bug#6519).
4879
4880 2012-04-10 Glenn Morris <rgm@gnu.org>
4881
4882 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4883 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4884
4885 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4886
4887 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4888 next-line "n" and previous-line "p" in order to make recentf more
4889 consistent with ibuffer, dired or org-mode (bug#9387).
4890
4891 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4892
4893 * image.el (put-image): Return the overlay created instead of the
4894 optional input string (bug#7834). Note that this may break code
4895 that is (for some reason or other) depending on `put-image'
4896 returning the string.
4897
4898 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4899
4900 * simple.el (zap-to-char): Allow zapping using input methods
4901 (bug#1580).
4902
4903 * textmodes/fill.el (fill-region): Leave point and mark where they
4904 were before filling (bug#5399).
4905
4906 2012-04-09 Glenn Morris <rgm@gnu.org>
4907
4908 * version.el (emacs-bzr-get-version):
4909 Handle lightweight checkouts of local branches.
4910
4911 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4912
4913 * international/characters.el: Recover lost case pairs. (Bug#11209)
4914
4915 2012-04-09 Chong Yidong <cyd@gnu.org>
4916
4917 * custom.el (custom-variable-p): Return nil for non-symbol
4918 arguments instead of signaling an error.
4919 (user-variable-p): Obsolete alias for custom-variable-p.
4920
4921 * apropos.el (apropos-variable):
4922 * files-x.el (read-file-local-variable):
4923 * simple.el (set-variable):
4924 * woman.el (woman-mini-help):
4925 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4926
4927 2012-04-09 Glenn Morris <rgm@gnu.org>
4928
4929 * startup.el (normal-top-level): Don't look for leim-list.el
4930 in places where it will not be found. (Bug#910)
4931
4932 * international/mule-cmds.el (set-default-coding-systems):
4933 * files.el (normal-mode):
4934 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4935 This function was removed with ucs-tables.el in 2008.
4936
4937 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4938
4939 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4940 ispell-encoding8-command to "-i", without a trailing space.
4941 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4942 separate command-line arguments, to specify the encoding, since
4943 that's how hunspell expects it.
4944
4945 2012-04-08 Glenn Morris <rgm@gnu.org>
4946
4947 * loadup.el: Load bindings before cus-start.
4948 This reduces somewhat the number of "rogue" settings in emacs -Q.
4949
4950 2012-04-07 Glenn Morris <rgm@gnu.org>
4951
4952 * version.el (emacs-bzr-get-version): New function.
4953 (emacs-bzr-version): New variable.
4954 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4955 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4956
4957 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4958
4959 * international/uni-bidi.el, international/uni-category.el:
4960 * international/uni-combining.el, international/uni-decimal.el:
4961 * international/uni-decomposition.el, international/uni-digit.el:
4962 * international/uni-lowercase.el, international/uni-mirrored.el:
4963 * international/uni-name.el, international/uni-numeric.el:
4964 * international/uni-titlecase.el, international/uni-uppercase.el:
4965 Update for Unicode 6.1.
4966
4967 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4968
4969 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4970
4971 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4972
4973 * window.el (shrink-window): Mention the `window-min-height'
4974 variable in the doc string.
4975
4976 2012-04-05 Bastien Guerry <bzg@altern.org>
4977
4978 * color.el (color-lighten-name): Fix typo.
4979
4980 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * server.el (server--on-display-p): New function.
4983 (server--on-display-p): Use it.
4984
4985 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4986
4987 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4988 (bug#11145).
4989
4990 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * comint.el (comint--common-quoted-suffix): Check string boundary
4993 before comparing (bug#11158).
4994 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4995
4996 2012-04-04 Chong Yidong <cyd@gnu.org>
4997
4998 * minibuffer.el (completion-extra-properties): Doc fix.
4999
5000 * subr.el (delayed-warnings-hook): Doc fix.
5001
5002 2012-04-04 Daiki Ueno <ueno@unixuser.org>
5003
5004 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5005 selection (Bug#11159).
5006 (epa-insert-keys): Inform that the default public key will be
5007 exported if no key is selected.
5008
5009 2012-04-04 Richard Stallman <rms@gnu.org>
5010
5011 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5012
5013 2012-04-03 Chong Yidong <cyd@gnu.org>
5014
5015 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5016 mail-insert-file, not its obsolete alias mail-attach-file.
5017
5018 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * notifications.el (notifications-notify): Fix docstring.
5021
5022 2012-04-02 Glenn Morris <rgm@gnu.org>
5023
5024 * emacs-lisp/authors.el (authors-aliases): Another addition.
5025
5026 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
5027
5028 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5029 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5030 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5031
5032 2012-04-01 Chong Yidong <cyd@gnu.org>
5033
5034 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5035 Handle root directory properly.
5036 (copy-directory): Caller changed.
5037
5038 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5039 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5040
5041 2012-03-31 Glenn Morris <rgm@gnu.org>
5042
5043 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5044
5045 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5046
5047 * calendar/calendar.el (calendar-window-list)
5048 (calendar-hide-window): Restore. (Bug#11140)
5049 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5050
5051 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5052
5053 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5054
5055 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5056 Check if file is a symlink (Bug#10489).
5057
5058 * files.el (copy-directory): Likewise.
5059
5060 2012-03-30 Chong Yidong <cyd@gnu.org>
5061
5062 * image.el (imagemagick-types-inhibit)
5063 (imagemagick-register-types): Doc fix.
5064
5065 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5066
5067 * textmodes/ispell.el (ispell-get-extended-character-mode):
5068 Disable extended-char-mode for hunspell. hunspell does not support it
5069 and treats ~word as ordinary words in pipe mode.
5070
5071 2012-03-30 Glenn Morris <rgm@gnu.org>
5072
5073 * tutorial.el (help-with-tutorial): Ensure local variables don't
5074 happen to make the buffer read-only. (Bug#11127)
5075
5076 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5079 (perl-calculate-indent): Return `noindent' in strings.
5080
5081 2012-03-28 Sam Steingold <sds@gnu.org>
5082
5083 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5084 instead of the broken adhockery which does not prevent calendar
5085 buffers from being displayed at random after exit.
5086 (calendar-window-list, calendar-hide-window): Remove the broken
5087 adhockery.
5088
5089 2012-03-28 Glenn Morris <rgm@gnu.org>
5090
5091 * replace.el (query-replace-map): Doc fix.
5092
5093 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5094
5095 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5096 contents. (Bug#11109)
5097
5098 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5101 (bug#11077).
5102 (avl-tree--check, avl-tree--check-node): New funs.
5103
5104 2012-03-27 Martin Rudalics <rudalics@gmx.at>
5105
5106 * window.el (switch-to-visible-buffer): New option.
5107 (switch-to-prev-buffer, switch-to-next-buffer):
5108 Observe switch-to-visible-buffer. Make sure that checking for a window
5109 showing a buffer already is done on the same frame.
5110
5111 2012-03-27 Glenn Morris <rgm@gnu.org>
5112
5113 * startup.el (mail-host-address): Doc fix.
5114
5115 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5118 than 197 variables.
5119
5120 2012-03-26 Ami Fischman <ami@fischman.org>
5121
5122 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5123
5124 2012-03-26 Glenn Morris <rgm@gnu.org>
5125
5126 * files.el (save-buffers-kill-emacs): Doc fix.
5127
5128 * startup.el (normal-top-level, command-line, command-line-1):
5129 Give them doc strings.
5130
5131 2012-03-25 Eli Zaretskii <eliz@gnu.org>
5132
5133 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
5134 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
5135
5136 2012-03-25 Chong Yidong <cyd@gnu.org>
5137
5138 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5139 theme if it was previously enabled before (Bug#11031).
5140
5141 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5142 spec with custom-face-get-current-spec if its :shown-value is not
5143 determined yet (Bug#9337).
5144 (customize-create-theme, custom-theme-revert): Doc fixes.
5145
5146 * button.el (button-at): Minor addition to docstring.
5147
5148 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
5149
5150 * vc/vc.el (vc-merge): Fix a prompt.
5151
5152 2012-03-24 Chong Yidong <cyd@gnu.org>
5153
5154 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5155 point (Bug#9623).
5156
5157 * button.el (button-at): Minor addition to docstring.
5158
5159 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * newcomment.el (comment-choose-indent): No space after BOL.
5162
5163 2012-03-22 Sam Steingold <sds@gnu.org>
5164
5165 * window.el (switch-to-prev-buffer): Revert last patch because the
5166 bug turned out to be an advertised feature (Elisp manual 28.14).
5167
5168 2012-03-22 Glenn Morris <rgm@gnu.org>
5169
5170 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5171 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5172
5173 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5174
5175 * net/network-stream.el (network-stream-open-starttls): Make error
5176 message under Windows be less misleading.
5177
5178 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5179
5180 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5181 understands (bug#9942).
5182
5183 2012-03-22 Chong Yidong <cyd@gnu.org>
5184
5185 * simple.el (end-of-visible-line): Handle return value of
5186 next-single-property-change properly (Bug#9371).
5187
5188 2012-03-22 Kenichi Handa <handa@m17n.org>
5189
5190 * international/quail.el (quail-insert-kbd-layout): Fix previous
5191 change. To avoid unwanted bidi reordering, use
5192 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5193
5194 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5195
5196 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5197 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5198 (ruby-beginning-of-indent): Be more careful with the difference
5199 between word-boundary and symbol boundary.
5200 (ruby-mode-syntax-table): Make : a symbol constituent.
5201
5202 2012-03-21 Andreas Politz <politza@fh-trier.de>
5203
5204 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5205
5206 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * progmodes/etags.el (tags-completion-at-point-function):
5209 Improve last fix.
5210
5211 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5212
5213 2012-03-21 Sam Steingold <sds@gnu.org>
5214
5215 * progmodes/etags.el (tags-completion-at-point-function):
5216 Avoid the error when point is inside the pattern.
5217
5218 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5219
5220 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5221 line (Bug#10855).
5222
5223 2012-03-21 Drew Adams <drew.adams@oracle.com>
5224
5225 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5226
5227 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5228
5229 * ido.el (ido-set-current-directory, ido-read-internal)
5230 (ido-choose-completion-string, ido-completion-help): Handle nil
5231 value of ido-completion-buffer (Bug#11008).
5232
5233 2012-03-21 Sam Steingold <sds@gnu.org>
5234
5235 * window.el (switch-to-prev-buffer): Do not switch to a visible
5236 window previous buffer, just like with the frame previous buffers.
5237
5238 2012-03-21 Chong Yidong <cyd@gnu.org>
5239
5240 * faces.el (make-face, make-empty-face, copy-face):
5241 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5242 Doc fixes.
5243
5244 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5247 (widget-complete): Remove broken use of it.
5248
5249 2012-03-20 Chong Yidong <cyd@gnu.org>
5250
5251 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5252 Use string-width and truncate-string-width to handle arbitrary
5253 characters.
5254
5255 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5256
5257 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5258 to draw rectangles, not squares. (Regression introduced by revno
5259 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5260
5261 2012-03-18 Chong Yidong <cyd@gnu.org>
5262
5263 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5264 it is not yet defined (for temacs).
5265
5266 2012-03-18 Leo Liu <sdl.web@gmail.com>
5267
5268 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
5269
5270 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5271
5272 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5273 (ispell-choices-win-default-height, ispell-silently-savep)
5274 (ispell-dictionary-alist, ispell-encoding8-command)
5275 (ispell-check-version, ispell-aspell-find-dictionary)
5276 (ispell-valid-dictionary-list, ispell-words-keyword)
5277 (ispell-get-word, ispell-internal-change-dictionary)
5278 (ispell-region, ispell-skip-region-list)
5279 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5280 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5281 (ispell-message-text-end, ispell-message)
5282 (ispell-buffer-local-parsing): Doc fix.
5283
5284 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
5285
5286 * htmlfontify.el: Add support for code block fontification for ODT
5287 export (Bug #9914).
5288 (hfy-optimisations): Define new option
5289 `body-text-only'
5290 (hfy-fontify-buffer): Honor above setting.
5291 (hfy-begin-span, hfy-end-span): New routines factored out form
5292 `hfy-fontify-buffer'.
5293 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5294 that permit insertion of custom tags.
5295 (hfy-fontify-buffer): Use above handlers.
5296 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5297 (hfy-face-to-css): Re-defined to be a variable.
5298 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
5299 over multiple runs. This is made possible by having the caller let
5300 bind a special variable `hfy-user-sheet-assoc'.
5301 (htmlfontify-string): New defun.
5302 (hfy-compile-face-map): Make sure that the last char in the
5303 buffer is correctly fontified.
5304 (hfy-face-resolve-face): Whitespace only change.
5305
5306 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5307
5308 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5309 message more clear.
5310
5311 2012-03-16 Leo Liu <sdl.web@gmail.com>
5312
5313 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5314
5315 2012-03-16 Alan Mackenzie <acm@muc.de>
5316
5317 Further optimise the handling of large macros.
5318
5319 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5320 limit to a call of `c-literal-limits'.
5321 (c-determine-+ve-limit): New function.
5322 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5323 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5324 In CASE 5B, restrict a search limit to 500.
5325 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5326
5327 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5328 Restrict macro bounds to +-500 from after-change's BEG END.
5329
5330 2012-03-16 Leo Liu <sdl.web@gmail.com>
5331
5332 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5333
5334 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5335
5336 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5337 `special-mode' setting of `buffer-read-only'. (Bug#11010)
5338
5339 2012-03-16 Glenn Morris <rgm@gnu.org>
5340
5341 * view.el (view-buffer, view-buffer-other-window)
5342 (view-buffer-other-frame): Doc fixes re special mode-class.
5343
5344 * subr.el (eval-after-load): If named feature is provided not from
5345 a file, run after-load forms. (Bug#10946)
5346
5347 * calendar/calendar.el (calendar-insert-at-column):
5348 Handle non-unit-width characters a bit better. (Bug#10978)
5349
5350 2012-03-15 Chong Yidong <cyd@gnu.org>
5351
5352 * emacs-lisp/ring.el (ring-extend): New function.
5353 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5354
5355 * comint.el (comint-read-input-ring)
5356 (comint-add-to-input-history): Grow comint-input-ring lazily.
5357
5358 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5361 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5362
5363 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5364 (imenu-add-to-menubar): Don't add a redundant index.
5365 (imenu-update-menubar): Handle a dynamically composed keymap.
5366
5367 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5368
5369 * mail/sendmail.el (mail-encode-header):
5370 Bind rfc2047-encode-encoded-words to nil.
5371
5372 2012-03-13 Glenn Morris <rgm@gnu.org>
5373
5374 * calendar/calendar.el (calendar-string-spread):
5375 Handle non-unit-width characters a bit better. (Bug#10978)
5376
5377 2012-03-13 Leo Liu <sdl.web@gmail.com>
5378
5379 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5380 directory and file as argument (Bug#10822).
5381
5382 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5383
5384 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5385 For dynamically generated code, follow $PC.
5386 (gdb-disassembly-handler-custom): Handle no function name case.
5387
5388 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5389
5390 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5391 * emulation/ws-mode.el (ws-query-replace):
5392 * sort.el (sort-regexp-fields):
5393 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5394
5395 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * dabbrev.el: Fix cycle completion order (bug#10963).
5398 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5399 (dabbrev-completion): Don't use an obarray; provide
5400 a cycle-sort-function.
5401
5402 2012-03-12 Leo Liu <sdl.web@gmail.com>
5403
5404 * simple.el (kill-new): Use equal-including-properties for comparison.
5405 (kill-do-not-save-duplicates): Doc fix.
5406
5407 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * dabbrev.el: Fix cycle completion (bug#10963).
5410 Use lexical binding and wrap to 80 columns.
5411 (dabbrev-completion): Delay computing the list of completions.
5412
5413 2012-03-12 Kenichi Handa <handa@m17n.org>
5414
5415 * international/quail.el (quail-insert-kbd-layout): Surround each
5416 row by LRO and PDF instead of inserting many LRMs. Pad the left
5417 and right of each non-spacing marks. Insert invisible space
5418 between lower and upper characters to prevent composition.
5419
5420 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * minibuffer.el (minibuffer-complete): Don't get confused when the
5423 function is run twice via different commands (bug#10958).
5424 (complete-with-action): Fix docstring.
5425
5426 2012-03-12 Chong Yidong <cyd@gnu.org>
5427
5428 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5429 (nxml-completion-at-point-function): New function.
5430 (nxml-mode): Use it.
5431 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5432
5433 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5434 Load generated autoloads file before byte compiling (Bug#10970).
5435 (package--make-autoloads-and-compile): New helper fun.
5436
5437 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5438
5439 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5440
5441 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
5442
5443 * autorevert.el (auto-revert-handler): Ensure, that
5444 file-readable-p is applied only for local files or in
5445 auto-revert-tail-mode.
5446
5447 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5448
5449 * server.el (server-eval-at): Handle non-tcp connections.
5450 Decode result string.
5451
5452 * server.el (server-msg-size): New constant.
5453 (server-reply-print): New function.
5454 (server-eval-and-print): Use it.
5455 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5456 Handle -print-nonl.
5457
5458 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5459
5460 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5461 (Bug#10987).
5462
5463 2012-03-11 Chong Yidong <cyd@gnu.org>
5464
5465 * simple.el (goto-line): Doc fix (Bug#9938).
5466
5467 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5468
5469 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5470 when finished (Bug#10963).
5471
5472 2012-03-11 Martin Rudalics <rudalics@gmx.at>
5473
5474 * window.el (split-window-below): Fix bug in case where
5475 split-window-keep-point is nil (Bug#10971).
5476
5477 2012-03-11 Juri Linkov <juri@jurta.org>
5478
5479 * replace.el (replace-highlight): Set isearch-word to nil
5480 unconditionally. (Bug#10887)
5481
5482 2012-03-10 Eli Zaretskii <eliz@gnu.org>
5483
5484 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5485 mairix-replace-illegal-chars; all callers changed. Don't remove
5486 ^, ~, and = characters: they are meaningful in mairix search specs.
5487 (mairix-widget-create-query): Add usage information about mairix
5488 search forms: negating words, searching for substrings, etc.
5489
5490 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5491
5492 * international/fontset.el (font-encoding-alist): Add an entry for
5493 ksx1001 (Bug#5667).
5494
5495 2012-03-10 Richard Stallman <rms@gnu.org>
5496
5497 * mail/sendmail.el (mail-encode-header):
5498 Set rfc2047-encode-encoded-words.
5499
5500 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5501
5502 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5503 view buffer means not swapped.
5504 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5505 (rmail-write-region-annotate): Error if real text has disappeared.
5506
5507 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5508
5509 2012-03-10 Chong Yidong <cyd@gnu.org>
5510
5511 * emulation/cua-rect.el (cua--init-rectangles):
5512 * emulation/cua-base.el (cua--init-keymaps):
5513 Add delete-forward-char to remappings (Bug#9666).
5514
5515 2012-03-10 Martin Rudalics <rudalics@gmx.at>
5516
5517 * speedbar.el (speedbar-unhighlight-one-tag-line):
5518 Avoid unhighlighting due to frame switching (Bug#10275).
5519
5520 2012-03-10 Chong Yidong <cyd@gnu.org>
5521
5522 * minibuffer.el (completion-in-region, completion-help-at-point):
5523 Give the completion field overlay a high priority (Bug#6830).
5524
5525 * dired.el (dired-goto-file): Recognize absolute file name
5526 listings (Bug#7126).
5527 (dired-goto-file-1): New helper function.
5528 (dired-toggle-read-only): Inhibit warnings.
5529
5530 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
5531
5532 * net/dbus.el (dbus-property-handler): Return empty array if
5533 there are no properties.
5534
5535 2012-03-09 Leo Liu <sdl.web@gmail.com>
5536
5537 * savehist.el (savehist-printable): Stricter check for string
5538 value (Bug#10937).
5539
5540 2012-03-09 Eli Zaretskii <eliz@gnu.org>
5541
5542 * mail/smtpmail.el (smtpmail-send-it):
5543 Bind coding-system-for-write to *-unix, so that FCC files are kept in
5544 valid mbox format.
5545
5546 2012-03-09 Glenn Morris <rgm@gnu.org>
5547
5548 * files.el (dir-locals-find-file):
5549 Don't check result is regular, readable.
5550 (dir-locals-read-from-file): Demote errors.
5551
5552 2012-03-08 Eli Zaretskii <eliz@gnu.org>
5553
5554 * international/quail.el (quail-insert-kbd-layout):
5555 Insert invisible LRM characters before each character in a keyboard
5556 layout cell, to prevent their reordering by bidi display engine.
5557 For details, see the discussion in
5558 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5559
5560 2012-03-08 Alan Mackenzie <acm@muc.de>
5561
5562 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5563 the starting position; make it extend the marked region when
5564 invoked repeatedly - all under appropriate circumstances.
5565 Fixes bugs #5525, #10906.
5566
5567 2012-03-08 Glenn Morris <rgm@gnu.org>
5568
5569 * files.el (locate-dominating-file, dir-locals-find-file):
5570 Undo 2012-03-06 change.
5571
5572 2012-03-07 Eli Zaretskii <eliz@gnu.org>
5573
5574 * international/quail.el (quail-help):
5575 Force bidi-paragraph-direction be left-to-right. See discussion in
5576 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5577 for the reason.
5578
5579 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
5580
5581 Avoid superfluous registering of signals. (Bug#10807)
5582
5583 * notifications.el (notifications-on-action-object)
5584 (notifications-on-close-object): New defvars.
5585 (notifications-on-action-signal, notifications-on-closed-signal):
5586 Unregister the signal if not needed any longer.
5587 (notifications-notify): Register `notifications-action-signal' or
5588 `notifications-closed-signal', if :on-action or :on-close has been
5589 passed as argument.
5590
5591 2012-03-07 Chong Yidong <cyd@gnu.org>
5592
5593 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5594 non-X platforms.
5595
5596 2012-03-06 Glenn Morris <rgm@gnu.org>
5597
5598 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5599 (x-disown-selection-internal, x-get-selection-internal):
5600 Doc fix (add arglist signatures). (Bug#10783)
5601
5602 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5603
5604 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5605 Handle breakpoints with no "type".
5606
5607 2012-03-06 Glenn Morris <rgm@gnu.org>
5608
5609 * files.el (locate-dominating-file): Add optional predicate argument.
5610 (dir-locals-find-file): Make use of above change.
5611
5612 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5613
5614 * info.el (Info-insert-dir): Also try "dir.gz".
5615
5616 2012-03-06 Glenn Morris <rgm@gnu.org>
5617
5618 * files.el (dir-locals-find-file):
5619 Ignore non-readable or non-regular files. (Bug#10928)
5620
5621 * files.el (locate-dominating-file): Doc fix.
5622
5623 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5624
5625 * calendar/calendar.el (calendar-set-mode-line):
5626 `getenv' returns a string. (Bug#10951)
5627
5628 2012-03-05 Leo Liu <sdl.web@gmail.com>
5629
5630 * simple.el (backward-delete-char-untabify): Constrain point to
5631 field (Bug#10939).
5632
5633 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5634
5635 2012-03-05 Chong Yidong <cyd@gnu.org>
5636
5637 * simple.el (count-words): If called from Lisp, return the word
5638 count, for symmetry with `count-lines'. Arglist changed.
5639 (count-words--message): Args changed. Consolidate counting code
5640 from count-words and count-words-region.
5641 (count-words-region): Caller changed.
5642 (count-lines-region): Make it an obsolete alias.
5643
5644 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5645
5646 * saveplace.el (save-place-to-alist)
5647 (save-place-ignore-files-regexp): Allow value nil to disable this
5648 feature.
5649
5650 2012-03-04 Chong Yidong <cyd@gnu.org>
5651
5652 * faces.el (face-spec-reset-face): For the default face, reset the
5653 attributes to default values (Bug#10748).
5654
5655 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5656
5657 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5658 previous patch: Check `message-send-mail-function', and not the
5659 default function (bug#10897).
5660
5661 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
5662
5663 * notifications.el (notifications-on-action-signal)
5664 (notifications-on-closed-signal): Check for unique service name of
5665 incoming event. Fix error in removing entry.
5666 (top): Register for signals with wildcard service name.
5667 (notifications-notify): Use daemon unique service name for map entries.
5668
5669 2012-03-04 Chong Yidong <cyd@gnu.org>
5670
5671 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5672
5673 2012-03-04 Glenn Morris <rgm@gnu.org>
5674
5675 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5676 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5677 (expand-abbrev, define-abbrev-table): Doc fixes.
5678
5679 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5680
5681 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5682 `message-default-send-mail-function' and not `send-mail-function'
5683 when doing the prompting for `sendmail-query-once' before sending
5684 in Message buffers (bug#10897).
5685
5686 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5687 This is inconsistent with all the other stream functions, which leave
5688 the setting up to the higher levels (if so wanted) (bug#10931).
5689
5690 2012-03-02 Alan Mackenzie <acm@muc.de>
5691
5692 Depessimize the handling of very large macros.
5693
5694 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5695 (c-macro-cache-syntactic): New variables to implement a one
5696 element macro cache.
5697 (c-invalidate-macro-cache): New function.
5698 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5699 Adapt to use the new cache.
5700 (c-state-safe-place): Use better the cache of safe positions.
5701 (c-state-semi-nonlit-pos-cache)
5702 (c-state-semi-nonlit-pos-cache-limit):
5703 New variables for...
5704 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5705 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5706 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5707 Use c-state-semi-safe-place.
5708
5709 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5710 Add c-invalidate-macro-cache to the C, C++, Obj entries.
5711
5712 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
5713
5714 * jka-compr.el (jka-compr-call-process):
5715 Apply `file-accessible-directory-p' only when the default directory is
5716 not remote.
5717
5718 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
5719
5720 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5721 access of FILE2, if FILE1 does not exist.
5722
5723 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5724 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5725
5726 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5727 Add "PAGER=" to `process-environment'.
5728
5729 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5730
5731 * progmodes/sql.el: Bug fix
5732 (sql-get-login-ext): Save login values in globals.
5733 (sql-get-login): Use new version of `sql-get-login-ext'.
5734 (sql-interactive-mode): Set global `sql-connection' to nil.
5735 (sql-connect): Set global values for connection.
5736 (sql-product-interactive): Save global values as buffer local.
5737
5738 2012-02-29 Leo Liu <sdl.web@gmail.com>
5739
5740 * abbrev.el (define-abbrevs): Reset sys to nil.
5741
5742 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5743
5744 * files.el (file-equal-p): Rename from `files-equal-p'.
5745 Return nil when one or both files don't exist.
5746 (file-subdir-of-p): Now only top directory must exists,
5747 return nil if it doesn't.
5748 (copy-directory): No need to test with `file-subdir-of-p' after
5749 creating dir.
5750 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5751 to `file-equal-p'.
5752
5753 2012-02-28 Glenn Morris <rgm@gnu.org>
5754
5755 * shell.el (shell-mode):
5756 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5757 * play/landmark.el (landmark-font-lock-face-O):
5758 * play/handwrite.el (handwrite):
5759 * play/gomoku.el (gomoku-O):
5760 * net/browse-url.el (browse-url-browser-display):
5761 * international/mule.el (define-charset):
5762 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5763 * filesets.el (filesets-find-file-delay):
5764 * eshell/em-xtra.el (eshell-xtra):
5765 * eshell/em-unix.el (eshell-grep):
5766 * emulation/viper.el (viper-mode):
5767 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5768 * emacs-lisp/easymenu.el (easy-menu-define):
5769 * calendar/timeclock.el (timeclock-use-display-time):
5770 * bs.el (bs-mode):
5771 * bookmark.el (bookmark-save-flag):
5772 Doc fix (standardize possessive apostrophe usage).
5773
5774 2012-02-27 Chong Yidong <cyd@gnu.org>
5775
5776 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5777 Fix key-binding lookup for ESC key (Bug#9146).
5778
5779 * font-lock.el (font-lock-specified-p): Rename from
5780 font-lock-spec-present. Callers changed.
5781
5782 2012-02-27 Daniel Hackney <dan@haxney.org>
5783
5784 * emacs-lisp/package.el (package-compute-transaction):
5785 Handle holding a package version to t in package-load-list.
5786
5787 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
5788
5789 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5790 (tramp-get-inode, tramp-get-device): Use cached values.
5791
5792 2012-02-26 Alan Mackenzie <acm@muc.de>
5793
5794 Check there is a font-lock specification before doing initial
5795 fontification.
5796
5797 * font-core.el (font-lock-mode): Move the conditional from
5798 :after-hook to font-lock-initial-fontify.
5799 (font-lock-default-function): Move the check for a specification
5800 to font-lock-spec-present.
5801
5802 * font-lock.el (font-lock-initial-fontify): Call ...
5803 (font-lock-spec-present): New function.
5804
5805 2012-02-26 Jim Blandy <jimb@red-bean.com>
5806
5807 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5808 (gdb-send): Apply it to the operand of the '-interpreter-exec
5809 console' command, so that we can pass arguments with (say) quotes
5810 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5811
5812 2012-02-26 Chong Yidong <cyd@gnu.org>
5813
5814 * help-fns.el (describe-function-1): Clarify description of
5815 remapping (Bug#10844).
5816
5817 * files.el (files-equal-p): Doc fix.
5818 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5819 and quit the loop once a mismatch is found.
5820
5821 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
5822
5823 * bs.el (bs--show-with-configuration): Don't throw an error
5824 if the window cannot be split; otherwise, subsequent calls to
5825 bs-show fail, restoring a stale window config. (Bug#10882)
5826
5827 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5828
5829 * term/ns-win.el (global-map): Bind ns-drag-file to
5830 ns-find-file (Bug#5855, Bug#10050).
5831
5832 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5833
5834 * calendar/parse-time.el (parse-time-string): Allow extractor to
5835 return nil.
5836
5837 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * net/tramp.el (tramp-file-name-for-operation):
5840 Add `files-equal-p' and `file-subdir-of-p'.
5841
5842 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5843 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5844 Add COPY-CONTENTS argument.
5845
5846 2012-02-25 Chong Yidong <cyd@gnu.org>
5847
5848 Add custom groups for VC backends, for consistency with vc-bzr.
5849
5850 * vc/vc-arch.el (vc-arch):
5851 * vc/vc-cvs.el (vc-cvs):
5852 * vc/vc-git.el (vc-git):
5853 * vc/vc-hg.el (vc-hg):
5854 * vc/vc-mtn.el (vc-mtn):
5855 * vc/vc-rcs.el (vc-rcs):
5856 * vc/vc-sccs.el (vc-sccs):
5857 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5858 All relevant defcustoms reassigned.
5859
5860 2012-02-25 Chong Yidong <cyd@gnu.org>
5861
5862 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5863
5864 * term/x-win.el (x-initialize-window-system): Reduce default for
5865 x-selection-timeout to 5 seconds (Bug#8869).
5866
5867 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5868
5869 * files.el (files-equal-p, file-subdir-of-p): New functions.
5870 (copy-directory): Error when trying to copy a directory on itself.
5871 Add missing copy-contents arg to tramp handler.
5872 * dired-aux.el (dired-copy-file-recursive): Same.
5873 (dired-create-files): Modify destination when source is equal to
5874 dest when copying files.
5875 Return also when dest is a subdir of source. (Bug#10489)
5876
5877 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5880 (Bug#10874)
5881
5882 2012-02-23 Alan Mackenzie <acm@muc.de>
5883
5884 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5885 parameter "after-hook:" to allow the expansion to run code after
5886 the execution of the mode hooks.
5887
5888 * font-lock.el (font-lock-initial-fontify): New function extracted
5889 from font-lock-mode-internal.
5890
5891 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5892 :after-hook.
5893
5894 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5897 (completion--cache-all-sorted-completions): New function.
5898 (completion-all-sorted-completions): Use it.
5899 (completion--do-completion, minibuffer-force-complete):
5900 Use it to re-instate the flush hook.
5901
5902 * icomplete.el (icomplete-completions): Replace last fix with a better
5903 one (bug#10850).
5904
5905 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5906
5907 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5908 when it might call us back infinitely (bug#10797).
5909
5910 2012-02-23 Glenn Morris <rgm@gnu.org>
5911
5912 * minibuffer.el (completion-category-overrides): Doc fix.
5913
5914 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5917 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5918
5919 2012-02-23 Glenn Morris <rgm@gnu.org>
5920
5921 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5922 (authors-obsolete-files-regexps, authors-ignored-files)
5923 (authors-ambiguous-files, authors-renamed-files-alist):
5924 Add more entries.
5925
5926 2012-02-23 Juri Linkov <juri@jurta.org>
5927
5928 * isearch.el (isearch-occur): Sync interactive spec with occur's
5929 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5930
5931 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5932
5933 2012-02-22 Juri Linkov <juri@jurta.org>
5934
5935 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5936 (ucs-insert): Doc fix. Check for hex digits in the string.
5937 Don't display `nil' in the error message. (Bug#10857)
5938
5939 2012-02-22 Alan Mackenzie <acm@muc.de>
5940
5941 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5942
5943 2012-02-22 Glenn Morris <rgm@gnu.org>
5944
5945 * ffap.el (ffap-c-path):
5946 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5947
5948 2012-02-22 Chong Yidong <cyd@gnu.org>
5949
5950 * custom.el (load-theme): Doc fix.
5951
5952 2012-02-22 Glenn Morris <rgm@gnu.org>
5953
5954 * dired-x.el (dired-guess-shell-alist-default):
5955 Remove escape sequences from nroff output. (Bug#172)
5956
5957 2012-02-21 Glenn Morris <rgm@gnu.org>
5958
5959 * vc/emerge.el (emerge-defvar-local):
5960 Set `permanent-local' property rather than unused `preserved'.
5961
5962 * textmodes/picture.el (picture-delete-char): New alias.
5963 (picture-mode-map): Use it. (Bug#10860)
5964 (picture-mode): Doc fix.
5965
5966 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5967
5968 * newcomment.el (uncomment-region-default): Remove unused binding.
5969
5970 2012-02-21 Glenn Morris <rgm@gnu.org>
5971
5972 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5973 (picture-self-insert, picture-tab-chars): Doc fix.
5974 (picture-mode-map): Fix C-a, C-e.
5975
5976 2012-02-20 Glenn Morris <rgm@gnu.org>
5977
5978 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5979
5980 2012-02-20 Leo Liu <sdl.web@gmail.com>
5981
5982 * icomplete.el (icomplete-completions): Check FROM arg before
5983 passing to substring (Bug#10850).
5984
5985 2012-02-19 Chong Yidong <cyd@gnu.org>
5986
5987 * comint.el: Require ansi-color.
5988 (comint-output-filter-functions): Add ansi-color-process-output.
5989
5990 * ansi-color.el: Don't set comint-output-filter-functions; it is
5991 now in the initial value defined in comint.el.
5992 (ansi-color-apply-face-function): New variable.
5993 (ansi-color-apply-on-region): Use it.
5994 (ansi-color-apply-overlay-face): New function.
5995
5996 * shell.el (shell): No need to require ansi-color.
5997 (shell-mode): Use ansi-color-apply-face-function to highlight
5998 color escapes using font-lock-face property (Bug#10835).
5999
6000 2012-02-19 Chong Yidong <cyd@gnu.org>
6001
6002 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6003 mode-line formats (Bug#10839).
6004
6005 2012-02-18 Glenn Morris <rgm@gnu.org>
6006
6007 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6008
6009 * mail/undigest.el (unforward-rmail-message): Doc fix.
6010
6011 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6012
6013 2012-02-18 Eli Zaretskii <eliz@gnu.org>
6014
6015 * international/characters.el (script-list): Sync with the latest
6016 Unicode Character Database.
6017
6018 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6019
6020 * international/titdic-cnv.el: Remove duplicate coding tag.
6021 * language/cham.el: Likewise.
6022 * language/tai-viet.el: Likewise.
6023
6024 2012-02-18 Glenn Morris <rgm@gnu.org>
6025
6026 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6027 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6028 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6029 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6030 * calendar/holidays.el (holiday-bahai-holidays)
6031 (calendar-holidays, list-holidays):
6032 Use utf-8 Bahá'í in doc-strings, menus, etc.
6033
6034 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6035
6036 * saveplace.el (save-place-ignore-files-regexp): New variable
6037 allowing for excluding files from saving their location of point.
6038 The default value matches the temporary commit message editing
6039 files from Git, SVN, Bazaar, and Mercurial.
6040 (save-place-to-alist): Use it.
6041
6042 2012-02-17 Lawrence Mitchell <wence@gmx.li>
6043 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * newcomment.el (uncomment-region-default): Don't leave extra space
6046 when an arg is provided (bug#8150).
6047
6048 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6049
6050 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
6051
6052 2012-02-17 Glenn Morris <rgm@gnu.org>
6053
6054 * net/socks.el: Require network-stream. (Bug#10599)
6055
6056 2012-02-17 Kenichi Handa <handa@m17n.org>
6057
6058 * international/charprop.el:
6059 * international/uni-name.el:
6060 * international/uni-old-name.el:
6061 * international/uni-comment.el: Regenerate.
6062
6063 2012-02-16 Glenn Morris <rgm@gnu.org>
6064
6065 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6066 Interactively in calendar buffer, give an error if not on a date.
6067
6068 2012-02-15 Glenn Morris <rgm@gnu.org>
6069
6070 * shell.el (shell-delimiter-argument-list):
6071 Revert 2011-02-17 change. (Bug#8027)
6072
6073 2012-02-15 Chong Yidong <cyd@gnu.org>
6074
6075 * minibuffer.el (completion-at-point-functions): Doc fix.
6076
6077 * custom.el (defcustom): Doc fix; note use of defvar.
6078
6079 2012-02-15 Glenn Morris <rgm@gnu.org>
6080
6081 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6082 Doc fixes.
6083
6084 2012-02-14 Glenn Morris <rgm@gnu.org>
6085
6086 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6087
6088 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6089
6090 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6091 way the ports list is computed.
6092 (smtpmail-query-smtp-server): Prompt the user for a port number if
6093 we can't connect to any of the standard ports (bug#10810).
6094
6095 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6096
6097 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6098
6099 2012-02-13 Glenn Morris <rgm@gnu.org>
6100
6101 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6102
6103 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6104
6105 * net/gnutls.el (gnutls-trustfiles): New variable.
6106 (gnutls-negotiate): Use it.
6107
6108 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6109
6110 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6111 does its stuff if Gnus is running.
6112
6113 2012-02-13 Alan Mackenzie <acm@muc.de>
6114
6115 Fix a loop in c-set-fl-decl-start.
6116
6117 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
6118 c-backward-syntactic-ws actually moves backwards.
6119
6120 2012-02-13 Leo Liu <sdl.web@gmail.com>
6121
6122 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6123 beginning so that all \C-o chars are removed.
6124
6125 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6126
6127 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
6128
6129 2012-02-12 Alan Mackenzie <acm@muc.de>
6130
6131 Fix infinite loop with long macros.
6132 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
6133
6134 2012-02-12 Chong Yidong <cyd@gnu.org>
6135
6136 * window.el (display-buffer): Doc fix (Bug#10785).
6137
6138 2012-02-12 Glenn Morris <rgm@gnu.org>
6139
6140 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6141 (x-disown-selection-internal, x-get-selection-internal):
6142 Sync docs with the xselect.c versions.
6143
6144 * allout-widgets.el: Add missing license notice.
6145
6146 2012-02-11 Glenn Morris <rgm@gnu.org>
6147
6148 * select.el (x-get-selection-internal, x-own-selection-internal)
6149 (x-disown-selection-internal):
6150 * x-dnd.el (x-get-selection-internal): Update declarations.
6151
6152 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6153
6154 * window.el (window-sides-slots):
6155 * tool-bar.el (tool-bar-position):
6156 * term/xterm.el (xterm-extra-capabilities):
6157 * ses.el (ses-self-reference-early-detection):
6158 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6159 (verilog-auto-wire-type)
6160 (verilog-auto-delete-trailing-whitespace)
6161 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6162 (verilog-auto-tieoff-declaration):
6163 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6164 (sql-oracle-statement-starters, sql-oracle-scan-on):
6165 * progmodes/prolog.el (prolog-align-comments-flag)
6166 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6167 (prolog-left-indent-regexp, prolog-paren-indent-p)
6168 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6169 (prolog-types, prolog-mode-specificators)
6170 (prolog-determinism-specificators, prolog-directives)
6171 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6172 (prolog-electric-dot-flag)
6173 (prolog-electric-dot-full-predicate-template)
6174 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6175 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6176 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6177 (prolog-program-switches, prolog-prompt-regexp)
6178 (prolog-debug-on-string, prolog-debug-off-string)
6179 (prolog-trace-on-string, prolog-trace-off-string)
6180 (prolog-zip-on-string, prolog-zip-off-string)
6181 (prolog-use-standard-consult-compile-method-flag)
6182 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6183 (prolog-imenu-max-lines, prolog-info-predicate-index)
6184 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6185 (prolog-char-quote-workaround):
6186 * progmodes/cc-vars.el (c-defun-tactic):
6187 * net/tramp.el (tramp-encoding-command-interactive)
6188 (tramp-local-end-of-line):
6189 * net/soap-client.el (soap-client):
6190 * net/netrc.el (netrc-file):
6191 * net/gnutls.el (gnutls):
6192 * minibuffer.el (completion-category-overrides)
6193 (completion-cycle-threshold)
6194 (completion-pcm-complete-word-inserts-delimiters):
6195 * man.el (Man-name-local-regexp):
6196 * mail/feedmail.el (feedmail-display-full-frame):
6197 * international/characters.el (glyphless-char-display-control):
6198 * eshell/em-ls.el (eshell-ls-date-format):
6199 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6200 (lisp-lambda-list-keyword-parameter-indentation)
6201 (lisp-lambda-list-keyword-parameter-alignment):
6202 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6203 * dired-x.el (dired-omit-verbose):
6204 * cus-theme.el (custom-theme-allow-multiple-selections):
6205 * calc/calc.el (calc-highlight-selections-with-faces)
6206 (calc-lu-field-reference, calc-lu-power-reference)
6207 (calc-note-threshold):
6208 * battery.el (battery-mode-line-limit):
6209 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6210 (archive-7z-update):
6211 * allout.el (allout-prefixed-keybindings)
6212 (allout-unprefixed-keybindings)
6213 (allout-inhibit-auto-fill-on-headline)
6214 (allout-flattened-numbering-abbreviation):
6215 * allout-widgets.el (allout-widgets-auto-activation)
6216 (allout-widgets-icons-dark-subdir)
6217 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6218 (allout-widgets-theme-dark-background)
6219 (allout-widgets-theme-light-background)
6220 (allout-widgets-item-image-properties-emacs)
6221 (allout-widgets-item-image-properties-xemacs)
6222 (allout-widgets-run-unit-tests-on-load)
6223 (allout-widgets-time-decoration-activity)
6224 (allout-widgets-hook-error-post-time)
6225 (allout-widgets-track-decoration):
6226 Add missing :version tags to new defcustoms and defgroups.
6227
6228 * progmodes/sql.el (sql-ansi-statement-starters)
6229 (sql-oracle-statement-starters): Add custom type.
6230
6231 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6232 (prolog-system-version): Give it a type.
6233
6234 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6235
6236 * term/pc-win.el (x-select-text, x-selection-owner-p)
6237 (x-own-selection-internal, x-disown-selection-internal)
6238 (x-get-selection-internal): Sync doc strings and argument lists
6239 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6240
6241 2012-02-11 Leo Liu <sdl.web@gmail.com>
6242
6243 * progmodes/python.el (python-end-of-statement): Fix infinite
6244 loop. (Bug#10788)
6245
6246 2012-02-10 Glenn Morris <rgm@gnu.org>
6247
6248 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6249 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6250
6251 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6252
6253 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6254 about SMTP before checking the From header.
6255
6256 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
6257 into own function for reuse by emacsbug.el.
6258
6259 2012-02-10 Leo Liu <sdl.web@gmail.com>
6260
6261 * subr.el (condition-case-unless-debug): Rename from
6262 condition-case-no-debug. All callers changed.
6263 (with-demoted-errors): Fix caller.
6264
6265 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6266 * nxml/rng-valid.el (rng-do-some-validation):
6267 * emacs-lisp/package.el (package-refresh-contents)
6268 (package-menu-execute):
6269 * desktop.el (desktop-create-buffer):
6270 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
6271
6272 2012-02-10 Glenn Morris <rgm@gnu.org>
6273
6274 * textmodes/bibtex.el:
6275 Add missing :version tags for new/changed defcustoms.
6276
6277 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6278
6279 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
6280
6281 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6282 (smtpmail-via-smtp): Use it, or fall back on the From address.
6283 (smtpmail-send-it): Ditto.
6284
6285 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6288 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6289 (byte-compile-tmp-var): New const.
6290 (byte-compile-defvar): Use it to minimize .elc size.
6291 Just use `defvar' rather than simulate it (bug#10761).
6292
6293 2012-02-09 Glenn Morris <rgm@gnu.org>
6294
6295 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6296
6297 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6298 Add :version tags.
6299
6300 * progmodes/compile.el (compilation-error-screen-columns)
6301 (compilation-first-column, compilation-filter-start): Doc fixes.
6302
6303 * vc/log-view.el (log-view-toggle-entry-display):
6304 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6305
6306 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6307 (report-emacs-bug-can-use-xdg-email):
6308 (report-emacs-bug-insert-to-mailer): Doc fixes.
6309 (report-emacs-bug): Message fix.
6310
6311 * net/browse-url.el (browse-url-can-use-xdg-open)
6312 (browse-url-xdg-open): Doc fixes.
6313
6314 * electric.el (electric-indent-mode, electric-pair-mode)
6315 (electric-layout-rules, electric-layout-mode): Doc fixes.
6316 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6317
6318 2012-02-08 Martin Rudalics <rudalics@gmx.at>
6319
6320 * server.el (server-unselect-display): Don't inadvertently kill
6321 the current buffer. (Bug#10729)
6322
6323 2012-02-08 Glenn Morris <rgm@gnu.org>
6324
6325 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6326 (sql-list-table): Doc fixes.
6327
6328 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6329 Comment out (does nothing).
6330
6331 * completion.el (dynamic-completion-mode):
6332 * dirtrack.el (dirtrack-debug-mode):
6333 * electric.el (electric-layout-mode):
6334 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6335 * face-remap.el (text-scale-mode, buffer-face-mode):
6336 * iimage.el (iimage-mode):
6337 * image-mode.el (image-transform-mode):
6338 * minibuffer.el (completion-in-region-mode):
6339 * scroll-lock.el (scroll-lock-mode):
6340 * simple.el (next-error-follow-minor-mode):
6341 * tar-mode.el (tar-subfile-mode):
6342 * tooltip.el (tooltip-mode):
6343 * vcursor.el (vcursor-use-vcursor-map):
6344 * wid-browse.el (widget-minor-mode):
6345 * emulation/tpu-edt.el (tpu-edt-mode):
6346 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6347 * international/iso-ascii.el (iso-ascii-mode):
6348 * language/thai-util.el (thai-word-mode):
6349 * mail/supercite.el (sc-minor-mode):
6350 * net/goto-addr.el (goto-address-mode):
6351 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6352 * progmodes/cwarn.el (cwarn-mode):
6353 * progmodes/flymake.el (flymake-mode):
6354 * progmodes/glasses.el (glasses-mode):
6355 * progmodes/hideshow.el (hs-minor-mode):
6356 * progmodes/pascal.el (pascal-outline-mode):
6357 * textmodes/enriched.el (enriched-mode):
6358 * vc/smerge-mode.el (smerge-mode):
6359 Doc fixes (minor mode argument).
6360
6361 2012-02-07 Eli Zaretskii <eliz@gnu.org>
6362
6363 * ls-lisp.el (ls-lisp-sanitize): New function.
6364 (ls-lisp-insert-directory): Use it to fix or remove any elements
6365 in file-alist with missing attributes. (Bug#4673)
6366
6367 2012-02-07 Alan Mackenzie <acm@muc.de>
6368
6369 Fix spurious recognition of c-in-knr-argdecl.
6370
6371 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6372 putative K&R region.
6373
6374 2012-02-07 Alan Mackenzie <acm@muc.de>
6375
6376 * progmodes/cc-engine.el (c-forward-objc-directive):
6377 Prevent looping in "#pragma mark @implementation".
6378
6379 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
6380
6381 * notifications.el (notifications-on-closed-signal): Make `reason'
6382 optional. (Bug#10744)
6383
6384 2012-02-07 Glenn Morris <rgm@gnu.org>
6385
6386 * emacs-lisp/easy-mmode.el (define-minor-mode):
6387 Doc fixes for the macro and the mode it defines.
6388
6389 * image.el (imagemagick-types-inhibit): Doc fix.
6390
6391 * cus-start.el (imagemagick-render-type): Add it.
6392
6393 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6394
6395 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6396 Set the default at load time, too, so that `font-lock-fontify-buffer'
6397 can be called without setting up the entire mode first. This fixes
6398 a bug in `mm-inline-text' with C MIME parts.
6399
6400 2012-02-06 Chong Yidong <cyd@gnu.org>
6401
6402 * simple.el (list-processes--refresh): Delete exited processes
6403 (Bug#8094).
6404
6405 * comint.el (comint-next-prompt): next-single-char-property-change
6406 and prev-single-char-property-change never return nil (Bug#8657).
6407
6408 * custom.el (defcustom): Doc fix (Bug#9711).
6409
6410 2012-02-05 Chong Yidong <cyd@gnu.org>
6411
6412 * cus-edit.el (custom-variable-reset-backup): Quote the value
6413 before storing it in the customized-value property (Bug#6712).
6414 (custom-display): Add a customization type tag.
6415 (custom-buffer-create-internal): Improve tooltip message.
6416
6417 * wid-edit.el (widget-field-value-get): New optional arg to
6418 suppress trailing whitespace truncation.
6419 (character): Use it (Bug#2689).
6420
6421 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6422
6423 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6424 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6425
6426 2012-02-05 Chong Yidong <cyd@gnu.org>
6427
6428 * cus-edit.el (custom-variable-value-create): For mismatched
6429 types, show the current value (Bug#7600).
6430
6431 * custom.el (defcustom): Doc fix.
6432
6433 2012-02-05 Glenn Morris <rgm@gnu.org>
6434
6435 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6436
6437 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6440 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6441 (pp-last-sexp): Use `looking-at-p'.
6442
6443 2012-02-04 Glenn Morris <rgm@gnu.org>
6444
6445 * files.el (revert-buffer):
6446 Doc fix (mention revert-buffer-in-progress-p).
6447
6448 * emacs-lisp/ert-x.el (ert-simulate-command):
6449 Check deferred-action-list (which is obsolete) is bound.
6450
6451 * subr.el (with-wrapper-hook): Doc fixes.
6452
6453 * simple.el (filter-buffer-substring-functions)
6454 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6455
6456 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6457
6458 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6459 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6460
6461 2012-02-04 Leo Liu <sdl.web@gmail.com>
6462
6463 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6464
6465 2012-02-04 Glenn Morris <rgm@gnu.org>
6466
6467 * image.el (image-extension-data): Add obsolete alias.
6468
6469 * isearch.el (isearch-update): Doc fix.
6470
6471 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6472
6473 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6474
6475 2012-02-03 Glenn Morris <rgm@gnu.org>
6476
6477 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6478 (image-animate-timeout): Doc fix.
6479
6480 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6481
6482 2012-02-02 Glenn Morris <rgm@gnu.org>
6483
6484 * server.el (server-auth-dir): Doc fix.
6485 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6486
6487 * subr.el (run-mode-hooks): Doc fix.
6488
6489 2012-02-02 Juri Linkov <juri@jurta.org>
6490
6491 * image-mode.el (image-toggle-display-image): Remove tautological
6492 `major-mode' from the `derived-mode-p' test.
6493
6494 2012-02-02 Kenichi Handa <handa@m17n.org>
6495
6496 * composite.el (compose-region): Cancel previous change.
6497
6498 2012-02-02 Kenichi Handa <handa@m17n.org>
6499
6500 * composite.el (compose-region, compose-string): Signal error for
6501 a null string component (Bug#6988).
6502
6503 2012-02-01 Chong Yidong <cyd@gnu.org>
6504
6505 * view.el (view-buffer-other-window, view-buffer-other-frame):
6506 Handle special modes like view-buffer (Bug#10650).
6507 (view-buffer): Simplify.
6508
6509 * frame.el (set-frame-font): Tweak meaning of third argument.
6510
6511 * dynamic-setting.el (font-setting-change-default-font):
6512 Use set-frame-font (Bug#9982).
6513
6514 2012-02-01 Glenn Morris <rgm@gnu.org>
6515
6516 * progmodes/compile.el (compilation-internal-error-properties):
6517 Respect compilation-first-column in the "*compilation*" buffer.
6518
6519 * emacs-lisp/easy-mmode.el (define-minor-mode):
6520 Relax :variable's test for a named function.
6521
6522 2012-01-31 Alan Mackenzie <acm@muc.de>
6523
6524 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6525 off by one error.
6526
6527 2012-01-31 Chong Yidong <cyd@gnu.org>
6528
6529 * frame.el (set-frame-font): New arg ALL-FRAMES.
6530
6531 * menu-bar.el (menu-set-font): Use set-frame-font.
6532
6533 * faces.el (face-spec-reset-face): Don't apply unspecified
6534 attribute values to the default face.
6535
6536 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
6537
6538 * progmodes/cwarn.el (cwarn): Remove dead link.
6539 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6540 Remove * from defcustom docstrings.
6541 (turn-on-cwarn-mode): Make obsolete.
6542 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6543 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6544
6545 2012-01-31 Glenn Morris <rgm@gnu.org>
6546
6547 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6548 Fix :variable handling of mode a symbol not equal to modefun.
6549 Allow named functions to be used as the cdr of :variable.
6550
6551 2012-01-30 Glenn Morris <rgm@gnu.org>
6552
6553 * emacs-lisp/authors.el (authors-fixed-entries):
6554 Remove reference to deleted file rnewspost.el.
6555
6556 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * window.el (window-with-parameter): Remove unused variable `windows'.
6559 (window--side-check): Remove unused variable `code'.
6560 (window--resize-siblings): Remove unused variable `first'.
6561 (adjust-window-trailing-edge): Remove unused variable `failed'.
6562 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6563 Use `let', not `let*'.
6564 (balance-windows-2): Remove unused variable `found'.
6565 (window--state-put-2): Remove unused variable `splits'.
6566 (window-state-put): Remove unused variable `selected'.
6567 (same-window-p): Use `string-match-p'.
6568 (display-buffer-assq-regexp): Remove unused variable `value'.
6569 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6570 Mark argument ALIST as ignored.
6571 (pop-to-buffer): Remove unused variable `old-window'.
6572
6573 2012-01-29 Eli Zaretskii <eliz@gnu.org>
6574
6575 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6576 and .lzma compressed files.
6577
6578 2012-01-29 Chong Yidong <cyd@gnu.org>
6579
6580 * frame.el (window-system-default-frame-alist): Doc fix.
6581
6582 * dynamic-setting.el (font-setting-change-default-font): Don't
6583 change the default face if SET-FONT argument is non-nil (Bug#9982).
6584
6585 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6586
6587 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6588
6589 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6590
6591 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6592 breakpoints in files outside current directory (Bug#6098).
6593
6594 2012-01-29 Chong Yidong <cyd@gnu.org>
6595
6596 * progmodes/python.el: Require ansi-color at top-level.
6597
6598 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6599 Define and use in Emacs Lisp mode (Bug#9360).
6600 (lisp-mode-abbrev-table): Add doc.
6601 (lisp-mode-variables): Don't set local-abbrev-table.
6602 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6603
6604 2012-01-28 Roland Winkler <winkler@gnu.org>
6605
6606 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6607
6608 2012-01-28 Roland Winkler <winkler@gnu.org>
6609
6610 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6611 (bibtex-set-dialect): Use it. Either set global values of
6612 dialect-dependent variables or bind these variables buffer-locally
6613 (Bug#10254).
6614 (bibtex-mode): Call bibtex-set-dialect via
6615 hack-local-variables-hook.
6616 (bibtex-dialect): Update docstring.
6617 Add safe-local-variable predicate.
6618 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6619 bibtex-set-dialect.
6620 (bibtex-mode-map): Define menu for each dialect.
6621 (bibtex-entry): Fix docstring.
6622
6623 2012-01-28 Chong Yidong <cyd@gnu.org>
6624
6625 * eshell/esh-arg.el (eshell-quote-argument): New function.
6626
6627 * eshell/esh-ext.el (eshell-invoke-batch-file):
6628 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6629 first arg to eshell-parse-command (Bug#10523).
6630
6631 2012-01-28 Drew Adams <drew.adams@oracle.com>
6632
6633 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6634 `default-directory' is non-nil.
6635
6636 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6637
6638 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6639 line that displays system-configuration-options. (Bug#9924)
6640
6641 2012-01-28 Drew Adams <drew.adams@oracle.com>
6642
6643 * descr-text.el (describe-char): Show information about POS, in
6644 addition to information about the character at POS. Improve and
6645 update the doc string. Change "code point" to "code point in
6646 charset", to avoid confusion with the character's Unicode code
6647 point shown above that. (Bug#10129)
6648
6649 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6650
6651 * descr-text.el (describe-char): Show the raw character, not only
6652 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6653 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6654 for the reasons.
6655
6656 2012-01-28 Phil Hagelberg <phil@hagelb.org>
6657
6658 * emacs-lisp/package.el (package-install):
6659 Run package-refresh-contents if there is no archive yet (Bug#9798).
6660
6661 2012-01-28 Chong Yidong <cyd@gnu.org>
6662
6663 * emacs-lisp/package.el (package-maybe-load-descriptor):
6664 New function, split from package-maybe-load-descriptor.
6665 (package-maybe-load-descriptor): Use it.
6666 (package-download-transaction): Fully load required packages
6667 inside the loop, so that `require' calls work (Bug#10593).
6668 (package-install): No need to call package-initialize now.
6669
6670 2012-01-28 Chong Yidong <cyd@gnu.org>
6671
6672 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6673
6674 * tooltip.el (tooltip-mode): Doc fix.
6675 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6676
6677 * frame.el (set-cursor-color): Doc fix (Bug#352).
6678
6679 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6680 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6681
6682 * cus-edit.el (custom-buffer-create-internal): Fix search button
6683 action (Bug#10542).
6684 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6685
6686 2012-01-27 Eduard Wiebe <usenet@pusto.de>
6687
6688 * dired.el (dired-mark-files-regexp):
6689 Include any subdirectory components. (Bug#10445)
6690
6691 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6692
6693 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6694 Handle [host]:port syntax. (Bug#10533)
6695
6696 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
6697
6698 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6699
6700 2012-01-26 Glenn Morris <rgm@gnu.org>
6701
6702 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6703 * term.el (term-raw-escape-map): Use Control-X-prefix.
6704 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6705
6706 2012-01-25 Martin Rudalics <rudalics@gmx.at>
6707
6708 * window.el (window-state-get, window--state-get-1): Don't deal
6709 with fixed-sizeness of windows. Simplify code.
6710
6711 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6712
6713 * window.el (window--state-get-1, window--state-put-2):
6714 Don't save and restore the mark.
6715
6716 2012-01-25 Chong Yidong <cyd@gnu.org>
6717
6718 * custom.el (custom-variable-p): Doc fix.
6719
6720 2012-01-25 Glenn Morris <rgm@gnu.org>
6721
6722 * dired.el (dired-goto-file): Handle some of the more common
6723 characters that `ls -b' escapes. (Bug#10596)
6724
6725 * progmodes/compile.el (compilation-next-error-function):
6726 Respect compilation-first-column in the "*compilation*" buffer.
6727 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6728
6729 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6730
6731 2012-01-24 Glenn Morris <rgm@gnu.org>
6732
6733 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6734
6735 2012-01-24 Julien Danjou <julien@danjou.info>
6736
6737 * color.el (color-rgb-to-hsl): Fix value computing.
6738 (color-hue-to-rgb): New function.
6739 (color-hsl-to-rgb): New function.
6740 (color-clamp, color-saturate-hsl, color-saturate-name)
6741 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6742 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6743
6744 2012-01-24 Glenn Morris <rgm@gnu.org>
6745
6746 * vc/vc-rcs.el (vc-rcs-create-tag):
6747 * vc/vc-sccs.el (vc-sccs-create-tag):
6748 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6749
6750 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6751
6752 * eshell/esh-util.el (eshell-read-hosts-file):
6753 Skip comment lines. (Bug#10549)
6754
6755 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6756
6757 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
6758
6759 * subr.el (display-delayed-warnings): Doc fix.
6760 (collapse-delayed-warnings): New function to collapse identical
6761 adjacent warnings.
6762 (delayed-warnings-hook): Add it.
6763
6764 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
6765
6766 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6767
6768 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6769 (tramp-default-user-alist): Don't add "pscp".
6770 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6771 property "login-as", if set. (Bug#10530)
6772
6773 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
6774
6775 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6776 "plink1" and "psftp". (Bug#10530)
6777
6778 2012-01-21 Kenichi Handa <handa@m17n.org>
6779
6780 * international/mule-cmds.el (prefer-coding-system): Show a
6781 warning message if the default value of file-name-coding-system
6782 was not changed.
6783
6784 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6785
6786 * windmove.el (windmove-reference-loc):
6787 Fix windmove-reference-loc miscalculation.
6788
6789 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6790
6791 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6792 default unit.
6793
6794 2012-01-21 Glenn Morris <rgm@gnu.org>
6795
6796 * international/mule.el (auto-coding-alist): Add .tbz.
6797
6798 * files.el (local-enable-local-variables): Doc fix.
6799 (inhibit-local-variables-regexps): Rename from
6800 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6801 Doc fix. Add some extensions from auto-coding-alist.
6802 (inhibit-local-variables-suffixes):
6803 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6804 (inhibit-local-variables-p):
6805 New function, extracted from set-auto-mode-1.
6806 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6807 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6808 (hack-local-variables): Doc fix. Make the mode-only case
6809 respect enable-local-variables and friends.
6810 Respect inhibit-local-variables-regexps for file-locals, but
6811 not for directory-locals.
6812 (set-visited-file-name):
6813 Take account of inhibit-local-variables-regexps.
6814 Whether it applies may change as the file name is changed.
6815 * jka-cmpr-hook.el (jka-compr-install):
6816 * jka-compr.el (jka-compr-uninstall):
6817 Update for inhibit-first-line-modes-suffixes name change.
6818
6819 2012-01-20 Martin Rudalics <rudalics@gmx.at>
6820
6821 * help-macro.el (make-help-screen): Temporarily restore original
6822 binding for minor-mode-map-alist (Bug#10454).
6823
6824 2012-01-19 Julien Danjou <julien@danjou.info>
6825
6826 * color.el (color-name-to-rgb): Use the white color to find the max
6827 color component value and return correctly computed values.
6828 (color-name-to-rgb): Add missing float conversion for max value.
6829
6830 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6831
6832 * window.el (window--state-get-1, window-state-get): Do not use
6833 special state value for window-persistent-parameters.
6834 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
6835 (window--state-put-2): Reset all window parameters to nil before
6836 assigning values of persistent parameters.
6837
6838 2012-01-18 Alan Mackenzie <acm@muc.de>
6839
6840 Eliminate sluggishness and hangs in fontification of "semicolon
6841 deserts".
6842
6843 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6844 Change value 10000 -> 3000.
6845 (c-state-safe-place): Reformulate so it doesn't stack up an
6846 infinite number of wrong entries in c-state-nonlit-pos-cache.
6847 (c-determine-limit-get-base, c-determine-limit): New functions to
6848 determine backward search limits disregarding literals.
6849 (c-find-decl-spots): Amend commenting.
6850 (c-cheap-inside-bracelist-p): New function which detects "={".
6851
6852 * progmodes/cc-fonts.el
6853 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6854 backward search.
6855 (c-font-lock-declarations): Fix an occurrence of point being
6856 undefined. Check additionally for point being in a bracelist or
6857 near a macro invocation without a semicolon so as to avoid a
6858 fruitless time consuming search for a declarator. Give a more
6859 precise search limit for declarators using the new
6860 c-determine-limit.
6861
6862 2012-01-18 Glenn Morris <rgm@gnu.org>
6863
6864 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6865 (set-auto-mode): Doc fixes.
6866
6867 2012-01-17 Glenn Morris <rgm@gnu.org>
6868
6869 * isearch.el (search-nonincremental-instead): Fix doc typo.
6870
6871 * dired.el (dired-insert-directory): Handle newlines in directory name.
6872 (dired-build-subdir-alist): Unescape newlines in directory name.
6873
6874 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
6875
6876 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6877 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6878 (tramp-action-terminal): Use it. (Bug#10530)
6879
6880 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6883
6884 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6885
6886 * window.el (window-state-ignored-parameters): Remove variable.
6887 (window--state-get-1): Rename argument MARKERS to IGNORE.
6888 Handle persistent window parameters. Make copy of clone-of
6889 parameter only if requested. (Bug#10348)
6890 (window--state-put-2): Install a window parameter only if it has
6891 a non-nil value or an existing parameter shall be overwritten.
6892
6893 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6894
6895 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6896
6897 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6898
6899 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6900 don't pass the (nil) value of `upnode' to string-match.
6901
6902 2012-01-14 Chong Yidong <cyd@gnu.org>
6903
6904 * startup.el (command-line): Fix X resource class for cursorColor.
6905 Fix values recognized by the cursorBlink resource.
6906
6907 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6908
6909 * epg.el (epg--make-temp-file): Avoid permission race condition
6910 when running on old Emacs versions (bug#10403).
6911
6912 2012-01-14 Glenn Morris <rgm@gnu.org>
6913
6914 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6915
6916 2012-01-13 Alan Mackenzie <acm@muc.de>
6917
6918 Fix filling for when filladapt mode is enabled.
6919
6920 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6921 c-mask-paragraph, pass in `fill-paragraph' rather than
6922 `fill-region-as-paragraph'. (This is a reversion of a previous
6923 change.)
6924 * progmodes/cc-mode.el (c-basic-common-init):
6925 Make fill-paragraph-handle-comment buffer local and set it to nil.
6926
6927 2012-01-13 Glenn Morris <rgm@gnu.org>
6928
6929 * dired.el (dired-switches-escape-p): New function.
6930 (dired-insert-directory): Use dired-switches-escape-p.
6931 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6932
6933 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6934
6935 2012-01-12 Glenn Morris <rgm@gnu.org>
6936
6937 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6938 changes in adaptive-fill-regexp. (Bug#10276)
6939
6940 2012-01-11 Alan Mackenzie <acm@muc.de>
6941
6942 Fix Emacs bug #10463 - put `widen's around the critical spots.
6943
6944 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6945 widen around each invocation of c-state-pp-to-literal. Remove an
6946 unused let variable.
6947
6948 2012-01-11 Glenn Morris <rgm@gnu.org>
6949
6950 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6951 Doc fix.
6952
6953 2012-01-10 Chong Yidong <cyd@gnu.org>
6954
6955 * net/network-stream.el (network-stream-open-starttls):
6956 Avoid emitting a confusing error message when the server gives a bad
6957 response to the capability command.
6958
6959 2012-01-10 Glenn Morris <rgm@gnu.org>
6960
6961 * mail/unrmail.el (unrmail): Tweak previous change.
6962
6963 2012-01-09 Chong Yidong <cyd@gnu.org>
6964
6965 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6966
6967 2012-01-08 Alan Mackenzie <acm@muc.de>
6968
6969 Optimise font locking in long enum definitions.
6970
6971 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6972 arm to a cond form to handle enums.
6973 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6974 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6975
6976 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6977
6978 * files.el (move-file-to-trash): Preserve default file modes on error.
6979 (Bug#10401)
6980
6981 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6982
6983 * faces.el (set-face-attribute): Clarify the meaning of the nil
6984 frame (bug#10294).
6985
6986 * subr.el (with-selected-frame): Mention that the selected frame
6987 is restored (bug#9980).
6988
6989 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6990 (bug#9759).
6991
6992 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6993 (password-read): Don't autoload unused function.
6994
6995 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6996
6997 * progmodes/which-func.el (which-func-mode): Turn into a
6998 non-interactive function and mark as obsolete (bug#10428).
6999
7000 2012-01-06 Chong Yidong <cyd@gnu.org>
7001
7002 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7003 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7004 functions, along with 1 and -1.
7005
7006 2012-01-06 Eli Zaretskii <eliz@gnu.org>
7007
7008 * time.el (display-time-load-average)
7009 (display-time-default-load-average): Doc fixes. See the thread
7010 starting at
7011 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7012 for the details.
7013
7014 2012-01-06 Glenn Morris <rgm@gnu.org>
7015
7016 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7017 has no messages. (Bug#10377)
7018
7019 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7020 than Info-edit. (Bug#10385)
7021
7022 * time.el (display-time-load-average, display-time-next-load-average):
7023 Doc fixes.
7024
7025 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7026 local setting of buffer-read-only to the input buffer. (Bug#10419)
7027
7028 * calendar/calendar.el (calendar-mode):
7029 Locally set scroll-margin to 0. (Bug#10379)
7030
7031 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
7032
7033 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7034
7035 2012-01-05 Glenn Morris <rgm@gnu.org>
7036
7037 * eshell/em-unix.el (diff-no-select): Autoload it.
7038 (eshell/diff): Use diff-no-select. (Bug#10420)
7039
7040 2012-01-05 Chong Yidong <cyd@gnu.org>
7041
7042 * shell.el (shell-dynamic-complete-functions): Revert last change.
7043 (shell-command-completion-function): New function.
7044 (shell-completion-vars): Use it to implement
7045 shell-completion-execonly (Bug#10417).
7046
7047 * custom.el (enable-theme): Don't set custom-safe-themes.
7048
7049 * cus-theme.el (custom-theme-merge-theme):
7050 Ignore custom-enabled-themes and custom-safe-themes.
7051
7052 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7053
7054 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7055 first prompt in `sql-interacive-mode'.
7056 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
7057 keywords.
7058 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
7059 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7060 context of original buffer. Invoke `sql-login-hook'.
7061
7062 2012-01-04 Eli Zaretskii <eliz@gnu.org>
7063
7064 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7065 letters in cite-prefix.
7066
7067 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7068
7069 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7070
7071 2012-01-03 Chong Yidong <cyd@gnu.org>
7072
7073 * shell.el (shell-dynamic-complete-functions):
7074 Put pcomplete-completions-at-point, so as to try
7075 comint-filename-completion first (Bug#10417).
7076
7077 2012-01-02 Richard Stallman <rms@gnu.org>
7078
7079 * battery.el (battery-status-function):
7080 Detect when to use battery-yeeloong-sysfs.
7081 (battery-echo-area-format): Add string for Yeeloong.
7082 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7083 (battery-yeeloong-sysfs): New function.
7084
7085 2012-01-02 Chong Yidong <cyd@gnu.org>
7086
7087 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7088 (dirtrack): Merge code for handling relative filenames in prompt
7089 from shell-dir-cookie-watcher.
7090 (dirtrack-debug-message): New arg to avoid excess format calls.
7091
7092 * shell.el (shell-dir-cookie-re): Variable deleted.
7093 (shell-dir-cookie-watcher): Function deleted.
7094 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7095 with dirtrack-mode.
7096
7097 2012-01-01 Eli Zaretskii <eliz@gnu.org>
7098
7099 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7100 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
7101 libgnutls-26.dll.
7102
7103 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7104
7105 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7106
7107 2011-12-31 Eli Zaretskii <eliz@gnu.org>
7108
7109 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7110 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7111
7112 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
7113
7114 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7115 also for alternative shells.
7116 (tramp-open-connection-setup-interactive-shell): Check, whether
7117 the shell is a busybox.
7118 (tramp-send-command): Don't suppress multiple prompts for
7119 busyboxes, it hurts.
7120
7121 2011-12-28 Chong Yidong <cyd@gnu.org>
7122
7123 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7124 (gdb-get-source-file): Move mode line update to
7125 gdb-get-source-file (Bug#10087).
7126
7127 2011-12-25 Chong Yidong <cyd@gnu.org>
7128
7129 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7130 gud-gdb-marker-filter without taking it as an argument.
7131 (gud-gdb-run-command-fetch-lines): Caller changed.
7132 (gud-gdb-completion-function): New variable.
7133 (gud-gdb-completion-at-point): Use it.
7134 (gud-gdb-completions-1): Split from gud-gdb-completions.
7135
7136 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7137 function as separate arguments.
7138 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7139 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7140 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7141 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7142 (gdb-stopped, def-gdb-auto-update-trigger)
7143 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
7144 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7145 Callers changed.
7146 (gud-gdbmi-completions): New function.
7147 (gdb): Use it for generating the completion table.
7148
7149 2011-12-24 Alan Mackenzie <acm@muc.de>
7150
7151 Introduce a mechanism to widen the region used in context font
7152 locking. Use this to protect declarations from losing their contexts.
7153
7154 * progmodes/cc-langs.el (c-before-font-lock-functions):
7155 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
7156 (c-before-context-fontification-functions): New defvar, a list of
7157 functions to be run just before context (etc.) font locking.
7158
7159 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
7160 New, functionality extracted from
7161 c-neutralize-syntax-in-and-mark-CPP.
7162 (c-in-after-change-fontification): New variable.
7163 (c-after-change): Set c-in-after-change-fontification.
7164 (c-set-fl-decl-start): Rejig its interface, so it can be called
7165 from both after-change and context fontifying.
7166 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7167 New functions.
7168 (c-standard-font-lock-fontify-region-function): New variable.
7169 (c-font-lock-fontify-region): New function.
7170
7171 2011-12-24 Juri Linkov <juri@jurta.org>
7172
7173 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7174 (Bug#10348)
7175
7176 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
7177
7178 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7179 existence of source file. (Bug#10325)
7180
7181 2011-12-23 Alan Mackenzie <acm@muc.de>
7182
7183 Fix unstable fontification inside templates.
7184
7185 * progmodes/cc-langs.el (c-before-font-lock-functions):
7186 Newly created from the singular version. The (c c++ objc) entry now
7187 additionally has c-set-fl-decl-start. The other languages (apart
7188 from AWK) have that as a single entry.
7189
7190 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7191 The functionality for "local" declarations has been extracted to
7192 c-set-fl-decl-start.
7193
7194 * progmodes/cc-mode.el (c-common-init, c-after-change):
7195 Changes due to pluralisation of c-before-font-lock-functions.
7196 (c-set-fl-decl-start): New function, extracted from
7197 c-font-lock-enclosing-decls and enhanced.
7198
7199 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
7200
7201 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7202
7203 2011-12-22 Juri Linkov <juri@jurta.org>
7204
7205 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7206
7207 2011-12-22 Chong Yidong <cyd@gnu.org>
7208
7209 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7210
7211 2011-12-21 Drew Adams <drew.adams@oracle.com>
7212
7213 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7214
7215 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7216
7217 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7218
7219 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7220
7221 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7222 highlighting and support. Fix up comments for capitalization.
7223 (cfengine-mode-debug): New var.
7224 (cfengine3-mode): Change the modeline indicator to "CFE3".
7225 (cfengine3-font-lock-keywords): Improve defun highlighting.
7226 (cfengine2-actions): Rename from `cfengine-actions'.
7227 (cfengine2-font-lock-keywords): Rename from
7228 `cfengine-font-lock-keywords'.
7229 (cfengine2-imenu-expression): Rename from
7230 `cfengine-imenu-expression'.
7231 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7232 (cfengine2-beginning-of-defun): Rename from
7233 `cfengine-beginning-of-defun'.
7234 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7235 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7236 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7237 modeline indicator to "CFE2".
7238 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7239 (cfengine-mode-abbrevs): Mark obsolete.
7240
7241 2011-12-21 Chong Yidong <cyd@gnu.org>
7242
7243 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7244 filename argument.
7245
7246 2011-12-20 Martin Rudalics <rudalics@gmx.at>
7247
7248 * window.el (window-normalize-buffer-to-display): Remove.
7249 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7250
7251 2011-12-19 Chong Yidong <cyd@gnu.org>
7252
7253 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7254 Don't signal an error in a predicate function; return non-nil.
7255 (vc-dir-mark-file): Move the error here.
7256 (vc-dir-mark-unmark): If acting on the region, keep going if one
7257 of the entries cannot be marked/unmarked.
7258 (vc-dir-mark-all-files): If current entry is a directory, mark
7259 only child files, as documented.
7260
7261 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7262
7263 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7264 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7265 addition.
7266
7267 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7268
7269 * term/ns-win.el (ns-get-selection-internal)
7270 (ns-store-selection-internal): Declare.
7271 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7272 Declare as obsolete.
7273 (ns-get-pasteboard, ns-paste-secondary):
7274 Use ns-get-selection-internal.
7275 (ns-set-pasteboard, ns-copy-including-secondary):
7276 Use ns-store-selection-internal.
7277
7278 2011-12-17 Chong Yidong <cyd@gnu.org>
7279
7280 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
7281 (vc-deduce-fileset): Doc fix.
7282
7283 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7284
7285 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7286
7287 2011-12-13 Sam Steingold <sds@gnu.org>
7288
7289 * man.el (Man-getpage-in-background): When running under a
7290 window-system, ignore $MANWIDTH and $COLUMNS.
7291
7292 2011-12-15 Kenichi Handa <handa@m17n.org>
7293
7294 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7295 (setup-ethiopic-environment-internal): Comment out key-binding for
7296 ethio-toggle-punctuation.
7297
7298 2011-12-13 Alan Mackenzie <acm@muc.de>
7299
7300 Add the switch statement to AWK Mode.
7301
7302 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7303 "default" to the keywords regexp.
7304
7305 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7306 expression as the rest.
7307 (c-nonlabel-token-key): Allow string literals for AWK.
7308 Refactor for the other modes.
7309
7310 Large brace-block initialisation makes CC Mode slow: Fix.
7311 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7312 routines. Limit backward searching in c-font-lock-enclosing.decl.
7313
7314 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7315 pp-state and literal type in addition to the limits.
7316 (c-state-safe-place): New defun, extracted from c-state-literal-at.
7317 (c-state-literal-at): Use the above new defun.
7318 (c-slow-in-literal, c-fast-in-literal): Remove.
7319 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7320
7321 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7322 being in a literal. Add a limit for backward searching.
7323
7324 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7325 c-slow-in-literal.
7326
7327 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7330
7331 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7332
7333 * window.el (delete-other-windows): Use correct frame in call to
7334 window-with-parameter.
7335
7336 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7337
7338 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7339 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7340 (makefile-gmake-statements, makefile-makepp-statements):
7341 Use it and add new makepp keywords.
7342 (makefile-makepp-font-lock-keywords): Add new patterns.
7343 (makefile-match-function-end): Match new [...] and [[...]].
7344
7345 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * ses.el (ses-call-printer-return, ses-cell-property-get)
7348 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7349 (ses-create-cell-variable, ses-reset-header-string)
7350 (ses-cell-set-formula, ses-repair-cell-reference-all)
7351 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7352 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7353 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7354 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7355 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7356 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7357 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7358 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7359 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7360 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7361 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7362 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7363
7364 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7365
7366 * ses.el: The overall change is to add cell renaming, that is
7367 setting fancy names for cell symbols other than name matching
7368 "\\`[A-Z]+[0-9]+\\'" regexp .
7369 (ses-create-cell-variable): New defun.
7370 (ses-relocate-formula): Relocate formulas only for cells the
7371 symbols of which are not renamed, i.e. symbols whose names do not
7372 match regexp "\\`[A-Z]+[0-9]+\\'".
7373 (ses-relocate-all): Relocate values only for cells the symbols of
7374 which are not renamed.
7375 (ses-load): Create cells variables as the (ses-cell ...) are read,
7376 in order to check row col consistency with cell symbol name only
7377 for cells that are not renamed.
7378 (ses-replace-name-in-formula): New defun.
7379 (ses-rename-cell): New defun.
7380
7381 2011-12-11 Chong Yidong <cyd@gnu.org>
7382
7383 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7384 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7385
7386 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7387
7388 * window.el (other-window): Fix docstring.
7389
7390 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7391
7392 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7393 `from' or `to' address before taking its substring.
7394 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7395 encoded name is chopped in the middle of the encoded string, and
7396 thus displayed encoded.
7397
7398 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
7399
7400 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7401
7402 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7403
7404 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7405 to use texinfo-update-node and commands that call it if the
7406 Texinfo file uses @node lines without next/prev/up pointers.
7407 Correct outdated description about texinfo-master-menu.
7408 (texinfo-all-menus-update, texinfo-master-menu)
7409 (texinfo-update-node, texinfo-every-node-update)
7410 (texinfo-multiple-files-update): Doc fix. Warn against updating
7411 all the @node lines.
7412 (texinfo-master-menu): Only call texinfo-update-node if the prefix
7413 argument is numeric. Explain better in the doc string what the
7414 function really does.
7415 (texinfo-insert-master-menu-list): Improve the error message
7416 displayed if there's no menu in the Top node.
7417 (Bug#2975) See also this thread:
7418 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7419
7420 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7421
7422 * speedbar.el (speedbar-supported-extension-expressions):
7423 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7424
7425 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
7426
7427 * printing.el (pr-mode-alist):
7428 * simple.el (filter-buffer-substring-functions)
7429 (completion-list-insert-choice-function):
7430 * window.el (window-with-parameter, window-atom-root)
7431 (window-sides-slots, window-size-fixed, window-min-delta)
7432 (window-max-delta, window--resize-mini-window)
7433 (window--resize-child-windows-normal, window-tree)
7434 (delete-other-windows, quit-window, split-window)
7435 (display-buffer-record-window, special-display-buffer-names)
7436 (special-display-regexps, special-display-popup-frame)
7437 (same-window-p, split-window-sensibly)
7438 (display-buffer-overriding-action, display-buffer-alist)
7439 (display-buffer-base-action, display-buffer, switch-to-buffer)
7440 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7441 (fit-window-to-buffer, recenter-positions)
7442 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7443 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7444 and remove unneeded backslashes in docstrings.
7445
7446 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7449
7450 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7451 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7452 end in ".mk".
7453 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7454 when reading the makefile (bug#10116).
7455
7456 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7459 (bug#10116).
7460
7461 2011-12-06 Glenn Morris <rgm@gnu.org>
7462
7463 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7464
7465 2011-12-06 Chong Yidong <cyd@gnu.org>
7466
7467 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7468
7469 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7470
7471 * textmodes/table.el (table-shorten-cell): Fix typo.
7472
7473 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7474
7475 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7476
7477 2011-12-05 Eli Zaretskii <eliz@gnu.org>
7478
7479 * descr-text.el (describe-char): Fix display of strong
7480 right-to-left characters and directional embeddings and overrides.
7481
7482 * simple.el (what-cursor-position): Fix display of codepoints of
7483 strong right-to-left characters.
7484
7485 2011-12-05 Chong Yidong <cyd@gnu.org>
7486
7487 * faces.el (read-color): Doc fix.
7488
7489 2011-12-05 Glenn Morris <rgm@gnu.org>
7490
7491 * align.el (align--set-marker): Add doc-string.
7492 Don't try to move something that is not a marker. (Bug#10216)
7493
7494 2011-12-04 Glenn Morris <rgm@gnu.org>
7495
7496 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7497 overly zealous deletion of trailing whitespace.
7498
7499 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
7500
7501 * server.el (server-delete-client): On Windows, do not try to delete
7502 the only terminal.
7503 (server-process-filter): On Windows, treat requests for a tty frame as
7504 if they were for a GUI frame if the running server is in GUI mode.
7505
7506 2011-12-03 Glenn Morris <rgm@gnu.org>
7507
7508 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7509
7510 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * electric.el: Streamline electric-indent's hook.
7513 (electric-indent-chars): Revert to simple list.
7514 (electric-indent-functions): New var.
7515 (electric-indent-post-self-insert-function): Use it.
7516
7517 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7518 there's no inferior buffer (bug#10196).
7519 (prolog-consult-compile): Don't use toggle-read-only.
7520
7521 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
7522
7523 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7524 interrupt. (Bug#10187)
7525
7526 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7527
7528 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7529 (bug#9160).
7530
7531 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7532 (bug#10191).
7533
7534 2011-12-02 Juri Linkov <juri@jurta.org>
7535
7536 * info.el (Info-search): Display "end of manual" when Isearch
7537 reaches the end of single-file Info manual. (Bug#9918)
7538
7539 2011-12-02 Eli Zaretskii <eliz@gnu.org>
7540
7541 * isearch.el (isearch-message-prefix): Run the input method part
7542 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7543
7544 2011-12-02 Juri Linkov <juri@jurta.org>
7545
7546 * isearch.el (isearch-occur): Use `word-search-regexp' for
7547 `isearch-word'.
7548 (isearch-search-and-update): Add condition for `isearch-word' and
7549 call `word-search-regexp'. (Bug#10145)
7550
7551 2011-12-01 Glenn Morris <rgm@gnu.org>
7552
7553 * eshell/em-hist.el (eshell-hist-initialize):
7554 Handle eshell-history-size nil and HISTSIZE set or unset.
7555 (eshell-history-file-name, eshell-history-size): Fix custom type.
7556
7557 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7560
7561 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
7562
7563 * progmodes/verilog-mode.el (verilog-pretty-expr):
7564 Rework verilog-pretty-expr to handle new assignment operators in system
7565 verilog, such as += *= and the like.
7566 (verilog-assignment-operator-re): Regular expression to find the
7567 assigment operator in a verilog assignment.
7568 (verilog-assignment-operation-re): Regular expression to find an
7569 assignment statement for pretty-expr.
7570 (verilog-in-attribute-p): Query returns true if point is in an
7571 attribute context; used to skip these for expression line up from
7572 pretty-expr.
7573 (verilog-in-parameter-p): Query returns true if point is in an
7574 parameter definition context; used to skip these for expression
7575 line up from pretty-expr.
7576 (verilog-in-parenthesis-p): Query returns true if point is in a
7577 parenthetical expression, specifically ( ) but not [ ] or { };
7578 used by pretty-expr.
7579 (verilog-just-one-space): If there is no space, don't add one.
7580 (verilog-get-lineup-indent-2): Specifically skip just attribute
7581 contexts for expression lineup, rather than skipping all
7582 parenthetical expressions.
7583 (verilog-calculate-indent): Fix comment, and fix indent.
7584 (verilog-do-indent): Indent declarations in lists (suggested by
7585 Joachim Lechner).
7586 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7587 skeleton items.
7588 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7589 by Alain Mellan).
7590
7591 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
7592
7593 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7594 parameters with embedded comments. Reported by Ray Stevens.
7595 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7596 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7597 Reported by Tim Holt.
7598 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7599 instantiated by upper module causing wrong expansion until AUTOed a
7600 second time. Reported by K C Buckenmaier.
7601 (verilog-diff-auto): Fix showing .* as a difference when
7602 `verilog-auto-star-save' off. Reported by Dan Dever.
7603 (verilog-auto-reset, verilog-read-always-signals)
7604 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7605 temporary signals in reset list if
7606 verilog-auto-reset-blocking-in-non is nil, and match assignment
7607 style to each signal's assignment type, bug381.
7608 Reported by Thomas Esposito.
7609 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7610 (verilog-uvm-statement-re): Support UVM indentation and
7611 highlighting, with old OVM keywords only.
7612 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7613 Support AUTOTIEOFF creating non-wire data types.
7614 Suggested by Jonathan Greenlaw.
7615 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7616 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7617 (verilog-inject-sense, verilog-read-inst-pins)
7618 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7619 Fix mismatching parenthesis inside commented out code when deleting
7620 AUTOINST, bug383. Reported by Jonathan Greenlaw.
7621 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7622 non-numeric vector width. Reported by Alex Reed.
7623 (verilog-auto-ascii-enum): Add "onehot" option to work around not
7624 detecting signals with parameter widths. Reported by Alex Reed.
7625 (verilog-auto-delete-trailing-whitespace):
7626 With `verilog-auto-delete-trailing-whitespace' remove trailing
7627 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7628 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7629 Fix verilog-scan-cache corruption when running user AUTO expansion
7630 hooks that call indentation routines.
7631 (verilog-simplify-range-expression): Fix typo ignoring lower case
7632 identifiers.
7633 (verilog-delete-auto): Fix delete-autos to also remove user created
7634 automatics, as long as they start with AUTO.
7635 (verilog-batch-diff-auto, verilog-diff-auto)
7636 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7637 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7638 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7639 (verilog-in-paren-quick, verilog-re-search-backward-quick)
7640 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7641 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7642 is disabled and its cache will get corrupt, causing AUTOS not to
7643 expand. Instead use only -quick functions.
7644 (verilog-scan-region): Fix scanning over escaped quotes.
7645 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7646 (verilog-re-search-backward-quick)
7647 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7648 related functions now ignore strings, to fix misparsing of strings
7649 with magic comments embedded in them.
7650 (verilog-read-auto-template):
7651 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7652 Reported by Brad Dobbie.
7653 (verilog-read-auto-template):
7654 Fix 'verilog-auto-inst-template-numbers' with comments.
7655 Reported by Brad Dobbie.
7656 (verilog-auto-inst, verilog-auto-inst-param)
7657 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7658 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7659 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7660 debugging templates without merge conflicts, bug357.
7661 Reported by Brad Dobbie.
7662 (verilog-read-auto-template):
7663 Fix verilog-auto-inst-template-numbers with multiple templates.
7664 Reported by Brad Dobbie.
7665 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7666 abbrevs so user won't be asked to save.
7667 (verilog-read-auto-lisp-present): Fix to start at beginning of
7668 buffer in case called outside of verilog-auto.
7669 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7670 to "X-2". Reported by Matthew Myers.
7671 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7672 all inputs from module templates. Reported by Leith Johnson.
7673 (verilog-module-inside-filename-p): Fix locating programs as with
7674 modules.
7675 (verilog-auto-inst-port): Fix vl-width expressions when using
7676 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7677 (verilog-decls-get-regs, verilog-decls-get-signals,
7678 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7679 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7680 verilog-read-decls): Combine reg and wire structures into one var
7681 structure to represent SystemVerilog concepts.
7682 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7683 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7684 (verilog-auto-wire-type, verilog-insert-definition):
7685 Add verilog-auto-wire-type and AUTOLOGIC to support using
7686 SystemVerilog "logic" keyword instead of "wire"/"reg".
7687 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7688 to declares outputs that also have assignments (presumably in an
7689 ifdef or generate if so there's not a driver conflict).
7690 Reported by Matthew Myers.
7691 (verilog-auto-declare-nettype, verilog-insert-definition):
7692 Add verilog-auto-declare-nettype to fix declarations using
7693 `default_nettype none. Reported by Julian Gorfajn.
7694 (verilog-read-always-signals-recurse, verilog-read-decls)
7695 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7696 malformed end statement, bug325. Reported by Joshua Wise and
7697 Andrew Drake.
7698 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7699 (verilog-inst-comment-re): Fix not deleting Interfaced comment
7700 when expanding .* in interfaces, bug320.
7701 Reported by Pierre-David Pfister.
7702 (verilog-read-module-name): Fix import statements between module
7703 name and open parenthesis, bug317.
7704 Reported by Pierre-David Pfister.
7705 (verilog-simplify-range-expression): Fix simplification of
7706 multiplications inside AUTOWIRE connections, bug303.
7707 (verilog-auto-inst-port): Support parameter expansion in
7708 multidimensional arrays.
7709 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7710 after "assert property". Reported by Julian Gorfajn.
7711 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7712 with multiplication, bug303.
7713 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7714 Reported by Jan Frode Lonnum.
7715
7716 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7717
7718 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7719 (hfy-shell-file-name, hfy-shell):
7720 * international/fontset.el (x-decompose-font-name): Fix typos.
7721
7722 2011-11-29 Ken Brown <kbrown@cornell.edu>
7723
7724 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7725 (gdb-version): Remove defvar.
7726 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7727 (gdb-gud-context-command, gdb-non-stop-handler)
7728 (gdb-current-context-command, gdb-stopped): Use it.
7729 (gdb-init-1): Enable pretty printing here.
7730 (gdb-non-stop-handler): Don't enable pretty-printing here.
7731 Check to see if the target supports non-stop mode; if not, turn off
7732 non-stop mode. Use the following.
7733 (gdb-check-target-async): New defun.
7734 (gud-watch, gdb-stopped): Fix whitespace.
7735 (gdb-get-source-file): Don't try to display the source file if
7736 `gdb-main-file' is nil.
7737
7738 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * align.el: Try to generate fewer markers (bug#10047).
7741 (align--set-marker): New macro.
7742 (align-region): Use it.
7743
7744 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7747
7748 2011-11-29 Chong Yidong <cyd@gnu.org>
7749
7750 * indent.el (indent-for-tab-command, indent-according-to-mode):
7751 Doc fix.
7752 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7753
7754 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
7755
7756 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7757 aware of remote file names. (Bug#10124)
7758
7759 2011-11-29 Chong Yidong <cyd@gnu.org>
7760
7761 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7762
7763 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * files.el (find-file): Don't use force-same-window (bug#10144).
7766 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7767 use pop-to-buffer if the selected window can't be used.
7768 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7769
7770 2011-11-28 Eli Zaretskii <eliz@gnu.org>
7771
7772 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7773 special-mode-map.
7774
7775 2011-11-28 Chong Yidong <cyd@gnu.org>
7776
7777 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7778
7779 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
7780
7781 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7782 gdb-get-source-file-list on gdb-create-source-file-list.
7783
7784 2011-11-26 Eli Zaretskii <eliz@gnu.org>
7785
7786 * whitespace.el (whitespace-newline): Use a different foreground
7787 color for 16-color light-background displays.
7788
7789 2011-11-24 Chong Yidong <cyd@gnu.org>
7790
7791 * window.el (display-buffer--special-action): Doc fix.
7792
7793 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
7794
7795 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7796 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7797 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7798 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7799 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7800 (avl-tree-stack-first):
7801 * emacs-lisp/cconv.el (cconv--analyse-use):
7802 * net/gnutls.el (gnutls-negotiate): Fix typos.
7803
7804 2011-11-24 Glenn Morris <rgm@gnu.org>
7805
7806 * lpr.el (lpr-windows-system, lpr-lp-system):
7807 * mail/binhex.el (binhex-begin-line):
7808 * progmodes/grep.el (grep-history, grep-find-history):
7809 * textmodes/flyspell.el:
7810 * vc/pcvs-defs.el (cvs-global-menu):
7811 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7812 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7813 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7814
7815 * net/tls.el: Fix case of "GnuTLS".
7816
7817 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7818
7819 * version.el (emacs-build-system): Give it a doc-string.
7820
7821 2011-11-24 Juri Linkov <juri@jurta.org>
7822
7823 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7824
7825 2011-11-24 Glenn Morris <rgm@gnu.org>
7826
7827 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7828 if called on a non-mime message just toggle the headers. (Bug#8006)
7829
7830 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7833 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7834 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7835 (allout-rebullet-heading, allout-open-sibtopic)
7836 (allout-toggle-current-subtree-encryption)
7837 (allout-toggle-subtree-encryption, allout-encrypt-string)
7838 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7839 (allout-distinctive-bullets-string, allout-auto-activation):
7840 * window.el (window-normalize-buffer-to-display):
7841 * progmodes/verilog-mode.el (verilog-batch-indent):
7842 * textmodes/bibtex.el (bibtex-field-braces-opt)
7843 (bibtex-field-strings-opt):
7844 * vc/cvs-status.el (cvs-tree-merge):
7845 Fix typos.
7846
7847 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
7848
7849 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7850 `non-essential' to t, in order to avoid remote connections.
7851
7852 2011-11-23 Eli Zaretskii <eliz@gnu.org>
7853
7854 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7855 On MS-DOS and MS-Windows, compare with loaddefs.el
7856 case-insensitively.
7857
7858 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7859
7860 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7861
7862 2011-11-23 Glenn Morris <rgm@gnu.org>
7863
7864 * paths.el (rmail-file-name): Reformat the doc-string so that it
7865 is picked up.
7866
7867 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7868 (rmail-auto-file): Ignore case in the "special" field names,
7869 as mail-fetch-field does for all others.
7870
7871 * mail/rmail.el (rmail-forward):
7872 * mail/rmailkwd.el (rmail-set-label):
7873 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7874 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7875
7876 * mail/rmail.el (rmail-current-message): Doc fix.
7877
7878 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7879
7880 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7883
7884 2011-11-22 Glenn Morris <rgm@gnu.org>
7885
7886 * mail/rmailmm.el (test-rmail-mime-handler)
7887 (test-rmail-mime-bulk-handler)
7888 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7889
7890 2011-11-21 Juri Linkov <juri@jurta.org>
7891
7892 * calc/calc.el (calc-read-key-sequence):
7893 Let-bind `input-method-function' to nil. (Bug#10018)
7894
7895 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
7897 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7898 Tell the caller that the next line needs recomputation, even
7899 though it doesn't start a sexp (bug#10094).
7900
7901 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7904
7905 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7908 Use force-same-window.
7909
7910 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7911
7912 * descr-text.el (describe-char-unicode-data):
7913 * json.el (json-string-escape):
7914 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7915 (Footnote-unicode, Footnote-style-p):
7916 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7917
7918 2011-11-20 Chong Yidong <cyd@gnu.org>
7919
7920 * window.el (replace-buffer-in-windows): Restore interactive spec.
7921
7922 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7925
7926 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7927 (byte-compile-global-not-obsolete-vars): New var.
7928 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7929 Use it.
7930 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7931
7932 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7935 * progmodes/pascal.el (electric-pascal-equal):
7936 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7937 * xml.el (xml-substitute-special): Fix typos.
7938
7939 2011-11-20 Glenn Morris <rgm@gnu.org>
7940
7941 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7942 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7943 Doc fixes.
7944 (rmail-decode-mime-charset): Mark as obsolete.
7945
7946 * mail/rmailsum.el (rmail-message-regexp-p-1):
7947 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7948 Before using mime functions, check they are set. (Bug#10077)
7949
7950 2011-11-19 Juri Linkov <juri@jurta.org>
7951
7952 * info.el (Info-finder-find-node): Use `package--builtins' instead
7953 of `package-alist'. Use node names formed by the pattern "Keyword "
7954 and the keyword name.
7955
7956 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7957
7958 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7959
7960 2011-11-19 Juri Linkov <juri@jurta.org>
7961
7962 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7963 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7964 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7965 `old-history', `old-history-forward'. Add let-binding
7966 `window-selected'. Remove calls to `kill-buffer',
7967 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7968 before calling `Info-find-node', so `Info-find-node-2' will reread
7969 the Info file. Restore window positions only when `window-selected'
7970 is non-nil.
7971
7972 2011-11-19 Juri Linkov <juri@jurta.org>
7973
7974 * isearch.el (isearch-lazy-highlight-new-loop):
7975 Remove condition `(not isearch-error)'. (Bug#9918)
7976
7977 * misearch.el (multi-isearch-search-fun): Add condition
7978 `(not bound)' to ignore lazy-highlighting search.
7979 Add the search-failed message "end of multi" when the end of
7980 multi-sequence is reached. Uncapitalize the search-failed
7981 message "Repeat for next buffer".
7982
7983 * info.el (Info-search): Add the search-failed message
7984 "end of the manual" when the end of the manual is reached
7985 in Isearch mode.
7986
7987 2011-11-19 Juri Linkov <juri@jurta.org>
7988
7989 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7990 Use non-destructive `remove' instead of `delete' because
7991 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7992 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7993
7994 2011-11-19 Juri Linkov <juri@jurta.org>
7995
7996 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7997 to nil instead of binding `search-ring' and `regexp-search-ring'.
7998 (Bug#9185)
7999
8000 2011-11-19 Eli Zaretskii <eliz@gnu.org>
8001
8002 * simple.el (line-move): Force movement by logical lines for any
8003 hscrolled window, not only when auto-hscroll-mode is on.
8004 (line-move-visual): Update doc string to that effect. (Bug#10076)
8005
8006 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8007
8008 * language/european.el (macintosh): Define as alias for mac-roman.
8009
8010 2011-11-19 Eli Zaretskii <eliz@gnu.org>
8011
8012 * mail/rmailmm.el (rmail-mime-display-header)
8013 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8014 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8015 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8016 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8017 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8018 of a raw aref.
8019 (rmail-mime-entity-segment): To get past the tagline, move forward
8020 2 more lines, to account for the 2 empty lines that precede and
8021 follow the line with the buttons.
8022 (rmail-mime-update-tagline): Move one more line, to get past the
8023 empty line that follows the buttons in the tagline. (Bug#9520)
8024
8025 2011-11-19 Martin Rudalics <rudalics@gmx.at>
8026
8027 * window.el (window-max-delta-1, window-min-delta-1)
8028 (window-min-size-1, window-state-get-1, window-state-put-1)
8029 (window-state-put-2): Use "window--" prefix.
8030
8031 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8034 (smie-warning-count): New var.
8035 (smie-set-prec2tab): Use it.
8036 (smie-bnf->prec2): Improve warnings. Add docstring.
8037 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8038 (smie-bnf--set-class): New function.
8039 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8040 corner case.
8041
8042 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8043 (compilation-error-properties, compilation-move-to-column):
8044 Handle compilation-first-column while in the target buffer.
8045
8046 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8047 Don't hardcode point-min==1.
8048
8049 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8050 (eshell-rewrite-for-command): Remove workaround.
8051 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8052 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8053 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8054
8055 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8056
8057 2011-11-17 Glenn Morris <rgm@gnu.org>
8058
8059 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8060 Ignore buffer-local generated-autoload-file if it is the same
8061 as the global value. (Bug#10049)
8062
8063 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8066 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8067 (reftex-toc-previous-heading, reftex-toc-max-level)
8068 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8069 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8070 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8071 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8072 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8073 (reftex-toc-rename-label, reftex-toc-visit-location)
8074 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8075 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8076 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8077 leaving "*toc*" only for references to the buffer.
8078
8079 2011-11-17 Martin Rudalics <rudalics@gmx.at>
8080
8081 * window.el (window-resize, delete-window, split-window):
8082 Replace window-splits by window-combination-resize.
8083 * cus-start.el (window-splits): Replace by window-combination-resize.
8084
8085 2011-11-17 Glenn Morris <rgm@gnu.org>
8086
8087 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8088 Make bash entry derive from sh entry, not shell entry.
8089
8090 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
8091
8092 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8093 local file name.
8094
8095 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * menu-bar.el (menu-bar-file-menu):
8098 * printing.el (pr-ps-utility):
8099 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8100 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8101 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8102 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8103 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8104 (icalendar--convert-cyclic-to-ical)
8105 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8106 (icalendar--convert-ical-to-diary)
8107 (icalendar--convert-recurring-to-diary)
8108 (icalendar--convert-non-recurring-all-day-to-diary)
8109 (icalendar-import-format-sample):
8110 * progmodes/idlw-shell.el (idlwave-shell-mode):
8111 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8112 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8113 (vhdl-ps-print-init): Fix typos.
8114
8115 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8116
8117 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8118 FSF and collapse date sequence, obscure author/maintainer email address
8119 better, remove extra version line, track relocation of author's webpage.
8120
8121 * progmodes/python.el (python-pdbtrack-input-prompt)
8122 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8123 regular python pdb prompts. Adjustments shamelessly taken exactly as
8124 suggested in EmacsWiki page (tiny change):
8125 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8126
8127 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8128
8129 * expand.el (expand-pos, expand-index, expand-point):
8130 Remove redundant info from docstring.
8131 (expand-add-abbrevs): Doc fix.
8132 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8133 (expand-sample-perl-mode-expand-list): Fix typos.
8134
8135 * net/dbus.el (dbus-event-member-name):
8136 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8137 * term/pc-win.el (msdos-create-frame-with-faces):
8138 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8139
8140 2011-11-16 Martin Rudalics <rudalics@gmx.at>
8141
8142 * window.el (split-window, window-state-get-1)
8143 (window-state-put-1, window-state-put-2): Rename occurrences of
8144 window-nest to window-combination-limit.
8145 * cus-start.el (window-nest): Rename to window-combination-limit.
8146
8147 2011-11-16 Chong Yidong <cyd@gnu.org>
8148
8149 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8150 regexp (Bug#10033).
8151
8152 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8155 `completing-read' will remove *Completions* and will preserve
8156 current-buffer for us.
8157 (tmm-add-prompt): Users of *Completions* will always (re)set its
8158 major mode.
8159 (tmm-old-comp-map): Remove.
8160
8161 2011-11-16 Glenn Morris <rgm@gnu.org>
8162
8163 * mail/rmailedit.el: Require rmailmm when compiling.
8164 (rmail-old-mime-state): New declaration.
8165 (rmail-edit-current-message): If editing a mime message,
8166 edit the "raw" message from the mbox buffer.
8167 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8168
8169 2011-11-15 Glenn Morris <rgm@gnu.org>
8170
8171 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8172 which wasn't being used. Add optional arg to force given state.
8173 (rmail-mime): Add optional arg to force given state.
8174
8175 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8176
8177 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8178 * frame.el (display-mm-dimensions-alist):
8179 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8180 (outline-move-subtree-down):
8181 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8182 (newsticker--treeview-do-get-node):
8183 * net/quickurl.el (quickurl-list-buffer-name):
8184 * progmodes/dcl-mode.el (dcl-mode):
8185 * progmodes/gdb-mi.el (gdb-mapcar*):
8186 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8187
8188 2011-11-15 Glenn Morris <rgm@gnu.org>
8189
8190 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8191 in a boolean sense, so just make it a boolean, and fix the doc.
8192 (rmail-show-mime-function, rmail-mime-feature)
8193 (rmail-require-mime-maybe): Doc fixes.
8194 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8195
8196 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8197
8198 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8199
8200 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8201 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8202 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8203 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8204
8205 2011-11-15 Glenn Morris <rgm@gnu.org>
8206
8207 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8208 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8209 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8210 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8211 (rmail-mime, rmail-show-mime): Doc fixes.
8212
8213 * term/ns-win.el (mode-line-frame-identification):
8214 Leave it alone. (Bug#10051)
8215
8216 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8217
8218 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8219 Handle empty buffers. (Bug#9978)
8220
8221 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
8222
8223 * international/mule.el (define-charset):
8224 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8225 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8226 * progmodes/verilog-mode.el (verilog-backward-token):
8227 * textmodes/ispell.el (lookup-words):
8228 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8229
8230 2011-11-14 Glenn Morris <rgm@gnu.org>
8231
8232 * progmodes/executable.el
8233 (executable-make-buffer-file-executable-if-script-p):
8234 Handle file-modes returning nil.
8235
8236 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8237 message - not necessary, and causes problems. (Bug#9831)
8238
8239 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8240
8241 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8242
8243 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8244 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8245 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8246
8247 2011-11-12 Martin Rudalics <rudalics@gmx.at>
8248
8249 * window.el (window-resize, delete-window): Use window-splits
8250 variable instead of function.
8251 (window-state-get-1, window-state-put-2, window-state-put):
8252 Don't deal with windows' splits status.
8253
8254 2011-11-12 Glenn Morris <rgm@gnu.org>
8255
8256 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8257 (apropos-documentation): Doc fixes.
8258
8259 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
8260
8261 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8262 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8263
8264 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * electric.el (electric-indent-post-self-insert-function): Make it
8267 possible for a char to only indent in some circumstances.
8268 (electric-indent-mode): Simplify.
8269
8270 2011-11-11 Martin Rudalics <rudalics@gmx.at>
8271
8272 * window.el (windows-with-parameter): Remove unused function.
8273 (windows-at-side): Rename to window-at-side-list.
8274 (window-check, window-atom-check, window-atom-check-1)
8275 (window-side-check, window-size-ignore, window-size-fixed-1)
8276 (window-in-direction-2): Prefix with "window--".
8277 (window-tree-1): Rename to window--subtree, fix doc-string.
8278
8279 2011-11-11 Glenn Morris <rgm@gnu.org>
8280
8281 * subr.el (eval-after-load): If FILE is already loaded,
8282 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8283
8284 2011-11-10 Glenn Morris <rgm@gnu.org>
8285
8286 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8287 Call svn via vc-svn-command rather than vc-do-command.
8288 (vc-svn-command): Add --non-interactive. (Bug#9993)
8289 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8290
8291 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8292 Add toggle-read-only. (Bug#7292)
8293 * files.el (toggle-read-only): Mention that it should only
8294 be used interactively. (Bug#10006)
8295
8296 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8299 Adjust regexp for OCaml warnings.
8300
8301 * electric.el (electric-pair-post-self-insert-function): Let user
8302 turn it off buffer-locally (bug#9932).
8303
8304 * progmodes/python.el (python-beginning-of-statement):
8305 Rewrite (bug#2703).
8306
8307 * progmodes/compile.el: Better handle TABs (bug#9749).
8308 (compilation-internal-error-properties)
8309 (compilation-next-error-function): Obey the target buffer's
8310 compilation-error-screen-columns.
8311
8312 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * progmodes/meta-mode.el: Remove obsolete comments.
8315 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8316 Fix typos in docstrings.
8317
8318 2011-11-09 Martin Rudalics <rudalics@gmx.at>
8319
8320 * window.el (window-size-fixed-p): Rewrite doc-string.
8321 (window-resizable-p): Rename to window--resizable-p. Update callers.
8322 (window--resizable): New function. Make all callers of
8323 window-resizable call window--resizable instead.
8324 (window-resizable): Rewrite in terms of window--resizable.
8325
8326 2011-11-08 Glenn Morris <rgm@gnu.org>
8327
8328 * progmodes/delphi.el (delphi-mode-syntax-table):
8329 Let define-derived-mode define a proper syntax table. (Bug#9994)
8330
8331 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * window.el: Stay away from defsubst.
8334 (window-list-no-nils): Remove.
8335 (window-state-get-1, window-state-get): Use backquote instead.
8336
8337 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8338
8339 * emacs-lisp/find-func.el (find-function-read):
8340 Fix incorrect use of default argument in `completing-read'.
8341
8342 2011-11-08 Martin Rudalics <rudalics@gmx.at>
8343
8344 * window.el (display-buffer-function, special-display-function):
8345 Mention display-buffer-record-window but do not mention
8346 help-setup parameter in doc-strings.
8347 (window-min-delta): Fix doc-string typo.
8348
8349 2011-11-08 Chong Yidong <cyd@gnu.org>
8350
8351 * window.el (window-total-height, window-total-width): Doc fix.
8352 (window-body-size): Move from C.
8353 (window-body-height, window-body-width): Move to C.
8354
8355 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * window.el: Make special-display like display-buffer-alist (bug#9532).
8358 (display-buffer--special-action): New function, morphed
8359 from display-buffer--special.
8360 (display-buffer): Use it to handle special-display-buffers at higher
8361 priority (just after display-buffer-alist).
8362 (display-buffer-fallback-action, display-buffer--other-frame-action)
8363 (pop-to-buffer-same-window): Remove display-buffer--special.
8364
8365 2011-11-07 Glenn Morris <rgm@gnu.org>
8366
8367 * calendar/cal-menu.el (cal-menu-set-date-title):
8368 Do nothing if not in a calendar. (Bug#9976)
8369
8370 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * files.el (find-file): Always use selected-window.
8373
8374 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8375
8376 * window.el (window-combinations): Make WINDOW argument
8377 mandatory. Rewrite doc-string.
8378 (walk-window-subtree, window-atom-check, window-min-delta)
8379 (window-max-delta, window--resize-this-window)
8380 (window--resize-root-window-vertically, window-tree)
8381 (balance-windows, window-state-put): Rewrite doc-strings as to
8382 not mention the term "subwindow".
8383 (window--resize-subwindows-skip-p): Rename to
8384 window--resize-child-windows-skip-p.
8385 (window--resize-subwindows-normal): Rename to
8386 window--resize-child-windows-normal.
8387 (window--resize-subwindows): Rename to
8388 window--resize-child-windows.
8389 (window-or-subwindow-p): Rename to window--in-subtree-p.
8390
8391 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8392
8393 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8394 Ensure that mbox format messages end in two newlines (Bug#9974).
8395
8396 2011-11-06 Chong Yidong <cyd@gnu.org>
8397
8398 * window.el (window-combination-p): Function deleted; its
8399 side-effect is not used in any existing code.
8400 (window-combinations, window-combined-p): Call window-*-child
8401 directly.
8402
8403 2011-11-05 Chong Yidong <cyd@gnu.org>
8404
8405 * window.el (window-valid-p): Rename from window-any-p.
8406 (window-size-ignore, window-state-get): Callers changed.
8407 (window-normalize-window): Rename from window-normalize-any-window.
8408 New arg LIVE-ONLY, replacing window-normalize-live-window.
8409 (window-normalize-live-window): Delete.
8410 (window-combination-p, window-combined-p, window-combinations)
8411 (walk-window-subtree, window-atom-root, window-min-size)
8412 (window-sizable, window-sizable-p, window-size-fixed-p)
8413 (window-min-delta, window-max-delta, window-resizable)
8414 (window-resizable-p, window-full-height-p, window-full-width-p)
8415 (window-current-scroll-bars, window-point-1, set-window-point-1)
8416 (window-at-side-p, window-in-direction, window-resize)
8417 (adjust-window-trailing-edge, maximize-window, minimize-window)
8418 (window-deletable-p, delete-window, delete-other-windows)
8419 (record-window-buffer, unrecord-window-buffer)
8420 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8421 (quit-window, split-window, window-state-put)
8422 (set-window-text-height, fit-window-to-buffer)
8423 (shrink-window-if-larger-than-buffer): Callers changed.
8424
8425 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8426
8427 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8428 rfc2047-decode-string.
8429 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8430 warnings.
8431
8432 * window.el (window-body-height, window-body-width): Mention in
8433 the doc string that the return values are in frame's canonical
8434 units. (Bug#9949)
8435
8436 2011-11-03 Alan Mackenzie <acm@muc.de>
8437
8438 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8439 change in cc-engine.el.
8440
8441 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8444
8445 2011-11-02 Martin Rudalics <rudalics@gmx.at>
8446
8447 * window.el (quit-window): Call unrecord-window-buffer after
8448 showing another buffer in the window. (Bug#9937)
8449 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8450
8451 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8454 Accept status with more than 9 shelves. (Bug#9935)
8455 Reported by Colin D Bennett <colin@gibibit.com>.
8456
8457 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8458
8459 * help.el (with-help-window): Don't reference
8460 temp-buffer-show-specifiers in doc-string.
8461
8462 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8463
8464 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8465 menu-item.
8466
8467 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8468
8469 * whitespace.el: New version 13.2.2.
8470 (whitespace-newline-mode): Disable properly. Reported by Sarah
8471 <EmacsWiki>.
8472
8473 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
8474
8475 * net/newst-treeview.el: Remove "Time-stamp".
8476 (newsticker--group-manage-orphan-feeds): Do not call
8477 newsticker--treeview-tree-update.
8478 (newsticker-treeview-update, newsticker-treeview):
8479 Call newsticker--treeview-tree-update if necessary.
8480
8481 2011-10-30 Martin Rudalics <rudalics@gmx.at>
8482
8483 * window.el (window-iso-combination-p, window-iso-combined-p)
8484 (window-iso-combinations): Remove "iso-" infix.
8485 Suggested by Chong Yidong.
8486 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8487 (window-max-delta-1, window-resize, window--resize-siblings)
8488 (window--resize-this-window, adjust-window-trailing-edge)
8489 (split-window, balance-windows-1)
8490 (shrink-window-if-larger-than-buffer):
8491 * calendar/calendar.el (calendar-generate-window):
8492 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8493
8494 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8497 in place (bug#9907).
8498 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8499 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8500 (eshell-structure-basic-command, eshell-rewrite-while-command)
8501 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8502 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8503 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8504 (eshell-do-pipelines-synchronously, eshell-eval-command):
8505 Use backquotes and prefer setq to set.
8506 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8507 (eshell-macrop): Use functionp.
8508 (eshell-do-eval): Handle multiple expressions in `while' body.
8509
8510 2011-10-30 Chong Yidong <cyd@gnu.org>
8511
8512 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8513 instead of set-mark (Bug#9810).
8514
8515 2011-10-30 Chong Yidong <cyd@gnu.org>
8516
8517 * window.el (split-window-below, split-window-right): Rename from
8518 split-window-above-each-other and split-window-side-by-side
8519 respectively. All callers changed.
8520 (split-window-sensibly, split-window-sensibly): Use them.
8521 (split-window-keep-point): Doc fix.
8522
8523 * isearch.el: Add isearch-scroll property to split-window-below
8524 and split-window-right.
8525
8526 * follow.el (follow-mode):
8527 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8528 * progmodes/ada-xref.el (ada-gdb-application):
8529 * emulation/vip.el (vip-buffer-in-two-windows):
8530 * image-dired.el (image-dired-dired-with-window-configuration):
8531 * dired-x.el (dired-do-find-marked-files):
8532 * dired.el (dired-pop-to-buffer):
8533 * bs.el (bs--show-with-configuration):
8534 * vc/emerge.el (emerge-setup-windows):
8535 * textmodes/two-column.el (2C-two-columns):
8536 * textmodes/reftex-toc.el (reftex-toc):
8537 * progmodes/gdb-mi.el (gdb-setup-windows):
8538 * progmodes/fortran.el (fortran-window-create):
8539 * net/newst-treeview.el (newsticker--treeview-window-init):
8540 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8541 * emulation/tpu-edt.el (tpu-gold-map):
8542 * emulation/crisp.el (crisp-mode-map):
8543 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8544
8545 2011-10-29 Chong Yidong <cyd@gnu.org>
8546
8547 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8548
8549 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8550
8551 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8552 forged Ispell output (Bug#7904).
8553
8554 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8555
8556 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * doc-view.el: Avoid ugly errors about not finding nil.
8559 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8560 (doc-view-dvipdf-program, doc-view-unoconv-program)
8561 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8562 Avoid nil or absolute file name as default value.
8563 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8564
8565 2011-10-28 Alan Mackenzie <acm@muc.de>
8566
8567 * progmodes/cc-defs.el (c-version): -> 5.32.2.
8568
8569 2011-10-28 Alan Mackenzie <acm@muc.de>
8570
8571 Amend the handling of c-beginning/end-of-defun in nested declaration
8572 scopes.
8573
8574 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8575 cc-langs.el. Change it to a defcustom.
8576
8577 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8578 cc-vars.el.
8579
8580 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8581 Prevent "class foo : bar" being spuriously recognized as a label.
8582
8583 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8584 Add parameter `inclusive' (to include enclosing braces in the region).
8585 (c-widen-to-enclosing-decl-scope): New function.
8586 (c-while-widening-to-decl-block): New macro.
8587 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8588 outward for defun boundaries, and correspondingly change symbol
8589 `respect-enclosure' to `go-outward'.
8590 (c-declaration-limits): Change algorithm to report only the "innermost"
8591 defun's boundaries.
8592
8593 2011-10-28 Deniz Dogan <deniz@dogan.se>
8594
8595 * net/rcirc.el (rcirc-mode): Use hard newlines.
8596
8597 2011-10-28 Alan Mackenzie <acm@muc.de>
8598
8599 Amend to indent and fontify macros "which include their own semicolon"
8600 correctly, using the "virtual semicolon" mechanism.
8601
8602 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8603
8604 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8605 Recode to scan one line at a time rather than having \n and \r
8606 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8607 (c-forward-label): Amend for virtual semicolons.
8608 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8609
8610 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8611 of the new C macros.
8612
8613 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8614 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8615 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8616 (c-opt-cpp-macro-define): Make into a full language variable.
8617 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8618 AWK Mode (including \n, \r) removed, no longer needed.
8619
8620 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8621 Invoke c-make-macro-with-semi-re.
8622
8623 * progmodes/cc-vars.el (c-macro-with-semi-re):
8624 (c-macro-names-with-semicolon): New variables.
8625 (c-make-macro-with-semi-re): New function.
8626
8627 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * vc/log-edit.el: Fill empty field rather than adding new one.
8630 (log-edit-add-field): New function.
8631 (log-edit-insert-changelog): Use it.
8632
8633 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8634
8635 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8636
8637 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8640 (gdb--check-interpreter): New function.
8641 (gdb): Use it.
8642
8643 2011-10-27 Glenn Morris <rgm@gnu.org>
8644
8645 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8646 (least-positive-float, least-negative-float)
8647 (least-positive-normalized-float, least-negative-normalized-float)
8648 (float-epsilon, float-negative-epsilon):
8649 Remove unnecessary declarations.
8650
8651 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8652 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8653 (least-positive-float, least-negative-float)
8654 (least-positive-normalized-float, least-negative-normalized-float)
8655 (float-epsilon, float-negative-epsilon): Add doc-strings,
8656 based on those in cl.texi.
8657
8658 * files.el (set-visited-file-name): If the major-mode changed,
8659 reload the local variables. (Bug#9796)
8660
8661 2011-10-27 Chong Yidong <cyd@gnu.org>
8662
8663 * subr.el (change-major-mode-after-body-hook): New hook.
8664 (run-mode-hooks): Run it.
8665
8666 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8667 Use change-major-mode-before-body-hook.
8668
8669 * simple.el (fundamental-mode):
8670 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8671 change introducing fundamental-mode-hook.
8672
8673 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8674
8675 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8676
8677 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
8678
8679 * ido.el (ido-file-name-all-completions-1): Do not require
8680 tramp.el explicitly. (Bug#7583)
8681
8682 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * progmodes/octave-mod.el:
8685 * progmodes/octave-inf.el: Update maintainer.
8686
8687 2011-10-26 Chong Yidong <cyd@gnu.org>
8688
8689 * subr.el (with-wrapper-hook): Rewrite doc.
8690
8691 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
8692
8693 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8694 filenames "/method:foo:". (Bug#9793)
8695
8696 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8699 (bug#9865).
8700
8701 2011-10-24 Glenn Morris <rgm@gnu.org>
8702
8703 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8704
8705 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
8706
8707 * notifications.el: Add the requirement of a running D-Bus session
8708 bus to the Commentary.
8709
8710 2011-10-24 Juri Linkov <juri@jurta.org>
8711
8712 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8713 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8714 (Bug#9364)
8715
8716 2011-10-24 Juri Linkov <juri@jurta.org>
8717
8718 * info.el (Info-following-node-name-re): Add newline to the list
8719 of allowed characters for leading space. (Bug#9824)
8720
8721 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * progmodes/octave-inf.el (inferior-octave-mode-map):
8724 Fix C-c C-h binding.
8725 * progmodes/octave-mod.el (octave-help): Remove.
8726
8727 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
8728
8729 Sync with Tramp 2.2.3.
8730
8731 * net/tramp-cache.el (top): Pacify byte-compiler using
8732 `init-file-user' and `site-run-file'.
8733
8734 * net/trampver.el: Update release number.
8735
8736 2011-10-23 Chong Yidong <cyd@gnu.org>
8737
8738 * files.el (toggle-read-only): Remove obsolete comment about
8739 version control.
8740
8741 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8742 for toggle-read-only. Note that this hasn't called vc-next-action
8743 since 2008-05-02, though it wasn't documented at the time.
8744
8745 * vc/ediff-init.el (ediff-toggle-read-only-function):
8746 Use toggle-read-only.
8747
8748 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8749
8750 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8751 of c-parse-state.
8752
8753 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8754 correct faulty logical expression.
8755 (c-parse-state-state, c-record-parse-state-state):
8756 (c-replay-parse-state-state): New defvar/defuns.
8757 (c-debug-parse-state): Use new functions.
8758
8759 2011-10-22 Martin Rudalics <rudalics@gmx.at>
8760
8761 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8762 last fix. Use window-in-direction correctly.
8763
8764 2011-10-21 Chong Yidong <cyd@gnu.org>
8765
8766 * progmodes/idlwave.el (idlwave-mode):
8767 * progmodes/vera-mode.el (vera-mode): No need to set
8768 require-final-newline; that's done in prog-mode.
8769 Suggested by Stefan Monnier.
8770
8771 2011-10-21 Martin Rudalics <rudalics@gmx.at>
8772
8773 * mouse.el (mouse-drag-window-above)
8774 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8775 (mouse-drag-mode-line-1, mouse-drag-header-line)
8776 (mouse-drag-vertical-line-rightward-window): Remove.
8777 (mouse-drag-line): New function.
8778 (mouse-drag-mode-line, mouse-drag-header-line)
8779 (mouse-drag-vertical-line): Call mouse-drag-line.
8780 * window.el (window-at-side-p, windows-at-side): New functions.
8781
8782 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
8783
8784 * tar-mode.el (tar-grind-file-mode):
8785 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8786
8787 2011-10-21 Chong Yidong <cyd@gnu.org>
8788
8789 * progmodes/idlwave.el (idlwave-mode):
8790 * progmodes/vera-mode.el (vera-mode):
8791 Use mode-require-final-newline.
8792
8793 2011-10-20 Glenn Morris <rgm@gnu.org>
8794
8795 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
8796
8797 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8798
8799 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8800
8801 2011-10-20 Chong Yidong <cyd@gnu.org>
8802
8803 * emulation/cua-base.el (cua-mode):
8804 * mail/footnote.el (footnote-mode):
8805 * mail/mailabbrev.el (mail-abbrevs-mode):
8806 * net/xesam.el (xesam-minor-mode):
8807 * progmodes/bug-reference.el (bug-reference-mode):
8808 * progmodes/cap-words.el (capitalized-words-mode):
8809 * progmodes/compile.el (compilation-minor-mode)
8810 (compilation-shell-minor-mode):
8811 * progmodes/gud.el (gud-tooltip-mode):
8812 * progmodes/hideif.el (hide-ifdef-mode):
8813 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8814 * progmodes/subword.el (subword-mode):
8815 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8816 * progmodes/which-func.el (which-function-mode):
8817 * term/tvi970.el (tvi970-set-keypad-mode):
8818 * term/vt100.el (vt100-wide-mode):
8819 * textmodes/flyspell.el (flyspell-mode):
8820 * textmodes/ispell.el (ispell-minor-mode):
8821 * textmodes/nroff-mode.el (nroff-electric-mode):
8822 * textmodes/paragraphs.el (use-hard-newlines):
8823 * textmodes/refill.el (refill-mode):
8824 * textmodes/reftex.el (reftex-mode):
8825 * textmodes/rst.el (rst-minor-mode):
8826 * textmodes/sgml-mode.el (html-autoview-mode)
8827 (sgml-electric-tag-pair-mode):
8828 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8829 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8830 * emulation/crisp.el (crisp-mode):
8831 * emacs-lisp/eldoc.el (eldoc-mode):
8832 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8833 minor mode behavior.
8834
8835 2011-10-19 Juri Linkov <juri@jurta.org>
8836
8837 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8838 the list of hard-coded chars with escape-glyph face.
8839
8840 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8843
8844 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
8845
8846 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8847 running process.
8848
8849 2011-10-19 Glenn Morris <rgm@gnu.org>
8850
8851 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8852 Ignore ignored files. (Bug#9726)
8853
8854 2011-10-19 Chong Yidong <cyd@gnu.org>
8855
8856 Doc fix for minor modes, stating that an omitted argument enables
8857 the mode unconditionally when called from Lisp.
8858
8859 * abbrev.el (abbrev-mode):
8860 * allout.el (allout-mode):
8861 * autoinsert.el (auto-insert-mode):
8862 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8863 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8864 (global-auto-revert-mode):
8865 * battery.el (display-battery-mode):
8866 * composite.el (global-auto-composition-mode)
8867 (auto-composition-mode):
8868 * delsel.el (delete-selection-mode):
8869 * desktop.el (desktop-save-mode):
8870 * dired-x.el (dired-omit-mode):
8871 * dirtrack.el (dirtrack-mode):
8872 * doc-view.el (doc-view-minor-mode):
8873 * double.el (double-mode):
8874 * electric.el (electric-indent-mode, electric-pair-mode):
8875 * emacs-lock.el (emacs-lock-mode):
8876 * epa-hook.el (auto-encryption-mode):
8877 * follow.el (follow-mode):
8878 * font-core.el (font-lock-mode):
8879 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8880 * help.el (temp-buffer-resize-mode):
8881 * hilit-chg.el (highlight-changes-mode)
8882 (highlight-changes-visible-mode):
8883 * hi-lock.el (hi-lock-mode):
8884 * hl-line.el (hl-line-mode, global-hl-line-mode):
8885 * icomplete.el (icomplete-mode):
8886 * ido.el (ido-everywhere):
8887 * image-file.el (auto-image-file-mode):
8888 * image-mode.el (image-minor-mode):
8889 * iswitchb.el (iswitchb-mode):
8890 * jka-cmpr-hook.el (auto-compression-mode):
8891 * linum.el (linum-mode):
8892 * longlines.el (longlines-mode):
8893 * master.el (master-mode):
8894 * mb-depth.el (minibuffer-depth-indicate-mode):
8895 * menu-bar.el (menu-bar-mode):
8896 * minibuf-eldef.el (minibuffer-electric-default-mode):
8897 * mouse-sel.el (mouse-sel-mode):
8898 * msb.el (msb-mode):
8899 * mwheel.el (mouse-wheel-mode):
8900 * outline.el (outline-minor-mode):
8901 * paren.el (show-paren-mode):
8902 * recentf.el (recentf-mode):
8903 * reveal.el (reveal-mode, global-reveal-mode):
8904 * rfn-eshadow.el (file-name-shadow-mode):
8905 * ruler-mode.el (ruler-mode):
8906 * savehist.el (savehist-mode):
8907 * scroll-all.el (scroll-all-mode):
8908 * scroll-bar.el (scroll-bar-mode):
8909 * server.el (server-mode):
8910 * shell.el (shell-dirtrack-mode):
8911 * simple.el (auto-fill-mode, transient-mark-mode)
8912 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8913 (line-number-mode, column-number-mode, size-indication-mode)
8914 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8915 * strokes.el (strokes-mode):
8916 * time.el (display-time-mode):
8917 * t-mouse.el (gpm-mouse-mode):
8918 * tool-bar.el (tool-bar-mode):
8919 * tooltip.el (tooltip-mode):
8920 * type-break.el (type-break-mode-line-message-mode)
8921 (type-break-query-mode):
8922 * view.el (view-mode):
8923 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8924 (global-whitespace-mode, global-whitespace-newline-mode):
8925 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8926
8927 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8928 Fix autogenerated docstring.
8929
8930 2011-10-19 Juri Linkov <juri@jurta.org>
8931
8932 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8933 by checking environment variables "DESKTOP_SESSION" and
8934 "XDG_CURRENT_DESKTOP". (Bug#9779)
8935
8936 2011-10-19 Juri Linkov <juri@jurta.org>
8937
8938 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8939 (browse-url-chromium-program, browse-url-chromium-arguments):
8940 New defcustoms.
8941 (browse-url-default-browser): Check for `browse-url-chromium' and
8942 call `browse-url-chromium-program'.
8943 (browse-url-chromium): New command. (Bug#9779)
8944
8945 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8946
8947 * facemenu.el (list-colors-duplicates): On Windows, detect more
8948 duplicates by assuming that only colors matching "^System" are
8949 special "system colors". (Bug#9722)
8950
8951 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8954 to distinguish the author from the committer.
8955
8956 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8959
8960 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8961
8962 * international/mule.el (sgml-html-meta-auto-coding-function):
8963 Add support for detecting encoding in HTML5 specified only as
8964 <meta charset="UTF-8">. Implementation just makes http-equiv and
8965 content-type parts from HTML4 encoding string optional. (Bug#9716)
8966
8967 2011-10-18 Glenn Morris <rgm@gnu.org>
8968
8969 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8970
8971 2011-10-18 Chong Yidong <cyd@gnu.org>
8972
8973 * faces.el (cursor): Doc fix.
8974
8975 2011-10-17 Chong Yidong <cyd@gnu.org>
8976
8977 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8978
8979 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8980
8981 * dirtrack.el (dirtrack): Support shell buffers with path
8982 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8983
8984 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8985
8986 * json.el: Bump version to 1.3 and note change in History.
8987 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8988
8989 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * comint.el (comint-insert-input, comint-send-input)
8992 (comint-get-old-input-default, comint-backward-matching-input)
8993 (comint-next-prompt): Use nil instead of `input' for field property of
8994 past user input (bug#114).
8995
8996 * minibuffer.el (completion--replace): Inherit surrounding properties
8997 (bug#114).
8998 (minibuffer-complete-and-exit): Use it.
8999
9000 * comint.el (comint--table-subvert): Quote the all-completions output
9001 (bug#9160).
9002
9003 2011-10-17 Martin Rudalics <rudalics@gmx.at>
9004
9005 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
9006
9007 * menu-bar.el (menu-bar-file-menu): Add entry for making new
9008 window on right of selected. (Bug#9350) Reword other window
9009 entries and separate them from frame entries.
9010
9011 2011-10-15 Glenn Morris <rgm@gnu.org>
9012
9013 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9014 Doc fixes.
9015
9016 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * net/network-stream.el (network-stream-open-starttls):
9019 Improve detection of failure due to lack of TLS support.
9020
9021 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9022 putting the input text in front and in bold.
9023
9024 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9027
9028 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9029 empty buffer.
9030
9031 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9032 unread-command-events rather than pushing yet-another event.
9033
9034 2011-10-14 Eli Zaretskii <eliz@gnu.org>
9035
9036 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9037 the explanation of the possible choices. Make the options passed
9038 to completing-read shorter.
9039
9040 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9041
9042 * textmodes/flyspell.el (flyspell-large-region): Make sure
9043 extended character mode is used if defined (Bug#1339).
9044
9045 2011-10-13 Eli Zaretskii <eliz@gnu.org>
9046
9047 * simple.el (what-cursor-position): Fix the display of the
9048 character info for LRE, LRO, RLE, and RLO characters by appending
9049 an invisible PDF.
9050
9051 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9054 even in case of error; add debug spec; simplify data flow.
9055 (with-timeout-handler): Remove.
9056
9057 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
9058
9059 Fix Bug#6019, Bug#9315.
9060
9061 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9062 complete `buffer-file-name', the local file name part could look
9063 remotely (for example on VMS).
9064
9065 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9066 `tramp-run-real-handler'.
9067 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9068 already quoted by '"'.
9069
9070 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9071 Let `file-name-handler-alist' be nil, the local file name part
9072 could look remotely (for example on VMS).
9073
9074 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9077 from here...
9078 (flyspell-post-command-hook): ...to here.
9079
9080 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9083 if not needed.
9084 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9085 using completion. Protect against "slow" callers.
9086 Remove the "message hack".
9087
9088 2011-10-11 Juri Linkov <juri@jurta.org>
9089
9090 * isearch.el (isearch-lazy-highlight-word): New variable.
9091 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9092 Use it. (Bug#9727)
9093
9094 2011-10-11 Glenn Morris <rgm@gnu.org>
9095
9096 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9097 like f90-previous-statement does.
9098
9099 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9100
9101 * eshell/eshell.el (eshell-command): History should be saved
9102 only in interactive use, to avoid error.
9103
9104 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * minibuffer.el (completion-file-name-table): Fix last change,
9107 i.e. ignore normal errors but not the other ones.
9108
9109 2011-10-10 Martin Rudalics <rudalics@gmx.at>
9110
9111 * window.el (special-display-buffer-names)
9112 (special-display-regexps): Remove some remnants of earlier
9113 changes from doc-strings.
9114 (quit-windows-on): New function.
9115
9116 * vc/vc.el (vc-revert, vc-rollback):
9117 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9118 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9119 (Bug#6183) (Bug#7074) (Bug#7447)
9120
9121 2011-10-09 Martin Rudalics <rudalics@gmx.at>
9122
9123 * window.el (frame-auto-hide-function): Add version tag.
9124 (Bug#9699)
9125
9126 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
9127
9128 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9129 condition.
9130
9131 2011-10-09 Leo Liu <sdl.web@gmail.com>
9132
9133 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9134 (Bug#9701)
9135
9136 2011-10-08 Glenn Morris <rgm@gnu.org>
9137
9138 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9139 before the first code statement zero indent. (Bug#9690)
9140
9141 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
9142
9143 * simple.el (count-words-region): Always count in the region.
9144 Report the number of lines and characters too.
9145 (count-words): New command, which counts in the buffer if the
9146 region is inactive, as count-words-region used to.
9147 (count-words--message): New function. Handle plurals.
9148 (count-lines-region): Make it an alias for count-words-region.
9149
9150 * bindings.el (esc-map): Replace count-lines-region with
9151 count-words-region.
9152
9153 2011-10-08 Martin Rudalics <rudalics@gmx.at>
9154
9155 * window.el (window--delete): Delete dedicated frame
9156 unconditionally when argument KILL is non-nil. (Bug#9699)
9157 (switch-to-buffer): Fix doc-string typo.
9158
9159 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9160
9161 * eshell/eshell.el (eshell-command): Avoid using hooks.
9162
9163 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * bindings.el ([M-left],[M-right]): Bind to left-word and
9166 right-word respectively.
9167
9168 2011-10-07 Glenn Morris <rgm@gnu.org>
9169
9170 * cus-start.el (debug-on-quit): Fix custom type.
9171
9172 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9173
9174 * subr.el (define-key-after): Clarify that the function is not
9175 useful for non-menu keymaps.
9176
9177 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9178
9179 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9180
9181 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
9182 in current minibuffer (Fix bug with recursive minibuffers).
9183
9184 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * progmodes/gdb-mi.el (gdb): Doc fix.
9187
9188 2011-10-05 Martin Rudalics <rudalics@gmx.at>
9189
9190 * window.el (frame-auto-hide-function): New option replacing
9191 frame-auto-delete. Suggested by Stefan Monnier.
9192 (window--delete): Call frame-auto-hide-function instead of
9193 investigating frame-auto-delete.
9194 (window-point-1, set-window-point-1): New functions.
9195 (window-in-direction, record-window-buffer, window-state-get-1)
9196 (display-buffer-record-window): Use window-point-1 instead of
9197 window-point.
9198 (set-window-buffer-start-and-point): Use set-window-point-1.
9199
9200 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9203
9204 2011-10-05 Glenn Morris <rgm@gnu.org>
9205
9206 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9207 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9208
9209 2011-10-05 Leo Liu <sdl.web@gmail.com>
9210
9211 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9212 works with buffer object.
9213
9214 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * mpc.el (mpc-tool-bar-map): Add labels.
9217
9218 2011-10-04 Glenn Morris <rgm@gnu.org>
9219
9220 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9221
9222 2011-10-04 Martin Rudalics <rudalics@gmx.at>
9223
9224 * window.el (window--delete): New function.
9225 (frame-auto-delete): Resuscitate option.
9226 (bury-buffer, replace-buffer-in-windows)
9227 (quit-window): Rewrite using window--delete.
9228 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9229 Pass display-buffer-mark-dedicated to window--display-buffer-2
9230 (Bug#9639).
9231
9232 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9235 returns a list (bug#9554). Add remote file name completion.
9236 * comint.el (comint--table-subvert): Curry and get quote&unquote
9237 functions as arguments.
9238 (comint--complete-file-name-data): Adjust call accordingly.
9239 * pcomplete.el (pcomplete--table-subvert): Remove.
9240 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9241
9242 * minibuffer.el (completion-table-case-fold): Use currying.
9243 (completion--styles-type, completion--cycling-threshold-type):
9244 New constants.
9245 (completion-styles, completion-category-overrides)
9246 (completion-cycle-threshold): Use them.
9247 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9248 completion-table-case-fold.
9249
9250 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
9251
9252 * minibuffer.el (completion-category-overrides): Fix type of styles
9253 and add more user friendly tags (bug#9660).
9254
9255 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9258 (mule-input-method-string): New widget.
9259 (default-input-method, language-info-custom-alist): Use it.
9260
9261 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * pcomplete.el: Require comint.
9264 (pcomplete--common-suffix): Remove.
9265 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9266 (pcomplete--table-subvert): Sync with comint--table-subvert.
9267 (pcomplete--entries): Use comint-completion-file-name-table.
9268 * comint.el (comint-unquote-filename): Simplify.
9269 (comint-completion-file-name-table): New function (bug#9616).
9270 (comint--complete-file-name-data): Use it.
9271
9272 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9273 (pcmpl-gnu-tar-buffer): Remove.
9274 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9275 around. Make sure pcomplete-suffix-list is only changed temporarily.
9276 Don't look inside the tar's file if it's too large.
9277
9278 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
9279
9280 * cus-edit.el (custom-mode-map):
9281 * epa.el (epa-key-list-mode-map):
9282 * man.el (Man-mode-map):
9283 * startup.el (splash-screen-keymap):
9284 * simple.el (special-mode-map): Use scroll-up-command and
9285 scroll-down-command.
9286
9287 * progmodes/idlw-help.el (idlwave-help-mode-map):
9288 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9289 * net/newst-plainview.el (newsticker-mode-map):
9290 * emulation/ws-mode.el (wordstar-mode-map):
9291 * emulation/vi.el (vi-com-map):
9292 * calc/calc-graph.el (calc-graph-show-dumb):
9293 * term/sun.el (terminal-init-sun):
9294 * term/ns-win.el (global-map):
9295 * progmodes/grep.el (grep-mode-map):
9296 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9297 * mail/rmail.el (rmail-mode-map):
9298 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9299
9300 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9301 custom-safe-themes as special.
9302
9303 2011-10-01 Julien Danjou <julien@danjou.info>
9304
9305 * notifications.el (notifications-notify): Fix docstring.
9306
9307 2011-10-01 Per Starbäck <per@starback.se>
9308
9309 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9310
9311 2011-09-30 Martin Rudalics <rudalics@gmx.at>
9312
9313 * startup.el (command-line-1): Fix last fix by inserting
9314 initial-scratch-message into *scratch* before displaying it.
9315 (Bug#9605) and (Bug#9636)
9316
9317 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9318
9319 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9320 window is hscrolled, move by logical lines. (Bug#9607)
9321 (line-move-visual): Update the doc string to the above effect.
9322
9323 2011-09-29 Martin Rudalics <rudalics@gmx.at>
9324
9325 * window.el (display-buffer-record-window): When WINDOW is the
9326 selected window use `point' instead of `window-point'. (Bug#9626)
9327
9328 * startup.el (command-line-1): Use insert-before-markers when
9329 inserting initial-scratch-message. (Bug#9605)
9330
9331 * help.el (help-window): Remove variable.
9332
9333 2011-09-29 Glenn Morris <rgm@gnu.org>
9334
9335 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9336
9337 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
9338
9339 * descr-text.el (describe-char-categories): Accept category
9340 descriptions more than one line long.
9341
9342 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * simple.el (delete-trailing-whitespace): Fix last change.
9345
9346 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9347 Don't confuse "y => 3" as the beginning of a `y' operation.
9348
9349 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9350 object has more than 4 slots (bug#9613).
9351
9352 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9353
9354 * subr.el (with-output-to-temp-buffer):
9355 * net/quickurl.el (quickurl, quickurl-browse-url):
9356 Fix typos in docstrings.
9357
9358 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9359
9360 * minibuffer.el (completion-styles)
9361 (completion-category-overrides): Cross reference each other in doc
9362 strings.
9363
9364 2011-09-27 Glenn Morris <rgm@gnu.org>
9365
9366 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9367 to split-string. (Bug#9606)
9368
9369 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9370
9371 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9372 (bug#9615).
9373
9374 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * emacs-lisp/package.el (list-packages): Fix echo area message.
9377
9378 2011-09-27 Leo Liu <sdl.web@gmail.com>
9379
9380 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9381
9382 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9383
9384 * net/dbus.el (dbus-unregister-object): Don't release services for
9385 registered signals. (Bug#9581)
9386
9387 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9388
9389 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9390 function that picks between cfengine 2 and 3 support
9391 automatically. Update docs accordingly.
9392
9393 2011-09-22 Kenichi Handa <handa@m17n.org>
9394
9395 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9396 ZERO.
9397 (indian-itrans-v5-table-for-tamil): New variable.
9398 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9399
9400 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9401
9402 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9403 that's true if the current command involved collapsing of text.
9404 It's reset to false at the beginning of the next command.
9405 (allout-post-command-business): Move the cursor to the beginning
9406 of entry if the cursor is hidden and collapsing activity just
9407 happened.
9408
9409 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9412 tracking (Bug#9541).
9413
9414 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
9415
9416 * net/newst-reader.el (newsticker-html-renderer)
9417 (newsticker-show-news): Automatically load html rendering package
9418 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9419 because w3m-fill-column is let-bound" and the error "Symbol's value
9420 as variable is void: w3m-fill-column".
9421
9422 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9423
9424 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9425 Release services only if they are defined. (Bug#9581)
9426
9427 2011-09-23 Richard Stallman <rms@gnu.org>
9428
9429 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9430 distinguish start of paragraph from start of its text.
9431
9432 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9433
9434 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9435 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9436 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9437
9438 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9439
9440 * international/mule-diag.el (mule-diag): Insert a newline after
9441 each fontset description.
9442
9443 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * simple.el (delete-trailing-whitespace):
9446 Document last change; simplify.
9447
9448 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9449
9450 * simple.el (delete-trailing-whitespace): Also delete
9451 extra newlines at the end of the buffer.
9452
9453 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9454 (picture-newline): Use forward-line so as to ignore fields.
9455
9456 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * subr.el (with-wrapper-hook): Fix edebug spec.
9459
9460 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9461
9462 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9463 (bug#4538).
9464
9465 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
9466
9467 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9468 Fix nasty bug using wrong cached values.
9469
9470 2011-09-23 Alan Mackenzie <acm@muc.de>
9471
9472 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9473
9474 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
9475
9476 * window.el (pop-to-buffer): Ensure right window is selected if we
9477 chose another frame.
9478
9479 2011-09-22 Eli Zaretskii <eliz@gnu.org>
9480
9481 * simple.el (what-cursor-position): Use get-char-property-change
9482 and next-single-char-property-change, to be able to show display
9483 properties that come from overlays as well as text properties.
9484
9485 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
9486
9487 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9488
9489 * cmuscheme.el (run-scheme, switch-to-scheme):
9490 * cus-edit.el (customize-group, custom-buffer-create)
9491 (customize-browse):
9492 * info.el (info):
9493 * shell.el (shell):
9494 * mail/sendmail.el (mail):
9495 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9496
9497 2011-09-22 Richard Stallman <rms@gnu.org>
9498
9499 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9500 move back only to line beg, don't move back over blank lines.
9501
9502 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
9503
9504 * files.el (copy-directory): Set directory attributes only in case
9505 they could be retrieved from the source directory. (Bug#9565)
9506
9507 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9508
9509 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9510 (hs-find-block-beginning, hs-hide-level-recursive):
9511 Ignore strings as well as comments. (Bug#9502)
9512
9513 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9514
9515 * progmodes/sql.el (sql-comint-postgres):
9516 Convert port number to a string. (Bug#9566)
9517
9518 2011-09-22 Martin Rudalics <rudalics@gmx.at>
9519
9520 * window.el (quit-window): Undedicate window when switching to
9521 previous buffer. Reported by Thierry Volpiatto
9522 <thierry.volpiatto@gmail.com>.
9523 (special-display-popup-frame): When popping up a new frame reset
9524 its previous buffers to nil. Simplify code.
9525
9526 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
9527
9528 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9529 and process filter, as done also in `shell-command'.
9530
9531 2011-09-21 Martin Rudalics <rudalics@gmx.at>
9532
9533 * window.el (set-window-buffer-start-and-point):
9534 Call set-window-start with NOFORCE argument t.
9535 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9536 (quit-window): Reword doc-string. Handle new format of
9537 quit-restore parameter. Don't delete window if it has a
9538 previous buffer we can show instead of the present one.
9539 (display-buffer-record-window): Rewrite using a new format for
9540 the quit-restore window parameter
9541 (special-display-popup-frame, display-buffer-same-window)
9542 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9543 (display-buffer-pop-up-window, display-buffer-use-some-window):
9544 Adapt symbol passed to display-buffer-record-window.
9545 * help.el (help-window-setup): Handle new format of quit-restore
9546 parameter.
9547
9548 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * faces.el (face-list): Fix docstring (bug#9564).
9551
9552 * window.el (display-buffer--action-function-custom-type):
9553 Don't include internal functions in the Custom interface.
9554
9555 2011-09-20 Juri Linkov <juri@jurta.org>
9556
9557 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9558 (Info-forward-node, Info-backward-node, Info-next-preorder)
9559 (Info-last-preorder): Use it. (Bug#9528)
9560
9561 2011-09-20 Juri Linkov <juri@jurta.org>
9562
9563 * info.el (Info-last-preorder): Visit last menu item only when
9564 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9565
9566 2011-09-20 Julien Danjou <julien@danjou.info>
9567
9568 * password-cache.el (password-cache-remove): Remove entries even if the
9569 value is nil, so that password with a nil value (negative caching) is
9570 possible to invalidate.
9571
9572 2011-09-20 Lawrence Mitchell <wence@gmx.li>
9573
9574 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9575 all whitespace around breakpoint. (Bug#9553)
9576 (f90-find-breakpoint): Only break at whitespace inside a comment.
9577
9578 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * minibuffer.el (completion-file-name-table): Keep track of errors.
9581 (completion-table-with-predicate): Handle the case where pred1 is nil.
9582 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9583
9584 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9587 (debugger-return-value): Signal an error if the debugging context does
9588 not await any return value.
9589
9590 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9591 * image-mode.el (image-toggle-display-text)
9592 (image-toggle-display-image): Stay away from evil `intangible'.
9593
9594 2011-09-19 Leo Liu <sdl.web@gmail.com>
9595
9596 * replace.el (occur-revert-arguments): Make it permanent-local.
9597 (occur-mode): Don't call font-lock-defontify.
9598
9599 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * net/ldap.el (ldap-search-internal): Don't push empty search
9602 result (Bug#9508).
9603
9604 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9607
9608 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
9609
9610 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9611 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9612
9613 2011-09-18 Juri Linkov <juri@jurta.org>
9614
9615 * buff-menu.el (Buffer-menu-mode-map):
9616 * dired.el (dired-mode-map):
9617 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9618 (lisp-interaction-mode-map):
9619 * emacs-lisp/package.el (package-menu-mode-map):
9620 * epa.el (epa-key-list-mode-map):
9621 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9622 (menu-bar-options-menu):
9623 * outline.el (outline-mode-menu-bar-map):
9624 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9625 * vc/vc-dir.el (vc-dir-menu-map):
9626 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9627 Capitalize non-function content words in menu item strings.
9628
9629 * dired.el (dired-mode-map): Add menu item for
9630 `image-dired-dired-toggle-marked-thumbs'.
9631
9632 2011-09-18 Juri Linkov <juri@jurta.org>
9633
9634 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9635 to `isearch-case-fold-search' and restore its original value
9636 after the `isearch-mode' call.
9637
9638 2011-09-18 Juri Linkov <juri@jurta.org>
9639
9640 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9641 because `zgrep' returns 1 for successful matches (bug#9226).
9642
9643 2011-09-18 Juri Linkov <juri@jurta.org>
9644
9645 * info.el (Info-extract-menu-node-name): Check the second match
9646 for empty string (second test-case of bug#9528).
9647 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9648 intermediate nodes to the history (first test-case of bug#9528).
9649
9650 2011-09-18 Juri Linkov <juri@jurta.org>
9651
9652 * info.el (Info-mode-syntax-table): New variable.
9653 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9654
9655 2011-09-18 Juri Linkov <juri@jurta.org>
9656
9657 * info.el (Info-file-supports-index-cookies):
9658 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9659 outputs one more line for long file names (bug#4142).
9660
9661 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * newcomment.el (comment-normalize-vars): If prompting for
9664 comment-start, set comment-start-skip too (Bug#8424).
9665
9666 2011-09-18 Johan Bockgård <bojohan@gnu.org>
9667
9668 * icomplete.el: Fix previous fix of Bug#5849.
9669 (icomplete-mode): Don't set completion-show-inline-help.
9670 (icomplete-minibuffer-setup): Set completion-show-inline-help
9671 locally during icompletion.
9672
9673 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * woman.el (woman2-process-escapes): Don't delete unrecognized
9676 escapes (Bug#7843).
9677
9678 * files.el (inhibit-first-line-modes-regexps): Add image files.
9679 (hack-local-variables-prop-line): Return nil for malformed
9680 prop-lines (Bug#9044).
9681
9682 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
9683
9684 * net/tramp.el (top): Don't require 'shell.
9685 (tramp-methods): Fix docstring.
9686 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9687 Return complete remote file name. Handle "smb" case.
9688 Use `tramp-tmpdir', if defined for the respective method.
9689 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9690
9691 * net/tramp-compat.el (top): Require 'shell.
9692
9693 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9694 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9695 `tramp-current-host'.
9696 (tramp-get-remote-tmpdir): Remove.
9697
9698 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9699 `tramp-tmpdir' entries.
9700 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9701 (tramp-smb-handle-file-attributes): Ignore errors.
9702 (tramp-smb-wait-for-output): Check also for process end.
9703
9704 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9705
9706 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9707 when sending QUIT (bug#9312).
9708
9709 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
9710
9711 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9712 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9713 occur-mode-display-occurrence.
9714 (occur-edit-mode): Add usage message.
9715 (occur-cease-edit): New command.
9716 (occur-after-change-function): Use text properties to find the
9717 position of the prefix text.
9718 (occur-engine): Set stickiness of prefix text properties.
9719
9720 2011-09-17 Glenn Morris <rgm@gnu.org>
9721
9722 * progmodes/etags.el (complete-tag):
9723 Fix call to completion-in-region. (Bug#9526)
9724
9725 2011-09-17 Juri Linkov <juri@jurta.org>
9726
9727 * textmodes/ispell.el (ispell-word): Add to the error message
9728 the word, ispell program name and current dictionary (bug#9121).
9729 (ispell-tex-arg-end): Capitalize "error" in the error message.
9730
9731 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9732
9733 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9734 check. (Bug#4251)
9735
9736 2011-09-17 Juri Linkov <juri@jurta.org>
9737
9738 * window.el (window-safe-min-height, window-safe-min-width):
9739 Fix typos (followup to bug#9522).
9740
9741 2011-09-17 Sven Joachim <svenjoac@gmx.de>
9742
9743 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9744
9745 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9746
9747 * simple.el (line-move): If goal-column is set, move by logical
9748 lines, not by display lines. (Bug#971)
9749 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9750 to reflect the above change.
9751
9752 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * image.el (imagemagick-register-types): Use regexp-opt.
9755
9756 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9757
9758 * window.el (display-buffer-base-action): Rename from
9759 display-buffer-default-action. Make default value empty.
9760 (display-buffer-overriding-action): Convert to defvar.
9761 (display-buffer-fallback-action): New var.
9762
9763 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9764
9765 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9766 declaration.
9767 (package--add-to-archive-contents): If there is a duplicate entry
9768 with an older version, remove it.
9769 (package-menu-mark-delete, package-menu-mark-install)
9770 (package-menu-mark-unmark): Make unused args optional.
9771 (package-menu-mark-obsolete-for-deletion):
9772 Use package-menu-get-status instead of a regexp search.
9773 (package-menu-get-status): Use tabulated-list-entry.
9774 (package-menu-mark-upgrades): New command.
9775 (package-menu-mode-map): Bind it to U. Add it to menu bar.
9776 (package-menu-execute): Do installation before deletion.
9777 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9778 instead of checking major-mode.
9779 (package-menu--find-upgrades): New function.
9780
9781 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9782
9783 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9784 passwords in the log buffer.
9785 (smtpmail-process-filter): Update the process marker so that the
9786 "broken by peer" status message is inserted in the right place.
9787
9788 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9791 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9792 bibtex-completion-at-point-function.
9793 (bibtex-completion-at-point-function): Use them.
9794
9795 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9796
9797 * mpc.el (mpc-constraints-tag-lookup): New function.
9798 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9799 also to browser "album|playlist".
9800
9801 2011-09-14 Juri Linkov <juri@jurta.org>
9802
9803 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9804 (isearch-edit-string): Use length of `isearch-string' when
9805 `isearch-fail-pos' returns nil.
9806 (isearch-message): Remove duplicate code and call
9807 `isearch-fail-pos' with arg `t'.
9808
9809 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * replace.el (occur-mode-goto-occurrence): Don't force using other
9812 window (Bug#9499).
9813
9814 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9815
9816 2011-09-14 Martin Rudalics <rudalics@gmx.at>
9817
9818 * window.el (display-buffer-window): Remove.
9819 (display-buffer-record-window): Use help-setup window parameter
9820 instead of variable display-buffer-window.
9821 (display-buffer-function, special-display-buffer-names)
9822 (special-display-function): Mention help-setup parameter instead
9823 of display-buffer-window in doc-string.
9824 * help.el (help-window-setup): New argument help-window.
9825 Use help-window-setup parameter instead of display-buffer-window.
9826 Reword some messages.
9827 (with-help-window): Pass window used for displaying the buffer
9828 to help-window-setup. Don't set display-buffer-window.
9829
9830 2011-09-13 Glenn Morris <rgm@gnu.org>
9831
9832 * emacs-lisp/debug.el (debugger-make-xrefs):
9833 Preserve point. (Bug#9462)
9834
9835 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9836
9837 * window.el (window-deletable-p): Use next-frame.
9838
9839 2011-09-13 Martin Rudalics <rudalics@gmx.at>
9840
9841 * window.el (window-auto-delete): Remove.
9842 (window-deletable-p): Remove argument FORCE. Don't deal with
9843 dedication and previous buffers.
9844 (switch-to-prev-buffer): Don't delete window.
9845 (delete-windows-on): Delete a window's frame if and only if the
9846 window is dedicated.
9847 (replace-buffer-in-windows): Delete buffer's window or frame if
9848 and only if window is dedicated.
9849 (quit-window): Handle quit-restore as before last change.
9850 (bury-buffer): Delete window only if window-deletable-p returns t.
9851
9852 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9853
9854 * window.el (window-deletable-p): Never delete the last frame on a
9855 given terminal.
9856
9857 2011-09-13 Glenn Morris <rgm@gnu.org>
9858
9859 * help.el (describe-key-briefly): Copy previous standard-output change.
9860
9861 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
9862
9863 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9864
9865 2011-09-13 Glenn Morris <rgm@gnu.org>
9866
9867 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9868 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9869
9870 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * dired-aux.el (dired-mark-read-string): Don't return default
9873 value on empty input (Bug#9361).
9874 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9875 Omit initial minibuffer contents.
9876 (dired-do-chmod): Signal an error on empty input.
9877 (dired-mark-read-string): Don't return default on empty input.
9878
9879 * files.el (file-modes-symbolic-to-number): Doc fix.
9880
9881 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * international/mule-cmds.el (ucs-completions): Remove.
9884 (read-char-by-name): Use complete-with-action instead; add metadata.
9885
9886 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * window.el (display-buffer--action-function-custom-type)
9889 (display-buffer--action-custom-type): New vars.
9890 (display-buffer-alist, display-buffer-default-action)
9891 (display-buffer-overriding-action): Add defcustom types.
9892
9893 * frame.el (delete-other-frames): Doc fix (Bug#276).
9894
9895 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9896
9897 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9898
9899 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9900
9901 Change modes that used same-window-* vars to use switch-to-buffer.
9902
9903 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9904 Use switch-to-buffer.
9905
9906 * cus-edit.el (customize-group, custom-buffer-create)
9907 (customize-browse, custom-buffer-create-other-window):
9908 Use switch-to-buffer or switch-to-buffer-other-window.
9909
9910 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9911 (Info-prev, Info-up, Info-speedbar-goto-node)
9912 (info-display-manual): Use switch-to-buffer.
9913 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9914
9915 * mail/sendmail.el (mail): Use switch-to-buffer.
9916 (mail-recover): Use switch-to-buffer-other-window.
9917
9918 * cmuscheme.el (run-scheme, switch-to-scheme):
9919 * ielm.el (ielm):
9920 * shell.el (shell):
9921 * net/rlogin.el (rlogin):
9922 * net/telnet.el (telnet, rsh):
9923 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9924
9925 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9926
9927 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9928
9929 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9930
9931 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9932 so don't mention it (bug#9301).
9933 (dired-sort-toggle-or-edit): Clarify string further.
9934
9935 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9936 match `x', `w32' and `ns', like the manual says (bug#9029).
9937
9938 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9939 (process-kill-buffer-query-function): Mention the buffer name in
9940 the query.
9941
9942 * image-mode.el (image-next-line): The line parameter is mandatory
9943 (bug#9258).
9944
9945 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9946 which can be useful (bug#9301).
9947
9948 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9949
9950 * subr.el (match-string): Mention that the current buffer should
9951 be the same as the search was done in (bug#9282).
9952
9953 * facemenu.el: Disable the remove-* commands if the mark isn't
9954 active (bug#9162).
9955
9956 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9959 of display-buffer.
9960 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9961
9962 * replace.el (occur-mode-goto-occurrence)
9963 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9964 and display-buffer.
9965
9966 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9967 display-buffer.
9968
9969 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9970 special-display and same-window variables.
9971 (mail-other-window): Use switch-to-buffer-other-window.
9972 (mail-other-frame): USe switch-to-buffer-other-frame.
9973
9974 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9975 Use display-buffer-other-frame.
9976 (gdb-display-gdb-buffer): Use pop-to-buffer.
9977
9978 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9979
9980 * progmodes/python.el: Don't set same-window-buffer-names.
9981
9982 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9983
9984 * window.el (display-buffer-alist): Add *Python*.
9985
9986 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * window.el (display-buffer-alist): Add entry for buffers
9989 previously handled same-window-*.
9990 (display-buffer-alist, display-buffer-default-action)
9991 (display-buffer-overriding-action): Mark as risky.
9992 (display-buffer-alist): Document action function changes.
9993 (display-buffer--same-window-action)
9994 (display-buffer--other-frame-action): New variables.
9995 (switch-to-buffer, display-buffer-other-frame): Use them.
9996 (display-buffer): Rename reuse-frame entry to reusable-frames.
9997 (display-buffer-reuse-selected-window): Function deleted.
9998 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9999 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10000 (display-buffer-special): New function.
10001 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10002 display-buffer-reuse-or-pop-window. Split off special-display
10003 part into display-buffer-special.
10004 (display-buffer-use-some-window): Don't perform any special
10005 pop-up-frames handling.
10006 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
10007 (display-buffer--maybe-same-window): Rename from
10008 display-buffer-maybe-same-window.
10009
10010 * info.el: Don't set same-window-regexps.
10011 (info-setup): New function.
10012 (info-other-window, info): Call it.
10013
10014 * cus-edit.el: Don't set same-window-regexps.
10015 (customize-group): New argument.
10016 (customize-group-other-window): Use it.
10017 (customize-face, customize-face-other-window): Likewise.
10018 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10019
10020 * net/rlogin.el:
10021 * net/telnet.el:
10022 * progmodes/gud.el: Don't set same-window-regexps.
10023
10024 * cmuscheme.el:
10025 * ielm.el:
10026 * shell.el:
10027 * mail/sendmail.el:
10028 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10029
10030 2011-09-10 Juri Linkov <juri@jurta.org>
10031
10032 * isearch.el (isearch-edit-string): Remove obsolete mention of
10033 `C-w' (`isearch-yank-word-or-char') from docstring.
10034 (isearch-query-replace): Fix typo in docstring (bug#9466).
10035
10036 2011-09-10 Juri Linkov <juri@jurta.org>
10037
10038 * paren.el (show-paren-function): Don't show escaped parens.
10039 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10040
10041 2011-09-10 Eli Zaretskii <eliz@gnu.org>
10042
10043 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10044 (mm-default-file-encoding): Remove autoload forms, they are
10045 replaced with autoload cookies in mml.el and mm-encode.el.
10046 (mail-add-attachment): New command.
10047 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10048 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10049 the doc string.
10050 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10051
10052 2011-09-10 Reuben Thomas <rrt@sc3d.org>
10053
10054 * simple.el (count-words-region): Use buffer if there's no region
10055 (bug#9429).
10056
10057 2011-09-09 Juri Linkov <juri@jurta.org>
10058
10059 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10060 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10061 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10062
10063 2011-09-09 Alan Mackenzie <acm@muc.de>
10064
10065 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10066 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10067
10068 2011-09-09 Eli Zaretskii <eliz@gnu.org>
10069
10070 Fix for Savannah bug#9392.
10071 * simple.el (mail-encode-mml): New defvar.
10072
10073 * mail/rmail.el (mail-encode-mml): Add a defvar.
10074 (rmail-enable-mime-composing): Default to t.
10075 (rmail-forward): Use MIME method of forwarding only if both
10076 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10077 Set mail-encode-mml non-nil if the MIME method was used.
10078
10079 * mail/sendmail.el (mml-to-mime): Add autoload form.
10080 (mail-encode-mml): Add a defvar.
10081 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10082 to nil.
10083 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10084 message through mml-to-mime, and reset mail-encode-mml to nil.
10085
10086 2011-09-09 Glenn Morris <rgm@gnu.org>
10087
10088 * woman.el (woman-if-body): When processing an .el block,
10089 do not delete the next .el block as well. (Bug#9447)
10090 (woman-special-characters): Add oq, cq, and hy characters.
10091
10092 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10093
10094 * window.el (window-deletable-p): Make sure window is live before
10095 invoking window-prev-buffers.
10096
10097 2011-09-08 Leo Liu <sdl.web@gmail.com>
10098
10099 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10100
10101 2011-09-08 Juri Linkov <juri@jurta.org>
10102
10103 * progmodes/compile.el (compilation-environment): Make it
10104 a defcustom (bug#8340).
10105
10106 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10107
10108 * window.el (frame-auto-delete): Rename to window-auto-delete.
10109 Make it control auto-deletion of windows and/or frames.
10110 (window-deletable-p): New argument FORCE. Rewrite conditions
10111 for deleting window/frame. (Bug#9419)
10112 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10113 Rewrite handling of case when window/frame can be deleted.
10114 (delete-windows-on): Call window-deletable-p with new FORCE
10115 argument t. (Bug#9456)
10116
10117 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
10118
10119 * help-mode.el (help-mode): Restore autoload.
10120
10121 2011-09-07 Juri Linkov <juri@jurta.org>
10122
10123 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10124 `compilation-environment'. Set buffer-local
10125 `compilation-environment' to `thisenv' later after (funcall mode).
10126 (Bug#8340)
10127
10128 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10129 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10130 instead of replacing its value. (Bug#8340)
10131
10132 2011-09-07 Juri Linkov <juri@jurta.org>
10133
10134 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10135 based on text properties put by `grep-filter' instead of matching
10136 escape sequences.
10137 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10138 to the value of `grep-error-screen-columns' (bug#9438).
10139
10140 2011-09-07 Juri Linkov <juri@jurta.org>
10141
10142 * simple.el (next-error-highlight, next-error-highlight-no-select):
10143 Doc fix (bug#9432).
10144
10145 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10146
10147 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10148 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10149
10150 2011-09-07 Leo Liu <sdl.web@gmail.com>
10151
10152 * net/rcirc.el (rcirc-mode): Conditionally initialize
10153 rcirc-input-ring.
10154
10155 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10156
10157 * emacs-lisp/find-func.el (find-function-C-source): Only set
10158 find-function-C-source-directory after checking that we found a source
10159 file there (bug#9440).
10160
10161 2011-09-06 Alan Mackenzie <acm@muc.de>
10162
10163 * isearch.el (isearch-other-meta-char): Wherever a key list is
10164 unread, "unread" the prefix arg, too. This fixes bug #8901.
10165
10166 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10167
10168 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10169
10170 2011-09-05 Juri Linkov <juri@jurta.org>
10171
10172 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10173
10174 2011-09-05 Juri Linkov <juri@jurta.org>
10175
10176 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10177 keeping point where processing of grep matches begins, and
10178 continue to delete remaining escape sequences from the same point.
10179 (grep-filter): Make leading zero optional in "0?1;31m" because
10180 git-grep emits "\033[1;31m" escape sequences unlike expected
10181 "\033[01;31m" as GNU Grep does (bug#9408).
10182 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10183
10184 2011-09-05 Juri Linkov <juri@jurta.org>
10185
10186 * subr.el (y-or-n-p): Capitalize "yes".
10187
10188 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
10189
10190 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10191 `tramp-cache-unload-hook' where appropriate.
10192 (tramp-methods): Rename `tramp-remote-sh' to
10193 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10194 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10195
10196 * net/tramp-sh.el (top): Don't require 'shell.
10197 (tramp-methods): Add `tramp-remote-shell' and
10198 `tramp-remote-shell-args' entries.
10199 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10200 (tramp-sh-handle-shell-command): Remove.
10201 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10202 Use `tramp-remote-shell'.
10203
10204 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * mail/sendmail.el (sendmail-query-once-function): Delete.
10207 (sendmail-query-once): Save directly to send-mail-function.
10208 Update message-send-mail-function too.
10209
10210 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10211
10212 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10213
10214 * progmodes/python.el (python-mode-map): Use correct function to
10215 start python interpreter from menu-bar (as reported by Geert
10216 Kloosterman).
10217 (inferior-python-mode-map): Fix typo.
10218 (python-shell-map): Remove.
10219
10220 2011-09-03 Deniz Dogan <deniz@dogan.se>
10221
10222 * net/rcirc.el (rcirc-print): Simplify code for
10223 rcirc-scroll-show-maximum-output. There is no need to walk
10224 through all windows to find the right one.
10225
10226 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10227
10228 * help.el (help-return-method): Doc fix.
10229
10230 2011-09-03 Martin Rudalics <rudalics@gmx.at>
10231
10232 * window.el (window-deletable-p): Don't return a non-nil value
10233 when there's a buffer that was shown in the window before.
10234 (Bug#9419)
10235 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10236 Set window's previous buffers to nil.
10237
10238 2011-09-03 Eli Zaretskii <eliz@gnu.org>
10239
10240 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10241 newline before and after the tag line, so it doesn't interfere
10242 with determining the paragraph direction of bidirectional text.
10243
10244 2011-09-03 Leo Liu <sdl.web@gmail.com>
10245
10246 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10247
10248 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
10251 (pop-to-buffer): Change interactive spec. Pass second argument
10252 directly to display-buffer.
10253 (display-buffer): Fix interactive spec. Use functionp to
10254 distinguish between a function and a list of functions.
10255
10256 * abbrev.el (edit-abbrevs):
10257 * arc-mode.el (archive-extract):
10258 * autoinsert.el (auto-insert):
10259 * bookmark.el (bookmark-bmenu-list):
10260 * files.el (find-file):
10261 * view.el (view-buffer):
10262 * progmodes/compile.el (compilation-goto-locus):
10263 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10264
10265 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10266
10267 * window.el (display-buffer-alist): Doc fix.
10268 (display-buffer): Add docstring. Don't treat
10269 display-buffer-default specially.
10270 (display-buffer-reuse-selected-window)
10271 (display-buffer-same-window, display-buffer-maybe-same-window)
10272 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10273 (display-buffer-pop-up-window)
10274 (display-buffer-reuse-or-pop-window)
10275 (display-buffer-use-some-window): New functions.
10276 (display-buffer-default-action): Use them.
10277 (display-buffer-default): Delete.
10278 (pop-to-buffer-1): Fix choice of actions.
10279
10280 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * minibuffer.el (completion--insert-strings): Don't get confused by
10283 completion entries that end with an LF char.
10284
10285 2011-09-01 Eli Zaretskii <eliz@gnu.org>
10286
10287 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10288
10289 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * window.el (display-buffer): Restore interactive spec.
10292 (display-buffer-same-window, display-buffer-other-window):
10293 New functions.
10294 (pop-to-buffer-1): New function. Use the above.
10295 (pop-to-buffer, pop-to-buffer-same-window): Use it.
10296 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10297
10298 * view.el (view-buffer-other-window, view-buffer-other-frame):
10299 Just use pop-to-buffer.
10300
10301 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10302
10303 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10304
10305 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10306
10307 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10308
10309 2011-08-31 Richard Stallman <rms@gnu.org>
10310
10311 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10312 of the separation of rmail-view-buffer from rmail-buffer.
10313 If you say no to "replace original", the decrypt is in the
10314 view buffer. If you say yes, the decrypt goes into the
10315 rmail buffer also.
10316
10317 2011-08-31 Martin Rudalics <rudalics@gmx.at>
10318
10319 * window.el (display-buffer-window): Rewrite doc-string.
10320 (display-buffer-record-window): New function.
10321 (display-buffer-macro-specifiers)
10322 (display-buffer-even-window-sizes, display-buffer-set-height)
10323 (display-buffer-set-width, display-buffer-in-window)
10324 (display-buffer-reuse-window, display-buffer-split-specifiers)
10325 (display-buffer-side-specifiers, display-buffer-split-window-1)
10326 (display-buffer-split-window, display-buffer-split-atom-window)
10327 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10328 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10329 (display-buffer-other-window-means-other-frame)
10330 (display-buffer-normalize-special)
10331 (display-buffer-normalize-default)
10332 (display-buffer-normalize-argument)
10333 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10334 (display-buffer-normalize-specifiers, display-buffer-frame)
10335 (display-buffer-same-window, display-buffer-same-frame)
10336 (display-buffer-other-window)
10337 (display-buffer-same-frame-other-window)
10338 (display-buffer-other-frame, pop-to-buffer-same-window)
10339 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10340 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10341 (switch-to-buffer-same-frame)
10342 (switch-to-buffer-other-window-same-frame)
10343 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10344 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10345 (display-buffer-alist-set): Remove.
10346 (display-buffer-function, special-display-buffer-names)
10347 (special-display-regexps, special-display-function):
10348 In doc-string refer to display-buffer-window and quit-restore
10349 parameter.
10350 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10351 (special-display-frame-alist, special-display-popup-frame)
10352 (same-window-buffer-names, same-window-regexps, same-window-p)
10353 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10354 (split-window-preferred-function, split-height-threshold)
10355 (split-width-threshold, window-splittable-p)
10356 (split-window-sensibly, window--try-to-split-window)
10357 (window--frame-usable-p, even-window-heights)
10358 (window--even-window-heights, window--display-buffer-1)
10359 (window--display-buffer-2, display-buffer-other-frame):
10360 Restore old Emacs 23 code, order and doc-strings where applicable.
10361 (display-buffer-default, display-buffer-assq-regexp): New functions.
10362 (display-buffer-alist): Rewrite doc-string.
10363 (display-buffer-default-action)
10364 (display-buffer-overriding-action): New variables.
10365 (display-buffer, switch-to-buffer): Rewrite.
10366 (pop-to-buffer): Restore Emacs 23 behavior but use
10367 window-normalize-buffer-to-display.
10368 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10369 Restore Emacs 23 behavior but use
10370 window-normalize-buffer-to-switch-to.
10371 (pop-to-buffer-same-window): Rewrite.
10372 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10373 Rewrite using Emacs 23 options.
10374
10375 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
10376
10377 * net/tramp.el (tramp-root-regexp): Remove.
10378 (tramp-completion-file-name-regexp-unified)
10379 (tramp-completion-file-name-regexp-separate)
10380 (tramp-completion-file-name-regexp-url): Don't use leading volume
10381 letter on win32 systems. (Bug#5303, Bug#9311)
10382 (tramp-drop-volume-letter): Simplify definition.
10383 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10384
10385 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10388 (bug#9356).
10389
10390 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10391
10392 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10393
10394 2011-08-29 Juri Linkov <juri@jurta.org>
10395
10396 * isearch.el (isearch-done): Don't display message "Mark saved"
10397 when arg `edit' is non-nil to prevent its flicker in the echo area.
10398
10399 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10400
10401 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10402 obsolete packages for deletion.
10403
10404 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10405
10406 * help-mode.el (help-mode-map): Add special-mode-map to parent.
10407 (help-mode): Derive help-mode from special-mode. Don't invoke
10408 view-mode from help-mode.
10409 (help-xref-override-view-map): Remove.
10410 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10411 view-mode is not used anymore.
10412
10413 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10414
10415 * server.el (server-port): Doc fix.
10416
10417 * cus-theme.el (custom-theme-choose-mode): Inherit from
10418 special-mode (Bug#9124).
10419 (custom-theme-choose-mode-map): Add special-mode to parent.
10420
10421 2011-08-28 Alan Mackenzie <acm@muc.de>
10422
10423 * progmodes/cc-fonts.el
10424 (c-make-font-lock-BO-decl-search-function): New function.
10425 (c-basic-matchers-after - "Fontify the clauses after various
10426 keywords"): Extract the three keyword lists for the 3 erroneous
10427 constructs from the list of four, and use the new function above
10428 in place of an old one.
10429
10430 2011-08-28 Deniz Dogan <deniz@dogan.se>
10431
10432 * net/rcirc.el (rcirc-insert-prev-input)
10433 (rcirc-insert-next-input): Remove unused argument.
10434
10435 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10438
10439 2011-08-27 Alan Mackenzie <acm@muc.de>
10440
10441 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10442 handle function pointer parameters properly.
10443
10444 2011-08-27 Martin Rudalics <rudalics@gmx.at>
10445
10446 * window.el (display-buffer-reuse-window): Fix case where
10447 selected window was reused with non-nil OTHER-WINDOW argument.
10448 (Bug#9381)
10449
10450 2011-08-27 Deniz Dogan <deniz@dogan.se>
10451
10452 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10453 oftc's NickServ messages.
10454
10455 2011-08-27 Glenn Morris <rgm@gnu.org>
10456
10457 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10458
10459 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
10460
10461 * emacs-lisp/package.el (package-install): Call package-initialize
10462 if called interactively.
10463
10464 2011-08-26 Leo Liu <sdl.web@gmail.com>
10465
10466 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10467
10468 2011-08-25 Juri Linkov <juri@jurta.org>
10469
10470 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10471 `search-whitespace-regexp' (bug#9364).
10472
10473 2011-08-25 Juri Linkov <juri@jurta.org>
10474
10475 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10476 `regexp-search-ring' to their global values to protect from
10477 updating by `read-from-minibuffer' (bug#9185).
10478
10479 2011-08-25 Juri Linkov <juri@jurta.org>
10480
10481 * textmodes/ispell.el (ispell-command-loop): Add newline
10482 at the end of the "Use option `i'..." line.
10483
10484 2011-08-25 Juri Linkov <juri@jurta.org>
10485
10486 * battery.el (display-battery-mode): If `battery-status-function'
10487 or `battery-mode-line-format' is nil, display the message and set
10488 `display-battery-mode' to nil (bug#9363).
10489
10490 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10491
10492 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10493 bidi-string-mark-left-to-right; they are unnecessary now.
10494
10495 2011-08-25 Deniz Dogan <deniz@dogan.se>
10496
10497 * net/quickurl.el: Documentation typo fixes.
10498
10499 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10500
10501 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10502
10503 2011-08-25 Glenn Morris <rgm@gnu.org>
10504
10505 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10506
10507 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10508 (smtpmail-via-smtp): Handle nil response from smtp.
10509
10510 2011-08-24 Juri Linkov <juri@jurta.org>
10511
10512 * proced.el (proced-marked): Inherit from `error' instead of
10513 `font-lock-warning-face'.
10514
10515 * ibuffer.el (ibuffer-marked-face): Change default face from
10516 `font-lock-warning-face' to `warning'.
10517 (ibuffer-deletion-face): Change default face from
10518 `font-lock-type-face' to `error'.
10519
10520 * battery.el (battery-update): Use the face `error' instead of
10521 `font-lock-warning-face' (bug#6117).
10522
10523 2011-08-24 Juri Linkov <juri@jurta.org>
10524
10525 * faces.el (success): Change face color from "Green3" to
10526 "ForestGreen" on light background (bug#9353).
10527
10528 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * window.el (quit-window): Rename from quit-restore-window.
10531 Use same arglist as old quit-window.
10532 (frame-auto-delete): Doc fix.
10533
10534 * view.el (view-mode-exit): Use quit-window.
10535
10536 2011-08-24 Juri Linkov <juri@jurta.org>
10537
10538 * isearch.el (isearch-ring-adjust1): Start visiting previous
10539 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10540 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10541 for empty search string (when the last search string is reused
10542 automatically) to adjust the isearch ring to the last element and
10543 prepare the correct index for further M-p commands (bug#9185).
10544
10545 2011-08-24 Kenichi Handa <handa@m17n.org>
10546
10547 * international/ucs-normalize.el: If decomposition property of
10548 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10549 nil.
10550 (nfd, nfkd): Likewise.
10551
10552 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10555 from process filters aren't reliably transmitted to the surrounding
10556 accept-process-output.
10557 (mpc-proc-check): New function.
10558 (mpc-proc-sync): Use it (bug#8293)
10559
10560 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10563 Add compatibility functions (bug#9313).
10564
10565 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10566
10567 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10568
10569 * international/uni-bidi.el: Regenerate.
10570
10571 2011-08-23 Kenichi Handa <handa@m17n.org>
10572
10573 * international/charprop.el:
10574 * international/uni-bidi.el:
10575 * international/uni-category.el:
10576 * international/uni-combining.el:
10577 * international/uni-comment.el:
10578 * international/uni-decimal.el:
10579 * international/uni-decomposition.el:
10580 * international/uni-digit.el:
10581 * international/uni-lowercase.el:
10582 * international/uni-mirrored.el:
10583 * international/uni-name.el:
10584 * international/uni-numeric.el:
10585 * international/uni-old-name.el:
10586 * international/uni-titlecase.el:
10587 * international/uni-uppercase.el: Regenerate.
10588
10589 2011-08-23 Martin Rudalics <rudalics@gmx.at>
10590
10591 * help.el (help-window-setup): Fix message displayed when other
10592 window is reused. (Bug#9341)
10593
10594 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10597 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10598
10599 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10600 Mark obsolete.
10601 * shell.el (shell-parse-pcomplete-arguments): New function.
10602 (shell-completion-vars): Use it instead (bug#9160).
10603
10604 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10607 strings and comments (bug#9333).
10608
10609 * emacs-lisp/debug.el (debug-arglist): New function.
10610 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10611 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10612
10613 2011-08-22 Juri Linkov <juri@jurta.org>
10614
10615 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10616 Revert regexp that highlights output switches to its old
10617 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10618
10619 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10620 to check for empty output (bug#9226).
10621
10622 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10623
10624 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10625 symbol-constituent as the default, as that stops font-lock from
10626 working properly (Bug#8843).
10627
10628 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10629
10630 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10631 `coding-system-for-*' around the process open call to avoid
10632 auth-source side effects.
10633 (smtpmail-try-auth-methods): Expand the secret password.
10634 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10635 probe hangs.
10636
10637 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10638
10639 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10640
10641 * emacs-lisp/find-func.el (find-function-noselect): New arg
10642 lisp-only.
10643
10644 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10645 signal an error for built-in functions (Bug#6664).
10646
10647 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10648
10649 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10650 (smtpmail-try-auth-methods): Use it.
10651
10652 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10653
10654 * font-lock.el (font-lock-fontify-region)
10655 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10656 (font-lock-default-unfontify-buffer)
10657 (font-lock-default-fontify-region)
10658 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10659
10660 * progmodes/compile.el (compilation-error-properties):
10661 Fix confusion between file struct and message struct (Bug#9319).
10662 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10663 `ant' regexp.
10664
10665 * net/browse-url.el (browse-url-firefox): Don't call
10666 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10667
10668 2011-08-20 Glenn Morris <rgm@gnu.org>
10669
10670 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10671
10672 * tutorial.el (tutorial--default-keys): Update some default bindings.
10673
10674 * files.el (hack-local-variables): Fully ignore case for "mode:".
10675
10676 2011-08-20 Alan Mackenzie <acm@muc.de>
10677
10678 Resolve invalid use of a regexp in regexp-opt.
10679
10680 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10681 detection for a java annotation.
10682
10683 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10684 detection for a java annotation.
10685
10686 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10687 handling for java.
10688 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10689
10690 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10691
10692 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10693 (Bug#9274).
10694
10695 2011-08-20 Alan Mackenzie <acm@muc.de>
10696
10697 Fontify CPP expressions correctly when starting in the middle of
10698 such a construct. Mainly for when jit-lock etc. starts a chunk
10699 here.
10700
10701 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10702 variable.
10703 (c-make-font-lock-search-form): New function, extracted from
10704 c-make-font-lock-search-function.
10705 (c-make-font-lock-search-function): Use the above function.
10706 (c-make-font-lock-context-search-function): New function.
10707 (c-cpp-matchers): Enhance the preprocessor expression case with
10708 the above function
10709 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10710 which takes an expression.
10711
10712 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10713
10714 2011-08-20 Martin Rudalics <rudalics@gmx.at>
10715
10716 * window.el (display-buffer-reuse-window)
10717 (display-buffer-pop-up-window): Don't reuse or split a side
10718 window.
10719
10720 2011-08-19 Glenn Morris <rgm@gnu.org>
10721
10722 * files.el (hack-local-variables-prop-line, hack-local-variables):
10723 Downcase "Mode:". (Bug#9331)
10724
10725 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
10726
10727 * international/characters.el: Add L and R categories.
10728
10729 * subr.el (bidi-string-mark-left-to-right): Rename from
10730 string-mark-left-to-right. Use category search.
10731
10732 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10733
10734 2011-08-18 Juri Linkov <juri@jurta.org>
10735
10736 * faces.el (error, warning, success): New faces with definitions
10737 copied from old default values of `font-lock-warning-face',
10738 `compilation-warning', `compilation-info' (bug#6117).
10739
10740 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10741
10742 * progmodes/compile.el (compilation-error): Inherit from `error'.
10743 (compilation-warning): Inherit from `warning'.
10744 (compilation-info): Inherit from `success'.
10745
10746 * dired.el (dired-marked): Inherit from `warning'.
10747 (dired-flagged): Inherit from `error'.
10748
10749 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
10751 * mail/smtpmail.el (auth-source): Require to avoid problems with
10752 binding variables (bug#9298). Also clean up some unused
10753 autoloads.
10754
10755 * net/network-stream.el (network-stream-open-starttls):
10756 Support using starttls.el without using gnutls-cli.
10757
10758 2011-08-17 Juri Linkov <juri@jurta.org>
10759
10760 * progmodes/grep.el (rgrep): Handle the case when
10761 `grep-find-command' is a cons cell (bug#9278).
10762
10763 2011-08-17 Martin Rudalics <rudalics@gmx.at>
10764
10765 * window.el (display-buffer-pop-up-frame): Run frame creation
10766 function with BUFFER current (as special-display-popup-frame
10767 does). Reported by Drew Adams.
10768
10769 2011-08-17 Daiki Ueno <ueno@unixuser.org>
10770
10771 * epa-mail.el: Simplify GnuPG group expansion using
10772 epg-expand-group.
10773 (epa-mail-group-alist, epa-mail-group-modtime)
10774 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10775 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10776 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10777 Remove.
10778
10779 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
10780
10781 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10782
10783 2011-08-16 Alan Mackenzie <acm@muc.de>
10784
10785 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10786 Correct, to avoid the inside of macros.
10787
10788 2011-08-16 Richard Stallman <rms@gnu.org>
10789
10790 * epa-mail.el: Handle GnuPG group definitions.
10791 (epa-mail-group-alist, epa-mail-group-modtime)
10792 (epa-mail-gnupg-conf-file): New variables.
10793 (epa-mail-parse-groups, epa-mail-sync-groups)
10794 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10795 (epa-mail-expand-recipients): New functions.
10796 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10797
10798 * mail/rmail.el (rmail-epa-decrypt): New command.
10799
10800 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10801 Don't bind buffer-read-only, just inhibit-read-only.
10802 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10803 (epa-decrypt-armor-in-region): Make error message clearer.
10804
10805 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10808 and "a2b" to "ab" for `prefix'.
10809
10810 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10813 filter groups.
10814 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10815 Fourquet (Bug#8804).
10816
10817 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
10818
10819 * startup.el (argi): Declare as global variable (bug#9275).
10820
10821 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
10822
10823 * subr.el (string-mark-left-to-right): Search the entire string
10824 for RTL script, not just the terminating character. Doc fix.
10825
10826 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10829 New function.
10830 (js--regexp-literal, js-syntax-propertize-function): Remove.
10831 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10832 (js-mode-map): Don't rebind electric keys.
10833 (js-insert-and-indent): Remove.
10834 (js-mode): Setup electric-layout and electric-indent instead.
10835
10836 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10837
10838 2011-08-12 Daiki Ueno <ueno@unixuser.org>
10839
10840 * epa.el (epa-progress-callback-function): Fix the logic of
10841 displaying progress.
10842 * epa-file.el (epa-file-insert-file-contents): Make progress
10843 display more user-friendly.
10844 (epa-file-write-region): Ditto.
10845
10846 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * subr.el (string-mark-left-to-right): New function.
10849
10850 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10851 Use string-mark-left-to-right.
10852 (list-buffers-noselect): Caller changed.
10853
10854 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10855 Use string-mark-left-to-right.
10856 (tabulated-list-print): Recenter after moving point.
10857
10858 2011-08-10 Juri Linkov <juri@jurta.org>
10859
10860 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10861 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10862 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10863
10864 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10867 (Bug#7554).
10868
10869 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10870
10871 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10872 character. (Bug#6594)
10873
10874 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10877 (image-dired--with-db-file): New macro.
10878 (image-dired-write-tags, image-dired-remove-tag)
10879 (image-dired-create-gallery-lists, image-dired-write-comments)
10880 (image-dired-get-comment, image-dired-mark-tagged-files)
10881 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10882 (image-dired-gallery-generate): Use insert-file-contents.
10883
10884 * time.el (display-time-world-list, display-time-world-display):
10885 * time-stamp.el (time-stamp-string):
10886 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10887 set-time-zone-rule (Bug#7337).
10888
10889 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10890
10891 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10892 (epg-error-to-string, epg-errors-to-string): New function.
10893 (epg-wait-for-completion): Reverse errors list.
10894 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10895 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10896 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10897 (epg-sign-keys, epg-generate-key-from-file)
10898 (epg-generate-key-from-string): Format errors by using
10899 epg-errors-to-string (bug#9255).
10900 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10901
10902 2011-08-07 Juri Linkov <juri@jurta.org>
10903
10904 * faces.el (list-faces-display): Remove extra angle bracket
10905 from `help-mode-map'.
10906
10907 * info.el (Info-history-toc-nodes): Doc fix.
10908
10909 * longlines.el (longlines-mode): Doc fix.
10910
10911 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10914 of statements and in a few more cases (bug#9183).
10915
10916 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10917 New functions.
10918 (cl-transform-lambda): Use them (bug#9239).
10919
10920 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10921
10922 * window.el (display-buffer-same-window)
10923 (display-buffer-same-frame, display-buffer-other-window)
10924 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10925 (pop-to-buffer-other-window)
10926 (pop-to-buffer-same-frame-other-window)
10927 (pop-to-buffer-other-frame): Make them defuns.
10928 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10929
10930 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * subr.el (make-composed-keymap): Move from C. Change calling
10933 convention, and improve docstring to bring attention to a subtle point.
10934 * minibuffer.el (completing-read-default): Adjust accordingly.
10935
10936 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10937
10938 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10939 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10940
10941 * net/trampver.el: Update release number.
10942
10943 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10946 "in" (bug#9190).
10947
10948 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10949
10950 * mail/sendmail.el (sendmail-query-once): Restore the current
10951 buffer after querying (bug#9074).
10952
10953 * dired.el (dired-flagged): Use different faces for marked and
10954 flagged files (bug#6117).
10955
10956 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10957 (bug#4433).
10958
10959 * ido.el (ido-mode): Switch off the message if called
10960 non-interactively.
10961
10962 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10963 before 587, since it appears that that's more likely to work for
10964 more people.
10965
10966 * cus-edit.el (custom-file): When running under emacs -q, always
10967 refuse to save the customizations, even if the .emacs file doesn't
10968 exist.
10969
10970 * info.el: Remove the `Info-beginning-of-buffer' function
10971 (bug#8325).
10972
10973 * net/network-stream.el (network-stream-open-starttls):
10974 Use `starttls-available-p' to see whether starttls.el can be used.
10975
10976 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10977
10978 * window.el (display-buffer-in-window): Don't set dedicated status
10979 of window here (Bug#9215).
10980 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10981 (display-buffer-pop-up-side-window)
10982 (display-buffer-in-side-window): Set dedicated status of window here.
10983
10984 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10987 before binding generated-autoload-file.
10988
10989 2011-08-01 Deniz Dogan <deniz@dogan.se>
10990
10991 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10992
10993 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10994
10995 Sync with Tramp 2.2.2.
10996
10997 * net/trampver.el: Update release number.
10998
10999 2011-07-30 Juri Linkov <juri@jurta.org>
11000
11001 * dired-aux.el (dired-touch-initial): Remove function.
11002 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11003 current time, and `default' to the last modification time of the
11004 current marked file (bug#6887).
11005
11006 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11007
11008 * simple.el (goto-line): Use string-to-number to provide a
11009 numeric argument to read-number (bug#9163).
11010
11011 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
11012
11013 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11014 connection process, it could be nil.
11015
11016 2011-07-27 Leo Liu <sdl.web@gmail.com>
11017
11018 Simplify url handling in rcirc-mode.
11019
11020 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11021 (rcirc-browse-url-at-mouse): Remove.
11022 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11023
11024 2011-07-26 Alan Mackenzie <acm@muc.de>
11025
11026 Fontify bitfield declarations properly.
11027
11028 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11029 (c-symbol-chars): Now exported as a lang variable.
11030 (c-not-primitive-type-keywords): New lang variable.
11031
11032 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11033 QT keyword "more" to prevent "more slots: ...." being spuriously
11034 parsed as a bitfield declaration.
11035
11036 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11037 Refactor and enhance to handle bitfield declarations.
11038 (c-punctuation-in): New function.
11039 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11040 declarations properly.
11041
11042 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
11043
11044 * calendar/icalendar.el (icalendar--all-events): Take care of
11045 multiple vcalendars in a single file.
11046 (icalendar--convert-float-to-ical): Checkdoc fixes.
11047
11048 2011-07-25 Deniz Dogan <deniz@dogan.se>
11049
11050 * image.el (insert-image): Clarifying docstring.
11051
11052 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
11053
11054 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11055 `tramp-send-command-and-check' if there is no error.
11056 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11057
11058 2011-07-22 Alan Mackenzie <acm@muc.de>
11059
11060 Prevent cc-langs.elc being loaded at run time.
11061
11062 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11063 cc-langs.
11064
11065 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
11066 "(require 'cc-langs)". Quote a form so it will evaluate at
11067 (cc-mode's) compilation time.
11068
11069 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
11070
11071 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11072 loading. (Bug#9114)
11073
11074 2011-07-21 Martin Rudalics <rudalics@gmx.at>
11075
11076 * window.el (display-buffer-pop-up-window)
11077 (display-buffer-pop-up-side-window)
11078 (display-buffer-in-side-window): Call display-buffer-set-height
11079 and display-buffer-set-width after setting the new window's
11080 buffer so `fit-window-to-buffer' and friends work on the right buffer.
11081
11082 2011-07-20 Sam Steingold <sds@gnu.org>
11083
11084 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11085 (etags-tags-included-tables): Call `convert-standard-filename' on
11086 the file names contained in TAGS so that windows Emacs can handle
11087 TAGS files created by cygwin ctags.
11088
11089 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11090
11091 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11092 which apparently didn't work.
11093
11094 2011-07-19 Roland Winkler <winkler@gnu.org>
11095
11096 * proced.el (proced-send-signal): For *Marked Processes* buffer
11097 put point at beginning of buffer.
11098
11099 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
11100
11101 * proced.el (proced-format): Make header lines align with the text
11102 (bug#1779).
11103
11104 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11105
11106 * view.el (view-buffer): Allow running in `special' modes if we're
11107 visiting a file (bug#8615).
11108
11109 2011-07-19 Martin Rudalics <rudalics@gmx.at>
11110
11111 * window.el (display-buffer-alist-of-strings-p)
11112 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11113 New functions.
11114 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11115 more accurately.
11116
11117 2011-07-18 Alan Mackenzie <acm@muc.de>
11118
11119 Fontify declarators properly when, e.g., a jit-lock chunk begins
11120 inside a declaration.
11121
11122 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11123
11124 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11125 New function.
11126 (c-complex-decl-matchers): Insert reference to
11127 c-font-lock-enclosing-decls.
11128
11129 * progmodes/cc-engine.el (c-backward-single-comment):
11130 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11131 to nil around calls to (forward-comment -1).
11132
11133 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11134
11135 * image.el (put-image): Doc typo fix.
11136
11137 * progmodes/etags.el (tags-search): Doc typo fix.
11138
11139 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11140 password if we get errors 550 to 554.
11141
11142 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11143
11144 * net/gnutls.el (gnutls-log-level): Remove.
11145
11146 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11147 indentation character (bug#6380).
11148
11149 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11150
11151 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11152 to clarify what the problem is (bug#4291).
11153
11154 * simple.el (current-kill): Clarify what
11155 `interprogram-paste-function' does (bug#7500).
11156 (auto-fill-mode): Document `auto-fill-function' in relation to
11157 `auto-fill-mode' (bug#2470).
11158
11159 2011-07-16 Lawrence Mitchell <wence@gmx.li>
11160
11161 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11162 method if slot is read-only (bug#9035).
11163
11164 2011-07-16 Martin Rudalics <rudalics@gmx.at>
11165
11166 * frame.el (select-frame-set-input-focus): New argument NORECORD.
11167 * window.el (pop-to-buffer): Select window used even if it was
11168 selected before, see discussion of (Bug#8615), (Bug#6954).
11169 Pass argument NORECORD on to select-frame-set-input-focus.
11170
11171 2011-07-15 Glenn Morris <rgm@gnu.org>
11172
11173 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
11174 Respect help-form.
11175
11176 2011-07-09 Lawrence Mitchell <wence@gmx.li>
11177
11178 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11179 (gnutls-negotiate): Use it.
11180
11181 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11182
11183 * net/gnutls.el (gnutls-negotiate):
11184 Upcase `gnutls-algorithm-priority'.
11185
11186 2011-07-15 Glenn Morris <rgm@gnu.org>
11187
11188 * jka-compr.el (jka-compr-verbose): Move from here...
11189 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11190 Add missing :version tag.
11191 * info.el: No need to require jka-compr when compiling.
11192
11193 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11194
11195 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11196 (gnutls-negotiate): Use it.
11197
11198 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11199
11200 * info.el (Info-beginning-of-buffer): New command.
11201 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11202 announcing `b' as the key (bug#8325).
11203 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
11204
11205 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11206
11207 * international/mule-cmds.el
11208 (describe-specified-language-support): Make the error message
11209 clearer (bug#8905).
11210
11211 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11212
11213 * isearch.el (isearch-barrier): Add a doc string, since it's
11214 mentioned in a function doc string (bug#8678).
11215
11216 2011-07-15 Martin Rudalics <rudalics@gmx.at>
11217
11218 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11219 buffer argument (Bug#9083) and self-identifying label argument.
11220
11221 2011-07-15 Glenn Morris <rgm@gnu.org>
11222
11223 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11224
11225 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11226
11227 * man.el (Man-fontify-manpage): Fix message when formatting the
11228 man page (bug#7929).
11229
11230 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11231
11232 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11233 argument LRM; if non-nil, append an invisible LRM character to the
11234 buffer name.
11235 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11236 last argument non-nil, when formatting buffer names.
11237 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11238 paragraph direction.
11239
11240 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11241
11242 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11243 the man page name (bug#7929).
11244
11245 * image.el (put-image): Mention the `put-image' overlay property
11246 (bug#7834).
11247
11248 * scroll-bar.el (set-scroll-bar-mode): Mention that
11249 `scroll-bar-mode' lists the values (bug#7772).
11250
11251 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11252 command (bug#7729).
11253
11254 * rect.el (apply-on-rectangle): Return the point after the last
11255 operation.
11256 (string-rectangle): Go to the point after the last operation
11257 (bug#7522).
11258
11259 * printing.el (pr-toggle-region): Clarify the documentation
11260 slightly (bug#7493).
11261
11262 * time.el (display-time-update):
11263 Allow `display-time-mail-function' to return nil (bug#7158).
11264 Fix suggested by Detlev Zundel.
11265
11266 * vc/diff.el (diff): Clarify the order the file names are read
11267 (bug#7111).
11268
11269 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11270 the doc string (bug#7015).
11271
11272 * font-lock.el (font-lock-maximum-decoration): Mention what
11273 numeric levels mean (bug#6935).
11274
11275 * startup.el (initial-buffer-choice): Don't mention the `none'
11276 selection, which is against policy.
11277
11278 2011-07-14 Martin Rudalics <rudalics@gmx.at>
11279
11280 * window.el (display-buffer-normalize-special):
11281 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
11282
11283 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11284
11285 * subr.el (version<, version<=, version=): Mention "-CVS" and
11286 "-12345" alpha version numbers.
11287
11288 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * bindings.el: Add advertised binding for set-mark-command
11291 (Bug#5772).
11292
11293 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11294
11295 * bindings.el (mode-line-other-buffer):
11296 * bookmark.el (bookmark-bmenu-2-window):
11297 * bs.el (bs-cycle-next, bs-cycle-previous):
11298 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11299 switch-to-buffer.
11300
11301 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11302 Delete.
11303
11304 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
11305
11306 * follow.el (follow-debug-message, follow-redisplay):
11307 * jka-cmpr-hook.el (with-auto-compression-mode):
11308 Fix typos in docstrings.
11309
11310 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11311
11312 * subr.el (with-silent-modifications): Clarify somewhat what the
11313 macro inhibits (bug#6525).
11314
11315 * simple.el (eval-expression): Note what it does if called
11316 interactively (bug#6495).
11317
11318 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11321 Use pop-to-buffer buffer-or-name if it is nil.
11322
11323 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11324 Remove switch-to-buffer.
11325
11326 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11327
11328 * files.el (make-directory): Clarify that an error will be raised
11329 if there's an error (bug#6397).
11330
11331 * startup.el (initial-buffer-choice): Add `none' as a choice
11332 (bug#6234).
11333
11334 * subr.el (add-hook): Clarify section about buffer-local hooks
11335 (bug#6218).
11336
11337 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11338
11339 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11340
11341 * tabify.el (untabify): Preserve the current column so that point
11342 doesn't move (bug#6032).
11343
11344 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11345
11346 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11347 Rewrite to avoid awkward possessive "s" (bug#5986).
11348
11349 2011-07-13 Glenn Morris <rgm@gnu.org>
11350
11351 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11352 (dired-insert-directory): Give a message the first time
11353 if ls is found not to support --dired.
11354
11355 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11356
11357 * simple.el (toggle-truncate-lines): Clarify what is toggled
11358 (bug#5580). Text by Drew Adams.
11359
11360 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11361
11362 * simple.el (blink-matching-open): Make the error message from the
11363 last change less verbose.
11364
11365 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11366
11367 * font-lock.el (font-lock-comment-face): Use the high contrast
11368 "yellow" color for font-lock-comment-face on low color terminals
11369 using a dark background color (bug#4221).
11370
11371 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11372
11373 * dired.el (dired-insert-set-properties): Make the doc string
11374 reflect what it does now (bug#5325).
11375
11376 * simple.el (blink-matching-open): Say that we were unable to find
11377 the match within the limit, if we're limited (bug#5122).
11378
11379 * international/mule-cmds.el (prefer-coding-system): Add an
11380 example (bug#4869).
11381
11382 * progmodes/etags.el (tags-search): Document `file-list-form'
11383 (bug#4731).
11384
11385 2011-07-13 Lawrence Mitchell <wence@gmx.li>
11386
11387 * net/browse-url.el (browse-url-default-browser)
11388 (browse-url-browser-function): Make the default browser choice a
11389 bit more logical (bug#4300). Also clean up the doc string.
11390
11391 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11392
11393 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11394 binary endings (bug#4440).
11395
11396 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11397
11398 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11399 which can be pretty annoying (bug#8971).
11400
11401 * jka-compr.el (jka-compr-verbose): New variable, and use
11402 throughout (bug#8971).
11403
11404 * info.el (Info-find-file): Fall back on the installation
11405 directory if we can't find the info node anywhere else.
11406
11407 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11408
11409 * vc/vc.el (vc-revert-file):
11410 Don't set file time-stamp in the past. (Bug#5181)
11411
11412 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11413
11414 * files.el (after-find-file): Give a better error message when
11415 trying to find a symlink that points to a file that doesn't exist
11416 (bug#4398).
11417
11418 * progmodes/cc-vars.el: Remove (probably) misleading comment
11419 (bug#4396).
11420
11421 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11422
11423 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11424
11425 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * mouse-sel.el: Hack restoring functionality, while keeping
11428 compatibility with 2010-07-03 changes to mouse selection.
11429 (mouse-sel-primary-overlay): New var.
11430 (mouse-sel-selection-alist): Use it.
11431 (mouse-sel-mode): Doc fix; remove points that are default features
11432 of mouse.el.
11433
11434 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11435
11436 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11437 Fix previous fix (bug#2490).
11438
11439 2011-07-12 Roland Winkler <winkler@gnu.org>
11440
11441 * textmodes/bibtex.el (bibtex-initialize):
11442 Use pop-to-buffer-same-window.
11443 (bibtex-search-entries): Fix interactive call.
11444
11445 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11446
11447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11448 Fontise bytecomp Error lines more correctly (bug#2490).
11449 Fix suggested by Johan Bockgård.
11450
11451 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11452
11453 * dired-x.el (dired-guess-default): Use `delete-dups'.
11454
11455 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * dired.el (dired-mark-prompt):
11458 * dired-aux.el (dired-read-shell-command): Doc fix.
11459
11460 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11461
11462 * mail/sendmail.el (sendmail-query-once):
11463 Use `customize-save-variable' unconditionally, now that it works under
11464 emacs -Q.
11465
11466 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11467
11468 * cus-edit.el (custom-file): Take an optional no-error variable.
11469 (customize-save-variable): Set the variable, and give a warning if
11470 running under "emacs -q".
11471
11472 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * loadhist.el (unload-feature-special-hooks):
11475 Add `auto-coding-functions', `fill-nobreak-predicate' and
11476 `find-directory-functions' (bug#5327).
11477
11478 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11479
11480 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11481
11482 * cus-edit.el (custom-guess-name-alist): -alist variables should
11483 use the `alist' type (bug#3120). Suggested by Drew Adams.
11484
11485 * printing.el: Add documentation to all the `pr-toggle-' commands.
11486
11487 2011-07-11 Leo Liu <sdl.web@gmail.com>
11488
11489 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11490 backends where it makes sense (bug#2623).
11491
11492 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11493
11494 * dired-x.el (dired-guess-default): Remove duplicate shell command
11495 entries (bug#2028).
11496 (dired-guess-default): Fix grammar in doc string (bug#2028).
11497 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11498
11499 * subr.el (remove-duplicates): New conveniency function.
11500
11501 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11502
11503 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11504 (bug#1526).
11505
11506 2011-07-10 Martin Rudalics <rudalics@gmx.at>
11507
11508 * window.el (display-buffer-normalize-default): Don't invert
11509 meaning of even-window-heights. Reported by Eli Zaretskii
11510 <eliz@gnu.org>.
11511
11512 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11513
11514 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11515
11516 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
11517
11518 * window.el (display-buffer): Fix arguments to
11519 display-buffer-reuse-window in last change.
11520
11521 * faces.el (link): Use a less saturated blue on light backgrounds.
11522
11523 * startup.el (fancy-startup-text, fancy-about-text)
11524 (fancy-startup-tail): Use font-lock faces, for background safety.
11525
11526 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11527
11528 * emulation/viper-cmd.el (viper-change-state-to-vi):
11529 Limit triggering of abbrev expansion (Bug#9038).
11530
11531 2011-07-09 Martin Rudalics <rudalics@gmx.at>
11532
11533 * window.el (display-buffer-default-specifiers): Remove.
11534 (display-buffer-macro-specifiers): Remove default specifiers.
11535 (display-buffer-alist): Default to nil.
11536 (display-buffer-reuse-window): New optional argument other-window.
11537 (display-buffer-pop-up-window): Allow splitting internal
11538 windows. Check whether a live window was created.
11539 (display-buffer-other-window-means-other-frame)
11540 (display-buffer-normalize-arguments): Rename to
11541 display-buffer-normalize-argument and rewrite. Set the
11542 other-window specifier.
11543 (display-buffer-normalize-special): New function.
11544 (display-buffer-normalize-options): Rename to
11545 display-buffer-normalize-default and rewrite.
11546 (display-buffer-normalize-options-inhibit): Remove.
11547 (display-buffer-normalize-specifiers): Rewrite.
11548 (display-buffer): Process other-window specifier and call
11549 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11550 more faithfully.
11551 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11552 (display-buffer-alist-set): Don't handle 'unset default values.
11553 (display-buffer-in-window, display-buffer-alist-set):
11554 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
11555 <tassilo@member.fsf.org>.
11556
11557 2011-07-09 Leo Liu <sdl.web@gmail.com>
11558
11559 * register.el (insert-register): Restore accidental change on
11560 2011-06-26. (Bug#9028)
11561
11562 2011-07-09 Glenn Morris <rgm@gnu.org>
11563
11564 * subr.el (remq): Handle the empty list. (Bug#9024)
11565
11566 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11567
11568 * mail/sendmail.el (send-mail-function): No longer delay custom
11569 initialization.
11570 * custom.el (custom-initialize-delay): Doc fix.
11571
11572 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11575
11576 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
11577
11578 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11579 human-friendly prompt.
11580
11581 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11582
11583 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11584 provided by a particular plugin.
11585
11586 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11587
11588 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11589 save customizations (with "emacs -Q"), just set the variable
11590 instead of erroring out.
11591
11592 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11593
11594 2011-07-08 Juri Linkov <juri@jurta.org>
11595
11596 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11597 (archive-zip-update-case): Use 7z if found by `executable-find'.
11598 The order of searching the available programs is the same as in
11599 `archive-zip-extract' (bug#8968).
11600
11601 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11602
11603 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11604 (menu-bar-options-menu): Tweak descriptions.
11605
11606 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11607
11608 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11609 menu items into verb phrases (bug#1421). Also refill to fit under
11610 80 columns.
11611
11612 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11613
11614 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11615 (Info-read-node-name): Doc fix (Bug#1084).
11616
11617 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11618 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11619 (end-of-sexp, beginning-of-sexp)
11620 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11621 (forward-symbol, forward-same-syntax, word-at-point)
11622 (sentence-at-point): Doc fix (Bug#1144).
11623
11624 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11625
11626 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11627 should cover it (bug#1281).
11628
11629 * cus-edit.el (custom-show): Mark as obsolete.
11630
11631 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11632 negotiation fails, then possibly try again with a non-encrypted
11633 connection (bug#9017).
11634
11635 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11636 be used.
11637
11638 2011-07-07 Richard Stallman <rms@gnu.org>
11639
11640 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11641 property, and handle its changed format.
11642 Look for the correct line number.
11643 Use file's line contents (but not past first =) to find
11644 correct line in message.
11645
11646 2011-07-07 Kenichi Handa <handa@m17n.org>
11647
11648 * international/characters.el (build-unicode-category-table):
11649 Delete it.
11650 (unicode-category-table): Set it by unicode-property-table-internal.
11651
11652 * international/mule-cmds.el (char-code-property-alist): Move to
11653 to src/chartab.c.
11654 (get-char-code-property): Call unicode-property-table-internal to
11655 load a file. Call get-unicode-property-internal where necessary.
11656 (put-char-code-property): Call unicode-property-table-internal to
11657 load a file. Call put-unicode-property-internal where necessary.
11658 put-unicode-property-internal where necessary.
11659 (char-code-property-description):
11660 Call unicode-property-table-internal to load a file.
11661
11662 * international/charprop.el:
11663 * international/uni-bidi.el:
11664 * international/uni-category.el:
11665 * international/uni-combining.el:
11666 * international/uni-comment.el:
11667 * international/uni-decimal.el:
11668 * international/uni-decomposition.el:
11669 * international/uni-digit.el:
11670 * international/uni-lowercase.el:
11671 * international/uni-mirrored.el:
11672 * international/uni-name.el:
11673 * international/uni-numeric.el:
11674 * international/uni-old-name.el:
11675 * international/uni-titlecase.el:
11676 * international/uni-uppercase.el: Regenerate.
11677
11678 * loadup.el: Load international/charprop.el before
11679 international/characters.
11680
11681 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11682
11683 * window.el (next-buffer, previous-buffer): Signal an error if
11684 called from a minibuffer window.
11685
11686 * bindings.el: Revert 2011-07-04 change.
11687
11688 2011-07-06 Richard Stallman <rms@gnu.org>
11689
11690 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11691 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11692 Treat markers like ints.
11693 (rmail-mime-entity): Doc fix.
11694
11695 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11696
11697 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11698 defcustom again for backwards compatibility.
11699
11700 * simple.el (shell-command-on-region): Fill.
11701
11702 * dired-aux.el (dired-kill-line): Add a doc string.
11703
11704 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11705 to "\\sw\\|\\s_" (bug#358).
11706
11707 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11708 (dired-unmark-backward): Ditto.
11709 (dired-flag-backup-files): Ditto.
11710
11711 * dired-x.el (dired-mark-sexp): Ditto.
11712
11713 2011-07-06 Richard Stallman <rms@gnu.org>
11714
11715 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11716 (rmail-mime-entity): New arg TRUNCATED.
11717 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11718 New functions.
11719 (rmail-mime-save): Warn if entity is truncated.
11720 (rmail-mime-toggle-hidden): Likewise, for showing.
11721 (rmail-mime-process-multipart): Record when an entity is truncated.
11722
11723 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11724 if ENTITY is a string.
11725
11726 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11727
11728 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11729 of faces when `M-C-x'-ing their definitions (bug#8378).
11730 Also clean up the code slightly.
11731
11732 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11733 because that makes the colors go away.
11734
11735 * mail/sendmail.el (send-mail-function): Change the default to
11736 `sendmail-query-once'.
11737 (sendmail-query-once): Add an autoload cookie.
11738
11739 * net/network-stream.el (network-stream-open-starttls): Try using
11740 a plain connection even if the server offered STARTTLS, and we
11741 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11742 capability. This should make smtpmail.el work in slightly more
11743 configurations.
11744
11745 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
11746
11747 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11748 New defun.
11749 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11750
11751 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11752
11753 * progmodes/sql.el: Version 3.0
11754 (sql-product-alist): Add product :completion-object,
11755 :completion-column, and :statement attributes.
11756 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11757 (sql-mode-syntax-table): Mark all punctuation.
11758 (sql-font-lock-keywords-builder): Temporarily remove fallback on
11759 ansi keywords.
11760 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11761 (sql-mode-oracle-font-lock-keywords): Improve.
11762 (sql-oracle-show-reserved-words): New function for development.
11763 (sql-product-font-lock): Simplify for source code buffers.
11764 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11765 New functions.
11766 (sql-highlight-product): Set product specific syntax table.
11767 (sql-mode-map): Add statement movement functions.
11768 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11769 New variable.
11770 (sql-statement-regexp, sql-beginning-of-statement)
11771 (sql-end-of-statement, sql-signum): New functions.
11772 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11773 (sql-show-sqli-buffer): Bug fix.
11774 (sql-interactive-mode): Store connection data as buffer local.
11775 (sql-connect): Add NEW-NAME parameter. Redesign interaction
11776 with sql-interactive-mode.
11777 (sql-save-connection): Save buffer local settings.
11778 (sql-connection-menu-filter): Change menu entry name.
11779 (sql-product-interactive): Bug fix.
11780 (sql-preoutput-hold): New variable.
11781 (sql-interactive-remove-continuation-prompt): Bug fixes.
11782 (sql-debug-redirect): New variable.
11783 (sql-str-literal): New function.
11784 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11785 Redesign.
11786 (sql-oracle-save-settings, sql-oracle-restore-settings)
11787 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11788 (sql-completion-object, sql-completion-column)
11789 (sql-completion-sqlbuf): New variables.
11790 (sql-build-completions-1, sql-build-completions)
11791 (sql-try-completion): New functions.
11792 (sql-read-table-name): Use them.
11793 (sql-contains-names): New buffer local variable.
11794 (sql-list-all, sql-list-table): Use it.
11795 (sql-oracle-completion-types): New variable.
11796 (sql-oracle-completion-object, sql-sqlite-completion-object)
11797 (sql-postgres-completion-object): New functions.
11798
11799 2011-07-06 Glenn Morris <rgm@gnu.org>
11800
11801 * window.el (pop-to-buffer): Doc fix.
11802
11803 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
11804
11805 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11806
11807 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
11808
11809 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11810
11811 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11812
11813 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
11814
11815 * button.el (button): Inherit from link face. Suggested by Dan
11816 Nicolaescu.
11817
11818 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * progmodes/gdb-mi.el: Fit in 80 columns.
11821 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11822 switch-to-buffer.
11823
11824 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11825 if imenu is simply not configured (bug#8941).
11826
11827 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11828
11829 * allout.el (allout-post-undo-hook): New allout outline-change
11830 event hook to signal undo activity.
11831 (allout-post-command-business): Run allout-post-undo-hook if an
11832 undo just occurred.
11833 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11834 * allout-widgets.el (allout-widgets-after-undo-function):
11835 Ensure the integrity of the current item's decoration after it has been
11836 in the vicinity of an undo.
11837 (allout-widgets-mode): Include allout-widgets-after-undo-function
11838 on the new allout-post-undo-hook.
11839
11840 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11843 Let define-derived-mode define it.
11844 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11845 cycles of abbrev-table inheritance (bug#8998).
11846
11847 2011-07-05 Roland Winkler <winkler@gnu.org>
11848
11849 * textmodes/bibtex.el: Add support for biblatex.
11850 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11851 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11852 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11853 (bibtex-entry-alist, bibtex-field-alist): New variables.
11854 (bibtex-entry-field-alist): Obsolete alias for
11855 bibtex-BibTeX-entry-alist.
11856 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11857 (bibtex-set-dialect): New command.
11858 (bibtex-entry-type, bibtex-entry-head)
11859 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11860 Bind via bibtex-set-dialect.
11861 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11862 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11863 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11864 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11865 Define via bibtex-set-dialect.
11866 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11867 Obey bibtex-no-opt-remove-re.
11868 (bibtex-vec-push, bibtex-vec-incr): New functions.
11869 (bibtex-format-entry, bibtex-field-list)
11870 (bibtex-print-help-message, bibtex-validate)
11871 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11872
11873 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * progmodes/compile.el (compilation-goto-locus):
11876 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11877 * bs.el (bs-cycle-next, bs-cycle-previous):
11878 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11879 * bindings.el (mode-line-other-buffer):
11880 * autoinsert.el (auto-insert):
11881 * arc-mode.el (archive-extract):
11882 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11883
11884 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11885
11886 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11887 Fix check of `emacs-lock-unlockable-modes'.
11888 Coerce true values of `emacs-lock--try-unlocking' to t.
11889
11890 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11891
11892 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11893 * emacs-lock.el: New file.
11894
11895 2011-07-05 Julien Danjou <julien@danjou.info>
11896
11897 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11898 than `boundp' to check if face is set.
11899
11900 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11901
11902 * register.el (registerv-make):
11903 * window.el (window-min-height): Fix typos in docstrings.
11904
11905 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11906
11907 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11908 Update doc string.
11909
11910 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11911
11912 * server.el (server-execute): Catch quit and call
11913 `server-return-error' to pass the error back to emacsclient and
11914 close the connection (bug#8942).
11915
11916 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11917
11918 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11919 insecure exception for current topic. Also note that auto-saves
11920 are handled differently.
11921
11922 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11923 State variables for tracking auto-save inhibition situation.
11924
11925 (allout-write-contents-hook-handler): Rename from
11926 'allout-write-file-hook-handler', and describe how it depends on
11927 write-contents-functions sensitivity to non-nil value to prevent
11928 file write.
11929
11930 (allout-auto-save-hook-handler): Remove. auto-save does not check
11931 this in individual buffers, only in the starting buffer, so this
11932 is not the right way for us to inhibit auto-save in a buffer
11933 according to its condition.
11934
11935 (allout-mode): Use new allout-write-contents-hook-handler, and
11936 only with write-contents-functions. Remove auto-save provisions -
11937 they're implemented elsewhere.
11938
11939 (allout-before-change-handler): If undo is in progress, note that
11940 for attention of allout-post-command-business.
11941
11942 (allout-post-command-business): If the command we're following was
11943 an undo, check for change in the status of encrypted items and
11944 adjust auto-save inhibitions accordingly.
11945
11946 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11947 according to whether there are or aren't any plain-text topics
11948 pending encryption.
11949
11950 (allout-inhibit-auto-save-info-for-decryption):
11951 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11952 if there are plain-text topics pending encryption.
11953
11954 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11955 buffer-saved-size and some allout state to not inhibit auto-saves
11956 if there are no longer any plain-text topics pending encryption.
11957
11958 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11959 No longer provide for exemption of the current topic.
11960
11961 2011-07-04 Juri Linkov <juri@jurta.org>
11962
11963 Add 7z operations to delete and save changed members (bug#8968).
11964 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11965 New defcustoms.
11966 (archive-7z-write-file-member): New function.
11967 (archive-7z-summarize): Fix the number of dashes in the
11968 listing output.
11969
11970 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11973 (bug#8958).
11974
11975 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * bindings.el: Ignore next-buffer and previous-buffer in
11978 minibuffer-local-map.
11979
11980 * font-lock.el (font-lock-builtin-face): Change light background
11981 color to dark slate blue (Bug#6693).
11982
11983 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11984
11985 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11986
11987 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11990 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11991 Add switch-to-buffer.
11992
11993 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11994
11995 * isearch.el (isearch-search-fun-function): Clarify further the
11996 meaning of the function returned.
11997
11998 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11999
12000 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12001
12002 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12003 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12004 Use it.
12005 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12006 `tramp-default-remote-path' does not exist.
12007 (tramp-send-command-and-read): New optional argument NOERROR.
12008 (tramp-open-connection-setup-interactive-shell)
12009 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12010 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12011 (tramp-process-sentinel): Flush also process' connection property.
12012 (tramp-sh-handle-start-file-process): Do not set process
12013 sentinel. It is done now ...
12014 (tramp-maybe-open-connection): ... here. (Bug#8929)
12015
12016 2011-07-04 MON KEY <monkey@sandpframing.com>
12017
12018 * play/animate.el (animate-string): Doc fixes and allow changing
12019 the buffer name (bug#5417).
12020
12021 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12022
12023 * play/animate.el (animation-buffer-name): Rename from *animate*.
12024
12025 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12026
12027 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12028 This is simpler and helps future-proof the code.
12029 (timer-until): Use time-subtract and float-time.
12030 (timer--time-less-p): Use time-less-p.
12031
12032 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
12033
12034 * type-break.el (timep): Use the value of `float-time' to avoid a
12035 byte-compiler warning.
12036
12037 * server.el (server-eval-and-print): Return any result, even nil.
12038
12039 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12040
12041 * type-break.el: Accept time formats that the builtins accept.
12042 (timep, type-break-time-difference): Accept any format that
12043 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12044 This is simpler and helps future-proof the code.
12045 (type-break-time-difference): Round rather than ignoring
12046 subseconds components.
12047
12048 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12049
12050 * info.el (Info-apropos-matches): Make non-interactive, since it
12051 doesn't seem to do anything useful as a command (bug#8829).
12052
12053 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
12054
12055 * frame.el (frame-background-mode, frame-set-background-mode):
12056 Move from faces.el.
12057 (frame-default-terminal-background): New function.
12058
12059 * custom.el (custom-push-theme): Don't record faces in `changed'
12060 theme; this doesn't work correctly for per-frame face settings.
12061 (disable-theme): Use face-set-after-frame-default to reset faces.
12062 (custom--frame-color-default): New function.
12063
12064 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12065
12066 * dired.el (dired-flagging-regexp): Remove unused variable
12067 (bug#8769).
12068
12069 2011-03-29 Kevin Ryde <user42@zip.com.au>
12070
12071 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12072 `perl-Test2' extend to match possible "fail #N" rep count
12073 (bug#8377).
12074
12075 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12076
12077 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12078 `smtpmail-via-smtp' now returns the error instead of nil.
12079
12080 * isearch.el (isearch-search-fun-function): Clarify the doc string
12081 (bug#8101).
12082
12083 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
12084
12085 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12086 unnecessary spaces (bug#8987).
12087
12088 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12089
12090 * net/network-stream.el (open-network-stream): Use the
12091 :end-of-capability command thoughout.
12092
12093 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12094
12095 * net/network-stream.el (open-network-stream): Add the
12096 :end-of-capability command parameter, used by pop3.el.
12097
12098 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12099
12100 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12101
12102 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12103 for list)" (bug#6475).
12104
12105 * files.el (file-expand-wildcards): Ignore non-readable
12106 sub-directories while trying to find matches instead of signaling
12107 an error (bug#6297).
12108
12109 * man.el (Man-reference-regexp): Allow matching possible
12110 word-wrapped references (bug#6289).
12111
12112 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12113 for consistency with the other vc buffers (bug#6197).
12114 (vc-checkin): Ditto.
12115
12116 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12117
12118 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12119
12120 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12121
12122 * custom.el (defcustom): Clarify that :set is only used in the
12123 Customize user interface (bug#6089).
12124
12125 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12126 associated with a file, refuse to run instead of erroring out
12127 (bug#6084).
12128
12129 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12130 the doc string, since it appears that using `fill-column' always
12131 controls the width (bug#7845).
12132
12133 * simple.el (shell-command-on-region): Say where the error output
12134 went if `shell-command-default-error-buffer' is set (bug#6857).
12135
12136 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12137
12138 * allout.el (allout-yank-processing): Adjust cursor position for
12139 backwards-deleted space.
12140
12141 (allout-rebullet-heading): Register changes with
12142 allout-exposure-changed-hook, so the modified topic is properly
12143 decorated.
12144
12145 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12146
12147 * minibuffer.el (completion-in-region): Document PREDICATE
12148 (bug#7136).
12149
12150 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12151 of keyword/argument pairs (bug#6904).
12152
12153 * replace.el (multi-occur):
12154 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
12155
12156 2011-07-02 Drew Adams <drew.adams@oracle.com>
12157
12158 * dired.el (dired-mark-if): Make the message about whether it's
12159 marking or unmarking clearer (bug#8523).
12160
12161 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12162
12163 * disp-table.el (display-table-print-array): New function.
12164 (describe-display-table): Use it to print the vectors more pretty
12165 (Bug#8859).
12166
12167 2011-07-02 Martin Rudalics <rudalics@gmx.at>
12168
12169 * window.el (window-state-get-1): Don't assign clone numbers.
12170 Add clone-of item to list of window parameters.
12171 (window-state-put-2): Don't process clone numbers.
12172 (display-buffer-alist): Fix doc-string.
12173
12174 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * subr.el (remq): Don't allocate if it's not needed.
12177 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12178 (keymap--merge-bindings): New functions.
12179 (keymap-canonicalize): Use them to refine the canonicalization.
12180 * minibuffer.el (minibuffer-local-completion-map)
12181 (minibuffer-local-must-match-map): Move initialization from C.
12182 (minibuffer-local-filename-completion-map): Move initialization from C;
12183 don't inherit from anything here.
12184 (minibuffer-local-filename-must-match-map): Make obsolete.
12185 (completing-read-default): Use make-composed-keymap to combine
12186 minibuffer-local-filename-completion-map with either
12187 minibuffer-local-must-match-map or
12188 minibuffer-local-filename-completion-map.
12189
12190 2011-07-01 Glenn Morris <rgm@gnu.org>
12191
12192 * type-break.el (type-break-time-sum): Use dolist.
12193
12194 * textmodes/flyspell.el (flyspell-word-search-backward):
12195 Replace CL function.
12196
12197 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * mouse.el (mouse--strip-first-event): New function.
12200 (function-key-map): Use it to map fringe clicks to normal clicks
12201 by default.
12202
12203 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12204 (vc-bzr-revision-completion-table): Add support for annotate and date.
12205
12206 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12207 inherit from parent.
12208
12209 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12210
12211 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
12212 (dired-show-file-type): Doc fixup (bug#8818).
12213
12214 * dired.el (dired-mode): Fix up the doc string as suggested by
12215 Drew Adams (bug#8817).
12216
12217 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12218 cookie, since the manual says that it should be possible to add
12219 this function to `find-file-hook' (bug#8709).
12220
12221 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12222
12223 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12224 here. Noted Ted Zlatanov as the maintainer.
12225 (cfengine-common-settings, cfengine-common-syntax): New functions
12226 to set up common things between `cfengine-mode' and
12227 `cfengine3-mode'.
12228 (cfengine3-mode): New mode.
12229 (cfengine3-defuns cfengine3-defuns-regex
12230 (cfengine3-class-selector-regex cfengine3-category-regex)
12231 (cfengine3-vartypes cfengine3-font-lock-keywords)
12232 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
12233 (cfengine3-indent-line): Add from cfengine3.el.
12234
12235 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
12236
12237 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12238
12239 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12240
12241 2011-07-01 Martin Rudalics <rudalics@gmx.at>
12242
12243 * window.el (same-window-buffer-names, same-window-regexps)
12244 (same-window-p, special-display-frame-alist)
12245 (special-display-popup-frame, special-display-function)
12246 (special-display-buffer-names, special-display-regexps)
12247 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12248 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12249 (split-window-preferred-function, split-height-threshold)
12250 (split-width-threshold, even-window-heights)
12251 (display-buffer-mark-dedicated, window-splittable-p)
12252 (split-window-sensibly, window-safely-shrinkable-p):
12253 Un-obsolete.
12254 (display-buffer): Don't spread args with function specifier
12255 because special-display-popup-frame won't like it.
12256
12257 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12258
12259 Time-stamp simplifications and fixes.
12260 These improve accuracy slightly, and future-proof the code
12261 against some potential changes to current-time format.
12262
12263 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12264 by using time-since and float-time.
12265
12266 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12267 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12268 + NNN microseconds".
12269
12270 * type-break.el (type-break-time-sum): Rewrite using time-add.
12271
12272 * play/hanoi.el (hanoi-current-time-float): Remove.
12273 All uses replaced by float-time.
12274
12275 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12276 This yields a more-accurate answer.
12277 (rng-time-to-float): Remove; no longer needed.
12278
12279 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12280
12281 * calendar/timeclock.el (timeclock-seconds-to-time):
12282 Defalias to seconds-to-time, since they're the same thing.
12283
12284 * emacs-lisp/elp.el (elp-elapsed-time):
12285 * emacs-lisp/benchmark.el (benchmark-elapse):
12286 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12287
12288 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * window.el (bury-buffer): Don't iconify the only frame.
12291 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12292 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12293
12294 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
12295
12296 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12297 Add mouse-yank-primary.
12298
12299 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12300
12301 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12302
12303 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12306 (find-library-name): Use it to find relative load names when provided
12307 absolute file name (bug#8803).
12308
12309 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12310
12311 * textmodes/flyspell.el (flyspell-word): Consider words that
12312 differ only in case as potential doublons (bug#5687).
12313
12314 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12315 Remove two rather uninteresting debugging-like messages to make
12316 debbugs.el more silent.
12317
12318 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12319 a password-like phrase.
12320
12321 2011-06-30 Masatake YAMATO <yamato@redhat.com>
12322
12323 * progmodes/cc-guess.el: New file.
12324
12325 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12326
12327 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12328 derived from `c-basic-common-init'.
12329
12330 * progmodes/cc-mode.el (top-level): Require cc-guess.
12331 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12332
12333 2011-06-30 Lawrence Mitchell <wence@gmx.li>
12334
12335 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12336
12337 2011-06-30 Alan Mackenzie <acm@muc.de>
12338
12339 * progmodes/cc-engine.el (c-guess-continued-construct):
12340 Correct the handling of template-args-cont, particularly for when font
12341 lock is disabled. Name this case as "CASE G".
12342
12343 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12344
12345 * allout.el (allout-yank-processing): Fix injection of extra space
12346 between bullet and non-whitespace character in first topic when
12347 pasting, ensuring that the actual spacing in the pasted topic
12348 following the bullet char is preserved. This extra space was
12349 causing pasted encrypted topics to get a decrypted status even
12350 when the content was actually still encrypted. Now the decryption
12351 status from before the paste is preserved.
12352
12353 (allout-flag-region): Set all allout overlays so they evaporate
12354 when reduced to zero length (evanescent), to prevent overlay
12355 leakage.
12356
12357 2011-06-30 Glenn Morris <rgm@gnu.org>
12358
12359 * w32-fns.el (w32-charset-info-alist): Declare.
12360
12361 * find-dired.el (find-grep-options): Simplify.
12362
12363 * term/ns-win.el (ns-set-resource): Declare.
12364
12365 * ses.el (row, col): Declare dynamic variables honestly.
12366
12367 * textmodes/reftex-parse.el (index-tags): Declare.
12368
12369 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
12370
12371 * cus-edit.el (customize-push-and-save): New function.
12372
12373 * files.el (hack-local-variables-confirm): Use it.
12374
12375 * custom.el (load-theme): New arg NO-CONFIRM.
12376 Use customize-push-and-save (Bug#8720).
12377 (custom-enabled-themes): Doc fix.
12378
12379 * cus-theme.el (customize-create-theme)
12380 (custom-theme-merge-theme): Callers to load-theme changed.
12381
12382 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12383
12384 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12385 short URLs have at least one dot in them (bug #7614).
12386
12387 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12388 nil, because using a pty is apparently too slow (bug #895).
12389
12390 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12391
12392 * mail/sendmail.el (sendmail-query-once): New function.
12393 (sendmail-query-once-function): New variable.
12394
12395 2011-06-29 Glenn Morris <rgm@gnu.org>
12396
12397 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12398
12399 * ses.el (top-level): Require cl when compiling.
12400 (ses-set-localvars): Fix error statement.
12401 Call it at compile time to silence a storm of warnings.
12402
12403 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12404
12405 * window.el (normalize-live-buffer): Rename to
12406 window-normalize-buffer.
12407 (normalize-live-frame): Rename to window-normalize-frame.
12408 (normalize-any-window): Rename to window-normalize-any-window.
12409 (normalize-live-window): Rename to window-normalize-live-window.
12410 (make-window-atom): Rename to window-make-atom.
12411 (window-resize-reset): Rename to window--resize-reset.
12412 (window-resize-reset-1): Rename to window--resize-reset-1.
12413 (resize-mini-window): Rename to window--resize-mini-window.
12414 (resize-subwindows-skip-p): Rename to
12415 window--resize-subwindows-skip-p.
12416 (resize-subwindows-normal): Rename to
12417 window--resize-subwindows-normal.
12418 (resize-subwindows): Rename to window--resize-subwindows.
12419 (resize-other-windows): Rename to window--resize-siblings.
12420 (resize-this-window): Rename to window--resize-this-window.
12421 (resize-root-window): Rename to window--resize-root-window.
12422 (resize-root-window-vertically): Rename to
12423 window--resize-root-window-vertically.
12424 (normalize-buffer-to-display): Rename to
12425 window-normalize-buffer-to-display.
12426 (normalize-buffer-to-switch-to): Rename to
12427 window-normalize-buffer-to-switch-to.
12428 Correspondingly update all callers of the functions listed
12429 above.
12430 (display-buffer-alist, display-buffer-normalize-arguments)
12431 (display-buffer-normalize-options, display-buffer)
12432 (display-buffer-alist-set): Use "function" instead of
12433 "fun-with-args".
12434
12435 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
12436
12437 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12438 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12439 debbugs.gnu.org. Mention acknowledgment email.
12440
12441 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12442
12443 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12444 buffer multibyteness, since it shouldn't matter.
12445
12446 2011-06-28 Martin Rudalics <rudalics@gmx.at>
12447
12448 * window.el (display-buffer-in-side-window): Handle dedicated
12449 windows as in display-buffer-reuse-window.
12450 (display-buffer-normalize-alist): Use value of override
12451 specifier.
12452 (display-buffer-normalize-specifiers): Use value of
12453 other-window-means-other-frame specifier.
12454 (display-buffer-alist): Rewrite some texts in widgets.
12455 (display-buffer): Spread arguments when calling function
12456 specified by fun-with-args.
12457
12458 2011-06-28 Deniz Dogan <deniz@dogan.se>
12459
12460 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12461 Unnest `let'.
12462
12463 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12464 selectors (Bug#5732).
12465 (css-proprietary-nmstart-re): Use `regexp-opt'.
12466
12467 2011-06-27 Jari Aalto <jari.aalto@cante.net>
12468
12469 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12470 (eshell-ls-date-format): New defcustom.
12471 (eshell-ls-file): Use it.
12472
12473 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12474
12475 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12476
12477 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12478
12479 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12480 (ange-ftp-make-tmp-name): New arg.
12481 (ange-ftp-file-local-copy): Use it.
12482
12483 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
12484
12485 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12486 no-conversion (Bug#8870).
12487
12488 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12489
12490 * window.el (window-right, window-left, window-child)
12491 (window-child-count, window-last-child)
12492 (window-iso-combination-p, walk-window-tree-1)
12493 (window-atom-check-1, window-tree-1, delete-window)
12494 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12495 new naming conventions - window-vchild, window-hchild,
12496 window-next and window-prev are now called window-top-child,
12497 window-left-child, window-next-sibling and window-prev-sibling
12498 respectively.
12499 (resize-window-reset): Rename to window-resize-reset.
12500 (resize-window-reset-1): Rename to window-resize-reset-1.
12501 (resize-window): Rename to window-resize.
12502 (window-min-height, window-min-width)
12503 (resize-mini-window, resize-this-window, resize-root-window)
12504 (resize-root-window-vertically, adjust-window-trailing-edge)
12505 (enlarge-window, shrink-window, maximize-window)
12506 (minimize-window, delete-window, quit-restore-window)
12507 (split-window, balance-windows, balance-windows-area-adjust)
12508 (balance-windows-area, window-state-put-2)
12509 (display-buffer-even-window-sizes, display-buffer-set-height)
12510 (display-buffer-set-width, set-window-text-height)
12511 (fit-window-to-buffer): Rename all "resize-window" prefixed
12512 calls to use the "window-resize" prefix convention.
12513 (display-buffer-alist): Fix symbol for label specifier.
12514 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12515 corresponding specifier.
12516 Reported by Juanma Barranquero <lekktu@gmail.com>.
12517
12518 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12519
12520 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12521 convention.
12522 (ses-call-printer): Does not pass an empty string to formatter when the
12523 cell is empty to keep from barking printer Calc math-format-value.
12524
12525 2011-06-27 Richard Stallman <rms@gnu.org>
12526
12527 * battery.el (battery-mode-line-limit): New variable.
12528 (battery-update): Handle it.
12529
12530 * mail/rmailmm.el (rmail-mime-process-multipart):
12531 Handle truncated messages.
12532
12533 2011-06-27 Glenn Morris <rgm@gnu.org>
12534
12535 * progmodes/flymake.el (flymake-err-line-patterns):
12536 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12537
12538 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12539
12540 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12541 (ses--clean-!, ses--clean-_): New functions.
12542 (ses-range): Add configurability of readout order, and conversion
12543 to Calc vector.
12544
12545 * ses.el (ses-repair-cell-reference-all): New function.
12546 (ses-cell-symbol): Set macro as safe, so that it can be used in
12547 formulas.
12548
12549 * ses.el: Update cycle detection algorithm.
12550 (ses-localvars): Add ses--Dijkstra-attempt-nb and
12551 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12552 (ses-set-localvars): New function.
12553 (ses-make-cell): Add property-list as a cell element.
12554 (ses-cell-property-get-fun, ses-cell-property-get)
12555 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12556 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12557 New functions.
12558 (ses-cell-property-set, ses-cell-property-pop)
12559 (ses-cell-property-get-handle): New macro.
12560 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12561 New aliases, used for code readability.
12562 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12563 cycle detection.
12564 (ses-self-reference-early-detection): New defcustom.
12565 (ses-formula-references): Robustify against self-referring cells.
12566 (ses-mode): Use ses-set-localvars.
12567 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12568 before lauching the update processing.
12569 (ses-initialize-Dijkstra-attempt): New function.
12570 (ses-recalculate-cell): Update for cycle detection based on
12571 Dijkstra algorithm.
12572
12573 * ses.el: Fix commenting and indenting convention.
12574
12575 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12576
12577 * bs.el (bs-cycle-next): Complete last change.
12578
12579 2011-06-27 Drew Adams <drew.adams@oracle.com>
12580
12581 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12582
12583 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12584
12585 * net/network-stream.el (network-stream-open-starttls):
12586 Don't re-get capabilities unless we've reestablished connection.
12587 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12588
12589 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12590 to binary to possibly avoid line encoding issues on Windows (among
12591 other things).
12592
12593 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12594
12595 * net/network-stream.el (open-network-stream): Return an :error
12596 saying what the problem was, if possible.
12597
12598 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12599 server.
12600
12601 * net/network-stream.el (network-stream-open-starttls): If we
12602 wanted to use STARTTLS, and the server offered it, but we weren't
12603 able to because we had no STARTTLS support, then close the connection.
12604 (open-network-stream): Return an :error element, if present.
12605
12606 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12607
12608 * hl-line.el (hl-line-sticky-flag): Doc fix.
12609 (global-hl-line-sticky-flag): New option (Bug#8323).
12610 (global-hl-line-highlight): Obey it.
12611
12612 * vc/vc.el (vc-revert-show-diff): Default to t.
12613
12614 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12615
12616 * allout-widgets.el (allout-widgets-post-command-business):
12617 Stop decorating intermediate isearch matches. They're not being
12618 undecorated when an isearch is continued past, and isearch
12619 automatically collapses them. This leads to "widget leaks", where
12620 decorated items accumulate in collapsed areas. Lines with lots of
12621 hidden widgets can slow down cursor travel, substantially.
12622 Too much complicated machinery would be needed to ensure undecoration,
12623 so we're doing without this nicety.
12624
12625 (allout-widgets-tally-string): Don't try to do a hash-table-count
12626 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12627 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12628 *Messages* when allout-widgets-maintain-tally is t.
12629
12630 2011-06-26 Martin Rudalics <rudalics@gmx.at>
12631
12632 * window.el (display-buffer-normalize-argument): Rename to
12633 display-buffer-normalize-arguments. Handle special meaning of
12634 LABEL argument. Respect special-display-function when popping up
12635 a new frame. Fix code searching for a window showing the buffer
12636 on another frame.
12637 (display-buffer-normalize-specifiers):
12638 Call display-buffer-normalize-arguments.
12639 (display-buffer-in-window): Don't undedicate the window if its
12640 buffer remains the same.
12641 Reported by Drew Adams <drew.adams@oracle.com>.
12642 (display-buffer-alist): Add choice for same-window macro
12643 specfier.
12644 (display-buffer): Mention special meaning of LABEL argument in
12645 doc-string. Fix quoting. Don't pop up a new frame even as
12646 fallback.
12647
12648 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
12649
12650 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12651 avoid deleting the current window in some cases (bug#8911).
12652
12653 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12654
12655 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12656 (Bug#8934)
12657
12658 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12659
12660 * net/network-stream.el (network-stream-open-starttls):
12661 Use built-in TLS support if `gnutls-available-p' is true.
12662 (network-stream-open-tls): Ditto.
12663
12664 2011-06-26 Leo Liu <sdl.web@gmail.com>
12665
12666 * register.el (registerv): New struct.
12667 (registerv-make): New function.
12668 (jump-to-register, describe-register-1, insert-register):
12669 Support the jump-func, print-func and insert-func slot of a registerv
12670 struct. (Bug#8415)
12671
12672 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12673
12674 * vc/vc.el (vc-revert-show-diff): New defcustom.
12675 (vc-diff-internal): New arg specifying diff buffer.
12676 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12677 reuse an existing *vc-diff* buffer (Bug#8927).
12678
12679 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12680
12681 2011-06-26 Glenn Morris <rgm@gnu.org>
12682
12683 * progmodes/f90.el (f90-critical-indent): New option.
12684 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12685 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12686 (f90-mode): Doc fix.
12687 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12688 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12689 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12690 (f90-match-end): Handle block, critical.
12691
12692 2011-06-25 Glenn Morris <rgm@gnu.org>
12693
12694 * calendar/diary-lib.el (diary-included-files): Doc fix.
12695 (diary-include-files): New function, extracted from
12696 diary-include-other-diary-files and diary-mark-included-diary-files.
12697 (diary-include-other-diary-files, diary-mark-included-diary-files):
12698 Just call diary-include-files.
12699 (diary-mark-entries): Reset diary-included-files on first call.
12700
12701 * calendar/diary-lib.el (diary-mark-entries)
12702 (diary-mark-included-diary-files):
12703 Visit included diary-files in temp buffers.
12704
12705 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12706 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12707 (f90-start-block-re, f90-imenu-generic-expression)
12708 (f90-looking-at-program-block-start, f90-no-block-limit):
12709 Add support for submodules.
12710
12711 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12712 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12713
12714 2011-06-25 Eli Zaretskii <eliz@gnu.org>
12715
12716 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12717 buffer-file-type before setting its value, to avoid disastrous
12718 global effects on decoding files for DOS/Windows systems. (Bug#8780)
12719
12720 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12721
12722 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12723
12724 * ses.el (ses-unload-function):
12725 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12726
12727 * proced.el (proced-unload-function):
12728 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12729
12730 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12731
12732 * server.el (server-create-window-system-frame): Add parameters arg.
12733 (server-process-filter): Doc fix. Handle frame-parameters.
12734
12735 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12736
12737 Fix bug#8730, bug#8781.
12738
12739 * loadhist.el (unload--set-major-mode): New function.
12740 (unload-feature): Use it.
12741
12742 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12743 (python-unload-function): New function.
12744
12745 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12748
12749 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12750
12751 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12752 the candidates list.
12753
12754 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12755
12756 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12757
12758 2011-06-23 Richard Stallman <rms@gnu.org>
12759
12760 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12761 (rmail-variables): Set next-error-move-function.
12762 (rmail-what-message): Take argument POS.
12763 (rmail-next-error-move): New function.
12764
12765 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12768 messages for adjacent non-terminals.
12769
12770 2011-06-23 Richard Stallman <rms@gnu.org>
12771
12772 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12773 (rmail-show-message-1): Preserve buffer modified flag.
12774 (rmail-start-mail): Don't specify use of rmail-mail-return;
12775 that's done by mail-bury now.
12776 (rmail-mail-return): Handle arg NEWBUF.
12777
12778 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
12779
12780 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12781 SIZE is a number.
12782
12783 2011-06-23 Martin Rudalics <rudalics@gmx.at>
12784
12785 * window.el (get-lru-window, get-mru-window)
12786 (get-largest-window): Never return a minibuffer window.
12787 (display-buffer-pop-up-window): Fix a bug that could lead to
12788 reusing the minibuffer window.
12789 (display-buffer): Pass original specifier argument to
12790 display-buffer-function instead of the normalized one.
12791 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12792
12793 2011-06-22 Leo Liu <sdl.web@gmail.com>
12794
12795 * minibuffer.el (completing-read-function)
12796 (completing-read-default): Move from minibuf.c
12797
12798 2011-06-22 Richard Stallman <rms@gnu.org>
12799
12800 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12801 to Rmail even if not started by a special Rmail command.
12802
12803 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12804 Copy the buffer currently showing just one message.
12805
12806 2011-06-22 Roland Winkler <winkler@gnu.org>
12807
12808 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12809 (bibtex-clean-entry): First delete the old key so that a
12810 customized algorithm for generating the new key does not get
12811 confused by the old key.
12812 (bibtex-url): Obey regexp of first step.
12813 (bibtex-search-entries): Do not use add-to-list with local
12814 list-var.
12815
12816 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12817
12818 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12819 stored a user name, then query for the password first, instead of
12820 waiting for SMTP to give an error message and the trying again.
12821
12822 2011-06-22 Lawrence Mitchell <wence@gmx.li>
12823
12824 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12825 BUFFER in call-process.
12826
12827 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12828
12829 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12830 QUIT twice.
12831 (smtpmail-try-auth-methods): Require user name and password from
12832 auth-source.
12833
12834 2011-06-22 Martin Rudalics <rudalics@gmx.at>
12835
12836 * window.el (display-buffer-default-specifiers)
12837 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12838 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12839 (split-window): Normalize SIDE argument (Bug#8916).
12840
12841 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12842 (special-display-frame-alist, special-display-popup-frame):
12843 Remove duplicate declarations. These are now in window.el.
12844
12845 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12846
12847 * mail/smtpmail.el (smtpmail-via-smtp):
12848 Set :use-starttls-if-possible so that we always use STARTTLS if the
12849 server supports it. SMTP servers that support STARTTLS commonly
12850 require it.
12851
12852 * net/network-stream.el (network-stream-open-starttls): Support
12853 upgrading to STARTTLS always, even if we don't have built-in support.
12854 (open-network-stream): Add the :always-query-capabilities keyword.
12855
12856 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12857 upgrades with `open-network-stream', and rely solely on
12858 auth-source for all credentials. Big changes throughout the file,
12859 but in particular:
12860 (smtpmail-auth-credentials): Remove.
12861 (smtpmail-starttls-credentials): Remove.
12862 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12863 MAIL FROM, too.
12864
12865 * net/network-stream.el (network-stream-open-starttls):
12866 Provide support for client certificates both for external and built-in
12867 STARTTLS.
12868 (auth-source): Require.
12869 (open-network-stream): Document the :client-certificate keyword.
12870 (network-stream-certificate): Change cert-cert to cert and
12871 cert-key to key.
12872
12873 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
12874
12875 * net/tramp-cache.el (top): Don't load the persistency file when
12876 "emacs -Q" has been called.
12877
12878 2011-06-21 Tim Harper <timcharper@gmail.com>
12879
12880 * term/ns-win.el (ns-initialize-window-system):
12881 Set application-specific `ApplePressAndHoldEnabled' system
12882 resource to NO as it is not yet supported by the NS port.
12883
12884 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12885
12886 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12887 (list-dynamic-libraries): ...not here.
12888
12889 2011-06-21 Leo Liu <sdl.web@gmail.com>
12890
12891 * subr.el (sha1): Implement sha1 using secure-hash.
12892
12893 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12894
12895 * window.el (display-buffer-alist): In default value do not
12896 enforce searching a window on any but the selected frame.
12897 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12898 (display-buffer-select-window): Remove function.
12899 (display-buffer-in-window): When a window on another frame gets
12900 reused, do not select it any more but just raise its frame if
12901 necessary (Bug#8851) and (Bug#8856).
12902 (display-buffer-normalize-options): Handle pop-up-frames related
12903 options more faithfully.
12904 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12905 window if it is on another frame.
12906 (display-buffer-alist, display-buffer-default-specifiers):
12907 Don't make new frame unsplittable by default.
12908 (display-buffer-normalize-argument): Fix doc-string typo and use
12909 'same-frame-other-window instead of 'other-window when associating
12910 with display-buffer-macro-specifiers.
12911
12912 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12913
12914 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12915 New functions.
12916 (5x5-mode-map, 5x5-mode-menu): Bind them.
12917 (5x5-draw-grid): Tweak the solver's rendering.
12918
12919 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12920
12921 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12922 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12923
12924 2011-06-21 Drew Adams <drew.adams@oracle.com>
12925
12926 * menu-bar.el: Use function variable instead of switch-to-buffer.
12927 (menu-bar-select-buffer-function): New variable.
12928 (menu-bar-update-buffers): Use it (bug#8876).
12929
12930 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12933 variable's status.
12934
12935 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12936
12937 * x-dnd.el (x-dnd-version-from-flags)
12938 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12939 and long as number (Bug#8899).
12940 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12941
12942 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12945 (completion-try-completion, completion-all-completions): Compute the
12946 metadata argument if it's missing; make it optional (bug#8795).
12947
12948 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12949 (widget-complete): Use new :completion-function property.
12950 (widget-completions-at-point): New function.
12951 (default): Use :completion-function instead of :complete.
12952 (widget-default-completions): Rename from widget-default-complete;
12953 Rewrite.
12954 (widget-string-complete, widget-file-complete, widget-color-complete):
12955 Remove functions.
12956 (file, symbol, function, variable, coding-system, color):
12957 * international/mule-cmds.el (default-input-method, charset)
12958 (language-info-custom-alist):
12959 * cus-edit.el (face): Use new property :completions.
12960
12961 * progmodes/pascal.el (pascal-completions-at-point): New function.
12962 (pascal-mode): Use it.
12963 (pascal-mode-map): Use completion-at-point.
12964 (pascal-toggle-completions): Make obsolete.
12965 (pascal-complete-word, pascal-show-completions):
12966 * progmodes/octave-mod.el (octave-complete-symbol):
12967 Redefine as obsolete alias.
12968 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12969 Signal absence of completion info for old Octave,
12970 (inferior-octave-complete): Redefine as obsolete alias.
12971 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12972 (meta-completions-at-point): Rename from meta-complete-symbol and
12973 adapt it for use on completion-at-point-functions.
12974 (meta-common-mode): Use it.
12975 (meta-looking-at-backward, meta-match-buffer): Remove.
12976 (meta-complete-symbol): Redefine as obsolete alias.
12977 (meta-common-mode-map): Use completion-at-point.
12978 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12979 (makefile-mode-map): Use completion-at-point.
12980 (makefile-completions-at-point): Rename from makefile-complete and
12981 adapt it for use on completion-at-point-functions.
12982 (makefile-mode): Use it.
12983 (makefile-complete): Redefine as obsolete alias.
12984
12985 2011-06-20 Deniz Dogan <deniz@dogan.se>
12986
12987 * net/rcirc.el: Delete trailing whitespaces once and for all.
12988
12989 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12990
12991 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12992
12993 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12994
12995 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12996
12997 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12998
12999 2011-06-19 Martin Rudalics <rudalics@gmx.at>
13000
13001 * window.el (display-buffer-other-window-means-other-frame):
13002 Call display-buffer-normalize-alist.
13003 (display-buffer-normalize-specifiers-1): Rename to
13004 display-buffer-normalize-argument. New argument other-frame.
13005 Rewrite.
13006 (display-buffer-normalize-specifiers-2): Rename to
13007 display-buffer-normalize-options.
13008 (display-buffer-normalize-alist-1): New function.
13009 (display-buffer-normalize-specifiers-3): Rename to
13010 display-buffer-normalize-alist.
13011 Call display-buffer-normalize-alist-1.
13012 (display-buffer-normalize-options-inhibit): New variable.
13013 (display-buffer-normalize-specifiers): Rewrite calling
13014 display-buffer-normalize-alist,
13015 display-buffer-normalize-argument, and
13016 display-buffer-normalize-options. Don't call the latter if
13017 display-buffer-normalize-options-inhibit is non-nil.
13018 (frame-auto-delete): New option.
13019 (window-deletable-p): Use frame-auto-delete.
13020 (window-list-no-nils, window-state-ignored-parameters)
13021 (window-state-get-1, window-state-get, window-state-put-list)
13022 (window-state-put-1, window-state-put-2, window-state-put):
13023 New functions.
13024 (display-buffer-normalize-options): Move special-display-p group
13025 after pop-up-frame group (Bug#8851) and (Bug#8856).
13026
13027 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
13028
13029 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13030 groups (Bug#8776).
13031 (rx-submatch-n): New function.
13032 (rx): Document it.
13033
13034 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13035 (Bug#8768).
13036
13037 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13038
13039 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13040
13041 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13042 anytime existing face settings are present (Bug#8889).
13043
13044 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13045 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13046 Remove unused argument.
13047
13048 2011-06-18 Martin Rudalics <rudalics@gmx.at>
13049
13050 * window.el (display-buffer-default-specifiers):
13051 Remove pop-up-frame. Add pop-up-window-min-height,
13052 pop-up-window-min-width, and another reuse-window specifier
13053 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
13054 (display-buffer-normalize-specifiers-2):
13055 Handle split-height-threshold and split-width-threshold also when
13056 pop-up-windows is unset. Add a reuse-window specifier for the
13057 case popping up a new window fails.
13058 (special-display-popup-frame): Remove double quoting.
13059 (display-buffer-normalize-specifiers-1): Fix thinko.
13060
13061 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13064 according to comint-completion-addsuffix.
13065
13066 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13067 (pcomplete-suffix-list): Mark as obsolete.
13068 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13069 pcomplete-seen in the closure.
13070 (pcomplete-comint-setup): Setup completion-at-point as well.
13071 (pcomplete--entries): New function.
13072 (pcomplete--env-regexp): New var.
13073 (pcomplete-entries): Rewrite to work with partial-completion and
13074 without relying on pcomplete-suffix-list.
13075 (pcomplete-pare-list): Remove, unused.
13076
13077 2011-06-17 Martin Rudalics <rudalics@gmx.at>
13078
13079 * window.el (display-buffer-alist): Set pop-up-window-min-height
13080 and pop-up-window-min-width in default value. Reported by
13081 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13082 other-window-means-other-frame.
13083 (display-buffer-macro-specifiers): Comment out entry for
13084 other-window specifier.
13085 (display-buffer-other-window-means-other-frame): New function.
13086 (display-buffer-normalize-specifiers-1): New arguments
13087 buffer-name and label. Treat other-window case specially.
13088 (display-buffer-normalize-specifiers-2): Treat other-window case
13089 specially.
13090 (display-buffer-normalize-specifiers-3): New function.
13091 (display-buffer-normalize-specifiers):
13092 Call display-buffer-normalize-specifiers-3.
13093
13094 2011-06-17 Martin Rudalics <rudalics@gmx.at>
13095
13096 * window.el (same-window-p): Fix two typos introduced when
13097 adding with-no-warnings.
13098 (display-buffer-normalize-specifiers-1): Don't check
13099 pop-up-frames for 'unset initialization.
13100 (display-buffer-normalize-specifiers-2): Major rewrite using
13101 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13102 (pop-up-frames, display-buffer-reuse-frames)
13103 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13104 Suggested by David Engster <deng@randomsample.de>.
13105 (even-window-heights): Initialize to 'unset.
13106 (display-buffer-alist-set): Handle new 'unset initializations.
13107 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13108 other window case.
13109
13110 2011-06-16 Martin Rudalics <rudalics@gmx.at>
13111
13112 * window.el (display-buffer-normalize-specifiers-1):
13113 Respect current value of pop-up-frames for most reasonable values of
13114 second argument of display-buffer (Bug#8865).
13115 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13116 (switch-to-buffer-other-window-same-frame)
13117 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13118 Adams (Bug#8875).
13119 (display-buffer): Don't check noninteractive when calling
13120 display-buffer-pop-up-frame.
13121 (display-buffer-pop-up-frame): Never pop up a frame in
13122 noninteractive mode (Bug#8857).
13123 (enlarge-window, shrink-window): Don't report an error when the
13124 window can't be resized as requested (Bug#8862).
13125
13126 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13129
13130 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13131
13132 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13133
13134 2011-06-15 Alan Mackenzie <acm@muc.de>
13135
13136 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13137 for declarators, disable knr checking to speed up for normal files.
13138 2: Refactor, replacing a sequence of nested if forms by a cond form.
13139
13140 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13141
13142 * net/network-stream.el (open-network-stream): Add the keyword
13143 :always-query-capabilities for the case where you want to force a
13144 `plain' network connection, but the protocol still requires the
13145 capabilitiy command (i.e., SMTP and EHLO).
13146
13147 * subr.el (process-live-p): Rename from `process-alive-p' for
13148 consistency with other `-live-p' functions.
13149
13150 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13151
13152 * window.el (same-window-buffer-names, same-window-regexps)
13153 (special-display-frame-alist, special-display-popup-frame)
13154 (special-display-function, special-display-buffer-names)
13155 (special-display-regexps, pop-up-frame-alist)
13156 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13157 (pop-up-windows, split-window-preferred-function)
13158 (split-height-threshold, split-width-threshold, even-window-heights)
13159 (display-buffer-mark-dedicated): Don't encourage the use of
13160 display-buffer-alist from Elisp code.
13161
13162 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13163
13164 * progmodes/python.el (python-mode): Derive from prog-mode.
13165 * progmodes/ps-mode.el (ps-mode):
13166 * progmodes/mixal-mode.el (mixal-mode):
13167 * progmodes/cfengine.el (cfengine-mode):
13168 * progmodes/ld-script.el (ld-script-mode): Likewise.
13169
13170 2011-06-15 Martin Rudalics <rudalics@gmx.at>
13171
13172 * window.el (display-buffer-alist): Trim default value to avoid
13173 popping up a new frame (Bug#8857) or reusing an arbitrary window
13174 on another frame.
13175 (display-buffer): Do not fall back on popping up a new frame in
13176 batch mode (Bug#8857).
13177
13178 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13181 (custom-theme-summary): New function.
13182 (customize-themes): Use it.
13183
13184 2011-06-13 Glenn Morris <rgm@gnu.org>
13185
13186 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13187
13188 2011-06-13 Martin Rudalics <rudalics@gmx.at>
13189
13190 * help.el (help-window): Remove variable.
13191 (help-window-point-marker, temp-buffer-max-height)
13192 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13193 (help-print-return-message): Don't set help-window.
13194 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13195 (help-window-setup-finish): Remove.
13196 (help-window-display-message, help-window-setup)
13197 (with-help-window): Major rewrite based on new
13198 display-buffer-window variable.
13199
13200 * help-mode.el (help-mode-finish): Remove help-window related
13201 code.
13202
13203 * view.el (view-exits-all-viewing-windows): Remove reference to
13204 view-return-to-alist in doc-string.
13205 (view-return-to-alist): Make obsolete.
13206 (view-buffer): Call pop-to-buffer-same-window and remove
13207 undo-window code.
13208 (view-buffer-other-window): Call pop-to-buffer-other-window and
13209 simplify code. Ignore second argument.
13210 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13211 simplify code. Ignore second argument.
13212 (view-return-to-alist-update): Make obsolete.
13213 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13214 Rewrite using quit-restore window parameters.
13215 (view-mode-exit): Rename second argument to EXIT-ONLY.
13216 Rewrite using quit-restore-window.
13217 (View-exit, View-exit-and-edit, View-leave, View-quit)
13218 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13219 appropriate arguments.
13220 (view-end-message): Use quit-restore window parameter.
13221
13222 * window.el (display-buffer-function): Rewrite doc-string.
13223 (display-buffer-window, display-buffer-alist): New variables.
13224 (display-buffer-split-specifiers)
13225 (display-buffer-side-specifiers)
13226 (display-buffer-macro-specifiers): New constants.
13227 (display-buffer-even-window-sizes, display-buffer-set-height)
13228 (display-buffer-set-width, display-buffer-select-window)
13229 (display-buffer-in-window, display-buffer-reuse-window)
13230 (display-buffer-split-window-1, display-buffer-split-window)
13231 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13232 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13233 (display-buffer-in-side-window, normalize-buffer-to-display)
13234 (display-buffer-normalize-specifiers-1)
13235 (display-buffer-normalize-specifiers-2)
13236 (display-buffer-normalize-specifiers, display-buffer-frame):
13237 New functions.
13238 (display-buffer): Major rewrite.
13239 (display-buffer-other-window, display-buffer-other-frame)
13240 (pop-to-buffer, switch-to-buffer-other-window)
13241 (switch-to-buffer-other-frame): Rewrite.
13242 (display-buffer-same-window, display-buffer-same-frame)
13243 (display-buffer-same-frame-other-window)
13244 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13245 (pop-to-buffer-other-window)
13246 (pop-to-buffer-same-frame-other-window)
13247 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13248 (switch-to-buffer-other-window-same-frame): New functions.
13249 (same-window-p, special-display-p): Rewrite disabling warnings.
13250 Make obsolete.
13251 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13252 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13253 Make obsolete
13254 (same-window-buffer-names, same-window-regexps)
13255 (special-display-frame-alist, special-display-popup-frame)
13256 (special-display-function, special-display-buffer-names)
13257 (special-display-regexps, pop-up-frame-alist)
13258 (pop-up-frame-function, split-window-preferred-function)
13259 (split-height-threshold, split-width-threshold)
13260 (even-window-heights): Make obsolete.
13261
13262 2011-06-12 Glenn Morris <rgm@gnu.org>
13263
13264 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
13265 Misc simplifications.
13266
13267 2011-06-12 Martin Rudalics <rudalics@gmx.at>
13268
13269 * window.el (window-safely-shrinkable-p): Restore function which
13270 was inadvertently removed in change from 2011-06-11. Declare as
13271 obsolete.
13272
13273 * calendar/calendar.el (calendar-generate-window):
13274 Use window-iso-combined-p instead of combination of one-window-p and
13275 window-safely-shrinkable-p.
13276
13277 2011-06-12 Glenn Morris <rgm@gnu.org>
13278
13279 * progmodes/fortran.el (fortran-mode-syntax-table):
13280 * progmodes/f90.el (f90-mode-syntax-table):
13281 Set % to punctuation. (Bug#8820)
13282 (f90-find-tag-default): Remove, no longer needed.
13283
13284 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13285
13286 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13287
13288 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13289
13290 * image.el (image-animated-p): Return animation delay in seconds.
13291 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13292 (image-animate-timeout): Remove DELAY argument. Don't assume
13293 every subimage has the same delay; get it from image-animated-p.
13294 (image-animate): Caller changed.
13295
13296 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
13297
13298 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13299 to ignored backtrace functions.
13300
13301 2011-06-11 Glenn Morris <rgm@gnu.org>
13302
13303 * calendar/appt.el (appt-disp-window-function): Doc fix.
13304 (appt-check): Handle overlapping appointments. (Bug#8337)
13305
13306 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13307
13308 * window.el (window-tree-1, window-tree): New functions, moving
13309 the latter to window.el.
13310 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13311 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13312 (bw-refresh-edges): Remove.
13313 (balance-windows-1, balance-windows-2): New functions.
13314 (balance-windows): Rewrite in terms of window tree functions,
13315 balance-windows-1 and balance-windows-2.
13316 (bw-adjust-window): Remove.
13317 (balance-windows-area-adjust): New function with functionality of
13318 bw-adjust-window but using resize-window.
13319 (set-window-text-height): Rewrite doc-string.
13320 Use normalize-live-window and resize-window.
13321 (enlarge-window-horizontally, shrink-window-horizontally):
13322 Rename argument to DELTA.
13323 (window-buffer-height): New function.
13324 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13325 Rewrite using new window resize routines.
13326 (kill-buffer-and-window, mouse-autoselect-window-select):
13327 Use ignore-errors instead of condition-case.
13328 (quit-window): Call delete-frame instead of delete-windows-on
13329 for the only buffer on frame.
13330
13331 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13332
13333 * loadup.el (top-level): Load window before files for the sake
13334 of replace-buffer-in-windows.
13335
13336 * files.el (read-buffer-to-switch)
13337 (switch-to-buffer-other-window)
13338 (switch-to-buffer-other-frame, display-buffer-other-frame):
13339 Move to window.el.
13340
13341 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13342 (previous-buffer): Move to window.el.
13343
13344 * bindings.el (unbury-buffer): Move to window.el.
13345
13346 * window.el (delete-other-windows-vertically): Move after
13347 definition of delete-other-windows.
13348 (other-window, delete-windows-on, replace-buffer-in-windows):
13349 Move here from window.c.
13350 (record-window-buffer, unrecord-window-buffer)
13351 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13352 (switch-to-next-buffer): New functions.
13353 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13354 from simple.el. Call switch-to-next-buffer.
13355 (previous-buffer): Move here from simple.el.
13356 Call switch-to-prev-buffer.
13357 (bury-buffer): Move here from buffer.c. Switch to previous
13358 buffer when window cannot be deleted.
13359 (unbury-buffer): Move here from bindings.el.
13360 (ctl-x-map): Move binding for other-window from window.c to
13361 here.
13362 (read-buffer-to-switch, switch-to-buffer-other-window)
13363 (switch-to-buffer-other-frame): Move here from files.el.
13364 (normalize-buffer-to-switch-to): New functions.
13365 (switch-to-buffer): Move here from buffer.c.
13366 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13367
13368 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13369
13370 * window.el (window-min-height, window-min-width): Move here
13371 from window.c. Add defcustoms and rewrite doc-strings.
13372 (resize-mini-window, resize-window): New functions.
13373 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13374 Move here from window.c.
13375 (maximize-window, minimize-window): New functions.
13376 (delete-window, delete-other-windows, split-window): Move here
13377 from window.c.
13378 (window-split-min-size): New function.
13379 (split-window-keep-point): Mention split-window-above-each-other
13380 instead of split-window-vertically.
13381 (split-window-above-each-other, split-window-vertically):
13382 Rename split-window-vertically to split-window-above-each-other
13383 and provide defalias for old definition.
13384 (split-window-side-by-side, split-window-horizontally):
13385 Rename split-window-horizontally to split-window-side-by-side
13386 and provide defalias for the old definition.
13387 (ctl-x-map): Move bindings for delete-window,
13388 delete-other-windows and enlarge-window here from window.c.
13389 Replace bindings for split-window-vertically and
13390 split-window-horizontally by bindings for
13391 split-window-above-each-other and split-window-side-by-side.
13392
13393 * cus-start.el (all): Remove entries for window-min-height and
13394 window-min-width. Add entries for window-splits and
13395 window-nest.
13396
13397 2011-06-09 Glenn Morris <rgm@gnu.org>
13398
13399 * calendar/appt.el (appt-mode-line): New function.
13400 (appt-check, appt-disp-window): Use it.
13401
13402 * files.el (hack-one-local-variable-eval-safep):
13403 Allow minor-modes with explicit +/-1 arguments.
13404
13405 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13406
13407 * term/xterm.el (xterm): Add defgroup.
13408 (xterm-extra-capabilities): Add defcustom to supply known xterm
13409 capabilities, skip querying them, or query them (default).
13410 (terminal-init-xterm): Use it.
13411 (terminal-init-xterm-modify-other-keys): New function to set up
13412 modifyOtherKeys support to simplify `terminal-init-xterm'.
13413
13414 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13415
13416 * window.el (resize-window-reset, resize-window-reset-1)
13417 (resize-subwindows-skip-p, resize-subwindows-normal)
13418 (resize-subwindows, resize-other-windows, resize-this-window)
13419 (resize-root-window, resize-root-window-vertically)
13420 (window-deletable-p, window-or-subwindow-p)
13421 (frame-root-window-p): New functions.
13422
13423 2011-06-09 Glenn Morris <rgm@gnu.org>
13424
13425 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13426 (ange-ftp-get-files): Use it.
13427
13428 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13429
13430 * mail/sendmail.el (mail-recover-1, mail-recover):
13431 * files.el (recover-file, recover-session):
13432 Handle dired-listing-switches not being just a single short option.
13433
13434 2011-06-09 Glenn Morris <rgm@gnu.org>
13435
13436 * calendar/appt.el (appt-display-message, appt-disp-window):
13437 Handle lists of appointments.
13438
13439 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13440
13441 * window.el (one-window-p): Move down in code.
13442 Rewrite doc-string.
13443 (window-current-scroll-bars): Rewrite doc-string.
13444 Normalize live window argument.
13445 (walk-windows, get-window-with-predicate, count-windows):
13446 Rewrite doc-string. Use window-list-1.
13447 (window-in-direction-2, window-in-direction, get-mru-window):
13448 New functions.
13449
13450 2011-06-08 Reuben Thomas <rrt@sc3d.org>
13451
13452 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13453 Doc fix (Bug#8713).
13454
13455 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
13456
13457 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13458
13459 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
13460
13461 * loadhist.el (unload-feature-special-hooks):
13462 Add `comint-output-filter-functions'.
13463
13464 2011-06-08 Ivan Kanis <gnu@kanis.fr>
13465
13466 * calendar/appt.el (appt-check): Move some initializations into the let.
13467
13468 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13469
13470 * window.el (window-height): Defalias to window-total-height.
13471 (window-width): Defalias to window-body-width.
13472
13473 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
13474
13475 * image-mode.el (image-toggle-animation): New command.
13476 (image-mode-map): Bind it to RET.
13477 (image-mode): Update message.
13478 (image-toggle-display-image): Avoid a spurious cache flush.
13479 (image-transform-rotation): Doc fix.
13480 (image-transform-properties): Return quickly in the normal case.
13481 (image-animate-loop): Rename from image-animate-max-time.
13482
13483 * image.el (image-animate-max-time): Move to image-mode.el.
13484 (create-animated-image): Remove unnecessary function.
13485 (image-animate): Rename from image-animate-start. New arg.
13486 (image-animate-stop): Remove; just use image-animate-timer.
13487 (image-animate-timer): Use car-safe.
13488 (image-animate-timeout): Rename argument.
13489
13490 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13491
13492 * window.el (get-lru-window, get-largest-window): Move here from
13493 window.c. Rename first argument to ALL-FRAMES.
13494 Rephrase doc-strings.
13495 (get-buffer-window-list): Rewrite using window-list-1.
13496 Rephrase doc-string.
13497 (window-safe-min-height, window-safe-min-width): New constants.
13498 (window-size-ignore, window-min-size, window-min-size-1)
13499 (window-sizable, window-sizable-p, window-size-fixed-1)
13500 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13501 (window-max-delta-1, window-max-delta, window-resizable)
13502 (window-resizable-p, window-total-height, window-total-width)
13503 (window-body-width): New functions.
13504 (window-full-height-p, window-full-width-p): Rewrite using
13505 window-total-size.
13506 (window-body-height): Rewrite using window-body-size.
13507
13508 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13509
13510 * window.el (window-right, window-left, window-child)
13511 (window-child-count, window-last-child, window-any-p)
13512 (normalize-live-buffer, normalize-live-frame)
13513 (normalize-any-window, normalize-live-window)
13514 (window-iso-combination-p, window-iso-combined-p)
13515 (window-iso-combinations)
13516 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13517 (windows-with-parameter, window-with-parameter)
13518 (window-atom-root, make-window-atom, window-atom-check-1)
13519 (window-atom-check, window-side-check, window-check):
13520 New functions.
13521 (ignore-window-parameters, window-sides, window-sides-vertical)
13522 (window-sides-slots): New variables.
13523 (window-size-fixed): Move down in code. Minor doc-string fix.
13524
13525 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13526
13527 * comint.el (comint-dynamic-complete-as-filename)
13528 (comint-dynamic-complete-filename): Correctly call
13529 completion-in-region.
13530
13531 2011-06-05 Deniz Dogan <deniz@dogan.se>
13532
13533 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13534 in last change.
13535
13536 2011-06-05 Deniz Dogan <deniz@dogan.se>
13537
13538 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13539 (rcirc): Use it to prompt for encryption.
13540
13541 2011-06-05 Roland Winkler <winkler@gnu.org>
13542
13543 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13544 (bibtex-search-entries): New command bound to C-c C-a.
13545 (bibtex-display-entries): New function.
13546
13547 2011-06-05 Roland Winkler <winkler@gnu.org>
13548
13549 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13550 (bibtex-insert-kill): After yanking insert newline if necessary.
13551 (bibtex-initialize): Call bibtex-string-files-init only once.
13552 (bibtex-mode): Do not call easy-menu-add.
13553 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13554 (bibtex-yank): Set arg properly if nil.
13555
13556 2011-06-05 Roland Winkler <winkler@gnu.org>
13557
13558 * textmodes/bibtex.el (bibtex-search-entry-globally):
13559 New variable.
13560 (bibtex-search-entry): Use it.
13561
13562 2011-06-05 Roland Winkler <winkler@gnu.org>
13563
13564 * textmodes/bibtex.el (bibtex-entry-format): New option
13565 sort-fields.
13566 (bibtex-format-entry, bibtex-reformat): Honor this option.
13567 (bibtex-parse-entry): Return fields in proper order.
13568
13569 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13570
13571 * doc-view.el (doc-view-remove-if): Move computation of result out
13572 of `dolist' to silence misleading lexical-binding warning.
13573
13574 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13575
13576 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13577 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13578
13579 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13580
13581 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13582 "SunOS 5.10".
13583
13584 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13585
13586 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13587 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13588 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13589 (tramp-parse-putty):
13590 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13591 (tramp-completion-function-alist-ssh)
13592 (tramp-completion-function-alist-telnet)
13593 (tramp-completion-function-alist-su)
13594 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13595 cookie.
13596
13597 * net/tramp-ftp.el:
13598 * net/tramp-sh.el:
13599 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13600 load "tramp.el" `tramp-set-completion-function'.
13601
13602 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * shell.el: Require and use pcomplete.
13605 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13606 (shell-completion-vars): Set pcomplete-default-completion-function.
13607
13608 2011-06-04 Deniz Dogan <deniz@dogan.se>
13609
13610 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13611 `memq' (Bug#8799).
13612
13613 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13616
13617 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
13618
13619 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13620 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13621 * vc/log-view.el (log-view-beginning-of-defun):
13622 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13623 (smerge-refine-forward, smerge-refine-chopup-region):
13624 Silence warning for unused `dotimes' counter variables.
13625
13626 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * net/tramp.el (tramp-with-progress-reporter): Rename from
13629 with-progress-reporter. Use `declare'.
13630 * net/tramp-smb.el:
13631 * net/tramp-sh.el:
13632 * net/tramp-gvfs.el: Update all uses.
13633
13634 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13635
13636 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13637 buffer isn't killed before making it current.
13638
13639 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13640
13641 Silence various byte-compiler warnings.
13642 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13643 `access-type' and new obsolescence format.
13644 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13645 new format.
13646 (byte-compile-check-variable): New `access-type' argument.
13647 Only warn if the access-type is obsolete.
13648 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13649 (byte-compile-variable-set): Adjust callers.
13650 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13651 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13652 setting it as obsolete.
13653 * simple.el (minibuffer-completing-symbol):
13654 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13655 access as obsolete.
13656 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13657 obsolete yet.
13658 * international/quail.el (quail-mouse-choose-completion): Remove unused
13659 code referring to obsolete var.
13660 (quail-choose-completion-string): Remove.
13661 * server.el (server-clients-with, server-kill-buffer-query-function)
13662 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13663 * proced.el (proced-send-signal):
13664 * emacs-lisp/lisp.el (lisp-complete-symbol):
13665 Replace completion-annotate-function with completion-extra-properties.
13666
13667 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * simple.el (goto-line): Use read-number.
13670 (overriding-map-is-bound): Remove.
13671 (saved-overriding-map): Change default.
13672 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13673 Take the map as argument.
13674 (universal-argument, negative-argument, digit-argument): Use it.
13675 (restore-overriding-map): Adjust.
13676 (do-auto-fill): Use fill-forward-paragraph.
13677 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13678
13679 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13680 (minibuffer-inactive-mode): New major mode.
13681 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13682 the *Messages* buffer" hack.
13683 (mouse-popup-menubar): Don't burp if the event is a normal key.
13684
13685 Miscellaneous tweaks.
13686 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13687 lexical scoping as in subr.el's dolist and dotimes.
13688 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13689 Silence compiler warning.
13690 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13691 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13692 * international/ccl.el (ccl-compile): Trivial simplification.
13693 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13694 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13695 `printflag' argument.
13696 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13697 Purecopy the whole obsolescence data.
13698
13699 2011-06-01 Leo Liu <sdl.web@gmail.com>
13700
13701 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13702 improve doc-string as suggested by Marco Pessotto
13703 <melmothx@gmail.com>.
13704 (rcirc-print): Fix last change.
13705
13706 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13707
13708 * minibuffer.el (complete-with-action): Return nil for the metadata and
13709 boundaries of non-functional tables.
13710 (completion-table-dynamic): Return nil for the metadata.
13711 (completion-table-with-terminator): Add default case, using
13712 complete-with-action.
13713 (completion--metadata): New function.
13714 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13715 to try and avoid pathological performance problems.
13716 (completion--embedded-envvar-table): Return `category' metadata.
13717
13718 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13719
13720 * subr.el (process-alive-p): New tiny convenience function.
13721
13722 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13725 content but also its previous major mode.
13726
13727 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
13728
13729 * emacs-lisp/debug.el (debug): Restore the previous content of the
13730 *Backtrace* buffer when we exit with C-M-c.
13731
13732 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13733
13734 * minibuffer.el: Add metadata method to completion tables.
13735 (completion-category-overrides): New defcustom.
13736 (completion-metadata, completion--field-metadata)
13737 (completion-metadata-get, completion--styles)
13738 (completion--cycle-threshold): New functions.
13739 (completion-try-completion, completion-all-completions):
13740 Add `metadata' argument to choose completion-styles.
13741 (completion--do-completion): Use metadata to choose cycling.
13742 (completion-all-sorted-completions): Use metadata for sorting.
13743 Remove :completion-cycle-penalty which is not needed any more.
13744 (completion--try-word-completion): Add `metadata' argument.
13745 (minibuffer-completion-help): Check metadata for annotation function
13746 and sorting.
13747 (completion-file-name-table): Return `category' metadata.
13748 (minibuffer-completing-file-name): Make obsolete.
13749 * simple.el (minibuffer-completing-symbol): Make obsolete.
13750 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13751 completion-try-completion.
13752
13753 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13756
13757 2011-05-30 Leo Liu <sdl.web@gmail.com>
13758
13759 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13760 (rcirc-print): Decode all incoming messages (bug#8744).
13761 (rcirc-decode-coding-system): Allow value nil for automatic coding
13762 system detection.
13763
13764 2011-06-01 Glenn Morris <rgm@gnu.org>
13765
13766 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13767
13768 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13769
13770 * image.el (image-animate-max-time): Allow nil and t values.
13771 Default to nil.
13772 (create-animated-image): Doc fix.
13773 (image-animate-start): Remove second arg; just use
13774 image-animate-max-time.
13775 (image-animate-timeout): Doc fix. Args changed.
13776
13777 * image-mode.el (image-toggle-display-image): Ensure that the
13778 image spec passed to the animate timer is the same object as in
13779 the buffer's display property (Bug#6981).
13780 (image-transform-properties): Doc fix.
13781
13782 * image.el (image-animate-max-time): Default to nil.
13783
13784 2011-05-29 Martin Rudalics <rudalics@gmx.at>
13785
13786 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13787 entire buffer list (Bug#8184).
13788
13789 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13790
13791 * image.el (imagemagick-types-inhibit)
13792 (imagemagick-register-types): Doc fix.
13793
13794 2011-05-29 Deniz Dogan <deniz@dogan.se>
13795
13796 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13797 default.
13798
13799 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * select.el: Don't perform clipboard-manager saving in hooks;
13802 leave the hooks empty.
13803
13804 2011-05-28 Leo Liu <sdl.web@gmail.com>
13805
13806 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13807 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13808 (occur-edit-mode): New major mode (Bug#8463).
13809 (occur-after-change-function): New function.
13810 (occur-engine): Give Occur tags a read-only property.
13811
13812 2011-05-28 Kevin Ryde <user42@zip.com.au>
13813
13814 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13815
13816 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13817
13818 * bindings.el (help-echo): Make the initial non-indicator dash
13819 empty on graphical terminals (Bug#7295).
13820
13821 * files.el (auto-mode-alist): Move config rule after the
13822 in-stripping one (Bug#8547).
13823
13824 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13825
13826 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13827 setting (Bug#8740).
13828
13829 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13830
13831 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13832 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13833 (Bug#8539).
13834
13835 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13836
13837 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13838
13839 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13840
13841 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13842 (hs-hide-block-at-point, hs-find-block-beginning)
13843 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13844 (Bug#8279).
13845
13846 2011-05-28 Glenn Morris <rgm@gnu.org>
13847
13848 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13849
13850 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13851
13852 * help-fns.el (describe-function-1): If the function is a derived
13853 major mode, print the parent mode.
13854
13855 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13856 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13857
13858 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * minibuffer.el (completion--capf-wrapper): Check applicability before
13861 returning non-nil for non-exclusive completion data.
13862 * progmodes/etags.el (tags-completion-at-point-function):
13863 * info-look.el (info-lookup-completions-at-point): Mark as
13864 non-exclusive.
13865 (info-complete): Adjust accordingly.
13866
13867 * info-look.el: Convert to lexical-binding and completion-at-point.
13868 (info-lookup-completions-at-point): New function.
13869 (info-complete): Use it and completion-in-region.
13870
13871 2011-05-28 Drew Adams <drew.adams@oracle.com>
13872
13873 * isearch.el: Let M-e start with point at the first mismatched char.
13874 (isearch-fail-pos): New function.
13875 (isearch-edit-string): Use it.
13876
13877 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13878
13879 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13880
13881 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
13882
13883 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13884 traversal functions for avl-trees.
13885 (avl-tree--stack): New struct.
13886 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13887 (avl-tree-enter): Add optional `updatefun' arg.
13888 (avl-tree--do-enter): Add optional `updatefun' arg.
13889 Change return value.
13890 (avl-tree-delete): Add optional `test' and `nilflag' args.
13891 (avl-tree--do-delete): Add `test' and `nilflag' args.
13892 Change return value.
13893 (avl-tree-member): Add optional `nilflag'
13894 (avl-tree-member-p): New function.
13895 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13896 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13897 (avl-tree-stack-empty-p): New functions.
13898
13899 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13900 avl-tree--del-balance1 and make it work both ways.
13901 (avl-tree--del-balance2): Remove.
13902 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13903 make it work both ways.
13904 (avl-tree--enter-balance2): Remove.
13905 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13906 New macros.
13907 (avl-tree--mapc, avl-tree-map): Add direction argument.
13908
13909 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13910
13911 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13912
13913 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13914
13915 * select.el: Support clipboard managers with built-in function
13916 x-clipboard-manager-save, via delete-frame-functions and
13917 kill-emacs-hook.
13918 (xselect-convert-to-targets): Add MULTIPLE target to list.
13919 (xselect-convert-to-save-targets): New function.
13920
13921 2011-05-27 Kenichi Handa <handa@m17n.org>
13922
13923 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13924 let-binding rfc2047-encode-encoded-words to nil.
13925
13926 2011-05-27 Glenn Morris <rgm@gnu.org>
13927
13928 * mail/emacsbug.el: Don't require url-util.
13929
13930 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13931
13932 * files.el (set-auto-mode):
13933 Also respect mode: entries at the end of the file. (Bug#8586)
13934
13935 2011-05-26 Glenn Morris <rgm@gnu.org>
13936
13937 * files.el (hack-local-variables-prop-line, hack-local-variables):
13938 Downcase mode names, as seems to be traditional.
13939 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13940
13941 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13942 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13943
13944 2011-05-25 Julien Danjou <julien@danjou.info>
13945
13946 * textmodes/rst.el (rst-define-level-faces): Do not define face
13947 symbol if it is already defined.
13948
13949 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13950
13951 * play/5x5.el (5x5-new-game, 5x5-randomize):
13952 Reset 5x5-solver-output to nil when a new grid is cast.
13953 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13954 these debugging traces, as defmacro breaks the compiled code.
13955
13956 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13957
13958 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13959
13960 2011-05-24 Leo Liu <sdl.web@gmail.com>
13961
13962 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13963 (vc-bzr-sha1): Adapt.
13964
13965 * sha1.el: Remove. Function `sha1' is now builtin.
13966
13967 * bindings.el: Provide sha1 feature.
13968
13969 2011-05-24 Kenichi Handa <handa@m17n.org>
13970
13971 * mail/sendmail.el: Require `rfc2047'.
13972 (mail-insert-from-field): Do not perform RFC2047 encoding.
13973 (mail-encode-header): New function.
13974 (sendmail-send-it): Set buffer-file-coding-system of the work
13975 buffer to the return value of select-message-coding-system.
13976 Call mail-encode-header.
13977
13978 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13979
13980 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13981
13982 * mail/supercite.el (sc-default-cite-frame):
13983 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13984
13985 2011-05-24 Glenn Morris <rgm@gnu.org>
13986
13987 * progmodes/python.el (brm-menu): Declare.
13988
13989 * emulation/viper.el (viper-set-hooks): Declare.
13990
13991 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13992 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13993 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13994 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13995 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13996 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13997
13998 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 Add an :exit-function for completion-at-point.
14001
14002 * minibuffer.el (completion--done): New fun.
14003 (completion--do-completion): Use it. New arg `expect-exact'.
14004 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14005 since completion--do-completion does it for us now.
14006 (minibuffer-force-complete): Use completion--done and
14007 completion--replace. Handle sole-completion case with more care.
14008 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14009 (completion-extra-properties): New var.
14010 (completion-annotate-function): Make obsolete.
14011 (minibuffer-completion-help): Adjust accordingly.
14012 Use completion-list-insert-choice-function.
14013 (completion-at-point, completion-help-at-point):
14014 Bind completion-extra-properties.
14015 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14016 * simple.el (completion-list-insert-choice-function): New var.
14017 (completion-setup-function): Preserve it.
14018 (choose-completion): Pay attention to it, shuffle the code a bit.
14019 (choose-completion-string): New arg `insert-function'.
14020
14021 * textmodes/bibtex.el: Convert to lexical binding.
14022 (bibtex-mode-map): Use completion-at-point.
14023 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14024 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14025 (bibtex-complete): Define as obsolete alias.
14026 (bibtex-complete-internal): Remove.
14027 (bibtex-format-entry): Remove unused sub-group in regexp.
14028 * shell.el (shell--command-completion-data)
14029 (shell-environment-variable-completion):
14030 * pcomplete.el (pcomplete-completions-at-point):
14031 * comint.el (comint--complete-file-name-data): Use :exit-function
14032 instead of completion-table-with-terminator so it also works for
14033 choose-completion.
14034
14035 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14038
14039 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14040 (bug#8710).
14041
14042 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14043
14044 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14045
14046 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14047 customization variable and implement: If non-nil, auto-fill will
14048 be inhibited while on topic's header line.
14049
14050 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14051
14052 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
14053 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
14054 always have a solution in grid size = 5 cases.
14055 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14056 (5x5-solver-output, 5x5-log-buffer): New vars.
14057 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14058 Make these variables buffer local to achieve 5x5 multi-session-ness.
14059 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14060 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14061 (5x5-solve-suggest): New funs.
14062 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14063 randomize a grid so that we ensure that there is always a solution.
14064 (5x5-make-random-grid): Allow other movement than flipping.
14065
14066 2011-05-23 Kevin Ryde <user42@zip.com.au>
14067
14068 * emacs-lisp/advice.el (ad-read-advised-function):
14069 Use `function-called-at-point' as the default, if it has
14070 advice and passes PREDICATE.
14071
14072 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14075 byte-compile-lambda if it's actually a lambda.
14076
14077 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14078 Fix function quoting. Use backquote better.
14079
14080 2011-05-22 Yuanle Song <sylecn@gmail.com>
14081
14082 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14083 matching (Bug#8516).
14084
14085 2011-01-22 Jari Aalto <jari.aalto@cante.net>
14086
14087 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14088 different face (Bug#8178).
14089
14090 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
14091
14092 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14093 defface (Bug#8144).
14094
14095 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14098 funcall as well (bug#8712). Warn when performing those conversions.
14099 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14100
14101 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14102
14103 2011-05-22 Glenn Morris <rgm@gnu.org>
14104
14105 * files.el (hack-local-variables-prop-line): Small simplifications.
14106 (hack-local-variables, hack-local-variables-prop-line):
14107 If MODE-ONLY, return the mode, rather than just `t'.
14108
14109 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14112
14113 2011-05-21 Glenn Morris <rgm@gnu.org>
14114
14115 * files.el (hack-local-variables-prop-line, hack-local-variables):
14116 If only interested in the mode, don't bother doing the other stuff.
14117
14118 * image-mode.el (image-after-revert-hook):
14119 Redraw all frames on which the image is visible. (Bug#8567)
14120
14121 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14122
14123 * wid-edit.el (widget-checklist-match-inline):
14124 Fix 2011-04-19 change. (Bug#8649)
14125
14126 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14129 Also allow singlespace after single-letter capitals followed by a dot.
14130
14131 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14132 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14133
14134 2011-05-20 Nix <nix@esperi.org.uk>
14135
14136 * files.el (basic-save-buffer-2):
14137 Fix handling of break-hardlink-on-save with non-existent files.
14138
14139 2011-05-19 Deniz Dogan <deniz@dogan.se>
14140
14141 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
14142 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
14143
14144 2011-05-19 Glenn Morris <rgm@gnu.org>
14145
14146 * progmodes/f90.el (f90-type-def-re):
14147 Handle "type, bind(c)". (Bug#8691)
14148
14149 * emacs-lisp/autoload.el (batch-update-autoloads):
14150 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14151
14152 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
14153
14154 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14155 property for the correct connection in case of multihops.
14156
14157 2011-05-18 Glenn Morris <rgm@gnu.org>
14158
14159 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
14160 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14161
14162 Rationalize calendar handling of day and month abbrev-arrays.
14163 * calendar/calendar.el (calendar-customized-p): New function.
14164 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14165 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14166 Add :set function.
14167 (calendar-abbrev-length, calendar-day-abbrev-array)
14168 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14169 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14170 Elements may no longer be nil.
14171 (calendar-day-name, calendar-month-name):
14172 Update for changed nature of abbrev arrays.
14173 * calendar/diary-lib.el (diary-name-pattern):
14174 Update for changed nature of abbrev arrays.
14175 (diary-mark-entries-1): Update calendar-make-alist calls.
14176 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14177 * calendar/cal-html.el (cal-html-day-abbrev-array):
14178 Simply inherit from calendar-day-abbrev-array.
14179
14180 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14181
14182 * progmodes/grep.el (grep-mode): Disable default
14183 compilation-directory-matcher setting (bug#8684).
14184
14185 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
14186
14187 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14188 instead of "head" and "tail". There were problems with SunOS 5.9,
14189 and it performs better.
14190
14191 2011-05-17 Glenn Morris <rgm@gnu.org>
14192
14193 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14194
14195 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14196 Replace obsolete function.
14197
14198 * shell.el (pcomplete-parse-arguments-function): Declare.
14199
14200 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14201 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14202 (appt-check): Doc fixes.
14203 (appt-disp-window-function, appt-delete-window-function):
14204 Remove needless special case in custom :type.
14205 (appt-display-count): Default to 0, not nil.
14206 (appt-check): Reset appt-display-count to 0, not nil.
14207
14208 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
14209
14210 * progmodes/python.el (python-font-lock-keywords):
14211 Add the Python 3.X keyword "nonlocal" (bug#8639).
14212
14213 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14216
14217 2011-05-16 Kevin Ryde <user42@zip.com.au>
14218
14219 * info-look.el (makefile-automake-mode): New setups, looking in
14220 automake manual, then makefile-mode.
14221 (makefile-mode): Remove automake manual, have it just in
14222 makefile-automake-mode since there's various things different or
14223 not relevant to plain make.
14224 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14225 believe a hypothetical automake-mode would go to makefile-mode,
14226 not the other way around.
14227
14228 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
14229
14230 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14231 hunk-end tags (Bug#8672).
14232
14233 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14234 vc-annotate-show-diff-revision-at-line (Bug#8671).
14235
14236 2011-05-14 Glenn Morris <rgm@gnu.org>
14237
14238 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14239 in the middle of an existing one with multiple authors. (Bug#8645)
14240 (change-log-font-lock-keywords): Also handle multiple author lines
14241 with leading tabs. (Bug#8644)
14242
14243 * calendar/appt.el (appt-check): Rename some local variables.
14244 Some simplification/reordering.
14245
14246 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14247 (feedmail-sendmail-f-doesnt-sell-me-out)
14248 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14249 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14250 (feedmail-queue-runner-message-sender): Set :version.
14251 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14252 (bbdb-dwim-net-address, vm-mail): Declare.
14253 (feedmail-binmail-gnulinuxish-template):
14254 Rename from feedmail-binmail-linuxish-template.
14255 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14256 Use insert-buffer-substring.
14257
14258 2011-05-14 Bill Carpenter <bill@carpenter.org>
14259
14260 * mail/feedmail.el (feedmail-patch-level): Increase.
14261 (feedmail-debug): New custom group.
14262 (feedmail-confirm-outgoing-timeout)
14263 (feedmail-sendmail-f-doesnt-sell-me-out)
14264 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14265 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14266 (feedmail-sender-line, feedmail-from-line)
14267 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
14268 (feedmail-spray-this-address)
14269 (feedmail-spray-address-fiddle-plex-list)
14270 (feedmail-queue-use-send-time-for-date)
14271 (feedmail-queue-use-send-time-for-message-id)
14272 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14273 (feedmail-buffer-eating-function):
14274 Doc fixes.
14275 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14276 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14277 (feedmail-message-action-scroll-down): New functions.
14278 (feedmail-queue-directory, feedmail-queue-draft-directory):
14279 Use expand-file-name.
14280 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14281 Remove C-v help entry.
14282 (feedmail-queue-buffer-file-name): New variable.
14283 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14284 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14285 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14286 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14287 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14288 (feedmail-message-action-toggle-spray)
14289 (feedmail-run-the-queue-no-prompts)
14290 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14291 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14292 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14293 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14294 (feedmail-envelope-deducer, feedmail-fiddle-from)
14295 (feedmail-fiddle-sender, feedmail-default-date-generator)
14296 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14297 (feedmail-fiddle-spray-address)
14298 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14299 (feedmail-fiddle-list-of-fiddle-plexes)
14300 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14301 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14302 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14303 Change default. Doc fix.
14304 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14305 (feedmail-binmail-linuxish-template): New constant.
14306 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14307 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14308 (feedmail-send-it): Add debug call.
14309 Use feedmail-queue-buffer-file-name, and
14310 feedmail-send-it-immediately-wrapper.
14311 (feedmail-message-action-send): Add debug call.
14312 Use feedmail-send-it-immediately-wrapper.
14313 (feedmail-queue-express-to-queue): Add debug call.
14314 Run feedmail-queue-express-hook.
14315 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14316 (feedmail-message-action-help-blat):
14317 Rename from feedmail-queue-send-edit-prompt-help-first.
14318 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14319 Check line-endings. Handle errors better.
14320 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14321 Doc fix. Add debug call.
14322 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14323 Use feedmail-queue-send-edit-prompt-inner.
14324 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14325 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14326 from feedmail-queue-send-edit-prompt.
14327 (feedmail-queue-send-edit-prompt-help)
14328 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14329 (feedmail-tidy-up-slug): Add debug call.
14330 Respect feedmail-queue-slug-suspect-regexp.
14331 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14332 (feedmail-dump-message-to-queue): Add debug call.
14333 Expand queue-directory.
14334 (feedmail-dump-message-to-queue): Change message slightly.
14335 Use feedmail-say-chatter.
14336 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14337 (feedmail-send-it-immediately-wrapper): New function.
14338 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14339 Insert empty string rather than newline. Handle full-frame case.
14340 Use catch/throw. Use feedmail-say-chatter.
14341 (feedmail-fiddle-from): Try mail-host-address.
14342 (feedmail-default-message-id-generator): Doc fix.
14343 Bind system-time-locale. Handle missing end.
14344 (feedmail-fiddle-x-mailer): Add debug call.
14345 Handle feedmail-x-mailer-line being nil.
14346 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14347 Add debug call. Use buffer-substring-no-properties.
14348 (feedmail-say-debug, feedmail-say-chatter): New functions.
14349 (feedmail-find-eoh): Give an explicit error.
14350
14351 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
14352
14353 * net/newst-treeview.el (newsticker-treeview-face): Change default
14354 family from helvetica to sans.
14355 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14356 etc/images/newsticker.
14357
14358 * net/newst-reader.el (newsticker-feed-face): Change default
14359 family from helvetica to sans.
14360
14361 * net/newst-plainview.el (newsticker-new-item-face)
14362 (newsticker-old-item-face, newsticker-immortal-item-face)
14363 (newsticker-obsolete-item-face, newsticker-date-face)
14364 (newsticker-statistics-face): Change default family from
14365 helvetica to sans.
14366 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14367 etc/images/newsticker.
14368
14369 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14370 (newsticker--process-auto-mark-filter-match): Tell user about
14371 auto-marking.
14372
14373 2011-05-13 Didier Verna <didier@xemacs.org>
14374
14375 Common Lisp indentation improvements on defmethod and lambda-lists.
14376 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14377 TODO entries.
14378 (lisp-lambda-list-keyword-parameter-indentation)
14379 (lisp-lambda-list-keyword-parameter-alignment)
14380 (lisp-lambda-list-keyword-alignment): New customizable user options.
14381 (lisp-indent-defun-method): Improve docstring.
14382 (extended-loop-p): Fix comment.
14383 (lisp-indent-lambda-list-keywords-regexp): New variable.
14384 (lisp-indent-lambda-list): New function.
14385 (lisp-indent-259): Use it.
14386 (lisp-indent-defmethod): Support for more than one
14387 method qualifier and properly indent methods lambda-lists.
14388 (defgeneric): Provide a missing common-lisp-indent-function property.
14389
14390 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14393 bounds for the empty string (bug#8667).
14394
14395 2011-05-13 Glenn Morris <rgm@gnu.org>
14396
14397 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14398
14399 * mail/sendmail.el (sendmail-program): Try executable-find first.
14400 (sendmail-send-it): `sendmail-program' cannot be unbound.
14401
14402 * calendar/appt.el (appt-make-list): Simplify.
14403 (appt-time-msg-list): Doc fix.
14404 (appt-check): Change mode-line message at the time of the appointment.
14405
14406 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14407
14408 * progmodes/ld-script.el (ld-script-keywords)
14409 (ld-script-builtins): Update keywords list.
14410
14411 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14414
14415 * shell.el (shell-completion-vars): New function.
14416 (shell-mode):
14417 * simple.el (read-shell-command): Use it.
14418 (blink-matching-open): No need for " [...]" in minibuffer-message.
14419
14420 2011-05-12 Glenn Morris <rgm@gnu.org>
14421
14422 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14423 (appt-check): Simplify.
14424
14425 2011-05-12 Eli Zaretskii <eliz@gnu.org>
14426
14427 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14428 literal "/dev/null".
14429
14430 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14433 Fix typo.
14434
14435 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
14436
14437 * progmodes/which-func.el (which-function):
14438 Use add-log-current-defun instead of add-log-current-defun-function,
14439 which might not be defined (Bug#8260).
14440
14441 2011-05-12 Glenn Morris <rgm@gnu.org>
14442
14443 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14444 Let byte-compile-initial-macro-environment always take precedence.
14445
14446 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * net/rcirc.el: Add support for SSL/TLS connections.
14449 (rcirc-server-alist): New field `encryption'.
14450 (rcirc): Check `encryption' settings.
14451 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14452 Merge make-local-variable into `set'.
14453 (rcirc--connection-open-p): New function.
14454 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14455 the process is not a network process (e.g. running gnutls-cli).
14456 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14457 Make rcirc-(en|de)code-coding-system local here.
14458 (rcirc-mode): Merge make-local-variable into `set'.
14459 (rcirc-parent-buffer): Make permanent buffer-local.
14460 (rcirc-multiline-minor-mode): Don't do it here.
14461 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14462 there's no server buffer.
14463
14464 2011-05-11 Glenn Morris <rgm@gnu.org>
14465
14466 * newcomment.el (comment-kill): Prefix "unused" local.
14467
14468 * term/w32console.el (get-screen-color): Declare.
14469
14470 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14471 Handle symbol elements of byte-compile-initial-macro-environment.
14472
14473 2011-05-10 Leo Liu <sdl.web@gmail.com>
14474
14475 * bookmark.el (bookmark-bmenu-mode-map):
14476 Bind bookmark-bmenu-search to `/'.
14477
14478 * mail/footnote.el: Convert to utf-8 encoding.
14479 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14480 (Footnote-unicode): New function.
14481 (footnote-style-alist): Add unicode style to the list.
14482 (footnote-style): Doc fix.
14483
14484 2011-05-10 Jim Meyering <meyering@redhat.com>
14485
14486 Fix doubled-word typos.
14487 * international/quail.el (quail-insert-kbd-layout): and and -> and
14488 * kermit.el: and and -> and
14489 * net/ldap.el (ldap-search-internal): to to -> to
14490 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14491 * progmodes/js.el (js-mode): and and -> and
14492 * textmodes/artist.el (artist-move-to-xy): at at -> at
14493 (artist-draw-region-trim-line-endings): if if -> if
14494 And Safetyc -> Safety.
14495 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14496
14497 2011-05-10 Glenn Morris <rgm@gnu.org>
14498 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 * files.el (hack-one-local-variable-eval-safep):
14501 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14502
14503 2011-05-10 Glenn Morris <rgm@gnu.org>
14504
14505 * calendar/diary-lib.el (diary-list-entries-hook)
14506 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14507 (diary-nongregorian-marking-hook, diary-list-entries)
14508 (diary-include-other-diary-files, diary-mark-entries)
14509 (diary-mark-included-diary-files): Doc fixes.
14510
14511 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14512
14513 * misc.el: Require tabulated-list.el during compilation.
14514
14515 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * progmodes/compile.el (compilation-start):
14518 Run compilation-filter-hook for the async case too.
14519 (compilation-filter-hook): Doc fix.
14520
14521 2011-05-09 Deniz Dogan <deniz@dogan.se>
14522
14523 * wdired.el: Remove outdated installation comment. Fix usage
14524 comment.
14525
14526 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14527
14528 * misc.el: Implement new command `list-dynamic-libraries'.
14529 (list-dynamic-libraries--loaded-only-p): New variable.
14530 (list-dynamic-libraries--refresh): New function.
14531 (list-dynamic-libraries): New command.
14532
14533 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14534
14535 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14536 Fix the ant regexp to handle end-line and end-column info from jikes.
14537 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14538 higher priority to avoid clobbering by gnu.
14539
14540 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14541
14542 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14543 if the face has existing theme settings (Bug#8454).
14544
14545 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14546
14547 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14548 Only match variables declared via `my' or `our' (Bug#8261).
14549
14550 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14551 special file names `.' and `..' (Bug#8259).
14552
14553 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14554
14555 * progmodes/grep.el (grep-mode-font-lock-keywords):
14556 Remove buffer-changing entries.
14557 (grep-filter): New function.
14558 (grep-mode): Add it to compilation-filter-hook.
14559
14560 * progmodes/compile.el (compilation-filter-hook)
14561 (compilation-filter-start): New defvars.
14562 (compilation-filter): Call compilation-filter-hook prior to
14563 updating the process mark.
14564
14565 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14566
14567 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14568
14569 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14570
14571 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14572 mailclient-send-it even if window-system is nil. (Bug#8595)
14573
14574 * term/w32console.el (terminal-init-w32console):
14575 Call get-screen-color and use its output to set the frame
14576 background-mode. (Bug#8597)
14577
14578 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14581 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14582 New functions.
14583 (defgeneric, eieio--defmethod): Use them.
14584 (eieio-defgeneric): Remove.
14585 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14586
14587 2011-05-07 Glenn Morris <rgm@gnu.org>
14588
14589 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14590 Use let rather than let*.
14591 (timeclock-find-discrep): Remove unused local.
14592
14593 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14594
14595 * calendar/appt.el (appt-time-msg-list): Doc fix.
14596
14597 2011-05-06 Noah Friedman <friedman@splode.com>
14598
14599 * apropos.el (apropos-print-doc): Only use
14600 emacs-lisp-docstring-fill-column when it is bound to an integer,
14601 per that variable's documentation.
14602
14603 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14606 and warnings are not silently discarded (e.g. use -d instead of -P).
14607
14608 2011-05-06 Glenn Morris <rgm@gnu.org>
14609
14610 * calendar/appt.el (appt-message-warning-time): Doc fix.
14611 (appt-warning-time-regexp): New option.
14612 (appt-make-list): Respect appt-message-warning-time.
14613
14614 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14615 New options.
14616 (diary-add-to-list): Strip comments from the displayed string.
14617 (diary-mode): Set comment-start and comment-end.
14618
14619 * vc/diff-mode.el (smerge-refine-subst): Declare.
14620 (diff-refine-hunk): Don't require smerge-mode when compiling.
14621
14622 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * simple.el (list-processes): Return nil as the docstring says.
14625
14626 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14627
14628 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14629 to "".
14630 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14631 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14632 determining of binary transfer. (Bug#7383)
14633
14634 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14635
14636 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14637 Fix port computation bug. (Bug#8618)
14638
14639 2011-05-05 Glenn Morris <rgm@gnu.org>
14640
14641 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14642
14643 * simple.el (shell-dynamic-complete-functions)
14644 (comint-dynamic-complete-functions): Declare.
14645
14646 * net/network-stream.el (gnutls-negotiate):
14647 * simple.el (tabulated-list-print): Fix declarations.
14648
14649 * progmodes/gud.el (syntax-symbol, syntax-point):
14650 Remove unnecessary and incorrect declarations.
14651
14652 * emacs-lisp/check-declare.el (check-declare-scan):
14653 Handle byte-compile-initial-macro-environment in bytecomp.el
14654
14655 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14656
14657 Fix earlier half-done eieio-defmethod change (bug#8338).
14658 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14659 Streamline and change calling convention.
14660 (defmethod): Adjust accordingly and simplify.
14661 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14662 new eieio--defmethod.
14663 (slot-boundp): Minor CSE simplification.
14664
14665 2011-05-05 Milan Zamazal <pdm@zamazal.org>
14666
14667 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14668 (glasses-make-readable): Use glasses-separate-capital-groups.
14669
14670 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14671
14672 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14673 (warning-series): Doc fix.
14674 (display-warning): Don't try to create the buffer if we just found it.
14675
14676 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
14677
14678 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14679 (autoload-find-generated-file): New function.
14680 (generate-file-autoloads): Bind generated-autoload-file to
14681 buffer-file-name.
14682 (update-file-autoloads, update-directory-autoloads):
14683 Use autoload-find-generated-file. If called interactively, prompt for
14684 output file (Bug#7989).
14685 (batch-update-autoloads): Doc fix.
14686
14687 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14688
14689 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14690
14691 2011-05-04 Glenn Morris <rgm@gnu.org>
14692
14693 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14694 function, so it follows changes in calendar-date-style.
14695 (diary-fancy-date-matcher): New function.
14696 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14697 (diary-fancy-font-lock-fontify-region-function):
14698 Use diary-fancy-date-pattern as a function.
14699
14700 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14701 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14702
14703 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14704
14705 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14706 instead of positional arguments. Allow :keylist and :crlfiles
14707 arguments.
14708 (open-gnutls-stream): Call it.
14709
14710 * net/network-stream.el (network-stream-open-starttls): Adjust to
14711 call `gnutls-negotiate' with :process and :hostname arguments.
14712
14713 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * minibuffer.el (completion--message): New function.
14716 (completion--do-completion, minibuffer-complete)
14717 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14718 (completion--do-completion): Don't ignore completion-auto-help when in
14719 icomplete-mode.
14720
14721 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14722 internal encoding (e.g. tibetan zero is not whitespace).
14723 (global-whitespace-mode): Prefer save-current-buffer.
14724 (whitespace-trailing-regexp): Remove useless save-match-data.
14725 (whitespace-empty-at-bob-regexp): Minor simplification.
14726
14727 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14730
14731 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14732
14733 * textmodes/ispell.el (ispell-add-per-file-word-list):
14734 Use `concat' to create string for insertion.
14735
14736 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14739 Avoid open-line which runs post-self-insert-hook.
14740 (bibtex-fill-entry): Remove unused `end' var.
14741
14742 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14743
14744 * textmodes/ispell.el (ispell-add-per-file-word-list):
14745 Protect against `nil' value of `comment-start' (Bug#8579).
14746
14747 2011-05-03 Leo Liu <sdl.web@gmail.com>
14748
14749 * isearch.el (isearch-yank-pop): New command.
14750 (isearch-mode-map): Bind it to `M-y'.
14751 (isearch-forward): Mention it.
14752
14753 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * simple.el (minibuffer-complete-shell-command): Remove.
14756 (minibuffer-local-shell-command-map): Use completion-at-point.
14757 (read-shell-command): Setup completion vars here instead.
14758 (read-expression-map): Bind TAB to symbol completion.
14759
14760 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14761 error directly rather via storing it into `results'.
14762
14763 2011-05-02 Leo Liu <sdl.web@gmail.com>
14764
14765 * vc/diff.el: Fix description.
14766
14767 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14768
14769 * server.el (server-eval-at): New function.
14770
14771 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14772
14773 * net/network-stream.el (open-network-stream): Take a :nowait
14774 parameter and pass it on to `make-network-process'.
14775 (network-stream-open-plain): Ditto.
14776
14777 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14778
14779 * faces.el (face-spec-set-match-display): Don't match toolkit
14780 options on terminal frames.
14781
14782 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14783
14784 * progmodes/pascal.el: Use lexical binding.
14785 (pascal-mode-map): Remove author preferences.
14786
14787 * pcomplete.el (pcomplete-std-complete): Don't abuse
14788 completion-at-point.
14789
14790 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14791
14792 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14793 removing code that has been dead since 1991 or so.
14794
14795 * startup.el (command-line): When warning about "_emacs", use a
14796 delayed warning to allow the user to filter it out.
14797
14798 2011-04-28 Deniz Dogan <deniz@dogan.se>
14799
14800 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14801 user has not joined.
14802
14803 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14806 aren't any completions at point.
14807
14808 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14809
14810 * subr.el (display-delayed-warnings): New function.
14811 (delayed-warnings-hook): New variable.
14812
14813 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * minibuffer.el (completion-at-point, completion-help-at-point):
14816 Don't presume that a given completion-at-point-function will always
14817 use the same calling convention.
14818
14819 * pcomplete.el (pcomplete-completions-at-point):
14820 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14821 pcomplete-seen is non-nil.
14822 (pcomplete-comint-setup): Also recognize the new comint/shell
14823 completion functions.
14824 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14825 pcomplete-seen is non-nil.
14826
14827 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
14828
14829 * calendar/icalendar.el (diary-lib): Add require statement.
14830 (icalendar--create-uid): Read out a uid from a text-property on
14831 the first character in the entry. This allows for code to add its
14832 own uid to the entry.
14833 (icalendar--convert-float-to-ical): Add export of
14834 `diary-float'-entries save for those with the optional DAY
14835 argument.
14836
14837 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14838
14839 * subr.el (shell-quote-argument): Use alternate escaping strategy
14840 when we spot a variable reference in a string.
14841
14842 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14843
14844 * cus-start.el (all): Define customization for debug-on-event.
14845
14846 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14847
14848 * subr.el (shell-quote-argument): Escape correctly under Windows.
14849
14850 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14853
14854 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
14855
14856 * net/tramp.el (tramp-process-actions): Add POS argument.
14857 Delete region between POS and (pos).
14858
14859 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14860 Use `nil' position in `tramp-process-actions' call.
14861 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14862
14863 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14864 position in `tramp-process-actions' call.
14865
14866 * net/trampver.el: Update release number.
14867
14868 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * custom.el (defcustom): Obey lexical-binding.
14871
14872 Fix octave-inf completion problems reported by Alexander Klimov.
14873 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14874 Inherit from octave-mode-syntax-table.
14875 (inferior-octave-mode): Set info-lookup-mode.
14876 (inferior-octave-completion-at-point): New function.
14877 (inferior-octave-complete): Use it and completion-in-region.
14878 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14879 comint-filename-completion.
14880 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14881 symbol elements which shouldn't be word elements.
14882 (octave-font-lock-keywords, octave-beginning-of-defun)
14883 (octave-function-header-regexp): Adjust regexps accordingly.
14884 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14885
14886 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14887
14888 * net/gnutls.el (gnutls-errorp): Declare before first use.
14889
14890 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14891
14892 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14893 verify-error, and verify-hostname-error parameters. Check whether
14894 default trustfile exists before going to use it. Add missing
14895 argument to gnutls-message-maybe call. Return value.
14896 Reported by Claudio Bley <claudio.bley@gmail.com>.
14897 (open-gnutls-stream): Add usage example.
14898
14899 * net/network-stream.el (network-stream-open-starttls): Give host
14900 parameter to `gnutls-negotiate'.
14901 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14902 * subr.el (shell-quote-argument): Escape correctly under Windows.
14903
14904 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14905
14906 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14907 Use correct match group (bug#8438).
14908
14909 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14910
14911 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14912 (package-menu--generate): New arg specifying packages to show.
14913 (package-menu-refresh, package-menu-execute, list-packages):
14914 Callers changed.
14915 (package-show-package-list): New function, replacing deleted
14916 package--list-packages (renamed because it is non-internal).
14917
14918 * finder.el (finder-list-matches): Use package-show-package-list
14919 instead of deleted package--list-packages.
14920
14921 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14922 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14923 (vc-annotate-mode-map): Bind it to RET.
14924
14925 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14926
14927 * progmodes/etags.el (next-file): Don't use set-buffer to change
14928 buffers (Bug#8478).
14929
14930 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14931
14932 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14933
14934 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14935 (apropos-accumulator): Doc fix.
14936 (apropos-function, apropos-macro, apropos-command)
14937 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14938 (apropos-plist): Add face property.
14939 (apropos-symbols-internal): Fix indentation.
14940 (apropos-print): Simplify help, and recognize apropos-multi-type.
14941 (apropos-print-doc): Use button-type-get to extract the button's
14942 face property. Fill docstring (Bug#8352).
14943
14944 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14947
14948 * play/mpuz.el (mpuz-silent): Doc fix.
14949 (mpuz-mode-map): Use mapc.
14950 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14951 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14952 Fix typos in docstrings.
14953
14954 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14955 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14956
14957 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14958
14959 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14960
14961 * minibuffer.el (completion--do-completion): Avoid the "Next char
14962 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14963
14964 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14965 mouse-2 into unread-command-events, it is interpreted correctly.
14966
14967 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14968 (image-toggle-display): Doc fix.
14969
14970 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14971
14972 * textmodes/page.el (what-page): Use line-number-at-pos to
14973 calculate line number (Bug#6825).
14974
14975 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14976
14977 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14978 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14979 Pass argument NO-DEFAULT to `find-tag-interactive'.
14980
14981 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14982
14983 Lexical-binding cleanup.
14984
14985 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14986 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14987 * progmodes/ada-prj.el (ada-prj-initialize-values)
14988 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14989 (ada-prj-show-value):
14990 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14991 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14992 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14993 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14994 * progmodes/bug-reference.el (bug-reference-push-button):
14995 * progmodes/fortran.el (fortran-line-length):
14996 * progmodes/glasses.el (glasses-change):
14997 * progmodes/octave-mod.el (octave-fill-paragraph):
14998 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14999 (python-pdbtrack-grub-for-buffer, python-sentinel):
15000 * progmodes/sql.el (sql-save-connection):
15001 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15002 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15003 Mark unused parameters.
15004
15005 * progmodes/compile.el (compilation--flush-directory-cache)
15006 (compilation--flush-parse, compile-internal): Mark unused parameters.
15007 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15008 (compilation-next-error-function): Remove unused variable `timestamp'.
15009
15010 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15011 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15012
15013 * progmodes/dcl-mode.el (dcl-end-of-command):
15014 Remove unused variable `start'.
15015 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15016 (dcl-option-value-basic, dcl-option-value-offset)
15017 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15018 Mark unused parameters.
15019 (dcl-save-local-variable): Remove unused variable `val'.
15020 (mode): Declare.
15021
15022 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15023 Mark unused parameters.
15024 (delphi-ignore-changes): Move before first use.
15025 (delphi-charset-token-at): Remove unused variable `start'.
15026 (delphi-else-start): Remove unused variable `if-count'.
15027 (delphi-comment-block-start, delphi-comment-block-end):
15028 Remove unused variable `kind'.
15029 (delphi-indent-line): Remove unused variable `new-point'.
15030
15031 * progmodes/ebrowse.el (ebrowse-files-list)
15032 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15033 Mark unused parameters. Don't quote `lambda'.
15034 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15035 Don't quote `lambda'.
15036 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15037 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15038 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15039 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15040 Use `ignore-errors'.
15041 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15042 (ebrowse-view/find-file-and-search-pattern)
15043 (ebrowse-view/find-member-declaration/definition):
15044 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15045 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15046 Rename parameter PREFIX-ARG to PREFIX.
15047 (ebrowse-tags-read-name): Remove unused variables `start' and
15048 `member-info'.
15049 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15050 to `tags-file'.
15051
15052 * progmodes/etags.el (local-find-tag-hook): Declare.
15053 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15054 Mark unused parameters.
15055
15056 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15057 (executable-interpret): Mark unused parameter.
15058
15059 * progmodes/flymake.el (flymake-process-sentinel)
15060 (flymake-after-change-function)
15061 (flymake-create-temp-with-folder-structure)
15062 (flymake-get-include-dirs-dot): Mark unused parameters.
15063 (flymake-safe-delete-directory): Remove unused variable `err'.
15064
15065 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15066 (speedbar-timer-fn, speedbar-line-text)
15067 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15068 (speedbar-center-buffer-smartly): Declare functions.
15069 (gdb-find-watch-expression): Remove unused variable `array'.
15070 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15071 (gdb-starting): Mark unused parameters.
15072 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15073 (gdb-table-string): Remove unused variable `res'.
15074 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15075 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15076 (gdb-display-buffer): Remove unused variable `cur-size'.
15077
15078 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15079 allow lexical-binding compilation.
15080 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15081 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15082 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15083 Mark unused parameters.
15084 (gud-gdb-marker-filter): Remove unused variable `match'.
15085 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15086 lambda expressions and funcall them, instead of using `fset'.
15087
15088 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15089 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15090
15091 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15092 variable `header-beg'; use `let'.
15093
15094 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15095 `restart', `last-sexp' and `at-do'.
15096
15097 * progmodes/js.el (js--debug): Mark unused parameter.
15098 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15099 (js--splice-into-items): Remove unused variable `item'.
15100 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15101
15102 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15103 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15104 (makefile-complete): Remove unused variable `try'.
15105 (makefile-fill-paragraph, makefile-match-function-end):
15106 Mark unused parameters.
15107
15108 * progmodes/octave-inf.el (inferior-octave-complete):
15109 Remove unused variable `proc'.
15110 (inferior-octave-output-digest): Mark unused parameter.
15111
15112 * progmodes/perl-mode.el (perl-calculate-indent):
15113 Remove unused variable `err'.
15114
15115 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15116 (prolog-indent-line): Mark unused parameters.
15117 (prolog-indent-line): Remove unused variable `beg'.
15118
15119 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15120 (reporter-dont-compact-list): Declare.
15121
15122 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15123 Remove unused variable `char'.
15124 (sh-debug): Mark unused parameter.
15125 (sh-get-indent-info): Remove unused variable `start'.
15126 (sh-calculate-indent): Remove unused variable `var'.
15127
15128 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15129 (simula-electric-keyword): Remove unused variable `null'.
15130 (simula-search-backward, simula-search-forward): Remove unused
15131 variables `begin' and `end'.
15132
15133 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15134 Remove unused variable `pos'.
15135 (vera-electric-tab, vera-comment-uncomment-region):
15136 Mark unused parameters.
15137 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15138
15139 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
15140
15141 * emacs-lisp/package.el (package--builtins, package-alist)
15142 (package-load-descriptor, package-built-in-p, package-activate)
15143 (define-package, package-installed-p)
15144 (package-compute-transaction, package-buffer-info)
15145 (package--push): Doc fix. Distinguish more clearly between
15146 version strings and version lists.
15147
15148 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
15149
15150 Lexical-binding cleanup.
15151
15152 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15153 (5x5-make-mutate-best):
15154 * play/fortune.el (fortune-in-buffer):
15155 * play/gomoku.el (gomoku-init-display):
15156 * play/solitaire.el (solitaire, solitaire-do-check):
15157 * play/tetris.el (tetris-default-update-speed-function):
15158 Mark unused parameters.
15159
15160 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15161 (bubbles--shift): Remove unused variable `char-org'.
15162 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15163 (bubbles--show-images): Remove unused variable `char'.
15164
15165 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15166 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15167 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15168 (decipher-analyze-buffer): Use ?\s.
15169 (decipher-make-checkpoint): Remove unused variable `mapping'.
15170
15171 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15172
15173 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15174 Remove unused variable `result'; use `let'.
15175
15176 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15177 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15178 (gametree-children-shown-p, gametree-compute-reduced-score):
15179 Use `ignore-errors'.
15180
15181 * play/handwrite.el (ps-lpr-switches): Declare.
15182 (handwrite): Remove unused variables `pmin' and `lastp'.
15183
15184 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15185
15186 * play/landmark.el (landmark-init-display)
15187 (landmark-update-naught-weights): Mark unused parameters.
15188 (landmark-y): Remove unused variable `noise'. Simplify.
15189 (landmark-human-plays): Remove unused variable `score'.
15190
15191 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15192 (mpuz-try-proposal): Remove unused variable `game'.
15193
15194 * play/zone.el (life-patterns): Declare.
15195
15196 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
15197
15198 * vc/vc.el (ediff-vc-internal): Declare function.
15199
15200 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * shell.el: Use lexical-binding and std completion UI.
15203 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15204 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15205 comint-preoutput-filter-functions rather than on
15206 comint-output-filter-functions.
15207 (shell-command-completion, shell--command-completion-data)
15208 (shell-filename-completion, shell-environment-variable-completion)
15209 (shell-c-a-p-replace-by-expanded-directory): New functions.
15210 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15211 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15212 (shell-dynamic-complete-environment-variable): Use them.
15213 (shell-dynamic-complete-as-environment-variable)
15214 (shell-dynamic-complete-as-command): Remove.
15215 (shell-match-partial-variable): Match past point.
15216 * comint.el: Clean up use of completion-at-point-functions.
15217 (comint-completion-at-point): New function.
15218 (comint-mode): Use it completion-at-point-functions.
15219 (comint-dynamic-complete): Make it obsolete.
15220 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15221 (comint-c-a-p-replace-by-expanded-history): New function.
15222 (comint-dynamic-complete-functions)
15223 (comint-replace-by-expanded-history): Use it.
15224 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15225 termination strings. Try harder to avoid second try-completion.
15226 (completion-in-region-mode-map): Disable bindings that don't work yet.
15227
15228 * comint.el: Use lexical-binding. Require CL.
15229 (comint-dynamic-complete-functions): Use comint-filename-completion.
15230 (comint-completion-addsuffix): Tweak custom type.
15231 (comint-filename-completion, comint--common-suffix)
15232 (comint--common-quoted-suffix, comint--table-subvert)
15233 (comint--complete-file-name-data): New functions.
15234 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15235 (comint-dynamic-list-filename-completions): Use them.
15236 (comint-dynamic-simple-complete): Make obsolete.
15237
15238 * minibuffer.el (completion-in-region-mode):
15239 Keep completion-in-region-mode--predicate global.
15240 (completion-in-region--postch):
15241 Assume completion-in-region-mode--predicate is not null.
15242
15243 * progmodes/flymake.el (flymake-start-syntax-check-process):
15244 Obey `dir'. Simplify.
15245
15246 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15247 we're in VC after all.
15248
15249 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15250
15251 * vc/vc.el (vc-diff-build-argument-list-internal)
15252 (vc-version-ediff, vc-ediff): New commands.
15253 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15254
15255 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15258 add sanity check.
15259
15260 * obsolete/erc-hecomplete.el: Make obsolete.
15261 * obsolete/: Standardize obsolescence info in the header.
15262
15263 2011-04-20 Glenn Morris <rgm@gnu.org>
15264
15265 * calendar/solar.el (solar-horizontal-coordinates):
15266 Use the longitude argument rather than `calendar-longitude'.
15267 (solar-date-next-longitude): Remove unused locals.
15268
15269 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15270
15271 * whitespace.el: New version 13.2.1.
15272
15273 2011-04-20 felix <EmacsWiki> (tiny change)
15274
15275 * whitespace.el (global-whitespace-mode): Keep highlight when
15276 switching between major modes on a file.
15277
15278 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15279
15280 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15281 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15282 multi-line comments as well.
15283
15284 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
15285
15286 Lexical-binding cleanup.
15287
15288 * arc-mode.el (archive-mode-revert):
15289 * cmuscheme.el (scheme-interactively-start-process):
15290 * custom.el (custom-initialize-delay):
15291 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15292 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15293 * emacs-lock.el (emacs-lock-clear-sentinel):
15294 * ezimage.el (defezimage):
15295 * follow.el (follow-avoid-tail-recenter):
15296 * fringe.el (set-fringe-mode-1):
15297 * generic-x.el (bat-generic-mode-compile):
15298 * help-mode.el (help-info-variable, help-do-xref)
15299 (help-mode-revert-buffer):
15300 * help.el (view-emacs-todo):
15301 * iswitchb.el (iswitchb-completion-help):
15302 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15303 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15304 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15305 * locate.el (locate-update):
15306 * longlines.el (longlines-encode-region)
15307 (longlines-after-change-function):
15308 * outline.el (outline-isearch-open-invisible):
15309 * ps-def.el (declare-function, charset-dimension, char-width)
15310 (encode-char):
15311 * ps-mule.el (ps-mule-plot-string):
15312 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15313 (recentf-edit-list-select, recentf-edit-list-validate)
15314 (recentf-open-files-action):
15315 * rect.el (delete-whitespace-rectangle-line)
15316 (rectangle-number-line-callback):
15317 * register.el (window-configuration-to-register)
15318 (frame-configuration-to-register):
15319 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15320 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15321 (xselect-convert-to-targets, xselect-convert-to-delete)
15322 (xselect-convert-to-filename, xselect-convert-to-charpos)
15323 (xselect-convert-to-lineno, xselect-convert-to-colno)
15324 (xselect-convert-to-os, xselect-convert-to-host)
15325 (xselect-convert-to-user, xselect-convert-to-class)
15326 (xselect-convert-to-name, xselect-convert-to-integer)
15327 (xselect-convert-to-atom, xselect-convert-to-identity):
15328 * subr.el (declare, ignore, process-kill-without-query)
15329 (text-clone-maintain):
15330 * terminal.el (te-get-char, te-tic-sentinel):
15331 * tool-bar.el (tool-bar-make-keymap):
15332 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15333 * type-break.el (type-break-mode, type-break-noninteractive-query):
15334 * view.el (View-back-to-mark):
15335 * wid-browse.el (widget-browse-action, widget-browse-widget)
15336 (widget-browse-widgets, widget-browse-sexp):
15337 * widget.el (define-widget-keywords):
15338 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15339 Mark unused parameters.
15340
15341 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15342 (align-areas): Remove unused variable `look'.
15343 (align-region): Remove unused variables `real-end' and `pos-list'.
15344
15345 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15346
15347 * bindings.el (mode-line-modified, mode-line-remote):
15348 Mark unused parameters.
15349 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15350
15351 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15352 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15353
15354 * comint.el (comint-history-isearch-pop-state)
15355 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15356 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15357 (comint-substitute-in-file-name): Doc fix.
15358
15359 * completion.el (cmpl-statistics-block): Mark unused parameter.
15360 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15361 (save-completions-to-file, load-completions-from-file):
15362 Remove unused local variable `e'.
15363
15364 * composite.el (compose-chars): Remove unused variable `len'.
15365 (lgstring-insert-glyph): Remove unused variable `g'.
15366 (compose-glyph-string): Remove unused variables `ascent',
15367 `descent', `lbearing' and `rbearing'.
15368 (compose-glyph-string-relative): Remove unused variables
15369 `lbearing', `rbearing' and `wadjust'.
15370 (compose-gstring-for-graphic): Remove unused variables `header',
15371 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15372 (compose-gstring-for-terminal): Remove unused variables `header'
15373 and `nchars'. Use `let', not `let*'.
15374
15375 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15376 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15377 (Custom-buffer-done, custom-buffer-create-internal)
15378 (custom-browse-visibility-action, custom-browse-group-tag-action)
15379 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15380 (widget-magic-mouse-down-action, custom-toggle-parent)
15381 (custom-add-parent-links, custom-toggle-hide-variable)
15382 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15383 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15384 (custom-face-menu-create, custom-variable-menu-create, get)
15385 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15386 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15387 (customize-apropos): Remove unused variable `tests'.
15388 (custom-group-value-create): Remove unused variable `hidden-p'.
15389 (sort-fold-case): Declare.
15390
15391 * cus-theme.el (custom-reset-standard-faces-list)
15392 (custom-reset-standard-variables-list): Declare.
15393 (customize-create-theme, custom-theme-revert, custom-theme-write)
15394 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15395 Mark unused parameters.
15396
15397 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15398
15399 * delim-col.el (delimit-columns-max): Move defvar before first use.
15400
15401 * descr-text.el (describe-char-categories): Don't quote `lambda'.
15402 (describe-char): Don't quote `lambda'. Mark unused parameter.
15403
15404 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15405 (auto-insert): Declare.
15406 (desktop-restore-file-buffer): Rename desktop-* parameters;
15407 mark unused ones.
15408 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15409 (desktop-buffer): Rename desktop-* parameters.
15410
15411 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15412 (dframe-reposition-frame-xemacs, dframe-help-echo)
15413 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15414 Mark unused parameters.
15415
15416 * dired-aux.el (backup-extract-version-start, overwrite-query)
15417 (overwrite-backup-query, rename-regexp-query)
15418 (rename-non-directory-query): Declare.
15419 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15420 (dired-add-entry): Remove unused variable `orig-file-name'.
15421 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15422 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15423 `dired-copy-preserve-time' directly.
15424 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15425 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15426
15427 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15428 (dired-virtual-revert, dired-make-relative-symlink):
15429 Mark unused parameters.
15430 (manual-program): Declare.
15431 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15432 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15433 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15434
15435 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15436
15437 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15438
15439 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15440 Declare.
15441
15442 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15443
15444 * electric.el (Electric-command-loop): Rename parameter
15445 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15446
15447 * expand.el (expand-in-literal): Remove unused variable `here'.
15448
15449 * facemenu.el (facemenu-add-new-color):
15450 Remove unused variable `docstring'.
15451
15452 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15453 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15454 (face-attr-construct): Mark unused parameter. Doc fix.
15455 (read-color): Remove unused variable `hex-string'.
15456
15457 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15458 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15459 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15460 (display-buffer-other-frame): Remove unused variable `old-window'.
15461 (kill-buffer-hook): Declare.
15462 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15463 Mark unused parameters.
15464 (after-find-file): Pass 1 to `auto-save-mode', not t.
15465
15466 * files-x.el (auto-insert): Declare.
15467 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15468
15469 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15470 variable `buf'. Mark unused parameter.
15471 (find-lisp-insert-directory): Mark unused parameter.
15472
15473 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15474 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15475 (format-common-tail): Remove, unused.
15476 (format-deannotate-region): Remove unused variable `loc'.
15477 (format-annotate-region): Remove unused variable `p'.
15478 (format-annotate-single-property-change): Remove unused variables
15479 `default' and `tail'.
15480
15481 * forms.el (read-file-filter): Declare.
15482 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15483
15484 * frame.el (frame-creation-function-alist): Mark unused parameter.
15485 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15486
15487 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15488 Remove unused parameters.
15489 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15490 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15491
15492 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15493 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15494 (hfy-prepare-tag-map): Mark unused parameters.
15495 (htmlfontify-buffer): Use `called-interactively-p'.
15496
15497 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15498 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15499 (ibuffer-do-occur): Mark unused parameters.
15500 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15501 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15502
15503 * ibuffer.el: Don't quote `lambda'.
15504 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15505 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15506 Mark unused parameters.
15507
15508 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15509 (ido-completing-read): Mark unused parameters.
15510 (ido-copy-current-word): Mark unused parameters;
15511 remove unused variable `name'.
15512 (ido-sort-merged-list): Remove unused parameter `dirs'.
15513
15514 * ielm.el (ielm-input-sender): Mark unused parameter.
15515 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15516 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15517 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15518 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15519 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15520
15521 * image-dired.el (image-dired-display-thumbs): Remove unused
15522 variables `curr-file' and `count'.
15523 (image-dired-remove-tag): Remove unused variable `start'.
15524 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15525 variable `curr-file'
15526 (image-dired-rotate-original): Remove unused variable `temp-file'.
15527 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15528 Remove unused variable `file'.
15529 (image-dired-gallery-generate): Remove unused variable `curr'.
15530 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15531
15532 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15533
15534 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15535
15536 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15537
15538 * isearch.el (minibuffer-history-symbol): Declare.
15539 (isearch-edit-string): Remove unused variable `err'.
15540 (isearch-message-prefix, isearch-message-suffix):
15541 Mark unused parameters.
15542
15543 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15544
15545 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15546
15547 * makesum.el (double-column): Remove unused variable `cnt'.
15548
15549 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15550 (ido-ignore-item-temp-list): Declare.
15551
15552 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15553 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15554 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15555 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15556 `mouse-col-delta'.
15557
15558 * mouse-sel.el (mouse-extend-internal):
15559 Remove unused variable `orig-window-frame'.
15560
15561 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15562 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15563 Move declarations before first use.
15564 (pcomplete-opt): Mark unused parameters; doc fix.
15565
15566 * proced.el (proced-revert): Mark unused parameter.
15567 (proced-send-signal): Remove unused variable `err'.
15568
15569 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15570 Rename parameter PREFIX-ARG to ARG.
15571 (ps-basic-plot-string, ps-basic-plot-whitespace):
15572 Mark unused parameters.
15573
15574 * replace.el (replace-count): Define.
15575 (occur-revert-function): Mark unused parameters.
15576 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15577 (isearch-case-fold-search, isearch-string): Declare.
15578 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15579 bind `case-fold-search'. Remove unused variables `beg' and `end',
15580 and simplify.
15581 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15582 COUNT and bind `replace-count'.
15583 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15584 to COUNT.
15585
15586 * savehist.el (print-readably, print-string-length): Declare.
15587
15588 * shadowfile.el (shadow-expand-cluster-in-file-name):
15589 Remove unused variable `cluster'.
15590 (shadow-copy-file): Remove unused variable `i'.
15591 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15592 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15593 (shadow-define-literal-group, shadow-define-regexp-group)
15594 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15595
15596 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15597 (shell): Use `called-interactively-p'.
15598 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15599
15600 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15601 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15602 (delete-backward-char): Remove unused variable `ocol'.
15603 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15604 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15605 (event-apply-hyper-modifier, event-apply-shift-modifier)
15606 (event-apply-control-modifier, event-apply-meta-modifier):
15607 Mark unused parameters.
15608 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15609 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15610
15611 * speedbar.el (speedbar-ignored-directory-expressions)
15612 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15613 (speedbar-find-file, speedbar-dir-follow)
15614 (speedbar-directory-buttons-follow, speedbar-tag-find)
15615 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15616 (speedbar-buffers-line-directory, speedbar-buffer-click):
15617 Mark unused parameters.
15618 (speedbar-tag-file): Remove unused variable `mode'.
15619 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15620
15621 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15622
15623 * talk.el (talk): Remove unused variable `display'.
15624
15625 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15626 (tar-write-region-annotate): Mark unused parameter.
15627
15628 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15629 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15630 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15631 warning by another.
15632
15633 * time-stamp.el (time-stamp-string-preprocess):
15634 Remove unused variable `require-padding'.
15635
15636 * tree-widget.el (widget-glyph-enable): Declare.
15637 (tree-widget-action): Mark unused parameter.
15638
15639 * w32-fns.el (x-get-selection): Mark unused parameter.
15640 (autoload-make-program, generated-autoload-file): Declare.
15641
15642 * wdired.el (wdired-revert): Mark unused parameters.
15643 (wdired-xcase-word): Remove unused variable `err'.
15644
15645 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15646 (whitespace-help-scroll): Remove unused variable `data-help'.
15647
15648 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15649 (widget-image-insert, widget-after-change, default)
15650 (widget-default-format-handler, widget-default-notify)
15651 (widget-default-prompt-value, widget-info-link-action)
15652 (widget-url-link-action, widget-function-link-action)
15653 (widget-variable-link-action, widget-file-link-action)
15654 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15655 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15656 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15657 (widget-insert-button-action, widget-delete-button-action, visibility)
15658 (widget-documentation-link-action, widget-documentation-string-action)
15659 (widget-const-prompt-value, widget-regexp-match, symbol)
15660 (widget-coding-system-prompt-value)
15661 (widget-key-sequence-value-to-external, sexp)
15662 (widget-sexp-value-to-internal, character, vector, cons)
15663 (widget-choice-prompt-value, widget-boolean-prompt-value)
15664 (widget-color--choose-action): Mark unused parameters.
15665 (widget-item-match-inline, widget-choice-match-inline)
15666 (widget-checklist-match, widget-checklist-match-inline)
15667 (widget-group-match): Rename parameter VALUES to VALS.
15668 (widget-field-value-set): Remove unused variable `size'.
15669 (widget-color-action): Remove unused variables `value' and `start'.
15670
15671 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15672 variable `dir'. Doc fix.
15673 (windmove-find-other-window): Don't pass it.
15674
15675 * window.el (count-windows): Mark unused parameter.
15676 (bw-adjust-window): Remove unused variable `err'.
15677
15678 * woman.el (woman-file-name): Remove unused variable `default'.
15679 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15680 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15681 (global-font-lock-mode): Declare.
15682 (woman-decode-region): Mark unused parameter.
15683 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15684
15685 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15686 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15687 (x-dnd-handle-moz-url): Remove unused variable `title'.
15688 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15689
15690 * xml.el (xml-parse-tag, xml-parse-attlist):
15691 Remove unused variable `pos'.
15692
15693 2011-04-19 Glenn Morris <rgm@gnu.org>
15694
15695 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15696 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15697 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15698 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15699 * calendar/cal-html.el (cal-html-insert-minical):
15700 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15701 (calendar-mark-date-pattern):
15702 Prefix "unused" locals.
15703
15704 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15705 optional argument `style'.
15706
15707 * calendar/appt.el (appt-make-list):
15708 * calendar/cal-china.el (calendar-chinese-date-string):
15709 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15710 (diary-hebrew-yahrzeit):
15711 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15712 * calendar/calendar.el (calendar-generate-window):
15713 * calendar/time-date.el (time-to-days):
15714 Remove unused local variables.
15715
15716 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15717
15718 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15719 glyphless-char-display table.
15720 (tabulated-list-glyphless-char-display): New var.
15721
15722 2011-04-18 Sam Steingold <sds@gnu.org>
15723
15724 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15725 to acknowledgments.
15726
15727 2011-04-17 Glenn Morris <rgm@gnu.org>
15728
15729 * calendar/diary-lib.el (diary-sexp-entry):
15730 * calendar/holidays.el (holiday-sexp):
15731 Set debug-on-error rather than the removed stack-trace-on-error.
15732
15733 2011-04-16 Glenn Morris <rgm@gnu.org>
15734
15735 * progmodes/f90.el: Use lexical-binding.
15736 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15737
15738 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15741 (mail-mode): Setup mailalias completion here instead.
15742 * mail/mailalias.el: Use lexical-binding.
15743 (pattern, mailalias-done): Declare dynamic.
15744 (mail-completion-at-point-function): New function, from mail-complete.
15745 (mail-complete): Use it.
15746 (mail-completion-expand): New function.
15747 (mail-get-names): Use it.
15748 (mail-directory, mail-directory-process, mail-directory-stream):
15749 Don't use `pattern' for lexically bound arg.
15750
15751 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15752
15753 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15754 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15755 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15756
15757 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15758 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15759 (byte-interactive-p): Define them again, for use when inlining
15760 old code.
15761
15762 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15763
15764 * loadup.el: Use `string-to-number', not `string-to-int'.
15765
15766 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15769 gud-gdb-complete-command.
15770 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15771 (gud-gdb-completion-at-point): New function.
15772 (gud-gdb-completions): Remove.
15773
15774 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
15775
15776 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15777 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15778 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15779 whether `executable-find' is bound.
15780
15781 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15782
15783 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15784
15785 * minibuffer.el (completion-in-region-mode-predicate)
15786 (completion-in-region-mode--predicate): New vars.
15787 (completion-in-region, completion-in-region--postch)
15788 (completion-in-region-mode): Use them.
15789 (completion--capf-wrapper): Also return the hook function.
15790 (completion-at-point, completion-help-at-point):
15791 Adjust and provide a predicate.
15792
15793 Preserve arg names for advice of subr and lexical functions (bug#8457).
15794 * help-fns.el (help-function-arglist): Consolidate the subr and
15795 new-byte-code cases. Add argument `preserve-names' to extract names
15796 from the docstring when needed.
15797 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15798 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15799 (ad-arglist): Use help-function-arglist's new arg.
15800 (ad-definition-type): Use cond.
15801
15802 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
15803
15804 * autorevert.el (auto-revert-handler):
15805 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15806 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15807 Don't quote lambda.
15808
15809 * image-mode.el (image-transform-set-scale):
15810 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15811
15812 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15813
15814 * net/network-stream.el (network-stream-open-starttls): Only do
15815 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15816 Upgrades via gnutls-cli are too slow to be done opportunistically.
15817
15818 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
15819
15820 * dframe.el (dframe-current-frame): Remove spurious quote.
15821
15822 2011-04-12 Glenn Morris <rgm@gnu.org>
15823
15824 * calendar/cal-tex.el (cal-tex-end-document):
15825 Try to automatically use latin1 input if needed.
15826
15827 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15828 Don't try to cons a mark onto an empty element.
15829
15830 2011-04-11 Leo Liu <sdl.web@gmail.com>
15831
15832 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15833 buffers.
15834 (ido-kill-buffer-at-head): Support killing virtual buffers.
15835
15836 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
15837
15838 * minibuffer.el (completion-show-inline-help): New var.
15839 (completion--do-completion, minibuffer-complete)
15840 (minibuffer-force-complete, minibuffer-complete-word):
15841 Inhibit minibuffer messages if completion-show-inline-help is nil.
15842
15843 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15844 to avoid interference from inline help (Bug#5849).
15845
15846 2011-04-10 Leo Liu <sdl.web@gmail.com>
15847
15848 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15849 Fix typo.
15850
15851 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15852
15853 * image-mode.el (image-toggle-display-image): Signal an error if
15854 not in Image mode.
15855 (image-transform-mode, image-transform-resize)
15856 (image-transform-set-rotation): Doc fix.
15857 (image-transform-set-resize): Delete.
15858 (image-transform-set-scale, image-transform-fit-to-height)
15859 (image-transform-fit-to-width): Handle image-toggle-display-image
15860 and image-transform-resize directly.
15861
15862 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
15863
15864 * doc-view.el (doc-view-fit-width-to-window)
15865 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15866 New functions for fitting the shown image to the Emacs window size.
15867 (doc-view-mode-map): Add bindings for the new functions.
15868
15869 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
15870
15871 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15872 Fix typo in docstring.
15873
15874 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15875
15876 * files.el (file-size-human-readable): Produce one digit after
15877 decimal, like "ls -lh" does.
15878
15879 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15880 the file size representation.
15881
15882 * simple.el (list-processes): If async subprocesses are not
15883 available, error out with a clear error message.
15884
15885 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15886
15887 * help.el (help-form-show): New function, to be called from C.
15888 Put help-form output in a buffer named differently than *Help*.
15889
15890 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15891
15892 * files.el (file-size-human-readable): New function.
15893
15894 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15895 computing the representation inline. Don't require `cl'.
15896
15897 2011-04-08 Glenn Morris <rgm@gnu.org>
15898
15899 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15900
15901 * net/browse-url.el (browse-url-firefox):
15902 Test system-type, not system-configuration.
15903
15904 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15905 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15906 Use log-edit-empty-buffer-p. (Bug#7598)
15907
15908 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15909 (rlogin-mode-map): Initialize in the defvar.
15910 (rlogin): Use ignore-errors.
15911
15912 * replace.el (occur-mode-map): Some fixes for menu items.
15913
15914 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15915
15916 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15917
15918 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15919
15920 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15921 issuing unused warnings.
15922
15923 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15924 macro directly.
15925
15926 * simple.el: Lisp reimplement of list-processes. Based on an
15927 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15928 (process-menu-mode): New major mode.
15929 (list-processes--refresh, list-processes):
15930 (process-menu-visit-buffer): New functions.
15931
15932 * files.el (save-buffers-kill-emacs): Don't assume any return
15933 value of list-processes, which is undocumented anyway.
15934
15935 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15936
15937 * emacs-lisp/tabulated-list.el: New file.
15938
15939 * emacs-lisp/package.el: Use Tabulated List mode.
15940 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15941 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15942 table format using Tabulated List mode variables.
15943 (package--push): New macro, replacing package-list-maybe-add.
15944 (package-menu--generate): Use package--push. Renamed from
15945 package--generate-package-list.
15946 (package-menu-refresh, list-packages): Use it.
15947 (package-menu--print-info): Rename from package-print-package.
15948 Return insertion data instead of inserting it directly.
15949 (package-menu-describe-package, package-menu-execute):
15950 Use tabulated-list-get-id.
15951 (package-menu-mark-delete, package-menu-mark-install)
15952 (package-menu-mark-unmark, package-menu-backup-unmark)
15953 (package-menu-mark-obsolete-for-deletion):
15954 Use tabulated-list-put-tag.
15955 (package--list-packages, package-menu-revert)
15956 (package-menu-get-package, package-menu-get-version)
15957 (package-menu-sort-by-column): Functions deleted.
15958 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15959 (package-menu--status-predicate, package-menu--version-predicate)
15960 (package-menu--name-predicate)
15961 (package-menu--description-predicate): Handle arguments in the
15962 Tabulated List format.
15963 (package-list-packages-no-fetch): Call list-packages.
15964
15965 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15966
15967 * files.el (after-find-file-from-revert-buffer): Remove variable.
15968 (after-find-file): Don't bind it.
15969 (revert-buffer-in-progress-p): New variable.
15970 (revert-buffer): Bind it.
15971 Pass nil for `after-find-file-from-revert-buffer'.
15972
15973 * saveplace.el (save-place-find-file-hook): Use new variable
15974 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15975
15976 2011-04-06 Glenn Morris <rgm@gnu.org>
15977
15978 * Makefile.in (AUTOGEN_VCS): New variable.
15979 (autoloads): Use $AUTOGEN_VCS.
15980
15981 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15982 * calendar/calendar.el (calendar-mode-map):
15983 Check for toolkit scroll bars. (Bug#8305)
15984
15985 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15986
15987 * minibuffer.el (completion-in-region--postch)
15988 (completion-in-region-mode): Remove unnecessary messages.
15989
15990 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15991
15992 * font-lock.el (font-lock-refresh-defaults):
15993 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15994 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15995
15996 * info.el (Info-directory-list, Info-read-node-name-2)
15997 (Info-split-parameter-string): Doc fixes.
15998 (Info-virtual-nodes): Reflow docstring.
15999 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16000 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16001 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16002 Fix typos in docstrings.
16003 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16004 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16005 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16006 (Info-restore-desktop-buffer): Mark unused parameters.
16007 (Info-directory-find-file, Info-directory-find-node)
16008 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16009 (Info-virtual-index-find-node, Info-apropos-find-file)
16010 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
16011 Mark unused parameters; fix typos in docstrings.
16012 (Info-virtual-index): Remove unused local variable `nodename'.
16013
16014 2011-04-05 Deniz Dogan <deniz@dogan.se>
16015
16016 * net/rcirc.el: Update my e-mail address.
16017 (rcirc-mode-map): Remove M-o binding.
16018
16019 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
16020
16021 * startup.el (command-line): Save the cursor's theme-face
16022 directly, instead of using face-override-spec.
16023
16024 * custom.el (load-theme): Minor optimization in assigning faces.
16025
16026 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
16027
16028 * help-fns.el (describe-variable): Complete all variables having
16029 documentation, including keywords.
16030 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16031
16032 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
16033
16034 Convert to lexical-binding.
16035
16036 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16037 (bs--get-marked-string, bs--get-modified-string)
16038 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16039 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16040 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16041
16042 * ehelp.el (electric-help-execute-extended)
16043 (electric-help-ctrl-x-prefix):
16044 * hexl.el (hexl-revert-buffer-function):
16045 * linum.el (linum-after-change, linum-after-scroll):
16046 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16047
16048 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16049
16050 2011-04-04 Daiki Ueno <ueno@unixuser.org>
16051
16052 * epa-dired.el:
16053 * epa-mail.el:
16054 * epa-hook.el:
16055 * epa-file.el:
16056 * epa.el:
16057 * epg.el: Use lexical binding.
16058
16059 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16062
16063 * textmodes/flyspell.el (flyspell-word): Recognize default
16064 dictionary case for flyspell-mark-duplications-exceptions.
16065 Use regexp matching for languages.
16066 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16067 default dictionary (Bug#7926).
16068
16069 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
16070
16071 * emacs-lisp/package.el (package--with-work-buffer):
16072 Recognize https URLs.
16073
16074 * net/network-stream.el: Move from gnus/proto-stream.el.
16075 Change prefix to network-stream throughout.
16076 (open-protocol-stream): Merge into open-network-stream, leaving
16077 open-protocol-stream as an alias. Handle nil BUFFER args.
16078
16079 * subr.el (open-network-stream): Move to net/network-stream.el.
16080
16081 2011-04-02 Glenn Morris <rgm@gnu.org>
16082
16083 * find-dired.el (find-exec-terminator): New option.
16084 (find-ls-option): Test for -ls support.
16085 (find-ls-subdir-switches): Test for -b in find-ls-option.
16086 (find-dired, find-grep-dired): Doc fixes.
16087 (find-dired): Use find-exec-terminator.
16088
16089 * find-dired.el (find-ls-option, find-ls-subdir-switches)
16090 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16091 (find-name-arg): Remove purecopy.
16092
16093 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16094 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16095 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16096 accordingly. Don't add the null-device if not needed.
16097
16098 * files.el (save-some-buffers): Doc fix.
16099
16100 2011-04-02 Eli Zaretskii <eliz@gnu.org>
16101
16102 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16103
16104 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
16105
16106 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16107 Use `dolist' rather than `mapcar'.
16108
16109 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16110
16111 Add lexical binding.
16112
16113 * subr.el (apply-partially): Use new closures rather than CL.
16114 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16115 (dolist, dotimes): Use slightly different expansion for lexical code.
16116 (functionp): Move to C.
16117 (letrec): New macro.
16118 (with-wrapper-hook): Use it and apply-partially instead of CL.
16119 (eval-after-load): Preserve lexical-binding.
16120 (save-window-excursion, with-output-to-temp-buffer): Turn them
16121 into macros.
16122
16123 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16124
16125 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16126 than the arglist.
16127 (help-add-fundoc-usage): Don't add `Not documented'.
16128 (help-function-arglist): Handle closures, subroutines, and new
16129 byte-code-functions.
16130 (help-make-usage): Remove leading underscores.
16131 (describe-function-1): Handle closures.
16132 (describe-variable): Use special-variable-p for completion.
16133
16134 * files.el (lexical-binding): Declare safe.
16135
16136 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16137 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16138 (pcase): Add `let' pattern.
16139 Change memoization so it actually works.
16140 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16141 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16142 <let>: New case.
16143
16144 * emacs-lisp/macroexp.el: Use lexical binding.
16145 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16146 Don't convert ' to #' without checking that it's indeed quoting
16147 a lambda.
16148
16149 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
16150 Use eval-sexp-add-defvars.
16151 (eval-sexp-add-defvars): New fun.
16152
16153 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16154
16155 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16156 Don't autoload.
16157 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16158 than the internal `byte-compile-lambda'.
16159 (defmethod): Don't hide code under quotes.
16160 (eieio-defmethod): New `code' argument.
16161
16162 * emacs-lisp/eieio-comp.el: Remove.
16163
16164 * emacs-lisp/edebug.el (edebug-eval-defun)
16165 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16166 (edebug-toggle): Avoid `eval'.
16167
16168 * emacs-lisp/disass.el (disassemble-internal): Handle new
16169 `closure' objects.
16170 (disassemble-1): Handle new byte codes.
16171
16172 * emacs-lisp/cl.el (pushnew): Silence warning.
16173
16174 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16175 (cl-byte-compile-throw): Remove.
16176 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16177
16178 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16179 closures.
16180
16181 * emacs-lisp/cconv.el: New file.
16182
16183 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16184 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16185 (byte-compile-initial-macro-environment):
16186 Handle declare-function here.
16187 (byte-compile--lexical-environment): New var.
16188 (byte-stack-ref, byte-stack-set, byte-discardN)
16189 (byte-discardN-preserve-tos): New lap codes.
16190 (byte-interactive-p): Don't use any more.
16191 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16192 New macros.
16193 (byte-compile-lapcode): Use them and handle new lap codes.
16194 (byte-compile-obsolete): Remove.
16195 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16196 (byte-compile-arglist-warn): Check late def of inlinable funs.
16197 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16198 since they should have been expanded by now.
16199 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16200 (byte-compile-from-buffer): Remove unused second arg.
16201 (byte-compile-preprocess): New function.
16202 (byte-compile-toplevel-file-form): New function to distinguish
16203 file-form calls from outside from file-form calls from hunk-handlers.
16204 (byte-compile-file-form): Simplify.
16205 (byte-compile-file-form-defsubst): Remove.
16206 (byte-compile-file-form-defmumble): Simplify now that
16207 byte-compile-lambda always returns a byte-code-function.
16208 (byte-compile): Preprocess.
16209 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16210 Remove, not used any more.
16211 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16212 (byte-compile-make-args-desc): New funs.
16213 (byte-compile-lambda): Handle lexical functions. Always return
16214 a byte-code-function.
16215 (byte-compile-reserved-constants): New var, to make up room for
16216 closed-over variables.
16217 (byte-compile-constants-vector): Obey it.
16218 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16219 (byte-compile-macroexpand-declare-function): New function.
16220 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16221 byte-code-functions.
16222 (byte-compile-form): Check obsolescence here.
16223 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16224 (byte-compile-variable-ref): Remove.
16225 (byte-compile-dynamic-variable-op): New fun.
16226 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16227 (byte-compile-variable-set): New funs.
16228 (byte-compile-discard): Add 2 args.
16229 (byte-compile-stack-ref, byte-compile-stack-set)
16230 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16231 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16232 macroexpand-all instead.
16233 (byte-compile-quote-form): Remove.
16234 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16235 (byte-compile-bind, byte-compile-unbind): New funs.
16236 (byte-compile-let): Handle let* and lexical binding.
16237 (byte-compile-let*): Remove.
16238 (byte-compile-catch, byte-compile-unwind-protect)
16239 (byte-compile-track-mouse, byte-compile-condition-case):
16240 Handle a new :fun-body form, used for lexical scoping.
16241 (byte-compile-save-window-excursion)
16242 (byte-compile-with-output-to-temp-buffer): Remove.
16243 (byte-compile-defun): Simplify.
16244 (byte-compile-stack-adjustment): New fun.
16245 (byte-compile-out): Use it.
16246 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16247
16248 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16249 handler any more.
16250
16251 * emacs-lisp/byte-opt.el: Use lexical binding.
16252 (byte-inline-lapcode): Remove (to bytecomp).
16253 (byte-compile-inline-expand): Pay attention to inlining to/from
16254 lexically bound code.
16255 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16256 any more.
16257 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16258 any more and don't call compiler-macros.
16259 (byte-compile-splice-in-already-compiled-code): Remove.
16260 (byte-code): Don't inline any more.
16261 (disassemble-offset): Receive `bytes' as argument rather than via
16262 dynamic scoping.
16263 (byte-compile-tag-number): Declare before first use.
16264 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16265 `return' even if make-spliceable.
16266 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16267 obsolete interactive-p.
16268 (byte-optimize-lapcode): Optimize new lap-codes.
16269 Don't trip up on new form of `byte-constant' lap code.
16270
16271 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16272
16273 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16274
16275 * custom.el (custom-initialize-default, custom-declare-variable):
16276 Use `defvar'.
16277
16278 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16279 New variables.
16280 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16281 (COMPILE_FIRST): Add macroexp and cconv.
16282 * makefile.w32-in: Mirror changes in Makefile.in.
16283
16284 * vc/cvs-status.el:
16285 * vc/diff-mode.el:
16286 * vc/log-edit.el:
16287 * vc/log-view.el:
16288 * vc/smerge-mode.el:
16289 * textmodes/bibtex-style.el:
16290 * textmodes/css-mode.el:
16291 * startup.el:
16292 * uniquify.el:
16293 * minibuffer.el:
16294 * newcomment.el:
16295 * reveal.el:
16296 * server.el:
16297 * mpc.el:
16298 * emacs-lisp/smie.el:
16299 * doc-view.el:
16300 * dired.el:
16301 * abbrev.el: Use lexical binding.
16302
16303 2011-04-01 Eli Zaretskii <eliz@gnu.org>
16304
16305 * info.el (info-display-manual): New function.
16306
16307 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16308
16309 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16310
16311 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16312
16313 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16314 an entry for that server in rcirc-authinfo. (Bug#8385)
16315
16316 2011-03-31 Glenn Morris <rgm@gnu.org>
16317
16318 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16319
16320 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16321
16322 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16323
16324 * progmodes/python.el (python-default-interpreter)
16325 (python-python-command-args, python-jython-command-args)
16326 (python-which-shell, python-which-args, python-which-bufname)
16327 (python-file-queue, python-comint-output-filter-function)
16328 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16329 variables and functions.
16330
16331 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16332
16333 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16334 (completion-in-region-mode): New minor mode.
16335 (completion-in-region): Use it.
16336 (completion-in-region--data, completion-in-region-mode-map): New vars.
16337 (completion-in-region--postch): New function.
16338 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16339 New vars.
16340 (completion--capf-wrapper): New function.
16341 (completion-at-point): Use it to track well-behavedness of
16342 hook functions.
16343 (completion-help-at-point): New command.
16344
16345 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16346
16347 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16348 syntax class to search for whitespace on a single line
16349 (Message-ID: <4D938140.4030905@redhat.com>).
16350
16351 2011-03-30 Leo Liu <sdl.web@gmail.com>
16352
16353 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16354 New commands.
16355 (edit-abbrevs-map): Bind them here.
16356 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16357
16358 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16359
16360 * allout.el (allout-hide-by-annotation, allout-flag-region):
16361 Reduce possibility of overlay leakage by making them volatile.
16362
16363 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16364 hash is not shared between buffers. Mode initialization is
16365 responsible for giving it a useful starting value.
16366 (allout-item-span): Reduce possibility of overlay leakage by
16367 making them volatile.
16368 (allout-widgets-count-buttons-in-region): Add diagnostic function
16369 for tracking down button overlay leaks.
16370
16371 2011-03-29 Leo Liu <sdl.web@gmail.com>
16372
16373 * ido.el (ido-read-internal): Use the default history var
16374 minibuffer-history if no HISTORY is specified.
16375
16376 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16377
16378 * net/imap.el (imap-shell-open, imap-process-connection-type):
16379 Use imap-process-connection-type for 'shell' streams as well as
16380 Kerberos, SSL, other subprocesses.
16381
16382 2011-03-28 Leo Liu <sdl.web@gmail.com>
16383
16384 * abbrev.el (abbrev-table-empty-p): New function.
16385 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16386 nonempty ones. (Bug#5937)
16387
16388 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16389
16390 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16391
16392 2011-03-27 Leo Liu <sdl.web@gmail.com>
16393
16394 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16395 for foreground and background colors.
16396 (ansi-color-make-color-map): Adapt.
16397
16398 2011-03-25 Leo Liu <sdl.web@gmail.com>
16399
16400 * midnight.el (midnight-time-float): Remove. Note it calculates
16401 the microsecond component incorrectly and seconds-to-time does the
16402 same job.
16403 Remove redundant (require 'timer).
16404
16405 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16406 (ido-completions): Remove unused arguments. (Bug#8329)
16407
16408 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * minibuffer.el (completion--flush-all-sorted-completions):
16411 Remove itself from hook.
16412 (completion-at-point): Let the functions perform the completion
16413 immediately and return nil or t.
16414 * comint.el (comint-dynamic-complete-functions): Now identical to
16415 completion-at-point-functions.
16416 (comint-dynamic-list-input-ring): Remove unused var `index'.
16417 (comint--match-partial-filename, comint--unquote&expand-filename):
16418 New funs, split from comint-match-partial-filename.
16419 (comint-dynamic-complete): Use completion-at-point.
16420 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16421
16422 2011-03-24 Drew Adams <drew.adams@oracle.com>
16423
16424 * thingatpt.el: Support `defun'.
16425
16426 2011-03-23 Leo Liu <sdl.web@gmail.com>
16427
16428 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16429
16430 * help-mode.el (help-mode-finish): Tweak regexp.
16431
16432 2011-03-23 Glenn Morris <rgm@gnu.org>
16433
16434 * eshell/esh-opt.el (eshell-eval-using-options):
16435 Do not bind unused local variable `eshell-option-stub'.
16436
16437 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16438
16439 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16440
16441 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16442 keymap variable in `with-no-warnings' to avoid a warning when the
16443 keymap has been already `defconst'ed.
16444
16445 2011-03-22 Leo Liu <sdl.web@gmail.com>
16446
16447 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16448 encode all chars in abbrevs; otherwise use emacs-mule or
16449 utf-8-emacs. (Bug#8308)
16450
16451 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16452
16453 * simple.el (backward-delete-char-untabify):
16454 Avoid warning about using `delete-backward-char'.
16455
16456 * image.el (image-type-file-name-regexps): Make it variable.
16457 `imagemagick-register-types' modifies it, and the user may want
16458 to add new extensions for known image types.
16459 (imagemagick-register-types): Throw error if not using ImageMagick.
16460
16461 2011-03-22 Leo Liu <sdl.web@gmail.com>
16462
16463 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16464 located before rcirc-prompt-end-marker.
16465 (rcirc-complete): Error if point is not after rcirc prompt.
16466 Handle the case when table is nil.
16467 (rcirc-user-authenticated): Define to fix compiler warning.
16468
16469 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16470
16471 * custom.el (custom--inhibit-theme-enable): Make it affect only
16472 custom-theme-set-variables and custom-theme-set-faces.
16473 (provide-theme): Ignore custom--inhibit-theme-enable.
16474 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16475 (custom-enabling-themes): Delete variable.
16476 (enable-theme): Accept only loaded themes as arguments.
16477 Ignore the special custom-enabled-themes variable.
16478 (custom-enabled-themes): Forbid themes from setting this.
16479 Eliminate use of custom-enabling-themes.
16480 (custom-push-theme): Quote "changed" custom var entry.
16481
16482 2011-03-21 Leo Liu <sdl.web@gmail.com>
16483
16484 * ido.el (ido-read-internal): Add ido-selected to history instead
16485 of user input.
16486
16487 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16488
16489 * subr.el (deferred-action-list, deferred-action-function):
16490 Mark obsolete.
16491
16492 2011-03-21 Leo Liu <sdl.web@gmail.com>
16493
16494 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16495 change on 2011-02-13 (bug#8309).
16496
16497 * minibuffer.el (read-file-name-function): Change default value.
16498 (read-file-name--defaults): Rename from read-file-name-defaults.
16499 (read-file-name-default): Rename from read-file-name.
16500 (read-file-name): Call read-file-name-function.
16501
16502 2011-03-21 Glenn Morris <rgm@gnu.org>
16503
16504 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16505 Doc fixes.
16506
16507 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
16508
16509 * cus-theme.el: Add missing provide statement.
16510 (customize-create-theme): Extract theme value correctly.
16511 (custom-theme-visit-theme): Autoload.
16512 (customize-create-theme): Prompt before inserting default faces.
16513
16514 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16515
16516 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16517 units and musical notes.
16518
16519 2011-03-20 Leo Liu <sdl.web@gmail.com>
16520
16521 * ido.el (ido-read-internal): Use completing-read-default.
16522 (ido-completing-read): Fix compatibility with completing-read.
16523
16524 2011-03-20 Christian Ohler <ohler@gnu.org>
16525
16526 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16527 (ert-delete-all-tests): Use `called-interactively-p' rather than
16528 `interactive-p'.
16529 (ert--make-xrefs-region): Respect END.
16530
16531 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16532
16533 * dired-aux.el (dired-create-directory): Signal an error if the
16534 directory already exists (Bug#8246).
16535
16536 * facemenu.el (list-colors-display): Call list-faces-display
16537 inside with-help-window.
16538 (list-colors-print): Use display property to align the final
16539 column, instead of checking window-width.
16540
16541 2011-03-19 Eli Zaretskii <eliz@gnu.org>
16542
16543 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16544 windows-nt systems.
16545 (emerge-protect-metachars): Quote correctly for ms-dos and
16546 windows-nt systems.
16547
16548 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
16549
16550 * info.el (info-initialize): Replace all uses of `:' with
16551 path-separator for compatibility with non-Unix systems.
16552 Cache quoting of path-separator. (Bug#8258)
16553
16554 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16555
16556 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16557 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16558 (mouse-avoidance-mode): Fix typos in docstrings.
16559
16560 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16561
16562 * startup.el (package-subdirectory-regexp): Move from package.el.
16563 Omit \\` and \\', and let callers add them.
16564
16565 * emacs-lisp/package.el (package-strip-version)
16566 (package-load-all-descriptors): Add \\` and \\' to
16567 package-subdirectory-regexp before using it.
16568 (package-untar-buffer): New arg DIR; ensure that file untars only
16569 into this expected directory. Remove superfluous delete-region.
16570 (package-unpack): Caller changed.
16571 (package-tar-file-info): Use package-subdirectory-regexp.
16572
16573 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16576 diff-mode-shared-map (bug#8284).
16577 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16578
16579 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16580
16581 * calendar/time-date.el (format-seconds): Use assoc instead of
16582 assoc-string, since assoc-string doesn't exist in XEmacs.
16583
16584 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
16585
16586 * custom.el (custom-known-themes): Reflow docstring.
16587 (custom-theme-load-path): Fix typo in docstring.
16588 (load-theme): Fix typo in error message.
16589 (custom-available-themes, custom-variable-theme-value):
16590 Use `let', not `let*'.
16591
16592 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16593
16594 * calc/README: Mention inclusion of musical notes.
16595
16596 * calc/calc-units.el (calc-lu-quant): Rename from
16597 `calc-logunits-quantity'.
16598 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16599 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16600 (calc-db): Rename from `calc-dblevel'.
16601 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16602 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16603 (calc-np): Rename from `calc-nplevel'.
16604 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16605 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16606 (calc-lu-plus): Rename from `calc-logunits-add'.
16607 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16608 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16609 (calc-lu-minus): Rename from `calc-logunits-sub'.
16610 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16611 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16612 (calc-lu-times): Rename from `calc-logunits-mul'.
16613 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16614 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16615 (calc-lu-divide): Rename from `calc-logunits-div'.
16616 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16617 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16618
16619 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16620 functions being autoloaded.
16621
16622 * calc/calc.el (calc-lu-power-reference): Rename from
16623 `calc-logunits-power-reference'.
16624 (calc-lu-field-reference): Rename from
16625 `calc-logunits-field-reference'.
16626
16627 * calc/calc-help.el (calc-l-prefix-help):
16628 Mention musical note functions.
16629
16630 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16631
16632 * minibuffer.el (completion-all-sorted-completions):
16633 Use :completion-cycle-penalty text property if present.
16634
16635 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16636
16637 * allout.el (allout-yank-processing): Adjust for new rebulleting
16638 regime so bullet being yanked is used without prompting the user
16639 for a choice.
16640
16641 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16642
16643 * startup.el (command-line): Warn the user that _emacs is deprecated.
16644
16645 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16646
16647 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16648 (delphi-verbose, delphi-comment-face, delphi-string-face)
16649 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16650 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16651 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16652 (delphi-new-comment-line, delphi-font-lock-defaults)
16653 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16654 Fix typos in docstrings.
16655
16656 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16657
16658 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16659 Invert the roles of character and string values for INSTEAD, so a
16660 string is used for the more common case of a defaulting prompt.
16661
16662 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * progmodes/ruby-mode.el (ruby-backward-sexp):
16665 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16666 * play/gamegrid.el (gamegrid-make-face):
16667 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16668 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16669 * notifications.el (notifications-notify):
16670 * net/xesam.el (xesam-search-engines):
16671 * net/quickurl.el (quickurl-list-insert):
16672 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16673
16674 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
16675
16676 * startup.el (command-line): Update package subdirectory regexp.
16677
16678 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16679
16680 * allout.el (allout-abbreviate-flattened-numbering)
16681 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16682
16683 * subr.el (read-char-choice): Only show the cursor after the prompt,
16684 not after the answer.
16685
16686 2011-03-15 Kevin Ryde <user42@zip.com.au>
16687
16688 * help-fns.el (variable-at-point): Skip leading quotes, if any
16689 (bug#8253).
16690
16691 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16692
16693 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16694 warning message.
16695
16696 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
16697
16698 * shell.el (shell): When called interactively, offer to change the
16699 shell file name on remote hosts.
16700
16701 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16702
16703 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16704 integration for LDAP parameters. The host, base, user or binddn,
16705 and secret tokens can be specified in a netrc file, for instance.
16706 This is optional because an `auth-source' parameter must be
16707 specified in the search attributes.
16708
16709 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
16710
16711 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16712
16713 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16714
16715 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16716 into declaration. Remove redundant and harmful binding.
16717
16718 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16719
16720 * files.el (file-ownership-preserved-p): Pass `integer' as an
16721 explicit 2nd argument to `file-attributes'. If the file's owner
16722 is the Administrators group on Windows, and the current user is
16723 Administrator, consider that a match.
16724
16725 * server.el (server-ensure-safe-dir): Consider server directory
16726 safe on MS-Windows if its owner is the Administrators group while
16727 the current Emacs user is Administrator. Use `=' to compare
16728 numerical UIDs, since they could be integers or floats.
16729
16730 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
16731
16732 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16733
16734 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
16735
16736 Sync with Tramp 2.2.1.
16737
16738 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16739
16740 * net/trampver.el: Update release number.
16741
16742 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16743
16744 * progmodes/compile.el (compilation--previous-directory): Fix up
16745 various nil/dead-marker mismatches (bug#8014).
16746 (compilation-directory-properties, compilation-error-properties):
16747 Don't call it at a position past the one we're about to change.
16748
16749 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16750 Disable obsolescence warnings in the file that declares it.
16751
16752 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16753
16754 * allout-widgets.el (allout-widgets-tally):
16755 Initialize allout-widgets-tally as a hash table rather than nil to
16756 prevent mode-line redisplay warnings. Also, clarify the module
16757 description and fix a comment typo.
16758
16759 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
16760
16761 * help-fns.el (describe-variable): Don't complete keywords.
16762 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16763
16764 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * emacs-lisp/package.el (package-version-join): Impose a standard
16767 string representation for pre/alpha/beta version lists.
16768 (package-unpack-single): Standardize the directory name by passing
16769 it through package-version-join.
16770 (package-strip-rcs-id): Accept any version string that does not
16771 signal an error in version-to-list.
16772
16773 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
16774
16775 * simple.el (delete-trailing-whitespace): Return nil for the
16776 benefit of `write-file-functions'.
16777
16778 2011-03-10 Glenn Morris <rgm@gnu.org>
16779
16780 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16781
16782 * vc/vc-git.el (vc-git-program): New option.
16783 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16784 (vc-git--call): Use it.
16785
16786 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16787
16788 * cus-edit.el (Custom-newline): If no button at point, look
16789 for a subgroup button at start-of-line. (Bug#2298)
16790
16791 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16792
16793 2011-03-10 Julien Danjou <julien@danjou.info>
16794
16795 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16796 `cursor-type' is nil.
16797
16798 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16799
16800 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16801
16802 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16803
16804 * allout.el: Change so yank of distinctive-bullet items
16805 preserves the existing header prefix, rebulleting it if necessary,
16806 rather than replacing it. This is necessary for proper operation
16807 of cooperative addons like allout-widgets.
16808 (allout-make-topic-prefix, allout-rebullet-heading):
16809 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16810 value as alternate bullet to be used, instead of prompting the user
16811 for a bullet character.
16812
16813 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
16814
16815 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16816 Do not use `tramp-file-name-port', because this returns also
16817 `tramp-default-port'.
16818
16819 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16820
16821 * net/rcirc.el (rcirc-handler-001): Remove useless
16822 with-rcirc-process-buffer.
16823 (rcirc-check-auth-status): Swap arguments to string-match.
16824
16825 2011-03-09 Glenn Morris <rgm@gnu.org>
16826
16827 * shell.el (shell-mode):
16828 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16829
16830 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16831 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16832
16833 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16834
16835 * emacs-lisp/package.el (package-refresh-contents)
16836 (package-menu-execute): Use condition-case-no-debug.
16837
16838 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
16839
16840 * simple.el (shell-command-to-string): Use `process-file'.
16841
16842 * emacs-lisp/package.el (package-tar-file-info): Handle also
16843 remote files.
16844
16845 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16846 Use `equal' for upload base check.
16847
16848 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16849
16850 * textmodes/texinfo.el (texinfo-environments):
16851 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16852
16853 2011-03-08 Glenn Morris <rgm@gnu.org>
16854
16855 * cus-start.el (cursor-in-non-selected-windows):
16856 Fix :set quoting oddness. (Bug#8192)
16857
16858 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16859 in some setf expressions. (Bug#2159)
16860
16861 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16862
16863 * custom.el (custom-available-themes): Return themes in
16864 alphabetical order.
16865
16866 See ChangeLog.15 for earlier changes.
16867
16868 ;; Local Variables:
16869 ;; coding: utf-8
16870 ;; End:
16871
16872 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16873
16874 This file is part of GNU Emacs.
16875
16876 GNU Emacs is free software: you can redistribute it and/or modify
16877 it under the terms of the GNU General Public License as published by
16878 the Free Software Foundation, either version 3 of the License, or
16879 (at your option) any later version.
16880
16881 GNU Emacs is distributed in the hope that it will be useful,
16882 but WITHOUT ANY WARRANTY; without even the implied warranty of
16883 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16884 GNU General Public License for more details.
16885
16886 You should have received a copy of the GNU General Public License
16887 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.