Minor code tweak for delete-trailing-whitespace.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-30 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4 restriction change.
5
6 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7
8 * help-fns.el (help-fns--obsolete): Fix last change.
9
10 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
13 (minor-mode-map-alist): Remove redundant code.
14
15 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
16 visited in a buffer.
17 (cvs-insert-visited-file): New function.
18 (find-file-hook): Use it.
19
20 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
21
22 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
23 chose face.
24 (log-edit-empty-buffer-p): Don't require a space after a header.
25
26 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
27
28 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
29
30 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
31 a proper minor-mode.
32
33 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
34
35 2012-09-29 Glenn Morris <rgm@gnu.org>
36
37 * winner.el (winner-mode): Remove variable (let define-minor-mode
38 handle it).
39 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
40 Doc fixes.
41 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
42 (winner-mode): Use define-minor-mode.
43
44 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
45 the full definition in loaddefs, rather than duplicating it.
46
47 * help-macro.el (three-step-help): No need to autoload defcustom.
48
49 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
50 (inferior-lisp-program, inferior-lisp-load-command)
51 (inferior-lisp-prompt, inferior-lisp-mode-hook):
52 No need to autoload defcustoms.
53
54 * hippie-exp.el (hippie-expand-try-functions-list)
55 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
56 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
57 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
58 (hippie-expand-only-buffers): No need to autoload defcustoms.
59 * progmodes/vhdl-mode.el (vhdl-line-expand):
60 Explicitly load hippie-exp, so it does not get autoloaded
61 while hippie-expand-try-functions-list is let-bound.
62
63 2012-09-28 Glenn Morris <rgm@gnu.org>
64
65 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
66
67 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
68 Only "cl.el" counts as cl these days.
69
70 2012-09-28 Juri Linkov <juri@jurta.org>
71
72 Display archive errors in the echo area instead of inserting
73 to the file buffer.
74
75 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
76 to STDERR-TEST that can be a regexp matching a successful output.
77 Create a temporary file and redirect stderr to it. Search for
78 STDERR-TEST in the stderr output and display it in the echo area
79 if no match is found.
80 (archive-extract-by-file): New function like
81 `archive-extract-by-stdout' but extracting archives to files
82 and looking for successful matches in stdout. Function body is
83 mostly copied from `archive-rar-extract'.
84 (archive-rar-extract): Use `archive-extract-by-file'.
85 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
86
87 2012-09-28 Leo Liu <sdl.web@gmail.com>
88
89 * pcomplete.el (pcomplete-show-completions): Use
90 minibuffer-message to make pcomplete usable in minibuffer.
91
92 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
93
94 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * type-break.el: Use lexical-binding.
97 (type-break-mode): Use define-minor-mode.
98
99 * emacs-lisp/pcase.el (pcase--mark-used): New.
100 (pcase--u1): Use it (bug#12512).
101
102 * custom.el (load-theme): Set buffer-file-name so the load is recorded
103 in load-history with the right file name.
104
105 2012-09-28 Tassilo Horn <tsdh@gnu.org>
106
107 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
108 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
109 (doc-view-get-bounding-box): Make bounding box slicing work for
110 ODF and DVI documents.
111
112 2012-09-28 Glenn Morris <rgm@gnu.org>
113
114 * type-break.el (type-break-mode, type-break-interval)
115 (type-break-good-rest-interval, type-break-keystroke-threshold):
116 No need to autoload.
117 (type-break-good-rest-interval, type-break-keystroke-threshold):
118 Add :set-after.
119
120 2012-09-28 Chong Yidong <cyd@gnu.org>
121
122 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
123 Add :version tag.
124
125 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
128
129 2012-09-27 Glenn Morris <rgm@gnu.org>
130
131 * faces.el (x-display-name): Declare (for without-x builds).
132
133 * linum.el (linum-format): Don't autoload it. Improve :type.
134
135 * progmodes/tcl.el: Don't require outline when compiling.
136 (outline-regexp, outline-level): Declare.
137 * textmodes/sgml-mode.el: Don't require outline when compiling.
138 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
139
140 * term.el (term-ansi-reset):
141 Try setting term-ansi-face-already-done to nil. (Bug#11785)
142
143 * vc/vc.el (vc-next-action): Only gripe about committing read-only
144 files for RCS and SCCS. (Bug#9781)
145
146 2012-09-27 Chong Yidong <cyd@gnu.org>
147
148 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
149 change; value should be t.
150
151 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * image-mode.el: Use lexical-binding.
154 (image-mode-winprops): Use t to stand for the window of
155 a buffer that's not displayed.
156 * doc-view.el (doc-view-new-window-function): Handle the new
157 t in winprops.
158 (doc-view-enlarge): Make it a real nop if the size is not changed.
159 (doc-view-display): Handle the case where the buffer is not (yet?)
160 displayed in any window.
161 (doc-view-saved-settings): New var.
162 (doc-view-mode): Use it.
163 (doc-view-fallback-mode): Set it.
164
165 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
166 Set lexical-binding.
167 (minibuffer-eldef-shorten-default): New var.
168 (minibuffer-default-in-prompt-regexps): Use it for new default.
169 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
170
171 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
172
173 * international/uni-bidi.el:
174 * international/uni-category.el:
175 * international/uni-name.el:
176 * international/uni-numeric.el: Regenerate.
177
178 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
179 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * profiler.el: New file.
182
183 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
186 (testcover-reinstrument): Simplify with CSE.
187
188 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
189
190 * window.el (temp-buffer-window-setup): Fix typo in docstring.
191
192 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
193
194 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
195 (verilog-auto-input, verilog-auto-insert-lisp)
196 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
197 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
198 (verilog-auto-unused, verilog-auto-wire)
199 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
200 newline. Reported by Andrew Jones.
201 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
202 Reported by Brad Dobbie.
203 (verilog-batch-delete-trailing-whitespace):
204 Create verilog-batch-delete-trailing-whitespace.
205 Reported by Brad Dobbie.
206 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
207 parameters from another module. Reported by Dan Katz.
208 (verilog-auto, verilog-auto-assign-modport)
209 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
210 AUTOINOUTMODPORT for UVM interface module shell generation.
211 Reported by Brad Dobbie.
212 (verilog-auto-inst-interfaced-ports): Make default nil, as more
213 standard behavior.
214 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
215 Reported by Matt Martin.
216
217 2012-09-25 Martin Rudalics <rudalics@gmx.at>
218
219 * window.el (window--resize-child-windows): When resizing child
220 windows proportionally, process them in reverse order to
221 preserve the "when splitting a window the new one gets the odd
222 line" behavior.
223 (window--resize-root-window-vertically): When resizing the
224 minibuffer window try to affect only windows at the bottom of the
225 frame. (Bug#12419)
226
227 2012-09-25 Chong Yidong <cyd@gnu.org>
228
229 * subr.el (declare): Doc fix.
230
231 * help-fns.el (help-fns--obsolete): Handle macros properly.
232
233 2012-09-25 Chong Yidong <cyd@gnu.org>
234
235 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
236 this function obsolete.
237
238 * calendar/cal-x.el (calendar-two-frame-setup)
239 (calendar-only-one-frame-setup, calendar-one-frame-setup):
240 * calendar/calendar.el (american-calendar, european-calendar)
241 (calendar-for-loop):
242 * comint.el (comint-dynamic-simple-complete)
243 (comint-dynamic-complete-as-filename, comint-unquote-filename):
244 * desktop.el (desktop-load-default):
245 * dired-x.el (dired-omit-here-always)
246 (dired-hack-local-variables, dired-default-directory):
247 * emacs-lisp/derived.el (derived-mode-class):
248 * emacs-lisp/timer.el (timer-set-time-with-usecs):
249 * emacs-lock.el (toggle-emacs-lock):
250 * epa.el (epa-display-verify-result):
251 * epg.el (epg-sign-keys, epg-start-sign-keys)
252 (epg-passphrase-callback-function):
253 * eshell/esh-util.el (eshell-for):
254 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
255 (eshell-add-to-window-buffer-names):
256 * files.el (locate-file-completion):
257 * imenu.el (imenu-example--create-c-index)
258 (imenu-example--create-lisp-index)
259 (imenu-example--lisp-extract-index-name)
260 (imenu-example--name-and-position):
261 * international/mule-cmds.el (princ-list):
262 * international/mule-diag.el (decode-codepage-char):
263 * international/mule-util.el (detect-coding-with-priority):
264 * iswitchb.el (iswitchb-read-buffer):
265 * mail/mailalias.el (mail-complete):
266 * mail/sendmail.el (mail-sent-via):
267 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
268 (mouse-major-mode-menu):
269 * password-cache.el (password-read-and-add):
270 * pcomplete.el (pcomplete-parse-comint-arguments):
271 * progmodes/sh-script.el (sh-maybe-here-document):
272 * replace.el (query-replace-regexp-eval):
273 * savehist.el (savehist-load):
274 * simple.el (choose-completion-delete-max-match):
275 * term.el (term-dynamic-simple-complete):
276 * vc/ediff-init.el (ediff-check-version):
277 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
278 * vc/vc.el (vc-diff-switches-list):
279 * view.el (view-return-to-alist-update): Likewise.
280
281 * subr.el (eval-next-after-load, makehash, insert-string)
282 (assoc-ignore-representation, assoc-ignore-case): Use declare to
283 mark obsolete.
284 (mode-line-inverse-video): Variable deleted.
285
286 * international/mule-util.el (string-to-sequence): Remove.
287
288 * calendar/calendar.el (calendar-version):
289 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
290 (icalendar-convert-diary-to-ical):
291 * cus-edit.el (custom-mode):
292 * ansi-color.el (ansi-color-unfontify-region):
293 * international/latin1-disp.el (latin1-char-displayable-p):
294 * progmodes/cwarn.el (turn-on-cwarn-mode):
295 * progmodes/which-func.el (which-func-update-1):
296 Use define-obsolete-function-alias.
297
298 * net/newst-backend.el (newsticker-cache-filename):
299 * net/newst-treeview.el (newsticker-groups-filename):
300 Fix incorrect obsolescence declaration.
301
302 * allout.el (allout-passphrase-hint-string): Likewise.
303 (allout-init): Use a declare form to mark obsolete.
304
305 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
306 this applies to functions.
307
308 * iswitchb.el (iswitchb-read-buffer): Move code of
309 iswitchb-define-mode-map here, and delete that obsolete function.
310
311 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
312 font-lock-reference-face.
313
314 2012-09-25 Glenn Morris <rgm@gnu.org>
315
316 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
317 Doc fixes.
318
319 * eshell/em-term.el (eshell-term-name):
320 Default to term-term-name. (Bug#12485)
321
322 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
323
324 * progmodes/python.el (python-shell-send-buffer): Better handling
325 of "if __name__ == '__main__':" conditionals when sending the buffer.
326
327 2012-09-24 Glenn Morris <rgm@gnu.org>
328
329 * eshell/esh-cmd.el (eshell-find-alias-function):
330 Tighten up file-name regexp. (Bug#12499)
331
332 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
333
334 Enhancements for triple-quote string syntax.
335 * progmodes/python.el (python-quote-syntax): Remove.
336 (python-syntax-propertize-function): New value.
337 (python-syntax-count-quotes, python-syntax-stringify):
338 New functions.
339
340 2012-09-24 Chong Yidong <cyd@gnu.org>
341
342 * mail/supercite.el (sc-version): Remove obsolete function.
343 (sc-describe): Don't mark as obsolete, since it is bound.
344 (sc-submit-bug-report): Remove.
345
346 * vc/log-edit.el (cvs-changelog-full-paragraphs)
347 (cvs-commit-buffer-require-final-newline): Remove.
348 (log-edit-require-final-newline)
349 (log-edit-changelog-full-paragraphs): Default to t.
350
351 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
352 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
353 * vc/vc.el (vc-checkout-carefully): Likewise.
354
355 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
356 (emerge-version): Remove.
357
358 * progmodes/compile.el (compile-internal): Remove.
359 (compilation-parse-errors-function): Fix typo.
360
361 * international/mule.el (set-char-table-default): Remove.
362 (set-coding-priority, make-coding-system, generic-char-p)
363 (charset-list, charset-bytes, charset-id): Use declare to mark
364 functions as obsolete.
365
366 * vc/pcvs-defs.el (cvs-buffer-name-alist)
367 (cvs-invert-ignore-marks): Remove references to obsolete vars.
368 * vc/vc-hooks.el (vc-default-registered): Don't use
369 vc-master-templates.
370
371 * font-lock.el (font-lock-reference-face):
372 Use define-obsolete-variable-alias.
373
374 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
375 * calendar/calendar.el (calendar-font-lock-keywords):
376 * calendar/diary-lib.el (diary-font-lock-keywords)
377 (diary-fancy-font-lock-keywords):
378 * textmodes/reftex-sel.el (reftex-insert-docstruct):
379 * textmodes/reftex-index.el (reftex-insert-index):
380 * textmodes/reftex-cite.el (reftex-format-bib-entry):
381 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
382 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
383 * progmodes/prolog.el (prolog-font-lock-keywords):
384 * progmodes/idlwave.el (idlwave-idl-keywords):
385 * progmodes/ada-mode.el (ada-font-lock-keywords):
386 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
387
388 2012-09-24 Glenn Morris <rgm@gnu.org>
389
390 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
391
392 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
393
394 * progmodes/python.el (python-indent-line): More consistent cursor
395 movement behavior.
396
397 2012-09-23 Stefan Merten <smerten@oekonux.de>
398
399 * textmodes/rst.el: Fix compiler warning.
400
401 2012-09-23 Roland Winkler <winkler@gnu.org>
402
403 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
404 Transcribe also LaTeX hyphenation.
405 (bibtex-reformat): Bug fix. Do not quote twice the elements of
406 bibtex-reformat-previous-options.
407
408 2012-09-23 Roland Winkler <winkler@gnu.org>
409
410 * proced.el (proced-renice-command): New variable.
411 (proced-marked-processes): New function.
412 (proced-with-processes-buffer): New macro.
413 (proced-send-signal): Use them.
414 (proced-renice): New command bound to r.
415
416 2012-09-23 Roland Winkler <winkler@gnu.org>
417
418 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
419 ibuffer-saved-filter-groups has one element, shortcut the call of
420 completing-read. (Bug#12331)
421
422 2012-09-23 Chong Yidong <cyd@gnu.org>
423
424 * bindings.el (mode-line-toggle-read-only):
425 * bs.el (bs-toggle-readonly):
426 * buff-menu.el (Buffer-menu-toggle-read-only):
427 * dired.el (dired-toggle-read-only):
428 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
429
430 2012-09-23 Chong Yidong <cyd@gnu.org>
431
432 * image.el (image-type-available-p): Adapt to init-image-library
433 argument changes.
434
435 2012-09-22 Juri Linkov <juri@jurta.org>
436
437 * dired.el (dired-mode-map): Add [remap read-only-mode] for
438 `dired-toggle-read-only'. (Bug#12462)
439
440 2012-09-22 Martin Rudalics <rudalics@gmx.at>
441
442 * subr.el (temp-output-buffer-show): New function.
443 (with-output-to-temp-buffer): Call temp-output-buffer-show
444 instead of internal-temp-output-buffer-show.
445
446 2012-09-22 Chong Yidong <cyd@gnu.org>
447
448 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
449 (Bug#12462).
450
451 * repeat.el (repeat): Doc fix (Bug#12348).
452
453 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
454 (Bug#10909).
455
456 * simple.el (shell-command-on-region): Doc fix.
457 (read-only-mode): Doc fix.
458
459 2012-09-22 Eli Zaretskii <eliz@gnu.org>
460
461 * emacs-lisp/timer.el (run-with-idle-timer)
462 (timer-activate-when-idle): Warn against reinvoking an idle timer
463 from within its own timer action. (Bug#12447)
464
465 2012-09-22 Martin Rudalics <rudalics@gmx.at>
466
467 * cus-start.el (window-combination-limit): Add new optional
468 values.
469 * window.el (temp-buffer-window-show)
470 (window--try-to-split-window): Handle new values of
471 window-combination-limit (Bug#1806).
472 (split-window): Test window-combination-limit for t instead of
473 non-nil.
474 (display-buffer-at-bottom): New buffer display action function.
475 * help.el (temp-buffer-resize-regexps): New option.
476 (temp-buffer-resize-mode): Rewrite doc-string.
477 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
478 Don't resize reused window. Suggested by Glenn Morris.
479
480 2012-09-22 Stefan Merten <smerten@oekonux.de>
481
482 * textmodes/rst.el: Revamp section title faces.
483 (rst-official-version)
484 (rst-package-emacs-version-alist): Sync with official version
485 V1.4.0.
486 (rst-faces-defaults, rst-set-level-default)
487 (rst-level-face-max, rst-level-face-base-color)
488 (rst-level-face-base-light, rst-level-face-format-light)
489 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
490 (rst-adornment-faces-alist): Match new setup.
491 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
492 (rst-level-5, rst-level-6): New faces.
493
494 2012-09-22 Chong Yidong <cyd@gnu.org>
495
496 * simple.el (undo): Handle indirect buffers (Bug#8207).
497
498 2012-09-21 Leo Liu <sdl.web@gmail.com>
499
500 IDO: Disable match re-ordering for buffer switching.
501 * ido.el (ido-buffer-disable-smart-matches): New variable.
502 (ido-set-matches-1): Use it. (Bug#2042)
503
504 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
505
506 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
507 Fix 2011-05-17 change. (Bug#12418)
508
509 2012-09-21 Leo Liu <sdl.web@gmail.com>
510
511 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
512
513 2012-09-21 Glenn Morris <rgm@gnu.org>
514
515 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
516 Be more robust about locating simple.el.
517
518 2012-09-21 Glenn Morris <rgm@gnu.org>
519
520 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
521
522 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
523
524 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
525
526 2012-09-20 Juri Linkov <juri@jurta.org>
527
528 * replace.el (query-replace-read-from): Use `read-regexp' instead
529 of `read-from-minibuffer' when `regexp-flag' is non-nil.
530 (occur-read-primary-args): Use `read-regexp' instead of
531 `read-string'.
532 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
533 `read-from-minibuffer'.
534 * isearch.el (isearch-occur): Use `read-regexp' instead of
535 `read-string'.
536 * dired.el (dired-read-regexp): Use `read-regexp' instead of
537 `read-from-minibuffer'.
538 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
539 of `read-string'. (Bug#7567)
540
541 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
542 and allow accepting a list of strings prepended to a list of
543 standard default values. Doc fix. (Bug#12321)
544
545 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
546
547 * replace.el (read-regexp): Don't add ": " when PROMPT already
548 ends with a colon and space. (Bug#12321)
549
550 2012-09-20 Tassilo Horn <tsdh@gnu.org>
551
552 * doc-view.el (doc-view-display): Better fix for the cl-assertion
553 error.
554
555 2012-09-20 Stefan Merten <smerten@oekonux.de>
556
557 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
558 Fixes feature request bug#11711.
559 (rst-mode): Create `imenu-create-index-function'.
560 (rst-get-stripped-line): Delete after refactoring.
561 (rst-section-tree, rst-section-tree-rec)
562 (rst-section-tree-point): Refactor and document properly.
563 (rst-imenu-find-adornments-for-position)
564 (rst-imenu-convert-cell, rst-imenu-create-index):
565 New function.
566
567 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
570 (macroexp--expand-all): Use it.
571 (macroexp--funcall-and-return): Remove by folding it into its sole
572 caller (macroexp--warn-and-return).
573 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
574 Use macroexp--obsolete-warning.
575
576 * calc/calc.el: Fix last change by removing the whole chunk, since it
577 was only needed back when Calc was not bundled.
578
579 2012-09-20 Martin Rudalics <rudalics@gmx.at>
580
581 * emacs-lisp/debug.el (debug): Restore assignment to
582 debugger-old-buffer removed on 2012-09-08.
583
584 2012-09-20 Juri Linkov <juri@jurta.org>
585
586 * dired-aux.el (dired-diff): Remove (require 'diff) since
587 `diff-latest-backup-file' is now autoloaded.
588
589 2012-09-20 Chong Yidong <cyd@gnu.org>
590
591 * vc/diff.el (diff-latest-backup-file): Autoload.
592
593 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * calc/calc.el: Remove redundant autoload shape check.
596 (sel-mode): Don't defvar.
597 (calc-get-stack-element): Add `sel-mode' arg instead.
598 (calc-top, calc-top-list): Pass it this additional argument.
599 * calc/calc-store.el (calc-store-map):
600 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
601 (calc-map-equation, calc-outer-product, calc-inner-product):
602 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
603
604 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
605
606 2012-09-19 Juri Linkov <juri@jurta.org>
607
608 * dired-aux.el (dired-diff): Add (require 'diff) because
609 `diff-latest-backup-file' is not autoloaded.
610 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
611 of `dired-get-filename' to t to not report error when there is
612 no default file on the current line.
613
614 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
617 macroexp--eval-if-compile.
618 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
619 (macroexp--expand-all): Use them (bug#12371).
620
621 * doc-view.el (doc-view-guess-paper-size)
622 (doc-view-scale-bounding-box): Fix unbound `caddr'.
623
624 2012-09-19 Tassilo Horn <tsdh@gnu.org>
625
626 New feature: set optimal slice from BoundingBox information.
627 * doc-view.el (doc-view-mode-map): Add keybinding.
628 (doc-view-menu): Add menu entry.
629 (doc-view-set-slice): Adapt docstring.
630 (doc-view-get-bounding-box, doc-view-guess-paper-size)
631 (doc-view-scale-bounding-box)
632 (doc-view-set-slice-from-bounding-box): New functions.
633 (doc-view-paper-sizes): New defvar.
634
635 2012-09-19 Glenn Morris <rgm@gnu.org>
636
637 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
638 (byte-compile-log-warning): Autoload. (Bug#12371)
639
640 * calendar/calendar.el (calendar-american-month-header)
641 (calendar-european-month-header, calendar-iso-month-header)
642 (calendar-month-header): New options.
643 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
644 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
645
646 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
647
648 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
649
650 2012-09-18 Juri Linkov <juri@jurta.org>
651
652 * dired-aux.el (dired-diff): Restore original functionality of
653 getting the default value, but keep new feature of using the
654 latest existing backup file (`diff-latest-backup-file').
655
656 2012-09-18 Juri Linkov <juri@jurta.org>
657
658 * dired.el (dired-mark): If the region is active in Transient Mark
659 mode, mark all files in the active region. Doc fix.
660 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
661 Doc fix. (Bug#10624)
662
663 2012-09-18 Juri Linkov <juri@jurta.org>
664
665 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
666 attributes for M-n are pulled from the file at point.
667 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
668 Suggested by Drew Adams. (Bug#10624)
669
670 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
671
672 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
673 whitespace after "end".
674 (ruby-do-end-to-brace): Collapse block to one line if it fits
675 within fill-column.
676
677 2012-09-18 Martin Rudalics <rudalics@gmx.at>
678
679 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
680 value.
681 (debug): Don't remove debugger window when debugger is expected
682 to be back.
683
684 2012-09-18 Chong Yidong <cyd@gnu.org>
685
686 * custom.el (defface): Doc fix.
687
688 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
689
690 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
691
692 * progmodes/compile.el (compilation-start): Use compilation-always-kill
693 to initialize query-on-exit; then test that instead (bug#12288).
694
695 2012-09-17 Stefan Merten <smerten@oekonux.de>
696
697 * textmodes/rst.el: Add support for `testcover'.
698 (rst-defcustom-testcover, rst-testcover-add-compose)
699 (rst-testcover-add-1value): New functions.
700 (rst-portable-mark-active-p): Replace by `use-region-p'.
701 (rst-update-section, rst-classify-adornment)
702 (rst-find-title-line): Mark `1value' forms.
703 (rst-classify-adornment): Remove superfluous form.
704 (rst-update-section, rst-get-adornments-around)
705 (rst-adornment-complete-p, rst-get-next-adornment)
706 (rst-adjust, rst-promote-region)
707 (rst-display-adornments-hierarchy, rst-straighten-adornments)
708 (rst-find-pfx-in-region, rst-section-tree-rec)
709 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
710 (rst-toc-node, rst-toc, rst-forward-section)
711 (rst-iterate-leftmost-paragraphs)
712 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
713 (rst-bullet-list-region)
714 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
715 (rst-compile-find-conf, rst-compile)
716 (rst-repeat-last-character): Fix style.
717
718 2012-09-17 Chong Yidong <cyd@gnu.org>
719
720 * comint.el (comint--complete-file-name-data): Don't add a space
721 if the status is `sole'; that adds a gratuitous space in the
722 completion-cycling case (Bug#12092).
723
724 * pcomplete.el (pcomplete-completions-at-point): Likewise.
725
726 2012-09-17 Richard Stallman <rms@gnu.org>
727
728 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
729 only in the mime-shown mode, not in raw mode.
730 (rmail-mime): Toggle off mime by displaying the message without
731 mime processing. (Bug#12305)
732
733 * mail/rmail.el (rmail-retry-failure):
734 Turn off mime processing first. (Bug#12037)
735
736 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
737
738 2012-09-17 Chong Yidong <cyd@gnu.org>
739
740 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
741 (shell-dynamic-complete-functions): Convert to defcustom.
742 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
743
744 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
745 * comint.el (comint-prompt-read-only):
746 * custom.el (defcustom):
747 * hi-lock.el (hi-lock-mode):
748 * ibuffer.el (ibuffer-formats):
749 * ielm.el (ielm-prompt-read-only):
750 * novice.el (disable-command):
751 * saveplace.el (toggle-save-place):
752 * speedbar.el (speedbar-supported-extension-expressions):
753 * startup.el (auto-save-list-file-prefix, init-file-user)
754 (after-init-hook, inhibit-startup-echo-area-message):
755 * strokes.el (strokes-help):
756 * time-stamp.el (time-stamp):
757 * calendar/calendar.el (calendar, diary-file):
758 * calendar/diary-lib.el (diary-mail-entries, diary)
759 (diary-list-entries-hook):
760 * calendar/holidays.el (holidays, calendar-holidays):
761 * calendar/lunar.el (lunar-phases):
762 * calendar/solar.el (sunrise-sunset):
763 * emulation/edt.el (edt-load-keys):
764 * emulation/viper.el (viper-mode):
765 * eshell/em-alias.el (eshell-command-aliases-list):
766 * eshell/esh-util.el (eshell-convert-numeric-arguments):
767 * international/ogonek.el (ogonek-information):
768 * net/tramp-cmds.el (tramp-bug):
769 * net/quickurl.el (quickurl-reread-hook-postfix):
770 * play/decipher.el (decipher-font-lock-keywords):
771 * progmodes/cc-styles.el (c-set-style):
772 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
773 * progmodes/inf-lisp.el (inferior-lisp-prompt):
774 * progmodes/octave-mod.el (octave-mode):
775 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
776 * progmodes/verilog-mode.el (verilog-read-defines):
777 * textmodes/two-column.el (2C-mode): Likewise.
778
779 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
780
781 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
782 that holds many addresses.
783
784 2012-09-16 Chong Yidong <cyd@gnu.org>
785
786 * align.el (align-areas): Call the indication function with
787 positions instead of markers for arguments (Bug#12343).
788
789 * files.el (parse-colon-path): Use split-string (Bug#12351).
790
791 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
792 (display-buffer-function): Mark as obsolete.
793
794 * progmodes/compile.el (compilation-parse-errors): Accept list
795 values similar to font-lock-keywords (Bug#12136).
796 Suggested by Oleksandr Manzyuk.
797 (compilation-error-regexp-alist): Doc fix.
798
799 2012-09-15 Glenn Morris <rgm@gnu.org>
800
801 * version.el (emacs-bzr-version-bzr): New function.
802 (emacs-bzr-get-version): Add optional EXTERNAL argument.
803
804 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
805 checkouts, check the parent dirstate matches the branch.
806 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
807 empty string.
808
809 * version.el (emacs-bzr-version): Doc fix.
810 (emacs-bzr-version-dirstate): New function.
811 (emacs-bzr-get-version): For lightweight checkouts, if the parent
812 is local try and check that it matches the branch. If not, just
813 use dirstate information. (Bug#12441)
814
815 2012-09-14 Juri Linkov <juri@jurta.org>
816
817 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
818 (Bug#12399)
819
820 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
823
824 * emacs-lisp/edebug.el: Miscellaneous cleanup.
825 Remove obsolete byte-compiler hack that tried to silence some warnings.
826 (edebug-submit-bug-report): Remove.
827 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
828 Remove aliases, use the un-prefixed name instead.
829 (edebug-pop-to-buffer): Consider other frames.
830 (edebug-original-read):: Make it more obvious that it's always defined.
831 (edebug--make-form-data-entry, edebug--form-data-name)
832 (edebug--form-data-begin, edebug--form-data-end): Rename from the
833 single-dashed name, and implement with cl-defstruct.
834 (edebug-set-form-data-entry): Use the standard accessors.
835 (edebug-make-top-form-data-entry): Use push.
836 (edebug-no-match): Drop useless `funcall'.
837 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
838 to functions.
839 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
840 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
841 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
842 (easy-menu-define, with-custom-print): Remove redundant specs.
843 (edebug-outside-overriding-local-map)
844 (edebug-outside-overriding-terminal-local-map): Remove, unused.
845 (edebug--display): Bind unread-command-events directly to nil rather
846 than binding it to unread-command-events and later setting it to nil.
847 (edebug--display): Kill edebug-eval-buffer here...
848 (edebug--recursive-edit): ...rather than here.
849 Bind standard-output and standard-input.
850 (edebug-eval): Check cl-macroexpand-all is fboundp.
851 (edebug-temp-display-freq-count): Fix last change.
852
853 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
854 * subr.el (noreturn, 1value): Add `debug' spec.
855 * emacs-lisp/advice.el: Require cl-lib.
856 (ad-copy-tree): Remove, use copy-tree instead.
857 (ad-dolist): Remove use dolist or cl-dolist instead.
858 (ad-do-return): Remove, use cl-return instead.
859 (defadvice): Add `debug' spec.
860
861 2012-09-13 Juri Linkov <juri@jurta.org>
862
863 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
864 (Bug#12399)
865
866 2012-09-13 Glenn Morris <rgm@gnu.org>
867
868 * calc/calc.el (math-compose-expr):
869 * calc/calc-ext.el (math-compose-expr):
870 * progmodes/cc-defs.el (cl-macroexpand-all):
871 * progmodes/cc-langs.el (delete-duplicates, mapcan)
872 (cl-macroexpand-all): Update declarations.
873
874 * vc/vc.el: No need to require ediff.
875 (ediff-load-version-control): Declare.
876 (ediff-vc-internal): Fix declaration.
877 (vc-version-ediff): Require ediff.
878
879 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
880
881 Use a more backwards-compatible timer format (Bug#12430).
882 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
883 being right after USECS, as that better supports old code that
884 inadvisedly looked directly at the timer vector.
885
886 2012-09-13 Kenichi Handa <handa@gnu.org>
887
888 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
889 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
890 `coding-priority' property of these language environment.
891
892 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
893
894 Fix glitches caused by addition of psec to timers (Bug#12430).
895 * image.el (image-animate-timer):
896 * time.el (display-time-world-timer):
897 Use timer--function and timer--args rather than raw access to
898 timer vector.
899
900 2012-09-13 Glenn Morris <rgm@gnu.org>
901
902 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
903 If not compiling a file, try using load-file-name.
904
905 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
908 Fix last change.
909 (edebug-update-eval-list): Use `push'.
910
911 * emacs-lisp/edebug.el: Use lexical-binding.
912 Remove the "edebug-" prefix from non-dynamically-scoped variables.
913 Mark unused args with underscore.
914 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
915 (edebug-form-data): Use defvar-local.
916 (edebug-make-before-and-after-form, edebug-make-after-form):
917 Use backquote.
918 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
919 Not dynamically scoped any more.
920 (edebug--enter-trace): Add arguments `function' and `args'.
921 Rename from edebug-enter-trace.
922 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
923 (edebug--update-coverage): Add `after-index' and `value' args.
924 Rename from edebug-update-coverage.
925 (edebug-slow-after): Call it accordingly.
926 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
927 edebug-recursive-edit.
928 (edebug--display): Call it accordingly. Add args `value',
929 `offset-index', and `arg-mode'. Rename from edebug-display.
930 (edebug-debugger, edebug): Call it accordingly.
931 (edebug-eval-display-list): Use dolist.
932
933 2012-09-12 Juri Linkov <juri@jurta.org>
934
935 * info.el (Info-search): Don't check for isearch-mode and
936 isearch-regexp before let-binding search-spaces-regexp to
937 Info-search-whitespace-regexp.
938 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
939 search-whitespace-regexp if isearch-lax-whitespace or
940 isearch-regexp-lax-whitespace is non-nil.
941 (Info-mode): Don't set local variable search-whitespace-regexp.
942 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
943
944 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
947 (debugger-env-macro): Remove support for unread-command-char.
948
949 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
950 the temporary map re-appearing on emulation-mode-map-alists.
951
952 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
953 since 22.1.
954
955 * ehelp.el (with-electric-help): Accept functions in
956 electric-help-form-to-execute.
957 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
958 And replace unread-command-char -> unread-command-events.
959
960 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
961
962 Sync with Tramp 2.2.6.
963
964 * net/tramp.el (tramp-accept-process-output): Don't use
965 JUST-THIS-ONE in the XEmacs case.
966
967 * net/trampver.el: Update release number.
968
969 2012-09-12 Martin Rudalics <rudalics@gmx.at>
970
971 * emacs-lisp/debug.el (debugger-previous-window-height):
972 New variable.
973 (debug): When debugger-jumping-flag is non-nil try to restore
974 height of debugger window. (Bug#8789)
975
976 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
979 overriding-local-map and pre/post-command-hook here.
980 (edebug-recursive-edit): Do it here instead (bug#12345).
981 (edebug-outside-unread-command-char): Remove all uses of
982 unread-command-char.
983
984 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
985 inhibit-debugger is bound instead.
986
987 2012-09-11 Bastien Guerry <bzg@gnu.org>
988
989 * subr.el (set-temporary-overlay-map): Add a docstring.
990 (Bug#12346)
991
992 2012-09-11 Bastien Guerry <bzg@gnu.org>
993
994 * minibuffer.el (completion-table-subvert): Fix docstring.
995 (Bug#12347)
996
997 2012-09-11 Bastien Guerry <bzg@gnu.org>
998
999 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
1000
1001 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
1002
1003 * progmodes/sql.el: Version 3.1
1004 (sql-db2-escape-newlines): New variable.
1005 (sql-escape-newlines-filter): Use it.
1006
1007 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
1008
1009 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
1010
1011 2012-09-10 Dan Nicolaescu <dann@gnu.org>
1012
1013 * vc/diff-mode.el (diff-mode-menu):
1014 Bind diff-remove-trailing-whitespace.
1015
1016 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
1019 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
1020 (emacs-lisp-byte-code-mode): New functions.
1021 (eval-sexp-add-defvars): Don't skip defvars in column >0.
1022 (eval-defun-2): Remove bogus interactive spec.
1023 (lisp-indent-line): Remove redundant whole-exp code, now done in
1024 indent-according-to-mode.
1025 (save-match-data): Remove redundant indent data.
1026
1027 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
1028 Use `declare'.
1029
1030 2012-09-09 Juri Linkov <juri@jurta.org>
1031
1032 * replace.el (replace-regexp-lax-whitespace): New defcustom.
1033 (replace-lax-whitespace, query-replace-regexp)
1034 (query-replace-regexp-eval, replace-regexp): Doc fix.
1035 (perform-replace, replace-highlight): Let-bind
1036 isearch-lax-whitespace to replace-lax-whitespace and
1037 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
1038
1039 * isearch.el (isearch-query-replace): Let-bind
1040 replace-lax-whitespace to isearch-lax-whitespace and
1041 replace-regexp-lax-whitespace to
1042 isearch-regexp-lax-whitespace. (Bug#10885)
1043
1044 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
1047
1048 2012-09-09 Alan Mackenzie <acm@muc.de>
1049
1050 * progmodes/cc-engine.el (c-state-cache-init):
1051 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
1052 (c-record-parse-state-state):
1053 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
1054
1055 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
1056
1057 * register.el (register-separator): Rename from
1058 separator-register. All uses changed. Doc fix.
1059 (register): Fix version.
1060
1061 2012-09-09 Chong Yidong <cyd@gnu.org>
1062
1063 * replace.el (query-replace-map): Bind four new symbols for
1064 requesting window scrolling.
1065
1066 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
1067 query-replace-map (Bug#8948).
1068
1069 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
1070
1071 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
1072 since they are now in query-replace-map.
1073
1074 * window.el (scroll-other-window-down): Make the arg optional.
1075
1076 2012-09-09 Chong Yidong <cyd@gnu.org>
1077
1078 * files.el (hack-local-variables-confirm): Use quit-window to kill
1079 the *Local Variables* buffer.
1080
1081 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1082
1083 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
1084 not just expect to be at its beginning. Adjust callees.
1085 Succeed when do-end block has no space before the pipe character.
1086 (ruby-brace-to-do-end): When the original block is one-liner,
1087 convert to multiline. Reindent the result.
1088
1089 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
1090
1091 * register.el (register): New group.
1092 (register-separator): New user option.
1093 (increment-register): Route it to `append-to-register', if
1094 register contains text. Implication is that `C-x r +' can now be
1095 used for appending to a text register (bug#12217).
1096 (append-to-register, prepend-to-register): Add separator based on
1097 `register-separator.
1098
1099 2012-09-08 Alan Mackenzie <acm@muc.de>
1100
1101 AWK Mode: make auto-newline work when there's "==" in the pattern.
1102 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
1103 correctly.
1104 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
1105 Test more rigorously for "=" token.
1106
1107 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
1108
1109 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
1110 Only fail when reached LIMIT.
1111
1112 2012-09-08 Chong Yidong <cyd@gnu.org>
1113
1114 * dired.el (dired-mode-map): Don't bind M-=.
1115
1116 * dired-aux.el (dired-diff): Use backup file as default.
1117
1118 2012-09-08 Drew Adams <drew.adams@oracle.com>
1119
1120 * subr.el (add-to-history): Fix delete usage (Bug#12314).
1121
1122 2012-09-08 Chong Yidong <cyd@gnu.org>
1123
1124 * subr.el (syntax-after, syntax-class): Doc fix.
1125
1126 2012-09-08 Martin Rudalics <rudalics@gmx.at>
1127
1128 * window.el (display-buffer-in-previous-window): New buffer
1129 display action function.
1130
1131 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
1132 (debugger-previous-window): New variable.
1133 (debug): Rewrite using display-buffer-in-previous-window,
1134 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
1135
1136 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
1139
1140 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
1141
1142 * progmodes/python.el (python-shell-send-string):
1143 When default-directory is remote, create temp file on remote
1144 filesystem.
1145 (python-shell-send-file): When file is remote, pass local view of
1146 file paths to remote Python interpreter. (Bug#12340)
1147
1148 2012-09-07 Chong Yidong <cyd@gnu.org>
1149
1150 * window.el (switch-to-buffer): Doc fix (Bug#12181).
1151
1152 * files.el (after-find-file): Don't fail on a read-only buffer if
1153 require-final-newline is `visit' or `visit-save' (Bug#11156).
1154
1155 * subr.el (read-char-choice): Allow quitting via ESC ESC.
1156
1157 * userlock.el (ask-user-about-supersession-threat):
1158 Use read-char-choice (Bug#12093).
1159
1160 2012-09-07 Chong Yidong <cyd@gnu.org>
1161
1162 * subr.el (buffer-narrowed-p): New function.
1163
1164 * ses.el (ses-widen):
1165 * simple.el (count-words--buffer-message):
1166 * net/browse-url.el (browse-url-of-buffer): Use it
1167
1168 * simple.el (count-words-region): Don't signal an error if there
1169 is a non-nil prefix arg and the mark is not set.
1170
1171 * help.el (describe-key-briefly): Allow the message to be seen
1172 when invoked from the minibuffer (Bug#7014).
1173
1174 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1175
1176 * progmodes/ruby-mode.el (ruby-end-of-defun)
1177 (ruby-beginning-of-defun): Simplify, allow indentation before
1178 block beginning and end keywords.
1179 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
1180 (ruby-end-of-defun): Expect that the point is at the beginning of
1181 the defun.
1182
1183 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
1186 (bug#12367).
1187 (cl--make-usage-args): Strip _ from argument names.
1188
1189 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1190
1191 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
1192 obsolete alias speedbar-key-map.
1193 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
1194 (vhdl-index-menu-init): Don't use obsolete variable
1195 font-lock-maximum-size.
1196
1197 2012-09-06 Chong Yidong <cyd@gnu.org>
1198
1199 * frame.el (window-system-version): Mark as obsolete.
1200
1201 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
1202 of obsolete variable speedbar-key-map.
1203
1204 2012-09-06 Juri Linkov <juri@jurta.org>
1205
1206 * replace.el (replace-lax-whitespace): New defcustom.
1207 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1208 (replace-string, replace-regexp): Mention it in docstrings.
1209 (perform-replace, replace-highlight): Let-bind
1210 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
1211 to the values of replace-lax-whitespace and regexp-flag.
1212 Don't let-bind search-whitespace-regexp. (Bug#10885)
1213
1214 * isearch.el (isearch-query-replace): Let-bind
1215 replace-lax-whitespace instead of let-binding
1216 replace-search-function and replace-re-search-function.
1217 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
1218 and isearch-regexp-lax-whitespace to lazy-highlight variables.
1219 (isearch-toggle-symbol): Set isearch-regexp to nil
1220 in isearch-word mode (like in isearch-toggle-word).
1221
1222 2012-09-06 Juri Linkov <juri@jurta.org>
1223
1224 * replace.el (replace-search-function)
1225 (replace-re-search-function): Set default values to nil.
1226 (perform-replace): Let-bind isearch-related variables based on
1227 replace-related values, call `isearch-search-fun' and let-bind
1228 the result to `search-function'. Remove code that sets
1229 `search-function' and `search-string' separately for
1230 `delimited-flag'.
1231 (replace-highlight): Add new argument `delimited-flag' and
1232 rename other arguments to the names used in `perform-replace'.
1233 Let-bind `isearch-word' to the argument `delimited-flag'.
1234 (Bug#10885, bug#10887)
1235
1236 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
1237
1238 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
1239 ruby-beginning-of-indent, simplify, allow all keywords to have
1240 indentation before them.
1241 (ruby-beginning-of-indent): Adjust for above. Search until the
1242 found point is not inside a string or comment.
1243 (ruby-font-lock-keywords): Allow symbols to start with "@"
1244 character, give them higher priority than variables.
1245 (ruby-syntax-propertize-function)
1246 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
1247 matchers. Expression expansions are not comments when inside a
1248 string, and there comment syntax status is irrelevant.
1249 (ruby-match-expression-expansion): New function. Check that
1250 expression expansion is inside a string, and it's not escaped.
1251 (ruby-font-lock-keywords): Use it.
1252
1253 2012-09-05 Martin Rudalics <rudalics@gmx.at>
1254
1255 * help.el (temp-buffer-max-height): New default value.
1256 (temp-buffer-resize-frames): New option.
1257 (resize-temp-buffer-window): Optionally resize frame.
1258
1259 * window.el (fit-frame-to-buffer-bottom-margin): New option.
1260 (fit-frame-to-buffer): New function.
1261
1262 2012-09-05 Glenn Morris <rgm@gnu.org>
1263
1264 * emulation/cua-rect.el (cua--init-rectangles):
1265 * textmodes/picture.el (picture-mode-map):
1266 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
1267 like forward-char and backward-char. (Bug#12317)
1268
1269 2012-09-05 Leo Liu <sdl.web@gmail.com>
1270
1271 * progmodes/flymake.el (flymake-warning-re): New variable.
1272 (flymake-parse-line): Use it.
1273
1274 2012-09-05 Glenn Morris <rgm@gnu.org>
1275
1276 * calendar/holidays.el (holiday-christian-holidays):
1277 Rename an entry. (Bug#12289)
1278
1279 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
1282 (bug#12222).
1283
1284 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * loadup.el: Load macroexp. Remove hack.
1287 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
1288 (macroexp--expand-all): Use it to get better warnings.
1289 (macroexp--backtrace, macroexp--trim-backtrace-frame)
1290 (internal-macroexpand-for-load): New functions.
1291 (macroexp--pending-eager-loads): New var.
1292 (emacs-startup-hook): New hack to replace one in loadup.el.
1293 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
1294 (cl--compiler-macro-cXXr): Move to top, before they can be used.
1295 (cl-psetf): Simplify.
1296 (cl-defstruct): Add indent rule.
1297
1298 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1299
1300 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
1301 over `user-mail-address' for the SMTP MAIL FROM envelope.
1302 (smtpmail-via-smtp): Ditto.
1303
1304 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
1305
1306 * progmodes/ruby-mode.el: Clean up keybindings.
1307 (ruby-mode-map): Don't bind ruby-electric-brace,
1308 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
1309 backward-kill-word, reindent-then-newline-and-indent.
1310 (ruby-mark-defun): Remove.
1311 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
1312 (ruby-mode): Set local beginning-of-defun-function and
1313 end-of-defun-function values.
1314
1315 2012-09-03 Martin Rudalics <rudalics@gmx.at>
1316
1317 * window.el (temp-buffer-window-setup-hook)
1318 (temp-buffer-window-show-hook): New hooks.
1319 (temp-buffer-window-setup, temp-buffer-window-show)
1320 (with-temp-buffer-window): New functions.
1321 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
1322 (special-display-popup-frame): Make sure the window used shows BUFFER.
1323
1324 * help.el (temp-buffer-resize-mode): Fix doc-string.
1325 (resize-temp-buffer-window): New optional argument WINDOW.
1326
1327 * files.el (recover-file, save-buffers-kill-emacs):
1328 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
1329
1330 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
1333 remote definition of `default-directory', ensure we can connect.
1334
1335 2012-09-02 Juri Linkov <juri@jurta.org>
1336
1337 Toggle whitespace matching mode with M-s SPC.
1338 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
1339
1340 * isearch.el (search-whitespace-regexp): Doc fix.
1341 Remove cons cell customization.
1342 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
1343 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
1344 New variables.
1345 (isearch-forward, isearch-forward-regexp): Doc fix.
1346 (isearch-toggle-lax-whitespace): New command.
1347 (search-forward-lax-whitespace, search-backward-lax-whitespace)
1348 (re-search-forward-lax-whitespace)
1349 (re-search-backward-lax-whitespace): New functions.
1350 (isearch-whitespace-regexp): Remove function.
1351 (isearch-query-replace): Let-bind replace-search-function and
1352 replace-re-search-function.
1353 (isearch-occur): Let-bind search-spaces-regexp according to the
1354 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
1355 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
1356 condition for C-q SPC.
1357 (isearch-search-fun-default): Use new functions mentioned above.
1358 (isearch-search-forward, isearch-search-backward): Remove functions.
1359 (isearch-search): Don't let-bind search-spaces-regexp.
1360 (isearch-lazy-highlight-space-regexp): Remove variable.
1361 (isearch-lazy-highlight-lax-whitespace)
1362 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
1363 (isearch-lazy-highlight-new-loop): Use them.
1364 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
1365
1366 2012-09-02 Chong Yidong <cyd@gnu.org>
1367
1368 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
1369
1370 2012-09-02 Glenn Morris <rgm@gnu.org>
1371
1372 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
1373
1374 2012-09-01 Glenn Morris <rgm@gnu.org>
1375
1376 * term.el: Tidy up menu definitions.
1377 (term-mode-map): Use easymenu for In/Out, Complete menus.
1378 (term-pager-break-map): Initialize in the defvar.
1379 (term-terminal-menu, term-signals-menu): Define with easymenu.
1380 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
1381 (term-pager-menu): New, extracted from term-process-pager.
1382 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
1383 (term-update-mode-line): Propertize line/char and page items.
1384 (term-process-pager): Move keymap initialization elsewhere.
1385
1386 2012-09-01 Martin Rudalics <rudalics@gmx.at>
1387
1388 * window.el (switch-to-prev-buffer): Handle additional values of
1389 BURY-OR-KILL argument. Don't switch in minibuffer window.
1390 (switch-to-next-buffer): Don't switch in minibuffer window.
1391 (quit-restore-window): New function based on quit-window.
1392 Handle additional values of former KILL argument.
1393 (quit-window): Call quit-restore-window with appropriate
1394 interpretation of KILL argument.
1395 (display-buffer-below-selected): New buffer display action
1396 function.
1397
1398 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 * minibuffer.el (completion-at-point-functions): Complete docstring
1401 (bug#12254).
1402
1403 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1404
1405 Better seed support for (random).
1406 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
1407 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
1408 * play/mpuz.el, play/tetris.el, play/zone.el:
1409 * calc/calc-comb.el (math-init-random-base):
1410 * play/blackbox.el (bb-init-board):
1411 * play/life.el (life):
1412 * server.el (server-use-tcp):
1413 * type-break.el (type-break):
1414 Remove unnecessary call to (random t).
1415 * net/sasl.el (sasl-unique-id-function):
1416 Change (random t) to (random), now that the latter is more random.
1417 * play/life.el (life-initialized): Remove no-longer-needed var.
1418
1419 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
1420
1421 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1422 Consider frame's buffer predicate when choosing the buffer.
1423 (Bug#12081)
1424
1425 2012-08-30 Richard Stallman <rms@gnu.org>
1426
1427 * simple.el (special-mode-map): Delete binding for `z'.
1428
1429 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
1430
1431 * progmodes/compile.el (compilation-always-kill): Doc fix.
1432
1433 2012-08-30 Chong Yidong <cyd@gnu.org>
1434
1435 * window.el (display-buffer-reuse-frames): Make the obsolescence
1436 message more informative.
1437
1438 2012-08-30 Glenn Morris <rgm@gnu.org>
1439
1440 * paren.el (show-paren-delay):
1441 Add a :set function. Doc fix. (Bug#12297)
1442
1443 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
1444
1445 * progmodes/compile.el (compilation-always-kill): New var.
1446 (compilation-start): Use it.
1447
1448 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * simple.el (read-only-mode): Move from files.el for bootstrapping.
1451 * files.el (read-only-mode): Move to simple.el.
1452
1453 * files.el (read-only-mode): New minor mode.
1454 (toggle-read-only): Use it and mark obsolete.
1455 (find-file--read-only):
1456 * vc/vc.el (vc-next-action, vc-checkout):
1457 * vc/vc-cvs.el (vc-cvs-checkout):
1458 * obsolete/vc-mcvs.el (vc-mcvs-update):
1459 * ffap.el (ffap--toggle-read-only): Update callers.
1460
1461 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
1462
1463 * eshell/esh-ext.el (eshell-external-command): Do not examine
1464 remote shell scripts.
1465 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
1466
1467 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
1468 "/usr/local/sbin".
1469
1470 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
1473
1474 2012-08-28 Leo Liu <sdl.web@gmail.com>
1475
1476 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
1477 completion-at-point. (Bug#12220)
1478
1479 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
1480
1481 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
1482
1483 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
1486 be buffer-local; add delete-trailing-whitespace (bug#12259).
1487
1488 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
1489
1490 * progmodes/hideif.el (hif-compress-define-list):
1491 Fix typo. (Bug#11951)
1492
1493 2012-08-28 Dan Nicolaescu <dann@gnu.org>
1494
1495 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
1496 buffer local setting.
1497
1498 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1499 rcirc-encode-coding-system.
1500
1501 2012-08-28 Leo Liu <sdl.web@gmail.com>
1502
1503 * net/rcirc.el (rcirc-split-message): New function.
1504 (rcirc-send-message): Use it. (Bug#12051)
1505
1506 2012-08-28 Juri Linkov <juri@jurta.org>
1507
1508 * info.el (Info-fontify-node): Hide empty lines at the end of
1509 the node. (Bug#12272)
1510
1511 2012-08-27 Drew Adams <drew.adams@oracle.com>
1512
1513 * dired.el (dired-pop-to-buffer): Make window start at beginning
1514 of buffer (Bug#12281).
1515
1516 2012-08-26 Chong Yidong <cyd@gnu.org>
1517
1518 * window.el (special-display-regexps, special-display-frame-alist)
1519 (special-display-buffer-names, special-display-function)
1520 (display-buffer-reuse-frames): Mark as obsolete.
1521
1522 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1523
1524 * help.el (help-print-return-message): Don't treat
1525 display-buffer-reuse-frames specially.
1526
1527 2012-08-26 Chong Yidong <cyd@gnu.org>
1528
1529 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1530 New variable, replacing gdb-frame-parameters.
1531 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1532 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1533 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1534 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1535 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1536 the functions directly with gdb-display-buffer-other-frame-action.
1537 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1538 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1539 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1540 (gdb-display-registers-buffer): Define directly.
1541 (def-gdb-display-buffer): Macro deleted.
1542 (gdb-display-buffer): Remove second and third args, callers don't
1543 use them. Defer to the default display-buffer behavior, apart
1544 from making windows dedicated.
1545 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1546
1547 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1548
1549 * window.el (display-buffer-pop-up-frame): Handle a
1550 pop-up-frame-parameters alist entry.
1551 (display-buffer): Document it.
1552
1553 2012-08-26 Chong Yidong <cyd@gnu.org>
1554
1555 * isearch.el (search-whitespace-regexp): Make string and nil
1556 values apply to both ordinary and regexp search. Allow a cons
1557 cell value to distinguish between the two.
1558 (isearch-whitespace-regexp, isearch-search-forward)
1559 (isearch-search-backward): New functions.
1560 (isearch-occur, isearch-search-fun-default, isearch-search)
1561 (isearch-lazy-highlight-new-loop): Use them.
1562 (isearch-forward, isearch-forward-regexp): Doc fix.
1563
1564 2012-08-26 Chong Yidong <cyd@gnu.org>
1565
1566 * faces.el (help-argument-name): Always inherit from italic
1567 (Bug#12213).
1568
1569 2012-08-25 Martin Rudalics <rudalics@gmx.at>
1570
1571 * window.el (window--even-window-heights): Even heights when
1572 WINDOW and the selected window form a vertical combination.
1573 (display-buffer-use-some-window): Provide that window used gets
1574 sized back by quit-window. (Bug#11880) and (Bug#12091)
1575
1576 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1577
1578 Fix file time stamp problem with bzr and CVS (Bug#12001).
1579 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1580 in the file's time stamp, since the version control system loses
1581 that information.
1582
1583 2012-08-22 Juri Linkov <juri@jurta.org>
1584
1585 * info.el (Info-fontify-node): Hide the suffix of the
1586 Info file name in the header line. (Bug#12187)
1587
1588 2012-08-22 Glenn Morris <rgm@gnu.org>
1589
1590 * calendar/cal-tex.el (cal-tex-weekly-common):
1591 Restore leading blank page.
1592
1593 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
1594
1595 * misc.el (forward-to-word, backward-to-word): Activate or extend
1596 the region under `shift-select-mode'. (Bug#12231)
1597
1598 2012-08-22 Bastien Guerry <bzg@gnu.org>
1599
1600 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1601 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1602 gives details on why the space is never needed.
1603
1604 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1605
1606 * window.el (walk-window-tree, window-with-parameter):
1607 New optional argument MINIBUF to control whether these functions
1608 should run on the minibuffer window.
1609 (window-at-side-list): Don't operate on minibuffer window.
1610 (window-in-direction): Simplify and rewrite doc-string.
1611 (window--size-ignore): Rename to window--size-ignore-p.
1612 Update callers.
1613 (display-buffer-in-atom-window, window--major-non-side-window)
1614 (window--major-side-window, display-buffer-in-major-side-window)
1615 (delete-side-window, display-buffer-in-side-window):
1616 New functions.
1617 (window--side-check, window-deletable-p, delete-window)
1618 (delete-other-windows, split-window): Handle side windows and
1619 atomic windows appropriately.
1620 (window--display-buffer): Call display-buffer-record-window also
1621 when the window buffer did not change.
1622
1623 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1624
1625 * help-fns.el (help-fns--key-bindings):
1626 Abbreviate non-symbol remap targets. (Bug#12174)
1627
1628 2012-08-22 Martin Rudalics <rudalics@gmx.at>
1629
1630 * dired.el (dired-mark-remembered): Don't clobber point.
1631 (Bug#11795)
1632
1633 2012-08-22 Glenn Morris <rgm@gnu.org>
1634
1635 * progmodes/bug-reference.el (bug-reference): New custom group.
1636 (bug-reference-bug-regexp): Make it a defcustom.
1637
1638 2012-08-22 Daiki Ueno <ueno@unixuser.org>
1639
1640 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1641 (js-paren-indent-offset, js-square-indent-offset)
1642 (js-curly-indent-offset): Add :safe (Bug#12257).
1643
1644 2012-08-22 Edward O'Connor <hober0@gmail.com>
1645
1646 * json.el (json-key-format): Add error properties.
1647 (json-encode-key): New function.
1648 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1649 Use json-encode-key.
1650
1651 2012-08-22 Glenn Morris <rgm@gnu.org>
1652
1653 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1654 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1655 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1656 Update for above change.
1657
1658 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1659
1660 * cus-face.el (custom-face-attributes): Fix customize type for the
1661 :underline attribute. (Bug#11805)
1662
1663 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1664
1665 * window.el (window-point-1, set-window-point-1): Remove.
1666 (window-in-direction, record-window-buffer)
1667 (set-window-buffer-start-and-point, split-window-below)
1668 (window--state-get-1, display-buffer-record-window):
1669 Replace calls to window-point-1 and set-window-point-1 by calls to
1670 window-point and set-window-point respectively.
1671
1672 2012-08-21 Glenn Morris <rgm@gnu.org>
1673
1674 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1675 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1676 Use it.
1677
1678 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1679 (cal-tex-shortday): New function.
1680 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1681 (cal-tex-cursor-filofax-daily): Use the above.
1682
1683 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1684 New functions.
1685 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1686 (cal-tex-cursor-filofax-week): Use them.
1687
1688 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1689 New constants.
1690 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1691 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1692
1693 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1694 (cal-tex-end-document): Don't rely on buffer name.
1695
1696 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1697 Use cal-tex-vspace.
1698 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1699 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
1700 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1701 Use cal-tex-arg.
1702
1703 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1704 (cal-tex-cursor-week, cal-tex-cursor-week2)
1705 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1706 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1707 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1708 (cal-tex-insert-preamble, cal-tex-b-document)
1709 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1710 Improve cal-tex-cmd usage.
1711
1712 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1713 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1714 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1715 (cal-tex-weekly-paper): New function.
1716 (cal-tex-cursor-week, cal-tex-cursor-week2)
1717 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1718 (cal-tex-cursor-day): Use it.
1719
1720 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1721 (cal-tex-cursor-filofax-week): Remove leading blank page.
1722
1723 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1724 Add autoload cookie. For now at least, don't use color, since
1725 no other cal-tex function does.
1726
1727 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1728 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1729 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1730
1731 2012-08-21 Juri Linkov <juri@jurta.org>
1732
1733 * info.el (Info-file-attributes): New variable.
1734 (info-insert-file-contents): Add file attributes to
1735 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1736 `Info-toc-nodes' when previous modtime of the Info file is less
1737 than new modtime.
1738 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1739 of info.el. (Bug#12230)
1740
1741 2012-08-20 Glenn Morris <rgm@gnu.org>
1742
1743 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1744 * calendar/holidays.el (calendar-holiday-list):
1745 Report errors with display-warning rather than beep'n'sleep.
1746
1747 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-accept-process-output): Accept only output
1750 from PROC. Otherwise, process filters and sentinels might be
1751 confused. (Bug#12145)
1752
1753 2012-08-20 Chong Yidong <cyd@gnu.org>
1754
1755 * descr-text.el (describe-text-properties-1): Use overlays-in to
1756 report on empty overlays (Bug#3322).
1757
1758 2012-08-20 Glenn Morris <rgm@gnu.org>
1759
1760 * mail/rmailout.el (rmail-output-read-file-name):
1761 Trap and report errors in rmail-output-file-alist elements.
1762
1763 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1764 since most non-font-lock faces are not also variables).
1765
1766 2012-08-20 Edward Reingold <reingold@iit.edu>
1767
1768 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1769 New function. (Bug12160)
1770
1771 2012-08-19 Glenn Morris <rgm@gnu.org>
1772
1773 * mail/rmailout.el (rmail-output-read-file-name):
1774 Fix previous change (when the alist is nil or does not match).
1775
1776 2012-08-19 Chong Yidong <cyd@gnu.org>
1777
1778 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1779 (Bug#12228).
1780
1781 2012-08-18 Chong Yidong <cyd@gnu.org>
1782
1783 * simple.el (yank-handled-properties): New defcustom.
1784 (yank-excluded-properties): Add font-lock-face and category.
1785 (yank): Doc fix.
1786
1787 * subr.el (remove-yank-excluded-properties):
1788 Obey yank-handled-properties. The special handling of font-lock-face
1789 and category is now done this way, instead of being hard-coded.
1790 (insert-for-yank-1): Remove font-lock-face handling.
1791 (yank-handle-font-lock-face-property)
1792 (yank-handle-category-property): New function.
1793
1794 2012-08-17 Glenn Morris <rgm@gnu.org>
1795
1796 * mail/rmailout.el (rmail-output-read-file-name):
1797 Check rmail-output-file-alist against the full message body
1798 in the correct rmail buffer. (Bug#12214)
1799
1800 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1803 Eliminate superfluous prompt. (Bug#12203)
1804
1805 2012-08-17 Chong Yidong <cyd@gnu.org>
1806
1807 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1808 font spec, set the font directly (Bug#3228).
1809
1810 2012-08-17 Martin Rudalics <rudalics@gmx.at>
1811
1812 * window.el (delete-window): Fix last fix.
1813
1814 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1815
1816 * window.el (window-valid-p): Move to window.c.
1817 (window-child, window-child-count, window-last-child)
1818 (window-normalize-window, window-combined-p)
1819 (window-combinations, window-atom-root, window-min-size)
1820 (window-sizable, window-sizable-p, window-size-fixed-p)
1821 (window-min-delta, window-max-delta, window--resizable)
1822 (window--resizable-p, window-resizable, window-total-size)
1823 (window-full-height-p, window-full-width-p, window-body-size)
1824 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1825 (minimize-window, window-deletable-p, delete-window)
1826 (delete-other-windows, set-window-buffer-start-and-point)
1827 (next-buffer, previous-buffer, split-window, balance-windows-2)
1828 (set-window-text-height, window-buffer-height)
1829 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1830 (truncated-partial-width-window-p): Minor code adjustments.
1831 In doc-strings state whether the argument window has to denote a
1832 live, valid or any window.
1833
1834 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1835
1836 * progmodes/subword.el (subword-forward-function)
1837 (subword-backward-function, subword-forward-regexp)
1838 (subword-backward-regexp): New variables.
1839 (subword-forward, subword-forward-internal, subword-backward-internal):
1840 Use new variables, eg so that different "word" definitions
1841 can be easily used. (Bug#11411)
1842
1843 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1846 for composite selectors.
1847 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1848 operation just because we can't find a previous revision.
1849
1850 2012-08-15 Chong Yidong <cyd@gnu.org>
1851
1852 * frame.el (set-frame-font): Accept font objects.
1853
1854 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1857
1858 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1859
1860 * man.el (Man-overstrike-face, Man-underline-face)
1861 (Man-reverse-face): Remove variables.
1862 (Man-overstrike, Man-underline, Man-reverse): New faces.
1863 (Man-fontify-manpage): Use them instead of the variables.
1864 (Man-cleanup-manpage): Comment change.
1865 (Man-ansi-color-map): New variable.
1866 (Man-fontify-manpage): Use it.
1867 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1868
1869 Implement ANSI SGR parameters 22-27 (bug#12146).
1870 * ansi-color.el (ansi-colors): Doc fix.
1871 (ansi-color-context, ansi-color-context-region): Doc fix.
1872 (ansi-color--find-face): New function.
1873 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1874 Rename the local variable `face' to `codes' since it is now a list of
1875 ansi codes. Doc fix.
1876 (ansi-color-get-face): Remove.
1877 (ansi-color-parse-sequence): New function, derived from
1878 ansi-color-get-face.
1879 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1880 codes 22-27.
1881
1882 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * subr.el (read-passwd): Allow use from a minibuffer.
1885
1886 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1887
1888 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1889 inside comments and strings as identifiers.
1890
1891 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1892 expression to evaluate. This allows to evaluate expressions with
1893 embedded whitespace.
1894 (gud-tooltip-tips): Add a blank before the newline in the
1895 message-box text, for the benefit of message-box emulation on
1896 MS-Windows.
1897
1898 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1899 messages from GDB, pop them up in a tooltip to give feedback to
1900 user.
1901 (gdb-tooltip-print-1): Quote the expression to evaluate.
1902 This allows to evaluate expressions with embedded whitespace.
1903 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1904 if the TTY name is nil or empty (which happens when communicating
1905 with the inferior via pipes, e.g. on MS-Windows).
1906 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1907 don't send that to the GUD buffer.
1908
1909 2012-08-14 Glenn Morris <rgm@gnu.org>
1910
1911 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1912 Optimize away setq-default with no args, as for setq. (Bug#12195)
1913
1914 2012-08-14 Chong Yidong <cyd@gnu.org>
1915
1916 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1917
1918 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1919 (Bug#12085).
1920
1921 2012-08-14 Glenn Morris <rgm@gnu.org>
1922
1923 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1924
1925 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1928 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1929 Use cached shell name.
1930
1931 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1932
1933 * progmodes/python.el (python-shell-send-string):
1934 (python-shell-send-setup-code): Do not use `format' with `message'.
1935
1936 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1937
1938 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1939 (ruby-percent-literal-beg-re): New constant.
1940 (ruby-syntax-general-delimiters-goto-beg): Rename to
1941 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1942 (ruby-syntax-propertize-general-delimiters): Rename to
1943 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1944 popular term. Adjust comments everywhere.
1945 (ruby-syntax-propertize-percent-literal): Only propertize when not
1946 inside a simple string or comment. When the literal is unclosed,
1947 leave the text after it unpropertized.
1948 (ruby-syntax-methods-before-regexp): New constant.
1949 (ruby-syntax-propertize-function): Use it to recognize regexps.
1950 Don't look at the text after regexp, just use the whitelist.
1951
1952 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1953
1954 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1955 non-nil always load the compiled file if it exists. (Bug#12197)
1956
1957 2012-08-14 Chong Yidong <cyd@gnu.org>
1958
1959 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1960 (hi-lock-set-pattern): When deciding whether to use font lock or
1961 overlays, look at font-lock-mode instead of font-lock-fontified
1962 (Bug#12168).
1963 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1964 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1965
1966 2012-08-14 Daiki Ueno <ueno@unixuser.org>
1967
1968 * subr.el (internal--after-with-selected-window): Fix typo
1969 (Bug#12193).
1970
1971 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1972
1973 Use `completion-table-dynamic' for completion functions.
1974 * progmodes/python.el
1975 (python-shell-completion--do-completion-at-point)
1976 (python-shell-completion--get-completions):
1977 Remove functions.
1978 (python-shell-completion-complete-at-point): New function.
1979 (python-completion-complete-at-point): Use it.
1980
1981 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
1982
1983 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1984 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1985
1986 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * subr.el (function-get): Refine `autoload' arg so it can also
1989 autoload functions for gv.el (bug#12191).
1990 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1991 autoloads macros.
1992
1993 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1994 Prefer pcase-let over destructuring-bind.
1995 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1996 Also, remove whitespace as we go, rather than after accumulating the
1997 various places.
1998
1999 * subr.el (internal--before-with-selected-window)
2000 (internal--after-with-selected-window): Fix typo seleted->selected.
2001 (with-selected-window): Adjust callers.
2002 Reported by Dmitry Gutov <dgutov@yandex.ru>.
2003
2004 2012-08-13 Bastien Guerry <bzg@gnu.org>
2005
2006 * window.el (special-display-popup-frame): Minor docstring
2007 enhancement. (Bug#12172)
2008
2009 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
2010
2011 * tar-mode.el (tar-header-data-end): Only ignore size for files of
2012 type 1-6.
2013 (tar-header-block-summarize, tar-get-descriptor): Handle pax
2014 extended headers.
2015
2016 * files.el (hack-local-variables-filter): Remove useless eval.
2017
2018 2012-08-13 Martin Rudalics <rudalics@gmx.at>
2019
2020 * subr.el (with-selected-window): Fix last change.
2021
2022 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * subr.el (internal--before-with-seleted-window)
2025 (internal--after-with-seleted-window): New functions.
2026 (with-selected-window): Use them, to replace dependency on
2027 tty-top-frame.
2028
2029 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
2030
2031 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
2032 binding for `newline'.
2033 (ruby-move-to-block): When moving backward, stop at block opening,
2034 not indentation.
2035 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
2036 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
2037 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2038 `ruby-toggle-block'.
2039
2040 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * ibuffer.el (ibuffer-do-toggle-read-only):
2043 * dired.el (dired-toggle-read-only):
2044 * buff-menu.el (Buffer-menu-toggle-read-only):
2045 * bindings.el (mode-line-toggle-read-only):
2046 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
2047
2048 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
2049
2050 * descr-text.el (describe-char): Put the overlays over the
2051 "displayed as" character.
2052
2053 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
2054
2055 * calc/calc-units.el (math-default-units-table): Give an
2056 initial value.
2057 (math-put-default-units): Add options to put composite units and
2058 unit systems in the default units table.
2059 (calc-convert-units): Send composite units to
2060 `math-put-default-units' when appropriate.
2061
2062 2012-08-11 Glenn Morris <rgm@gnu.org>
2063
2064 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
2065
2066 * tutorial.el (help-with-tutorial):
2067 * emacs-lisp/copyright.el (copyright-update-directory):
2068 * emacs-lisp/autoload.el (autoload-find-generated-file)
2069 (autoload-find-file): Disable local eval: (for insurance).
2070
2071 * files.el (hack-local-variables-filter): If an eval: form is not
2072 known to be safe, and enable-local-variables is :safe, then ignore
2073 the form totally, as is done for non-eval forms. (Bug#12155)
2074 This is CVE-2012-3479.
2075
2076 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
2079 (rx-form): Simplify.
2080
2081 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
2082
2083 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
2084 ?, _, and : are symbol constituents, ! is not (but kinda should be).
2085 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
2086 (ruby-syntax-propertize-function): Adjust for changes in
2087 `ruby-syntax-propertize-heredoc'.
2088
2089 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
2090
2091 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
2092 binding (use `M-;' instead).
2093 (ruby-singleton-class-p): New function.
2094 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
2095
2096 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
2099
2100 2012-08-10 Chong Yidong <cyd@gnu.org>
2101
2102 * progmodes/python.el (python-shell-get-process-name): Don't mess
2103 with same-window-buffer-names.
2104
2105 * eshell/eshell.el (eshell-add-to-window-buffer-names)
2106 (eshell-remove-from-window-buffer-names): Make obsolete.
2107 (eshell-buffer-name, eshell-unload-hook): Don't use them.
2108 (eshell): Just use pop-to-buffer-same-window instead.
2109
2110 2012-08-10 Chong Yidong <cyd@gnu.org>
2111
2112 * bindings.el: Bind M-= back to count-words-region.
2113
2114 * simple.el (count-words-region): Accept a prefix arg for acting
2115 on the entire buffer.
2116 (count-words--buffer-message): New helper function.
2117
2118 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
2121 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
2122 (event-start, event-end): Use posn-at-point to return a more
2123 informative posn.
2124 (posnp): New function.
2125 * mouse.el (popup-menu-normalize-position): Use it.
2126
2127 2012-08-10 Masatake YAMATO <yamato@redhat.com>
2128
2129 * mouse.el (popup-menu-normalize-position): New function.
2130 (popup-menu): Use `popup-menu-normalize-position' to normalize
2131 the form for POSITION argument.
2132
2133 * term/x-win.el (x-menu-bar-open):
2134 Use the value returend from (posn-at-point) as position
2135 passed to `popup-menu'.
2136
2137 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2138
2139 * calc/calccomp.el (math-compose-expr): Add extra argument
2140 indicating that parentheses should be put around products in
2141 denominators. Give multiplication precedence over division during
2142 composition.
2143
2144 2012-08-09 Chong Yidong <cyd@gnu.org>
2145
2146 * man.el (Man-switches, Man-sed-command, Man-awk-command)
2147 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
2148 (Man-untabify-command, manual-program): Convert to defcustom
2149 (Bug#10429).
2150
2151 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
2152
2153 * descr-text.el (describe-char): Don't insert extra newlines
2154 (Bug#10127).
2155
2156 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
2157 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
2158
2159 * align.el (align-region): Delete temporary markers (Bug#10047).
2160 Plus some code cleanups.
2161
2162 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2163
2164 * progmodes/python.el (python-pdbtrack-tracked-buffer)
2165 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
2166 (python-shell-internal-last-output): Use make-local-variable
2167 instead of make-variable-buffer-local.
2168
2169 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
2170
2171 * progmodes/python.el: Enhancements to forward-sexp.
2172 (python-nav-forward-sexp): Rename from
2173 python-nav-forward-sexp-function.
2174 (python-nav--forward-sexp, python-nav--backward-sexp):
2175 New functions.
2176
2177 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
2178
2179 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
2180 modes and simplification modes.
2181
2182 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * delsel.el (delete-selection-pre-hook): Don't propagate the
2185 file-supersession signals (bug#12161).
2186
2187 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
2190 (cl-map-extents): Add compatibility aliases (bug#12135).
2191
2192 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
2193
2194 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
2195 tests by `ignore-error'.
2196 (tramp-find-shell): Open also a new shell, when cache is already
2197 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
2198
2199 2012-08-08 Juri Linkov <juri@jurta.org>
2200
2201 * bookmark.el: Add `defaults' property to the bookmark record.
2202 (bookmark-current-buffer): Doc fix.
2203 (bookmark-make-record): Add `defaults' property with default values
2204 to the bookmark record.
2205 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
2206 with `bookmark-insert-current-bookmark'.
2207 (bookmark-set): Get `defaults' property from the bookmark record
2208 and use it in `read-from-minibuffer'.
2209 (bookmark-insert-current-bookmark): Remove function.
2210
2211 * info.el (Info-bookmark-make-record): Add `defaults' property
2212 with values of canonical Info node name, the current Info file
2213 name and the current Info node name. (Bug#12107)
2214
2215 2012-08-08 Juri Linkov <juri@jurta.org>
2216
2217 * files.el (basic-save-buffer): Use `buffer-name' as the default
2218 of `read-file-name' when buffer is not visiting a file (bug#12128).
2219
2220 2012-08-08 Juri Linkov <juri@jurta.org>
2221
2222 * info.el (Info-isearch-search): Doc fix.
2223 (Info-search): Change search-failed message from "initial node" to
2224 "end of node" (bug#12078).
2225 (Info-isearch-search): Change `isearch-string-state' to
2226 `isearch--state-string'.
2227
2228 2012-08-08 Glenn Morris <rgm@gnu.org>
2229
2230 * language/persian.el: Remove file.
2231 * language/misc-lang.el: Move unique part of persian.el here.
2232 * loadup.el: Remove language/persian.
2233
2234 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
2235
2236 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
2237
2238 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
2239
2240 * progmodes/python.el Fixed defsubst warning.
2241 (python-syntax-context) Rename from python-info-ppss-context.
2242 (python-syntax-context-type): Rename from
2243 python-info-ppss-context-type.
2244 (python-syntax-comment-or-string-p): Rename from
2245 python-info-ppss-comment-or-string-p.
2246
2247 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
2248
2249 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
2250
2251 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
2252
2253 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
2254 a defcustom that is quoted with backquote.
2255
2256 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
2257 Fix handling of interactive spec when the body uses return.
2258 (math-do-arg-check, math-define-function-body): Use backquote forms.
2259 * calc/calc-ext.el (math-defcache): Likewise.
2260 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
2261 * allout.el (allout-new-exposure): Likewise.
2262 * calc/calcalg2.el (math-tracing-integral): Likewise.
2263 * info.el (Info-last-menu-item): Likewise.
2264 * emulation/vip.el (vip-loop): Likewise.
2265 * textmodes/artist.el (artist-funcall): Likewise.
2266 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
2267 Construct menu-item directly.
2268
2269 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2270 Don't declare.
2271
2272 2012-08-07 Chong Yidong <cyd@gnu.org>
2273
2274 * simple.el (deactivate-mark): Preserve text properties when
2275 saving the primary selection (Bug#8384).
2276
2277 2012-08-07 Kevin Ryde <user42@zip.com.au>
2278
2279 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
2280 (woman-parse-numeric-value): On a bad .IP line, issue a warning
2281 and continue processing (Bug#12110).
2282
2283 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
2286 syntax-propertize-function (bug#10095).
2287
2288 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * help-fns.el (help-fns--key-bindings, help-fns--signature)
2291 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
2292 describe-function-1.
2293 (describe-function-1): Use them. Move compiler macro after sig.
2294 (help-fns--compiler-macro): Use function-get. Assume we're already in
2295 standard-output. Adjust layout to new call order.
2296
2297 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
2298 re-binding a symbol that has a symbol-macro (bug#12119).
2299
2300 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
2301
2302 * language/persian.el: New file. (Bug#11812)
2303 * loadup.el: Add language/persian.el.
2304
2305 2012-08-06 Chong Yidong <cyd@gnu.org>
2306
2307 * window.el (window--maybe-raise-frame): New function.
2308 (window--display-buffer): Split off from here.
2309 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2310 (display-buffer-pop-up-window, display-buffer-use-some-window):
2311 Obey an inhibit-switch-frame action alist entry.
2312 (display-buffer): Update doc.
2313
2314 * replace.el (occur-after-change-function): Avoid losing focus by
2315 using the inhibit-switch-frame display parameter (Bug#12139).
2316
2317 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
2318
2319 Make internal shell process buffer names start with space.
2320 * progmodes/python.el (python-shell-make-comint): Add optional
2321 argument INTERNAL.
2322 (run-python-internal): Use it.
2323 (python-shell-internal-get-or-create-process): Check for new
2324 internal buffer names.
2325
2326 2012-08-06 Glenn Morris <rgm@gnu.org>
2327
2328 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
2329 Do less getting and setting of environment variables.
2330
2331 2012-08-05 Chong Yidong <cyd@gnu.org>
2332
2333 * proced.el (proced): Add substitution string to docstring to
2334 trigger autoloading of the proced library on C-h f (Bug#1768).
2335
2336 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2337 Don't show defvars which have no second argument (Bug#8638).
2338
2339 * imenu.el (imenu-generic-expression): Move documentation here
2340 from imenu--generic-function.
2341 (imenu--generic-function): Refer to imenu-generic-expression.
2342
2343 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
2344
2345 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
2346 indentation declaration.
2347 (viper-loop): Add indentation declaration (Bug#7025).
2348
2349 2012-08-05 Chong Yidong <cyd@gnu.org>
2350
2351 * help-fns.el (describe-variable): Add hyperlink for
2352 directory-local variables files. Improve buffer-local and
2353 permanent-local reporting; suggested by MON KEY (Bug#6644).
2354
2355 * help-mode.el (help-dir-local-var-def): New button type.
2356
2357 * files.el (kill-buffer-hook): Provide a defvar.
2358
2359 2012-08-05 Glenn Morris <rgm@gnu.org>
2360
2361 * eshell/esh-ext.el (eshell/addpath):
2362 Also update eshell-path-env. (Bug#12013)
2363
2364 2012-08-05 Chong Yidong <cyd@gnu.org>
2365
2366 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
2367
2368 * fringe.el (fringe-styles): Add docstring.
2369 (fringe--check-mode): New function.
2370 (set-fringe-mode, set-fringe-style): Use it.
2371 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
2372
2373 * files.el (set-auto-mode): Fix invalid setq call.
2374
2375 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * isearch.el: Misc simplification; use defstruct.
2378 (isearch-mode-map): Dense maps now work like sparse ones.
2379 (isearch--state): New defstruct.
2380 (isearch-string-state, isearch-message-state, isearch-point-state)
2381 (isearch-success-state, isearch-forward-state)
2382 (isearch-other-end-state, isearch-word-state, isearch-error-state)
2383 (isearch-wrapped-state, isearch-barrier-state)
2384 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
2385 replaced by defstruct's accessors.
2386 (isearch--set-state): Rename from isearch-top-state and change
2387 calling convention.
2388 (isearch-push-state): Use new isearch--get-state.
2389 (isearch-toggle-word): Disable regexp when enabling word.
2390 (isearch-message-prefix): Remove unused arg _c-q-hack.
2391 (isearch-message-suffix): Remove unused arg _ellipsis.
2392
2393 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
2394
2395 * simple.el (list-processes--refresh): For a server use :host or
2396 :local as the address.
2397 (list-processes): Doc fix.
2398
2399 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
2400
2401 * lisp/mpc.el: Support password in host argument.
2402 (mpc--proc-connect): Parse and use new password element.
2403 Set mpc-proc variable instead of returning process.
2404 (mpc-proc): Adjust accordingly.
2405
2406 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2407
2408 * whitespace.el (whitespace-display-mappings): Use Unicode
2409 codepoints, instead of emacs-mule codepoints. See
2410 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
2411 for the details.
2412
2413 * files.el (file-truename): Don't skip symlink-chasing part on
2414 windows-nt. Incorporate the resolution of 8+3 short aliases on
2415 Windows into the loop that recursively chases symlinks.
2416 Compare directory and its parent case-insensitively on MS-Windows and
2417 MS-DOS.
2418
2419 2012-08-03 Chong Yidong <cyd@gnu.org>
2420
2421 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
2422
2423 * sort.el (sort-regexp-fields): Doc fix.
2424
2425 2012-08-03 Tassilo Horn <tsdh@gnu.org>
2426
2427 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
2428 labels regex position point at the expected place.
2429
2430 2012-08-03 MON KEY <monkey@sandpframing.com>
2431
2432 * net/imap.el (imap-interactive-login, imap-authenticate)
2433 (imap-mailbox-lsub, imap-mailbox-list)
2434 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
2435 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
2436 (imap-parse-response): Doc fix.
2437
2438 2012-08-03 João Távora <joaotavora@gmail.com>
2439
2440 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
2441 if sexp scanning does not move point (Bug#5734).
2442
2443 2012-08-02 Tassilo Horn <tsdh@gnu.org>
2444
2445 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
2446 Add listings, minted, and ctable packages.
2447 (reftex-label-alist-builtin): Move listings, minted, and ctable
2448 entries before LaTeX.
2449 (reftex-label-alist): Docfix.
2450
2451 2012-08-02 Bastien Guerry <bzg@gnu.org>
2452
2453 * replace.el (occur): Fix docstring (bug#12122).
2454
2455 2012-08-02 Glenn Morris <rgm@gnu.org>
2456
2457 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
2458
2459 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2460
2461 Obsolete alias inactivate-current-input-method-function (Bug#10150).
2462 * international/mule-cmds.el: Create
2463 inactivate-current-input-method-function as an obsolete alias for
2464 deactivate-current-input-method-function. See Katsumi Yamaoka in
2465 <http://bugs.gnu.org/10150#46>.
2466
2467 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
2468
2469 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
2470 of nested `if's.
2471
2472 2012-08-01 Glenn Morris <rgm@gnu.org>
2473
2474 * progmodes/autoconf.el (autoconf-definition-regexp):
2475 Add AH_TEMPLATE, adjust submatch numbering.
2476 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
2477 (autoconf-current-defun-function): Update for above change.
2478 (autoconf-current-defun-function): First skip to end of current word.
2479
2480 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
2481
2482 * calendar/cal-html.el (cal-html-insert-agenda-days):
2483 Fix typo. (Bug#12018)
2484
2485 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2486
2487 Shell processes: enhancements to startup and CEDET compatibility.
2488 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
2489 (python-shell-make-comint): accept-process-output at startup.
2490 (run-python-internal): Set inferior-python-mode-hook to nil.
2491 (python-shell-internal-get-or-create-process): call sit-for.
2492 (python-preoutput-result): Add obsolete alias.
2493 (python-shell-internal-send-string): Use it.
2494 (python-shell-send-setup-code): Remove call to
2495 accept-process-output.
2496
2497 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2498
2499 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2500 (Bug#12108)
2501
2502 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2503
2504 * calc-mode.el (calc-basic-simplification-mode): Rename from
2505 `calc-limited-simplification-mode'.
2506 (calc-alg-simplification-mode): New function.
2507 (calc-set-simplify-mode): Adjust message.
2508
2509 * calc.el (calc-set-mode-line): Adjust mode line display for
2510 basic simplification mode.
2511
2512 * calc-help.el (calc-m-prefix-help): Update help message.
2513
2514 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2515 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2516
2517 2012-07-31 Bastien Guerry <bzg@gnu.org>
2518
2519 * man.el (man): Fix comment. (bug#12101)
2520
2521 2012-07-31 Martin Rudalics <rudalics@gmx.at>
2522
2523 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2524 Don't return a non-nil value when no suitable buffer was found.
2525
2526 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2527
2528 * progmodes/python.el (run-python-internal): Disable font lock for
2529 internal shells.
2530
2531 2012-07-30 Stefan Merten <smerten@oekonux.de>
2532
2533 * textmodes/rst.el: Silence `checkdoc-ispell'.
2534 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2535 (rst-official-version, rst-official-cvs-rev)
2536 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2537 (rst-mode-map): New key binding.
2538
2539 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2540
2541 Update .PHONY listings in makefiles.
2542 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2543 autoloads, update-subdirs, updates, bzr-update, update-authors,
2544 compile-onefile, compile-calc, backup-compiled-files,
2545 compile-after-backup, compile-one-process, mh-autoloads,
2546 bootstrap-clean, distclean, maintainer-clean.
2547
2548 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2549
2550 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2551 (calc-set-mode-line): Don't display "AlgSimp ".
2552
2553 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2554 (calc-lim-simplify-mode): New function.
2555 (calc-set-simplify-mode): Default to 'alg.
2556 (calc-default-simplify-mode): Make algebraic simplifications
2557 the default.
2558
2559 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2560 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2561
2562 * calc/calc-help.el (calc-m-prefix-help): Change messages to
2563 indicate new simplification modes.
2564
2565 * calc/README: Mention new default simplification mode.
2566
2567 * calc/calc.el (math-normalize-error): New variable.
2568 (math-normalize): Set `math-normalize-error' to t
2569 when there's an error.
2570
2571 * calc/calc-alg.el (math-simplify): Don't simplify when
2572 `math-normalize' returns an error.
2573
2574 2012-07-29 Eli Zaretskii <eliz@gnu.org>
2575
2576 * international/mule-cmds.el (set-locale-environment): Revert last
2577 change, since display-graphic-p returns nil when this function is
2578 called during startup. Instead...
2579
2580 * term/w32console.el (terminal-init-w32console): ...setup the
2581 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2582
2583 2012-07-29 Juri Linkov <juri@jurta.org>
2584
2585 * simple.el (goto-line): Don't display default line number in the
2586 prompt because it should be displayed by `read-number' (bug#9952).
2587 Add the current line number to the defaults of `goto-line' to
2588 allow its easier modification by users with `M-n' (bug#9201).
2589
2590 * subr.el (read-number): Support multiple default values like in
2591 other minibuffer reading functions. Replace `read' with
2592 `string-to-number' for consistency with `number-to-string'.
2593
2594 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2595
2596 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2597 * emulation/viper-init.el (viper-deactivate-input-method-action):
2598 Rename from viper-inactivate-input-method-action.
2599 (viper-deactivate-input-method):
2600 Rename from viper-inactivate-input-method.
2601 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2602 * international/mule-cmds.el (deactivate-input-method):
2603 Rename from inactivate-input-method.
2604 Also run input-method-deactivate-hook.
2605 (deactivate-current-input-method-function):
2606 Rename from inactivate-current-input-method-function.
2607 (input-method-deactivate-hook): New hook.
2608 (input-method-inactivate-hook): Mark obsolete.
2609 (inactivate-input-method): Mark obsolete.
2610
2611 * international/quail.el (quail-activate):
2612 Also run quail-deactivate-hook.
2613 (quail-deactivate): Rename from quail-inactivate.
2614 * international/robin.el (robin-activate):
2615 Also run robin-deactivate-hook.
2616 (robin-deactivate): Rename from robin-inactivate.
2617
2618 2012-07-29 Chong Yidong <cyd@gnu.org>
2619
2620 * simple.el (indicate-copied-region): New function.
2621 (kill-ring-save): Split off from here.
2622
2623 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2624 (kill-rectangle): Set deactivate-mark to t on read-only error.
2625
2626 * register.el (copy-to-register, copy-rectangle-to-register):
2627 Deactivate the mark, and use indicate-copied-region (Bug#10056).
2628 (append-to-register, prepend-to-register):
2629 Call 2012-07-29 Juri Linkov <juri@jurta.org>
2630
2631 * simple.el (async-shell-command-buffer): New defcustom.
2632 (shell-command): Use it. (Bug#4719)
2633
2634 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2635
2636 * international/mule-cmds.el (set-locale-environment): In a
2637 console session on MS-Windows, set up keyboard and terminal
2638 encoding from the OEM codepage, not the ANSI codepage.
2639 (Bug#12055)
2640
2641 2012-07-28 Chong Yidong <cyd@gnu.org>
2642
2643 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2644 gdb-get-location.
2645
2646 2012-07-28 Leo Liu <sdl.web@gmail.com>
2647
2648 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2649 the alist (bug#12029).
2650
2651 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2652
2653 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2654 (compile-always, compile-first)
2655 ($(lisp)/calendar/cal-loaddefs.el)
2656 ($(lisp)/calendar/diary-loaddefs.el)
2657 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2658 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2659 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2660 instead of on update-subdirs.
2661 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2662
2663 2012-07-28 Chong Yidong <cyd@gnu.org>
2664
2665 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2666 directory if vc-deduce-backend returns nil (Bug#7350).
2667
2668 * simple.el (delete-trailing-lines): New option.
2669 (delete-trailing-whitespace): Obey it (Bug#11879).
2670
2671 2012-07-28 David Engster <deng@randomsample.de>
2672
2673 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2674 Explanation of new 'symbol-qnames feature in doc-strings.
2675 (xml-maybe-do-ns): Return expanded names as plain symbols if
2676 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2677 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2678
2679 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2680
2681 Consistent completion in inferior python with emacs -nw.
2682 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2683 binding in inferior-python-mode-map with "\t".
2684 (python-shell-completion-complete-at-point)
2685 (python-completion-complete-at-point): Remove interactive spec.
2686
2687 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2688
2689 * calc/calccomp.el (math-compose-expr): Undo previous change.
2690
2691 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2692
2693 * progmodes/python.el (python-mode-map): Add keybinding for
2694 run-python.
2695 (python-shell-make-comint): Fix pop-to-buffer call.
2696 (run-python): Autoload. New arg SHOW.
2697 (python-shell-get-or-create-process): Do not pop python process
2698 buffer.
2699
2700 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * notifications.el (notifications-on-action-signal)
2703 (notifications-on-closed-signal): Use also the bus address for the map.
2704 (notifications-notify, notifications-close-notification)
2705 (notifications-get-capabilities): Add optional argument BUS.
2706
2707 2012-07-27 Tassilo Horn <tsdh@gnu.org>
2708
2709 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2710 Add support for the lstlisting and minted environments, and for the
2711 ctable macro.
2712 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2713 labels written in keyvals syntax.
2714
2715 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2716
2717 * calc/calccomp.el (math-compose-expr): Use parentheses when
2718 there is a product in the denominator of a fraction.
2719
2720 2012-07-26 Eli Zaretskii <eliz@gnu.org>
2721
2722 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2723 ($(lisp)/calendar/diary-loaddefs.el)
2724 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2725 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2726 Fixes failures in parallel bootstrap because subdirs.el is being
2727 rewritten while the autoload files are built at the same time,
2728 which needs to load subdirs.el.
2729
2730 2012-07-26 Martin Rudalics <rudalics@gmx.at>
2731
2732 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2733 (mouse-drag-line): Don't exit tracking when a switch-frame or
2734 switch-window event occurs (Bug#12006).
2735
2736 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * mouse.el (popup-menu): Fix last change.
2739
2740 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 Autoload from Lisp with more care. Follow aliases when looking for
2743 function properties.
2744 * subr.el (autoloadp): New function.
2745 (symbol-file): Use it.
2746 (function-get): New function.
2747 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2748 autoload-do-load.
2749 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2750 (lisp-indent-function):
2751 * emacs-lisp/gv.el (gv-get):
2752 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2753 * emacs-lisp/byte-opt.el (byte-optimize-form):
2754 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2755 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2756 Use function-get.
2757 * emacs-lisp/cl.el: Don't propagate function properties any more.
2758
2759 * speedbar.el (speedbar-add-localized-speedbar-support):
2760 * emacs-lisp/disass.el (disassemble-internal):
2761 * desktop.el (desktop-load-file):
2762 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2763 (describe-function-1):
2764 * emacs-lisp/find-func.el (find-function-noselect):
2765 * emacs-lisp/elp.el (elp-instrument-function):
2766 * emacs-lisp/advice.el (ad-has-proper-definition):
2767 * apropos.el (apropos-safe-documentation, apropos-macrop):
2768 * emacs-lisp/debug.el (debug-on-entry):
2769 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2770 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2771 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2772
2773 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2774
2775 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2776 function, not an obsolete variable (Bug#12046).
2777
2778 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2779
2780 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2781
2782 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2783
2784 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2785 window only if it is still live (Bug#12034).
2786
2787 2012-07-25 Martin Rudalics <rudalics@gmx.at>
2788
2789 * subr.el (redirect-frame-focus): Add advertised calling
2790 convention (Bug#12030).
2791
2792 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2793
2794 Prefer typical American spelling for "acknowledgment".
2795 * vc/add-log.el (change-log-acknowledgment): Rename from
2796 change-log-acknowledgement, with an alias for the old name.
2797
2798 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2799
2800 * calc-alg.el (math-simplify-divide): Don't cross multiply
2801 in an equation when the lhs is a variable.
2802
2803 2012-07-24 Julien Danjou <julien@danjou.info>
2804
2805 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2806 Remove, unused.
2807
2808 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2809
2810 * startup.el (command-line): Don't display an empty user name in
2811 the error message about non-existent home directory, when
2812 init-file-user was set to an empty string. See
2813 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2814 for the details and context.
2815
2816 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2817
2818 * ses.el (ses-cell-formula-aset): New macro.
2819 (ses-cell-references-aset): New macro.
2820 (ses-cell-p): New function.
2821 (ses-rename-cell): Do no longer rely on complex operations like
2822 ses-cell-set-formula or ses-set-cell to change the cell and handle
2823 the undo at the same time, but rather use lower level new macros
2824 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2825 the undo directly. Refresh the mode line.
2826
2827 2012-07-21 Leo Liu <sdl.web@gmail.com>
2828
2829 * progmodes/cc-cmds.el (c-defun-name):
2830 Use match-string-no-properties instead for consistency.
2831
2832 2012-07-20 Leo Liu <sdl.web@gmail.com>
2833
2834 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2835 (Bug#7879)
2836
2837 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2838
2839 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2842 * progmodes/bug-reference.el, misearch.el: Provide themselves
2843 (bug#11915).
2844
2845 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2846 of narrowed buffer (bug#11966).
2847
2848 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2849
2850 * ses.el (ses-rename-cell): Set new name also in reference list of
2851 cells of which the renamed cell depends.
2852
2853 2012-07-20 Masatake YAMATO <yamato@redhat.com>
2854
2855 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2856 to check whether menu-bar is shown or not. If not shown,
2857 show the menu-bar as a popup menu instead of using tmm.
2858 * mouse.el (popup-menu): Accept `point' as `position' argument.
2859
2860 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2861
2862 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2863 up inside string symbol literal (bug#11923).
2864
2865 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2866
2867 * startup.el (fancy-startup-text): Read the whole tutorial, not
2868 just its first 256 bytes. Prevents gibberish in display of the
2869 tutorial title.
2870
2871 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2872
2873 Drop idle buffer compaction due to an absence of the
2874 proved efficiency.
2875 * compact.el: Remove.
2876
2877 2012-07-19 Sam Steingold <sds@gnu.org>
2878
2879 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2880 vc-bzr-pull & vc-bzr-merge-branch.
2881 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2882 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2883 for consistency with compilation-error-regexp-alist.
2884 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2885 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2886 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2887 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2888
2889 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * emacs-lisp/chart.el: Use lexical-binding.
2892 (chart-emacs-storage): Don't hardcode the list of entries.
2893
2894 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2895
2896 Next round of tweaks caused by Fgarbage_collect changes.
2897 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2898
2899 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2900
2901 Compact buffers when idle.
2902 * compact.el: New file.
2903
2904 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * subr.el (eventp): Presume that if it looks vaguely like an event,
2907 it's an event (bug#10190).
2908
2909 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2910
2911 Enhancements to ppss related code (thanks Stefan).
2912 * progmodes/python.el (python-indent-context)
2913 (python-indent-calculate-indentation, python-indent-dedent-line)
2914 (python-indent-electric-colon, python-nav-forward-block)
2915 (python-mode-abbrev-table)
2916 (python-info-assignment-continuation-line-p): Simplify checks
2917 for ppss context.
2918 (python-info-continuation-line-p): Cleanup.
2919 (python-info-ppss-context): Do not catch 'quote.
2920 (python-info-ppss-context-type)
2921 (python-info-ppss-comment-or-string-p): Simplify.
2922
2923 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2924
2925 * progmodes/python.el: Enhancements to eldoc support.
2926 (python-info-current-symbol): New function.
2927 (python-eldoc-at-point): Use python-info-current-symbol.
2928 (python-info-current-defun): Fix cornercase on first defun scan.
2929 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2930 and signal error when no inferior python process is available.
2931
2932 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2933
2934 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2935 assume it's always t.
2936 (vc-git-registered): Remove caching, the function is only called
2937 once.
2938 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2939
2940 2012-07-18 Chong Yidong <cyd@gnu.org>
2941
2942 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2943
2944 * simple.el (count-words): Report on narrowing (Bug#9959).
2945
2946 * bindings.el: Bind M-= to count-words.
2947
2948 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2949
2950 2012-07-18 Masatake YAMATO <yamato@redhat.com>
2951
2952 * progmodes/sh-script.el (sh-imenu-generic-expression):
2953 Capture a function with `function' keyword and without parentheses
2954 like "function FOO" (bug#11856).
2955
2956 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2957
2958 * window.el (split-window-sensibly): Make WINDOW argument
2959 optional.
2960
2961 2012-07-18 Chong Yidong <cyd@gnu.org>
2962
2963 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2964
2965 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2966 and make C-x 8 RET exit isearch (Bug#11439).
2967
2968 * international/iso-transl.el: Move isearch-mode-map key
2969 definitions to isearch.el.
2970
2971 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2974 (eieio-defclass): Use gv-define-setter when possible.
2975
2976 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2977
2978 Reflect recent changes in Fgarbage_collect.
2979 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2980 reflect new format of data returned by Fgarbage_collect.
2981
2982 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2983
2984 New utility functions + python-info-ppss-context fix (Bug#11910).
2985 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2986 (python-info-ppss-comment-or-string-p): New functions.
2987 (python-info-ppss-context): Small fix for string check.
2988
2989 2012-07-17 Juri Linkov <juri@jurta.org>
2990
2991 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2992 (dired-do-async-shell-command): Don't add `*' at the end of the
2993 command (Bug#11815).
2994 (dired-do-shell-command): Doc fix.
2995 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2996 Join the individual commands using either "&" or ";" as the
2997 separator depending on the values of these trailing characters.
2998 At the end re-add the trailing "&". (Bug#10598)
2999
3000 * simple.el (async-shell-command): Sync the interactive spec with
3001 `shell-command'. Doc fix.
3002 (shell-command): Doc fix.
3003
3004 2012-07-17 Juri Linkov <juri@jurta.org>
3005
3006 * descr-text.el (describe-char): Fix format args. (Bug#10129)
3007
3008 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3009
3010 Final renames and doc fixes for movement commands (bug#11899).
3011 * progmodes/python.el (python-nav-beginning-of-statement):
3012 Rename from python-nav-statement-start.
3013 (python-nav-end-of-statement): Rename from
3014 python-nav-statement-end.
3015 (python-nav-beginning-of-block): Rename from
3016 python-nav-block-start.
3017 (python-nav-end-of-block): Rename from python-nav-block-end.
3018
3019 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3020
3021 * progmodes/python.el (python-shell-send-string-no-output):
3022 Allow accept-process-output to quit, keeping shell process ready for
3023 future interactions (Bug#11868).
3024
3025 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
3028
3029 * emacs-lisp/elint.el (elint-find-args-in-code):
3030 Use help-function-arglist, so as to handle lexical byte-code.
3031
3032 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
3033 change (bug#11826).
3034
3035 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
3038 Avoid spuriously marking the buffer as modified because of c-is-sws.
3039
3040 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
3041 as not-a-comment (bug#11946).
3042
3043 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
3044 for uninterned vars.
3045
3046 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
3047 Use read-event since we don't really want to read chars but bytes.
3048
3049 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
3050 $$..$$ but also $..$ using regexps (bug#11953).
3051 Use tex-verbatim for \url and \path.
3052 (tex-font-lock-keywords): Define as defconst like the others.
3053 (tex-common-initialization): Don't use font-lock-syntax-table any more.
3054
3055 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
3056
3057 * international/mule-cmds.el (ucs-insert): Make it an obsolete
3058 alias for insert-char.
3059
3060 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
3061
3062 * progmodes/python.el: Simplified imenu implementation.
3063 (python-nav-jump-to-defun): Remove command.
3064 (python-mode-map): Use `imenu' instead.
3065 (python-nav-list-defun-positions-cache)
3066 (python-imenu-include-defun-type, python-imenu-make-tree)
3067 (python-imenu-subtree-root-label, python-imenu-index-alist):
3068 Remove vars.
3069 (python-nav-list-defun-positions, python-nav-read-defun)
3070 (python-imenu-tree-assoc, python-imenu-make-element-tree)
3071 (python-imenu-make-tree, python-imenu-create-index):
3072 Remove functions.
3073 (python-mode): Update to interact with imenu by setting
3074 `imenu-extract-index-name-function' only.
3075
3076 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
3077
3078 * progmodes/python.el: Enhancements to navigation commands.
3079 (python-nav-backward-sentence)
3080 (python-nav-forward-sentence): Remove.
3081 (python-nav-backward-statement, python-nav-forward-statement)
3082 (python-nav-statement-start, python-nav-statement-end)
3083 (python-nav-backward-block, python-nav-forward-block)
3084 (python-nav-block-start, python-nav-block-end)
3085 (python-nav-forward-sexp-function)
3086 (python-info-current-line-comment-p)
3087 (python-info-current-line-empty-p): New functions.
3088 (python-indent-context): Use `python-nav-statement-start'.
3089
3090 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
3091
3092 * eshell/em-ls.el (eshell/ls): Use `apply'.
3093
3094 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
3095 multi-hops, instead of Tramp internals.
3096
3097 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
3098
3099 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
3100 when F1 and F2 are located on different hosts.
3101
3102 2012-07-14 Chong Yidong <cyd@gnu.org>
3103
3104 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
3105 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
3106 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
3107 (xterm-mouse--read-event-sequence-1000)
3108 (xterm-mouse--read-event-sequence-1006): New functions. For old
3109 mouse protocol, handle M-mouse-X events correctly.
3110 (xterm-mouse-event): New arg specifying mouse protocol.
3111 (turn-on-xterm-mouse-tracking-on-terminal)
3112 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
3113 sequence to toggle extended coordinates on newer XTerms.
3114 This appears to be harmless on terminals which do not support this.
3115
3116 2012-07-14 Leo Liu <sdl.web@gmail.com>
3117
3118 Add fringe bitmap indicators for flymake. (Bug#11253)
3119 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
3120 (flymake-make-overlay): New arg BITMAP.
3121 (flymake-error-bitmap, flymake-warning-bitmap)
3122 (flymake-fringe-indicator-position): New user variables.
3123
3124 * fringe.el: New bitmap exclamation-mark.
3125
3126 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
3127
3128 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
3129 also (Bug#7879).
3130
3131 2012-07-14 Chong Yidong <cyd@gnu.org>
3132
3133 * electric.el (electric-pair-post-self-insert-function): Fix pair
3134 insertion in empty-region case (Bug#11520).
3135
3136 2012-07-14 Chong Yidong <cyd@gnu.org>
3137
3138 * bindings.el: Consolidate ctl-x-r-map bindings.
3139 Bind copy-rectangle-as-kill to C-x r w.
3140
3141 * rect.el, register.el: Move bindings to bindings.el.
3142
3143 2012-07-14 Reuben Thomas <rrt@sc3d.org>
3144
3145 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
3146
3147 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
3148
3149 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
3150
3151 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * bindings.el (top): Use `mapc' instead of `mapcar'.
3154
3155 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
3156
3157 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
3158
3159 * progmodes/sql.el (sql-comint): Suppress the check for program on
3160 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
3161 (Bug#11908)
3162
3163 2012-07-13 Chong Yidong <cyd@gnu.org>
3164
3165 * bindings.el: Assign a non-nil permanent-local property to
3166 per-buffer variables which lack a default value (Bug#11930).
3167
3168 * help-fns.el (describe-variable): In the "automatically becomes
3169 local" notice, take note of permanent-local variables.
3170
3171 2012-07-13 Chong Yidong <cyd@gnu.org>
3172
3173 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
3174 to allow printing the message when called from Lisp.
3175
3176 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3177 Remove toggle-read-only.
3178
3179 * bs.el (bs-toggle-readonly):
3180 * buff-menu.el (Buffer-menu-toggle-read-only):
3181 Remove with-no-warnings around toggle-read-only.
3182
3183 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
3184 Remove with-no-warnings around toggle-read-only.
3185 (ffap-read-only, ffap-read-only-other-window)
3186 (ffap-read-only-other-frame): Callers changed.
3187
3188 * help-mode.el: Don't require view package.
3189 (help-mode-finish): Set buffer-read-only instead of calling
3190 toggle-read-only.
3191
3192 * bindings.el (mode-line-toggle-read-only):
3193 * dired.el (dired-toggle-read-only):
3194 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
3195 with non-nil second arg.
3196
3197 * emacs-lisp/eieio-custom.el (eieio-customize-object):
3198 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
3199 directly.
3200
3201 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3202
3203 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
3204 not incf.
3205
3206 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 More CL cleanups and reduction of use of cl.el.
3209 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
3210 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
3211 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
3212 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
3213 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
3214 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
3215 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
3216 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
3217 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
3218 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
3219 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
3220 * eshell/em-cmpl.el, eshell/em-banner.el:
3221 * calendar/parse-time.el: Use cl-lib.
3222 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
3223 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
3224 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
3225 * term/ns-win.el, term.el, shell.el, ps-samp.el:
3226 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
3227 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
3228 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
3229 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
3230 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
3231 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
3232 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
3233 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
3234 `lambda' rather than with `quote'.
3235 (eshell-do-opt): Adjust accordingly.
3236 (eshell-process-option): Simplify.
3237 * eshell/esh-var.el:
3238 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
3239 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
3240 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
3241 to `pcase--dontcare'.
3242 * emacs-lisp/cl.el (labels): Mark obsolete.
3243 (cl--letf, letf): Move to cl-lib.
3244 (cl--letf*, letf*): Remove.
3245 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
3246 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
3247 (cl-progv): Rewrite.
3248 (cl--letf, cl-letf): Move from cl.el.
3249 (cl-letf*): New macro.
3250 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
3251
3252 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
3255
3256 2012-07-11 Chong Yidong <cyd@gnu.org>
3257
3258 * vc/log-edit.el (log-edit-vc-backend): New variable.
3259 (log-edit): Doc fix.
3260
3261 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
3262 argument of log-edit to set up all local variables.
3263 (vc-start-logentry): New optional arg specifying VC backend.
3264
3265 * vc/vc.el (vc-checkin): Use it.
3266 (vc-deduce-fileset): Handle Log Edit buffers.
3267 (vc-diff): Make first argument optional too.
3268
3269 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
3270
3271 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
3274 command, just in case. The function is not needed anymore.
3275 (eshell-external-command): Do not call `eshell-remote-command'.
3276
3277 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3278
3279 Reduce use of (require 'cl).
3280 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
3281 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
3282 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
3283 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
3284 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
3285 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
3286 * battery.el, avoid.el, abbrev.el: Use cl-lib.
3287 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
3288 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
3289 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
3290 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
3291 * calculator.el, autorevert.el, apropos.el: Don't require CL.
3292 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
3293 (byte-compile-unfold-bcf, byte-compile-check-variable):
3294 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
3295 (byte-compile-nilconstp):
3296 * emacs-lisp/autoload.el (make-autoload): Use pcase.
3297 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
3298
3299 * emacs-lisp/gv.el (cond): Make it a valid place.
3300 (if): Simplify slightly.
3301
3302 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
3303 (pcase--self-quoting-p): New function.
3304 (pcase--u1): Use it.
3305
3306 2012-07-10 Glenn Morris <rgm@gnu.org>
3307
3308 * emacs-lisp/authors.el (authors-fixed-entries):
3309 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
3310
3311 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3312
3313 Rename configure.in to configure.ac (Bug#11603).
3314 * emacs-lisp/authors.el (authors-canonical-file-name):
3315 * progmodes/autoconf.el (autoconf-mode):
3316 Prefer configure.ac to configure.in.
3317
3318 2012-07-08 Chong Yidong <cyd@gnu.org>
3319
3320 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
3321 Implement the mouse-1-click-follows-link handling properly.
3322
3323 * info.el (Info-link-keymap): Use follow-link mechanism for
3324 header-line links (Bug#374).
3325
3326 * simple.el (deactivate-mark): Do not set the primary selection
3327 if another program has acquired it (Bug#11772).
3328
3329 2012-07-07 Kevin Ryde <user42@zip.com.au>
3330
3331 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
3332 (woman-decode-region): Replace escaped-escapes without destroying
3333 bold or underline (Bug#11552).
3334 (woman2-process-escapes): Handle nofill regions (Bug#11591).
3335
3336 2012-07-07 Chong Yidong <cyd@gnu.org>
3337
3338 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
3339 (interprogram-cut-function, interprogram-paste-function):
3340 Mention that we typically mean the clipboard.
3341
3342 2012-07-06 Glenn Morris <rgm@gnu.org>
3343
3344 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
3345
3346 * files.el (toggle-read-only): Restrict message to interactive use.
3347
3348 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
3351
3352 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
3353
3354 2012-07-06 Glenn Morris <rgm@gnu.org>
3355
3356 * Makefile.in (compile-one-process): Rename from "recompile".
3357
3358 * Makefile.in (bzr-update): "compile" is the same as "recompile
3359 autoloads", but parallelizable, so use that instead.
3360
3361 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
3362
3363 * window.el (quit-window): Always restore window height when
3364 it's saved in quit-restore parameter (Bug#11810).
3365
3366 2012-07-06 Glenn Morris <rgm@gnu.org>
3367
3368 * simple.el (kill-whole-line): Doc tweak.
3369
3370 2012-07-06 Eli Zaretskii <eliz@gnu.org>
3371
3372 * files.el (file-relative-name): Compare file names
3373 case-insensitively if on MS-Windows or MS-DOS, or if
3374 read-file-name-completion-ignore-case is non-nil. Don't use
3375 case-fold-search for this purpose. (Bug#11827)
3376
3377 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3378
3379 * calendar/cal-dst.el (calendar-current-time-zone):
3380 Return calendar-current-time-zone-cache if non-nil.
3381
3382 2012-07-17 Masatake YAMATO <yamato@redhat.com>
3383 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3384
3385 * calendar/cal-dst.el (calendar-current-time-zone):
3386 Return calendar-current-time-zone-cache if non-nil.
3387
3388 2012-07-06 Glenn Morris <rgm@gnu.org>
3389
3390 * Makefile.in (cvs-update): Remove old alias.
3391
3392 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
3393
3394 Sync with Tramp 2.2.6-pre.
3395
3396 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
3397 compatible declaration.
3398
3399 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3400 Protect `list-load-path-shadows' call.
3401
3402 * net/tramp-compat.el (top): Require packages, which aren't
3403 autoloaded anymore for XEmacs. Protect call of
3404 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
3405 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
3406 it hurts at least for SXEmacs.
3407 (tramp-compat-temporary-file-directory): In XEmacs, there is no
3408 standard-value for `temporary-file-directory'.
3409
3410 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
3411 Redirect stderr to /dev/null.
3412 (tramp-sh-handle-write-region): uid and gid can be floats.
3413 Reported by Russell Sim <russell.sim@gmail.com>.
3414 (tramp-sh-handle-vc-registered): Hide errors.
3415 (tramp-vc-file-name-handler): Use dummy results for `process-file'
3416 and `start-file-process'.
3417 (tramp-maybe-open-connection): Check also whether `non-essential'
3418 is bound.
3419
3420 2012-07-04 Chong Yidong <cyd@gnu.org>
3421
3422 * xml.el (xml--parse-buffer): Use xml-syntax-table.
3423 (xml-parse-tag): Likewise, and avoid changing entity tables.
3424 (xml-syntax-table): Define from scratch, making sure not to give
3425 x2000 and other Unicode spaces whitespace syntax, since those are
3426 not spaces in XML.
3427 (xml-parse-fragment): Delete unused function.
3428 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
3429 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
3430 (xml-entity-ref, xml-pe-reference-re)
3431 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
3432 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
3433 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
3434 (xml-entity-value-re): Use syntax references in regexps where
3435 possible; no need to define inside a let-binding.
3436 (xml-parse-dtd): Use xml-pe-reference-re.
3437 (xml-entity-or-char-ref-re): New defconst.
3438 (xml-parse-string, xml-substitute-special): Use it.
3439
3440 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * files.el (locate-dominating-file): Allow `name' to be a predicate.
3443 (find-file--read-only): New function.
3444 (find-file-read-only, find-file-read-only-other-window)
3445 (find-file-read-only-other-frame): Use it.
3446 (insert-file-contents-literally): Don't `fset'.
3447 (get-free-disk-space): Use locate-dominating-file.
3448
3449 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
3450 function is already compiled.
3451
3452 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
3453
3454 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
3455
3456 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
3457 files on the same host.
3458
3459 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
3460
3461 * help-fns.el (describe-function-1): Only call
3462 help-fns--autoloaded-p when we have a file name. (Bug#11848)
3463
3464 2012-07-03 Chong Yidong <cyd@gnu.org>
3465
3466 * xml.el: Protect parser against XML bombs.
3467 (xml-entity-expansion-limit): New variable.
3468 (xml-parse-string, xml-substitute-special): Use it.
3469 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
3470
3471 2012-07-03 Glenn Morris <rgm@gnu.org>
3472
3473 * progmodes/bug-reference.el (bug-reference-bug-regexp):
3474 Allow linking to specific messages in debbugs reports (eg 123#5).
3475
3476 2012-07-02 Chong Yidong <cyd@gnu.org>
3477
3478 * xml.el: Fix entity and character reference expansion, allowing
3479 them to expand into markup as per XML spec.
3480 (xml-default-ns): New variable.
3481 (xml-entity-alist): Use XML spec definitions for lt and amp.
3482 (xml-parse-region): Make first two arguments optional.
3483 Discard text properties.
3484 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
3485 All callers changed.
3486 (xml-parse-tag): Call xml-parse-tag-1. For backward
3487 compatibility, this function should not modify buffer contents.
3488 (xml-parse-tag-1): Fix opening-tag regexp.
3489 (xml-parse-string): Rewrite, handling entity and character
3490 references properly.
3491 (xml--entity-replacement-text): Signal an error if a parameter
3492 entity is undefined.
3493
3494 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * comint.el (comint-output-filter): Filter out repeated prompts.
3497
3498 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3499 and file-name-absolute-p.
3500 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3501 internal calls.
3502
3503 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3504
3505 Spelling fixes.
3506 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3507 Rename from byte-compile--refiy-function. All uses changed.
3508
3509 2012-07-01 Chong Yidong <cyd@gnu.org>
3510
3511 * xml.el (xml--parse-buffer): New function. Move most of
3512 xml-parse-region here.
3513 (xml-parse-region): Copy region into a temporary buffer, since
3514 parameter entity substitution requires changing buffer contents.
3515 Use xml--parse-buffer.
3516 (xml-parse-file): Use xml--parse-buffer.
3517 (xml-parse-dtd): Make parameter entity substitution work right.
3518 Use proper regexps for ELEMENT declarations (Bug#7172).
3519
3520 2012-06-30 Glenn Morris <rgm@gnu.org>
3521
3522 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3523
3524 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3525 Remove outdated and unnecessary dbus declarations.
3526
3527 2012-06-30 Eli Zaretskii <eliz@gnu.org>
3528
3529 * emacs-lisp/timer.el (timer-until): Subtract results of
3530 float-time, instead of taking float-time of the result of
3531 time-subtract, since float-time signals an error for negative time
3532 arguments.
3533
3534 2012-06-30 Chong Yidong <cyd@gnu.org>
3535
3536 * xml.el (xml-*-re): Convert defvars into defconsts, and
3537 eval-and-compile them so eval-and-compile works on derivatives.
3538 (xml--entity-replacement-text): Use eval-and-comple.
3539
3540 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * vc/vc-git.el (vc-git-registered): Use cache property
3543 `git-registered'.
3544 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3545 `vc-git-working-revision' in order to benefit from the cache.
3546 (vc-git-root): Use cache property `git-root'. (Bug#11757)
3547
3548 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3549
3550 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
3551 removed (likely outside Emacs). (Bug#11757)
3552
3553 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * emacs-lisp/cl-lib.el: Require macroexp.
3556
3557 2012-06-30 Chong Yidong <cyd@gnu.org>
3558
3559 * xml.el: Implement XML parameter entities.
3560 (xml-parameter-entity-alist): New variable.
3561 (xml-parse-region, xml-parse-fragment): Preserve previous values
3562 of xml-entity-alist and xml-parameter-entity-alist, so that
3563 repeated calls on different documents do not change them.
3564 (xml-parse-tag): Fix doctype regexp.
3565 (xml--entity-replacement-text): New function.
3566 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3567 properly requires url retrieval which is unimplemented.
3568 (xml-escape-string): Doc fix.
3569
3570 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3573
3574 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3575
3576 * fringe.el (fringe-mode): Doc fix.
3577
3578 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
3579
3580 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3581 is non-nil.
3582 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3583 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3584
3585 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3586
3587 * calendar/cal-dst.el (calendar-current-time-zone):
3588 Return calendar-current-time-zone-cache if non-nil.
3589
3590 2012-06-29 Masatake YAMATO <yamato@redhat.com>
3591
3592 * progmodes/which-func.el (which-func-format):
3593 Add mouse-face. (Bug#11698)
3594
3595 2012-06-29 Leo Liu <sdl.web@gmail.com>
3596
3597 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3598
3599 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * minibuffer.el (minibuffer-confirm-exit-commands):
3602 Add completion-at-point (bug#11725).
3603
3604 2012-06-29 Glenn Morris <rgm@gnu.org>
3605
3606 * progmodes/f90.el (f90-font-lock-keywords-2):
3607 Add some preprocessor elements. (Bug#10499)
3608
3609 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3612 Use syntax-propertize (bug#11739).
3613
3614 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
3615
3616 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3617
3618 2012-06-28 Julien Danjou <julien@danjou.info>
3619
3620 * term.el (term-handle-colors-array): Use a set of new faces to
3621 color the terminal. Also uses :inverse-video property.
3622 (term-default-fg-color): Set to nil by default, deprecate in favor
3623 of `term-face'.
3624 (term-default-bg-color): Set to nil by default, deprecate in favor
3625 of `term-face'.
3626 (term-current-face): Use `term-face' by default.
3627 (term-bold-attribute): Variable deleted.
3628
3629 2012-06-28 Glenn Morris <rgm@gnu.org>
3630
3631 * simple.el (completion-list-mode-finish):
3632 Don't use toggle-read-only. (Since completion-list-mode has
3633 a special mode-class, it wasn't doing anything extra anyway.)
3634
3635 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 Make inlining of other-mode interpreted functions work (bug#11799).
3638 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3639 (byte-compile): Use it to fix compilation of lexical-binding closures.
3640 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3641 function, if needed.
3642
3643 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * help-mode.el (help-make-xrefs): Don't just withstand
3646 cyclic-variable-indirection but any error in documentation-property.
3647
3648 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3649 memory use.
3650 * bindings.el (bindings--define-key): New function.
3651 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3652 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3653 * bindings.el: Use it to purecopy define-key bindings.
3654
3655 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3656
3657 * emacs-lisp/cl.el (flet): Mark obsolete.
3658 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3659 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3660 * progmodes/js.el (js-c-fill-paragraph):
3661 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3662 (ebrowse-switch-member-buffer-to-derived-class):
3663 * play/5x5.el (5x5-solver): Use cl-flet.
3664
3665 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3666 (cl--symbol-function): New macro.
3667 (cl--letf, cl--letf*): Use it.
3668
3669 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3670 Strip "toggle-" if any.
3671
3672 2012-06-27 Glenn Morris <rgm@gnu.org>
3673
3674 * info.el (Info-default-directory-list): Move here from paths.el.
3675 * paths.el: Remove file, which is now empty.
3676 * loadup.el: No longer load "paths".
3677
3678 * custom.el (custom-initialize-delay): Doc fix.
3679
3680 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3681 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3682 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3683 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3684 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3685 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3686 * eshell/eshell.el (eshell-defgroup): Remove alias.
3687
3688 2012-06-27 Chong Yidong <cyd@gnu.org>
3689
3690 * help.el (help-enable-auto-load): New variable.
3691
3692 * help-fns.el (help-fns--autoloaded-p): New function.
3693 (describe-function-1): Refer to a function as "autoloaded" if it
3694 was autoloaded at any time in the past. Perform autoloading if
3695 help-enable-auto-load is non-nil.
3696
3697 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3698
3699 * makefile.w32-in (compile, compile-always): Depend on
3700 update-subdirs, not on subdirs.el. Otherwise, several different
3701 sub-targets of 'bootstrap' running in parallel could
3702 simultaneously write to subdirs.el, producing a garbled file.
3703
3704 2012-06-26 Sam Steingold <sds@gnu.org>
3705
3706 * files.el (file-name-base): New convenience function.
3707 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3708 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3709 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3710 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3711 * textmodes/ispell.el, textmodes/reftex-ref.el:
3712 * textmodes/tex-mode.el: Use it.
3713 Did not touch cedet and org because they are maintained elsewhere.
3714
3715 2012-06-26 Martin Rudalics <rudalics@gmx.at>
3716
3717 * calendar/calendar.el (calendar-exit): Don't try to delete or
3718 iconify last frame. See:
3719 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3720
3721 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3722
3723 * server.el (server-process-filter): Remember dir in the
3724 process's `server-client-directory' properties.
3725
3726 2012-06-24 Chong Yidong <cyd@gnu.org>
3727
3728 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3729 non-tag text.
3730
3731 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3732
3733 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3734
3735 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * help-fns.el (describe-variable): Don't croak when doc is not found.
3738 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3739 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3740 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3741 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3742 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3743 ((lambda ..) ..).
3744 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3745
3746 2012-06-23 Chong Yidong <cyd@gnu.org>
3747
3748 * info.el (Info-mouse-follow-link): Accept symbol values of
3749 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
3750 (Info-fontify-node): Use Info-link-keymap for all navigation
3751 buttons, with link-args property to perform the desired action.
3752 (Info-link-keymap): Doc fix.
3753 (Info-next-link-keymap, Info-prev-link-keymap)
3754 (Info-up-link-keymap): Delete now-unused keymaps.
3755
3756 2012-06-23 Chong Yidong <cyd@gnu.org>
3757
3758 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3759
3760 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3761 system abbrevs.
3762
3763 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3764
3765 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3768 (bug#11719).
3769
3770 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3771 the requote function doesn't work properly (bug#11714).
3772
3773 2012-06-23 Glenn Morris <rgm@gnu.org>
3774
3775 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3776
3777 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 Further GV/CL cleanups.
3780 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3781 gv-expander.
3782 (gv--defun-declaration): New function.
3783 (defun-declarations-alist): Use it.
3784 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3785 (gv-place): Autoload.
3786 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3787 original definition of dotimes and dolist.
3788 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3789 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3790 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3791 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3792 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3793 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3794 to the function's definition.
3795 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3796 * window.el:
3797 * files.el:
3798 * faces.el:
3799 * env.el: Don't use CL.
3800
3801 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3802
3803 Support higher-resolution time stamps (Bug#9000).
3804
3805 * calendar/time-date.el (with-decoded-time-value): New arg
3806 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3807 (encode-time-value): New optional arg PICO. New type 3.
3808 (time-to-seconds) [!float-time]: Support the new picoseconds
3809 component if it's used.
3810 (seconds-to-time, time-subtract, time-add):
3811 Support ps-resolution time stamps as well.
3812
3813 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3814 (timerp): Timer vectors now have length 9, not 8.
3815 (timer--time): Support new-style (4-part) time stamps.
3816 (timer-next-integral-multiple-of-time): Time stamps now have
3817 picosecond resolution, so take a bit more care about rounding.
3818 (timer-relative-time, timer-inc-time): New optional arg psecs.
3819 (timer-set-time-with-usecs): Set psecs to 0.
3820 (timer--activate): Check psecs component, too.
3821
3822 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3823
3824 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3827 Move the non-essential binding to the post/pre-command-hook where it is
3828 more obviously correct.
3829
3830 * subr.el (read-passwd): Don't use a history at all.
3831 * savehist.el (savehist-save): Remove password saved accidentally
3832 because of the above bug.
3833
3834 2012-06-22 Bastien Guerry <bzg@gnu.org>
3835
3836 * files.el (toggle-read-only): Display a message telling whether
3837 the buffer is read-only or not (bug#11726).
3838
3839 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * emacs-lisp/gv.el: New file.
3842 * subr.el (push, pop): Extend to generalized variables.
3843 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3844 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3845 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3846 gv-define-simple-setter, and gv-define-expander.
3847 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3848 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3849 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3850 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3851 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3852 gv-letplace.
3853 (cl-defstruct): Don't define setf-method any more.
3854 * emacs-lisp/cl.el (flet): Don't autoload.
3855 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3856 (define-setf-expander, defsetf, define-modify-macro)
3857 (cl-struct-setf-expander): Move from cl-lib.el.
3858 * emacs-lisp/syntax.el:
3859 * emacs-lisp/ewoc.el:
3860 * emacs-lisp/smie.el:
3861 * emacs-lisp/cconv.el:
3862 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3863 (timer--time): Use gv-define-simple-setter.
3864 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3865 to avoid coding-system problems in subr.el. Adjust all users.
3866 (macroexp--maxsize, macroexp-small-p): New functions.
3867 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3868 * scroll-bar.el (scroll-bar-mode):
3869 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3870 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3871 * winner.el (winner-configuration, winner-make-point-alist)
3872 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3873 * files.el (locate-file-completion-table): Avoid list*.
3874
3875 2012-06-22 Chong Yidong <cyd@gnu.org>
3876
3877 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3878 (dired-create-files): Doc fix (Bug#11329).
3879 (dired-do-copy): Doc fix (Bug#11334).
3880 (dired-mark-read-string): Doc fix (Bug#11553).
3881
3882 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3883 Doc fix (Bug#11326).
3884 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3885 (dired-dwim-target): Doc fix.
3886
3887 * wdired.el (wdired-mode): Doc fix.
3888
3889 2012-06-22 Glenn Morris <rgm@gnu.org>
3890
3891 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3892 (pcmpl-rpm-cache-stamp-file): New constant.
3893 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3894 (pcmpl-rpm-packages): Optionally cache list of packages.
3895
3896 * pcmpl-rpm.el (pcmpl-rpm): New group.
3897 (pcmpl-rpm-query-options): New option.
3898 (pcmpl-rpm-packages): No need to inline it.
3899 Use pcmpl-rpm-query-options.
3900
3901 * calendar/calendar.el (calendar-in-read-only-buffer):
3902 Avoid some needless mode changes.
3903
3904 2012-06-21 Chong Yidong <cyd@gnu.org>
3905
3906 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3907 (desktop-path): Remove . from the default value (Bug#10977).
3908 (desktop-read): Use user-emacs-directory if desktop-path is nil.
3909
3910 2012-06-20 Chong Yidong <cyd@gnu.org>
3911
3912 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3913
3914 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3915
3916 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3917 (bug#11201).
3918
3919 2012-06-20 Chong Yidong <cyd@gnu.org>
3920
3921 * term.el (term-window-width): Handle the case of a missing right
3922 fringe (Bug#8837).
3923 (term-check-size): Use window-text-height (Bug#5445).
3924 (term-mode): Use define-derived-mode. Minor cleanups.
3925 Set font-lock-defaults (Bug#7692).
3926 (term-move-columns, term-insert-char, term-emulate-terminal)
3927 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3928
3929 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/ange-ftp.el (ange-ftp-get-passwd):
3932 Bind `enable-recursive-minibuffers'.
3933 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3934
3935 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3936
3937 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3938
3939 2012-06-19 Glenn Morris <rgm@gnu.org>
3940
3941 * progmodes/python.el (python-mode): Derive from prog-mode.
3942
3943 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3944
3945 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3946 (edt-user-menu-bar-update-buffers): New functions.
3947 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3948
3949 2012-06-19 Chong Yidong <cyd@gnu.org>
3950
3951 * subr.el (with-selected-window): Preserve the selected window's
3952 terminal's top-frame (Bug#4702).
3953
3954 * window.el (save-selected-window): Likewise.
3955
3956 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * progmodes/python.el (python-rx-constituents): Move backquote.
3959 (python-skeleton-define, python-define-auxiliary-skeleton):
3960 Use `declare'.
3961
3962 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
3963
3964 * minibuffer.el (read-file-name-default): Revert the patch from
3965 2012-06-17.
3966
3967 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3970 (pcase--u1, pcase--q1): Don't use apply-partially.
3971
3972 2012-06-18 Glenn Morris <rgm@gnu.org>
3973
3974 * progmodes/python.el (python-proc, python-buffer)
3975 (python-send-receive, python-send-string): Fix obsolete versions.
3976
3977 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3978
3979 * window.el (special-display-p): Completely remove stringp
3980 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3981
3982 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
3983
3984 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3985
3986 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3987
3988 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3989 * net/tramp-sh.el (tramp-maybe-open-connection):
3990 Throw if `non-essential' is non-nil.
3991
3992 2012-06-17 Martin Rudalics <rudalics@gmx.at>
3993
3994 * window.el (special-display-p): Signal an error if BUFFER-NAME
3995 is not a string (Bug#11713).
3996
3997 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3998
3999 * progmodes/python.el (python-info-beginning-of-backslash):
4000 Rename from python-info-beginning-of-backlash, as a spelling fix.
4001
4002 2012-06-17 Chong Yidong <cyd@gnu.org>
4003
4004 * term.el (term-emulate-terminal): If term-check-size is called,
4005 move point to the process mark without resetting point (Bug#4635).
4006
4007 2012-06-17 Glenn Morris <rgm@gnu.org>
4008
4009 * international/mule-cmds.el (mule-menu-keymap)
4010 (set-language-environment, set-locale-environment): Doc tweaks.
4011
4012 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
4013
4014 * cus-face.el (custom-face-attributes): Add wave-style underline
4015 attribute.
4016 * faces.el (set-face-attribute): Update docstring to describe
4017 wave-style underline attribute.
4018
4019 2012-06-16 Chong Yidong <cyd@gnu.org>
4020
4021 * term/xterm.el (terminal-init-xterm): Discard input before
4022 querying background mode (Bug#10959).
4023
4024 2012-06-16 Stefan Merten <smerten@oekonux.de>
4025
4026 * textmodes/rst.el: Added and corrected some comments.
4027 (rst-re-alist-def): Improve symbol syntax.
4028 (rst-mode-syntax-table): Correct syntax entries.
4029 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4030 (rst-official-version, rst-official-cvs-rev): Update version
4031 information.
4032
4033 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
4036 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
4037
4038 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
4039
4040 * progmodes/python.el: New python.el merge.
4041 (python-guess-indent): Obsolete var.
4042 (python-indent-guess-indent-offset): New defcustom.
4043 (python-indent): Obsolete var.
4044 (python-indent-offset): New defcustom.
4045 (python-python-command, python-jython-command): Delete var.
4046 (python-shell-interpreter): New defcustom.
4047 (python-pdbtrack-do-tracking-p): Delete var.
4048 (python-pdbtrack-activate): New defcustom.
4049 (python-use-skeletons): Obsolete var.
4050 (python-skeleton-autoinsert): New defcustom.
4051 (inferior-python-filter-regexp, python-continuation-offset)
4052 (python-honour-comment-indentation, python-indent-string-contents)
4053 (python-jython-packages, python-mode-hook)
4054 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
4055 (python-shell-prompt-alist)
4056 (python-source-modes): Delete defcustoms.
4057 (python-check-buffer-name, python-eldoc-setup-code)
4058 (python-eldoc-string-code, python-ffap-setup-code)
4059 (python-ffap-string-code, python-fill-comment-function)
4060 (python-fill-decorator-function, python-fill-paren-function)
4061 (python-fill-string-function, python-imenu-include-defun-type)
4062 (python-imenu-make-tree, python-imenu-subtree-root-label)
4063 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
4064 (python-shell-compilation-regexp-alist)
4065 (python-shell-completion-module-string-code)
4066 (python-shell-completion-pdb-string-code)
4067 (python-shell-completion-setup-code)
4068 (python-shell-completion-string-code)
4069 (python-shell-enable-font-lock, python-shell-exec-path)
4070 (python-shell-extra-pythonpaths)
4071 (python-shell-internal-buffer-name, python-shell-interpreter-args)
4072 (python-shell-process-environment)
4073 (python-shell-prompt-block-regexp)
4074 (python-shell-prompt-output-regexp)
4075 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
4076 (python-shell-send-setup-max-wait, python-shell-setup-codes)
4077 (python-shell-virtualenv-path): New defcustoms.
4078 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
4079 (inferior-python-mode-syntax-table, python--prompt-regexp)
4080 (python-buffer, python-command python-python-command)
4081 (python-default-template, python-imports, python-indent-index)
4082 (python-indent-list, python-indent-list-length)
4083 (python-mode-running, python-pdbtrack-is-tracking-p)
4084 (python-preoutput-continuation, python-preoutput-leftover)
4085 (python-preoutput-result, python-preoutput-skip-next-prompt)
4086 (python-prev-dir/file, python-recursing)
4087 (python-saved-check-command, python-version-checked)
4088 (python-which-func-length-limit)
4089 (view-return-to-alist): Delete vars.
4090 (python-check-custom-command, python-dotty-syntax-table)
4091 (python-imenu-index-alist, python-indent-current-level)
4092 (python-indent-dedenters, python-indent-levels)
4093 (python-nav-beginning-of-defun-regexp)
4094 (python-nav-list-defun-positions-cache)
4095 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
4096 (python-shell-internal-buffer)
4097 (python-skeleton-available): New vars.
4098 (def-python-skeleton): Delete macro.
4099 (python-skeleton-define): New macro.
4100 (python-define-auxiliary-skeleton, python-rx): New macros.
4101 (python-insert-class): Delete command.
4102 (python-skeleton-class): New command.
4103 (python-insert-def): Delete command.
4104 (python-skeleton-def): New command.
4105 (python-insert-for): Delete command.
4106 (python-skeleton-for): New command.
4107 (python-insert-if): Delete command.
4108 (python-skeleton-if): New command.
4109 (python-insert-try/except, python-insert-try/finally): Delete commands.
4110 (python-skeleton-try): New command.
4111 (python-insert-while): Delete command.
4112 (python-skeleton-while): New command.
4113 (python-backspace): Delete command.
4114 (python-indent-dedent-line-backspace): New command.
4115 (python-electric-colon): Delete command.
4116 (python-indent-electric-colon): New command.
4117 (python-guess-indent): Delete command.
4118 (python-indent-guess-indent-offset): New command.
4119 (python-shift-left): Delete command.
4120 (python-indent-shift-left): New command.
4121 (python-shift-right): Delete command.
4122 (python-indent-shift-right): New command.
4123 (python-find-function): Delete command.
4124 (python-nav-jump-to-defun): New command.
4125 (python-next-statement): Delete command.
4126 (python-nav-forward-sentence): New command.
4127 (python-previous-statement): Delete command.
4128 (python-nav-backward-sentence): New command.
4129 (python-fill-paragraph): Delete command.
4130 (python-fill-paragraph-function): New command.
4131 (python-send-buffer): Delete command.
4132 (python-shell-send-buffer): New command.
4133 (python-send-defun): Delete command.
4134 (python-shell-send-defun): New command.
4135 (python-send-region, python-send-region-and-go): Delete commands.
4136 (python-shell-send-region)
4137 (python-shell-switch-to-shell): New commands.
4138 (python-send-string): Delete command.
4139 (python-shell-send-string): New command.
4140 (python-switch-to-python): Delete command.
4141 (python-shell-switch-to-shell): New command.
4142 (python-describe-symbol): Delete command.
4143 (python-eldoc-at-point): New command.
4144 (python--set-prompt-regexp, python-args-to-list)
4145 (python-after-info-look, python-check-version)
4146 (python-check-comint-prompt, python-find-imports)
4147 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
4148 (python-unload-function, python-expand-template)
4149 (python-maybe-jython, python-preoutput-filter)
4150 (python-pdbtrack-get-source-buffer)
4151 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
4152 (python-pdbtrack-toggle-stack-tracking)
4153 (python-pdbtrack-track-stack-file, python-initial-text)
4154 (python-first-word, python-comment-line-p, python-send-command)
4155 (python-setup-brm, python-sentinel, python-set-proc)
4156 (python-skip-out, python-input-filter, python-outdent-p)
4157 (python-outline-level, python-backslash-continuation-line-p)
4158 (python-end-of-block, python-end-of-statement, python-mark-block)
4159 (python-beginning-of-block, python-beginning-of-statement)
4160 (python-blank-line-p, python-beginning-of-string)
4161 (python-open-block-statement-p): Delete functions.
4162 (python-indent-line, python-indent-line-1): Delete functions.
4163 (python-indent-line): New function.
4164 (python-indentation-levels): Delete function.
4165 (python-indent-calculate-levels): New function.
4166 (python-proc): Delete function.
4167 (python-shell-get-process): New function.
4168 (python-send-receive): Delete function.
4169 (python-shell-send-string-no-output): New function.
4170 (python-module-path): Delete function.
4171 (python-ffap-module-path): New function.
4172 (python-completion-at-point)
4173 (python-symbol-completions): Delete functions.
4174 (python-completion-complete-at-point): New function.
4175 (python-load-file): Delete function.
4176 (python-shell-send-file): New function.
4177 (python-calculate-indentation): Delete function.
4178 (python-indent-calculate-indentation): New function.
4179 (python-skip-comments/blanks): Delete function.
4180 (python-util-forward-comment): New function.
4181 (python-continuation-line-p): Delete function.
4182 (python-info-continuation-line-p): New function.
4183 (python-which-func, python-current-defun): Delete function.
4184 (python-info-current-defun): New function.
4185 (python-beginning-of-defun): Delete function.
4186 (python-nav-beginning-of-defun): New function.
4187 (python-close-block-statement-p)
4188 (python-block-end-p): Delete function.
4189 (python-info-closing-block): New function.
4190 (python-comint-output-filter-function)
4191 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
4192 (python-fill-comment, python-fill-decorator, python-fill-paren)
4193 (python-fill-string, python-imenu-make-element-tree)
4194 (python-imenu-make-tree, python-imenu-tree-assoc)
4195 (python-indent-context, python-indent-dedent-line)
4196 (python-indent-line-function)
4197 (python-indent-post-self-insert-function)
4198 (python-indent-toggle-levels)
4199 (python-info-assignment-continuation-line-p)
4200 (python-info-beginning-of-backlash)
4201 (python-info-block-continuation-line-p)
4202 (python-info-closing-block-message)
4203 (python-info-line-ends-backslash-p)
4204 (python-info-looking-at-beginning-of-defun)
4205 (python-info-ppss-context, python-info-ppss-context-type)
4206 (python-nav-list-defun-positions, python-nav-read-defun)
4207 (python-nav-sentence-end, python-nav-sentence-start)
4208 (python-pdbtrack-comint-output-filter-function)
4209 (python-pdbtrack-set-tracked-buffer)
4210 (python-shell-calculate-exec-path)
4211 (python-shell-calculate-process-environment)
4212 (python-shell-completion--do-completion-at-point)
4213 (python-shell-completion--get-completions)
4214 (python-shell-completion-complete-at-point)
4215 (python-shell-completion-complete-or-indent)
4216 (python-shell-get-or-create-process)
4217 (python-shell-get-process-name)
4218 (python-shell-internal-get-or-create-process)
4219 (python-shell-internal-get-process-name)
4220 (python-shell-internal-send-string, python-shell-make-comint)
4221 (python-shell-parse-command, python-shell-send-setup-code)
4222 (python-skeleton-add-menu-items)
4223 (python-util-clone-local-variables, python-util-position)
4224 (run-python-internal, python-indentation-levels)
4225 (python-nav-beginning-of-defun)
4226 (python-completion-complete-at-point): New functions.
4227 (run-python): Change arguments. New API requirements.
4228
4229 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
4232 (bug#11649).
4233
4234 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
4235 (macroexp--expand-all): Use it.
4236
4237 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
4238 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
4239 Use `cl-function' instead.
4240
4241 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
4244 Suggested by Stefan Monnier while discussing bug#11657.
4245
4246 2012-06-14 Sam Steingold <sds@gnu.org>
4247
4248 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
4249
4250 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
4251
4252 * play/doctor.el (doctor-doc): Remove parameter and use
4253 doctor-sent instead of sent.
4254 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
4255
4256 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * files.el: Require cl-lib.
4259 (file-name-non-special): Replace case -> cl-case.
4260
4261 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
4262
4263 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
4264 mapping from #' to function*.
4265
4266 2012-06-13 Chong Yidong <cyd@gnu.org>
4267
4268 * mouse.el (mouse-drag-track): Do not set the mark if the user
4269 releases the mouse without selecting anything (Bug#11588).
4270
4271 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
4274 as well (bug#11646).
4275
4276 * loadup.el: Count byte-code functions as well.
4277
4278 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
4279 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
4280
4281 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
4282 (bug#11649). Add cl-defun and cl-defmacro.
4283
4284 2012-06-13 Drew Adams <drew.adams@oracle.com>
4285
4286 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4287 Fix last change.
4288
4289 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
4290
4291 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
4292 Otherwise, it blocks in batch mode.
4293
4294 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * help-mode.el (bookmark-make-record-default): Declare.
4297
4298 2012-06-13 Chong Yidong <cyd@gnu.org>
4299
4300 * emacs-lisp/package.el (list-packages): Compute a list of
4301 packages that are newly-available since the last list-packages
4302 invocation.
4303 (package-menu--new-package-list): New var.
4304 (package-menu--generate, package-menu--print-info)
4305 (package-menu--status-predicate, package-menu-mark-install):
4306 Handle new status label "new".
4307
4308 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
4311 conversion to backquotes.
4312
4313 2012-06-12 Chong Yidong <cyd@gnu.org>
4314
4315 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
4316 Rename from gud-inhibit-global-bindings.
4317
4318 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
4319
4320 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
4321 hook from nxml-glyph-set-hook.
4322
4323 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
4324 declaration.
4325
4326 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
4327
4328 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
4329 Convert to defcustom.
4330
4331 2012-06-12 Drew Adams <drew.adams@oracle.com>
4332
4333 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
4334 New functions.
4335 (help-mode): Use them.
4336
4337 2012-06-11 Glenn Morris <rgm@gnu.org>
4338
4339 * progmodes/fortran.el (fortran-font-lock-keywords-3):
4340 Use preprocessor face for directives.
4341 (fortran-directive-re): Doc fix.
4342
4343 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
4346 conversion to backquotes (bug#11652).
4347
4348 Fix compiler-expansion of CL's cXXr functions (bug#11673).
4349 * emacs-lisp/cl-lib.el (cl--defalias): New function.
4350 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
4351 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
4352 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4353 (cl-ninth, cl-tenth): Mark them as inlinable.
4354 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
4355 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
4356 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
4357 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
4358 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
4359 (cl-list*, cl-adjoin): Don't put an autoload manually.
4360 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
4361 (cl--compiler-macro-list*): Add autoload cookie.
4362 (cl--compiler-macro-cXXr): New function.
4363
4364 * help-fns.el (help-fns--compiler-macro): New function extracted from
4365 describe-function-1; follow aliases and use `compiler-macro' property.
4366 (describe-function-1): Use it.
4367
4368 2012-06-11 Chong Yidong <cyd@gnu.org>
4369
4370 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
4371 is uninstalled, if imagemagick is installed.
4372
4373 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * emacs-lisp/cl-lib.el: Use lexical-binding.
4376 (cl-map-extents, cl-maclisp-member): Remove.
4377 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
4378 (cl--set-substring, cl--block-wrapper, cl--block-throw)
4379 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
4380 * emacs-lisp/cl-extra.el: Use lexical-binding.
4381 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
4382 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
4383 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
4384 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
4385 * emacs-lisp/cl-seq.el: Use lexical-binding.
4386 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
4387 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
4388 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
4389 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
4390 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
4391 CL's internals.
4392
4393 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
4394
4395 Sync with Tramp 2.2.6-pre.
4396
4397 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
4398 `print-length' and `print-level' to nil, in order to avoid
4399 truncation. Reported by Christopher Schmidt
4400 <christopher@ristopher.com>.
4401
4402 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
4403
4404 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
4405 New defmacro.
4406 (tramp-compat-copy-directory): Add optional argument
4407 COPY-CONTENTS. It is not handled yet.
4408
4409 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
4410 (tramp-ftp-file-name-p): Simplify.
4411
4412 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
4413 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
4414 connection vector.
4415
4416 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
4417 (tramp-methods): Do not use `tramp-password-end-of-line'.
4418 (tramp-completion-function-alist-putty): Handle UNIX case.
4419 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
4420 (tramp-do-file-attributes-with-stat)
4421 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
4422 gid as real numbers. They could run out of integer range on cygwin.
4423 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
4424 (tramp-sh-handle-expand-file-name): Handle hops.
4425 (tramp-open-connection-setup-interactive-shell):
4426 Use `tramp-cleanup'. Move check for busyboxes ...
4427 (tramp-find-shell): ... here. Simplify implementation.
4428 Set "remote-shell" property also for alternative shells.
4429 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
4430 If failing, a regular file would be written otherwise.
4431 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
4432 (tramp-find-inline-encoding): Cache the coding commands in the
4433 process cache. Apply test command on the remote side, if defined.
4434 (tramp-find-inline-compress): Cache the compress commands in the
4435 process cache.
4436 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
4437 when requested. Handle hops.
4438 (tramp-current-connection): New defvar.
4439 (tramp-maybe-open-connection): Use `tramp-cleanup'.
4440 Throw `suppress', if there was a failed connection shortly before.
4441 Handle user interrupt. (Bug#10187)
4442 (tramp-get-inline-compress, tramp-get-inline-coding):
4443 Read connection properties from the process cache.
4444
4445 * net/tramp-smb.el (tramp-smb-server-version)
4446 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
4447 New defconsts.
4448 (tramp-smb-prompt): Extend for powershell prompt.
4449 (tramp-smb-file-name-handler-alist): Add handlers for
4450 `process-file', `shell-command' and `start-file-process'.
4451 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
4452 (tramp-smb-winexe-shell-command-switch): New defcustoms.
4453 (tramp-smb-file-name-p): Simplify.
4454 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
4455 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
4456 (tramp-smb-shell-quote-argument): New defuns.
4457 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
4458 Implement using "tar". By this, time-stamps are preserved.
4459 (tramp-smb-handle-copy-file): Handle also the case of directories.
4460 (tramp-smb-do-file-attributes-with-stat)
4461 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
4462 Use `tramp-get-connection-buffer').
4463 (tramp-smb-handle-rename-file): Use "rename", when source and
4464 target are on the same share.
4465 (tramp-smb-maybe-open-connection): Handle wrong passwords.
4466 Use `tramp-smb-server-version'.
4467 (tramp-smb-wait-for-output): Remove prompt.
4468
4469 * net/tramp.el (top): Require 'cl.
4470 (tramp-methods, tramp-rsh-end-of-line):
4471 Remove `tramp-password-end-of-line' from docstring.
4472 (tramp-save-ad-hoc-proxies): New defcustom.
4473 (tramp-completion-function-alist): Adapt docstring.
4474 (tramp-default-password-end-of-line): Remove defcustom.
4475 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
4476 (tramp-user-regexp, tramp-file-name-regexp-unified)
4477 (tramp-file-name-regexp-url): Extend regexp by hop separator.
4478 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
4479 (tramp-remote-file-name-spec-regexp): New defconst.
4480 (tramp-file-name-structure): Extend structure for hops.
4481 (tramp-get-method-parameter): Move up.
4482 (tramp-file-name-p, tramp-dissect-file-name)
4483 (with-parsed-tramp-file-name): Handle hops.
4484 (tramp-file-name-hop): New defun.
4485 (tramp-make-tramp-file-name): New optional arg HOP.
4486 (tramp-message-show-progress-reporter-message): New defvar.
4487 (tramp-with-progress-reporter): Use it. We cannot use
4488 `tramp-message-show-message' here, because this suppresses also
4489 error buffers.
4490 (tramp-error-with-buffer): Suppress buffer view, if
4491 `tramp-message-show-message' is nil.
4492 Use `tramp-get-connection-buffer'.
4493 (tramp-cleanup): New defun.
4494 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
4495 (tramp-file-name-handler): If `debug-on-error' is set, propagate
4496 an error unchanged.
4497 (tramp-completion-handle-file-name-all-completions): Handle hops.
4498 Fix an error when called from ido.
4499 (tramp-completion-dissect-file-name): Use better local variable
4500 name. Add hop to the vector.
4501 (tramp-handle-insert-file-contents): Use progress-reporter for the
4502 whole scenario.
4503 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4504 to `t'.
4505 (tramp-check-for-regexp): Simplify search.
4506 (tramp-enter-password): Remove it. Move implementation ...
4507 (tramp-action-password): ... here.
4508 (tramp-mode-string-to-int, tramp-local-host-p)
4509 (tramp-make-tramp-temp-file, tramp-read-passwd)
4510 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4511 Set tramp-autoload cookie.
4512
4513 * net/trampver.el: Update release number.
4514
4515 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4516 Michael Albinus <michael.albinus@gmx.de>
4517
4518 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4519 (tramp-parse-group, tramp-parse-file)
4520 (tramp-parse-shostkeys-sknownhosts): New defuns.
4521 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4522 (tramp-parse-shosts-group, tramp-parse-sconfig)
4523 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4524 (tramp-parse-sknownhosts, tramp-parse-hosts)
4525 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4526 Use them.
4527 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4528 (tramp-parse-putty-group): Don't narrow.
4529 (tramp-parse-putty): Make a loop.
4530 (tramp-file-name-handler): Catch the `suppress' signal.
4531
4532 2012-06-11 Chong Yidong <cyd@gnu.org>
4533
4534 * image.el (imagemagick-register-types): Put the ImageMagick entry
4535 at the end of image-type-file-name-regexps.
4536
4537 2012-06-11 Johan Bockgård <bojohan@gnu.org>
4538
4539 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4540 (pcase, pcase-let*, pcase-dolist): Use them.
4541
4542 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * emacs-lisp/pcase.el (pcase--let*): New function.
4545 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4546 (pcase--expand): Use macroexp-let².
4547
4548 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4551 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4552 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4553 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4554 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4555 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4556
4557 2012-06-10 Glenn Morris <rgm@gnu.org>
4558
4559 * mail/rmail.el (rmail-yank-current-message): Leave point at
4560 correct position. (Bug#11660)
4561
4562 2012-06-10 Chong Yidong <cyd@gnu.org>
4563
4564 * allout-widgets.el: Fix code header.
4565
4566 2012-06-10 Chong Yidong <cyd@gnu.org>
4567
4568 * cus-edit.el (customize-changed-options-previous-release):
4569 Bump to 24.1.
4570
4571 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4572
4573 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4574
4575 2012-06-09 Chong Yidong <cyd@gnu.org>
4576
4577 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4578
4579 2012-06-09 Martin Rudalics <rudalics@gmx.at>
4580
4581 * window.el (special-display-popup-frame): Don't use
4582 window--display-buffer (Bug#11651).
4583
4584 2012-06-09 Eli Zaretskii <eliz@gnu.org>
4585
4586 Fix parallel builds: make sure loaddefs.el is not being written
4587 while Lisp files are compiled.
4588 (compile): Don't depend on 'mh-autoloads'.
4589 (compile-CMD, compile-SH): Depend on 'autoloads'.
4590 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4591
4592 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4593
4594 2012-06-09 Chong Yidong <cyd@gnu.org>
4595
4596 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4597 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4598 Doc fixes (Bug#11225).
4599
4600 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4603 a function if there's a clear indication that it has a compiler-macro.
4604 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4605 (macro-declarations-alist): Add arglist to declaration functions.
4606 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4607 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4608 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4609 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4610 Also add autoload to find the compiler macro.
4611 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4612 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4613 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4614 (cl--compiler-macro-get): New functions, replacing calls to
4615 cl-define-compiler-macro.
4616 (cl-typep) [compiler-macro]: Use macroexp-let².
4617
4618 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
4619
4620 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4621 string properly, fixes Bug#11473.
4622
4623 2012-06-08 Chong Yidong <cyd@gnu.org>
4624
4625 * faces.el (set-face-attribute): Doc fix.
4626 (modify-face): Don't use :bold and :italic.
4627 (error, warning, success): Tweak definitions.
4628
4629 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4630 (custom-modified, custom-set, custom-changed, custom-themed)
4631 (custom-saved, custom-button, custom-button-mouse)
4632 (custom-button-pressed, custom-state, custom-comment-tag)
4633 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4634 (custom-group-subtitle): Use new-style face specs.
4635 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4636 (custom-set-face, custom-changed-face, custom-saved-face)
4637 (custom-button-face, custom-button-pressed-face)
4638 (custom-documentation-face, custom-state-face)
4639 (custom-comment-face, custom-comment-tag-face)
4640 (custom-variable-tag-face, custom-variable-button-face)
4641 (custom-face-tag-face, custom-group-tag-face-1)
4642 (custom-group-tag-face): Remove obsolete face alias.
4643
4644 * epa.el (epa-validity-high, epa-validity-medium)
4645 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4646 (epa-field-name, epa-field-body):
4647 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4648 (font-lock-keyword-face, font-lock-builtin-face)
4649 (font-lock-function-name-face, font-lock-variable-name-face)
4650 (font-lock-type-face, font-lock-constant-face):
4651 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4652 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4653 * speedbar.el (speedbar-button-face, speedbar-file-face)
4654 (speedbar-directory-face, speedbar-tag-face)
4655 (speedbar-selected-face, speedbar-highlight-face)
4656 (speedbar-separator-face):
4657 * whitespace.el (whitespace-newline, whitespace-space)
4658 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4659 (whitespace-line, whitespace-space-before-tab)
4660 (whitespace-space-after-tab, whitespace-indentation)
4661 (whitespace-empty):
4662 * emulation/cua-base.el (cua-global-mark):
4663 * eshell/em-prompt.el (eshell-prompt):
4664 * net/newst-plainview.el (newsticker-new-item-face)
4665 (newsticker-old-item-face, newsticker-immortal-item-face)
4666 (newsticker-obsolete-item-face, newsticker-date-face)
4667 (newsticker-statistics-face, newsticker-default-face):
4668 * net/newst-reader.el (newsticker-feed-face)
4669 (newsticker-extra-face, newsticker-enclosure-face):
4670 * net/newst-treeview.el (newsticker-treeview-face)
4671 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4672 (newsticker-treeview-immortal-face)
4673 (newsticker-treeview-obsolete-face)
4674 (newsticker-treeview-selection-face):
4675 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4676 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4677 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4678 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4679 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4680 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4681 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4682 (mpuz-text):
4683 * progmodes/vera-mode.el (vera-font-lock-number)
4684 (vera-font-lock-function, vera-font-lock-interface):
4685 * textmodes/table.el (table-cell): Use new-style face specs, and
4686 don't use the old :bold and :italic attributes.
4687
4688 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4689 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4690 (ebrowse-member-class, ebrowse-progress): Likewise.
4691 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4692 (ebrowse-file-name-face, ebrowse-default-face)
4693 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4694 (ebrowse-progress-face): Remove obsolete faces.
4695
4696 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4697 Inherit from error and warning faces respectively.
4698
4699 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4700 Likewise.
4701 (flyspell-incorrect-face, flyspell-duplicate-face):
4702 Remove obsolete aliases.
4703
4704 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
4705
4706 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4707 Avoid infloop.
4708
4709 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4710
4711 * startup.el (argv, argi): Make lexically scoped.
4712 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4713 * emacs-lisp/cl-macs.el: Use lexical-binding.
4714 Rename cl-bind-* to cl--bind-*.
4715 * files.el: Don't require `cl' since it doesn't use it.
4716 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4717
4718 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
4719
4720 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4721 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4722 instead of calling external sort utility.
4723 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4724
4725 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4726
4727 * descr-text.el (describe-char): Mention how to insert the
4728 character, if the current input method doesn't support it.
4729 See the discussion in this thread for the details:
4730 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4731
4732 2012-06-08 Sam Steingold <sds@gnu.org>
4733
4734 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4735 XF86Back to previous-buffer.
4736 (minibuffer-local-map): Bind them to next-history-element and
4737 previous-history-element respectively.
4738 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4739 help-go-back respectively.
4740 * info.el (Info-mode-map): Bind them to Info-history-forward and
4741 Info-history-back respectively.
4742 These are the keys next to Up on the ThinkPad keyboard.
4743
4744 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4747 * emacs-lisp/cl-macs.el: Provide itself.
4748 (cl--labels-convert-cache): New var.
4749 (cl--labels-convert): New function.
4750 (cl-flet, cl-labels): New implementation with new semantics, relying on
4751 lexical-binding.
4752 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4753 (cl-closure-vars, cl--function-convert-cache)
4754 (cl--function-convert): Move from cl-macs.el.
4755 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4756 rename by removing the "cl-" prefix.
4757 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4758
4759 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4762 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4763 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4764 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4765 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4766 (cl-hash-table-count): Add old compatibility aliases.
4767
4768 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4769 Use macroexpand-all-environment instead.
4770 (cl--old-macroexpand): New var.
4771 (cl--sm-macroexpand): New function.
4772 (cl-symbol-macrolet): Use it during macro expansion.
4773 (cl--function-convert-cache): New var.
4774 (cl--function-convert): New function, extracted from
4775 cl-macroexpand-all.
4776 (cl-lexical-let): Use it.
4777
4778 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4779 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4780 (cl-member): Remove old alias.
4781
4782 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4783 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4784 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4785 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4786 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4787 (cl-macroexpand-cmacs): Remove var.
4788 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4789 Use macroexpand-all instead.
4790
4791 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4794 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4795 (macroexp-copyable-p): New functions and macros.
4796 * emacs-lisp/edebug.el (edebug-unwrap):
4797 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4798 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4799 (pcase--let*): Remove.
4800 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4801 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4802 macroexp-const-p instead.
4803 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4804
4805 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4806 instead of "cl-" for internal definitions. Use macroexp-const-p.
4807 (cl-old-bc-file-form): Remove var.
4808 (cl-const-exprs-p): Remove fun.
4809 (cl-labels, cl-macrolet): Use backquote.
4810 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4811 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4812 (cl-define-setf-expander): Rename from cl-define-setf-method.
4813 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4814
4815 * international/mule-cmds.el: Don't require CL.
4816 (view-hello-file): Don't use `letf'.
4817
4818 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * tmm.el (tmm-prompt): Use string-prefix-p.
4821 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4822 (tmm-add-prompt): Use minibuffer-completion-help.
4823 (tmm-delete-map): Remove.
4824
4825 * subr.el (kbd): Make it its own function.
4826
4827 2012-06-07 Stefan Merten <smerten@oekonux.de>
4828
4829 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4830 Silence compiler warnings. Fix versions.
4831 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4832 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4833 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4834 (rst-package-emacs-version-alist): Correct Emacs version to
4835 represent major merge with upstream.
4836 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4837
4838 2012-06-06 Glenn Morris <rgm@gnu.org>
4839
4840 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4841 Only print environment variables if set.
4842
4843 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4846 (macroexp--cons): Rename from maybe-cons.
4847 (macroexp--accumulate): Rename from macroexp-accumulate.
4848 (macroexp--all-forms): Rename from macroexpand-all-forms.
4849 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4850 (macroexp--expand-all): Rename from macroexpand-all-1.
4851
4852 2012-06-06 Sam Steingold <sds@gnu.org>
4853
4854 * calendar/calendar.el (calendar-in-read-only-buffer):
4855 Call `special-mode' to enable the standard read-only keybindings.
4856
4857 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4860 with "loading" messages (bug#11635).
4861
4862 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * files.el (enable-remote-dir-locals): New option.
4865 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4866
4867 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4868 Ensure, that the temp directory is local.
4869
4870 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4871 `temporary-file-directory'.
4872
4873 * progmodes/python.el (python-send-region): Ensure, that the
4874 temporary file is created also in the remote case.
4875
4876 2012-06-06 Glenn Morris <rgm@gnu.org>
4877
4878 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4879 (vc-rcs-update-changelog): Use it.
4880
4881 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4882
4883 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4884 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4885 (vc-sccs-diff): Replace use of the external vcdiff script.
4886
4887 2012-06-05 Glenn Morris <rgm@gnu.org>
4888
4889 * ledit.el: Move to obsolete/.
4890
4891 2012-06-05 Sam Steingold <sds@gnu.org>
4892
4893 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4894 patch (Bug#11140).
4895
4896 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * emacs-lisp/cust-print.el: Move to obsolete.
4899
4900 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4901 compiler-macro expansion.
4902
4903 Add native compiler-macro support.
4904 * emacs-lisp/macroexp.el (macroexpand-all-1):
4905 Support compiler-macros directly. Properly follow aliases and apply
4906 the compiler macros more thoroughly.
4907 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4908 macroexpand now properly follows aliases.
4909 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4910 (cl-compiler-macroexpand): Use new prop.
4911 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4912
4913 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4914
4915 2012-06-05 Martin Rudalics <rudalics@gmx.at>
4916
4917 * window.el (get-lru-window, get-mru-window, get-largest-window):
4918 New argument NOT-SELECTED to avoid picking the selected window.
4919 (window--display-buffer-1, window--display-buffer-2): Replace by
4920 new function window--display-buffer
4921 (display-buffer-same-window, display-buffer-reuse-window)
4922 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4923 Use window--display-buffer.
4924 (display-buffer-use-some-window): Remove temporary dedication
4925 hack by calling get-lru-window and get-largest-window with
4926 NOT-SELECTED argument non-nil. Call window--display-buffer.
4927
4928 2012-06-05 Glenn Morris <rgm@gnu.org>
4929
4930 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4931 Replace external vcdiff script.
4932
4933 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4936
4937 2012-06-04 Chong Yidong <cyd@gnu.org>
4938
4939 * image.el (imagemagick-types-inhibit): Revert last change.
4940 Add INFO and M.
4941 (imagemagick-enabled-types): Remove CIN and EPS*.
4942
4943 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * emacs-lisp/cl-lib.el: Rename from cl.el.
4946 * emacs-lisp/cl.el: New compatibility file.
4947 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4948 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4949 to obey the "cl-" prefix.
4950 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4951
4952 2012-06-03 Glenn Morris <rgm@gnu.org>
4953
4954 * emacs-lisp/authors.el (authors-aliases): Addition.
4955
4956 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4957 Fix :version.
4958
4959 2012-06-03 Stefan Merten <smerten@oekonux.de>
4960
4961 * textmodes/rst.el: Add comments.
4962 (rst-transition, rst-adornment): New faces.
4963 (rst-adornment-faces-alist): Make default safe to reevaluate.
4964 Fixes
4965 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4966 Improve customization tags.
4967 (rst-define-level-faces): Clarify meaning.
4968
4969 2012-06-03 Chong Yidong <cyd@gnu.org>
4970
4971 * progmodes/compile.el (compilation-mode-line-fail)
4972 (compilation-mode-line-run, compilation-mode-line-exit):
4973 New faces.
4974 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4975
4976 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4977
4978 * progmodes/which-func.el (which-func-update-ediff-windows):
4979 New function. Use it in ediff-select-hook (Bug#11478).
4980
4981 2012-06-03 Chong Yidong <cyd@gnu.org>
4982
4983 * bindings.el: Remove explicit help text from format-mode-line.
4984 It is now supplied by mode-line-default-help-echo.
4985 (mode-line-front-space, mode-line-end-spaces)
4986 (mode-line-misc-info): New variables.
4987 (mode-line-modes, mode-line-position): Move the default value to
4988 the variable definition.
4989 (mode-line-default-help-echo): New defcustom.
4990 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4991 (mode-line-modified-help-echo): New functions.
4992 (mode-line-mule-info, mode-line-modified): Use them.
4993 (mode-line-eol-desc, propertized-buffer-identification):
4994 Consistency fixes for help text.
4995 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4996 set-buffer-file-coding-system (Bug#289).
4997 (mode-line-mule-info-help-echo): Update help text.
4998
4999 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * simple.el (execute-extended-command): Set real-this-command
5002 (bug#11506).
5003
5004 2012-06-02 Chong Yidong <cyd@gnu.org>
5005
5006 Remove incorrect uses of "modeline" in comments, docstrings, and
5007 function/variable names (Bug#10329).
5008
5009 * cus-edit.el (mode-line):
5010 * dframe.el (dframe-mouse-hscroll):
5011 * emacs-lisp/re-builder.el:
5012 * emacs-lisp/easy-mmode.el (define-minor-mode):
5013 * frame.el (set-frame-name):
5014 * help.el (lookup-minor-mode-from-indicator):
5015 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
5016 * progmodes/cc-cmds.el (c-toggle-auto-newline)
5017 (c-toggle-hungry-state):
5018 * progmodes/antlr-mode.el (antlr-language-alist):
5019 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
5020 * progmodes/vhdl-mode.el (vhdl-mode):
5021 * progmodes/which-func.el (which-func, which-func-cleanup-function):
5022 * term/ns-win.el (ns-face-at-pos):
5023 * term/sup-mouse.el (sup-mouse-report):
5024 * textmodes/flyspell.el (flyspell-mode-line-string):
5025 * textmodes/ispell.el (ispell-highlight-face):
5026 * textmodes/reftex-global.el:
5027 * vc/vc-arch.el (vc-arch-mode-line-string):
5028 * vc/vc-cvs.el (vc-cvs-mode-line-string):
5029 * vc/vc-git.el (vc-git-mode-line-string):
5030 * vc/vc-hooks.el (vc-display-status)
5031 (vc-default-mode-line-string):
5032 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
5033
5034 * ansi-color.el (ansi-color-faces-vector): Change default faces.
5035
5036 * dired.el (dired-sort-set-mode-line): Rename from
5037 dired-sort-set-modeline. All callers changed.
5038
5039 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
5040 eshell-status-in-modeline.
5041
5042 * foldout.el (foldout-mode-line-string): Rename from
5043 foldout-modeline-string. All callers changed.
5044 (foldout-update-mode-line): Rename from foldout-update-modeline.
5045
5046 * subr.el (redraw-modeline): Make into obsolete alias.
5047
5048 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
5049 timeclock-modeline-display. Make old name an alias.
5050 (timeclock-update-mode-line): Likewise. All callers changed.
5051 (timeclock-mode-line-display): No need to check before using
5052 add-hook.
5053 (timeclock-relative, timeclock-day-over-hook)
5054 (timeclock-use-elapsed, timeclock-mode-string)
5055 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
5056
5057 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
5058 crisp-mode-modeline-string.
5059
5060 * play/solitaire.el (solitaire-build-mode-line): Rename from
5061 solitaire-build-modeline. All callers changed.
5062
5063 * play/zone.el (zone-hiding-mode-line): Rename from
5064 zone-hiding-modeline. All callers changed.
5065 (zone): Remove unusued `modeline-hidden-level' property.
5066
5067 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
5068 xscheme-modeline-initialize. All callers changed.
5069
5070 * strokes.el (strokes-lighter): Rename from
5071 strokes-modeline-string.
5072
5073 * textmodes/sgml-mode.el (html-face-tag-alist)
5074 (html-tag-face-alist): Use mode-line face instead of obsolete
5075 alias modeline.
5076
5077 2012-06-02 Stefan Merten <smerten@oekonux.de>
5078
5079 * textmodes/rst.el: Always require `cl'.
5080 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
5081
5082 2012-06-02 Chong Yidong <cyd@gnu.org>
5083
5084 * image.el (imagemagick-enabled-types): Rename from
5085 imagemagick-types-enable. Add many more types.
5086 (imagemagick-types-inhibit): Change default to nil.
5087 (imagemagick-filter-types): Caller changed.
5088
5089 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * emacs-lisp/cl-macs.el: Use backquotes.
5092 (cl-transform-function-property): Use eval-and-compile rather than
5093 abusing `require'.
5094 (defstruct): Use declare-function instead of with-no-warnings.
5095
5096 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
5097 (byte-compile-output-docform): Re-add the print-circle bindings.
5098 (byte-compile-fix-header): Use #$ just because it's shorter.
5099 (byte-compile-output-file-form): Remove defun/defmacro.
5100
5101 2012-06-01 Martin Rudalics <rudalics@gmx.at>
5102
5103 * simple.el (choose-completion): Remove now obsolete binding for
5104 owindow.
5105
5106 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
5107
5108 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
5109 in order to avoid "Stack overflow in regexp matcher".
5110
5111 2012-05-31 Glenn Morris <rgm@gnu.org>
5112
5113 * image.el: For clarity, call imagemagick-register-types at
5114 top-level, rather than relying on a custom :initialize.
5115 (imagemagick-types-enable): New option. (Bug#11557)
5116 (imagemagick-filter-types): New function. (Bug#7406)
5117 (imagemagick-register-types): Use imagemagick-filter-types.
5118 If disabling support, remove elements altogether rather
5119 than using an impossible regexp.
5120 (imagemagick-types-inhibit): Give it the default init function.
5121
5122 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
5125 Handle arbitrary file name lengths (Bug#11585).
5126
5127 2012-05-31 Martin Rudalics <rudalics@gmx.at>
5128
5129 * desktop.el (desktop-read): Clear previous and next buffers for
5130 all windows and bury *Messages* buffer (bug#11556).
5131
5132 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 Add `declare' for `defun'. Align `defmacro's with it.
5135 * emacs-lisp/easy-mmode.el (define-minor-mode)
5136 (define-globalized-minor-mode): Don't autoload the var definitions.
5137 * emacs-lisp/byte-run.el: Use lexical-binding.
5138 (defun-declarations-alist, macro-declarations-alist): New vars.
5139 (defmacro, defun): Use them.
5140 (make-obsolete, define-obsolete-function-alias)
5141 (make-obsolete-variable, define-obsolete-variable-alias):
5142 Use `declare'.
5143 (macro-declaration-function): Mark obsolete.
5144 * emacs-lisp/autoload.el: Use lexical-binding.
5145 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
5146
5147 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5148
5149 * textmodes/ispell.el (ispell-with-no-warnings):
5150 Define as a macro.
5151 (ispell-kill-ispell, ispell-change-dictionary):
5152 Use `called-interactively-p' for Emacs instead of obsolete
5153 `interactive-p'.
5154
5155 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
5158 (macro-declaration-function): Move var from C code.
5159 (macro-declaration-function): Define function with defalias.
5160 * emacs-lisp/macroexp.el (macroexpand-all-1):
5161 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
5162 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
5163 defun/defmacro any more.
5164 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
5165 Provide fallback for unknown arglist.
5166 (byte-compile-arglist-warn): Change calling convention.
5167 (byte-compile-output-file-form): Move print-vars binding.
5168 (byte-compile-output-docform): Simplify accordingly.
5169 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
5170 (byte-compile-defmacro-declaration): Remove.
5171 (byte-compile-file-form-defmumble): Generalize to defalias.
5172 (byte-compile-output-as-comment): Return byte-positions.
5173 Simplify callers accordingly.
5174 (byte-compile-lambda): Use `assert'.
5175 (byte-compile-defun, byte-compile-defmacro): Remove.
5176 (byte-compile-file-form-defalias):
5177 Use byte-compile-file-form-defmumble.
5178 (byte-compile-defalias-warn): Remove.
5179
5180 2012-05-29 Stefan Merten <smerten@oekonux.de>
5181
5182 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
5183 possible. Fix authors. Improve comments. Improve loading of `cl'.
5184
5185 (rst-mode-abbrev-table): Merge definition.
5186 (rst-mode): Make sure `font-lock-defaults' is buffer local.
5187 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
5188
5189 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
5190
5191 * calendar/icalendar.el
5192 (icalendar-export-region): Export UID properly.
5193
5194 2012-05-29 Leo Liu <sdl.web@gmail.com>
5195 * calendar/icalendar.el (icalendar-import-format):
5196 Add `icalendar-import-format-uid' (Bug#11525).
5197 (icalendar-import-format-uid): New.
5198 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
5199 Export UID.
5200
5201 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
5204 different alternative patterns.
5205 (pcase-codegen): Be more careful to preserve identity.
5206 (pcase--u1): Don't forget to mark vars as used.
5207
5208 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
5209 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
5210 (byte-compile-from-buffer): ...rather than here.
5211
5212 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
5213 functions from byte-compile-function-environment.
5214
5215 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
5216
5217 * window.el (window-deletable-p): Avoid deleting the root window
5218 of a frame with an active minibuffer.
5219
5220 2012-05-29 Martin Rudalics <rudalics@gmx.at>
5221
5222 * simple.el (choose-completion): Use quit-window (Bug#11567).
5223
5224 2012-05-29 Chong Yidong <cyd@gnu.org>
5225
5226 * whitespace.el (whitespace-cleanup): Fix usage of
5227 whitespace-empty-at-bob-regexp (Bug#11492).
5228
5229 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5230
5231 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
5232 revert (Bug#11488).
5233
5234 2012-05-29 Juri Linkov <juri@jurta.org>
5235
5236 * isearch.el (isearch-mode-map): Bind `M-s _' to
5237 `isearch-toggle-symbol'. Bind `M-s c' to
5238 `isearch-toggle-case-fold'.
5239 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
5240 (isearch-forward): Add `M-s _' to the docstring.
5241 (isearch-forward-symbol, isearch-toggle-case-fold)
5242 (isearch-symbol-regexp): New functions. (Bug#11381)
5243
5244 2012-05-29 Juri Linkov <juri@jurta.org>
5245
5246 * isearch.el (isearch-word): Add docstring. (Bug#11381)
5247 (isearch-occur, isearch-search-and-update): If `isearch-word' is
5248 a function, call it to get the regexp.
5249 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
5250 property `isearch-message-prefix' instead of the string "word ".
5251 (isearch-search-fun-default): For the case of `isearch-word',
5252 return a lambda that calls re-search-forward/re-search-backward
5253 with a regexp returned by `word-search-regexp' or by the function
5254 in `isearch-word'.
5255
5256 2012-05-29 Juri Linkov <juri@jurta.org>
5257
5258 * isearch.el (isearch-search-fun-default): New function.
5259 (isearch-search-fun): Move default part to the new function
5260 `isearch-search-fun-default'.
5261 (isearch-search-fun-function): Set the default value to
5262 `isearch-search-fun-default'. (Bug#11381)
5263
5264 * comint.el (comint-history-isearch-end):
5265 Use `isearch-search-fun-default'.
5266 (comint-history-isearch-search): Use `isearch-search-fun-default'
5267 and remove spacial case for `isearch-word'.
5268 (comint-history-isearch-wrap): Remove spacial case for
5269 `isearch-word'.
5270
5271 * hexl.el (hexl-isearch-search-function):
5272 Use `isearch-search-fun-default'.
5273
5274 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
5275 Use `word-search-regexp' for `isearch-word'.
5276
5277 * misearch.el (multi-isearch-search-fun):
5278 Use `isearch-search-fun-default'.
5279
5280 * simple.el (minibuffer-history-isearch-search):
5281 Use `isearch-search-fun-default' and remove spacial case for
5282 `isearch-word'.
5283 (minibuffer-history-isearch-wrap): Remove spacial case for
5284 `isearch-word'.
5285
5286 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
5287 Remove spacial case for `isearch-word'.
5288 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
5289
5290 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5291
5292 Decrease XEmacs incompatibilities.
5293 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5294 Use `string-match'.
5295 (flyspell-delete-region-overlays): Use alternative definition for
5296 XEmacs.
5297 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
5298 (flyspell-word): Use `process-kill-without-query' if XEmacs.
5299 (flyspell-mode-on): Use `interactive-p' if XEmacs.
5300 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
5301 `define-obsolete-face-alias' under XEmacs, but old method.
5302
5303 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
5304 `with-no-warnings' definition or Emacs alias.
5305 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
5306 (ispell-word): Do not use `region-p' if XEmacs.
5307
5308 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5309
5310 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5311 Check for `ispell-dictionary-base-alist' instead of full
5312 `ispell-dictionary-alist'.
5313 (ispell-init-process): Show spellchecker when starting new Ispell
5314 process.
5315
5316 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
5319 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
5320
5321 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
5322
5323 * version.el (motif-version-string, gtk-version-string)
5324 (ns-version-string): Declare.
5325
5326 2012-05-27 Juri Linkov <juri@jurta.org>
5327
5328 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
5329 after the `eval-defun-1' specialcaseing
5330 like in `edebug-eval-defun' (bug#10181).
5331
5332 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
5333 like in `eval-defun-1'.
5334
5335 2012-05-27 Eli Zaretskii <eliz@gnu.org>
5336
5337 * mail/sendmail.el (mail-yank-region):
5338 Recognize rmail-yank-current-message in addition to insert-buffer.
5339 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
5340 a *mail* buffer created through rmail-start-mail with sendmail as
5341 mail-user-agent.
5342
5343 2012-05-27 Chong Yidong <cyd@gnu.org>
5344
5345 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5346 Default to 256 (Bug#11267).
5347
5348 * help.el (describe-mode): Doc fix.
5349
5350 2012-05-26 Glenn Morris <rgm@gnu.org>
5351
5352 * w32-fns.el (w32-init-info): Remove.
5353 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
5354
5355 * info.el (info-initialize): For self-contained NS builds, put the
5356 included info/ directory at the front. (Bug#2791)
5357
5358 * paths.el (Info-default-directory-list): Make it a defcustom,
5359 mainly so that we can use custom-initialize-delay.
5360
5361 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5362
5363 * subr.el (buffer-has-markers-at): Mark obsolete.
5364
5365 * subr.el (lambda): Use declare.
5366
5367 * emacs-lisp/lisp-mode.el (lambda):
5368 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
5369
5370 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5371
5372 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
5373
5374 2012-05-26 Glenn Morris <rgm@gnu.org>
5375
5376 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
5377
5378 2012-05-25 Glenn Morris <rgm@gnu.org>
5379
5380 * paths.el: Remove no-byte-compile.
5381 * loadup.el: No need to load paths.el uncompiled.
5382
5383 * image.el (imagemagick-types-inhibit): Doc fix.
5384
5385 * version.el: Remove no-byte-compile and associated formatting.
5386 * loadup.el: No need to load version.el uncompiled. AFAICS, this
5387 is ancient code from when there was an "inc-vers.el".
5388
5389 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * progmodes/gdb-mi.el: Minor style changes.
5392 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
5393 Turn into minor modes.
5394 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
5395 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
5396 (gdb-shell): Remove unneeded let-binding.
5397 (gdb-get-many-fields): Eliminate O(n²) behavior.
5398
5399 2012-05-25 Eli Zaretskii <eliz@gnu.org>
5400
5401 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
5402 platforms that don't link in fontset.c.
5403
5404 2012-05-25 Juri Linkov <juri@jurta.org>
5405
5406 Use the same diff color scheme as in modern VCSes (bug#10181).
5407
5408 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
5409 to avoid confusion with `diff-added' that now uses green colors.
5410 (diff-removed): Use shades of red.
5411 (diff-added): Use shades of green.
5412 (diff-changed): Leave just the yellow color.
5413 (diff-use-changed-face): New variable.
5414 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
5415 how to highlight context diff changes.
5416 (diff-refine-change): Use shades of yellow.
5417 (diff-refine-removed): New face that uses shades of red.
5418 (diff-refine-added): New face that uses shades of green.
5419 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
5420 `diff-refine-removed' in the call to `smerge-refine-subst'
5421 depending on the value of `diff-use-changed-face'.
5422
5423 * vc/smerge-mode.el (smerge-mine): Use shades of red.
5424 (smerge-other): Use shades of green.
5425 (smerge-base): Use shades of yellow.
5426 (smerge-refined-change): Empty face.
5427 (smerge-refined-removed): New face that uses shades of red.
5428 (smerge-refined-added): New face that uses shades of green.
5429 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
5430 args `props-r' and `props-a', and use them. Doc fix.
5431 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
5432 on its value use different faces `smerge-refined-change',
5433 `smerge-refined-removed', `smerge-refined-added' in the call to
5434 `smerge-refine-subst'.
5435
5436 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
5437 Add face condition `min-colors 88' with shades of red.
5438 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
5439 `min-colors 88' with shades of green.
5440 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
5441 `min-colors 88' with shades of yellow.
5442
5443 2012-05-24 Glenn Morris <rgm@gnu.org>
5444
5445 * paths.el (prune-directory-list, remote-shell-program): Move to...
5446 * files.el (prune-directory-list, remote-shell-program): ...here.
5447 For the latter, delay initialization, prefer ssh, just search PATH.
5448
5449 * paths.el (term-file-prefix): Move to faces.el (the only user).
5450 * faces.el (term-file-prefix): Move here, make it a defcustom.
5451
5452 * paths.el (news-directory, news-path, news-inews-program):
5453 Move to gnus/nnspool.el.
5454
5455 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
5456
5457 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
5458 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
5459 Make the latter a defcustom, with a delayed initialization.
5460
5461 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
5462 These were deleted from Gnus itself late 2010.
5463
5464 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * progmodes/which-func.el (which-func-ff-hook):
5467 Check against user-error, not error.
5468
5469 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5470 cl-specs.el, which no longer exists.
5471
5472 2012-05-22 Glenn Morris <rgm@gnu.org>
5473
5474 * info.el (info-emacs-bug): New command.
5475 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
5476 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
5477
5478 2012-05-21 Glenn Morris <rgm@gnu.org>
5479
5480 * makefile.w32-in (update-subdirs-SH):
5481 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5482
5483 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
5486
5487 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5488 Simplify Maven regexp, and make sure the file can't start with a space
5489 (bug#11517).
5490
5491 2012-05-21 Glenn Morris <rgm@gnu.org>
5492
5493 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5494 Scrap superfluous subshells.
5495
5496 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5499 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5500
5501 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5502
5503 * calc/calc.el (calc-ensure-consistent-units): New variable.
5504
5505 * calc/calc-units.el (math-consistent-units-p)
5506 (math-check-unit-consistency): New functions.
5507 (calc-quick-units, calc-convert-units):
5508 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5509 is non-nil.
5510 (calc-extract-units): Fix typo.
5511
5512 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5515
5516 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5517 (flyspell-default-deplacement-commands): Don't spell check after
5518 repeated window/frame switches (e.g. triggered by mouse-movement).
5519 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5520 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5521 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5522 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5523 Remove unused vars.
5524 (flyspell-get-casechars, flyspell-get-not-casechars):
5525 Simplify; Don't bother removing a ] just to add it back.
5526 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5527
5528 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5529
5530 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5531 New functions.
5532 (math-function-table): Add support for more C functions.
5533
5534 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5535
5536 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5537 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5538 Protect delay handling for otherchars against empty otherchars.
5539
5540 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5543 their respective macro declarations.
5544 * skeleton.el (define-skeleton):
5545 * progmodes/compile.el (define-compilation-mode):
5546 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5547 (define-ibuffer-filter):
5548 * emacs-lisp/generic.el (define-generic-mode):
5549 * emacs-lisp/easy-mmode.el (define-minor-mode)
5550 (define-globalized-minor-mode):
5551 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5552 * emacs-lisp/byte-run.el (defsubst):
5553 * custom.el (deftheme): Add doc-string metadata.
5554
5555 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5558
5559 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5562
5563 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5564 * emacs-lisp/cl-macs.el: Idem.
5565 * emacs-lisp/cl-specs.el: Remove.
5566
5567 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 Minor renaming of internal CL functions and variables.
5570 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5571 (cl--position): Rename from cl-position.
5572 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5573 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5574 (cl--random-state): Rename from *random-state*.
5575
5576 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5579 parens around the arg list (bug#11499).
5580
5581 2012-05-17 Juri Linkov <juri@jurta.org>
5582
5583 * isearch.el (word-search-regexp, word-search-backward)
5584 (word-search-forward, word-search-backward-lax)
5585 (word-search-forward-lax): Move functions from search.c
5586 (bug#10145, bug#11381).
5587
5588 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5589
5590 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5591 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5592 Delay for otherchars as for normal word components.
5593
5594 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * minibuffer.el (completion--sifn-requote): Fix last change.
5597 (minibuffer-local-must-match-filename-map):
5598 Move define-obsolete-variable-alias before its var.
5599
5600 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5603
5604 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5605 behavior.
5606 (completion--string-equal-p): New function.
5607 (completion--twq-all): Use it to get better assertion failure data.
5608
5609 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5610 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5611 (shell--requote-argument): New functions.
5612 (shell-completion-vars): Use them.
5613 (shell--parse-pcomplete-arguments): Rename from
5614 shell-parse-pcomplete-arguments.
5615 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5616 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5617 Obey comint-file-name-quote-list.
5618
5619 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5620 (smie-indent-keyword): Use it.
5621
5622 2012-05-14 Stefan Merten <smerten@oekonux.de>
5623
5624 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5625
5626 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * net/rlogin.el (rlogin-mode-map): Fix last change.
5629
5630 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
5631
5632 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5633 the following \r\n using a single `process-send-string', since the
5634 Lotus SMTP server refuses to accept any commands if they are sent
5635 with two `process-send-string's (Bug#11444).
5636
5637 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * shell.el (shell-parse-pcomplete-arguments):
5640 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
5641
5642 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5643
5644 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
5645 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5646 (image-transform-width, image-transform-fit-width): New functions.
5647 (image-transform-properties): Use them.
5648 (image-transform-check-size): New function.
5649 (image-toggle-display-image): Use it (for testing).
5650 (image-transform-set-rotation): Reduce angle mod 360.
5651 Delete obsolete comment.
5652
5653 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5654
5655 * image-mode.el: Fix scaling (bug#11399).
5656 (image-transform-resize): Doc fix.
5657 (image-transform-properties): Default scale is 1 and height should
5658 be an integer.
5659
5660 2012-05-13 Johan Bockgård <bojohan@gnu.org>
5661
5662 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5663 than hard-coding `car', to fix misbehavior when moving forward.
5664
5665 2012-05-13 Chong Yidong <cyd@gnu.org>
5666
5667 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5668 (tabulated-list-entries, tabulated-list-padding)
5669 (tabulated-list-sort-key): Make permanent-local.
5670
5671 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5672 (electric-buffer-list): Put electric buffer menu
5673 command descriptions in this docstring, instead of the docstring
5674 of electric-buffer-menu-mode. Code cleanups.
5675 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5676 Electric-buffer-menu-mode.
5677 (electric-buffer-update-highlight): Minor code cleanup.
5678
5679 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
5680
5681 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5682 (Bug#11447)
5683
5684 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 Move define-obsolete-variable-alias before the var's definition.
5687 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5688 * tooltip.el (tooltip-hook):
5689 * textmodes/reftex-toc.el (reftex-toc-map):
5690 * textmodes/reftex-sel.el (reftex-select-label-map)
5691 (reftex-select-bib-map):
5692 * textmodes/reftex-index.el (reftex-index-map)
5693 (reftex-index-phrases-map):
5694 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5695 * progmodes/meta-mode.el (meta-mode-map):
5696 * novice.el (disabled-command-hook):
5697 * loadhist.el (unload-hook-features-list):
5698 * frame.el (blink-cursor):
5699 * files.el (find-file-not-found-hooks, write-file-hooks)
5700 (write-contents-hooks):
5701 * emulation/tpu-edt.el (GOLD-map):
5702 * emacs-lock.el (emacs-lock-from-exiting):
5703 * emacs-lisp/generic.el (generic-font-lock-defaults):
5704 * emacs-lisp/chart.el (chart-map):
5705 * dos-fns.el (register-name-alist):
5706 * dired-x.el (dired-omit-files-p):
5707 * desktop.el (desktop-enable):
5708 * cus-edit.el (custom-mode-hook):
5709 * buff-menu.el (buffer-menu-mode-hook):
5710 * bookmark.el (bookmark-read-annotation-text-func)
5711 (bookmark-exit-hooks):
5712 * allout.el (allout-mode-deactivate-hook)
5713 (allout-exposure-change-hook, allout-structure-added-hook)
5714 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5715 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5716 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5717 comes before the corresponding variable's definition.
5718
5719 2012-05-12 Chong Yidong <cyd@gnu.org>
5720
5721 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
5722 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5723 (Buffer-menu-mode-map): Bind it.
5724 (Buffer-menu--pretty-name): Add a mouse-face property.
5725
5726 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5729 (prolog-upper-case-string, prolog-lower-case-string)
5730 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5731 (prolog-use-smie, prolog-smie-grammar): New vars.
5732 (prolog-smie-forward-token, prolog-smie-backward-token)
5733 (prolog-smie-rules): New funs.
5734 (prolog-comment-indent): Remove.
5735 (prolog-mode-variables): Use default comment indentation instead.
5736 Setup SMIE.
5737 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5738 (prolog-mode): Don't call them any more.
5739 (prolog-electric-colon, prolog-electric-dash)
5740 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5741
5742 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5743
5744 * minibuffer.el (completion--twq-all): Again, allow case differences.
5745
5746 * term.el: Move keymap initialization code to be more idiomatic.
5747 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5748 (term-terminal-menu): Move initialization into declaration.
5749 (term-escape-char): Let the user set it in her .emacs.
5750
5751 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5752 Provide SMIE-based indentation (not enabled by default yet).
5753 (sh-mode-map): Don't bind electric keys.
5754 Use electric-pair-mode instead of skeleton-pair.
5755 (sh-assignment-regexp): Fit within 80 columns.
5756 (sh-indent-supported): Specify actual shell name instead of boolean.
5757 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5758 (sh-maybe-here-document): Use it. Make obsolete.
5759 (sh-electric-here-document-mode) New minor mode.
5760 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5761 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5762 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5763 (sh-smie-rc-grammar, sh-use-smie): New vars.
5764 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5765 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5766 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5767 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5768 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5769 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5770 (sh-set-shell): Use smie-setup if requested.
5771
5772 * term.el (term-set-escape-char): Properly set term-escape-char.
5773 See http://stackoverflow.com/questions/10524656.
5774
5775 2012-05-10 Chong Yidong <cyd@gnu.org>
5776
5777 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5778 Use url-generic-parse-url, and handle host names and Windows
5779 filenames properly.
5780 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5781 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5782 URL schemes to work on.
5783 (ffap--toggle-read-only): New function.
5784 (ffap-read-only, ffap-read-only-other-window)
5785 (ffap-read-only-other-frame): Use it.
5786 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5787 necessary for ffap-url-unwrap-remote.
5788
5789 2012-05-10 Dave Abrahams <dave@boostpro.com>
5790
5791 * cus-start.el (create-lockfiles): Add it.
5792
5793 2012-05-09 Chong Yidong <cyd@gnu.org>
5794
5795 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5796 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5797
5798 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5801
5802 2012-05-09 Chong Yidong <cyd@gnu.org>
5803
5804 * ansi-color.el (ansi-color-process-output): Check for validity of
5805 comint-last-output-start before using it. This avoids a bad
5806 interaction with gdb-mi's input/output buffer.
5807
5808 2012-05-09 Glenn Morris <rgm@gnu.org>
5809
5810 * files.el (dir-locals-read-from-file):
5811 Mention dir-locals in any error message.
5812
5813 2012-05-09 Chong Yidong <cyd@gnu.org>
5814
5815 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5816 package (Bug#11410).
5817
5818 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5819 variables into description.
5820
5821 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5824 shell-delimiter-argument-list (bug#11348).
5825 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5826
5827 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
5828
5829 * textmodes/rst.el: Silence byte-compiler warnings.
5830 (rst-re-alist, rst-reset-section-caches): Move around.
5831 (rst-re): Use `characterp', not `char-valid-p'.
5832 (font-lock-beg, font-lock-end): Declare.
5833
5834 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5835 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5836
5837 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5838
5839 2012-05-08 Glenn Morris <rgm@gnu.org>
5840
5841 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5842
5843 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * vc/log-edit.el: Add GNU coding standards highlighting.
5846 (log-edit-font-lock-gnu-style)
5847 (log-edit-font-lock-gnu-keywords): New vars.
5848 (log-edit-font-lock-keywords): New fun.
5849 (log-edit-mode): Don't fold case in font-lock.
5850 (log-edit-font-lock-keywords): Do not assume case-folding.
5851
5852 * imenu.el: Misc cleanup. Make docstrings out of comments.
5853 Use lexical-binding.
5854 (imenu--index-alist, imenu--last-menubar-index-alist)
5855 (imenu-menubar-modified-tick): Use defvar-local.
5856 (imenu--split-menu): Remove unused var.
5857 (imenu--cleanup-seen): Declare as global.
5858 (imenu--cleanup): Use dolist.
5859
5860 * subr.el (defvar-local): Add debug spec and doc-string position.
5861
5862 2012-05-08 Glenn Morris <rgm@gnu.org>
5863
5864 * language/burmese.el, language/cham.el, language/czech.el:
5865 * language/english.el, language/georgian.el, language/greek.el:
5866 * language/japanese.el, language/khmer.el, language/korean.el:
5867 * language/lao.el, language/misc-lang.el, language/romanian.el:
5868 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5869 * language/thai.el, language/utf-8-lang.el:
5870 Remove no-byte-compile setting.
5871
5872 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5873
5874 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5875
5876 * progmodes/make-mode.el (makefile-browse):
5877 Remove unnecessary interactive. (Bug#11324)
5878
5879 2012-05-07 Glenn Morris <rgm@gnu.org>
5880
5881 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5882
5883 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5884
5885 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5886
5887 * loadup.el: Preload newcomment.el.
5888 * newcomment.el: Move autoload-only code to toplevel.
5889
5890 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5891 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5892 Handle new :right-align column property.
5893 (tabulated-list-print-col): Idem, plus use `display' text-property to
5894 try and preserve alignment for variable pitch fonts.
5895
5896 2012-05-07 Chong Yidong <cyd@gnu.org>
5897
5898 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5899 (tabulated-list-use-header-line): New var.
5900 (tabulated-list-init-header): Use it.
5901 (tabulated-list-print-fake-header): New function.
5902 (tabulated-list-print): Use it.
5903 (tabulated-list-sort-button-map): Add non-header-line commands.
5904 (tabulated-list-init-header): Add column name property to basic
5905 labels as well.
5906 (tabulated-list-col-sort): Handle non-header-line button case.
5907 (tabulated-list--sort-by-column-name): Fix a corner case.
5908
5909 * buff-menu.el (list-buffers--refresh):
5910 Handle Buffer-menu-use-header-line.
5911
5912 2012-05-06 Chong Yidong <cyd@gnu.org>
5913
5914 * buff-menu.el: Convert to Tabulated List mode.
5915 (Buffer-menu-buffer+size-width): Make obsolete.
5916 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5917 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5918 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5919 documentation into docstring of buffer-menu.
5920 (Buffer-menu-toggle-files-only): Add an informative message.
5921 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5922 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5923 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5924 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5925 (Buffer-menu-execute, Buffer-menu-select)
5926 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5927 (Buffer-menu-bury): Use Tabulated List machinery.
5928 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5929 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5930 Delete.
5931 (list-buffers--refresh): New function.
5932 (list-buffers-noselect): Use it.
5933 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5934 (Buffer-menu--pretty-file-name): New helper functions.
5935
5936 * loadup.el: Preload tabulated-list.
5937
5938 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5939 tabulated-list-sort-column.
5940 (tabulated-list-init-header): Add the initial aligning space even
5941 if tabulated-list-padding is zero.
5942
5943 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5944
5945 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5946 whose cdr is not a cons cell correctly (bug#11038).
5947
5948 2012-05-06 Chong Yidong <cyd@gnu.org>
5949
5950 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5951 Accept additional plist in column descriptors.
5952 (tabulated-list-init-header): Obey it.
5953 (tabulated-list-get-entry): New function.
5954 (tabulated-list-put-tag): Use it. Use string-width instead of
5955 length.
5956 (tabulated-list--column-number): New function.
5957 (tabulated-list-print): Use it.
5958 (tabulated-list-print-col): New function.
5959 Set `tabulated-list-column-name' property on each column's text.
5960 (tabulated-list-print-entry): Use it.
5961 (tabulated-list-delete-entry, tabulated-list-set-col):
5962 New functions.
5963 (tabulated-list-sort-column): New command (Bug#11337).
5964
5965 * buff-menu.el (list-buffers): Move C-x C-b binding from
5966 buff-menu.el to bindings.el.
5967
5968 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5969 :advertised-binding feature.
5970
5971 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5972
5973 * progmodes/compile.el (compilation-internal-error-properties):
5974 Calculate start position correctly when end-col is set but
5975 end-line is not (Bug#11382).
5976
5977 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5978
5979 * man.el (Man-unindent): Use text-property-default-nonsticky to
5980 prevent untabify from inheriting face properties (Bug#11408).
5981
5982 2012-05-05 Stefan Merten <smerten@oekonux.de>
5983
5984 * textmodes/rst.el: Major merge with upstream development up to
5985 Docutils SVN r7399 / rst.el V1.2.1.
5986
5987 Clarify maintainership and authors.
5988
5989 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5990 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5991 (rst-official-version, rst-official-cvs-rev, rst-version)
5992 (rst-package-emacs-version-alist): New functions and variables
5993 for version information.
5994
5995 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5996 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5997 (rst-mode-syntax-table, rst-mode): New and corrected functions
5998 and variables representing reStructuredText features.
5999
6000 (rst-re): New function for reStructuredText regexes. Use in
6001 many places.
6002
6003 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
6004 (rst-mode-map): Rebind keys.
6005
6006 (rst-mode-lazy, rst-font-lock-keywords)
6007 (rst-font-lock-extend-region)
6008 (rst-font-lock-extend-region-internal)
6009 (rst-font-lock-extend-region-extend)
6010 (rst-font-lock-find-unindented-line-limit)
6011 (rst-font-lock-find-unindented-line-match)
6012 (rst-adornment-level, rst-font-lock-adornment-level)
6013 (rst-font-lock-adornment-match)
6014 (rst-font-lock-handle-adornment-pre-match-form)
6015 (rst-font-lock-handle-adornment-matcher): Major revision of
6016 font-locking. Integrate with other code. Use `jit-lock-mode'.
6017
6018 (rst-preferred-adornments, rst-adjust-hook)
6019 (rst-new-adornment-down, rst-preferred-bullets)
6020 (rst-preferred-bullets, rst-indent, rst-indent-width)
6021 (rst-indent-field, rst-indent-literal-normal)
6022 (rst-indent-literal-minimized, rst-indent-comment): Change,
6023 extend and improve customization.
6024
6025 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
6026 (rst-normalize-cursor-position, rst-get-decoration)
6027 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
6028 (rst-rstrip, rst-toc-insert-find-delete-contents)
6029 (rst-shift-fill-region, rst-compute-bullet-tabs)
6030 (rst-debug-print-tabs, rst-debug-mark-found)
6031 (rst-shift-region-guts, rst-shift-region-right)
6032 (rst-shift-region-left, rst-use-char-classes)
6033 (rst-font-lock-keywords-function)
6034 (rst-font-lock-indentation-point)
6035 (rst-font-lock-find-unindented-line-begin)
6036 (rst-font-lock-find-unindented-line-end)
6037 (rst-font-lock-find-unindented-line)
6038 (rst-font-lock-adornment-point, rst-font-lock-level)
6039 (rst-adornment-level-alist): Remove functions and variables.
6040
6041 (rst-compare-adornments, rst-get-adornment-match)
6042 (rst-suggest-new-adornment, rst-get-adornments-around)
6043 (rst-adornment-complete-p, rst-get-next-adornment)
6044 (rst-adjust-adornment, rst-display-adornments-hierarchy)
6045 (rst-straighten-adornments): Standardize function names to
6046 use "adornment" instead of "decoration". Correct callers.
6047 Similar standardizing in many places.
6048
6049 (rst-update-section, rst-adjust, rst-promote-region)
6050 (rst-enumerate-region, rst-bullet-list-region)
6051 (rst-repeat-last-character): Correct use of `interactive'.
6052
6053 (rst-classify-adornment, rst-find-all-adornments)
6054 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
6055 (rst-find-leftmost-column, rst-repeat-last-character):
6056 Refactor functions.
6057
6058 (rst-find-title-line, rst-reset-section-caches)
6059 (rst-get-adornments-around, rst-adjust-adornment-work)
6060 (rst-arabic-to-roman, rst-roman-to-arabic)
6061 (rst-insert-list-pos, rst-insert-list-new-item)
6062 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
6063 New functions.
6064
6065 (rst-all-sections, rst-section-hierarchy)
6066 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
6067 New variables.
6068
6069 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
6070 configuration instead of only buffer. Change where necessary.
6071
6072 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
6073 (rst-shift-region, rst-adaptive-fill): New functions for
6074 indentation and filling.
6075
6076 (rst-comment-line-break, rst-comment-indent)
6077 (rst-comment-insert-comment, rst-comment-region)
6078 (rst-uncomment-region): New functions for handling comments.
6079
6080 (rst-compile): Quote shell arguments.
6081
6082 (rst-compile-pdf-preview, rst-compile-slides-preview):
6083 Delete temporary files after use.
6084
6085 2012-05-05 Glenn Morris <rgm@gnu.org>
6086
6087 * calendar/cal-html.el: Optionally include holidays in the output.
6088 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
6089 (cal-html-holidays): New option.
6090 (cal-html-css-default): Add holiday entry.
6091 (holiday-in-range): Autoload it.
6092 (cal-html-htmlify-entry): Add optional class argument.
6093 (cal-html-htmlify-list): Add optional holidays argument.
6094 (cal-html-insert-agenda-days): Include holidays in the output.
6095 (cal-html-one-month): Maybe include holidays.
6096
6097 * calendar/holidays.el (holiday-in-range):
6098 Move here from cal-tex-list-holidays.
6099 * calendar/cal-tex.el (cal-tex-list-holidays):
6100 Make it an obsolete alias for holiday-in-range. Update all callers.
6101
6102 2012-05-05 Chong Yidong <cyd@gnu.org>
6103
6104 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
6105 Nextstep.
6106
6107 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
6108
6109 * files.el (file-auto-mode-skip): New var.
6110 (set-auto-mode-1): Use it.
6111
6112 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * repeat.el: Use lexical-binding.
6115 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
6116 (repeat-undo-count): Remove.
6117 (repeat):
6118 * progmodes/octave-mod.el (octave-abbrev-start):
6119 * progmodes/f90.el (f90-abbrev-start):
6120 * face-remap.el (text-scale-adjust):
6121 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
6122
6123 * emacs-lisp/pcase.el (pcase--let*): New function.
6124 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
6125 a bit more.
6126 (pcase--split-pred): Be more clever about ruling out overlap between
6127 a predicate and some constant pattern.
6128 (pcase--q1): Use `null' instead of (eq foo nil).
6129
6130 * subr.el (setq-local, defvar-local): New macros.
6131 (kbd): Redefine as an alias.
6132 (with-selected-window): Leave unrelated frames alone.
6133 (set-temporary-overlay-map): New function.
6134
6135 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * subr.el (user-error): New function.
6138 * window.el (switch-to-buffer):
6139 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
6140 (smerge-match-conflict):
6141 * simple.el (previous-matching-history-element)
6142 (next-matching-history-element, goto-history-element, undo-more)
6143 (undo-start):
6144 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
6145 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
6146 (next-file, tags-loop-scan, list-tags, complete-tag):
6147 * progmodes/compile.el (compilation-loop):
6148 * mouse.el (mouse-minibuffer-check):
6149 * man.el (Man-bgproc-sentinel, Man-goto-page):
6150 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
6151 (Info-history-forward, Info-follow-reference, Info-menu)
6152 (Info-extract-menu-item, Info-extract-menu-counting)
6153 (Info-forward-node, Info-backward-node, Info-next-menu-item)
6154 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
6155 (Info-next-reference, Info-prev-reference, Info-index)
6156 (Info-index-next, Info-follow-nearest-node)
6157 (Info-copy-current-node-name):
6158 * imenu.el (imenu--make-index-alist)
6159 (imenu-default-create-index-function, imenu-add-to-menubar):
6160 * files.el (basic-save-buffer, recover-file):
6161 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6162 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6163 (checkdoc-message-text, checkdoc-defun):
6164 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
6165 * cus-edit.el (customize-changed-options, customize-rogue)
6166 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
6167 (custom-variable-mark-to-reset-standard)
6168 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
6169 (custom-file):
6170 * completion.el (check-completion-length):
6171 * comint.el (comint-search-arg)
6172 (comint-previous-matching-input-string-position)
6173 (comint-previous-matching-input)
6174 (comint-replace-by-expanded-history-before-point, comint-send-input)
6175 (comint-copy-old-input, comint-backward-matching-input)
6176 (comint-goto-process-mark, comint-set-process-mark):
6177 * calendar/calendar.el (calendar-cursor-to-date): Use it.
6178 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
6179
6180 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * dabbrev.el (dabbrev--ignore-case-p): New function.
6183 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
6184 Use it.
6185
6186 * files.el (automount-dir-prefix): Mark as obsolete.
6187
6188 2012-05-04 Glenn Morris <rgm@gnu.org>
6189
6190 * patcomp.el, play/bruce.el: Move to obsolete/.
6191
6192 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
6193
6194 Fix minor Y10k bugs.
6195 * arc-mode.el (archive-unixdate):
6196 * autoinsert.el (auto-insert-alist):
6197 * calc/calc-forms.el (math-this-year):
6198 * emacs-lisp/copyright.el (copyright-current-year)
6199 (copyright-update-year, copyright):
6200 * tar-mode.el (tar-clip-time-string):
6201 * time.el (display-time-update):
6202 Don't assume years have 4 digits.
6203
6204 2012-05-04 Chong Yidong <cyd@gnu.org>
6205
6206 * dos-w32.el (file-name-buffer-file-type-alist)
6207 (direct-print-region-use-command-dot-com):
6208 * ffap.el (ffap-menu-regexp):
6209 * find-file.el (ff-special-constructs):
6210 * follow.el (follow-debug):
6211 * forms.el (forms--debug):
6212 * iswitchb.el (iswitchb-all-frames):
6213 * ido.el (ido-all-frames):
6214 * emacs-lisp/timer.el (timer-max-repeats):
6215 * mail/feedmail.el (feedmail-mail-send-hook)
6216 (feedmail-mail-send-hook-queued):
6217 * mail/footnote.el (footnote-signature-separator):
6218 * mail/mailabbrev.el (mail-alias-separator-string)
6219 (mail-abbrev-mode-regexp):
6220 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
6221 * progmodes/idlwave.el (idlwave-libinfo-file)
6222 (idlwave-default-completion-case-is-down)
6223 (idlwave-library-routines): Convert defvars to defcustoms.
6224
6225 * mail/rmail.el (rmail-decode-mime-charset):
6226 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
6227 (idlwave-shell-fix-inserted-breaks)
6228 (idlwave-shell-activate-alt-keybindings)
6229 (idlwave-shell-use-breakpoint-glyph):
6230 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
6231
6232 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
6235
6236 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
6237
6238 * progmodes/verilog-mode.el (font-lock-keywords):
6239 Fix mis-highligting auto. Reported by Craig Barner.
6240 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
6241 defines from global name space. Reported by Dan Dever.
6242 (verilog-auto-reset, verilog-auto-reset-widths)
6243 (verilog-auto-tieoff): Support using unbased numbers for
6244 AUTORESET and AUTOTIEOFF.
6245 (verilog-submit-bug-report): Update variable list.
6246 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
6247 parenthesis from not matching. Reported by Michael Rytting.
6248 (verilog-auto-template-lint): Fix hash error when linting modules
6249 with no used templates.
6250 (verilog-warn, verilog-warn-error)
6251 (verilog-warn-fatal): When non-interactive report multiple
6252 warnings before exiting. Suggested by Brad Dobbie.
6253 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
6254 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
6255 to report unused template errors. Reported by Brad Dobbie.
6256 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
6257 nets, bug438. Reported by Vns Blore.
6258 (verilog-auto-inout-module, verilog-auto-reg)
6259 (verilog-read-decls, verilog-read-sub-decls-sig)
6260 (verilog-signals-edit-wire-reg, verilog-signals-with):
6261 Fix passing of Verilog data types in ANSI input/output ports
6262 such as "output logic" into the AUTOs. Special case "wire" and
6263 "reg" for backwards compatibility presuming Verilog 2001.
6264 (verilog-auto-ascii-enum): Add "auto enum" as alias.
6265 (verilog-preprocess): Fix replication of preprocess output.
6266 Reported by Brad Dobbie.
6267 (verilog-auto-inst-interfaced-ports):
6268 Create verilog-auto-inst-interfaced-ports, bug429.
6269 Reported by Julian Gorfajn.
6270 (verilog-after-save-font-hook)
6271 (verilog-before-save-font-hook): New variable.
6272 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
6273 (verilog-save-font-mods): Wrap disabling fontification, reported
6274 by David Rogoff.
6275 (verilog-do-indent, verilog-pretty-declarations-auto)
6276 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
6277 Reported by Pierre-David Pfister.
6278 (verilog-set-auto-endcomments): Fix endtask auto comments outside
6279 of class declarations, bug292. Reported by Kevin Heilman.
6280 (verilog-read-decls): Fix 'parameter type' not appearing in
6281 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
6282 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
6283 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
6284 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
6285 Reported by David Kravitz.
6286
6287 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
6288
6289 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
6290 assignment with tests in ifs and for loops.
6291 (verilog-extended-complete-re, verilog-complete-reg): Change so
6292 that DPI inport functions don't look like fuction declarations.
6293 (verilog-pretty-expr): Don't line up assignment
6294 operations to the test and increment in if and for loops
6295 (verilog-extended-complete-re, verilog-complete-reg): Change so
6296 that DPI inport functions don't look like fuction declarations.
6297
6298 2012-05-03 Kenichi Handa <handa@m17n.org>
6299
6300 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
6301 decoding, and show a warning message without signaling an error
6302 (Bug#11282).
6303
6304 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * emacs-lisp/bytecomp.el
6307 (byte-compile-file-form-custom-declare-variable): Compile all elements,
6308 since cconv.el might have introduced :fun-body, internal-make-closure,
6309 and friends for bytecomp to handle (bug#11391).
6310 * custom.el (defcustom): Avoid ((λ ..) ..).
6311
6312 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
6315
6316 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * notifications.el (dbus-debug):
6319 * term/linux.el (gpm-mouse-enable):
6320 * term/screen.el (xterm-register-default-colors): Declare.
6321
6322 2012-05-02 Chong Yidong <cyd@gnu.org>
6323
6324 * cus-start.el (gc-cons-percentage, exec-suffixes)
6325 (dos-display-scancodes, dos-hyper-key, dos-super-key)
6326 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
6327 (make-cursor-line-fully-visible, void-text-area-pointer)
6328 (font-list-limit): Add customization data.
6329
6330 * allout.el (allout-exposure-change-functions)
6331 (allout-structure-added-functions)
6332 (allout-structure-deleted-functions)
6333 (allout-structure-shifted-functions): Rename abnormal hooks from
6334 *-hook, and convert to defcustoms.
6335 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
6336 Convert to defcustoms.
6337 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
6338
6339 * allout-widgets.el: Hook callers changed.
6340
6341 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6342
6343 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
6344 the yanked message in preference to the default value of
6345 buffer-file-coding-system.
6346
6347 2012-05-02 Martin Rudalics <rudalics@gmx.at>
6348
6349 * window.el (display-buffer--action-function-custom-type):
6350 Fix entry.
6351
6352 2012-05-02 Alan Mackenzie <acm@muc.de>
6353
6354 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
6355
6356 2012-05-01 Glenn Morris <rgm@gnu.org>
6357
6358 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
6359
6360 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
6361
6362 * cus-edit.el (custom-variable-documentation): Simplify with format.
6363
6364 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6365 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * simple.el (suggest-key-bindings, execute-extended-command):
6368 Move from keyboard.c.
6369
6370 2012-05-01 Chong Yidong <cyd@gnu.org>
6371
6372 * follow.el: Eliminate advice.
6373 (set-process-filter, process-filter, sit-for): Advice deleted.
6374 (follow-mode-off-hook): Obsolete hook removed.
6375 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
6376 Vars deleted.
6377 (follow-auto): Use a :set function.
6378 (follow-mode): Rewritten. Don't advise process filters.
6379 (follow-switch-to-current-buffer-all, follow-scroll-up)
6380 (follow-scroll-down): Assume follow-mode is bound.
6381 (follow-comint-scroll-to-bottom)
6382 (follow-align-compilation-windows): New functions.
6383 (follow--window-sorter): New function.
6384 (follow-all-followers): Use it to explicitly sort windows by their
6385 positions; don't make assumptions about next-window order.
6386 (follow-windows-start-end, follow-delete-other-windows-and-split)
6387 (follow-calc-win-start): Doc fix.
6388 (follow-windows-aligned-p, follow-select-if-visible): Don't call
6389 vertical-motion unnecessarily.
6390 (follow-adjust-window): New function.
6391 (follow-post-command-hook): Use it.
6392 (follow-call-set-process-filter, follow-call-process-filter)
6393 (follow-intercept-process-output, follow-tidy-process-filter-alist)
6394 (follow-stop-intercept-process-output, follow-generic-filter):
6395 Functions deleted.
6396 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
6397 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
6398 New functions, replacing advice on scroll-bar-* commands.
6399 (follow-mwheel-scroll): New function (Bug#4112).
6400
6401 * comint.el (comint-adjust-point): New function.
6402 (comint-postoutput-scroll-to-bottom): Use it.
6403 Call follow-comint-scroll-to-bottom for Follow mode buffers.
6404
6405 2012-05-01 Glenn Morris <rgm@gnu.org>
6406
6407 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
6408 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
6409 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
6410 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
6411 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
6412 Remove no-byte-compile setting.
6413
6414 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * minibuffer.el (completion-table-with-quoting): Fix compatibility
6417 all-completions code to not return a number in the last cdr.
6418
6419 2012-04-30 Leo Liu <sdl.web@gmail.com>
6420
6421 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
6422 read-only error.
6423
6424 2012-04-29 Chong Yidong <cyd@gnu.org>
6425
6426 * follow.el (follow-calc-win-end): Rewrite to handle partial
6427 screen lines correctly (Bug#8390).
6428 (follow-avoid-tail-recenter): Minor cleanup.
6429
6430 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 Avoid the obsolete `assoc' package.
6433 * speedbar.el (speedbar-refresh): Avoid adelete.
6434 (speedbar-file-lists): Simplify and avoid aput.
6435 * man.el (Man--sections, Man--refpages): New vars, replacing
6436 Man-sections-alist and Man-refpages-alist.
6437 (Man-build-section-alist, Man-build-references-alist):
6438 Use them; avoid aput.
6439 (Man--last-section, Man--last-refpage): New vars.
6440 (Man-follow-manual-reference): Use them.
6441 Use the `default' arg of completing-read.
6442 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
6443
6444 2012-04-27 Chong Yidong <cyd@gnu.org>
6445
6446 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
6447
6448 * startup.el (x-apply-session-resources): New function.
6449
6450 * term/ns-win.el (ns-initialize-window-system):
6451 * term/w32-win.el (w32-initialize-window-system):
6452 * term/x-win.el (x-initialize-window-system): Use it to properly
6453 set menu-bar-mode and other vars from X resources, even if the
6454 initial frame is not a window-system frame (Bug#2299).
6455
6456 * subr.el (read-key): Avoid running filter function when setting
6457 up temporary tool bar entries (Bug#9922).
6458
6459 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6460
6461 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
6462 (Bug#11344)
6463
6464 2012-04-27 Chong Yidong <cyd@gnu.org>
6465
6466 * select.el (xselect--encode-string): New function, split from
6467 xselect-convert-to-string.
6468 (xselect-convert-to-string): Use it.
6469 (xselect-convert-to-filename, xselect-convert-to-os)
6470 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
6471 returned strings are properly encoded (Bug#11315).
6472
6473 2012-04-27 Chong Yidong <cyd@gnu.org>
6474
6475 * simple.el (delete-active-region): Move to killing custom group.
6476
6477 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
6478
6479 * progmodes/which-func.el (which-func-current): Quote %
6480 characters for mode-line processing.
6481
6482 2012-04-27 Chong Yidong <cyd@gnu.org>
6483
6484 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
6485 reaching eob (Bug#11286).
6486
6487 2012-04-27 Eli Zaretskii <eliz@gnu.org>
6488
6489 * progmodes/gdb-mi.el (gdb-control-level): New variable.
6490 (gdb): Make it buffer-local and init to zero.
6491 (gdb-control-commands-regexp): New variable.
6492 (gdb-send): Don't wrap in "-interpreter-exec console" if
6493 gdb-control-level is positive. Increment gdb-control-level
6494 whenever the command matches gdb-control-commands-regexp, and
6495 decrement it each time the command is "end". (Bug#11279)
6496
6497 2012-04-27 Martin Rudalics <rudalics@gmx.at>
6498
6499 * window.el (adjust-window-trailing-edge, enlarge-window)
6500 (shrink-window, window-resize):
6501 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6502 windows (Bug#11276).
6503
6504 2012-04-27 Chong Yidong <cyd@gnu.org>
6505
6506 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
6507 fix "missing prefix" warning. All callers changed.
6508
6509 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * emacs-lisp/assoc.el: Move to obsolete/.
6512
6513 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
6516
6517 * term/ns-win.el (ns-define-service):
6518 * progmodes/pascal.el (pascal-goto-defun):
6519 * progmodes/js.el (js--read-tab):
6520 * progmodes/etags.el (tags-lazy-completion-table):
6521 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6522 * emacs-lisp/ewoc.el (ewoc--wrap):
6523 * emacs-lisp/assoc.el (aput, adelete, amake):
6524 * doc-view.el (doc-view-convert-current-doc):
6525 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6526
6527 2012-04-26 Chong Yidong <cyd@gnu.org>
6528
6529 * image.el (image-type-from-buffer): Only return supported image
6530 type (Bug#9045).
6531
6532 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6533 value, for symmetry with diff-end-of-hunk.
6534 (diff-split-hunk, diff-find-source-location)
6535 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6536 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6537 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6538 compute the relevant hunk or file properly (Bug#6005).
6539 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6540
6541 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * vc/vc-mtn.el:
6544 * vc/vc-hg.el:
6545 * vc/vc-git.el:
6546 * vc/vc-dir.el:
6547 * vc/vc-cvs.el:
6548 * vc/vc-bzr.el:
6549 * vc/vc-arch.el:
6550 * vc/vc.el: Replace lexical-let by lexical-binding.
6551 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6552 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6553 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6554
6555 2012-04-26 Chong Yidong <cyd@gnu.org>
6556
6557 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6558 (diff-mode-shared-map): Bind it to / and [remap undo].
6559
6560 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6561 (ediff-window-setup-function): Use it as the default, to set up
6562 windows based on whether the current frame is graphical (Bug#2138).
6563 (ediff-choose-window-setup-function-automatically): Make obsolete.
6564
6565 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6566
6567 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * ffap.el: Remove old code for obsolete package.
6570 (ffap-complete-as-file-p): Remove.
6571
6572 Use completion-table-with-quoting for comint and pcomplete.
6573 * comint.el (comint--unquote&requote-argument)
6574 (comint--unquote-argument, comint--requote-argument): New functions.
6575 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6576 (comint-quote-filename): Use regexp-opt-charset.
6577 (comint--common-suffix, comint--common-quoted-suffix)
6578 (comint--table-subvert): Remove.
6579 (comint-unquote-function, comint-requote-function): New vars.
6580 (comint--complete-file-name-data): Use them with
6581 completion-table-with-quoting.
6582 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6583 * pcomplete.el (pcomplete-arg-quote-list)
6584 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6585 (pcomplete-unquote-argument-function): Default to non-nil.
6586 (pcomplete-unquote-argument): Simplify.
6587 (pcomplete--common-quoted-suffix): Remove.
6588 (pcomplete-requote-argument-function): New var.
6589 (pcomplete--common-suffix): New function.
6590 (pcomplete-completions-at-point): Use completion-table-with-quoting
6591 and completion-table-subvert.
6592
6593 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6594 (minibuffer--double-dollars): Preserve properties.
6595 (completion--sifn-requote): New function.
6596 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6597
6598 * minibuffer.el: Add support for completion of quoted/escaped data.
6599 (completion-table-with-quoting, completion-table-subvert): New funs.
6600 (completion--twq-try, completion--twq-all): New functions.
6601 (completion--nth-completion): New function.
6602 (completion-try-completion, completion-all-completions): Use it.
6603
6604 2012-04-25 Leo Liu <sdl.web@gmail.com>
6605
6606 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6607 Use compilation-message if available to find real filename.
6608
6609 2012-04-25 Chong Yidong <cyd@gnu.org>
6610
6611 * vc/diff-mode.el (diff-setup-whitespace): New function.
6612 (diff-mode): Use it.
6613
6614 * vc/diff.el (diff-sentinel):
6615 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6616 Whitespace mode variables based on diff style (Bug#8612).
6617
6618 2012-04-25 Leo Liu <sdl.web@gmail.com>
6619
6620 * progmodes/python.el (python-send-region): Add suffix .py to the
6621 temp file.
6622
6623 * files.el (auto-mode-alist): Use javascript-mode instead.
6624
6625 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6626
6627 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
6628
6629 * net/soap-client.el (soap-resolve-references-for-sequence-type)
6630 (soap-resolve-references-for-array-type): Hack to prevent self
6631 references, see Bug#9.
6632 (soap-parse-envelope): Report the contents of the 'detail' node
6633 when receiving a fault reply.
6634 (soap-parse-envelope): Report the contents of the entire 'detail' node.
6635
6636 * net/soap-inspect.el (soap-sample-value-for-simple-type)
6637 (soap-inspect-simple-type): New function.
6638
6639 * net/soap-client.el (soap-simple-type): New struct.
6640 (soap-default-xsd-types, soap-default-soapenc-types)
6641 (soap-decode-basic-type, soap-encode-basic-type):
6642 support unsignedInt and double basic types.
6643 (soap-resolve-references-for-simple-type)
6644 (soap-parse-simple-type, soap-encode-simple-type): New function.
6645 (soap-parse-schema): Parse xsd:simpleType declarations.
6646
6647 * net/soap-client.el (soap-default-xsd-types)
6648 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6649 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6650 the local name of "soapenc:Array".
6651 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
6652 decoding integer, byte and anyURI xsd types.
6653
6654 2012-04-25 Chong Yidong <cyd@gnu.org>
6655
6656 * cus-edit.el (custom-buffer-create-internal): Update header text.
6657
6658 2012-04-25 Eli Zaretskii <eliz@gnu.org>
6659
6660 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6661 settings on 'system-type', not on 'window-system'. On MS-Windows,
6662 set interactive-mode on in GDB.
6663
6664 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6667 (ruby-syntax-propertize-regexp): Remove.
6668 (ruby-syntax-propertize-function): Split regexp into chunks.
6669 Match following code directly.
6670
6671 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6672
6673 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6674 (ruby-syntax-propertize-regexp): New function.
6675 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6676 by a special keyword.
6677
6678 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6679 (ruby-syntax-general-delimiters-goto-beg)
6680 (ruby-syntax-propertize-general-delimiters): New functions.
6681 (ruby-syntax-propertize-function): Use them to handle GDL.
6682 (ruby-font-lock-keywords): Move old handling of GDL...
6683 (ruby-font-lock-syntactic-keywords): .. to here.
6684 (ruby-calculate-indent): Adjust indentation for GDL.
6685
6686 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * notifications.el (top): Remove unneeded declarations.
6689 (notifications-specification-version): Change to "1.2".
6690 (notifications-interface, notifications-notify-method)
6691 (notifications-close-notification-method): Fix docstring.
6692 (notifications-get-capabilities-method): New defconst.
6693 (notifications-notify): Add :action-items, :resident and
6694 :transient hints. Change "image_data" to "image-data" and
6695 "image_path" to "image-path".
6696 (notifications-get-capabilities): New defun.
6697
6698 2012-04-24 Leo Liu <sdl.web@gmail.com>
6699
6700 * progmodes/python.el: Move hideshow setup to the end.
6701
6702 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6703
6704 * window.el (handle-select-window): Clear echo area since this is
6705 no more done by read_char (Bug#11304).
6706
6707 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6710 and `/ M' to filter-derived-mode.
6711 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6712 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6713 (ibuffer-mark-by-mode): Use default rather than initial-input.
6714 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6715
6716 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6717
6718 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6719 (ibuffer-filter-by-derived-mode): New filter.
6720 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6721
6722 2012-04-23 Andreas Politz <politza@fh-trier.de>
6723
6724 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6725
6726 2012-04-23 Chong Yidong <cyd@gnu.org>
6727
6728 * cus-edit.el (customize-apropos, customize-apropos-options):
6729 Disable matching of non-option variables (Bug#11176).
6730 (customize-option, customize-option-other-window)
6731 (customize-changed-options): Doc fix.
6732 (customize-apropos-options, customize-apropos-faces)
6733 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6734
6735 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
6736 Fix word list splitting (Bug#11132).
6737 (apropos-symbol, apropos-keybinding, apropos-label)
6738 (apropos-property, apropos-function-button)
6739 (apropos-variable-button, apropos-misc-button): New faces.
6740 (apropos-symbol-face, apropos-keybinding-face)
6741 (apropos-label-face, apropos-property-face, apropos-match-face):
6742 Variables removed (Bug#8396).
6743 (apropos-library-button, apropos-format-plist, apropos-print)
6744 (apropos-print-doc, apropos-describe-plist): Callers changed.
6745
6746 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * net/xesam.el (xesam-mode-map): Use let-bound map in
6749 initialization. (Bug#11292)
6750
6751 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6752
6753 Preserve ispell session localwords when switching back to
6754 original buffer.
6755
6756 * textmodes/ispell.el (ispell-buffer-session-localwords):
6757 New buffer-local variable to hold buffer session localwords.
6758 (ispell-kill-ispell): Add option 'clear to delete session
6759 localwords.
6760 (ispell-command-loop, ispell-change-dictionary)
6761 (ispell-buffer-local-words): Preserve session localwords when
6762 needed.
6763
6764 * textmodes/flyspell.el (flyspell-process-localwords)
6765 (flyspell-do-correct): Preserve session localwords when needed.
6766
6767 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6768
6769 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6770 using obsolete `translation-table-for-input'.
6771 (ispell-word, ispell-process-line, ispell-complete-word):
6772 Use plain `insert' instead of removed `ispell-insert-word'.
6773
6774 2012-04-22 Chong Yidong <cyd@gnu.org>
6775
6776 * cus-edit.el (custom-variable-menu)
6777 (custom-variable-reset-saved, custom-face-menu)
6778 (custom-face-reset-saved): If there is no saved value, make the
6779 "reset-saved" operation bring back the default (Bug#9509).
6780 (custom-face-state): Properly detect themed faces.
6781
6782 * faces.el (face-spec-set): Stop supporting deprecated form of
6783 third arg.
6784
6785 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
6786
6787 Move functions from C to Lisp. Make non-blocking method calls
6788 the default. Implement further D-Bus standard interfaces.
6789
6790 * net/dbus.el (dbus-message-internal): Declare function.
6791 Remove unneeded function declarations.
6792 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6793 (dbus-message-type-method-return, dbus-message-type-error)
6794 (dbus-message-type-signal): Declare variables. Remove local
6795 definitions.
6796 (dbus-interface-dbus, dbus-interface-peer)
6797 (dbus-interface-introspectable, dbus-interface-properties)
6798 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6799 Adapt docstring.
6800 (dbus-interface-objectmanager): New defconst.
6801 (dbus-call-method, dbus-call-method-asynchronously)
6802 (dbus-send-signal, dbus-method-return-internal)
6803 (dbus-method-error-internal, dbus-register-service)
6804 (dbus-register-signal, dbus-register-method): New defuns, moved
6805 from dbusbind.c
6806 (dbus-call-method-handler, dbus-setenv)
6807 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6808 New defuns.
6809 (dbus-call-method-non-blocking): Make it an obsolete function.
6810 (dbus-unregister-object, dbus-unregister-service)
6811 (dbus-handle-event, dbus-register-property)
6812 (dbus-property-handler): Obey the new structure of
6813 `bus-registered-objects'.
6814 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6815 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6816 Use `dbus-call-method'.
6817
6818 2012-04-22 Chong Yidong <cyd@gnu.org>
6819
6820 * cus-edit.el (custom-commands, custom-reset-menu)
6821 (Custom-reset-standard): Tweak labels.
6822 (custom-reset-button-menu): Change default to t.
6823 (custom-buffer-create-internal): For the custom-reset-button-menu
6824 case, put the revert button first.
6825 (custom-group-subtitle): New face.
6826 (custom-group-value-create): Align docstring to a specific column.
6827
6828 * wid-edit.el (widget-documentation-link-add): Don't handle
6829 indentation in this function.
6830 (widget-documentation-string-indent-to): New function.
6831 (widget-documentation-string-value-create): Use it.
6832
6833 * autorevert.el (auto-revert):
6834 * epg-config.el (epg):
6835 * ibuffer.el (ibuffer):
6836 * mpc.el (mpc):
6837 * ses.el (ses):
6838 * eshell/eshell.el (eshell):
6839 * net/ange-ftp.el (ange-ftp):
6840 * progmodes/ebnf2ps.el (postscript):
6841 * progmodes/flymake.el (flymake):
6842 * progmodes/prolog.el (prolog):
6843 * progmodes/verilog-mode.el (verilog-mode):
6844 * progmodes/which-func.el (which-func):
6845 * term/xterm.el (xterm):
6846 * textmodes/picture.el (picture):
6847 * textmodes/tildify.el (tildify):
6848 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6849 customization buffers.
6850
6851 2012-04-22 Alan Mackenzie <acm@muc.de>
6852
6853 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6854 Adding a ) can hide the resulting (..) from searches. Fix it.
6855 Bound the backward search to the position of the existing (.
6856
6857 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
6858
6859 * progmodes/verilog-mode.el (verilog-mode): Check whether
6860 which-func-modes is t before adding verilog-mode.
6861 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6862
6863 2012-04-21 Leo Liu <sdl.web@gmail.com>
6864
6865 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6866
6867 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6868
6869 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6870 filling of the last column of a table (Bug#5635).
6871 (woman-find-next-control-line): New arg, specifying an additional
6872 regexp component for the control line.
6873 (woman2-roff-buffer): Use it.
6874 (woman-break-table): New function.
6875 (woman2-TS): Use it.
6876
6877 2012-04-21 Chong Yidong <cyd@gnu.org>
6878
6879 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6880 (woman-horizontal-escapes, woman-negative-vertical-space)
6881 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6882 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6883
6884 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * minibuffer.el (completion-file-name-table): Complete user names.
6887
6888 2012-04-20 Leo Liu <sdl.web@gmail.com>
6889
6890 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6891 and pcase-let*.
6892
6893 2012-04-20 Chong Yidong <cyd@gnu.org>
6894
6895 * server.el (server-execute): Respect initial-buffer-choice if it
6896 is a string and there are no files to open (Bug#2825).
6897 (server-create-window-system-frame, server-create-tty-frame):
6898 Don't switch buffers here.
6899 (server-process-filter): Only try to open a window system frame if
6900 compiled with graphical support (Bug#8314).
6901
6902 2012-04-20 Dan Nicolaescu <dann@gnu.org>
6903
6904 * battery.el (battery-echo-area-format): Display remaining time
6905 for sysfs backend too (Bug#11269).
6906 (battery-linux-sysfs): Fix conditional for the charge.
6907
6908 2012-04-20 Chong Yidong <cyd@gnu.org>
6909
6910 * progmodes/gdb-mi.el (gdb): Revert previous change.
6911 (gdb-inferior-io--init-proc): New function.
6912 (gdb-init-1): Use it.
6913 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6914 responsible for allocating a new pty and hooking it to gdb when
6915 the old pty gets an EIO due to process exit.
6916 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6917 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6918 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6919
6920 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6921
6922 * window.el (window-min-size, window-sizable, window-min-delta)
6923 (window-max-delta, window--resizable, window-resizable)
6924 (window-total-size, window-full-height-p, window-full-width-p)
6925 (window-in-direction, window--resize-mini-window, window-resize)
6926 (window--resize-child-windows-normal)
6927 (window--resize-child-windows, window--resize-siblings)
6928 (window--resize-this-window, adjust-window-trailing-edge)
6929 (enlarge-window, shrink-window): Doc fixes.
6930
6931 2012-04-20 Chong Yidong <cyd@gnu.org>
6932
6933 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6934 New function to call delete-process on the gdb-inferior buffer's pty.
6935 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6936 pty process (Bug#11273).
6937 (gdb-update): New arg to suppress talking to the gdb process.
6938 (gdb-done-or-error): Use it.
6939 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6940 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6941 sentinel not being called.
6942
6943 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6944
6945 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6946
6947 2012-04-20 Glenn Morris <rgm@gnu.org>
6948
6949 * net/network-stream.el (open-network-stream): Doc fix.
6950
6951 2012-04-20 Chong Yidong <cyd@gnu.org>
6952
6953 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6954
6955 2012-04-20 Alan Mackenzie <acm@muc.de>
6956
6957 Ensure searching for keywords is case sensitive.
6958
6959 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6960 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6961 (c-defun-name, c-mark-function, c-cpp-define-name)
6962 (c-comment-indent, c-scan-conditionals, c-indent-defun)
6963 (c-context-line-break): Bind case-fold-search to nil.
6964
6965 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6966 Bind case-fold-search to nil.
6967
6968 2012-04-20 Chong Yidong <cyd@gnu.org>
6969
6970 * mail/sendmail.el (mail-bury): Call return action with the right
6971 Rmail buffer (Bug#11242).
6972
6973 * server.el (server-process-filter): Handle corner case where both
6974 tty and nowait options are present (Bug#11102).
6975
6976 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6977
6978 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6979 (top level): Put into the executable the ident-style '$Id:' tag on
6980 windows-nt as well.
6981
6982 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * electric.el (electric-indent-post-self-insert-function): Check that
6985 electric-indent-mode is enabled in current buffer.
6986
6987 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * imenu.el (imenu-progress-message): Restore; it is "used" in
6990 erc/erc-imenu.el and net/snmp-mode.el.
6991
6992 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6993
6994 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6995 (mouse-avoidance-nudge-mouse): Remove unused binding.
6996
6997 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6998
6999 * descr-text.el (describe-char):
7000 * progmodes/python.el (python-describe-symbol):
7001 Don't call `toggle-read-only', set `buffer-read-only'.
7002
7003 * imenu.el (imenu-default-goto-function): Mark unused args.
7004 (imenu-progress-message): Remove obsolete macro; all callers changed.
7005
7006 * subr.el (keymap-canonicalize): Remove unused binding.
7007 (read-passwd): Mark unused arg.
7008
7009 * tutorial.el (tutorial--display-changes): Remove unused binding.
7010 (tutorial--save-tutorial-to): Remove unused variable.
7011
7012 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
7013 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
7014 (package-generate-autoloads, package-menu--generate)
7015 (package-menu--find-upgrades): Remove unused bindings.
7016
7017 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
7018 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
7019 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
7020 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
7021 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
7022 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
7023 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
7024 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
7025 (cua-delete-char-rectangle): Mark unused args.
7026 (cua-align-rectangle): Remove unused binding.
7027
7028 * mail/rmail.el (compilation--message->loc)
7029 (epa--find-coding-system-for-mime-charset): Declare.
7030
7031 * net/dbus.el (dbus-register-service): Declare.
7032 (dbus-name-owner-changed-handler): Remove unused binding.
7033
7034 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
7035 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
7036 (nxml-scan-backward-within): Mark unused arg.
7037 (nxml-dynamic-markup-word): Remove unused binding.
7038
7039 * mouse.el (mouse-menu-major-mode-map):
7040 * emacs-lisp/authors.el (authors-scan-change-log)
7041 (authors-add-to-author-list):
7042 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
7043 * emacs-lisp/smie.el (smie-auto-fill):
7044 * mail/sendmail.el (mail-bury):
7045 * mail/unrmail.el (unrmail):
7046 * net/tls.el (open-tls-stream):
7047 * textmodes/picture.el (picture-mouse-set-point):
7048 Remove unused bindings.
7049
7050 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * net/tramp.el (tramp-action-password): Let-bind
7053 `enable-recursive-minibuffers' to t.
7054
7055 2012-04-18 Sam Steingold <sds@gnu.org>
7056
7057 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
7058 instead of 'string to accommodate values like [f11].
7059 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
7060 * progmodes/gdb-mi.el: Likewise.
7061
7062 2012-04-18 Leo Liu <sdl.web@gmail.com>
7063
7064 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
7065 current buffer.
7066 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
7067 LOCAL is nil.
7068
7069 2012-04-18 Chong Yidong <cyd@gnu.org>
7070
7071 * simple.el (line-move): Use forward-line if in batch mode
7072 (Bug#11053).
7073
7074 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
7075
7076 * files.el (after-find-file): Do not try to add a final newline if
7077 the buffer is read-only (Bug#11156).
7078
7079 2012-04-17 Richard Stallman <rms@gnu.org>
7080
7081 * mail/rmail.el (rmail-start-mail):
7082 Pass (rmail-mail-return...) for the return-action.
7083 Pass (rmail-yank-current-message...) for the yank-action.
7084 (rmail-yank-current-message): New function.
7085 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
7086 (rmail-reply): Likewise.
7087 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
7088
7089 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
7090 buffer, not the last. Reject temp buffers. Use the rmail-mode
7091 buffer, not newbuf.
7092
7093 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
7094
7095 * server.el (server-ensure-safe-dir): Simplify.
7096
7097 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * emacs-lisp/smie.el: Provide smarter auto-filling.
7100 (smie-auto-fill): New function.
7101 (smie-setup): Use it.
7102
7103 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
7104
7105 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
7106
7107 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
7108 (comment-indent): Use it.
7109
7110 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
7111
7112 * ses.el: The overall change is to add cell renaming, that is
7113 setting fancy names for cell symbols other than name matching
7114 "\\`[A-Z]+[0-9]+\\'" regexp .
7115 (ses-localvars): Add ses--renamed-cell-symb-list.
7116 (ses-create-cell-variable): New defun.
7117 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
7118 (ses-relocate-formula): Relocate formulas only for cells the
7119 symbols of which are not renamed, i.e. symbols whose names do not
7120 match regexp "\\`[A-Z]+[0-9]+\\'".
7121 (ses-relocate-all): Relocate values only for cells the symbols of
7122 which are not renamed.
7123 (ses-load): Create cells variables as the (ses-cell ...) are read,
7124 in order to check row col consistency with cell symbol name only
7125 for cells that are not renamed.
7126 (ses-replace-name-in-formula): New defun.
7127 (ses-rename-cell): New defun.
7128
7129 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
7130
7131 * progmodes/perl-mode.el (perl-indent-parens-as-block):
7132 New option (bug#11118).
7133 (perl-calculate-indent): Respect it.
7134
7135 2012-04-17 Glenn Morris <rgm@gnu.org>
7136
7137 * dired-aux.el (dired-mark-read-string): Doc fix.
7138
7139 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
7140
7141 * dired-aux.el (dired-mark-read-string): Offer optional completion.
7142 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
7143
7144 2012-04-17 Glenn Morris <rgm@gnu.org>
7145
7146 * mouse.el (mouse-drag-track):
7147 * speedbar.el (speedbar-frame-mode):
7148 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
7149
7150 2012-04-16 Leo Liu <sdl.web@gmail.com>
7151
7152 * progmodes/python.el: Trivial cleanup.
7153
7154 2012-04-16 Glenn Morris <rgm@gnu.org>
7155
7156 * vc/vc.el (vc-string-prefix-p):
7157 * vc/pcvs-util.el (cvs-string-prefix-p):
7158 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
7159 * mpc.el (mpc-string-prefix-p):
7160 Make all of these into obsolete aliases for string-prefix-p.
7161 Update callers.
7162 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
7163
7164 * textmodes/two-column.el: Move custom options to the start.
7165 (frame-width): Remove compat definition.
7166 (2C-associate-buffer, 2C-dissociate):
7167 Use with-current-buffer rather than save-excursion.
7168 (2C-dissociate): Force a mode-line update.
7169 (2C-autoscroll): Use ignore-errors.
7170
7171 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
7172 Autoload trivia.
7173
7174 * emacs-lisp/cl-extra.el (*random-state*):
7175 Remove unnecessary declaration.
7176
7177 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
7178
7179 * play/cookie1.el (cookie-snarf):
7180 Give an explicit error if input file cannot be read.
7181
7182 * play/yow.el (yow-file): Use expand-file-name rather than concat.
7183
7184 * progmodes/perl-mode.el (c-macro-expand):
7185 Remove unnecessary autoload (it is in loaddefs.el).
7186
7187 * textmodes/picture.el (picture-desired-column)
7188 (picture-update-desired-column): Convert comments to doc-strings.
7189 (picture-substitute): Remove function.
7190 (picture-mode-map): Initialize in the defvar.
7191
7192 * woman.el: Remove eval-after-load for tar-mode.
7193 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
7194 (woman-tar-extract-file): Autoload it.
7195
7196 * frame.el (automatic-hscrolling): Make this alias obsolete.
7197
7198 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7199
7200 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
7201 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
7202 (ispell-dictionary-base-alist): Revert to original XEmacs
7203 friendly version for default. [:alpha:] will be added in
7204 `ispell-set-spellchecker-params' if needed.
7205
7206 2012-04-16 Chong Yidong <cyd@gnu.org>
7207
7208 * image.el (imagemagick--file-regexp): New variable.
7209 (imagemagick-register-types): Use it.
7210 (imagemagick-types-inhibit): Add :set function. Allow new value
7211 of t to inhibit all types.
7212
7213 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
7214 so we can preload it.
7215
7216 * loadup.el (fboundp): Preload regexp-opt, needed by
7217 imagemagick-register-types.
7218
7219 2012-04-15 Chong Yidong <cyd@gnu.org>
7220
7221 * frame.el (scrolling): Remove nearly unused customization group.
7222
7223 * scroll-all.el (scroll-all-mode): Move to windows group.
7224
7225 2012-04-15 Chong Yidong <cyd@gnu.org>
7226
7227 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
7228
7229 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 Avoid the use of ((lambda ...) ...) in lexical-binding code.
7232 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
7233
7234 2012-04-15 Glenn Morris <rgm@gnu.org>
7235
7236 * simple.el (process-file-side-effects): Doc fix.
7237
7238 2012-04-15 Glenn Morris <rgm@gnu.org>
7239
7240 * international/mule-cmds.el (set-language-environment): Doc fix.
7241
7242 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7243
7244 * server.el (server-auth-key, server-generate-key): Doc fixes.
7245 (server-get-auth-key): Doc fix. Use `string-match-p'.
7246 (server-start): Reflow docstring.
7247
7248 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
7249
7250 * server.el (server-generate-key): `called-interactively-p'
7251 requires a parameter.
7252
7253 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
7254
7255 * server.el (server-auth-key): New variable.
7256 (server-generate-key, server-get-auth-key): New function.
7257 (server-start): Use the new variable and functions to allow
7258 setting a permanent server key (bug#9423).
7259
7260 2012-04-14 Leo Liu <sdl.web@gmail.com>
7261
7262 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
7263
7264 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
7265
7266 Spelling fixes.
7267 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
7268 Emacs uses American spelling.
7269
7270 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
7271
7272 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
7273 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
7274 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
7275 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
7276
7277 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * progmodes/which-func.el (which-func-modes): Change default.
7280
7281 2012-04-14 Kim F. Storm <storm@cua.dk>
7282
7283 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
7284 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
7285
7286 2012-04-14 Chong Yidong <cyd@gnu.org>
7287
7288 * custom.el (custom-theme-set-variables): Doc fix.
7289
7290 2012-04-14 Glenn Morris <rgm@gnu.org>
7291
7292 * international/mule.el (set-auto-coding-for-load): Doc fix.
7293
7294 2012-04-14 Alan Mackenzie <acm@muc.de>
7295
7296 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
7297 imenu work again for Objective C Mode. Correct the *-index values,
7298 these having been disturbed by a previous change in 2011-08.
7299
7300 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
7301 Correct two search limits.
7302
7303 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
7306
7307 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
7308
7309 * international/characters.el: Fix sorting.
7310
7311 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7312
7313 * international/characters.el: Add more missing Latin case pairs.
7314
7315 2012-04-14 Glenn Morris <rgm@gnu.org>
7316
7317 * files.el (dir-locals-set-class-variables): Doc fix.
7318
7319 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7320
7321 * international/characters.el: Add set-case-syntax-pair call for
7322 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
7323 counterpart. (Bug#11209)
7324
7325 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
7326
7327 2012-04-14 Glenn Morris <rgm@gnu.org>
7328
7329 * calendar/holidays.el (calendar-check-holidays): Doc fix.
7330
7331 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7332
7333 * textmodes/ispell.el (ispell-dictionary-base-alist):
7334 Add data for Hebrew.
7335
7336 2012-04-14 Chong Yidong <cyd@gnu.org>
7337
7338 * net/rcirc.el (rcirc-cmd-quit):
7339 Revert 2012-03-18 change (Bug#11192).
7340
7341 2012-04-14 Glenn Morris <rgm@gnu.org>
7342
7343 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
7344
7345 2012-04-14 Eli Zaretskii <eliz@gnu.org>
7346
7347 * minibuffer.el (completion-in-region-mode-map):
7348 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
7349
7350 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
7351
7352 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
7353
7354 2012-04-13 Masatake YAMATO <yamato@redhat.com>
7355
7356 * minibuffer.el (minibuffer-local-filename-syntax): New variable
7357 to allow `C-M-f' and `C-M-b' to move to the nearest path
7358 separator (bug#9511).
7359
7360 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
7361
7362 * avoid.el: Require cl when compiling. And also move the
7363 `provide' to the end.
7364
7365 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7366
7367 * avoid.el (mouse-avoidance-banish-position): New variable.
7368 (mouse-avoidance-banish-destination): Use it (bug#10165).
7369
7370 2012-04-13 Leo Liu <sdl.web@gmail.com>
7371
7372 * progmodes/which-func.el (which-func-modes): Add objc-mode.
7373
7374 2012-04-13 Ken Brown <kbrown@cornell.edu>
7375
7376 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
7377 this is no longer needed now that cygstart understands file:// URLs.
7378 (browse-url-filename-alist): For the same reason, don't modify
7379 file:// URLs on Cygwin.
7380
7381 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
7384 the region on shift if the binding is already shifted (bug#11221).
7385
7386 2012-04-12 Glenn Morris <rgm@gnu.org>
7387
7388 * mail/mailpost.el: Move to obsolete/.
7389
7390 2012-04-12 Drew Adams <drew.adams@oracle.com>
7391
7392 * imenu.el (imenu--generic-function): Ignore invisible definitions
7393 (bug#10123).
7394
7395 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
7396
7397 * hexl.el (hexl-bits): New variable.
7398 (hexl-options): Mention the variable in the doc string.
7399 (hexl-rulerise, hexl-line-displen): New functions.
7400 (hexl-mode): Mention the new variable.
7401 (hexl-mode, hexl-current-address, hexl-current-address):
7402 Use the displen.
7403 (hexl-ascii-start-column): New function.
7404 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
7405 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
7406
7407 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7408
7409 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
7410 '("-i" ENCODING), in 2 separate command-line arguments, to specify
7411 the encoding, as expected by hunspell.
7412
7413 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * battery.el (battery--linux-sysfs-regexp): New const.
7416 (battery-status-function): Use it. Remove yeeloong special case.
7417 (battery-yeeloong-sysfs): Remove.
7418 (battery-echo-area-format): Remove yeeloong special case.
7419
7420 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
7423 Reported by Noah Friedman.
7424
7425 * subr.el (read-passwd): Use read-string.
7426
7427 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7428
7429 * vcursor.el (vcursor-move): Increase the priority of the overlay
7430 (bug#9663).
7431
7432 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7433
7434 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
7435 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
7436
7437 2012-04-11 William Stevenson <yhvh2000@gmail.com>
7438
7439 * textmodes/artist.el (artist-mode): Convert artist-mode to use
7440 define-minor-mode (bug#10760).
7441
7442 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7443
7444 * progmodes/grep.el (rgrep): Tweak the find command line so
7445 that directories matching `grep-find-ignored-files' won't be
7446 pruned (bug#10351).
7447
7448 2012-04-11 Chong Yidong <cyd@gnu.org>
7449
7450 * startup.el (command-line): Remove support for long-obsolete
7451 variable font-lock-face-attributes.
7452
7453 2012-04-11 Glenn Morris <rgm@gnu.org>
7454
7455 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
7456
7457 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * window.el (window--state-get-1): Obey window-point-insertion-type.
7460
7461 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
7462
7463 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
7464 to previous function when point is on the first character of a
7465 function. Take care of that in `narrow-to-defun' (bug#6157).
7466
7467 2012-04-11 Glenn Morris <rgm@gnu.org>
7468
7469 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
7470 not just file-errors.
7471
7472 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
7473 (vc-bzr-sha1): Use internal sha1.
7474
7475 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
7478
7479 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
7480
7481 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
7482 that start in the middle of the line (bug#10496).
7483
7484 2012-04-10 Dan Nicolaescu <dann@gnu.org>
7485
7486 * battery.el (battery-linux-proc-acpi): Only one battery is
7487 discharged at a time, but that seems to confuse battery.el when
7488 computing `rate-type' for the battery not being discharged
7489 (bug#10332).
7490
7491 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
7494
7495 * international/quail.el: Use dolist and simplify.
7496 (quail-define-package, quail-update-keyboard-layout)
7497 (quail-define-rules): Use dolist.
7498 (quail-insert-kbd-layout, quail-get-translation): CSE.
7499
7500 * tmm.el: Use dolist, remove left over hook.
7501 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7502 Use dolist.
7503 (calendar-load-hook): Don't mess with it.
7504
7505 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7506 Use derived-mode-p. Run the diff asynchronously.
7507
7508 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
7510 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7511
7512 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7515 (list-dynamic-libraries--loaded): New function.
7516 (list-dynamic-libraries--refresh): Use it.
7517
7518 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
7519
7520 * progmodes/python.el (python-fill-paragraph):
7521 Make python-fill-region in a multiline string work when font-lock is
7522 disabled (bug#7018).
7523
7524 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
7525
7526 * language/european.el (cp775): Add oem/legacy (en)coding on
7527 DOS/MS Windows for the Baltic languages. There are still plenty
7528 of texts written in this encoding/codepage (bug#6519).
7529
7530 2012-04-10 Glenn Morris <rgm@gnu.org>
7531
7532 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7533 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7534
7535 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7536
7537 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
7538 next-line "n" and previous-line "p" in order to make recentf more
7539 consistent with ibuffer, dired or org-mode (bug#9387).
7540
7541 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7542
7543 * image.el (put-image): Return the overlay created instead of the
7544 optional input string (bug#7834). Note that this may break code
7545 that is (for some reason or other) depending on `put-image'
7546 returning the string.
7547
7548 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7549
7550 * simple.el (zap-to-char): Allow zapping using input methods
7551 (bug#1580).
7552
7553 * textmodes/fill.el (fill-region): Leave point and mark where they
7554 were before filling (bug#5399).
7555
7556 2012-04-09 Glenn Morris <rgm@gnu.org>
7557
7558 * version.el (emacs-bzr-get-version):
7559 Handle lightweight checkouts of local branches.
7560
7561 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7562
7563 * international/characters.el: Recover lost case pairs. (Bug#11209)
7564
7565 2012-04-09 Chong Yidong <cyd@gnu.org>
7566
7567 * custom.el (custom-variable-p): Return nil for non-symbol
7568 arguments instead of signaling an error.
7569 (user-variable-p): Obsolete alias for custom-variable-p.
7570
7571 * apropos.el (apropos-variable):
7572 * files-x.el (read-file-local-variable):
7573 * simple.el (set-variable):
7574 * woman.el (woman-mini-help):
7575 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7576
7577 2012-04-09 Glenn Morris <rgm@gnu.org>
7578
7579 * startup.el (normal-top-level): Don't look for leim-list.el
7580 in places where it will not be found. (Bug#910)
7581
7582 * international/mule-cmds.el (set-default-coding-systems):
7583 * files.el (normal-mode):
7584 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7585 This function was removed with ucs-tables.el in 2008.
7586
7587 2012-04-08 Eli Zaretskii <eliz@gnu.org>
7588
7589 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7590 ispell-encoding8-command to "-i", without a trailing space.
7591 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7592 separate command-line arguments, to specify the encoding, since
7593 that's how hunspell expects it.
7594
7595 2012-04-08 Glenn Morris <rgm@gnu.org>
7596
7597 * loadup.el: Load bindings before cus-start.
7598 This reduces somewhat the number of "rogue" settings in emacs -Q.
7599
7600 2012-04-07 Glenn Morris <rgm@gnu.org>
7601
7602 * version.el (emacs-bzr-get-version): New function.
7603 (emacs-bzr-version): New variable.
7604 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7605 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7606
7607 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7608
7609 * international/uni-bidi.el, international/uni-category.el:
7610 * international/uni-combining.el, international/uni-decimal.el:
7611 * international/uni-decomposition.el, international/uni-digit.el:
7612 * international/uni-lowercase.el, international/uni-mirrored.el:
7613 * international/uni-name.el, international/uni-numeric.el:
7614 * international/uni-titlecase.el, international/uni-uppercase.el:
7615 Update for Unicode 6.1.
7616
7617 2012-04-07 Eli Zaretskii <eliz@gnu.org>
7618
7619 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7620
7621 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
7623 * window.el (shrink-window): Mention the `window-min-height'
7624 variable in the doc string.
7625
7626 2012-04-05 Bastien Guerry <bzg@altern.org>
7627
7628 * color.el (color-lighten-name): Fix typo.
7629
7630 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * server.el (server--on-display-p): New function.
7633 (server--on-display-p): Use it.
7634
7635 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7636
7637 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7638 (bug#11145).
7639
7640 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * comint.el (comint--common-quoted-suffix): Check string boundary
7643 before comparing (bug#11158).
7644 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7645
7646 2012-04-04 Chong Yidong <cyd@gnu.org>
7647
7648 * minibuffer.el (completion-extra-properties): Doc fix.
7649
7650 * subr.el (delayed-warnings-hook): Doc fix.
7651
7652 2012-04-04 Daiki Ueno <ueno@unixuser.org>
7653
7654 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7655 selection (Bug#11159).
7656 (epa-insert-keys): Inform that the default public key will be
7657 exported if no key is selected.
7658
7659 2012-04-04 Richard Stallman <rms@gnu.org>
7660
7661 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7662
7663 2012-04-03 Chong Yidong <cyd@gnu.org>
7664
7665 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7666 mail-insert-file, not its obsolete alias mail-attach-file.
7667
7668 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
7669
7670 * notifications.el (notifications-notify): Fix docstring.
7671
7672 2012-04-02 Glenn Morris <rgm@gnu.org>
7673
7674 * emacs-lisp/authors.el (authors-aliases): Another addition.
7675
7676 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7679 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7680 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7681
7682 2012-04-01 Chong Yidong <cyd@gnu.org>
7683
7684 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7685 Handle root directory properly.
7686 (copy-directory): Caller changed.
7687
7688 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7689 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7690
7691 2012-03-31 Glenn Morris <rgm@gnu.org>
7692
7693 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7694
7695 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7696
7697 * calendar/calendar.el (calendar-window-list)
7698 (calendar-hide-window): Restore. (Bug#11140)
7699 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7700
7701 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7702
7703 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7704
7705 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7706 Check if file is a symlink (Bug#10489).
7707
7708 * files.el (copy-directory): Likewise.
7709
7710 2012-03-30 Chong Yidong <cyd@gnu.org>
7711
7712 * image.el (imagemagick-types-inhibit)
7713 (imagemagick-register-types): Doc fix.
7714
7715 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7716
7717 * textmodes/ispell.el (ispell-get-extended-character-mode):
7718 Disable extended-char-mode for hunspell. hunspell does not support it
7719 and treats ~word as ordinary words in pipe mode.
7720
7721 2012-03-30 Glenn Morris <rgm@gnu.org>
7722
7723 * tutorial.el (help-with-tutorial): Ensure local variables don't
7724 happen to make the buffer read-only. (Bug#11127)
7725
7726 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7729 (perl-calculate-indent): Return `noindent' in strings.
7730
7731 2012-03-28 Sam Steingold <sds@gnu.org>
7732
7733 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7734 instead of the broken adhockery which does not prevent calendar
7735 buffers from being displayed at random after exit.
7736 (calendar-window-list, calendar-hide-window): Remove the broken
7737 adhockery.
7738
7739 2012-03-28 Glenn Morris <rgm@gnu.org>
7740
7741 * replace.el (query-replace-map): Doc fix.
7742
7743 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7744
7745 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7746 contents. (Bug#11109)
7747
7748 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7751 (bug#11077).
7752 (avl-tree--check, avl-tree--check-node): New funs.
7753
7754 2012-03-27 Martin Rudalics <rudalics@gmx.at>
7755
7756 * window.el (switch-to-visible-buffer): New option.
7757 (switch-to-prev-buffer, switch-to-next-buffer):
7758 Observe switch-to-visible-buffer. Make sure that checking for a window
7759 showing a buffer already is done on the same frame.
7760
7761 2012-03-27 Glenn Morris <rgm@gnu.org>
7762
7763 * startup.el (mail-host-address): Doc fix.
7764
7765 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7768 than 197 variables.
7769
7770 2012-03-26 Ami Fischman <ami@fischman.org>
7771
7772 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7773
7774 2012-03-26 Glenn Morris <rgm@gnu.org>
7775
7776 * files.el (save-buffers-kill-emacs): Doc fix.
7777
7778 * startup.el (normal-top-level, command-line, command-line-1):
7779 Give them doc strings.
7780
7781 2012-03-25 Eli Zaretskii <eliz@gnu.org>
7782
7783 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
7784 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
7785
7786 2012-03-25 Chong Yidong <cyd@gnu.org>
7787
7788 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7789 theme if it was previously enabled before (Bug#11031).
7790
7791 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7792 spec with custom-face-get-current-spec if its :shown-value is not
7793 determined yet (Bug#9337).
7794 (customize-create-theme, custom-theme-revert): Doc fixes.
7795
7796 * button.el (button-at): Minor addition to docstring.
7797
7798 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
7799
7800 * vc/vc.el (vc-merge): Fix a prompt.
7801
7802 2012-03-24 Chong Yidong <cyd@gnu.org>
7803
7804 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7805 point (Bug#9623).
7806
7807 * button.el (button-at): Minor addition to docstring.
7808
7809 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * newcomment.el (comment-choose-indent): No space after BOL.
7812
7813 2012-03-22 Sam Steingold <sds@gnu.org>
7814
7815 * window.el (switch-to-prev-buffer): Revert last patch because the
7816 bug turned out to be an advertised feature (Elisp manual 28.14).
7817
7818 2012-03-22 Glenn Morris <rgm@gnu.org>
7819
7820 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7821 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7822
7823 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7824
7825 * net/network-stream.el (network-stream-open-starttls): Make error
7826 message under Windows be less misleading.
7827
7828 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7829
7830 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7831 understands (bug#9942).
7832
7833 2012-03-22 Chong Yidong <cyd@gnu.org>
7834
7835 * simple.el (end-of-visible-line): Handle return value of
7836 next-single-property-change properly (Bug#9371).
7837
7838 2012-03-22 Kenichi Handa <handa@m17n.org>
7839
7840 * international/quail.el (quail-insert-kbd-layout): Fix previous
7841 change. To avoid unwanted bidi reordering, use
7842 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7843
7844 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7845
7846 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7847 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7848 (ruby-beginning-of-indent): Be more careful with the difference
7849 between word-boundary and symbol boundary.
7850 (ruby-mode-syntax-table): Make : a symbol constituent.
7851
7852 2012-03-21 Andreas Politz <politza@fh-trier.de>
7853
7854 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7855
7856 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * progmodes/etags.el (tags-completion-at-point-function):
7859 Improve last fix.
7860
7861 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7862
7863 2012-03-21 Sam Steingold <sds@gnu.org>
7864
7865 * progmodes/etags.el (tags-completion-at-point-function):
7866 Avoid the error when point is inside the pattern.
7867
7868 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7869
7870 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7871 line (Bug#10855).
7872
7873 2012-03-21 Drew Adams <drew.adams@oracle.com>
7874
7875 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7876
7877 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7878
7879 * ido.el (ido-set-current-directory, ido-read-internal)
7880 (ido-choose-completion-string, ido-completion-help): Handle nil
7881 value of ido-completion-buffer (Bug#11008).
7882
7883 2012-03-21 Sam Steingold <sds@gnu.org>
7884
7885 * window.el (switch-to-prev-buffer): Do not switch to a visible
7886 window previous buffer, just like with the frame previous buffers.
7887
7888 2012-03-21 Chong Yidong <cyd@gnu.org>
7889
7890 * faces.el (make-face, make-empty-face, copy-face):
7891 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7892 Doc fixes.
7893
7894 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7897 (widget-complete): Remove broken use of it.
7898
7899 2012-03-20 Chong Yidong <cyd@gnu.org>
7900
7901 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7902 Use string-width and truncate-string-width to handle arbitrary
7903 characters.
7904
7905 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7906
7907 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7908 to draw rectangles, not squares. (Regression introduced by revno
7909 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7910
7911 2012-03-18 Chong Yidong <cyd@gnu.org>
7912
7913 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7914 it is not yet defined (for temacs).
7915
7916 2012-03-18 Leo Liu <sdl.web@gmail.com>
7917
7918 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7919
7920 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7921
7922 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7923 (ispell-choices-win-default-height, ispell-silently-savep)
7924 (ispell-dictionary-alist, ispell-encoding8-command)
7925 (ispell-check-version, ispell-aspell-find-dictionary)
7926 (ispell-valid-dictionary-list, ispell-words-keyword)
7927 (ispell-get-word, ispell-internal-change-dictionary)
7928 (ispell-region, ispell-skip-region-list)
7929 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7930 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7931 (ispell-message-text-end, ispell-message)
7932 (ispell-buffer-local-parsing): Doc fix.
7933
7934 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
7935
7936 * htmlfontify.el: Add support for code block fontification for ODT
7937 export (Bug #9914).
7938 (hfy-optimisations): Define new option
7939 `body-text-only'
7940 (hfy-fontify-buffer): Honor above setting.
7941 (hfy-begin-span, hfy-end-span): New routines factored out form
7942 `hfy-fontify-buffer'.
7943 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7944 that permit insertion of custom tags.
7945 (hfy-fontify-buffer): Use above handlers.
7946 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7947 (hfy-face-to-css): Re-defined to be a variable.
7948 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
7949 over multiple runs. This is made possible by having the caller let
7950 bind a special variable `hfy-user-sheet-assoc'.
7951 (htmlfontify-string): New defun.
7952 (hfy-compile-face-map): Make sure that the last char in the
7953 buffer is correctly fontified.
7954 (hfy-face-resolve-face): Whitespace only change.
7955
7956 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7957
7958 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7959 message more clear.
7960
7961 2012-03-16 Leo Liu <sdl.web@gmail.com>
7962
7963 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7964
7965 2012-03-16 Alan Mackenzie <acm@muc.de>
7966
7967 Further optimise the handling of large macros.
7968
7969 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7970 limit to a call of `c-literal-limits'.
7971 (c-determine-+ve-limit): New function.
7972 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7973 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7974 In CASE 5B, restrict a search limit to 500.
7975 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7976
7977 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7978 Restrict macro bounds to +-500 from after-change's BEG END.
7979
7980 2012-03-16 Leo Liu <sdl.web@gmail.com>
7981
7982 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7983
7984 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7985
7986 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7987 `special-mode' setting of `buffer-read-only'. (Bug#11010)
7988
7989 2012-03-16 Glenn Morris <rgm@gnu.org>
7990
7991 * view.el (view-buffer, view-buffer-other-window)
7992 (view-buffer-other-frame): Doc fixes re special mode-class.
7993
7994 * subr.el (eval-after-load): If named feature is provided not from
7995 a file, run after-load forms. (Bug#10946)
7996
7997 * calendar/calendar.el (calendar-insert-at-column):
7998 Handle non-unit-width characters a bit better. (Bug#10978)
7999
8000 2012-03-15 Chong Yidong <cyd@gnu.org>
8001
8002 * emacs-lisp/ring.el (ring-extend): New function.
8003 (ring-insert+extend): Extend the ring correctly (Bug#11019).
8004
8005 * comint.el (comint-read-input-ring)
8006 (comint-add-to-input-history): Grow comint-input-ring lazily.
8007
8008 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
8011 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
8012
8013 * imenu.el: Fix multiple inheritance breakage (bug#9199).
8014 (imenu-add-to-menubar): Don't add a redundant index.
8015 (imenu-update-menubar): Handle a dynamically composed keymap.
8016
8017 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8018
8019 * mail/sendmail.el (mail-encode-header):
8020 Bind rfc2047-encode-encoded-words to nil.
8021
8022 2012-03-13 Glenn Morris <rgm@gnu.org>
8023
8024 * calendar/calendar.el (calendar-string-spread):
8025 Handle non-unit-width characters a bit better. (Bug#10978)
8026
8027 2012-03-13 Leo Liu <sdl.web@gmail.com>
8028
8029 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
8030 directory and file as argument (Bug#10822).
8031
8032 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8033
8034 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
8035 For dynamically generated code, follow $PC.
8036 (gdb-disassembly-handler-custom): Handle no function name case.
8037
8038 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
8039
8040 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
8041 * emulation/ws-mode.el (ws-query-replace):
8042 * sort.el (sort-regexp-fields):
8043 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
8044
8045 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * dabbrev.el: Fix cycle completion order (bug#10963).
8048 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
8049 (dabbrev-completion): Don't use an obarray; provide
8050 a cycle-sort-function.
8051
8052 2012-03-12 Leo Liu <sdl.web@gmail.com>
8053
8054 * simple.el (kill-new): Use equal-including-properties for comparison.
8055 (kill-do-not-save-duplicates): Doc fix.
8056
8057 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * dabbrev.el: Fix cycle completion (bug#10963).
8060 Use lexical binding and wrap to 80 columns.
8061 (dabbrev-completion): Delay computing the list of completions.
8062
8063 2012-03-12 Kenichi Handa <handa@m17n.org>
8064
8065 * international/quail.el (quail-insert-kbd-layout): Surround each
8066 row by LRO and PDF instead of inserting many LRMs. Pad the left
8067 and right of each non-spacing marks. Insert invisible space
8068 between lower and upper characters to prevent composition.
8069
8070 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * minibuffer.el (minibuffer-complete): Don't get confused when the
8073 function is run twice via different commands (bug#10958).
8074 (complete-with-action): Fix docstring.
8075
8076 2012-03-12 Chong Yidong <cyd@gnu.org>
8077
8078 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
8079 (nxml-completion-at-point-function): New function.
8080 (nxml-mode): Use it.
8081 (nxml-bind-meta-tab-to-complete-flag): Default to t.
8082
8083 * emacs-lisp/package.el (package-unpack, package-unpack-single):
8084 Load generated autoloads file before byte compiling (Bug#10970).
8085 (package--make-autoloads-and-compile): New helper fun.
8086
8087 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
8088
8089 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
8090
8091 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
8092
8093 * autorevert.el (auto-revert-handler): Ensure, that
8094 file-readable-p is applied only for local files or in
8095 auto-revert-tail-mode.
8096
8097 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
8098
8099 * server.el (server-eval-at): Handle non-tcp connections.
8100 Decode result string.
8101
8102 * server.el (server-msg-size): New constant.
8103 (server-reply-print): New function.
8104 (server-eval-and-print): Use it.
8105 (server-eval-at): Use server-quote-arg and server-unquote-arg.
8106 Handle -print-nonl.
8107
8108 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
8109
8110 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
8111 (Bug#10987).
8112
8113 2012-03-11 Chong Yidong <cyd@gnu.org>
8114
8115 * simple.el (goto-line): Doc fix (Bug#9938).
8116
8117 * subr.el (save-window-excursion): Doc fix (Bug#9979).
8118
8119 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
8120 when finished (Bug#10963).
8121
8122 2012-03-11 Martin Rudalics <rudalics@gmx.at>
8123
8124 * window.el (split-window-below): Fix bug in case where
8125 split-window-keep-point is nil (Bug#10971).
8126
8127 2012-03-11 Juri Linkov <juri@jurta.org>
8128
8129 * replace.el (replace-highlight): Set isearch-word to nil
8130 unconditionally. (Bug#10887)
8131
8132 2012-03-10 Eli Zaretskii <eliz@gnu.org>
8133
8134 * net/mairix.el (mairix-replace-invalid-chars): Rename from
8135 mairix-replace-illegal-chars; all callers changed. Don't remove
8136 ^, ~, and = characters: they are meaningful in mairix search specs.
8137 (mairix-widget-create-query): Add usage information about mairix
8138 search forms: negating words, searching for substrings, etc.
8139
8140 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
8141
8142 * international/fontset.el (font-encoding-alist): Add an entry for
8143 ksx1001 (Bug#5667).
8144
8145 2012-03-10 Richard Stallman <rms@gnu.org>
8146
8147 * mail/sendmail.el (mail-encode-header):
8148 Set rfc2047-encode-encoded-words.
8149
8150 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
8151
8152 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
8153 view buffer means not swapped.
8154 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
8155 (rmail-write-region-annotate): Error if real text has disappeared.
8156
8157 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
8158
8159 2012-03-10 Chong Yidong <cyd@gnu.org>
8160
8161 * emulation/cua-rect.el (cua--init-rectangles):
8162 * emulation/cua-base.el (cua--init-keymaps):
8163 Add delete-forward-char to remappings (Bug#9666).
8164
8165 2012-03-10 Martin Rudalics <rudalics@gmx.at>
8166
8167 * speedbar.el (speedbar-unhighlight-one-tag-line):
8168 Avoid unhighlighting due to frame switching (Bug#10275).
8169
8170 2012-03-10 Chong Yidong <cyd@gnu.org>
8171
8172 * minibuffer.el (completion-in-region, completion-help-at-point):
8173 Give the completion field overlay a high priority (Bug#6830).
8174
8175 * dired.el (dired-goto-file): Recognize absolute file name
8176 listings (Bug#7126).
8177 (dired-goto-file-1): New helper function.
8178 (dired-toggle-read-only): Inhibit warnings.
8179
8180 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
8181
8182 * net/dbus.el (dbus-property-handler): Return empty array if
8183 there are no properties.
8184
8185 2012-03-09 Leo Liu <sdl.web@gmail.com>
8186
8187 * savehist.el (savehist-printable): Stricter check for string
8188 value (Bug#10937).
8189
8190 2012-03-09 Eli Zaretskii <eliz@gnu.org>
8191
8192 * mail/smtpmail.el (smtpmail-send-it):
8193 Bind coding-system-for-write to *-unix, so that FCC files are kept in
8194 valid mbox format.
8195
8196 2012-03-09 Glenn Morris <rgm@gnu.org>
8197
8198 * files.el (dir-locals-find-file):
8199 Don't check result is regular, readable.
8200 (dir-locals-read-from-file): Demote errors.
8201
8202 2012-03-08 Eli Zaretskii <eliz@gnu.org>
8203
8204 * international/quail.el (quail-insert-kbd-layout):
8205 Insert invisible LRM characters before each character in a keyboard
8206 layout cell, to prevent their reordering by bidi display engine.
8207 For details, see the discussion in
8208 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
8209
8210 2012-03-08 Alan Mackenzie <acm@muc.de>
8211
8212 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
8213 the starting position; make it extend the marked region when
8214 invoked repeatedly - all under appropriate circumstances.
8215 Fixes bugs #5525, #10906.
8216
8217 2012-03-08 Glenn Morris <rgm@gnu.org>
8218
8219 * files.el (locate-dominating-file, dir-locals-find-file):
8220 Undo 2012-03-06 change.
8221
8222 2012-03-07 Eli Zaretskii <eliz@gnu.org>
8223
8224 * international/quail.el (quail-help):
8225 Force bidi-paragraph-direction be left-to-right. See discussion in
8226 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
8227 for the reason.
8228
8229 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
8230
8231 Avoid superfluous registering of signals. (Bug#10807)
8232
8233 * notifications.el (notifications-on-action-object)
8234 (notifications-on-close-object): New defvars.
8235 (notifications-on-action-signal, notifications-on-closed-signal):
8236 Unregister the signal if not needed any longer.
8237 (notifications-notify): Register `notifications-action-signal' or
8238 `notifications-closed-signal', if :on-action or :on-close has been
8239 passed as argument.
8240
8241 2012-03-07 Chong Yidong <cyd@gnu.org>
8242
8243 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
8244 non-X platforms.
8245
8246 2012-03-06 Glenn Morris <rgm@gnu.org>
8247
8248 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8249 (x-disown-selection-internal, x-get-selection-internal):
8250 Doc fix (add arglist signatures). (Bug#10783)
8251
8252 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
8253
8254 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8255 Handle breakpoints with no "type".
8256
8257 2012-03-06 Glenn Morris <rgm@gnu.org>
8258
8259 * files.el (locate-dominating-file): Add optional predicate argument.
8260 (dir-locals-find-file): Make use of above change.
8261
8262 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
8263
8264 * info.el (Info-insert-dir): Also try "dir.gz".
8265
8266 2012-03-06 Glenn Morris <rgm@gnu.org>
8267
8268 * files.el (dir-locals-find-file):
8269 Ignore non-readable or non-regular files. (Bug#10928)
8270
8271 * files.el (locate-dominating-file): Doc fix.
8272
8273 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
8274
8275 * calendar/calendar.el (calendar-set-mode-line):
8276 `getenv' returns a string. (Bug#10951)
8277
8278 2012-03-05 Leo Liu <sdl.web@gmail.com>
8279
8280 * simple.el (backward-delete-char-untabify): Constrain point to
8281 field (Bug#10939).
8282
8283 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
8284
8285 2012-03-05 Chong Yidong <cyd@gnu.org>
8286
8287 * simple.el (count-words): If called from Lisp, return the word
8288 count, for symmetry with `count-lines'. Arglist changed.
8289 (count-words--message): Args changed. Consolidate counting code
8290 from count-words and count-words-region.
8291 (count-words-region): Caller changed.
8292 (count-lines-region): Make it an obsolete alias.
8293
8294 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
8295
8296 * saveplace.el (save-place-to-alist)
8297 (save-place-ignore-files-regexp): Allow value nil to disable this
8298 feature.
8299
8300 2012-03-04 Chong Yidong <cyd@gnu.org>
8301
8302 * faces.el (face-spec-reset-face): For the default face, reset the
8303 attributes to default values (Bug#10748).
8304
8305 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8306
8307 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
8308 previous patch: Check `message-send-mail-function', and not the
8309 default function (bug#10897).
8310
8311 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
8312
8313 * notifications.el (notifications-on-action-signal)
8314 (notifications-on-closed-signal): Check for unique service name of
8315 incoming event. Fix error in removing entry.
8316 (top): Register for signals with wildcard service name.
8317 (notifications-notify): Use daemon unique service name for map entries.
8318
8319 2012-03-04 Chong Yidong <cyd@gnu.org>
8320
8321 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
8322
8323 2012-03-04 Glenn Morris <rgm@gnu.org>
8324
8325 * abbrev.el (copy-abbrev-table, abbrev-table-p)
8326 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
8327 (expand-abbrev, define-abbrev-table): Doc fixes.
8328
8329 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8330
8331 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
8332 `message-default-send-mail-function' and not `send-mail-function'
8333 when doing the prompting for `sendmail-query-once' before sending
8334 in Message buffers (bug#10897).
8335
8336 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
8337 This is inconsistent with all the other stream functions, which leave
8338 the setting up to the higher levels (if so wanted) (bug#10931).
8339
8340 2012-03-02 Alan Mackenzie <acm@muc.de>
8341
8342 Depessimize the handling of very large macros.
8343
8344 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
8345 (c-macro-cache-syntactic): New variables to implement a one
8346 element macro cache.
8347 (c-invalidate-macro-cache): New function.
8348 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
8349 Adapt to use the new cache.
8350 (c-state-safe-place): Use better the cache of safe positions.
8351 (c-state-semi-nonlit-pos-cache)
8352 (c-state-semi-nonlit-pos-cache-limit):
8353 New variables for...
8354 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
8355 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
8356 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
8357 Use c-state-semi-safe-place.
8358
8359 * progmodes/cc-langs.el (c-get-state-before-change-functions):
8360 Add c-invalidate-macro-cache to the C, C++, Obj entries.
8361
8362 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
8363
8364 * jka-compr.el (jka-compr-call-process):
8365 Apply `file-accessible-directory-p' only when the default directory is
8366 not remote.
8367
8368 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
8369
8370 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
8371 access of FILE2, if FILE1 does not exist.
8372
8373 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
8374 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
8375
8376 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
8377 Add "PAGER=" to `process-environment'.
8378
8379 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
8380
8381 * progmodes/sql.el: Bug fix
8382 (sql-get-login-ext): Save login values in globals.
8383 (sql-get-login): Use new version of `sql-get-login-ext'.
8384 (sql-interactive-mode): Set global `sql-connection' to nil.
8385 (sql-connect): Set global values for connection.
8386 (sql-product-interactive): Save global values as buffer local.
8387
8388 2012-02-29 Leo Liu <sdl.web@gmail.com>
8389
8390 * abbrev.el (define-abbrevs): Reset sys to nil.
8391
8392 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8393
8394 * files.el (file-equal-p): Rename from `files-equal-p'.
8395 Return nil when one or both files don't exist.
8396 (file-subdir-of-p): Now only top directory must exists,
8397 return nil if it doesn't.
8398 (copy-directory): No need to test with `file-subdir-of-p' after
8399 creating dir.
8400 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
8401 to `file-equal-p'.
8402
8403 2012-02-28 Glenn Morris <rgm@gnu.org>
8404
8405 * shell.el (shell-mode):
8406 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
8407 * play/landmark.el (landmark-font-lock-face-O):
8408 * play/handwrite.el (handwrite):
8409 * play/gomoku.el (gomoku-O):
8410 * net/browse-url.el (browse-url-browser-display):
8411 * international/mule.el (define-charset):
8412 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
8413 * filesets.el (filesets-find-file-delay):
8414 * eshell/em-xtra.el (eshell-xtra):
8415 * eshell/em-unix.el (eshell-grep):
8416 * emulation/viper.el (viper-mode):
8417 * emacs-lisp/regexp-opt.el (regexp-opt-group):
8418 * emacs-lisp/easymenu.el (easy-menu-define):
8419 * calendar/timeclock.el (timeclock-use-display-time):
8420 * bs.el (bs-mode):
8421 * bookmark.el (bookmark-save-flag):
8422 Doc fix (standardize possessive apostrophe usage).
8423
8424 2012-02-27 Chong Yidong <cyd@gnu.org>
8425
8426 * emulation/viper-cmd.el (viper-intercept-ESC-key):
8427 Fix key-binding lookup for ESC key (Bug#9146).
8428
8429 * font-lock.el (font-lock-specified-p): Rename from
8430 font-lock-spec-present. Callers changed.
8431
8432 2012-02-27 Daniel Hackney <dan@haxney.org>
8433
8434 * emacs-lisp/package.el (package-compute-transaction):
8435 Handle holding a package version to t in package-load-list.
8436
8437 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
8438
8439 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
8440 (tramp-get-inode, tramp-get-device): Use cached values.
8441
8442 2012-02-26 Alan Mackenzie <acm@muc.de>
8443
8444 Check there is a font-lock specification before doing initial
8445 fontification.
8446
8447 * font-core.el (font-lock-mode): Move the conditional from
8448 :after-hook to font-lock-initial-fontify.
8449 (font-lock-default-function): Move the check for a specification
8450 to font-lock-spec-present.
8451
8452 * font-lock.el (font-lock-initial-fontify): Call ...
8453 (font-lock-spec-present): New function.
8454
8455 2012-02-26 Jim Blandy <jimb@red-bean.com>
8456
8457 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
8458 (gdb-send): Apply it to the operand of the '-interpreter-exec
8459 console' command, so that we can pass arguments with (say) quotes
8460 in them. Store exact string sent in gdb-debug-log (Bug#10765).
8461
8462 2012-02-26 Chong Yidong <cyd@gnu.org>
8463
8464 * help-fns.el (describe-function-1): Clarify description of
8465 remapping (Bug#10844).
8466
8467 * files.el (files-equal-p): Doc fix.
8468 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
8469 and quit the loop once a mismatch is found.
8470
8471 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
8472
8473 * bs.el (bs--show-with-configuration): Don't throw an error
8474 if the window cannot be split; otherwise, subsequent calls to
8475 bs-show fail, restoring a stale window config. (Bug#10882)
8476
8477 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
8478
8479 * term/ns-win.el (global-map): Bind ns-drag-file to
8480 ns-find-file (Bug#5855, Bug#10050).
8481
8482 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
8483
8484 * calendar/parse-time.el (parse-time-string): Allow extractor to
8485 return nil.
8486
8487 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
8488
8489 * net/tramp.el (tramp-file-name-for-operation):
8490 Add `files-equal-p' and `file-subdir-of-p'.
8491
8492 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8493 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8494 Add COPY-CONTENTS argument.
8495
8496 2012-02-25 Chong Yidong <cyd@gnu.org>
8497
8498 Add custom groups for VC backends, for consistency with vc-bzr.
8499
8500 * vc/vc-arch.el (vc-arch):
8501 * vc/vc-cvs.el (vc-cvs):
8502 * vc/vc-git.el (vc-git):
8503 * vc/vc-hg.el (vc-hg):
8504 * vc/vc-mtn.el (vc-mtn):
8505 * vc/vc-rcs.el (vc-rcs):
8506 * vc/vc-sccs.el (vc-sccs):
8507 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8508 All relevant defcustoms reassigned.
8509
8510 2012-02-25 Chong Yidong <cyd@gnu.org>
8511
8512 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8513
8514 * term/x-win.el (x-initialize-window-system): Reduce default for
8515 x-selection-timeout to 5 seconds (Bug#8869).
8516
8517 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8518
8519 * files.el (files-equal-p, file-subdir-of-p): New functions.
8520 (copy-directory): Error when trying to copy a directory on itself.
8521 Add missing copy-contents arg to tramp handler.
8522 * dired-aux.el (dired-copy-file-recursive): Same.
8523 (dired-create-files): Modify destination when source is equal to
8524 dest when copying files.
8525 Return also when dest is a subdir of source. (Bug#10489)
8526
8527 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
8528
8529 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8530 (Bug#10874)
8531
8532 2012-02-23 Alan Mackenzie <acm@muc.de>
8533
8534 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8535 parameter "after-hook:" to allow the expansion to run code after
8536 the execution of the mode hooks.
8537
8538 * font-lock.el (font-lock-initial-fontify): New function extracted
8539 from font-lock-mode-internal.
8540
8541 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
8542 :after-hook.
8543
8544 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8547 (completion--cache-all-sorted-completions): New function.
8548 (completion-all-sorted-completions): Use it.
8549 (completion--do-completion, minibuffer-force-complete):
8550 Use it to re-instate the flush hook.
8551
8552 * icomplete.el (icomplete-completions): Replace last fix with a better
8553 one (bug#10850).
8554
8555 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8556
8557 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8558 when it might call us back infinitely (bug#10797).
8559
8560 2012-02-23 Glenn Morris <rgm@gnu.org>
8561
8562 * minibuffer.el (completion-category-overrides): Doc fix.
8563
8564 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8567 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8568
8569 2012-02-23 Glenn Morris <rgm@gnu.org>
8570
8571 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
8572 (authors-obsolete-files-regexps, authors-ignored-files)
8573 (authors-ambiguous-files, authors-renamed-files-alist):
8574 Add more entries.
8575
8576 2012-02-23 Juri Linkov <juri@jurta.org>
8577
8578 * isearch.el (isearch-occur): Sync interactive spec with occur's
8579 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8580
8581 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8582
8583 2012-02-22 Juri Linkov <juri@jurta.org>
8584
8585 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8586 (ucs-insert): Doc fix. Check for hex digits in the string.
8587 Don't display `nil' in the error message. (Bug#10857)
8588
8589 2012-02-22 Alan Mackenzie <acm@muc.de>
8590
8591 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
8592
8593 2012-02-22 Glenn Morris <rgm@gnu.org>
8594
8595 * ffap.el (ffap-c-path):
8596 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8597
8598 2012-02-22 Chong Yidong <cyd@gnu.org>
8599
8600 * custom.el (load-theme): Doc fix.
8601
8602 2012-02-22 Glenn Morris <rgm@gnu.org>
8603
8604 * dired-x.el (dired-guess-shell-alist-default):
8605 Remove escape sequences from nroff output. (Bug#172)
8606
8607 2012-02-21 Glenn Morris <rgm@gnu.org>
8608
8609 * vc/emerge.el (emerge-defvar-local):
8610 Set `permanent-local' property rather than unused `preserved'.
8611
8612 * textmodes/picture.el (picture-delete-char): New alias.
8613 (picture-mode-map): Use it. (Bug#10860)
8614 (picture-mode): Doc fix.
8615
8616 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * newcomment.el (uncomment-region-default): Remove unused binding.
8619
8620 2012-02-21 Glenn Morris <rgm@gnu.org>
8621
8622 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8623 (picture-self-insert, picture-tab-chars): Doc fix.
8624 (picture-mode-map): Fix C-a, C-e.
8625
8626 2012-02-20 Glenn Morris <rgm@gnu.org>
8627
8628 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8629
8630 2012-02-20 Leo Liu <sdl.web@gmail.com>
8631
8632 * icomplete.el (icomplete-completions): Check FROM arg before
8633 passing to substring (Bug#10850).
8634
8635 2012-02-19 Chong Yidong <cyd@gnu.org>
8636
8637 * comint.el: Require ansi-color.
8638 (comint-output-filter-functions): Add ansi-color-process-output.
8639
8640 * ansi-color.el: Don't set comint-output-filter-functions; it is
8641 now in the initial value defined in comint.el.
8642 (ansi-color-apply-face-function): New variable.
8643 (ansi-color-apply-on-region): Use it.
8644 (ansi-color-apply-overlay-face): New function.
8645
8646 * shell.el (shell): No need to require ansi-color.
8647 (shell-mode): Use ansi-color-apply-face-function to highlight
8648 color escapes using font-lock-face property (Bug#10835).
8649
8650 2012-02-19 Chong Yidong <cyd@gnu.org>
8651
8652 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8653 mode-line formats (Bug#10839).
8654
8655 2012-02-18 Glenn Morris <rgm@gnu.org>
8656
8657 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8658
8659 * mail/undigest.el (unforward-rmail-message): Doc fix.
8660
8661 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8662
8663 2012-02-18 Eli Zaretskii <eliz@gnu.org>
8664
8665 * international/characters.el (script-list): Sync with the latest
8666 Unicode Character Database.
8667
8668 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8669
8670 * international/titdic-cnv.el: Remove duplicate coding tag.
8671 * language/cham.el: Likewise.
8672 * language/tai-viet.el: Likewise.
8673
8674 2012-02-18 Glenn Morris <rgm@gnu.org>
8675
8676 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8677 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8678 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8679 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8680 * calendar/holidays.el (holiday-bahai-holidays)
8681 (calendar-holidays, list-holidays):
8682 Use utf-8 Bahá'í in doc-strings, menus, etc.
8683
8684 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8685
8686 * saveplace.el (save-place-ignore-files-regexp): New variable
8687 allowing for excluding files from saving their location of point.
8688 The default value matches the temporary commit message editing
8689 files from Git, SVN, Bazaar, and Mercurial.
8690 (save-place-to-alist): Use it.
8691
8692 2012-02-17 Lawrence Mitchell <wence@gmx.li>
8693 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * newcomment.el (uncomment-region-default): Don't leave extra space
8696 when an arg is provided (bug#8150).
8697
8698 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8699
8700 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
8701
8702 2012-02-17 Glenn Morris <rgm@gnu.org>
8703
8704 * net/socks.el: Require network-stream. (Bug#10599)
8705
8706 2012-02-17 Kenichi Handa <handa@m17n.org>
8707
8708 * international/charprop.el:
8709 * international/uni-name.el:
8710 * international/uni-old-name.el:
8711 * international/uni-comment.el: Regenerate.
8712
8713 2012-02-16 Glenn Morris <rgm@gnu.org>
8714
8715 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8716 Interactively in calendar buffer, give an error if not on a date.
8717
8718 2012-02-15 Glenn Morris <rgm@gnu.org>
8719
8720 * shell.el (shell-delimiter-argument-list):
8721 Revert 2011-02-17 change. (Bug#8027)
8722
8723 2012-02-15 Chong Yidong <cyd@gnu.org>
8724
8725 * minibuffer.el (completion-at-point-functions): Doc fix.
8726
8727 * custom.el (defcustom): Doc fix; note use of defvar.
8728
8729 2012-02-15 Glenn Morris <rgm@gnu.org>
8730
8731 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8732 Doc fixes.
8733
8734 2012-02-14 Glenn Morris <rgm@gnu.org>
8735
8736 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8737
8738 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8739
8740 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8741 way the ports list is computed.
8742 (smtpmail-query-smtp-server): Prompt the user for a port number if
8743 we can't connect to any of the standard ports (bug#10810).
8744
8745 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8746
8747 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8748
8749 2012-02-13 Glenn Morris <rgm@gnu.org>
8750
8751 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8752
8753 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8754
8755 * net/gnutls.el (gnutls-trustfiles): New variable.
8756 (gnutls-negotiate): Use it.
8757
8758 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8759
8760 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8761 does its stuff if Gnus is running.
8762
8763 2012-02-13 Alan Mackenzie <acm@muc.de>
8764
8765 Fix a loop in c-set-fl-decl-start.
8766
8767 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
8768 c-backward-syntactic-ws actually moves backwards.
8769
8770 2012-02-13 Leo Liu <sdl.web@gmail.com>
8771
8772 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8773 beginning so that all \C-o chars are removed.
8774
8775 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8776
8777 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
8778
8779 2012-02-12 Alan Mackenzie <acm@muc.de>
8780
8781 Fix infinite loop with long macros.
8782 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
8783
8784 2012-02-12 Chong Yidong <cyd@gnu.org>
8785
8786 * window.el (display-buffer): Doc fix (Bug#10785).
8787
8788 2012-02-12 Glenn Morris <rgm@gnu.org>
8789
8790 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8791 (x-disown-selection-internal, x-get-selection-internal):
8792 Sync docs with the xselect.c versions.
8793
8794 * allout-widgets.el: Add missing license notice.
8795
8796 2012-02-11 Glenn Morris <rgm@gnu.org>
8797
8798 * select.el (x-get-selection-internal, x-own-selection-internal)
8799 (x-disown-selection-internal):
8800 * x-dnd.el (x-get-selection-internal): Update declarations.
8801
8802 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8803
8804 * window.el (window-sides-slots):
8805 * tool-bar.el (tool-bar-position):
8806 * term/xterm.el (xterm-extra-capabilities):
8807 * ses.el (ses-self-reference-early-detection):
8808 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8809 (verilog-auto-wire-type)
8810 (verilog-auto-delete-trailing-whitespace)
8811 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8812 (verilog-auto-tieoff-declaration):
8813 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8814 (sql-oracle-statement-starters, sql-oracle-scan-on):
8815 * progmodes/prolog.el (prolog-align-comments-flag)
8816 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8817 (prolog-left-indent-regexp, prolog-paren-indent-p)
8818 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8819 (prolog-types, prolog-mode-specificators)
8820 (prolog-determinism-specificators, prolog-directives)
8821 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8822 (prolog-electric-dot-flag)
8823 (prolog-electric-dot-full-predicate-template)
8824 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8825 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8826 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8827 (prolog-program-switches, prolog-prompt-regexp)
8828 (prolog-debug-on-string, prolog-debug-off-string)
8829 (prolog-trace-on-string, prolog-trace-off-string)
8830 (prolog-zip-on-string, prolog-zip-off-string)
8831 (prolog-use-standard-consult-compile-method-flag)
8832 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8833 (prolog-imenu-max-lines, prolog-info-predicate-index)
8834 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8835 (prolog-char-quote-workaround):
8836 * progmodes/cc-vars.el (c-defun-tactic):
8837 * net/tramp.el (tramp-encoding-command-interactive)
8838 (tramp-local-end-of-line):
8839 * net/soap-client.el (soap-client):
8840 * net/netrc.el (netrc-file):
8841 * net/gnutls.el (gnutls):
8842 * minibuffer.el (completion-category-overrides)
8843 (completion-cycle-threshold)
8844 (completion-pcm-complete-word-inserts-delimiters):
8845 * man.el (Man-name-local-regexp):
8846 * mail/feedmail.el (feedmail-display-full-frame):
8847 * international/characters.el (glyphless-char-display-control):
8848 * eshell/em-ls.el (eshell-ls-date-format):
8849 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8850 (lisp-lambda-list-keyword-parameter-indentation)
8851 (lisp-lambda-list-keyword-parameter-alignment):
8852 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8853 * dired-x.el (dired-omit-verbose):
8854 * cus-theme.el (custom-theme-allow-multiple-selections):
8855 * calc/calc.el (calc-highlight-selections-with-faces)
8856 (calc-lu-field-reference, calc-lu-power-reference)
8857 (calc-note-threshold):
8858 * battery.el (battery-mode-line-limit):
8859 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8860 (archive-7z-update):
8861 * allout.el (allout-prefixed-keybindings)
8862 (allout-unprefixed-keybindings)
8863 (allout-inhibit-auto-fill-on-headline)
8864 (allout-flattened-numbering-abbreviation):
8865 * allout-widgets.el (allout-widgets-auto-activation)
8866 (allout-widgets-icons-dark-subdir)
8867 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8868 (allout-widgets-theme-dark-background)
8869 (allout-widgets-theme-light-background)
8870 (allout-widgets-item-image-properties-emacs)
8871 (allout-widgets-item-image-properties-xemacs)
8872 (allout-widgets-run-unit-tests-on-load)
8873 (allout-widgets-time-decoration-activity)
8874 (allout-widgets-hook-error-post-time)
8875 (allout-widgets-track-decoration):
8876 Add missing :version tags to new defcustoms and defgroups.
8877
8878 * progmodes/sql.el (sql-ansi-statement-starters)
8879 (sql-oracle-statement-starters): Add custom type.
8880
8881 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8882 (prolog-system-version): Give it a type.
8883
8884 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8885
8886 * term/pc-win.el (x-select-text, x-selection-owner-p)
8887 (x-own-selection-internal, x-disown-selection-internal)
8888 (x-get-selection-internal): Sync doc strings and argument lists
8889 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8890
8891 2012-02-11 Leo Liu <sdl.web@gmail.com>
8892
8893 * progmodes/python.el (python-end-of-statement): Fix infinite
8894 loop. (Bug#10788)
8895
8896 2012-02-10 Glenn Morris <rgm@gnu.org>
8897
8898 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8899 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8900
8901 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8902
8903 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8904 about SMTP before checking the From header.
8905
8906 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8907 into own function for reuse by emacsbug.el.
8908
8909 2012-02-10 Leo Liu <sdl.web@gmail.com>
8910
8911 * subr.el (condition-case-unless-debug): Rename from
8912 condition-case-no-debug. All callers changed.
8913 (with-demoted-errors): Fix caller.
8914
8915 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8916 * nxml/rng-valid.el (rng-do-some-validation):
8917 * emacs-lisp/package.el (package-refresh-contents)
8918 (package-menu-execute):
8919 * desktop.el (desktop-create-buffer):
8920 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8921
8922 2012-02-10 Glenn Morris <rgm@gnu.org>
8923
8924 * textmodes/bibtex.el:
8925 Add missing :version tags for new/changed defcustoms.
8926
8927 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8928
8929 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
8930
8931 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8932 (smtpmail-via-smtp): Use it, or fall back on the From address.
8933 (smtpmail-send-it): Ditto.
8934
8935 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8938 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8939 (byte-compile-tmp-var): New const.
8940 (byte-compile-defvar): Use it to minimize .elc size.
8941 Just use `defvar' rather than simulate it (bug#10761).
8942
8943 2012-02-09 Glenn Morris <rgm@gnu.org>
8944
8945 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8946
8947 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8948 Add :version tags.
8949
8950 * progmodes/compile.el (compilation-error-screen-columns)
8951 (compilation-first-column, compilation-filter-start): Doc fixes.
8952
8953 * vc/log-view.el (log-view-toggle-entry-display):
8954 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8955
8956 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8957 (report-emacs-bug-can-use-xdg-email):
8958 (report-emacs-bug-insert-to-mailer): Doc fixes.
8959 (report-emacs-bug): Message fix.
8960
8961 * net/browse-url.el (browse-url-can-use-xdg-open)
8962 (browse-url-xdg-open): Doc fixes.
8963
8964 * electric.el (electric-indent-mode, electric-pair-mode)
8965 (electric-layout-rules, electric-layout-mode): Doc fixes.
8966 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8967
8968 2012-02-08 Martin Rudalics <rudalics@gmx.at>
8969
8970 * server.el (server-unselect-display): Don't inadvertently kill
8971 the current buffer. (Bug#10729)
8972
8973 2012-02-08 Glenn Morris <rgm@gnu.org>
8974
8975 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8976 (sql-list-table): Doc fixes.
8977
8978 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8979 Comment out (does nothing).
8980
8981 * completion.el (dynamic-completion-mode):
8982 * dirtrack.el (dirtrack-debug-mode):
8983 * electric.el (electric-layout-mode):
8984 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8985 * face-remap.el (text-scale-mode, buffer-face-mode):
8986 * iimage.el (iimage-mode):
8987 * image-mode.el (image-transform-mode):
8988 * minibuffer.el (completion-in-region-mode):
8989 * scroll-lock.el (scroll-lock-mode):
8990 * simple.el (next-error-follow-minor-mode):
8991 * tar-mode.el (tar-subfile-mode):
8992 * tooltip.el (tooltip-mode):
8993 * vcursor.el (vcursor-use-vcursor-map):
8994 * wid-browse.el (widget-minor-mode):
8995 * emulation/tpu-edt.el (tpu-edt-mode):
8996 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8997 * international/iso-ascii.el (iso-ascii-mode):
8998 * language/thai-util.el (thai-word-mode):
8999 * mail/supercite.el (sc-minor-mode):
9000 * net/goto-addr.el (goto-address-mode):
9001 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
9002 * progmodes/cwarn.el (cwarn-mode):
9003 * progmodes/flymake.el (flymake-mode):
9004 * progmodes/glasses.el (glasses-mode):
9005 * progmodes/hideshow.el (hs-minor-mode):
9006 * progmodes/pascal.el (pascal-outline-mode):
9007 * textmodes/enriched.el (enriched-mode):
9008 * vc/smerge-mode.el (smerge-mode):
9009 Doc fixes (minor mode argument).
9010
9011 2012-02-07 Eli Zaretskii <eliz@gnu.org>
9012
9013 * ls-lisp.el (ls-lisp-sanitize): New function.
9014 (ls-lisp-insert-directory): Use it to fix or remove any elements
9015 in file-alist with missing attributes. (Bug#4673)
9016
9017 2012-02-07 Alan Mackenzie <acm@muc.de>
9018
9019 Fix spurious recognition of c-in-knr-argdecl.
9020
9021 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
9022 putative K&R region.
9023
9024 2012-02-07 Alan Mackenzie <acm@muc.de>
9025
9026 * progmodes/cc-engine.el (c-forward-objc-directive):
9027 Prevent looping in "#pragma mark @implementation".
9028
9029 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
9030
9031 * notifications.el (notifications-on-closed-signal): Make `reason'
9032 optional. (Bug#10744)
9033
9034 2012-02-07 Glenn Morris <rgm@gnu.org>
9035
9036 * emacs-lisp/easy-mmode.el (define-minor-mode):
9037 Doc fixes for the macro and the mode it defines.
9038
9039 * image.el (imagemagick-types-inhibit): Doc fix.
9040
9041 * cus-start.el (imagemagick-render-type): Add it.
9042
9043 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
9044
9045 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
9046 Set the default at load time, too, so that `font-lock-fontify-buffer'
9047 can be called without setting up the entire mode first. This fixes
9048 a bug in `mm-inline-text' with C MIME parts.
9049
9050 2012-02-06 Chong Yidong <cyd@gnu.org>
9051
9052 * simple.el (list-processes--refresh): Delete exited processes
9053 (Bug#8094).
9054
9055 * comint.el (comint-next-prompt): next-single-char-property-change
9056 and prev-single-char-property-change never return nil (Bug#8657).
9057
9058 * custom.el (defcustom): Doc fix (Bug#9711).
9059
9060 2012-02-05 Chong Yidong <cyd@gnu.org>
9061
9062 * cus-edit.el (custom-variable-reset-backup): Quote the value
9063 before storing it in the customized-value property (Bug#6712).
9064 (custom-display): Add a customization type tag.
9065 (custom-buffer-create-internal): Improve tooltip message.
9066
9067 * wid-edit.el (widget-field-value-get): New optional arg to
9068 suppress trailing whitespace truncation.
9069 (character): Use it (Bug#2689).
9070
9071 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
9072
9073 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
9074 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
9075
9076 2012-02-05 Chong Yidong <cyd@gnu.org>
9077
9078 * cus-edit.el (custom-variable-value-create): For mismatched
9079 types, show the current value (Bug#7600).
9080
9081 * custom.el (defcustom): Doc fix.
9082
9083 2012-02-05 Glenn Morris <rgm@gnu.org>
9084
9085 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
9086
9087 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
9090 (pp-buffer): Use `ignore-errors', `looking-at-p'.
9091 (pp-last-sexp): Use `looking-at-p'.
9092
9093 2012-02-04 Glenn Morris <rgm@gnu.org>
9094
9095 * files.el (revert-buffer):
9096 Doc fix (mention revert-buffer-in-progress-p).
9097
9098 * emacs-lisp/ert-x.el (ert-simulate-command):
9099 Check deferred-action-list (which is obsolete) is bound.
9100
9101 * subr.el (with-wrapper-hook): Doc fixes.
9102
9103 * simple.el (filter-buffer-substring-functions)
9104 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
9105
9106 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
9107
9108 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
9109 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
9110
9111 2012-02-04 Leo Liu <sdl.web@gmail.com>
9112
9113 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
9114
9115 2012-02-04 Glenn Morris <rgm@gnu.org>
9116
9117 * image.el (image-extension-data): Add obsolete alias.
9118
9119 * isearch.el (isearch-update): Doc fix.
9120
9121 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
9122
9123 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
9124
9125 2012-02-03 Glenn Morris <rgm@gnu.org>
9126
9127 * image.el (image-animated-p): Doc fix. Use image-animated-types.
9128 (image-animate-timeout): Doc fix.
9129
9130 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
9131
9132 2012-02-02 Glenn Morris <rgm@gnu.org>
9133
9134 * server.el (server-auth-dir): Doc fix.
9135 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
9136
9137 * subr.el (run-mode-hooks): Doc fix.
9138
9139 2012-02-02 Juri Linkov <juri@jurta.org>
9140
9141 * image-mode.el (image-toggle-display-image): Remove tautological
9142 `major-mode' from the `derived-mode-p' test.
9143
9144 2012-02-02 Kenichi Handa <handa@m17n.org>
9145
9146 * composite.el (compose-region): Cancel previous change.
9147
9148 2012-02-02 Kenichi Handa <handa@m17n.org>
9149
9150 * composite.el (compose-region, compose-string): Signal error for
9151 a null string component (Bug#6988).
9152
9153 2012-02-01 Chong Yidong <cyd@gnu.org>
9154
9155 * view.el (view-buffer-other-window, view-buffer-other-frame):
9156 Handle special modes like view-buffer (Bug#10650).
9157 (view-buffer): Simplify.
9158
9159 * frame.el (set-frame-font): Tweak meaning of third argument.
9160
9161 * dynamic-setting.el (font-setting-change-default-font):
9162 Use set-frame-font (Bug#9982).
9163
9164 2012-02-01 Glenn Morris <rgm@gnu.org>
9165
9166 * progmodes/compile.el (compilation-internal-error-properties):
9167 Respect compilation-first-column in the "*compilation*" buffer.
9168
9169 * emacs-lisp/easy-mmode.el (define-minor-mode):
9170 Relax :variable's test for a named function.
9171
9172 2012-01-31 Alan Mackenzie <acm@muc.de>
9173
9174 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
9175 off by one error.
9176
9177 2012-01-31 Chong Yidong <cyd@gnu.org>
9178
9179 * frame.el (set-frame-font): New arg ALL-FRAMES.
9180
9181 * menu-bar.el (menu-set-font): Use set-frame-font.
9182
9183 * faces.el (face-spec-reset-face): Don't apply unspecified
9184 attribute values to the default face.
9185
9186 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
9187
9188 * progmodes/cwarn.el (cwarn): Remove dead link.
9189 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
9190 Remove * from defcustom docstrings.
9191 (turn-on-cwarn-mode): Make obsolete.
9192 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
9193 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9194
9195 2012-01-31 Glenn Morris <rgm@gnu.org>
9196
9197 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9198 Fix :variable handling of mode a symbol not equal to modefun.
9199 Allow named functions to be used as the cdr of :variable.
9200
9201 2012-01-30 Glenn Morris <rgm@gnu.org>
9202
9203 * emacs-lisp/authors.el (authors-fixed-entries):
9204 Remove reference to deleted file rnewspost.el.
9205
9206 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
9207
9208 * window.el (window-with-parameter): Remove unused variable `windows'.
9209 (window--side-check): Remove unused variable `code'.
9210 (window--resize-siblings): Remove unused variable `first'.
9211 (adjust-window-trailing-edge): Remove unused variable `failed'.
9212 (window-deletable-p, window--delete): Remove unused variable `buffer'.
9213 Use `let', not `let*'.
9214 (balance-windows-2): Remove unused variable `found'.
9215 (window--state-put-2): Remove unused variable `splits'.
9216 (window-state-put): Remove unused variable `selected'.
9217 (same-window-p): Use `string-match-p'.
9218 (display-buffer-assq-regexp): Remove unused variable `value'.
9219 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9220 Mark argument ALIST as ignored.
9221 (pop-to-buffer): Remove unused variable `old-window'.
9222
9223 2012-01-29 Eli Zaretskii <eliz@gnu.org>
9224
9225 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
9226 and .lzma compressed files.
9227
9228 2012-01-29 Chong Yidong <cyd@gnu.org>
9229
9230 * frame.el (window-system-default-frame-alist): Doc fix.
9231
9232 * dynamic-setting.el (font-setting-change-default-font): Don't
9233 change the default face if SET-FONT argument is non-nil (Bug#9982).
9234
9235 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9236
9237 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
9238
9239 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
9240
9241 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
9242 breakpoints in files outside current directory (Bug#6098).
9243
9244 2012-01-29 Chong Yidong <cyd@gnu.org>
9245
9246 * progmodes/python.el: Require ansi-color at top-level.
9247
9248 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
9249 Define and use in Emacs Lisp mode (Bug#9360).
9250 (lisp-mode-abbrev-table): Add doc.
9251 (lisp-mode-variables): Don't set local-abbrev-table.
9252 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
9253
9254 2012-01-28 Roland Winkler <winkler@gnu.org>
9255
9256 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
9257
9258 2012-01-28 Roland Winkler <winkler@gnu.org>
9259
9260 * textmodes/bibtex.el (bibtex-entry-alist): New function.
9261 (bibtex-set-dialect): Use it. Either set global values of
9262 dialect-dependent variables or bind these variables buffer-locally
9263 (Bug#10254).
9264 (bibtex-mode): Call bibtex-set-dialect via
9265 hack-local-variables-hook.
9266 (bibtex-dialect): Update docstring.
9267 Add safe-local-variable predicate.
9268 (bibtex-entry-alist, bibtex-field-alist): Initialize via
9269 bibtex-set-dialect.
9270 (bibtex-mode-map): Define menu for each dialect.
9271 (bibtex-entry): Fix docstring.
9272
9273 2012-01-28 Chong Yidong <cyd@gnu.org>
9274
9275 * eshell/esh-arg.el (eshell-quote-argument): New function.
9276
9277 * eshell/esh-ext.el (eshell-invoke-batch-file):
9278 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
9279 first arg to eshell-parse-command (Bug#10523).
9280
9281 2012-01-28 Drew Adams <drew.adams@oracle.com>
9282
9283 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
9284 `default-directory' is non-nil.
9285
9286 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9287
9288 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
9289 line that displays system-configuration-options. (Bug#9924)
9290
9291 2012-01-28 Drew Adams <drew.adams@oracle.com>
9292
9293 * descr-text.el (describe-char): Show information about POS, in
9294 addition to information about the character at POS. Improve and
9295 update the doc string. Change "code point" to "code point in
9296 charset", to avoid confusion with the character's Unicode code
9297 point shown above that. (Bug#10129)
9298
9299 2012-01-28 Eli Zaretskii <eliz@gnu.org>
9300
9301 * descr-text.el (describe-char): Show the raw character, not only
9302 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
9303 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
9304 for the reasons.
9305
9306 2012-01-28 Phil Hagelberg <phil@hagelb.org>
9307
9308 * emacs-lisp/package.el (package-install):
9309 Run package-refresh-contents if there is no archive yet (Bug#9798).
9310
9311 2012-01-28 Chong Yidong <cyd@gnu.org>
9312
9313 * emacs-lisp/package.el (package-maybe-load-descriptor):
9314 New function, split from package-maybe-load-descriptor.
9315 (package-maybe-load-descriptor): Use it.
9316 (package-download-transaction): Fully load required packages
9317 inside the loop, so that `require' calls work (Bug#10593).
9318 (package-install): No need to call package-initialize now.
9319
9320 2012-01-28 Chong Yidong <cyd@gnu.org>
9321
9322 * simple.el (deactivate-mark): Doc fix (Bug#8614).
9323
9324 * tooltip.el (tooltip-mode): Doc fix.
9325 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
9326
9327 * frame.el (set-cursor-color): Doc fix (Bug#352).
9328
9329 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
9330 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
9331
9332 * cus-edit.el (custom-buffer-create-internal): Fix search button
9333 action (Bug#10542).
9334 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
9335
9336 2012-01-27 Eduard Wiebe <usenet@pusto.de>
9337
9338 * dired.el (dired-mark-files-regexp):
9339 Include any subdirectory components. (Bug#10445)
9340
9341 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
9342
9343 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
9344 Handle [host]:port syntax. (Bug#10533)
9345
9346 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
9347
9348 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
9349
9350 2012-01-26 Glenn Morris <rgm@gnu.org>
9351
9352 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
9353 * term.el (term-raw-escape-map): Use Control-X-prefix.
9354 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
9355
9356 2012-01-25 Martin Rudalics <rudalics@gmx.at>
9357
9358 * window.el (window-state-get, window--state-get-1): Don't deal
9359 with fixed-sizeness of windows. Simplify code.
9360
9361 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
9362
9363 * window.el (window--state-get-1, window--state-put-2):
9364 Don't save and restore the mark.
9365
9366 2012-01-25 Chong Yidong <cyd@gnu.org>
9367
9368 * custom.el (custom-variable-p): Doc fix.
9369
9370 2012-01-25 Glenn Morris <rgm@gnu.org>
9371
9372 * dired.el (dired-goto-file): Handle some of the more common
9373 characters that `ls -b' escapes. (Bug#10596)
9374
9375 * progmodes/compile.el (compilation-next-error-function):
9376 Respect compilation-first-column in the "*compilation*" buffer.
9377 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
9378
9379 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
9380
9381 2012-01-24 Glenn Morris <rgm@gnu.org>
9382
9383 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
9384
9385 2012-01-24 Julien Danjou <julien@danjou.info>
9386
9387 * color.el (color-rgb-to-hsl): Fix value computing.
9388 (color-hue-to-rgb): New function.
9389 (color-hsl-to-rgb): New function.
9390 (color-clamp, color-saturate-hsl, color-saturate-name)
9391 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
9392 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
9393
9394 2012-01-24 Glenn Morris <rgm@gnu.org>
9395
9396 * vc/vc-rcs.el (vc-rcs-create-tag):
9397 * vc/vc-sccs.el (vc-sccs-create-tag):
9398 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
9399
9400 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
9401
9402 * eshell/esh-util.el (eshell-read-hosts-file):
9403 Skip comment lines. (Bug#10549)
9404
9405 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
9406
9407 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
9408
9409 * subr.el (display-delayed-warnings): Doc fix.
9410 (collapse-delayed-warnings): New function to collapse identical
9411 adjacent warnings.
9412 (delayed-warnings-hook): Add it.
9413
9414 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
9415
9416 * net/tramp.el (tramp-action-login): Set connection property "login-as".
9417
9418 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9419 (tramp-default-user-alist): Don't add "pscp".
9420 (tramp-do-copy-or-rename-file-out-of-band): Use connection
9421 property "login-as", if set. (Bug#10530)
9422
9423 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
9424
9425 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
9426 "plink1" and "psftp". (Bug#10530)
9427
9428 2012-01-21 Kenichi Handa <handa@m17n.org>
9429
9430 * international/mule-cmds.el (prefer-coding-system): Show a
9431 warning message if the default value of file-name-coding-system
9432 was not changed.
9433
9434 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9435
9436 * windmove.el (windmove-reference-loc):
9437 Fix windmove-reference-loc miscalculation.
9438
9439 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
9440
9441 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
9442 default unit.
9443
9444 2012-01-21 Glenn Morris <rgm@gnu.org>
9445
9446 * international/mule.el (auto-coding-alist): Add .tbz.
9447
9448 * files.el (local-enable-local-variables): Doc fix.
9449 (inhibit-local-variables-regexps): Rename from
9450 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
9451 Doc fix. Add some extensions from auto-coding-alist.
9452 (inhibit-local-variables-suffixes):
9453 Rename from inhibit-first-line-modes-suffixes. Doc fix.
9454 (inhibit-local-variables-p):
9455 New function, extracted from set-auto-mode-1.
9456 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
9457 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
9458 (hack-local-variables): Doc fix. Make the mode-only case
9459 respect enable-local-variables and friends.
9460 Respect inhibit-local-variables-regexps for file-locals, but
9461 not for directory-locals.
9462 (set-visited-file-name):
9463 Take account of inhibit-local-variables-regexps.
9464 Whether it applies may change as the file name is changed.
9465 * jka-cmpr-hook.el (jka-compr-install):
9466 * jka-compr.el (jka-compr-uninstall):
9467 Update for inhibit-first-line-modes-suffixes name change.
9468
9469 2012-01-20 Martin Rudalics <rudalics@gmx.at>
9470
9471 * help-macro.el (make-help-screen): Temporarily restore original
9472 binding for minor-mode-map-alist (Bug#10454).
9473
9474 2012-01-19 Julien Danjou <julien@danjou.info>
9475
9476 * color.el (color-name-to-rgb): Use the white color to find the max
9477 color component value and return correctly computed values.
9478 (color-name-to-rgb): Add missing float conversion for max value.
9479
9480 2012-01-19 Martin Rudalics <rudalics@gmx.at>
9481
9482 * window.el (window--state-get-1, window-state-get): Do not use
9483 special state value for window-persistent-parameters.
9484 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
9485 (window--state-put-2): Reset all window parameters to nil before
9486 assigning values of persistent parameters.
9487
9488 2012-01-18 Alan Mackenzie <acm@muc.de>
9489
9490 Eliminate sluggishness and hangs in fontification of "semicolon
9491 deserts".
9492
9493 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
9494 Change value 10000 -> 3000.
9495 (c-state-safe-place): Reformulate so it doesn't stack up an
9496 infinite number of wrong entries in c-state-nonlit-pos-cache.
9497 (c-determine-limit-get-base, c-determine-limit): New functions to
9498 determine backward search limits disregarding literals.
9499 (c-find-decl-spots): Amend commenting.
9500 (c-cheap-inside-bracelist-p): New function which detects "={".
9501
9502 * progmodes/cc-fonts.el
9503 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9504 backward search.
9505 (c-font-lock-declarations): Fix an occurrence of point being
9506 undefined. Check additionally for point being in a bracelist or
9507 near a macro invocation without a semicolon so as to avoid a
9508 fruitless time consuming search for a declarator. Give a more
9509 precise search limit for declarators using the new
9510 c-determine-limit.
9511
9512 2012-01-18 Glenn Morris <rgm@gnu.org>
9513
9514 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9515 (set-auto-mode): Doc fixes.
9516
9517 2012-01-17 Glenn Morris <rgm@gnu.org>
9518
9519 * isearch.el (search-nonincremental-instead): Fix doc typo.
9520
9521 * dired.el (dired-insert-directory): Handle newlines in directory name.
9522 (dired-build-subdir-alist): Unescape newlines in directory name.
9523
9524 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
9525
9526 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9527 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9528 (tramp-action-terminal): Use it. (Bug#10530)
9529
9530 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9533
9534 2012-01-16 Martin Rudalics <rudalics@gmx.at>
9535
9536 * window.el (window-state-ignored-parameters): Remove variable.
9537 (window--state-get-1): Rename argument MARKERS to IGNORE.
9538 Handle persistent window parameters. Make copy of clone-of
9539 parameter only if requested. (Bug#10348)
9540 (window--state-put-2): Install a window parameter only if it has
9541 a non-nil value or an existing parameter shall be overwritten.
9542
9543 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
9544
9545 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9546
9547 2012-01-14 Eli Zaretskii <eliz@gnu.org>
9548
9549 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9550 don't pass the (nil) value of `upnode' to string-match.
9551
9552 2012-01-14 Chong Yidong <cyd@gnu.org>
9553
9554 * startup.el (command-line): Fix X resource class for cursorColor.
9555 Fix values recognized by the cursorBlink resource.
9556
9557 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9558
9559 * epg.el (epg--make-temp-file): Avoid permission race condition
9560 when running on old Emacs versions (bug#10403).
9561
9562 2012-01-14 Glenn Morris <rgm@gnu.org>
9563
9564 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9565
9566 2012-01-13 Alan Mackenzie <acm@muc.de>
9567
9568 Fix filling for when filladapt mode is enabled.
9569
9570 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9571 c-mask-paragraph, pass in `fill-paragraph' rather than
9572 `fill-region-as-paragraph'. (This is a reversion of a previous
9573 change.)
9574 * progmodes/cc-mode.el (c-basic-common-init):
9575 Make fill-paragraph-handle-comment buffer local and set it to nil.
9576
9577 2012-01-13 Glenn Morris <rgm@gnu.org>
9578
9579 * dired.el (dired-switches-escape-p): New function.
9580 (dired-insert-directory): Use dired-switches-escape-p.
9581 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9582
9583 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9584
9585 2012-01-12 Glenn Morris <rgm@gnu.org>
9586
9587 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9588 changes in adaptive-fill-regexp. (Bug#10276)
9589
9590 2012-01-11 Alan Mackenzie <acm@muc.de>
9591
9592 Fix Emacs bug #10463 - put `widen's around the critical spots.
9593
9594 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
9595 widen around each invocation of c-state-pp-to-literal. Remove an
9596 unused let variable.
9597
9598 2012-01-11 Glenn Morris <rgm@gnu.org>
9599
9600 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
9601 Doc fix.
9602
9603 2012-01-10 Chong Yidong <cyd@gnu.org>
9604
9605 * net/network-stream.el (network-stream-open-starttls):
9606 Avoid emitting a confusing error message when the server gives a bad
9607 response to the capability command.
9608
9609 2012-01-10 Glenn Morris <rgm@gnu.org>
9610
9611 * mail/unrmail.el (unrmail): Tweak previous change.
9612
9613 2012-01-09 Chong Yidong <cyd@gnu.org>
9614
9615 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9616
9617 2012-01-08 Alan Mackenzie <acm@muc.de>
9618
9619 Optimise font locking in long enum definitions.
9620
9621 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9622 arm to a cond form to handle enums.
9623 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9624 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9625
9626 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
9627
9628 * files.el (move-file-to-trash): Preserve default file modes on error.
9629 (Bug#10401)
9630
9631 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9632
9633 * faces.el (set-face-attribute): Clarify the meaning of the nil
9634 frame (bug#10294).
9635
9636 * subr.el (with-selected-frame): Mention that the selected frame
9637 is restored (bug#9980).
9638
9639 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9640 (bug#9759).
9641
9642 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
9643 (password-read): Don't autoload unused function.
9644
9645 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
9646
9647 * progmodes/which-func.el (which-func-mode): Turn into a
9648 non-interactive function and mark as obsolete (bug#10428).
9649
9650 2012-01-06 Chong Yidong <cyd@gnu.org>
9651
9652 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9653 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9654 functions, along with 1 and -1.
9655
9656 2012-01-06 Eli Zaretskii <eliz@gnu.org>
9657
9658 * time.el (display-time-load-average)
9659 (display-time-default-load-average): Doc fixes. See the thread
9660 starting at
9661 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9662 for the details.
9663
9664 2012-01-06 Glenn Morris <rgm@gnu.org>
9665
9666 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9667 has no messages. (Bug#10377)
9668
9669 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9670 than Info-edit. (Bug#10385)
9671
9672 * time.el (display-time-load-average, display-time-next-load-average):
9673 Doc fixes.
9674
9675 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9676 local setting of buffer-read-only to the input buffer. (Bug#10419)
9677
9678 * calendar/calendar.el (calendar-mode):
9679 Locally set scroll-margin to 0. (Bug#10379)
9680
9681 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
9682
9683 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9684
9685 2012-01-05 Glenn Morris <rgm@gnu.org>
9686
9687 * eshell/em-unix.el (diff-no-select): Autoload it.
9688 (eshell/diff): Use diff-no-select. (Bug#10420)
9689
9690 2012-01-05 Chong Yidong <cyd@gnu.org>
9691
9692 * shell.el (shell-dynamic-complete-functions): Revert last change.
9693 (shell-command-completion-function): New function.
9694 (shell-completion-vars): Use it to implement
9695 shell-completion-execonly (Bug#10417).
9696
9697 * custom.el (enable-theme): Don't set custom-safe-themes.
9698
9699 * cus-theme.el (custom-theme-merge-theme):
9700 Ignore custom-enabled-themes and custom-safe-themes.
9701
9702 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9703
9704 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9705 first prompt in `sql-interacive-mode'.
9706 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
9707 keywords.
9708 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
9709 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9710 context of original buffer. Invoke `sql-login-hook'.
9711
9712 2012-01-04 Eli Zaretskii <eliz@gnu.org>
9713
9714 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9715 letters in cite-prefix.
9716
9717 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9718
9719 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9720
9721 2012-01-03 Chong Yidong <cyd@gnu.org>
9722
9723 * shell.el (shell-dynamic-complete-functions):
9724 Put pcomplete-completions-at-point, so as to try
9725 comint-filename-completion first (Bug#10417).
9726
9727 2012-01-02 Richard Stallman <rms@gnu.org>
9728
9729 * battery.el (battery-status-function):
9730 Detect when to use battery-yeeloong-sysfs.
9731 (battery-echo-area-format): Add string for Yeeloong.
9732 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9733 (battery-yeeloong-sysfs): New function.
9734
9735 2012-01-02 Chong Yidong <cyd@gnu.org>
9736
9737 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9738 (dirtrack): Merge code for handling relative filenames in prompt
9739 from shell-dir-cookie-watcher.
9740 (dirtrack-debug-message): New arg to avoid excess format calls.
9741
9742 * shell.el (shell-dir-cookie-re): Variable deleted.
9743 (shell-dir-cookie-watcher): Function deleted.
9744 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9745 with dirtrack-mode.
9746
9747 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9748
9749 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9750 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
9751 libgnutls-26.dll.
9752
9753 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9754
9755 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9756
9757 2011-12-31 Eli Zaretskii <eliz@gnu.org>
9758
9759 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9760 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9761
9762 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
9763
9764 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9765 also for alternative shells.
9766 (tramp-open-connection-setup-interactive-shell): Check, whether
9767 the shell is a busybox.
9768 (tramp-send-command): Don't suppress multiple prompts for
9769 busyboxes, it hurts.
9770
9771 2011-12-28 Chong Yidong <cyd@gnu.org>
9772
9773 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9774 (gdb-get-source-file): Move mode line update to
9775 gdb-get-source-file (Bug#10087).
9776
9777 2011-12-25 Chong Yidong <cyd@gnu.org>
9778
9779 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9780 gud-gdb-marker-filter without taking it as an argument.
9781 (gud-gdb-run-command-fetch-lines): Caller changed.
9782 (gud-gdb-completion-function): New variable.
9783 (gud-gdb-completion-at-point): Use it.
9784 (gud-gdb-completions-1): Split from gud-gdb-completions.
9785
9786 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9787 function as separate arguments.
9788 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9789 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9790 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9791 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9792 (gdb-stopped, def-gdb-auto-update-trigger)
9793 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
9794 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9795 Callers changed.
9796 (gud-gdbmi-completions): New function.
9797 (gdb): Use it for generating the completion table.
9798
9799 2011-12-24 Alan Mackenzie <acm@muc.de>
9800
9801 Introduce a mechanism to widen the region used in context font
9802 locking. Use this to protect declarations from losing their contexts.
9803
9804 * progmodes/cc-langs.el (c-before-font-lock-functions):
9805 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9806 (c-before-context-fontification-functions): New defvar, a list of
9807 functions to be run just before context (etc.) font locking.
9808
9809 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9810 New, functionality extracted from
9811 c-neutralize-syntax-in-and-mark-CPP.
9812 (c-in-after-change-fontification): New variable.
9813 (c-after-change): Set c-in-after-change-fontification.
9814 (c-set-fl-decl-start): Rejig its interface, so it can be called
9815 from both after-change and context fontifying.
9816 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9817 New functions.
9818 (c-standard-font-lock-fontify-region-function): New variable.
9819 (c-font-lock-fontify-region): New function.
9820
9821 2011-12-24 Juri Linkov <juri@jurta.org>
9822
9823 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9824 (Bug#10348)
9825
9826 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
9827
9828 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9829 existence of source file. (Bug#10325)
9830
9831 2011-12-23 Alan Mackenzie <acm@muc.de>
9832
9833 Fix unstable fontification inside templates.
9834
9835 * progmodes/cc-langs.el (c-before-font-lock-functions):
9836 Newly created from the singular version. The (c c++ objc) entry now
9837 additionally has c-set-fl-decl-start. The other languages (apart
9838 from AWK) have that as a single entry.
9839
9840 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9841 The functionality for "local" declarations has been extracted to
9842 c-set-fl-decl-start.
9843
9844 * progmodes/cc-mode.el (c-common-init, c-after-change):
9845 Changes due to pluralisation of c-before-font-lock-functions.
9846 (c-set-fl-decl-start): New function, extracted from
9847 c-font-lock-enclosing-decls and enhanced.
9848
9849 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9852
9853 2011-12-22 Juri Linkov <juri@jurta.org>
9854
9855 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9856
9857 2011-12-22 Chong Yidong <cyd@gnu.org>
9858
9859 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9860
9861 2011-12-21 Drew Adams <drew.adams@oracle.com>
9862
9863 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9864
9865 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9866
9867 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9868
9869 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9870
9871 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9872 highlighting and support. Fix up comments for capitalization.
9873 (cfengine-mode-debug): New var.
9874 (cfengine3-mode): Change the modeline indicator to "CFE3".
9875 (cfengine3-font-lock-keywords): Improve defun highlighting.
9876 (cfengine2-actions): Rename from `cfengine-actions'.
9877 (cfengine2-font-lock-keywords): Rename from
9878 `cfengine-font-lock-keywords'.
9879 (cfengine2-imenu-expression): Rename from
9880 `cfengine-imenu-expression'.
9881 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9882 (cfengine2-beginning-of-defun): Rename from
9883 `cfengine-beginning-of-defun'.
9884 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9885 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9886 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9887 modeline indicator to "CFE2".
9888 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9889 (cfengine-mode-abbrevs): Mark obsolete.
9890
9891 2011-12-21 Chong Yidong <cyd@gnu.org>
9892
9893 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9894 filename argument.
9895
9896 2011-12-20 Martin Rudalics <rudalics@gmx.at>
9897
9898 * window.el (window-normalize-buffer-to-display): Remove.
9899 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9900
9901 2011-12-19 Chong Yidong <cyd@gnu.org>
9902
9903 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9904 Don't signal an error in a predicate function; return non-nil.
9905 (vc-dir-mark-file): Move the error here.
9906 (vc-dir-mark-unmark): If acting on the region, keep going if one
9907 of the entries cannot be marked/unmarked.
9908 (vc-dir-mark-all-files): If current entry is a directory, mark
9909 only child files, as documented.
9910
9911 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9912
9913 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9914 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9915 addition.
9916
9917 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9918
9919 * term/ns-win.el (ns-get-selection-internal)
9920 (ns-store-selection-internal): Declare.
9921 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9922 Declare as obsolete.
9923 (ns-get-pasteboard, ns-paste-secondary):
9924 Use ns-get-selection-internal.
9925 (ns-set-pasteboard, ns-copy-including-secondary):
9926 Use ns-store-selection-internal.
9927
9928 2011-12-17 Chong Yidong <cyd@gnu.org>
9929
9930 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9931 (vc-deduce-fileset): Doc fix.
9932
9933 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9934
9935 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9936
9937 2011-12-13 Sam Steingold <sds@gnu.org>
9938
9939 * man.el (Man-getpage-in-background): When running under a
9940 window-system, ignore $MANWIDTH and $COLUMNS.
9941
9942 2011-12-15 Kenichi Handa <handa@m17n.org>
9943
9944 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9945 (setup-ethiopic-environment-internal): Comment out key-binding for
9946 ethio-toggle-punctuation.
9947
9948 2011-12-13 Alan Mackenzie <acm@muc.de>
9949
9950 Add the switch statement to AWK Mode.
9951
9952 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9953 "default" to the keywords regexp.
9954
9955 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9956 expression as the rest.
9957 (c-nonlabel-token-key): Allow string literals for AWK.
9958 Refactor for the other modes.
9959
9960 Large brace-block initialisation makes CC Mode slow: Fix.
9961 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9962 routines. Limit backward searching in c-font-lock-enclosing.decl.
9963
9964 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9965 pp-state and literal type in addition to the limits.
9966 (c-state-safe-place): New defun, extracted from c-state-literal-at.
9967 (c-state-literal-at): Use the above new defun.
9968 (c-slow-in-literal, c-fast-in-literal): Remove.
9969 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9970
9971 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9972 being in a literal. Add a limit for backward searching.
9973
9974 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9975 c-slow-in-literal.
9976
9977 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9980
9981 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9982
9983 * window.el (delete-other-windows): Use correct frame in call to
9984 window-with-parameter.
9985
9986 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9987
9988 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9989 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9990 (makefile-gmake-statements, makefile-makepp-statements):
9991 Use it and add new makepp keywords.
9992 (makefile-makepp-font-lock-keywords): Add new patterns.
9993 (makefile-match-function-end): Match new [...] and [[...]].
9994
9995 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
9996
9997 * ses.el (ses-call-printer-return, ses-cell-property-get)
9998 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9999 (ses-create-cell-variable, ses-reset-header-string)
10000 (ses-cell-set-formula, ses-repair-cell-reference-all)
10001 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
10002 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
10003 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
10004 (ses-aset-with-undo, ses-load, ses-truncate-cell)
10005 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
10006 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
10007 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
10008 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
10009 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
10010 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
10011 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
10012 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
10013
10014 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
10015
10016 * ses.el: The overall change is to add cell renaming, that is
10017 setting fancy names for cell symbols other than name matching
10018 "\\`[A-Z]+[0-9]+\\'" regexp .
10019 (ses-create-cell-variable): New defun.
10020 (ses-relocate-formula): Relocate formulas only for cells the
10021 symbols of which are not renamed, i.e. symbols whose names do not
10022 match regexp "\\`[A-Z]+[0-9]+\\'".
10023 (ses-relocate-all): Relocate values only for cells the symbols of
10024 which are not renamed.
10025 (ses-load): Create cells variables as the (ses-cell ...) are read,
10026 in order to check row col consistency with cell symbol name only
10027 for cells that are not renamed.
10028 (ses-replace-name-in-formula): New defun.
10029 (ses-rename-cell): New defun.
10030
10031 2011-12-11 Chong Yidong <cyd@gnu.org>
10032
10033 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
10034 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
10035
10036 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
10037
10038 * window.el (other-window): Fix docstring.
10039
10040 2011-12-10 Eli Zaretskii <eliz@gnu.org>
10041
10042 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
10043 `from' or `to' address before taking its substring.
10044 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
10045 encoded name is chopped in the middle of the encoded string, and
10046 thus displayed encoded.
10047
10048 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
10049
10050 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
10051
10052 2011-12-10 Eli Zaretskii <eliz@gnu.org>
10053
10054 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
10055 to use texinfo-update-node and commands that call it if the
10056 Texinfo file uses @node lines without next/prev/up pointers.
10057 Correct outdated description about texinfo-master-menu.
10058 (texinfo-all-menus-update, texinfo-master-menu)
10059 (texinfo-update-node, texinfo-every-node-update)
10060 (texinfo-multiple-files-update): Doc fix. Warn against updating
10061 all the @node lines.
10062 (texinfo-master-menu): Only call texinfo-update-node if the prefix
10063 argument is numeric. Explain better in the doc string what the
10064 function really does.
10065 (texinfo-insert-master-menu-list): Improve the error message
10066 displayed if there's no menu in the Top node.
10067 (Bug#2975) See also this thread:
10068 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
10069
10070 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
10071
10072 * speedbar.el (speedbar-supported-extension-expressions):
10073 Add .adb and .ads, commonly used for Ada source code (bug#10256).
10074
10075 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * printing.el (pr-mode-alist):
10078 * simple.el (filter-buffer-substring-functions)
10079 (completion-list-insert-choice-function):
10080 * window.el (window-with-parameter, window-atom-root)
10081 (window-sides-slots, window-size-fixed, window-min-delta)
10082 (window-max-delta, window--resize-mini-window)
10083 (window--resize-child-windows-normal, window-tree)
10084 (delete-other-windows, quit-window, split-window)
10085 (display-buffer-record-window, special-display-buffer-names)
10086 (special-display-regexps, special-display-popup-frame)
10087 (same-window-p, split-window-sensibly)
10088 (display-buffer-overriding-action, display-buffer-alist)
10089 (display-buffer-base-action, display-buffer, switch-to-buffer)
10090 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
10091 (fit-window-to-buffer, recenter-positions)
10092 (mouse-autoselect-window-state, mouse-autoselect-window-select):
10093 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
10094 and remove unneeded backslashes in docstrings.
10095
10096 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
10099
10100 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
10101 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
10102 end in ".mk".
10103 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
10104 when reading the makefile (bug#10116).
10105
10106 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
10109 (bug#10116).
10110
10111 2011-12-06 Glenn Morris <rgm@gnu.org>
10112
10113 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
10114
10115 2011-12-06 Chong Yidong <cyd@gnu.org>
10116
10117 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
10118
10119 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * textmodes/table.el (table-shorten-cell): Fix typo.
10122
10123 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
10124
10125 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
10126
10127 2011-12-05 Eli Zaretskii <eliz@gnu.org>
10128
10129 * descr-text.el (describe-char): Fix display of strong
10130 right-to-left characters and directional embeddings and overrides.
10131
10132 * simple.el (what-cursor-position): Fix display of codepoints of
10133 strong right-to-left characters.
10134
10135 2011-12-05 Chong Yidong <cyd@gnu.org>
10136
10137 * faces.el (read-color): Doc fix.
10138
10139 2011-12-05 Glenn Morris <rgm@gnu.org>
10140
10141 * align.el (align--set-marker): Add doc-string.
10142 Don't try to move something that is not a marker. (Bug#10216)
10143
10144 2011-12-04 Glenn Morris <rgm@gnu.org>
10145
10146 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
10147 overly zealous deletion of trailing whitespace.
10148
10149 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
10150
10151 * server.el (server-delete-client): On Windows, do not try to delete
10152 the only terminal.
10153 (server-process-filter): On Windows, treat requests for a tty frame as
10154 if they were for a GUI frame if the running server is in GUI mode.
10155
10156 2011-12-03 Glenn Morris <rgm@gnu.org>
10157
10158 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
10159
10160 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * electric.el: Streamline electric-indent's hook.
10163 (electric-indent-chars): Revert to simple list.
10164 (electric-indent-functions): New var.
10165 (electric-indent-post-self-insert-function): Use it.
10166
10167 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
10168 there's no inferior buffer (bug#10196).
10169 (prolog-consult-compile): Don't use toggle-read-only.
10170
10171 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
10172
10173 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
10174 interrupt. (Bug#10187)
10175
10176 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
10179 (bug#9160).
10180
10181 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
10182 (bug#10191).
10183
10184 2011-12-02 Juri Linkov <juri@jurta.org>
10185
10186 * info.el (Info-search): Display "end of manual" when Isearch
10187 reaches the end of single-file Info manual. (Bug#9918)
10188
10189 2011-12-02 Eli Zaretskii <eliz@gnu.org>
10190
10191 * isearch.el (isearch-message-prefix): Run the input method part
10192 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
10193
10194 2011-12-02 Juri Linkov <juri@jurta.org>
10195
10196 * isearch.el (isearch-occur): Use `word-search-regexp' for
10197 `isearch-word'.
10198 (isearch-search-and-update): Add condition for `isearch-word' and
10199 call `word-search-regexp'. (Bug#10145)
10200
10201 2011-12-01 Glenn Morris <rgm@gnu.org>
10202
10203 * eshell/em-hist.el (eshell-hist-initialize):
10204 Handle eshell-history-size nil and HISTSIZE set or unset.
10205 (eshell-history-file-name, eshell-history-size): Fix custom type.
10206
10207 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
10210
10211 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
10212
10213 * progmodes/verilog-mode.el (verilog-pretty-expr):
10214 Rework verilog-pretty-expr to handle new assignment operators in system
10215 verilog, such as += *= and the like.
10216 (verilog-assignment-operator-re): Regular expression to find the
10217 assigment operator in a verilog assignment.
10218 (verilog-assignment-operation-re): Regular expression to find an
10219 assignment statement for pretty-expr.
10220 (verilog-in-attribute-p): Query returns true if point is in an
10221 attribute context; used to skip these for expression line up from
10222 pretty-expr.
10223 (verilog-in-parameter-p): Query returns true if point is in an
10224 parameter definition context; used to skip these for expression
10225 line up from pretty-expr.
10226 (verilog-in-parenthesis-p): Query returns true if point is in a
10227 parenthetical expression, specifically ( ) but not [ ] or { };
10228 used by pretty-expr.
10229 (verilog-just-one-space): If there is no space, don't add one.
10230 (verilog-get-lineup-indent-2): Specifically skip just attribute
10231 contexts for expression lineup, rather than skipping all
10232 parenthetical expressions.
10233 (verilog-calculate-indent): Fix comment, and fix indent.
10234 (verilog-do-indent): Indent declarations in lists (suggested by
10235 Joachim Lechner).
10236 (verilog-mode-abbrev-table): Populate abbrev mode with the various
10237 skeleton items.
10238 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
10239 by Alain Mellan).
10240
10241 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
10242
10243 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
10244 parameters with embedded comments. Reported by Ray Stevens.
10245 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
10246 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
10247 Reported by Tim Holt.
10248 (verilog-auto): Fix AUTOing a upper module then AUTOing module
10249 instantiated by upper module causing wrong expansion until AUTOed a
10250 second time. Reported by K C Buckenmaier.
10251 (verilog-diff-auto): Fix showing .* as a difference when
10252 `verilog-auto-star-save' off. Reported by Dan Dever.
10253 (verilog-auto-reset, verilog-read-always-signals)
10254 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
10255 temporary signals in reset list if
10256 verilog-auto-reset-blocking-in-non is nil, and match assignment
10257 style to each signal's assignment type, bug381.
10258 Reported by Thomas Esposito.
10259 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
10260 (verilog-uvm-statement-re): Support UVM indentation and
10261 highlighting, with old OVM keywords only.
10262 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
10263 Support AUTOTIEOFF creating non-wire data types.
10264 Suggested by Jonathan Greenlaw.
10265 (verilog-auto-insert-lisp, verilog-delete-to-paren)
10266 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
10267 (verilog-inject-sense, verilog-read-inst-pins)
10268 (verilog-read-sub-decls, verilog-read-sub-decls-line):
10269 Fix mismatching parenthesis inside commented out code when deleting
10270 AUTOINST, bug383. Reported by Jonathan Greenlaw.
10271 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
10272 non-numeric vector width. Reported by Alex Reed.
10273 (verilog-auto-ascii-enum): Add "onehot" option to work around not
10274 detecting signals with parameter widths. Reported by Alex Reed.
10275 (verilog-auto-delete-trailing-whitespace):
10276 With `verilog-auto-delete-trailing-whitespace' remove trailing
10277 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
10278 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
10279 Fix verilog-scan-cache corruption when running user AUTO expansion
10280 hooks that call indentation routines.
10281 (verilog-simplify-range-expression): Fix typo ignoring lower case
10282 identifiers.
10283 (verilog-delete-auto): Fix delete-autos to also remove user created
10284 automatics, as long as they start with AUTO.
10285 (verilog-batch-diff-auto, verilog-diff-auto)
10286 (verilog-diff-function): Add `verilog-diff-auto' and bind to
10287 "C-c?" to report differences in AUTO expansion, ignoring spaces.
10288 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
10289 (verilog-in-paren-quick, verilog-re-search-backward-quick)
10290 (verilog-re-search-forward-quick, verilog-syntax-ppss):
10291 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
10292 is disabled and its cache will get corrupt, causing AUTOS not to
10293 expand. Instead use only -quick functions.
10294 (verilog-scan-region): Fix scanning over escaped quotes.
10295 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
10296 (verilog-re-search-backward-quick)
10297 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
10298 related functions now ignore strings, to fix misparsing of strings
10299 with magic comments embedded in them.
10300 (verilog-read-auto-template):
10301 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
10302 Reported by Brad Dobbie.
10303 (verilog-read-auto-template):
10304 Fix 'verilog-auto-inst-template-numbers' with comments.
10305 Reported by Brad Dobbie.
10306 (verilog-auto-inst, verilog-auto-inst-param)
10307 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
10308 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
10309 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
10310 debugging templates without merge conflicts, bug357.
10311 Reported by Brad Dobbie.
10312 (verilog-read-auto-template):
10313 Fix verilog-auto-inst-template-numbers with multiple templates.
10314 Reported by Brad Dobbie.
10315 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
10316 abbrevs so user won't be asked to save.
10317 (verilog-read-auto-lisp-present): Fix to start at beginning of
10318 buffer in case called outside of verilog-auto.
10319 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
10320 to "X-2". Reported by Matthew Myers.
10321 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
10322 all inputs from module templates. Reported by Leith Johnson.
10323 (verilog-module-inside-filename-p): Fix locating programs as with
10324 modules.
10325 (verilog-auto-inst-port): Fix vl-width expressions when using
10326 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
10327 (verilog-decls-get-regs, verilog-decls-get-signals,
10328 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
10329 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
10330 verilog-read-decls): Combine reg and wire structures into one var
10331 structure to represent SystemVerilog concepts.
10332 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
10333 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
10334 (verilog-auto-wire-type, verilog-insert-definition):
10335 Add verilog-auto-wire-type and AUTOLOGIC to support using
10336 SystemVerilog "logic" keyword instead of "wire"/"reg".
10337 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
10338 to declares outputs that also have assignments (presumably in an
10339 ifdef or generate if so there's not a driver conflict).
10340 Reported by Matthew Myers.
10341 (verilog-auto-declare-nettype, verilog-insert-definition):
10342 Add verilog-auto-declare-nettype to fix declarations using
10343 `default_nettype none. Reported by Julian Gorfajn.
10344 (verilog-read-always-signals-recurse, verilog-read-decls)
10345 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
10346 malformed end statement, bug325. Reported by Joshua Wise and
10347 Andrew Drake.
10348 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
10349 (verilog-inst-comment-re): Fix not deleting Interfaced comment
10350 when expanding .* in interfaces, bug320.
10351 Reported by Pierre-David Pfister.
10352 (verilog-read-module-name): Fix import statements between module
10353 name and open parenthesis, bug317.
10354 Reported by Pierre-David Pfister.
10355 (verilog-simplify-range-expression): Fix simplification of
10356 multiplications inside AUTOWIRE connections, bug303.
10357 (verilog-auto-inst-port): Support parameter expansion in
10358 multidimensional arrays.
10359 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
10360 after "assert property". Reported by Julian Gorfajn.
10361 (verilog-simplify-range-expression): Fix "couldn't merge" errors
10362 with multiplication, bug303.
10363 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
10364 Reported by Jan Frode Lonnum.
10365
10366 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
10367
10368 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
10369 (hfy-shell-file-name, hfy-shell):
10370 * international/fontset.el (x-decompose-font-name): Fix typos.
10371
10372 2011-11-29 Ken Brown <kbrown@cornell.edu>
10373
10374 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
10375 (gdb-version): Remove defvar.
10376 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
10377 (gdb-gud-context-command, gdb-non-stop-handler)
10378 (gdb-current-context-command, gdb-stopped): Use it.
10379 (gdb-init-1): Enable pretty printing here.
10380 (gdb-non-stop-handler): Don't enable pretty-printing here.
10381 Check to see if the target supports non-stop mode; if not, turn off
10382 non-stop mode. Use the following.
10383 (gdb-check-target-async): New defun.
10384 (gud-watch, gdb-stopped): Fix whitespace.
10385 (gdb-get-source-file): Don't try to display the source file if
10386 `gdb-main-file' is nil.
10387
10388 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * align.el: Try to generate fewer markers (bug#10047).
10391 (align--set-marker): New macro.
10392 (align-region): Use it.
10393
10394 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
10397
10398 2011-11-29 Chong Yidong <cyd@gnu.org>
10399
10400 * indent.el (indent-for-tab-command, indent-according-to-mode):
10401 Doc fix.
10402 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
10403
10404 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
10405
10406 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
10407 aware of remote file names. (Bug#10124)
10408
10409 2011-11-29 Chong Yidong <cyd@gnu.org>
10410
10411 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
10412
10413 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * files.el (find-file): Don't use force-same-window (bug#10144).
10416 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
10417 use pop-to-buffer if the selected window can't be used.
10418 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
10419
10420 2011-11-28 Eli Zaretskii <eliz@gnu.org>
10421
10422 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
10423 special-mode-map.
10424
10425 2011-11-28 Chong Yidong <cyd@gnu.org>
10426
10427 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
10428
10429 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
10430
10431 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
10432 gdb-get-source-file-list on gdb-create-source-file-list.
10433
10434 2011-11-26 Eli Zaretskii <eliz@gnu.org>
10435
10436 * whitespace.el (whitespace-newline): Use a different foreground
10437 color for 16-color light-background displays.
10438
10439 2011-11-24 Chong Yidong <cyd@gnu.org>
10440
10441 * window.el (display-buffer--special-action): Doc fix.
10442
10443 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
10444
10445 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
10446 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
10447 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
10448 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
10449 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
10450 (avl-tree-stack-first):
10451 * emacs-lisp/cconv.el (cconv--analyse-use):
10452 * net/gnutls.el (gnutls-negotiate): Fix typos.
10453
10454 2011-11-24 Glenn Morris <rgm@gnu.org>
10455
10456 * lpr.el (lpr-windows-system, lpr-lp-system):
10457 * mail/binhex.el (binhex-begin-line):
10458 * progmodes/grep.el (grep-history, grep-find-history):
10459 * textmodes/flyspell.el:
10460 * vc/pcvs-defs.el (cvs-global-menu):
10461 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
10462 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
10463 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
10464
10465 * net/tls.el: Fix case of "GnuTLS".
10466
10467 * paths.el (rmail-file-name): Format doc-string for make-docfile.
10468
10469 * version.el (emacs-build-system): Give it a doc-string.
10470
10471 2011-11-24 Juri Linkov <juri@jurta.org>
10472
10473 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
10474
10475 2011-11-24 Glenn Morris <rgm@gnu.org>
10476
10477 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
10478 if called on a non-mime message just toggle the headers. (Bug#8006)
10479
10480 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
10481
10482 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
10483 (allout-lead-with-comment-string, allout-structure-deleted-hook)
10484 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
10485 (allout-rebullet-heading, allout-open-sibtopic)
10486 (allout-toggle-current-subtree-encryption)
10487 (allout-toggle-subtree-encryption, allout-encrypt-string)
10488 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
10489 (allout-distinctive-bullets-string, allout-auto-activation):
10490 * window.el (window-normalize-buffer-to-display):
10491 * progmodes/verilog-mode.el (verilog-batch-indent):
10492 * textmodes/bibtex.el (bibtex-field-braces-opt)
10493 (bibtex-field-strings-opt):
10494 * vc/cvs-status.el (cvs-tree-merge):
10495 Fix typos.
10496
10497 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
10498
10499 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10500 `non-essential' to t, in order to avoid remote connections.
10501
10502 2011-11-23 Eli Zaretskii <eliz@gnu.org>
10503
10504 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10505 On MS-DOS and MS-Windows, compare with loaddefs.el
10506 case-insensitively.
10507
10508 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10509
10510 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10511
10512 2011-11-23 Glenn Morris <rgm@gnu.org>
10513
10514 * paths.el (rmail-file-name): Reformat the doc-string so that it
10515 is picked up.
10516
10517 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10518 (rmail-auto-file): Ignore case in the "special" field names,
10519 as mail-fetch-field does for all others.
10520
10521 * mail/rmail.el (rmail-forward):
10522 * mail/rmailkwd.el (rmail-set-label):
10523 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10524 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10525
10526 * mail/rmail.el (rmail-current-message): Doc fix.
10527
10528 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10529
10530 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10533
10534 2011-11-22 Glenn Morris <rgm@gnu.org>
10535
10536 * mail/rmailmm.el (test-rmail-mime-handler)
10537 (test-rmail-mime-bulk-handler)
10538 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10539
10540 2011-11-21 Juri Linkov <juri@jurta.org>
10541
10542 * calc/calc.el (calc-read-key-sequence):
10543 Let-bind `input-method-function' to nil. (Bug#10018)
10544
10545 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10546
10547 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10548 Tell the caller that the next line needs recomputation, even
10549 though it doesn't start a sexp (bug#10094).
10550
10551 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10554
10555 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10558 Use force-same-window.
10559
10560 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10561
10562 * descr-text.el (describe-char-unicode-data):
10563 * json.el (json-string-escape):
10564 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10565 (Footnote-unicode, Footnote-style-p):
10566 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10567
10568 2011-11-20 Chong Yidong <cyd@gnu.org>
10569
10570 * window.el (replace-buffer-in-windows): Restore interactive spec.
10571
10572 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10575
10576 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10577 (byte-compile-global-not-obsolete-vars): New var.
10578 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10579 Use it.
10580 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10581
10582 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
10583
10584 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10585 * progmodes/pascal.el (electric-pascal-equal):
10586 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10587 * xml.el (xml-substitute-special): Fix typos.
10588
10589 2011-11-20 Glenn Morris <rgm@gnu.org>
10590
10591 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10592 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10593 Doc fixes.
10594 (rmail-decode-mime-charset): Mark as obsolete.
10595
10596 * mail/rmailsum.el (rmail-message-regexp-p-1):
10597 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10598 Before using mime functions, check they are set. (Bug#10077)
10599
10600 2011-11-19 Juri Linkov <juri@jurta.org>
10601
10602 * info.el (Info-finder-find-node): Use `package--builtins' instead
10603 of `package-alist'. Use node names formed by the pattern "Keyword "
10604 and the keyword name.
10605
10606 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10607
10608 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
10609
10610 2011-11-19 Juri Linkov <juri@jurta.org>
10611
10612 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10613 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10614 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10615 `old-history', `old-history-forward'. Add let-binding
10616 `window-selected'. Remove calls to `kill-buffer',
10617 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10618 before calling `Info-find-node', so `Info-find-node-2' will reread
10619 the Info file. Restore window positions only when `window-selected'
10620 is non-nil.
10621
10622 2011-11-19 Juri Linkov <juri@jurta.org>
10623
10624 * isearch.el (isearch-lazy-highlight-new-loop):
10625 Remove condition `(not isearch-error)'. (Bug#9918)
10626
10627 * misearch.el (multi-isearch-search-fun): Add condition
10628 `(not bound)' to ignore lazy-highlighting search.
10629 Add the search-failed message "end of multi" when the end of
10630 multi-sequence is reached. Uncapitalize the search-failed
10631 message "Repeat for next buffer".
10632
10633 * info.el (Info-search): Add the search-failed message
10634 "end of the manual" when the end of the manual is reached
10635 in Isearch mode.
10636
10637 2011-11-19 Juri Linkov <juri@jurta.org>
10638
10639 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10640 Use non-destructive `remove' instead of `delete' because
10641 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10642 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10643
10644 2011-11-19 Juri Linkov <juri@jurta.org>
10645
10646 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10647 to nil instead of binding `search-ring' and `regexp-search-ring'.
10648 (Bug#9185)
10649
10650 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10651
10652 * simple.el (line-move): Force movement by logical lines for any
10653 hscrolled window, not only when auto-hscroll-mode is on.
10654 (line-move-visual): Update doc string to that effect. (Bug#10076)
10655
10656 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10657
10658 * language/european.el (macintosh): Define as alias for mac-roman.
10659
10660 2011-11-19 Eli Zaretskii <eliz@gnu.org>
10661
10662 * mail/rmailmm.el (rmail-mime-display-header)
10663 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10664 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10665 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10666 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10667 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10668 of a raw aref.
10669 (rmail-mime-entity-segment): To get past the tagline, move forward
10670 2 more lines, to account for the 2 empty lines that precede and
10671 follow the line with the buttons.
10672 (rmail-mime-update-tagline): Move one more line, to get past the
10673 empty line that follows the buttons in the tagline. (Bug#9520)
10674
10675 2011-11-19 Martin Rudalics <rudalics@gmx.at>
10676
10677 * window.el (window-max-delta-1, window-min-delta-1)
10678 (window-min-size-1, window-state-get-1, window-state-put-1)
10679 (window-state-put-2): Use "window--" prefix.
10680
10681 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10684 (smie-warning-count): New var.
10685 (smie-set-prec2tab): Use it.
10686 (smie-bnf->prec2): Improve warnings. Add docstring.
10687 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10688 (smie-bnf--set-class): New function.
10689 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10690 corner case.
10691
10692 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10693 (compilation-error-properties, compilation-move-to-column):
10694 Handle compilation-first-column while in the target buffer.
10695
10696 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10697 Don't hardcode point-min==1.
10698
10699 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10700 (eshell-rewrite-for-command): Remove workaround.
10701 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10702 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10703 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10704
10705 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10706
10707 2011-11-17 Glenn Morris <rgm@gnu.org>
10708
10709 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10710 Ignore buffer-local generated-autoload-file if it is the same
10711 as the global value. (Bug#10049)
10712
10713 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10714
10715 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10716 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10717 (reftex-toc-previous-heading, reftex-toc-max-level)
10718 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10719 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10720 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10721 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10722 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10723 (reftex-toc-rename-label, reftex-toc-visit-location)
10724 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10725 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10726 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10727 leaving "*toc*" only for references to the buffer.
10728
10729 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10730
10731 * window.el (window-resize, delete-window, split-window):
10732 Replace window-splits by window-combination-resize.
10733 * cus-start.el (window-splits): Replace by window-combination-resize.
10734
10735 2011-11-17 Glenn Morris <rgm@gnu.org>
10736
10737 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10738 Make bash entry derive from sh entry, not shell entry.
10739
10740 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
10741
10742 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10743 local file name.
10744
10745 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10746
10747 * menu-bar.el (menu-bar-file-menu):
10748 * printing.el (pr-ps-utility):
10749 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10750 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10751 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10752 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10753 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10754 (icalendar--convert-cyclic-to-ical)
10755 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10756 (icalendar--convert-ical-to-diary)
10757 (icalendar--convert-recurring-to-diary)
10758 (icalendar--convert-non-recurring-all-day-to-diary)
10759 (icalendar-import-format-sample):
10760 * progmodes/idlw-shell.el (idlwave-shell-mode):
10761 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10762 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10763 (vhdl-ps-print-init): Fix typos.
10764
10765 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10766
10767 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10768 FSF and collapse date sequence, obscure author/maintainer email address
10769 better, remove extra version line, track relocation of author's webpage.
10770
10771 * progmodes/python.el (python-pdbtrack-input-prompt)
10772 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10773 regular python pdb prompts. Adjustments shamelessly taken exactly as
10774 suggested in EmacsWiki page (tiny change):
10775 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
10776
10777 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10778
10779 * expand.el (expand-pos, expand-index, expand-point):
10780 Remove redundant info from docstring.
10781 (expand-add-abbrevs): Doc fix.
10782 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10783 (expand-sample-perl-mode-expand-list): Fix typos.
10784
10785 * net/dbus.el (dbus-event-member-name):
10786 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10787 * term/pc-win.el (msdos-create-frame-with-faces):
10788 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10789
10790 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10791
10792 * window.el (split-window, window-state-get-1)
10793 (window-state-put-1, window-state-put-2): Rename occurrences of
10794 window-nest to window-combination-limit.
10795 * cus-start.el (window-nest): Rename to window-combination-limit.
10796
10797 2011-11-16 Chong Yidong <cyd@gnu.org>
10798
10799 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10800 regexp (Bug#10033).
10801
10802 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10805 `completing-read' will remove *Completions* and will preserve
10806 current-buffer for us.
10807 (tmm-add-prompt): Users of *Completions* will always (re)set its
10808 major mode.
10809 (tmm-old-comp-map): Remove.
10810
10811 2011-11-16 Glenn Morris <rgm@gnu.org>
10812
10813 * mail/rmailedit.el: Require rmailmm when compiling.
10814 (rmail-old-mime-state): New declaration.
10815 (rmail-edit-current-message): If editing a mime message,
10816 edit the "raw" message from the mbox buffer.
10817 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10818
10819 2011-11-15 Glenn Morris <rgm@gnu.org>
10820
10821 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10822 which wasn't being used. Add optional arg to force given state.
10823 (rmail-mime): Add optional arg to force given state.
10824
10825 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10826
10827 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10828 * frame.el (display-mm-dimensions-alist):
10829 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10830 (outline-move-subtree-down):
10831 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10832 (newsticker--treeview-do-get-node):
10833 * net/quickurl.el (quickurl-list-buffer-name):
10834 * progmodes/dcl-mode.el (dcl-mode):
10835 * progmodes/gdb-mi.el (gdb-mapcar*):
10836 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10837
10838 2011-11-15 Glenn Morris <rgm@gnu.org>
10839
10840 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10841 in a boolean sense, so just make it a boolean, and fix the doc.
10842 (rmail-show-mime-function, rmail-mime-feature)
10843 (rmail-require-mime-maybe): Doc fixes.
10844 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10845
10846 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10847
10848 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10849
10850 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10851 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10852 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10853 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10854
10855 2011-11-15 Glenn Morris <rgm@gnu.org>
10856
10857 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10858 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10859 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10860 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10861 (rmail-mime, rmail-show-mime): Doc fixes.
10862
10863 * term/ns-win.el (mode-line-frame-identification):
10864 Leave it alone. (Bug#10051)
10865
10866 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10867
10868 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10869 Handle empty buffers. (Bug#9978)
10870
10871 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10872
10873 * international/mule.el (define-charset):
10874 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10875 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10876 * progmodes/verilog-mode.el (verilog-backward-token):
10877 * textmodes/ispell.el (lookup-words):
10878 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10879
10880 2011-11-14 Glenn Morris <rgm@gnu.org>
10881
10882 * progmodes/executable.el
10883 (executable-make-buffer-file-executable-if-script-p):
10884 Handle file-modes returning nil.
10885
10886 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10887 message - not necessary, and causes problems. (Bug#9831)
10888
10889 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10890
10891 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10892
10893 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10894 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10895 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10896
10897 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10898
10899 * window.el (window-resize, delete-window): Use window-splits
10900 variable instead of function.
10901 (window-state-get-1, window-state-put-2, window-state-put):
10902 Don't deal with windows' splits status.
10903
10904 2011-11-12 Glenn Morris <rgm@gnu.org>
10905
10906 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10907 (apropos-documentation): Doc fixes.
10908
10909 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
10910
10911 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10912 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10913
10914 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * electric.el (electric-indent-post-self-insert-function): Make it
10917 possible for a char to only indent in some circumstances.
10918 (electric-indent-mode): Simplify.
10919
10920 2011-11-11 Martin Rudalics <rudalics@gmx.at>
10921
10922 * window.el (windows-with-parameter): Remove unused function.
10923 (windows-at-side): Rename to window-at-side-list.
10924 (window-check, window-atom-check, window-atom-check-1)
10925 (window-side-check, window-size-ignore, window-size-fixed-1)
10926 (window-in-direction-2): Prefix with "window--".
10927 (window-tree-1): Rename to window--subtree, fix doc-string.
10928
10929 2011-11-11 Glenn Morris <rgm@gnu.org>
10930
10931 * subr.el (eval-after-load): If FILE is already loaded,
10932 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10933
10934 2011-11-10 Glenn Morris <rgm@gnu.org>
10935
10936 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10937 Call svn via vc-svn-command rather than vc-do-command.
10938 (vc-svn-command): Add --non-interactive. (Bug#9993)
10939 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10940
10941 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10942 Add toggle-read-only. (Bug#7292)
10943 * files.el (toggle-read-only): Mention that it should only
10944 be used interactively. (Bug#10006)
10945
10946 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10949 Adjust regexp for OCaml warnings.
10950
10951 * electric.el (electric-pair-post-self-insert-function): Let user
10952 turn it off buffer-locally (bug#9932).
10953
10954 * progmodes/python.el (python-beginning-of-statement):
10955 Rewrite (bug#2703).
10956
10957 * progmodes/compile.el: Better handle TABs (bug#9749).
10958 (compilation-internal-error-properties)
10959 (compilation-next-error-function): Obey the target buffer's
10960 compilation-error-screen-columns.
10961
10962 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
10963
10964 * progmodes/meta-mode.el: Remove obsolete comments.
10965 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10966 Fix typos in docstrings.
10967
10968 2011-11-09 Martin Rudalics <rudalics@gmx.at>
10969
10970 * window.el (window-size-fixed-p): Rewrite doc-string.
10971 (window-resizable-p): Rename to window--resizable-p. Update callers.
10972 (window--resizable): New function. Make all callers of
10973 window-resizable call window--resizable instead.
10974 (window-resizable): Rewrite in terms of window--resizable.
10975
10976 2011-11-08 Glenn Morris <rgm@gnu.org>
10977
10978 * progmodes/delphi.el (delphi-mode-syntax-table):
10979 Let define-derived-mode define a proper syntax table. (Bug#9994)
10980
10981 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * window.el: Stay away from defsubst.
10984 (window-list-no-nils): Remove.
10985 (window-state-get-1, window-state-get): Use backquote instead.
10986
10987 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10988
10989 * emacs-lisp/find-func.el (find-function-read):
10990 Fix incorrect use of default argument in `completing-read'.
10991
10992 2011-11-08 Martin Rudalics <rudalics@gmx.at>
10993
10994 * window.el (display-buffer-function, special-display-function):
10995 Mention display-buffer-record-window but do not mention
10996 help-setup parameter in doc-strings.
10997 (window-min-delta): Fix doc-string typo.
10998
10999 2011-11-08 Chong Yidong <cyd@gnu.org>
11000
11001 * window.el (window-total-height, window-total-width): Doc fix.
11002 (window-body-size): Move from C.
11003 (window-body-height, window-body-width): Move to C.
11004
11005 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * window.el: Make special-display like display-buffer-alist (bug#9532).
11008 (display-buffer--special-action): New function, morphed
11009 from display-buffer--special.
11010 (display-buffer): Use it to handle special-display-buffers at higher
11011 priority (just after display-buffer-alist).
11012 (display-buffer-fallback-action, display-buffer--other-frame-action)
11013 (pop-to-buffer-same-window): Remove display-buffer--special.
11014
11015 2011-11-07 Glenn Morris <rgm@gnu.org>
11016
11017 * calendar/cal-menu.el (cal-menu-set-date-title):
11018 Do nothing if not in a calendar. (Bug#9976)
11019
11020 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * files.el (find-file): Always use selected-window.
11023
11024 2011-11-07 Martin Rudalics <rudalics@gmx.at>
11025
11026 * window.el (window-combinations): Make WINDOW argument
11027 mandatory. Rewrite doc-string.
11028 (walk-window-subtree, window-atom-check, window-min-delta)
11029 (window-max-delta, window--resize-this-window)
11030 (window--resize-root-window-vertically, window-tree)
11031 (balance-windows, window-state-put): Rewrite doc-strings as to
11032 not mention the term "subwindow".
11033 (window--resize-subwindows-skip-p): Rename to
11034 window--resize-child-windows-skip-p.
11035 (window--resize-subwindows-normal): Rename to
11036 window--resize-child-windows-normal.
11037 (window--resize-subwindows): Rename to
11038 window--resize-child-windows.
11039 (window-or-subwindow-p): Rename to window--in-subtree-p.
11040
11041 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11042
11043 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
11044 Ensure that mbox format messages end in two newlines (Bug#9974).
11045
11046 2011-11-06 Chong Yidong <cyd@gnu.org>
11047
11048 * window.el (window-combination-p): Function deleted; its
11049 side-effect is not used in any existing code.
11050 (window-combinations, window-combined-p): Call window-*-child
11051 directly.
11052
11053 2011-11-05 Chong Yidong <cyd@gnu.org>
11054
11055 * window.el (window-valid-p): Rename from window-any-p.
11056 (window-size-ignore, window-state-get): Callers changed.
11057 (window-normalize-window): Rename from window-normalize-any-window.
11058 New arg LIVE-ONLY, replacing window-normalize-live-window.
11059 (window-normalize-live-window): Delete.
11060 (window-combination-p, window-combined-p, window-combinations)
11061 (walk-window-subtree, window-atom-root, window-min-size)
11062 (window-sizable, window-sizable-p, window-size-fixed-p)
11063 (window-min-delta, window-max-delta, window-resizable)
11064 (window-resizable-p, window-full-height-p, window-full-width-p)
11065 (window-current-scroll-bars, window-point-1, set-window-point-1)
11066 (window-at-side-p, window-in-direction, window-resize)
11067 (adjust-window-trailing-edge, maximize-window, minimize-window)
11068 (window-deletable-p, delete-window, delete-other-windows)
11069 (record-window-buffer, unrecord-window-buffer)
11070 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
11071 (quit-window, split-window, window-state-put)
11072 (set-window-text-height, fit-window-to-buffer)
11073 (shrink-window-if-larger-than-buffer): Callers changed.
11074
11075 2011-11-04 Eli Zaretskii <eliz@gnu.org>
11076
11077 * mail/rmail.el (rmail-simplified-subject): Decode subject with
11078 rfc2047-decode-string.
11079 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
11080 warnings.
11081
11082 * window.el (window-body-height, window-body-width): Mention in
11083 the doc string that the return values are in frame's canonical
11084 units. (Bug#9949)
11085
11086 2011-11-03 Alan Mackenzie <acm@muc.de>
11087
11088 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
11089 change in cc-engine.el.
11090
11091 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * window.el (switch-to-buffer): Use `force-same-window' interactively.
11094
11095 2011-11-02 Martin Rudalics <rudalics@gmx.at>
11096
11097 * window.el (quit-window): Call unrecord-window-buffer after
11098 showing another buffer in the window. (Bug#9937)
11099 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
11100
11101 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
11102
11103 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
11104 Accept status with more than 9 shelves. (Bug#9935)
11105 Reported by Colin D Bennett <colin@gibibit.com>.
11106
11107 2011-11-01 Martin Rudalics <rudalics@gmx.at>
11108
11109 * help.el (with-help-window): Don't reference
11110 temp-buffer-show-specifiers in doc-string.
11111
11112 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
11113
11114 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
11115 menu-item.
11116
11117 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11118
11119 * whitespace.el: New version 13.2.2.
11120 (whitespace-newline-mode): Disable properly. Reported by Sarah
11121 <EmacsWiki>.
11122
11123 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
11124
11125 * net/newst-treeview.el: Remove "Time-stamp".
11126 (newsticker--group-manage-orphan-feeds): Do not call
11127 newsticker--treeview-tree-update.
11128 (newsticker-treeview-update, newsticker-treeview):
11129 Call newsticker--treeview-tree-update if necessary.
11130
11131 2011-10-30 Martin Rudalics <rudalics@gmx.at>
11132
11133 * window.el (window-iso-combination-p, window-iso-combined-p)
11134 (window-iso-combinations): Remove "iso-" infix.
11135 Suggested by Chong Yidong.
11136 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
11137 (window-max-delta-1, window-resize, window--resize-siblings)
11138 (window--resize-this-window, adjust-window-trailing-edge)
11139 (split-window, balance-windows-1)
11140 (shrink-window-if-larger-than-buffer):
11141 * calendar/calendar.el (calendar-generate-window):
11142 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
11143
11144 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
11147 in place (bug#9907).
11148 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
11149 (eshell-rewrite-if-command, eshell-rewrite-for-command)
11150 (eshell-structure-basic-command, eshell-rewrite-while-command)
11151 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
11152 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
11153 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
11154 (eshell-do-pipelines-synchronously, eshell-eval-command):
11155 Use backquotes and prefer setq to set.
11156 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
11157 (eshell-macrop): Use functionp.
11158 (eshell-do-eval): Handle multiple expressions in `while' body.
11159
11160 2011-10-30 Chong Yidong <cyd@gnu.org>
11161
11162 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
11163 instead of set-mark (Bug#9810).
11164
11165 2011-10-30 Chong Yidong <cyd@gnu.org>
11166
11167 * window.el (split-window-below, split-window-right): Rename from
11168 split-window-above-each-other and split-window-side-by-side
11169 respectively. All callers changed.
11170 (split-window-sensibly, split-window-sensibly): Use them.
11171 (split-window-keep-point): Doc fix.
11172
11173 * isearch.el: Add isearch-scroll property to split-window-below
11174 and split-window-right.
11175
11176 * follow.el (follow-mode):
11177 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11178 * progmodes/ada-xref.el (ada-gdb-application):
11179 * emulation/vip.el (vip-buffer-in-two-windows):
11180 * image-dired.el (image-dired-dired-with-window-configuration):
11181 * dired-x.el (dired-do-find-marked-files):
11182 * dired.el (dired-pop-to-buffer):
11183 * bs.el (bs--show-with-configuration):
11184 * vc/emerge.el (emerge-setup-windows):
11185 * textmodes/two-column.el (2C-two-columns):
11186 * textmodes/reftex-toc.el (reftex-toc):
11187 * progmodes/gdb-mi.el (gdb-setup-windows):
11188 * progmodes/fortran.el (fortran-window-create):
11189 * net/newst-treeview.el (newsticker--treeview-window-init):
11190 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
11191 * emulation/tpu-edt.el (tpu-gold-map):
11192 * emulation/crisp.el (crisp-mode-map):
11193 * calendar/calendar.el (calendar-basic-setup): Callers changed.
11194
11195 2011-10-29 Chong Yidong <cyd@gnu.org>
11196
11197 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
11198
11199 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
11200
11201 * textmodes/flyspell.el (flyspell-word): Fix char offset for
11202 forged Ispell output (Bug#7904).
11203
11204 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
11205
11206 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * doc-view.el: Avoid ugly errors about not finding nil.
11209 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
11210 (doc-view-dvipdf-program, doc-view-unoconv-program)
11211 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
11212 Avoid nil or absolute file name as default value.
11213 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
11214
11215 2011-10-28 Alan Mackenzie <acm@muc.de>
11216
11217 * progmodes/cc-defs.el (c-version): -> 5.32.2.
11218
11219 2011-10-28 Alan Mackenzie <acm@muc.de>
11220
11221 Amend the handling of c-beginning/end-of-defun in nested declaration
11222 scopes.
11223
11224 * progmodes/cc-vars.el (c-defun-tactic): Move here from
11225 cc-langs.el. Change it to a defcustom.
11226
11227 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
11228 cc-vars.el.
11229
11230 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11231 Prevent "class foo : bar" being spuriously recognized as a label.
11232
11233 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
11234 Add parameter `inclusive' (to include enclosing braces in the region).
11235 (c-widen-to-enclosing-decl-scope): New function.
11236 (c-while-widening-to-decl-block): New macro.
11237 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
11238 outward for defun boundaries, and correspondingly change symbol
11239 `respect-enclosure' to `go-outward'.
11240 (c-declaration-limits): Change algorithm to report only the "innermost"
11241 defun's boundaries.
11242
11243 2011-10-28 Deniz Dogan <deniz@dogan.se>
11244
11245 * net/rcirc.el (rcirc-mode): Use hard newlines.
11246
11247 2011-10-28 Alan Mackenzie <acm@muc.de>
11248
11249 Amend to indent and fontify macros "which include their own semicolon"
11250 correctly, using the "virtual semicolon" mechanism.
11251
11252 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
11253
11254 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11255 Recode to scan one line at a time rather than having \n and \r
11256 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
11257 (c-forward-label): Amend for virtual semicolons.
11258 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
11259
11260 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
11261 of the new C macros.
11262
11263 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
11264 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
11265 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
11266 (c-opt-cpp-macro-define): Make into a full language variable.
11267 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
11268 AWK Mode (including \n, \r) removed, no longer needed.
11269
11270 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
11271 Invoke c-make-macro-with-semi-re.
11272
11273 * progmodes/cc-vars.el (c-macro-with-semi-re):
11274 (c-macro-names-with-semicolon): New variables.
11275 (c-make-macro-with-semi-re): New function.
11276
11277 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * vc/log-edit.el: Fill empty field rather than adding new one.
11280 (log-edit-add-field): New function.
11281 (log-edit-insert-changelog): Use it.
11282
11283 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11284
11285 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
11286
11287 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
11290 (gdb--check-interpreter): New function.
11291 (gdb): Use it.
11292
11293 2011-10-27 Glenn Morris <rgm@gnu.org>
11294
11295 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
11296 (least-positive-float, least-negative-float)
11297 (least-positive-normalized-float, least-negative-normalized-float)
11298 (float-epsilon, float-negative-epsilon):
11299 Remove unnecessary declarations.
11300
11301 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
11302 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11303 (least-positive-float, least-negative-float)
11304 (least-positive-normalized-float, least-negative-normalized-float)
11305 (float-epsilon, float-negative-epsilon): Add doc-strings,
11306 based on those in cl.texi.
11307
11308 * files.el (set-visited-file-name): If the major-mode changed,
11309 reload the local variables. (Bug#9796)
11310
11311 2011-10-27 Chong Yidong <cyd@gnu.org>
11312
11313 * subr.el (change-major-mode-after-body-hook): New hook.
11314 (run-mode-hooks): Run it.
11315
11316 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11317 Use change-major-mode-before-body-hook.
11318
11319 * simple.el (fundamental-mode):
11320 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
11321 change introducing fundamental-mode-hook.
11322
11323 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
11324
11325 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
11326
11327 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
11328
11329 * ido.el (ido-file-name-all-completions-1): Do not require
11330 tramp.el explicitly. (Bug#7583)
11331
11332 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11333
11334 * progmodes/octave-mod.el:
11335 * progmodes/octave-inf.el: Update maintainer.
11336
11337 2011-10-26 Chong Yidong <cyd@gnu.org>
11338
11339 * subr.el (with-wrapper-hook): Rewrite doc.
11340
11341 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
11342
11343 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
11344 filenames "/method:foo:". (Bug#9793)
11345
11346 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
11349 (bug#9865).
11350
11351 2011-10-24 Glenn Morris <rgm@gnu.org>
11352
11353 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
11354
11355 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
11356
11357 * notifications.el: Add the requirement of a running D-Bus session
11358 bus to the Commentary.
11359
11360 2011-10-24 Juri Linkov <juri@jurta.org>
11361
11362 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
11363 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
11364 (Bug#9364)
11365
11366 2011-10-24 Juri Linkov <juri@jurta.org>
11367
11368 * info.el (Info-following-node-name-re): Add newline to the list
11369 of allowed characters for leading space. (Bug#9824)
11370
11371 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * progmodes/octave-inf.el (inferior-octave-mode-map):
11374 Fix C-c C-h binding.
11375 * progmodes/octave-mod.el (octave-help): Remove.
11376
11377 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
11378
11379 Sync with Tramp 2.2.3.
11380
11381 * net/tramp-cache.el (top): Pacify byte-compiler using
11382 `init-file-user' and `site-run-file'.
11383
11384 * net/trampver.el: Update release number.
11385
11386 2011-10-23 Chong Yidong <cyd@gnu.org>
11387
11388 * files.el (toggle-read-only): Remove obsolete comment about
11389 version control.
11390
11391 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
11392 for toggle-read-only. Note that this hasn't called vc-next-action
11393 since 2008-05-02, though it wasn't documented at the time.
11394
11395 * vc/ediff-init.el (ediff-toggle-read-only-function):
11396 Use toggle-read-only.
11397
11398 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
11399
11400 Fix bug #9560, sporadic wrong indentation; improve instrumentation
11401 of c-parse-state.
11402
11403 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11404 correct faulty logical expression.
11405 (c-parse-state-state, c-record-parse-state-state):
11406 (c-replay-parse-state-state): New defvar/defuns.
11407 (c-debug-parse-state): Use new functions.
11408
11409 2011-10-22 Martin Rudalics <rudalics@gmx.at>
11410
11411 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
11412 last fix. Use window-in-direction correctly.
11413
11414 2011-10-21 Chong Yidong <cyd@gnu.org>
11415
11416 * progmodes/idlwave.el (idlwave-mode):
11417 * progmodes/vera-mode.el (vera-mode): No need to set
11418 require-final-newline; that's done in prog-mode.
11419 Suggested by Stefan Monnier.
11420
11421 2011-10-21 Martin Rudalics <rudalics@gmx.at>
11422
11423 * mouse.el (mouse-drag-window-above)
11424 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
11425 (mouse-drag-mode-line-1, mouse-drag-header-line)
11426 (mouse-drag-vertical-line-rightward-window): Remove.
11427 (mouse-drag-line): New function.
11428 (mouse-drag-mode-line, mouse-drag-header-line)
11429 (mouse-drag-vertical-line): Call mouse-drag-line.
11430 * window.el (window-at-side-p, windows-at-side): New functions.
11431
11432 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
11433
11434 * tar-mode.el (tar-grind-file-mode):
11435 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
11436
11437 2011-10-21 Chong Yidong <cyd@gnu.org>
11438
11439 * progmodes/idlwave.el (idlwave-mode):
11440 * progmodes/vera-mode.el (vera-mode):
11441 Use mode-require-final-newline.
11442
11443 2011-10-20 Glenn Morris <rgm@gnu.org>
11444
11445 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
11446
11447 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
11448
11449 * emulation/cua-base.el (cua-set-mark): Fix case of string.
11450
11451 2011-10-20 Chong Yidong <cyd@gnu.org>
11452
11453 * emulation/cua-base.el (cua-mode):
11454 * mail/footnote.el (footnote-mode):
11455 * mail/mailabbrev.el (mail-abbrevs-mode):
11456 * net/xesam.el (xesam-minor-mode):
11457 * progmodes/bug-reference.el (bug-reference-mode):
11458 * progmodes/cap-words.el (capitalized-words-mode):
11459 * progmodes/compile.el (compilation-minor-mode)
11460 (compilation-shell-minor-mode):
11461 * progmodes/gud.el (gud-tooltip-mode):
11462 * progmodes/hideif.el (hide-ifdef-mode):
11463 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11464 * progmodes/subword.el (subword-mode):
11465 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11466 * progmodes/which-func.el (which-function-mode):
11467 * term/tvi970.el (tvi970-set-keypad-mode):
11468 * term/vt100.el (vt100-wide-mode):
11469 * textmodes/flyspell.el (flyspell-mode):
11470 * textmodes/ispell.el (ispell-minor-mode):
11471 * textmodes/nroff-mode.el (nroff-electric-mode):
11472 * textmodes/paragraphs.el (use-hard-newlines):
11473 * textmodes/refill.el (refill-mode):
11474 * textmodes/reftex.el (reftex-mode):
11475 * textmodes/rst.el (rst-minor-mode):
11476 * textmodes/sgml-mode.el (html-autoview-mode)
11477 (sgml-electric-tag-pair-mode):
11478 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
11479 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
11480 * emulation/crisp.el (crisp-mode):
11481 * emacs-lisp/eldoc.el (eldoc-mode):
11482 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
11483 minor mode behavior.
11484
11485 2011-10-19 Juri Linkov <juri@jurta.org>
11486
11487 * descr-text.el (describe-char): Add #x2010 and #x2011 to
11488 the list of hard-coded chars with escape-glyph face.
11489
11490 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
11493
11494 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
11495
11496 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11497 running process.
11498
11499 2011-10-19 Glenn Morris <rgm@gnu.org>
11500
11501 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11502 Ignore ignored files. (Bug#9726)
11503
11504 2011-10-19 Chong Yidong <cyd@gnu.org>
11505
11506 Doc fix for minor modes, stating that an omitted argument enables
11507 the mode unconditionally when called from Lisp.
11508
11509 * abbrev.el (abbrev-mode):
11510 * allout.el (allout-mode):
11511 * autoinsert.el (auto-insert-mode):
11512 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11513 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11514 (global-auto-revert-mode):
11515 * battery.el (display-battery-mode):
11516 * composite.el (global-auto-composition-mode)
11517 (auto-composition-mode):
11518 * delsel.el (delete-selection-mode):
11519 * desktop.el (desktop-save-mode):
11520 * dired-x.el (dired-omit-mode):
11521 * dirtrack.el (dirtrack-mode):
11522 * doc-view.el (doc-view-minor-mode):
11523 * double.el (double-mode):
11524 * electric.el (electric-indent-mode, electric-pair-mode):
11525 * emacs-lock.el (emacs-lock-mode):
11526 * epa-hook.el (auto-encryption-mode):
11527 * follow.el (follow-mode):
11528 * font-core.el (font-lock-mode):
11529 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11530 * help.el (temp-buffer-resize-mode):
11531 * hilit-chg.el (highlight-changes-mode)
11532 (highlight-changes-visible-mode):
11533 * hi-lock.el (hi-lock-mode):
11534 * hl-line.el (hl-line-mode, global-hl-line-mode):
11535 * icomplete.el (icomplete-mode):
11536 * ido.el (ido-everywhere):
11537 * image-file.el (auto-image-file-mode):
11538 * image-mode.el (image-minor-mode):
11539 * iswitchb.el (iswitchb-mode):
11540 * jka-cmpr-hook.el (auto-compression-mode):
11541 * linum.el (linum-mode):
11542 * longlines.el (longlines-mode):
11543 * master.el (master-mode):
11544 * mb-depth.el (minibuffer-depth-indicate-mode):
11545 * menu-bar.el (menu-bar-mode):
11546 * minibuf-eldef.el (minibuffer-electric-default-mode):
11547 * mouse-sel.el (mouse-sel-mode):
11548 * msb.el (msb-mode):
11549 * mwheel.el (mouse-wheel-mode):
11550 * outline.el (outline-minor-mode):
11551 * paren.el (show-paren-mode):
11552 * recentf.el (recentf-mode):
11553 * reveal.el (reveal-mode, global-reveal-mode):
11554 * rfn-eshadow.el (file-name-shadow-mode):
11555 * ruler-mode.el (ruler-mode):
11556 * savehist.el (savehist-mode):
11557 * scroll-all.el (scroll-all-mode):
11558 * scroll-bar.el (scroll-bar-mode):
11559 * server.el (server-mode):
11560 * shell.el (shell-dirtrack-mode):
11561 * simple.el (auto-fill-mode, transient-mark-mode)
11562 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11563 (line-number-mode, column-number-mode, size-indication-mode)
11564 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11565 * strokes.el (strokes-mode):
11566 * time.el (display-time-mode):
11567 * t-mouse.el (gpm-mouse-mode):
11568 * tool-bar.el (tool-bar-mode):
11569 * tooltip.el (tooltip-mode):
11570 * type-break.el (type-break-mode-line-message-mode)
11571 (type-break-query-mode):
11572 * view.el (view-mode):
11573 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11574 (global-whitespace-mode, global-whitespace-newline-mode):
11575 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11576
11577 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11578 Fix autogenerated docstring.
11579
11580 2011-10-19 Juri Linkov <juri@jurta.org>
11581
11582 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11583 by checking environment variables "DESKTOP_SESSION" and
11584 "XDG_CURRENT_DESKTOP". (Bug#9779)
11585
11586 2011-10-19 Juri Linkov <juri@jurta.org>
11587
11588 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11589 (browse-url-chromium-program, browse-url-chromium-arguments):
11590 New defcustoms.
11591 (browse-url-default-browser): Check for `browse-url-chromium' and
11592 call `browse-url-chromium-program'.
11593 (browse-url-chromium): New command. (Bug#9779)
11594
11595 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * facemenu.el (list-colors-duplicates): On Windows, detect more
11598 duplicates by assuming that only colors matching "^System" are
11599 special "system colors". (Bug#9722)
11600
11601 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11602
11603 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11604 to distinguish the author from the committer.
11605
11606 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
11607
11608 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11609
11610 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11611
11612 * international/mule.el (sgml-html-meta-auto-coding-function):
11613 Add support for detecting encoding in HTML5 specified only as
11614 <meta charset="UTF-8">. Implementation just makes http-equiv and
11615 content-type parts from HTML4 encoding string optional. (Bug#9716)
11616
11617 2011-10-18 Glenn Morris <rgm@gnu.org>
11618
11619 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11620
11621 2011-10-18 Chong Yidong <cyd@gnu.org>
11622
11623 * faces.el (cursor): Doc fix.
11624
11625 2011-10-17 Chong Yidong <cyd@gnu.org>
11626
11627 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11628
11629 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
11630
11631 * dirtrack.el (dirtrack): Support shell buffers with path
11632 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11633
11634 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11635
11636 * json.el: Bump version to 1.3 and note change in History.
11637 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11638
11639 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * comint.el (comint-insert-input, comint-send-input)
11642 (comint-get-old-input-default, comint-backward-matching-input)
11643 (comint-next-prompt): Use nil instead of `input' for field property of
11644 past user input (bug#114).
11645
11646 * minibuffer.el (completion--replace): Inherit surrounding properties
11647 (bug#114).
11648 (minibuffer-complete-and-exit): Use it.
11649
11650 * comint.el (comint--table-subvert): Quote the all-completions output
11651 (bug#9160).
11652
11653 2011-10-17 Martin Rudalics <rudalics@gmx.at>
11654
11655 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
11656
11657 * menu-bar.el (menu-bar-file-menu): Add entry for making new
11658 window on right of selected. (Bug#9350) Reword other window
11659 entries and separate them from frame entries.
11660
11661 2011-10-15 Glenn Morris <rgm@gnu.org>
11662
11663 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11664 Doc fixes.
11665
11666 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
11667
11668 * net/network-stream.el (network-stream-open-starttls):
11669 Improve detection of failure due to lack of TLS support.
11670
11671 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11672 putting the input text in front and in bold.
11673
11674 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11677
11678 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11679 empty buffer.
11680
11681 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11682 unread-command-events rather than pushing yet-another event.
11683
11684 2011-10-14 Eli Zaretskii <eliz@gnu.org>
11685
11686 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11687 the explanation of the possible choices. Make the options passed
11688 to completing-read shorter.
11689
11690 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11691
11692 * textmodes/flyspell.el (flyspell-large-region): Make sure
11693 extended character mode is used if defined (Bug#1339).
11694
11695 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11696
11697 * simple.el (what-cursor-position): Fix the display of the
11698 character info for LRE, LRO, RLE, and RLO characters by appending
11699 an invisible PDF.
11700
11701 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11704 even in case of error; add debug spec; simplify data flow.
11705 (with-timeout-handler): Remove.
11706
11707 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
11708
11709 Fix Bug#6019, Bug#9315.
11710
11711 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11712 complete `buffer-file-name', the local file name part could look
11713 remotely (for example on VMS).
11714
11715 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11716 `tramp-run-real-handler'.
11717 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11718 already quoted by '"'.
11719
11720 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11721 Let `file-name-handler-alist' be nil, the local file name part
11722 could look remotely (for example on VMS).
11723
11724 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11727 from here...
11728 (flyspell-post-command-hook): ...to here.
11729
11730 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11733 if not needed.
11734 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11735 using completion. Protect against "slow" callers.
11736 Remove the "message hack".
11737
11738 2011-10-11 Juri Linkov <juri@jurta.org>
11739
11740 * isearch.el (isearch-lazy-highlight-word): New variable.
11741 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11742 Use it. (Bug#9727)
11743
11744 2011-10-11 Glenn Morris <rgm@gnu.org>
11745
11746 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11747 like f90-previous-statement does.
11748
11749 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11750
11751 * eshell/eshell.el (eshell-command): History should be saved
11752 only in interactive use, to avoid error.
11753
11754 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * minibuffer.el (completion-file-name-table): Fix last change,
11757 i.e. ignore normal errors but not the other ones.
11758
11759 2011-10-10 Martin Rudalics <rudalics@gmx.at>
11760
11761 * window.el (special-display-buffer-names)
11762 (special-display-regexps): Remove some remnants of earlier
11763 changes from doc-strings.
11764 (quit-windows-on): New function.
11765
11766 * vc/vc.el (vc-revert, vc-rollback):
11767 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11768 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
11769 (Bug#6183) (Bug#7074) (Bug#7447)
11770
11771 2011-10-09 Martin Rudalics <rudalics@gmx.at>
11772
11773 * window.el (frame-auto-hide-function): Add version tag.
11774 (Bug#9699)
11775
11776 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
11777
11778 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11779 condition.
11780
11781 2011-10-09 Leo Liu <sdl.web@gmail.com>
11782
11783 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11784 (Bug#9701)
11785
11786 2011-10-08 Glenn Morris <rgm@gnu.org>
11787
11788 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11789 before the first code statement zero indent. (Bug#9690)
11790
11791 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
11792
11793 * simple.el (count-words-region): Always count in the region.
11794 Report the number of lines and characters too.
11795 (count-words): New command, which counts in the buffer if the
11796 region is inactive, as count-words-region used to.
11797 (count-words--message): New function. Handle plurals.
11798 (count-lines-region): Make it an alias for count-words-region.
11799
11800 * bindings.el (esc-map): Replace count-lines-region with
11801 count-words-region.
11802
11803 2011-10-08 Martin Rudalics <rudalics@gmx.at>
11804
11805 * window.el (window--delete): Delete dedicated frame
11806 unconditionally when argument KILL is non-nil. (Bug#9699)
11807 (switch-to-buffer): Fix doc-string typo.
11808
11809 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11810
11811 * eshell/eshell.el (eshell-command): Avoid using hooks.
11812
11813 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
11814
11815 * bindings.el ([M-left],[M-right]): Bind to left-word and
11816 right-word respectively.
11817
11818 2011-10-07 Glenn Morris <rgm@gnu.org>
11819
11820 * cus-start.el (debug-on-quit): Fix custom type.
11821
11822 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11823
11824 * subr.el (define-key-after): Clarify that the function is not
11825 useful for non-menu keymaps.
11826
11827 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11828
11829 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11830
11831 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11832 in current minibuffer (Fix bug with recursive minibuffers).
11833
11834 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
11835
11836 * progmodes/gdb-mi.el (gdb): Doc fix.
11837
11838 2011-10-05 Martin Rudalics <rudalics@gmx.at>
11839
11840 * window.el (frame-auto-hide-function): New option replacing
11841 frame-auto-delete. Suggested by Stefan Monnier.
11842 (window--delete): Call frame-auto-hide-function instead of
11843 investigating frame-auto-delete.
11844 (window-point-1, set-window-point-1): New functions.
11845 (window-in-direction, record-window-buffer, window-state-get-1)
11846 (display-buffer-record-window): Use window-point-1 instead of
11847 window-point.
11848 (set-window-buffer-start-and-point): Use set-window-point-1.
11849
11850 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11851
11852 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11853
11854 2011-10-05 Glenn Morris <rgm@gnu.org>
11855
11856 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11857 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11858
11859 2011-10-05 Leo Liu <sdl.web@gmail.com>
11860
11861 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11862 works with buffer object.
11863
11864 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * mpc.el (mpc-tool-bar-map): Add labels.
11867
11868 2011-10-04 Glenn Morris <rgm@gnu.org>
11869
11870 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11871
11872 2011-10-04 Martin Rudalics <rudalics@gmx.at>
11873
11874 * window.el (window--delete): New function.
11875 (frame-auto-delete): Resuscitate option.
11876 (bury-buffer, replace-buffer-in-windows)
11877 (quit-window): Rewrite using window--delete.
11878 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11879 Pass display-buffer-mark-dedicated to window--display-buffer-2
11880 (Bug#9639).
11881
11882 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11885 returns a list (bug#9554). Add remote file name completion.
11886 * comint.el (comint--table-subvert): Curry and get quote&unquote
11887 functions as arguments.
11888 (comint--complete-file-name-data): Adjust call accordingly.
11889 * pcomplete.el (pcomplete--table-subvert): Remove.
11890 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11891
11892 * minibuffer.el (completion-table-case-fold): Use currying.
11893 (completion--styles-type, completion--cycling-threshold-type):
11894 New constants.
11895 (completion-styles, completion-category-overrides)
11896 (completion-cycle-threshold): Use them.
11897 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11898 completion-table-case-fold.
11899
11900 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
11901
11902 * minibuffer.el (completion-category-overrides): Fix type of styles
11903 and add more user friendly tags (bug#9660).
11904
11905 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11908 (mule-input-method-string): New widget.
11909 (default-input-method, language-info-custom-alist): Use it.
11910
11911 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * pcomplete.el: Require comint.
11914 (pcomplete--common-suffix): Remove.
11915 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11916 (pcomplete--table-subvert): Sync with comint--table-subvert.
11917 (pcomplete--entries): Use comint-completion-file-name-table.
11918 * comint.el (comint-unquote-filename): Simplify.
11919 (comint-completion-file-name-table): New function (bug#9616).
11920 (comint--complete-file-name-data): Use it.
11921
11922 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11923 (pcmpl-gnu-tar-buffer): Remove.
11924 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11925 around. Make sure pcomplete-suffix-list is only changed temporarily.
11926 Don't look inside the tar's file if it's too large.
11927
11928 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
11929
11930 * cus-edit.el (custom-mode-map):
11931 * epa.el (epa-key-list-mode-map):
11932 * man.el (Man-mode-map):
11933 * startup.el (splash-screen-keymap):
11934 * simple.el (special-mode-map): Use scroll-up-command and
11935 scroll-down-command.
11936
11937 * progmodes/idlw-help.el (idlwave-help-mode-map):
11938 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11939 * net/newst-plainview.el (newsticker-mode-map):
11940 * emulation/ws-mode.el (wordstar-mode-map):
11941 * emulation/vi.el (vi-com-map):
11942 * calc/calc-graph.el (calc-graph-show-dumb):
11943 * term/sun.el (terminal-init-sun):
11944 * term/ns-win.el (global-map):
11945 * progmodes/grep.el (grep-mode-map):
11946 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11947 * mail/rmail.el (rmail-mode-map):
11948 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11949
11950 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11951 custom-safe-themes as special.
11952
11953 2011-10-01 Julien Danjou <julien@danjou.info>
11954
11955 * notifications.el (notifications-notify): Fix docstring.
11956
11957 2011-10-01 Per Starbäck <per@starback.se>
11958
11959 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11960
11961 2011-09-30 Martin Rudalics <rudalics@gmx.at>
11962
11963 * startup.el (command-line-1): Fix last fix by inserting
11964 initial-scratch-message into *scratch* before displaying it.
11965 (Bug#9605) and (Bug#9636)
11966
11967 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11968
11969 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11970 window is hscrolled, move by logical lines. (Bug#9607)
11971 (line-move-visual): Update the doc string to the above effect.
11972
11973 2011-09-29 Martin Rudalics <rudalics@gmx.at>
11974
11975 * window.el (display-buffer-record-window): When WINDOW is the
11976 selected window use `point' instead of `window-point'. (Bug#9626)
11977
11978 * startup.el (command-line-1): Use insert-before-markers when
11979 inserting initial-scratch-message. (Bug#9605)
11980
11981 * help.el (help-window): Remove variable.
11982
11983 2011-09-29 Glenn Morris <rgm@gnu.org>
11984
11985 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11986
11987 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
11988
11989 * descr-text.el (describe-char-categories): Accept category
11990 descriptions more than one line long.
11991
11992 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * simple.el (delete-trailing-whitespace): Fix last change.
11995
11996 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11997 Don't confuse "y => 3" as the beginning of a `y' operation.
11998
11999 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
12000 object has more than 4 slots (bug#9613).
12001
12002 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
12003
12004 * subr.el (with-output-to-temp-buffer):
12005 * net/quickurl.el (quickurl, quickurl-browse-url):
12006 Fix typos in docstrings.
12007
12008 2011-09-27 Eli Zaretskii <eliz@gnu.org>
12009
12010 * minibuffer.el (completion-styles)
12011 (completion-category-overrides): Cross reference each other in doc
12012 strings.
12013
12014 2011-09-27 Glenn Morris <rgm@gnu.org>
12015
12016 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
12017 to split-string. (Bug#9606)
12018
12019 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12020
12021 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
12022 (bug#9615).
12023
12024 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
12025
12026 * emacs-lisp/package.el (list-packages): Fix echo area message.
12027
12028 2011-09-27 Leo Liu <sdl.web@gmail.com>
12029
12030 * ido.el (ido-read-internal): Accept cons cell HIST arg.
12031
12032 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
12033
12034 * net/dbus.el (dbus-unregister-object): Don't release services for
12035 registered signals. (Bug#9581)
12036
12037 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12038
12039 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
12040 function that picks between cfengine 2 and 3 support
12041 automatically. Update docs accordingly.
12042
12043 2011-09-22 Kenichi Handa <handa@m17n.org>
12044
12045 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
12046 ZERO.
12047 (indian-itrans-v5-table-for-tamil): New variable.
12048 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
12049
12050 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
12051
12052 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
12053 that's true if the current command involved collapsing of text.
12054 It's reset to false at the beginning of the next command.
12055 (allout-post-command-business): Move the cursor to the beginning
12056 of entry if the cursor is hidden and collapsing activity just
12057 happened.
12058
12059 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
12060
12061 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
12062 tracking (Bug#9541).
12063
12064 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
12065
12066 * net/newst-reader.el (newsticker-html-renderer)
12067 (newsticker-show-news): Automatically load html rendering package
12068 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
12069 because w3m-fill-column is let-bound" and the error "Symbol's value
12070 as variable is void: w3m-fill-column".
12071
12072 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
12073
12074 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
12075 Release services only if they are defined. (Bug#9581)
12076
12077 2011-09-23 Richard Stallman <rms@gnu.org>
12078
12079 * textmodes/paragraphs.el (forward-sentence): For backwards case,
12080 distinguish start of paragraph from start of its text.
12081
12082 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
12083
12084 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
12085 (rmail-generate-viewer-buffer): Put that hook on view buffer.
12086 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
12087
12088 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
12089
12090 * international/mule-diag.el (mule-diag): Insert a newline after
12091 each fontset description.
12092
12093 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * simple.el (delete-trailing-whitespace):
12096 Document last change; simplify.
12097
12098 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
12099
12100 * simple.el (delete-trailing-whitespace): Also delete
12101 extra newlines at the end of the buffer.
12102
12103 * textmodes/picture.el: Make motion commands obey shift-select-mode.
12104 (picture-newline): Use forward-line so as to ignore fields.
12105
12106 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * subr.el (with-wrapper-hook): Fix edebug spec.
12109
12110 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12111
12112 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
12113 (bug#4538).
12114
12115 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
12116
12117 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
12118 Fix nasty bug using wrong cached values.
12119
12120 2011-09-23 Alan Mackenzie <acm@muc.de>
12121
12122 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
12123
12124 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
12125
12126 * window.el (pop-to-buffer): Ensure right window is selected if we
12127 chose another frame.
12128
12129 2011-09-22 Eli Zaretskii <eliz@gnu.org>
12130
12131 * simple.el (what-cursor-position): Use get-char-property-change
12132 and next-single-char-property-change, to be able to show display
12133 properties that come from overlays as well as text properties.
12134
12135 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
12136
12137 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
12138
12139 * cmuscheme.el (run-scheme, switch-to-scheme):
12140 * cus-edit.el (customize-group, custom-buffer-create)
12141 (customize-browse):
12142 * info.el (info):
12143 * shell.el (shell):
12144 * mail/sendmail.el (mail):
12145 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
12146
12147 2011-09-22 Richard Stallman <rms@gnu.org>
12148
12149 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
12150 move back only to line beg, don't move back over blank lines.
12151
12152 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
12153
12154 * files.el (copy-directory): Set directory attributes only in case
12155 they could be retrieved from the source directory. (Bug#9565)
12156
12157 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
12158
12159 * progmodes/hideshow.el (hs-looking-at-block-start-p)
12160 (hs-find-block-beginning, hs-hide-level-recursive):
12161 Ignore strings as well as comments. (Bug#9502)
12162
12163 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
12164
12165 * progmodes/sql.el (sql-comint-postgres):
12166 Convert port number to a string. (Bug#9566)
12167
12168 2011-09-22 Martin Rudalics <rudalics@gmx.at>
12169
12170 * window.el (quit-window): Undedicate window when switching to
12171 previous buffer. Reported by Thierry Volpiatto
12172 <thierry.volpiatto@gmail.com>.
12173 (special-display-popup-frame): When popping up a new frame reset
12174 its previous buffers to nil. Simplify code.
12175
12176 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
12177
12178 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
12179 and process filter, as done also in `shell-command'.
12180
12181 2011-09-21 Martin Rudalics <rudalics@gmx.at>
12182
12183 * window.el (set-window-buffer-start-and-point):
12184 Call set-window-start with NOFORCE argument t.
12185 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12186 (quit-window): Reword doc-string. Handle new format of
12187 quit-restore parameter. Don't delete window if it has a
12188 previous buffer we can show instead of the present one.
12189 (display-buffer-record-window): Rewrite using a new format for
12190 the quit-restore window parameter
12191 (special-display-popup-frame, display-buffer-same-window)
12192 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12193 (display-buffer-pop-up-window, display-buffer-use-some-window):
12194 Adapt symbol passed to display-buffer-record-window.
12195 * help.el (help-window-setup): Handle new format of quit-restore
12196 parameter.
12197
12198 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * faces.el (face-list): Fix docstring (bug#9564).
12201
12202 * window.el (display-buffer--action-function-custom-type):
12203 Don't include internal functions in the Custom interface.
12204
12205 2011-09-20 Juri Linkov <juri@jurta.org>
12206
12207 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
12208 (Info-forward-node, Info-backward-node, Info-next-preorder)
12209 (Info-last-preorder): Use it. (Bug#9528)
12210
12211 2011-09-20 Juri Linkov <juri@jurta.org>
12212
12213 * info.el (Info-last-preorder): Visit last menu item only when
12214 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
12215
12216 2011-09-20 Julien Danjou <julien@danjou.info>
12217
12218 * password-cache.el (password-cache-remove): Remove entries even if the
12219 value is nil, so that password with a nil value (negative caching) is
12220 possible to invalidate.
12221
12222 2011-09-20 Lawrence Mitchell <wence@gmx.li>
12223
12224 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
12225 all whitespace around breakpoint. (Bug#9553)
12226 (f90-find-breakpoint): Only break at whitespace inside a comment.
12227
12228 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * minibuffer.el (completion-file-name-table): Keep track of errors.
12231 (completion-table-with-predicate): Handle the case where pred1 is nil.
12232 * pcomplete.el (pcomplete-completions-at-point): Simplify.
12233
12234 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
12237 (debugger-return-value): Signal an error if the debugging context does
12238 not await any return value.
12239
12240 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
12241 * image-mode.el (image-toggle-display-text)
12242 (image-toggle-display-image): Stay away from evil `intangible'.
12243
12244 2011-09-19 Leo Liu <sdl.web@gmail.com>
12245
12246 * replace.el (occur-revert-arguments): Make it permanent-local.
12247 (occur-mode): Don't call font-lock-defontify.
12248
12249 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
12250
12251 * net/ldap.el (ldap-search-internal): Don't push empty search
12252 result (Bug#9508).
12253
12254 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
12257
12258 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
12259
12260 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
12261 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
12262
12263 2011-09-18 Juri Linkov <juri@jurta.org>
12264
12265 * buff-menu.el (Buffer-menu-mode-map):
12266 * dired.el (dired-mode-map):
12267 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
12268 (lisp-interaction-mode-map):
12269 * emacs-lisp/package.el (package-menu-mode-map):
12270 * epa.el (epa-key-list-mode-map):
12271 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
12272 (menu-bar-options-menu):
12273 * outline.el (outline-mode-menu-bar-map):
12274 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
12275 * vc/vc-dir.el (vc-dir-menu-map):
12276 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
12277 Capitalize non-function content words in menu item strings.
12278
12279 * dired.el (dired-mode-map): Add menu item for
12280 `image-dired-dired-toggle-marked-thumbs'.
12281
12282 2011-09-18 Juri Linkov <juri@jurta.org>
12283
12284 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
12285 to `isearch-case-fold-search' and restore its original value
12286 after the `isearch-mode' call.
12287
12288 2011-09-18 Juri Linkov <juri@jurta.org>
12289
12290 * progmodes/grep.el (grep-process-setup): Don't check code for 1
12291 because `zgrep' returns 1 for successful matches (bug#9226).
12292
12293 2011-09-18 Juri Linkov <juri@jurta.org>
12294
12295 * info.el (Info-extract-menu-node-name): Check the second match
12296 for empty string (second test-case of bug#9528).
12297 (Info-last-preorder): Let-bind `Info-history' to nil to not add
12298 intermediate nodes to the history (first test-case of bug#9528).
12299
12300 2011-09-18 Juri Linkov <juri@jurta.org>
12301
12302 * info.el (Info-mode-syntax-table): New variable.
12303 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
12304
12305 2011-09-18 Juri Linkov <juri@jurta.org>
12306
12307 * info.el (Info-file-supports-index-cookies):
12308 Increment line-beginning-position's arg from 3 to 4 because makeinfo
12309 outputs one more line for long file names (bug#4142).
12310
12311 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12312
12313 * newcomment.el (comment-normalize-vars): If prompting for
12314 comment-start, set comment-start-skip too (Bug#8424).
12315
12316 2011-09-18 Johan Bockgård <bojohan@gnu.org>
12317
12318 * icomplete.el: Fix previous fix of Bug#5849.
12319 (icomplete-mode): Don't set completion-show-inline-help.
12320 (icomplete-minibuffer-setup): Set completion-show-inline-help
12321 locally during icompletion.
12322
12323 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
12324
12325 * woman.el (woman2-process-escapes): Don't delete unrecognized
12326 escapes (Bug#7843).
12327
12328 * files.el (inhibit-first-line-modes-regexps): Add image files.
12329 (hack-local-variables-prop-line): Return nil for malformed
12330 prop-lines (Bug#9044).
12331
12332 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
12333
12334 * net/tramp.el (top): Don't require 'shell.
12335 (tramp-methods): Fix docstring.
12336 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
12337 Return complete remote file name. Handle "smb" case.
12338 Use `tramp-tmpdir', if defined for the respective method.
12339 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
12340
12341 * net/tramp-compat.el (top): Require 'shell.
12342
12343 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12344 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
12345 `tramp-current-host'.
12346 (tramp-get-remote-tmpdir): Remove.
12347
12348 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
12349 `tramp-tmpdir' entries.
12350 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
12351 (tramp-smb-handle-file-attributes): Ignore errors.
12352 (tramp-smb-wait-for-output): Check also for process end.
12353
12354 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12355
12356 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
12357 when sending QUIT (bug#9312).
12358
12359 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
12360
12361 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
12362 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
12363 occur-mode-display-occurrence.
12364 (occur-edit-mode): Add usage message.
12365 (occur-cease-edit): New command.
12366 (occur-after-change-function): Use text properties to find the
12367 position of the prefix text.
12368 (occur-engine): Set stickiness of prefix text properties.
12369
12370 2011-09-17 Glenn Morris <rgm@gnu.org>
12371
12372 * progmodes/etags.el (complete-tag):
12373 Fix call to completion-in-region. (Bug#9526)
12374
12375 2011-09-17 Juri Linkov <juri@jurta.org>
12376
12377 * textmodes/ispell.el (ispell-word): Add to the error message
12378 the word, ispell program name and current dictionary (bug#9121).
12379 (ispell-tex-arg-end): Capitalize "error" in the error message.
12380
12381 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
12382
12383 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
12384 check. (Bug#4251)
12385
12386 2011-09-17 Juri Linkov <juri@jurta.org>
12387
12388 * window.el (window-safe-min-height, window-safe-min-width):
12389 Fix typos (followup to bug#9522).
12390
12391 2011-09-17 Sven Joachim <svenjoac@gmx.de>
12392
12393 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
12394
12395 2011-09-16 Eli Zaretskii <eliz@gnu.org>
12396
12397 * simple.el (line-move): If goal-column is set, move by logical
12398 lines, not by display lines. (Bug#971)
12399 (next-line, previous-line, goal-column, line-move-visual): Doc fix
12400 to reflect the above change.
12401
12402 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12403
12404 * image.el (imagemagick-register-types): Use regexp-opt.
12405
12406 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12407
12408 * window.el (display-buffer-base-action): Rename from
12409 display-buffer-default-action. Make default value empty.
12410 (display-buffer-overriding-action): Convert to defvar.
12411 (display-buffer-fallback-action): New var.
12412
12413 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
12414
12415 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
12416 declaration.
12417 (package--add-to-archive-contents): If there is a duplicate entry
12418 with an older version, remove it.
12419 (package-menu-mark-delete, package-menu-mark-install)
12420 (package-menu-mark-unmark): Make unused args optional.
12421 (package-menu-mark-obsolete-for-deletion):
12422 Use package-menu-get-status instead of a regexp search.
12423 (package-menu-get-status): Use tabulated-list-entry.
12424 (package-menu-mark-upgrades): New command.
12425 (package-menu-mode-map): Bind it to U. Add it to menu bar.
12426 (package-menu-execute): Do installation before deletion.
12427 (package-menu-refresh, package-menu-execute): Use derived-mode-p
12428 instead of checking major-mode.
12429 (package-menu--find-upgrades): New function.
12430
12431 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12432
12433 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
12434 passwords in the log buffer.
12435 (smtpmail-process-filter): Update the process marker so that the
12436 "broken by peer" status message is inserted in the right place.
12437
12438 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
12441 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
12442 bibtex-completion-at-point-function.
12443 (bibtex-completion-at-point-function): Use them.
12444
12445 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
12446
12447 * mpc.el (mpc-constraints-tag-lookup): New function.
12448 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
12449 also to browser "album|playlist".
12450
12451 2011-09-14 Juri Linkov <juri@jurta.org>
12452
12453 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
12454 (isearch-edit-string): Use length of `isearch-string' when
12455 `isearch-fail-pos' returns nil.
12456 (isearch-message): Remove duplicate code and call
12457 `isearch-fail-pos' with arg `t'.
12458
12459 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
12460
12461 * replace.el (occur-mode-goto-occurrence): Don't force using other
12462 window (Bug#9499).
12463
12464 * dired-aux.el (dired-do-chmod): Don't provide initial input.
12465
12466 2011-09-14 Martin Rudalics <rudalics@gmx.at>
12467
12468 * window.el (display-buffer-window): Remove.
12469 (display-buffer-record-window): Use help-setup window parameter
12470 instead of variable display-buffer-window.
12471 (display-buffer-function, special-display-buffer-names)
12472 (special-display-function): Mention help-setup parameter instead
12473 of display-buffer-window in doc-string.
12474 * help.el (help-window-setup): New argument help-window.
12475 Use help-window-setup parameter instead of display-buffer-window.
12476 Reword some messages.
12477 (with-help-window): Pass window used for displaying the buffer
12478 to help-window-setup. Don't set display-buffer-window.
12479
12480 2011-09-13 Glenn Morris <rgm@gnu.org>
12481
12482 * emacs-lisp/debug.el (debugger-make-xrefs):
12483 Preserve point. (Bug#9462)
12484
12485 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12486
12487 * window.el (window-deletable-p): Use next-frame.
12488
12489 2011-09-13 Martin Rudalics <rudalics@gmx.at>
12490
12491 * window.el (window-auto-delete): Remove.
12492 (window-deletable-p): Remove argument FORCE. Don't deal with
12493 dedication and previous buffers.
12494 (switch-to-prev-buffer): Don't delete window.
12495 (delete-windows-on): Delete a window's frame if and only if the
12496 window is dedicated.
12497 (replace-buffer-in-windows): Delete buffer's window or frame if
12498 and only if window is dedicated.
12499 (quit-window): Handle quit-restore as before last change.
12500 (bury-buffer): Delete window only if window-deletable-p returns t.
12501
12502 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
12503
12504 * window.el (window-deletable-p): Never delete the last frame on a
12505 given terminal.
12506
12507 2011-09-13 Glenn Morris <rgm@gnu.org>
12508
12509 * help.el (describe-key-briefly): Copy previous standard-output change.
12510
12511 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
12512
12513 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12514
12515 2011-09-13 Glenn Morris <rgm@gnu.org>
12516
12517 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12518 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12519
12520 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
12521
12522 * dired-aux.el (dired-mark-read-string): Don't return default
12523 value on empty input (Bug#9361).
12524 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12525 Omit initial minibuffer contents.
12526 (dired-do-chmod): Signal an error on empty input.
12527 (dired-mark-read-string): Don't return default on empty input.
12528
12529 * files.el (file-modes-symbolic-to-number): Doc fix.
12530
12531 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * international/mule-cmds.el (ucs-completions): Remove.
12534 (read-char-by-name): Use complete-with-action instead; add metadata.
12535
12536 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12537
12538 * window.el (display-buffer--action-function-custom-type)
12539 (display-buffer--action-custom-type): New vars.
12540 (display-buffer-alist, display-buffer-default-action)
12541 (display-buffer-overriding-action): Add defcustom types.
12542
12543 * frame.el (delete-other-frames): Doc fix (Bug#276).
12544
12545 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12546
12547 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12548
12549 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
12550
12551 Change modes that used same-window-* vars to use switch-to-buffer.
12552
12553 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12554 Use switch-to-buffer.
12555
12556 * cus-edit.el (customize-group, custom-buffer-create)
12557 (customize-browse, custom-buffer-create-other-window):
12558 Use switch-to-buffer or switch-to-buffer-other-window.
12559
12560 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12561 (Info-prev, Info-up, Info-speedbar-goto-node)
12562 (info-display-manual): Use switch-to-buffer.
12563 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12564
12565 * mail/sendmail.el (mail): Use switch-to-buffer.
12566 (mail-recover): Use switch-to-buffer-other-window.
12567
12568 * cmuscheme.el (run-scheme, switch-to-scheme):
12569 * ielm.el (ielm):
12570 * shell.el (shell):
12571 * net/rlogin.el (rlogin):
12572 * net/telnet.el (telnet, rsh):
12573 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12574
12575 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12576
12577 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12578
12579 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12580
12581 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12582 so don't mention it (bug#9301).
12583 (dired-sort-toggle-or-edit): Clarify string further.
12584
12585 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12586 match `x', `w32' and `ns', like the manual says (bug#9029).
12587
12588 * subr.el (eval-after-load): Doc string clarification (bug#9125).
12589 (process-kill-buffer-query-function): Mention the buffer name in
12590 the query.
12591
12592 * image-mode.el (image-next-line): The line parameter is mandatory
12593 (bug#9258).
12594
12595 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12596 which can be useful (bug#9301).
12597
12598 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12599
12600 * subr.el (match-string): Mention that the current buffer should
12601 be the same as the search was done in (bug#9282).
12602
12603 * facemenu.el: Disable the remove-* commands if the mark isn't
12604 active (bug#9162).
12605
12606 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12607
12608 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12609 of display-buffer.
12610 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12611
12612 * replace.el (occur-mode-goto-occurrence)
12613 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12614 and display-buffer.
12615
12616 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12617 display-buffer.
12618
12619 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12620 special-display and same-window variables.
12621 (mail-other-window): Use switch-to-buffer-other-window.
12622 (mail-other-frame): USe switch-to-buffer-other-frame.
12623
12624 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12625 Use display-buffer-other-frame.
12626 (gdb-display-gdb-buffer): Use pop-to-buffer.
12627
12628 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12629
12630 * progmodes/python.el: Don't set same-window-buffer-names.
12631
12632 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12633
12634 * window.el (display-buffer-alist): Add *Python*.
12635
12636 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
12637
12638 * window.el (display-buffer-alist): Add entry for buffers
12639 previously handled same-window-*.
12640 (display-buffer-alist, display-buffer-default-action)
12641 (display-buffer-overriding-action): Mark as risky.
12642 (display-buffer-alist): Document action function changes.
12643 (display-buffer--same-window-action)
12644 (display-buffer--other-frame-action): New variables.
12645 (switch-to-buffer, display-buffer-other-frame): Use them.
12646 (display-buffer): Rename reuse-frame entry to reusable-frames.
12647 (display-buffer-reuse-selected-window): Function deleted.
12648 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12649 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12650 (display-buffer-special): New function.
12651 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12652 display-buffer-reuse-or-pop-window. Split off special-display
12653 part into display-buffer-special.
12654 (display-buffer-use-some-window): Don't perform any special
12655 pop-up-frames handling.
12656 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
12657 (display-buffer--maybe-same-window): Rename from
12658 display-buffer-maybe-same-window.
12659
12660 * info.el: Don't set same-window-regexps.
12661 (info-setup): New function.
12662 (info-other-window, info): Call it.
12663
12664 * cus-edit.el: Don't set same-window-regexps.
12665 (customize-group): New argument.
12666 (customize-group-other-window): Use it.
12667 (customize-face, customize-face-other-window): Likewise.
12668 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12669
12670 * net/rlogin.el:
12671 * net/telnet.el:
12672 * progmodes/gud.el: Don't set same-window-regexps.
12673
12674 * cmuscheme.el:
12675 * ielm.el:
12676 * shell.el:
12677 * mail/sendmail.el:
12678 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12679
12680 2011-09-10 Juri Linkov <juri@jurta.org>
12681
12682 * isearch.el (isearch-edit-string): Remove obsolete mention of
12683 `C-w' (`isearch-yank-word-or-char') from docstring.
12684 (isearch-query-replace): Fix typo in docstring (bug#9466).
12685
12686 2011-09-10 Juri Linkov <juri@jurta.org>
12687
12688 * paren.el (show-paren-function): Don't show escaped parens.
12689 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12690
12691 2011-09-10 Eli Zaretskii <eliz@gnu.org>
12692
12693 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12694 (mm-default-file-encoding): Remove autoload forms, they are
12695 replaced with autoload cookies in mml.el and mm-encode.el.
12696 (mail-add-attachment): New command.
12697 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12698 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12699 the doc string.
12700 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12701
12702 2011-09-10 Reuben Thomas <rrt@sc3d.org>
12703
12704 * simple.el (count-words-region): Use buffer if there's no region
12705 (bug#9429).
12706
12707 2011-09-09 Juri Linkov <juri@jurta.org>
12708
12709 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12710 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12711 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12712
12713 2011-09-09 Alan Mackenzie <acm@muc.de>
12714
12715 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12716 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12717
12718 2011-09-09 Eli Zaretskii <eliz@gnu.org>
12719
12720 Fix for Savannah bug#9392.
12721 * simple.el (mail-encode-mml): New defvar.
12722
12723 * mail/rmail.el (mail-encode-mml): Add a defvar.
12724 (rmail-enable-mime-composing): Default to t.
12725 (rmail-forward): Use MIME method of forwarding only if both
12726 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12727 Set mail-encode-mml non-nil if the MIME method was used.
12728
12729 * mail/sendmail.el (mml-to-mime): Add autoload form.
12730 (mail-encode-mml): Add a defvar.
12731 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12732 to nil.
12733 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12734 message through mml-to-mime, and reset mail-encode-mml to nil.
12735
12736 2011-09-09 Glenn Morris <rgm@gnu.org>
12737
12738 * woman.el (woman-if-body): When processing an .el block,
12739 do not delete the next .el block as well. (Bug#9447)
12740 (woman-special-characters): Add oq, cq, and hy characters.
12741
12742 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12743
12744 * window.el (window-deletable-p): Make sure window is live before
12745 invoking window-prev-buffers.
12746
12747 2011-09-08 Leo Liu <sdl.web@gmail.com>
12748
12749 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12750
12751 2011-09-08 Juri Linkov <juri@jurta.org>
12752
12753 * progmodes/compile.el (compilation-environment): Make it
12754 a defcustom (bug#8340).
12755
12756 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12757
12758 * window.el (frame-auto-delete): Rename to window-auto-delete.
12759 Make it control auto-deletion of windows and/or frames.
12760 (window-deletable-p): New argument FORCE. Rewrite conditions
12761 for deleting window/frame. (Bug#9419)
12762 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12763 Rewrite handling of case when window/frame can be deleted.
12764 (delete-windows-on): Call window-deletable-p with new FORCE
12765 argument t. (Bug#9456)
12766
12767 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * help-mode.el (help-mode): Restore autoload.
12770
12771 2011-09-07 Juri Linkov <juri@jurta.org>
12772
12773 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12774 `compilation-environment'. Set buffer-local
12775 `compilation-environment' to `thisenv' later after (funcall mode).
12776 (Bug#8340)
12777
12778 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12779 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12780 instead of replacing its value. (Bug#8340)
12781
12782 2011-09-07 Juri Linkov <juri@jurta.org>
12783
12784 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12785 based on text properties put by `grep-filter' instead of matching
12786 escape sequences.
12787 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12788 to the value of `grep-error-screen-columns' (bug#9438).
12789
12790 2011-09-07 Juri Linkov <juri@jurta.org>
12791
12792 * simple.el (next-error-highlight, next-error-highlight-no-select):
12793 Doc fix (bug#9432).
12794
12795 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12796
12797 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12798 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12799
12800 2011-09-07 Leo Liu <sdl.web@gmail.com>
12801
12802 * net/rcirc.el (rcirc-mode): Conditionally initialize
12803 rcirc-input-ring.
12804
12805 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * emacs-lisp/find-func.el (find-function-C-source): Only set
12808 find-function-C-source-directory after checking that we found a source
12809 file there (bug#9440).
12810
12811 2011-09-06 Alan Mackenzie <acm@muc.de>
12812
12813 * isearch.el (isearch-other-meta-char): Wherever a key list is
12814 unread, "unread" the prefix arg, too. This fixes bug #8901.
12815
12816 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12817
12818 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12819
12820 2011-09-05 Juri Linkov <juri@jurta.org>
12821
12822 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12823
12824 2011-09-05 Juri Linkov <juri@jurta.org>
12825
12826 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12827 keeping point where processing of grep matches begins, and
12828 continue to delete remaining escape sequences from the same point.
12829 (grep-filter): Make leading zero optional in "0?1;31m" because
12830 git-grep emits "\033[1;31m" escape sequences unlike expected
12831 "\033[01;31m" as GNU Grep does (bug#9408).
12832 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12833
12834 2011-09-05 Juri Linkov <juri@jurta.org>
12835
12836 * subr.el (y-or-n-p): Capitalize "yes".
12837
12838 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
12839
12840 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12841 `tramp-cache-unload-hook' where appropriate.
12842 (tramp-methods): Rename `tramp-remote-sh' to
12843 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12844 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12845
12846 * net/tramp-sh.el (top): Don't require 'shell.
12847 (tramp-methods): Add `tramp-remote-shell' and
12848 `tramp-remote-shell-args' entries.
12849 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12850 (tramp-sh-handle-shell-command): Remove.
12851 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12852 Use `tramp-remote-shell'.
12853
12854 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
12855
12856 * mail/sendmail.el (sendmail-query-once-function): Delete.
12857 (sendmail-query-once): Save directly to send-mail-function.
12858 Update message-send-mail-function too.
12859
12860 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12861
12862 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12863
12864 * progmodes/python.el (python-mode-map): Use correct function to
12865 start python interpreter from menu-bar (as reported by Geert
12866 Kloosterman).
12867 (inferior-python-mode-map): Fix typo.
12868 (python-shell-map): Remove.
12869
12870 2011-09-03 Deniz Dogan <deniz@dogan.se>
12871
12872 * net/rcirc.el (rcirc-print): Simplify code for
12873 rcirc-scroll-show-maximum-output. There is no need to walk
12874 through all windows to find the right one.
12875
12876 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12877
12878 * help.el (help-return-method): Doc fix.
12879
12880 2011-09-03 Martin Rudalics <rudalics@gmx.at>
12881
12882 * window.el (window-deletable-p): Don't return a non-nil value
12883 when there's a buffer that was shown in the window before.
12884 (Bug#9419)
12885 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12886 Set window's previous buffers to nil.
12887
12888 2011-09-03 Eli Zaretskii <eliz@gnu.org>
12889
12890 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12891 newline before and after the tag line, so it doesn't interfere
12892 with determining the paragraph direction of bidirectional text.
12893
12894 2011-09-03 Leo Liu <sdl.web@gmail.com>
12895
12896 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12897
12898 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12899
12900 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12901 (pop-to-buffer): Change interactive spec. Pass second argument
12902 directly to display-buffer.
12903 (display-buffer): Fix interactive spec. Use functionp to
12904 distinguish between a function and a list of functions.
12905
12906 * abbrev.el (edit-abbrevs):
12907 * arc-mode.el (archive-extract):
12908 * autoinsert.el (auto-insert):
12909 * bookmark.el (bookmark-bmenu-list):
12910 * files.el (find-file):
12911 * view.el (view-buffer):
12912 * progmodes/compile.el (compilation-goto-locus):
12913 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12914
12915 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12916
12917 * window.el (display-buffer-alist): Doc fix.
12918 (display-buffer): Add docstring. Don't treat
12919 display-buffer-default specially.
12920 (display-buffer-reuse-selected-window)
12921 (display-buffer-same-window, display-buffer-maybe-same-window)
12922 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12923 (display-buffer-pop-up-window)
12924 (display-buffer-reuse-or-pop-window)
12925 (display-buffer-use-some-window): New functions.
12926 (display-buffer-default-action): Use them.
12927 (display-buffer-default): Delete.
12928 (pop-to-buffer-1): Fix choice of actions.
12929
12930 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * minibuffer.el (completion--insert-strings): Don't get confused by
12933 completion entries that end with an LF char.
12934
12935 2011-09-01 Eli Zaretskii <eliz@gnu.org>
12936
12937 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12938
12939 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
12940
12941 * window.el (display-buffer): Restore interactive spec.
12942 (display-buffer-same-window, display-buffer-other-window):
12943 New functions.
12944 (pop-to-buffer-1): New function. Use the above.
12945 (pop-to-buffer, pop-to-buffer-same-window): Use it.
12946 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12947
12948 * view.el (view-buffer-other-window, view-buffer-other-frame):
12949 Just use pop-to-buffer.
12950
12951 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12952
12953 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12954
12955 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12956
12957 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12958
12959 2011-08-31 Richard Stallman <rms@gnu.org>
12960
12961 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12962 of the separation of rmail-view-buffer from rmail-buffer.
12963 If you say no to "replace original", the decrypt is in the
12964 view buffer. If you say yes, the decrypt goes into the
12965 rmail buffer also.
12966
12967 2011-08-31 Martin Rudalics <rudalics@gmx.at>
12968
12969 * window.el (display-buffer-window): Rewrite doc-string.
12970 (display-buffer-record-window): New function.
12971 (display-buffer-macro-specifiers)
12972 (display-buffer-even-window-sizes, display-buffer-set-height)
12973 (display-buffer-set-width, display-buffer-in-window)
12974 (display-buffer-reuse-window, display-buffer-split-specifiers)
12975 (display-buffer-side-specifiers, display-buffer-split-window-1)
12976 (display-buffer-split-window, display-buffer-split-atom-window)
12977 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12978 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12979 (display-buffer-other-window-means-other-frame)
12980 (display-buffer-normalize-special)
12981 (display-buffer-normalize-default)
12982 (display-buffer-normalize-argument)
12983 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12984 (display-buffer-normalize-specifiers, display-buffer-frame)
12985 (display-buffer-same-window, display-buffer-same-frame)
12986 (display-buffer-other-window)
12987 (display-buffer-same-frame-other-window)
12988 (display-buffer-other-frame, pop-to-buffer-same-window)
12989 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12990 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12991 (switch-to-buffer-same-frame)
12992 (switch-to-buffer-other-window-same-frame)
12993 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12994 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12995 (display-buffer-alist-set): Remove.
12996 (display-buffer-function, special-display-buffer-names)
12997 (special-display-regexps, special-display-function):
12998 In doc-string refer to display-buffer-window and quit-restore
12999 parameter.
13000 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
13001 (special-display-frame-alist, special-display-popup-frame)
13002 (same-window-buffer-names, same-window-regexps, same-window-p)
13003 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13004 (split-window-preferred-function, split-height-threshold)
13005 (split-width-threshold, window-splittable-p)
13006 (split-window-sensibly, window--try-to-split-window)
13007 (window--frame-usable-p, even-window-heights)
13008 (window--even-window-heights, window--display-buffer-1)
13009 (window--display-buffer-2, display-buffer-other-frame):
13010 Restore old Emacs 23 code, order and doc-strings where applicable.
13011 (display-buffer-default, display-buffer-assq-regexp): New functions.
13012 (display-buffer-alist): Rewrite doc-string.
13013 (display-buffer-default-action)
13014 (display-buffer-overriding-action): New variables.
13015 (display-buffer, switch-to-buffer): Rewrite.
13016 (pop-to-buffer): Restore Emacs 23 behavior but use
13017 window-normalize-buffer-to-display.
13018 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13019 Restore Emacs 23 behavior but use
13020 window-normalize-buffer-to-switch-to.
13021 (pop-to-buffer-same-window): Rewrite.
13022 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
13023 Rewrite using Emacs 23 options.
13024
13025 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
13026
13027 * net/tramp.el (tramp-root-regexp): Remove.
13028 (tramp-completion-file-name-regexp-unified)
13029 (tramp-completion-file-name-regexp-separate)
13030 (tramp-completion-file-name-regexp-url): Don't use leading volume
13031 letter on w32 systems. (Bug#5303, Bug#9311)
13032 (tramp-drop-volume-letter): Simplify definition.
13033 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13034
13035 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
13038 (bug#9356).
13039
13040 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
13041
13042 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
13043
13044 2011-08-29 Juri Linkov <juri@jurta.org>
13045
13046 * isearch.el (isearch-done): Don't display message "Mark saved"
13047 when arg `edit' is non-nil to prevent its flicker in the echo area.
13048
13049 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
13050
13051 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
13052 obsolete packages for deletion.
13053
13054 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
13055
13056 * help-mode.el (help-mode-map): Add special-mode-map to parent.
13057 (help-mode): Derive help-mode from special-mode. Don't invoke
13058 view-mode from help-mode.
13059 (help-xref-override-view-map): Remove.
13060 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
13061 view-mode is not used anymore.
13062
13063 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * server.el (server-port): Doc fix.
13066
13067 * cus-theme.el (custom-theme-choose-mode): Inherit from
13068 special-mode (Bug#9124).
13069 (custom-theme-choose-mode-map): Add special-mode to parent.
13070
13071 2011-08-28 Alan Mackenzie <acm@muc.de>
13072
13073 * progmodes/cc-fonts.el
13074 (c-make-font-lock-BO-decl-search-function): New function.
13075 (c-basic-matchers-after - "Fontify the clauses after various
13076 keywords"): Extract the three keyword lists for the 3 erroneous
13077 constructs from the list of four, and use the new function above
13078 in place of an old one.
13079
13080 2011-08-28 Deniz Dogan <deniz@dogan.se>
13081
13082 * net/rcirc.el (rcirc-insert-prev-input)
13083 (rcirc-insert-next-input): Remove unused argument.
13084
13085 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
13088
13089 2011-08-27 Alan Mackenzie <acm@muc.de>
13090
13091 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
13092 handle function pointer parameters properly.
13093
13094 2011-08-27 Martin Rudalics <rudalics@gmx.at>
13095
13096 * window.el (display-buffer-reuse-window): Fix case where
13097 selected window was reused with non-nil OTHER-WINDOW argument.
13098 (Bug#9381)
13099
13100 2011-08-27 Deniz Dogan <deniz@dogan.se>
13101
13102 * net/rcirc.el (rcirc-check-auth-status): Adding support for
13103 oftc's NickServ messages.
13104
13105 2011-08-27 Glenn Morris <rgm@gnu.org>
13106
13107 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
13108
13109 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
13110
13111 * emacs-lisp/package.el (package-install): Call package-initialize
13112 if called interactively.
13113
13114 2011-08-26 Leo Liu <sdl.web@gmail.com>
13115
13116 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
13117
13118 2011-08-25 Juri Linkov <juri@jurta.org>
13119
13120 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13121 `search-whitespace-regexp' (bug#9364).
13122
13123 2011-08-25 Juri Linkov <juri@jurta.org>
13124
13125 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
13126 `regexp-search-ring' to their global values to protect from
13127 updating by `read-from-minibuffer' (bug#9185).
13128
13129 2011-08-25 Juri Linkov <juri@jurta.org>
13130
13131 * textmodes/ispell.el (ispell-command-loop): Add newline
13132 at the end of the "Use option `i'..." line.
13133
13134 2011-08-25 Juri Linkov <juri@jurta.org>
13135
13136 * battery.el (display-battery-mode): If `battery-status-function'
13137 or `battery-mode-line-format' is nil, display the message and set
13138 `display-battery-mode' to nil (bug#9363).
13139
13140 2011-08-25 Eli Zaretskii <eliz@gnu.org>
13141
13142 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
13143 bidi-string-mark-left-to-right; they are unnecessary now.
13144
13145 2011-08-25 Deniz Dogan <deniz@dogan.se>
13146
13147 * net/quickurl.el: Documentation typo fixes.
13148
13149 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
13150
13151 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
13152
13153 2011-08-25 Glenn Morris <rgm@gnu.org>
13154
13155 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13156
13157 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
13158 (smtpmail-via-smtp): Handle nil response from smtp.
13159
13160 2011-08-24 Juri Linkov <juri@jurta.org>
13161
13162 * proced.el (proced-marked): Inherit from `error' instead of
13163 `font-lock-warning-face'.
13164
13165 * ibuffer.el (ibuffer-marked-face): Change default face from
13166 `font-lock-warning-face' to `warning'.
13167 (ibuffer-deletion-face): Change default face from
13168 `font-lock-type-face' to `error'.
13169
13170 * battery.el (battery-update): Use the face `error' instead of
13171 `font-lock-warning-face' (bug#6117).
13172
13173 2011-08-24 Juri Linkov <juri@jurta.org>
13174
13175 * faces.el (success): Change face color from "Green3" to
13176 "ForestGreen" on light background (bug#9353).
13177
13178 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * window.el (quit-window): Rename from quit-restore-window.
13181 Use same arglist as old quit-window.
13182 (frame-auto-delete): Doc fix.
13183
13184 * view.el (view-mode-exit): Use quit-window.
13185
13186 2011-08-24 Juri Linkov <juri@jurta.org>
13187
13188 * isearch.el (isearch-ring-adjust1): Start visiting previous
13189 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
13190 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
13191 for empty search string (when the last search string is reused
13192 automatically) to adjust the isearch ring to the last element and
13193 prepare the correct index for further M-p commands (bug#9185).
13194
13195 2011-08-24 Kenichi Handa <handa@m17n.org>
13196
13197 * international/ucs-normalize.el: If decomposition property of
13198 CHAR is the default one (i.e. a list of CHAR itself), treat it as
13199 nil.
13200 (nfd, nfkd): Likewise.
13201
13202 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
13205 from process filters aren't reliably transmitted to the surrounding
13206 accept-process-output.
13207 (mpc-proc-check): New function.
13208 (mpc-proc-sync): Use it (bug#8293)
13209
13210 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
13213 Add compatibility functions (bug#9313).
13214
13215 2011-08-23 Eli Zaretskii <eliz@gnu.org>
13216
13217 * cus-start.el (all): Add entry for bidi-paragraph-direction.
13218
13219 * international/uni-bidi.el: Regenerate.
13220
13221 2011-08-23 Kenichi Handa <handa@m17n.org>
13222
13223 * international/charprop.el:
13224 * international/uni-bidi.el:
13225 * international/uni-category.el:
13226 * international/uni-combining.el:
13227 * international/uni-comment.el:
13228 * international/uni-decimal.el:
13229 * international/uni-decomposition.el:
13230 * international/uni-digit.el:
13231 * international/uni-lowercase.el:
13232 * international/uni-mirrored.el:
13233 * international/uni-name.el:
13234 * international/uni-numeric.el:
13235 * international/uni-old-name.el:
13236 * international/uni-titlecase.el:
13237 * international/uni-uppercase.el: Regenerate.
13238
13239 2011-08-23 Martin Rudalics <rudalics@gmx.at>
13240
13241 * help.el (help-window-setup): Fix message displayed when other
13242 window is reused. (Bug#9341)
13243
13244 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
13247 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
13248
13249 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
13250 Mark obsolete.
13251 * shell.el (shell-parse-pcomplete-arguments): New function.
13252 (shell-completion-vars): Use it instead (bug#9160).
13253
13254 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
13257 strings and comments (bug#9333).
13258
13259 * emacs-lisp/debug.el (debug-arglist): New function.
13260 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
13261 (debug-on-entry-1): Handle interpreted closures (bug#9120).
13262
13263 2011-08-22 Juri Linkov <juri@jurta.org>
13264
13265 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13266 Revert regexp that highlights output switches to its old
13267 pre-2010-10-28 value and remove one `?' from it (bug#9319).
13268
13269 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
13270 to check for empty output (bug#9226).
13271
13272 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
13273
13274 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
13275 symbol-constituent as the default, as that stops font-lock from
13276 working properly (Bug#8843).
13277
13278 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13279
13280 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
13281 `coding-system-for-*' around the process open call to avoid
13282 auth-source side effects.
13283 (smtpmail-try-auth-methods): Expand the secret password.
13284 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
13285 probe hangs.
13286
13287 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13288
13289 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
13290
13291 * emacs-lisp/find-func.el (find-function-noselect): New arg
13292 lisp-only.
13293
13294 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
13295 signal an error for built-in functions (Bug#6664).
13296
13297 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13298
13299 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
13300 (smtpmail-try-auth-methods): Use it.
13301
13302 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
13303
13304 * font-lock.el (font-lock-fontify-region)
13305 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
13306 (font-lock-default-unfontify-buffer)
13307 (font-lock-default-fontify-region)
13308 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
13309
13310 * progmodes/compile.el (compilation-error-properties):
13311 Fix confusion between file struct and message struct (Bug#9319).
13312 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
13313 `ant' regexp.
13314
13315 * net/browse-url.el (browse-url-firefox): Don't call
13316 browse-url-firefox-sentinel unless using -remote (Bug#9328).
13317
13318 2011-08-20 Glenn Morris <rgm@gnu.org>
13319
13320 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
13321
13322 * tutorial.el (tutorial--default-keys): Update some default bindings.
13323
13324 * files.el (hack-local-variables): Fully ignore case for "mode:".
13325
13326 2011-08-20 Alan Mackenzie <acm@muc.de>
13327
13328 Resolve invalid use of a regexp in regexp-opt.
13329
13330 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
13331 detection for a java annotation.
13332
13333 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
13334 detection for a java annotation.
13335
13336 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
13337 handling for java.
13338 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
13339
13340 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
13341
13342 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
13343 (Bug#9274).
13344
13345 2011-08-20 Alan Mackenzie <acm@muc.de>
13346
13347 Fontify CPP expressions correctly when starting in the middle of
13348 such a construct. Mainly for when jit-lock etc. starts a chunk
13349 here.
13350
13351 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
13352 variable.
13353 (c-make-font-lock-search-form): New function, extracted from
13354 c-make-font-lock-search-function.
13355 (c-make-font-lock-search-function): Use the above function.
13356 (c-make-font-lock-context-search-function): New function.
13357 (c-cpp-matchers): Enhance the preprocessor expression case with
13358 the above function
13359 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
13360 which takes an expression.
13361
13362 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
13363
13364 2011-08-20 Martin Rudalics <rudalics@gmx.at>
13365
13366 * window.el (display-buffer-reuse-window)
13367 (display-buffer-pop-up-window): Don't reuse or split a side
13368 window.
13369
13370 2011-08-19 Glenn Morris <rgm@gnu.org>
13371
13372 * files.el (hack-local-variables-prop-line, hack-local-variables):
13373 Downcase "Mode:". (Bug#9331)
13374
13375 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
13376
13377 * international/characters.el: Add L and R categories.
13378
13379 * subr.el (bidi-string-mark-left-to-right): Rename from
13380 string-mark-left-to-right. Use category search.
13381
13382 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
13383
13384 2011-08-18 Juri Linkov <juri@jurta.org>
13385
13386 * faces.el (error, warning, success): New faces with definitions
13387 copied from old default values of `font-lock-warning-face',
13388 `compilation-warning', `compilation-info' (bug#6117).
13389
13390 * font-lock.el (font-lock-warning-face): Inherit from `error'.
13391
13392 * progmodes/compile.el (compilation-error): Inherit from `error'.
13393 (compilation-warning): Inherit from `warning'.
13394 (compilation-info): Inherit from `success'.
13395
13396 * dired.el (dired-marked): Inherit from `warning'.
13397 (dired-flagged): Inherit from `error'.
13398
13399 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13400
13401 * mail/smtpmail.el (auth-source): Require to avoid problems with
13402 binding variables (bug#9298). Also clean up some unused
13403 autoloads.
13404
13405 * net/network-stream.el (network-stream-open-starttls):
13406 Support using starttls.el without using gnutls-cli.
13407
13408 2011-08-17 Juri Linkov <juri@jurta.org>
13409
13410 * progmodes/grep.el (rgrep): Handle the case when
13411 `grep-find-command' is a cons cell (bug#9278).
13412
13413 2011-08-17 Martin Rudalics <rudalics@gmx.at>
13414
13415 * window.el (display-buffer-pop-up-frame): Run frame creation
13416 function with BUFFER current (as special-display-popup-frame
13417 does). Reported by Drew Adams.
13418
13419 2011-08-17 Daiki Ueno <ueno@unixuser.org>
13420
13421 * epa-mail.el: Simplify GnuPG group expansion using
13422 epg-expand-group.
13423 (epa-mail-group-alist, epa-mail-group-modtime)
13424 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
13425 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
13426 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
13427 Remove.
13428
13429 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
13430
13431 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
13432
13433 2011-08-16 Alan Mackenzie <acm@muc.de>
13434
13435 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
13436 Correct, to avoid the inside of macros.
13437
13438 2011-08-16 Richard Stallman <rms@gnu.org>
13439
13440 * epa-mail.el: Handle GnuPG group definitions.
13441 (epa-mail-group-alist, epa-mail-group-modtime)
13442 (epa-mail-gnupg-conf-file): New variables.
13443 (epa-mail-parse-groups, epa-mail-sync-groups)
13444 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
13445 (epa-mail-expand-recipients): New functions.
13446 (epa-mail-encrypt): Call epa-mail-expand-recipients.
13447
13448 * mail/rmail.el (rmail-epa-decrypt): New command.
13449
13450 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
13451 Don't bind buffer-read-only, just inhibit-read-only.
13452 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
13453 (epa-decrypt-armor-in-region): Make error message clearer.
13454
13455 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
13458 and "a2b" to "ab" for `prefix'.
13459
13460 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
13461
13462 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
13463 filter groups.
13464 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
13465 Fourquet (Bug#8804).
13466
13467 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
13468
13469 * startup.el (argi): Declare as global variable (bug#9275).
13470
13471 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
13472
13473 * subr.el (string-mark-left-to-right): Search the entire string
13474 for RTL script, not just the terminating character. Doc fix.
13475
13476 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
13479 New function.
13480 (js--regexp-literal, js-syntax-propertize-function): Remove.
13481 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
13482 (js-mode-map): Don't rebind electric keys.
13483 (js-insert-and-indent): Remove.
13484 (js-mode): Setup electric-layout and electric-indent instead.
13485
13486 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
13487
13488 2011-08-12 Daiki Ueno <ueno@unixuser.org>
13489
13490 * epa.el (epa-progress-callback-function): Fix the logic of
13491 displaying progress.
13492 * epa-file.el (epa-file-insert-file-contents): Make progress
13493 display more user-friendly.
13494 (epa-file-write-region): Ditto.
13495
13496 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
13497
13498 * subr.el (string-mark-left-to-right): New function.
13499
13500 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13501 Use string-mark-left-to-right.
13502 (list-buffers-noselect): Caller changed.
13503
13504 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13505 Use string-mark-left-to-right.
13506 (tabulated-list-print): Recenter after moving point.
13507
13508 2011-08-10 Juri Linkov <juri@jurta.org>
13509
13510 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13511 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13512 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13513
13514 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
13515
13516 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13517 (Bug#7554).
13518
13519 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
13520
13521 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13522 character. (Bug#6594)
13523
13524 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
13525
13526 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13527 (image-dired--with-db-file): New macro.
13528 (image-dired-write-tags, image-dired-remove-tag)
13529 (image-dired-create-gallery-lists, image-dired-write-comments)
13530 (image-dired-get-comment, image-dired-mark-tagged-files)
13531 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13532 (image-dired-gallery-generate): Use insert-file-contents.
13533
13534 * time.el (display-time-world-list, display-time-world-display):
13535 * time-stamp.el (time-stamp-string):
13536 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13537 set-time-zone-rule (Bug#7337).
13538
13539 2011-08-08 Daiki Ueno <ueno@unixuser.org>
13540
13541 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13542 (epg-error-to-string, epg-errors-to-string): New function.
13543 (epg-wait-for-completion): Reverse errors list.
13544 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13545 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13546 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13547 (epg-sign-keys, epg-generate-key-from-file)
13548 (epg-generate-key-from-string): Format errors by using
13549 epg-errors-to-string (bug#9255).
13550 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13551
13552 2011-08-07 Juri Linkov <juri@jurta.org>
13553
13554 * faces.el (list-faces-display): Remove extra angle bracket
13555 from `help-mode-map'.
13556
13557 * info.el (Info-history-toc-nodes): Doc fix.
13558
13559 * longlines.el (longlines-mode): Doc fix.
13560
13561 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13562
13563 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13564 of statements and in a few more cases (bug#9183).
13565
13566 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13567 New functions.
13568 (cl-transform-lambda): Use them (bug#9239).
13569
13570 2011-08-05 Martin Rudalics <rudalics@gmx.at>
13571
13572 * window.el (display-buffer-same-window)
13573 (display-buffer-same-frame, display-buffer-other-window)
13574 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13575 (pop-to-buffer-other-window)
13576 (pop-to-buffer-same-frame-other-window)
13577 (pop-to-buffer-other-frame): Make them defuns.
13578 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13579
13580 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13581
13582 * subr.el (make-composed-keymap): Move from C. Change calling
13583 convention, and improve docstring to bring attention to a subtle point.
13584 * minibuffer.el (completing-read-default): Adjust accordingly.
13585
13586 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
13587
13588 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13589 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13590
13591 * net/trampver.el: Update release number.
13592
13593 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13596 "in" (bug#9190).
13597
13598 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13599
13600 * mail/sendmail.el (sendmail-query-once): Restore the current
13601 buffer after querying (bug#9074).
13602
13603 * dired.el (dired-flagged): Use different faces for marked and
13604 flagged files (bug#6117).
13605
13606 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13607 (bug#4433).
13608
13609 * ido.el (ido-mode): Switch off the message if called
13610 non-interactively.
13611
13612 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13613 before 587, since it appears that that's more likely to work for
13614 more people.
13615
13616 * cus-edit.el (custom-file): When running under emacs -q, always
13617 refuse to save the customizations, even if the .emacs file doesn't
13618 exist.
13619
13620 * info.el: Remove the `Info-beginning-of-buffer' function
13621 (bug#8325).
13622
13623 * net/network-stream.el (network-stream-open-starttls):
13624 Use `starttls-available-p' to see whether starttls.el can be used.
13625
13626 2011-08-01 Martin Rudalics <rudalics@gmx.at>
13627
13628 * window.el (display-buffer-in-window): Don't set dedicated status
13629 of window here (Bug#9215).
13630 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13631 (display-buffer-pop-up-side-window)
13632 (display-buffer-in-side-window): Set dedicated status of window here.
13633
13634 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13635
13636 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13637 before binding generated-autoload-file.
13638
13639 2011-08-01 Deniz Dogan <deniz@dogan.se>
13640
13641 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13642
13643 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
13644
13645 Sync with Tramp 2.2.2.
13646
13647 * net/trampver.el: Update release number.
13648
13649 2011-07-30 Juri Linkov <juri@jurta.org>
13650
13651 * dired-aux.el (dired-touch-initial): Remove function.
13652 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13653 current time, and `default' to the last modification time of the
13654 current marked file (bug#6887).
13655
13656 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13657
13658 * simple.el (goto-line): Use string-to-number to provide a
13659 numeric argument to read-number (bug#9163).
13660
13661 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
13662
13663 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13664 connection process, it could be nil.
13665
13666 2011-07-27 Leo Liu <sdl.web@gmail.com>
13667
13668 Simplify url handling in rcirc-mode.
13669
13670 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13671 (rcirc-browse-url-at-mouse): Remove.
13672 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13673
13674 2011-07-26 Alan Mackenzie <acm@muc.de>
13675
13676 Fontify bitfield declarations properly.
13677
13678 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13679 (c-symbol-chars): Now exported as a lang variable.
13680 (c-not-primitive-type-keywords): New lang variable.
13681
13682 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13683 QT keyword "more" to prevent "more slots: ...." being spuriously
13684 parsed as a bitfield declaration.
13685
13686 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13687 Refactor and enhance to handle bitfield declarations.
13688 (c-punctuation-in): New function.
13689 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13690 declarations properly.
13691
13692 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
13693
13694 * calendar/icalendar.el (icalendar--all-events): Take care of
13695 multiple vcalendars in a single file.
13696 (icalendar--convert-float-to-ical): Checkdoc fixes.
13697
13698 2011-07-25 Deniz Dogan <deniz@dogan.se>
13699
13700 * image.el (insert-image): Clarifying docstring.
13701
13702 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
13703
13704 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13705 `tramp-send-command-and-check' if there is no error.
13706 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13707
13708 2011-07-22 Alan Mackenzie <acm@muc.de>
13709
13710 Prevent cc-langs.elc being loaded at run time.
13711
13712 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13713 cc-langs.
13714
13715 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
13716 "(require 'cc-langs)". Quote a form so it will evaluate at
13717 (cc-mode's) compilation time.
13718
13719 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13722 loading. (Bug#9114)
13723
13724 2011-07-21 Martin Rudalics <rudalics@gmx.at>
13725
13726 * window.el (display-buffer-pop-up-window)
13727 (display-buffer-pop-up-side-window)
13728 (display-buffer-in-side-window): Call display-buffer-set-height
13729 and display-buffer-set-width after setting the new window's
13730 buffer so `fit-window-to-buffer' and friends work on the right buffer.
13731
13732 2011-07-20 Sam Steingold <sds@gnu.org>
13733
13734 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13735 (etags-tags-included-tables): Call `convert-standard-filename' on
13736 the file names contained in TAGS so that windows Emacs can handle
13737 TAGS files created by cygwin ctags.
13738
13739 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13740
13741 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13742 which apparently didn't work.
13743
13744 2011-07-19 Roland Winkler <winkler@gnu.org>
13745
13746 * proced.el (proced-send-signal): For *Marked Processes* buffer
13747 put point at beginning of buffer.
13748
13749 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
13750
13751 * proced.el (proced-format): Make header lines align with the text
13752 (bug#1779).
13753
13754 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13755
13756 * view.el (view-buffer): Allow running in `special' modes if we're
13757 visiting a file (bug#8615).
13758
13759 2011-07-19 Martin Rudalics <rudalics@gmx.at>
13760
13761 * window.el (display-buffer-alist-of-strings-p)
13762 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13763 New functions.
13764 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13765 more accurately.
13766
13767 2011-07-18 Alan Mackenzie <acm@muc.de>
13768
13769 Fontify declarators properly when, e.g., a jit-lock chunk begins
13770 inside a declaration.
13771
13772 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13773
13774 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13775 New function.
13776 (c-complex-decl-matchers): Insert reference to
13777 c-font-lock-enclosing-decls.
13778
13779 * progmodes/cc-engine.el (c-backward-single-comment):
13780 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13781 to nil around calls to (forward-comment -1).
13782
13783 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13784
13785 * image.el (put-image): Doc typo fix.
13786
13787 * progmodes/etags.el (tags-search): Doc typo fix.
13788
13789 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13790 password if we get errors 550 to 554.
13791
13792 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13793
13794 * net/gnutls.el (gnutls-log-level): Remove.
13795
13796 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13797 indentation character (bug#6380).
13798
13799 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13800
13801 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13802 to clarify what the problem is (bug#4291).
13803
13804 * simple.el (current-kill): Clarify what
13805 `interprogram-paste-function' does (bug#7500).
13806 (auto-fill-mode): Document `auto-fill-function' in relation to
13807 `auto-fill-mode' (bug#2470).
13808
13809 2011-07-16 Lawrence Mitchell <wence@gmx.li>
13810
13811 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13812 method if slot is read-only (bug#9035).
13813
13814 2011-07-16 Martin Rudalics <rudalics@gmx.at>
13815
13816 * frame.el (select-frame-set-input-focus): New argument NORECORD.
13817 * window.el (pop-to-buffer): Select window used even if it was
13818 selected before, see discussion of (Bug#8615), (Bug#6954).
13819 Pass argument NORECORD on to select-frame-set-input-focus.
13820
13821 2011-07-15 Glenn Morris <rgm@gnu.org>
13822
13823 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
13824 Respect help-form.
13825
13826 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13827
13828 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13829 (gnutls-negotiate): Use it.
13830
13831 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13832
13833 * net/gnutls.el (gnutls-negotiate):
13834 Upcase `gnutls-algorithm-priority'.
13835
13836 2011-07-15 Glenn Morris <rgm@gnu.org>
13837
13838 * jka-compr.el (jka-compr-verbose): Move from here...
13839 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13840 Add missing :version tag.
13841 * info.el: No need to require jka-compr when compiling.
13842
13843 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13844
13845 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13846 (gnutls-negotiate): Use it.
13847
13848 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13849
13850 * info.el (Info-beginning-of-buffer): New command.
13851 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13852 announcing `b' as the key (bug#8325).
13853 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13854
13855 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13856
13857 * international/mule-cmds.el
13858 (describe-specified-language-support): Make the error message
13859 clearer (bug#8905).
13860
13861 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13862
13863 * isearch.el (isearch-barrier): Add a doc string, since it's
13864 mentioned in a function doc string (bug#8678).
13865
13866 2011-07-15 Martin Rudalics <rudalics@gmx.at>
13867
13868 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13869 buffer argument (Bug#9083) and self-identifying label argument.
13870
13871 2011-07-15 Glenn Morris <rgm@gnu.org>
13872
13873 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13874
13875 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13876
13877 * man.el (Man-fontify-manpage): Fix message when formatting the
13878 man page (bug#7929).
13879
13880 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13881
13882 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13883 argument LRM; if non-nil, append an invisible LRM character to the
13884 buffer name.
13885 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13886 last argument non-nil, when formatting buffer names.
13887 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13888 paragraph direction.
13889
13890 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13891
13892 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13893 the man page name (bug#7929).
13894
13895 * image.el (put-image): Mention the `put-image' overlay property
13896 (bug#7834).
13897
13898 * scroll-bar.el (set-scroll-bar-mode): Mention that
13899 `scroll-bar-mode' lists the values (bug#7772).
13900
13901 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13902 command (bug#7729).
13903
13904 * rect.el (apply-on-rectangle): Return the point after the last
13905 operation.
13906 (string-rectangle): Go to the point after the last operation
13907 (bug#7522).
13908
13909 * printing.el (pr-toggle-region): Clarify the documentation
13910 slightly (bug#7493).
13911
13912 * time.el (display-time-update):
13913 Allow `display-time-mail-function' to return nil (bug#7158).
13914 Fix suggested by Detlev Zundel.
13915
13916 * vc/diff.el (diff): Clarify the order the file names are read
13917 (bug#7111).
13918
13919 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13920 the doc string (bug#7015).
13921
13922 * font-lock.el (font-lock-maximum-decoration): Mention what
13923 numeric levels mean (bug#6935).
13924
13925 * startup.el (initial-buffer-choice): Don't mention the `none'
13926 selection, which is against policy.
13927
13928 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13929
13930 * window.el (display-buffer-normalize-special):
13931 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13932
13933 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13934
13935 * subr.el (version<, version<=, version=): Mention "-CVS" and
13936 "-12345" alpha version numbers.
13937
13938 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13939
13940 * bindings.el: Add advertised binding for set-mark-command
13941 (Bug#5772).
13942
13943 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * bindings.el (mode-line-other-buffer):
13946 * bookmark.el (bookmark-bmenu-2-window):
13947 * bs.el (bs-cycle-next, bs-cycle-previous):
13948 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13949 switch-to-buffer.
13950
13951 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13952 Delete.
13953
13954 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
13955
13956 * follow.el (follow-debug-message, follow-redisplay):
13957 * jka-cmpr-hook.el (with-auto-compression-mode):
13958 Fix typos in docstrings.
13959
13960 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13961
13962 * subr.el (with-silent-modifications): Clarify somewhat what the
13963 macro inhibits (bug#6525).
13964
13965 * simple.el (eval-expression): Note what it does if called
13966 interactively (bug#6495).
13967
13968 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13969
13970 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13971 Use pop-to-buffer buffer-or-name if it is nil.
13972
13973 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13974 Remove switch-to-buffer.
13975
13976 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13977
13978 * files.el (make-directory): Clarify that an error will be raised
13979 if there's an error (bug#6397).
13980
13981 * startup.el (initial-buffer-choice): Add `none' as a choice
13982 (bug#6234).
13983
13984 * subr.el (add-hook): Clarify section about buffer-local hooks
13985 (bug#6218).
13986
13987 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13988
13989 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13990
13991 * tabify.el (untabify): Preserve the current column so that point
13992 doesn't move (bug#6032).
13993
13994 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13995
13996 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13997 Rewrite to avoid awkward possessive "s" (bug#5986).
13998
13999 2011-07-13 Glenn Morris <rgm@gnu.org>
14000
14001 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
14002 (dired-insert-directory): Give a message the first time
14003 if ls is found not to support --dired.
14004
14005 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14006
14007 * simple.el (toggle-truncate-lines): Clarify what is toggled
14008 (bug#5580). Text by Drew Adams.
14009
14010 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
14011
14012 * simple.el (blink-matching-open): Make the error message from the
14013 last change less verbose.
14014
14015 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * font-lock.el (font-lock-comment-face): Use the high contrast
14018 "yellow" color for font-lock-comment-face on low color terminals
14019 using a dark background color (bug#4221).
14020
14021 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14022
14023 * dired.el (dired-insert-set-properties): Make the doc string
14024 reflect what it does now (bug#5325).
14025
14026 * simple.el (blink-matching-open): Say that we were unable to find
14027 the match within the limit, if we're limited (bug#5122).
14028
14029 * international/mule-cmds.el (prefer-coding-system): Add an
14030 example (bug#4869).
14031
14032 * progmodes/etags.el (tags-search): Document `file-list-form'
14033 (bug#4731).
14034
14035 2011-07-13 Lawrence Mitchell <wence@gmx.li>
14036
14037 * net/browse-url.el (browse-url-default-browser)
14038 (browse-url-browser-function): Make the default browser choice a
14039 bit more logical (bug#4300). Also clean up the doc string.
14040
14041 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
14042
14043 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
14044 binary endings (bug#4440).
14045
14046 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14047
14048 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
14049 which can be pretty annoying (bug#8971).
14050
14051 * jka-compr.el (jka-compr-verbose): New variable, and use
14052 throughout (bug#8971).
14053
14054 * info.el (Info-find-file): Fall back on the installation
14055 directory if we can't find the info node anywhere else.
14056
14057 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
14058
14059 * vc/vc.el (vc-revert-file):
14060 Don't set file time-stamp in the past. (Bug#5181)
14061
14062 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14063
14064 * files.el (after-find-file): Give a better error message when
14065 trying to find a symlink that points to a file that doesn't exist
14066 (bug#4398).
14067
14068 * progmodes/cc-vars.el: Remove (probably) misleading comment
14069 (bug#4396).
14070
14071 2011-07-12 Johan Bockgård <bojohan@gnu.org>
14072
14073 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
14074
14075 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
14076
14077 * mouse-sel.el: Hack restoring functionality, while keeping
14078 compatibility with 2010-07-03 changes to mouse selection.
14079 (mouse-sel-primary-overlay): New var.
14080 (mouse-sel-selection-alist): Use it.
14081 (mouse-sel-mode): Doc fix; remove points that are default features
14082 of mouse.el.
14083
14084 2011-07-12 Johan Bockgård <bojohan@gnu.org>
14085
14086 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14087 Fix previous fix (bug#2490).
14088
14089 2011-07-12 Roland Winkler <winkler@gnu.org>
14090
14091 * textmodes/bibtex.el (bibtex-initialize):
14092 Use pop-to-buffer-same-window.
14093 (bibtex-search-entries): Fix interactive call.
14094
14095 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14096
14097 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14098 Fontise bytecomp Error lines more correctly (bug#2490).
14099 Fix suggested by Johan Bockgård.
14100
14101 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
14102
14103 * dired-x.el (dired-guess-default): Use `delete-dups'.
14104
14105 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
14106
14107 * dired.el (dired-mark-prompt):
14108 * dired-aux.el (dired-read-shell-command): Doc fix.
14109
14110 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14111
14112 * mail/sendmail.el (sendmail-query-once):
14113 Use `customize-save-variable' unconditionally, now that it works under
14114 emacs -Q.
14115
14116 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14117
14118 * cus-edit.el (custom-file): Take an optional no-error variable.
14119 (customize-save-variable): Set the variable, and give a warning if
14120 running under "emacs -q".
14121
14122 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
14123
14124 * loadhist.el (unload-feature-special-hooks):
14125 Add `auto-coding-functions', `fill-nobreak-predicate' and
14126 `find-directory-functions' (bug#5327).
14127
14128 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14129
14130 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
14131
14132 * cus-edit.el (custom-guess-name-alist): -alist variables should
14133 use the `alist' type (bug#3120). Suggested by Drew Adams.
14134
14135 * printing.el: Add documentation to all the `pr-toggle-' commands.
14136
14137 2011-07-11 Leo Liu <sdl.web@gmail.com>
14138
14139 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
14140 backends where it makes sense (bug#2623).
14141
14142 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14143
14144 * dired-x.el (dired-guess-default): Remove duplicate shell command
14145 entries (bug#2028).
14146 (dired-guess-default): Fix grammar in doc string (bug#2028).
14147 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
14148
14149 * subr.el (remove-duplicates): New conveniency function.
14150
14151 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14152
14153 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
14154 (bug#1526).
14155
14156 2011-07-10 Martin Rudalics <rudalics@gmx.at>
14157
14158 * window.el (display-buffer-normalize-default): Don't invert
14159 meaning of even-window-heights. Reported by Eli Zaretskii
14160 <eliz@gnu.org>.
14161
14162 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
14163
14164 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
14165
14166 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
14167
14168 * window.el (display-buffer): Fix arguments to
14169 display-buffer-reuse-window in last change.
14170
14171 * faces.el (link): Use a less saturated blue on light backgrounds.
14172
14173 * startup.el (fancy-startup-text, fancy-about-text)
14174 (fancy-startup-tail): Use font-lock faces, for background safety.
14175
14176 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
14177
14178 * emulation/viper-cmd.el (viper-change-state-to-vi):
14179 Limit triggering of abbrev expansion (Bug#9038).
14180
14181 2011-07-09 Martin Rudalics <rudalics@gmx.at>
14182
14183 * window.el (display-buffer-default-specifiers): Remove.
14184 (display-buffer-macro-specifiers): Remove default specifiers.
14185 (display-buffer-alist): Default to nil.
14186 (display-buffer-reuse-window): New optional argument other-window.
14187 (display-buffer-pop-up-window): Allow splitting internal
14188 windows. Check whether a live window was created.
14189 (display-buffer-other-window-means-other-frame)
14190 (display-buffer-normalize-arguments): Rename to
14191 display-buffer-normalize-argument and rewrite. Set the
14192 other-window specifier.
14193 (display-buffer-normalize-special): New function.
14194 (display-buffer-normalize-options): Rename to
14195 display-buffer-normalize-default and rewrite.
14196 (display-buffer-normalize-options-inhibit): Remove.
14197 (display-buffer-normalize-specifiers): Rewrite.
14198 (display-buffer): Process other-window specifier and call
14199 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
14200 more faithfully.
14201 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
14202 (display-buffer-alist-set): Don't handle 'unset default values.
14203 (display-buffer-in-window, display-buffer-alist-set):
14204 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
14205 <tassilo@member.fsf.org>.
14206
14207 2011-07-09 Leo Liu <sdl.web@gmail.com>
14208
14209 * register.el (insert-register): Restore accidental change on
14210 2011-06-26. (Bug#9028)
14211
14212 2011-07-09 Glenn Morris <rgm@gnu.org>
14213
14214 * subr.el (remq): Handle the empty list. (Bug#9024)
14215
14216 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
14217
14218 * mail/sendmail.el (send-mail-function): No longer delay custom
14219 initialization.
14220 * custom.el (custom-initialize-delay): Doc fix.
14221
14222 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
14225
14226 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
14227
14228 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
14229 human-friendly prompt.
14230
14231 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
14232
14233 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
14234 provided by a particular plugin.
14235
14236 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14237
14238 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
14239 save customizations (with "emacs -Q"), just set the variable
14240 instead of erroring out.
14241
14242 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
14243
14244 2011-07-08 Juri Linkov <juri@jurta.org>
14245
14246 * arc-mode.el (archive-zip-expunge, archive-zip-update)
14247 (archive-zip-update-case): Use 7z if found by `executable-find'.
14248 The order of searching the available programs is the same as in
14249 `archive-zip-extract' (bug#8968).
14250
14251 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14252
14253 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
14254 (menu-bar-options-menu): Tweak descriptions.
14255
14256 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14257
14258 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
14259 menu items into verb phrases (bug#1421). Also refill to fit under
14260 80 columns.
14261
14262 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14263
14264 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
14265 (Info-read-node-name): Doc fix (Bug#1084).
14266
14267 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
14268 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
14269 (end-of-sexp, beginning-of-sexp)
14270 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
14271 (forward-symbol, forward-same-syntax, word-at-point)
14272 (sentence-at-point): Doc fix (Bug#1144).
14273
14274 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14275
14276 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
14277 should cover it (bug#1281).
14278
14279 * cus-edit.el (custom-show): Mark as obsolete.
14280
14281 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
14282 negotiation fails, then possibly try again with a non-encrypted
14283 connection (bug#9017).
14284
14285 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
14286 be used.
14287
14288 2011-07-07 Richard Stallman <rms@gnu.org>
14289
14290 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
14291 property, and handle its changed format.
14292 Look for the correct line number.
14293 Use file's line contents (but not past first =) to find
14294 correct line in message.
14295
14296 2011-07-07 Kenichi Handa <handa@m17n.org>
14297
14298 * international/characters.el (build-unicode-category-table):
14299 Delete it.
14300 (unicode-category-table): Set it by unicode-property-table-internal.
14301
14302 * international/mule-cmds.el (char-code-property-alist): Move to
14303 to src/chartab.c.
14304 (get-char-code-property): Call unicode-property-table-internal to
14305 load a file. Call get-unicode-property-internal where necessary.
14306 (put-char-code-property): Call unicode-property-table-internal to
14307 load a file. Call put-unicode-property-internal where necessary.
14308 put-unicode-property-internal where necessary.
14309 (char-code-property-description):
14310 Call unicode-property-table-internal to load a file.
14311
14312 * international/charprop.el:
14313 * international/uni-bidi.el:
14314 * international/uni-category.el:
14315 * international/uni-combining.el:
14316 * international/uni-comment.el:
14317 * international/uni-decimal.el:
14318 * international/uni-decomposition.el:
14319 * international/uni-digit.el:
14320 * international/uni-lowercase.el:
14321 * international/uni-mirrored.el:
14322 * international/uni-name.el:
14323 * international/uni-numeric.el:
14324 * international/uni-old-name.el:
14325 * international/uni-titlecase.el:
14326 * international/uni-uppercase.el: Regenerate.
14327
14328 * loadup.el: Load international/charprop.el before
14329 international/characters.
14330
14331 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
14332
14333 * window.el (next-buffer, previous-buffer): Signal an error if
14334 called from a minibuffer window.
14335
14336 * bindings.el: Revert 2011-07-04 change.
14337
14338 2011-07-06 Richard Stallman <rms@gnu.org>
14339
14340 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
14341 (rmail-mime-insert-bulk, rmail-mime-insert-text):
14342 Treat markers like ints.
14343 (rmail-mime-entity): Doc fix.
14344
14345 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14346
14347 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
14348 defcustom again for backwards compatibility.
14349
14350 * simple.el (shell-command-on-region): Fill.
14351
14352 * dired-aux.el (dired-kill-line): Add a doc string.
14353
14354 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
14355 to "\\sw\\|\\s_" (bug#358).
14356
14357 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
14358 (dired-unmark-backward): Ditto.
14359 (dired-flag-backup-files): Ditto.
14360
14361 * dired-x.el (dired-mark-sexp): Ditto.
14362
14363 2011-07-06 Richard Stallman <rms@gnu.org>
14364
14365 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
14366 (rmail-mime-entity): New arg TRUNCATED.
14367 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
14368 New functions.
14369 (rmail-mime-save): Warn if entity is truncated.
14370 (rmail-mime-toggle-hidden): Likewise, for showing.
14371 (rmail-mime-process-multipart): Record when an entity is truncated.
14372
14373 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
14374 if ENTITY is a string.
14375
14376 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14377
14378 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
14379 of faces when `M-C-x'-ing their definitions (bug#8378).
14380 Also clean up the code slightly.
14381
14382 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
14383 because that makes the colors go away.
14384
14385 * mail/sendmail.el (send-mail-function): Change the default to
14386 `sendmail-query-once'.
14387 (sendmail-query-once): Add an autoload cookie.
14388
14389 * net/network-stream.el (network-stream-open-starttls): Try using
14390 a plain connection even if the server offered STARTTLS, and we
14391 kinda wanted to use it, if Emacs doesn't have any STARTTLS
14392 capability. This should make smtpmail.el work in slightly more
14393 configurations.
14394
14395 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
14396
14397 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14398 New defun.
14399 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
14400
14401 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
14402
14403 * progmodes/sql.el: Version 3.0
14404 (sql-product-alist): Add product :completion-object,
14405 :completion-column, and :statement attributes.
14406 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
14407 (sql-mode-syntax-table): Mark all punctuation.
14408 (sql-font-lock-keywords-builder): Temporarily remove fallback on
14409 ansi keywords.
14410 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
14411 (sql-mode-oracle-font-lock-keywords): Improve.
14412 (sql-oracle-show-reserved-words): New function for development.
14413 (sql-product-font-lock): Simplify for source code buffers.
14414 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
14415 New functions.
14416 (sql-highlight-product): Set product specific syntax table.
14417 (sql-mode-map): Add statement movement functions.
14418 (sql-ansi-statement-starters, sql-oracle-statement-starters):
14419 New variable.
14420 (sql-statement-regexp, sql-beginning-of-statement)
14421 (sql-end-of-statement, sql-signum): New functions.
14422 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
14423 (sql-show-sqli-buffer): Bug fix.
14424 (sql-interactive-mode): Store connection data as buffer local.
14425 (sql-connect): Add NEW-NAME parameter. Redesign interaction
14426 with sql-interactive-mode.
14427 (sql-save-connection): Save buffer local settings.
14428 (sql-connection-menu-filter): Change menu entry name.
14429 (sql-product-interactive): Bug fix.
14430 (sql-preoutput-hold): New variable.
14431 (sql-interactive-remove-continuation-prompt): Bug fixes.
14432 (sql-debug-redirect): New variable.
14433 (sql-str-literal): New function.
14434 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
14435 Redesign.
14436 (sql-oracle-save-settings, sql-oracle-restore-settings)
14437 (sql-oracle-list-all, sql-oracle-list-table): New functions.
14438 (sql-completion-object, sql-completion-column)
14439 (sql-completion-sqlbuf): New variables.
14440 (sql-build-completions-1, sql-build-completions)
14441 (sql-try-completion): New functions.
14442 (sql-read-table-name): Use them.
14443 (sql-contains-names): New buffer local variable.
14444 (sql-list-all, sql-list-table): Use it.
14445 (sql-oracle-completion-types): New variable.
14446 (sql-oracle-completion-object, sql-sqlite-completion-object)
14447 (sql-postgres-completion-object): New functions.
14448
14449 2011-07-06 Glenn Morris <rgm@gnu.org>
14450
14451 * window.el (pop-to-buffer): Doc fix.
14452
14453 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
14454
14455 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
14456
14457 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
14458
14459 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
14460
14461 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
14462
14463 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
14464
14465 * button.el (button): Inherit from link face. Suggested by Dan
14466 Nicolaescu.
14467
14468 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * progmodes/gdb-mi.el: Fit in 80 columns.
14471 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
14472 switch-to-buffer.
14473
14474 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
14475 if imenu is simply not configured (bug#8941).
14476
14477 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
14478
14479 * allout.el (allout-post-undo-hook): New allout outline-change
14480 event hook to signal undo activity.
14481 (allout-post-command-business): Run allout-post-undo-hook if an
14482 undo just occurred.
14483 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
14484 * allout-widgets.el (allout-widgets-after-undo-function):
14485 Ensure the integrity of the current item's decoration after it has been
14486 in the vicinity of an undo.
14487 (allout-widgets-mode): Include allout-widgets-after-undo-function
14488 on the new allout-post-undo-hook.
14489
14490 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14491
14492 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
14493 Let define-derived-mode define it.
14494 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
14495 cycles of abbrev-table inheritance (bug#8998).
14496
14497 2011-07-05 Roland Winkler <winkler@gnu.org>
14498
14499 * textmodes/bibtex.el: Add support for biblatex.
14500 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14501 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14502 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14503 (bibtex-entry-alist, bibtex-field-alist): New variables.
14504 (bibtex-entry-field-alist): Obsolete alias for
14505 bibtex-BibTeX-entry-alist.
14506 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14507 (bibtex-set-dialect): New command.
14508 (bibtex-entry-type, bibtex-entry-head)
14509 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14510 Bind via bibtex-set-dialect.
14511 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14512 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14513 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14514 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14515 Define via bibtex-set-dialect.
14516 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14517 Obey bibtex-no-opt-remove-re.
14518 (bibtex-vec-push, bibtex-vec-incr): New functions.
14519 (bibtex-format-entry, bibtex-field-list)
14520 (bibtex-print-help-message, bibtex-validate)
14521 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14522
14523 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * progmodes/compile.el (compilation-goto-locus):
14526 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14527 * bs.el (bs-cycle-next, bs-cycle-previous):
14528 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14529 * bindings.el (mode-line-other-buffer):
14530 * autoinsert.el (auto-insert):
14531 * arc-mode.el (archive-extract):
14532 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14533
14534 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14535
14536 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14537 Fix check of `emacs-lock-unlockable-modes'.
14538 Coerce true values of `emacs-lock--try-unlocking' to t.
14539
14540 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14541
14542 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14543 * emacs-lock.el: New file.
14544
14545 2011-07-05 Julien Danjou <julien@danjou.info>
14546
14547 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14548 than `boundp' to check if face is set.
14549
14550 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
14551
14552 * register.el (registerv-make):
14553 * window.el (window-min-height): Fix typos in docstrings.
14554
14555 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14556
14557 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
14558 Update doc string.
14559
14560 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14561
14562 * server.el (server-execute): Catch quit and call
14563 `server-return-error' to pass the error back to emacsclient and
14564 close the connection (bug#8942).
14565
14566 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14567
14568 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14569 insecure exception for current topic. Also note that auto-saves
14570 are handled differently.
14571
14572 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
14573 State variables for tracking auto-save inhibition situation.
14574
14575 (allout-write-contents-hook-handler): Rename from
14576 'allout-write-file-hook-handler', and describe how it depends on
14577 write-contents-functions sensitivity to non-nil value to prevent
14578 file write.
14579
14580 (allout-auto-save-hook-handler): Remove. auto-save does not check
14581 this in individual buffers, only in the starting buffer, so this
14582 is not the right way for us to inhibit auto-save in a buffer
14583 according to its condition.
14584
14585 (allout-mode): Use new allout-write-contents-hook-handler, and
14586 only with write-contents-functions. Remove auto-save provisions -
14587 they're implemented elsewhere.
14588
14589 (allout-before-change-handler): If undo is in progress, note that
14590 for attention of allout-post-command-business.
14591
14592 (allout-post-command-business): If the command we're following was
14593 an undo, check for change in the status of encrypted items and
14594 adjust auto-save inhibitions accordingly.
14595
14596 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14597 according to whether there are or aren't any plain-text topics
14598 pending encryption.
14599
14600 (allout-inhibit-auto-save-info-for-decryption):
14601 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14602 if there are plain-text topics pending encryption.
14603
14604 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14605 buffer-saved-size and some allout state to not inhibit auto-saves
14606 if there are no longer any plain-text topics pending encryption.
14607
14608 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14609 No longer provide for exemption of the current topic.
14610
14611 2011-07-04 Juri Linkov <juri@jurta.org>
14612
14613 Add 7z operations to delete and save changed members (bug#8968).
14614 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14615 New defcustoms.
14616 (archive-7z-write-file-member): New function.
14617 (archive-7z-summarize): Fix the number of dashes in the
14618 listing output.
14619
14620 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14623 (bug#8958).
14624
14625 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
14626
14627 * bindings.el: Ignore next-buffer and previous-buffer in
14628 minibuffer-local-map.
14629
14630 * font-lock.el (font-lock-builtin-face): Change light background
14631 color to dark slate blue (Bug#6693).
14632
14633 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14634
14635 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14636
14637 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14640 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14641 Add switch-to-buffer.
14642
14643 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14644
14645 * isearch.el (isearch-search-fun-function): Clarify further the
14646 meaning of the function returned.
14647
14648 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
14649
14650 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14651
14652 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14653 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14654 Use it.
14655 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14656 `tramp-default-remote-path' does not exist.
14657 (tramp-send-command-and-read): New optional argument NOERROR.
14658 (tramp-open-connection-setup-interactive-shell)
14659 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14660 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14661 (tramp-process-sentinel): Flush also process' connection property.
14662 (tramp-sh-handle-start-file-process): Do not set process
14663 sentinel. It is done now ...
14664 (tramp-maybe-open-connection): ... here. (Bug#8929)
14665
14666 2011-07-04 MON KEY <monkey@sandpframing.com>
14667
14668 * play/animate.el (animate-string): Doc fixes and allow changing
14669 the buffer name (bug#5417).
14670
14671 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14672
14673 * play/animate.el (animation-buffer-name): Rename from *animate*.
14674
14675 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14676
14677 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14678 This is simpler and helps future-proof the code.
14679 (timer-until): Use time-subtract and float-time.
14680 (timer--time-less-p): Use time-less-p.
14681
14682 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14683
14684 * type-break.el (timep): Use the value of `float-time' to avoid a
14685 byte-compiler warning.
14686
14687 * server.el (server-eval-and-print): Return any result, even nil.
14688
14689 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14690
14691 * type-break.el: Accept time formats that the builtins accept.
14692 (timep, type-break-time-difference): Accept any format that
14693 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14694 This is simpler and helps future-proof the code.
14695 (type-break-time-difference): Round rather than ignoring
14696 subseconds components.
14697
14698 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14699
14700 * info.el (Info-apropos-matches): Make non-interactive, since it
14701 doesn't seem to do anything useful as a command (bug#8829).
14702
14703 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
14704
14705 * frame.el (frame-background-mode, frame-set-background-mode):
14706 Move from faces.el.
14707 (frame-default-terminal-background): New function.
14708
14709 * custom.el (custom-push-theme): Don't record faces in `changed'
14710 theme; this doesn't work correctly for per-frame face settings.
14711 (disable-theme): Use face-set-after-frame-default to reset faces.
14712 (custom--frame-color-default): New function.
14713
14714 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14715
14716 * dired.el (dired-flagging-regexp): Remove unused variable
14717 (bug#8769).
14718
14719 2011-03-29 Kevin Ryde <user42@zip.com.au>
14720
14721 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14722 `perl-Test2' extend to match possible "fail #N" rep count
14723 (bug#8377).
14724
14725 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14726
14727 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14728 `smtpmail-via-smtp' now returns the error instead of nil.
14729
14730 * isearch.el (isearch-search-fun-function): Clarify the doc string
14731 (bug#8101).
14732
14733 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
14734
14735 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14736 unnecessary spaces (bug#8987).
14737
14738 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14739
14740 * net/network-stream.el (open-network-stream): Use the
14741 :end-of-capability command thoughout.
14742
14743 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14744
14745 * net/network-stream.el (open-network-stream): Add the
14746 :end-of-capability command parameter, used by pop3.el.
14747
14748 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14749
14750 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14751
14752 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14753 for list)" (bug#6475).
14754
14755 * files.el (file-expand-wildcards): Ignore non-readable
14756 sub-directories while trying to find matches instead of signaling
14757 an error (bug#6297).
14758
14759 * man.el (Man-reference-regexp): Allow matching possible
14760 word-wrapped references (bug#6289).
14761
14762 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14763 for consistency with the other vc buffers (bug#6197).
14764 (vc-checkin): Ditto.
14765
14766 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14767
14768 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14769
14770 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14771
14772 * custom.el (defcustom): Clarify that :set is only used in the
14773 Customize user interface (bug#6089).
14774
14775 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14776 associated with a file, refuse to run instead of erroring out
14777 (bug#6084).
14778
14779 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14780 the doc string, since it appears that using `fill-column' always
14781 controls the width (bug#7845).
14782
14783 * simple.el (shell-command-on-region): Say where the error output
14784 went if `shell-command-default-error-buffer' is set (bug#6857).
14785
14786 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14787
14788 * allout.el (allout-yank-processing): Adjust cursor position for
14789 backwards-deleted space.
14790
14791 (allout-rebullet-heading): Register changes with
14792 allout-exposure-changed-hook, so the modified topic is properly
14793 decorated.
14794
14795 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14796
14797 * minibuffer.el (completion-in-region): Document PREDICATE
14798 (bug#7136).
14799
14800 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14801 of keyword/argument pairs (bug#6904).
14802
14803 * replace.el (multi-occur):
14804 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
14805
14806 2011-07-02 Drew Adams <drew.adams@oracle.com>
14807
14808 * dired.el (dired-mark-if): Make the message about whether it's
14809 marking or unmarking clearer (bug#8523).
14810
14811 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14812
14813 * disp-table.el (display-table-print-array): New function.
14814 (describe-display-table): Use it to print the vectors more pretty
14815 (Bug#8859).
14816
14817 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14818
14819 * window.el (window-state-get-1): Don't assign clone numbers.
14820 Add clone-of item to list of window parameters.
14821 (window-state-put-2): Don't process clone numbers.
14822 (display-buffer-alist): Fix doc-string.
14823
14824 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14825
14826 * subr.el (remq): Don't allocate if it's not needed.
14827 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14828 (keymap--merge-bindings): New functions.
14829 (keymap-canonicalize): Use them to refine the canonicalization.
14830 * minibuffer.el (minibuffer-local-completion-map)
14831 (minibuffer-local-must-match-map): Move initialization from C.
14832 (minibuffer-local-filename-completion-map): Move initialization from C;
14833 don't inherit from anything here.
14834 (minibuffer-local-filename-must-match-map): Make obsolete.
14835 (completing-read-default): Use make-composed-keymap to combine
14836 minibuffer-local-filename-completion-map with either
14837 minibuffer-local-must-match-map or
14838 minibuffer-local-filename-completion-map.
14839
14840 2011-07-01 Glenn Morris <rgm@gnu.org>
14841
14842 * type-break.el (type-break-time-sum): Use dolist.
14843
14844 * textmodes/flyspell.el (flyspell-word-search-backward):
14845 Replace CL function.
14846
14847 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * mouse.el (mouse--strip-first-event): New function.
14850 (function-key-map): Use it to map fringe clicks to normal clicks
14851 by default.
14852
14853 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14854 (vc-bzr-revision-completion-table): Add support for annotate and date.
14855
14856 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14857 inherit from parent.
14858
14859 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14860
14861 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14862 (dired-show-file-type): Doc fixup (bug#8818).
14863
14864 * dired.el (dired-mode): Fix up the doc string as suggested by
14865 Drew Adams (bug#8817).
14866
14867 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14868 cookie, since the manual says that it should be possible to add
14869 this function to `find-file-hook' (bug#8709).
14870
14871 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14872
14873 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14874 here. Noted Ted Zlatanov as the maintainer.
14875 (cfengine-common-settings, cfengine-common-syntax): New functions
14876 to set up common things between `cfengine-mode' and
14877 `cfengine3-mode'.
14878 (cfengine3-mode): New mode.
14879 (cfengine3-defuns cfengine3-defuns-regex
14880 (cfengine3-class-selector-regex cfengine3-category-regex)
14881 (cfengine3-vartypes cfengine3-font-lock-keywords)
14882 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14883 (cfengine3-indent-line): Add from cfengine3.el.
14884
14885 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
14886
14887 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14888
14889 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14890
14891 2011-07-01 Martin Rudalics <rudalics@gmx.at>
14892
14893 * window.el (same-window-buffer-names, same-window-regexps)
14894 (same-window-p, special-display-frame-alist)
14895 (special-display-popup-frame, special-display-function)
14896 (special-display-buffer-names, special-display-regexps)
14897 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14898 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14899 (split-window-preferred-function, split-height-threshold)
14900 (split-width-threshold, even-window-heights)
14901 (display-buffer-mark-dedicated, window-splittable-p)
14902 (split-window-sensibly, window-safely-shrinkable-p):
14903 Un-obsolete.
14904 (display-buffer): Don't spread args with function specifier
14905 because special-display-popup-frame won't like it.
14906
14907 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14908
14909 Time-stamp simplifications and fixes.
14910 These improve accuracy slightly, and future-proof the code
14911 against some potential changes to current-time format.
14912
14913 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14914 by using time-since and float-time.
14915
14916 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14917 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14918 + NNN microseconds".
14919
14920 * type-break.el (type-break-time-sum): Rewrite using time-add.
14921
14922 * play/hanoi.el (hanoi-current-time-float): Remove.
14923 All uses replaced by float-time.
14924
14925 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14926 This yields a more-accurate answer.
14927 (rng-time-to-float): Remove; no longer needed.
14928
14929 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14930
14931 * calendar/timeclock.el (timeclock-seconds-to-time):
14932 Defalias to seconds-to-time, since they're the same thing.
14933
14934 * emacs-lisp/elp.el (elp-elapsed-time):
14935 * emacs-lisp/benchmark.el (benchmark-elapse):
14936 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14937
14938 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 * window.el (bury-buffer): Don't iconify the only frame.
14941 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14942 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14943
14944 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
14945
14946 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14947 Add mouse-yank-primary.
14948
14949 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14950
14951 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14952
14953 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14956 (find-library-name): Use it to find relative load names when provided
14957 absolute file name (bug#8803).
14958
14959 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14960
14961 * textmodes/flyspell.el (flyspell-word): Consider words that
14962 differ only in case as potential doublons (bug#5687).
14963
14964 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14965 Remove two rather uninteresting debugging-like messages to make
14966 debbugs.el more silent.
14967
14968 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14969 a password-like phrase.
14970
14971 2011-06-30 Masatake YAMATO <yamato@redhat.com>
14972
14973 * progmodes/cc-guess.el: New file.
14974
14975 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14976
14977 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14978 derived from `c-basic-common-init'.
14979
14980 * progmodes/cc-mode.el (top-level): Require cc-guess.
14981 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14982
14983 2011-06-30 Lawrence Mitchell <wence@gmx.li>
14984
14985 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14986
14987 2011-06-30 Alan Mackenzie <acm@muc.de>
14988
14989 * progmodes/cc-engine.el (c-guess-continued-construct):
14990 Correct the handling of template-args-cont, particularly for when font
14991 lock is disabled. Name this case as "CASE G".
14992
14993 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14994
14995 * allout.el (allout-yank-processing): Fix injection of extra space
14996 between bullet and non-whitespace character in first topic when
14997 pasting, ensuring that the actual spacing in the pasted topic
14998 following the bullet char is preserved. This extra space was
14999 causing pasted encrypted topics to get a decrypted status even
15000 when the content was actually still encrypted. Now the decryption
15001 status from before the paste is preserved.
15002
15003 (allout-flag-region): Set all allout overlays so they evaporate
15004 when reduced to zero length (evanescent), to prevent overlay
15005 leakage.
15006
15007 2011-06-30 Glenn Morris <rgm@gnu.org>
15008
15009 * w32-fns.el (w32-charset-info-alist): Declare.
15010
15011 * find-dired.el (find-grep-options): Simplify.
15012
15013 * term/ns-win.el (ns-set-resource): Declare.
15014
15015 * ses.el (row, col): Declare dynamic variables honestly.
15016
15017 * textmodes/reftex-parse.el (index-tags): Declare.
15018
15019 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
15020
15021 * cus-edit.el (customize-push-and-save): New function.
15022
15023 * files.el (hack-local-variables-confirm): Use it.
15024
15025 * custom.el (load-theme): New arg NO-CONFIRM.
15026 Use customize-push-and-save (Bug#8720).
15027 (custom-enabled-themes): Doc fix.
15028
15029 * cus-theme.el (customize-create-theme)
15030 (custom-theme-merge-theme): Callers to load-theme changed.
15031
15032 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15033
15034 * thingatpt.el (thing-at-point-short-url-regexp): Require that
15035 short URLs have at least one dot in them (bug #7614).
15036
15037 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
15038 nil, because using a pty is apparently too slow (bug #895).
15039
15040 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15041
15042 * mail/sendmail.el (sendmail-query-once): New function.
15043 (sendmail-query-once-function): New variable.
15044
15045 2011-06-29 Glenn Morris <rgm@gnu.org>
15046
15047 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
15048
15049 * ses.el (top-level): Require cl when compiling.
15050 (ses-set-localvars): Fix error statement.
15051 Call it at compile time to silence a storm of warnings.
15052
15053 2011-06-29 Martin Rudalics <rudalics@gmx.at>
15054
15055 * window.el (normalize-live-buffer): Rename to
15056 window-normalize-buffer.
15057 (normalize-live-frame): Rename to window-normalize-frame.
15058 (normalize-any-window): Rename to window-normalize-any-window.
15059 (normalize-live-window): Rename to window-normalize-live-window.
15060 (make-window-atom): Rename to window-make-atom.
15061 (window-resize-reset): Rename to window--resize-reset.
15062 (window-resize-reset-1): Rename to window--resize-reset-1.
15063 (resize-mini-window): Rename to window--resize-mini-window.
15064 (resize-subwindows-skip-p): Rename to
15065 window--resize-subwindows-skip-p.
15066 (resize-subwindows-normal): Rename to
15067 window--resize-subwindows-normal.
15068 (resize-subwindows): Rename to window--resize-subwindows.
15069 (resize-other-windows): Rename to window--resize-siblings.
15070 (resize-this-window): Rename to window--resize-this-window.
15071 (resize-root-window): Rename to window--resize-root-window.
15072 (resize-root-window-vertically): Rename to
15073 window--resize-root-window-vertically.
15074 (normalize-buffer-to-display): Rename to
15075 window-normalize-buffer-to-display.
15076 (normalize-buffer-to-switch-to): Rename to
15077 window-normalize-buffer-to-switch-to.
15078 Correspondingly update all callers of the functions listed
15079 above.
15080 (display-buffer-alist, display-buffer-normalize-arguments)
15081 (display-buffer-normalize-options, display-buffer)
15082 (display-buffer-alist-set): Use "function" instead of
15083 "fun-with-args".
15084
15085 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
15086
15087 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
15088 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
15089 debbugs.gnu.org. Mention acknowledgment email.
15090
15091 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
15092
15093 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
15094 buffer multibyteness, since it shouldn't matter.
15095
15096 2011-06-28 Martin Rudalics <rudalics@gmx.at>
15097
15098 * window.el (display-buffer-in-side-window): Handle dedicated
15099 windows as in display-buffer-reuse-window.
15100 (display-buffer-normalize-alist): Use value of override
15101 specifier.
15102 (display-buffer-normalize-specifiers): Use value of
15103 other-window-means-other-frame specifier.
15104 (display-buffer-alist): Rewrite some texts in widgets.
15105 (display-buffer): Spread arguments when calling function
15106 specified by fun-with-args.
15107
15108 2011-06-28 Deniz Dogan <deniz@dogan.se>
15109
15110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15111 Unnest `let'.
15112
15113 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
15114 selectors (Bug#5732).
15115 (css-proprietary-nmstart-re): Use `regexp-opt'.
15116
15117 2011-06-27 Jari Aalto <jari.aalto@cante.net>
15118
15119 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
15120 (eshell-ls-date-format): New defcustom.
15121 (eshell-ls-file): Use it.
15122
15123 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * help-fns.el (describe-variable): Fix message for terminal-local vars.
15126
15127 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
15128
15129 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
15130 (ange-ftp-make-tmp-name): New arg.
15131 (ange-ftp-file-local-copy): Use it.
15132
15133 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
15134
15135 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
15136 no-conversion (Bug#8870).
15137
15138 2011-06-27 Martin Rudalics <rudalics@gmx.at>
15139
15140 * window.el (window-right, window-left, window-child)
15141 (window-child-count, window-last-child)
15142 (window-iso-combination-p, walk-window-tree-1)
15143 (window-atom-check-1, window-tree-1, delete-window)
15144 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
15145 new naming conventions - window-vchild, window-hchild,
15146 window-next and window-prev are now called window-top-child,
15147 window-left-child, window-next-sibling and window-prev-sibling
15148 respectively.
15149 (resize-window-reset): Rename to window-resize-reset.
15150 (resize-window-reset-1): Rename to window-resize-reset-1.
15151 (resize-window): Rename to window-resize.
15152 (window-min-height, window-min-width)
15153 (resize-mini-window, resize-this-window, resize-root-window)
15154 (resize-root-window-vertically, adjust-window-trailing-edge)
15155 (enlarge-window, shrink-window, maximize-window)
15156 (minimize-window, delete-window, quit-restore-window)
15157 (split-window, balance-windows, balance-windows-area-adjust)
15158 (balance-windows-area, window-state-put-2)
15159 (display-buffer-even-window-sizes, display-buffer-set-height)
15160 (display-buffer-set-width, set-window-text-height)
15161 (fit-window-to-buffer): Rename all "resize-window" prefixed
15162 calls to use the "window-resize" prefix convention.
15163 (display-buffer-alist): Fix symbol for label specifier.
15164 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
15165 corresponding specifier.
15166 Reported by Juanma Barranquero <lekktu@gmail.com>.
15167
15168 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15169
15170 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
15171 convention.
15172 (ses-call-printer): Does not pass an empty string to formatter when the
15173 cell is empty to keep from barking printer Calc math-format-value.
15174
15175 2011-06-27 Richard Stallman <rms@gnu.org>
15176
15177 * battery.el (battery-mode-line-limit): New variable.
15178 (battery-update): Handle it.
15179
15180 * mail/rmailmm.el (rmail-mime-process-multipart):
15181 Handle truncated messages.
15182
15183 2011-06-27 Glenn Morris <rgm@gnu.org>
15184
15185 * progmodes/flymake.el (flymake-err-line-patterns):
15186 Allow for column numbers in the ant/javac pattern. (Bug#8866)
15187
15188 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
15189
15190 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
15191 (ses--clean-!, ses--clean-_): New functions.
15192 (ses-range): Add configurability of readout order, and conversion
15193 to Calc vector.
15194
15195 * ses.el (ses-repair-cell-reference-all): New function.
15196 (ses-cell-symbol): Set macro as safe, so that it can be used in
15197 formulas.
15198
15199 * ses.el: Update cycle detection algorithm.
15200 (ses-localvars): Add ses--Dijkstra-attempt-nb and
15201 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
15202 (ses-set-localvars): New function.
15203 (ses-make-cell): Add property-list as a cell element.
15204 (ses-cell-property-get-fun, ses-cell-property-get)
15205 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
15206 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
15207 New functions.
15208 (ses-cell-property-set, ses-cell-property-pop)
15209 (ses-cell-property-get-handle): New macro.
15210 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
15211 New aliases, used for code readability.
15212 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
15213 cycle detection.
15214 (ses-self-reference-early-detection): New defcustom.
15215 (ses-formula-references): Robustify against self-referring cells.
15216 (ses-mode): Use ses-set-localvars.
15217 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
15218 before lauching the update processing.
15219 (ses-initialize-Dijkstra-attempt): New function.
15220 (ses-recalculate-cell): Update for cycle detection based on
15221 Dijkstra algorithm.
15222
15223 * ses.el: Fix commenting and indenting convention.
15224
15225 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
15226
15227 * bs.el (bs-cycle-next): Complete last change.
15228
15229 2011-06-27 Drew Adams <drew.adams@oracle.com>
15230
15231 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
15232
15233 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15234
15235 * net/network-stream.el (network-stream-open-starttls):
15236 Don't re-get capabilities unless we've reestablished connection.
15237 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
15238
15239 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
15240 to binary to possibly avoid line encoding issues on Windows (among
15241 other things).
15242
15243 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15244
15245 * net/network-stream.el (open-network-stream): Return an :error
15246 saying what the problem was, if possible.
15247
15248 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
15249 server.
15250
15251 * net/network-stream.el (network-stream-open-starttls): If we
15252 wanted to use STARTTLS, and the server offered it, but we weren't
15253 able to because we had no STARTTLS support, then close the connection.
15254 (open-network-stream): Return an :error element, if present.
15255
15256 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15257
15258 * hl-line.el (hl-line-sticky-flag): Doc fix.
15259 (global-hl-line-sticky-flag): New option (Bug#8323).
15260 (global-hl-line-highlight): Obey it.
15261
15262 * vc/vc.el (vc-revert-show-diff): Default to t.
15263
15264 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
15265
15266 * allout-widgets.el (allout-widgets-post-command-business):
15267 Stop decorating intermediate isearch matches. They're not being
15268 undecorated when an isearch is continued past, and isearch
15269 automatically collapses them. This leads to "widget leaks", where
15270 decorated items accumulate in collapsed areas. Lines with lots of
15271 hidden widgets can slow down cursor travel, substantially.
15272 Too much complicated machinery would be needed to ensure undecoration,
15273 so we're doing without this nicety.
15274
15275 (allout-widgets-tally-string): Don't try to do a hash-table-count
15276 of allout-widgets-tally when it's nil. This eliminates spurious "Error
15277 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
15278 *Messages* when allout-widgets-maintain-tally is t.
15279
15280 2011-06-26 Martin Rudalics <rudalics@gmx.at>
15281
15282 * window.el (display-buffer-normalize-argument): Rename to
15283 display-buffer-normalize-arguments. Handle special meaning of
15284 LABEL argument. Respect special-display-function when popping up
15285 a new frame. Fix code searching for a window showing the buffer
15286 on another frame.
15287 (display-buffer-normalize-specifiers):
15288 Call display-buffer-normalize-arguments.
15289 (display-buffer-in-window): Don't undedicate the window if its
15290 buffer remains the same.
15291 Reported by Drew Adams <drew.adams@oracle.com>.
15292 (display-buffer-alist): Add choice for same-window macro
15293 specfier.
15294 (display-buffer): Mention special meaning of LABEL argument in
15295 doc-string. Fix quoting. Don't pop up a new frame even as
15296 fallback.
15297
15298 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
15299
15300 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
15301 avoid deleting the current window in some cases (bug#8911).
15302
15303 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
15304
15305 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
15306 (Bug#8934)
15307
15308 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
15309
15310 * net/network-stream.el (network-stream-open-starttls):
15311 Use built-in TLS support if `gnutls-available-p' is true.
15312 (network-stream-open-tls): Ditto.
15313
15314 2011-06-26 Leo Liu <sdl.web@gmail.com>
15315
15316 * register.el (registerv): New struct.
15317 (registerv-make): New function.
15318 (jump-to-register, describe-register-1, insert-register):
15319 Support the jump-func, print-func and insert-func slot of a registerv
15320 struct. (Bug#8415)
15321
15322 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
15323
15324 * vc/vc.el (vc-revert-show-diff): New defcustom.
15325 (vc-diff-internal): New arg specifying diff buffer.
15326 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
15327 reuse an existing *vc-diff* buffer (Bug#8927).
15328
15329 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
15330
15331 2011-06-26 Glenn Morris <rgm@gnu.org>
15332
15333 * progmodes/f90.el (f90-critical-indent): New option.
15334 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
15335 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
15336 (f90-mode): Doc fix.
15337 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
15338 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
15339 (f90-beginning-of-block, f90-next-block, f90-indent-region)
15340 (f90-match-end): Handle block, critical.
15341
15342 2011-06-25 Glenn Morris <rgm@gnu.org>
15343
15344 * calendar/diary-lib.el (diary-included-files): Doc fix.
15345 (diary-include-files): New function, extracted from
15346 diary-include-other-diary-files and diary-mark-included-diary-files.
15347 (diary-include-other-diary-files, diary-mark-included-diary-files):
15348 Just call diary-include-files.
15349 (diary-mark-entries): Reset diary-included-files on first call.
15350
15351 * calendar/diary-lib.el (diary-mark-entries)
15352 (diary-mark-included-diary-files):
15353 Visit included diary-files in temp buffers.
15354
15355 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
15356 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
15357 (f90-start-block-re, f90-imenu-generic-expression)
15358 (f90-looking-at-program-block-start, f90-no-block-limit):
15359 Add support for submodules.
15360
15361 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15362 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
15363
15364 2011-06-25 Eli Zaretskii <eliz@gnu.org>
15365
15366 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
15367 buffer-file-type before setting its value, to avoid disastrous
15368 global effects on decoding files for DOS/Windows systems. (Bug#8780)
15369
15370 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15371
15372 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
15373
15374 * ses.el (ses-unload-function):
15375 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
15376
15377 * proced.el (proced-unload-function):
15378 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
15379
15380 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
15381
15382 * server.el (server-create-window-system-frame): Add parameters arg.
15383 (server-process-filter): Doc fix. Handle frame-parameters.
15384
15385 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
15386
15387 Fix bug#8730, bug#8781.
15388
15389 * loadhist.el (unload--set-major-mode): New function.
15390 (unload-feature): Use it.
15391
15392 * progmodes/python.el (python-after-info-look): Add autoload cookie.
15393 (python-unload-function): New function.
15394
15395 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
15398
15399 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
15400
15401 * net/browse-url.el (browse-url-firefox-program): Add icecat to
15402 the candidates list.
15403
15404 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
15405
15406 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
15407
15408 2011-06-23 Richard Stallman <rms@gnu.org>
15409
15410 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
15411 (rmail-variables): Set next-error-move-function.
15412 (rmail-what-message): Take argument POS.
15413 (rmail-next-error-move): New function.
15414
15415 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
15418 messages for adjacent non-terminals.
15419
15420 2011-06-23 Richard Stallman <rms@gnu.org>
15421
15422 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
15423 (rmail-show-message-1): Preserve buffer modified flag.
15424 (rmail-start-mail): Don't specify use of rmail-mail-return;
15425 that's done by mail-bury now.
15426 (rmail-mail-return): Handle arg NEWBUF.
15427
15428 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
15429
15430 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
15431 SIZE is a number.
15432
15433 2011-06-23 Martin Rudalics <rudalics@gmx.at>
15434
15435 * window.el (get-lru-window, get-mru-window)
15436 (get-largest-window): Never return a minibuffer window.
15437 (display-buffer-pop-up-window): Fix a bug that could lead to
15438 reusing the minibuffer window.
15439 (display-buffer): Pass original specifier argument to
15440 display-buffer-function instead of the normalized one.
15441 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15442
15443 2011-06-22 Leo Liu <sdl.web@gmail.com>
15444
15445 * minibuffer.el (completing-read-function)
15446 (completing-read-default): Move from minibuf.c
15447
15448 2011-06-22 Richard Stallman <rms@gnu.org>
15449
15450 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
15451 to Rmail even if not started by a special Rmail command.
15452
15453 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
15454 Copy the buffer currently showing just one message.
15455
15456 2011-06-22 Roland Winkler <winkler@gnu.org>
15457
15458 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
15459 (bibtex-clean-entry): First delete the old key so that a
15460 customized algorithm for generating the new key does not get
15461 confused by the old key.
15462 (bibtex-url): Obey regexp of first step.
15463 (bibtex-search-entries): Do not use add-to-list with local
15464 list-var.
15465
15466 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15467
15468 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
15469 stored a user name, then query for the password first, instead of
15470 waiting for SMTP to give an error message and the trying again.
15471
15472 2011-06-22 Lawrence Mitchell <wence@gmx.li>
15473
15474 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
15475 BUFFER in call-process.
15476
15477 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15478
15479 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
15480 QUIT twice.
15481 (smtpmail-try-auth-methods): Require user name and password from
15482 auth-source.
15483
15484 2011-06-22 Martin Rudalics <rudalics@gmx.at>
15485
15486 * window.el (display-buffer-default-specifiers)
15487 (display-buffer-alist): Remove entries for pop-up-frame-alist.
15488 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
15489 (split-window): Normalize SIDE argument (Bug#8916).
15490
15491 * frame.el (pop-up-frame-alist, pop-up-frame-function)
15492 (special-display-frame-alist, special-display-popup-frame):
15493 Remove duplicate declarations. These are now in window.el.
15494
15495 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15496
15497 * mail/smtpmail.el (smtpmail-via-smtp):
15498 Set :use-starttls-if-possible so that we always use STARTTLS if the
15499 server supports it. SMTP servers that support STARTTLS commonly
15500 require it.
15501
15502 * net/network-stream.el (network-stream-open-starttls): Support
15503 upgrading to STARTTLS always, even if we don't have built-in support.
15504 (open-network-stream): Add the :always-query-capabilities keyword.
15505
15506 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15507 upgrades with `open-network-stream', and rely solely on
15508 auth-source for all credentials. Big changes throughout the file,
15509 but in particular:
15510 (smtpmail-auth-credentials): Remove.
15511 (smtpmail-starttls-credentials): Remove.
15512 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15513 MAIL FROM, too.
15514
15515 * net/network-stream.el (network-stream-open-starttls):
15516 Provide support for client certificates both for external and built-in
15517 STARTTLS.
15518 (auth-source): Require.
15519 (open-network-stream): Document the :client-certificate keyword.
15520 (network-stream-certificate): Change cert-cert to cert and
15521 cert-key to key.
15522
15523 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
15524
15525 * net/tramp-cache.el (top): Don't load the persistency file when
15526 "emacs -Q" has been called.
15527
15528 2011-06-21 Tim Harper <timcharper@gmail.com>
15529
15530 * term/ns-win.el (ns-initialize-window-system):
15531 Set application-specific `ApplePressAndHoldEnabled' system
15532 resource to NO as it is not yet supported by the NS port.
15533
15534 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
15535
15536 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15537 (list-dynamic-libraries): ...not here.
15538
15539 2011-06-21 Leo Liu <sdl.web@gmail.com>
15540
15541 * subr.el (sha1): Implement sha1 using secure-hash.
15542
15543 2011-06-21 Martin Rudalics <rudalics@gmx.at>
15544
15545 * window.el (display-buffer-alist): In default value do not
15546 enforce searching a window on any but the selected frame.
15547 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15548 (display-buffer-select-window): Remove function.
15549 (display-buffer-in-window): When a window on another frame gets
15550 reused, do not select it any more but just raise its frame if
15551 necessary (Bug#8851) and (Bug#8856).
15552 (display-buffer-normalize-options): Handle pop-up-frames related
15553 options more faithfully.
15554 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15555 window if it is on another frame.
15556 (display-buffer-alist, display-buffer-default-specifiers):
15557 Don't make new frame unsplittable by default.
15558 (display-buffer-normalize-argument): Fix doc-string typo and use
15559 'same-frame-other-window instead of 'other-window when associating
15560 with display-buffer-macro-specifiers.
15561
15562 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15563
15564 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15565 New functions.
15566 (5x5-mode-map, 5x5-mode-menu): Bind them.
15567 (5x5-draw-grid): Tweak the solver's rendering.
15568
15569 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15572 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15573
15574 2011-06-21 Drew Adams <drew.adams@oracle.com>
15575
15576 * menu-bar.el: Use function variable instead of switch-to-buffer.
15577 (menu-bar-select-buffer-function): New variable.
15578 (menu-bar-update-buffers): Use it (bug#8876).
15579
15580 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15581
15582 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15583 variable's status.
15584
15585 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15586
15587 * x-dnd.el (x-dnd-version-from-flags)
15588 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15589 and long as number (Bug#8899).
15590 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15591
15592 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
15595 (completion-try-completion, completion-all-completions): Compute the
15596 metadata argument if it's missing; make it optional (bug#8795).
15597
15598 * wid-edit.el: Use lex-bind and move towards completion-at-point.
15599 (widget-complete): Use new :completion-function property.
15600 (widget-completions-at-point): New function.
15601 (default): Use :completion-function instead of :complete.
15602 (widget-default-completions): Rename from widget-default-complete;
15603 Rewrite.
15604 (widget-string-complete, widget-file-complete, widget-color-complete):
15605 Remove functions.
15606 (file, symbol, function, variable, coding-system, color):
15607 * international/mule-cmds.el (default-input-method, charset)
15608 (language-info-custom-alist):
15609 * cus-edit.el (face): Use new property :completions.
15610
15611 * progmodes/pascal.el (pascal-completions-at-point): New function.
15612 (pascal-mode): Use it.
15613 (pascal-mode-map): Use completion-at-point.
15614 (pascal-toggle-completions): Make obsolete.
15615 (pascal-complete-word, pascal-show-completions):
15616 * progmodes/octave-mod.el (octave-complete-symbol):
15617 Redefine as obsolete alias.
15618 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15619 Signal absence of completion info for old Octave,
15620 (inferior-octave-complete): Redefine as obsolete alias.
15621 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15622 (meta-completions-at-point): Rename from meta-complete-symbol and
15623 adapt it for use on completion-at-point-functions.
15624 (meta-common-mode): Use it.
15625 (meta-looking-at-backward, meta-match-buffer): Remove.
15626 (meta-complete-symbol): Redefine as obsolete alias.
15627 (meta-common-mode-map): Use completion-at-point.
15628 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15629 (makefile-mode-map): Use completion-at-point.
15630 (makefile-completions-at-point): Rename from makefile-complete and
15631 adapt it for use on completion-at-point-functions.
15632 (makefile-mode): Use it.
15633 (makefile-complete): Redefine as obsolete alias.
15634
15635 2011-06-20 Deniz Dogan <deniz@dogan.se>
15636
15637 * net/rcirc.el: Delete trailing whitespaces once and for all.
15638
15639 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15640
15641 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15642
15643 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
15644
15645 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15646
15647 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15648
15649 2011-06-19 Martin Rudalics <rudalics@gmx.at>
15650
15651 * window.el (display-buffer-other-window-means-other-frame):
15652 Call display-buffer-normalize-alist.
15653 (display-buffer-normalize-specifiers-1): Rename to
15654 display-buffer-normalize-argument. New argument other-frame.
15655 Rewrite.
15656 (display-buffer-normalize-specifiers-2): Rename to
15657 display-buffer-normalize-options.
15658 (display-buffer-normalize-alist-1): New function.
15659 (display-buffer-normalize-specifiers-3): Rename to
15660 display-buffer-normalize-alist.
15661 Call display-buffer-normalize-alist-1.
15662 (display-buffer-normalize-options-inhibit): New variable.
15663 (display-buffer-normalize-specifiers): Rewrite calling
15664 display-buffer-normalize-alist,
15665 display-buffer-normalize-argument, and
15666 display-buffer-normalize-options. Don't call the latter if
15667 display-buffer-normalize-options-inhibit is non-nil.
15668 (frame-auto-delete): New option.
15669 (window-deletable-p): Use frame-auto-delete.
15670 (window-list-no-nils, window-state-ignored-parameters)
15671 (window-state-get-1, window-state-get, window-state-put-list)
15672 (window-state-put-1, window-state-put-2, window-state-put):
15673 New functions.
15674 (display-buffer-normalize-options): Move special-display-p group
15675 after pop-up-frame group (Bug#8851) and (Bug#8856).
15676
15677 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
15678
15679 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15680 groups (Bug#8776).
15681 (rx-submatch-n): New function.
15682 (rx): Document it.
15683
15684 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15685 (Bug#8768).
15686
15687 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15688
15689 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15690
15691 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15692 anytime existing face settings are present (Bug#8889).
15693
15694 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15695 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15696 Remove unused argument.
15697
15698 2011-06-18 Martin Rudalics <rudalics@gmx.at>
15699
15700 * window.el (display-buffer-default-specifiers):
15701 Remove pop-up-frame. Add pop-up-window-min-height,
15702 pop-up-window-min-width, and another reuse-window specifier
15703 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
15704 (display-buffer-normalize-specifiers-2):
15705 Handle split-height-threshold and split-width-threshold also when
15706 pop-up-windows is unset. Add a reuse-window specifier for the
15707 case popping up a new window fails.
15708 (special-display-popup-frame): Remove double quoting.
15709 (display-buffer-normalize-specifiers-1): Fix thinko.
15710
15711 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15712
15713 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15714 according to comint-completion-addsuffix.
15715
15716 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15717 (pcomplete-suffix-list): Mark as obsolete.
15718 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15719 pcomplete-seen in the closure.
15720 (pcomplete-comint-setup): Setup completion-at-point as well.
15721 (pcomplete--entries): New function.
15722 (pcomplete--env-regexp): New var.
15723 (pcomplete-entries): Rewrite to work with partial-completion and
15724 without relying on pcomplete-suffix-list.
15725 (pcomplete-pare-list): Remove, unused.
15726
15727 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15728
15729 * window.el (display-buffer-alist): Set pop-up-window-min-height
15730 and pop-up-window-min-width in default value. Reported by
15731 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15732 other-window-means-other-frame.
15733 (display-buffer-macro-specifiers): Comment out entry for
15734 other-window specifier.
15735 (display-buffer-other-window-means-other-frame): New function.
15736 (display-buffer-normalize-specifiers-1): New arguments
15737 buffer-name and label. Treat other-window case specially.
15738 (display-buffer-normalize-specifiers-2): Treat other-window case
15739 specially.
15740 (display-buffer-normalize-specifiers-3): New function.
15741 (display-buffer-normalize-specifiers):
15742 Call display-buffer-normalize-specifiers-3.
15743
15744 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15745
15746 * window.el (same-window-p): Fix two typos introduced when
15747 adding with-no-warnings.
15748 (display-buffer-normalize-specifiers-1): Don't check
15749 pop-up-frames for 'unset initialization.
15750 (display-buffer-normalize-specifiers-2): Major rewrite using
15751 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15752 (pop-up-frames, display-buffer-reuse-frames)
15753 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15754 Suggested by David Engster <deng@randomsample.de>.
15755 (even-window-heights): Initialize to 'unset.
15756 (display-buffer-alist-set): Handle new 'unset initializations.
15757 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15758 other window case.
15759
15760 2011-06-16 Martin Rudalics <rudalics@gmx.at>
15761
15762 * window.el (display-buffer-normalize-specifiers-1):
15763 Respect current value of pop-up-frames for most reasonable values of
15764 second argument of display-buffer (Bug#8865).
15765 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15766 (switch-to-buffer-other-window-same-frame)
15767 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15768 Adams (Bug#8875).
15769 (display-buffer): Don't check noninteractive when calling
15770 display-buffer-pop-up-frame.
15771 (display-buffer-pop-up-frame): Never pop up a frame in
15772 noninteractive mode (Bug#8857).
15773 (enlarge-window, shrink-window): Don't report an error when the
15774 window can't be resized as requested (Bug#8862).
15775
15776 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15777
15778 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15779
15780 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15781
15782 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15783
15784 2011-06-15 Alan Mackenzie <acm@muc.de>
15785
15786 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15787 for declarators, disable knr checking to speed up for normal files.
15788 2: Refactor, replacing a sequence of nested if forms by a cond form.
15789
15790 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15791
15792 * net/network-stream.el (open-network-stream): Add the keyword
15793 :always-query-capabilities for the case where you want to force a
15794 `plain' network connection, but the protocol still requires the
15795 capabilitiy command (i.e., SMTP and EHLO).
15796
15797 * subr.el (process-live-p): Rename from `process-alive-p' for
15798 consistency with other `-live-p' functions.
15799
15800 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * window.el (same-window-buffer-names, same-window-regexps)
15803 (special-display-frame-alist, special-display-popup-frame)
15804 (special-display-function, special-display-buffer-names)
15805 (special-display-regexps, pop-up-frame-alist)
15806 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15807 (pop-up-windows, split-window-preferred-function)
15808 (split-height-threshold, split-width-threshold, even-window-heights)
15809 (display-buffer-mark-dedicated): Don't encourage the use of
15810 display-buffer-alist from Elisp code.
15811
15812 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15813
15814 * progmodes/python.el (python-mode): Derive from prog-mode.
15815 * progmodes/ps-mode.el (ps-mode):
15816 * progmodes/mixal-mode.el (mixal-mode):
15817 * progmodes/cfengine.el (cfengine-mode):
15818 * progmodes/ld-script.el (ld-script-mode): Likewise.
15819
15820 2011-06-15 Martin Rudalics <rudalics@gmx.at>
15821
15822 * window.el (display-buffer-alist): Trim default value to avoid
15823 popping up a new frame (Bug#8857) or reusing an arbitrary window
15824 on another frame.
15825 (display-buffer): Do not fall back on popping up a new frame in
15826 batch mode (Bug#8857).
15827
15828 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
15829
15830 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15831 (custom-theme-summary): New function.
15832 (customize-themes): Use it.
15833
15834 2011-06-13 Glenn Morris <rgm@gnu.org>
15835
15836 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15837
15838 2011-06-13 Martin Rudalics <rudalics@gmx.at>
15839
15840 * help.el (help-window): Remove variable.
15841 (help-window-point-marker, temp-buffer-max-height)
15842 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15843 (help-print-return-message): Don't set help-window.
15844 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15845 (help-window-setup-finish): Remove.
15846 (help-window-display-message, help-window-setup)
15847 (with-help-window): Major rewrite based on new
15848 display-buffer-window variable.
15849
15850 * help-mode.el (help-mode-finish): Remove help-window related
15851 code.
15852
15853 * view.el (view-exits-all-viewing-windows): Remove reference to
15854 view-return-to-alist in doc-string.
15855 (view-return-to-alist): Make obsolete.
15856 (view-buffer): Call pop-to-buffer-same-window and remove
15857 undo-window code.
15858 (view-buffer-other-window): Call pop-to-buffer-other-window and
15859 simplify code. Ignore second argument.
15860 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15861 simplify code. Ignore second argument.
15862 (view-return-to-alist-update): Make obsolete.
15863 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15864 Rewrite using quit-restore window parameters.
15865 (view-mode-exit): Rename second argument to EXIT-ONLY.
15866 Rewrite using quit-restore-window.
15867 (View-exit, View-exit-and-edit, View-leave, View-quit)
15868 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15869 appropriate arguments.
15870 (view-end-message): Use quit-restore window parameter.
15871
15872 * window.el (display-buffer-function): Rewrite doc-string.
15873 (display-buffer-window, display-buffer-alist): New variables.
15874 (display-buffer-split-specifiers)
15875 (display-buffer-side-specifiers)
15876 (display-buffer-macro-specifiers): New constants.
15877 (display-buffer-even-window-sizes, display-buffer-set-height)
15878 (display-buffer-set-width, display-buffer-select-window)
15879 (display-buffer-in-window, display-buffer-reuse-window)
15880 (display-buffer-split-window-1, display-buffer-split-window)
15881 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15882 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15883 (display-buffer-in-side-window, normalize-buffer-to-display)
15884 (display-buffer-normalize-specifiers-1)
15885 (display-buffer-normalize-specifiers-2)
15886 (display-buffer-normalize-specifiers, display-buffer-frame):
15887 New functions.
15888 (display-buffer): Major rewrite.
15889 (display-buffer-other-window, display-buffer-other-frame)
15890 (pop-to-buffer, switch-to-buffer-other-window)
15891 (switch-to-buffer-other-frame): Rewrite.
15892 (display-buffer-same-window, display-buffer-same-frame)
15893 (display-buffer-same-frame-other-window)
15894 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15895 (pop-to-buffer-other-window)
15896 (pop-to-buffer-same-frame-other-window)
15897 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15898 (switch-to-buffer-other-window-same-frame): New functions.
15899 (same-window-p, special-display-p): Rewrite disabling warnings.
15900 Make obsolete.
15901 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15902 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15903 Make obsolete
15904 (same-window-buffer-names, same-window-regexps)
15905 (special-display-frame-alist, special-display-popup-frame)
15906 (special-display-function, special-display-buffer-names)
15907 (special-display-regexps, pop-up-frame-alist)
15908 (pop-up-frame-function, split-window-preferred-function)
15909 (split-height-threshold, split-width-threshold)
15910 (even-window-heights): Make obsolete.
15911
15912 2011-06-12 Glenn Morris <rgm@gnu.org>
15913
15914 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
15915 Misc simplifications.
15916
15917 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15918
15919 * window.el (window-safely-shrinkable-p): Restore function which
15920 was inadvertently removed in change from 2011-06-11. Declare as
15921 obsolete.
15922
15923 * calendar/calendar.el (calendar-generate-window):
15924 Use window-iso-combined-p instead of combination of one-window-p and
15925 window-safely-shrinkable-p.
15926
15927 2011-06-12 Glenn Morris <rgm@gnu.org>
15928
15929 * progmodes/fortran.el (fortran-mode-syntax-table):
15930 * progmodes/f90.el (f90-mode-syntax-table):
15931 Set % to punctuation. (Bug#8820)
15932 (f90-find-tag-default): Remove, no longer needed.
15933
15934 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15935
15936 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15937
15938 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15939
15940 * image.el (image-animated-p): Return animation delay in seconds.
15941 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15942 (image-animate-timeout): Remove DELAY argument. Don't assume
15943 every subimage has the same delay; get it from image-animated-p.
15944 (image-animate): Caller changed.
15945
15946 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
15947
15948 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15949 to ignored backtrace functions.
15950
15951 2011-06-11 Glenn Morris <rgm@gnu.org>
15952
15953 * calendar/appt.el (appt-disp-window-function): Doc fix.
15954 (appt-check): Handle overlapping appointments. (Bug#8337)
15955
15956 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15957
15958 * window.el (window-tree-1, window-tree): New functions, moving
15959 the latter to window.el.
15960 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15961 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15962 (bw-refresh-edges): Remove.
15963 (balance-windows-1, balance-windows-2): New functions.
15964 (balance-windows): Rewrite in terms of window tree functions,
15965 balance-windows-1 and balance-windows-2.
15966 (bw-adjust-window): Remove.
15967 (balance-windows-area-adjust): New function with functionality of
15968 bw-adjust-window but using resize-window.
15969 (set-window-text-height): Rewrite doc-string.
15970 Use normalize-live-window and resize-window.
15971 (enlarge-window-horizontally, shrink-window-horizontally):
15972 Rename argument to DELTA.
15973 (window-buffer-height): New function.
15974 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15975 Rewrite using new window resize routines.
15976 (kill-buffer-and-window, mouse-autoselect-window-select):
15977 Use ignore-errors instead of condition-case.
15978 (quit-window): Call delete-frame instead of delete-windows-on
15979 for the only buffer on frame.
15980
15981 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15982
15983 * loadup.el (top-level): Load window before files for the sake
15984 of replace-buffer-in-windows.
15985
15986 * files.el (read-buffer-to-switch)
15987 (switch-to-buffer-other-window)
15988 (switch-to-buffer-other-frame, display-buffer-other-frame):
15989 Move to window.el.
15990
15991 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15992 (previous-buffer): Move to window.el.
15993
15994 * bindings.el (unbury-buffer): Move to window.el.
15995
15996 * window.el (delete-other-windows-vertically): Move after
15997 definition of delete-other-windows.
15998 (other-window, delete-windows-on, replace-buffer-in-windows):
15999 Move here from window.c.
16000 (record-window-buffer, unrecord-window-buffer)
16001 (set-window-buffer-start-and-point, switch-to-prev-buffer)
16002 (switch-to-next-buffer): New functions.
16003 (get-next-valid-buffer, last-buffer, next-buffer): Move here
16004 from simple.el. Call switch-to-next-buffer.
16005 (previous-buffer): Move here from simple.el.
16006 Call switch-to-prev-buffer.
16007 (bury-buffer): Move here from buffer.c. Switch to previous
16008 buffer when window cannot be deleted.
16009 (unbury-buffer): Move here from bindings.el.
16010 (ctl-x-map): Move binding for other-window from window.c to
16011 here.
16012 (read-buffer-to-switch, switch-to-buffer-other-window)
16013 (switch-to-buffer-other-frame): Move here from files.el.
16014 (normalize-buffer-to-switch-to): New functions.
16015 (switch-to-buffer): Move here from buffer.c.
16016 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
16017
16018 2011-06-10 Martin Rudalics <rudalics@gmx.at>
16019
16020 * window.el (window-min-height, window-min-width): Move here
16021 from window.c. Add defcustoms and rewrite doc-strings.
16022 (resize-mini-window, resize-window): New functions.
16023 (adjust-window-trailing-edge, enlarge-window, shrink-window):
16024 Move here from window.c.
16025 (maximize-window, minimize-window): New functions.
16026 (delete-window, delete-other-windows, split-window): Move here
16027 from window.c.
16028 (window-split-min-size): New function.
16029 (split-window-keep-point): Mention split-window-above-each-other
16030 instead of split-window-vertically.
16031 (split-window-above-each-other, split-window-vertically):
16032 Rename split-window-vertically to split-window-above-each-other
16033 and provide defalias for old definition.
16034 (split-window-side-by-side, split-window-horizontally):
16035 Rename split-window-horizontally to split-window-side-by-side
16036 and provide defalias for the old definition.
16037 (ctl-x-map): Move bindings for delete-window,
16038 delete-other-windows and enlarge-window here from window.c.
16039 Replace bindings for split-window-vertically and
16040 split-window-horizontally by bindings for
16041 split-window-above-each-other and split-window-side-by-side.
16042
16043 * cus-start.el (all): Remove entries for window-min-height and
16044 window-min-width. Add entries for window-splits and
16045 window-nest.
16046
16047 2011-06-09 Glenn Morris <rgm@gnu.org>
16048
16049 * calendar/appt.el (appt-mode-line): New function.
16050 (appt-check, appt-disp-window): Use it.
16051
16052 * files.el (hack-one-local-variable-eval-safep):
16053 Allow minor-modes with explicit +/-1 arguments.
16054
16055 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
16056
16057 * term/xterm.el (xterm): Add defgroup.
16058 (xterm-extra-capabilities): Add defcustom to supply known xterm
16059 capabilities, skip querying them, or query them (default).
16060 (terminal-init-xterm): Use it.
16061 (terminal-init-xterm-modify-other-keys): New function to set up
16062 modifyOtherKeys support to simplify `terminal-init-xterm'.
16063
16064 2011-06-09 Martin Rudalics <rudalics@gmx.at>
16065
16066 * window.el (resize-window-reset, resize-window-reset-1)
16067 (resize-subwindows-skip-p, resize-subwindows-normal)
16068 (resize-subwindows, resize-other-windows, resize-this-window)
16069 (resize-root-window, resize-root-window-vertically)
16070 (window-deletable-p, window-or-subwindow-p)
16071 (frame-root-window-p): New functions.
16072
16073 2011-06-09 Glenn Morris <rgm@gnu.org>
16074
16075 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
16076 (ange-ftp-get-files): Use it.
16077
16078 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16079
16080 * mail/sendmail.el (mail-recover-1, mail-recover):
16081 * files.el (recover-file, recover-session):
16082 Handle dired-listing-switches not being just a single short option.
16083
16084 2011-06-09 Glenn Morris <rgm@gnu.org>
16085
16086 * calendar/appt.el (appt-display-message, appt-disp-window):
16087 Handle lists of appointments.
16088
16089 2011-06-08 Martin Rudalics <rudalics@gmx.at>
16090
16091 * window.el (one-window-p): Move down in code.
16092 Rewrite doc-string.
16093 (window-current-scroll-bars): Rewrite doc-string.
16094 Normalize live window argument.
16095 (walk-windows, get-window-with-predicate, count-windows):
16096 Rewrite doc-string. Use window-list-1.
16097 (window-in-direction-2, window-in-direction, get-mru-window):
16098 New functions.
16099
16100 2011-06-08 Reuben Thomas <rrt@sc3d.org>
16101
16102 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
16103 Doc fix (Bug#8713).
16104
16105 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
16106
16107 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
16108
16109 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
16110
16111 * loadhist.el (unload-feature-special-hooks):
16112 Add `comint-output-filter-functions'.
16113
16114 2011-06-08 Ivan Kanis <gnu@kanis.fr>
16115
16116 * calendar/appt.el (appt-check): Move some initializations into the let.
16117
16118 2011-06-08 Martin Rudalics <rudalics@gmx.at>
16119
16120 * window.el (window-height): Defalias to window-total-height.
16121 (window-width): Defalias to window-body-width.
16122
16123 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
16124
16125 * image-mode.el (image-toggle-animation): New command.
16126 (image-mode-map): Bind it to RET.
16127 (image-mode): Update message.
16128 (image-toggle-display-image): Avoid a spurious cache flush.
16129 (image-transform-rotation): Doc fix.
16130 (image-transform-properties): Return quickly in the normal case.
16131 (image-animate-loop): Rename from image-animate-max-time.
16132
16133 * image.el (image-animate-max-time): Move to image-mode.el.
16134 (create-animated-image): Remove unnecessary function.
16135 (image-animate): Rename from image-animate-start. New arg.
16136 (image-animate-stop): Remove; just use image-animate-timer.
16137 (image-animate-timer): Use car-safe.
16138 (image-animate-timeout): Rename argument.
16139
16140 2011-06-07 Martin Rudalics <rudalics@gmx.at>
16141
16142 * window.el (get-lru-window, get-largest-window): Move here from
16143 window.c. Rename first argument to ALL-FRAMES.
16144 Rephrase doc-strings.
16145 (get-buffer-window-list): Rewrite using window-list-1.
16146 Rephrase doc-string.
16147 (window-safe-min-height, window-safe-min-width): New constants.
16148 (window-size-ignore, window-min-size, window-min-size-1)
16149 (window-sizable, window-sizable-p, window-size-fixed-1)
16150 (window-size-fixed-p, window-min-delta-1, window-min-delta)
16151 (window-max-delta-1, window-max-delta, window-resizable)
16152 (window-resizable-p, window-total-height, window-total-width)
16153 (window-body-width): New functions.
16154 (window-full-height-p, window-full-width-p): Rewrite using
16155 window-total-size.
16156 (window-body-height): Rewrite using window-body-size.
16157
16158 2011-06-06 Martin Rudalics <rudalics@gmx.at>
16159
16160 * window.el (window-right, window-left, window-child)
16161 (window-child-count, window-last-child, window-any-p)
16162 (normalize-live-buffer, normalize-live-frame)
16163 (normalize-any-window, normalize-live-window)
16164 (window-iso-combination-p, window-iso-combined-p)
16165 (window-iso-combinations)
16166 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
16167 (windows-with-parameter, window-with-parameter)
16168 (window-atom-root, make-window-atom, window-atom-check-1)
16169 (window-atom-check, window-side-check, window-check):
16170 New functions.
16171 (ignore-window-parameters, window-sides, window-sides-vertical)
16172 (window-sides-slots): New variables.
16173 (window-size-fixed): Move down in code. Minor doc-string fix.
16174
16175 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
16176
16177 * comint.el (comint-dynamic-complete-as-filename)
16178 (comint-dynamic-complete-filename): Correctly call
16179 completion-in-region.
16180
16181 2011-06-05 Deniz Dogan <deniz@dogan.se>
16182
16183 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
16184 in last change.
16185
16186 2011-06-05 Deniz Dogan <deniz@dogan.se>
16187
16188 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
16189 (rcirc): Use it to prompt for encryption.
16190
16191 2011-06-05 Roland Winkler <winkler@gnu.org>
16192
16193 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
16194 (bibtex-search-entries): New command bound to C-c C-a.
16195 (bibtex-display-entries): New function.
16196
16197 2011-06-05 Roland Winkler <winkler@gnu.org>
16198
16199 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
16200 (bibtex-insert-kill): After yanking insert newline if necessary.
16201 (bibtex-initialize): Call bibtex-string-files-init only once.
16202 (bibtex-mode): Do not call easy-menu-add.
16203 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
16204 (bibtex-yank): Set arg properly if nil.
16205
16206 2011-06-05 Roland Winkler <winkler@gnu.org>
16207
16208 * textmodes/bibtex.el (bibtex-search-entry-globally):
16209 New variable.
16210 (bibtex-search-entry): Use it.
16211
16212 2011-06-05 Roland Winkler <winkler@gnu.org>
16213
16214 * textmodes/bibtex.el (bibtex-entry-format): New option
16215 sort-fields.
16216 (bibtex-format-entry, bibtex-reformat): Honor this option.
16217 (bibtex-parse-entry): Return fields in proper order.
16218
16219 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * doc-view.el (doc-view-remove-if): Move computation of result out
16222 of `dolist' to silence misleading lexical-binding warning.
16223
16224 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
16225
16226 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
16227 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
16228
16229 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16230
16231 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
16232 "SunOS 5.10".
16233
16234 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
16235
16236 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
16237 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
16238 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
16239 (tramp-parse-putty):
16240 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
16241 (tramp-completion-function-alist-ssh)
16242 (tramp-completion-function-alist-telnet)
16243 (tramp-completion-function-alist-su)
16244 (tramp-completion-function-alist-putty): Set `tramp-autoload'
16245 cookie.
16246
16247 * net/tramp-ftp.el:
16248 * net/tramp-sh.el:
16249 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
16250 load "tramp.el" `tramp-set-completion-function'.
16251
16252 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
16253
16254 * shell.el: Require and use pcomplete.
16255 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
16256 (shell-completion-vars): Set pcomplete-default-completion-function.
16257
16258 2011-06-04 Deniz Dogan <deniz@dogan.se>
16259
16260 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
16261 `memq' (Bug#8799).
16262
16263 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
16266
16267 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
16268
16269 * bs.el (bs--mark-unmark, bs--nth-wrapper):
16270 * mpc.el (mpc-select-extend, mpc-songpointer-context):
16271 * vc/log-view.el (log-view-beginning-of-defun):
16272 * vc/smerge-mode.el (smerge-apply-resolution-patch)
16273 (smerge-refine-forward, smerge-refine-chopup-region):
16274 Silence warning for unused `dotimes' counter variables.
16275
16276 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
16277
16278 * net/tramp.el (tramp-with-progress-reporter): Rename from
16279 with-progress-reporter. Use `declare'.
16280 * net/tramp-smb.el:
16281 * net/tramp-sh.el:
16282 * net/tramp-gvfs.el: Update all uses.
16283
16284 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
16285
16286 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
16287 buffer isn't killed before making it current.
16288
16289 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16290
16291 Silence various byte-compiler warnings.
16292 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
16293 `access-type' and new obsolescence format.
16294 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
16295 new format.
16296 (byte-compile-check-variable): New `access-type' argument.
16297 Only warn if the access-type is obsolete.
16298 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16299 (byte-compile-variable-set): Adjust callers.
16300 * help-fns.el (describe-variable): Adjust to new obsolescence format.
16301 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
16302 setting it as obsolete.
16303 * simple.el (minibuffer-completing-symbol):
16304 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
16305 access as obsolete.
16306 * minibuffer.el (minibuffer-completing-file-name): Don't make it
16307 obsolete yet.
16308 * international/quail.el (quail-mouse-choose-completion): Remove unused
16309 code referring to obsolete var.
16310 (quail-choose-completion-string): Remove.
16311 * server.el (server-clients-with, server-kill-buffer-query-function)
16312 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
16313 * proced.el (proced-send-signal):
16314 * emacs-lisp/lisp.el (lisp-complete-symbol):
16315 Replace completion-annotate-function with completion-extra-properties.
16316
16317 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * simple.el (goto-line): Use read-number.
16320 (overriding-map-is-bound): Remove.
16321 (saved-overriding-map): Change default.
16322 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
16323 Take the map as argument.
16324 (universal-argument, negative-argument, digit-argument): Use it.
16325 (restore-overriding-map): Adjust.
16326 (do-auto-fill): Use fill-forward-paragraph.
16327 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
16328
16329 * minibuffer.el (minibuffer-inactive-mode-map): New var.
16330 (minibuffer-inactive-mode): New major mode.
16331 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
16332 the *Messages* buffer" hack.
16333 (mouse-popup-menubar): Don't burp if the event is a normal key.
16334
16335 Miscellaneous tweaks.
16336 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
16337 lexical scoping as in subr.el's dolist and dotimes.
16338 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
16339 Silence compiler warning.
16340 * thingatpt.el (forward-whitespace): Trivial coding style fix.
16341 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
16342 * international/ccl.el (ccl-compile): Trivial simplification.
16343 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
16344 * emacs-lisp/testcover.el (testcover-end): Remove spurious
16345 `printflag' argument.
16346 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16347 Purecopy the whole obsolescence data.
16348
16349 2011-06-01 Leo Liu <sdl.web@gmail.com>
16350
16351 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
16352 improve doc-string as suggested by Marco Pessotto
16353 <melmothx@gmail.com>.
16354 (rcirc-print): Fix last change.
16355
16356 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * minibuffer.el (complete-with-action): Return nil for the metadata and
16359 boundaries of non-functional tables.
16360 (completion-table-dynamic): Return nil for the metadata.
16361 (completion-table-with-terminator): Add default case, using
16362 complete-with-action.
16363 (completion--metadata): New function.
16364 (completion-all-sorted-completions, minibuffer-completion-help): Use it
16365 to try and avoid pathological performance problems.
16366 (completion--embedded-envvar-table): Return `category' metadata.
16367
16368 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16369
16370 * subr.el (process-alive-p): New tiny convenience function.
16371
16372 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
16375 content but also its previous major mode.
16376
16377 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
16378
16379 * emacs-lisp/debug.el (debug): Restore the previous content of the
16380 *Backtrace* buffer when we exit with C-M-c.
16381
16382 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16383
16384 * minibuffer.el: Add metadata method to completion tables.
16385 (completion-category-overrides): New defcustom.
16386 (completion-metadata, completion--field-metadata)
16387 (completion-metadata-get, completion--styles)
16388 (completion--cycle-threshold): New functions.
16389 (completion-try-completion, completion-all-completions):
16390 Add `metadata' argument to choose completion-styles.
16391 (completion--do-completion): Use metadata to choose cycling.
16392 (completion-all-sorted-completions): Use metadata for sorting.
16393 Remove :completion-cycle-penalty which is not needed any more.
16394 (completion--try-word-completion): Add `metadata' argument.
16395 (minibuffer-completion-help): Check metadata for annotation function
16396 and sorting.
16397 (completion-file-name-table): Return `category' metadata.
16398 (minibuffer-completing-file-name): Make obsolete.
16399 * simple.el (minibuffer-completing-symbol): Make obsolete.
16400 * icomplete.el (icomplete-completions): Pass new `metadata' param to
16401 completion-try-completion.
16402
16403 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16404
16405 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
16406
16407 2011-05-30 Leo Liu <sdl.web@gmail.com>
16408
16409 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
16410 (rcirc-print): Decode all incoming messages (bug#8744).
16411 (rcirc-decode-coding-system): Allow value nil for automatic coding
16412 system detection.
16413
16414 2011-06-01 Glenn Morris <rgm@gnu.org>
16415
16416 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
16417
16418 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16419
16420 * image.el (image-animate-max-time): Allow nil and t values.
16421 Default to nil.
16422 (create-animated-image): Doc fix.
16423 (image-animate-start): Remove second arg; just use
16424 image-animate-max-time.
16425 (image-animate-timeout): Doc fix. Args changed.
16426
16427 * image-mode.el (image-toggle-display-image): Ensure that the
16428 image spec passed to the animate timer is the same object as in
16429 the buffer's display property (Bug#6981).
16430 (image-transform-properties): Doc fix.
16431
16432 * image.el (image-animate-max-time): Default to nil.
16433
16434 2011-05-29 Martin Rudalics <rudalics@gmx.at>
16435
16436 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
16437 entire buffer list (Bug#8184).
16438
16439 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16440
16441 * image.el (imagemagick-types-inhibit)
16442 (imagemagick-register-types): Doc fix.
16443
16444 2011-05-29 Deniz Dogan <deniz@dogan.se>
16445
16446 * net/rcirc.el (rcirc): Use the user's stored encryption method by
16447 default.
16448
16449 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
16450
16451 * select.el: Don't perform clipboard-manager saving in hooks;
16452 leave the hooks empty.
16453
16454 2011-05-28 Leo Liu <sdl.web@gmail.com>
16455
16456 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
16457 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
16458 (occur-edit-mode): New major mode (Bug#8463).
16459 (occur-after-change-function): New function.
16460 (occur-engine): Give Occur tags a read-only property.
16461
16462 2011-05-28 Kevin Ryde <user42@zip.com.au>
16463
16464 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
16465
16466 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16467
16468 * bindings.el (help-echo): Make the initial non-indicator dash
16469 empty on graphical terminals (Bug#7295).
16470
16471 * files.el (auto-mode-alist): Move config rule after the
16472 in-stripping one (Bug#8547).
16473
16474 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
16475
16476 * startup.el (normal-splash-screen): Remove gratuitous mode-line
16477 setting (Bug#8740).
16478
16479 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
16480
16481 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
16482 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
16483 (Bug#8539).
16484
16485 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16486
16487 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
16488
16489 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
16490
16491 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
16492 (hs-hide-block-at-point, hs-find-block-beginning)
16493 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
16494 (Bug#8279).
16495
16496 2011-05-28 Glenn Morris <rgm@gnu.org>
16497
16498 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16499
16500 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
16501
16502 * help-fns.el (describe-function-1): If the function is a derived
16503 major mode, print the parent mode.
16504
16505 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16506 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16507
16508 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16509
16510 * minibuffer.el (completion--capf-wrapper): Check applicability before
16511 returning non-nil for non-exclusive completion data.
16512 * progmodes/etags.el (tags-completion-at-point-function):
16513 * info-look.el (info-lookup-completions-at-point): Mark as
16514 non-exclusive.
16515 (info-complete): Adjust accordingly.
16516
16517 * info-look.el: Convert to lexical-binding and completion-at-point.
16518 (info-lookup-completions-at-point): New function.
16519 (info-complete): Use it and completion-in-region.
16520
16521 2011-05-28 Drew Adams <drew.adams@oracle.com>
16522
16523 * isearch.el: Let M-e start with point at the first mismatched char.
16524 (isearch-fail-pos): New function.
16525 (isearch-edit-string): Use it.
16526
16527 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16528
16529 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16530
16531 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
16532
16533 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16534 traversal functions for avl-trees.
16535 (avl-tree--stack): New struct.
16536 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16537 (avl-tree-enter): Add optional `updatefun' arg.
16538 (avl-tree--do-enter): Add optional `updatefun' arg.
16539 Change return value.
16540 (avl-tree-delete): Add optional `test' and `nilflag' args.
16541 (avl-tree--do-delete): Add `test' and `nilflag' args.
16542 Change return value.
16543 (avl-tree-member): Add optional `nilflag'
16544 (avl-tree-member-p): New function.
16545 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16546 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16547 (avl-tree-stack-empty-p): New functions.
16548
16549 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16550 avl-tree--del-balance1 and make it work both ways.
16551 (avl-tree--del-balance2): Remove.
16552 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16553 make it work both ways.
16554 (avl-tree--enter-balance2): Remove.
16555 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16556 New macros.
16557 (avl-tree--mapc, avl-tree-map): Add direction argument.
16558
16559 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
16560
16561 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16562
16563 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
16564
16565 * select.el: Support clipboard managers with built-in function
16566 x-clipboard-manager-save, via delete-frame-functions and
16567 kill-emacs-hook.
16568 (xselect-convert-to-targets): Add MULTIPLE target to list.
16569 (xselect-convert-to-save-targets): New function.
16570
16571 2011-05-27 Kenichi Handa <handa@m17n.org>
16572
16573 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16574 let-binding rfc2047-encode-encoded-words to nil.
16575
16576 2011-05-27 Glenn Morris <rgm@gnu.org>
16577
16578 * mail/emacsbug.el: Don't require url-util.
16579
16580 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16581
16582 * files.el (set-auto-mode):
16583 Also respect mode: entries at the end of the file. (Bug#8586)
16584
16585 2011-05-26 Glenn Morris <rgm@gnu.org>
16586
16587 * files.el (hack-local-variables-prop-line, hack-local-variables):
16588 Downcase mode names, as seems to be traditional.
16589 (hack-local-variables, hack-local-variables-apply): Doc fixes.
16590
16591 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16592 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16593
16594 2011-05-25 Julien Danjou <julien@danjou.info>
16595
16596 * textmodes/rst.el (rst-define-level-faces): Do not define face
16597 symbol if it is already defined.
16598
16599 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16600
16601 * play/5x5.el (5x5-new-game, 5x5-randomize):
16602 Reset 5x5-solver-output to nil when a new grid is cast.
16603 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16604 these debugging traces, as defmacro breaks the compiled code.
16605
16606 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16607
16608 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16609
16610 2011-05-24 Leo Liu <sdl.web@gmail.com>
16611
16612 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16613 (vc-bzr-sha1): Adapt.
16614
16615 * sha1.el: Remove. Function `sha1' is now builtin.
16616
16617 * bindings.el: Provide sha1 feature.
16618
16619 2011-05-24 Kenichi Handa <handa@m17n.org>
16620
16621 * mail/sendmail.el: Require `rfc2047'.
16622 (mail-insert-from-field): Do not perform RFC2047 encoding.
16623 (mail-encode-header): New function.
16624 (sendmail-send-it): Set buffer-file-coding-system of the work
16625 buffer to the return value of select-message-coding-system.
16626 Call mail-encode-header.
16627
16628 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16629
16630 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
16631
16632 * mail/supercite.el (sc-default-cite-frame):
16633 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
16634
16635 2011-05-24 Glenn Morris <rgm@gnu.org>
16636
16637 * progmodes/python.el (brm-menu): Declare.
16638
16639 * emulation/viper.el (viper-set-hooks): Declare.
16640
16641 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16642 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16643 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16644 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16645 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16646 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16647
16648 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16649
16650 Add an :exit-function for completion-at-point.
16651
16652 * minibuffer.el (completion--done): New fun.
16653 (completion--do-completion): Use it. New arg `expect-exact'.
16654 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16655 since completion--do-completion does it for us now.
16656 (minibuffer-force-complete): Use completion--done and
16657 completion--replace. Handle sole-completion case with more care.
16658 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16659 (completion-extra-properties): New var.
16660 (completion-annotate-function): Make obsolete.
16661 (minibuffer-completion-help): Adjust accordingly.
16662 Use completion-list-insert-choice-function.
16663 (completion-at-point, completion-help-at-point):
16664 Bind completion-extra-properties.
16665 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16666 * simple.el (completion-list-insert-choice-function): New var.
16667 (completion-setup-function): Preserve it.
16668 (choose-completion): Pay attention to it, shuffle the code a bit.
16669 (choose-completion-string): New arg `insert-function'.
16670
16671 * textmodes/bibtex.el: Convert to lexical binding.
16672 (bibtex-mode-map): Use completion-at-point.
16673 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16674 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16675 (bibtex-complete): Define as obsolete alias.
16676 (bibtex-complete-internal): Remove.
16677 (bibtex-format-entry): Remove unused sub-group in regexp.
16678 * shell.el (shell--command-completion-data)
16679 (shell-environment-variable-completion):
16680 * pcomplete.el (pcomplete-completions-at-point):
16681 * comint.el (comint--complete-file-name-data): Use :exit-function
16682 instead of completion-table-with-terminator so it also works for
16683 choose-completion.
16684
16685 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16686
16687 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16688
16689 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16690 (bug#8710).
16691
16692 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16693
16694 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16695
16696 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16697 customization variable and implement: If non-nil, auto-fill will
16698 be inhibited while on topic's header line.
16699
16700 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16701
16702 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
16703 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
16704 always have a solution in grid size = 5 cases.
16705 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16706 (5x5-solver-output, 5x5-log-buffer): New vars.
16707 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16708 Make these variables buffer local to achieve 5x5 multi-session-ness.
16709 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16710 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16711 (5x5-solve-suggest): New funs.
16712 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16713 randomize a grid so that we ensure that there is always a solution.
16714 (5x5-make-random-grid): Allow other movement than flipping.
16715
16716 2011-05-23 Kevin Ryde <user42@zip.com.au>
16717
16718 * emacs-lisp/advice.el (ad-read-advised-function):
16719 Use `function-called-at-point' as the default, if it has
16720 advice and passes PREDICATE.
16721
16722 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16725 byte-compile-lambda if it's actually a lambda.
16726
16727 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16728 Fix function quoting. Use backquote better.
16729
16730 2011-05-22 Yuanle Song <sylecn@gmail.com>
16731
16732 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16733 matching (Bug#8516).
16734
16735 2011-01-22 Jari Aalto <jari.aalto@cante.net>
16736
16737 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16738 different face (Bug#8178).
16739
16740 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16741
16742 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16743 defface (Bug#8144).
16744
16745 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16748 funcall as well (bug#8712). Warn when performing those conversions.
16749 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16750
16751 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16752
16753 2011-05-22 Glenn Morris <rgm@gnu.org>
16754
16755 * files.el (hack-local-variables-prop-line): Small simplifications.
16756 (hack-local-variables, hack-local-variables-prop-line):
16757 If MODE-ONLY, return the mode, rather than just `t'.
16758
16759 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16762
16763 2011-05-21 Glenn Morris <rgm@gnu.org>
16764
16765 * files.el (hack-local-variables-prop-line, hack-local-variables):
16766 If only interested in the mode, don't bother doing the other stuff.
16767
16768 * image-mode.el (image-after-revert-hook):
16769 Redraw all frames on which the image is visible. (Bug#8567)
16770
16771 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16772
16773 * wid-edit.el (widget-checklist-match-inline):
16774 Fix 2011-04-19 change. (Bug#8649)
16775
16776 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16779 Also allow singlespace after single-letter capitals followed by a dot.
16780
16781 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16782 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16783
16784 2011-05-20 Nix <nix@esperi.org.uk>
16785
16786 * files.el (basic-save-buffer-2):
16787 Fix handling of break-hardlink-on-save with non-existent files.
16788
16789 2011-05-19 Deniz Dogan <deniz@dogan.se>
16790
16791 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
16792 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
16793
16794 2011-05-19 Glenn Morris <rgm@gnu.org>
16795
16796 * progmodes/f90.el (f90-type-def-re):
16797 Handle "type, bind(c)". (Bug#8691)
16798
16799 * emacs-lisp/autoload.el (batch-update-autoloads):
16800 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16801
16802 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
16803
16804 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16805 property for the correct connection in case of multihops.
16806
16807 2011-05-18 Glenn Morris <rgm@gnu.org>
16808
16809 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16810 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16811
16812 Rationalize calendar handling of day and month abbrev-arrays.
16813 * calendar/calendar.el (calendar-customized-p): New function.
16814 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16815 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16816 Add :set function.
16817 (calendar-abbrev-length, calendar-day-abbrev-array)
16818 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16819 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16820 Elements may no longer be nil.
16821 (calendar-day-name, calendar-month-name):
16822 Update for changed nature of abbrev arrays.
16823 * calendar/diary-lib.el (diary-name-pattern):
16824 Update for changed nature of abbrev arrays.
16825 (diary-mark-entries-1): Update calendar-make-alist calls.
16826 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16827 * calendar/cal-html.el (cal-html-day-abbrev-array):
16828 Simply inherit from calendar-day-abbrev-array.
16829
16830 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16831
16832 * progmodes/grep.el (grep-mode): Disable default
16833 compilation-directory-matcher setting (bug#8684).
16834
16835 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
16836
16837 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16838 instead of "head" and "tail". There were problems with SunOS 5.9,
16839 and it performs better.
16840
16841 2011-05-17 Glenn Morris <rgm@gnu.org>
16842
16843 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16844
16845 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16846 Replace obsolete function.
16847
16848 * shell.el (pcomplete-parse-arguments-function): Declare.
16849
16850 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16851 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16852 (appt-check): Doc fixes.
16853 (appt-disp-window-function, appt-delete-window-function):
16854 Remove needless special case in custom :type.
16855 (appt-display-count): Default to 0, not nil.
16856 (appt-check): Reset appt-display-count to 0, not nil.
16857
16858 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
16859
16860 * progmodes/python.el (python-font-lock-keywords):
16861 Add the Python 3.X keyword "nonlocal" (bug#8639).
16862
16863 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16864
16865 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16866
16867 2011-05-16 Kevin Ryde <user42@zip.com.au>
16868
16869 * info-look.el (makefile-automake-mode): New setups, looking in
16870 automake manual, then makefile-mode.
16871 (makefile-mode): Remove automake manual, have it just in
16872 makefile-automake-mode since there's various things different or
16873 not relevant to plain make.
16874 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16875 believe a hypothetical automake-mode would go to makefile-mode,
16876 not the other way around.
16877
16878 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
16879
16880 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16881 hunk-end tags (Bug#8672).
16882
16883 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16884 vc-annotate-show-diff-revision-at-line (Bug#8671).
16885
16886 2011-05-14 Glenn Morris <rgm@gnu.org>
16887
16888 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16889 in the middle of an existing one with multiple authors. (Bug#8645)
16890 (change-log-font-lock-keywords): Also handle multiple author lines
16891 with leading tabs. (Bug#8644)
16892
16893 * calendar/appt.el (appt-check): Rename some local variables.
16894 Some simplification/reordering.
16895
16896 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16897 (feedmail-sendmail-f-doesnt-sell-me-out)
16898 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16899 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16900 (feedmail-queue-runner-message-sender): Set :version.
16901 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16902 (bbdb-dwim-net-address, vm-mail): Declare.
16903 (feedmail-binmail-gnulinuxish-template):
16904 Rename from feedmail-binmail-linuxish-template.
16905 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16906 Use insert-buffer-substring.
16907
16908 2011-05-14 Bill Carpenter <bill@carpenter.org>
16909
16910 * mail/feedmail.el (feedmail-patch-level): Increase.
16911 (feedmail-debug): New custom group.
16912 (feedmail-confirm-outgoing-timeout)
16913 (feedmail-sendmail-f-doesnt-sell-me-out)
16914 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16915 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16916 (feedmail-sender-line, feedmail-from-line)
16917 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16918 (feedmail-spray-this-address)
16919 (feedmail-spray-address-fiddle-plex-list)
16920 (feedmail-queue-use-send-time-for-date)
16921 (feedmail-queue-use-send-time-for-message-id)
16922 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16923 (feedmail-buffer-eating-function):
16924 Doc fixes.
16925 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16926 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16927 (feedmail-message-action-scroll-down): New functions.
16928 (feedmail-queue-directory, feedmail-queue-draft-directory):
16929 Use expand-file-name.
16930 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16931 Remove C-v help entry.
16932 (feedmail-queue-buffer-file-name): New variable.
16933 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16934 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16935 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16936 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16937 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16938 (feedmail-message-action-toggle-spray)
16939 (feedmail-run-the-queue-no-prompts)
16940 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16941 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16942 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16943 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16944 (feedmail-envelope-deducer, feedmail-fiddle-from)
16945 (feedmail-fiddle-sender, feedmail-default-date-generator)
16946 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16947 (feedmail-fiddle-spray-address)
16948 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16949 (feedmail-fiddle-list-of-fiddle-plexes)
16950 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16951 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16952 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16953 Change default. Doc fix.
16954 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16955 (feedmail-binmail-linuxish-template): New constant.
16956 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16957 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16958 (feedmail-send-it): Add debug call.
16959 Use feedmail-queue-buffer-file-name, and
16960 feedmail-send-it-immediately-wrapper.
16961 (feedmail-message-action-send): Add debug call.
16962 Use feedmail-send-it-immediately-wrapper.
16963 (feedmail-queue-express-to-queue): Add debug call.
16964 Run feedmail-queue-express-hook.
16965 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16966 (feedmail-message-action-help-blat):
16967 Rename from feedmail-queue-send-edit-prompt-help-first.
16968 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16969 Check line-endings. Handle errors better.
16970 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16971 Doc fix. Add debug call.
16972 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16973 Use feedmail-queue-send-edit-prompt-inner.
16974 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16975 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16976 from feedmail-queue-send-edit-prompt.
16977 (feedmail-queue-send-edit-prompt-help)
16978 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16979 (feedmail-tidy-up-slug): Add debug call.
16980 Respect feedmail-queue-slug-suspect-regexp.
16981 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16982 (feedmail-dump-message-to-queue): Add debug call.
16983 Expand queue-directory.
16984 (feedmail-dump-message-to-queue): Change message slightly.
16985 Use feedmail-say-chatter.
16986 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16987 (feedmail-send-it-immediately-wrapper): New function.
16988 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16989 Insert empty string rather than newline. Handle full-frame case.
16990 Use catch/throw. Use feedmail-say-chatter.
16991 (feedmail-fiddle-from): Try mail-host-address.
16992 (feedmail-default-message-id-generator): Doc fix.
16993 Bind system-time-locale. Handle missing end.
16994 (feedmail-fiddle-x-mailer): Add debug call.
16995 Handle feedmail-x-mailer-line being nil.
16996 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16997 Add debug call. Use buffer-substring-no-properties.
16998 (feedmail-say-debug, feedmail-say-chatter): New functions.
16999 (feedmail-find-eoh): Give an explicit error.
17000
17001 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
17002
17003 * net/newst-treeview.el (newsticker-treeview-face): Change default
17004 family from helvetica to sans.
17005 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
17006 etc/images/newsticker.
17007
17008 * net/newst-reader.el (newsticker-feed-face): Change default
17009 family from helvetica to sans.
17010
17011 * net/newst-plainview.el (newsticker-new-item-face)
17012 (newsticker-old-item-face, newsticker-immortal-item-face)
17013 (newsticker-obsolete-item-face, newsticker-date-face)
17014 (newsticker-statistics-face): Change default family from
17015 helvetica to sans.
17016 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
17017 etc/images/newsticker.
17018
17019 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
17020 (newsticker--process-auto-mark-filter-match): Tell user about
17021 auto-marking.
17022
17023 2011-05-13 Didier Verna <didier@xemacs.org>
17024
17025 Common Lisp indentation improvements on defmethod and lambda-lists.
17026 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
17027 TODO entries.
17028 (lisp-lambda-list-keyword-parameter-indentation)
17029 (lisp-lambda-list-keyword-parameter-alignment)
17030 (lisp-lambda-list-keyword-alignment): New customizable user options.
17031 (lisp-indent-defun-method): Improve docstring.
17032 (extended-loop-p): Fix comment.
17033 (lisp-indent-lambda-list-keywords-regexp): New variable.
17034 (lisp-indent-lambda-list): New function.
17035 (lisp-indent-259): Use it.
17036 (lisp-indent-defmethod): Support for more than one
17037 method qualifier and properly indent methods lambda-lists.
17038 (defgeneric): Provide a missing common-lisp-indent-function property.
17039
17040 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
17043 bounds for the empty string (bug#8667).
17044
17045 2011-05-13 Glenn Morris <rgm@gnu.org>
17046
17047 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
17048
17049 * mail/sendmail.el (sendmail-program): Try executable-find first.
17050 (sendmail-send-it): `sendmail-program' cannot be unbound.
17051
17052 * calendar/appt.el (appt-make-list): Simplify.
17053 (appt-time-msg-list): Doc fix.
17054 (appt-check): Change mode-line message at the time of the appointment.
17055
17056 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
17057
17058 * progmodes/ld-script.el (ld-script-keywords)
17059 (ld-script-builtins): Update keywords list.
17060
17061 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17062
17063 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
17064
17065 * shell.el (shell-completion-vars): New function.
17066 (shell-mode):
17067 * simple.el (read-shell-command): Use it.
17068 (blink-matching-open): No need for " [...]" in minibuffer-message.
17069
17070 2011-05-12 Glenn Morris <rgm@gnu.org>
17071
17072 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
17073 (appt-check): Simplify.
17074
17075 2011-05-12 Eli Zaretskii <eliz@gnu.org>
17076
17077 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
17078 literal "/dev/null".
17079
17080 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
17083 Fix typo.
17084
17085 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
17086
17087 * progmodes/which-func.el (which-function):
17088 Use add-log-current-defun instead of add-log-current-defun-function,
17089 which might not be defined (Bug#8260).
17090
17091 2011-05-12 Glenn Morris <rgm@gnu.org>
17092
17093 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
17094 Let byte-compile-initial-macro-environment always take precedence.
17095
17096 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17097
17098 * net/rcirc.el: Add support for SSL/TLS connections.
17099 (rcirc-server-alist): New field `encryption'.
17100 (rcirc): Check `encryption' settings.
17101 (rcirc-connect): New arg `encryption'. Use open-network-stream.
17102 Merge make-local-variable into `set'.
17103 (rcirc--connection-open-p): New function.
17104 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
17105 the process is not a network process (e.g. running gnutls-cli).
17106 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
17107 Make rcirc-(en|de)code-coding-system local here.
17108 (rcirc-mode): Merge make-local-variable into `set'.
17109 (rcirc-parent-buffer): Make permanent buffer-local.
17110 (rcirc-multiline-minor-mode): Don't do it here.
17111 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
17112 there's no server buffer.
17113
17114 2011-05-11 Glenn Morris <rgm@gnu.org>
17115
17116 * newcomment.el (comment-kill): Prefix "unused" local.
17117
17118 * term/w32console.el (get-screen-color): Declare.
17119
17120 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
17121 Handle symbol elements of byte-compile-initial-macro-environment.
17122
17123 2011-05-10 Leo Liu <sdl.web@gmail.com>
17124
17125 * bookmark.el (bookmark-bmenu-mode-map):
17126 Bind bookmark-bmenu-search to `/'.
17127
17128 * mail/footnote.el: Convert to utf-8 encoding.
17129 (footnote-unicode-string, footnote-unicode-regexp): New variable.
17130 (Footnote-unicode): New function.
17131 (footnote-style-alist): Add unicode style to the list.
17132 (footnote-style): Doc fix.
17133
17134 2011-05-10 Jim Meyering <meyering@redhat.com>
17135
17136 Fix doubled-word typos.
17137 * international/quail.el (quail-insert-kbd-layout): and and -> and
17138 * kermit.el: and and -> and
17139 * net/ldap.el (ldap-search-internal): to to -> to
17140 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
17141 * progmodes/js.el (js-mode): and and -> and
17142 * textmodes/artist.el (artist-move-to-xy): at at -> at
17143 (artist-draw-region-trim-line-endings): if if -> if
17144 And Safetyc -> Safety.
17145 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
17146
17147 2011-05-10 Glenn Morris <rgm@gnu.org>
17148 Stefan Monnier <monnier@iro.umontreal.ca>
17149
17150 * files.el (hack-one-local-variable-eval-safep):
17151 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
17152
17153 2011-05-10 Glenn Morris <rgm@gnu.org>
17154
17155 * calendar/diary-lib.el (diary-list-entries-hook)
17156 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
17157 (diary-nongregorian-marking-hook, diary-list-entries)
17158 (diary-include-other-diary-files, diary-mark-entries)
17159 (diary-mark-included-diary-files): Doc fixes.
17160
17161 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * misc.el: Require tabulated-list.el during compilation.
17164
17165 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
17166
17167 * progmodes/compile.el (compilation-start):
17168 Run compilation-filter-hook for the async case too.
17169 (compilation-filter-hook): Doc fix.
17170
17171 2011-05-09 Deniz Dogan <deniz@dogan.se>
17172
17173 * wdired.el: Remove outdated installation comment. Fix usage
17174 comment.
17175
17176 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
17177
17178 * misc.el: Implement new command `list-dynamic-libraries'.
17179 (list-dynamic-libraries--loaded-only-p): New variable.
17180 (list-dynamic-libraries--refresh): New function.
17181 (list-dynamic-libraries): New command.
17182
17183 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
17184
17185 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17186 Fix the ant regexp to handle end-line and end-column info from jikes.
17187 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
17188 higher priority to avoid clobbering by gnu.
17189
17190 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
17191
17192 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
17193 if the face has existing theme settings (Bug#8454).
17194
17195 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
17196
17197 * progmodes/perl-mode.el (perl-imenu-generic-expression):
17198 Only match variables declared via `my' or `our' (Bug#8261).
17199
17200 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
17201 special file names `.' and `..' (Bug#8259).
17202
17203 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
17204
17205 * progmodes/grep.el (grep-mode-font-lock-keywords):
17206 Remove buffer-changing entries.
17207 (grep-filter): New function.
17208 (grep-mode): Add it to compilation-filter-hook.
17209
17210 * progmodes/compile.el (compilation-filter-hook)
17211 (compilation-filter-start): New defvars.
17212 (compilation-filter): Call compilation-filter-hook prior to
17213 updating the process mark.
17214
17215 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
17216
17217 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
17218
17219 2011-05-07 Eli Zaretskii <eliz@gnu.org>
17220
17221 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
17222 mailclient-send-it even if window-system is nil. (Bug#8595)
17223
17224 * term/w32console.el (terminal-init-w32console):
17225 Call get-screen-color and use its output to set the frame
17226 background-mode. (Bug#8597)
17227
17228 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
17229
17230 Make bytecomp.el understand that defmethod defines funs (bug#8631).
17231 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
17232 New functions.
17233 (defgeneric, eieio--defmethod): Use them.
17234 (eieio-defgeneric): Remove.
17235 (defmethod): Call defgeneric in a way visible to the byte-compiler.
17236
17237 2011-05-07 Glenn Morris <rgm@gnu.org>
17238
17239 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
17240 Use let rather than let*.
17241 (timeclock-find-discrep): Remove unused local.
17242
17243 * calendar/diary-lib.el (diary-comment-start): Doc fix.
17244
17245 * calendar/appt.el (appt-time-msg-list): Doc fix.
17246
17247 2011-05-06 Noah Friedman <friedman@splode.com>
17248
17249 * apropos.el (apropos-print-doc): Only use
17250 emacs-lisp-docstring-fill-column when it is bound to an integer,
17251 per that variable's documentation.
17252
17253 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17254
17255 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
17256 and warnings are not silently discarded (e.g. use -d instead of -P).
17257
17258 2011-05-06 Glenn Morris <rgm@gnu.org>
17259
17260 * calendar/appt.el (appt-message-warning-time): Doc fix.
17261 (appt-warning-time-regexp): New option.
17262 (appt-make-list): Respect appt-message-warning-time.
17263
17264 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
17265 New options.
17266 (diary-add-to-list): Strip comments from the displayed string.
17267 (diary-mode): Set comment-start and comment-end.
17268
17269 * vc/diff-mode.el (smerge-refine-subst): Declare.
17270 (diff-refine-hunk): Don't require smerge-mode when compiling.
17271
17272 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
17273
17274 * simple.el (list-processes): Return nil as the docstring says.
17275
17276 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17277
17278 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
17279 to "".
17280 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17281 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
17282 determining of binary transfer. (Bug#7383)
17283
17284 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
17285
17286 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17287 Fix port computation bug. (Bug#8618)
17288
17289 2011-05-05 Glenn Morris <rgm@gnu.org>
17290
17291 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
17292
17293 * simple.el (shell-dynamic-complete-functions)
17294 (comint-dynamic-complete-functions): Declare.
17295
17296 * net/network-stream.el (gnutls-negotiate):
17297 * simple.el (tabulated-list-print): Fix declarations.
17298
17299 * progmodes/gud.el (syntax-symbol, syntax-point):
17300 Remove unnecessary and incorrect declarations.
17301
17302 * emacs-lisp/check-declare.el (check-declare-scan):
17303 Handle byte-compile-initial-macro-environment in bytecomp.el
17304
17305 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 Fix earlier half-done eieio-defmethod change (bug#8338).
17308 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
17309 Streamline and change calling convention.
17310 (defmethod): Adjust accordingly and simplify.
17311 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
17312 new eieio--defmethod.
17313 (slot-boundp): Minor CSE simplification.
17314
17315 2011-05-05 Milan Zamazal <pdm@zamazal.org>
17316
17317 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
17318 (glasses-make-readable): Use glasses-separate-capital-groups.
17319
17320 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
17321
17322 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
17323 (warning-series): Doc fix.
17324 (display-warning): Don't try to create the buffer if we just found it.
17325
17326 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
17327
17328 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
17329 (autoload-find-generated-file): New function.
17330 (generate-file-autoloads): Bind generated-autoload-file to
17331 buffer-file-name.
17332 (update-file-autoloads, update-directory-autoloads):
17333 Use autoload-find-generated-file. If called interactively, prompt for
17334 output file (Bug#7989).
17335 (batch-update-autoloads): Doc fix.
17336
17337 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
17338
17339 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
17340
17341 2011-05-04 Glenn Morris <rgm@gnu.org>
17342
17343 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
17344 function, so it follows changes in calendar-date-style.
17345 (diary-fancy-date-matcher): New function.
17346 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
17347 (diary-fancy-font-lock-fontify-region-function):
17348 Use diary-fancy-date-pattern as a function.
17349
17350 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
17351 non-numbers for `year' etc pseudo-variables. (Bug#8583)
17352
17353 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
17354
17355 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
17356 instead of positional arguments. Allow :keylist and :crlfiles
17357 arguments.
17358 (open-gnutls-stream): Call it.
17359
17360 * net/network-stream.el (network-stream-open-starttls): Adjust to
17361 call `gnutls-negotiate' with :process and :hostname arguments.
17362
17363 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * minibuffer.el (completion--message): New function.
17366 (completion--do-completion, minibuffer-complete)
17367 (minibuffer-force-complete, minibuffer-complete-word): Use it.
17368 (completion--do-completion): Don't ignore completion-auto-help when in
17369 icomplete-mode.
17370
17371 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
17372 internal encoding (e.g. tibetan zero is not whitespace).
17373 (global-whitespace-mode): Prefer save-current-buffer.
17374 (whitespace-trailing-regexp): Remove useless save-match-data.
17375 (whitespace-empty-at-bob-regexp): Minor simplification.
17376
17377 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
17378
17379 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
17380
17381 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17382
17383 * textmodes/ispell.el (ispell-add-per-file-word-list):
17384 Use `concat' to create string for insertion.
17385
17386 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17387
17388 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
17389 Avoid open-line which runs post-self-insert-hook.
17390 (bibtex-fill-entry): Remove unused `end' var.
17391
17392 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
17393
17394 * textmodes/ispell.el (ispell-add-per-file-word-list):
17395 Protect against `nil' value of `comment-start' (Bug#8579).
17396
17397 2011-05-03 Leo Liu <sdl.web@gmail.com>
17398
17399 * isearch.el (isearch-yank-pop): New command.
17400 (isearch-mode-map): Bind it to `M-y'.
17401 (isearch-forward): Mention it.
17402
17403 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17404
17405 * simple.el (minibuffer-complete-shell-command): Remove.
17406 (minibuffer-local-shell-command-map): Use completion-at-point.
17407 (read-shell-command): Setup completion vars here instead.
17408 (read-expression-map): Bind TAB to symbol completion.
17409
17410 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
17411 error directly rather via storing it into `results'.
17412
17413 2011-05-02 Leo Liu <sdl.web@gmail.com>
17414
17415 * vc/diff.el: Fix description.
17416
17417 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17418
17419 * server.el (server-eval-at): New function.
17420
17421 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17422
17423 * net/network-stream.el (open-network-stream): Take a :nowait
17424 parameter and pass it on to `make-network-process'.
17425 (network-stream-open-plain): Ditto.
17426
17427 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
17428
17429 * faces.el (face-spec-set-match-display): Don't match toolkit
17430 options on terminal frames.
17431
17432 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17433
17434 * progmodes/pascal.el: Use lexical binding.
17435 (pascal-mode-map): Remove author preferences.
17436
17437 * pcomplete.el (pcomplete-std-complete): Don't abuse
17438 completion-at-point.
17439
17440 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17441
17442 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
17443 removing code that has been dead since 1991 or so.
17444
17445 * startup.el (command-line): When warning about "_emacs", use a
17446 delayed warning to allow the user to filter it out.
17447
17448 2011-04-28 Deniz Dogan <deniz@dogan.se>
17449
17450 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
17451 user has not joined.
17452
17453 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
17456 aren't any completions at point.
17457
17458 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
17459
17460 * subr.el (display-delayed-warnings): New function.
17461 (delayed-warnings-hook): New variable.
17462
17463 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * minibuffer.el (completion-at-point, completion-help-at-point):
17466 Don't presume that a given completion-at-point-function will always
17467 use the same calling convention.
17468
17469 * pcomplete.el (pcomplete-completions-at-point):
17470 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
17471 pcomplete-seen is non-nil.
17472 (pcomplete-comint-setup): Also recognize the new comint/shell
17473 completion functions.
17474 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
17475 pcomplete-seen is non-nil.
17476
17477 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
17478
17479 * calendar/icalendar.el (diary-lib): Add require statement.
17480 (icalendar--create-uid): Read out a uid from a text-property on
17481 the first character in the entry. This allows for code to add its
17482 own uid to the entry.
17483 (icalendar--convert-float-to-ical): Add export of
17484 `diary-float'-entries save for those with the optional DAY
17485 argument.
17486
17487 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
17488
17489 * subr.el (shell-quote-argument): Use alternate escaping strategy
17490 when we spot a variable reference in a string.
17491
17492 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17493
17494 * cus-start.el (all): Define customization for debug-on-event.
17495
17496 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
17497
17498 * subr.el (shell-quote-argument): Escape correctly under Windows.
17499
17500 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17503
17504 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
17505
17506 * net/tramp.el (tramp-process-actions): Add POS argument.
17507 Delete region between POS and (pos).
17508
17509 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17510 Use `nil' position in `tramp-process-actions' call.
17511 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17512
17513 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17514 position in `tramp-process-actions' call.
17515
17516 * net/trampver.el: Update release number.
17517
17518 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17519
17520 * custom.el (defcustom): Obey lexical-binding.
17521
17522 Fix octave-inf completion problems reported by Alexander Klimov.
17523 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17524 Inherit from octave-mode-syntax-table.
17525 (inferior-octave-mode): Set info-lookup-mode.
17526 (inferior-octave-completion-at-point): New function.
17527 (inferior-octave-complete): Use it and completion-in-region.
17528 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17529 comint-filename-completion.
17530 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17531 symbol elements which shouldn't be word elements.
17532 (octave-font-lock-keywords, octave-beginning-of-defun)
17533 (octave-function-header-regexp): Adjust regexps accordingly.
17534 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17535
17536 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
17537
17538 * net/gnutls.el (gnutls-errorp): Declare before first use.
17539
17540 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17541
17542 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17543 verify-error, and verify-hostname-error parameters. Check whether
17544 default trustfile exists before going to use it. Add missing
17545 argument to gnutls-message-maybe call. Return value.
17546 Reported by Claudio Bley <claudio.bley@gmail.com>.
17547 (open-gnutls-stream): Add usage example.
17548
17549 * net/network-stream.el (network-stream-open-starttls): Give host
17550 parameter to `gnutls-negotiate'.
17551 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
17552 * subr.el (shell-quote-argument): Escape correctly under Windows.
17553
17554 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
17555
17556 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17557 Use correct match group (bug#8438).
17558
17559 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17560
17561 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17562 (package-menu--generate): New arg specifying packages to show.
17563 (package-menu-refresh, package-menu-execute, list-packages):
17564 Callers changed.
17565 (package-show-package-list): New function, replacing deleted
17566 package--list-packages (renamed because it is non-internal).
17567
17568 * finder.el (finder-list-matches): Use package-show-package-list
17569 instead of deleted package--list-packages.
17570
17571 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17572 Based on a previous implementation by Juanma Barranquero (Bug#8366).
17573 (vc-annotate-mode-map): Bind it to RET.
17574
17575 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17576
17577 * progmodes/etags.el (next-file): Don't use set-buffer to change
17578 buffers (Bug#8478).
17579
17580 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
17581
17582 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17583
17584 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17585 (apropos-accumulator): Doc fix.
17586 (apropos-function, apropos-macro, apropos-command)
17587 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17588 (apropos-plist): Add face property.
17589 (apropos-symbols-internal): Fix indentation.
17590 (apropos-print): Simplify help, and recognize apropos-multi-type.
17591 (apropos-print-doc): Use button-type-get to extract the button's
17592 face property. Fill docstring (Bug#8352).
17593
17594 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
17595
17596 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17597
17598 * play/mpuz.el (mpuz-silent): Doc fix.
17599 (mpuz-mode-map): Use mapc.
17600 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17601 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17602 Fix typos in docstrings.
17603
17604 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17605 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17606
17607 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17608
17609 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
17610
17611 * minibuffer.el (completion--do-completion): Avoid the "Next char
17612 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17613
17614 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17615 mouse-2 into unread-command-events, it is interpreted correctly.
17616
17617 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
17618 (image-toggle-display): Doc fix.
17619
17620 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
17621
17622 * textmodes/page.el (what-page): Use line-number-at-pos to
17623 calculate line number (Bug#6825).
17624
17625 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17626
17627 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17628 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17629 Pass argument NO-DEFAULT to `find-tag-interactive'.
17630
17631 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
17632
17633 Lexical-binding cleanup.
17634
17635 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17636 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17637 * progmodes/ada-prj.el (ada-prj-initialize-values)
17638 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17639 (ada-prj-show-value):
17640 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17641 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17642 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17643 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17644 * progmodes/bug-reference.el (bug-reference-push-button):
17645 * progmodes/fortran.el (fortran-line-length):
17646 * progmodes/glasses.el (glasses-change):
17647 * progmodes/octave-mod.el (octave-fill-paragraph):
17648 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17649 (python-pdbtrack-grub-for-buffer, python-sentinel):
17650 * progmodes/sql.el (sql-save-connection):
17651 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17652 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17653 Mark unused parameters.
17654
17655 * progmodes/compile.el (compilation--flush-directory-cache)
17656 (compilation--flush-parse, compile-internal): Mark unused parameters.
17657 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17658 (compilation-next-error-function): Remove unused variable `timestamp'.
17659
17660 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17661 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17662
17663 * progmodes/dcl-mode.el (dcl-end-of-command):
17664 Remove unused variable `start'.
17665 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17666 (dcl-option-value-basic, dcl-option-value-offset)
17667 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17668 Mark unused parameters.
17669 (dcl-save-local-variable): Remove unused variable `val'.
17670 (mode): Declare.
17671
17672 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17673 Mark unused parameters.
17674 (delphi-ignore-changes): Move before first use.
17675 (delphi-charset-token-at): Remove unused variable `start'.
17676 (delphi-else-start): Remove unused variable `if-count'.
17677 (delphi-comment-block-start, delphi-comment-block-end):
17678 Remove unused variable `kind'.
17679 (delphi-indent-line): Remove unused variable `new-point'.
17680
17681 * progmodes/ebrowse.el (ebrowse-files-list)
17682 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17683 Mark unused parameters. Don't quote `lambda'.
17684 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17685 Don't quote `lambda'.
17686 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17687 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17688 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17689 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17690 Use `ignore-errors'.
17691 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17692 (ebrowse-view/find-file-and-search-pattern)
17693 (ebrowse-view/find-member-declaration/definition):
17694 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17695 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17696 Rename parameter PREFIX-ARG to PREFIX.
17697 (ebrowse-tags-read-name): Remove unused variables `start' and
17698 `member-info'.
17699 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17700 to `tags-file'.
17701
17702 * progmodes/etags.el (local-find-tag-hook): Declare.
17703 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17704 Mark unused parameters.
17705
17706 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17707 (executable-interpret): Mark unused parameter.
17708
17709 * progmodes/flymake.el (flymake-process-sentinel)
17710 (flymake-after-change-function)
17711 (flymake-create-temp-with-folder-structure)
17712 (flymake-get-include-dirs-dot): Mark unused parameters.
17713 (flymake-safe-delete-directory): Remove unused variable `err'.
17714
17715 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17716 (speedbar-timer-fn, speedbar-line-text)
17717 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17718 (speedbar-center-buffer-smartly): Declare functions.
17719 (gdb-find-watch-expression): Remove unused variable `array'.
17720 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17721 (gdb-starting): Mark unused parameters.
17722 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17723 (gdb-table-string): Remove unused variable `res'.
17724 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17725 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17726 (gdb-display-buffer): Remove unused variable `cur-size'.
17727
17728 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17729 allow lexical-binding compilation.
17730 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17731 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17732 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17733 Mark unused parameters.
17734 (gud-gdb-marker-filter): Remove unused variable `match'.
17735 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17736 lambda expressions and funcall them, instead of using `fset'.
17737
17738 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17739 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17740
17741 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17742 variable `header-beg'; use `let'.
17743
17744 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17745 `restart', `last-sexp' and `at-do'.
17746
17747 * progmodes/js.el (js--debug): Mark unused parameter.
17748 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17749 (js--splice-into-items): Remove unused variable `item'.
17750 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17751
17752 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17753 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17754 (makefile-complete): Remove unused variable `try'.
17755 (makefile-fill-paragraph, makefile-match-function-end):
17756 Mark unused parameters.
17757
17758 * progmodes/octave-inf.el (inferior-octave-complete):
17759 Remove unused variable `proc'.
17760 (inferior-octave-output-digest): Mark unused parameter.
17761
17762 * progmodes/perl-mode.el (perl-calculate-indent):
17763 Remove unused variable `err'.
17764
17765 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17766 (prolog-indent-line): Mark unused parameters.
17767 (prolog-indent-line): Remove unused variable `beg'.
17768
17769 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17770 (reporter-dont-compact-list): Declare.
17771
17772 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17773 Remove unused variable `char'.
17774 (sh-debug): Mark unused parameter.
17775 (sh-get-indent-info): Remove unused variable `start'.
17776 (sh-calculate-indent): Remove unused variable `var'.
17777
17778 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17779 (simula-electric-keyword): Remove unused variable `null'.
17780 (simula-search-backward, simula-search-forward): Remove unused
17781 variables `begin' and `end'.
17782
17783 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17784 Remove unused variable `pos'.
17785 (vera-electric-tab, vera-comment-uncomment-region):
17786 Mark unused parameters.
17787 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17788
17789 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
17790
17791 * emacs-lisp/package.el (package--builtins, package-alist)
17792 (package-load-descriptor, package-built-in-p, package-activate)
17793 (define-package, package-installed-p)
17794 (package-compute-transaction, package-buffer-info)
17795 (package--push): Doc fix. Distinguish more clearly between
17796 version strings and version lists.
17797
17798 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
17799
17800 Lexical-binding cleanup.
17801
17802 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17803 (5x5-make-mutate-best):
17804 * play/fortune.el (fortune-in-buffer):
17805 * play/gomoku.el (gomoku-init-display):
17806 * play/solitaire.el (solitaire, solitaire-do-check):
17807 * play/tetris.el (tetris-default-update-speed-function):
17808 Mark unused parameters.
17809
17810 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17811 (bubbles--shift): Remove unused variable `char-org'.
17812 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17813 (bubbles--show-images): Remove unused variable `char'.
17814
17815 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17816 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17817 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17818 (decipher-analyze-buffer): Use ?\s.
17819 (decipher-make-checkpoint): Remove unused variable `mapping'.
17820
17821 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17822
17823 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17824 Remove unused variable `result'; use `let'.
17825
17826 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17827 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17828 (gametree-children-shown-p, gametree-compute-reduced-score):
17829 Use `ignore-errors'.
17830
17831 * play/handwrite.el (ps-lpr-switches): Declare.
17832 (handwrite): Remove unused variables `pmin' and `lastp'.
17833
17834 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17835
17836 * play/landmark.el (landmark-init-display)
17837 (landmark-update-naught-weights): Mark unused parameters.
17838 (landmark-y): Remove unused variable `noise'. Simplify.
17839 (landmark-human-plays): Remove unused variable `score'.
17840
17841 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17842 (mpuz-try-proposal): Remove unused variable `game'.
17843
17844 * play/zone.el (life-patterns): Declare.
17845
17846 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
17847
17848 * vc/vc.el (ediff-vc-internal): Declare function.
17849
17850 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17851
17852 * shell.el: Use lexical-binding and std completion UI.
17853 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17854 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17855 comint-preoutput-filter-functions rather than on
17856 comint-output-filter-functions.
17857 (shell-command-completion, shell--command-completion-data)
17858 (shell-filename-completion, shell-environment-variable-completion)
17859 (shell-c-a-p-replace-by-expanded-directory): New functions.
17860 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17861 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17862 (shell-dynamic-complete-environment-variable): Use them.
17863 (shell-dynamic-complete-as-environment-variable)
17864 (shell-dynamic-complete-as-command): Remove.
17865 (shell-match-partial-variable): Match past point.
17866 * comint.el: Clean up use of completion-at-point-functions.
17867 (comint-completion-at-point): New function.
17868 (comint-mode): Use it completion-at-point-functions.
17869 (comint-dynamic-complete): Make it obsolete.
17870 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17871 (comint-c-a-p-replace-by-expanded-history): New function.
17872 (comint-dynamic-complete-functions)
17873 (comint-replace-by-expanded-history): Use it.
17874 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17875 termination strings. Try harder to avoid second try-completion.
17876 (completion-in-region-mode-map): Disable bindings that don't work yet.
17877
17878 * comint.el: Use lexical-binding. Require CL.
17879 (comint-dynamic-complete-functions): Use comint-filename-completion.
17880 (comint-completion-addsuffix): Tweak custom type.
17881 (comint-filename-completion, comint--common-suffix)
17882 (comint--common-quoted-suffix, comint--table-subvert)
17883 (comint--complete-file-name-data): New functions.
17884 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17885 (comint-dynamic-list-filename-completions): Use them.
17886 (comint-dynamic-simple-complete): Make obsolete.
17887
17888 * minibuffer.el (completion-in-region-mode):
17889 Keep completion-in-region-mode--predicate global.
17890 (completion-in-region--postch):
17891 Assume completion-in-region-mode--predicate is not null.
17892
17893 * progmodes/flymake.el (flymake-start-syntax-check-process):
17894 Obey `dir'. Simplify.
17895
17896 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17897 we're in VC after all.
17898
17899 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17900
17901 * vc/vc.el (vc-diff-build-argument-list-internal)
17902 (vc-version-ediff, vc-ediff): New commands.
17903 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17904
17905 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17908 add sanity check.
17909
17910 * obsolete/erc-hecomplete.el: Make obsolete.
17911 * obsolete/: Standardize obsolescence info in the header.
17912
17913 2011-04-20 Glenn Morris <rgm@gnu.org>
17914
17915 * calendar/solar.el (solar-horizontal-coordinates):
17916 Use the longitude argument rather than `calendar-longitude'.
17917 (solar-date-next-longitude): Remove unused locals.
17918
17919 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17920
17921 * whitespace.el: New version 13.2.1.
17922
17923 2011-04-20 felix <EmacsWiki> (tiny change)
17924
17925 * whitespace.el (global-whitespace-mode): Keep highlight when
17926 switching between major modes on a file.
17927
17928 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17929
17930 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17931 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17932 multi-line comments as well.
17933
17934 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
17935
17936 Lexical-binding cleanup.
17937
17938 * arc-mode.el (archive-mode-revert):
17939 * cmuscheme.el (scheme-interactively-start-process):
17940 * custom.el (custom-initialize-delay):
17941 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17942 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17943 * emacs-lock.el (emacs-lock-clear-sentinel):
17944 * ezimage.el (defezimage):
17945 * follow.el (follow-avoid-tail-recenter):
17946 * fringe.el (set-fringe-mode-1):
17947 * generic-x.el (bat-generic-mode-compile):
17948 * help-mode.el (help-info-variable, help-do-xref)
17949 (help-mode-revert-buffer):
17950 * help.el (view-emacs-todo):
17951 * iswitchb.el (iswitchb-completion-help):
17952 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17953 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17954 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17955 * locate.el (locate-update):
17956 * longlines.el (longlines-encode-region)
17957 (longlines-after-change-function):
17958 * outline.el (outline-isearch-open-invisible):
17959 * ps-def.el (declare-function, charset-dimension, char-width)
17960 (encode-char):
17961 * ps-mule.el (ps-mule-plot-string):
17962 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17963 (recentf-edit-list-select, recentf-edit-list-validate)
17964 (recentf-open-files-action):
17965 * rect.el (delete-whitespace-rectangle-line)
17966 (rectangle-number-line-callback):
17967 * register.el (window-configuration-to-register)
17968 (frame-configuration-to-register):
17969 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17970 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17971 (xselect-convert-to-targets, xselect-convert-to-delete)
17972 (xselect-convert-to-filename, xselect-convert-to-charpos)
17973 (xselect-convert-to-lineno, xselect-convert-to-colno)
17974 (xselect-convert-to-os, xselect-convert-to-host)
17975 (xselect-convert-to-user, xselect-convert-to-class)
17976 (xselect-convert-to-name, xselect-convert-to-integer)
17977 (xselect-convert-to-atom, xselect-convert-to-identity):
17978 * subr.el (declare, ignore, process-kill-without-query)
17979 (text-clone-maintain):
17980 * terminal.el (te-get-char, te-tic-sentinel):
17981 * tool-bar.el (tool-bar-make-keymap):
17982 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17983 * type-break.el (type-break-mode, type-break-noninteractive-query):
17984 * view.el (View-back-to-mark):
17985 * wid-browse.el (widget-browse-action, widget-browse-widget)
17986 (widget-browse-widgets, widget-browse-sexp):
17987 * widget.el (define-widget-keywords):
17988 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17989 Mark unused parameters.
17990
17991 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17992 (align-areas): Remove unused variable `look'.
17993 (align-region): Remove unused variables `real-end' and `pos-list'.
17994
17995 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17996
17997 * bindings.el (mode-line-modified, mode-line-remote):
17998 Mark unused parameters.
17999 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
18000
18001 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
18002 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
18003
18004 * comint.el (comint-history-isearch-pop-state)
18005 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
18006 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
18007 (comint-substitute-in-file-name): Doc fix.
18008
18009 * completion.el (cmpl-statistics-block): Mark unused parameter.
18010 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
18011 (save-completions-to-file, load-completions-from-file):
18012 Remove unused local variable `e'.
18013
18014 * composite.el (compose-chars): Remove unused variable `len'.
18015 (lgstring-insert-glyph): Remove unused variable `g'.
18016 (compose-glyph-string): Remove unused variables `ascent',
18017 `descent', `lbearing' and `rbearing'.
18018 (compose-glyph-string-relative): Remove unused variables
18019 `lbearing', `rbearing' and `wadjust'.
18020 (compose-gstring-for-graphic): Remove unused variables `header',
18021 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
18022 (compose-gstring-for-terminal): Remove unused variables `header'
18023 and `nchars'. Use `let', not `let*'.
18024
18025 * cus-edit.el (Custom-set, Custom-save, custom-reset)
18026 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
18027 (Custom-buffer-done, custom-buffer-create-internal)
18028 (custom-browse-visibility-action, custom-browse-group-tag-action)
18029 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
18030 (widget-magic-mouse-down-action, custom-toggle-parent)
18031 (custom-add-parent-links, custom-toggle-hide-variable)
18032 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
18033 (custom-toggle-hide-face, face, hook, custom-group-link-action)
18034 (custom-face-menu-create, custom-variable-menu-create, get)
18035 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
18036 (custom-reset-standard-save-and-update): Remove unused variable `value'.
18037 (customize-apropos): Remove unused variable `tests'.
18038 (custom-group-value-create): Remove unused variable `hidden-p'.
18039 (sort-fold-case): Declare.
18040
18041 * cus-theme.el (custom-reset-standard-faces-list)
18042 (custom-reset-standard-variables-list): Declare.
18043 (customize-create-theme, custom-theme-revert, custom-theme-write)
18044 (custom-theme-choose-mode, customize-themes, custom-theme-save):
18045 Mark unused parameters.
18046
18047 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
18048
18049 * delim-col.el (delimit-columns-max): Move defvar before first use.
18050
18051 * descr-text.el (describe-char-categories): Don't quote `lambda'.
18052 (describe-char): Don't quote `lambda'. Mark unused parameter.
18053
18054 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
18055 (auto-insert): Declare.
18056 (desktop-restore-file-buffer): Rename desktop-* parameters;
18057 mark unused ones.
18058 (desktop-create-buffer): Rename desktop-* parameters and bind them.
18059 (desktop-buffer): Rename desktop-* parameters.
18060
18061 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
18062 (dframe-reposition-frame-xemacs, dframe-help-echo)
18063 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
18064 Mark unused parameters.
18065
18066 * dired-aux.el (backup-extract-version-start, overwrite-query)
18067 (overwrite-backup-query, rename-regexp-query)
18068 (rename-non-directory-query): Declare.
18069 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
18070 (dired-add-entry): Remove unused variable `orig-file-name'.
18071 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
18072 Use parameter PRESERVE-TIME instead of accessing dynamic variable
18073 `dired-copy-preserve-time' directly.
18074 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
18075 (dired-insert-subdir-newpos): Rename unused variable `pos'.
18076
18077 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
18078 (dired-virtual-revert, dired-make-relative-symlink):
18079 Mark unused parameters.
18080 (manual-program): Declare.
18081 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
18082 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
18083 wrapped in `with-no-warnings' to avoid replacing one warning by another.
18084
18085 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
18086
18087 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
18088
18089 * echistory.el (electric-history-in-progress, Helper-return-blurb):
18090 Declare.
18091
18092 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
18093
18094 * electric.el (Electric-command-loop): Rename parameter
18095 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
18096
18097 * expand.el (expand-in-literal): Remove unused variable `here'.
18098
18099 * facemenu.el (facemenu-add-new-color):
18100 Remove unused variable `docstring'.
18101
18102 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
18103 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
18104 (face-attr-construct): Mark unused parameter. Doc fix.
18105 (read-color): Remove unused variable `hex-string'.
18106
18107 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
18108 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
18109 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
18110 (display-buffer-other-frame): Remove unused variable `old-window'.
18111 (kill-buffer-hook): Declare.
18112 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
18113 Mark unused parameters.
18114 (after-find-file): Pass 1 to `auto-save-mode', not t.
18115
18116 * files-x.el (auto-insert): Declare.
18117 (modify-file-local-variable-prop-line): Remove unused variable `val'.
18118
18119 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
18120 variable `buf'. Mark unused parameter.
18121 (find-lisp-insert-directory): Mark unused parameter.
18122
18123 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
18124 (format-encode-region): Remove unused variables `cur-buf' and `result'.
18125 (format-common-tail): Remove, unused.
18126 (format-deannotate-region): Remove unused variable `loc'.
18127 (format-annotate-region): Remove unused variable `p'.
18128 (format-annotate-single-property-change): Remove unused variables
18129 `default' and `tail'.
18130
18131 * forms.el (read-file-filter): Declare.
18132 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
18133
18134 * frame.el (frame-creation-function-alist): Mark unused parameter.
18135 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
18136
18137 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
18138 Remove unused parameters.
18139 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
18140 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
18141
18142 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
18143 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
18144 (hfy-prepare-tag-map): Mark unused parameters.
18145 (htmlfontify-buffer): Use `called-interactively-p'.
18146
18147 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
18148 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
18149 (ibuffer-do-occur): Mark unused parameters.
18150 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
18151 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
18152
18153 * ibuffer.el: Don't quote `lambda'.
18154 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
18155 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
18156 Mark unused parameters.
18157
18158 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
18159 (ido-completing-read): Mark unused parameters.
18160 (ido-copy-current-word): Mark unused parameters;
18161 remove unused variable `name'.
18162 (ido-sort-merged-list): Remove unused parameter `dirs'.
18163
18164 * ielm.el (ielm-input-sender): Mark unused parameter.
18165 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
18166 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
18167 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
18168 `ielm-string' as a dynamic variable accessible from the IELM prompt.
18169 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
18170
18171 * image-dired.el (image-dired-display-thumbs): Remove unused
18172 variables `curr-file' and `count'.
18173 (image-dired-remove-tag): Remove unused variable `start'.
18174 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
18175 variable `curr-file'
18176 (image-dired-rotate-original): Remove unused variable `temp-file'.
18177 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
18178 Remove unused variable `file'.
18179 (image-dired-gallery-generate): Remove unused variable `curr'.
18180 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
18181
18182 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
18183
18184 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
18185
18186 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
18187
18188 * isearch.el (minibuffer-history-symbol): Declare.
18189 (isearch-edit-string): Remove unused variable `err'.
18190 (isearch-message-prefix, isearch-message-suffix):
18191 Mark unused parameters.
18192
18193 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
18194
18195 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
18196
18197 * makesum.el (double-column): Remove unused variable `cnt'.
18198
18199 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
18200 (ido-ignore-item-temp-list): Declare.
18201
18202 * mouse-drag.el (mouse-drag-throw): Remove unused variables
18203 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
18204 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
18205 (mouse-drag-drag): Remove unused variables `mouse-delta' and
18206 `mouse-col-delta'.
18207
18208 * mouse-sel.el (mouse-extend-internal):
18209 Remove unused variable `orig-window-frame'.
18210
18211 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
18212 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
18213 Move declarations before first use.
18214 (pcomplete-opt): Mark unused parameters; doc fix.
18215
18216 * proced.el (proced-revert): Mark unused parameter.
18217 (proced-send-signal): Remove unused variable `err'.
18218
18219 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
18220 Rename parameter PREFIX-ARG to ARG.
18221 (ps-basic-plot-string, ps-basic-plot-whitespace):
18222 Mark unused parameters.
18223
18224 * replace.el (replace-count): Define.
18225 (occur-revert-function): Mark unused parameters.
18226 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
18227 (isearch-case-fold-search, isearch-string): Declare.
18228 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
18229 bind `case-fold-search'. Remove unused variables `beg' and `end',
18230 and simplify.
18231 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
18232 COUNT and bind `replace-count'.
18233 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
18234 to COUNT.
18235
18236 * savehist.el (print-readably, print-string-length): Declare.
18237
18238 * shadowfile.el (shadow-expand-cluster-in-file-name):
18239 Remove unused variable `cluster'.
18240 (shadow-copy-file): Remove unused variable `i'.
18241 (shadow-noquery, shadow-clusters, shadow-site-cluster)
18242 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
18243 (shadow-define-literal-group, shadow-define-regexp-group)
18244 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
18245
18246 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
18247 (shell): Use `called-interactively-p'.
18248 (shell-directory-tracker): Remove unused variable `chdir-failure'.
18249
18250 * simple.el (compilation-context-lines, comint-file-name-quote-list)
18251 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
18252 (delete-backward-char): Remove unused variable `ocol'.
18253 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
18254 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
18255 (event-apply-hyper-modifier, event-apply-shift-modifier)
18256 (event-apply-control-modifier, event-apply-meta-modifier):
18257 Mark unused parameters.
18258 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
18259 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
18260
18261 * speedbar.el (speedbar-ignored-directory-expressions)
18262 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
18263 (speedbar-find-file, speedbar-dir-follow)
18264 (speedbar-directory-buttons-follow, speedbar-tag-find)
18265 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
18266 (speedbar-buffers-line-directory, speedbar-buffer-click):
18267 Mark unused parameters.
18268 (speedbar-tag-file): Remove unused variable `mode'.
18269 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
18270
18271 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
18272
18273 * talk.el (talk): Remove unused variable `display'.
18274
18275 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
18276 (tar-write-region-annotate): Mark unused parameter.
18277
18278 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
18279 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
18280 Declare them, wrapped in `with-no-warnings' to avoid replacing one
18281 warning by another.
18282
18283 * time-stamp.el (time-stamp-string-preprocess):
18284 Remove unused variable `require-padding'.
18285
18286 * tree-widget.el (widget-glyph-enable): Declare.
18287 (tree-widget-action): Mark unused parameter.
18288
18289 * w32-fns.el (x-get-selection): Mark unused parameter.
18290 (autoload-make-program, generated-autoload-file): Declare.
18291
18292 * wdired.el (wdired-revert): Mark unused parameters.
18293 (wdired-xcase-word): Remove unused variable `err'.
18294
18295 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
18296 (whitespace-help-scroll): Remove unused variable `data-help'.
18297
18298 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
18299 (widget-image-insert, widget-after-change, default)
18300 (widget-default-format-handler, widget-default-notify)
18301 (widget-default-prompt-value, widget-info-link-action)
18302 (widget-url-link-action, widget-function-link-action)
18303 (widget-variable-link-action, widget-file-link-action)
18304 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
18305 (widget-field-prompt-internal, widget-field-action, widget-field-match)
18306 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
18307 (widget-insert-button-action, widget-delete-button-action, visibility)
18308 (widget-documentation-link-action, widget-documentation-string-action)
18309 (widget-const-prompt-value, widget-regexp-match, symbol)
18310 (widget-coding-system-prompt-value)
18311 (widget-key-sequence-value-to-external, sexp)
18312 (widget-sexp-value-to-internal, character, vector, cons)
18313 (widget-choice-prompt-value, widget-boolean-prompt-value)
18314 (widget-color--choose-action): Mark unused parameters.
18315 (widget-item-match-inline, widget-choice-match-inline)
18316 (widget-checklist-match, widget-checklist-match-inline)
18317 (widget-group-match): Rename parameter VALUES to VALS.
18318 (widget-field-value-set): Remove unused variable `size'.
18319 (widget-color-action): Remove unused variables `value' and `start'.
18320
18321 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
18322 variable `dir'. Doc fix.
18323 (windmove-find-other-window): Don't pass it.
18324
18325 * window.el (count-windows): Mark unused parameter.
18326 (bw-adjust-window): Remove unused variable `err'.
18327
18328 * woman.el (woman-file-name): Remove unused variable `default'.
18329 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
18330 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
18331 (global-font-lock-mode): Declare.
18332 (woman-decode-region): Mark unused parameter.
18333 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
18334
18335 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
18336 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
18337 (x-dnd-handle-moz-url): Remove unused variable `title'.
18338 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
18339
18340 * xml.el (xml-parse-tag, xml-parse-attlist):
18341 Remove unused variable `pos'.
18342
18343 2011-04-19 Glenn Morris <rgm@gnu.org>
18344
18345 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
18346 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18347 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18348 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
18349 * calendar/cal-html.el (cal-html-insert-minical):
18350 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
18351 (calendar-mark-date-pattern):
18352 Prefix "unused" locals.
18353
18354 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
18355 optional argument `style'.
18356
18357 * calendar/appt.el (appt-make-list):
18358 * calendar/cal-china.el (calendar-chinese-date-string):
18359 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
18360 (diary-hebrew-yahrzeit):
18361 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
18362 * calendar/calendar.el (calendar-generate-window):
18363 * calendar/time-date.el (time-to-days):
18364 Remove unused local variables.
18365
18366 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
18367
18368 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
18369 glyphless-char-display table.
18370 (tabulated-list-glyphless-char-display): New var.
18371
18372 2011-04-18 Sam Steingold <sds@gnu.org>
18373
18374 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
18375 to acknowledgments.
18376
18377 2011-04-17 Glenn Morris <rgm@gnu.org>
18378
18379 * calendar/diary-lib.el (diary-sexp-entry):
18380 * calendar/holidays.el (holiday-sexp):
18381 Set debug-on-error rather than the removed stack-trace-on-error.
18382
18383 2011-04-16 Glenn Morris <rgm@gnu.org>
18384
18385 * progmodes/f90.el: Use lexical-binding.
18386 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
18387
18388 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
18391 (mail-mode): Setup mailalias completion here instead.
18392 * mail/mailalias.el: Use lexical-binding.
18393 (pattern, mailalias-done): Declare dynamic.
18394 (mail-completion-at-point-function): New function, from mail-complete.
18395 (mail-complete): Use it.
18396 (mail-completion-expand): New function.
18397 (mail-get-names): Use it.
18398 (mail-directory, mail-directory-process, mail-directory-stream):
18399 Don't use `pattern' for lexically bound arg.
18400
18401 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
18402
18403 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
18404 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
18405 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
18406
18407 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
18408 (byte-save-window-excursion, byte-temp-output-buffer-setup)
18409 (byte-interactive-p): Define them again, for use when inlining
18410 old code.
18411
18412 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
18413
18414 * loadup.el: Use `string-to-number', not `string-to-int'.
18415
18416 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18417
18418 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
18419 gud-gdb-complete-command.
18420 (gud-gdb-completions): New function, from gud-gdb-complete-command.
18421 (gud-gdb-completion-at-point): New function.
18422 (gud-gdb-completions): Remove.
18423
18424 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
18425
18426 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
18427 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
18428 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
18429 whether `executable-find' is bound.
18430
18431 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
18432
18433 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * minibuffer.el (completion-in-region-mode-predicate)
18436 (completion-in-region-mode--predicate): New vars.
18437 (completion-in-region, completion-in-region--postch)
18438 (completion-in-region-mode): Use them.
18439 (completion--capf-wrapper): Also return the hook function.
18440 (completion-at-point, completion-help-at-point):
18441 Adjust and provide a predicate.
18442
18443 Preserve arg names for advice of subr and lexical functions (bug#8457).
18444 * help-fns.el (help-function-arglist): Consolidate the subr and
18445 new-byte-code cases. Add argument `preserve-names' to extract names
18446 from the docstring when needed.
18447 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
18448 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
18449 (ad-arglist): Use help-function-arglist's new arg.
18450 (ad-definition-type): Use cond.
18451
18452 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
18453
18454 * autorevert.el (auto-revert-handler):
18455 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
18456 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
18457 Don't quote lambda.
18458
18459 * image-mode.el (image-transform-set-scale):
18460 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
18461
18462 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18463
18464 * net/network-stream.el (network-stream-open-starttls): Only do
18465 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
18466 Upgrades via gnutls-cli are too slow to be done opportunistically.
18467
18468 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
18469
18470 * dframe.el (dframe-current-frame): Remove spurious quote.
18471
18472 2011-04-12 Glenn Morris <rgm@gnu.org>
18473
18474 * calendar/cal-tex.el (cal-tex-end-document):
18475 Try to automatically use latin1 input if needed.
18476
18477 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
18478 Don't try to cons a mark onto an empty element.
18479
18480 2011-04-11 Leo Liu <sdl.web@gmail.com>
18481
18482 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
18483 buffers.
18484 (ido-kill-buffer-at-head): Support killing virtual buffers.
18485
18486 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
18487
18488 * minibuffer.el (completion-show-inline-help): New var.
18489 (completion--do-completion, minibuffer-complete)
18490 (minibuffer-force-complete, minibuffer-complete-word):
18491 Inhibit minibuffer messages if completion-show-inline-help is nil.
18492
18493 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
18494 to avoid interference from inline help (Bug#5849).
18495
18496 2011-04-10 Leo Liu <sdl.web@gmail.com>
18497
18498 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18499 Fix typo.
18500
18501 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
18502
18503 * image-mode.el (image-toggle-display-image): Signal an error if
18504 not in Image mode.
18505 (image-transform-mode, image-transform-resize)
18506 (image-transform-set-rotation): Doc fix.
18507 (image-transform-set-resize): Delete.
18508 (image-transform-set-scale, image-transform-fit-to-height)
18509 (image-transform-fit-to-width): Handle image-toggle-display-image
18510 and image-transform-resize directly.
18511
18512 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
18513
18514 * doc-view.el (doc-view-fit-width-to-window)
18515 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18516 New functions for fitting the shown image to the Emacs window size.
18517 (doc-view-mode-map): Add bindings for the new functions.
18518
18519 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
18520
18521 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
18522 Fix typo in docstring.
18523
18524 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18525
18526 * files.el (file-size-human-readable): Produce one digit after
18527 decimal, like "ls -lh" does.
18528
18529 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18530 the file size representation.
18531
18532 * simple.el (list-processes): If async subprocesses are not
18533 available, error out with a clear error message.
18534
18535 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
18536
18537 * help.el (help-form-show): New function, to be called from C.
18538 Put help-form output in a buffer named differently than *Help*.
18539
18540 2011-04-08 Eli Zaretskii <eliz@gnu.org>
18541
18542 * files.el (file-size-human-readable): New function.
18543
18544 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18545 computing the representation inline. Don't require `cl'.
18546
18547 2011-04-08 Glenn Morris <rgm@gnu.org>
18548
18549 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18550
18551 * net/browse-url.el (browse-url-firefox):
18552 Test system-type, not system-configuration.
18553
18554 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18555 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18556 Use log-edit-empty-buffer-p. (Bug#7598)
18557
18558 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18559 (rlogin-mode-map): Initialize in the defvar.
18560 (rlogin): Use ignore-errors.
18561
18562 * replace.el (occur-mode-map): Some fixes for menu items.
18563
18564 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18565
18566 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18567
18568 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18569
18570 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18571 issuing unused warnings.
18572
18573 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18574 macro directly.
18575
18576 * simple.el: Lisp reimplement of list-processes. Based on an
18577 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18578 (process-menu-mode): New major mode.
18579 (list-processes--refresh, list-processes):
18580 (process-menu-visit-buffer): New functions.
18581
18582 * files.el (save-buffers-kill-emacs): Don't assume any return
18583 value of list-processes, which is undocumented anyway.
18584
18585 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
18586
18587 * emacs-lisp/tabulated-list.el: New file.
18588
18589 * emacs-lisp/package.el: Use Tabulated List mode.
18590 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18591 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18592 table format using Tabulated List mode variables.
18593 (package--push): New macro, replacing package-list-maybe-add.
18594 (package-menu--generate): Use package--push. Renamed from
18595 package--generate-package-list.
18596 (package-menu-refresh, list-packages): Use it.
18597 (package-menu--print-info): Rename from package-print-package.
18598 Return insertion data instead of inserting it directly.
18599 (package-menu-describe-package, package-menu-execute):
18600 Use tabulated-list-get-id.
18601 (package-menu-mark-delete, package-menu-mark-install)
18602 (package-menu-mark-unmark, package-menu-backup-unmark)
18603 (package-menu-mark-obsolete-for-deletion):
18604 Use tabulated-list-put-tag.
18605 (package--list-packages, package-menu-revert)
18606 (package-menu-get-package, package-menu-get-version)
18607 (package-menu-sort-by-column): Functions deleted.
18608 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18609 (package-menu--status-predicate, package-menu--version-predicate)
18610 (package-menu--name-predicate)
18611 (package-menu--description-predicate): Handle arguments in the
18612 Tabulated List format.
18613 (package-list-packages-no-fetch): Call list-packages.
18614
18615 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
18616
18617 * files.el (after-find-file-from-revert-buffer): Remove variable.
18618 (after-find-file): Don't bind it.
18619 (revert-buffer-in-progress-p): New variable.
18620 (revert-buffer): Bind it.
18621 Pass nil for `after-find-file-from-revert-buffer'.
18622
18623 * saveplace.el (save-place-find-file-hook): Use new variable
18624 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18625
18626 2011-04-06 Glenn Morris <rgm@gnu.org>
18627
18628 * Makefile.in (AUTOGEN_VCS): New variable.
18629 (autoloads): Use $AUTOGEN_VCS.
18630
18631 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18632 * calendar/calendar.el (calendar-mode-map):
18633 Check for toolkit scroll bars. (Bug#8305)
18634
18635 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18636
18637 * minibuffer.el (completion-in-region--postch)
18638 (completion-in-region-mode): Remove unnecessary messages.
18639
18640 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
18641
18642 * font-lock.el (font-lock-refresh-defaults):
18643 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18644 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18645
18646 * info.el (Info-directory-list, Info-read-node-name-2)
18647 (Info-split-parameter-string): Doc fixes.
18648 (Info-virtual-nodes): Reflow docstring.
18649 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18650 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18651 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18652 Fix typos in docstrings.
18653 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18654 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18655 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18656 (Info-restore-desktop-buffer): Mark unused parameters.
18657 (Info-directory-find-file, Info-directory-find-node)
18658 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18659 (Info-virtual-index-find-node, Info-apropos-find-file)
18660 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
18661 Mark unused parameters; fix typos in docstrings.
18662 (Info-virtual-index): Remove unused local variable `nodename'.
18663
18664 2011-04-05 Deniz Dogan <deniz@dogan.se>
18665
18666 * net/rcirc.el: Update my e-mail address.
18667 (rcirc-mode-map): Remove M-o binding.
18668
18669 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
18670
18671 * startup.el (command-line): Save the cursor's theme-face
18672 directly, instead of using face-override-spec.
18673
18674 * custom.el (load-theme): Minor optimization in assigning faces.
18675
18676 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18677
18678 * help-fns.el (describe-variable): Complete all variables having
18679 documentation, including keywords.
18680 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18681
18682 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18683
18684 Convert to lexical-binding.
18685
18686 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18687 (bs--get-marked-string, bs--get-modified-string)
18688 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18689 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18690 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18691
18692 * ehelp.el (electric-help-execute-extended)
18693 (electric-help-ctrl-x-prefix):
18694 * hexl.el (hexl-revert-buffer-function):
18695 * linum.el (linum-after-change, linum-after-scroll):
18696 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18697
18698 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18699
18700 2011-04-04 Daiki Ueno <ueno@unixuser.org>
18701
18702 * epa-dired.el:
18703 * epa-mail.el:
18704 * epa-hook.el:
18705 * epa-file.el:
18706 * epa.el:
18707 * epg.el: Use lexical binding.
18708
18709 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
18710
18711 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18712
18713 * textmodes/flyspell.el (flyspell-word): Recognize default
18714 dictionary case for flyspell-mark-duplications-exceptions.
18715 Use regexp matching for languages.
18716 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18717 default dictionary (Bug#7926).
18718
18719 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
18720
18721 * emacs-lisp/package.el (package--with-work-buffer):
18722 Recognize https URLs.
18723
18724 * net/network-stream.el: Move from gnus/proto-stream.el.
18725 Change prefix to network-stream throughout.
18726 (open-protocol-stream): Merge into open-network-stream, leaving
18727 open-protocol-stream as an alias. Handle nil BUFFER args.
18728
18729 * subr.el (open-network-stream): Move to net/network-stream.el.
18730
18731 2011-04-02 Glenn Morris <rgm@gnu.org>
18732
18733 * find-dired.el (find-exec-terminator): New option.
18734 (find-ls-option): Test for -ls support.
18735 (find-ls-subdir-switches): Test for -b in find-ls-option.
18736 (find-dired, find-grep-dired): Doc fixes.
18737 (find-dired): Use find-exec-terminator.
18738
18739 * find-dired.el (find-ls-option, find-ls-subdir-switches)
18740 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18741 (find-name-arg): Remove purecopy.
18742
18743 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18744 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18745 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18746 accordingly. Don't add the null-device if not needed.
18747
18748 * files.el (save-some-buffers): Doc fix.
18749
18750 2011-04-02 Eli Zaretskii <eliz@gnu.org>
18751
18752 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18753
18754 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
18755
18756 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18757 Use `dolist' rather than `mapcar'.
18758
18759 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 Add lexical binding.
18762
18763 * subr.el (apply-partially): Use new closures rather than CL.
18764 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18765 (dolist, dotimes): Use slightly different expansion for lexical code.
18766 (functionp): Move to C.
18767 (letrec): New macro.
18768 (with-wrapper-hook): Use it and apply-partially instead of CL.
18769 (eval-after-load): Preserve lexical-binding.
18770 (save-window-excursion, with-output-to-temp-buffer): Turn them
18771 into macros.
18772
18773 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18774
18775 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18776 than the arglist.
18777 (help-add-fundoc-usage): Don't add `Not documented'.
18778 (help-function-arglist): Handle closures, subroutines, and new
18779 byte-code-functions.
18780 (help-make-usage): Remove leading underscores.
18781 (describe-function-1): Handle closures.
18782 (describe-variable): Use special-variable-p for completion.
18783
18784 * files.el (lexical-binding): Declare safe.
18785
18786 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18787 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18788 (pcase): Add `let' pattern.
18789 Change memoization so it actually works.
18790 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18791 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18792 <let>: New case.
18793
18794 * emacs-lisp/macroexp.el: Use lexical binding.
18795 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18796 Don't convert ' to #' without checking that it's indeed quoting
18797 a lambda.
18798
18799 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
18800 Use eval-sexp-add-defvars.
18801 (eval-sexp-add-defvars): New fun.
18802
18803 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18804
18805 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18806 Don't autoload.
18807 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18808 than the internal `byte-compile-lambda'.
18809 (defmethod): Don't hide code under quotes.
18810 (eieio-defmethod): New `code' argument.
18811
18812 * emacs-lisp/eieio-comp.el: Remove.
18813
18814 * emacs-lisp/edebug.el (edebug-eval-defun)
18815 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18816 (edebug-toggle): Avoid `eval'.
18817
18818 * emacs-lisp/disass.el (disassemble-internal): Handle new
18819 `closure' objects.
18820 (disassemble-1): Handle new byte codes.
18821
18822 * emacs-lisp/cl.el (pushnew): Silence warning.
18823
18824 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18825 (cl-byte-compile-throw): Remove.
18826 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18827
18828 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18829 closures.
18830
18831 * emacs-lisp/cconv.el: New file.
18832
18833 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18834 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18835 (byte-compile-initial-macro-environment):
18836 Handle declare-function here.
18837 (byte-compile--lexical-environment): New var.
18838 (byte-stack-ref, byte-stack-set, byte-discardN)
18839 (byte-discardN-preserve-tos): New lap codes.
18840 (byte-interactive-p): Don't use any more.
18841 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18842 New macros.
18843 (byte-compile-lapcode): Use them and handle new lap codes.
18844 (byte-compile-obsolete): Remove.
18845 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18846 (byte-compile-arglist-warn): Check late def of inlinable funs.
18847 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18848 since they should have been expanded by now.
18849 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18850 (byte-compile-from-buffer): Remove unused second arg.
18851 (byte-compile-preprocess): New function.
18852 (byte-compile-toplevel-file-form): New function to distinguish
18853 file-form calls from outside from file-form calls from hunk-handlers.
18854 (byte-compile-file-form): Simplify.
18855 (byte-compile-file-form-defsubst): Remove.
18856 (byte-compile-file-form-defmumble): Simplify now that
18857 byte-compile-lambda always returns a byte-code-function.
18858 (byte-compile): Preprocess.
18859 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18860 Remove, not used any more.
18861 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18862 (byte-compile-make-args-desc): New funs.
18863 (byte-compile-lambda): Handle lexical functions. Always return
18864 a byte-code-function.
18865 (byte-compile-reserved-constants): New var, to make up room for
18866 closed-over variables.
18867 (byte-compile-constants-vector): Obey it.
18868 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18869 (byte-compile-macroexpand-declare-function): New function.
18870 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18871 byte-code-functions.
18872 (byte-compile-form): Check obsolescence here.
18873 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18874 (byte-compile-variable-ref): Remove.
18875 (byte-compile-dynamic-variable-op): New fun.
18876 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18877 (byte-compile-variable-set): New funs.
18878 (byte-compile-discard): Add 2 args.
18879 (byte-compile-stack-ref, byte-compile-stack-set)
18880 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18881 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18882 macroexpand-all instead.
18883 (byte-compile-quote-form): Remove.
18884 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18885 (byte-compile-bind, byte-compile-unbind): New funs.
18886 (byte-compile-let): Handle let* and lexical binding.
18887 (byte-compile-let*): Remove.
18888 (byte-compile-catch, byte-compile-unwind-protect)
18889 (byte-compile-track-mouse, byte-compile-condition-case):
18890 Handle a new :fun-body form, used for lexical scoping.
18891 (byte-compile-save-window-excursion)
18892 (byte-compile-with-output-to-temp-buffer): Remove.
18893 (byte-compile-defun): Simplify.
18894 (byte-compile-stack-adjustment): New fun.
18895 (byte-compile-out): Use it.
18896 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18897
18898 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18899 handler any more.
18900
18901 * emacs-lisp/byte-opt.el: Use lexical binding.
18902 (byte-inline-lapcode): Remove (to bytecomp).
18903 (byte-compile-inline-expand): Pay attention to inlining to/from
18904 lexically bound code.
18905 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18906 any more.
18907 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18908 any more and don't call compiler-macros.
18909 (byte-compile-splice-in-already-compiled-code): Remove.
18910 (byte-code): Don't inline any more.
18911 (disassemble-offset): Receive `bytes' as argument rather than via
18912 dynamic scoping.
18913 (byte-compile-tag-number): Declare before first use.
18914 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18915 `return' even if make-spliceable.
18916 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18917 obsolete interactive-p.
18918 (byte-optimize-lapcode): Optimize new lap-codes.
18919 Don't trip up on new form of `byte-constant' lap code.
18920
18921 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18922
18923 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18924
18925 * custom.el (custom-initialize-default, custom-declare-variable):
18926 Use `defvar'.
18927
18928 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18929 New variables.
18930 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18931 (COMPILE_FIRST): Add macroexp and cconv.
18932 * makefile.w32-in: Mirror changes in Makefile.in.
18933
18934 * vc/cvs-status.el:
18935 * vc/diff-mode.el:
18936 * vc/log-edit.el:
18937 * vc/log-view.el:
18938 * vc/smerge-mode.el:
18939 * textmodes/bibtex-style.el:
18940 * textmodes/css-mode.el:
18941 * startup.el:
18942 * uniquify.el:
18943 * minibuffer.el:
18944 * newcomment.el:
18945 * reveal.el:
18946 * server.el:
18947 * mpc.el:
18948 * emacs-lisp/smie.el:
18949 * doc-view.el:
18950 * dired.el:
18951 * abbrev.el: Use lexical binding.
18952
18953 2011-04-01 Eli Zaretskii <eliz@gnu.org>
18954
18955 * info.el (info-display-manual): New function.
18956
18957 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18958
18959 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18960
18961 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18962
18963 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18964 an entry for that server in rcirc-authinfo. (Bug#8385)
18965
18966 2011-03-31 Glenn Morris <rgm@gnu.org>
18967
18968 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18969
18970 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18971
18972 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18973
18974 * progmodes/python.el (python-default-interpreter)
18975 (python-python-command-args, python-jython-command-args)
18976 (python-which-shell, python-which-args, python-which-bufname)
18977 (python-file-queue, python-comint-output-filter-function)
18978 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18979 variables and functions.
18980
18981 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18982
18983 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18984 (completion-in-region-mode): New minor mode.
18985 (completion-in-region): Use it.
18986 (completion-in-region--data, completion-in-region-mode-map): New vars.
18987 (completion-in-region--postch): New function.
18988 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18989 New vars.
18990 (completion--capf-wrapper): New function.
18991 (completion-at-point): Use it to track well-behavedness of
18992 hook functions.
18993 (completion-help-at-point): New command.
18994
18995 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18996
18997 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18998 syntax class to search for whitespace on a single line
18999 (Message-ID: <4D938140.4030905@redhat.com>).
19000
19001 2011-03-30 Leo Liu <sdl.web@gmail.com>
19002
19003 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
19004 New commands.
19005 (edit-abbrevs-map): Bind them here.
19006 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
19007
19008 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
19009
19010 * allout.el (allout-hide-by-annotation, allout-flag-region):
19011 Reduce possibility of overlay leakage by making them volatile.
19012
19013 * allout-widgets.el (allout-widgets-tally): Define as nil so the
19014 hash is not shared between buffers. Mode initialization is
19015 responsible for giving it a useful starting value.
19016 (allout-item-span): Reduce possibility of overlay leakage by
19017 making them volatile.
19018 (allout-widgets-count-buttons-in-region): Add diagnostic function
19019 for tracking down button overlay leaks.
19020
19021 2011-03-29 Leo Liu <sdl.web@gmail.com>
19022
19023 * ido.el (ido-read-internal): Use the default history var
19024 minibuffer-history if no HISTORY is specified.
19025
19026 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
19027
19028 * net/imap.el (imap-shell-open, imap-process-connection-type):
19029 Use imap-process-connection-type for 'shell' streams as well as
19030 Kerberos, SSL, other subprocesses.
19031
19032 2011-03-28 Leo Liu <sdl.web@gmail.com>
19033
19034 * abbrev.el (abbrev-table-empty-p): New function.
19035 (prepare-abbrev-list-buffer): Place empty abbrev tables after
19036 nonempty ones. (Bug#5937)
19037
19038 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
19039
19040 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
19041
19042 2011-03-27 Leo Liu <sdl.web@gmail.com>
19043
19044 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
19045 for foreground and background colors.
19046 (ansi-color-make-color-map): Adapt.
19047
19048 2011-03-25 Leo Liu <sdl.web@gmail.com>
19049
19050 * midnight.el (midnight-time-float): Remove. Note it calculates
19051 the microsecond component incorrectly and seconds-to-time does the
19052 same job.
19053 Remove redundant (require 'timer).
19054
19055 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
19056 (ido-completions): Remove unused arguments. (Bug#8329)
19057
19058 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19059
19060 * minibuffer.el (completion--flush-all-sorted-completions):
19061 Remove itself from hook.
19062 (completion-at-point): Let the functions perform the completion
19063 immediately and return nil or t.
19064 * comint.el (comint-dynamic-complete-functions): Now identical to
19065 completion-at-point-functions.
19066 (comint-dynamic-list-input-ring): Remove unused var `index'.
19067 (comint--match-partial-filename, comint--unquote&expand-filename):
19068 New funs, split from comint-match-partial-filename.
19069 (comint-dynamic-complete): Use completion-at-point.
19070 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
19071
19072 2011-03-24 Drew Adams <drew.adams@oracle.com>
19073
19074 * thingatpt.el: Support `defun'.
19075
19076 2011-03-23 Leo Liu <sdl.web@gmail.com>
19077
19078 * abbrevlist.el: Move to obsolete/abbrevlist.el.
19079
19080 * help-mode.el (help-mode-finish): Tweak regexp.
19081
19082 2011-03-23 Glenn Morris <rgm@gnu.org>
19083
19084 * eshell/esh-opt.el (eshell-eval-using-options):
19085 Do not bind unused local variable `eshell-option-stub'.
19086
19087 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
19088
19089 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
19090
19091 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
19092 keymap variable in `with-no-warnings' to avoid a warning when the
19093 keymap has been already `defconst'ed.
19094
19095 2011-03-22 Leo Liu <sdl.web@gmail.com>
19096
19097 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
19098 encode all chars in abbrevs; otherwise use emacs-mule or
19099 utf-8-emacs. (Bug#8308)
19100
19101 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
19102
19103 * simple.el (backward-delete-char-untabify):
19104 Avoid warning about using `delete-backward-char'.
19105
19106 * image.el (image-type-file-name-regexps): Make it variable.
19107 `imagemagick-register-types' modifies it, and the user may want
19108 to add new extensions for known image types.
19109 (imagemagick-register-types): Throw error if not using ImageMagick.
19110
19111 2011-03-22 Leo Liu <sdl.web@gmail.com>
19112
19113 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
19114 located before rcirc-prompt-end-marker.
19115 (rcirc-complete): Error if point is not after rcirc prompt.
19116 Handle the case when table is nil.
19117 (rcirc-user-authenticated): Define to fix compiler warning.
19118
19119 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
19120
19121 * custom.el (custom--inhibit-theme-enable): Make it affect only
19122 custom-theme-set-variables and custom-theme-set-faces.
19123 (provide-theme): Ignore custom--inhibit-theme-enable.
19124 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
19125 (custom-enabling-themes): Delete variable.
19126 (enable-theme): Accept only loaded themes as arguments.
19127 Ignore the special custom-enabled-themes variable.
19128 (custom-enabled-themes): Forbid themes from setting this.
19129 Eliminate use of custom-enabling-themes.
19130 (custom-push-theme): Quote "changed" custom var entry.
19131
19132 2011-03-21 Leo Liu <sdl.web@gmail.com>
19133
19134 * ido.el (ido-read-internal): Add ido-selected to history instead
19135 of user input.
19136
19137 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19138
19139 * subr.el (deferred-action-list, deferred-action-function):
19140 Mark obsolete.
19141
19142 2011-03-21 Leo Liu <sdl.web@gmail.com>
19143
19144 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
19145 change on 2011-02-13 (bug#8309).
19146
19147 * minibuffer.el (read-file-name-function): Change default value.
19148 (read-file-name--defaults): Rename from read-file-name-defaults.
19149 (read-file-name-default): Rename from read-file-name.
19150 (read-file-name): Call read-file-name-function.
19151
19152 2011-03-21 Glenn Morris <rgm@gnu.org>
19153
19154 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
19155 Doc fixes.
19156
19157 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
19158
19159 * cus-theme.el: Add missing provide statement.
19160 (customize-create-theme): Extract theme value correctly.
19161 (custom-theme-visit-theme): Autoload.
19162 (customize-create-theme): Prompt before inserting default faces.
19163
19164 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
19165
19166 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
19167 units and musical notes.
19168
19169 2011-03-20 Leo Liu <sdl.web@gmail.com>
19170
19171 * ido.el (ido-read-internal): Use completing-read-default.
19172 (ido-completing-read): Fix compatibility with completing-read.
19173
19174 2011-03-20 Christian Ohler <ohler@gnu.org>
19175
19176 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
19177 (ert-delete-all-tests): Use `called-interactively-p' rather than
19178 `interactive-p'.
19179 (ert--make-xrefs-region): Respect END.
19180
19181 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
19182
19183 * dired-aux.el (dired-create-directory): Signal an error if the
19184 directory already exists (Bug#8246).
19185
19186 * facemenu.el (list-colors-display): Call list-faces-display
19187 inside with-help-window.
19188 (list-colors-print): Use display property to align the final
19189 column, instead of checking window-width.
19190
19191 2011-03-19 Eli Zaretskii <eliz@gnu.org>
19192
19193 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
19194 windows-nt systems.
19195 (emerge-protect-metachars): Quote correctly for ms-dos and
19196 windows-nt systems.
19197
19198 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
19199
19200 * info.el (info-initialize): Replace all uses of `:' with
19201 path-separator for compatibility with non-Unix systems.
19202 Cache quoting of path-separator. (Bug#8258)
19203
19204 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
19205
19206 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
19207 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
19208 (mouse-avoidance-mode): Fix typos in docstrings.
19209
19210 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
19211
19212 * startup.el (package-subdirectory-regexp): Move from package.el.
19213 Omit \\` and \\', and let callers add them.
19214
19215 * emacs-lisp/package.el (package-strip-version)
19216 (package-load-all-descriptors): Add \\` and \\' to
19217 package-subdirectory-regexp before using it.
19218 (package-untar-buffer): New arg DIR; ensure that file untars only
19219 into this expected directory. Remove superfluous delete-region.
19220 (package-unpack): Caller changed.
19221 (package-tar-file-info): Use package-subdirectory-regexp.
19222
19223 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19224
19225 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
19226 diff-mode-shared-map (bug#8284).
19227 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
19228
19229 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19230
19231 * calendar/time-date.el (format-seconds): Use assoc instead of
19232 assoc-string, since assoc-string doesn't exist in XEmacs.
19233
19234 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
19235
19236 * custom.el (custom-known-themes): Reflow docstring.
19237 (custom-theme-load-path): Fix typo in docstring.
19238 (load-theme): Fix typo in error message.
19239 (custom-available-themes, custom-variable-theme-value):
19240 Use `let', not `let*'.
19241
19242 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
19243
19244 * calc/README: Mention inclusion of musical notes.
19245
19246 * calc/calc-units.el (calc-lu-quant): Rename from
19247 `calc-logunits-quantity'.
19248 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
19249 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
19250 (calc-db): Rename from `calc-dblevel'.
19251 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
19252 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
19253 (calc-np): Rename from `calc-nplevel'.
19254 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
19255 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
19256 (calc-lu-plus): Rename from `calc-logunits-add'.
19257 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
19258 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
19259 (calc-lu-minus): Rename from `calc-logunits-sub'.
19260 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
19261 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
19262 (calc-lu-times): Rename from `calc-logunits-mul'.
19263 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
19264 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
19265 (calc-lu-divide): Rename from `calc-logunits-div'.
19266 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
19267 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
19268
19269 * calc/calc-ext.el (calc-init-extensions): Update the names of the
19270 functions being autoloaded.
19271
19272 * calc/calc.el (calc-lu-power-reference): Rename from
19273 `calc-logunits-power-reference'.
19274 (calc-lu-field-reference): Rename from
19275 `calc-logunits-field-reference'.
19276
19277 * calc/calc-help.el (calc-l-prefix-help):
19278 Mention musical note functions.
19279
19280 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * minibuffer.el (completion-all-sorted-completions):
19283 Use :completion-cycle-penalty text property if present.
19284
19285 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
19286
19287 * allout.el (allout-yank-processing): Adjust for new rebulleting
19288 regime so bullet being yanked is used without prompting the user
19289 for a choice.
19290
19291 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19292
19293 * startup.el (command-line): Warn the user that _emacs is deprecated.
19294
19295 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
19296
19297 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
19298 (delphi-verbose, delphi-comment-face, delphi-string-face)
19299 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
19300 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
19301 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
19302 (delphi-new-comment-line, delphi-font-lock-defaults)
19303 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
19304 Fix typos in docstrings.
19305
19306 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
19307
19308 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
19309 Invert the roles of character and string values for INSTEAD, so a
19310 string is used for the more common case of a defaulting prompt.
19311
19312 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * progmodes/ruby-mode.el (ruby-backward-sexp):
19315 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
19316 * play/gamegrid.el (gamegrid-make-face):
19317 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
19318 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
19319 * notifications.el (notifications-notify):
19320 * net/xesam.el (xesam-search-engines):
19321 * net/quickurl.el (quickurl-list-insert):
19322 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
19323
19324 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
19325
19326 * startup.el (command-line): Update package subdirectory regexp.
19327
19328 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19329
19330 * allout.el (allout-abbreviate-flattened-numbering)
19331 (allout-mode-deactivate-hook): Fix up obsolescence "date".
19332
19333 * subr.el (read-char-choice): Only show the cursor after the prompt,
19334 not after the answer.
19335
19336 2011-03-15 Kevin Ryde <user42@zip.com.au>
19337
19338 * help-fns.el (variable-at-point): Skip leading quotes, if any
19339 (bug#8253).
19340
19341 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19342
19343 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
19344 warning message.
19345
19346 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
19347
19348 * shell.el (shell): When called interactively, offer to change the
19349 shell file name on remote hosts.
19350
19351 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
19352
19353 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
19354 integration for LDAP parameters. The host, base, user or binddn,
19355 and secret tokens can be specified in a netrc file, for instance.
19356 This is optional because an `auth-source' parameter must be
19357 specified in the search attributes.
19358
19359 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
19360
19361 * help.el (describe-mode): Link to the mode's definition (bug#8185).
19362
19363 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19364
19365 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
19366 into declaration. Remove redundant and harmful binding.
19367
19368 2011-03-12 Eli Zaretskii <eliz@gnu.org>
19369
19370 * files.el (file-ownership-preserved-p): Pass `integer' as an
19371 explicit 2nd argument to `file-attributes'. If the file's owner
19372 is the Administrators group on Windows, and the current user is
19373 Administrator, consider that a match.
19374
19375 * server.el (server-ensure-safe-dir): Consider server directory
19376 safe on MS-Windows if its owner is the Administrators group while
19377 the current Emacs user is Administrator. Use `=' to compare
19378 numerical UIDs, since they could be integers or floats.
19379
19380 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
19381
19382 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
19383
19384 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
19385
19386 Sync with Tramp 2.2.1.
19387
19388 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
19389
19390 * net/trampver.el: Update release number.
19391
19392 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
19393
19394 * progmodes/compile.el (compilation--previous-directory): Fix up
19395 various nil/dead-marker mismatches (bug#8014).
19396 (compilation-directory-properties, compilation-error-properties):
19397 Don't call it at a position past the one we're about to change.
19398
19399 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
19400 Disable obsolescence warnings in the file that declares it.
19401
19402 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
19403
19404 * allout-widgets.el (allout-widgets-tally):
19405 Initialize allout-widgets-tally as a hash table rather than nil to
19406 prevent mode-line redisplay warnings. Also, clarify the module
19407 description and fix a comment typo.
19408
19409 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
19410
19411 * help-fns.el (describe-variable): Don't complete keywords.
19412 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
19413
19414 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * emacs-lisp/package.el (package-version-join): Impose a standard
19417 string representation for pre/alpha/beta version lists.
19418 (package-unpack-single): Standardize the directory name by passing
19419 it through package-version-join.
19420 (package-strip-rcs-id): Accept any version string that does not
19421 signal an error in version-to-list.
19422
19423 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
19424
19425 * simple.el (delete-trailing-whitespace): Return nil for the
19426 benefit of `write-file-functions'.
19427
19428 2011-03-10 Glenn Morris <rgm@gnu.org>
19429
19430 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
19431
19432 * vc/vc-git.el (vc-git-program): New option.
19433 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
19434 (vc-git--call): Use it.
19435
19436 * eshell/esh-util.el (eshell-condition-case): Doc fix.
19437
19438 * cus-edit.el (Custom-newline): If no button at point, look
19439 for a subgroup button at start-of-line. (Bug#2298)
19440
19441 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
19442
19443 2011-03-10 Julien Danjou <julien@danjou.info>
19444
19445 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19446 `cursor-type' is nil.
19447
19448 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
19449
19450 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
19451
19452 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
19453
19454 * allout.el: Change so yank of distinctive-bullet items
19455 preserves the existing header prefix, rebulleting it if necessary,
19456 rather than replacing it. This is necessary for proper operation
19457 of cooperative addons like allout-widgets.
19458 (allout-make-topic-prefix, allout-rebullet-heading):
19459 Change SOLICIT arg to INSTEAD, and interpret additionally a string
19460 value as alternate bullet to be used, instead of prompting the user
19461 for a bullet character.
19462
19463 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
19464
19465 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19466 Do not use `tramp-file-name-port', because this returns also
19467 `tramp-default-port'.
19468
19469 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
19470
19471 * net/rcirc.el (rcirc-handler-001): Remove useless
19472 with-rcirc-process-buffer.
19473 (rcirc-check-auth-status): Swap arguments to string-match.
19474
19475 2011-03-09 Glenn Morris <rgm@gnu.org>
19476
19477 * shell.el (shell-mode):
19478 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
19479
19480 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
19481 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
19482
19483 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19484
19485 * emacs-lisp/package.el (package-refresh-contents)
19486 (package-menu-execute): Use condition-case-no-debug.
19487
19488 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
19489
19490 * simple.el (shell-command-to-string): Use `process-file'.
19491
19492 * emacs-lisp/package.el (package-tar-file-info): Handle also
19493 remote files.
19494
19495 * emacs-lisp/package-x.el (package-upload-buffer-internal):
19496 Use `equal' for upload base check.
19497
19498 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19499
19500 * textmodes/texinfo.el (texinfo-environments):
19501 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19502
19503 2011-03-08 Glenn Morris <rgm@gnu.org>
19504
19505 * cus-start.el (cursor-in-non-selected-windows):
19506 Fix :set quoting oddness. (Bug#8192)
19507
19508 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19509 in some setf expressions. (Bug#2159)
19510
19511 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
19512
19513 * custom.el (custom-available-themes): Return themes in
19514 alphabetical order.
19515
19516 See ChangeLog.15 for earlier changes.
19517
19518 ;; Local Variables:
19519 ;; coding: utf-8
19520 ;; End:
19521
19522 Copyright (C) 2011-2012 Free Software Foundation, Inc.
19523
19524 This file is part of GNU Emacs.
19525
19526 GNU Emacs is free software: you can redistribute it and/or modify
19527 it under the terms of the GNU General Public License as published by
19528 the Free Software Foundation, either version 3 of the License, or
19529 (at your option) any later version.
19530
19531 GNU Emacs is distributed in the hope that it will be useful,
19532 but WITHOUT ANY WARRANTY; without even the implied warranty of
19533 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19534 GNU General Public License for more details.
19535
19536 You should have received a copy of the GNU General Public License
19537 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.