calccomp.el (math-compose-expr): Undo previous change.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calccomp.el (math-compose-expr): Undo previous change.
4
5 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
6
7 * progmodes/python.el (python-mode-map): Added keybinding for
8 run-python.
9 (python-shell-make-comint): Fix pop-to-buffer call.
10 (run-python): Autoload. New arg SHOW.
11 (python-shell-get-or-create-process): Do not pop python process
12 buffer.
13
14 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
15
16 * notifications.el (notifications-on-action-signal)
17 (notifications-on-closed-signal): Use also the bus address for the map.
18 (notifications-notify, notifications-close-notification)
19 (notifications-get-capabilities): Add optional argument BUS.
20
21 2012-07-27 Tassilo Horn <tsdh@gnu.org>
22
23 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
24 support for the lstlisting and minted environments, and for the
25 ctable macro.
26 * textmodes/reftex.el (reftex-compile-variables): Also recognize
27 labels written in keyvals syntax.
28
29 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
30
31 * calc/calccomp.el (math-compose-expr): Use parentheses when
32 there is a product in the denominator of a fraction.
33
34 2012-07-26 Eli Zaretskii <eliz@gnu.org>
35
36 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
37 ($(lisp)/calendar/diary-loaddefs.el)
38 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
39 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
40 failures in parallel bootstrap because subdirs.el is being
41 rewritten while the autoload files are built at the same time,
42 which needs to load subdirs.el.
43
44 2012-07-26 Martin Rudalics <rudalics@gmx.at>
45
46 * mouse.el (popup-menu): Fix doc-string and re-indent code.
47 (mouse-drag-line): Don't exit tracking when a switch-frame or
48 switch-window event occurs (Bug#12006).
49
50 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * mouse.el (popup-menu): Fix last change.
53
54 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 Autoload from Lisp with more care. Follow aliases when looking for
57 function properties.
58 * subr.el (autoloadp): New function.
59 (symbol-file): Use it.
60 (function-get): New function.
61 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
62 autoload-do-load.
63 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
64 (lisp-indent-function):
65 * emacs-lisp/gv.el (gv-get):
66 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
67 * emacs-lisp/byte-opt.el (byte-optimize-form):
68 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
69 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
70 Use function-get.
71 * emacs-lisp/cl.el: Don't propagate function properties any more.
72
73 * speedbar.el (speedbar-add-localized-speedbar-support):
74 * emacs-lisp/disass.el (disassemble-internal):
75 * desktop.el (desktop-load-file):
76 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
77 (describe-function-1):
78 * emacs-lisp/find-func.el (find-function-noselect):
79 * emacs-lisp/elp.el (elp-instrument-function):
80 * emacs-lisp/advice.el (ad-has-proper-definition):
81 * apropos.el (apropos-safe-documentation, apropos-macrop):
82 * emacs-lisp/debug.el (debug-on-entry):
83 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
84 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
85 * calc/calc.el (name): Use autoloadp & autoload-do-load.
86
87 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
88
89 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
90 function, not an obsolete variable (Bug#12046).
91
92 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
93
94 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
95
96 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
97
98 * emacs-lisp/pp.el (pp-display-expression): Select old selected
99 window only if it is still live (Bug#12034).
100
101 2012-07-25 Martin Rudalics <rudalics@gmx.at>
102
103 * subr.el (redirect-frame-focus): Add advertised calling
104 convention (Bug#12030).
105
106 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
107
108 Prefer typical American spelling for "acknowledgment".
109 * vc/add-log.el (change-log-acknowledgment): Rename from
110 change-log-acknowledgement, with an alias for the old name.
111
112 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
113
114 * calc-alg.el (math-simplify-divide): Don't cross multiply
115 in an equation when the lhs is a variable.
116
117 2012-07-24 Julien Danjou <julien@danjou.info>
118
119 * net/netrc.el (netrc-find-service-number, netrc-store-data):
120 Remove, unused.
121
122 2012-07-23 Eli Zaretskii <eliz@gnu.org>
123
124 * startup.el (command-line): Don't display an empty user name in
125 the error message about non-existent home directory, when
126 init-file-user was set to an empty string. See
127 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
128 for the details and context.
129
130 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
131
132 * ses.el (ses-cell-formula-aset): New macro.
133 (ses-cell-references-aset): New macro.
134 (ses-cell-p): New function.
135 (ses-rename-cell): Do no longer rely on complex operations like
136 ses-cell-set-formula or ses-set-cell to change the cell and handle
137 the undo at the same time, but rather use lower level new macros
138 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
139 the undo directly. Refresh the mode line.
140
141 2012-07-21 Leo Liu <sdl.web@gmail.com>
142
143 * progmodes/cc-cmds.el (c-defun-name):
144 Use match-string-no-properties instead for consistency.
145
146 2012-07-20 Leo Liu <sdl.web@gmail.com>
147
148 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
149 (Bug#7879)
150
151 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
152
153 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
156 * progmodes/bug-reference.el, misearch.el: Provide themselves
157 (bug#11915).
158
159 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
160 of narrowed buffer (bug#11966).
161
162 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
163
164 * ses.el (ses-rename-cell): Set new name also in reference list of
165 cells of which the renamed cell depends.
166
167 2012-07-20 Masatake YAMATO <yamato@redhat.com>
168
169 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
170 to check whether menu-bar is shown or not. If not shown,
171 show the menu-bar as a popup menu instead of using tmm.
172 * mouse.el (popup-menu): Accept `point' as `position' argument.
173
174 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
175
176 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
177 up inside string symbol literal (bug#11923).
178
179 2012-07-20 Eli Zaretskii <eliz@gnu.org>
180
181 * startup.el (fancy-startup-text): Read the whole tutorial, not
182 just its first 256 bytes. Prevents gibberish in display of the
183 tutorial title.
184
185 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
186
187 Drop idle buffer compaction due to an absence of the
188 proved efficiency.
189 * compact.el: Remove.
190
191 2012-07-19 Sam Steingold <sds@gnu.org>
192
193 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
194 vc-bzr-pull & vc-bzr-merge-branch.
195 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
196 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
197 for consistency with compilation-error-regexp-alist.
198 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
199 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
200 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
201 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
202
203 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * emacs-lisp/chart.el: Use lexical-binding.
206 (chart-emacs-storage): Don't hardcode the list of entries.
207
208 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
209
210 Next round of tweaks caused by Fgarbage_collect changes.
211 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
212
213 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
214
215 Compact buffers when idle.
216 * compact.el: New file.
217
218 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * subr.el (eventp): Presume that if it looks vaguely like an event,
221 it's an event (bug#10190).
222
223 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
224
225 Enhancements to ppss related code (thanks Stefan).
226 * progmodes/python.el (python-indent-context)
227 (python-indent-calculate-indentation, python-indent-dedent-line)
228 (python-indent-electric-colon, python-nav-forward-block)
229 (python-mode-abbrev-table)
230 (python-info-assignment-continuation-line-p): Simplify checks
231 for ppss context.
232 (python-info-continuation-line-p): Cleanup.
233 (python-info-ppss-context): Do not catch 'quote.
234 (python-info-ppss-context-type)
235 (python-info-ppss-comment-or-string-p): Simplify.
236
237 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
238
239 * progmodes/python.el: Enhancements to eldoc support.
240 (python-info-current-symbol): New function.
241 (python-eldoc-at-point): Use python-info-current-symbol.
242 (python-info-current-defun): Fix cornercase on first defun scan.
243 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
244 and signal error when no inferior python process is available.
245
246 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
247
248 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
249 assume it's always t.
250 (vc-git-registered): Remove caching, the function is only called
251 once.
252 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
253
254 2012-07-18 Chong Yidong <cyd@gnu.org>
255
256 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
257
258 * simple.el (count-words): Report on narrowing (Bug#9959).
259
260 * bindings.el: Bind M-= to count-words.
261
262 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
263
264 2012-07-18 Masatake YAMATO <yamato@redhat.com>
265
266 * progmodes/sh-script.el (sh-imenu-generic-expression):
267 Capture a function with `function' keyword and without parentheses
268 like "function FOO" (bug#11856).
269
270 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
271
272 * window.el (split-window-sensibly): Make WINDOW argument
273 optional.
274
275 2012-07-18 Chong Yidong <cyd@gnu.org>
276
277 * subr.el (keyboard-translate): Doc fix (Bug#7261).
278
279 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
280 and make C-x 8 RET exit isearch (Bug#11439).
281
282 * international/iso-transl.el: Move isearch-mode-map key
283 definitions to isearch.el.
284
285 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
288 (eieio-defclass): Use gv-define-setter when possible.
289
290 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
291
292 Reflect recent changes in Fgarbage_collect.
293 * emacs-lisp/chart.el (chart-emacs-storage): Change to
294 reflect new format of data returned by Fgarbage_collect.
295
296 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
297
298 New utility functions + python-info-ppss-context fix (Bug#11910).
299 * progmodes/python.el (python-info-beginning-of-block-statement-p)
300 (python-info-ppss-comment-or-string-p): New functions.
301 (python-info-ppss-context): Small fix for string check.
302
303 2012-07-17 Juri Linkov <juri@jurta.org>
304
305 * dired-aux.el (dired-do-async-shell-command): Doc fix.
306 (dired-do-async-shell-command): Don't add `*' at the end of the
307 command (Bug#11815).
308 (dired-do-shell-command): Doc fix.
309 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
310 Join the individual commands using either "&" or ";" as the
311 separator depending on the values of these trailing characters.
312 At the end re-add the trailing "&". (Bug#10598)
313
314 * simple.el (async-shell-command): Sync the interactive spec with
315 `shell-command'. Doc fix.
316 (shell-command): Doc fix.
317
318 2012-07-17 Juri Linkov <juri@jurta.org>
319
320 * descr-text.el (describe-char): Fix format args. (Bug#10129)
321
322 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
323
324 Final renames and doc fixes for movement commands (bug#11899).
325 * progmodes/python.el (python-nav-beginning-of-statement):
326 Rename from python-nav-statement-start.
327 (python-nav-end-of-statement): Rename from
328 python-nav-statement-end.
329 (python-nav-beginning-of-block): Rename from
330 python-nav-block-start.
331 (python-nav-end-of-block): Rename from python-nav-block-end.
332
333 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
334
335 * progmodes/python.el (python-shell-send-string-no-output):
336 Allow accept-process-output to quit, keeping shell process ready for
337 future interactions (Bug#11868).
338
339 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
342
343 * emacs-lisp/elint.el (elint-find-args-in-code):
344 Use help-function-arglist, so as to handle lexical byte-code.
345
346 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
347 change (bug#11826).
348
349 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
352 Avoid spuriously marking the buffer as modified because of c-is-sws.
353
354 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
355 as not-a-comment (bug#11946).
356
357 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
358 for uninterned vars.
359
360 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
361 Use read-event since we don't really want to read chars but bytes.
362
363 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
364 $$..$$ but also $..$ using regexps (bug#11953).
365 Use tex-verbatim for \url and \path.
366 (tex-font-lock-keywords): Define as defconst like the others.
367 (tex-common-initialization): Don't use font-lock-syntax-table any more.
368
369 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
370
371 * international/mule-cmds.el (ucs-insert): Make it an obsolete
372 alias for insert-char.
373
374 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
375
376 * progmodes/python.el: Simplified imenu implementation.
377 (python-nav-jump-to-defun): Remove command.
378 (python-mode-map): Use `imenu' instead.
379 (python-nav-list-defun-positions-cache)
380 (python-imenu-include-defun-type, python-imenu-make-tree)
381 (python-imenu-subtree-root-label, python-imenu-index-alist):
382 Remove vars.
383 (python-nav-list-defun-positions, python-nav-read-defun)
384 (python-imenu-tree-assoc, python-imenu-make-element-tree)
385 (python-imenu-make-tree, python-imenu-create-index):
386 Remove functions.
387 (python-mode): Update to interact with imenu by setting
388 `imenu-extract-index-name-function' only.
389
390 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
391
392 * progmodes/python.el: Enhancements to navigation commands.
393 (python-nav-backward-sentence)
394 (python-nav-forward-sentence): Remove.
395 (python-nav-backward-statement, python-nav-forward-statement)
396 (python-nav-statement-start, python-nav-statement-end)
397 (python-nav-backward-block, python-nav-forward-block)
398 (python-nav-block-start, python-nav-block-end)
399 (python-nav-forward-sexp-function)
400 (python-info-current-line-comment-p)
401 (python-info-current-line-empty-p): New functions.
402 (python-indent-context): Use `python-nav-statement-start'.
403
404 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
405
406 * eshell/em-ls.el (eshell/ls): Use `apply'.
407
408 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
409 multi-hops, instead of Tramp internals.
410
411 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
412
413 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
414 when F1 and F2 are located on different hosts.
415
416 2012-07-14 Chong Yidong <cyd@gnu.org>
417
418 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
419 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
420 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
421 (xterm-mouse--read-event-sequence-1000)
422 (xterm-mouse--read-event-sequence-1006): New functions. For old
423 mouse protocol, handle M-mouse-X events correctly.
424 (xterm-mouse-event): New arg specifying mouse protocol.
425 (turn-on-xterm-mouse-tracking-on-terminal)
426 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
427 sequence to toggle extended coordinates on newer XTerms.
428 This appears to be harmless on terminals which do not support this.
429
430 2012-07-14 Leo Liu <sdl.web@gmail.com>
431
432 Add fringe bitmap indicators for flymake. (Bug#11253)
433 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
434 (flymake-make-overlay): New arg BITMAP.
435 (flymake-error-bitmap, flymake-warning-bitmap)
436 (flymake-fringe-indicator-position): New user variables.
437
438 * fringe.el: New bitmap exclamation-mark.
439
440 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
441
442 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
443 also (Bug#7879).
444
445 2012-07-14 Chong Yidong <cyd@gnu.org>
446
447 * electric.el (electric-pair-post-self-insert-function): Fix pair
448 insertion in empty-region case (Bug#11520).
449
450 2012-07-14 Chong Yidong <cyd@gnu.org>
451
452 * bindings.el: Consolidate ctl-x-r-map bindings.
453 Bind copy-rectangle-as-kill to C-x r w.
454
455 * rect.el, register.el: Move bindings to bindings.el.
456
457 2012-07-14 Reuben Thomas <rrt@sc3d.org>
458
459 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
460
461 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
462
463 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
464
465 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
466
467 * bindings.el (top): Use `mapc' instead of `mapcar'.
468
469 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
470
471 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
472
473 * progmodes/sql.el (sql-comint): Suppress the check for program on
474 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
475 (Bug#11908)
476
477 2012-07-13 Chong Yidong <cyd@gnu.org>
478
479 * bindings.el: Assign a non-nil permanent-local property to
480 per-buffer variables which lack a default value (Bug#11930).
481
482 * help-fns.el (describe-variable): In the "automatically becomes
483 local" notice, take note of permanent-local variables.
484
485 2012-07-13 Chong Yidong <cyd@gnu.org>
486
487 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
488 to allow printing the message when called from Lisp.
489
490 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
491 Remove toggle-read-only.
492
493 * bs.el (bs-toggle-readonly):
494 * buff-menu.el (Buffer-menu-toggle-read-only):
495 Remove with-no-warnings around toggle-read-only.
496
497 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
498 Remove with-no-warnings around toggle-read-only.
499 (ffap-read-only, ffap-read-only-other-window)
500 (ffap-read-only-other-frame): Callers changed.
501
502 * help-mode.el: Don't require view package.
503 (help-mode-finish): Set buffer-read-only instead of calling
504 toggle-read-only.
505
506 * bindings.el (mode-line-toggle-read-only):
507 * dired.el (dired-toggle-read-only):
508 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
509 with non-nil second arg.
510
511 * emacs-lisp/eieio-custom.el (eieio-customize-object):
512 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
513 directly.
514
515 2012-07-12 Eli Zaretskii <eliz@gnu.org>
516
517 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
518 not incf.
519
520 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 More CL cleanups and reduction of use of cl.el.
523 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
524 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
525 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
526 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
527 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
528 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
529 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
530 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
531 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
532 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
533 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
534 * eshell/em-cmpl.el, eshell/em-banner.el:
535 * calendar/parse-time.el: Use cl-lib.
536 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
537 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
538 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
539 * term/ns-win.el, term.el, shell.el, ps-samp.el:
540 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
541 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
542 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
543 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
544 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
545 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
546 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
547 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
548 `lambda' rather than with `quote'.
549 (eshell-do-opt): Adjust accordingly.
550 (eshell-process-option): Simplify.
551 * eshell/esh-var.el:
552 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
553 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
554 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
555 to `pcase--dontcare'.
556 * emacs-lisp/cl.el (labels): Mark obsolete.
557 (cl--letf, letf): Move to cl-lib.
558 (cl--letf*, letf*): Remove.
559 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
560 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
561 (cl-progv): Rewrite.
562 (cl--letf, cl-letf): Move from cl.el.
563 (cl-letf*): New macro.
564 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
565
566 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
567
568 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
569
570 2012-07-11 Chong Yidong <cyd@gnu.org>
571
572 * vc/log-edit.el (log-edit-vc-backend): New variable.
573 (log-edit): Doc fix.
574
575 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
576 argument of log-edit to set up all local variables.
577 (vc-start-logentry): New optional arg specifying VC backend.
578
579 * vc/vc.el (vc-checkin): Use it.
580 (vc-deduce-fileset): Handle Log Edit buffers.
581 (vc-diff): Make first argument optional too.
582
583 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
584
585 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
586
587 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
588 command, just in case. The function is not needed anymore.
589 (eshell-external-command): Do not call `eshell-remote-command'.
590
591 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 Reduce use of (require 'cl).
594 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
595 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
596 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
597 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
598 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
599 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
600 * battery.el, avoid.el, abbrev.el: Use cl-lib.
601 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
602 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
603 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
604 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
605 * calculator.el, autorevert.el, apropos.el: Don't require CL.
606 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
607 (byte-compile-unfold-bcf, byte-compile-check-variable):
608 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
609 (byte-compile-nilconstp):
610 * emacs-lisp/autoload.el (make-autoload): Use pcase.
611 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
612
613 * emacs-lisp/gv.el (cond): Make it a valid place.
614 (if): Simplify slightly.
615
616 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
617 (pcase--self-quoting-p): New function.
618 (pcase--u1): Use it.
619
620 2012-07-10 Glenn Morris <rgm@gnu.org>
621
622 * emacs-lisp/authors.el (authors-fixed-entries):
623 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
624
625 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
626
627 Rename configure.in to configure.ac (Bug#11603).
628 * emacs-lisp/authors.el (authors-canonical-file-name):
629 * progmodes/autoconf.el (autoconf-mode):
630 Prefer configure.ac to configure.in.
631
632 2012-07-08 Chong Yidong <cyd@gnu.org>
633
634 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
635 Implement the mouse-1-click-follows-link handling properly.
636
637 * info.el (Info-link-keymap): Use follow-link mechanism for
638 header-line links (Bug#374).
639
640 * simple.el (deactivate-mark): Do not set the primary selection
641 if another program has acquired it (Bug#11772).
642
643 2012-07-07 Kevin Ryde <user42@zip.com.au>
644
645 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
646 (woman-decode-region): Replace escaped-escapes without destroying
647 bold or underline (Bug#11552).
648 (woman2-process-escapes): Handle nofill regions (Bug#11591).
649
650 2012-07-07 Chong Yidong <cyd@gnu.org>
651
652 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
653 (interprogram-cut-function, interprogram-paste-function):
654 Mention that we typically mean the clipboard.
655
656 2012-07-06 Glenn Morris <rgm@gnu.org>
657
658 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
659
660 * files.el (toggle-read-only): Restrict message to interactive use.
661
662 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
663
664 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
665
666 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
667
668 2012-07-06 Glenn Morris <rgm@gnu.org>
669
670 * Makefile.in (compile-one-process): Rename from "recompile".
671
672 * Makefile.in (bzr-update): "compile" is the same as "recompile
673 autoloads", but parallelizable, so use that instead.
674
675 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
676
677 * window.el (quit-window): Always restore window height when
678 it's saved in quit-restore parameter (Bug#11810).
679
680 2012-07-06 Glenn Morris <rgm@gnu.org>
681
682 * simple.el (kill-whole-line): Doc tweak.
683
684 2012-07-06 Eli Zaretskii <eliz@gnu.org>
685
686 * files.el (file-relative-name): Compare file names
687 case-insensitively if on MS-Windows or MS-DOS, or if
688 read-file-name-completion-ignore-case is non-nil. Don't use
689 case-fold-search for this purpose. (Bug#11827)
690
691 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
692
693 * calendar/cal-dst.el (calendar-current-time-zone):
694 Return calendar-current-time-zone-cache if non-nil.
695
696 2012-07-17 Masatake YAMATO <yamato@redhat.com>
697 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
698
699 * calendar/cal-dst.el (calendar-current-time-zone):
700 Return calendar-current-time-zone-cache if non-nil.
701
702 2012-07-06 Glenn Morris <rgm@gnu.org>
703
704 * Makefile.in (cvs-update): Remove old alias.
705
706 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
707
708 Sync with Tramp 2.2.6-pre.
709
710 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
711 compatible declaration.
712
713 * net/tramp-cmds.el (tramp-append-tramp-buffers):
714 Protect `list-load-path-shadows' call.
715
716 * net/tramp-compat.el (top): Require packages, which aren't
717 autoloaded anymore for XEmacs. Protect call of
718 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
719 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
720 it hurts at least for SXEmacs.
721 (tramp-compat-temporary-file-directory): In XEmacs, there is no
722 standard-value for `temporary-file-directory'.
723
724 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
725 Redirect stderr to /dev/null.
726 (tramp-sh-handle-write-region): uid and gid can be floats.
727 Reported by Russell Sim <russell.sim@gmail.com>.
728 (tramp-sh-handle-vc-registered): Hide errors.
729 (tramp-vc-file-name-handler): Use dummy results for `process-file'
730 and `start-file-process'.
731 (tramp-maybe-open-connection): Check also whether `non-essential'
732 is bound.
733
734 2012-07-04 Chong Yidong <cyd@gnu.org>
735
736 * xml.el (xml--parse-buffer): Use xml-syntax-table.
737 (xml-parse-tag): Likewise, and avoid changing entity tables.
738 (xml-syntax-table): Define from scratch, making sure not to give
739 x2000 and other Unicode spaces whitespace syntax, since those are
740 not spaces in XML.
741 (xml-parse-fragment): Delete unused function.
742 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
743 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
744 (xml-entity-ref, xml-pe-reference-re)
745 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
746 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
747 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
748 (xml-entity-value-re): Use syntax references in regexps where
749 possible; no need to define inside a let-binding.
750 (xml-parse-dtd): Use xml-pe-reference-re.
751 (xml-entity-or-char-ref-re): New defconst.
752 (xml-parse-string, xml-substitute-special): Use it.
753
754 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * files.el (locate-dominating-file): Allow `name' to be a predicate.
757 (find-file--read-only): New function.
758 (find-file-read-only, find-file-read-only-other-window)
759 (find-file-read-only-other-frame): Use it.
760 (insert-file-contents-literally): Don't `fset'.
761 (get-free-disk-space): Use locate-dominating-file.
762
763 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
764 function is already compiled.
765
766 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
767
768 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
769
770 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
771 files on the same host.
772
773 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
774
775 * help-fns.el (describe-function-1): Only call
776 help-fns--autoloaded-p when we have a file name. (Bug#11848)
777
778 2012-07-03 Chong Yidong <cyd@gnu.org>
779
780 * xml.el: Protect parser against XML bombs.
781 (xml-entity-expansion-limit): New variable.
782 (xml-parse-string, xml-substitute-special): Use it.
783 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
784
785 2012-07-03 Glenn Morris <rgm@gnu.org>
786
787 * progmodes/bug-reference.el (bug-reference-bug-regexp):
788 Allow linking to specific messages in debbugs reports (eg 123#5).
789
790 2012-07-02 Chong Yidong <cyd@gnu.org>
791
792 * xml.el: Fix entity and character reference expansion, allowing
793 them to expand into markup as per XML spec.
794 (xml-default-ns): New variable.
795 (xml-entity-alist): Use XML spec definitions for lt and amp.
796 (xml-parse-region): Make first two arguments optional.
797 Discard text properties.
798 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
799 All callers changed.
800 (xml-parse-tag): Call xml-parse-tag-1. For backward
801 compatibility, this function should not modify buffer contents.
802 (xml-parse-tag-1): Fix opening-tag regexp.
803 (xml-parse-string): Rewrite, handling entity and character
804 references properly.
805 (xml--entity-replacement-text): Signal an error if a parameter
806 entity is undefined.
807
808 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * comint.el (comint-output-filter): Filter out repeated prompts.
811
812 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
813 and file-name-absolute-p.
814 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
815 internal calls.
816
817 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
818
819 Spelling fixes.
820 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
821 Rename from byte-compile--refiy-function. All uses changed.
822
823 2012-07-01 Chong Yidong <cyd@gnu.org>
824
825 * xml.el (xml--parse-buffer): New function. Move most of
826 xml-parse-region here.
827 (xml-parse-region): Copy region into a temporary buffer, since
828 parameter entity substitution requires changing buffer contents.
829 Use xml--parse-buffer.
830 (xml-parse-file): Use xml--parse-buffer.
831 (xml-parse-dtd): Make parameter entity substitution work right.
832 Use proper regexps for ELEMENT declarations (Bug#7172).
833
834 2012-06-30 Glenn Morris <rgm@gnu.org>
835
836 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
837
838 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
839 Remove outdated and unnecessary dbus declarations.
840
841 2012-06-30 Eli Zaretskii <eliz@gnu.org>
842
843 * emacs-lisp/timer.el (timer-until): Subtract results of
844 float-time, instead of taking float-time of the result of
845 time-subtract, since float-time signals an error for negative time
846 arguments.
847
848 2012-06-30 Chong Yidong <cyd@gnu.org>
849
850 * xml.el (xml-*-re): Convert defvars into defconsts, and
851 eval-and-compile them so eval-and-compile works on derivatives.
852 (xml--entity-replacement-text): Use eval-and-comple.
853
854 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
855
856 * vc/vc-git.el (vc-git-registered): Use cache property
857 `git-registered'.
858 (vc-git-mode-line-string): Call `vc-working-revision' instead of
859 `vc-git-working-revision' in order to benefit from the cache.
860 (vc-git-root): Use cache property `git-root'. (Bug#11757)
861
862 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
863
864 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
865 removed (likely outside Emacs). (Bug#11757)
866
867 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * emacs-lisp/cl-lib.el: Require macroexp.
870
871 2012-06-30 Chong Yidong <cyd@gnu.org>
872
873 * xml.el: Implement XML parameter entities.
874 (xml-parameter-entity-alist): New variable.
875 (xml-parse-region, xml-parse-fragment): Preserve previous values
876 of xml-entity-alist and xml-parameter-entity-alist, so that
877 repeated calls on different documents do not change them.
878 (xml-parse-tag): Fix doctype regexp.
879 (xml--entity-replacement-text): New function.
880 (xml-parse-dtd): Use it. Don't handle system entities; doing that
881 properly requires url retrieval which is unimplemented.
882 (xml-escape-string): Doc fix.
883
884 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
887
888 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
889
890 * fringe.el (fringe-mode): Doc fix.
891
892 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
893
894 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
895 is non-nil.
896 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
897 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
898
899 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
900
901 * calendar/cal-dst.el (calendar-current-time-zone):
902 Return calendar-current-time-zone-cache if non-nil.
903
904 2012-06-29 Masatake YAMATO <yamato@redhat.com>
905
906 * progmodes/which-func.el (which-func-format):
907 Add mouse-face. (Bug#11698)
908
909 2012-06-29 Leo Liu <sdl.web@gmail.com>
910
911 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
912
913 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * minibuffer.el (minibuffer-confirm-exit-commands):
916 Add completion-at-point (bug#11725).
917
918 2012-06-29 Glenn Morris <rgm@gnu.org>
919
920 * progmodes/f90.el (f90-font-lock-keywords-2):
921 Add some preprocessor elements. (Bug#10499)
922
923 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * progmodes/cperl-mode.el (cperl-update-syntaxification):
926 Use syntax-propertize (bug#11739).
927
928 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
929
930 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
931
932 2012-06-28 Julien Danjou <julien@danjou.info>
933
934 * term.el (term-handle-colors-array): Use a set of new faces to
935 color the terminal. Also uses :inverse-video property.
936 (term-default-fg-color): Set to nil by default, deprecate in favor
937 of `term-face'.
938 (term-default-bg-color): Set to nil by default, deprecate in favor
939 of `term-face'.
940 (term-current-face): Use `term-face' by default.
941 (term-bold-attribute): Variable deleted.
942
943 2012-06-28 Glenn Morris <rgm@gnu.org>
944
945 * simple.el (completion-list-mode-finish):
946 Don't use toggle-read-only. (Since completion-list-mode has
947 a special mode-class, it wasn't doing anything extra anyway.)
948
949 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 Make inlining of other-mode interpreted functions work (bug#11799).
952 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
953 (byte-compile): Use it to fix compilation of lexical-binding closures.
954 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
955 function, if needed.
956
957 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * help-mode.el (help-make-xrefs): Don't just withstand
960 cyclic-variable-indirection but any error in documentation-property.
961
962 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
963 memory use.
964 * bindings.el (bindings--define-key): New function.
965 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
966 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
967 * bindings.el: Use it to purecopy define-key bindings.
968
969 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
970
971 * emacs-lisp/cl.el (flet): Mark obsolete.
972 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
973 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
974 * progmodes/js.el (js-c-fill-paragraph):
975 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
976 (ebrowse-switch-member-buffer-to-derived-class):
977 * play/5x5.el (5x5-solver): Use cl-flet.
978
979 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
980 (cl--symbol-function): New macro.
981 (cl--letf, cl--letf*): Use it.
982
983 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
984 Strip "toggle-" if any.
985
986 2012-06-27 Glenn Morris <rgm@gnu.org>
987
988 * info.el (Info-default-directory-list): Move here from paths.el.
989 * paths.el: Remove file, which is now empty.
990 * loadup.el: No longer load "paths".
991
992 * custom.el (custom-initialize-delay): Doc fix.
993
994 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
995 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
996 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
997 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
998 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
999 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1000 * eshell/eshell.el (eshell-defgroup): Remove alias.
1001
1002 2012-06-27 Chong Yidong <cyd@gnu.org>
1003
1004 * help.el (help-enable-auto-load): New variable.
1005
1006 * help-fns.el (help-fns--autoloaded-p): New function.
1007 (describe-function-1): Refer to a function as "autoloaded" if it
1008 was autoloaded at any time in the past. Perform autoloading if
1009 help-enable-auto-load is non-nil.
1010
1011 2012-06-26 Eli Zaretskii <eliz@gnu.org>
1012
1013 * makefile.w32-in (compile, compile-always): Depend on
1014 update-subdirs, not on subdirs.el. Otherwise, several different
1015 sub-targets of 'bootstrap' running in parallel could
1016 simultaneously write to subdirs.el, producing a garbled file.
1017
1018 2012-06-26 Sam Steingold <sds@gnu.org>
1019
1020 * files.el (file-name-base): New convenience function.
1021 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1022 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1023 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1024 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1025 * textmodes/ispell.el, textmodes/reftex-ref.el:
1026 * textmodes/tex-mode.el: Use it.
1027 Did not touch cedet and org because they are maintained elsewhere.
1028
1029 2012-06-26 Martin Rudalics <rudalics@gmx.at>
1030
1031 * calendar/calendar.el (calendar-exit): Don't try to delete or
1032 iconify last frame. See:
1033 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1034
1035 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1036
1037 * server.el (server-process-filter): Remember dir in the
1038 process's `server-client-directory' properties.
1039
1040 2012-06-24 Chong Yidong <cyd@gnu.org>
1041
1042 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1043 non-tag text.
1044
1045 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1048
1049 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * help-fns.el (describe-variable): Don't croak when doc is not found.
1052 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1053 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1054 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1055 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1056 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1057 ((lambda ..) ..).
1058 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1059
1060 2012-06-23 Chong Yidong <cyd@gnu.org>
1061
1062 * info.el (Info-mouse-follow-link): Accept symbol values of
1063 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
1064 (Info-fontify-node): Use Info-link-keymap for all navigation
1065 buttons, with link-args property to perform the desired action.
1066 (Info-link-keymap): Doc fix.
1067 (Info-next-link-keymap, Info-prev-link-keymap)
1068 (Info-up-link-keymap): Delete now-unused keymaps.
1069
1070 2012-06-23 Chong Yidong <cyd@gnu.org>
1071
1072 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1073
1074 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1075 system abbrevs.
1076
1077 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1078
1079 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1082 (bug#11719).
1083
1084 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1085 the requote function doesn't work properly (bug#11714).
1086
1087 2012-06-23 Glenn Morris <rgm@gnu.org>
1088
1089 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1090
1091 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 Further GV/CL cleanups.
1094 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1095 gv-expander.
1096 (gv--defun-declaration): New function.
1097 (defun-declarations-alist): Use it.
1098 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1099 (gv-place): Autoload.
1100 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1101 original definition of dotimes and dolist.
1102 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1103 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1104 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1105 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1106 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1107 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1108 to the function's definition.
1109 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1110 * window.el:
1111 * files.el:
1112 * faces.el:
1113 * env.el: Don't use CL.
1114
1115 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1116
1117 Support higher-resolution time stamps (Bug#9000).
1118
1119 * calendar/time-date.el (with-decoded-time-value): New arg
1120 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1121 (encode-time-value): New optional arg PICO. New type 3.
1122 (time-to-seconds) [!float-time]: Support the new picoseconds
1123 component if it's used.
1124 (seconds-to-time, time-subtract, time-add):
1125 Support ps-resolution time stamps as well.
1126
1127 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1128 (timerp): Timer vectors now have length 9, not 8.
1129 (timer--time): Support new-style (4-part) time stamps.
1130 (timer-next-integral-multiple-of-time): Time stamps now have
1131 picosecond resolution, so take a bit more care about rounding.
1132 (timer-relative-time, timer-inc-time): New optional arg psecs.
1133 (timer-set-time-with-usecs): Set psecs to 0.
1134 (timer--activate): Check psecs component, too.
1135
1136 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1137
1138 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1141 Move the non-essential binding to the post/pre-command-hook where it is
1142 more obviously correct.
1143
1144 * subr.el (read-passwd): Don't use a history at all.
1145 * savehist.el (savehist-save): Remove password saved accidentally
1146 because of the above bug.
1147
1148 2012-06-22 Bastien Guerry <bzg@gnu.org>
1149
1150 * files.el (toggle-read-only): Display a message telling whether
1151 the buffer is read-only or not (bug#11726).
1152
1153 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * emacs-lisp/gv.el: New file.
1156 * subr.el (push, pop): Extend to generalized variables.
1157 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1158 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1159 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1160 gv-define-simple-setter, and gv-define-expander.
1161 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1162 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1163 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1164 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1165 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1166 gv-letplace.
1167 (cl-defstruct): Don't define setf-method any more.
1168 * emacs-lisp/cl.el (flet): Don't autoload.
1169 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1170 (define-setf-expander, defsetf, define-modify-macro)
1171 (cl-struct-setf-expander): Move from cl-lib.el.
1172 * emacs-lisp/syntax.el:
1173 * emacs-lisp/ewoc.el:
1174 * emacs-lisp/smie.el:
1175 * emacs-lisp/cconv.el:
1176 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1177 (timer--time): Use gv-define-simple-setter.
1178 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1179 to avoid coding-system problems in subr.el. Adjust all users.
1180 (macroexp--maxsize, macroexp-small-p): New functions.
1181 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1182 * scroll-bar.el (scroll-bar-mode):
1183 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1184 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1185 * winner.el (winner-configuration, winner-make-point-alist)
1186 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1187 * files.el (locate-file-completion-table): Avoid list*.
1188
1189 2012-06-22 Chong Yidong <cyd@gnu.org>
1190
1191 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1192 (dired-create-files): Doc fix (Bug#11329).
1193 (dired-do-copy): Doc fix (Bug#11334).
1194 (dired-mark-read-string): Doc fix (Bug#11553).
1195
1196 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1197 Doc fix (Bug#11326).
1198 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1199 (dired-dwim-target): Doc fix.
1200
1201 * wdired.el (wdired-mode): Doc fix.
1202
1203 2012-06-22 Glenn Morris <rgm@gnu.org>
1204
1205 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1206 (pcmpl-rpm-cache-stamp-file): New constant.
1207 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1208 (pcmpl-rpm-packages): Optionally cache list of packages.
1209
1210 * pcmpl-rpm.el (pcmpl-rpm): New group.
1211 (pcmpl-rpm-query-options): New option.
1212 (pcmpl-rpm-packages): No need to inline it.
1213 Use pcmpl-rpm-query-options.
1214
1215 * calendar/calendar.el (calendar-in-read-only-buffer):
1216 Avoid some needless mode changes.
1217
1218 2012-06-21 Chong Yidong <cyd@gnu.org>
1219
1220 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1221 (desktop-path): Remove . from the default value (Bug#10977).
1222 (desktop-read): Use user-emacs-directory if desktop-path is nil.
1223
1224 2012-06-20 Chong Yidong <cyd@gnu.org>
1225
1226 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1227
1228 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1229
1230 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1231 (bug#11201).
1232
1233 2012-06-20 Chong Yidong <cyd@gnu.org>
1234
1235 * term.el (term-window-width): Handle the case of a missing right
1236 fringe (Bug#8837).
1237 (term-check-size): Use window-text-height (Bug#5445).
1238 (term-mode): Use define-derived-mode. Minor cleanups.
1239 Set font-lock-defaults (Bug#7692).
1240 (term-move-columns, term-insert-char, term-emulate-terminal)
1241 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
1242
1243 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
1244
1245 * net/ange-ftp.el (ange-ftp-get-passwd):
1246 Bind `enable-recursive-minibuffers'.
1247 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1248
1249 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1250
1251 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1252
1253 2012-06-19 Glenn Morris <rgm@gnu.org>
1254
1255 * progmodes/python.el (python-mode): Derive from prog-mode.
1256
1257 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1258
1259 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1260 (edt-user-menu-bar-update-buffers): New functions.
1261 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1262
1263 2012-06-19 Chong Yidong <cyd@gnu.org>
1264
1265 * subr.el (with-selected-window): Preserve the selected window's
1266 terminal's top-frame (Bug#4702).
1267
1268 * window.el (save-selected-window): Likewise.
1269
1270 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * progmodes/python.el (python-rx-constituents): Move backquote.
1273 (python-skeleton-define, python-define-auxiliary-skeleton):
1274 Use `declare'.
1275
1276 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * minibuffer.el (read-file-name-default): Revert the patch from
1279 2012-06-17.
1280
1281 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1284 (pcase--u1, pcase--q1): Don't use apply-partially.
1285
1286 2012-06-18 Glenn Morris <rgm@gnu.org>
1287
1288 * progmodes/python.el (python-proc, python-buffer)
1289 (python-send-receive, python-send-string): Fix obsolete versions.
1290
1291 2012-06-18 Martin Rudalics <rudalics@gmx.at>
1292
1293 * window.el (special-display-p): Completely remove stringp
1294 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1295
1296 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1299
1300 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1301
1302 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1303 * net/tramp-sh.el (tramp-maybe-open-connection):
1304 Throw if `non-essential' is non-nil.
1305
1306 2012-06-17 Martin Rudalics <rudalics@gmx.at>
1307
1308 * window.el (special-display-p): Signal an error if BUFFER-NAME
1309 is not a string (Bug#11713).
1310
1311 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 * progmodes/python.el (python-info-beginning-of-backslash):
1314 Rename from python-info-beginning-of-backlash, as a spelling fix.
1315
1316 2012-06-17 Chong Yidong <cyd@gnu.org>
1317
1318 * term.el (term-emulate-terminal): If term-check-size is called,
1319 move point to the process mark without resetting point (Bug#4635).
1320
1321 2012-06-17 Glenn Morris <rgm@gnu.org>
1322
1323 * international/mule-cmds.el (mule-menu-keymap)
1324 (set-language-environment, set-locale-environment): Doc tweaks.
1325
1326 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1327
1328 * cus-face.el (custom-face-attributes): Add wave-style underline
1329 attribute.
1330 * faces.el (set-face-attribute): Update docstring to describe
1331 wave-style underline attribute.
1332
1333 2012-06-16 Chong Yidong <cyd@gnu.org>
1334
1335 * term/xterm.el (terminal-init-xterm): Discard input before
1336 querying background mode (Bug#10959).
1337
1338 2012-06-16 Stefan Merten <smerten@oekonux.de>
1339
1340 * textmodes/rst.el: Added and corrected some comments.
1341 (rst-re-alist-def): Improve symbol syntax.
1342 (rst-mode-syntax-table): Correct syntax entries.
1343 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1344 (rst-official-version, rst-official-cvs-rev): Update version
1345 information.
1346
1347 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
1348
1349 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1350 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1351
1352 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1353
1354 * progmodes/python.el: New python.el merge.
1355 (python-guess-indent): Obsolete var.
1356 (python-indent-guess-indent-offset): New defcustom.
1357 (python-indent): Obsolete var.
1358 (python-indent-offset): New defcustom.
1359 (python-python-command, python-jython-command): Delete var.
1360 (python-shell-interpreter): New defcustom.
1361 (python-pdbtrack-do-tracking-p): Delete var.
1362 (python-pdbtrack-activate): New defcustom.
1363 (python-use-skeletons): Obsolete var.
1364 (python-skeleton-autoinsert): New defcustom.
1365 (inferior-python-filter-regexp, python-continuation-offset)
1366 (python-honour-comment-indentation, python-indent-string-contents)
1367 (python-jython-packages, python-mode-hook)
1368 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1369 (python-shell-prompt-alist)
1370 (python-source-modes): Delete defcustoms.
1371 (python-check-buffer-name, python-eldoc-setup-code)
1372 (python-eldoc-string-code, python-ffap-setup-code)
1373 (python-ffap-string-code, python-fill-comment-function)
1374 (python-fill-decorator-function, python-fill-paren-function)
1375 (python-fill-string-function, python-imenu-include-defun-type)
1376 (python-imenu-make-tree, python-imenu-subtree-root-label)
1377 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1378 (python-shell-compilation-regexp-alist)
1379 (python-shell-completion-module-string-code)
1380 (python-shell-completion-pdb-string-code)
1381 (python-shell-completion-setup-code)
1382 (python-shell-completion-string-code)
1383 (python-shell-enable-font-lock, python-shell-exec-path)
1384 (python-shell-extra-pythonpaths)
1385 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1386 (python-shell-process-environment)
1387 (python-shell-prompt-block-regexp)
1388 (python-shell-prompt-output-regexp)
1389 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1390 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1391 (python-shell-virtualenv-path): New defcustoms.
1392 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1393 (inferior-python-mode-syntax-table, python--prompt-regexp)
1394 (python-buffer, python-command python-python-command)
1395 (python-default-template, python-imports, python-indent-index)
1396 (python-indent-list, python-indent-list-length)
1397 (python-mode-running, python-pdbtrack-is-tracking-p)
1398 (python-preoutput-continuation, python-preoutput-leftover)
1399 (python-preoutput-result, python-preoutput-skip-next-prompt)
1400 (python-prev-dir/file, python-recursing)
1401 (python-saved-check-command, python-version-checked)
1402 (python-which-func-length-limit)
1403 (view-return-to-alist): Delete vars.
1404 (python-check-custom-command, python-dotty-syntax-table)
1405 (python-imenu-index-alist, python-indent-current-level)
1406 (python-indent-dedenters, python-indent-levels)
1407 (python-nav-beginning-of-defun-regexp)
1408 (python-nav-list-defun-positions-cache)
1409 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1410 (python-shell-internal-buffer)
1411 (python-skeleton-available): New vars.
1412 (def-python-skeleton): Delete macro.
1413 (python-skeleton-define): New macro.
1414 (python-define-auxiliary-skeleton, python-rx): New macros.
1415 (python-insert-class): Delete command.
1416 (python-skeleton-class): New command.
1417 (python-insert-def): Delete command.
1418 (python-skeleton-def): New command.
1419 (python-insert-for): Delete command.
1420 (python-skeleton-for): New command.
1421 (python-insert-if): Delete command.
1422 (python-skeleton-if): New command.
1423 (python-insert-try/except, python-insert-try/finally): Delete commands.
1424 (python-skeleton-try): New command.
1425 (python-insert-while): Delete command.
1426 (python-skeleton-while): New command.
1427 (python-backspace): Delete command.
1428 (python-indent-dedent-line-backspace): New command.
1429 (python-electric-colon): Delete command.
1430 (python-indent-electric-colon): New command.
1431 (python-guess-indent): Delete command.
1432 (python-indent-guess-indent-offset): New command.
1433 (python-shift-left): Delete command.
1434 (python-indent-shift-left): New command.
1435 (python-shift-right): Delete command.
1436 (python-indent-shift-right): New command.
1437 (python-find-function): Delete command.
1438 (python-nav-jump-to-defun): New command.
1439 (python-next-statement): Delete command.
1440 (python-nav-forward-sentence): New command.
1441 (python-previous-statement): Delete command.
1442 (python-nav-backward-sentence): New command.
1443 (python-fill-paragraph): Delete command.
1444 (python-fill-paragraph-function): New command.
1445 (python-send-buffer): Delete command.
1446 (python-shell-send-buffer): New command.
1447 (python-send-defun): Delete command.
1448 (python-shell-send-defun): New command.
1449 (python-send-region, python-send-region-and-go): Delete commands.
1450 (python-shell-send-region)
1451 (python-shell-switch-to-shell): New commands.
1452 (python-send-string): Delete command.
1453 (python-shell-send-string): New command.
1454 (python-switch-to-python): Delete command.
1455 (python-shell-switch-to-shell): New command.
1456 (python-describe-symbol): Delete command.
1457 (python-eldoc-at-point): New command.
1458 (python--set-prompt-regexp, python-args-to-list)
1459 (python-after-info-look, python-check-version)
1460 (python-check-comint-prompt, python-find-imports)
1461 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1462 (python-unload-function, python-expand-template)
1463 (python-maybe-jython, python-preoutput-filter)
1464 (python-pdbtrack-get-source-buffer)
1465 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1466 (python-pdbtrack-toggle-stack-tracking)
1467 (python-pdbtrack-track-stack-file, python-initial-text)
1468 (python-first-word, python-comment-line-p, python-send-command)
1469 (python-setup-brm, python-sentinel, python-set-proc)
1470 (python-skip-out, python-input-filter, python-outdent-p)
1471 (python-outline-level, python-backslash-continuation-line-p)
1472 (python-end-of-block, python-end-of-statement, python-mark-block)
1473 (python-beginning-of-block, python-beginning-of-statement)
1474 (python-blank-line-p, python-beginning-of-string)
1475 (python-open-block-statement-p): Delete functions.
1476 (python-indent-line, python-indent-line-1): Delete functions.
1477 (python-indent-line): New function.
1478 (python-indentation-levels): Delete function.
1479 (python-indent-calculate-levels): New function.
1480 (python-proc): Delete function.
1481 (python-shell-get-process): New function.
1482 (python-send-receive): Delete function.
1483 (python-shell-send-string-no-output): New function.
1484 (python-module-path): Delete function.
1485 (python-ffap-module-path): New function.
1486 (python-completion-at-point)
1487 (python-symbol-completions): Delete functions.
1488 (python-completion-complete-at-point): New function.
1489 (python-load-file): Delete function.
1490 (python-shell-send-file): New function.
1491 (python-calculate-indentation): Delete function.
1492 (python-indent-calculate-indentation): New function.
1493 (python-skip-comments/blanks): Delete function.
1494 (python-util-forward-comment): New function.
1495 (python-continuation-line-p): Delete function.
1496 (python-info-continuation-line-p): New function.
1497 (python-which-func, python-current-defun): Delete function.
1498 (python-info-current-defun): New function.
1499 (python-beginning-of-defun): Delete function.
1500 (python-nav-beginning-of-defun): New function.
1501 (python-close-block-statement-p)
1502 (python-block-end-p): Delete function.
1503 (python-info-closing-block): New function.
1504 (python-comint-output-filter-function)
1505 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1506 (python-fill-comment, python-fill-decorator, python-fill-paren)
1507 (python-fill-string, python-imenu-make-element-tree)
1508 (python-imenu-make-tree, python-imenu-tree-assoc)
1509 (python-indent-context, python-indent-dedent-line)
1510 (python-indent-line-function)
1511 (python-indent-post-self-insert-function)
1512 (python-indent-toggle-levels)
1513 (python-info-assignment-continuation-line-p)
1514 (python-info-beginning-of-backlash)
1515 (python-info-block-continuation-line-p)
1516 (python-info-closing-block-message)
1517 (python-info-line-ends-backslash-p)
1518 (python-info-looking-at-beginning-of-defun)
1519 (python-info-ppss-context, python-info-ppss-context-type)
1520 (python-nav-list-defun-positions, python-nav-read-defun)
1521 (python-nav-sentence-end, python-nav-sentence-start)
1522 (python-pdbtrack-comint-output-filter-function)
1523 (python-pdbtrack-set-tracked-buffer)
1524 (python-shell-calculate-exec-path)
1525 (python-shell-calculate-process-environment)
1526 (python-shell-completion--do-completion-at-point)
1527 (python-shell-completion--get-completions)
1528 (python-shell-completion-complete-at-point)
1529 (python-shell-completion-complete-or-indent)
1530 (python-shell-get-or-create-process)
1531 (python-shell-get-process-name)
1532 (python-shell-internal-get-or-create-process)
1533 (python-shell-internal-get-process-name)
1534 (python-shell-internal-send-string, python-shell-make-comint)
1535 (python-shell-parse-command, python-shell-send-setup-code)
1536 (python-skeleton-add-menu-items)
1537 (python-util-clone-local-variables, python-util-position)
1538 (run-python-internal, python-indentation-levels)
1539 (python-nav-beginning-of-defun)
1540 (python-completion-complete-at-point): New functions.
1541 (run-python): Change arguments. New API requirements.
1542
1543 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1546 (bug#11649).
1547
1548 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1549 (macroexp--expand-all): Use it.
1550
1551 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1552 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1553 Use `cl-function' instead.
1554
1555 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1558 Suggested by Stefan Monnier while discussing bug#11657.
1559
1560 2012-06-14 Sam Steingold <sds@gnu.org>
1561
1562 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1563
1564 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1565
1566 * play/doctor.el (doctor-doc): Remove parameter and use
1567 doctor-sent instead of sent.
1568 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1569
1570 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * files.el: Require cl-lib.
1573 (file-name-non-special): Replace case -> cl-case.
1574
1575 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1576
1577 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1578 mapping from #' to function*.
1579
1580 2012-06-13 Chong Yidong <cyd@gnu.org>
1581
1582 * mouse.el (mouse-drag-track): Do not set the mark if the user
1583 releases the mouse without selecting anything (Bug#11588).
1584
1585 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1588 as well (bug#11646).
1589
1590 * loadup.el: Count byte-code functions as well.
1591
1592 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1593 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1594
1595 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1596 (bug#11649). Add cl-defun and cl-defmacro.
1597
1598 2012-06-13 Drew Adams <drew.adams@oracle.com>
1599
1600 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1601 Fix last change.
1602
1603 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
1604
1605 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1606 Otherwise, it blocks in batch mode.
1607
1608 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
1609
1610 * help-mode.el (bookmark-make-record-default): Declare.
1611
1612 2012-06-13 Chong Yidong <cyd@gnu.org>
1613
1614 * emacs-lisp/package.el (list-packages): Compute a list of
1615 packages that are newly-available since the last list-packages
1616 invocation.
1617 (package-menu--new-package-list): New var.
1618 (package-menu--generate, package-menu--print-info)
1619 (package-menu--status-predicate, package-menu-mark-install):
1620 Handle new status label "new".
1621
1622 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1625 conversion to backquotes.
1626
1627 2012-06-12 Chong Yidong <cyd@gnu.org>
1628
1629 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1630 Rename from gud-inhibit-global-bindings.
1631
1632 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1633
1634 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1635 hook from nxml-glyph-set-hook.
1636
1637 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1638 declaration.
1639
1640 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1641
1642 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1643 Convert to defcustom.
1644
1645 2012-06-12 Drew Adams <drew.adams@oracle.com>
1646
1647 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1648 New functions.
1649 (help-mode): Use them.
1650
1651 2012-06-11 Glenn Morris <rgm@gnu.org>
1652
1653 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1654 Use preprocessor face for directives.
1655 (fortran-directive-re): Doc fix.
1656
1657 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1660 conversion to backquotes (bug#11652).
1661
1662 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1663 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1664 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1665 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1666 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1667 (cl-ninth, cl-tenth): Mark them as inlinable.
1668 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1669 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1670 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1671 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1672 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1673 (cl-list*, cl-adjoin): Don't put an autoload manually.
1674 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1675 (cl--compiler-macro-list*): Add autoload cookie.
1676 (cl--compiler-macro-cXXr): New function.
1677
1678 * help-fns.el (help-fns--compiler-macro): New function extracted from
1679 describe-function-1; follow aliases and use `compiler-macro' property.
1680 (describe-function-1): Use it.
1681
1682 2012-06-11 Chong Yidong <cyd@gnu.org>
1683
1684 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1685 is uninstalled, if imagemagick is installed.
1686
1687 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * emacs-lisp/cl-lib.el: Use lexical-binding.
1690 (cl-map-extents, cl-maclisp-member): Remove.
1691 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1692 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1693 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1694 * emacs-lisp/cl-extra.el: Use lexical-binding.
1695 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1696 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1697 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1698 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1699 * emacs-lisp/cl-seq.el: Use lexical-binding.
1700 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1701 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1702 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1703 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1704 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1705 CL's internals.
1706
1707 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1708
1709 Sync with Tramp 2.2.6-pre.
1710
1711 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1712 `print-length' and `print-level' to nil, in order to avoid
1713 truncation. Reported by Christopher Schmidt
1714 <christopher@ristopher.com>.
1715
1716 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1717
1718 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1719 New defmacro.
1720 (tramp-compat-copy-directory): Add optional argument
1721 COPY-CONTENTS. It is not handled yet.
1722
1723 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1724 (tramp-ftp-file-name-p): Simplify.
1725
1726 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1727 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1728 connection vector.
1729
1730 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1731 (tramp-methods): Do not use `tramp-password-end-of-line'.
1732 (tramp-completion-function-alist-putty): Handle UNIX case.
1733 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1734 (tramp-do-file-attributes-with-stat)
1735 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1736 gid as real numbers. They could run out of integer range on cygwin.
1737 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1738 (tramp-sh-handle-expand-file-name): Handle hops.
1739 (tramp-open-connection-setup-interactive-shell):
1740 Use `tramp-cleanup'. Move check for busyboxes ...
1741 (tramp-find-shell): ... here. Simplify implementation.
1742 Set "remote-shell" property also for alternative shells.
1743 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1744 If failing, a regular file would be written otherwise.
1745 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1746 (tramp-find-inline-encoding): Cache the coding commands in the
1747 process cache. Apply test command on the remote side, if defined.
1748 (tramp-find-inline-compress): Cache the compress commands in the
1749 process cache.
1750 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1751 when requested. Handle hops.
1752 (tramp-current-connection): New defvar.
1753 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1754 Throw `suppress', if there was a failed connection shortly before.
1755 Handle user interrupt. (Bug#10187)
1756 (tramp-get-inline-compress, tramp-get-inline-coding):
1757 Read connection properties from the process cache.
1758
1759 * net/tramp-smb.el (tramp-smb-server-version)
1760 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1761 New defconsts.
1762 (tramp-smb-prompt): Extend for powershell prompt.
1763 (tramp-smb-file-name-handler-alist): Add handlers for
1764 `process-file', `shell-command' and `start-file-process'.
1765 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1766 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1767 (tramp-smb-file-name-p): Simplify.
1768 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1769 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1770 (tramp-smb-shell-quote-argument): New defuns.
1771 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1772 Implement using "tar". By this, time-stamps are preserved.
1773 (tramp-smb-handle-copy-file): Handle also the case of directories.
1774 (tramp-smb-do-file-attributes-with-stat)
1775 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1776 Use `tramp-get-connection-buffer').
1777 (tramp-smb-handle-rename-file): Use "rename", when source and
1778 target are on the same share.
1779 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1780 Use `tramp-smb-server-version'.
1781 (tramp-smb-wait-for-output): Remove prompt.
1782
1783 * net/tramp.el (top): Require 'cl.
1784 (tramp-methods, tramp-rsh-end-of-line):
1785 Remove `tramp-password-end-of-line' from docstring.
1786 (tramp-save-ad-hoc-proxies): New defcustom.
1787 (tramp-completion-function-alist): Adapt docstring.
1788 (tramp-default-password-end-of-line): Remove defcustom.
1789 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1790 (tramp-user-regexp, tramp-file-name-regexp-unified)
1791 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1792 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1793 (tramp-remote-file-name-spec-regexp): New defconst.
1794 (tramp-file-name-structure): Extend structure for hops.
1795 (tramp-get-method-parameter): Move up.
1796 (tramp-file-name-p, tramp-dissect-file-name)
1797 (with-parsed-tramp-file-name): Handle hops.
1798 (tramp-file-name-hop): New defun.
1799 (tramp-make-tramp-file-name): New optional arg HOP.
1800 (tramp-message-show-progress-reporter-message): New defvar.
1801 (tramp-with-progress-reporter): Use it. We cannot use
1802 `tramp-message-show-message' here, because this suppresses also
1803 error buffers.
1804 (tramp-error-with-buffer): Suppress buffer view, if
1805 `tramp-message-show-message' is nil.
1806 Use `tramp-get-connection-buffer'.
1807 (tramp-cleanup): New defun.
1808 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1809 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1810 an error unchanged.
1811 (tramp-completion-handle-file-name-all-completions): Handle hops.
1812 Fix an error when called from ido.
1813 (tramp-completion-dissect-file-name): Use better local variable
1814 name. Add hop to the vector.
1815 (tramp-handle-insert-file-contents): Use progress-reporter for the
1816 whole scenario.
1817 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1818 to `t'.
1819 (tramp-check-for-regexp): Simplify search.
1820 (tramp-enter-password): Remove it. Move implementation ...
1821 (tramp-action-password): ... here.
1822 (tramp-mode-string-to-int, tramp-local-host-p)
1823 (tramp-make-tramp-temp-file, tramp-read-passwd)
1824 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1825 Set tramp-autoload cookie.
1826
1827 * net/trampver.el: Update release number.
1828
1829 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1830 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1833 (tramp-parse-group, tramp-parse-file)
1834 (tramp-parse-shostkeys-sknownhosts): New defuns.
1835 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1836 (tramp-parse-shosts-group, tramp-parse-sconfig)
1837 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1838 (tramp-parse-sknownhosts, tramp-parse-hosts)
1839 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1840 Use them.
1841 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1842 (tramp-parse-putty-group): Don't narrow.
1843 (tramp-parse-putty): Make a loop.
1844 (tramp-file-name-handler): Catch the `suppress' signal.
1845
1846 2012-06-11 Chong Yidong <cyd@gnu.org>
1847
1848 * image.el (imagemagick-register-types): Put the ImageMagick entry
1849 at the end of image-type-file-name-regexps.
1850
1851 2012-06-11 Johan Bockgård <bojohan@gnu.org>
1852
1853 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1854 (pcase, pcase-let*, pcase-dolist): Use them.
1855
1856 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * emacs-lisp/pcase.el (pcase--let*): New function.
1859 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1860 (pcase--expand): Use macroexp-let².
1861
1862 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1865 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1866 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1867 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1868 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1869 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1870
1871 2012-06-10 Glenn Morris <rgm@gnu.org>
1872
1873 * mail/rmail.el (rmail-yank-current-message): Leave point at
1874 correct position. (Bug#11660)
1875
1876 2012-06-10 Chong Yidong <cyd@gnu.org>
1877
1878 * allout-widgets.el: Fix code header.
1879
1880 2012-06-10 Chong Yidong <cyd@gnu.org>
1881
1882 * cus-edit.el (customize-changed-options-previous-release):
1883 Bump to 24.1.
1884
1885 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1886
1887 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1888
1889 2012-06-09 Chong Yidong <cyd@gnu.org>
1890
1891 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1892
1893 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1894
1895 * window.el (special-display-popup-frame): Don't use
1896 window--display-buffer (Bug#11651).
1897
1898 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1899
1900 Fix parallel builds: make sure loaddefs.el is not being written
1901 while Lisp files are compiled.
1902 (compile): Don't depend on 'mh-autoloads'.
1903 (compile-CMD, compile-SH): Depend on 'autoloads'.
1904 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1905
1906 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1907
1908 2012-06-09 Chong Yidong <cyd@gnu.org>
1909
1910 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1911 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1912 Doc fixes (Bug#11225).
1913
1914 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1917 a function if there's a clear indication that it has a compiler-macro.
1918 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1919 (macro-declarations-alist): Add arglist to declaration functions.
1920 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1921 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1922 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1923 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1924 Also add autoload to find the compiler macro.
1925 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1926 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1927 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1928 (cl--compiler-macro-get): New functions, replacing calls to
1929 cl-define-compiler-macro.
1930 (cl-typep) [compiler-macro]: Use macroexp-let².
1931
1932 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1933
1934 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1935 string properly, fixes Bug#11473.
1936
1937 2012-06-08 Chong Yidong <cyd@gnu.org>
1938
1939 * faces.el (set-face-attribute): Doc fix.
1940 (modify-face): Don't use :bold and :italic.
1941 (error, warning, success): Tweak definitions.
1942
1943 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1944 (custom-modified, custom-set, custom-changed, custom-themed)
1945 (custom-saved, custom-button, custom-button-mouse)
1946 (custom-button-pressed, custom-state, custom-comment-tag)
1947 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1948 (custom-group-subtitle): Use new-style face specs.
1949 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1950 (custom-set-face, custom-changed-face, custom-saved-face)
1951 (custom-button-face, custom-button-pressed-face)
1952 (custom-documentation-face, custom-state-face)
1953 (custom-comment-face, custom-comment-tag-face)
1954 (custom-variable-tag-face, custom-variable-button-face)
1955 (custom-face-tag-face, custom-group-tag-face-1)
1956 (custom-group-tag-face): Remove obsolete face alias.
1957
1958 * epa.el (epa-validity-high, epa-validity-medium)
1959 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1960 (epa-field-name, epa-field-body):
1961 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1962 (font-lock-keyword-face, font-lock-builtin-face)
1963 (font-lock-function-name-face, font-lock-variable-name-face)
1964 (font-lock-type-face, font-lock-constant-face):
1965 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1966 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1967 * speedbar.el (speedbar-button-face, speedbar-file-face)
1968 (speedbar-directory-face, speedbar-tag-face)
1969 (speedbar-selected-face, speedbar-highlight-face)
1970 (speedbar-separator-face):
1971 * whitespace.el (whitespace-newline, whitespace-space)
1972 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1973 (whitespace-line, whitespace-space-before-tab)
1974 (whitespace-space-after-tab, whitespace-indentation)
1975 (whitespace-empty):
1976 * emulation/cua-base.el (cua-global-mark):
1977 * eshell/em-prompt.el (eshell-prompt):
1978 * net/newst-plainview.el (newsticker-new-item-face)
1979 (newsticker-old-item-face, newsticker-immortal-item-face)
1980 (newsticker-obsolete-item-face, newsticker-date-face)
1981 (newsticker-statistics-face, newsticker-default-face):
1982 * net/newst-reader.el (newsticker-feed-face)
1983 (newsticker-extra-face, newsticker-enclosure-face):
1984 * net/newst-treeview.el (newsticker-treeview-face)
1985 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1986 (newsticker-treeview-immortal-face)
1987 (newsticker-treeview-obsolete-face)
1988 (newsticker-treeview-selection-face):
1989 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1990 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1991 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1992 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1993 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1994 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1995 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1996 (mpuz-text):
1997 * progmodes/vera-mode.el (vera-font-lock-number)
1998 (vera-font-lock-function, vera-font-lock-interface):
1999 * textmodes/table.el (table-cell): Use new-style face specs, and
2000 don't use the old :bold and :italic attributes.
2001
2002 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2003 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2004 (ebrowse-member-class, ebrowse-progress): Likewise.
2005 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2006 (ebrowse-file-name-face, ebrowse-default-face)
2007 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2008 (ebrowse-progress-face): Remove obsolete faces.
2009
2010 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2011 Inherit from error and warning faces respectively.
2012
2013 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2014 Likewise.
2015 (flyspell-incorrect-face, flyspell-duplicate-face):
2016 Remove obsolete aliases.
2017
2018 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
2019
2020 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2021 Avoid infloop.
2022
2023 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * startup.el (argv, argi): Make lexically scoped.
2026 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2027 * emacs-lisp/cl-macs.el: Use lexical-binding.
2028 Rename cl-bind-* to cl--bind-*.
2029 * files.el: Don't require `cl' since it doesn't use it.
2030 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2031
2032 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2035 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2036 instead of calling external sort utility.
2037 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2038
2039 2012-06-08 Eli Zaretskii <eliz@gnu.org>
2040
2041 * descr-text.el (describe-char): Mention how to insert the
2042 character, if the current input method doesn't support it.
2043 See the discussion in this thread for the details:
2044 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2045
2046 2012-06-08 Sam Steingold <sds@gnu.org>
2047
2048 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2049 XF86Back to previous-buffer.
2050 (minibuffer-local-map): Bind them to next-history-element and
2051 previous-history-element respectively.
2052 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2053 help-go-back respectively.
2054 * info.el (Info-mode-map): Bind them to Info-history-forward and
2055 Info-history-back respectively.
2056 These are the keys next to Up on the ThinkPad keyboard.
2057
2058 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2061 * emacs-lisp/cl-macs.el: Provide itself.
2062 (cl--labels-convert-cache): New var.
2063 (cl--labels-convert): New function.
2064 (cl-flet, cl-labels): New implementation with new semantics, relying on
2065 lexical-binding.
2066 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2067 (cl-closure-vars, cl--function-convert-cache)
2068 (cl--function-convert): Move from cl-macs.el.
2069 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2070 rename by removing the "cl-" prefix.
2071 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2072
2073 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2076 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2077 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2078 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2079 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2080 (cl-hash-table-count): Add old compatibility aliases.
2081
2082 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2083 Use macroexpand-all-environment instead.
2084 (cl--old-macroexpand): New var.
2085 (cl--sm-macroexpand): New function.
2086 (cl-symbol-macrolet): Use it during macro expansion.
2087 (cl--function-convert-cache): New var.
2088 (cl--function-convert): New function, extracted from
2089 cl-macroexpand-all.
2090 (cl-lexical-let): Use it.
2091
2092 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2093 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2094 (cl-member): Remove old alias.
2095
2096 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2097 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2098 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2099 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2100 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2101 (cl-macroexpand-cmacs): Remove var.
2102 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2103 Use macroexpand-all instead.
2104
2105 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2108 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2109 (macroexp-copyable-p): New functions and macros.
2110 * emacs-lisp/edebug.el (edebug-unwrap):
2111 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2112 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2113 (pcase--let*): Remove.
2114 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2115 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2116 macroexp-const-p instead.
2117 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2118
2119 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2120 instead of "cl-" for internal definitions. Use macroexp-const-p.
2121 (cl-old-bc-file-form): Remove var.
2122 (cl-const-exprs-p): Remove fun.
2123 (cl-labels, cl-macrolet): Use backquote.
2124 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2125 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2126 (cl-define-setf-expander): Rename from cl-define-setf-method.
2127 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2128
2129 * international/mule-cmds.el: Don't require CL.
2130 (view-hello-file): Don't use `letf'.
2131
2132 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * tmm.el (tmm-prompt): Use string-prefix-p.
2135 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2136 (tmm-add-prompt): Use minibuffer-completion-help.
2137 (tmm-delete-map): Remove.
2138
2139 * subr.el (kbd): Make it its own function.
2140
2141 2012-06-07 Stefan Merten <smerten@oekonux.de>
2142
2143 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2144 Silence compiler warnings. Fix versions.
2145 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
2146 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
2147 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
2148 (rst-package-emacs-version-alist): Correct Emacs version to
2149 represent major merge with upstream.
2150 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
2151
2152 2012-06-06 Glenn Morris <rgm@gnu.org>
2153
2154 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2155 Only print environment variables if set.
2156
2157 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2160 (macroexp--cons): Rename from maybe-cons.
2161 (macroexp--accumulate): Rename from macroexp-accumulate.
2162 (macroexp--all-forms): Rename from macroexpand-all-forms.
2163 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2164 (macroexp--expand-all): Rename from macroexpand-all-1.
2165
2166 2012-06-06 Sam Steingold <sds@gnu.org>
2167
2168 * calendar/calendar.el (calendar-in-read-only-buffer):
2169 Call `special-mode' to enable the standard read-only keybindings.
2170
2171 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2174 with "loading" messages (bug#11635).
2175
2176 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * files.el (enable-remote-dir-locals): New option.
2179 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2180
2181 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2182 Ensure, that the temp directory is local.
2183
2184 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2185 `temporary-file-directory'.
2186
2187 * progmodes/python.el (python-send-region): Ensure, that the
2188 temporary file is created also in the remote case.
2189
2190 2012-06-06 Glenn Morris <rgm@gnu.org>
2191
2192 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2193 (vc-rcs-update-changelog): Use it.
2194
2195 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
2196
2197 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2198 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2199 (vc-sccs-diff): Replace use of the external vcdiff script.
2200
2201 2012-06-05 Glenn Morris <rgm@gnu.org>
2202
2203 * ledit.el: Move to obsolete/.
2204
2205 2012-06-05 Sam Steingold <sds@gnu.org>
2206
2207 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
2208 patch (Bug#11140).
2209
2210 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * emacs-lisp/cust-print.el: Move to obsolete.
2213
2214 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2215 compiler-macro expansion.
2216
2217 Add native compiler-macro support.
2218 * emacs-lisp/macroexp.el (macroexpand-all-1):
2219 Support compiler-macros directly. Properly follow aliases and apply
2220 the compiler macros more thoroughly.
2221 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2222 macroexpand now properly follows aliases.
2223 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2224 (cl-compiler-macroexpand): Use new prop.
2225 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2226
2227 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2228
2229 2012-06-05 Martin Rudalics <rudalics@gmx.at>
2230
2231 * window.el (get-lru-window, get-mru-window, get-largest-window):
2232 New argument NOT-SELECTED to avoid picking the selected window.
2233 (window--display-buffer-1, window--display-buffer-2): Replace by
2234 new function window--display-buffer
2235 (display-buffer-same-window, display-buffer-reuse-window)
2236 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2237 Use window--display-buffer.
2238 (display-buffer-use-some-window): Remove temporary dedication
2239 hack by calling get-lru-window and get-largest-window with
2240 NOT-SELECTED argument non-nil. Call window--display-buffer.
2241
2242 2012-06-05 Glenn Morris <rgm@gnu.org>
2243
2244 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2245 Replace external vcdiff script.
2246
2247 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2250
2251 2012-06-04 Chong Yidong <cyd@gnu.org>
2252
2253 * image.el (imagemagick-types-inhibit): Revert last change.
2254 Add INFO and M.
2255 (imagemagick-enabled-types): Remove CIN and EPS*.
2256
2257 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * emacs-lisp/cl-lib.el: Rename from cl.el.
2260 * emacs-lisp/cl.el: New compatibility file.
2261 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2262 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2263 to obey the "cl-" prefix.
2264 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2265
2266 2012-06-03 Glenn Morris <rgm@gnu.org>
2267
2268 * emacs-lisp/authors.el (authors-aliases): Addition.
2269
2270 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2271 Fix :version.
2272
2273 2012-06-03 Stefan Merten <smerten@oekonux.de>
2274
2275 * textmodes/rst.el: Add comments.
2276 (rst-transition, rst-adornment): New faces.
2277 (rst-adornment-faces-alist): Make default safe to reevaluate.
2278 Fixes
2279 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2280 Improve customization tags.
2281 (rst-define-level-faces): Clarify meaning.
2282
2283 2012-06-03 Chong Yidong <cyd@gnu.org>
2284
2285 * progmodes/compile.el (compilation-mode-line-fail)
2286 (compilation-mode-line-run, compilation-mode-line-exit):
2287 New faces.
2288 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2289
2290 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2291
2292 * progmodes/which-func.el (which-func-update-ediff-windows):
2293 New function. Use it in ediff-select-hook (Bug#11478).
2294
2295 2012-06-03 Chong Yidong <cyd@gnu.org>
2296
2297 * bindings.el: Remove explicit help text from format-mode-line.
2298 It is now supplied by mode-line-default-help-echo.
2299 (mode-line-front-space, mode-line-end-spaces)
2300 (mode-line-misc-info): New variables.
2301 (mode-line-modes, mode-line-position): Move the default value to
2302 the variable definition.
2303 (mode-line-default-help-echo): New defcustom.
2304 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2305 (mode-line-modified-help-echo): New functions.
2306 (mode-line-mule-info, mode-line-modified): Use them.
2307 (mode-line-eol-desc, propertized-buffer-identification):
2308 Consistency fixes for help text.
2309 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2310 set-buffer-file-coding-system (Bug#289).
2311 (mode-line-mule-info-help-echo): Update help text.
2312
2313 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * simple.el (execute-extended-command): Set real-this-command
2316 (bug#11506).
2317
2318 2012-06-02 Chong Yidong <cyd@gnu.org>
2319
2320 Remove incorrect uses of "modeline" in comments, docstrings, and
2321 function/variable names (Bug#10329).
2322
2323 * cus-edit.el (mode-line):
2324 * dframe.el (dframe-mouse-hscroll):
2325 * emacs-lisp/re-builder.el:
2326 * emacs-lisp/easy-mmode.el (define-minor-mode):
2327 * frame.el (set-frame-name):
2328 * help.el (lookup-minor-mode-from-indicator):
2329 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2330 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2331 (c-toggle-hungry-state):
2332 * progmodes/antlr-mode.el (antlr-language-alist):
2333 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2334 * progmodes/vhdl-mode.el (vhdl-mode):
2335 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2336 * term/ns-win.el (ns-face-at-pos):
2337 * term/sup-mouse.el (sup-mouse-report):
2338 * textmodes/flyspell.el (flyspell-mode-line-string):
2339 * textmodes/ispell.el (ispell-highlight-face):
2340 * textmodes/reftex-global.el:
2341 * vc/vc-arch.el (vc-arch-mode-line-string):
2342 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2343 * vc/vc-git.el (vc-git-mode-line-string):
2344 * vc/vc-hooks.el (vc-display-status)
2345 (vc-default-mode-line-string):
2346 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2347
2348 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2349
2350 * dired.el (dired-sort-set-mode-line): Rename from
2351 dired-sort-set-modeline. All callers changed.
2352
2353 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2354 eshell-status-in-modeline.
2355
2356 * foldout.el (foldout-mode-line-string): Rename from
2357 foldout-modeline-string. All callers changed.
2358 (foldout-update-mode-line): Rename from foldout-update-modeline.
2359
2360 * subr.el (redraw-modeline): Make into obsolete alias.
2361
2362 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2363 timeclock-modeline-display. Make old name an alias.
2364 (timeclock-update-mode-line): Likewise. All callers changed.
2365 (timeclock-mode-line-display): No need to check before using
2366 add-hook.
2367 (timeclock-relative, timeclock-day-over-hook)
2368 (timeclock-use-elapsed, timeclock-mode-string)
2369 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2370
2371 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2372 crisp-mode-modeline-string.
2373
2374 * play/solitaire.el (solitaire-build-mode-line): Rename from
2375 solitaire-build-modeline. All callers changed.
2376
2377 * play/zone.el (zone-hiding-mode-line): Rename from
2378 zone-hiding-modeline. All callers changed.
2379 (zone): Remove unusued `modeline-hidden-level' property.
2380
2381 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2382 xscheme-modeline-initialize. All callers changed.
2383
2384 * strokes.el (strokes-lighter): Rename from
2385 strokes-modeline-string.
2386
2387 * textmodes/sgml-mode.el (html-face-tag-alist)
2388 (html-tag-face-alist): Use mode-line face instead of obsolete
2389 alias modeline.
2390
2391 2012-06-02 Stefan Merten <smerten@oekonux.de>
2392
2393 * textmodes/rst.el: Always require `cl'.
2394 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2395
2396 2012-06-02 Chong Yidong <cyd@gnu.org>
2397
2398 * image.el (imagemagick-enabled-types): Rename from
2399 imagemagick-types-enable. Add many more types.
2400 (imagemagick-types-inhibit): Change default to nil.
2401 (imagemagick-filter-types): Caller changed.
2402
2403 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * emacs-lisp/cl-macs.el: Use backquotes.
2406 (cl-transform-function-property): Use eval-and-compile rather than
2407 abusing `require'.
2408 (defstruct): Use declare-function instead of with-no-warnings.
2409
2410 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2411 (byte-compile-output-docform): Re-add the print-circle bindings.
2412 (byte-compile-fix-header): Use #$ just because it's shorter.
2413 (byte-compile-output-file-form): Remove defun/defmacro.
2414
2415 2012-06-01 Martin Rudalics <rudalics@gmx.at>
2416
2417 * simple.el (choose-completion): Remove now obsolete binding for
2418 owindow.
2419
2420 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
2421
2422 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2423 in order to avoid "Stack overflow in regexp matcher".
2424
2425 2012-05-31 Glenn Morris <rgm@gnu.org>
2426
2427 * image.el: For clarity, call imagemagick-register-types at
2428 top-level, rather than relying on a custom :initialize.
2429 (imagemagick-types-enable): New option. (Bug#11557)
2430 (imagemagick-filter-types): New function. (Bug#7406)
2431 (imagemagick-register-types): Use imagemagick-filter-types.
2432 If disabling support, remove elements altogether rather
2433 than using an impossible regexp.
2434 (imagemagick-types-inhibit): Give it the default init function.
2435
2436 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2439 Handle arbitrary file name lengths (Bug#11585).
2440
2441 2012-05-31 Martin Rudalics <rudalics@gmx.at>
2442
2443 * desktop.el (desktop-read): Clear previous and next buffers for
2444 all windows and bury *Messages* buffer (bug#11556).
2445
2446 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2447
2448 Add `declare' for `defun'. Align `defmacro's with it.
2449 * emacs-lisp/easy-mmode.el (define-minor-mode)
2450 (define-globalized-minor-mode): Don't autoload the var definitions.
2451 * emacs-lisp/byte-run.el: Use lexical-binding.
2452 (defun-declarations-alist, macro-declarations-alist): New vars.
2453 (defmacro, defun): Use them.
2454 (make-obsolete, define-obsolete-function-alias)
2455 (make-obsolete-variable, define-obsolete-variable-alias):
2456 Use `declare'.
2457 (macro-declaration-function): Mark obsolete.
2458 * emacs-lisp/autoload.el: Use lexical-binding.
2459 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2460
2461 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2462
2463 * textmodes/ispell.el (ispell-with-no-warnings):
2464 Define as a macro.
2465 (ispell-kill-ispell, ispell-change-dictionary):
2466 Use `called-interactively-p' for Emacs instead of obsolete
2467 `interactive-p'.
2468
2469 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2472 (macro-declaration-function): Move var from C code.
2473 (macro-declaration-function): Define function with defalias.
2474 * emacs-lisp/macroexp.el (macroexpand-all-1):
2475 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2476 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2477 defun/defmacro any more.
2478 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2479 Provide fallback for unknown arglist.
2480 (byte-compile-arglist-warn): Change calling convention.
2481 (byte-compile-output-file-form): Move print-vars binding.
2482 (byte-compile-output-docform): Simplify accordingly.
2483 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2484 (byte-compile-defmacro-declaration): Remove.
2485 (byte-compile-file-form-defmumble): Generalize to defalias.
2486 (byte-compile-output-as-comment): Return byte-positions.
2487 Simplify callers accordingly.
2488 (byte-compile-lambda): Use `assert'.
2489 (byte-compile-defun, byte-compile-defmacro): Remove.
2490 (byte-compile-file-form-defalias):
2491 Use byte-compile-file-form-defmumble.
2492 (byte-compile-defalias-warn): Remove.
2493
2494 2012-05-29 Stefan Merten <smerten@oekonux.de>
2495
2496 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2497 possible. Fix authors. Improve comments. Improve loading of `cl'.
2498
2499 (rst-mode-abbrev-table): Merge definition.
2500 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2501 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2502
2503 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2504
2505 * calendar/icalendar.el
2506 (icalendar-export-region): Export UID properly.
2507
2508 2012-05-29 Leo Liu <sdl.web@gmail.com>
2509 * calendar/icalendar.el (icalendar-import-format):
2510 Add `icalendar-import-format-uid' (Bug#11525).
2511 (icalendar-import-format-uid): New.
2512 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2513 Export UID.
2514
2515 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2518 different alternative patterns.
2519 (pcase-codegen): Be more careful to preserve identity.
2520 (pcase--u1): Don't forget to mark vars as used.
2521
2522 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2523 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2524 (byte-compile-from-buffer): ...rather than here.
2525
2526 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2527 functions from byte-compile-function-environment.
2528
2529 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
2530
2531 * window.el (window-deletable-p): Avoid deleting the root window
2532 of a frame with an active minibuffer.
2533
2534 2012-05-29 Martin Rudalics <rudalics@gmx.at>
2535
2536 * simple.el (choose-completion): Use quit-window (Bug#11567).
2537
2538 2012-05-29 Chong Yidong <cyd@gnu.org>
2539
2540 * whitespace.el (whitespace-cleanup): Fix usage of
2541 whitespace-empty-at-bob-regexp (Bug#11492).
2542
2543 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2544
2545 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2546 revert (Bug#11488).
2547
2548 2012-05-29 Juri Linkov <juri@jurta.org>
2549
2550 * isearch.el (isearch-mode-map): Bind `M-s _' to
2551 `isearch-toggle-symbol'. Bind `M-s c' to
2552 `isearch-toggle-case-fold'.
2553 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2554 (isearch-forward): Add `M-s _' to the docstring.
2555 (isearch-forward-symbol, isearch-toggle-case-fold)
2556 (isearch-symbol-regexp): New functions. (Bug#11381)
2557
2558 2012-05-29 Juri Linkov <juri@jurta.org>
2559
2560 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2561 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2562 a function, call it to get the regexp.
2563 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2564 property `isearch-message-prefix' instead of the string "word ".
2565 (isearch-search-fun-default): For the case of `isearch-word',
2566 return a lambda that calls re-search-forward/re-search-backward
2567 with a regexp returned by `word-search-regexp' or by the function
2568 in `isearch-word'.
2569
2570 2012-05-29 Juri Linkov <juri@jurta.org>
2571
2572 * isearch.el (isearch-search-fun-default): New function.
2573 (isearch-search-fun): Move default part to the new function
2574 `isearch-search-fun-default'.
2575 (isearch-search-fun-function): Set the default value to
2576 `isearch-search-fun-default'. (Bug#11381)
2577
2578 * comint.el (comint-history-isearch-end):
2579 Use `isearch-search-fun-default'.
2580 (comint-history-isearch-search): Use `isearch-search-fun-default'
2581 and remove spacial case for `isearch-word'.
2582 (comint-history-isearch-wrap): Remove spacial case for
2583 `isearch-word'.
2584
2585 * hexl.el (hexl-isearch-search-function):
2586 Use `isearch-search-fun-default'.
2587
2588 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2589 Use `word-search-regexp' for `isearch-word'.
2590
2591 * misearch.el (multi-isearch-search-fun):
2592 Use `isearch-search-fun-default'.
2593
2594 * simple.el (minibuffer-history-isearch-search):
2595 Use `isearch-search-fun-default' and remove spacial case for
2596 `isearch-word'.
2597 (minibuffer-history-isearch-wrap): Remove spacial case for
2598 `isearch-word'.
2599
2600 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2601 Remove spacial case for `isearch-word'.
2602 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2603
2604 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2605
2606 Decrease XEmacs incompatibilities.
2607 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2608 Use `string-match'.
2609 (flyspell-delete-region-overlays): Use alternative definition for
2610 XEmacs.
2611 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2612 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2613 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2614 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2615 `define-obsolete-face-alias' under XEmacs, but old method.
2616
2617 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2618 `with-no-warnings' definition or Emacs alias.
2619 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2620 (ispell-word): Do not use `region-p' if XEmacs.
2621
2622 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2623
2624 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2625 Check for `ispell-dictionary-base-alist' instead of full
2626 `ispell-dictionary-alist'.
2627 (ispell-init-process): Show spellchecker when starting new Ispell
2628 process.
2629
2630 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2633 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2634
2635 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * version.el (motif-version-string, gtk-version-string)
2638 (ns-version-string): Declare.
2639
2640 2012-05-27 Juri Linkov <juri@jurta.org>
2641
2642 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2643 after the `eval-defun-1' specialcaseing
2644 like in `edebug-eval-defun' (bug#10181).
2645
2646 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2647 like in `eval-defun-1'.
2648
2649 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2650
2651 * mail/sendmail.el (mail-yank-region):
2652 Recognize rmail-yank-current-message in addition to insert-buffer.
2653 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2654 a *mail* buffer created through rmail-start-mail with sendmail as
2655 mail-user-agent.
2656
2657 2012-05-27 Chong Yidong <cyd@gnu.org>
2658
2659 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2660 Default to 256 (Bug#11267).
2661
2662 * help.el (describe-mode): Doc fix.
2663
2664 2012-05-26 Glenn Morris <rgm@gnu.org>
2665
2666 * w32-fns.el (w32-init-info): Remove.
2667 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2668
2669 * info.el (info-initialize): For self-contained NS builds, put the
2670 included info/ directory at the front. (Bug#2791)
2671
2672 * paths.el (Info-default-directory-list): Make it a defcustom,
2673 mainly so that we can use custom-initialize-delay.
2674
2675 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * subr.el (buffer-has-markers-at): Mark obsolete.
2678
2679 * subr.el (lambda): Use declare.
2680
2681 * emacs-lisp/lisp-mode.el (lambda):
2682 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2683
2684 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2685
2686 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2687
2688 2012-05-26 Glenn Morris <rgm@gnu.org>
2689
2690 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2691
2692 2012-05-25 Glenn Morris <rgm@gnu.org>
2693
2694 * paths.el: Remove no-byte-compile.
2695 * loadup.el: No need to load paths.el uncompiled.
2696
2697 * image.el (imagemagick-types-inhibit): Doc fix.
2698
2699 * version.el: Remove no-byte-compile and associated formatting.
2700 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2701 is ancient code from when there was an "inc-vers.el".
2702
2703 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * progmodes/gdb-mi.el: Minor style changes.
2706 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2707 Turn into minor modes.
2708 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2709 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2710 (gdb-shell): Remove unneeded let-binding.
2711 (gdb-get-many-fields): Eliminate O(n²) behavior.
2712
2713 2012-05-25 Eli Zaretskii <eliz@gnu.org>
2714
2715 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2716 platforms that don't link in fontset.c.
2717
2718 2012-05-25 Juri Linkov <juri@jurta.org>
2719
2720 Use the same diff color scheme as in modern VCSes (bug#10181).
2721
2722 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2723 to avoid confusion with `diff-added' that now uses green colors.
2724 (diff-removed): Use shades of red.
2725 (diff-added): Use shades of green.
2726 (diff-changed): Leave just the yellow color.
2727 (diff-use-changed-face): New variable.
2728 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2729 how to highlight context diff changes.
2730 (diff-refine-change): Use shades of yellow.
2731 (diff-refine-removed): New face that uses shades of red.
2732 (diff-refine-added): New face that uses shades of green.
2733 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2734 `diff-refine-removed' in the call to `smerge-refine-subst'
2735 depending on the value of `diff-use-changed-face'.
2736
2737 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2738 (smerge-other): Use shades of green.
2739 (smerge-base): Use shades of yellow.
2740 (smerge-refined-change): Empty face.
2741 (smerge-refined-removed): New face that uses shades of red.
2742 (smerge-refined-added): New face that uses shades of green.
2743 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2744 args `props-r' and `props-a', and use them. Doc fix.
2745 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2746 on its value use different faces `smerge-refined-change',
2747 `smerge-refined-removed', `smerge-refined-added' in the call to
2748 `smerge-refine-subst'.
2749
2750 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2751 Add face condition `min-colors 88' with shades of red.
2752 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2753 `min-colors 88' with shades of green.
2754 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2755 `min-colors 88' with shades of yellow.
2756
2757 2012-05-24 Glenn Morris <rgm@gnu.org>
2758
2759 * paths.el (prune-directory-list, remote-shell-program): Move to...
2760 * files.el (prune-directory-list, remote-shell-program): ...here.
2761 For the latter, delay initialization, prefer ssh, just search PATH.
2762
2763 * paths.el (term-file-prefix): Move to faces.el (the only user).
2764 * faces.el (term-file-prefix): Move here, make it a defcustom.
2765
2766 * paths.el (news-directory, news-path, news-inews-program):
2767 Move to gnus/nnspool.el.
2768
2769 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2770
2771 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2772 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2773 Make the latter a defcustom, with a delayed initialization.
2774
2775 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2776 These were deleted from Gnus itself late 2010.
2777
2778 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * progmodes/which-func.el (which-func-ff-hook):
2781 Check against user-error, not error.
2782
2783 * emacs-lisp/edebug.el (top): Do not load or set up loading of
2784 cl-specs.el, which no longer exists.
2785
2786 2012-05-22 Glenn Morris <rgm@gnu.org>
2787
2788 * info.el (info-emacs-bug): New command.
2789 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2790 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2791
2792 2012-05-21 Glenn Morris <rgm@gnu.org>
2793
2794 * makefile.w32-in (update-subdirs-SH):
2795 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2796
2797 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2800
2801 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2802 Simplify Maven regexp, and make sure the file can't start with a space
2803 (bug#11517).
2804
2805 2012-05-21 Glenn Morris <rgm@gnu.org>
2806
2807 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2808 Scrap superfluous subshells.
2809
2810 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2813 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2814
2815 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2816
2817 * calc/calc.el (calc-ensure-consistent-units): New variable.
2818
2819 * calc/calc-units.el (math-consistent-units-p)
2820 (math-check-unit-consistency): New functions.
2821 (calc-quick-units, calc-convert-units):
2822 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2823 is non-nil.
2824 (calc-extract-units): Fix typo.
2825
2826 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2829
2830 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2831 (flyspell-default-deplacement-commands): Don't spell check after
2832 repeated window/frame switches (e.g. triggered by mouse-movement).
2833 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2834 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2835 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2836 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2837 Remove unused vars.
2838 (flyspell-get-casechars, flyspell-get-not-casechars):
2839 Simplify; Don't bother removing a ] just to add it back.
2840 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2841
2842 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2843
2844 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2845 New functions.
2846 (math-function-table): Add support for more C functions.
2847
2848 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2849
2850 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2851 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2852 Protect delay handling for otherchars against empty otherchars.
2853
2854 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2857 their respective macro declarations.
2858 * skeleton.el (define-skeleton):
2859 * progmodes/compile.el (define-compilation-mode):
2860 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2861 (define-ibuffer-filter):
2862 * emacs-lisp/generic.el (define-generic-mode):
2863 * emacs-lisp/easy-mmode.el (define-minor-mode)
2864 (define-globalized-minor-mode):
2865 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2866 * emacs-lisp/byte-run.el (defsubst):
2867 * custom.el (deftheme): Add doc-string metadata.
2868
2869 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2872
2873 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2876
2877 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2878 * emacs-lisp/cl-macs.el: Idem.
2879 * emacs-lisp/cl-specs.el: Remove.
2880
2881 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 Minor renaming of internal CL functions and variables.
2884 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2885 (cl--position): Rename from cl-position.
2886 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2887 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2888 (cl--random-state): Rename from *random-state*.
2889
2890 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2893 parens around the arg list (bug#11499).
2894
2895 2012-05-17 Juri Linkov <juri@jurta.org>
2896
2897 * isearch.el (word-search-regexp, word-search-backward)
2898 (word-search-forward, word-search-backward-lax)
2899 (word-search-forward-lax): Move functions from search.c
2900 (bug#10145, bug#11381).
2901
2902 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2903
2904 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2905 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2906 Delay for otherchars as for normal word components.
2907
2908 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * minibuffer.el (completion--sifn-requote): Fix last change.
2911 (minibuffer-local-must-match-filename-map):
2912 Move define-obsolete-variable-alias before its var.
2913
2914 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2917
2918 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2919 behavior.
2920 (completion--string-equal-p): New function.
2921 (completion--twq-all): Use it to get better assertion failure data.
2922
2923 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2924 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2925 (shell--requote-argument): New functions.
2926 (shell-completion-vars): Use them.
2927 (shell--parse-pcomplete-arguments): Rename from
2928 shell-parse-pcomplete-arguments.
2929 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2930 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2931 Obey comint-file-name-quote-list.
2932
2933 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2934 (smie-indent-keyword): Use it.
2935
2936 2012-05-14 Stefan Merten <smerten@oekonux.de>
2937
2938 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2939
2940 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * net/rlogin.el (rlogin-mode-map): Fix last change.
2943
2944 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2945
2946 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2947 the following \r\n using a single `process-send-string', since the
2948 Lotus SMTP server refuses to accept any commands if they are sent
2949 with two `process-send-string's (Bug#11444).
2950
2951 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * shell.el (shell-parse-pcomplete-arguments):
2954 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2955
2956 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2957
2958 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2959 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2960 (image-transform-width, image-transform-fit-width): New functions.
2961 (image-transform-properties): Use them.
2962 (image-transform-check-size): New function.
2963 (image-toggle-display-image): Use it (for testing).
2964 (image-transform-set-rotation): Reduce angle mod 360.
2965 Delete obsolete comment.
2966
2967 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2968
2969 * image-mode.el: Fix scaling (bug#11399).
2970 (image-transform-resize): Doc fix.
2971 (image-transform-properties): Default scale is 1 and height should
2972 be an integer.
2973
2974 2012-05-13 Johan Bockgård <bojohan@gnu.org>
2975
2976 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2977 than hard-coding `car', to fix misbehavior when moving forward.
2978
2979 2012-05-13 Chong Yidong <cyd@gnu.org>
2980
2981 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2982 (tabulated-list-entries, tabulated-list-padding)
2983 (tabulated-list-sort-key): Make permanent-local.
2984
2985 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2986 (electric-buffer-list): Put electric buffer menu
2987 command descriptions in this docstring, instead of the docstring
2988 of electric-buffer-menu-mode. Code cleanups.
2989 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2990 Electric-buffer-menu-mode.
2991 (electric-buffer-update-highlight): Minor code cleanup.
2992
2993 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2996 (Bug#11447)
2997
2998 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 Move define-obsolete-variable-alias before the var's definition.
3001 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3002 * tooltip.el (tooltip-hook):
3003 * textmodes/reftex-toc.el (reftex-toc-map):
3004 * textmodes/reftex-sel.el (reftex-select-label-map)
3005 (reftex-select-bib-map):
3006 * textmodes/reftex-index.el (reftex-index-map)
3007 (reftex-index-phrases-map):
3008 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3009 * progmodes/meta-mode.el (meta-mode-map):
3010 * novice.el (disabled-command-hook):
3011 * loadhist.el (unload-hook-features-list):
3012 * frame.el (blink-cursor):
3013 * files.el (find-file-not-found-hooks, write-file-hooks)
3014 (write-contents-hooks):
3015 * emulation/tpu-edt.el (GOLD-map):
3016 * emacs-lock.el (emacs-lock-from-exiting):
3017 * emacs-lisp/generic.el (generic-font-lock-defaults):
3018 * emacs-lisp/chart.el (chart-map):
3019 * dos-fns.el (register-name-alist):
3020 * dired-x.el (dired-omit-files-p):
3021 * desktop.el (desktop-enable):
3022 * cus-edit.el (custom-mode-hook):
3023 * buff-menu.el (buffer-menu-mode-hook):
3024 * bookmark.el (bookmark-read-annotation-text-func)
3025 (bookmark-exit-hooks):
3026 * allout.el (allout-mode-deactivate-hook)
3027 (allout-exposure-change-hook, allout-structure-added-hook)
3028 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3029 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3030 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3031 comes before the corresponding variable's definition.
3032
3033 2012-05-12 Chong Yidong <cyd@gnu.org>
3034
3035 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
3036 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3037 (Buffer-menu-mode-map): Bind it.
3038 (Buffer-menu--pretty-name): Add a mouse-face property.
3039
3040 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3043 (prolog-upper-case-string, prolog-lower-case-string)
3044 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3045 (prolog-use-smie, prolog-smie-grammar): New vars.
3046 (prolog-smie-forward-token, prolog-smie-backward-token)
3047 (prolog-smie-rules): New funs.
3048 (prolog-comment-indent): Remove.
3049 (prolog-mode-variables): Use default comment indentation instead.
3050 Setup SMIE.
3051 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3052 (prolog-mode): Don't call them any more.
3053 (prolog-electric-colon, prolog-electric-dash)
3054 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3055
3056 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3057
3058 * minibuffer.el (completion--twq-all): Again, allow case differences.
3059
3060 * term.el: Move keymap initialization code to be more idiomatic.
3061 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3062 (term-terminal-menu): Move initialization into declaration.
3063 (term-escape-char): Let the user set it in her .emacs.
3064
3065 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3066 Provide SMIE-based indentation (not enabled by default yet).
3067 (sh-mode-map): Don't bind electric keys.
3068 Use electric-pair-mode instead of skeleton-pair.
3069 (sh-assignment-regexp): Fit within 80 columns.
3070 (sh-indent-supported): Specify actual shell name instead of boolean.
3071 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3072 (sh-maybe-here-document): Use it. Make obsolete.
3073 (sh-electric-here-document-mode) New minor mode.
3074 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3075 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3076 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3077 (sh-smie-rc-grammar, sh-use-smie): New vars.
3078 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3079 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3080 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3081 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3082 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3083 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3084 (sh-set-shell): Use smie-setup if requested.
3085
3086 * term.el (term-set-escape-char): Properly set term-escape-char.
3087 See http://stackoverflow.com/questions/10524656.
3088
3089 2012-05-10 Chong Yidong <cyd@gnu.org>
3090
3091 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3092 Use url-generic-parse-url, and handle host names and Windows
3093 filenames properly.
3094 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3095 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3096 URL schemes to work on.
3097 (ffap--toggle-read-only): New function.
3098 (ffap-read-only, ffap-read-only-other-window)
3099 (ffap-read-only-other-frame): Use it.
3100 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3101 necessary for ffap-url-unwrap-remote.
3102
3103 2012-05-10 Dave Abrahams <dave@boostpro.com>
3104
3105 * cus-start.el (create-lockfiles): Add it.
3106
3107 2012-05-09 Chong Yidong <cyd@gnu.org>
3108
3109 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3110 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3111
3112 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3115
3116 2012-05-09 Chong Yidong <cyd@gnu.org>
3117
3118 * ansi-color.el (ansi-color-process-output): Check for validity of
3119 comint-last-output-start before using it. This avoids a bad
3120 interaction with gdb-mi's input/output buffer.
3121
3122 2012-05-09 Glenn Morris <rgm@gnu.org>
3123
3124 * files.el (dir-locals-read-from-file):
3125 Mention dir-locals in any error message.
3126
3127 2012-05-09 Chong Yidong <cyd@gnu.org>
3128
3129 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3130 package (Bug#11410).
3131
3132 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3133 variables into description.
3134
3135 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3138 shell-delimiter-argument-list (bug#11348).
3139 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3140
3141 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * textmodes/rst.el: Silence byte-compiler warnings.
3144 (rst-re-alist, rst-reset-section-caches): Move around.
3145 (rst-re): Use `characterp', not `char-valid-p'.
3146 (font-lock-beg, font-lock-end): Declare.
3147
3148 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3149 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3150
3151 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3152
3153 2012-05-08 Glenn Morris <rgm@gnu.org>
3154
3155 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3156
3157 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * vc/log-edit.el: Add GNU coding standards highlighting.
3160 (log-edit-font-lock-gnu-style)
3161 (log-edit-font-lock-gnu-keywords): New vars.
3162 (log-edit-font-lock-keywords): New fun.
3163 (log-edit-mode): Don't fold case in font-lock.
3164 (log-edit-font-lock-keywords): Do not assume case-folding.
3165
3166 * imenu.el: Misc cleanup. Make docstrings out of comments.
3167 Use lexical-binding.
3168 (imenu--index-alist, imenu--last-menubar-index-alist)
3169 (imenu-menubar-modified-tick): Use defvar-local.
3170 (imenu--split-menu): Remove unused var.
3171 (imenu--cleanup-seen): Declare as global.
3172 (imenu--cleanup): Use dolist.
3173
3174 * subr.el (defvar-local): Add debug spec and doc-string position.
3175
3176 2012-05-08 Glenn Morris <rgm@gnu.org>
3177
3178 * language/burmese.el, language/cham.el, language/czech.el:
3179 * language/english.el, language/georgian.el, language/greek.el:
3180 * language/japanese.el, language/khmer.el, language/korean.el:
3181 * language/lao.el, language/misc-lang.el, language/romanian.el:
3182 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3183 * language/thai.el, language/utf-8-lang.el:
3184 Remove no-byte-compile setting.
3185
3186 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3187
3188 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3189
3190 * progmodes/make-mode.el (makefile-browse):
3191 Remove unnecessary interactive. (Bug#11324)
3192
3193 2012-05-07 Glenn Morris <rgm@gnu.org>
3194
3195 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3196
3197 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3198
3199 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * loadup.el: Preload newcomment.el.
3202 * newcomment.el: Move autoload-only code to toplevel.
3203
3204 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3205 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3206 Handle new :right-align column property.
3207 (tabulated-list-print-col): Idem, plus use `display' text-property to
3208 try and preserve alignment for variable pitch fonts.
3209
3210 2012-05-07 Chong Yidong <cyd@gnu.org>
3211
3212 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3213 (tabulated-list-use-header-line): New var.
3214 (tabulated-list-init-header): Use it.
3215 (tabulated-list-print-fake-header): New function.
3216 (tabulated-list-print): Use it.
3217 (tabulated-list-sort-button-map): Add non-header-line commands.
3218 (tabulated-list-init-header): Add column name property to basic
3219 labels as well.
3220 (tabulated-list-col-sort): Handle non-header-line button case.
3221 (tabulated-list--sort-by-column-name): Fix a corner case.
3222
3223 * buff-menu.el (list-buffers--refresh):
3224 Handle Buffer-menu-use-header-line.
3225
3226 2012-05-06 Chong Yidong <cyd@gnu.org>
3227
3228 * buff-menu.el: Convert to Tabulated List mode.
3229 (Buffer-menu-buffer+size-width): Make obsolete.
3230 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3231 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3232 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3233 documentation into docstring of buffer-menu.
3234 (Buffer-menu-toggle-files-only): Add an informative message.
3235 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3236 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3237 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3238 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3239 (Buffer-menu-execute, Buffer-menu-select)
3240 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3241 (Buffer-menu-bury): Use Tabulated List machinery.
3242 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3243 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
3244 Delete.
3245 (list-buffers--refresh): New function.
3246 (list-buffers-noselect): Use it.
3247 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3248 (Buffer-menu--pretty-file-name): New helper functions.
3249
3250 * loadup.el: Preload tabulated-list.
3251
3252 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3253 tabulated-list-sort-column.
3254 (tabulated-list-init-header): Add the initial aligning space even
3255 if tabulated-list-padding is zero.
3256
3257 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3258
3259 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3260 whose cdr is not a cons cell correctly (bug#11038).
3261
3262 2012-05-06 Chong Yidong <cyd@gnu.org>
3263
3264 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3265 Accept additional plist in column descriptors.
3266 (tabulated-list-init-header): Obey it.
3267 (tabulated-list-get-entry): New function.
3268 (tabulated-list-put-tag): Use it. Use string-width instead of
3269 length.
3270 (tabulated-list--column-number): New function.
3271 (tabulated-list-print): Use it.
3272 (tabulated-list-print-col): New function.
3273 Set `tabulated-list-column-name' property on each column's text.
3274 (tabulated-list-print-entry): Use it.
3275 (tabulated-list-delete-entry, tabulated-list-set-col):
3276 New functions.
3277 (tabulated-list-sort-column): New command (Bug#11337).
3278
3279 * buff-menu.el (list-buffers): Move C-x C-b binding from
3280 buff-menu.el to bindings.el.
3281
3282 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3283 :advertised-binding feature.
3284
3285 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3286
3287 * progmodes/compile.el (compilation-internal-error-properties):
3288 Calculate start position correctly when end-col is set but
3289 end-line is not (Bug#11382).
3290
3291 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3292
3293 * man.el (Man-unindent): Use text-property-default-nonsticky to
3294 prevent untabify from inheriting face properties (Bug#11408).
3295
3296 2012-05-05 Stefan Merten <smerten@oekonux.de>
3297
3298 * textmodes/rst.el: Major merge with upstream development up to
3299 Docutils SVN r7399 / rst.el V1.2.1.
3300
3301 Clarify maintainership and authors.
3302
3303 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3304 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3305 (rst-official-version, rst-official-cvs-rev, rst-version)
3306 (rst-package-emacs-version-alist): New functions and variables
3307 for version information.
3308
3309 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3310 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3311 (rst-mode-syntax-table, rst-mode): New and corrected functions
3312 and variables representing reStructuredText features.
3313
3314 (rst-re): New function for reStructuredText regexes. Use in
3315 many places.
3316
3317 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3318 (rst-mode-map): Rebind keys.
3319
3320 (rst-mode-lazy, rst-font-lock-keywords)
3321 (rst-font-lock-extend-region)
3322 (rst-font-lock-extend-region-internal)
3323 (rst-font-lock-extend-region-extend)
3324 (rst-font-lock-find-unindented-line-limit)
3325 (rst-font-lock-find-unindented-line-match)
3326 (rst-adornment-level, rst-font-lock-adornment-level)
3327 (rst-font-lock-adornment-match)
3328 (rst-font-lock-handle-adornment-pre-match-form)
3329 (rst-font-lock-handle-adornment-matcher): Major revision of
3330 font-locking. Integrate with other code. Use `jit-lock-mode'.
3331
3332 (rst-preferred-adornments, rst-adjust-hook)
3333 (rst-new-adornment-down, rst-preferred-bullets)
3334 (rst-preferred-bullets, rst-indent, rst-indent-width)
3335 (rst-indent-field, rst-indent-literal-normal)
3336 (rst-indent-literal-minimized, rst-indent-comment): Change,
3337 extend and improve customization.
3338
3339 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3340 (rst-normalize-cursor-position, rst-get-decoration)
3341 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3342 (rst-rstrip, rst-toc-insert-find-delete-contents)
3343 (rst-shift-fill-region, rst-compute-bullet-tabs)
3344 (rst-debug-print-tabs, rst-debug-mark-found)
3345 (rst-shift-region-guts, rst-shift-region-right)
3346 (rst-shift-region-left, rst-use-char-classes)
3347 (rst-font-lock-keywords-function)
3348 (rst-font-lock-indentation-point)
3349 (rst-font-lock-find-unindented-line-begin)
3350 (rst-font-lock-find-unindented-line-end)
3351 (rst-font-lock-find-unindented-line)
3352 (rst-font-lock-adornment-point, rst-font-lock-level)
3353 (rst-adornment-level-alist): Remove functions and variables.
3354
3355 (rst-compare-adornments, rst-get-adornment-match)
3356 (rst-suggest-new-adornment, rst-get-adornments-around)
3357 (rst-adornment-complete-p, rst-get-next-adornment)
3358 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3359 (rst-straighten-adornments): Standardize function names to
3360 use "adornment" instead of "decoration". Correct callers.
3361 Similar standardizing in many places.
3362
3363 (rst-update-section, rst-adjust, rst-promote-region)
3364 (rst-enumerate-region, rst-bullet-list-region)
3365 (rst-repeat-last-character): Correct use of `interactive'.
3366
3367 (rst-classify-adornment, rst-find-all-adornments)
3368 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3369 (rst-find-leftmost-column, rst-repeat-last-character):
3370 Refactor functions.
3371
3372 (rst-find-title-line, rst-reset-section-caches)
3373 (rst-get-adornments-around, rst-adjust-adornment-work)
3374 (rst-arabic-to-roman, rst-roman-to-arabic)
3375 (rst-insert-list-pos, rst-insert-list-new-item)
3376 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3377 New functions.
3378
3379 (rst-all-sections, rst-section-hierarchy)
3380 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3381 New variables.
3382
3383 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3384 configuration instead of only buffer. Change where necessary.
3385
3386 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3387 (rst-shift-region, rst-adaptive-fill): New functions for
3388 indentation and filling.
3389
3390 (rst-comment-line-break, rst-comment-indent)
3391 (rst-comment-insert-comment, rst-comment-region)
3392 (rst-uncomment-region): New functions for handling comments.
3393
3394 (rst-compile): Quote shell arguments.
3395
3396 (rst-compile-pdf-preview, rst-compile-slides-preview):
3397 Delete temporary files after use.
3398
3399 2012-05-05 Glenn Morris <rgm@gnu.org>
3400
3401 * calendar/cal-html.el: Optionally include holidays in the output.
3402 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3403 (cal-html-holidays): New option.
3404 (cal-html-css-default): Add holiday entry.
3405 (holiday-in-range): Autoload it.
3406 (cal-html-htmlify-entry): Add optional class argument.
3407 (cal-html-htmlify-list): Add optional holidays argument.
3408 (cal-html-insert-agenda-days): Include holidays in the output.
3409 (cal-html-one-month): Maybe include holidays.
3410
3411 * calendar/holidays.el (holiday-in-range):
3412 Move here from cal-tex-list-holidays.
3413 * calendar/cal-tex.el (cal-tex-list-holidays):
3414 Make it an obsolete alias for holiday-in-range. Update all callers.
3415
3416 2012-05-05 Chong Yidong <cyd@gnu.org>
3417
3418 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3419 Nextstep.
3420
3421 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3422
3423 * files.el (file-auto-mode-skip): New var.
3424 (set-auto-mode-1): Use it.
3425
3426 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * repeat.el: Use lexical-binding.
3429 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3430 (repeat-undo-count): Remove.
3431 (repeat):
3432 * progmodes/octave-mod.el (octave-abbrev-start):
3433 * progmodes/f90.el (f90-abbrev-start):
3434 * face-remap.el (text-scale-adjust):
3435 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3436
3437 * emacs-lisp/pcase.el (pcase--let*): New function.
3438 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3439 a bit more.
3440 (pcase--split-pred): Be more clever about ruling out overlap between
3441 a predicate and some constant pattern.
3442 (pcase--q1): Use `null' instead of (eq foo nil).
3443
3444 * subr.el (setq-local, defvar-local): New macros.
3445 (kbd): Redefine as an alias.
3446 (with-selected-window): Leave unrelated frames alone.
3447 (set-temporary-overlay-map): New function.
3448
3449 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * subr.el (user-error): New function.
3452 * window.el (switch-to-buffer):
3453 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3454 (smerge-match-conflict):
3455 * simple.el (previous-matching-history-element)
3456 (next-matching-history-element, goto-history-element, undo-more)
3457 (undo-start):
3458 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3459 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3460 (next-file, tags-loop-scan, list-tags, complete-tag):
3461 * progmodes/compile.el (compilation-loop):
3462 * mouse.el (mouse-minibuffer-check):
3463 * man.el (Man-bgproc-sentinel, Man-goto-page):
3464 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3465 (Info-history-forward, Info-follow-reference, Info-menu)
3466 (Info-extract-menu-item, Info-extract-menu-counting)
3467 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3468 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3469 (Info-next-reference, Info-prev-reference, Info-index)
3470 (Info-index-next, Info-follow-nearest-node)
3471 (Info-copy-current-node-name):
3472 * imenu.el (imenu--make-index-alist)
3473 (imenu-default-create-index-function, imenu-add-to-menubar):
3474 * files.el (basic-save-buffer, recover-file):
3475 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3476 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3477 (checkdoc-message-text, checkdoc-defun):
3478 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3479 * cus-edit.el (customize-changed-options, customize-rogue)
3480 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3481 (custom-variable-mark-to-reset-standard)
3482 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3483 (custom-file):
3484 * completion.el (check-completion-length):
3485 * comint.el (comint-search-arg)
3486 (comint-previous-matching-input-string-position)
3487 (comint-previous-matching-input)
3488 (comint-replace-by-expanded-history-before-point, comint-send-input)
3489 (comint-copy-old-input, comint-backward-matching-input)
3490 (comint-goto-process-mark, comint-set-process-mark):
3491 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3492 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3493
3494 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * dabbrev.el (dabbrev--ignore-case-p): New function.
3497 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3498 Use it.
3499
3500 * files.el (automount-dir-prefix): Mark as obsolete.
3501
3502 2012-05-04 Glenn Morris <rgm@gnu.org>
3503
3504 * patcomp.el, play/bruce.el: Move to obsolete/.
3505
3506 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3507
3508 Fix minor Y10k bugs.
3509 * arc-mode.el (archive-unixdate):
3510 * autoinsert.el (auto-insert-alist):
3511 * calc/calc-forms.el (math-this-year):
3512 * emacs-lisp/copyright.el (copyright-current-year)
3513 (copyright-update-year, copyright):
3514 * tar-mode.el (tar-clip-time-string):
3515 * time.el (display-time-update):
3516 Don't assume years have 4 digits.
3517
3518 2012-05-04 Chong Yidong <cyd@gnu.org>
3519
3520 * dos-w32.el (file-name-buffer-file-type-alist)
3521 (direct-print-region-use-command-dot-com):
3522 * ffap.el (ffap-menu-regexp):
3523 * find-file.el (ff-special-constructs):
3524 * follow.el (follow-debug):
3525 * forms.el (forms--debug):
3526 * iswitchb.el (iswitchb-all-frames):
3527 * ido.el (ido-all-frames):
3528 * emacs-lisp/timer.el (timer-max-repeats):
3529 * mail/feedmail.el (feedmail-mail-send-hook)
3530 (feedmail-mail-send-hook-queued):
3531 * mail/footnote.el (footnote-signature-separator):
3532 * mail/mailabbrev.el (mail-alias-separator-string)
3533 (mail-abbrev-mode-regexp):
3534 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3535 * progmodes/idlwave.el (idlwave-libinfo-file)
3536 (idlwave-default-completion-case-is-down)
3537 (idlwave-library-routines): Convert defvars to defcustoms.
3538
3539 * mail/rmail.el (rmail-decode-mime-charset):
3540 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3541 (idlwave-shell-fix-inserted-breaks)
3542 (idlwave-shell-activate-alt-keybindings)
3543 (idlwave-shell-use-breakpoint-glyph):
3544 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3545
3546 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3549
3550 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3551
3552 * progmodes/verilog-mode.el (font-lock-keywords):
3553 Fix mis-highligting auto. Reported by Craig Barner.
3554 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3555 defines from global name space. Reported by Dan Dever.
3556 (verilog-auto-reset, verilog-auto-reset-widths)
3557 (verilog-auto-tieoff): Support using unbased numbers for
3558 AUTORESET and AUTOTIEOFF.
3559 (verilog-submit-bug-report): Update variable list.
3560 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3561 parenthesis from not matching. Reported by Michael Rytting.
3562 (verilog-auto-template-lint): Fix hash error when linting modules
3563 with no used templates.
3564 (verilog-warn, verilog-warn-error)
3565 (verilog-warn-fatal): When non-interactive report multiple
3566 warnings before exiting. Suggested by Brad Dobbie.
3567 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3568 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3569 to report unused template errors. Reported by Brad Dobbie.
3570 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3571 nets, bug438. Reported by Vns Blore.
3572 (verilog-auto-inout-module, verilog-auto-reg)
3573 (verilog-read-decls, verilog-read-sub-decls-sig)
3574 (verilog-signals-edit-wire-reg, verilog-signals-with):
3575 Fix passing of Verilog data types in ANSI input/output ports
3576 such as "output logic" into the AUTOs. Special case "wire" and
3577 "reg" for backwards compatibility presuming Verilog 2001.
3578 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3579 (verilog-preprocess): Fix replication of preprocess output.
3580 Reported by Brad Dobbie.
3581 (verilog-auto-inst-interfaced-ports):
3582 Create verilog-auto-inst-interfaced-ports, bug429.
3583 Reported by Julian Gorfajn.
3584 (verilog-after-save-font-hook)
3585 (verilog-before-save-font-hook): New variable.
3586 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3587 (verilog-save-font-mods): Wrap disabling fontification, reported
3588 by David Rogoff.
3589 (verilog-do-indent, verilog-pretty-declarations-auto)
3590 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3591 Reported by Pierre-David Pfister.
3592 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3593 of class declarations, bug292. Reported by Kevin Heilman.
3594 (verilog-read-decls): Fix 'parameter type' not appearing in
3595 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3596 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3597 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3598 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3599 Reported by David Kravitz.
3600
3601 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
3602
3603 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3604 assignment with tests in ifs and for loops.
3605 (verilog-extended-complete-re, verilog-complete-reg): Change so
3606 that DPI inport functions don't look like fuction declarations.
3607 (verilog-pretty-expr): Don't line up assignment
3608 operations to the test and increment in if and for loops
3609 (verilog-extended-complete-re, verilog-complete-reg): Change so
3610 that DPI inport functions don't look like fuction declarations.
3611
3612 2012-05-03 Kenichi Handa <handa@m17n.org>
3613
3614 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3615 decoding, and show a warning message without signaling an error
3616 (Bug#11282).
3617
3618 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * emacs-lisp/bytecomp.el
3621 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3622 since cconv.el might have introduced :fun-body, internal-make-closure,
3623 and friends for bytecomp to handle (bug#11391).
3624 * custom.el (defcustom): Avoid ((λ ..) ..).
3625
3626 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3629
3630 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
3631
3632 * notifications.el (dbus-debug):
3633 * term/linux.el (gpm-mouse-enable):
3634 * term/screen.el (xterm-register-default-colors): Declare.
3635
3636 2012-05-02 Chong Yidong <cyd@gnu.org>
3637
3638 * cus-start.el (gc-cons-percentage, exec-suffixes)
3639 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3640 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3641 (make-cursor-line-fully-visible, void-text-area-pointer)
3642 (font-list-limit): Add customization data.
3643
3644 * allout.el (allout-exposure-change-functions)
3645 (allout-structure-added-functions)
3646 (allout-structure-deleted-functions)
3647 (allout-structure-shifted-functions): Rename abnormal hooks from
3648 *-hook, and convert to defcustoms.
3649 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3650 Convert to defcustoms.
3651 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3652
3653 * allout-widgets.el: Hook callers changed.
3654
3655 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3656
3657 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3658 the yanked message in preference to the default value of
3659 buffer-file-coding-system.
3660
3661 2012-05-02 Martin Rudalics <rudalics@gmx.at>
3662
3663 * window.el (display-buffer--action-function-custom-type):
3664 Fix entry.
3665
3666 2012-05-02 Alan Mackenzie <acm@muc.de>
3667
3668 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3669
3670 2012-05-01 Glenn Morris <rgm@gnu.org>
3671
3672 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3673
3674 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3675
3676 * cus-edit.el (custom-variable-documentation): Simplify with format.
3677
3678 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3679 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * simple.el (suggest-key-bindings, execute-extended-command):
3682 Move from keyboard.c.
3683
3684 2012-05-01 Chong Yidong <cyd@gnu.org>
3685
3686 * follow.el: Eliminate advice.
3687 (set-process-filter, process-filter, sit-for): Advice deleted.
3688 (follow-mode-off-hook): Obsolete hook removed.
3689 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3690 Vars deleted.
3691 (follow-auto): Use a :set function.
3692 (follow-mode): Rewritten. Don't advise process filters.
3693 (follow-switch-to-current-buffer-all, follow-scroll-up)
3694 (follow-scroll-down): Assume follow-mode is bound.
3695 (follow-comint-scroll-to-bottom)
3696 (follow-align-compilation-windows): New functions.
3697 (follow--window-sorter): New function.
3698 (follow-all-followers): Use it to explicitly sort windows by their
3699 positions; don't make assumptions about next-window order.
3700 (follow-windows-start-end, follow-delete-other-windows-and-split)
3701 (follow-calc-win-start): Doc fix.
3702 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3703 vertical-motion unnecessarily.
3704 (follow-adjust-window): New function.
3705 (follow-post-command-hook): Use it.
3706 (follow-call-set-process-filter, follow-call-process-filter)
3707 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3708 (follow-stop-intercept-process-output, follow-generic-filter):
3709 Functions deleted.
3710 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3711 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3712 New functions, replacing advice on scroll-bar-* commands.
3713 (follow-mwheel-scroll): New function (Bug#4112).
3714
3715 * comint.el (comint-adjust-point): New function.
3716 (comint-postoutput-scroll-to-bottom): Use it.
3717 Call follow-comint-scroll-to-bottom for Follow mode buffers.
3718
3719 2012-05-01 Glenn Morris <rgm@gnu.org>
3720
3721 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3722 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3723 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3724 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3725 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3726 Remove no-byte-compile setting.
3727
3728 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3731 all-completions code to not return a number in the last cdr.
3732
3733 2012-04-30 Leo Liu <sdl.web@gmail.com>
3734
3735 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3736 read-only error.
3737
3738 2012-04-29 Chong Yidong <cyd@gnu.org>
3739
3740 * follow.el (follow-calc-win-end): Rewrite to handle partial
3741 screen lines correctly (Bug#8390).
3742 (follow-avoid-tail-recenter): Minor cleanup.
3743
3744 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 Avoid the obsolete `assoc' package.
3747 * speedbar.el (speedbar-refresh): Avoid adelete.
3748 (speedbar-file-lists): Simplify and avoid aput.
3749 * man.el (Man--sections, Man--refpages): New vars, replacing
3750 Man-sections-alist and Man-refpages-alist.
3751 (Man-build-section-alist, Man-build-references-alist):
3752 Use them; avoid aput.
3753 (Man--last-section, Man--last-refpage): New vars.
3754 (Man-follow-manual-reference): Use them.
3755 Use the `default' arg of completing-read.
3756 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3757
3758 2012-04-27 Chong Yidong <cyd@gnu.org>
3759
3760 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3761
3762 * startup.el (x-apply-session-resources): New function.
3763
3764 * term/ns-win.el (ns-initialize-window-system):
3765 * term/w32-win.el (w32-initialize-window-system):
3766 * term/x-win.el (x-initialize-window-system): Use it to properly
3767 set menu-bar-mode and other vars from X resources, even if the
3768 initial frame is not a window-system frame (Bug#2299).
3769
3770 * subr.el (read-key): Avoid running filter function when setting
3771 up temporary tool bar entries (Bug#9922).
3772
3773 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3774
3775 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3776 (Bug#11344)
3777
3778 2012-04-27 Chong Yidong <cyd@gnu.org>
3779
3780 * select.el (xselect--encode-string): New function, split from
3781 xselect-convert-to-string.
3782 (xselect-convert-to-string): Use it.
3783 (xselect-convert-to-filename, xselect-convert-to-os)
3784 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3785 returned strings are properly encoded (Bug#11315).
3786
3787 2012-04-27 Chong Yidong <cyd@gnu.org>
3788
3789 * simple.el (delete-active-region): Move to killing custom group.
3790
3791 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3792
3793 * progmodes/which-func.el (which-func-current): Quote %
3794 characters for mode-line processing.
3795
3796 2012-04-27 Chong Yidong <cyd@gnu.org>
3797
3798 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3799 reaching eob (Bug#11286).
3800
3801 2012-04-27 Eli Zaretskii <eliz@gnu.org>
3802
3803 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3804 (gdb): Make it buffer-local and init to zero.
3805 (gdb-control-commands-regexp): New variable.
3806 (gdb-send): Don't wrap in "-interpreter-exec console" if
3807 gdb-control-level is positive. Increment gdb-control-level
3808 whenever the command matches gdb-control-commands-regexp, and
3809 decrement it each time the command is "end". (Bug#11279)
3810
3811 2012-04-27 Martin Rudalics <rudalics@gmx.at>
3812
3813 * window.el (adjust-window-trailing-edge, enlarge-window)
3814 (shrink-window, window-resize):
3815 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3816 windows (Bug#11276).
3817
3818 2012-04-27 Chong Yidong <cyd@gnu.org>
3819
3820 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3821 fix "missing prefix" warning. All callers changed.
3822
3823 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * emacs-lisp/assoc.el: Move to obsolete/.
3826
3827 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3830
3831 * term/ns-win.el (ns-define-service):
3832 * progmodes/pascal.el (pascal-goto-defun):
3833 * progmodes/js.el (js--read-tab):
3834 * progmodes/etags.el (tags-lazy-completion-table):
3835 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3836 * emacs-lisp/ewoc.el (ewoc--wrap):
3837 * emacs-lisp/assoc.el (aput, adelete, amake):
3838 * doc-view.el (doc-view-convert-current-doc):
3839 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3840
3841 2012-04-26 Chong Yidong <cyd@gnu.org>
3842
3843 * image.el (image-type-from-buffer): Only return supported image
3844 type (Bug#9045).
3845
3846 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3847 value, for symmetry with diff-end-of-hunk.
3848 (diff-split-hunk, diff-find-source-location)
3849 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3850 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3851 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3852 compute the relevant hunk or file properly (Bug#6005).
3853 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3854
3855 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * vc/vc-mtn.el:
3858 * vc/vc-hg.el:
3859 * vc/vc-git.el:
3860 * vc/vc-dir.el:
3861 * vc/vc-cvs.el:
3862 * vc/vc-bzr.el:
3863 * vc/vc-arch.el:
3864 * vc/vc.el: Replace lexical-let by lexical-binding.
3865 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3866 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3867 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3868
3869 2012-04-26 Chong Yidong <cyd@gnu.org>
3870
3871 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3872 (diff-mode-shared-map): Bind it to / and [remap undo].
3873
3874 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3875 (ediff-window-setup-function): Use it as the default, to set up
3876 windows based on whether the current frame is graphical (Bug#2138).
3877 (ediff-choose-window-setup-function-automatically): Make obsolete.
3878
3879 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3880
3881 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * ffap.el: Remove old code for obsolete package.
3884 (ffap-complete-as-file-p): Remove.
3885
3886 Use completion-table-with-quoting for comint and pcomplete.
3887 * comint.el (comint--unquote&requote-argument)
3888 (comint--unquote-argument, comint--requote-argument): New functions.
3889 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3890 (comint-quote-filename): Use regexp-opt-charset.
3891 (comint--common-suffix, comint--common-quoted-suffix)
3892 (comint--table-subvert): Remove.
3893 (comint-unquote-function, comint-requote-function): New vars.
3894 (comint--complete-file-name-data): Use them with
3895 completion-table-with-quoting.
3896 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3897 * pcomplete.el (pcomplete-arg-quote-list)
3898 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3899 (pcomplete-unquote-argument-function): Default to non-nil.
3900 (pcomplete-unquote-argument): Simplify.
3901 (pcomplete--common-quoted-suffix): Remove.
3902 (pcomplete-requote-argument-function): New var.
3903 (pcomplete--common-suffix): New function.
3904 (pcomplete-completions-at-point): Use completion-table-with-quoting
3905 and completion-table-subvert.
3906
3907 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3908 (minibuffer--double-dollars): Preserve properties.
3909 (completion--sifn-requote): New function.
3910 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3911
3912 * minibuffer.el: Add support for completion of quoted/escaped data.
3913 (completion-table-with-quoting, completion-table-subvert): New funs.
3914 (completion--twq-try, completion--twq-all): New functions.
3915 (completion--nth-completion): New function.
3916 (completion-try-completion, completion-all-completions): Use it.
3917
3918 2012-04-25 Leo Liu <sdl.web@gmail.com>
3919
3920 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3921 Use compilation-message if available to find real filename.
3922
3923 2012-04-25 Chong Yidong <cyd@gnu.org>
3924
3925 * vc/diff-mode.el (diff-setup-whitespace): New function.
3926 (diff-mode): Use it.
3927
3928 * vc/diff.el (diff-sentinel):
3929 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3930 Whitespace mode variables based on diff style (Bug#8612).
3931
3932 2012-04-25 Leo Liu <sdl.web@gmail.com>
3933
3934 * progmodes/python.el (python-send-region): Add suffix .py to the
3935 temp file.
3936
3937 * files.el (auto-mode-alist): Use javascript-mode instead.
3938
3939 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3940
3941 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3942
3943 * net/soap-client.el (soap-resolve-references-for-sequence-type)
3944 (soap-resolve-references-for-array-type): Hack to prevent self
3945 references, see Bug#9.
3946 (soap-parse-envelope): Report the contents of the 'detail' node
3947 when receiving a fault reply.
3948 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3949
3950 * net/soap-inspect.el (soap-sample-value-for-simple-type)
3951 (soap-inspect-simple-type): New function.
3952
3953 * net/soap-client.el (soap-simple-type): New struct.
3954 (soap-default-xsd-types, soap-default-soapenc-types)
3955 (soap-decode-basic-type, soap-encode-basic-type):
3956 support unsignedInt and double basic types.
3957 (soap-resolve-references-for-simple-type)
3958 (soap-parse-simple-type, soap-encode-simple-type): New function.
3959 (soap-parse-schema): Parse xsd:simpleType declarations.
3960
3961 * net/soap-client.el (soap-default-xsd-types)
3962 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3963 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3964 the local name of "soapenc:Array".
3965 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3966 decoding integer, byte and anyURI xsd types.
3967
3968 2012-04-25 Chong Yidong <cyd@gnu.org>
3969
3970 * cus-edit.el (custom-buffer-create-internal): Update header text.
3971
3972 2012-04-25 Eli Zaretskii <eliz@gnu.org>
3973
3974 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3975 settings on 'system-type', not on 'window-system'. On MS-Windows,
3976 set interactive-mode on in GDB.
3977
3978 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3981 (ruby-syntax-propertize-regexp): Remove.
3982 (ruby-syntax-propertize-function): Split regexp into chunks.
3983 Match following code directly.
3984
3985 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3986
3987 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3988 (ruby-syntax-propertize-regexp): New function.
3989 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3990 by a special keyword.
3991
3992 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3993 (ruby-syntax-general-delimiters-goto-beg)
3994 (ruby-syntax-propertize-general-delimiters): New functions.
3995 (ruby-syntax-propertize-function): Use them to handle GDL.
3996 (ruby-font-lock-keywords): Move old handling of GDL...
3997 (ruby-font-lock-syntactic-keywords): .. to here.
3998 (ruby-calculate-indent): Adjust indentation for GDL.
3999
4000 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
4001
4002 * notifications.el (top): Remove unneeded declarations.
4003 (notifications-specification-version): Change to "1.2".
4004 (notifications-interface, notifications-notify-method)
4005 (notifications-close-notification-method): Fix docstring.
4006 (notifications-get-capabilities-method): New defconst.
4007 (notifications-notify): Add :action-items, :resident and
4008 :transient hints. Change "image_data" to "image-data" and
4009 "image_path" to "image-path".
4010 (notifications-get-capabilities): New defun.
4011
4012 2012-04-24 Leo Liu <sdl.web@gmail.com>
4013
4014 * progmodes/python.el: Move hideshow setup to the end.
4015
4016 2012-04-24 Martin Rudalics <rudalics@gmx.at>
4017
4018 * window.el (handle-select-window): Clear echo area since this is
4019 no more done by read_char (Bug#11304).
4020
4021 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4024 and `/ M' to filter-derived-mode.
4025 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4026 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4027 (ibuffer-mark-by-mode): Use default rather than initial-input.
4028 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4029
4030 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4031
4032 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4033 (ibuffer-filter-by-derived-mode): New filter.
4034 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4035
4036 2012-04-23 Andreas Politz <politza@fh-trier.de>
4037
4038 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4039
4040 2012-04-23 Chong Yidong <cyd@gnu.org>
4041
4042 * cus-edit.el (customize-apropos, customize-apropos-options):
4043 Disable matching of non-option variables (Bug#11176).
4044 (customize-option, customize-option-other-window)
4045 (customize-changed-options): Doc fix.
4046 (customize-apropos-options, customize-apropos-faces)
4047 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4048
4049 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
4050 Fix word list splitting (Bug#11132).
4051 (apropos-symbol, apropos-keybinding, apropos-label)
4052 (apropos-property, apropos-function-button)
4053 (apropos-variable-button, apropos-misc-button): New faces.
4054 (apropos-symbol-face, apropos-keybinding-face)
4055 (apropos-label-face, apropos-property-face, apropos-match-face):
4056 Variables removed (Bug#8396).
4057 (apropos-library-button, apropos-format-plist, apropos-print)
4058 (apropos-print-doc, apropos-describe-plist): Callers changed.
4059
4060 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * net/xesam.el (xesam-mode-map): Use let-bound map in
4063 initialization. (Bug#11292)
4064
4065 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4066
4067 Preserve ispell session localwords when switching back to
4068 original buffer.
4069
4070 * textmodes/ispell.el (ispell-buffer-session-localwords):
4071 New buffer-local variable to hold buffer session localwords.
4072 (ispell-kill-ispell): Add option 'clear to delete session
4073 localwords.
4074 (ispell-command-loop, ispell-change-dictionary)
4075 (ispell-buffer-local-words): Preserve session localwords when
4076 needed.
4077
4078 * textmodes/flyspell.el (flyspell-process-localwords)
4079 (flyspell-do-correct): Preserve session localwords when needed.
4080
4081 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4082
4083 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4084 using obsolete `translation-table-for-input'.
4085 (ispell-word, ispell-process-line, ispell-complete-word):
4086 Use plain `insert' instead of removed `ispell-insert-word'.
4087
4088 2012-04-22 Chong Yidong <cyd@gnu.org>
4089
4090 * cus-edit.el (custom-variable-menu)
4091 (custom-variable-reset-saved, custom-face-menu)
4092 (custom-face-reset-saved): If there is no saved value, make the
4093 "reset-saved" operation bring back the default (Bug#9509).
4094 (custom-face-state): Properly detect themed faces.
4095
4096 * faces.el (face-spec-set): Stop supporting deprecated form of
4097 third arg.
4098
4099 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4100
4101 Move functions from C to Lisp. Make non-blocking method calls
4102 the default. Implement further D-Bus standard interfaces.
4103
4104 * net/dbus.el (dbus-message-internal): Declare function.
4105 Remove unneeded function declarations.
4106 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4107 (dbus-message-type-method-return, dbus-message-type-error)
4108 (dbus-message-type-signal): Declare variables. Remove local
4109 definitions.
4110 (dbus-interface-dbus, dbus-interface-peer)
4111 (dbus-interface-introspectable, dbus-interface-properties)
4112 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4113 Adapt docstring.
4114 (dbus-interface-objectmanager): New defconst.
4115 (dbus-call-method, dbus-call-method-asynchronously)
4116 (dbus-send-signal, dbus-method-return-internal)
4117 (dbus-method-error-internal, dbus-register-service)
4118 (dbus-register-signal, dbus-register-method): New defuns, moved
4119 from dbusbind.c
4120 (dbus-call-method-handler, dbus-setenv)
4121 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4122 New defuns.
4123 (dbus-call-method-non-blocking): Make it an obsolete function.
4124 (dbus-unregister-object, dbus-unregister-service)
4125 (dbus-handle-event, dbus-register-property)
4126 (dbus-property-handler): Obey the new structure of
4127 `bus-registered-objects'.
4128 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4129 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4130 Use `dbus-call-method'.
4131
4132 2012-04-22 Chong Yidong <cyd@gnu.org>
4133
4134 * cus-edit.el (custom-commands, custom-reset-menu)
4135 (Custom-reset-standard): Tweak labels.
4136 (custom-reset-button-menu): Change default to t.
4137 (custom-buffer-create-internal): For the custom-reset-button-menu
4138 case, put the revert button first.
4139 (custom-group-subtitle): New face.
4140 (custom-group-value-create): Align docstring to a specific column.
4141
4142 * wid-edit.el (widget-documentation-link-add): Don't handle
4143 indentation in this function.
4144 (widget-documentation-string-indent-to): New function.
4145 (widget-documentation-string-value-create): Use it.
4146
4147 * autorevert.el (auto-revert):
4148 * epg-config.el (epg):
4149 * ibuffer.el (ibuffer):
4150 * mpc.el (mpc):
4151 * ses.el (ses):
4152 * eshell/eshell.el (eshell):
4153 * net/ange-ftp.el (ange-ftp):
4154 * progmodes/ebnf2ps.el (postscript):
4155 * progmodes/flymake.el (flymake):
4156 * progmodes/prolog.el (prolog):
4157 * progmodes/verilog-mode.el (verilog-mode):
4158 * progmodes/which-func.el (which-func):
4159 * term/xterm.el (xterm):
4160 * textmodes/picture.el (picture):
4161 * textmodes/tildify.el (tildify):
4162 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4163 customization buffers.
4164
4165 2012-04-22 Alan Mackenzie <acm@muc.de>
4166
4167 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4168 Adding a ) can hide the resulting (..) from searches. Fix it.
4169 Bound the backward search to the position of the existing (.
4170
4171 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * progmodes/verilog-mode.el (verilog-mode): Check whether
4174 which-func-modes is t before adding verilog-mode.
4175 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4176
4177 2012-04-21 Leo Liu <sdl.web@gmail.com>
4178
4179 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
4180
4181 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4182
4183 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4184 filling of the last column of a table (Bug#5635).
4185 (woman-find-next-control-line): New arg, specifying an additional
4186 regexp component for the control line.
4187 (woman2-roff-buffer): Use it.
4188 (woman-break-table): New function.
4189 (woman2-TS): Use it.
4190
4191 2012-04-21 Chong Yidong <cyd@gnu.org>
4192
4193 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4194 (woman-horizontal-escapes, woman-negative-vertical-space)
4195 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4196 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4197
4198 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * minibuffer.el (completion-file-name-table): Complete user names.
4201
4202 2012-04-20 Leo Liu <sdl.web@gmail.com>
4203
4204 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4205 and pcase-let*.
4206
4207 2012-04-20 Chong Yidong <cyd@gnu.org>
4208
4209 * server.el (server-execute): Respect initial-buffer-choice if it
4210 is a string and there are no files to open (Bug#2825).
4211 (server-create-window-system-frame, server-create-tty-frame):
4212 Don't switch buffers here.
4213 (server-process-filter): Only try to open a window system frame if
4214 compiled with graphical support (Bug#8314).
4215
4216 2012-04-20 Dan Nicolaescu <dann@gnu.org>
4217
4218 * battery.el (battery-echo-area-format): Display remaining time
4219 for sysfs backend too (Bug#11269).
4220 (battery-linux-sysfs): Fix conditional for the charge.
4221
4222 2012-04-20 Chong Yidong <cyd@gnu.org>
4223
4224 * progmodes/gdb-mi.el (gdb): Revert previous change.
4225 (gdb-inferior-io--init-proc): New function.
4226 (gdb-init-1): Use it.
4227 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4228 responsible for allocating a new pty and hooking it to gdb when
4229 the old pty gets an EIO due to process exit.
4230 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4231 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4232 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4233
4234 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4235
4236 * window.el (window-min-size, window-sizable, window-min-delta)
4237 (window-max-delta, window--resizable, window-resizable)
4238 (window-total-size, window-full-height-p, window-full-width-p)
4239 (window-in-direction, window--resize-mini-window, window-resize)
4240 (window--resize-child-windows-normal)
4241 (window--resize-child-windows, window--resize-siblings)
4242 (window--resize-this-window, adjust-window-trailing-edge)
4243 (enlarge-window, shrink-window): Doc fixes.
4244
4245 2012-04-20 Chong Yidong <cyd@gnu.org>
4246
4247 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4248 New function to call delete-process on the gdb-inferior buffer's pty.
4249 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4250 pty process (Bug#11273).
4251 (gdb-update): New arg to suppress talking to the gdb process.
4252 (gdb-done-or-error): Use it.
4253 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4254 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4255 sentinel not being called.
4256
4257 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4258
4259 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4260
4261 2012-04-20 Glenn Morris <rgm@gnu.org>
4262
4263 * net/network-stream.el (open-network-stream): Doc fix.
4264
4265 2012-04-20 Chong Yidong <cyd@gnu.org>
4266
4267 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4268
4269 2012-04-20 Alan Mackenzie <acm@muc.de>
4270
4271 Ensure searching for keywords is case sensitive.
4272
4273 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4274 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4275 (c-defun-name, c-mark-function, c-cpp-define-name)
4276 (c-comment-indent, c-scan-conditionals, c-indent-defun)
4277 (c-context-line-break): Bind case-fold-search to nil.
4278
4279 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4280 Bind case-fold-search to nil.
4281
4282 2012-04-20 Chong Yidong <cyd@gnu.org>
4283
4284 * mail/sendmail.el (mail-bury): Call return action with the right
4285 Rmail buffer (Bug#11242).
4286
4287 * server.el (server-process-filter): Handle corner case where both
4288 tty and nowait options are present (Bug#11102).
4289
4290 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4291
4292 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4293 (top level): Put into the executable the ident-style '$Id:' tag on
4294 windows-nt as well.
4295
4296 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * electric.el (electric-indent-post-self-insert-function): Check that
4299 electric-indent-mode is enabled in current buffer.
4300
4301 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * imenu.el (imenu-progress-message): Restore; it is "used" in
4304 erc/erc-imenu.el and net/snmp-mode.el.
4305
4306 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4309 (mouse-avoidance-nudge-mouse): Remove unused binding.
4310
4311 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4312
4313 * descr-text.el (describe-char):
4314 * progmodes/python.el (python-describe-symbol):
4315 Don't call `toggle-read-only', set `buffer-read-only'.
4316
4317 * imenu.el (imenu-default-goto-function): Mark unused args.
4318 (imenu-progress-message): Remove obsolete macro; all callers changed.
4319
4320 * subr.el (keymap-canonicalize): Remove unused binding.
4321 (read-passwd): Mark unused arg.
4322
4323 * tutorial.el (tutorial--display-changes): Remove unused binding.
4324 (tutorial--save-tutorial-to): Remove unused variable.
4325
4326 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4327 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4328 (package-generate-autoloads, package-menu--generate)
4329 (package-menu--find-upgrades): Remove unused bindings.
4330
4331 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4332 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4333 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4334 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4335 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4336 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4337 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4338 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4339 (cua-delete-char-rectangle): Mark unused args.
4340 (cua-align-rectangle): Remove unused binding.
4341
4342 * mail/rmail.el (compilation--message->loc)
4343 (epa--find-coding-system-for-mime-charset): Declare.
4344
4345 * net/dbus.el (dbus-register-service): Declare.
4346 (dbus-name-owner-changed-handler): Remove unused binding.
4347
4348 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4349 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4350 (nxml-scan-backward-within): Mark unused arg.
4351 (nxml-dynamic-markup-word): Remove unused binding.
4352
4353 * mouse.el (mouse-menu-major-mode-map):
4354 * emacs-lisp/authors.el (authors-scan-change-log)
4355 (authors-add-to-author-list):
4356 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4357 * emacs-lisp/smie.el (smie-auto-fill):
4358 * mail/sendmail.el (mail-bury):
4359 * mail/unrmail.el (unrmail):
4360 * net/tls.el (open-tls-stream):
4361 * textmodes/picture.el (picture-mouse-set-point):
4362 Remove unused bindings.
4363
4364 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
4365
4366 * net/tramp.el (tramp-action-password): Let-bind
4367 `enable-recursive-minibuffers' to t.
4368
4369 2012-04-18 Sam Steingold <sds@gnu.org>
4370
4371 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4372 instead of 'string to accommodate values like [f11].
4373 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4374 * progmodes/gdb-mi.el: Likewise.
4375
4376 2012-04-18 Leo Liu <sdl.web@gmail.com>
4377
4378 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4379 current buffer.
4380 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4381 LOCAL is nil.
4382
4383 2012-04-18 Chong Yidong <cyd@gnu.org>
4384
4385 * simple.el (line-move): Use forward-line if in batch mode
4386 (Bug#11053).
4387
4388 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4389
4390 * files.el (after-find-file): Do not try to add a final newline if
4391 the buffer is read-only (Bug#11156).
4392
4393 2012-04-17 Richard Stallman <rms@gnu.org>
4394
4395 * mail/rmail.el (rmail-start-mail):
4396 Pass (rmail-mail-return...) for the return-action.
4397 Pass (rmail-yank-current-message...) for the yank-action.
4398 (rmail-yank-current-message): New function.
4399 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4400 (rmail-reply): Likewise.
4401 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4402
4403 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4404 buffer, not the last. Reject temp buffers. Use the rmail-mode
4405 buffer, not newbuf.
4406
4407 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * server.el (server-ensure-safe-dir): Simplify.
4410
4411 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * emacs-lisp/smie.el: Provide smarter auto-filling.
4414 (smie-auto-fill): New function.
4415 (smie-setup): Use it.
4416
4417 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4418
4419 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
4420
4421 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4422 (comment-indent): Use it.
4423
4424 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4425
4426 * ses.el: The overall change is to add cell renaming, that is
4427 setting fancy names for cell symbols other than name matching
4428 "\\`[A-Z]+[0-9]+\\'" regexp .
4429 (ses-localvars): Add ses--renamed-cell-symb-list.
4430 (ses-create-cell-variable): New defun.
4431 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4432 (ses-relocate-formula): Relocate formulas only for cells the
4433 symbols of which are not renamed, i.e. symbols whose names do not
4434 match regexp "\\`[A-Z]+[0-9]+\\'".
4435 (ses-relocate-all): Relocate values only for cells the symbols of
4436 which are not renamed.
4437 (ses-load): Create cells variables as the (ses-cell ...) are read,
4438 in order to check row col consistency with cell symbol name only
4439 for cells that are not renamed.
4440 (ses-replace-name-in-formula): New defun.
4441 (ses-rename-cell): New defun.
4442
4443 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4444
4445 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4446 New option (bug#11118).
4447 (perl-calculate-indent): Respect it.
4448
4449 2012-04-17 Glenn Morris <rgm@gnu.org>
4450
4451 * dired-aux.el (dired-mark-read-string): Doc fix.
4452
4453 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4454
4455 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4456 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4457
4458 2012-04-17 Glenn Morris <rgm@gnu.org>
4459
4460 * mouse.el (mouse-drag-track):
4461 * speedbar.el (speedbar-frame-mode):
4462 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4463
4464 2012-04-16 Leo Liu <sdl.web@gmail.com>
4465
4466 * progmodes/python.el: Trivial cleanup.
4467
4468 2012-04-16 Glenn Morris <rgm@gnu.org>
4469
4470 * vc/vc.el (vc-string-prefix-p):
4471 * vc/pcvs-util.el (cvs-string-prefix-p):
4472 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4473 * mpc.el (mpc-string-prefix-p):
4474 Make all of these into obsolete aliases for string-prefix-p.
4475 Update callers.
4476 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4477
4478 * textmodes/two-column.el: Move custom options to the start.
4479 (frame-width): Remove compat definition.
4480 (2C-associate-buffer, 2C-dissociate):
4481 Use with-current-buffer rather than save-excursion.
4482 (2C-dissociate): Force a mode-line update.
4483 (2C-autoscroll): Use ignore-errors.
4484
4485 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4486 Autoload trivia.
4487
4488 * emacs-lisp/cl-extra.el (*random-state*):
4489 Remove unnecessary declaration.
4490
4491 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4492
4493 * play/cookie1.el (cookie-snarf):
4494 Give an explicit error if input file cannot be read.
4495
4496 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4497
4498 * progmodes/perl-mode.el (c-macro-expand):
4499 Remove unnecessary autoload (it is in loaddefs.el).
4500
4501 * textmodes/picture.el (picture-desired-column)
4502 (picture-update-desired-column): Convert comments to doc-strings.
4503 (picture-substitute): Remove function.
4504 (picture-mode-map): Initialize in the defvar.
4505
4506 * woman.el: Remove eval-after-load for tar-mode.
4507 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4508 (woman-tar-extract-file): Autoload it.
4509
4510 * frame.el (automatic-hscrolling): Make this alias obsolete.
4511
4512 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4513
4514 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4515 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4516 (ispell-dictionary-base-alist): Revert to original XEmacs
4517 friendly version for default. [:alpha:] will be added in
4518 `ispell-set-spellchecker-params' if needed.
4519
4520 2012-04-16 Chong Yidong <cyd@gnu.org>
4521
4522 * image.el (imagemagick--file-regexp): New variable.
4523 (imagemagick-register-types): Use it.
4524 (imagemagick-types-inhibit): Add :set function. Allow new value
4525 of t to inhibit all types.
4526
4527 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4528 so we can preload it.
4529
4530 * loadup.el (fboundp): Preload regexp-opt, needed by
4531 imagemagick-register-types.
4532
4533 2012-04-15 Chong Yidong <cyd@gnu.org>
4534
4535 * frame.el (scrolling): Remove nearly unused customization group.
4536
4537 * scroll-all.el (scroll-all-mode): Move to windows group.
4538
4539 2012-04-15 Chong Yidong <cyd@gnu.org>
4540
4541 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4542
4543 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4546 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4547
4548 2012-04-15 Glenn Morris <rgm@gnu.org>
4549
4550 * simple.el (process-file-side-effects): Doc fix.
4551
4552 2012-04-15 Glenn Morris <rgm@gnu.org>
4553
4554 * international/mule-cmds.el (set-language-environment): Doc fix.
4555
4556 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * server.el (server-auth-key, server-generate-key): Doc fixes.
4559 (server-get-auth-key): Doc fix. Use `string-match-p'.
4560 (server-start): Reflow docstring.
4561
4562 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4563
4564 * server.el (server-generate-key): `called-interactively-p'
4565 requires a parameter.
4566
4567 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
4568
4569 * server.el (server-auth-key): New variable.
4570 (server-generate-key, server-get-auth-key): New function.
4571 (server-start): Use the new variable and functions to allow
4572 setting a permanent server key (bug#9423).
4573
4574 2012-04-14 Leo Liu <sdl.web@gmail.com>
4575
4576 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4577
4578 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4579
4580 Spelling fixes.
4581 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4582 Emacs uses American spelling.
4583
4584 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4585
4586 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4587 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4588 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4589 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4590
4591 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * progmodes/which-func.el (which-func-modes): Change default.
4594
4595 2012-04-14 Kim F. Storm <storm@cua.dk>
4596
4597 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4598 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4599
4600 2012-04-14 Chong Yidong <cyd@gnu.org>
4601
4602 * custom.el (custom-theme-set-variables): Doc fix.
4603
4604 2012-04-14 Glenn Morris <rgm@gnu.org>
4605
4606 * international/mule.el (set-auto-coding-for-load): Doc fix.
4607
4608 2012-04-14 Alan Mackenzie <acm@muc.de>
4609
4610 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4611 imenu work again for Objective C Mode. Correct the *-index values,
4612 these having been disturbed by a previous change in 2011-08.
4613
4614 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4615 Correct two search limits.
4616
4617 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4620
4621 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
4622
4623 * international/characters.el: Fix sorting.
4624
4625 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4626
4627 * international/characters.el: Add more missing Latin case pairs.
4628
4629 2012-04-14 Glenn Morris <rgm@gnu.org>
4630
4631 * files.el (dir-locals-set-class-variables): Doc fix.
4632
4633 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4634
4635 * international/characters.el: Add set-case-syntax-pair call for
4636 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4637 counterpart. (Bug#11209)
4638
4639 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4640
4641 2012-04-14 Glenn Morris <rgm@gnu.org>
4642
4643 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4644
4645 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4646
4647 * textmodes/ispell.el (ispell-dictionary-base-alist):
4648 Add data for Hebrew.
4649
4650 2012-04-14 Chong Yidong <cyd@gnu.org>
4651
4652 * net/rcirc.el (rcirc-cmd-quit):
4653 Revert 2012-03-18 change (Bug#11192).
4654
4655 2012-04-14 Glenn Morris <rgm@gnu.org>
4656
4657 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4658
4659 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4660
4661 * minibuffer.el (completion-in-region-mode-map):
4662 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
4663
4664 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4665
4666 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4667
4668 2012-04-13 Masatake YAMATO <yamato@redhat.com>
4669
4670 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4671 to allow `C-M-f' and `C-M-b' to move to the nearest path
4672 separator (bug#9511).
4673
4674 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4675
4676 * avoid.el: Require cl when compiling. And also move the
4677 `provide' to the end.
4678
4679 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4680
4681 * avoid.el (mouse-avoidance-banish-position): New variable.
4682 (mouse-avoidance-banish-destination): Use it (bug#10165).
4683
4684 2012-04-13 Leo Liu <sdl.web@gmail.com>
4685
4686 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4687
4688 2012-04-13 Ken Brown <kbrown@cornell.edu>
4689
4690 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4691 this is no longer needed now that cygstart understands file:// URLs.
4692 (browse-url-filename-alist): For the same reason, don't modify
4693 file:// URLs on Cygwin.
4694
4695 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4698 the region on shift if the binding is already shifted (bug#11221).
4699
4700 2012-04-12 Glenn Morris <rgm@gnu.org>
4701
4702 * mail/mailpost.el: Move to obsolete/.
4703
4704 2012-04-12 Drew Adams <drew.adams@oracle.com>
4705
4706 * imenu.el (imenu--generic-function): Ignore invisible definitions
4707 (bug#10123).
4708
4709 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4710
4711 * hexl.el (hexl-bits): New variable.
4712 (hexl-options): Mention the variable in the doc string.
4713 (hexl-rulerise, hexl-line-displen): New functions.
4714 (hexl-mode): Mention the new variable.
4715 (hexl-mode, hexl-current-address, hexl-current-address):
4716 Use the displen.
4717 (hexl-ascii-start-column): New function.
4718 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4719 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4720
4721 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4722
4723 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4724 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4725 the encoding, as expected by hunspell.
4726
4727 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * battery.el (battery--linux-sysfs-regexp): New const.
4730 (battery-status-function): Use it. Remove yeeloong special case.
4731 (battery-yeeloong-sysfs): Remove.
4732 (battery-echo-area-format): Remove yeeloong special case.
4733
4734 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4737 Reported by Noah Friedman.
4738
4739 * subr.el (read-passwd): Use read-string.
4740
4741 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
4743 * vcursor.el (vcursor-move): Increase the priority of the overlay
4744 (bug#9663).
4745
4746 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4747
4748 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4749 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4750
4751 2012-04-11 William Stevenson <yhvh2000@gmail.com>
4752
4753 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4754 define-minor-mode (bug#10760).
4755
4756 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4757
4758 * progmodes/grep.el (rgrep): Tweak the find command line so
4759 that directories matching `grep-find-ignored-files' won't be
4760 pruned (bug#10351).
4761
4762 2012-04-11 Chong Yidong <cyd@gnu.org>
4763
4764 * startup.el (command-line): Remove support for long-obsolete
4765 variable font-lock-face-attributes.
4766
4767 2012-04-11 Glenn Morris <rgm@gnu.org>
4768
4769 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4770
4771 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * window.el (window--state-get-1): Obey window-point-insertion-type.
4774
4775 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4776
4777 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4778 to previous function when point is on the first character of a
4779 function. Take care of that in `narrow-to-defun' (bug#6157).
4780
4781 2012-04-11 Glenn Morris <rgm@gnu.org>
4782
4783 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4784 not just file-errors.
4785
4786 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4787 (vc-bzr-sha1): Use internal sha1.
4788
4789 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4792
4793 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4794
4795 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4796 that start in the middle of the line (bug#10496).
4797
4798 2012-04-10 Dan Nicolaescu <dann@gnu.org>
4799
4800 * battery.el (battery-linux-proc-acpi): Only one battery is
4801 discharged at a time, but that seems to confuse battery.el when
4802 computing `rate-type' for the battery not being discharged
4803 (bug#10332).
4804
4805 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4808
4809 * international/quail.el: Use dolist and simplify.
4810 (quail-define-package, quail-update-keyboard-layout)
4811 (quail-define-rules): Use dolist.
4812 (quail-insert-kbd-layout, quail-get-translation): CSE.
4813
4814 * tmm.el: Use dolist, remove left over hook.
4815 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4816 Use dolist.
4817 (calendar-load-hook): Don't mess with it.
4818
4819 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4820 Use derived-mode-p. Run the diff asynchronously.
4821
4822 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4823
4824 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4825
4826 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
4827
4828 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4829 (list-dynamic-libraries--loaded): New function.
4830 (list-dynamic-libraries--refresh): Use it.
4831
4832 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
4833
4834 * progmodes/python.el (python-fill-paragraph):
4835 Make python-fill-region in a multiline string work when font-lock is
4836 disabled (bug#7018).
4837
4838 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4839
4840 * language/european.el (cp775): Add oem/legacy (en)coding on
4841 DOS/MS Windows for the Baltic languages. There are still plenty
4842 of texts written in this encoding/codepage (bug#6519).
4843
4844 2012-04-10 Glenn Morris <rgm@gnu.org>
4845
4846 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4847 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4848
4849 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4850
4851 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4852 next-line "n" and previous-line "p" in order to make recentf more
4853 consistent with ibuffer, dired or org-mode (bug#9387).
4854
4855 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4856
4857 * image.el (put-image): Return the overlay created instead of the
4858 optional input string (bug#7834). Note that this may break code
4859 that is (for some reason or other) depending on `put-image'
4860 returning the string.
4861
4862 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4863
4864 * simple.el (zap-to-char): Allow zapping using input methods
4865 (bug#1580).
4866
4867 * textmodes/fill.el (fill-region): Leave point and mark where they
4868 were before filling (bug#5399).
4869
4870 2012-04-09 Glenn Morris <rgm@gnu.org>
4871
4872 * version.el (emacs-bzr-get-version):
4873 Handle lightweight checkouts of local branches.
4874
4875 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4876
4877 * international/characters.el: Recover lost case pairs. (Bug#11209)
4878
4879 2012-04-09 Chong Yidong <cyd@gnu.org>
4880
4881 * custom.el (custom-variable-p): Return nil for non-symbol
4882 arguments instead of signaling an error.
4883 (user-variable-p): Obsolete alias for custom-variable-p.
4884
4885 * apropos.el (apropos-variable):
4886 * files-x.el (read-file-local-variable):
4887 * simple.el (set-variable):
4888 * woman.el (woman-mini-help):
4889 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4890
4891 2012-04-09 Glenn Morris <rgm@gnu.org>
4892
4893 * startup.el (normal-top-level): Don't look for leim-list.el
4894 in places where it will not be found. (Bug#910)
4895
4896 * international/mule-cmds.el (set-default-coding-systems):
4897 * files.el (normal-mode):
4898 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4899 This function was removed with ucs-tables.el in 2008.
4900
4901 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4902
4903 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4904 ispell-encoding8-command to "-i", without a trailing space.
4905 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4906 separate command-line arguments, to specify the encoding, since
4907 that's how hunspell expects it.
4908
4909 2012-04-08 Glenn Morris <rgm@gnu.org>
4910
4911 * loadup.el: Load bindings before cus-start.
4912 This reduces somewhat the number of "rogue" settings in emacs -Q.
4913
4914 2012-04-07 Glenn Morris <rgm@gnu.org>
4915
4916 * version.el (emacs-bzr-get-version): New function.
4917 (emacs-bzr-version): New variable.
4918 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4919 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4920
4921 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4922
4923 * international/uni-bidi.el, international/uni-category.el:
4924 * international/uni-combining.el, international/uni-decimal.el:
4925 * international/uni-decomposition.el, international/uni-digit.el:
4926 * international/uni-lowercase.el, international/uni-mirrored.el:
4927 * international/uni-name.el, international/uni-numeric.el:
4928 * international/uni-titlecase.el, international/uni-uppercase.el:
4929 Update for Unicode 6.1.
4930
4931 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4932
4933 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4934
4935 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4936
4937 * window.el (shrink-window): Mention the `window-min-height'
4938 variable in the doc string.
4939
4940 2012-04-05 Bastien Guerry <bzg@altern.org>
4941
4942 * color.el (color-lighten-name): Fix typo.
4943
4944 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * server.el (server--on-display-p): New function.
4947 (server--on-display-p): Use it.
4948
4949 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4950
4951 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4952 (bug#11145).
4953
4954 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * comint.el (comint--common-quoted-suffix): Check string boundary
4957 before comparing (bug#11158).
4958 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4959
4960 2012-04-04 Chong Yidong <cyd@gnu.org>
4961
4962 * minibuffer.el (completion-extra-properties): Doc fix.
4963
4964 * subr.el (delayed-warnings-hook): Doc fix.
4965
4966 2012-04-04 Daiki Ueno <ueno@unixuser.org>
4967
4968 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4969 selection (Bug#11159).
4970 (epa-insert-keys): Inform that the default public key will be
4971 exported if no key is selected.
4972
4973 2012-04-04 Richard Stallman <rms@gnu.org>
4974
4975 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4976
4977 2012-04-03 Chong Yidong <cyd@gnu.org>
4978
4979 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4980 mail-insert-file, not its obsolete alias mail-attach-file.
4981
4982 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * notifications.el (notifications-notify): Fix docstring.
4985
4986 2012-04-02 Glenn Morris <rgm@gnu.org>
4987
4988 * emacs-lisp/authors.el (authors-aliases): Another addition.
4989
4990 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
4991
4992 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4993 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4994 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4995
4996 2012-04-01 Chong Yidong <cyd@gnu.org>
4997
4998 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4999 Handle root directory properly.
5000 (copy-directory): Caller changed.
5001
5002 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5003 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5004
5005 2012-03-31 Glenn Morris <rgm@gnu.org>
5006
5007 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5008
5009 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5010
5011 * calendar/calendar.el (calendar-window-list)
5012 (calendar-hide-window): Restore. (Bug#11140)
5013 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5014
5015 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5016
5017 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5018
5019 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5020 Check if file is a symlink (Bug#10489).
5021
5022 * files.el (copy-directory): Likewise.
5023
5024 2012-03-30 Chong Yidong <cyd@gnu.org>
5025
5026 * image.el (imagemagick-types-inhibit)
5027 (imagemagick-register-types): Doc fix.
5028
5029 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5030
5031 * textmodes/ispell.el (ispell-get-extended-character-mode):
5032 Disable extended-char-mode for hunspell. hunspell does not support it
5033 and treats ~word as ordinary words in pipe mode.
5034
5035 2012-03-30 Glenn Morris <rgm@gnu.org>
5036
5037 * tutorial.el (help-with-tutorial): Ensure local variables don't
5038 happen to make the buffer read-only. (Bug#11127)
5039
5040 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5043 (perl-calculate-indent): Return `noindent' in strings.
5044
5045 2012-03-28 Sam Steingold <sds@gnu.org>
5046
5047 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5048 instead of the broken adhockery which does not prevent calendar
5049 buffers from being displayed at random after exit.
5050 (calendar-window-list, calendar-hide-window): Remove the broken
5051 adhockery.
5052
5053 2012-03-28 Glenn Morris <rgm@gnu.org>
5054
5055 * replace.el (query-replace-map): Doc fix.
5056
5057 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5058
5059 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5060 contents. (Bug#11109)
5061
5062 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5065 (bug#11077).
5066 (avl-tree--check, avl-tree--check-node): New funs.
5067
5068 2012-03-27 Martin Rudalics <rudalics@gmx.at>
5069
5070 * window.el (switch-to-visible-buffer): New option.
5071 (switch-to-prev-buffer, switch-to-next-buffer):
5072 Observe switch-to-visible-buffer. Make sure that checking for a window
5073 showing a buffer already is done on the same frame.
5074
5075 2012-03-27 Glenn Morris <rgm@gnu.org>
5076
5077 * startup.el (mail-host-address): Doc fix.
5078
5079 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5082 than 197 variables.
5083
5084 2012-03-26 Ami Fischman <ami@fischman.org>
5085
5086 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5087
5088 2012-03-26 Glenn Morris <rgm@gnu.org>
5089
5090 * files.el (save-buffers-kill-emacs): Doc fix.
5091
5092 * startup.el (normal-top-level, command-line, command-line-1):
5093 Give them doc strings.
5094
5095 2012-03-25 Eli Zaretskii <eliz@gnu.org>
5096
5097 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
5098 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
5099
5100 2012-03-25 Chong Yidong <cyd@gnu.org>
5101
5102 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5103 theme if it was previously enabled before (Bug#11031).
5104
5105 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5106 spec with custom-face-get-current-spec if its :shown-value is not
5107 determined yet (Bug#9337).
5108 (customize-create-theme, custom-theme-revert): Doc fixes.
5109
5110 * button.el (button-at): Minor addition to docstring.
5111
5112 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
5113
5114 * vc/vc.el (vc-merge): Fix a prompt.
5115
5116 2012-03-24 Chong Yidong <cyd@gnu.org>
5117
5118 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5119 point (Bug#9623).
5120
5121 * button.el (button-at): Minor addition to docstring.
5122
5123 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * newcomment.el (comment-choose-indent): No space after BOL.
5126
5127 2012-03-22 Sam Steingold <sds@gnu.org>
5128
5129 * window.el (switch-to-prev-buffer): Revert last patch because the
5130 bug turned out to be an advertised feature (Elisp manual 28.14).
5131
5132 2012-03-22 Glenn Morris <rgm@gnu.org>
5133
5134 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5135 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5136
5137 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5138
5139 * net/network-stream.el (network-stream-open-starttls): Make error
5140 message under Windows be less misleading.
5141
5142 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5143
5144 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5145 understands (bug#9942).
5146
5147 2012-03-22 Chong Yidong <cyd@gnu.org>
5148
5149 * simple.el (end-of-visible-line): Handle return value of
5150 next-single-property-change properly (Bug#9371).
5151
5152 2012-03-22 Kenichi Handa <handa@m17n.org>
5153
5154 * international/quail.el (quail-insert-kbd-layout): Fix previous
5155 change. To avoid unwanted bidi reordering, use
5156 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5157
5158 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5159
5160 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5161 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5162 (ruby-beginning-of-indent): Be more careful with the difference
5163 between word-boundary and symbol boundary.
5164 (ruby-mode-syntax-table): Make : a symbol constituent.
5165
5166 2012-03-21 Andreas Politz <politza@fh-trier.de>
5167
5168 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5169
5170 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * progmodes/etags.el (tags-completion-at-point-function):
5173 Improve last fix.
5174
5175 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5176
5177 2012-03-21 Sam Steingold <sds@gnu.org>
5178
5179 * progmodes/etags.el (tags-completion-at-point-function):
5180 Avoid the error when point is inside the pattern.
5181
5182 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5183
5184 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5185 line (Bug#10855).
5186
5187 2012-03-21 Drew Adams <drew.adams@oracle.com>
5188
5189 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5190
5191 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5192
5193 * ido.el (ido-set-current-directory, ido-read-internal)
5194 (ido-choose-completion-string, ido-completion-help): Handle nil
5195 value of ido-completion-buffer (Bug#11008).
5196
5197 2012-03-21 Sam Steingold <sds@gnu.org>
5198
5199 * window.el (switch-to-prev-buffer): Do not switch to a visible
5200 window previous buffer, just like with the frame previous buffers.
5201
5202 2012-03-21 Chong Yidong <cyd@gnu.org>
5203
5204 * faces.el (make-face, make-empty-face, copy-face):
5205 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5206 Doc fixes.
5207
5208 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5211 (widget-complete): Remove broken use of it.
5212
5213 2012-03-20 Chong Yidong <cyd@gnu.org>
5214
5215 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5216 Use string-width and truncate-string-width to handle arbitrary
5217 characters.
5218
5219 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5220
5221 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5222 to draw rectangles, not squares. (Regression introduced by revno
5223 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5224
5225 2012-03-18 Chong Yidong <cyd@gnu.org>
5226
5227 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5228 it is not yet defined (for temacs).
5229
5230 2012-03-18 Leo Liu <sdl.web@gmail.com>
5231
5232 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
5233
5234 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5235
5236 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5237 (ispell-choices-win-default-height, ispell-silently-savep)
5238 (ispell-dictionary-alist, ispell-encoding8-command)
5239 (ispell-check-version, ispell-aspell-find-dictionary)
5240 (ispell-valid-dictionary-list, ispell-words-keyword)
5241 (ispell-get-word, ispell-internal-change-dictionary)
5242 (ispell-region, ispell-skip-region-list)
5243 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5244 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5245 (ispell-message-text-end, ispell-message)
5246 (ispell-buffer-local-parsing): Doc fix.
5247
5248 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
5249
5250 * htmlfontify.el: Add support for code block fontification for ODT
5251 export (Bug #9914).
5252 (hfy-optimisations): Define new option
5253 `body-text-only'
5254 (hfy-fontify-buffer): Honor above setting.
5255 (hfy-begin-span, hfy-end-span): New routines factored out form
5256 `hfy-fontify-buffer'.
5257 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5258 that permit insertion of custom tags.
5259 (hfy-fontify-buffer): Use above handlers.
5260 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5261 (hfy-face-to-css): Re-defined to be a variable.
5262 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
5263 over multiple runs. This is made possible by having the caller let
5264 bind a special variable `hfy-user-sheet-assoc'.
5265 (htmlfontify-string): New defun.
5266 (hfy-compile-face-map): Make sure that the last char in the
5267 buffer is correctly fontified.
5268 (hfy-face-resolve-face): Whitespace only change.
5269
5270 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5271
5272 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5273 message more clear.
5274
5275 2012-03-16 Leo Liu <sdl.web@gmail.com>
5276
5277 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5278
5279 2012-03-16 Alan Mackenzie <acm@muc.de>
5280
5281 Further optimise the handling of large macros.
5282
5283 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5284 limit to a call of `c-literal-limits'.
5285 (c-determine-+ve-limit): New function.
5286 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5287 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5288 In CASE 5B, restrict a search limit to 500.
5289 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5290
5291 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5292 Restrict macro bounds to +-500 from after-change's BEG END.
5293
5294 2012-03-16 Leo Liu <sdl.web@gmail.com>
5295
5296 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5297
5298 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5299
5300 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5301 `special-mode' setting of `buffer-read-only'. (Bug#11010)
5302
5303 2012-03-16 Glenn Morris <rgm@gnu.org>
5304
5305 * view.el (view-buffer, view-buffer-other-window)
5306 (view-buffer-other-frame): Doc fixes re special mode-class.
5307
5308 * subr.el (eval-after-load): If named feature is provided not from
5309 a file, run after-load forms. (Bug#10946)
5310
5311 * calendar/calendar.el (calendar-insert-at-column):
5312 Handle non-unit-width characters a bit better. (Bug#10978)
5313
5314 2012-03-15 Chong Yidong <cyd@gnu.org>
5315
5316 * emacs-lisp/ring.el (ring-extend): New function.
5317 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5318
5319 * comint.el (comint-read-input-ring)
5320 (comint-add-to-input-history): Grow comint-input-ring lazily.
5321
5322 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5325 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5326
5327 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5328 (imenu-add-to-menubar): Don't add a redundant index.
5329 (imenu-update-menubar): Handle a dynamically composed keymap.
5330
5331 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5332
5333 * mail/sendmail.el (mail-encode-header):
5334 Bind rfc2047-encode-encoded-words to nil.
5335
5336 2012-03-13 Glenn Morris <rgm@gnu.org>
5337
5338 * calendar/calendar.el (calendar-string-spread):
5339 Handle non-unit-width characters a bit better. (Bug#10978)
5340
5341 2012-03-13 Leo Liu <sdl.web@gmail.com>
5342
5343 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5344 directory and file as argument (Bug#10822).
5345
5346 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5347
5348 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5349 For dynamically generated code, follow $PC.
5350 (gdb-disassembly-handler-custom): Handle no function name case.
5351
5352 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5353
5354 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5355 * emulation/ws-mode.el (ws-query-replace):
5356 * sort.el (sort-regexp-fields):
5357 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5358
5359 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * dabbrev.el: Fix cycle completion order (bug#10963).
5362 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5363 (dabbrev-completion): Don't use an obarray; provide
5364 a cycle-sort-function.
5365
5366 2012-03-12 Leo Liu <sdl.web@gmail.com>
5367
5368 * simple.el (kill-new): Use equal-including-properties for comparison.
5369 (kill-do-not-save-duplicates): Doc fix.
5370
5371 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * dabbrev.el: Fix cycle completion (bug#10963).
5374 Use lexical binding and wrap to 80 columns.
5375 (dabbrev-completion): Delay computing the list of completions.
5376
5377 2012-03-12 Kenichi Handa <handa@m17n.org>
5378
5379 * international/quail.el (quail-insert-kbd-layout): Surround each
5380 row by LRO and PDF instead of inserting many LRMs. Pad the left
5381 and right of each non-spacing marks. Insert invisible space
5382 between lower and upper characters to prevent composition.
5383
5384 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * minibuffer.el (minibuffer-complete): Don't get confused when the
5387 function is run twice via different commands (bug#10958).
5388 (complete-with-action): Fix docstring.
5389
5390 2012-03-12 Chong Yidong <cyd@gnu.org>
5391
5392 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5393 (nxml-completion-at-point-function): New function.
5394 (nxml-mode): Use it.
5395 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5396
5397 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5398 Load generated autoloads file before byte compiling (Bug#10970).
5399 (package--make-autoloads-and-compile): New helper fun.
5400
5401 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5402
5403 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5404
5405 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
5406
5407 * autorevert.el (auto-revert-handler): Ensure, that
5408 file-readable-p is applied only for local files or in
5409 auto-revert-tail-mode.
5410
5411 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5412
5413 * server.el (server-eval-at): Handle non-tcp connections.
5414 Decode result string.
5415
5416 * server.el (server-msg-size): New constant.
5417 (server-reply-print): New function.
5418 (server-eval-and-print): Use it.
5419 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5420 Handle -print-nonl.
5421
5422 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5423
5424 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5425 (Bug#10987).
5426
5427 2012-03-11 Chong Yidong <cyd@gnu.org>
5428
5429 * simple.el (goto-line): Doc fix (Bug#9938).
5430
5431 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5432
5433 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5434 when finished (Bug#10963).
5435
5436 2012-03-11 Martin Rudalics <rudalics@gmx.at>
5437
5438 * window.el (split-window-below): Fix bug in case where
5439 split-window-keep-point is nil (Bug#10971).
5440
5441 2012-03-11 Juri Linkov <juri@jurta.org>
5442
5443 * replace.el (replace-highlight): Set isearch-word to nil
5444 unconditionally. (Bug#10887)
5445
5446 2012-03-10 Eli Zaretskii <eliz@gnu.org>
5447
5448 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5449 mairix-replace-illegal-chars; all callers changed. Don't remove
5450 ^, ~, and = characters: they are meaningful in mairix search specs.
5451 (mairix-widget-create-query): Add usage information about mairix
5452 search forms: negating words, searching for substrings, etc.
5453
5454 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5455
5456 * international/fontset.el (font-encoding-alist): Add an entry for
5457 ksx1001 (Bug#5667).
5458
5459 2012-03-10 Richard Stallman <rms@gnu.org>
5460
5461 * mail/sendmail.el (mail-encode-header):
5462 Set rfc2047-encode-encoded-words.
5463
5464 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5465
5466 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5467 view buffer means not swapped.
5468 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5469 (rmail-write-region-annotate): Error if real text has disappeared.
5470
5471 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5472
5473 2012-03-10 Chong Yidong <cyd@gnu.org>
5474
5475 * emulation/cua-rect.el (cua--init-rectangles):
5476 * emulation/cua-base.el (cua--init-keymaps):
5477 Add delete-forward-char to remappings (Bug#9666).
5478
5479 2012-03-10 Martin Rudalics <rudalics@gmx.at>
5480
5481 * speedbar.el (speedbar-unhighlight-one-tag-line):
5482 Avoid unhighlighting due to frame switching (Bug#10275).
5483
5484 2012-03-10 Chong Yidong <cyd@gnu.org>
5485
5486 * minibuffer.el (completion-in-region, completion-help-at-point):
5487 Give the completion field overlay a high priority (Bug#6830).
5488
5489 * dired.el (dired-goto-file): Recognize absolute file name
5490 listings (Bug#7126).
5491 (dired-goto-file-1): New helper function.
5492 (dired-toggle-read-only): Inhibit warnings.
5493
5494 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
5495
5496 * net/dbus.el (dbus-property-handler): Return empty array if
5497 there are no properties.
5498
5499 2012-03-09 Leo Liu <sdl.web@gmail.com>
5500
5501 * savehist.el (savehist-printable): Stricter check for string
5502 value (Bug#10937).
5503
5504 2012-03-09 Eli Zaretskii <eliz@gnu.org>
5505
5506 * mail/smtpmail.el (smtpmail-send-it):
5507 Bind coding-system-for-write to *-unix, so that FCC files are kept in
5508 valid mbox format.
5509
5510 2012-03-09 Glenn Morris <rgm@gnu.org>
5511
5512 * files.el (dir-locals-find-file):
5513 Don't check result is regular, readable.
5514 (dir-locals-read-from-file): Demote errors.
5515
5516 2012-03-08 Eli Zaretskii <eliz@gnu.org>
5517
5518 * international/quail.el (quail-insert-kbd-layout):
5519 Insert invisible LRM characters before each character in a keyboard
5520 layout cell, to prevent their reordering by bidi display engine.
5521 For details, see the discussion in
5522 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5523
5524 2012-03-08 Alan Mackenzie <acm@muc.de>
5525
5526 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5527 the starting position; make it extend the marked region when
5528 invoked repeatedly - all under appropriate circumstances.
5529 Fixes bugs #5525, #10906.
5530
5531 2012-03-08 Glenn Morris <rgm@gnu.org>
5532
5533 * files.el (locate-dominating-file, dir-locals-find-file):
5534 Undo 2012-03-06 change.
5535
5536 2012-03-07 Eli Zaretskii <eliz@gnu.org>
5537
5538 * international/quail.el (quail-help):
5539 Force bidi-paragraph-direction be left-to-right. See discussion in
5540 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5541 for the reason.
5542
5543 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
5544
5545 Avoid superfluous registering of signals. (Bug#10807)
5546
5547 * notifications.el (notifications-on-action-object)
5548 (notifications-on-close-object): New defvars.
5549 (notifications-on-action-signal, notifications-on-closed-signal):
5550 Unregister the signal if not needed any longer.
5551 (notifications-notify): Register `notifications-action-signal' or
5552 `notifications-closed-signal', if :on-action or :on-close has been
5553 passed as argument.
5554
5555 2012-03-07 Chong Yidong <cyd@gnu.org>
5556
5557 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5558 non-X platforms.
5559
5560 2012-03-06 Glenn Morris <rgm@gnu.org>
5561
5562 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5563 (x-disown-selection-internal, x-get-selection-internal):
5564 Doc fix (add arglist signatures). (Bug#10783)
5565
5566 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5567
5568 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5569 Handle breakpoints with no "type".
5570
5571 2012-03-06 Glenn Morris <rgm@gnu.org>
5572
5573 * files.el (locate-dominating-file): Add optional predicate argument.
5574 (dir-locals-find-file): Make use of above change.
5575
5576 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5577
5578 * info.el (Info-insert-dir): Also try "dir.gz".
5579
5580 2012-03-06 Glenn Morris <rgm@gnu.org>
5581
5582 * files.el (dir-locals-find-file):
5583 Ignore non-readable or non-regular files. (Bug#10928)
5584
5585 * files.el (locate-dominating-file): Doc fix.
5586
5587 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5588
5589 * calendar/calendar.el (calendar-set-mode-line):
5590 `getenv' returns a string. (Bug#10951)
5591
5592 2012-03-05 Leo Liu <sdl.web@gmail.com>
5593
5594 * simple.el (backward-delete-char-untabify): Constrain point to
5595 field (Bug#10939).
5596
5597 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5598
5599 2012-03-05 Chong Yidong <cyd@gnu.org>
5600
5601 * simple.el (count-words): If called from Lisp, return the word
5602 count, for symmetry with `count-lines'. Arglist changed.
5603 (count-words--message): Args changed. Consolidate counting code
5604 from count-words and count-words-region.
5605 (count-words-region): Caller changed.
5606 (count-lines-region): Make it an obsolete alias.
5607
5608 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5609
5610 * saveplace.el (save-place-to-alist)
5611 (save-place-ignore-files-regexp): Allow value nil to disable this
5612 feature.
5613
5614 2012-03-04 Chong Yidong <cyd@gnu.org>
5615
5616 * faces.el (face-spec-reset-face): For the default face, reset the
5617 attributes to default values (Bug#10748).
5618
5619 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5620
5621 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5622 previous patch: Check `message-send-mail-function', and not the
5623 default function (bug#10897).
5624
5625 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
5626
5627 * notifications.el (notifications-on-action-signal)
5628 (notifications-on-closed-signal): Check for unique service name of
5629 incoming event. Fix error in removing entry.
5630 (top): Register for signals with wildcard service name.
5631 (notifications-notify): Use daemon unique service name for map entries.
5632
5633 2012-03-04 Chong Yidong <cyd@gnu.org>
5634
5635 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5636
5637 2012-03-04 Glenn Morris <rgm@gnu.org>
5638
5639 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5640 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5641 (expand-abbrev, define-abbrev-table): Doc fixes.
5642
5643 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5644
5645 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5646 `message-default-send-mail-function' and not `send-mail-function'
5647 when doing the prompting for `sendmail-query-once' before sending
5648 in Message buffers (bug#10897).
5649
5650 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5651 This is inconsistent with all the other stream functions, which leave
5652 the setting up to the higher levels (if so wanted) (bug#10931).
5653
5654 2012-03-02 Alan Mackenzie <acm@muc.de>
5655
5656 Depessimize the handling of very large macros.
5657
5658 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5659 (c-macro-cache-syntactic): New variables to implement a one
5660 element macro cache.
5661 (c-invalidate-macro-cache): New function.
5662 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5663 Adapt to use the new cache.
5664 (c-state-safe-place): Use better the cache of safe positions.
5665 (c-state-semi-nonlit-pos-cache)
5666 (c-state-semi-nonlit-pos-cache-limit):
5667 New variables for...
5668 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5669 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5670 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5671 Use c-state-semi-safe-place.
5672
5673 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5674 Add c-invalidate-macro-cache to the C, C++, Obj entries.
5675
5676 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * jka-compr.el (jka-compr-call-process):
5679 Apply `file-accessible-directory-p' only when the default directory is
5680 not remote.
5681
5682 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
5683
5684 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5685 access of FILE2, if FILE1 does not exist.
5686
5687 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5688 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5689
5690 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5691 Add "PAGER=" to `process-environment'.
5692
5693 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5694
5695 * progmodes/sql.el: Bug fix
5696 (sql-get-login-ext): Save login values in globals.
5697 (sql-get-login): Use new version of `sql-get-login-ext'.
5698 (sql-interactive-mode): Set global `sql-connection' to nil.
5699 (sql-connect): Set global values for connection.
5700 (sql-product-interactive): Save global values as buffer local.
5701
5702 2012-02-29 Leo Liu <sdl.web@gmail.com>
5703
5704 * abbrev.el (define-abbrevs): Reset sys to nil.
5705
5706 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5707
5708 * files.el (file-equal-p): Rename from `files-equal-p'.
5709 Return nil when one or both files don't exist.
5710 (file-subdir-of-p): Now only top directory must exists,
5711 return nil if it doesn't.
5712 (copy-directory): No need to test with `file-subdir-of-p' after
5713 creating dir.
5714 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5715 to `file-equal-p'.
5716
5717 2012-02-28 Glenn Morris <rgm@gnu.org>
5718
5719 * shell.el (shell-mode):
5720 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5721 * play/landmark.el (landmark-font-lock-face-O):
5722 * play/handwrite.el (handwrite):
5723 * play/gomoku.el (gomoku-O):
5724 * net/browse-url.el (browse-url-browser-display):
5725 * international/mule.el (define-charset):
5726 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5727 * filesets.el (filesets-find-file-delay):
5728 * eshell/em-xtra.el (eshell-xtra):
5729 * eshell/em-unix.el (eshell-grep):
5730 * emulation/viper.el (viper-mode):
5731 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5732 * emacs-lisp/easymenu.el (easy-menu-define):
5733 * calendar/timeclock.el (timeclock-use-display-time):
5734 * bs.el (bs-mode):
5735 * bookmark.el (bookmark-save-flag):
5736 Doc fix (standardize possessive apostrophe usage).
5737
5738 2012-02-27 Chong Yidong <cyd@gnu.org>
5739
5740 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5741 Fix key-binding lookup for ESC key (Bug#9146).
5742
5743 * font-lock.el (font-lock-specified-p): Rename from
5744 font-lock-spec-present. Callers changed.
5745
5746 2012-02-27 Daniel Hackney <dan@haxney.org>
5747
5748 * emacs-lisp/package.el (package-compute-transaction):
5749 Handle holding a package version to t in package-load-list.
5750
5751 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
5752
5753 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5754 (tramp-get-inode, tramp-get-device): Use cached values.
5755
5756 2012-02-26 Alan Mackenzie <acm@muc.de>
5757
5758 Check there is a font-lock specification before doing initial
5759 fontification.
5760
5761 * font-core.el (font-lock-mode): Move the conditional from
5762 :after-hook to font-lock-initial-fontify.
5763 (font-lock-default-function): Move the check for a specification
5764 to font-lock-spec-present.
5765
5766 * font-lock.el (font-lock-initial-fontify): Call ...
5767 (font-lock-spec-present): New function.
5768
5769 2012-02-26 Jim Blandy <jimb@red-bean.com>
5770
5771 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5772 (gdb-send): Apply it to the operand of the '-interpreter-exec
5773 console' command, so that we can pass arguments with (say) quotes
5774 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5775
5776 2012-02-26 Chong Yidong <cyd@gnu.org>
5777
5778 * help-fns.el (describe-function-1): Clarify description of
5779 remapping (Bug#10844).
5780
5781 * files.el (files-equal-p): Doc fix.
5782 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5783 and quit the loop once a mismatch is found.
5784
5785 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
5786
5787 * bs.el (bs--show-with-configuration): Don't throw an error
5788 if the window cannot be split; otherwise, subsequent calls to
5789 bs-show fail, restoring a stale window config. (Bug#10882)
5790
5791 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5792
5793 * term/ns-win.el (global-map): Bind ns-drag-file to
5794 ns-find-file (Bug#5855, Bug#10050).
5795
5796 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5797
5798 * calendar/parse-time.el (parse-time-string): Allow extractor to
5799 return nil.
5800
5801 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * net/tramp.el (tramp-file-name-for-operation):
5804 Add `files-equal-p' and `file-subdir-of-p'.
5805
5806 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5807 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5808 Add COPY-CONTENTS argument.
5809
5810 2012-02-25 Chong Yidong <cyd@gnu.org>
5811
5812 Add custom groups for VC backends, for consistency with vc-bzr.
5813
5814 * vc/vc-arch.el (vc-arch):
5815 * vc/vc-cvs.el (vc-cvs):
5816 * vc/vc-git.el (vc-git):
5817 * vc/vc-hg.el (vc-hg):
5818 * vc/vc-mtn.el (vc-mtn):
5819 * vc/vc-rcs.el (vc-rcs):
5820 * vc/vc-sccs.el (vc-sccs):
5821 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5822 All relevant defcustoms reassigned.
5823
5824 2012-02-25 Chong Yidong <cyd@gnu.org>
5825
5826 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5827
5828 * term/x-win.el (x-initialize-window-system): Reduce default for
5829 x-selection-timeout to 5 seconds (Bug#8869).
5830
5831 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5832
5833 * files.el (files-equal-p, file-subdir-of-p): New functions.
5834 (copy-directory): Error when trying to copy a directory on itself.
5835 Add missing copy-contents arg to tramp handler.
5836 * dired-aux.el (dired-copy-file-recursive): Same.
5837 (dired-create-files): Modify destination when source is equal to
5838 dest when copying files.
5839 Return also when dest is a subdir of source. (Bug#10489)
5840
5841 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
5842
5843 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5844 (Bug#10874)
5845
5846 2012-02-23 Alan Mackenzie <acm@muc.de>
5847
5848 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5849 parameter "after-hook:" to allow the expansion to run code after
5850 the execution of the mode hooks.
5851
5852 * font-lock.el (font-lock-initial-fontify): New function extracted
5853 from font-lock-mode-internal.
5854
5855 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5856 :after-hook.
5857
5858 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5861 (completion--cache-all-sorted-completions): New function.
5862 (completion-all-sorted-completions): Use it.
5863 (completion--do-completion, minibuffer-force-complete):
5864 Use it to re-instate the flush hook.
5865
5866 * icomplete.el (icomplete-completions): Replace last fix with a better
5867 one (bug#10850).
5868
5869 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5870
5871 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5872 when it might call us back infinitely (bug#10797).
5873
5874 2012-02-23 Glenn Morris <rgm@gnu.org>
5875
5876 * minibuffer.el (completion-category-overrides): Doc fix.
5877
5878 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5881 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5882
5883 2012-02-23 Glenn Morris <rgm@gnu.org>
5884
5885 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5886 (authors-obsolete-files-regexps, authors-ignored-files)
5887 (authors-ambiguous-files, authors-renamed-files-alist):
5888 Add more entries.
5889
5890 2012-02-23 Juri Linkov <juri@jurta.org>
5891
5892 * isearch.el (isearch-occur): Sync interactive spec with occur's
5893 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5894
5895 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5896
5897 2012-02-22 Juri Linkov <juri@jurta.org>
5898
5899 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5900 (ucs-insert): Doc fix. Check for hex digits in the string.
5901 Don't display `nil' in the error message. (Bug#10857)
5902
5903 2012-02-22 Alan Mackenzie <acm@muc.de>
5904
5905 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5906
5907 2012-02-22 Glenn Morris <rgm@gnu.org>
5908
5909 * ffap.el (ffap-c-path):
5910 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5911
5912 2012-02-22 Chong Yidong <cyd@gnu.org>
5913
5914 * custom.el (load-theme): Doc fix.
5915
5916 2012-02-22 Glenn Morris <rgm@gnu.org>
5917
5918 * dired-x.el (dired-guess-shell-alist-default):
5919 Remove escape sequences from nroff output. (Bug#172)
5920
5921 2012-02-21 Glenn Morris <rgm@gnu.org>
5922
5923 * vc/emerge.el (emerge-defvar-local):
5924 Set `permanent-local' property rather than unused `preserved'.
5925
5926 * textmodes/picture.el (picture-delete-char): New alias.
5927 (picture-mode-map): Use it. (Bug#10860)
5928 (picture-mode): Doc fix.
5929
5930 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5931
5932 * newcomment.el (uncomment-region-default): Remove unused binding.
5933
5934 2012-02-21 Glenn Morris <rgm@gnu.org>
5935
5936 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5937 (picture-self-insert, picture-tab-chars): Doc fix.
5938 (picture-mode-map): Fix C-a, C-e.
5939
5940 2012-02-20 Glenn Morris <rgm@gnu.org>
5941
5942 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5943
5944 2012-02-20 Leo Liu <sdl.web@gmail.com>
5945
5946 * icomplete.el (icomplete-completions): Check FROM arg before
5947 passing to substring (Bug#10850).
5948
5949 2012-02-19 Chong Yidong <cyd@gnu.org>
5950
5951 * comint.el: Require ansi-color.
5952 (comint-output-filter-functions): Add ansi-color-process-output.
5953
5954 * ansi-color.el: Don't set comint-output-filter-functions; it is
5955 now in the initial value defined in comint.el.
5956 (ansi-color-apply-face-function): New variable.
5957 (ansi-color-apply-on-region): Use it.
5958 (ansi-color-apply-overlay-face): New function.
5959
5960 * shell.el (shell): No need to require ansi-color.
5961 (shell-mode): Use ansi-color-apply-face-function to highlight
5962 color escapes using font-lock-face property (Bug#10835).
5963
5964 2012-02-19 Chong Yidong <cyd@gnu.org>
5965
5966 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5967 mode-line formats (Bug#10839).
5968
5969 2012-02-18 Glenn Morris <rgm@gnu.org>
5970
5971 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5972
5973 * mail/undigest.el (unforward-rmail-message): Doc fix.
5974
5975 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5976
5977 2012-02-18 Eli Zaretskii <eliz@gnu.org>
5978
5979 * international/characters.el (script-list): Sync with the latest
5980 Unicode Character Database.
5981
5982 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5983
5984 * international/titdic-cnv.el: Remove duplicate coding tag.
5985 * language/cham.el: Likewise.
5986 * language/tai-viet.el: Likewise.
5987
5988 2012-02-18 Glenn Morris <rgm@gnu.org>
5989
5990 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5991 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5992 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5993 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5994 * calendar/holidays.el (holiday-bahai-holidays)
5995 (calendar-holidays, list-holidays):
5996 Use utf-8 Bahá'í in doc-strings, menus, etc.
5997
5998 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5999
6000 * saveplace.el (save-place-ignore-files-regexp): New variable
6001 allowing for excluding files from saving their location of point.
6002 The default value matches the temporary commit message editing
6003 files from Git, SVN, Bazaar, and Mercurial.
6004 (save-place-to-alist): Use it.
6005
6006 2012-02-17 Lawrence Mitchell <wence@gmx.li>
6007 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * newcomment.el (uncomment-region-default): Don't leave extra space
6010 when an arg is provided (bug#8150).
6011
6012 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6013
6014 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
6015
6016 2012-02-17 Glenn Morris <rgm@gnu.org>
6017
6018 * net/socks.el: Require network-stream. (Bug#10599)
6019
6020 2012-02-17 Kenichi Handa <handa@m17n.org>
6021
6022 * international/charprop.el:
6023 * international/uni-name.el:
6024 * international/uni-old-name.el:
6025 * international/uni-comment.el: Regenerate.
6026
6027 2012-02-16 Glenn Morris <rgm@gnu.org>
6028
6029 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6030 Interactively in calendar buffer, give an error if not on a date.
6031
6032 2012-02-15 Glenn Morris <rgm@gnu.org>
6033
6034 * shell.el (shell-delimiter-argument-list):
6035 Revert 2011-02-17 change. (Bug#8027)
6036
6037 2012-02-15 Chong Yidong <cyd@gnu.org>
6038
6039 * minibuffer.el (completion-at-point-functions): Doc fix.
6040
6041 * custom.el (defcustom): Doc fix; note use of defvar.
6042
6043 2012-02-15 Glenn Morris <rgm@gnu.org>
6044
6045 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6046 Doc fixes.
6047
6048 2012-02-14 Glenn Morris <rgm@gnu.org>
6049
6050 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6051
6052 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6053
6054 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6055 way the ports list is computed.
6056 (smtpmail-query-smtp-server): Prompt the user for a port number if
6057 we can't connect to any of the standard ports (bug#10810).
6058
6059 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6060
6061 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6062
6063 2012-02-13 Glenn Morris <rgm@gnu.org>
6064
6065 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6066
6067 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6068
6069 * net/gnutls.el (gnutls-trustfiles): New variable.
6070 (gnutls-negotiate): Use it.
6071
6072 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6073
6074 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6075 does its stuff if Gnus is running.
6076
6077 2012-02-13 Alan Mackenzie <acm@muc.de>
6078
6079 Fix a loop in c-set-fl-decl-start.
6080
6081 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
6082 c-backward-syntactic-ws actually moves backwards.
6083
6084 2012-02-13 Leo Liu <sdl.web@gmail.com>
6085
6086 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6087 beginning so that all \C-o chars are removed.
6088
6089 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6090
6091 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
6092
6093 2012-02-12 Alan Mackenzie <acm@muc.de>
6094
6095 Fix infinite loop with long macros.
6096 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
6097
6098 2012-02-12 Chong Yidong <cyd@gnu.org>
6099
6100 * window.el (display-buffer): Doc fix (Bug#10785).
6101
6102 2012-02-12 Glenn Morris <rgm@gnu.org>
6103
6104 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6105 (x-disown-selection-internal, x-get-selection-internal):
6106 Sync docs with the xselect.c versions.
6107
6108 * allout-widgets.el: Add missing license notice.
6109
6110 2012-02-11 Glenn Morris <rgm@gnu.org>
6111
6112 * select.el (x-get-selection-internal, x-own-selection-internal)
6113 (x-disown-selection-internal):
6114 * x-dnd.el (x-get-selection-internal): Update declarations.
6115
6116 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6117
6118 * window.el (window-sides-slots):
6119 * tool-bar.el (tool-bar-position):
6120 * term/xterm.el (xterm-extra-capabilities):
6121 * ses.el (ses-self-reference-early-detection):
6122 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6123 (verilog-auto-wire-type)
6124 (verilog-auto-delete-trailing-whitespace)
6125 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6126 (verilog-auto-tieoff-declaration):
6127 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6128 (sql-oracle-statement-starters, sql-oracle-scan-on):
6129 * progmodes/prolog.el (prolog-align-comments-flag)
6130 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6131 (prolog-left-indent-regexp, prolog-paren-indent-p)
6132 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6133 (prolog-types, prolog-mode-specificators)
6134 (prolog-determinism-specificators, prolog-directives)
6135 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6136 (prolog-electric-dot-flag)
6137 (prolog-electric-dot-full-predicate-template)
6138 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6139 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6140 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6141 (prolog-program-switches, prolog-prompt-regexp)
6142 (prolog-debug-on-string, prolog-debug-off-string)
6143 (prolog-trace-on-string, prolog-trace-off-string)
6144 (prolog-zip-on-string, prolog-zip-off-string)
6145 (prolog-use-standard-consult-compile-method-flag)
6146 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6147 (prolog-imenu-max-lines, prolog-info-predicate-index)
6148 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6149 (prolog-char-quote-workaround):
6150 * progmodes/cc-vars.el (c-defun-tactic):
6151 * net/tramp.el (tramp-encoding-command-interactive)
6152 (tramp-local-end-of-line):
6153 * net/soap-client.el (soap-client):
6154 * net/netrc.el (netrc-file):
6155 * net/gnutls.el (gnutls):
6156 * minibuffer.el (completion-category-overrides)
6157 (completion-cycle-threshold)
6158 (completion-pcm-complete-word-inserts-delimiters):
6159 * man.el (Man-name-local-regexp):
6160 * mail/feedmail.el (feedmail-display-full-frame):
6161 * international/characters.el (glyphless-char-display-control):
6162 * eshell/em-ls.el (eshell-ls-date-format):
6163 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6164 (lisp-lambda-list-keyword-parameter-indentation)
6165 (lisp-lambda-list-keyword-parameter-alignment):
6166 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6167 * dired-x.el (dired-omit-verbose):
6168 * cus-theme.el (custom-theme-allow-multiple-selections):
6169 * calc/calc.el (calc-highlight-selections-with-faces)
6170 (calc-lu-field-reference, calc-lu-power-reference)
6171 (calc-note-threshold):
6172 * battery.el (battery-mode-line-limit):
6173 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6174 (archive-7z-update):
6175 * allout.el (allout-prefixed-keybindings)
6176 (allout-unprefixed-keybindings)
6177 (allout-inhibit-auto-fill-on-headline)
6178 (allout-flattened-numbering-abbreviation):
6179 * allout-widgets.el (allout-widgets-auto-activation)
6180 (allout-widgets-icons-dark-subdir)
6181 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6182 (allout-widgets-theme-dark-background)
6183 (allout-widgets-theme-light-background)
6184 (allout-widgets-item-image-properties-emacs)
6185 (allout-widgets-item-image-properties-xemacs)
6186 (allout-widgets-run-unit-tests-on-load)
6187 (allout-widgets-time-decoration-activity)
6188 (allout-widgets-hook-error-post-time)
6189 (allout-widgets-track-decoration):
6190 Add missing :version tags to new defcustoms and defgroups.
6191
6192 * progmodes/sql.el (sql-ansi-statement-starters)
6193 (sql-oracle-statement-starters): Add custom type.
6194
6195 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6196 (prolog-system-version): Give it a type.
6197
6198 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6199
6200 * term/pc-win.el (x-select-text, x-selection-owner-p)
6201 (x-own-selection-internal, x-disown-selection-internal)
6202 (x-get-selection-internal): Sync doc strings and argument lists
6203 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6204
6205 2012-02-11 Leo Liu <sdl.web@gmail.com>
6206
6207 * progmodes/python.el (python-end-of-statement): Fix infinite
6208 loop. (Bug#10788)
6209
6210 2012-02-10 Glenn Morris <rgm@gnu.org>
6211
6212 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6213 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6214
6215 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6216
6217 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6218 about SMTP before checking the From header.
6219
6220 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
6221 into own function for reuse by emacsbug.el.
6222
6223 2012-02-10 Leo Liu <sdl.web@gmail.com>
6224
6225 * subr.el (condition-case-unless-debug): Rename from
6226 condition-case-no-debug. All callers changed.
6227 (with-demoted-errors): Fix caller.
6228
6229 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6230 * nxml/rng-valid.el (rng-do-some-validation):
6231 * emacs-lisp/package.el (package-refresh-contents)
6232 (package-menu-execute):
6233 * desktop.el (desktop-create-buffer):
6234 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
6235
6236 2012-02-10 Glenn Morris <rgm@gnu.org>
6237
6238 * textmodes/bibtex.el:
6239 Add missing :version tags for new/changed defcustoms.
6240
6241 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6242
6243 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
6244
6245 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6246 (smtpmail-via-smtp): Use it, or fall back on the From address.
6247 (smtpmail-send-it): Ditto.
6248
6249 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6252 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6253 (byte-compile-tmp-var): New const.
6254 (byte-compile-defvar): Use it to minimize .elc size.
6255 Just use `defvar' rather than simulate it (bug#10761).
6256
6257 2012-02-09 Glenn Morris <rgm@gnu.org>
6258
6259 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6260
6261 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6262 Add :version tags.
6263
6264 * progmodes/compile.el (compilation-error-screen-columns)
6265 (compilation-first-column, compilation-filter-start): Doc fixes.
6266
6267 * vc/log-view.el (log-view-toggle-entry-display):
6268 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6269
6270 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6271 (report-emacs-bug-can-use-xdg-email):
6272 (report-emacs-bug-insert-to-mailer): Doc fixes.
6273 (report-emacs-bug): Message fix.
6274
6275 * net/browse-url.el (browse-url-can-use-xdg-open)
6276 (browse-url-xdg-open): Doc fixes.
6277
6278 * electric.el (electric-indent-mode, electric-pair-mode)
6279 (electric-layout-rules, electric-layout-mode): Doc fixes.
6280 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6281
6282 2012-02-08 Martin Rudalics <rudalics@gmx.at>
6283
6284 * server.el (server-unselect-display): Don't inadvertently kill
6285 the current buffer. (Bug#10729)
6286
6287 2012-02-08 Glenn Morris <rgm@gnu.org>
6288
6289 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6290 (sql-list-table): Doc fixes.
6291
6292 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6293 Comment out (does nothing).
6294
6295 * completion.el (dynamic-completion-mode):
6296 * dirtrack.el (dirtrack-debug-mode):
6297 * electric.el (electric-layout-mode):
6298 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6299 * face-remap.el (text-scale-mode, buffer-face-mode):
6300 * iimage.el (iimage-mode):
6301 * image-mode.el (image-transform-mode):
6302 * minibuffer.el (completion-in-region-mode):
6303 * scroll-lock.el (scroll-lock-mode):
6304 * simple.el (next-error-follow-minor-mode):
6305 * tar-mode.el (tar-subfile-mode):
6306 * tooltip.el (tooltip-mode):
6307 * vcursor.el (vcursor-use-vcursor-map):
6308 * wid-browse.el (widget-minor-mode):
6309 * emulation/tpu-edt.el (tpu-edt-mode):
6310 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6311 * international/iso-ascii.el (iso-ascii-mode):
6312 * language/thai-util.el (thai-word-mode):
6313 * mail/supercite.el (sc-minor-mode):
6314 * net/goto-addr.el (goto-address-mode):
6315 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6316 * progmodes/cwarn.el (cwarn-mode):
6317 * progmodes/flymake.el (flymake-mode):
6318 * progmodes/glasses.el (glasses-mode):
6319 * progmodes/hideshow.el (hs-minor-mode):
6320 * progmodes/pascal.el (pascal-outline-mode):
6321 * textmodes/enriched.el (enriched-mode):
6322 * vc/smerge-mode.el (smerge-mode):
6323 Doc fixes (minor mode argument).
6324
6325 2012-02-07 Eli Zaretskii <eliz@gnu.org>
6326
6327 * ls-lisp.el (ls-lisp-sanitize): New function.
6328 (ls-lisp-insert-directory): Use it to fix or remove any elements
6329 in file-alist with missing attributes. (Bug#4673)
6330
6331 2012-02-07 Alan Mackenzie <acm@muc.de>
6332
6333 Fix spurious recognition of c-in-knr-argdecl.
6334
6335 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6336 putative K&R region.
6337
6338 2012-02-07 Alan Mackenzie <acm@muc.de>
6339
6340 * progmodes/cc-engine.el (c-forward-objc-directive):
6341 Prevent looping in "#pragma mark @implementation".
6342
6343 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
6344
6345 * notifications.el (notifications-on-closed-signal): Make `reason'
6346 optional. (Bug#10744)
6347
6348 2012-02-07 Glenn Morris <rgm@gnu.org>
6349
6350 * emacs-lisp/easy-mmode.el (define-minor-mode):
6351 Doc fixes for the macro and the mode it defines.
6352
6353 * image.el (imagemagick-types-inhibit): Doc fix.
6354
6355 * cus-start.el (imagemagick-render-type): Add it.
6356
6357 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6358
6359 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6360 Set the default at load time, too, so that `font-lock-fontify-buffer'
6361 can be called without setting up the entire mode first. This fixes
6362 a bug in `mm-inline-text' with C MIME parts.
6363
6364 2012-02-06 Chong Yidong <cyd@gnu.org>
6365
6366 * simple.el (list-processes--refresh): Delete exited processes
6367 (Bug#8094).
6368
6369 * comint.el (comint-next-prompt): next-single-char-property-change
6370 and prev-single-char-property-change never return nil (Bug#8657).
6371
6372 * custom.el (defcustom): Doc fix (Bug#9711).
6373
6374 2012-02-05 Chong Yidong <cyd@gnu.org>
6375
6376 * cus-edit.el (custom-variable-reset-backup): Quote the value
6377 before storing it in the customized-value property (Bug#6712).
6378 (custom-display): Add a customization type tag.
6379 (custom-buffer-create-internal): Improve tooltip message.
6380
6381 * wid-edit.el (widget-field-value-get): New optional arg to
6382 suppress trailing whitespace truncation.
6383 (character): Use it (Bug#2689).
6384
6385 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6386
6387 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6388 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6389
6390 2012-02-05 Chong Yidong <cyd@gnu.org>
6391
6392 * cus-edit.el (custom-variable-value-create): For mismatched
6393 types, show the current value (Bug#7600).
6394
6395 * custom.el (defcustom): Doc fix.
6396
6397 2012-02-05 Glenn Morris <rgm@gnu.org>
6398
6399 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6400
6401 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6404 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6405 (pp-last-sexp): Use `looking-at-p'.
6406
6407 2012-02-04 Glenn Morris <rgm@gnu.org>
6408
6409 * files.el (revert-buffer):
6410 Doc fix (mention revert-buffer-in-progress-p).
6411
6412 * emacs-lisp/ert-x.el (ert-simulate-command):
6413 Check deferred-action-list (which is obsolete) is bound.
6414
6415 * subr.el (with-wrapper-hook): Doc fixes.
6416
6417 * simple.el (filter-buffer-substring-functions)
6418 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6419
6420 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6421
6422 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6423 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6424
6425 2012-02-04 Leo Liu <sdl.web@gmail.com>
6426
6427 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6428
6429 2012-02-04 Glenn Morris <rgm@gnu.org>
6430
6431 * image.el (image-extension-data): Add obsolete alias.
6432
6433 * isearch.el (isearch-update): Doc fix.
6434
6435 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6436
6437 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6438
6439 2012-02-03 Glenn Morris <rgm@gnu.org>
6440
6441 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6442 (image-animate-timeout): Doc fix.
6443
6444 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6445
6446 2012-02-02 Glenn Morris <rgm@gnu.org>
6447
6448 * server.el (server-auth-dir): Doc fix.
6449 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6450
6451 * subr.el (run-mode-hooks): Doc fix.
6452
6453 2012-02-02 Juri Linkov <juri@jurta.org>
6454
6455 * image-mode.el (image-toggle-display-image): Remove tautological
6456 `major-mode' from the `derived-mode-p' test.
6457
6458 2012-02-02 Kenichi Handa <handa@m17n.org>
6459
6460 * composite.el (compose-region): Cancel previous change.
6461
6462 2012-02-02 Kenichi Handa <handa@m17n.org>
6463
6464 * composite.el (compose-region, compose-string): Signal error for
6465 a null string component (Bug#6988).
6466
6467 2012-02-01 Chong Yidong <cyd@gnu.org>
6468
6469 * view.el (view-buffer-other-window, view-buffer-other-frame):
6470 Handle special modes like view-buffer (Bug#10650).
6471 (view-buffer): Simplify.
6472
6473 * frame.el (set-frame-font): Tweak meaning of third argument.
6474
6475 * dynamic-setting.el (font-setting-change-default-font):
6476 Use set-frame-font (Bug#9982).
6477
6478 2012-02-01 Glenn Morris <rgm@gnu.org>
6479
6480 * progmodes/compile.el (compilation-internal-error-properties):
6481 Respect compilation-first-column in the "*compilation*" buffer.
6482
6483 * emacs-lisp/easy-mmode.el (define-minor-mode):
6484 Relax :variable's test for a named function.
6485
6486 2012-01-31 Alan Mackenzie <acm@muc.de>
6487
6488 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6489 off by one error.
6490
6491 2012-01-31 Chong Yidong <cyd@gnu.org>
6492
6493 * frame.el (set-frame-font): New arg ALL-FRAMES.
6494
6495 * menu-bar.el (menu-set-font): Use set-frame-font.
6496
6497 * faces.el (face-spec-reset-face): Don't apply unspecified
6498 attribute values to the default face.
6499
6500 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
6501
6502 * progmodes/cwarn.el (cwarn): Remove dead link.
6503 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6504 Remove * from defcustom docstrings.
6505 (turn-on-cwarn-mode): Make obsolete.
6506 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6507 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6508
6509 2012-01-31 Glenn Morris <rgm@gnu.org>
6510
6511 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6512 Fix :variable handling of mode a symbol not equal to modefun.
6513 Allow named functions to be used as the cdr of :variable.
6514
6515 2012-01-30 Glenn Morris <rgm@gnu.org>
6516
6517 * emacs-lisp/authors.el (authors-fixed-entries):
6518 Remove reference to deleted file rnewspost.el.
6519
6520 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * window.el (window-with-parameter): Remove unused variable `windows'.
6523 (window--side-check): Remove unused variable `code'.
6524 (window--resize-siblings): Remove unused variable `first'.
6525 (adjust-window-trailing-edge): Remove unused variable `failed'.
6526 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6527 Use `let', not `let*'.
6528 (balance-windows-2): Remove unused variable `found'.
6529 (window--state-put-2): Remove unused variable `splits'.
6530 (window-state-put): Remove unused variable `selected'.
6531 (same-window-p): Use `string-match-p'.
6532 (display-buffer-assq-regexp): Remove unused variable `value'.
6533 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6534 Mark argument ALIST as ignored.
6535 (pop-to-buffer): Remove unused variable `old-window'.
6536
6537 2012-01-29 Eli Zaretskii <eliz@gnu.org>
6538
6539 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6540 and .lzma compressed files.
6541
6542 2012-01-29 Chong Yidong <cyd@gnu.org>
6543
6544 * frame.el (window-system-default-frame-alist): Doc fix.
6545
6546 * dynamic-setting.el (font-setting-change-default-font): Don't
6547 change the default face if SET-FONT argument is non-nil (Bug#9982).
6548
6549 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6550
6551 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6552
6553 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6554
6555 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6556 breakpoints in files outside current directory (Bug#6098).
6557
6558 2012-01-29 Chong Yidong <cyd@gnu.org>
6559
6560 * progmodes/python.el: Require ansi-color at top-level.
6561
6562 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6563 Define and use in Emacs Lisp mode (Bug#9360).
6564 (lisp-mode-abbrev-table): Add doc.
6565 (lisp-mode-variables): Don't set local-abbrev-table.
6566 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6567
6568 2012-01-28 Roland Winkler <winkler@gnu.org>
6569
6570 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6571
6572 2012-01-28 Roland Winkler <winkler@gnu.org>
6573
6574 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6575 (bibtex-set-dialect): Use it. Either set global values of
6576 dialect-dependent variables or bind these variables buffer-locally
6577 (Bug#10254).
6578 (bibtex-mode): Call bibtex-set-dialect via
6579 hack-local-variables-hook.
6580 (bibtex-dialect): Update docstring.
6581 Add safe-local-variable predicate.
6582 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6583 bibtex-set-dialect.
6584 (bibtex-mode-map): Define menu for each dialect.
6585 (bibtex-entry): Fix docstring.
6586
6587 2012-01-28 Chong Yidong <cyd@gnu.org>
6588
6589 * eshell/esh-arg.el (eshell-quote-argument): New function.
6590
6591 * eshell/esh-ext.el (eshell-invoke-batch-file):
6592 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6593 first arg to eshell-parse-command (Bug#10523).
6594
6595 2012-01-28 Drew Adams <drew.adams@oracle.com>
6596
6597 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6598 `default-directory' is non-nil.
6599
6600 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6601
6602 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6603 line that displays system-configuration-options. (Bug#9924)
6604
6605 2012-01-28 Drew Adams <drew.adams@oracle.com>
6606
6607 * descr-text.el (describe-char): Show information about POS, in
6608 addition to information about the character at POS. Improve and
6609 update the doc string. Change "code point" to "code point in
6610 charset", to avoid confusion with the character's Unicode code
6611 point shown above that. (Bug#10129)
6612
6613 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6614
6615 * descr-text.el (describe-char): Show the raw character, not only
6616 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6617 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6618 for the reasons.
6619
6620 2012-01-28 Phil Hagelberg <phil@hagelb.org>
6621
6622 * emacs-lisp/package.el (package-install):
6623 Run package-refresh-contents if there is no archive yet (Bug#9798).
6624
6625 2012-01-28 Chong Yidong <cyd@gnu.org>
6626
6627 * emacs-lisp/package.el (package-maybe-load-descriptor):
6628 New function, split from package-maybe-load-descriptor.
6629 (package-maybe-load-descriptor): Use it.
6630 (package-download-transaction): Fully load required packages
6631 inside the loop, so that `require' calls work (Bug#10593).
6632 (package-install): No need to call package-initialize now.
6633
6634 2012-01-28 Chong Yidong <cyd@gnu.org>
6635
6636 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6637
6638 * tooltip.el (tooltip-mode): Doc fix.
6639 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6640
6641 * frame.el (set-cursor-color): Doc fix (Bug#352).
6642
6643 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6644 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6645
6646 * cus-edit.el (custom-buffer-create-internal): Fix search button
6647 action (Bug#10542).
6648 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6649
6650 2012-01-27 Eduard Wiebe <usenet@pusto.de>
6651
6652 * dired.el (dired-mark-files-regexp):
6653 Include any subdirectory components. (Bug#10445)
6654
6655 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6656
6657 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6658 Handle [host]:port syntax. (Bug#10533)
6659
6660 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
6661
6662 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6663
6664 2012-01-26 Glenn Morris <rgm@gnu.org>
6665
6666 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6667 * term.el (term-raw-escape-map): Use Control-X-prefix.
6668 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6669
6670 2012-01-25 Martin Rudalics <rudalics@gmx.at>
6671
6672 * window.el (window-state-get, window--state-get-1): Don't deal
6673 with fixed-sizeness of windows. Simplify code.
6674
6675 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6676
6677 * window.el (window--state-get-1, window--state-put-2):
6678 Don't save and restore the mark.
6679
6680 2012-01-25 Chong Yidong <cyd@gnu.org>
6681
6682 * custom.el (custom-variable-p): Doc fix.
6683
6684 2012-01-25 Glenn Morris <rgm@gnu.org>
6685
6686 * dired.el (dired-goto-file): Handle some of the more common
6687 characters that `ls -b' escapes. (Bug#10596)
6688
6689 * progmodes/compile.el (compilation-next-error-function):
6690 Respect compilation-first-column in the "*compilation*" buffer.
6691 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6692
6693 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6694
6695 2012-01-24 Glenn Morris <rgm@gnu.org>
6696
6697 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6698
6699 2012-01-24 Julien Danjou <julien@danjou.info>
6700
6701 * color.el (color-rgb-to-hsl): Fix value computing.
6702 (color-hue-to-rgb): New function.
6703 (color-hsl-to-rgb): New function.
6704 (color-clamp, color-saturate-hsl, color-saturate-name)
6705 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6706 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6707
6708 2012-01-24 Glenn Morris <rgm@gnu.org>
6709
6710 * vc/vc-rcs.el (vc-rcs-create-tag):
6711 * vc/vc-sccs.el (vc-sccs-create-tag):
6712 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6713
6714 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6715
6716 * eshell/esh-util.el (eshell-read-hosts-file):
6717 Skip comment lines. (Bug#10549)
6718
6719 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6720
6721 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
6722
6723 * subr.el (display-delayed-warnings): Doc fix.
6724 (collapse-delayed-warnings): New function to collapse identical
6725 adjacent warnings.
6726 (delayed-warnings-hook): Add it.
6727
6728 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
6729
6730 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6731
6732 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6733 (tramp-default-user-alist): Don't add "pscp".
6734 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6735 property "login-as", if set. (Bug#10530)
6736
6737 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
6738
6739 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6740 "plink1" and "psftp". (Bug#10530)
6741
6742 2012-01-21 Kenichi Handa <handa@m17n.org>
6743
6744 * international/mule-cmds.el (prefer-coding-system): Show a
6745 warning message if the default value of file-name-coding-system
6746 was not changed.
6747
6748 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6749
6750 * windmove.el (windmove-reference-loc):
6751 Fix windmove-reference-loc miscalculation.
6752
6753 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6754
6755 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6756 default unit.
6757
6758 2012-01-21 Glenn Morris <rgm@gnu.org>
6759
6760 * international/mule.el (auto-coding-alist): Add .tbz.
6761
6762 * files.el (local-enable-local-variables): Doc fix.
6763 (inhibit-local-variables-regexps): Rename from
6764 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6765 Doc fix. Add some extensions from auto-coding-alist.
6766 (inhibit-local-variables-suffixes):
6767 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6768 (inhibit-local-variables-p):
6769 New function, extracted from set-auto-mode-1.
6770 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6771 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6772 (hack-local-variables): Doc fix. Make the mode-only case
6773 respect enable-local-variables and friends.
6774 Respect inhibit-local-variables-regexps for file-locals, but
6775 not for directory-locals.
6776 (set-visited-file-name):
6777 Take account of inhibit-local-variables-regexps.
6778 Whether it applies may change as the file name is changed.
6779 * jka-cmpr-hook.el (jka-compr-install):
6780 * jka-compr.el (jka-compr-uninstall):
6781 Update for inhibit-first-line-modes-suffixes name change.
6782
6783 2012-01-20 Martin Rudalics <rudalics@gmx.at>
6784
6785 * help-macro.el (make-help-screen): Temporarily restore original
6786 binding for minor-mode-map-alist (Bug#10454).
6787
6788 2012-01-19 Julien Danjou <julien@danjou.info>
6789
6790 * color.el (color-name-to-rgb): Use the white color to find the max
6791 color component value and return correctly computed values.
6792 (color-name-to-rgb): Add missing float conversion for max value.
6793
6794 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6795
6796 * window.el (window--state-get-1, window-state-get): Do not use
6797 special state value for window-persistent-parameters.
6798 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
6799 (window--state-put-2): Reset all window parameters to nil before
6800 assigning values of persistent parameters.
6801
6802 2012-01-18 Alan Mackenzie <acm@muc.de>
6803
6804 Eliminate sluggishness and hangs in fontification of "semicolon
6805 deserts".
6806
6807 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6808 Change value 10000 -> 3000.
6809 (c-state-safe-place): Reformulate so it doesn't stack up an
6810 infinite number of wrong entries in c-state-nonlit-pos-cache.
6811 (c-determine-limit-get-base, c-determine-limit): New functions to
6812 determine backward search limits disregarding literals.
6813 (c-find-decl-spots): Amend commenting.
6814 (c-cheap-inside-bracelist-p): New function which detects "={".
6815
6816 * progmodes/cc-fonts.el
6817 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6818 backward search.
6819 (c-font-lock-declarations): Fix an occurrence of point being
6820 undefined. Check additionally for point being in a bracelist or
6821 near a macro invocation without a semicolon so as to avoid a
6822 fruitless time consuming search for a declarator. Give a more
6823 precise search limit for declarators using the new
6824 c-determine-limit.
6825
6826 2012-01-18 Glenn Morris <rgm@gnu.org>
6827
6828 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6829 (set-auto-mode): Doc fixes.
6830
6831 2012-01-17 Glenn Morris <rgm@gnu.org>
6832
6833 * isearch.el (search-nonincremental-instead): Fix doc typo.
6834
6835 * dired.el (dired-insert-directory): Handle newlines in directory name.
6836 (dired-build-subdir-alist): Unescape newlines in directory name.
6837
6838 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
6839
6840 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6841 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6842 (tramp-action-terminal): Use it. (Bug#10530)
6843
6844 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6847
6848 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6849
6850 * window.el (window-state-ignored-parameters): Remove variable.
6851 (window--state-get-1): Rename argument MARKERS to IGNORE.
6852 Handle persistent window parameters. Make copy of clone-of
6853 parameter only if requested. (Bug#10348)
6854 (window--state-put-2): Install a window parameter only if it has
6855 a non-nil value or an existing parameter shall be overwritten.
6856
6857 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6858
6859 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6860
6861 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6862
6863 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6864 don't pass the (nil) value of `upnode' to string-match.
6865
6866 2012-01-14 Chong Yidong <cyd@gnu.org>
6867
6868 * startup.el (command-line): Fix X resource class for cursorColor.
6869 Fix values recognized by the cursorBlink resource.
6870
6871 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6872
6873 * epg.el (epg--make-temp-file): Avoid permission race condition
6874 when running on old Emacs versions (bug#10403).
6875
6876 2012-01-14 Glenn Morris <rgm@gnu.org>
6877
6878 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6879
6880 2012-01-13 Alan Mackenzie <acm@muc.de>
6881
6882 Fix filling for when filladapt mode is enabled.
6883
6884 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6885 c-mask-paragraph, pass in `fill-paragraph' rather than
6886 `fill-region-as-paragraph'. (This is a reversion of a previous
6887 change.)
6888 * progmodes/cc-mode.el (c-basic-common-init):
6889 Make fill-paragraph-handle-comment buffer local and set it to nil.
6890
6891 2012-01-13 Glenn Morris <rgm@gnu.org>
6892
6893 * dired.el (dired-switches-escape-p): New function.
6894 (dired-insert-directory): Use dired-switches-escape-p.
6895 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6896
6897 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6898
6899 2012-01-12 Glenn Morris <rgm@gnu.org>
6900
6901 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6902 changes in adaptive-fill-regexp. (Bug#10276)
6903
6904 2012-01-11 Alan Mackenzie <acm@muc.de>
6905
6906 Fix Emacs bug #10463 - put `widen's around the critical spots.
6907
6908 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6909 widen around each invocation of c-state-pp-to-literal. Remove an
6910 unused let variable.
6911
6912 2012-01-11 Glenn Morris <rgm@gnu.org>
6913
6914 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6915 Doc fix.
6916
6917 2012-01-10 Chong Yidong <cyd@gnu.org>
6918
6919 * net/network-stream.el (network-stream-open-starttls):
6920 Avoid emitting a confusing error message when the server gives a bad
6921 response to the capability command.
6922
6923 2012-01-10 Glenn Morris <rgm@gnu.org>
6924
6925 * mail/unrmail.el (unrmail): Tweak previous change.
6926
6927 2012-01-09 Chong Yidong <cyd@gnu.org>
6928
6929 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6930
6931 2012-01-08 Alan Mackenzie <acm@muc.de>
6932
6933 Optimise font locking in long enum definitions.
6934
6935 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6936 arm to a cond form to handle enums.
6937 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6938 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6939
6940 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6941
6942 * files.el (move-file-to-trash): Preserve default file modes on error.
6943 (Bug#10401)
6944
6945 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * faces.el (set-face-attribute): Clarify the meaning of the nil
6948 frame (bug#10294).
6949
6950 * subr.el (with-selected-frame): Mention that the selected frame
6951 is restored (bug#9980).
6952
6953 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6954 (bug#9759).
6955
6956 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6957 (password-read): Don't autoload unused function.
6958
6959 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * progmodes/which-func.el (which-func-mode): Turn into a
6962 non-interactive function and mark as obsolete (bug#10428).
6963
6964 2012-01-06 Chong Yidong <cyd@gnu.org>
6965
6966 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6967 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6968 functions, along with 1 and -1.
6969
6970 2012-01-06 Eli Zaretskii <eliz@gnu.org>
6971
6972 * time.el (display-time-load-average)
6973 (display-time-default-load-average): Doc fixes. See the thread
6974 starting at
6975 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6976 for the details.
6977
6978 2012-01-06 Glenn Morris <rgm@gnu.org>
6979
6980 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6981 has no messages. (Bug#10377)
6982
6983 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6984 than Info-edit. (Bug#10385)
6985
6986 * time.el (display-time-load-average, display-time-next-load-average):
6987 Doc fixes.
6988
6989 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6990 local setting of buffer-read-only to the input buffer. (Bug#10419)
6991
6992 * calendar/calendar.el (calendar-mode):
6993 Locally set scroll-margin to 0. (Bug#10379)
6994
6995 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
6996
6997 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6998
6999 2012-01-05 Glenn Morris <rgm@gnu.org>
7000
7001 * eshell/em-unix.el (diff-no-select): Autoload it.
7002 (eshell/diff): Use diff-no-select. (Bug#10420)
7003
7004 2012-01-05 Chong Yidong <cyd@gnu.org>
7005
7006 * shell.el (shell-dynamic-complete-functions): Revert last change.
7007 (shell-command-completion-function): New function.
7008 (shell-completion-vars): Use it to implement
7009 shell-completion-execonly (Bug#10417).
7010
7011 * custom.el (enable-theme): Don't set custom-safe-themes.
7012
7013 * cus-theme.el (custom-theme-merge-theme):
7014 Ignore custom-enabled-themes and custom-safe-themes.
7015
7016 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7017
7018 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7019 first prompt in `sql-interacive-mode'.
7020 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
7021 keywords.
7022 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
7023 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7024 context of original buffer. Invoke `sql-login-hook'.
7025
7026 2012-01-04 Eli Zaretskii <eliz@gnu.org>
7027
7028 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7029 letters in cite-prefix.
7030
7031 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7032
7033 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7034
7035 2012-01-03 Chong Yidong <cyd@gnu.org>
7036
7037 * shell.el (shell-dynamic-complete-functions):
7038 Put pcomplete-completions-at-point, so as to try
7039 comint-filename-completion first (Bug#10417).
7040
7041 2012-01-02 Richard Stallman <rms@gnu.org>
7042
7043 * battery.el (battery-status-function):
7044 Detect when to use battery-yeeloong-sysfs.
7045 (battery-echo-area-format): Add string for Yeeloong.
7046 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7047 (battery-yeeloong-sysfs): New function.
7048
7049 2012-01-02 Chong Yidong <cyd@gnu.org>
7050
7051 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7052 (dirtrack): Merge code for handling relative filenames in prompt
7053 from shell-dir-cookie-watcher.
7054 (dirtrack-debug-message): New arg to avoid excess format calls.
7055
7056 * shell.el (shell-dir-cookie-re): Variable deleted.
7057 (shell-dir-cookie-watcher): Function deleted.
7058 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7059 with dirtrack-mode.
7060
7061 2012-01-01 Eli Zaretskii <eliz@gnu.org>
7062
7063 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7064 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
7065 libgnutls-26.dll.
7066
7067 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7068
7069 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7070
7071 2011-12-31 Eli Zaretskii <eliz@gnu.org>
7072
7073 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7074 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7075
7076 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
7077
7078 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7079 also for alternative shells.
7080 (tramp-open-connection-setup-interactive-shell): Check, whether
7081 the shell is a busybox.
7082 (tramp-send-command): Don't suppress multiple prompts for
7083 busyboxes, it hurts.
7084
7085 2011-12-28 Chong Yidong <cyd@gnu.org>
7086
7087 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7088 (gdb-get-source-file): Move mode line update to
7089 gdb-get-source-file (Bug#10087).
7090
7091 2011-12-25 Chong Yidong <cyd@gnu.org>
7092
7093 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7094 gud-gdb-marker-filter without taking it as an argument.
7095 (gud-gdb-run-command-fetch-lines): Caller changed.
7096 (gud-gdb-completion-function): New variable.
7097 (gud-gdb-completion-at-point): Use it.
7098 (gud-gdb-completions-1): Split from gud-gdb-completions.
7099
7100 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7101 function as separate arguments.
7102 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7103 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7104 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7105 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7106 (gdb-stopped, def-gdb-auto-update-trigger)
7107 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
7108 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7109 Callers changed.
7110 (gud-gdbmi-completions): New function.
7111 (gdb): Use it for generating the completion table.
7112
7113 2011-12-24 Alan Mackenzie <acm@muc.de>
7114
7115 Introduce a mechanism to widen the region used in context font
7116 locking. Use this to protect declarations from losing their contexts.
7117
7118 * progmodes/cc-langs.el (c-before-font-lock-functions):
7119 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
7120 (c-before-context-fontification-functions): New defvar, a list of
7121 functions to be run just before context (etc.) font locking.
7122
7123 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
7124 New, functionality extracted from
7125 c-neutralize-syntax-in-and-mark-CPP.
7126 (c-in-after-change-fontification): New variable.
7127 (c-after-change): Set c-in-after-change-fontification.
7128 (c-set-fl-decl-start): Rejig its interface, so it can be called
7129 from both after-change and context fontifying.
7130 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7131 New functions.
7132 (c-standard-font-lock-fontify-region-function): New variable.
7133 (c-font-lock-fontify-region): New function.
7134
7135 2011-12-24 Juri Linkov <juri@jurta.org>
7136
7137 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7138 (Bug#10348)
7139
7140 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
7141
7142 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7143 existence of source file. (Bug#10325)
7144
7145 2011-12-23 Alan Mackenzie <acm@muc.de>
7146
7147 Fix unstable fontification inside templates.
7148
7149 * progmodes/cc-langs.el (c-before-font-lock-functions):
7150 Newly created from the singular version. The (c c++ objc) entry now
7151 additionally has c-set-fl-decl-start. The other languages (apart
7152 from AWK) have that as a single entry.
7153
7154 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7155 The functionality for "local" declarations has been extracted to
7156 c-set-fl-decl-start.
7157
7158 * progmodes/cc-mode.el (c-common-init, c-after-change):
7159 Changes due to pluralisation of c-before-font-lock-functions.
7160 (c-set-fl-decl-start): New function, extracted from
7161 c-font-lock-enclosing-decls and enhanced.
7162
7163 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
7164
7165 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7166
7167 2011-12-22 Juri Linkov <juri@jurta.org>
7168
7169 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7170
7171 2011-12-22 Chong Yidong <cyd@gnu.org>
7172
7173 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7174
7175 2011-12-21 Drew Adams <drew.adams@oracle.com>
7176
7177 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7178
7179 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7180
7181 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7182
7183 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7184
7185 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7186 highlighting and support. Fix up comments for capitalization.
7187 (cfengine-mode-debug): New var.
7188 (cfengine3-mode): Change the modeline indicator to "CFE3".
7189 (cfengine3-font-lock-keywords): Improve defun highlighting.
7190 (cfengine2-actions): Rename from `cfengine-actions'.
7191 (cfengine2-font-lock-keywords): Rename from
7192 `cfengine-font-lock-keywords'.
7193 (cfengine2-imenu-expression): Rename from
7194 `cfengine-imenu-expression'.
7195 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7196 (cfengine2-beginning-of-defun): Rename from
7197 `cfengine-beginning-of-defun'.
7198 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7199 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7200 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7201 modeline indicator to "CFE2".
7202 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7203 (cfengine-mode-abbrevs): Mark obsolete.
7204
7205 2011-12-21 Chong Yidong <cyd@gnu.org>
7206
7207 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7208 filename argument.
7209
7210 2011-12-20 Martin Rudalics <rudalics@gmx.at>
7211
7212 * window.el (window-normalize-buffer-to-display): Remove.
7213 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7214
7215 2011-12-19 Chong Yidong <cyd@gnu.org>
7216
7217 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7218 Don't signal an error in a predicate function; return non-nil.
7219 (vc-dir-mark-file): Move the error here.
7220 (vc-dir-mark-unmark): If acting on the region, keep going if one
7221 of the entries cannot be marked/unmarked.
7222 (vc-dir-mark-all-files): If current entry is a directory, mark
7223 only child files, as documented.
7224
7225 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7226
7227 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7228 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7229 addition.
7230
7231 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7232
7233 * term/ns-win.el (ns-get-selection-internal)
7234 (ns-store-selection-internal): Declare.
7235 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7236 Declare as obsolete.
7237 (ns-get-pasteboard, ns-paste-secondary):
7238 Use ns-get-selection-internal.
7239 (ns-set-pasteboard, ns-copy-including-secondary):
7240 Use ns-store-selection-internal.
7241
7242 2011-12-17 Chong Yidong <cyd@gnu.org>
7243
7244 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
7245 (vc-deduce-fileset): Doc fix.
7246
7247 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7248
7249 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7250
7251 2011-12-13 Sam Steingold <sds@gnu.org>
7252
7253 * man.el (Man-getpage-in-background): When running under a
7254 window-system, ignore $MANWIDTH and $COLUMNS.
7255
7256 2011-12-15 Kenichi Handa <handa@m17n.org>
7257
7258 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7259 (setup-ethiopic-environment-internal): Comment out key-binding for
7260 ethio-toggle-punctuation.
7261
7262 2011-12-13 Alan Mackenzie <acm@muc.de>
7263
7264 Add the switch statement to AWK Mode.
7265
7266 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7267 "default" to the keywords regexp.
7268
7269 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7270 expression as the rest.
7271 (c-nonlabel-token-key): Allow string literals for AWK.
7272 Refactor for the other modes.
7273
7274 Large brace-block initialisation makes CC Mode slow: Fix.
7275 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7276 routines. Limit backward searching in c-font-lock-enclosing.decl.
7277
7278 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7279 pp-state and literal type in addition to the limits.
7280 (c-state-safe-place): New defun, extracted from c-state-literal-at.
7281 (c-state-literal-at): Use the above new defun.
7282 (c-slow-in-literal, c-fast-in-literal): Remove.
7283 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7284
7285 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7286 being in a literal. Add a limit for backward searching.
7287
7288 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7289 c-slow-in-literal.
7290
7291 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7294
7295 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7296
7297 * window.el (delete-other-windows): Use correct frame in call to
7298 window-with-parameter.
7299
7300 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7301
7302 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7303 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7304 (makefile-gmake-statements, makefile-makepp-statements):
7305 Use it and add new makepp keywords.
7306 (makefile-makepp-font-lock-keywords): Add new patterns.
7307 (makefile-match-function-end): Match new [...] and [[...]].
7308
7309 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
7310
7311 * ses.el (ses-call-printer-return, ses-cell-property-get)
7312 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7313 (ses-create-cell-variable, ses-reset-header-string)
7314 (ses-cell-set-formula, ses-repair-cell-reference-all)
7315 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7316 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7317 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7318 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7319 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7320 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7321 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7322 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7323 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7324 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7325 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7326 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7327
7328 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7329
7330 * ses.el: The overall change is to add cell renaming, that is
7331 setting fancy names for cell symbols other than name matching
7332 "\\`[A-Z]+[0-9]+\\'" regexp .
7333 (ses-create-cell-variable): New defun.
7334 (ses-relocate-formula): Relocate formulas only for cells the
7335 symbols of which are not renamed, i.e. symbols whose names do not
7336 match regexp "\\`[A-Z]+[0-9]+\\'".
7337 (ses-relocate-all): Relocate values only for cells the symbols of
7338 which are not renamed.
7339 (ses-load): Create cells variables as the (ses-cell ...) are read,
7340 in order to check row col consistency with cell symbol name only
7341 for cells that are not renamed.
7342 (ses-replace-name-in-formula): New defun.
7343 (ses-rename-cell): New defun.
7344
7345 2011-12-11 Chong Yidong <cyd@gnu.org>
7346
7347 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7348 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7349
7350 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7351
7352 * window.el (other-window): Fix docstring.
7353
7354 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7355
7356 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7357 `from' or `to' address before taking its substring.
7358 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7359 encoded name is chopped in the middle of the encoded string, and
7360 thus displayed encoded.
7361
7362 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7365
7366 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7367
7368 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7369 to use texinfo-update-node and commands that call it if the
7370 Texinfo file uses @node lines without next/prev/up pointers.
7371 Correct outdated description about texinfo-master-menu.
7372 (texinfo-all-menus-update, texinfo-master-menu)
7373 (texinfo-update-node, texinfo-every-node-update)
7374 (texinfo-multiple-files-update): Doc fix. Warn against updating
7375 all the @node lines.
7376 (texinfo-master-menu): Only call texinfo-update-node if the prefix
7377 argument is numeric. Explain better in the doc string what the
7378 function really does.
7379 (texinfo-insert-master-menu-list): Improve the error message
7380 displayed if there's no menu in the Top node.
7381 (Bug#2975) See also this thread:
7382 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7383
7384 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7385
7386 * speedbar.el (speedbar-supported-extension-expressions):
7387 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7388
7389 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
7390
7391 * printing.el (pr-mode-alist):
7392 * simple.el (filter-buffer-substring-functions)
7393 (completion-list-insert-choice-function):
7394 * window.el (window-with-parameter, window-atom-root)
7395 (window-sides-slots, window-size-fixed, window-min-delta)
7396 (window-max-delta, window--resize-mini-window)
7397 (window--resize-child-windows-normal, window-tree)
7398 (delete-other-windows, quit-window, split-window)
7399 (display-buffer-record-window, special-display-buffer-names)
7400 (special-display-regexps, special-display-popup-frame)
7401 (same-window-p, split-window-sensibly)
7402 (display-buffer-overriding-action, display-buffer-alist)
7403 (display-buffer-base-action, display-buffer, switch-to-buffer)
7404 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7405 (fit-window-to-buffer, recenter-positions)
7406 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7407 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7408 and remove unneeded backslashes in docstrings.
7409
7410 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7413
7414 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7415 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7416 end in ".mk".
7417 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7418 when reading the makefile (bug#10116).
7419
7420 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7423 (bug#10116).
7424
7425 2011-12-06 Glenn Morris <rgm@gnu.org>
7426
7427 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7428
7429 2011-12-06 Chong Yidong <cyd@gnu.org>
7430
7431 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7432
7433 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * textmodes/table.el (table-shorten-cell): Fix typo.
7436
7437 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7438
7439 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7440
7441 2011-12-05 Eli Zaretskii <eliz@gnu.org>
7442
7443 * descr-text.el (describe-char): Fix display of strong
7444 right-to-left characters and directional embeddings and overrides.
7445
7446 * simple.el (what-cursor-position): Fix display of codepoints of
7447 strong right-to-left characters.
7448
7449 2011-12-05 Chong Yidong <cyd@gnu.org>
7450
7451 * faces.el (read-color): Doc fix.
7452
7453 2011-12-05 Glenn Morris <rgm@gnu.org>
7454
7455 * align.el (align--set-marker): Add doc-string.
7456 Don't try to move something that is not a marker. (Bug#10216)
7457
7458 2011-12-04 Glenn Morris <rgm@gnu.org>
7459
7460 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7461 overly zealous deletion of trailing whitespace.
7462
7463 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * server.el (server-delete-client): On Windows, do not try to delete
7466 the only terminal.
7467 (server-process-filter): On Windows, treat requests for a tty frame as
7468 if they were for a GUI frame if the running server is in GUI mode.
7469
7470 2011-12-03 Glenn Morris <rgm@gnu.org>
7471
7472 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7473
7474 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * electric.el: Streamline electric-indent's hook.
7477 (electric-indent-chars): Revert to simple list.
7478 (electric-indent-functions): New var.
7479 (electric-indent-post-self-insert-function): Use it.
7480
7481 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7482 there's no inferior buffer (bug#10196).
7483 (prolog-consult-compile): Don't use toggle-read-only.
7484
7485 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
7486
7487 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7488 interrupt. (Bug#10187)
7489
7490 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7493 (bug#9160).
7494
7495 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7496 (bug#10191).
7497
7498 2011-12-02 Juri Linkov <juri@jurta.org>
7499
7500 * info.el (Info-search): Display "end of manual" when Isearch
7501 reaches the end of single-file Info manual. (Bug#9918)
7502
7503 2011-12-02 Eli Zaretskii <eliz@gnu.org>
7504
7505 * isearch.el (isearch-message-prefix): Run the input method part
7506 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7507
7508 2011-12-02 Juri Linkov <juri@jurta.org>
7509
7510 * isearch.el (isearch-occur): Use `word-search-regexp' for
7511 `isearch-word'.
7512 (isearch-search-and-update): Add condition for `isearch-word' and
7513 call `word-search-regexp'. (Bug#10145)
7514
7515 2011-12-01 Glenn Morris <rgm@gnu.org>
7516
7517 * eshell/em-hist.el (eshell-hist-initialize):
7518 Handle eshell-history-size nil and HISTSIZE set or unset.
7519 (eshell-history-file-name, eshell-history-size): Fix custom type.
7520
7521 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7524
7525 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
7526
7527 * progmodes/verilog-mode.el (verilog-pretty-expr):
7528 Rework verilog-pretty-expr to handle new assignment operators in system
7529 verilog, such as += *= and the like.
7530 (verilog-assignment-operator-re): Regular expression to find the
7531 assigment operator in a verilog assignment.
7532 (verilog-assignment-operation-re): Regular expression to find an
7533 assignment statement for pretty-expr.
7534 (verilog-in-attribute-p): Query returns true if point is in an
7535 attribute context; used to skip these for expression line up from
7536 pretty-expr.
7537 (verilog-in-parameter-p): Query returns true if point is in an
7538 parameter definition context; used to skip these for expression
7539 line up from pretty-expr.
7540 (verilog-in-parenthesis-p): Query returns true if point is in a
7541 parenthetical expression, specifically ( ) but not [ ] or { };
7542 used by pretty-expr.
7543 (verilog-just-one-space): If there is no space, don't add one.
7544 (verilog-get-lineup-indent-2): Specifically skip just attribute
7545 contexts for expression lineup, rather than skipping all
7546 parenthetical expressions.
7547 (verilog-calculate-indent): Fix comment, and fix indent.
7548 (verilog-do-indent): Indent declarations in lists (suggested by
7549 Joachim Lechner).
7550 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7551 skeleton items.
7552 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7553 by Alain Mellan).
7554
7555 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
7556
7557 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7558 parameters with embedded comments. Reported by Ray Stevens.
7559 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7560 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7561 Reported by Tim Holt.
7562 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7563 instantiated by upper module causing wrong expansion until AUTOed a
7564 second time. Reported by K C Buckenmaier.
7565 (verilog-diff-auto): Fix showing .* as a difference when
7566 `verilog-auto-star-save' off. Reported by Dan Dever.
7567 (verilog-auto-reset, verilog-read-always-signals)
7568 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7569 temporary signals in reset list if
7570 verilog-auto-reset-blocking-in-non is nil, and match assignment
7571 style to each signal's assignment type, bug381.
7572 Reported by Thomas Esposito.
7573 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7574 (verilog-uvm-statement-re): Support UVM indentation and
7575 highlighting, with old OVM keywords only.
7576 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7577 Support AUTOTIEOFF creating non-wire data types.
7578 Suggested by Jonathan Greenlaw.
7579 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7580 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7581 (verilog-inject-sense, verilog-read-inst-pins)
7582 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7583 Fix mismatching parenthesis inside commented out code when deleting
7584 AUTOINST, bug383. Reported by Jonathan Greenlaw.
7585 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7586 non-numeric vector width. Reported by Alex Reed.
7587 (verilog-auto-ascii-enum): Add "onehot" option to work around not
7588 detecting signals with parameter widths. Reported by Alex Reed.
7589 (verilog-auto-delete-trailing-whitespace):
7590 With `verilog-auto-delete-trailing-whitespace' remove trailing
7591 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7592 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7593 Fix verilog-scan-cache corruption when running user AUTO expansion
7594 hooks that call indentation routines.
7595 (verilog-simplify-range-expression): Fix typo ignoring lower case
7596 identifiers.
7597 (verilog-delete-auto): Fix delete-autos to also remove user created
7598 automatics, as long as they start with AUTO.
7599 (verilog-batch-diff-auto, verilog-diff-auto)
7600 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7601 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7602 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7603 (verilog-in-paren-quick, verilog-re-search-backward-quick)
7604 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7605 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7606 is disabled and its cache will get corrupt, causing AUTOS not to
7607 expand. Instead use only -quick functions.
7608 (verilog-scan-region): Fix scanning over escaped quotes.
7609 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7610 (verilog-re-search-backward-quick)
7611 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7612 related functions now ignore strings, to fix misparsing of strings
7613 with magic comments embedded in them.
7614 (verilog-read-auto-template):
7615 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7616 Reported by Brad Dobbie.
7617 (verilog-read-auto-template):
7618 Fix 'verilog-auto-inst-template-numbers' with comments.
7619 Reported by Brad Dobbie.
7620 (verilog-auto-inst, verilog-auto-inst-param)
7621 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7622 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7623 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7624 debugging templates without merge conflicts, bug357.
7625 Reported by Brad Dobbie.
7626 (verilog-read-auto-template):
7627 Fix verilog-auto-inst-template-numbers with multiple templates.
7628 Reported by Brad Dobbie.
7629 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7630 abbrevs so user won't be asked to save.
7631 (verilog-read-auto-lisp-present): Fix to start at beginning of
7632 buffer in case called outside of verilog-auto.
7633 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7634 to "X-2". Reported by Matthew Myers.
7635 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7636 all inputs from module templates. Reported by Leith Johnson.
7637 (verilog-module-inside-filename-p): Fix locating programs as with
7638 modules.
7639 (verilog-auto-inst-port): Fix vl-width expressions when using
7640 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7641 (verilog-decls-get-regs, verilog-decls-get-signals,
7642 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7643 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7644 verilog-read-decls): Combine reg and wire structures into one var
7645 structure to represent SystemVerilog concepts.
7646 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7647 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7648 (verilog-auto-wire-type, verilog-insert-definition):
7649 Add verilog-auto-wire-type and AUTOLOGIC to support using
7650 SystemVerilog "logic" keyword instead of "wire"/"reg".
7651 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7652 to declares outputs that also have assignments (presumably in an
7653 ifdef or generate if so there's not a driver conflict).
7654 Reported by Matthew Myers.
7655 (verilog-auto-declare-nettype, verilog-insert-definition):
7656 Add verilog-auto-declare-nettype to fix declarations using
7657 `default_nettype none. Reported by Julian Gorfajn.
7658 (verilog-read-always-signals-recurse, verilog-read-decls)
7659 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7660 malformed end statement, bug325. Reported by Joshua Wise and
7661 Andrew Drake.
7662 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7663 (verilog-inst-comment-re): Fix not deleting Interfaced comment
7664 when expanding .* in interfaces, bug320.
7665 Reported by Pierre-David Pfister.
7666 (verilog-read-module-name): Fix import statements between module
7667 name and open parenthesis, bug317.
7668 Reported by Pierre-David Pfister.
7669 (verilog-simplify-range-expression): Fix simplification of
7670 multiplications inside AUTOWIRE connections, bug303.
7671 (verilog-auto-inst-port): Support parameter expansion in
7672 multidimensional arrays.
7673 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7674 after "assert property". Reported by Julian Gorfajn.
7675 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7676 with multiplication, bug303.
7677 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7678 Reported by Jan Frode Lonnum.
7679
7680 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7681
7682 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7683 (hfy-shell-file-name, hfy-shell):
7684 * international/fontset.el (x-decompose-font-name): Fix typos.
7685
7686 2011-11-29 Ken Brown <kbrown@cornell.edu>
7687
7688 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7689 (gdb-version): Remove defvar.
7690 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7691 (gdb-gud-context-command, gdb-non-stop-handler)
7692 (gdb-current-context-command, gdb-stopped): Use it.
7693 (gdb-init-1): Enable pretty printing here.
7694 (gdb-non-stop-handler): Don't enable pretty-printing here.
7695 Check to see if the target supports non-stop mode; if not, turn off
7696 non-stop mode. Use the following.
7697 (gdb-check-target-async): New defun.
7698 (gud-watch, gdb-stopped): Fix whitespace.
7699 (gdb-get-source-file): Don't try to display the source file if
7700 `gdb-main-file' is nil.
7701
7702 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * align.el: Try to generate fewer markers (bug#10047).
7705 (align--set-marker): New macro.
7706 (align-region): Use it.
7707
7708 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7711
7712 2011-11-29 Chong Yidong <cyd@gnu.org>
7713
7714 * indent.el (indent-for-tab-command, indent-according-to-mode):
7715 Doc fix.
7716 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7717
7718 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
7719
7720 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7721 aware of remote file names. (Bug#10124)
7722
7723 2011-11-29 Chong Yidong <cyd@gnu.org>
7724
7725 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7726
7727 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * files.el (find-file): Don't use force-same-window (bug#10144).
7730 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7731 use pop-to-buffer if the selected window can't be used.
7732 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7733
7734 2011-11-28 Eli Zaretskii <eliz@gnu.org>
7735
7736 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7737 special-mode-map.
7738
7739 2011-11-28 Chong Yidong <cyd@gnu.org>
7740
7741 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7742
7743 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
7744
7745 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7746 gdb-get-source-file-list on gdb-create-source-file-list.
7747
7748 2011-11-26 Eli Zaretskii <eliz@gnu.org>
7749
7750 * whitespace.el (whitespace-newline): Use a different foreground
7751 color for 16-color light-background displays.
7752
7753 2011-11-24 Chong Yidong <cyd@gnu.org>
7754
7755 * window.el (display-buffer--special-action): Doc fix.
7756
7757 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7760 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7761 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7762 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7763 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7764 (avl-tree-stack-first):
7765 * emacs-lisp/cconv.el (cconv--analyse-use):
7766 * net/gnutls.el (gnutls-negotiate): Fix typos.
7767
7768 2011-11-24 Glenn Morris <rgm@gnu.org>
7769
7770 * lpr.el (lpr-windows-system, lpr-lp-system):
7771 * mail/binhex.el (binhex-begin-line):
7772 * progmodes/grep.el (grep-history, grep-find-history):
7773 * textmodes/flyspell.el:
7774 * vc/pcvs-defs.el (cvs-global-menu):
7775 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7776 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7777 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7778
7779 * net/tls.el: Fix case of "GnuTLS".
7780
7781 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7782
7783 * version.el (emacs-build-system): Give it a doc-string.
7784
7785 2011-11-24 Juri Linkov <juri@jurta.org>
7786
7787 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7788
7789 2011-11-24 Glenn Morris <rgm@gnu.org>
7790
7791 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7792 if called on a non-mime message just toggle the headers. (Bug#8006)
7793
7794 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7795
7796 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7797 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7798 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7799 (allout-rebullet-heading, allout-open-sibtopic)
7800 (allout-toggle-current-subtree-encryption)
7801 (allout-toggle-subtree-encryption, allout-encrypt-string)
7802 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7803 (allout-distinctive-bullets-string, allout-auto-activation):
7804 * window.el (window-normalize-buffer-to-display):
7805 * progmodes/verilog-mode.el (verilog-batch-indent):
7806 * textmodes/bibtex.el (bibtex-field-braces-opt)
7807 (bibtex-field-strings-opt):
7808 * vc/cvs-status.el (cvs-tree-merge):
7809 Fix typos.
7810
7811 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
7812
7813 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7814 `non-essential' to t, in order to avoid remote connections.
7815
7816 2011-11-23 Eli Zaretskii <eliz@gnu.org>
7817
7818 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7819 On MS-DOS and MS-Windows, compare with loaddefs.el
7820 case-insensitively.
7821
7822 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7823
7824 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7825
7826 2011-11-23 Glenn Morris <rgm@gnu.org>
7827
7828 * paths.el (rmail-file-name): Reformat the doc-string so that it
7829 is picked up.
7830
7831 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7832 (rmail-auto-file): Ignore case in the "special" field names,
7833 as mail-fetch-field does for all others.
7834
7835 * mail/rmail.el (rmail-forward):
7836 * mail/rmailkwd.el (rmail-set-label):
7837 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7838 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7839
7840 * mail/rmail.el (rmail-current-message): Doc fix.
7841
7842 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7843
7844 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7847
7848 2011-11-22 Glenn Morris <rgm@gnu.org>
7849
7850 * mail/rmailmm.el (test-rmail-mime-handler)
7851 (test-rmail-mime-bulk-handler)
7852 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7853
7854 2011-11-21 Juri Linkov <juri@jurta.org>
7855
7856 * calc/calc.el (calc-read-key-sequence):
7857 Let-bind `input-method-function' to nil. (Bug#10018)
7858
7859 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7860
7861 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7862 Tell the caller that the next line needs recomputation, even
7863 though it doesn't start a sexp (bug#10094).
7864
7865 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7868
7869 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7872 Use force-same-window.
7873
7874 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7875
7876 * descr-text.el (describe-char-unicode-data):
7877 * json.el (json-string-escape):
7878 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7879 (Footnote-unicode, Footnote-style-p):
7880 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7881
7882 2011-11-20 Chong Yidong <cyd@gnu.org>
7883
7884 * window.el (replace-buffer-in-windows): Restore interactive spec.
7885
7886 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7889
7890 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7891 (byte-compile-global-not-obsolete-vars): New var.
7892 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7893 Use it.
7894 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7895
7896 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7899 * progmodes/pascal.el (electric-pascal-equal):
7900 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7901 * xml.el (xml-substitute-special): Fix typos.
7902
7903 2011-11-20 Glenn Morris <rgm@gnu.org>
7904
7905 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7906 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7907 Doc fixes.
7908 (rmail-decode-mime-charset): Mark as obsolete.
7909
7910 * mail/rmailsum.el (rmail-message-regexp-p-1):
7911 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7912 Before using mime functions, check they are set. (Bug#10077)
7913
7914 2011-11-19 Juri Linkov <juri@jurta.org>
7915
7916 * info.el (Info-finder-find-node): Use `package--builtins' instead
7917 of `package-alist'. Use node names formed by the pattern "Keyword "
7918 and the keyword name.
7919
7920 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7921
7922 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7923
7924 2011-11-19 Juri Linkov <juri@jurta.org>
7925
7926 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7927 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7928 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7929 `old-history', `old-history-forward'. Add let-binding
7930 `window-selected'. Remove calls to `kill-buffer',
7931 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7932 before calling `Info-find-node', so `Info-find-node-2' will reread
7933 the Info file. Restore window positions only when `window-selected'
7934 is non-nil.
7935
7936 2011-11-19 Juri Linkov <juri@jurta.org>
7937
7938 * isearch.el (isearch-lazy-highlight-new-loop):
7939 Remove condition `(not isearch-error)'. (Bug#9918)
7940
7941 * misearch.el (multi-isearch-search-fun): Add condition
7942 `(not bound)' to ignore lazy-highlighting search.
7943 Add the search-failed message "end of multi" when the end of
7944 multi-sequence is reached. Uncapitalize the search-failed
7945 message "Repeat for next buffer".
7946
7947 * info.el (Info-search): Add the search-failed message
7948 "end of the manual" when the end of the manual is reached
7949 in Isearch mode.
7950
7951 2011-11-19 Juri Linkov <juri@jurta.org>
7952
7953 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7954 Use non-destructive `remove' instead of `delete' because
7955 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7956 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7957
7958 2011-11-19 Juri Linkov <juri@jurta.org>
7959
7960 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7961 to nil instead of binding `search-ring' and `regexp-search-ring'.
7962 (Bug#9185)
7963
7964 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7965
7966 * simple.el (line-move): Force movement by logical lines for any
7967 hscrolled window, not only when auto-hscroll-mode is on.
7968 (line-move-visual): Update doc string to that effect. (Bug#10076)
7969
7970 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7971
7972 * language/european.el (macintosh): Define as alias for mac-roman.
7973
7974 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7975
7976 * mail/rmailmm.el (rmail-mime-display-header)
7977 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7978 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7979 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7980 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7981 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7982 of a raw aref.
7983 (rmail-mime-entity-segment): To get past the tagline, move forward
7984 2 more lines, to account for the 2 empty lines that precede and
7985 follow the line with the buttons.
7986 (rmail-mime-update-tagline): Move one more line, to get past the
7987 empty line that follows the buttons in the tagline. (Bug#9520)
7988
7989 2011-11-19 Martin Rudalics <rudalics@gmx.at>
7990
7991 * window.el (window-max-delta-1, window-min-delta-1)
7992 (window-min-size-1, window-state-get-1, window-state-put-1)
7993 (window-state-put-2): Use "window--" prefix.
7994
7995 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7998 (smie-warning-count): New var.
7999 (smie-set-prec2tab): Use it.
8000 (smie-bnf->prec2): Improve warnings. Add docstring.
8001 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8002 (smie-bnf--set-class): New function.
8003 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8004 corner case.
8005
8006 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8007 (compilation-error-properties, compilation-move-to-column):
8008 Handle compilation-first-column while in the target buffer.
8009
8010 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8011 Don't hardcode point-min==1.
8012
8013 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8014 (eshell-rewrite-for-command): Remove workaround.
8015 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8016 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8017 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8018
8019 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8020
8021 2011-11-17 Glenn Morris <rgm@gnu.org>
8022
8023 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8024 Ignore buffer-local generated-autoload-file if it is the same
8025 as the global value. (Bug#10049)
8026
8027 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
8028
8029 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8030 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8031 (reftex-toc-previous-heading, reftex-toc-max-level)
8032 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8033 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8034 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8035 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8036 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8037 (reftex-toc-rename-label, reftex-toc-visit-location)
8038 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8039 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8040 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8041 leaving "*toc*" only for references to the buffer.
8042
8043 2011-11-17 Martin Rudalics <rudalics@gmx.at>
8044
8045 * window.el (window-resize, delete-window, split-window):
8046 Replace window-splits by window-combination-resize.
8047 * cus-start.el (window-splits): Replace by window-combination-resize.
8048
8049 2011-11-17 Glenn Morris <rgm@gnu.org>
8050
8051 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8052 Make bash entry derive from sh entry, not shell entry.
8053
8054 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
8055
8056 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8057 local file name.
8058
8059 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8060
8061 * menu-bar.el (menu-bar-file-menu):
8062 * printing.el (pr-ps-utility):
8063 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8064 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8065 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8066 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8067 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8068 (icalendar--convert-cyclic-to-ical)
8069 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8070 (icalendar--convert-ical-to-diary)
8071 (icalendar--convert-recurring-to-diary)
8072 (icalendar--convert-non-recurring-all-day-to-diary)
8073 (icalendar-import-format-sample):
8074 * progmodes/idlw-shell.el (idlwave-shell-mode):
8075 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8076 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8077 (vhdl-ps-print-init): Fix typos.
8078
8079 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8080
8081 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8082 FSF and collapse date sequence, obscure author/maintainer email address
8083 better, remove extra version line, track relocation of author's webpage.
8084
8085 * progmodes/python.el (python-pdbtrack-input-prompt)
8086 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8087 regular python pdb prompts. Adjustments shamelessly taken exactly as
8088 suggested in EmacsWiki page (tiny change):
8089 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8090
8091 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * expand.el (expand-pos, expand-index, expand-point):
8094 Remove redundant info from docstring.
8095 (expand-add-abbrevs): Doc fix.
8096 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8097 (expand-sample-perl-mode-expand-list): Fix typos.
8098
8099 * net/dbus.el (dbus-event-member-name):
8100 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8101 * term/pc-win.el (msdos-create-frame-with-faces):
8102 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8103
8104 2011-11-16 Martin Rudalics <rudalics@gmx.at>
8105
8106 * window.el (split-window, window-state-get-1)
8107 (window-state-put-1, window-state-put-2): Rename occurrences of
8108 window-nest to window-combination-limit.
8109 * cus-start.el (window-nest): Rename to window-combination-limit.
8110
8111 2011-11-16 Chong Yidong <cyd@gnu.org>
8112
8113 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8114 regexp (Bug#10033).
8115
8116 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8119 `completing-read' will remove *Completions* and will preserve
8120 current-buffer for us.
8121 (tmm-add-prompt): Users of *Completions* will always (re)set its
8122 major mode.
8123 (tmm-old-comp-map): Remove.
8124
8125 2011-11-16 Glenn Morris <rgm@gnu.org>
8126
8127 * mail/rmailedit.el: Require rmailmm when compiling.
8128 (rmail-old-mime-state): New declaration.
8129 (rmail-edit-current-message): If editing a mime message,
8130 edit the "raw" message from the mbox buffer.
8131 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8132
8133 2011-11-15 Glenn Morris <rgm@gnu.org>
8134
8135 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8136 which wasn't being used. Add optional arg to force given state.
8137 (rmail-mime): Add optional arg to force given state.
8138
8139 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8142 * frame.el (display-mm-dimensions-alist):
8143 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8144 (outline-move-subtree-down):
8145 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8146 (newsticker--treeview-do-get-node):
8147 * net/quickurl.el (quickurl-list-buffer-name):
8148 * progmodes/dcl-mode.el (dcl-mode):
8149 * progmodes/gdb-mi.el (gdb-mapcar*):
8150 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8151
8152 2011-11-15 Glenn Morris <rgm@gnu.org>
8153
8154 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8155 in a boolean sense, so just make it a boolean, and fix the doc.
8156 (rmail-show-mime-function, rmail-mime-feature)
8157 (rmail-require-mime-maybe): Doc fixes.
8158 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8159
8160 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8161
8162 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8163
8164 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8165 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8166 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8167 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8168
8169 2011-11-15 Glenn Morris <rgm@gnu.org>
8170
8171 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8172 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8173 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8174 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8175 (rmail-mime, rmail-show-mime): Doc fixes.
8176
8177 * term/ns-win.el (mode-line-frame-identification):
8178 Leave it alone. (Bug#10051)
8179
8180 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8181
8182 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8183 Handle empty buffers. (Bug#9978)
8184
8185 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * international/mule.el (define-charset):
8188 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8189 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8190 * progmodes/verilog-mode.el (verilog-backward-token):
8191 * textmodes/ispell.el (lookup-words):
8192 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8193
8194 2011-11-14 Glenn Morris <rgm@gnu.org>
8195
8196 * progmodes/executable.el
8197 (executable-make-buffer-file-executable-if-script-p):
8198 Handle file-modes returning nil.
8199
8200 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8201 message - not necessary, and causes problems. (Bug#9831)
8202
8203 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8204
8205 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8206
8207 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8208 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8209 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8210
8211 2011-11-12 Martin Rudalics <rudalics@gmx.at>
8212
8213 * window.el (window-resize, delete-window): Use window-splits
8214 variable instead of function.
8215 (window-state-get-1, window-state-put-2, window-state-put):
8216 Don't deal with windows' splits status.
8217
8218 2011-11-12 Glenn Morris <rgm@gnu.org>
8219
8220 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8221 (apropos-documentation): Doc fixes.
8222
8223 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8226 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8227
8228 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * electric.el (electric-indent-post-self-insert-function): Make it
8231 possible for a char to only indent in some circumstances.
8232 (electric-indent-mode): Simplify.
8233
8234 2011-11-11 Martin Rudalics <rudalics@gmx.at>
8235
8236 * window.el (windows-with-parameter): Remove unused function.
8237 (windows-at-side): Rename to window-at-side-list.
8238 (window-check, window-atom-check, window-atom-check-1)
8239 (window-side-check, window-size-ignore, window-size-fixed-1)
8240 (window-in-direction-2): Prefix with "window--".
8241 (window-tree-1): Rename to window--subtree, fix doc-string.
8242
8243 2011-11-11 Glenn Morris <rgm@gnu.org>
8244
8245 * subr.el (eval-after-load): If FILE is already loaded,
8246 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8247
8248 2011-11-10 Glenn Morris <rgm@gnu.org>
8249
8250 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8251 Call svn via vc-svn-command rather than vc-do-command.
8252 (vc-svn-command): Add --non-interactive. (Bug#9993)
8253 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8254
8255 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8256 Add toggle-read-only. (Bug#7292)
8257 * files.el (toggle-read-only): Mention that it should only
8258 be used interactively. (Bug#10006)
8259
8260 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8263 Adjust regexp for OCaml warnings.
8264
8265 * electric.el (electric-pair-post-self-insert-function): Let user
8266 turn it off buffer-locally (bug#9932).
8267
8268 * progmodes/python.el (python-beginning-of-statement):
8269 Rewrite (bug#2703).
8270
8271 * progmodes/compile.el: Better handle TABs (bug#9749).
8272 (compilation-internal-error-properties)
8273 (compilation-next-error-function): Obey the target buffer's
8274 compilation-error-screen-columns.
8275
8276 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
8277
8278 * progmodes/meta-mode.el: Remove obsolete comments.
8279 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8280 Fix typos in docstrings.
8281
8282 2011-11-09 Martin Rudalics <rudalics@gmx.at>
8283
8284 * window.el (window-size-fixed-p): Rewrite doc-string.
8285 (window-resizable-p): Rename to window--resizable-p. Update callers.
8286 (window--resizable): New function. Make all callers of
8287 window-resizable call window--resizable instead.
8288 (window-resizable): Rewrite in terms of window--resizable.
8289
8290 2011-11-08 Glenn Morris <rgm@gnu.org>
8291
8292 * progmodes/delphi.el (delphi-mode-syntax-table):
8293 Let define-derived-mode define a proper syntax table. (Bug#9994)
8294
8295 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * window.el: Stay away from defsubst.
8298 (window-list-no-nils): Remove.
8299 (window-state-get-1, window-state-get): Use backquote instead.
8300
8301 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8302
8303 * emacs-lisp/find-func.el (find-function-read):
8304 Fix incorrect use of default argument in `completing-read'.
8305
8306 2011-11-08 Martin Rudalics <rudalics@gmx.at>
8307
8308 * window.el (display-buffer-function, special-display-function):
8309 Mention display-buffer-record-window but do not mention
8310 help-setup parameter in doc-strings.
8311 (window-min-delta): Fix doc-string typo.
8312
8313 2011-11-08 Chong Yidong <cyd@gnu.org>
8314
8315 * window.el (window-total-height, window-total-width): Doc fix.
8316 (window-body-size): Move from C.
8317 (window-body-height, window-body-width): Move to C.
8318
8319 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * window.el: Make special-display like display-buffer-alist (bug#9532).
8322 (display-buffer--special-action): New function, morphed
8323 from display-buffer--special.
8324 (display-buffer): Use it to handle special-display-buffers at higher
8325 priority (just after display-buffer-alist).
8326 (display-buffer-fallback-action, display-buffer--other-frame-action)
8327 (pop-to-buffer-same-window): Remove display-buffer--special.
8328
8329 2011-11-07 Glenn Morris <rgm@gnu.org>
8330
8331 * calendar/cal-menu.el (cal-menu-set-date-title):
8332 Do nothing if not in a calendar. (Bug#9976)
8333
8334 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * files.el (find-file): Always use selected-window.
8337
8338 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8339
8340 * window.el (window-combinations): Make WINDOW argument
8341 mandatory. Rewrite doc-string.
8342 (walk-window-subtree, window-atom-check, window-min-delta)
8343 (window-max-delta, window--resize-this-window)
8344 (window--resize-root-window-vertically, window-tree)
8345 (balance-windows, window-state-put): Rewrite doc-strings as to
8346 not mention the term "subwindow".
8347 (window--resize-subwindows-skip-p): Rename to
8348 window--resize-child-windows-skip-p.
8349 (window--resize-subwindows-normal): Rename to
8350 window--resize-child-windows-normal.
8351 (window--resize-subwindows): Rename to
8352 window--resize-child-windows.
8353 (window-or-subwindow-p): Rename to window--in-subtree-p.
8354
8355 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8356
8357 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8358 Ensure that mbox format messages end in two newlines (Bug#9974).
8359
8360 2011-11-06 Chong Yidong <cyd@gnu.org>
8361
8362 * window.el (window-combination-p): Function deleted; its
8363 side-effect is not used in any existing code.
8364 (window-combinations, window-combined-p): Call window-*-child
8365 directly.
8366
8367 2011-11-05 Chong Yidong <cyd@gnu.org>
8368
8369 * window.el (window-valid-p): Rename from window-any-p.
8370 (window-size-ignore, window-state-get): Callers changed.
8371 (window-normalize-window): Rename from window-normalize-any-window.
8372 New arg LIVE-ONLY, replacing window-normalize-live-window.
8373 (window-normalize-live-window): Delete.
8374 (window-combination-p, window-combined-p, window-combinations)
8375 (walk-window-subtree, window-atom-root, window-min-size)
8376 (window-sizable, window-sizable-p, window-size-fixed-p)
8377 (window-min-delta, window-max-delta, window-resizable)
8378 (window-resizable-p, window-full-height-p, window-full-width-p)
8379 (window-current-scroll-bars, window-point-1, set-window-point-1)
8380 (window-at-side-p, window-in-direction, window-resize)
8381 (adjust-window-trailing-edge, maximize-window, minimize-window)
8382 (window-deletable-p, delete-window, delete-other-windows)
8383 (record-window-buffer, unrecord-window-buffer)
8384 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8385 (quit-window, split-window, window-state-put)
8386 (set-window-text-height, fit-window-to-buffer)
8387 (shrink-window-if-larger-than-buffer): Callers changed.
8388
8389 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8390
8391 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8392 rfc2047-decode-string.
8393 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8394 warnings.
8395
8396 * window.el (window-body-height, window-body-width): Mention in
8397 the doc string that the return values are in frame's canonical
8398 units. (Bug#9949)
8399
8400 2011-11-03 Alan Mackenzie <acm@muc.de>
8401
8402 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8403 change in cc-engine.el.
8404
8405 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8408
8409 2011-11-02 Martin Rudalics <rudalics@gmx.at>
8410
8411 * window.el (quit-window): Call unrecord-window-buffer after
8412 showing another buffer in the window. (Bug#9937)
8413 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8414
8415 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
8416
8417 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8418 Accept status with more than 9 shelves. (Bug#9935)
8419 Reported by Colin D Bennett <colin@gibibit.com>.
8420
8421 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8422
8423 * help.el (with-help-window): Don't reference
8424 temp-buffer-show-specifiers in doc-string.
8425
8426 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8427
8428 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8429 menu-item.
8430
8431 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8432
8433 * whitespace.el: New version 13.2.2.
8434 (whitespace-newline-mode): Disable properly. Reported by Sarah
8435 <EmacsWiki>.
8436
8437 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
8438
8439 * net/newst-treeview.el: Remove "Time-stamp".
8440 (newsticker--group-manage-orphan-feeds): Do not call
8441 newsticker--treeview-tree-update.
8442 (newsticker-treeview-update, newsticker-treeview):
8443 Call newsticker--treeview-tree-update if necessary.
8444
8445 2011-10-30 Martin Rudalics <rudalics@gmx.at>
8446
8447 * window.el (window-iso-combination-p, window-iso-combined-p)
8448 (window-iso-combinations): Remove "iso-" infix.
8449 Suggested by Chong Yidong.
8450 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8451 (window-max-delta-1, window-resize, window--resize-siblings)
8452 (window--resize-this-window, adjust-window-trailing-edge)
8453 (split-window, balance-windows-1)
8454 (shrink-window-if-larger-than-buffer):
8455 * calendar/calendar.el (calendar-generate-window):
8456 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8457
8458 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8461 in place (bug#9907).
8462 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8463 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8464 (eshell-structure-basic-command, eshell-rewrite-while-command)
8465 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8466 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8467 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8468 (eshell-do-pipelines-synchronously, eshell-eval-command):
8469 Use backquotes and prefer setq to set.
8470 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8471 (eshell-macrop): Use functionp.
8472 (eshell-do-eval): Handle multiple expressions in `while' body.
8473
8474 2011-10-30 Chong Yidong <cyd@gnu.org>
8475
8476 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8477 instead of set-mark (Bug#9810).
8478
8479 2011-10-30 Chong Yidong <cyd@gnu.org>
8480
8481 * window.el (split-window-below, split-window-right): Rename from
8482 split-window-above-each-other and split-window-side-by-side
8483 respectively. All callers changed.
8484 (split-window-sensibly, split-window-sensibly): Use them.
8485 (split-window-keep-point): Doc fix.
8486
8487 * isearch.el: Add isearch-scroll property to split-window-below
8488 and split-window-right.
8489
8490 * follow.el (follow-mode):
8491 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8492 * progmodes/ada-xref.el (ada-gdb-application):
8493 * emulation/vip.el (vip-buffer-in-two-windows):
8494 * image-dired.el (image-dired-dired-with-window-configuration):
8495 * dired-x.el (dired-do-find-marked-files):
8496 * dired.el (dired-pop-to-buffer):
8497 * bs.el (bs--show-with-configuration):
8498 * vc/emerge.el (emerge-setup-windows):
8499 * textmodes/two-column.el (2C-two-columns):
8500 * textmodes/reftex-toc.el (reftex-toc):
8501 * progmodes/gdb-mi.el (gdb-setup-windows):
8502 * progmodes/fortran.el (fortran-window-create):
8503 * net/newst-treeview.el (newsticker--treeview-window-init):
8504 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8505 * emulation/tpu-edt.el (tpu-gold-map):
8506 * emulation/crisp.el (crisp-mode-map):
8507 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8508
8509 2011-10-29 Chong Yidong <cyd@gnu.org>
8510
8511 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8512
8513 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8514
8515 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8516 forged Ispell output (Bug#7904).
8517
8518 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8519
8520 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * doc-view.el: Avoid ugly errors about not finding nil.
8523 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8524 (doc-view-dvipdf-program, doc-view-unoconv-program)
8525 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8526 Avoid nil or absolute file name as default value.
8527 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8528
8529 2011-10-28 Alan Mackenzie <acm@muc.de>
8530
8531 * progmodes/cc-defs.el (c-version): -> 5.32.2.
8532
8533 2011-10-28 Alan Mackenzie <acm@muc.de>
8534
8535 Amend the handling of c-beginning/end-of-defun in nested declaration
8536 scopes.
8537
8538 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8539 cc-langs.el. Change it to a defcustom.
8540
8541 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8542 cc-vars.el.
8543
8544 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8545 Prevent "class foo : bar" being spuriously recognized as a label.
8546
8547 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8548 Add parameter `inclusive' (to include enclosing braces in the region).
8549 (c-widen-to-enclosing-decl-scope): New function.
8550 (c-while-widening-to-decl-block): New macro.
8551 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8552 outward for defun boundaries, and correspondingly change symbol
8553 `respect-enclosure' to `go-outward'.
8554 (c-declaration-limits): Change algorithm to report only the "innermost"
8555 defun's boundaries.
8556
8557 2011-10-28 Deniz Dogan <deniz@dogan.se>
8558
8559 * net/rcirc.el (rcirc-mode): Use hard newlines.
8560
8561 2011-10-28 Alan Mackenzie <acm@muc.de>
8562
8563 Amend to indent and fontify macros "which include their own semicolon"
8564 correctly, using the "virtual semicolon" mechanism.
8565
8566 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8567
8568 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8569 Recode to scan one line at a time rather than having \n and \r
8570 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8571 (c-forward-label): Amend for virtual semicolons.
8572 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8573
8574 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8575 of the new C macros.
8576
8577 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8578 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8579 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8580 (c-opt-cpp-macro-define): Make into a full language variable.
8581 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8582 AWK Mode (including \n, \r) removed, no longer needed.
8583
8584 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8585 Invoke c-make-macro-with-semi-re.
8586
8587 * progmodes/cc-vars.el (c-macro-with-semi-re):
8588 (c-macro-names-with-semicolon): New variables.
8589 (c-make-macro-with-semi-re): New function.
8590
8591 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8592
8593 * vc/log-edit.el: Fill empty field rather than adding new one.
8594 (log-edit-add-field): New function.
8595 (log-edit-insert-changelog): Use it.
8596
8597 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8598
8599 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8600
8601 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8602
8603 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8604 (gdb--check-interpreter): New function.
8605 (gdb): Use it.
8606
8607 2011-10-27 Glenn Morris <rgm@gnu.org>
8608
8609 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8610 (least-positive-float, least-negative-float)
8611 (least-positive-normalized-float, least-negative-normalized-float)
8612 (float-epsilon, float-negative-epsilon):
8613 Remove unnecessary declarations.
8614
8615 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8616 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8617 (least-positive-float, least-negative-float)
8618 (least-positive-normalized-float, least-negative-normalized-float)
8619 (float-epsilon, float-negative-epsilon): Add doc-strings,
8620 based on those in cl.texi.
8621
8622 * files.el (set-visited-file-name): If the major-mode changed,
8623 reload the local variables. (Bug#9796)
8624
8625 2011-10-27 Chong Yidong <cyd@gnu.org>
8626
8627 * subr.el (change-major-mode-after-body-hook): New hook.
8628 (run-mode-hooks): Run it.
8629
8630 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8631 Use change-major-mode-before-body-hook.
8632
8633 * simple.el (fundamental-mode):
8634 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8635 change introducing fundamental-mode-hook.
8636
8637 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8638
8639 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8640
8641 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
8642
8643 * ido.el (ido-file-name-all-completions-1): Do not require
8644 tramp.el explicitly. (Bug#7583)
8645
8646 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * progmodes/octave-mod.el:
8649 * progmodes/octave-inf.el: Update maintainer.
8650
8651 2011-10-26 Chong Yidong <cyd@gnu.org>
8652
8653 * subr.el (with-wrapper-hook): Rewrite doc.
8654
8655 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
8656
8657 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8658 filenames "/method:foo:". (Bug#9793)
8659
8660 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8663 (bug#9865).
8664
8665 2011-10-24 Glenn Morris <rgm@gnu.org>
8666
8667 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8668
8669 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
8670
8671 * notifications.el: Add the requirement of a running D-Bus session
8672 bus to the Commentary.
8673
8674 2011-10-24 Juri Linkov <juri@jurta.org>
8675
8676 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8677 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8678 (Bug#9364)
8679
8680 2011-10-24 Juri Linkov <juri@jurta.org>
8681
8682 * info.el (Info-following-node-name-re): Add newline to the list
8683 of allowed characters for leading space. (Bug#9824)
8684
8685 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * progmodes/octave-inf.el (inferior-octave-mode-map):
8688 Fix C-c C-h binding.
8689 * progmodes/octave-mod.el (octave-help): Remove.
8690
8691 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
8692
8693 Sync with Tramp 2.2.3.
8694
8695 * net/tramp-cache.el (top): Pacify byte-compiler using
8696 `init-file-user' and `site-run-file'.
8697
8698 * net/trampver.el: Update release number.
8699
8700 2011-10-23 Chong Yidong <cyd@gnu.org>
8701
8702 * files.el (toggle-read-only): Remove obsolete comment about
8703 version control.
8704
8705 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8706 for toggle-read-only. Note that this hasn't called vc-next-action
8707 since 2008-05-02, though it wasn't documented at the time.
8708
8709 * vc/ediff-init.el (ediff-toggle-read-only-function):
8710 Use toggle-read-only.
8711
8712 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8713
8714 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8715 of c-parse-state.
8716
8717 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8718 correct faulty logical expression.
8719 (c-parse-state-state, c-record-parse-state-state):
8720 (c-replay-parse-state-state): New defvar/defuns.
8721 (c-debug-parse-state): Use new functions.
8722
8723 2011-10-22 Martin Rudalics <rudalics@gmx.at>
8724
8725 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8726 last fix. Use window-in-direction correctly.
8727
8728 2011-10-21 Chong Yidong <cyd@gnu.org>
8729
8730 * progmodes/idlwave.el (idlwave-mode):
8731 * progmodes/vera-mode.el (vera-mode): No need to set
8732 require-final-newline; that's done in prog-mode.
8733 Suggested by Stefan Monnier.
8734
8735 2011-10-21 Martin Rudalics <rudalics@gmx.at>
8736
8737 * mouse.el (mouse-drag-window-above)
8738 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8739 (mouse-drag-mode-line-1, mouse-drag-header-line)
8740 (mouse-drag-vertical-line-rightward-window): Remove.
8741 (mouse-drag-line): New function.
8742 (mouse-drag-mode-line, mouse-drag-header-line)
8743 (mouse-drag-vertical-line): Call mouse-drag-line.
8744 * window.el (window-at-side-p, windows-at-side): New functions.
8745
8746 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
8747
8748 * tar-mode.el (tar-grind-file-mode):
8749 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8750
8751 2011-10-21 Chong Yidong <cyd@gnu.org>
8752
8753 * progmodes/idlwave.el (idlwave-mode):
8754 * progmodes/vera-mode.el (vera-mode):
8755 Use mode-require-final-newline.
8756
8757 2011-10-20 Glenn Morris <rgm@gnu.org>
8758
8759 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
8760
8761 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8762
8763 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8764
8765 2011-10-20 Chong Yidong <cyd@gnu.org>
8766
8767 * emulation/cua-base.el (cua-mode):
8768 * mail/footnote.el (footnote-mode):
8769 * mail/mailabbrev.el (mail-abbrevs-mode):
8770 * net/xesam.el (xesam-minor-mode):
8771 * progmodes/bug-reference.el (bug-reference-mode):
8772 * progmodes/cap-words.el (capitalized-words-mode):
8773 * progmodes/compile.el (compilation-minor-mode)
8774 (compilation-shell-minor-mode):
8775 * progmodes/gud.el (gud-tooltip-mode):
8776 * progmodes/hideif.el (hide-ifdef-mode):
8777 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8778 * progmodes/subword.el (subword-mode):
8779 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8780 * progmodes/which-func.el (which-function-mode):
8781 * term/tvi970.el (tvi970-set-keypad-mode):
8782 * term/vt100.el (vt100-wide-mode):
8783 * textmodes/flyspell.el (flyspell-mode):
8784 * textmodes/ispell.el (ispell-minor-mode):
8785 * textmodes/nroff-mode.el (nroff-electric-mode):
8786 * textmodes/paragraphs.el (use-hard-newlines):
8787 * textmodes/refill.el (refill-mode):
8788 * textmodes/reftex.el (reftex-mode):
8789 * textmodes/rst.el (rst-minor-mode):
8790 * textmodes/sgml-mode.el (html-autoview-mode)
8791 (sgml-electric-tag-pair-mode):
8792 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8793 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8794 * emulation/crisp.el (crisp-mode):
8795 * emacs-lisp/eldoc.el (eldoc-mode):
8796 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8797 minor mode behavior.
8798
8799 2011-10-19 Juri Linkov <juri@jurta.org>
8800
8801 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8802 the list of hard-coded chars with escape-glyph face.
8803
8804 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8807
8808 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
8809
8810 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8811 running process.
8812
8813 2011-10-19 Glenn Morris <rgm@gnu.org>
8814
8815 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8816 Ignore ignored files. (Bug#9726)
8817
8818 2011-10-19 Chong Yidong <cyd@gnu.org>
8819
8820 Doc fix for minor modes, stating that an omitted argument enables
8821 the mode unconditionally when called from Lisp.
8822
8823 * abbrev.el (abbrev-mode):
8824 * allout.el (allout-mode):
8825 * autoinsert.el (auto-insert-mode):
8826 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8827 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8828 (global-auto-revert-mode):
8829 * battery.el (display-battery-mode):
8830 * composite.el (global-auto-composition-mode)
8831 (auto-composition-mode):
8832 * delsel.el (delete-selection-mode):
8833 * desktop.el (desktop-save-mode):
8834 * dired-x.el (dired-omit-mode):
8835 * dirtrack.el (dirtrack-mode):
8836 * doc-view.el (doc-view-minor-mode):
8837 * double.el (double-mode):
8838 * electric.el (electric-indent-mode, electric-pair-mode):
8839 * emacs-lock.el (emacs-lock-mode):
8840 * epa-hook.el (auto-encryption-mode):
8841 * follow.el (follow-mode):
8842 * font-core.el (font-lock-mode):
8843 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8844 * help.el (temp-buffer-resize-mode):
8845 * hilit-chg.el (highlight-changes-mode)
8846 (highlight-changes-visible-mode):
8847 * hi-lock.el (hi-lock-mode):
8848 * hl-line.el (hl-line-mode, global-hl-line-mode):
8849 * icomplete.el (icomplete-mode):
8850 * ido.el (ido-everywhere):
8851 * image-file.el (auto-image-file-mode):
8852 * image-mode.el (image-minor-mode):
8853 * iswitchb.el (iswitchb-mode):
8854 * jka-cmpr-hook.el (auto-compression-mode):
8855 * linum.el (linum-mode):
8856 * longlines.el (longlines-mode):
8857 * master.el (master-mode):
8858 * mb-depth.el (minibuffer-depth-indicate-mode):
8859 * menu-bar.el (menu-bar-mode):
8860 * minibuf-eldef.el (minibuffer-electric-default-mode):
8861 * mouse-sel.el (mouse-sel-mode):
8862 * msb.el (msb-mode):
8863 * mwheel.el (mouse-wheel-mode):
8864 * outline.el (outline-minor-mode):
8865 * paren.el (show-paren-mode):
8866 * recentf.el (recentf-mode):
8867 * reveal.el (reveal-mode, global-reveal-mode):
8868 * rfn-eshadow.el (file-name-shadow-mode):
8869 * ruler-mode.el (ruler-mode):
8870 * savehist.el (savehist-mode):
8871 * scroll-all.el (scroll-all-mode):
8872 * scroll-bar.el (scroll-bar-mode):
8873 * server.el (server-mode):
8874 * shell.el (shell-dirtrack-mode):
8875 * simple.el (auto-fill-mode, transient-mark-mode)
8876 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8877 (line-number-mode, column-number-mode, size-indication-mode)
8878 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8879 * strokes.el (strokes-mode):
8880 * time.el (display-time-mode):
8881 * t-mouse.el (gpm-mouse-mode):
8882 * tool-bar.el (tool-bar-mode):
8883 * tooltip.el (tooltip-mode):
8884 * type-break.el (type-break-mode-line-message-mode)
8885 (type-break-query-mode):
8886 * view.el (view-mode):
8887 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8888 (global-whitespace-mode, global-whitespace-newline-mode):
8889 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8890
8891 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8892 Fix autogenerated docstring.
8893
8894 2011-10-19 Juri Linkov <juri@jurta.org>
8895
8896 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8897 by checking environment variables "DESKTOP_SESSION" and
8898 "XDG_CURRENT_DESKTOP". (Bug#9779)
8899
8900 2011-10-19 Juri Linkov <juri@jurta.org>
8901
8902 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8903 (browse-url-chromium-program, browse-url-chromium-arguments):
8904 New defcustoms.
8905 (browse-url-default-browser): Check for `browse-url-chromium' and
8906 call `browse-url-chromium-program'.
8907 (browse-url-chromium): New command. (Bug#9779)
8908
8909 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8910
8911 * facemenu.el (list-colors-duplicates): On Windows, detect more
8912 duplicates by assuming that only colors matching "^System" are
8913 special "system colors". (Bug#9722)
8914
8915 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8918 to distinguish the author from the committer.
8919
8920 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8923
8924 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8925
8926 * international/mule.el (sgml-html-meta-auto-coding-function):
8927 Add support for detecting encoding in HTML5 specified only as
8928 <meta charset="UTF-8">. Implementation just makes http-equiv and
8929 content-type parts from HTML4 encoding string optional. (Bug#9716)
8930
8931 2011-10-18 Glenn Morris <rgm@gnu.org>
8932
8933 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8934
8935 2011-10-18 Chong Yidong <cyd@gnu.org>
8936
8937 * faces.el (cursor): Doc fix.
8938
8939 2011-10-17 Chong Yidong <cyd@gnu.org>
8940
8941 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8942
8943 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8944
8945 * dirtrack.el (dirtrack): Support shell buffers with path
8946 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8947
8948 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8949
8950 * json.el: Bump version to 1.3 and note change in History.
8951 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8952
8953 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * comint.el (comint-insert-input, comint-send-input)
8956 (comint-get-old-input-default, comint-backward-matching-input)
8957 (comint-next-prompt): Use nil instead of `input' for field property of
8958 past user input (bug#114).
8959
8960 * minibuffer.el (completion--replace): Inherit surrounding properties
8961 (bug#114).
8962 (minibuffer-complete-and-exit): Use it.
8963
8964 * comint.el (comint--table-subvert): Quote the all-completions output
8965 (bug#9160).
8966
8967 2011-10-17 Martin Rudalics <rudalics@gmx.at>
8968
8969 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8970
8971 * menu-bar.el (menu-bar-file-menu): Add entry for making new
8972 window on right of selected. (Bug#9350) Reword other window
8973 entries and separate them from frame entries.
8974
8975 2011-10-15 Glenn Morris <rgm@gnu.org>
8976
8977 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8978 Doc fixes.
8979
8980 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
8981
8982 * net/network-stream.el (network-stream-open-starttls):
8983 Improve detection of failure due to lack of TLS support.
8984
8985 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8986 putting the input text in front and in bold.
8987
8988 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8991
8992 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8993 empty buffer.
8994
8995 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8996 unread-command-events rather than pushing yet-another event.
8997
8998 2011-10-14 Eli Zaretskii <eliz@gnu.org>
8999
9000 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9001 the explanation of the possible choices. Make the options passed
9002 to completing-read shorter.
9003
9004 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9005
9006 * textmodes/flyspell.el (flyspell-large-region): Make sure
9007 extended character mode is used if defined (Bug#1339).
9008
9009 2011-10-13 Eli Zaretskii <eliz@gnu.org>
9010
9011 * simple.el (what-cursor-position): Fix the display of the
9012 character info for LRE, LRO, RLE, and RLO characters by appending
9013 an invisible PDF.
9014
9015 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9018 even in case of error; add debug spec; simplify data flow.
9019 (with-timeout-handler): Remove.
9020
9021 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
9022
9023 Fix Bug#6019, Bug#9315.
9024
9025 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9026 complete `buffer-file-name', the local file name part could look
9027 remotely (for example on VMS).
9028
9029 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9030 `tramp-run-real-handler'.
9031 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9032 already quoted by '"'.
9033
9034 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9035 Let `file-name-handler-alist' be nil, the local file name part
9036 could look remotely (for example on VMS).
9037
9038 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9041 from here...
9042 (flyspell-post-command-hook): ...to here.
9043
9044 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9047 if not needed.
9048 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9049 using completion. Protect against "slow" callers.
9050 Remove the "message hack".
9051
9052 2011-10-11 Juri Linkov <juri@jurta.org>
9053
9054 * isearch.el (isearch-lazy-highlight-word): New variable.
9055 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9056 Use it. (Bug#9727)
9057
9058 2011-10-11 Glenn Morris <rgm@gnu.org>
9059
9060 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9061 like f90-previous-statement does.
9062
9063 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9064
9065 * eshell/eshell.el (eshell-command): History should be saved
9066 only in interactive use, to avoid error.
9067
9068 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * minibuffer.el (completion-file-name-table): Fix last change,
9071 i.e. ignore normal errors but not the other ones.
9072
9073 2011-10-10 Martin Rudalics <rudalics@gmx.at>
9074
9075 * window.el (special-display-buffer-names)
9076 (special-display-regexps): Remove some remnants of earlier
9077 changes from doc-strings.
9078 (quit-windows-on): New function.
9079
9080 * vc/vc.el (vc-revert, vc-rollback):
9081 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9082 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9083 (Bug#6183) (Bug#7074) (Bug#7447)
9084
9085 2011-10-09 Martin Rudalics <rudalics@gmx.at>
9086
9087 * window.el (frame-auto-hide-function): Add version tag.
9088 (Bug#9699)
9089
9090 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
9091
9092 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9093 condition.
9094
9095 2011-10-09 Leo Liu <sdl.web@gmail.com>
9096
9097 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9098 (Bug#9701)
9099
9100 2011-10-08 Glenn Morris <rgm@gnu.org>
9101
9102 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9103 before the first code statement zero indent. (Bug#9690)
9104
9105 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
9106
9107 * simple.el (count-words-region): Always count in the region.
9108 Report the number of lines and characters too.
9109 (count-words): New command, which counts in the buffer if the
9110 region is inactive, as count-words-region used to.
9111 (count-words--message): New function. Handle plurals.
9112 (count-lines-region): Make it an alias for count-words-region.
9113
9114 * bindings.el (esc-map): Replace count-lines-region with
9115 count-words-region.
9116
9117 2011-10-08 Martin Rudalics <rudalics@gmx.at>
9118
9119 * window.el (window--delete): Delete dedicated frame
9120 unconditionally when argument KILL is non-nil. (Bug#9699)
9121 (switch-to-buffer): Fix doc-string typo.
9122
9123 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9124
9125 * eshell/eshell.el (eshell-command): Avoid using hooks.
9126
9127 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * bindings.el ([M-left],[M-right]): Bind to left-word and
9130 right-word respectively.
9131
9132 2011-10-07 Glenn Morris <rgm@gnu.org>
9133
9134 * cus-start.el (debug-on-quit): Fix custom type.
9135
9136 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9137
9138 * subr.el (define-key-after): Clarify that the function is not
9139 useful for non-menu keymaps.
9140
9141 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9142
9143 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9144
9145 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
9146 in current minibuffer (Fix bug with recursive minibuffers).
9147
9148 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * progmodes/gdb-mi.el (gdb): Doc fix.
9151
9152 2011-10-05 Martin Rudalics <rudalics@gmx.at>
9153
9154 * window.el (frame-auto-hide-function): New option replacing
9155 frame-auto-delete. Suggested by Stefan Monnier.
9156 (window--delete): Call frame-auto-hide-function instead of
9157 investigating frame-auto-delete.
9158 (window-point-1, set-window-point-1): New functions.
9159 (window-in-direction, record-window-buffer, window-state-get-1)
9160 (display-buffer-record-window): Use window-point-1 instead of
9161 window-point.
9162 (set-window-buffer-start-and-point): Use set-window-point-1.
9163
9164 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9167
9168 2011-10-05 Glenn Morris <rgm@gnu.org>
9169
9170 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9171 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9172
9173 2011-10-05 Leo Liu <sdl.web@gmail.com>
9174
9175 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9176 works with buffer object.
9177
9178 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * mpc.el (mpc-tool-bar-map): Add labels.
9181
9182 2011-10-04 Glenn Morris <rgm@gnu.org>
9183
9184 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9185
9186 2011-10-04 Martin Rudalics <rudalics@gmx.at>
9187
9188 * window.el (window--delete): New function.
9189 (frame-auto-delete): Resuscitate option.
9190 (bury-buffer, replace-buffer-in-windows)
9191 (quit-window): Rewrite using window--delete.
9192 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9193 Pass display-buffer-mark-dedicated to window--display-buffer-2
9194 (Bug#9639).
9195
9196 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9199 returns a list (bug#9554). Add remote file name completion.
9200 * comint.el (comint--table-subvert): Curry and get quote&unquote
9201 functions as arguments.
9202 (comint--complete-file-name-data): Adjust call accordingly.
9203 * pcomplete.el (pcomplete--table-subvert): Remove.
9204 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9205
9206 * minibuffer.el (completion-table-case-fold): Use currying.
9207 (completion--styles-type, completion--cycling-threshold-type):
9208 New constants.
9209 (completion-styles, completion-category-overrides)
9210 (completion-cycle-threshold): Use them.
9211 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9212 completion-table-case-fold.
9213
9214 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
9215
9216 * minibuffer.el (completion-category-overrides): Fix type of styles
9217 and add more user friendly tags (bug#9660).
9218
9219 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9222 (mule-input-method-string): New widget.
9223 (default-input-method, language-info-custom-alist): Use it.
9224
9225 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * pcomplete.el: Require comint.
9228 (pcomplete--common-suffix): Remove.
9229 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9230 (pcomplete--table-subvert): Sync with comint--table-subvert.
9231 (pcomplete--entries): Use comint-completion-file-name-table.
9232 * comint.el (comint-unquote-filename): Simplify.
9233 (comint-completion-file-name-table): New function (bug#9616).
9234 (comint--complete-file-name-data): Use it.
9235
9236 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9237 (pcmpl-gnu-tar-buffer): Remove.
9238 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9239 around. Make sure pcomplete-suffix-list is only changed temporarily.
9240 Don't look inside the tar's file if it's too large.
9241
9242 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
9243
9244 * cus-edit.el (custom-mode-map):
9245 * epa.el (epa-key-list-mode-map):
9246 * man.el (Man-mode-map):
9247 * startup.el (splash-screen-keymap):
9248 * simple.el (special-mode-map): Use scroll-up-command and
9249 scroll-down-command.
9250
9251 * progmodes/idlw-help.el (idlwave-help-mode-map):
9252 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9253 * net/newst-plainview.el (newsticker-mode-map):
9254 * emulation/ws-mode.el (wordstar-mode-map):
9255 * emulation/vi.el (vi-com-map):
9256 * calc/calc-graph.el (calc-graph-show-dumb):
9257 * term/sun.el (terminal-init-sun):
9258 * term/ns-win.el (global-map):
9259 * progmodes/grep.el (grep-mode-map):
9260 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9261 * mail/rmail.el (rmail-mode-map):
9262 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9263
9264 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9265 custom-safe-themes as special.
9266
9267 2011-10-01 Julien Danjou <julien@danjou.info>
9268
9269 * notifications.el (notifications-notify): Fix docstring.
9270
9271 2011-10-01 Per Starbäck <per@starback.se>
9272
9273 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9274
9275 2011-09-30 Martin Rudalics <rudalics@gmx.at>
9276
9277 * startup.el (command-line-1): Fix last fix by inserting
9278 initial-scratch-message into *scratch* before displaying it.
9279 (Bug#9605) and (Bug#9636)
9280
9281 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9282
9283 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9284 window is hscrolled, move by logical lines. (Bug#9607)
9285 (line-move-visual): Update the doc string to the above effect.
9286
9287 2011-09-29 Martin Rudalics <rudalics@gmx.at>
9288
9289 * window.el (display-buffer-record-window): When WINDOW is the
9290 selected window use `point' instead of `window-point'. (Bug#9626)
9291
9292 * startup.el (command-line-1): Use insert-before-markers when
9293 inserting initial-scratch-message. (Bug#9605)
9294
9295 * help.el (help-window): Remove variable.
9296
9297 2011-09-29 Glenn Morris <rgm@gnu.org>
9298
9299 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9300
9301 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
9302
9303 * descr-text.el (describe-char-categories): Accept category
9304 descriptions more than one line long.
9305
9306 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * simple.el (delete-trailing-whitespace): Fix last change.
9309
9310 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9311 Don't confuse "y => 3" as the beginning of a `y' operation.
9312
9313 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9314 object has more than 4 slots (bug#9613).
9315
9316 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9317
9318 * subr.el (with-output-to-temp-buffer):
9319 * net/quickurl.el (quickurl, quickurl-browse-url):
9320 Fix typos in docstrings.
9321
9322 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9323
9324 * minibuffer.el (completion-styles)
9325 (completion-category-overrides): Cross reference each other in doc
9326 strings.
9327
9328 2011-09-27 Glenn Morris <rgm@gnu.org>
9329
9330 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9331 to split-string. (Bug#9606)
9332
9333 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9334
9335 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9336 (bug#9615).
9337
9338 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * emacs-lisp/package.el (list-packages): Fix echo area message.
9341
9342 2011-09-27 Leo Liu <sdl.web@gmail.com>
9343
9344 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9345
9346 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9347
9348 * net/dbus.el (dbus-unregister-object): Don't release services for
9349 registered signals. (Bug#9581)
9350
9351 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9352
9353 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9354 function that picks between cfengine 2 and 3 support
9355 automatically. Update docs accordingly.
9356
9357 2011-09-22 Kenichi Handa <handa@m17n.org>
9358
9359 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9360 ZERO.
9361 (indian-itrans-v5-table-for-tamil): New variable.
9362 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9363
9364 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9365
9366 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9367 that's true if the current command involved collapsing of text.
9368 It's reset to false at the beginning of the next command.
9369 (allout-post-command-business): Move the cursor to the beginning
9370 of entry if the cursor is hidden and collapsing activity just
9371 happened.
9372
9373 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9376 tracking (Bug#9541).
9377
9378 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
9379
9380 * net/newst-reader.el (newsticker-html-renderer)
9381 (newsticker-show-news): Automatically load html rendering package
9382 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9383 because w3m-fill-column is let-bound" and the error "Symbol's value
9384 as variable is void: w3m-fill-column".
9385
9386 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9387
9388 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9389 Release services only if they are defined. (Bug#9581)
9390
9391 2011-09-23 Richard Stallman <rms@gnu.org>
9392
9393 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9394 distinguish start of paragraph from start of its text.
9395
9396 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9397
9398 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9399 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9400 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9401
9402 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9403
9404 * international/mule-diag.el (mule-diag): Insert a newline after
9405 each fontset description.
9406
9407 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * simple.el (delete-trailing-whitespace):
9410 Document last change; simplify.
9411
9412 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9413
9414 * simple.el (delete-trailing-whitespace): Also delete
9415 extra newlines at the end of the buffer.
9416
9417 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9418 (picture-newline): Use forward-line so as to ignore fields.
9419
9420 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * subr.el (with-wrapper-hook): Fix edebug spec.
9423
9424 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9425
9426 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9427 (bug#4538).
9428
9429 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
9430
9431 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9432 Fix nasty bug using wrong cached values.
9433
9434 2011-09-23 Alan Mackenzie <acm@muc.de>
9435
9436 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9437
9438 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
9439
9440 * window.el (pop-to-buffer): Ensure right window is selected if we
9441 chose another frame.
9442
9443 2011-09-22 Eli Zaretskii <eliz@gnu.org>
9444
9445 * simple.el (what-cursor-position): Use get-char-property-change
9446 and next-single-char-property-change, to be able to show display
9447 properties that come from overlays as well as text properties.
9448
9449 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9452
9453 * cmuscheme.el (run-scheme, switch-to-scheme):
9454 * cus-edit.el (customize-group, custom-buffer-create)
9455 (customize-browse):
9456 * info.el (info):
9457 * shell.el (shell):
9458 * mail/sendmail.el (mail):
9459 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9460
9461 2011-09-22 Richard Stallman <rms@gnu.org>
9462
9463 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9464 move back only to line beg, don't move back over blank lines.
9465
9466 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
9467
9468 * files.el (copy-directory): Set directory attributes only in case
9469 they could be retrieved from the source directory. (Bug#9565)
9470
9471 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9472
9473 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9474 (hs-find-block-beginning, hs-hide-level-recursive):
9475 Ignore strings as well as comments. (Bug#9502)
9476
9477 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9478
9479 * progmodes/sql.el (sql-comint-postgres):
9480 Convert port number to a string. (Bug#9566)
9481
9482 2011-09-22 Martin Rudalics <rudalics@gmx.at>
9483
9484 * window.el (quit-window): Undedicate window when switching to
9485 previous buffer. Reported by Thierry Volpiatto
9486 <thierry.volpiatto@gmail.com>.
9487 (special-display-popup-frame): When popping up a new frame reset
9488 its previous buffers to nil. Simplify code.
9489
9490 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
9491
9492 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9493 and process filter, as done also in `shell-command'.
9494
9495 2011-09-21 Martin Rudalics <rudalics@gmx.at>
9496
9497 * window.el (set-window-buffer-start-and-point):
9498 Call set-window-start with NOFORCE argument t.
9499 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9500 (quit-window): Reword doc-string. Handle new format of
9501 quit-restore parameter. Don't delete window if it has a
9502 previous buffer we can show instead of the present one.
9503 (display-buffer-record-window): Rewrite using a new format for
9504 the quit-restore window parameter
9505 (special-display-popup-frame, display-buffer-same-window)
9506 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9507 (display-buffer-pop-up-window, display-buffer-use-some-window):
9508 Adapt symbol passed to display-buffer-record-window.
9509 * help.el (help-window-setup): Handle new format of quit-restore
9510 parameter.
9511
9512 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * faces.el (face-list): Fix docstring (bug#9564).
9515
9516 * window.el (display-buffer--action-function-custom-type):
9517 Don't include internal functions in the Custom interface.
9518
9519 2011-09-20 Juri Linkov <juri@jurta.org>
9520
9521 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9522 (Info-forward-node, Info-backward-node, Info-next-preorder)
9523 (Info-last-preorder): Use it. (Bug#9528)
9524
9525 2011-09-20 Juri Linkov <juri@jurta.org>
9526
9527 * info.el (Info-last-preorder): Visit last menu item only when
9528 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9529
9530 2011-09-20 Julien Danjou <julien@danjou.info>
9531
9532 * password-cache.el (password-cache-remove): Remove entries even if the
9533 value is nil, so that password with a nil value (negative caching) is
9534 possible to invalidate.
9535
9536 2011-09-20 Lawrence Mitchell <wence@gmx.li>
9537
9538 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9539 all whitespace around breakpoint. (Bug#9553)
9540 (f90-find-breakpoint): Only break at whitespace inside a comment.
9541
9542 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * minibuffer.el (completion-file-name-table): Keep track of errors.
9545 (completion-table-with-predicate): Handle the case where pred1 is nil.
9546 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9547
9548 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9551 (debugger-return-value): Signal an error if the debugging context does
9552 not await any return value.
9553
9554 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9555 * image-mode.el (image-toggle-display-text)
9556 (image-toggle-display-image): Stay away from evil `intangible'.
9557
9558 2011-09-19 Leo Liu <sdl.web@gmail.com>
9559
9560 * replace.el (occur-revert-arguments): Make it permanent-local.
9561 (occur-mode): Don't call font-lock-defontify.
9562
9563 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
9564
9565 * net/ldap.el (ldap-search-internal): Don't push empty search
9566 result (Bug#9508).
9567
9568 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9571
9572 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
9573
9574 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9575 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9576
9577 2011-09-18 Juri Linkov <juri@jurta.org>
9578
9579 * buff-menu.el (Buffer-menu-mode-map):
9580 * dired.el (dired-mode-map):
9581 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9582 (lisp-interaction-mode-map):
9583 * emacs-lisp/package.el (package-menu-mode-map):
9584 * epa.el (epa-key-list-mode-map):
9585 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9586 (menu-bar-options-menu):
9587 * outline.el (outline-mode-menu-bar-map):
9588 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9589 * vc/vc-dir.el (vc-dir-menu-map):
9590 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9591 Capitalize non-function content words in menu item strings.
9592
9593 * dired.el (dired-mode-map): Add menu item for
9594 `image-dired-dired-toggle-marked-thumbs'.
9595
9596 2011-09-18 Juri Linkov <juri@jurta.org>
9597
9598 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9599 to `isearch-case-fold-search' and restore its original value
9600 after the `isearch-mode' call.
9601
9602 2011-09-18 Juri Linkov <juri@jurta.org>
9603
9604 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9605 because `zgrep' returns 1 for successful matches (bug#9226).
9606
9607 2011-09-18 Juri Linkov <juri@jurta.org>
9608
9609 * info.el (Info-extract-menu-node-name): Check the second match
9610 for empty string (second test-case of bug#9528).
9611 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9612 intermediate nodes to the history (first test-case of bug#9528).
9613
9614 2011-09-18 Juri Linkov <juri@jurta.org>
9615
9616 * info.el (Info-mode-syntax-table): New variable.
9617 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9618
9619 2011-09-18 Juri Linkov <juri@jurta.org>
9620
9621 * info.el (Info-file-supports-index-cookies):
9622 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9623 outputs one more line for long file names (bug#4142).
9624
9625 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * newcomment.el (comment-normalize-vars): If prompting for
9628 comment-start, set comment-start-skip too (Bug#8424).
9629
9630 2011-09-18 Johan Bockgård <bojohan@gnu.org>
9631
9632 * icomplete.el: Fix previous fix of Bug#5849.
9633 (icomplete-mode): Don't set completion-show-inline-help.
9634 (icomplete-minibuffer-setup): Set completion-show-inline-help
9635 locally during icompletion.
9636
9637 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * woman.el (woman2-process-escapes): Don't delete unrecognized
9640 escapes (Bug#7843).
9641
9642 * files.el (inhibit-first-line-modes-regexps): Add image files.
9643 (hack-local-variables-prop-line): Return nil for malformed
9644 prop-lines (Bug#9044).
9645
9646 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
9647
9648 * net/tramp.el (top): Don't require 'shell.
9649 (tramp-methods): Fix docstring.
9650 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9651 Return complete remote file name. Handle "smb" case.
9652 Use `tramp-tmpdir', if defined for the respective method.
9653 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9654
9655 * net/tramp-compat.el (top): Require 'shell.
9656
9657 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9658 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9659 `tramp-current-host'.
9660 (tramp-get-remote-tmpdir): Remove.
9661
9662 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9663 `tramp-tmpdir' entries.
9664 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9665 (tramp-smb-handle-file-attributes): Ignore errors.
9666 (tramp-smb-wait-for-output): Check also for process end.
9667
9668 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9669
9670 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9671 when sending QUIT (bug#9312).
9672
9673 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9676 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9677 occur-mode-display-occurrence.
9678 (occur-edit-mode): Add usage message.
9679 (occur-cease-edit): New command.
9680 (occur-after-change-function): Use text properties to find the
9681 position of the prefix text.
9682 (occur-engine): Set stickiness of prefix text properties.
9683
9684 2011-09-17 Glenn Morris <rgm@gnu.org>
9685
9686 * progmodes/etags.el (complete-tag):
9687 Fix call to completion-in-region. (Bug#9526)
9688
9689 2011-09-17 Juri Linkov <juri@jurta.org>
9690
9691 * textmodes/ispell.el (ispell-word): Add to the error message
9692 the word, ispell program name and current dictionary (bug#9121).
9693 (ispell-tex-arg-end): Capitalize "error" in the error message.
9694
9695 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9696
9697 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9698 check. (Bug#4251)
9699
9700 2011-09-17 Juri Linkov <juri@jurta.org>
9701
9702 * window.el (window-safe-min-height, window-safe-min-width):
9703 Fix typos (followup to bug#9522).
9704
9705 2011-09-17 Sven Joachim <svenjoac@gmx.de>
9706
9707 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9708
9709 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9710
9711 * simple.el (line-move): If goal-column is set, move by logical
9712 lines, not by display lines. (Bug#971)
9713 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9714 to reflect the above change.
9715
9716 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * image.el (imagemagick-register-types): Use regexp-opt.
9719
9720 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * window.el (display-buffer-base-action): Rename from
9723 display-buffer-default-action. Make default value empty.
9724 (display-buffer-overriding-action): Convert to defvar.
9725 (display-buffer-fallback-action): New var.
9726
9727 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9730 declaration.
9731 (package--add-to-archive-contents): If there is a duplicate entry
9732 with an older version, remove it.
9733 (package-menu-mark-delete, package-menu-mark-install)
9734 (package-menu-mark-unmark): Make unused args optional.
9735 (package-menu-mark-obsolete-for-deletion):
9736 Use package-menu-get-status instead of a regexp search.
9737 (package-menu-get-status): Use tabulated-list-entry.
9738 (package-menu-mark-upgrades): New command.
9739 (package-menu-mode-map): Bind it to U. Add it to menu bar.
9740 (package-menu-execute): Do installation before deletion.
9741 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9742 instead of checking major-mode.
9743 (package-menu--find-upgrades): New function.
9744
9745 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9746
9747 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9748 passwords in the log buffer.
9749 (smtpmail-process-filter): Update the process marker so that the
9750 "broken by peer" status message is inserted in the right place.
9751
9752 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9755 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9756 bibtex-completion-at-point-function.
9757 (bibtex-completion-at-point-function): Use them.
9758
9759 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9760
9761 * mpc.el (mpc-constraints-tag-lookup): New function.
9762 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9763 also to browser "album|playlist".
9764
9765 2011-09-14 Juri Linkov <juri@jurta.org>
9766
9767 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9768 (isearch-edit-string): Use length of `isearch-string' when
9769 `isearch-fail-pos' returns nil.
9770 (isearch-message): Remove duplicate code and call
9771 `isearch-fail-pos' with arg `t'.
9772
9773 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * replace.el (occur-mode-goto-occurrence): Don't force using other
9776 window (Bug#9499).
9777
9778 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9779
9780 2011-09-14 Martin Rudalics <rudalics@gmx.at>
9781
9782 * window.el (display-buffer-window): Remove.
9783 (display-buffer-record-window): Use help-setup window parameter
9784 instead of variable display-buffer-window.
9785 (display-buffer-function, special-display-buffer-names)
9786 (special-display-function): Mention help-setup parameter instead
9787 of display-buffer-window in doc-string.
9788 * help.el (help-window-setup): New argument help-window.
9789 Use help-window-setup parameter instead of display-buffer-window.
9790 Reword some messages.
9791 (with-help-window): Pass window used for displaying the buffer
9792 to help-window-setup. Don't set display-buffer-window.
9793
9794 2011-09-13 Glenn Morris <rgm@gnu.org>
9795
9796 * emacs-lisp/debug.el (debugger-make-xrefs):
9797 Preserve point. (Bug#9462)
9798
9799 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9800
9801 * window.el (window-deletable-p): Use next-frame.
9802
9803 2011-09-13 Martin Rudalics <rudalics@gmx.at>
9804
9805 * window.el (window-auto-delete): Remove.
9806 (window-deletable-p): Remove argument FORCE. Don't deal with
9807 dedication and previous buffers.
9808 (switch-to-prev-buffer): Don't delete window.
9809 (delete-windows-on): Delete a window's frame if and only if the
9810 window is dedicated.
9811 (replace-buffer-in-windows): Delete buffer's window or frame if
9812 and only if window is dedicated.
9813 (quit-window): Handle quit-restore as before last change.
9814 (bury-buffer): Delete window only if window-deletable-p returns t.
9815
9816 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9817
9818 * window.el (window-deletable-p): Never delete the last frame on a
9819 given terminal.
9820
9821 2011-09-13 Glenn Morris <rgm@gnu.org>
9822
9823 * help.el (describe-key-briefly): Copy previous standard-output change.
9824
9825 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
9826
9827 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9828
9829 2011-09-13 Glenn Morris <rgm@gnu.org>
9830
9831 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9832 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9833
9834 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * dired-aux.el (dired-mark-read-string): Don't return default
9837 value on empty input (Bug#9361).
9838 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9839 Omit initial minibuffer contents.
9840 (dired-do-chmod): Signal an error on empty input.
9841 (dired-mark-read-string): Don't return default on empty input.
9842
9843 * files.el (file-modes-symbolic-to-number): Doc fix.
9844
9845 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * international/mule-cmds.el (ucs-completions): Remove.
9848 (read-char-by-name): Use complete-with-action instead; add metadata.
9849
9850 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * window.el (display-buffer--action-function-custom-type)
9853 (display-buffer--action-custom-type): New vars.
9854 (display-buffer-alist, display-buffer-default-action)
9855 (display-buffer-overriding-action): Add defcustom types.
9856
9857 * frame.el (delete-other-frames): Doc fix (Bug#276).
9858
9859 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
9861 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9862
9863 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9864
9865 Change modes that used same-window-* vars to use switch-to-buffer.
9866
9867 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9868 Use switch-to-buffer.
9869
9870 * cus-edit.el (customize-group, custom-buffer-create)
9871 (customize-browse, custom-buffer-create-other-window):
9872 Use switch-to-buffer or switch-to-buffer-other-window.
9873
9874 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9875 (Info-prev, Info-up, Info-speedbar-goto-node)
9876 (info-display-manual): Use switch-to-buffer.
9877 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9878
9879 * mail/sendmail.el (mail): Use switch-to-buffer.
9880 (mail-recover): Use switch-to-buffer-other-window.
9881
9882 * cmuscheme.el (run-scheme, switch-to-scheme):
9883 * ielm.el (ielm):
9884 * shell.el (shell):
9885 * net/rlogin.el (rlogin):
9886 * net/telnet.el (telnet, rsh):
9887 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9888
9889 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9890
9891 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9892
9893 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9896 so don't mention it (bug#9301).
9897 (dired-sort-toggle-or-edit): Clarify string further.
9898
9899 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9900 match `x', `w32' and `ns', like the manual says (bug#9029).
9901
9902 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9903 (process-kill-buffer-query-function): Mention the buffer name in
9904 the query.
9905
9906 * image-mode.el (image-next-line): The line parameter is mandatory
9907 (bug#9258).
9908
9909 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9910 which can be useful (bug#9301).
9911
9912 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9913
9914 * subr.el (match-string): Mention that the current buffer should
9915 be the same as the search was done in (bug#9282).
9916
9917 * facemenu.el: Disable the remove-* commands if the mark isn't
9918 active (bug#9162).
9919
9920 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9923 of display-buffer.
9924 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9925
9926 * replace.el (occur-mode-goto-occurrence)
9927 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9928 and display-buffer.
9929
9930 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9931 display-buffer.
9932
9933 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9934 special-display and same-window variables.
9935 (mail-other-window): Use switch-to-buffer-other-window.
9936 (mail-other-frame): USe switch-to-buffer-other-frame.
9937
9938 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9939 Use display-buffer-other-frame.
9940 (gdb-display-gdb-buffer): Use pop-to-buffer.
9941
9942 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9943
9944 * progmodes/python.el: Don't set same-window-buffer-names.
9945
9946 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9947
9948 * window.el (display-buffer-alist): Add *Python*.
9949
9950 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * window.el (display-buffer-alist): Add entry for buffers
9953 previously handled same-window-*.
9954 (display-buffer-alist, display-buffer-default-action)
9955 (display-buffer-overriding-action): Mark as risky.
9956 (display-buffer-alist): Document action function changes.
9957 (display-buffer--same-window-action)
9958 (display-buffer--other-frame-action): New variables.
9959 (switch-to-buffer, display-buffer-other-frame): Use them.
9960 (display-buffer): Rename reuse-frame entry to reusable-frames.
9961 (display-buffer-reuse-selected-window): Function deleted.
9962 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9963 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9964 (display-buffer-special): New function.
9965 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9966 display-buffer-reuse-or-pop-window. Split off special-display
9967 part into display-buffer-special.
9968 (display-buffer-use-some-window): Don't perform any special
9969 pop-up-frames handling.
9970 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9971 (display-buffer--maybe-same-window): Rename from
9972 display-buffer-maybe-same-window.
9973
9974 * info.el: Don't set same-window-regexps.
9975 (info-setup): New function.
9976 (info-other-window, info): Call it.
9977
9978 * cus-edit.el: Don't set same-window-regexps.
9979 (customize-group): New argument.
9980 (customize-group-other-window): Use it.
9981 (customize-face, customize-face-other-window): Likewise.
9982 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9983
9984 * net/rlogin.el:
9985 * net/telnet.el:
9986 * progmodes/gud.el: Don't set same-window-regexps.
9987
9988 * cmuscheme.el:
9989 * ielm.el:
9990 * shell.el:
9991 * mail/sendmail.el:
9992 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9993
9994 2011-09-10 Juri Linkov <juri@jurta.org>
9995
9996 * isearch.el (isearch-edit-string): Remove obsolete mention of
9997 `C-w' (`isearch-yank-word-or-char') from docstring.
9998 (isearch-query-replace): Fix typo in docstring (bug#9466).
9999
10000 2011-09-10 Juri Linkov <juri@jurta.org>
10001
10002 * paren.el (show-paren-function): Don't show escaped parens.
10003 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10004
10005 2011-09-10 Eli Zaretskii <eliz@gnu.org>
10006
10007 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10008 (mm-default-file-encoding): Remove autoload forms, they are
10009 replaced with autoload cookies in mml.el and mm-encode.el.
10010 (mail-add-attachment): New command.
10011 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10012 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10013 the doc string.
10014 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10015
10016 2011-09-10 Reuben Thomas <rrt@sc3d.org>
10017
10018 * simple.el (count-words-region): Use buffer if there's no region
10019 (bug#9429).
10020
10021 2011-09-09 Juri Linkov <juri@jurta.org>
10022
10023 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10024 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10025 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10026
10027 2011-09-09 Alan Mackenzie <acm@muc.de>
10028
10029 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10030 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10031
10032 2011-09-09 Eli Zaretskii <eliz@gnu.org>
10033
10034 Fix for Savannah bug#9392.
10035 * simple.el (mail-encode-mml): New defvar.
10036
10037 * mail/rmail.el (mail-encode-mml): Add a defvar.
10038 (rmail-enable-mime-composing): Default to t.
10039 (rmail-forward): Use MIME method of forwarding only if both
10040 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10041 Set mail-encode-mml non-nil if the MIME method was used.
10042
10043 * mail/sendmail.el (mml-to-mime): Add autoload form.
10044 (mail-encode-mml): Add a defvar.
10045 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10046 to nil.
10047 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10048 message through mml-to-mime, and reset mail-encode-mml to nil.
10049
10050 2011-09-09 Glenn Morris <rgm@gnu.org>
10051
10052 * woman.el (woman-if-body): When processing an .el block,
10053 do not delete the next .el block as well. (Bug#9447)
10054 (woman-special-characters): Add oq, cq, and hy characters.
10055
10056 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10057
10058 * window.el (window-deletable-p): Make sure window is live before
10059 invoking window-prev-buffers.
10060
10061 2011-09-08 Leo Liu <sdl.web@gmail.com>
10062
10063 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10064
10065 2011-09-08 Juri Linkov <juri@jurta.org>
10066
10067 * progmodes/compile.el (compilation-environment): Make it
10068 a defcustom (bug#8340).
10069
10070 2011-09-08 Martin Rudalics <rudalics@gmx.at>
10071
10072 * window.el (frame-auto-delete): Rename to window-auto-delete.
10073 Make it control auto-deletion of windows and/or frames.
10074 (window-deletable-p): New argument FORCE. Rewrite conditions
10075 for deleting window/frame. (Bug#9419)
10076 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10077 Rewrite handling of case when window/frame can be deleted.
10078 (delete-windows-on): Call window-deletable-p with new FORCE
10079 argument t. (Bug#9456)
10080
10081 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * help-mode.el (help-mode): Restore autoload.
10084
10085 2011-09-07 Juri Linkov <juri@jurta.org>
10086
10087 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10088 `compilation-environment'. Set buffer-local
10089 `compilation-environment' to `thisenv' later after (funcall mode).
10090 (Bug#8340)
10091
10092 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10093 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10094 instead of replacing its value. (Bug#8340)
10095
10096 2011-09-07 Juri Linkov <juri@jurta.org>
10097
10098 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10099 based on text properties put by `grep-filter' instead of matching
10100 escape sequences.
10101 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10102 to the value of `grep-error-screen-columns' (bug#9438).
10103
10104 2011-09-07 Juri Linkov <juri@jurta.org>
10105
10106 * simple.el (next-error-highlight, next-error-highlight-no-select):
10107 Doc fix (bug#9432).
10108
10109 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10110
10111 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10112 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10113
10114 2011-09-07 Leo Liu <sdl.web@gmail.com>
10115
10116 * net/rcirc.el (rcirc-mode): Conditionally initialize
10117 rcirc-input-ring.
10118
10119 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * emacs-lisp/find-func.el (find-function-C-source): Only set
10122 find-function-C-source-directory after checking that we found a source
10123 file there (bug#9440).
10124
10125 2011-09-06 Alan Mackenzie <acm@muc.de>
10126
10127 * isearch.el (isearch-other-meta-char): Wherever a key list is
10128 unread, "unread" the prefix arg, too. This fixes bug #8901.
10129
10130 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10131
10132 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10133
10134 2011-09-05 Juri Linkov <juri@jurta.org>
10135
10136 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10137
10138 2011-09-05 Juri Linkov <juri@jurta.org>
10139
10140 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10141 keeping point where processing of grep matches begins, and
10142 continue to delete remaining escape sequences from the same point.
10143 (grep-filter): Make leading zero optional in "0?1;31m" because
10144 git-grep emits "\033[1;31m" escape sequences unlike expected
10145 "\033[01;31m" as GNU Grep does (bug#9408).
10146 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10147
10148 2011-09-05 Juri Linkov <juri@jurta.org>
10149
10150 * subr.el (y-or-n-p): Capitalize "yes".
10151
10152 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
10153
10154 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10155 `tramp-cache-unload-hook' where appropriate.
10156 (tramp-methods): Rename `tramp-remote-sh' to
10157 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10158 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10159
10160 * net/tramp-sh.el (top): Don't require 'shell.
10161 (tramp-methods): Add `tramp-remote-shell' and
10162 `tramp-remote-shell-args' entries.
10163 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10164 (tramp-sh-handle-shell-command): Remove.
10165 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10166 Use `tramp-remote-shell'.
10167
10168 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
10169
10170 * mail/sendmail.el (sendmail-query-once-function): Delete.
10171 (sendmail-query-once): Save directly to send-mail-function.
10172 Update message-send-mail-function too.
10173
10174 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10175
10176 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10177
10178 * progmodes/python.el (python-mode-map): Use correct function to
10179 start python interpreter from menu-bar (as reported by Geert
10180 Kloosterman).
10181 (inferior-python-mode-map): Fix typo.
10182 (python-shell-map): Remove.
10183
10184 2011-09-03 Deniz Dogan <deniz@dogan.se>
10185
10186 * net/rcirc.el (rcirc-print): Simplify code for
10187 rcirc-scroll-show-maximum-output. There is no need to walk
10188 through all windows to find the right one.
10189
10190 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10191
10192 * help.el (help-return-method): Doc fix.
10193
10194 2011-09-03 Martin Rudalics <rudalics@gmx.at>
10195
10196 * window.el (window-deletable-p): Don't return a non-nil value
10197 when there's a buffer that was shown in the window before.
10198 (Bug#9419)
10199 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10200 Set window's previous buffers to nil.
10201
10202 2011-09-03 Eli Zaretskii <eliz@gnu.org>
10203
10204 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10205 newline before and after the tag line, so it doesn't interfere
10206 with determining the paragraph direction of bidirectional text.
10207
10208 2011-09-03 Leo Liu <sdl.web@gmail.com>
10209
10210 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10211
10212 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10213
10214 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
10215 (pop-to-buffer): Change interactive spec. Pass second argument
10216 directly to display-buffer.
10217 (display-buffer): Fix interactive spec. Use functionp to
10218 distinguish between a function and a list of functions.
10219
10220 * abbrev.el (edit-abbrevs):
10221 * arc-mode.el (archive-extract):
10222 * autoinsert.el (auto-insert):
10223 * bookmark.el (bookmark-bmenu-list):
10224 * files.el (find-file):
10225 * view.el (view-buffer):
10226 * progmodes/compile.el (compilation-goto-locus):
10227 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10228
10229 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10230
10231 * window.el (display-buffer-alist): Doc fix.
10232 (display-buffer): Add docstring. Don't treat
10233 display-buffer-default specially.
10234 (display-buffer-reuse-selected-window)
10235 (display-buffer-same-window, display-buffer-maybe-same-window)
10236 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10237 (display-buffer-pop-up-window)
10238 (display-buffer-reuse-or-pop-window)
10239 (display-buffer-use-some-window): New functions.
10240 (display-buffer-default-action): Use them.
10241 (display-buffer-default): Delete.
10242 (pop-to-buffer-1): Fix choice of actions.
10243
10244 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10245
10246 * minibuffer.el (completion--insert-strings): Don't get confused by
10247 completion entries that end with an LF char.
10248
10249 2011-09-01 Eli Zaretskii <eliz@gnu.org>
10250
10251 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10252
10253 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * window.el (display-buffer): Restore interactive spec.
10256 (display-buffer-same-window, display-buffer-other-window):
10257 New functions.
10258 (pop-to-buffer-1): New function. Use the above.
10259 (pop-to-buffer, pop-to-buffer-same-window): Use it.
10260 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10261
10262 * view.el (view-buffer-other-window, view-buffer-other-frame):
10263 Just use pop-to-buffer.
10264
10265 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10266
10267 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10268
10269 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10270
10271 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10272
10273 2011-08-31 Richard Stallman <rms@gnu.org>
10274
10275 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10276 of the separation of rmail-view-buffer from rmail-buffer.
10277 If you say no to "replace original", the decrypt is in the
10278 view buffer. If you say yes, the decrypt goes into the
10279 rmail buffer also.
10280
10281 2011-08-31 Martin Rudalics <rudalics@gmx.at>
10282
10283 * window.el (display-buffer-window): Rewrite doc-string.
10284 (display-buffer-record-window): New function.
10285 (display-buffer-macro-specifiers)
10286 (display-buffer-even-window-sizes, display-buffer-set-height)
10287 (display-buffer-set-width, display-buffer-in-window)
10288 (display-buffer-reuse-window, display-buffer-split-specifiers)
10289 (display-buffer-side-specifiers, display-buffer-split-window-1)
10290 (display-buffer-split-window, display-buffer-split-atom-window)
10291 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10292 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10293 (display-buffer-other-window-means-other-frame)
10294 (display-buffer-normalize-special)
10295 (display-buffer-normalize-default)
10296 (display-buffer-normalize-argument)
10297 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10298 (display-buffer-normalize-specifiers, display-buffer-frame)
10299 (display-buffer-same-window, display-buffer-same-frame)
10300 (display-buffer-other-window)
10301 (display-buffer-same-frame-other-window)
10302 (display-buffer-other-frame, pop-to-buffer-same-window)
10303 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10304 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10305 (switch-to-buffer-same-frame)
10306 (switch-to-buffer-other-window-same-frame)
10307 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10308 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10309 (display-buffer-alist-set): Remove.
10310 (display-buffer-function, special-display-buffer-names)
10311 (special-display-regexps, special-display-function):
10312 In doc-string refer to display-buffer-window and quit-restore
10313 parameter.
10314 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10315 (special-display-frame-alist, special-display-popup-frame)
10316 (same-window-buffer-names, same-window-regexps, same-window-p)
10317 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10318 (split-window-preferred-function, split-height-threshold)
10319 (split-width-threshold, window-splittable-p)
10320 (split-window-sensibly, window--try-to-split-window)
10321 (window--frame-usable-p, even-window-heights)
10322 (window--even-window-heights, window--display-buffer-1)
10323 (window--display-buffer-2, display-buffer-other-frame):
10324 Restore old Emacs 23 code, order and doc-strings where applicable.
10325 (display-buffer-default, display-buffer-assq-regexp): New functions.
10326 (display-buffer-alist): Rewrite doc-string.
10327 (display-buffer-default-action)
10328 (display-buffer-overriding-action): New variables.
10329 (display-buffer, switch-to-buffer): Rewrite.
10330 (pop-to-buffer): Restore Emacs 23 behavior but use
10331 window-normalize-buffer-to-display.
10332 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10333 Restore Emacs 23 behavior but use
10334 window-normalize-buffer-to-switch-to.
10335 (pop-to-buffer-same-window): Rewrite.
10336 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10337 Rewrite using Emacs 23 options.
10338
10339 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
10340
10341 * net/tramp.el (tramp-root-regexp): Remove.
10342 (tramp-completion-file-name-regexp-unified)
10343 (tramp-completion-file-name-regexp-separate)
10344 (tramp-completion-file-name-regexp-url): Don't use leading volume
10345 letter on win32 systems. (Bug#5303, Bug#9311)
10346 (tramp-drop-volume-letter): Simplify definition.
10347 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10348
10349 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10350
10351 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10352 (bug#9356).
10353
10354 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10355
10356 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10357
10358 2011-08-29 Juri Linkov <juri@jurta.org>
10359
10360 * isearch.el (isearch-done): Don't display message "Mark saved"
10361 when arg `edit' is non-nil to prevent its flicker in the echo area.
10362
10363 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10366 obsolete packages for deletion.
10367
10368 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10369
10370 * help-mode.el (help-mode-map): Add special-mode-map to parent.
10371 (help-mode): Derive help-mode from special-mode. Don't invoke
10372 view-mode from help-mode.
10373 (help-xref-override-view-map): Remove.
10374 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10375 view-mode is not used anymore.
10376
10377 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10378
10379 * server.el (server-port): Doc fix.
10380
10381 * cus-theme.el (custom-theme-choose-mode): Inherit from
10382 special-mode (Bug#9124).
10383 (custom-theme-choose-mode-map): Add special-mode to parent.
10384
10385 2011-08-28 Alan Mackenzie <acm@muc.de>
10386
10387 * progmodes/cc-fonts.el
10388 (c-make-font-lock-BO-decl-search-function): New function.
10389 (c-basic-matchers-after - "Fontify the clauses after various
10390 keywords"): Extract the three keyword lists for the 3 erroneous
10391 constructs from the list of four, and use the new function above
10392 in place of an old one.
10393
10394 2011-08-28 Deniz Dogan <deniz@dogan.se>
10395
10396 * net/rcirc.el (rcirc-insert-prev-input)
10397 (rcirc-insert-next-input): Remove unused argument.
10398
10399 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10402
10403 2011-08-27 Alan Mackenzie <acm@muc.de>
10404
10405 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10406 handle function pointer parameters properly.
10407
10408 2011-08-27 Martin Rudalics <rudalics@gmx.at>
10409
10410 * window.el (display-buffer-reuse-window): Fix case where
10411 selected window was reused with non-nil OTHER-WINDOW argument.
10412 (Bug#9381)
10413
10414 2011-08-27 Deniz Dogan <deniz@dogan.se>
10415
10416 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10417 oftc's NickServ messages.
10418
10419 2011-08-27 Glenn Morris <rgm@gnu.org>
10420
10421 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10422
10423 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * emacs-lisp/package.el (package-install): Call package-initialize
10426 if called interactively.
10427
10428 2011-08-26 Leo Liu <sdl.web@gmail.com>
10429
10430 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10431
10432 2011-08-25 Juri Linkov <juri@jurta.org>
10433
10434 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10435 `search-whitespace-regexp' (bug#9364).
10436
10437 2011-08-25 Juri Linkov <juri@jurta.org>
10438
10439 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10440 `regexp-search-ring' to their global values to protect from
10441 updating by `read-from-minibuffer' (bug#9185).
10442
10443 2011-08-25 Juri Linkov <juri@jurta.org>
10444
10445 * textmodes/ispell.el (ispell-command-loop): Add newline
10446 at the end of the "Use option `i'..." line.
10447
10448 2011-08-25 Juri Linkov <juri@jurta.org>
10449
10450 * battery.el (display-battery-mode): If `battery-status-function'
10451 or `battery-mode-line-format' is nil, display the message and set
10452 `display-battery-mode' to nil (bug#9363).
10453
10454 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10455
10456 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10457 bidi-string-mark-left-to-right; they are unnecessary now.
10458
10459 2011-08-25 Deniz Dogan <deniz@dogan.se>
10460
10461 * net/quickurl.el: Documentation typo fixes.
10462
10463 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10464
10465 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10466
10467 2011-08-25 Glenn Morris <rgm@gnu.org>
10468
10469 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10470
10471 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10472 (smtpmail-via-smtp): Handle nil response from smtp.
10473
10474 2011-08-24 Juri Linkov <juri@jurta.org>
10475
10476 * proced.el (proced-marked): Inherit from `error' instead of
10477 `font-lock-warning-face'.
10478
10479 * ibuffer.el (ibuffer-marked-face): Change default face from
10480 `font-lock-warning-face' to `warning'.
10481 (ibuffer-deletion-face): Change default face from
10482 `font-lock-type-face' to `error'.
10483
10484 * battery.el (battery-update): Use the face `error' instead of
10485 `font-lock-warning-face' (bug#6117).
10486
10487 2011-08-24 Juri Linkov <juri@jurta.org>
10488
10489 * faces.el (success): Change face color from "Green3" to
10490 "ForestGreen" on light background (bug#9353).
10491
10492 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * window.el (quit-window): Rename from quit-restore-window.
10495 Use same arglist as old quit-window.
10496 (frame-auto-delete): Doc fix.
10497
10498 * view.el (view-mode-exit): Use quit-window.
10499
10500 2011-08-24 Juri Linkov <juri@jurta.org>
10501
10502 * isearch.el (isearch-ring-adjust1): Start visiting previous
10503 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10504 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10505 for empty search string (when the last search string is reused
10506 automatically) to adjust the isearch ring to the last element and
10507 prepare the correct index for further M-p commands (bug#9185).
10508
10509 2011-08-24 Kenichi Handa <handa@m17n.org>
10510
10511 * international/ucs-normalize.el: If decomposition property of
10512 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10513 nil.
10514 (nfd, nfkd): Likewise.
10515
10516 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10519 from process filters aren't reliably transmitted to the surrounding
10520 accept-process-output.
10521 (mpc-proc-check): New function.
10522 (mpc-proc-sync): Use it (bug#8293)
10523
10524 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10527 Add compatibility functions (bug#9313).
10528
10529 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10530
10531 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10532
10533 * international/uni-bidi.el: Regenerate.
10534
10535 2011-08-23 Kenichi Handa <handa@m17n.org>
10536
10537 * international/charprop.el:
10538 * international/uni-bidi.el:
10539 * international/uni-category.el:
10540 * international/uni-combining.el:
10541 * international/uni-comment.el:
10542 * international/uni-decimal.el:
10543 * international/uni-decomposition.el:
10544 * international/uni-digit.el:
10545 * international/uni-lowercase.el:
10546 * international/uni-mirrored.el:
10547 * international/uni-name.el:
10548 * international/uni-numeric.el:
10549 * international/uni-old-name.el:
10550 * international/uni-titlecase.el:
10551 * international/uni-uppercase.el: Regenerate.
10552
10553 2011-08-23 Martin Rudalics <rudalics@gmx.at>
10554
10555 * help.el (help-window-setup): Fix message displayed when other
10556 window is reused. (Bug#9341)
10557
10558 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10561 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10562
10563 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10564 Mark obsolete.
10565 * shell.el (shell-parse-pcomplete-arguments): New function.
10566 (shell-completion-vars): Use it instead (bug#9160).
10567
10568 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10571 strings and comments (bug#9333).
10572
10573 * emacs-lisp/debug.el (debug-arglist): New function.
10574 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10575 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10576
10577 2011-08-22 Juri Linkov <juri@jurta.org>
10578
10579 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10580 Revert regexp that highlights output switches to its old
10581 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10582
10583 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10584 to check for empty output (bug#9226).
10585
10586 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10589 symbol-constituent as the default, as that stops font-lock from
10590 working properly (Bug#8843).
10591
10592 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10593
10594 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10595 `coding-system-for-*' around the process open call to avoid
10596 auth-source side effects.
10597 (smtpmail-try-auth-methods): Expand the secret password.
10598 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10599 probe hangs.
10600
10601 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10604
10605 * emacs-lisp/find-func.el (find-function-noselect): New arg
10606 lisp-only.
10607
10608 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10609 signal an error for built-in functions (Bug#6664).
10610
10611 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10612
10613 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10614 (smtpmail-try-auth-methods): Use it.
10615
10616 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10617
10618 * font-lock.el (font-lock-fontify-region)
10619 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10620 (font-lock-default-unfontify-buffer)
10621 (font-lock-default-fontify-region)
10622 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10623
10624 * progmodes/compile.el (compilation-error-properties):
10625 Fix confusion between file struct and message struct (Bug#9319).
10626 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10627 `ant' regexp.
10628
10629 * net/browse-url.el (browse-url-firefox): Don't call
10630 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10631
10632 2011-08-20 Glenn Morris <rgm@gnu.org>
10633
10634 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10635
10636 * tutorial.el (tutorial--default-keys): Update some default bindings.
10637
10638 * files.el (hack-local-variables): Fully ignore case for "mode:".
10639
10640 2011-08-20 Alan Mackenzie <acm@muc.de>
10641
10642 Resolve invalid use of a regexp in regexp-opt.
10643
10644 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10645 detection for a java annotation.
10646
10647 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10648 detection for a java annotation.
10649
10650 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10651 handling for java.
10652 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10653
10654 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10655
10656 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10657 (Bug#9274).
10658
10659 2011-08-20 Alan Mackenzie <acm@muc.de>
10660
10661 Fontify CPP expressions correctly when starting in the middle of
10662 such a construct. Mainly for when jit-lock etc. starts a chunk
10663 here.
10664
10665 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10666 variable.
10667 (c-make-font-lock-search-form): New function, extracted from
10668 c-make-font-lock-search-function.
10669 (c-make-font-lock-search-function): Use the above function.
10670 (c-make-font-lock-context-search-function): New function.
10671 (c-cpp-matchers): Enhance the preprocessor expression case with
10672 the above function
10673 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10674 which takes an expression.
10675
10676 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10677
10678 2011-08-20 Martin Rudalics <rudalics@gmx.at>
10679
10680 * window.el (display-buffer-reuse-window)
10681 (display-buffer-pop-up-window): Don't reuse or split a side
10682 window.
10683
10684 2011-08-19 Glenn Morris <rgm@gnu.org>
10685
10686 * files.el (hack-local-variables-prop-line, hack-local-variables):
10687 Downcase "Mode:". (Bug#9331)
10688
10689 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
10690
10691 * international/characters.el: Add L and R categories.
10692
10693 * subr.el (bidi-string-mark-left-to-right): Rename from
10694 string-mark-left-to-right. Use category search.
10695
10696 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10697
10698 2011-08-18 Juri Linkov <juri@jurta.org>
10699
10700 * faces.el (error, warning, success): New faces with definitions
10701 copied from old default values of `font-lock-warning-face',
10702 `compilation-warning', `compilation-info' (bug#6117).
10703
10704 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10705
10706 * progmodes/compile.el (compilation-error): Inherit from `error'.
10707 (compilation-warning): Inherit from `warning'.
10708 (compilation-info): Inherit from `success'.
10709
10710 * dired.el (dired-marked): Inherit from `warning'.
10711 (dired-flagged): Inherit from `error'.
10712
10713 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10714
10715 * mail/smtpmail.el (auth-source): Require to avoid problems with
10716 binding variables (bug#9298). Also clean up some unused
10717 autoloads.
10718
10719 * net/network-stream.el (network-stream-open-starttls):
10720 Support using starttls.el without using gnutls-cli.
10721
10722 2011-08-17 Juri Linkov <juri@jurta.org>
10723
10724 * progmodes/grep.el (rgrep): Handle the case when
10725 `grep-find-command' is a cons cell (bug#9278).
10726
10727 2011-08-17 Martin Rudalics <rudalics@gmx.at>
10728
10729 * window.el (display-buffer-pop-up-frame): Run frame creation
10730 function with BUFFER current (as special-display-popup-frame
10731 does). Reported by Drew Adams.
10732
10733 2011-08-17 Daiki Ueno <ueno@unixuser.org>
10734
10735 * epa-mail.el: Simplify GnuPG group expansion using
10736 epg-expand-group.
10737 (epa-mail-group-alist, epa-mail-group-modtime)
10738 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10739 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10740 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10741 Remove.
10742
10743 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
10744
10745 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10746
10747 2011-08-16 Alan Mackenzie <acm@muc.de>
10748
10749 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10750 Correct, to avoid the inside of macros.
10751
10752 2011-08-16 Richard Stallman <rms@gnu.org>
10753
10754 * epa-mail.el: Handle GnuPG group definitions.
10755 (epa-mail-group-alist, epa-mail-group-modtime)
10756 (epa-mail-gnupg-conf-file): New variables.
10757 (epa-mail-parse-groups, epa-mail-sync-groups)
10758 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10759 (epa-mail-expand-recipients): New functions.
10760 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10761
10762 * mail/rmail.el (rmail-epa-decrypt): New command.
10763
10764 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10765 Don't bind buffer-read-only, just inhibit-read-only.
10766 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10767 (epa-decrypt-armor-in-region): Make error message clearer.
10768
10769 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10772 and "a2b" to "ab" for `prefix'.
10773
10774 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
10775
10776 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10777 filter groups.
10778 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10779 Fourquet (Bug#8804).
10780
10781 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * startup.el (argi): Declare as global variable (bug#9275).
10784
10785 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
10786
10787 * subr.el (string-mark-left-to-right): Search the entire string
10788 for RTL script, not just the terminating character. Doc fix.
10789
10790 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10793 New function.
10794 (js--regexp-literal, js-syntax-propertize-function): Remove.
10795 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10796 (js-mode-map): Don't rebind electric keys.
10797 (js-insert-and-indent): Remove.
10798 (js-mode): Setup electric-layout and electric-indent instead.
10799
10800 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10801
10802 2011-08-12 Daiki Ueno <ueno@unixuser.org>
10803
10804 * epa.el (epa-progress-callback-function): Fix the logic of
10805 displaying progress.
10806 * epa-file.el (epa-file-insert-file-contents): Make progress
10807 display more user-friendly.
10808 (epa-file-write-region): Ditto.
10809
10810 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * subr.el (string-mark-left-to-right): New function.
10813
10814 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10815 Use string-mark-left-to-right.
10816 (list-buffers-noselect): Caller changed.
10817
10818 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10819 Use string-mark-left-to-right.
10820 (tabulated-list-print): Recenter after moving point.
10821
10822 2011-08-10 Juri Linkov <juri@jurta.org>
10823
10824 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10825 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10826 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10827
10828 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
10829
10830 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10831 (Bug#7554).
10832
10833 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10834
10835 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10836 character. (Bug#6594)
10837
10838 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10839
10840 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10841 (image-dired--with-db-file): New macro.
10842 (image-dired-write-tags, image-dired-remove-tag)
10843 (image-dired-create-gallery-lists, image-dired-write-comments)
10844 (image-dired-get-comment, image-dired-mark-tagged-files)
10845 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10846 (image-dired-gallery-generate): Use insert-file-contents.
10847
10848 * time.el (display-time-world-list, display-time-world-display):
10849 * time-stamp.el (time-stamp-string):
10850 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10851 set-time-zone-rule (Bug#7337).
10852
10853 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10854
10855 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10856 (epg-error-to-string, epg-errors-to-string): New function.
10857 (epg-wait-for-completion): Reverse errors list.
10858 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10859 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10860 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10861 (epg-sign-keys, epg-generate-key-from-file)
10862 (epg-generate-key-from-string): Format errors by using
10863 epg-errors-to-string (bug#9255).
10864 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10865
10866 2011-08-07 Juri Linkov <juri@jurta.org>
10867
10868 * faces.el (list-faces-display): Remove extra angle bracket
10869 from `help-mode-map'.
10870
10871 * info.el (Info-history-toc-nodes): Doc fix.
10872
10873 * longlines.el (longlines-mode): Doc fix.
10874
10875 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10878 of statements and in a few more cases (bug#9183).
10879
10880 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10881 New functions.
10882 (cl-transform-lambda): Use them (bug#9239).
10883
10884 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10885
10886 * window.el (display-buffer-same-window)
10887 (display-buffer-same-frame, display-buffer-other-window)
10888 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10889 (pop-to-buffer-other-window)
10890 (pop-to-buffer-same-frame-other-window)
10891 (pop-to-buffer-other-frame): Make them defuns.
10892 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10893
10894 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * subr.el (make-composed-keymap): Move from C. Change calling
10897 convention, and improve docstring to bring attention to a subtle point.
10898 * minibuffer.el (completing-read-default): Adjust accordingly.
10899
10900 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10901
10902 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10903 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10904
10905 * net/trampver.el: Update release number.
10906
10907 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10910 "in" (bug#9190).
10911
10912 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10913
10914 * mail/sendmail.el (sendmail-query-once): Restore the current
10915 buffer after querying (bug#9074).
10916
10917 * dired.el (dired-flagged): Use different faces for marked and
10918 flagged files (bug#6117).
10919
10920 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10921 (bug#4433).
10922
10923 * ido.el (ido-mode): Switch off the message if called
10924 non-interactively.
10925
10926 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10927 before 587, since it appears that that's more likely to work for
10928 more people.
10929
10930 * cus-edit.el (custom-file): When running under emacs -q, always
10931 refuse to save the customizations, even if the .emacs file doesn't
10932 exist.
10933
10934 * info.el: Remove the `Info-beginning-of-buffer' function
10935 (bug#8325).
10936
10937 * net/network-stream.el (network-stream-open-starttls):
10938 Use `starttls-available-p' to see whether starttls.el can be used.
10939
10940 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10941
10942 * window.el (display-buffer-in-window): Don't set dedicated status
10943 of window here (Bug#9215).
10944 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10945 (display-buffer-pop-up-side-window)
10946 (display-buffer-in-side-window): Set dedicated status of window here.
10947
10948 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10951 before binding generated-autoload-file.
10952
10953 2011-08-01 Deniz Dogan <deniz@dogan.se>
10954
10955 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10956
10957 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10958
10959 Sync with Tramp 2.2.2.
10960
10961 * net/trampver.el: Update release number.
10962
10963 2011-07-30 Juri Linkov <juri@jurta.org>
10964
10965 * dired-aux.el (dired-touch-initial): Remove function.
10966 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10967 current time, and `default' to the last modification time of the
10968 current marked file (bug#6887).
10969
10970 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10971
10972 * simple.el (goto-line): Use string-to-number to provide a
10973 numeric argument to read-number (bug#9163).
10974
10975 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
10976
10977 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10978 connection process, it could be nil.
10979
10980 2011-07-27 Leo Liu <sdl.web@gmail.com>
10981
10982 Simplify url handling in rcirc-mode.
10983
10984 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10985 (rcirc-browse-url-at-mouse): Remove.
10986 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10987
10988 2011-07-26 Alan Mackenzie <acm@muc.de>
10989
10990 Fontify bitfield declarations properly.
10991
10992 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10993 (c-symbol-chars): Now exported as a lang variable.
10994 (c-not-primitive-type-keywords): New lang variable.
10995
10996 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10997 QT keyword "more" to prevent "more slots: ...." being spuriously
10998 parsed as a bitfield declaration.
10999
11000 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11001 Refactor and enhance to handle bitfield declarations.
11002 (c-punctuation-in): New function.
11003 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11004 declarations properly.
11005
11006 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
11007
11008 * calendar/icalendar.el (icalendar--all-events): Take care of
11009 multiple vcalendars in a single file.
11010 (icalendar--convert-float-to-ical): Checkdoc fixes.
11011
11012 2011-07-25 Deniz Dogan <deniz@dogan.se>
11013
11014 * image.el (insert-image): Clarifying docstring.
11015
11016 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
11017
11018 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11019 `tramp-send-command-and-check' if there is no error.
11020 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11021
11022 2011-07-22 Alan Mackenzie <acm@muc.de>
11023
11024 Prevent cc-langs.elc being loaded at run time.
11025
11026 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11027 cc-langs.
11028
11029 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
11030 "(require 'cc-langs)". Quote a form so it will evaluate at
11031 (cc-mode's) compilation time.
11032
11033 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11036 loading. (Bug#9114)
11037
11038 2011-07-21 Martin Rudalics <rudalics@gmx.at>
11039
11040 * window.el (display-buffer-pop-up-window)
11041 (display-buffer-pop-up-side-window)
11042 (display-buffer-in-side-window): Call display-buffer-set-height
11043 and display-buffer-set-width after setting the new window's
11044 buffer so `fit-window-to-buffer' and friends work on the right buffer.
11045
11046 2011-07-20 Sam Steingold <sds@gnu.org>
11047
11048 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11049 (etags-tags-included-tables): Call `convert-standard-filename' on
11050 the file names contained in TAGS so that windows Emacs can handle
11051 TAGS files created by cygwin ctags.
11052
11053 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11054
11055 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11056 which apparently didn't work.
11057
11058 2011-07-19 Roland Winkler <winkler@gnu.org>
11059
11060 * proced.el (proced-send-signal): For *Marked Processes* buffer
11061 put point at beginning of buffer.
11062
11063 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
11064
11065 * proced.el (proced-format): Make header lines align with the text
11066 (bug#1779).
11067
11068 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11069
11070 * view.el (view-buffer): Allow running in `special' modes if we're
11071 visiting a file (bug#8615).
11072
11073 2011-07-19 Martin Rudalics <rudalics@gmx.at>
11074
11075 * window.el (display-buffer-alist-of-strings-p)
11076 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11077 New functions.
11078 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11079 more accurately.
11080
11081 2011-07-18 Alan Mackenzie <acm@muc.de>
11082
11083 Fontify declarators properly when, e.g., a jit-lock chunk begins
11084 inside a declaration.
11085
11086 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11087
11088 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11089 New function.
11090 (c-complex-decl-matchers): Insert reference to
11091 c-font-lock-enclosing-decls.
11092
11093 * progmodes/cc-engine.el (c-backward-single-comment):
11094 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11095 to nil around calls to (forward-comment -1).
11096
11097 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11098
11099 * image.el (put-image): Doc typo fix.
11100
11101 * progmodes/etags.el (tags-search): Doc typo fix.
11102
11103 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11104 password if we get errors 550 to 554.
11105
11106 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11107
11108 * net/gnutls.el (gnutls-log-level): Remove.
11109
11110 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11111 indentation character (bug#6380).
11112
11113 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11114
11115 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11116 to clarify what the problem is (bug#4291).
11117
11118 * simple.el (current-kill): Clarify what
11119 `interprogram-paste-function' does (bug#7500).
11120 (auto-fill-mode): Document `auto-fill-function' in relation to
11121 `auto-fill-mode' (bug#2470).
11122
11123 2011-07-16 Lawrence Mitchell <wence@gmx.li>
11124
11125 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11126 method if slot is read-only (bug#9035).
11127
11128 2011-07-16 Martin Rudalics <rudalics@gmx.at>
11129
11130 * frame.el (select-frame-set-input-focus): New argument NORECORD.
11131 * window.el (pop-to-buffer): Select window used even if it was
11132 selected before, see discussion of (Bug#8615), (Bug#6954).
11133 Pass argument NORECORD on to select-frame-set-input-focus.
11134
11135 2011-07-15 Glenn Morris <rgm@gnu.org>
11136
11137 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
11138 Respect help-form.
11139
11140 2011-07-09 Lawrence Mitchell <wence@gmx.li>
11141
11142 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11143 (gnutls-negotiate): Use it.
11144
11145 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11146
11147 * net/gnutls.el (gnutls-negotiate):
11148 Upcase `gnutls-algorithm-priority'.
11149
11150 2011-07-15 Glenn Morris <rgm@gnu.org>
11151
11152 * jka-compr.el (jka-compr-verbose): Move from here...
11153 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11154 Add missing :version tag.
11155 * info.el: No need to require jka-compr when compiling.
11156
11157 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11158
11159 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11160 (gnutls-negotiate): Use it.
11161
11162 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11163
11164 * info.el (Info-beginning-of-buffer): New command.
11165 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11166 announcing `b' as the key (bug#8325).
11167 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
11168
11169 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11170
11171 * international/mule-cmds.el
11172 (describe-specified-language-support): Make the error message
11173 clearer (bug#8905).
11174
11175 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11176
11177 * isearch.el (isearch-barrier): Add a doc string, since it's
11178 mentioned in a function doc string (bug#8678).
11179
11180 2011-07-15 Martin Rudalics <rudalics@gmx.at>
11181
11182 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11183 buffer argument (Bug#9083) and self-identifying label argument.
11184
11185 2011-07-15 Glenn Morris <rgm@gnu.org>
11186
11187 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11188
11189 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11190
11191 * man.el (Man-fontify-manpage): Fix message when formatting the
11192 man page (bug#7929).
11193
11194 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11195
11196 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11197 argument LRM; if non-nil, append an invisible LRM character to the
11198 buffer name.
11199 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11200 last argument non-nil, when formatting buffer names.
11201 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11202 paragraph direction.
11203
11204 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11205
11206 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11207 the man page name (bug#7929).
11208
11209 * image.el (put-image): Mention the `put-image' overlay property
11210 (bug#7834).
11211
11212 * scroll-bar.el (set-scroll-bar-mode): Mention that
11213 `scroll-bar-mode' lists the values (bug#7772).
11214
11215 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11216 command (bug#7729).
11217
11218 * rect.el (apply-on-rectangle): Return the point after the last
11219 operation.
11220 (string-rectangle): Go to the point after the last operation
11221 (bug#7522).
11222
11223 * printing.el (pr-toggle-region): Clarify the documentation
11224 slightly (bug#7493).
11225
11226 * time.el (display-time-update):
11227 Allow `display-time-mail-function' to return nil (bug#7158).
11228 Fix suggested by Detlev Zundel.
11229
11230 * vc/diff.el (diff): Clarify the order the file names are read
11231 (bug#7111).
11232
11233 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11234 the doc string (bug#7015).
11235
11236 * font-lock.el (font-lock-maximum-decoration): Mention what
11237 numeric levels mean (bug#6935).
11238
11239 * startup.el (initial-buffer-choice): Don't mention the `none'
11240 selection, which is against policy.
11241
11242 2011-07-14 Martin Rudalics <rudalics@gmx.at>
11243
11244 * window.el (display-buffer-normalize-special):
11245 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
11246
11247 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11248
11249 * subr.el (version<, version<=, version=): Mention "-CVS" and
11250 "-12345" alpha version numbers.
11251
11252 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * bindings.el: Add advertised binding for set-mark-command
11255 (Bug#5772).
11256
11257 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11258
11259 * bindings.el (mode-line-other-buffer):
11260 * bookmark.el (bookmark-bmenu-2-window):
11261 * bs.el (bs-cycle-next, bs-cycle-previous):
11262 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11263 switch-to-buffer.
11264
11265 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11266 Delete.
11267
11268 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * follow.el (follow-debug-message, follow-redisplay):
11271 * jka-cmpr-hook.el (with-auto-compression-mode):
11272 Fix typos in docstrings.
11273
11274 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11275
11276 * subr.el (with-silent-modifications): Clarify somewhat what the
11277 macro inhibits (bug#6525).
11278
11279 * simple.el (eval-expression): Note what it does if called
11280 interactively (bug#6495).
11281
11282 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11285 Use pop-to-buffer buffer-or-name if it is nil.
11286
11287 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11288 Remove switch-to-buffer.
11289
11290 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11291
11292 * files.el (make-directory): Clarify that an error will be raised
11293 if there's an error (bug#6397).
11294
11295 * startup.el (initial-buffer-choice): Add `none' as a choice
11296 (bug#6234).
11297
11298 * subr.el (add-hook): Clarify section about buffer-local hooks
11299 (bug#6218).
11300
11301 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11302
11303 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11304
11305 * tabify.el (untabify): Preserve the current column so that point
11306 doesn't move (bug#6032).
11307
11308 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11309
11310 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11311 Rewrite to avoid awkward possessive "s" (bug#5986).
11312
11313 2011-07-13 Glenn Morris <rgm@gnu.org>
11314
11315 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11316 (dired-insert-directory): Give a message the first time
11317 if ls is found not to support --dired.
11318
11319 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11320
11321 * simple.el (toggle-truncate-lines): Clarify what is toggled
11322 (bug#5580). Text by Drew Adams.
11323
11324 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11325
11326 * simple.el (blink-matching-open): Make the error message from the
11327 last change less verbose.
11328
11329 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11330
11331 * font-lock.el (font-lock-comment-face): Use the high contrast
11332 "yellow" color for font-lock-comment-face on low color terminals
11333 using a dark background color (bug#4221).
11334
11335 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11336
11337 * dired.el (dired-insert-set-properties): Make the doc string
11338 reflect what it does now (bug#5325).
11339
11340 * simple.el (blink-matching-open): Say that we were unable to find
11341 the match within the limit, if we're limited (bug#5122).
11342
11343 * international/mule-cmds.el (prefer-coding-system): Add an
11344 example (bug#4869).
11345
11346 * progmodes/etags.el (tags-search): Document `file-list-form'
11347 (bug#4731).
11348
11349 2011-07-13 Lawrence Mitchell <wence@gmx.li>
11350
11351 * net/browse-url.el (browse-url-default-browser)
11352 (browse-url-browser-function): Make the default browser choice a
11353 bit more logical (bug#4300). Also clean up the doc string.
11354
11355 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11356
11357 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11358 binary endings (bug#4440).
11359
11360 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11361
11362 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11363 which can be pretty annoying (bug#8971).
11364
11365 * jka-compr.el (jka-compr-verbose): New variable, and use
11366 throughout (bug#8971).
11367
11368 * info.el (Info-find-file): Fall back on the installation
11369 directory if we can't find the info node anywhere else.
11370
11371 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11372
11373 * vc/vc.el (vc-revert-file):
11374 Don't set file time-stamp in the past. (Bug#5181)
11375
11376 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11377
11378 * files.el (after-find-file): Give a better error message when
11379 trying to find a symlink that points to a file that doesn't exist
11380 (bug#4398).
11381
11382 * progmodes/cc-vars.el: Remove (probably) misleading comment
11383 (bug#4396).
11384
11385 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11386
11387 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11388
11389 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * mouse-sel.el: Hack restoring functionality, while keeping
11392 compatibility with 2010-07-03 changes to mouse selection.
11393 (mouse-sel-primary-overlay): New var.
11394 (mouse-sel-selection-alist): Use it.
11395 (mouse-sel-mode): Doc fix; remove points that are default features
11396 of mouse.el.
11397
11398 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11399
11400 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11401 Fix previous fix (bug#2490).
11402
11403 2011-07-12 Roland Winkler <winkler@gnu.org>
11404
11405 * textmodes/bibtex.el (bibtex-initialize):
11406 Use pop-to-buffer-same-window.
11407 (bibtex-search-entries): Fix interactive call.
11408
11409 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11410
11411 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11412 Fontise bytecomp Error lines more correctly (bug#2490).
11413 Fix suggested by Johan Bockgård.
11414
11415 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11416
11417 * dired-x.el (dired-guess-default): Use `delete-dups'.
11418
11419 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * dired.el (dired-mark-prompt):
11422 * dired-aux.el (dired-read-shell-command): Doc fix.
11423
11424 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11425
11426 * mail/sendmail.el (sendmail-query-once):
11427 Use `customize-save-variable' unconditionally, now that it works under
11428 emacs -Q.
11429
11430 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11431
11432 * cus-edit.el (custom-file): Take an optional no-error variable.
11433 (customize-save-variable): Set the variable, and give a warning if
11434 running under "emacs -q".
11435
11436 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * loadhist.el (unload-feature-special-hooks):
11439 Add `auto-coding-functions', `fill-nobreak-predicate' and
11440 `find-directory-functions' (bug#5327).
11441
11442 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11443
11444 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11445
11446 * cus-edit.el (custom-guess-name-alist): -alist variables should
11447 use the `alist' type (bug#3120). Suggested by Drew Adams.
11448
11449 * printing.el: Add documentation to all the `pr-toggle-' commands.
11450
11451 2011-07-11 Leo Liu <sdl.web@gmail.com>
11452
11453 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11454 backends where it makes sense (bug#2623).
11455
11456 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11457
11458 * dired-x.el (dired-guess-default): Remove duplicate shell command
11459 entries (bug#2028).
11460 (dired-guess-default): Fix grammar in doc string (bug#2028).
11461 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11462
11463 * subr.el (remove-duplicates): New conveniency function.
11464
11465 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466
11467 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11468 (bug#1526).
11469
11470 2011-07-10 Martin Rudalics <rudalics@gmx.at>
11471
11472 * window.el (display-buffer-normalize-default): Don't invert
11473 meaning of even-window-heights. Reported by Eli Zaretskii
11474 <eliz@gnu.org>.
11475
11476 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11477
11478 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11479
11480 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * window.el (display-buffer): Fix arguments to
11483 display-buffer-reuse-window in last change.
11484
11485 * faces.el (link): Use a less saturated blue on light backgrounds.
11486
11487 * startup.el (fancy-startup-text, fancy-about-text)
11488 (fancy-startup-tail): Use font-lock faces, for background safety.
11489
11490 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11491
11492 * emulation/viper-cmd.el (viper-change-state-to-vi):
11493 Limit triggering of abbrev expansion (Bug#9038).
11494
11495 2011-07-09 Martin Rudalics <rudalics@gmx.at>
11496
11497 * window.el (display-buffer-default-specifiers): Remove.
11498 (display-buffer-macro-specifiers): Remove default specifiers.
11499 (display-buffer-alist): Default to nil.
11500 (display-buffer-reuse-window): New optional argument other-window.
11501 (display-buffer-pop-up-window): Allow splitting internal
11502 windows. Check whether a live window was created.
11503 (display-buffer-other-window-means-other-frame)
11504 (display-buffer-normalize-arguments): Rename to
11505 display-buffer-normalize-argument and rewrite. Set the
11506 other-window specifier.
11507 (display-buffer-normalize-special): New function.
11508 (display-buffer-normalize-options): Rename to
11509 display-buffer-normalize-default and rewrite.
11510 (display-buffer-normalize-options-inhibit): Remove.
11511 (display-buffer-normalize-specifiers): Rewrite.
11512 (display-buffer): Process other-window specifier and call
11513 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11514 more faithfully.
11515 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11516 (display-buffer-alist-set): Don't handle 'unset default values.
11517 (display-buffer-in-window, display-buffer-alist-set):
11518 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
11519 <tassilo@member.fsf.org>.
11520
11521 2011-07-09 Leo Liu <sdl.web@gmail.com>
11522
11523 * register.el (insert-register): Restore accidental change on
11524 2011-06-26. (Bug#9028)
11525
11526 2011-07-09 Glenn Morris <rgm@gnu.org>
11527
11528 * subr.el (remq): Handle the empty list. (Bug#9024)
11529
11530 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11531
11532 * mail/sendmail.el (send-mail-function): No longer delay custom
11533 initialization.
11534 * custom.el (custom-initialize-delay): Doc fix.
11535
11536 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11539
11540 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
11541
11542 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11543 human-friendly prompt.
11544
11545 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11548 provided by a particular plugin.
11549
11550 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11551
11552 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11553 save customizations (with "emacs -Q"), just set the variable
11554 instead of erroring out.
11555
11556 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11557
11558 2011-07-08 Juri Linkov <juri@jurta.org>
11559
11560 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11561 (archive-zip-update-case): Use 7z if found by `executable-find'.
11562 The order of searching the available programs is the same as in
11563 `archive-zip-extract' (bug#8968).
11564
11565 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11566
11567 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11568 (menu-bar-options-menu): Tweak descriptions.
11569
11570 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11571
11572 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11573 menu items into verb phrases (bug#1421). Also refill to fit under
11574 80 columns.
11575
11576 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11577
11578 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11579 (Info-read-node-name): Doc fix (Bug#1084).
11580
11581 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11582 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11583 (end-of-sexp, beginning-of-sexp)
11584 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11585 (forward-symbol, forward-same-syntax, word-at-point)
11586 (sentence-at-point): Doc fix (Bug#1144).
11587
11588 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11589
11590 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11591 should cover it (bug#1281).
11592
11593 * cus-edit.el (custom-show): Mark as obsolete.
11594
11595 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11596 negotiation fails, then possibly try again with a non-encrypted
11597 connection (bug#9017).
11598
11599 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11600 be used.
11601
11602 2011-07-07 Richard Stallman <rms@gnu.org>
11603
11604 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11605 property, and handle its changed format.
11606 Look for the correct line number.
11607 Use file's line contents (but not past first =) to find
11608 correct line in message.
11609
11610 2011-07-07 Kenichi Handa <handa@m17n.org>
11611
11612 * international/characters.el (build-unicode-category-table):
11613 Delete it.
11614 (unicode-category-table): Set it by unicode-property-table-internal.
11615
11616 * international/mule-cmds.el (char-code-property-alist): Move to
11617 to src/chartab.c.
11618 (get-char-code-property): Call unicode-property-table-internal to
11619 load a file. Call get-unicode-property-internal where necessary.
11620 (put-char-code-property): Call unicode-property-table-internal to
11621 load a file. Call put-unicode-property-internal where necessary.
11622 put-unicode-property-internal where necessary.
11623 (char-code-property-description):
11624 Call unicode-property-table-internal to load a file.
11625
11626 * international/charprop.el:
11627 * international/uni-bidi.el:
11628 * international/uni-category.el:
11629 * international/uni-combining.el:
11630 * international/uni-comment.el:
11631 * international/uni-decimal.el:
11632 * international/uni-decomposition.el:
11633 * international/uni-digit.el:
11634 * international/uni-lowercase.el:
11635 * international/uni-mirrored.el:
11636 * international/uni-name.el:
11637 * international/uni-numeric.el:
11638 * international/uni-old-name.el:
11639 * international/uni-titlecase.el:
11640 * international/uni-uppercase.el: Regenerate.
11641
11642 * loadup.el: Load international/charprop.el before
11643 international/characters.
11644
11645 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * window.el (next-buffer, previous-buffer): Signal an error if
11648 called from a minibuffer window.
11649
11650 * bindings.el: Revert 2011-07-04 change.
11651
11652 2011-07-06 Richard Stallman <rms@gnu.org>
11653
11654 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11655 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11656 Treat markers like ints.
11657 (rmail-mime-entity): Doc fix.
11658
11659 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11660
11661 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11662 defcustom again for backwards compatibility.
11663
11664 * simple.el (shell-command-on-region): Fill.
11665
11666 * dired-aux.el (dired-kill-line): Add a doc string.
11667
11668 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11669 to "\\sw\\|\\s_" (bug#358).
11670
11671 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11672 (dired-unmark-backward): Ditto.
11673 (dired-flag-backup-files): Ditto.
11674
11675 * dired-x.el (dired-mark-sexp): Ditto.
11676
11677 2011-07-06 Richard Stallman <rms@gnu.org>
11678
11679 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11680 (rmail-mime-entity): New arg TRUNCATED.
11681 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11682 New functions.
11683 (rmail-mime-save): Warn if entity is truncated.
11684 (rmail-mime-toggle-hidden): Likewise, for showing.
11685 (rmail-mime-process-multipart): Record when an entity is truncated.
11686
11687 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11688 if ENTITY is a string.
11689
11690 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11691
11692 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11693 of faces when `M-C-x'-ing their definitions (bug#8378).
11694 Also clean up the code slightly.
11695
11696 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11697 because that makes the colors go away.
11698
11699 * mail/sendmail.el (send-mail-function): Change the default to
11700 `sendmail-query-once'.
11701 (sendmail-query-once): Add an autoload cookie.
11702
11703 * net/network-stream.el (network-stream-open-starttls): Try using
11704 a plain connection even if the server offered STARTTLS, and we
11705 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11706 capability. This should make smtpmail.el work in slightly more
11707 configurations.
11708
11709 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
11710
11711 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11712 New defun.
11713 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11714
11715 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11716
11717 * progmodes/sql.el: Version 3.0
11718 (sql-product-alist): Add product :completion-object,
11719 :completion-column, and :statement attributes.
11720 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11721 (sql-mode-syntax-table): Mark all punctuation.
11722 (sql-font-lock-keywords-builder): Temporarily remove fallback on
11723 ansi keywords.
11724 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11725 (sql-mode-oracle-font-lock-keywords): Improve.
11726 (sql-oracle-show-reserved-words): New function for development.
11727 (sql-product-font-lock): Simplify for source code buffers.
11728 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11729 New functions.
11730 (sql-highlight-product): Set product specific syntax table.
11731 (sql-mode-map): Add statement movement functions.
11732 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11733 New variable.
11734 (sql-statement-regexp, sql-beginning-of-statement)
11735 (sql-end-of-statement, sql-signum): New functions.
11736 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11737 (sql-show-sqli-buffer): Bug fix.
11738 (sql-interactive-mode): Store connection data as buffer local.
11739 (sql-connect): Add NEW-NAME parameter. Redesign interaction
11740 with sql-interactive-mode.
11741 (sql-save-connection): Save buffer local settings.
11742 (sql-connection-menu-filter): Change menu entry name.
11743 (sql-product-interactive): Bug fix.
11744 (sql-preoutput-hold): New variable.
11745 (sql-interactive-remove-continuation-prompt): Bug fixes.
11746 (sql-debug-redirect): New variable.
11747 (sql-str-literal): New function.
11748 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11749 Redesign.
11750 (sql-oracle-save-settings, sql-oracle-restore-settings)
11751 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11752 (sql-completion-object, sql-completion-column)
11753 (sql-completion-sqlbuf): New variables.
11754 (sql-build-completions-1, sql-build-completions)
11755 (sql-try-completion): New functions.
11756 (sql-read-table-name): Use them.
11757 (sql-contains-names): New buffer local variable.
11758 (sql-list-all, sql-list-table): Use it.
11759 (sql-oracle-completion-types): New variable.
11760 (sql-oracle-completion-object, sql-sqlite-completion-object)
11761 (sql-postgres-completion-object): New functions.
11762
11763 2011-07-06 Glenn Morris <rgm@gnu.org>
11764
11765 * window.el (pop-to-buffer): Doc fix.
11766
11767 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
11768
11769 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11770
11771 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
11772
11773 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11774
11775 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11776
11777 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
11778
11779 * button.el (button): Inherit from link face. Suggested by Dan
11780 Nicolaescu.
11781
11782 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * progmodes/gdb-mi.el: Fit in 80 columns.
11785 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11786 switch-to-buffer.
11787
11788 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11789 if imenu is simply not configured (bug#8941).
11790
11791 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11792
11793 * allout.el (allout-post-undo-hook): New allout outline-change
11794 event hook to signal undo activity.
11795 (allout-post-command-business): Run allout-post-undo-hook if an
11796 undo just occurred.
11797 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11798 * allout-widgets.el (allout-widgets-after-undo-function):
11799 Ensure the integrity of the current item's decoration after it has been
11800 in the vicinity of an undo.
11801 (allout-widgets-mode): Include allout-widgets-after-undo-function
11802 on the new allout-post-undo-hook.
11803
11804 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11807 Let define-derived-mode define it.
11808 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11809 cycles of abbrev-table inheritance (bug#8998).
11810
11811 2011-07-05 Roland Winkler <winkler@gnu.org>
11812
11813 * textmodes/bibtex.el: Add support for biblatex.
11814 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11815 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11816 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11817 (bibtex-entry-alist, bibtex-field-alist): New variables.
11818 (bibtex-entry-field-alist): Obsolete alias for
11819 bibtex-BibTeX-entry-alist.
11820 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11821 (bibtex-set-dialect): New command.
11822 (bibtex-entry-type, bibtex-entry-head)
11823 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11824 Bind via bibtex-set-dialect.
11825 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11826 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11827 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11828 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11829 Define via bibtex-set-dialect.
11830 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11831 Obey bibtex-no-opt-remove-re.
11832 (bibtex-vec-push, bibtex-vec-incr): New functions.
11833 (bibtex-format-entry, bibtex-field-list)
11834 (bibtex-print-help-message, bibtex-validate)
11835 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11836
11837 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * progmodes/compile.el (compilation-goto-locus):
11840 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11841 * bs.el (bs-cycle-next, bs-cycle-previous):
11842 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11843 * bindings.el (mode-line-other-buffer):
11844 * autoinsert.el (auto-insert):
11845 * arc-mode.el (archive-extract):
11846 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11847
11848 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11849
11850 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11851 Fix check of `emacs-lock-unlockable-modes'.
11852 Coerce true values of `emacs-lock--try-unlocking' to t.
11853
11854 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11855
11856 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11857 * emacs-lock.el: New file.
11858
11859 2011-07-05 Julien Danjou <julien@danjou.info>
11860
11861 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11862 than `boundp' to check if face is set.
11863
11864 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11865
11866 * register.el (registerv-make):
11867 * window.el (window-min-height): Fix typos in docstrings.
11868
11869 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11870
11871 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11872 Update doc string.
11873
11874 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11875
11876 * server.el (server-execute): Catch quit and call
11877 `server-return-error' to pass the error back to emacsclient and
11878 close the connection (bug#8942).
11879
11880 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11881
11882 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11883 insecure exception for current topic. Also note that auto-saves
11884 are handled differently.
11885
11886 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11887 State variables for tracking auto-save inhibition situation.
11888
11889 (allout-write-contents-hook-handler): Rename from
11890 'allout-write-file-hook-handler', and describe how it depends on
11891 write-contents-functions sensitivity to non-nil value to prevent
11892 file write.
11893
11894 (allout-auto-save-hook-handler): Remove. auto-save does not check
11895 this in individual buffers, only in the starting buffer, so this
11896 is not the right way for us to inhibit auto-save in a buffer
11897 according to its condition.
11898
11899 (allout-mode): Use new allout-write-contents-hook-handler, and
11900 only with write-contents-functions. Remove auto-save provisions -
11901 they're implemented elsewhere.
11902
11903 (allout-before-change-handler): If undo is in progress, note that
11904 for attention of allout-post-command-business.
11905
11906 (allout-post-command-business): If the command we're following was
11907 an undo, check for change in the status of encrypted items and
11908 adjust auto-save inhibitions accordingly.
11909
11910 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11911 according to whether there are or aren't any plain-text topics
11912 pending encryption.
11913
11914 (allout-inhibit-auto-save-info-for-decryption):
11915 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11916 if there are plain-text topics pending encryption.
11917
11918 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11919 buffer-saved-size and some allout state to not inhibit auto-saves
11920 if there are no longer any plain-text topics pending encryption.
11921
11922 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11923 No longer provide for exemption of the current topic.
11924
11925 2011-07-04 Juri Linkov <juri@jurta.org>
11926
11927 Add 7z operations to delete and save changed members (bug#8968).
11928 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11929 New defcustoms.
11930 (archive-7z-write-file-member): New function.
11931 (archive-7z-summarize): Fix the number of dashes in the
11932 listing output.
11933
11934 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11937 (bug#8958).
11938
11939 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11940
11941 * bindings.el: Ignore next-buffer and previous-buffer in
11942 minibuffer-local-map.
11943
11944 * font-lock.el (font-lock-builtin-face): Change light background
11945 color to dark slate blue (Bug#6693).
11946
11947 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11948
11949 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11950
11951 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11954 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11955 Add switch-to-buffer.
11956
11957 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11958
11959 * isearch.el (isearch-search-fun-function): Clarify further the
11960 meaning of the function returned.
11961
11962 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11963
11964 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11965
11966 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11967 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11968 Use it.
11969 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11970 `tramp-default-remote-path' does not exist.
11971 (tramp-send-command-and-read): New optional argument NOERROR.
11972 (tramp-open-connection-setup-interactive-shell)
11973 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11974 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11975 (tramp-process-sentinel): Flush also process' connection property.
11976 (tramp-sh-handle-start-file-process): Do not set process
11977 sentinel. It is done now ...
11978 (tramp-maybe-open-connection): ... here. (Bug#8929)
11979
11980 2011-07-04 MON KEY <monkey@sandpframing.com>
11981
11982 * play/animate.el (animate-string): Doc fixes and allow changing
11983 the buffer name (bug#5417).
11984
11985 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986
11987 * play/animate.el (animation-buffer-name): Rename from *animate*.
11988
11989 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11990
11991 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11992 This is simpler and helps future-proof the code.
11993 (timer-until): Use time-subtract and float-time.
11994 (timer--time-less-p): Use time-less-p.
11995
11996 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * type-break.el (timep): Use the value of `float-time' to avoid a
11999 byte-compiler warning.
12000
12001 * server.el (server-eval-and-print): Return any result, even nil.
12002
12003 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12004
12005 * type-break.el: Accept time formats that the builtins accept.
12006 (timep, type-break-time-difference): Accept any format that
12007 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12008 This is simpler and helps future-proof the code.
12009 (type-break-time-difference): Round rather than ignoring
12010 subseconds components.
12011
12012 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12013
12014 * info.el (Info-apropos-matches): Make non-interactive, since it
12015 doesn't seem to do anything useful as a command (bug#8829).
12016
12017 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
12018
12019 * frame.el (frame-background-mode, frame-set-background-mode):
12020 Move from faces.el.
12021 (frame-default-terminal-background): New function.
12022
12023 * custom.el (custom-push-theme): Don't record faces in `changed'
12024 theme; this doesn't work correctly for per-frame face settings.
12025 (disable-theme): Use face-set-after-frame-default to reset faces.
12026 (custom--frame-color-default): New function.
12027
12028 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12029
12030 * dired.el (dired-flagging-regexp): Remove unused variable
12031 (bug#8769).
12032
12033 2011-03-29 Kevin Ryde <user42@zip.com.au>
12034
12035 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12036 `perl-Test2' extend to match possible "fail #N" rep count
12037 (bug#8377).
12038
12039 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12040
12041 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12042 `smtpmail-via-smtp' now returns the error instead of nil.
12043
12044 * isearch.el (isearch-search-fun-function): Clarify the doc string
12045 (bug#8101).
12046
12047 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
12048
12049 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12050 unnecessary spaces (bug#8987).
12051
12052 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12053
12054 * net/network-stream.el (open-network-stream): Use the
12055 :end-of-capability command thoughout.
12056
12057 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12058
12059 * net/network-stream.el (open-network-stream): Add the
12060 :end-of-capability command parameter, used by pop3.el.
12061
12062 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12063
12064 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12065
12066 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12067 for list)" (bug#6475).
12068
12069 * files.el (file-expand-wildcards): Ignore non-readable
12070 sub-directories while trying to find matches instead of signaling
12071 an error (bug#6297).
12072
12073 * man.el (Man-reference-regexp): Allow matching possible
12074 word-wrapped references (bug#6289).
12075
12076 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12077 for consistency with the other vc buffers (bug#6197).
12078 (vc-checkin): Ditto.
12079
12080 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12081
12082 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12083
12084 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12085
12086 * custom.el (defcustom): Clarify that :set is only used in the
12087 Customize user interface (bug#6089).
12088
12089 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12090 associated with a file, refuse to run instead of erroring out
12091 (bug#6084).
12092
12093 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12094 the doc string, since it appears that using `fill-column' always
12095 controls the width (bug#7845).
12096
12097 * simple.el (shell-command-on-region): Say where the error output
12098 went if `shell-command-default-error-buffer' is set (bug#6857).
12099
12100 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12101
12102 * allout.el (allout-yank-processing): Adjust cursor position for
12103 backwards-deleted space.
12104
12105 (allout-rebullet-heading): Register changes with
12106 allout-exposure-changed-hook, so the modified topic is properly
12107 decorated.
12108
12109 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12110
12111 * minibuffer.el (completion-in-region): Document PREDICATE
12112 (bug#7136).
12113
12114 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12115 of keyword/argument pairs (bug#6904).
12116
12117 * replace.el (multi-occur):
12118 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
12119
12120 2011-07-02 Drew Adams <drew.adams@oracle.com>
12121
12122 * dired.el (dired-mark-if): Make the message about whether it's
12123 marking or unmarking clearer (bug#8523).
12124
12125 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12126
12127 * disp-table.el (display-table-print-array): New function.
12128 (describe-display-table): Use it to print the vectors more pretty
12129 (Bug#8859).
12130
12131 2011-07-02 Martin Rudalics <rudalics@gmx.at>
12132
12133 * window.el (window-state-get-1): Don't assign clone numbers.
12134 Add clone-of item to list of window parameters.
12135 (window-state-put-2): Don't process clone numbers.
12136 (display-buffer-alist): Fix doc-string.
12137
12138 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * subr.el (remq): Don't allocate if it's not needed.
12141 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12142 (keymap--merge-bindings): New functions.
12143 (keymap-canonicalize): Use them to refine the canonicalization.
12144 * minibuffer.el (minibuffer-local-completion-map)
12145 (minibuffer-local-must-match-map): Move initialization from C.
12146 (minibuffer-local-filename-completion-map): Move initialization from C;
12147 don't inherit from anything here.
12148 (minibuffer-local-filename-must-match-map): Make obsolete.
12149 (completing-read-default): Use make-composed-keymap to combine
12150 minibuffer-local-filename-completion-map with either
12151 minibuffer-local-must-match-map or
12152 minibuffer-local-filename-completion-map.
12153
12154 2011-07-01 Glenn Morris <rgm@gnu.org>
12155
12156 * type-break.el (type-break-time-sum): Use dolist.
12157
12158 * textmodes/flyspell.el (flyspell-word-search-backward):
12159 Replace CL function.
12160
12161 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * mouse.el (mouse--strip-first-event): New function.
12164 (function-key-map): Use it to map fringe clicks to normal clicks
12165 by default.
12166
12167 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12168 (vc-bzr-revision-completion-table): Add support for annotate and date.
12169
12170 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12171 inherit from parent.
12172
12173 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12174
12175 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
12176 (dired-show-file-type): Doc fixup (bug#8818).
12177
12178 * dired.el (dired-mode): Fix up the doc string as suggested by
12179 Drew Adams (bug#8817).
12180
12181 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12182 cookie, since the manual says that it should be possible to add
12183 this function to `find-file-hook' (bug#8709).
12184
12185 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12186
12187 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12188 here. Noted Ted Zlatanov as the maintainer.
12189 (cfengine-common-settings, cfengine-common-syntax): New functions
12190 to set up common things between `cfengine-mode' and
12191 `cfengine3-mode'.
12192 (cfengine3-mode): New mode.
12193 (cfengine3-defuns cfengine3-defuns-regex
12194 (cfengine3-class-selector-regex cfengine3-category-regex)
12195 (cfengine3-vartypes cfengine3-font-lock-keywords)
12196 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
12197 (cfengine3-indent-line): Add from cfengine3.el.
12198
12199 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
12200
12201 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12202
12203 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12204
12205 2011-07-01 Martin Rudalics <rudalics@gmx.at>
12206
12207 * window.el (same-window-buffer-names, same-window-regexps)
12208 (same-window-p, special-display-frame-alist)
12209 (special-display-popup-frame, special-display-function)
12210 (special-display-buffer-names, special-display-regexps)
12211 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12212 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12213 (split-window-preferred-function, split-height-threshold)
12214 (split-width-threshold, even-window-heights)
12215 (display-buffer-mark-dedicated, window-splittable-p)
12216 (split-window-sensibly, window-safely-shrinkable-p):
12217 Un-obsolete.
12218 (display-buffer): Don't spread args with function specifier
12219 because special-display-popup-frame won't like it.
12220
12221 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12222
12223 Time-stamp simplifications and fixes.
12224 These improve accuracy slightly, and future-proof the code
12225 against some potential changes to current-time format.
12226
12227 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12228 by using time-since and float-time.
12229
12230 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12231 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12232 + NNN microseconds".
12233
12234 * type-break.el (type-break-time-sum): Rewrite using time-add.
12235
12236 * play/hanoi.el (hanoi-current-time-float): Remove.
12237 All uses replaced by float-time.
12238
12239 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12240 This yields a more-accurate answer.
12241 (rng-time-to-float): Remove; no longer needed.
12242
12243 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12244
12245 * calendar/timeclock.el (timeclock-seconds-to-time):
12246 Defalias to seconds-to-time, since they're the same thing.
12247
12248 * emacs-lisp/elp.el (elp-elapsed-time):
12249 * emacs-lisp/benchmark.el (benchmark-elapse):
12250 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12251
12252 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * window.el (bury-buffer): Don't iconify the only frame.
12255 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12256 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12257
12258 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
12259
12260 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12261 Add mouse-yank-primary.
12262
12263 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12264
12265 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12266
12267 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12270 (find-library-name): Use it to find relative load names when provided
12271 absolute file name (bug#8803).
12272
12273 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12274
12275 * textmodes/flyspell.el (flyspell-word): Consider words that
12276 differ only in case as potential doublons (bug#5687).
12277
12278 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12279 Remove two rather uninteresting debugging-like messages to make
12280 debbugs.el more silent.
12281
12282 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12283 a password-like phrase.
12284
12285 2011-06-30 Masatake YAMATO <yamato@redhat.com>
12286
12287 * progmodes/cc-guess.el: New file.
12288
12289 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12290
12291 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12292 derived from `c-basic-common-init'.
12293
12294 * progmodes/cc-mode.el (top-level): Require cc-guess.
12295 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12296
12297 2011-06-30 Lawrence Mitchell <wence@gmx.li>
12298
12299 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12300
12301 2011-06-30 Alan Mackenzie <acm@muc.de>
12302
12303 * progmodes/cc-engine.el (c-guess-continued-construct):
12304 Correct the handling of template-args-cont, particularly for when font
12305 lock is disabled. Name this case as "CASE G".
12306
12307 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12308
12309 * allout.el (allout-yank-processing): Fix injection of extra space
12310 between bullet and non-whitespace character in first topic when
12311 pasting, ensuring that the actual spacing in the pasted topic
12312 following the bullet char is preserved. This extra space was
12313 causing pasted encrypted topics to get a decrypted status even
12314 when the content was actually still encrypted. Now the decryption
12315 status from before the paste is preserved.
12316
12317 (allout-flag-region): Set all allout overlays so they evaporate
12318 when reduced to zero length (evanescent), to prevent overlay
12319 leakage.
12320
12321 2011-06-30 Glenn Morris <rgm@gnu.org>
12322
12323 * w32-fns.el (w32-charset-info-alist): Declare.
12324
12325 * find-dired.el (find-grep-options): Simplify.
12326
12327 * term/ns-win.el (ns-set-resource): Declare.
12328
12329 * ses.el (row, col): Declare dynamic variables honestly.
12330
12331 * textmodes/reftex-parse.el (index-tags): Declare.
12332
12333 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * cus-edit.el (customize-push-and-save): New function.
12336
12337 * files.el (hack-local-variables-confirm): Use it.
12338
12339 * custom.el (load-theme): New arg NO-CONFIRM.
12340 Use customize-push-and-save (Bug#8720).
12341 (custom-enabled-themes): Doc fix.
12342
12343 * cus-theme.el (customize-create-theme)
12344 (custom-theme-merge-theme): Callers to load-theme changed.
12345
12346 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12347
12348 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12349 short URLs have at least one dot in them (bug #7614).
12350
12351 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12352 nil, because using a pty is apparently too slow (bug #895).
12353
12354 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12355
12356 * mail/sendmail.el (sendmail-query-once): New function.
12357 (sendmail-query-once-function): New variable.
12358
12359 2011-06-29 Glenn Morris <rgm@gnu.org>
12360
12361 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12362
12363 * ses.el (top-level): Require cl when compiling.
12364 (ses-set-localvars): Fix error statement.
12365 Call it at compile time to silence a storm of warnings.
12366
12367 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12368
12369 * window.el (normalize-live-buffer): Rename to
12370 window-normalize-buffer.
12371 (normalize-live-frame): Rename to window-normalize-frame.
12372 (normalize-any-window): Rename to window-normalize-any-window.
12373 (normalize-live-window): Rename to window-normalize-live-window.
12374 (make-window-atom): Rename to window-make-atom.
12375 (window-resize-reset): Rename to window--resize-reset.
12376 (window-resize-reset-1): Rename to window--resize-reset-1.
12377 (resize-mini-window): Rename to window--resize-mini-window.
12378 (resize-subwindows-skip-p): Rename to
12379 window--resize-subwindows-skip-p.
12380 (resize-subwindows-normal): Rename to
12381 window--resize-subwindows-normal.
12382 (resize-subwindows): Rename to window--resize-subwindows.
12383 (resize-other-windows): Rename to window--resize-siblings.
12384 (resize-this-window): Rename to window--resize-this-window.
12385 (resize-root-window): Rename to window--resize-root-window.
12386 (resize-root-window-vertically): Rename to
12387 window--resize-root-window-vertically.
12388 (normalize-buffer-to-display): Rename to
12389 window-normalize-buffer-to-display.
12390 (normalize-buffer-to-switch-to): Rename to
12391 window-normalize-buffer-to-switch-to.
12392 Correspondingly update all callers of the functions listed
12393 above.
12394 (display-buffer-alist, display-buffer-normalize-arguments)
12395 (display-buffer-normalize-options, display-buffer)
12396 (display-buffer-alist-set): Use "function" instead of
12397 "fun-with-args".
12398
12399 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
12400
12401 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12402 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12403 debbugs.gnu.org. Mention acknowledgment email.
12404
12405 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12406
12407 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12408 buffer multibyteness, since it shouldn't matter.
12409
12410 2011-06-28 Martin Rudalics <rudalics@gmx.at>
12411
12412 * window.el (display-buffer-in-side-window): Handle dedicated
12413 windows as in display-buffer-reuse-window.
12414 (display-buffer-normalize-alist): Use value of override
12415 specifier.
12416 (display-buffer-normalize-specifiers): Use value of
12417 other-window-means-other-frame specifier.
12418 (display-buffer-alist): Rewrite some texts in widgets.
12419 (display-buffer): Spread arguments when calling function
12420 specified by fun-with-args.
12421
12422 2011-06-28 Deniz Dogan <deniz@dogan.se>
12423
12424 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12425 Unnest `let'.
12426
12427 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12428 selectors (Bug#5732).
12429 (css-proprietary-nmstart-re): Use `regexp-opt'.
12430
12431 2011-06-27 Jari Aalto <jari.aalto@cante.net>
12432
12433 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12434 (eshell-ls-date-format): New defcustom.
12435 (eshell-ls-file): Use it.
12436
12437 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12440
12441 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12444 (ange-ftp-make-tmp-name): New arg.
12445 (ange-ftp-file-local-copy): Use it.
12446
12447 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
12448
12449 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12450 no-conversion (Bug#8870).
12451
12452 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12453
12454 * window.el (window-right, window-left, window-child)
12455 (window-child-count, window-last-child)
12456 (window-iso-combination-p, walk-window-tree-1)
12457 (window-atom-check-1, window-tree-1, delete-window)
12458 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12459 new naming conventions - window-vchild, window-hchild,
12460 window-next and window-prev are now called window-top-child,
12461 window-left-child, window-next-sibling and window-prev-sibling
12462 respectively.
12463 (resize-window-reset): Rename to window-resize-reset.
12464 (resize-window-reset-1): Rename to window-resize-reset-1.
12465 (resize-window): Rename to window-resize.
12466 (window-min-height, window-min-width)
12467 (resize-mini-window, resize-this-window, resize-root-window)
12468 (resize-root-window-vertically, adjust-window-trailing-edge)
12469 (enlarge-window, shrink-window, maximize-window)
12470 (minimize-window, delete-window, quit-restore-window)
12471 (split-window, balance-windows, balance-windows-area-adjust)
12472 (balance-windows-area, window-state-put-2)
12473 (display-buffer-even-window-sizes, display-buffer-set-height)
12474 (display-buffer-set-width, set-window-text-height)
12475 (fit-window-to-buffer): Rename all "resize-window" prefixed
12476 calls to use the "window-resize" prefix convention.
12477 (display-buffer-alist): Fix symbol for label specifier.
12478 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12479 corresponding specifier.
12480 Reported by Juanma Barranquero <lekktu@gmail.com>.
12481
12482 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12483
12484 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12485 convention.
12486 (ses-call-printer): Does not pass an empty string to formatter when the
12487 cell is empty to keep from barking printer Calc math-format-value.
12488
12489 2011-06-27 Richard Stallman <rms@gnu.org>
12490
12491 * battery.el (battery-mode-line-limit): New variable.
12492 (battery-update): Handle it.
12493
12494 * mail/rmailmm.el (rmail-mime-process-multipart):
12495 Handle truncated messages.
12496
12497 2011-06-27 Glenn Morris <rgm@gnu.org>
12498
12499 * progmodes/flymake.el (flymake-err-line-patterns):
12500 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12501
12502 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12503
12504 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12505 (ses--clean-!, ses--clean-_): New functions.
12506 (ses-range): Add configurability of readout order, and conversion
12507 to Calc vector.
12508
12509 * ses.el (ses-repair-cell-reference-all): New function.
12510 (ses-cell-symbol): Set macro as safe, so that it can be used in
12511 formulas.
12512
12513 * ses.el: Update cycle detection algorithm.
12514 (ses-localvars): Add ses--Dijkstra-attempt-nb and
12515 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12516 (ses-set-localvars): New function.
12517 (ses-make-cell): Add property-list as a cell element.
12518 (ses-cell-property-get-fun, ses-cell-property-get)
12519 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12520 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12521 New functions.
12522 (ses-cell-property-set, ses-cell-property-pop)
12523 (ses-cell-property-get-handle): New macro.
12524 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12525 New aliases, used for code readability.
12526 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12527 cycle detection.
12528 (ses-self-reference-early-detection): New defcustom.
12529 (ses-formula-references): Robustify against self-referring cells.
12530 (ses-mode): Use ses-set-localvars.
12531 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12532 before lauching the update processing.
12533 (ses-initialize-Dijkstra-attempt): New function.
12534 (ses-recalculate-cell): Update for cycle detection based on
12535 Dijkstra algorithm.
12536
12537 * ses.el: Fix commenting and indenting convention.
12538
12539 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12540
12541 * bs.el (bs-cycle-next): Complete last change.
12542
12543 2011-06-27 Drew Adams <drew.adams@oracle.com>
12544
12545 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12546
12547 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12548
12549 * net/network-stream.el (network-stream-open-starttls):
12550 Don't re-get capabilities unless we've reestablished connection.
12551 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12552
12553 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12554 to binary to possibly avoid line encoding issues on Windows (among
12555 other things).
12556
12557 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12558
12559 * net/network-stream.el (open-network-stream): Return an :error
12560 saying what the problem was, if possible.
12561
12562 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12563 server.
12564
12565 * net/network-stream.el (network-stream-open-starttls): If we
12566 wanted to use STARTTLS, and the server offered it, but we weren't
12567 able to because we had no STARTTLS support, then close the connection.
12568 (open-network-stream): Return an :error element, if present.
12569
12570 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12571
12572 * hl-line.el (hl-line-sticky-flag): Doc fix.
12573 (global-hl-line-sticky-flag): New option (Bug#8323).
12574 (global-hl-line-highlight): Obey it.
12575
12576 * vc/vc.el (vc-revert-show-diff): Default to t.
12577
12578 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12579
12580 * allout-widgets.el (allout-widgets-post-command-business):
12581 Stop decorating intermediate isearch matches. They're not being
12582 undecorated when an isearch is continued past, and isearch
12583 automatically collapses them. This leads to "widget leaks", where
12584 decorated items accumulate in collapsed areas. Lines with lots of
12585 hidden widgets can slow down cursor travel, substantially.
12586 Too much complicated machinery would be needed to ensure undecoration,
12587 so we're doing without this nicety.
12588
12589 (allout-widgets-tally-string): Don't try to do a hash-table-count
12590 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12591 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12592 *Messages* when allout-widgets-maintain-tally is t.
12593
12594 2011-06-26 Martin Rudalics <rudalics@gmx.at>
12595
12596 * window.el (display-buffer-normalize-argument): Rename to
12597 display-buffer-normalize-arguments. Handle special meaning of
12598 LABEL argument. Respect special-display-function when popping up
12599 a new frame. Fix code searching for a window showing the buffer
12600 on another frame.
12601 (display-buffer-normalize-specifiers):
12602 Call display-buffer-normalize-arguments.
12603 (display-buffer-in-window): Don't undedicate the window if its
12604 buffer remains the same.
12605 Reported by Drew Adams <drew.adams@oracle.com>.
12606 (display-buffer-alist): Add choice for same-window macro
12607 specfier.
12608 (display-buffer): Mention special meaning of LABEL argument in
12609 doc-string. Fix quoting. Don't pop up a new frame even as
12610 fallback.
12611
12612 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
12613
12614 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12615 avoid deleting the current window in some cases (bug#8911).
12616
12617 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12618
12619 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12620 (Bug#8934)
12621
12622 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12623
12624 * net/network-stream.el (network-stream-open-starttls):
12625 Use built-in TLS support if `gnutls-available-p' is true.
12626 (network-stream-open-tls): Ditto.
12627
12628 2011-06-26 Leo Liu <sdl.web@gmail.com>
12629
12630 * register.el (registerv): New struct.
12631 (registerv-make): New function.
12632 (jump-to-register, describe-register-1, insert-register):
12633 Support the jump-func, print-func and insert-func slot of a registerv
12634 struct. (Bug#8415)
12635
12636 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12637
12638 * vc/vc.el (vc-revert-show-diff): New defcustom.
12639 (vc-diff-internal): New arg specifying diff buffer.
12640 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12641 reuse an existing *vc-diff* buffer (Bug#8927).
12642
12643 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12644
12645 2011-06-26 Glenn Morris <rgm@gnu.org>
12646
12647 * progmodes/f90.el (f90-critical-indent): New option.
12648 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12649 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12650 (f90-mode): Doc fix.
12651 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12652 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12653 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12654 (f90-match-end): Handle block, critical.
12655
12656 2011-06-25 Glenn Morris <rgm@gnu.org>
12657
12658 * calendar/diary-lib.el (diary-included-files): Doc fix.
12659 (diary-include-files): New function, extracted from
12660 diary-include-other-diary-files and diary-mark-included-diary-files.
12661 (diary-include-other-diary-files, diary-mark-included-diary-files):
12662 Just call diary-include-files.
12663 (diary-mark-entries): Reset diary-included-files on first call.
12664
12665 * calendar/diary-lib.el (diary-mark-entries)
12666 (diary-mark-included-diary-files):
12667 Visit included diary-files in temp buffers.
12668
12669 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12670 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12671 (f90-start-block-re, f90-imenu-generic-expression)
12672 (f90-looking-at-program-block-start, f90-no-block-limit):
12673 Add support for submodules.
12674
12675 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12676 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12677
12678 2011-06-25 Eli Zaretskii <eliz@gnu.org>
12679
12680 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12681 buffer-file-type before setting its value, to avoid disastrous
12682 global effects on decoding files for DOS/Windows systems. (Bug#8780)
12683
12684 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12685
12686 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12687
12688 * ses.el (ses-unload-function):
12689 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12690
12691 * proced.el (proced-unload-function):
12692 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12693
12694 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12695
12696 * server.el (server-create-window-system-frame): Add parameters arg.
12697 (server-process-filter): Doc fix. Handle frame-parameters.
12698
12699 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12700
12701 Fix bug#8730, bug#8781.
12702
12703 * loadhist.el (unload--set-major-mode): New function.
12704 (unload-feature): Use it.
12705
12706 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12707 (python-unload-function): New function.
12708
12709 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12710
12711 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12712
12713 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12714
12715 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12716 the candidates list.
12717
12718 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12719
12720 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12721
12722 2011-06-23 Richard Stallman <rms@gnu.org>
12723
12724 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12725 (rmail-variables): Set next-error-move-function.
12726 (rmail-what-message): Take argument POS.
12727 (rmail-next-error-move): New function.
12728
12729 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12732 messages for adjacent non-terminals.
12733
12734 2011-06-23 Richard Stallman <rms@gnu.org>
12735
12736 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12737 (rmail-show-message-1): Preserve buffer modified flag.
12738 (rmail-start-mail): Don't specify use of rmail-mail-return;
12739 that's done by mail-bury now.
12740 (rmail-mail-return): Handle arg NEWBUF.
12741
12742 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
12743
12744 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12745 SIZE is a number.
12746
12747 2011-06-23 Martin Rudalics <rudalics@gmx.at>
12748
12749 * window.el (get-lru-window, get-mru-window)
12750 (get-largest-window): Never return a minibuffer window.
12751 (display-buffer-pop-up-window): Fix a bug that could lead to
12752 reusing the minibuffer window.
12753 (display-buffer): Pass original specifier argument to
12754 display-buffer-function instead of the normalized one.
12755 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12756
12757 2011-06-22 Leo Liu <sdl.web@gmail.com>
12758
12759 * minibuffer.el (completing-read-function)
12760 (completing-read-default): Move from minibuf.c
12761
12762 2011-06-22 Richard Stallman <rms@gnu.org>
12763
12764 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12765 to Rmail even if not started by a special Rmail command.
12766
12767 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12768 Copy the buffer currently showing just one message.
12769
12770 2011-06-22 Roland Winkler <winkler@gnu.org>
12771
12772 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12773 (bibtex-clean-entry): First delete the old key so that a
12774 customized algorithm for generating the new key does not get
12775 confused by the old key.
12776 (bibtex-url): Obey regexp of first step.
12777 (bibtex-search-entries): Do not use add-to-list with local
12778 list-var.
12779
12780 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12781
12782 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12783 stored a user name, then query for the password first, instead of
12784 waiting for SMTP to give an error message and the trying again.
12785
12786 2011-06-22 Lawrence Mitchell <wence@gmx.li>
12787
12788 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12789 BUFFER in call-process.
12790
12791 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12792
12793 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12794 QUIT twice.
12795 (smtpmail-try-auth-methods): Require user name and password from
12796 auth-source.
12797
12798 2011-06-22 Martin Rudalics <rudalics@gmx.at>
12799
12800 * window.el (display-buffer-default-specifiers)
12801 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12802 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12803 (split-window): Normalize SIDE argument (Bug#8916).
12804
12805 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12806 (special-display-frame-alist, special-display-popup-frame):
12807 Remove duplicate declarations. These are now in window.el.
12808
12809 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12810
12811 * mail/smtpmail.el (smtpmail-via-smtp):
12812 Set :use-starttls-if-possible so that we always use STARTTLS if the
12813 server supports it. SMTP servers that support STARTTLS commonly
12814 require it.
12815
12816 * net/network-stream.el (network-stream-open-starttls): Support
12817 upgrading to STARTTLS always, even if we don't have built-in support.
12818 (open-network-stream): Add the :always-query-capabilities keyword.
12819
12820 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12821 upgrades with `open-network-stream', and rely solely on
12822 auth-source for all credentials. Big changes throughout the file,
12823 but in particular:
12824 (smtpmail-auth-credentials): Remove.
12825 (smtpmail-starttls-credentials): Remove.
12826 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12827 MAIL FROM, too.
12828
12829 * net/network-stream.el (network-stream-open-starttls):
12830 Provide support for client certificates both for external and built-in
12831 STARTTLS.
12832 (auth-source): Require.
12833 (open-network-stream): Document the :client-certificate keyword.
12834 (network-stream-certificate): Change cert-cert to cert and
12835 cert-key to key.
12836
12837 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
12838
12839 * net/tramp-cache.el (top): Don't load the persistency file when
12840 "emacs -Q" has been called.
12841
12842 2011-06-21 Tim Harper <timcharper@gmail.com>
12843
12844 * term/ns-win.el (ns-initialize-window-system):
12845 Set application-specific `ApplePressAndHoldEnabled' system
12846 resource to NO as it is not yet supported by the NS port.
12847
12848 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12849
12850 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12851 (list-dynamic-libraries): ...not here.
12852
12853 2011-06-21 Leo Liu <sdl.web@gmail.com>
12854
12855 * subr.el (sha1): Implement sha1 using secure-hash.
12856
12857 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12858
12859 * window.el (display-buffer-alist): In default value do not
12860 enforce searching a window on any but the selected frame.
12861 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12862 (display-buffer-select-window): Remove function.
12863 (display-buffer-in-window): When a window on another frame gets
12864 reused, do not select it any more but just raise its frame if
12865 necessary (Bug#8851) and (Bug#8856).
12866 (display-buffer-normalize-options): Handle pop-up-frames related
12867 options more faithfully.
12868 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12869 window if it is on another frame.
12870 (display-buffer-alist, display-buffer-default-specifiers):
12871 Don't make new frame unsplittable by default.
12872 (display-buffer-normalize-argument): Fix doc-string typo and use
12873 'same-frame-other-window instead of 'other-window when associating
12874 with display-buffer-macro-specifiers.
12875
12876 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12877
12878 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12879 New functions.
12880 (5x5-mode-map, 5x5-mode-menu): Bind them.
12881 (5x5-draw-grid): Tweak the solver's rendering.
12882
12883 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12886 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12887
12888 2011-06-21 Drew Adams <drew.adams@oracle.com>
12889
12890 * menu-bar.el: Use function variable instead of switch-to-buffer.
12891 (menu-bar-select-buffer-function): New variable.
12892 (menu-bar-update-buffers): Use it (bug#8876).
12893
12894 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12897 variable's status.
12898
12899 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12900
12901 * x-dnd.el (x-dnd-version-from-flags)
12902 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12903 and long as number (Bug#8899).
12904 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12905
12906 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12909 (completion-try-completion, completion-all-completions): Compute the
12910 metadata argument if it's missing; make it optional (bug#8795).
12911
12912 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12913 (widget-complete): Use new :completion-function property.
12914 (widget-completions-at-point): New function.
12915 (default): Use :completion-function instead of :complete.
12916 (widget-default-completions): Rename from widget-default-complete;
12917 Rewrite.
12918 (widget-string-complete, widget-file-complete, widget-color-complete):
12919 Remove functions.
12920 (file, symbol, function, variable, coding-system, color):
12921 * international/mule-cmds.el (default-input-method, charset)
12922 (language-info-custom-alist):
12923 * cus-edit.el (face): Use new property :completions.
12924
12925 * progmodes/pascal.el (pascal-completions-at-point): New function.
12926 (pascal-mode): Use it.
12927 (pascal-mode-map): Use completion-at-point.
12928 (pascal-toggle-completions): Make obsolete.
12929 (pascal-complete-word, pascal-show-completions):
12930 * progmodes/octave-mod.el (octave-complete-symbol):
12931 Redefine as obsolete alias.
12932 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12933 Signal absence of completion info for old Octave,
12934 (inferior-octave-complete): Redefine as obsolete alias.
12935 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12936 (meta-completions-at-point): Rename from meta-complete-symbol and
12937 adapt it for use on completion-at-point-functions.
12938 (meta-common-mode): Use it.
12939 (meta-looking-at-backward, meta-match-buffer): Remove.
12940 (meta-complete-symbol): Redefine as obsolete alias.
12941 (meta-common-mode-map): Use completion-at-point.
12942 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12943 (makefile-mode-map): Use completion-at-point.
12944 (makefile-completions-at-point): Rename from makefile-complete and
12945 adapt it for use on completion-at-point-functions.
12946 (makefile-mode): Use it.
12947 (makefile-complete): Redefine as obsolete alias.
12948
12949 2011-06-20 Deniz Dogan <deniz@dogan.se>
12950
12951 * net/rcirc.el: Delete trailing whitespaces once and for all.
12952
12953 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12954
12955 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12956
12957 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12958
12959 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12960
12961 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12962
12963 2011-06-19 Martin Rudalics <rudalics@gmx.at>
12964
12965 * window.el (display-buffer-other-window-means-other-frame):
12966 Call display-buffer-normalize-alist.
12967 (display-buffer-normalize-specifiers-1): Rename to
12968 display-buffer-normalize-argument. New argument other-frame.
12969 Rewrite.
12970 (display-buffer-normalize-specifiers-2): Rename to
12971 display-buffer-normalize-options.
12972 (display-buffer-normalize-alist-1): New function.
12973 (display-buffer-normalize-specifiers-3): Rename to
12974 display-buffer-normalize-alist.
12975 Call display-buffer-normalize-alist-1.
12976 (display-buffer-normalize-options-inhibit): New variable.
12977 (display-buffer-normalize-specifiers): Rewrite calling
12978 display-buffer-normalize-alist,
12979 display-buffer-normalize-argument, and
12980 display-buffer-normalize-options. Don't call the latter if
12981 display-buffer-normalize-options-inhibit is non-nil.
12982 (frame-auto-delete): New option.
12983 (window-deletable-p): Use frame-auto-delete.
12984 (window-list-no-nils, window-state-ignored-parameters)
12985 (window-state-get-1, window-state-get, window-state-put-list)
12986 (window-state-put-1, window-state-put-2, window-state-put):
12987 New functions.
12988 (display-buffer-normalize-options): Move special-display-p group
12989 after pop-up-frame group (Bug#8851) and (Bug#8856).
12990
12991 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12992
12993 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12994 groups (Bug#8776).
12995 (rx-submatch-n): New function.
12996 (rx): Document it.
12997
12998 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12999 (Bug#8768).
13000
13001 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13002
13003 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13004
13005 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13006 anytime existing face settings are present (Bug#8889).
13007
13008 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13009 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13010 Remove unused argument.
13011
13012 2011-06-18 Martin Rudalics <rudalics@gmx.at>
13013
13014 * window.el (display-buffer-default-specifiers):
13015 Remove pop-up-frame. Add pop-up-window-min-height,
13016 pop-up-window-min-width, and another reuse-window specifier
13017 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
13018 (display-buffer-normalize-specifiers-2):
13019 Handle split-height-threshold and split-width-threshold also when
13020 pop-up-windows is unset. Add a reuse-window specifier for the
13021 case popping up a new window fails.
13022 (special-display-popup-frame): Remove double quoting.
13023 (display-buffer-normalize-specifiers-1): Fix thinko.
13024
13025 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13026
13027 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13028 according to comint-completion-addsuffix.
13029
13030 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13031 (pcomplete-suffix-list): Mark as obsolete.
13032 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13033 pcomplete-seen in the closure.
13034 (pcomplete-comint-setup): Setup completion-at-point as well.
13035 (pcomplete--entries): New function.
13036 (pcomplete--env-regexp): New var.
13037 (pcomplete-entries): Rewrite to work with partial-completion and
13038 without relying on pcomplete-suffix-list.
13039 (pcomplete-pare-list): Remove, unused.
13040
13041 2011-06-17 Martin Rudalics <rudalics@gmx.at>
13042
13043 * window.el (display-buffer-alist): Set pop-up-window-min-height
13044 and pop-up-window-min-width in default value. Reported by
13045 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13046 other-window-means-other-frame.
13047 (display-buffer-macro-specifiers): Comment out entry for
13048 other-window specifier.
13049 (display-buffer-other-window-means-other-frame): New function.
13050 (display-buffer-normalize-specifiers-1): New arguments
13051 buffer-name and label. Treat other-window case specially.
13052 (display-buffer-normalize-specifiers-2): Treat other-window case
13053 specially.
13054 (display-buffer-normalize-specifiers-3): New function.
13055 (display-buffer-normalize-specifiers):
13056 Call display-buffer-normalize-specifiers-3.
13057
13058 2011-06-17 Martin Rudalics <rudalics@gmx.at>
13059
13060 * window.el (same-window-p): Fix two typos introduced when
13061 adding with-no-warnings.
13062 (display-buffer-normalize-specifiers-1): Don't check
13063 pop-up-frames for 'unset initialization.
13064 (display-buffer-normalize-specifiers-2): Major rewrite using
13065 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13066 (pop-up-frames, display-buffer-reuse-frames)
13067 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13068 Suggested by David Engster <deng@randomsample.de>.
13069 (even-window-heights): Initialize to 'unset.
13070 (display-buffer-alist-set): Handle new 'unset initializations.
13071 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13072 other window case.
13073
13074 2011-06-16 Martin Rudalics <rudalics@gmx.at>
13075
13076 * window.el (display-buffer-normalize-specifiers-1):
13077 Respect current value of pop-up-frames for most reasonable values of
13078 second argument of display-buffer (Bug#8865).
13079 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13080 (switch-to-buffer-other-window-same-frame)
13081 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13082 Adams (Bug#8875).
13083 (display-buffer): Don't check noninteractive when calling
13084 display-buffer-pop-up-frame.
13085 (display-buffer-pop-up-frame): Never pop up a frame in
13086 noninteractive mode (Bug#8857).
13087 (enlarge-window, shrink-window): Don't report an error when the
13088 window can't be resized as requested (Bug#8862).
13089
13090 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13093
13094 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13095
13096 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13097
13098 2011-06-15 Alan Mackenzie <acm@muc.de>
13099
13100 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13101 for declarators, disable knr checking to speed up for normal files.
13102 2: Refactor, replacing a sequence of nested if forms by a cond form.
13103
13104 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13105
13106 * net/network-stream.el (open-network-stream): Add the keyword
13107 :always-query-capabilities for the case where you want to force a
13108 `plain' network connection, but the protocol still requires the
13109 capabilitiy command (i.e., SMTP and EHLO).
13110
13111 * subr.el (process-live-p): Rename from `process-alive-p' for
13112 consistency with other `-live-p' functions.
13113
13114 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13115
13116 * window.el (same-window-buffer-names, same-window-regexps)
13117 (special-display-frame-alist, special-display-popup-frame)
13118 (special-display-function, special-display-buffer-names)
13119 (special-display-regexps, pop-up-frame-alist)
13120 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13121 (pop-up-windows, split-window-preferred-function)
13122 (split-height-threshold, split-width-threshold, even-window-heights)
13123 (display-buffer-mark-dedicated): Don't encourage the use of
13124 display-buffer-alist from Elisp code.
13125
13126 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13127
13128 * progmodes/python.el (python-mode): Derive from prog-mode.
13129 * progmodes/ps-mode.el (ps-mode):
13130 * progmodes/mixal-mode.el (mixal-mode):
13131 * progmodes/cfengine.el (cfengine-mode):
13132 * progmodes/ld-script.el (ld-script-mode): Likewise.
13133
13134 2011-06-15 Martin Rudalics <rudalics@gmx.at>
13135
13136 * window.el (display-buffer-alist): Trim default value to avoid
13137 popping up a new frame (Bug#8857) or reusing an arbitrary window
13138 on another frame.
13139 (display-buffer): Do not fall back on popping up a new frame in
13140 batch mode (Bug#8857).
13141
13142 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13145 (custom-theme-summary): New function.
13146 (customize-themes): Use it.
13147
13148 2011-06-13 Glenn Morris <rgm@gnu.org>
13149
13150 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13151
13152 2011-06-13 Martin Rudalics <rudalics@gmx.at>
13153
13154 * help.el (help-window): Remove variable.
13155 (help-window-point-marker, temp-buffer-max-height)
13156 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13157 (help-print-return-message): Don't set help-window.
13158 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13159 (help-window-setup-finish): Remove.
13160 (help-window-display-message, help-window-setup)
13161 (with-help-window): Major rewrite based on new
13162 display-buffer-window variable.
13163
13164 * help-mode.el (help-mode-finish): Remove help-window related
13165 code.
13166
13167 * view.el (view-exits-all-viewing-windows): Remove reference to
13168 view-return-to-alist in doc-string.
13169 (view-return-to-alist): Make obsolete.
13170 (view-buffer): Call pop-to-buffer-same-window and remove
13171 undo-window code.
13172 (view-buffer-other-window): Call pop-to-buffer-other-window and
13173 simplify code. Ignore second argument.
13174 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13175 simplify code. Ignore second argument.
13176 (view-return-to-alist-update): Make obsolete.
13177 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13178 Rewrite using quit-restore window parameters.
13179 (view-mode-exit): Rename second argument to EXIT-ONLY.
13180 Rewrite using quit-restore-window.
13181 (View-exit, View-exit-and-edit, View-leave, View-quit)
13182 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13183 appropriate arguments.
13184 (view-end-message): Use quit-restore window parameter.
13185
13186 * window.el (display-buffer-function): Rewrite doc-string.
13187 (display-buffer-window, display-buffer-alist): New variables.
13188 (display-buffer-split-specifiers)
13189 (display-buffer-side-specifiers)
13190 (display-buffer-macro-specifiers): New constants.
13191 (display-buffer-even-window-sizes, display-buffer-set-height)
13192 (display-buffer-set-width, display-buffer-select-window)
13193 (display-buffer-in-window, display-buffer-reuse-window)
13194 (display-buffer-split-window-1, display-buffer-split-window)
13195 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13196 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13197 (display-buffer-in-side-window, normalize-buffer-to-display)
13198 (display-buffer-normalize-specifiers-1)
13199 (display-buffer-normalize-specifiers-2)
13200 (display-buffer-normalize-specifiers, display-buffer-frame):
13201 New functions.
13202 (display-buffer): Major rewrite.
13203 (display-buffer-other-window, display-buffer-other-frame)
13204 (pop-to-buffer, switch-to-buffer-other-window)
13205 (switch-to-buffer-other-frame): Rewrite.
13206 (display-buffer-same-window, display-buffer-same-frame)
13207 (display-buffer-same-frame-other-window)
13208 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13209 (pop-to-buffer-other-window)
13210 (pop-to-buffer-same-frame-other-window)
13211 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13212 (switch-to-buffer-other-window-same-frame): New functions.
13213 (same-window-p, special-display-p): Rewrite disabling warnings.
13214 Make obsolete.
13215 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13216 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13217 Make obsolete
13218 (same-window-buffer-names, same-window-regexps)
13219 (special-display-frame-alist, special-display-popup-frame)
13220 (special-display-function, special-display-buffer-names)
13221 (special-display-regexps, pop-up-frame-alist)
13222 (pop-up-frame-function, split-window-preferred-function)
13223 (split-height-threshold, split-width-threshold)
13224 (even-window-heights): Make obsolete.
13225
13226 2011-06-12 Glenn Morris <rgm@gnu.org>
13227
13228 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
13229 Misc simplifications.
13230
13231 2011-06-12 Martin Rudalics <rudalics@gmx.at>
13232
13233 * window.el (window-safely-shrinkable-p): Restore function which
13234 was inadvertently removed in change from 2011-06-11. Declare as
13235 obsolete.
13236
13237 * calendar/calendar.el (calendar-generate-window):
13238 Use window-iso-combined-p instead of combination of one-window-p and
13239 window-safely-shrinkable-p.
13240
13241 2011-06-12 Glenn Morris <rgm@gnu.org>
13242
13243 * progmodes/fortran.el (fortran-mode-syntax-table):
13244 * progmodes/f90.el (f90-mode-syntax-table):
13245 Set % to punctuation. (Bug#8820)
13246 (f90-find-tag-default): Remove, no longer needed.
13247
13248 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13249
13250 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13251
13252 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13253
13254 * image.el (image-animated-p): Return animation delay in seconds.
13255 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13256 (image-animate-timeout): Remove DELAY argument. Don't assume
13257 every subimage has the same delay; get it from image-animated-p.
13258 (image-animate): Caller changed.
13259
13260 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
13261
13262 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13263 to ignored backtrace functions.
13264
13265 2011-06-11 Glenn Morris <rgm@gnu.org>
13266
13267 * calendar/appt.el (appt-disp-window-function): Doc fix.
13268 (appt-check): Handle overlapping appointments. (Bug#8337)
13269
13270 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13271
13272 * window.el (window-tree-1, window-tree): New functions, moving
13273 the latter to window.el.
13274 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13275 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13276 (bw-refresh-edges): Remove.
13277 (balance-windows-1, balance-windows-2): New functions.
13278 (balance-windows): Rewrite in terms of window tree functions,
13279 balance-windows-1 and balance-windows-2.
13280 (bw-adjust-window): Remove.
13281 (balance-windows-area-adjust): New function with functionality of
13282 bw-adjust-window but using resize-window.
13283 (set-window-text-height): Rewrite doc-string.
13284 Use normalize-live-window and resize-window.
13285 (enlarge-window-horizontally, shrink-window-horizontally):
13286 Rename argument to DELTA.
13287 (window-buffer-height): New function.
13288 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13289 Rewrite using new window resize routines.
13290 (kill-buffer-and-window, mouse-autoselect-window-select):
13291 Use ignore-errors instead of condition-case.
13292 (quit-window): Call delete-frame instead of delete-windows-on
13293 for the only buffer on frame.
13294
13295 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13296
13297 * loadup.el (top-level): Load window before files for the sake
13298 of replace-buffer-in-windows.
13299
13300 * files.el (read-buffer-to-switch)
13301 (switch-to-buffer-other-window)
13302 (switch-to-buffer-other-frame, display-buffer-other-frame):
13303 Move to window.el.
13304
13305 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13306 (previous-buffer): Move to window.el.
13307
13308 * bindings.el (unbury-buffer): Move to window.el.
13309
13310 * window.el (delete-other-windows-vertically): Move after
13311 definition of delete-other-windows.
13312 (other-window, delete-windows-on, replace-buffer-in-windows):
13313 Move here from window.c.
13314 (record-window-buffer, unrecord-window-buffer)
13315 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13316 (switch-to-next-buffer): New functions.
13317 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13318 from simple.el. Call switch-to-next-buffer.
13319 (previous-buffer): Move here from simple.el.
13320 Call switch-to-prev-buffer.
13321 (bury-buffer): Move here from buffer.c. Switch to previous
13322 buffer when window cannot be deleted.
13323 (unbury-buffer): Move here from bindings.el.
13324 (ctl-x-map): Move binding for other-window from window.c to
13325 here.
13326 (read-buffer-to-switch, switch-to-buffer-other-window)
13327 (switch-to-buffer-other-frame): Move here from files.el.
13328 (normalize-buffer-to-switch-to): New functions.
13329 (switch-to-buffer): Move here from buffer.c.
13330 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13331
13332 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13333
13334 * window.el (window-min-height, window-min-width): Move here
13335 from window.c. Add defcustoms and rewrite doc-strings.
13336 (resize-mini-window, resize-window): New functions.
13337 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13338 Move here from window.c.
13339 (maximize-window, minimize-window): New functions.
13340 (delete-window, delete-other-windows, split-window): Move here
13341 from window.c.
13342 (window-split-min-size): New function.
13343 (split-window-keep-point): Mention split-window-above-each-other
13344 instead of split-window-vertically.
13345 (split-window-above-each-other, split-window-vertically):
13346 Rename split-window-vertically to split-window-above-each-other
13347 and provide defalias for old definition.
13348 (split-window-side-by-side, split-window-horizontally):
13349 Rename split-window-horizontally to split-window-side-by-side
13350 and provide defalias for the old definition.
13351 (ctl-x-map): Move bindings for delete-window,
13352 delete-other-windows and enlarge-window here from window.c.
13353 Replace bindings for split-window-vertically and
13354 split-window-horizontally by bindings for
13355 split-window-above-each-other and split-window-side-by-side.
13356
13357 * cus-start.el (all): Remove entries for window-min-height and
13358 window-min-width. Add entries for window-splits and
13359 window-nest.
13360
13361 2011-06-09 Glenn Morris <rgm@gnu.org>
13362
13363 * calendar/appt.el (appt-mode-line): New function.
13364 (appt-check, appt-disp-window): Use it.
13365
13366 * files.el (hack-one-local-variable-eval-safep):
13367 Allow minor-modes with explicit +/-1 arguments.
13368
13369 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13370
13371 * term/xterm.el (xterm): Add defgroup.
13372 (xterm-extra-capabilities): Add defcustom to supply known xterm
13373 capabilities, skip querying them, or query them (default).
13374 (terminal-init-xterm): Use it.
13375 (terminal-init-xterm-modify-other-keys): New function to set up
13376 modifyOtherKeys support to simplify `terminal-init-xterm'.
13377
13378 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13379
13380 * window.el (resize-window-reset, resize-window-reset-1)
13381 (resize-subwindows-skip-p, resize-subwindows-normal)
13382 (resize-subwindows, resize-other-windows, resize-this-window)
13383 (resize-root-window, resize-root-window-vertically)
13384 (window-deletable-p, window-or-subwindow-p)
13385 (frame-root-window-p): New functions.
13386
13387 2011-06-09 Glenn Morris <rgm@gnu.org>
13388
13389 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13390 (ange-ftp-get-files): Use it.
13391
13392 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13393
13394 * mail/sendmail.el (mail-recover-1, mail-recover):
13395 * files.el (recover-file, recover-session):
13396 Handle dired-listing-switches not being just a single short option.
13397
13398 2011-06-09 Glenn Morris <rgm@gnu.org>
13399
13400 * calendar/appt.el (appt-display-message, appt-disp-window):
13401 Handle lists of appointments.
13402
13403 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13404
13405 * window.el (one-window-p): Move down in code.
13406 Rewrite doc-string.
13407 (window-current-scroll-bars): Rewrite doc-string.
13408 Normalize live window argument.
13409 (walk-windows, get-window-with-predicate, count-windows):
13410 Rewrite doc-string. Use window-list-1.
13411 (window-in-direction-2, window-in-direction, get-mru-window):
13412 New functions.
13413
13414 2011-06-08 Reuben Thomas <rrt@sc3d.org>
13415
13416 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13417 Doc fix (Bug#8713).
13418
13419 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13422
13423 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
13424
13425 * loadhist.el (unload-feature-special-hooks):
13426 Add `comint-output-filter-functions'.
13427
13428 2011-06-08 Ivan Kanis <gnu@kanis.fr>
13429
13430 * calendar/appt.el (appt-check): Move some initializations into the let.
13431
13432 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13433
13434 * window.el (window-height): Defalias to window-total-height.
13435 (window-width): Defalias to window-body-width.
13436
13437 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
13438
13439 * image-mode.el (image-toggle-animation): New command.
13440 (image-mode-map): Bind it to RET.
13441 (image-mode): Update message.
13442 (image-toggle-display-image): Avoid a spurious cache flush.
13443 (image-transform-rotation): Doc fix.
13444 (image-transform-properties): Return quickly in the normal case.
13445 (image-animate-loop): Rename from image-animate-max-time.
13446
13447 * image.el (image-animate-max-time): Move to image-mode.el.
13448 (create-animated-image): Remove unnecessary function.
13449 (image-animate): Rename from image-animate-start. New arg.
13450 (image-animate-stop): Remove; just use image-animate-timer.
13451 (image-animate-timer): Use car-safe.
13452 (image-animate-timeout): Rename argument.
13453
13454 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13455
13456 * window.el (get-lru-window, get-largest-window): Move here from
13457 window.c. Rename first argument to ALL-FRAMES.
13458 Rephrase doc-strings.
13459 (get-buffer-window-list): Rewrite using window-list-1.
13460 Rephrase doc-string.
13461 (window-safe-min-height, window-safe-min-width): New constants.
13462 (window-size-ignore, window-min-size, window-min-size-1)
13463 (window-sizable, window-sizable-p, window-size-fixed-1)
13464 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13465 (window-max-delta-1, window-max-delta, window-resizable)
13466 (window-resizable-p, window-total-height, window-total-width)
13467 (window-body-width): New functions.
13468 (window-full-height-p, window-full-width-p): Rewrite using
13469 window-total-size.
13470 (window-body-height): Rewrite using window-body-size.
13471
13472 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13473
13474 * window.el (window-right, window-left, window-child)
13475 (window-child-count, window-last-child, window-any-p)
13476 (normalize-live-buffer, normalize-live-frame)
13477 (normalize-any-window, normalize-live-window)
13478 (window-iso-combination-p, window-iso-combined-p)
13479 (window-iso-combinations)
13480 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13481 (windows-with-parameter, window-with-parameter)
13482 (window-atom-root, make-window-atom, window-atom-check-1)
13483 (window-atom-check, window-side-check, window-check):
13484 New functions.
13485 (ignore-window-parameters, window-sides, window-sides-vertical)
13486 (window-sides-slots): New variables.
13487 (window-size-fixed): Move down in code. Minor doc-string fix.
13488
13489 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13490
13491 * comint.el (comint-dynamic-complete-as-filename)
13492 (comint-dynamic-complete-filename): Correctly call
13493 completion-in-region.
13494
13495 2011-06-05 Deniz Dogan <deniz@dogan.se>
13496
13497 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13498 in last change.
13499
13500 2011-06-05 Deniz Dogan <deniz@dogan.se>
13501
13502 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13503 (rcirc): Use it to prompt for encryption.
13504
13505 2011-06-05 Roland Winkler <winkler@gnu.org>
13506
13507 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13508 (bibtex-search-entries): New command bound to C-c C-a.
13509 (bibtex-display-entries): New function.
13510
13511 2011-06-05 Roland Winkler <winkler@gnu.org>
13512
13513 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13514 (bibtex-insert-kill): After yanking insert newline if necessary.
13515 (bibtex-initialize): Call bibtex-string-files-init only once.
13516 (bibtex-mode): Do not call easy-menu-add.
13517 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13518 (bibtex-yank): Set arg properly if nil.
13519
13520 2011-06-05 Roland Winkler <winkler@gnu.org>
13521
13522 * textmodes/bibtex.el (bibtex-search-entry-globally):
13523 New variable.
13524 (bibtex-search-entry): Use it.
13525
13526 2011-06-05 Roland Winkler <winkler@gnu.org>
13527
13528 * textmodes/bibtex.el (bibtex-entry-format): New option
13529 sort-fields.
13530 (bibtex-format-entry, bibtex-reformat): Honor this option.
13531 (bibtex-parse-entry): Return fields in proper order.
13532
13533 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13534
13535 * doc-view.el (doc-view-remove-if): Move computation of result out
13536 of `dolist' to silence misleading lexical-binding warning.
13537
13538 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13539
13540 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13541 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13542
13543 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13544
13545 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13546 "SunOS 5.10".
13547
13548 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13549
13550 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13551 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13552 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13553 (tramp-parse-putty):
13554 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13555 (tramp-completion-function-alist-ssh)
13556 (tramp-completion-function-alist-telnet)
13557 (tramp-completion-function-alist-su)
13558 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13559 cookie.
13560
13561 * net/tramp-ftp.el:
13562 * net/tramp-sh.el:
13563 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13564 load "tramp.el" `tramp-set-completion-function'.
13565
13566 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * shell.el: Require and use pcomplete.
13569 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13570 (shell-completion-vars): Set pcomplete-default-completion-function.
13571
13572 2011-06-04 Deniz Dogan <deniz@dogan.se>
13573
13574 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13575 `memq' (Bug#8799).
13576
13577 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13580
13581 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
13582
13583 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13584 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13585 * vc/log-view.el (log-view-beginning-of-defun):
13586 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13587 (smerge-refine-forward, smerge-refine-chopup-region):
13588 Silence warning for unused `dotimes' counter variables.
13589
13590 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * net/tramp.el (tramp-with-progress-reporter): Rename from
13593 with-progress-reporter. Use `declare'.
13594 * net/tramp-smb.el:
13595 * net/tramp-sh.el:
13596 * net/tramp-gvfs.el: Update all uses.
13597
13598 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13599
13600 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13601 buffer isn't killed before making it current.
13602
13603 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13604
13605 Silence various byte-compiler warnings.
13606 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13607 `access-type' and new obsolescence format.
13608 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13609 new format.
13610 (byte-compile-check-variable): New `access-type' argument.
13611 Only warn if the access-type is obsolete.
13612 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13613 (byte-compile-variable-set): Adjust callers.
13614 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13615 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13616 setting it as obsolete.
13617 * simple.el (minibuffer-completing-symbol):
13618 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13619 access as obsolete.
13620 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13621 obsolete yet.
13622 * international/quail.el (quail-mouse-choose-completion): Remove unused
13623 code referring to obsolete var.
13624 (quail-choose-completion-string): Remove.
13625 * server.el (server-clients-with, server-kill-buffer-query-function)
13626 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13627 * proced.el (proced-send-signal):
13628 * emacs-lisp/lisp.el (lisp-complete-symbol):
13629 Replace completion-annotate-function with completion-extra-properties.
13630
13631 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13632
13633 * simple.el (goto-line): Use read-number.
13634 (overriding-map-is-bound): Remove.
13635 (saved-overriding-map): Change default.
13636 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13637 Take the map as argument.
13638 (universal-argument, negative-argument, digit-argument): Use it.
13639 (restore-overriding-map): Adjust.
13640 (do-auto-fill): Use fill-forward-paragraph.
13641 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13642
13643 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13644 (minibuffer-inactive-mode): New major mode.
13645 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13646 the *Messages* buffer" hack.
13647 (mouse-popup-menubar): Don't burp if the event is a normal key.
13648
13649 Miscellaneous tweaks.
13650 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13651 lexical scoping as in subr.el's dolist and dotimes.
13652 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13653 Silence compiler warning.
13654 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13655 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13656 * international/ccl.el (ccl-compile): Trivial simplification.
13657 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13658 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13659 `printflag' argument.
13660 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13661 Purecopy the whole obsolescence data.
13662
13663 2011-06-01 Leo Liu <sdl.web@gmail.com>
13664
13665 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13666 improve doc-string as suggested by Marco Pessotto
13667 <melmothx@gmail.com>.
13668 (rcirc-print): Fix last change.
13669
13670 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 * minibuffer.el (complete-with-action): Return nil for the metadata and
13673 boundaries of non-functional tables.
13674 (completion-table-dynamic): Return nil for the metadata.
13675 (completion-table-with-terminator): Add default case, using
13676 complete-with-action.
13677 (completion--metadata): New function.
13678 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13679 to try and avoid pathological performance problems.
13680 (completion--embedded-envvar-table): Return `category' metadata.
13681
13682 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13683
13684 * subr.el (process-alive-p): New tiny convenience function.
13685
13686 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13687
13688 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13689 content but also its previous major mode.
13690
13691 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
13692
13693 * emacs-lisp/debug.el (debug): Restore the previous content of the
13694 *Backtrace* buffer when we exit with C-M-c.
13695
13696 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * minibuffer.el: Add metadata method to completion tables.
13699 (completion-category-overrides): New defcustom.
13700 (completion-metadata, completion--field-metadata)
13701 (completion-metadata-get, completion--styles)
13702 (completion--cycle-threshold): New functions.
13703 (completion-try-completion, completion-all-completions):
13704 Add `metadata' argument to choose completion-styles.
13705 (completion--do-completion): Use metadata to choose cycling.
13706 (completion-all-sorted-completions): Use metadata for sorting.
13707 Remove :completion-cycle-penalty which is not needed any more.
13708 (completion--try-word-completion): Add `metadata' argument.
13709 (minibuffer-completion-help): Check metadata for annotation function
13710 and sorting.
13711 (completion-file-name-table): Return `category' metadata.
13712 (minibuffer-completing-file-name): Make obsolete.
13713 * simple.el (minibuffer-completing-symbol): Make obsolete.
13714 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13715 completion-try-completion.
13716
13717 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13720
13721 2011-05-30 Leo Liu <sdl.web@gmail.com>
13722
13723 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13724 (rcirc-print): Decode all incoming messages (bug#8744).
13725 (rcirc-decode-coding-system): Allow value nil for automatic coding
13726 system detection.
13727
13728 2011-06-01 Glenn Morris <rgm@gnu.org>
13729
13730 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13731
13732 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13733
13734 * image.el (image-animate-max-time): Allow nil and t values.
13735 Default to nil.
13736 (create-animated-image): Doc fix.
13737 (image-animate-start): Remove second arg; just use
13738 image-animate-max-time.
13739 (image-animate-timeout): Doc fix. Args changed.
13740
13741 * image-mode.el (image-toggle-display-image): Ensure that the
13742 image spec passed to the animate timer is the same object as in
13743 the buffer's display property (Bug#6981).
13744 (image-transform-properties): Doc fix.
13745
13746 * image.el (image-animate-max-time): Default to nil.
13747
13748 2011-05-29 Martin Rudalics <rudalics@gmx.at>
13749
13750 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13751 entire buffer list (Bug#8184).
13752
13753 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13754
13755 * image.el (imagemagick-types-inhibit)
13756 (imagemagick-register-types): Doc fix.
13757
13758 2011-05-29 Deniz Dogan <deniz@dogan.se>
13759
13760 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13761 default.
13762
13763 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13764
13765 * select.el: Don't perform clipboard-manager saving in hooks;
13766 leave the hooks empty.
13767
13768 2011-05-28 Leo Liu <sdl.web@gmail.com>
13769
13770 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13771 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13772 (occur-edit-mode): New major mode (Bug#8463).
13773 (occur-after-change-function): New function.
13774 (occur-engine): Give Occur tags a read-only property.
13775
13776 2011-05-28 Kevin Ryde <user42@zip.com.au>
13777
13778 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13779
13780 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13781
13782 * bindings.el (help-echo): Make the initial non-indicator dash
13783 empty on graphical terminals (Bug#7295).
13784
13785 * files.el (auto-mode-alist): Move config rule after the
13786 in-stripping one (Bug#8547).
13787
13788 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13789
13790 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13791 setting (Bug#8740).
13792
13793 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13794
13795 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13796 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13797 (Bug#8539).
13798
13799 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13802
13803 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13804
13805 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13806 (hs-hide-block-at-point, hs-find-block-beginning)
13807 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13808 (Bug#8279).
13809
13810 2011-05-28 Glenn Morris <rgm@gnu.org>
13811
13812 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13813
13814 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13815
13816 * help-fns.el (describe-function-1): If the function is a derived
13817 major mode, print the parent mode.
13818
13819 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13820 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13821
13822 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * minibuffer.el (completion--capf-wrapper): Check applicability before
13825 returning non-nil for non-exclusive completion data.
13826 * progmodes/etags.el (tags-completion-at-point-function):
13827 * info-look.el (info-lookup-completions-at-point): Mark as
13828 non-exclusive.
13829 (info-complete): Adjust accordingly.
13830
13831 * info-look.el: Convert to lexical-binding and completion-at-point.
13832 (info-lookup-completions-at-point): New function.
13833 (info-complete): Use it and completion-in-region.
13834
13835 2011-05-28 Drew Adams <drew.adams@oracle.com>
13836
13837 * isearch.el: Let M-e start with point at the first mismatched char.
13838 (isearch-fail-pos): New function.
13839 (isearch-edit-string): Use it.
13840
13841 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13842
13843 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13844
13845 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
13846
13847 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13848 traversal functions for avl-trees.
13849 (avl-tree--stack): New struct.
13850 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13851 (avl-tree-enter): Add optional `updatefun' arg.
13852 (avl-tree--do-enter): Add optional `updatefun' arg.
13853 Change return value.
13854 (avl-tree-delete): Add optional `test' and `nilflag' args.
13855 (avl-tree--do-delete): Add `test' and `nilflag' args.
13856 Change return value.
13857 (avl-tree-member): Add optional `nilflag'
13858 (avl-tree-member-p): New function.
13859 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13860 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13861 (avl-tree-stack-empty-p): New functions.
13862
13863 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13864 avl-tree--del-balance1 and make it work both ways.
13865 (avl-tree--del-balance2): Remove.
13866 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13867 make it work both ways.
13868 (avl-tree--enter-balance2): Remove.
13869 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13870 New macros.
13871 (avl-tree--mapc, avl-tree-map): Add direction argument.
13872
13873 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13874
13875 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13876
13877 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13878
13879 * select.el: Support clipboard managers with built-in function
13880 x-clipboard-manager-save, via delete-frame-functions and
13881 kill-emacs-hook.
13882 (xselect-convert-to-targets): Add MULTIPLE target to list.
13883 (xselect-convert-to-save-targets): New function.
13884
13885 2011-05-27 Kenichi Handa <handa@m17n.org>
13886
13887 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13888 let-binding rfc2047-encode-encoded-words to nil.
13889
13890 2011-05-27 Glenn Morris <rgm@gnu.org>
13891
13892 * mail/emacsbug.el: Don't require url-util.
13893
13894 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13895
13896 * files.el (set-auto-mode):
13897 Also respect mode: entries at the end of the file. (Bug#8586)
13898
13899 2011-05-26 Glenn Morris <rgm@gnu.org>
13900
13901 * files.el (hack-local-variables-prop-line, hack-local-variables):
13902 Downcase mode names, as seems to be traditional.
13903 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13904
13905 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13906 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13907
13908 2011-05-25 Julien Danjou <julien@danjou.info>
13909
13910 * textmodes/rst.el (rst-define-level-faces): Do not define face
13911 symbol if it is already defined.
13912
13913 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13914
13915 * play/5x5.el (5x5-new-game, 5x5-randomize):
13916 Reset 5x5-solver-output to nil when a new grid is cast.
13917 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13918 these debugging traces, as defmacro breaks the compiled code.
13919
13920 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13921
13922 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13923
13924 2011-05-24 Leo Liu <sdl.web@gmail.com>
13925
13926 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13927 (vc-bzr-sha1): Adapt.
13928
13929 * sha1.el: Remove. Function `sha1' is now builtin.
13930
13931 * bindings.el: Provide sha1 feature.
13932
13933 2011-05-24 Kenichi Handa <handa@m17n.org>
13934
13935 * mail/sendmail.el: Require `rfc2047'.
13936 (mail-insert-from-field): Do not perform RFC2047 encoding.
13937 (mail-encode-header): New function.
13938 (sendmail-send-it): Set buffer-file-coding-system of the work
13939 buffer to the return value of select-message-coding-system.
13940 Call mail-encode-header.
13941
13942 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13943
13944 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13945
13946 * mail/supercite.el (sc-default-cite-frame):
13947 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13948
13949 2011-05-24 Glenn Morris <rgm@gnu.org>
13950
13951 * progmodes/python.el (brm-menu): Declare.
13952
13953 * emulation/viper.el (viper-set-hooks): Declare.
13954
13955 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13956 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13957 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13958 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13959 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13960 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13961
13962 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 Add an :exit-function for completion-at-point.
13965
13966 * minibuffer.el (completion--done): New fun.
13967 (completion--do-completion): Use it. New arg `expect-exact'.
13968 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13969 since completion--do-completion does it for us now.
13970 (minibuffer-force-complete): Use completion--done and
13971 completion--replace. Handle sole-completion case with more care.
13972 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13973 (completion-extra-properties): New var.
13974 (completion-annotate-function): Make obsolete.
13975 (minibuffer-completion-help): Adjust accordingly.
13976 Use completion-list-insert-choice-function.
13977 (completion-at-point, completion-help-at-point):
13978 Bind completion-extra-properties.
13979 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13980 * simple.el (completion-list-insert-choice-function): New var.
13981 (completion-setup-function): Preserve it.
13982 (choose-completion): Pay attention to it, shuffle the code a bit.
13983 (choose-completion-string): New arg `insert-function'.
13984
13985 * textmodes/bibtex.el: Convert to lexical binding.
13986 (bibtex-mode-map): Use completion-at-point.
13987 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13988 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13989 (bibtex-complete): Define as obsolete alias.
13990 (bibtex-complete-internal): Remove.
13991 (bibtex-format-entry): Remove unused sub-group in regexp.
13992 * shell.el (shell--command-completion-data)
13993 (shell-environment-variable-completion):
13994 * pcomplete.el (pcomplete-completions-at-point):
13995 * comint.el (comint--complete-file-name-data): Use :exit-function
13996 instead of completion-table-with-terminator so it also works for
13997 choose-completion.
13998
13999 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14002
14003 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14004 (bug#8710).
14005
14006 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14007
14008 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14009
14010 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14011 customization variable and implement: If non-nil, auto-fill will
14012 be inhibited while on topic's header line.
14013
14014 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14015
14016 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
14017 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
14018 always have a solution in grid size = 5 cases.
14019 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14020 (5x5-solver-output, 5x5-log-buffer): New vars.
14021 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14022 Make these variables buffer local to achieve 5x5 multi-session-ness.
14023 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14024 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14025 (5x5-solve-suggest): New funs.
14026 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14027 randomize a grid so that we ensure that there is always a solution.
14028 (5x5-make-random-grid): Allow other movement than flipping.
14029
14030 2011-05-23 Kevin Ryde <user42@zip.com.au>
14031
14032 * emacs-lisp/advice.el (ad-read-advised-function):
14033 Use `function-called-at-point' as the default, if it has
14034 advice and passes PREDICATE.
14035
14036 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14039 byte-compile-lambda if it's actually a lambda.
14040
14041 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14042 Fix function quoting. Use backquote better.
14043
14044 2011-05-22 Yuanle Song <sylecn@gmail.com>
14045
14046 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14047 matching (Bug#8516).
14048
14049 2011-01-22 Jari Aalto <jari.aalto@cante.net>
14050
14051 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14052 different face (Bug#8178).
14053
14054 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
14055
14056 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14057 defface (Bug#8144).
14058
14059 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14062 funcall as well (bug#8712). Warn when performing those conversions.
14063 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14064
14065 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14066
14067 2011-05-22 Glenn Morris <rgm@gnu.org>
14068
14069 * files.el (hack-local-variables-prop-line): Small simplifications.
14070 (hack-local-variables, hack-local-variables-prop-line):
14071 If MODE-ONLY, return the mode, rather than just `t'.
14072
14073 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14076
14077 2011-05-21 Glenn Morris <rgm@gnu.org>
14078
14079 * files.el (hack-local-variables-prop-line, hack-local-variables):
14080 If only interested in the mode, don't bother doing the other stuff.
14081
14082 * image-mode.el (image-after-revert-hook):
14083 Redraw all frames on which the image is visible. (Bug#8567)
14084
14085 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14086
14087 * wid-edit.el (widget-checklist-match-inline):
14088 Fix 2011-04-19 change. (Bug#8649)
14089
14090 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14093 Also allow singlespace after single-letter capitals followed by a dot.
14094
14095 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14096 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14097
14098 2011-05-20 Nix <nix@esperi.org.uk>
14099
14100 * files.el (basic-save-buffer-2):
14101 Fix handling of break-hardlink-on-save with non-existent files.
14102
14103 2011-05-19 Deniz Dogan <deniz@dogan.se>
14104
14105 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
14106 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
14107
14108 2011-05-19 Glenn Morris <rgm@gnu.org>
14109
14110 * progmodes/f90.el (f90-type-def-re):
14111 Handle "type, bind(c)". (Bug#8691)
14112
14113 * emacs-lisp/autoload.el (batch-update-autoloads):
14114 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14115
14116 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
14117
14118 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14119 property for the correct connection in case of multihops.
14120
14121 2011-05-18 Glenn Morris <rgm@gnu.org>
14122
14123 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
14124 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14125
14126 Rationalize calendar handling of day and month abbrev-arrays.
14127 * calendar/calendar.el (calendar-customized-p): New function.
14128 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14129 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14130 Add :set function.
14131 (calendar-abbrev-length, calendar-day-abbrev-array)
14132 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14133 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14134 Elements may no longer be nil.
14135 (calendar-day-name, calendar-month-name):
14136 Update for changed nature of abbrev arrays.
14137 * calendar/diary-lib.el (diary-name-pattern):
14138 Update for changed nature of abbrev arrays.
14139 (diary-mark-entries-1): Update calendar-make-alist calls.
14140 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14141 * calendar/cal-html.el (cal-html-day-abbrev-array):
14142 Simply inherit from calendar-day-abbrev-array.
14143
14144 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * progmodes/grep.el (grep-mode): Disable default
14147 compilation-directory-matcher setting (bug#8684).
14148
14149 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
14150
14151 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14152 instead of "head" and "tail". There were problems with SunOS 5.9,
14153 and it performs better.
14154
14155 2011-05-17 Glenn Morris <rgm@gnu.org>
14156
14157 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14158
14159 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14160 Replace obsolete function.
14161
14162 * shell.el (pcomplete-parse-arguments-function): Declare.
14163
14164 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14165 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14166 (appt-check): Doc fixes.
14167 (appt-disp-window-function, appt-delete-window-function):
14168 Remove needless special case in custom :type.
14169 (appt-display-count): Default to 0, not nil.
14170 (appt-check): Reset appt-display-count to 0, not nil.
14171
14172 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
14173
14174 * progmodes/python.el (python-font-lock-keywords):
14175 Add the Python 3.X keyword "nonlocal" (bug#8639).
14176
14177 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14180
14181 2011-05-16 Kevin Ryde <user42@zip.com.au>
14182
14183 * info-look.el (makefile-automake-mode): New setups, looking in
14184 automake manual, then makefile-mode.
14185 (makefile-mode): Remove automake manual, have it just in
14186 makefile-automake-mode since there's various things different or
14187 not relevant to plain make.
14188 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14189 believe a hypothetical automake-mode would go to makefile-mode,
14190 not the other way around.
14191
14192 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
14193
14194 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14195 hunk-end tags (Bug#8672).
14196
14197 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14198 vc-annotate-show-diff-revision-at-line (Bug#8671).
14199
14200 2011-05-14 Glenn Morris <rgm@gnu.org>
14201
14202 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14203 in the middle of an existing one with multiple authors. (Bug#8645)
14204 (change-log-font-lock-keywords): Also handle multiple author lines
14205 with leading tabs. (Bug#8644)
14206
14207 * calendar/appt.el (appt-check): Rename some local variables.
14208 Some simplification/reordering.
14209
14210 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14211 (feedmail-sendmail-f-doesnt-sell-me-out)
14212 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14213 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14214 (feedmail-queue-runner-message-sender): Set :version.
14215 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14216 (bbdb-dwim-net-address, vm-mail): Declare.
14217 (feedmail-binmail-gnulinuxish-template):
14218 Rename from feedmail-binmail-linuxish-template.
14219 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14220 Use insert-buffer-substring.
14221
14222 2011-05-14 Bill Carpenter <bill@carpenter.org>
14223
14224 * mail/feedmail.el (feedmail-patch-level): Increase.
14225 (feedmail-debug): New custom group.
14226 (feedmail-confirm-outgoing-timeout)
14227 (feedmail-sendmail-f-doesnt-sell-me-out)
14228 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14229 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14230 (feedmail-sender-line, feedmail-from-line)
14231 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
14232 (feedmail-spray-this-address)
14233 (feedmail-spray-address-fiddle-plex-list)
14234 (feedmail-queue-use-send-time-for-date)
14235 (feedmail-queue-use-send-time-for-message-id)
14236 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14237 (feedmail-buffer-eating-function):
14238 Doc fixes.
14239 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14240 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14241 (feedmail-message-action-scroll-down): New functions.
14242 (feedmail-queue-directory, feedmail-queue-draft-directory):
14243 Use expand-file-name.
14244 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14245 Remove C-v help entry.
14246 (feedmail-queue-buffer-file-name): New variable.
14247 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14248 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14249 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14250 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14251 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14252 (feedmail-message-action-toggle-spray)
14253 (feedmail-run-the-queue-no-prompts)
14254 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14255 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14256 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14257 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14258 (feedmail-envelope-deducer, feedmail-fiddle-from)
14259 (feedmail-fiddle-sender, feedmail-default-date-generator)
14260 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14261 (feedmail-fiddle-spray-address)
14262 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14263 (feedmail-fiddle-list-of-fiddle-plexes)
14264 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14265 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14266 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14267 Change default. Doc fix.
14268 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14269 (feedmail-binmail-linuxish-template): New constant.
14270 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14271 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14272 (feedmail-send-it): Add debug call.
14273 Use feedmail-queue-buffer-file-name, and
14274 feedmail-send-it-immediately-wrapper.
14275 (feedmail-message-action-send): Add debug call.
14276 Use feedmail-send-it-immediately-wrapper.
14277 (feedmail-queue-express-to-queue): Add debug call.
14278 Run feedmail-queue-express-hook.
14279 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14280 (feedmail-message-action-help-blat):
14281 Rename from feedmail-queue-send-edit-prompt-help-first.
14282 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14283 Check line-endings. Handle errors better.
14284 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14285 Doc fix. Add debug call.
14286 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14287 Use feedmail-queue-send-edit-prompt-inner.
14288 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14289 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14290 from feedmail-queue-send-edit-prompt.
14291 (feedmail-queue-send-edit-prompt-help)
14292 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14293 (feedmail-tidy-up-slug): Add debug call.
14294 Respect feedmail-queue-slug-suspect-regexp.
14295 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14296 (feedmail-dump-message-to-queue): Add debug call.
14297 Expand queue-directory.
14298 (feedmail-dump-message-to-queue): Change message slightly.
14299 Use feedmail-say-chatter.
14300 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14301 (feedmail-send-it-immediately-wrapper): New function.
14302 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14303 Insert empty string rather than newline. Handle full-frame case.
14304 Use catch/throw. Use feedmail-say-chatter.
14305 (feedmail-fiddle-from): Try mail-host-address.
14306 (feedmail-default-message-id-generator): Doc fix.
14307 Bind system-time-locale. Handle missing end.
14308 (feedmail-fiddle-x-mailer): Add debug call.
14309 Handle feedmail-x-mailer-line being nil.
14310 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14311 Add debug call. Use buffer-substring-no-properties.
14312 (feedmail-say-debug, feedmail-say-chatter): New functions.
14313 (feedmail-find-eoh): Give an explicit error.
14314
14315 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
14316
14317 * net/newst-treeview.el (newsticker-treeview-face): Change default
14318 family from helvetica to sans.
14319 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14320 etc/images/newsticker.
14321
14322 * net/newst-reader.el (newsticker-feed-face): Change default
14323 family from helvetica to sans.
14324
14325 * net/newst-plainview.el (newsticker-new-item-face)
14326 (newsticker-old-item-face, newsticker-immortal-item-face)
14327 (newsticker-obsolete-item-face, newsticker-date-face)
14328 (newsticker-statistics-face): Change default family from
14329 helvetica to sans.
14330 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14331 etc/images/newsticker.
14332
14333 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14334 (newsticker--process-auto-mark-filter-match): Tell user about
14335 auto-marking.
14336
14337 2011-05-13 Didier Verna <didier@xemacs.org>
14338
14339 Common Lisp indentation improvements on defmethod and lambda-lists.
14340 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14341 TODO entries.
14342 (lisp-lambda-list-keyword-parameter-indentation)
14343 (lisp-lambda-list-keyword-parameter-alignment)
14344 (lisp-lambda-list-keyword-alignment): New customizable user options.
14345 (lisp-indent-defun-method): Improve docstring.
14346 (extended-loop-p): Fix comment.
14347 (lisp-indent-lambda-list-keywords-regexp): New variable.
14348 (lisp-indent-lambda-list): New function.
14349 (lisp-indent-259): Use it.
14350 (lisp-indent-defmethod): Support for more than one
14351 method qualifier and properly indent methods lambda-lists.
14352 (defgeneric): Provide a missing common-lisp-indent-function property.
14353
14354 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14357 bounds for the empty string (bug#8667).
14358
14359 2011-05-13 Glenn Morris <rgm@gnu.org>
14360
14361 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14362
14363 * mail/sendmail.el (sendmail-program): Try executable-find first.
14364 (sendmail-send-it): `sendmail-program' cannot be unbound.
14365
14366 * calendar/appt.el (appt-make-list): Simplify.
14367 (appt-time-msg-list): Doc fix.
14368 (appt-check): Change mode-line message at the time of the appointment.
14369
14370 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14371
14372 * progmodes/ld-script.el (ld-script-keywords)
14373 (ld-script-builtins): Update keywords list.
14374
14375 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14378
14379 * shell.el (shell-completion-vars): New function.
14380 (shell-mode):
14381 * simple.el (read-shell-command): Use it.
14382 (blink-matching-open): No need for " [...]" in minibuffer-message.
14383
14384 2011-05-12 Glenn Morris <rgm@gnu.org>
14385
14386 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14387 (appt-check): Simplify.
14388
14389 2011-05-12 Eli Zaretskii <eliz@gnu.org>
14390
14391 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14392 literal "/dev/null".
14393
14394 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14397 Fix typo.
14398
14399 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
14400
14401 * progmodes/which-func.el (which-function):
14402 Use add-log-current-defun instead of add-log-current-defun-function,
14403 which might not be defined (Bug#8260).
14404
14405 2011-05-12 Glenn Morris <rgm@gnu.org>
14406
14407 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14408 Let byte-compile-initial-macro-environment always take precedence.
14409
14410 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14411
14412 * net/rcirc.el: Add support for SSL/TLS connections.
14413 (rcirc-server-alist): New field `encryption'.
14414 (rcirc): Check `encryption' settings.
14415 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14416 Merge make-local-variable into `set'.
14417 (rcirc--connection-open-p): New function.
14418 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14419 the process is not a network process (e.g. running gnutls-cli).
14420 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14421 Make rcirc-(en|de)code-coding-system local here.
14422 (rcirc-mode): Merge make-local-variable into `set'.
14423 (rcirc-parent-buffer): Make permanent buffer-local.
14424 (rcirc-multiline-minor-mode): Don't do it here.
14425 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14426 there's no server buffer.
14427
14428 2011-05-11 Glenn Morris <rgm@gnu.org>
14429
14430 * newcomment.el (comment-kill): Prefix "unused" local.
14431
14432 * term/w32console.el (get-screen-color): Declare.
14433
14434 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14435 Handle symbol elements of byte-compile-initial-macro-environment.
14436
14437 2011-05-10 Leo Liu <sdl.web@gmail.com>
14438
14439 * bookmark.el (bookmark-bmenu-mode-map):
14440 Bind bookmark-bmenu-search to `/'.
14441
14442 * mail/footnote.el: Convert to utf-8 encoding.
14443 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14444 (Footnote-unicode): New function.
14445 (footnote-style-alist): Add unicode style to the list.
14446 (footnote-style): Doc fix.
14447
14448 2011-05-10 Jim Meyering <meyering@redhat.com>
14449
14450 Fix doubled-word typos.
14451 * international/quail.el (quail-insert-kbd-layout): and and -> and
14452 * kermit.el: and and -> and
14453 * net/ldap.el (ldap-search-internal): to to -> to
14454 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14455 * progmodes/js.el (js-mode): and and -> and
14456 * textmodes/artist.el (artist-move-to-xy): at at -> at
14457 (artist-draw-region-trim-line-endings): if if -> if
14458 And Safetyc -> Safety.
14459 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14460
14461 2011-05-10 Glenn Morris <rgm@gnu.org>
14462 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * files.el (hack-one-local-variable-eval-safep):
14465 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14466
14467 2011-05-10 Glenn Morris <rgm@gnu.org>
14468
14469 * calendar/diary-lib.el (diary-list-entries-hook)
14470 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14471 (diary-nongregorian-marking-hook, diary-list-entries)
14472 (diary-include-other-diary-files, diary-mark-entries)
14473 (diary-mark-included-diary-files): Doc fixes.
14474
14475 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14476
14477 * misc.el: Require tabulated-list.el during compilation.
14478
14479 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14480
14481 * progmodes/compile.el (compilation-start):
14482 Run compilation-filter-hook for the async case too.
14483 (compilation-filter-hook): Doc fix.
14484
14485 2011-05-09 Deniz Dogan <deniz@dogan.se>
14486
14487 * wdired.el: Remove outdated installation comment. Fix usage
14488 comment.
14489
14490 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14491
14492 * misc.el: Implement new command `list-dynamic-libraries'.
14493 (list-dynamic-libraries--loaded-only-p): New variable.
14494 (list-dynamic-libraries--refresh): New function.
14495 (list-dynamic-libraries): New command.
14496
14497 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14498
14499 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14500 Fix the ant regexp to handle end-line and end-column info from jikes.
14501 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14502 higher priority to avoid clobbering by gnu.
14503
14504 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14505
14506 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14507 if the face has existing theme settings (Bug#8454).
14508
14509 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14510
14511 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14512 Only match variables declared via `my' or `our' (Bug#8261).
14513
14514 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14515 special file names `.' and `..' (Bug#8259).
14516
14517 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14518
14519 * progmodes/grep.el (grep-mode-font-lock-keywords):
14520 Remove buffer-changing entries.
14521 (grep-filter): New function.
14522 (grep-mode): Add it to compilation-filter-hook.
14523
14524 * progmodes/compile.el (compilation-filter-hook)
14525 (compilation-filter-start): New defvars.
14526 (compilation-filter): Call compilation-filter-hook prior to
14527 updating the process mark.
14528
14529 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14530
14531 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14532
14533 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14534
14535 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14536 mailclient-send-it even if window-system is nil. (Bug#8595)
14537
14538 * term/w32console.el (terminal-init-w32console):
14539 Call get-screen-color and use its output to set the frame
14540 background-mode. (Bug#8597)
14541
14542 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14543
14544 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14545 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14546 New functions.
14547 (defgeneric, eieio--defmethod): Use them.
14548 (eieio-defgeneric): Remove.
14549 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14550
14551 2011-05-07 Glenn Morris <rgm@gnu.org>
14552
14553 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14554 Use let rather than let*.
14555 (timeclock-find-discrep): Remove unused local.
14556
14557 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14558
14559 * calendar/appt.el (appt-time-msg-list): Doc fix.
14560
14561 2011-05-06 Noah Friedman <friedman@splode.com>
14562
14563 * apropos.el (apropos-print-doc): Only use
14564 emacs-lisp-docstring-fill-column when it is bound to an integer,
14565 per that variable's documentation.
14566
14567 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14568
14569 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14570 and warnings are not silently discarded (e.g. use -d instead of -P).
14571
14572 2011-05-06 Glenn Morris <rgm@gnu.org>
14573
14574 * calendar/appt.el (appt-message-warning-time): Doc fix.
14575 (appt-warning-time-regexp): New option.
14576 (appt-make-list): Respect appt-message-warning-time.
14577
14578 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14579 New options.
14580 (diary-add-to-list): Strip comments from the displayed string.
14581 (diary-mode): Set comment-start and comment-end.
14582
14583 * vc/diff-mode.el (smerge-refine-subst): Declare.
14584 (diff-refine-hunk): Don't require smerge-mode when compiling.
14585
14586 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14587
14588 * simple.el (list-processes): Return nil as the docstring says.
14589
14590 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14591
14592 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14593 to "".
14594 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14595 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14596 determining of binary transfer. (Bug#7383)
14597
14598 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14599
14600 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14601 Fix port computation bug. (Bug#8618)
14602
14603 2011-05-05 Glenn Morris <rgm@gnu.org>
14604
14605 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14606
14607 * simple.el (shell-dynamic-complete-functions)
14608 (comint-dynamic-complete-functions): Declare.
14609
14610 * net/network-stream.el (gnutls-negotiate):
14611 * simple.el (tabulated-list-print): Fix declarations.
14612
14613 * progmodes/gud.el (syntax-symbol, syntax-point):
14614 Remove unnecessary and incorrect declarations.
14615
14616 * emacs-lisp/check-declare.el (check-declare-scan):
14617 Handle byte-compile-initial-macro-environment in bytecomp.el
14618
14619 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 Fix earlier half-done eieio-defmethod change (bug#8338).
14622 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14623 Streamline and change calling convention.
14624 (defmethod): Adjust accordingly and simplify.
14625 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14626 new eieio--defmethod.
14627 (slot-boundp): Minor CSE simplification.
14628
14629 2011-05-05 Milan Zamazal <pdm@zamazal.org>
14630
14631 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14632 (glasses-make-readable): Use glasses-separate-capital-groups.
14633
14634 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14635
14636 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14637 (warning-series): Doc fix.
14638 (display-warning): Don't try to create the buffer if we just found it.
14639
14640 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
14641
14642 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14643 (autoload-find-generated-file): New function.
14644 (generate-file-autoloads): Bind generated-autoload-file to
14645 buffer-file-name.
14646 (update-file-autoloads, update-directory-autoloads):
14647 Use autoload-find-generated-file. If called interactively, prompt for
14648 output file (Bug#7989).
14649 (batch-update-autoloads): Doc fix.
14650
14651 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14652
14653 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14654
14655 2011-05-04 Glenn Morris <rgm@gnu.org>
14656
14657 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14658 function, so it follows changes in calendar-date-style.
14659 (diary-fancy-date-matcher): New function.
14660 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14661 (diary-fancy-font-lock-fontify-region-function):
14662 Use diary-fancy-date-pattern as a function.
14663
14664 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14665 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14666
14667 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14668
14669 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14670 instead of positional arguments. Allow :keylist and :crlfiles
14671 arguments.
14672 (open-gnutls-stream): Call it.
14673
14674 * net/network-stream.el (network-stream-open-starttls): Adjust to
14675 call `gnutls-negotiate' with :process and :hostname arguments.
14676
14677 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 * minibuffer.el (completion--message): New function.
14680 (completion--do-completion, minibuffer-complete)
14681 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14682 (completion--do-completion): Don't ignore completion-auto-help when in
14683 icomplete-mode.
14684
14685 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14686 internal encoding (e.g. tibetan zero is not whitespace).
14687 (global-whitespace-mode): Prefer save-current-buffer.
14688 (whitespace-trailing-regexp): Remove useless save-match-data.
14689 (whitespace-empty-at-bob-regexp): Minor simplification.
14690
14691 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
14692
14693 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14694
14695 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14696
14697 * textmodes/ispell.el (ispell-add-per-file-word-list):
14698 Use `concat' to create string for insertion.
14699
14700 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14703 Avoid open-line which runs post-self-insert-hook.
14704 (bibtex-fill-entry): Remove unused `end' var.
14705
14706 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14707
14708 * textmodes/ispell.el (ispell-add-per-file-word-list):
14709 Protect against `nil' value of `comment-start' (Bug#8579).
14710
14711 2011-05-03 Leo Liu <sdl.web@gmail.com>
14712
14713 * isearch.el (isearch-yank-pop): New command.
14714 (isearch-mode-map): Bind it to `M-y'.
14715 (isearch-forward): Mention it.
14716
14717 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * simple.el (minibuffer-complete-shell-command): Remove.
14720 (minibuffer-local-shell-command-map): Use completion-at-point.
14721 (read-shell-command): Setup completion vars here instead.
14722 (read-expression-map): Bind TAB to symbol completion.
14723
14724 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14725 error directly rather via storing it into `results'.
14726
14727 2011-05-02 Leo Liu <sdl.web@gmail.com>
14728
14729 * vc/diff.el: Fix description.
14730
14731 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14732
14733 * server.el (server-eval-at): New function.
14734
14735 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14736
14737 * net/network-stream.el (open-network-stream): Take a :nowait
14738 parameter and pass it on to `make-network-process'.
14739 (network-stream-open-plain): Ditto.
14740
14741 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14742
14743 * faces.el (face-spec-set-match-display): Don't match toolkit
14744 options on terminal frames.
14745
14746 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14747
14748 * progmodes/pascal.el: Use lexical binding.
14749 (pascal-mode-map): Remove author preferences.
14750
14751 * pcomplete.el (pcomplete-std-complete): Don't abuse
14752 completion-at-point.
14753
14754 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14755
14756 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14757 removing code that has been dead since 1991 or so.
14758
14759 * startup.el (command-line): When warning about "_emacs", use a
14760 delayed warning to allow the user to filter it out.
14761
14762 2011-04-28 Deniz Dogan <deniz@dogan.se>
14763
14764 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14765 user has not joined.
14766
14767 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14770 aren't any completions at point.
14771
14772 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14773
14774 * subr.el (display-delayed-warnings): New function.
14775 (delayed-warnings-hook): New variable.
14776
14777 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * minibuffer.el (completion-at-point, completion-help-at-point):
14780 Don't presume that a given completion-at-point-function will always
14781 use the same calling convention.
14782
14783 * pcomplete.el (pcomplete-completions-at-point):
14784 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14785 pcomplete-seen is non-nil.
14786 (pcomplete-comint-setup): Also recognize the new comint/shell
14787 completion functions.
14788 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14789 pcomplete-seen is non-nil.
14790
14791 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
14792
14793 * calendar/icalendar.el (diary-lib): Add require statement.
14794 (icalendar--create-uid): Read out a uid from a text-property on
14795 the first character in the entry. This allows for code to add its
14796 own uid to the entry.
14797 (icalendar--convert-float-to-ical): Add export of
14798 `diary-float'-entries save for those with the optional DAY
14799 argument.
14800
14801 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14802
14803 * subr.el (shell-quote-argument): Use alternate escaping strategy
14804 when we spot a variable reference in a string.
14805
14806 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14807
14808 * cus-start.el (all): Define customization for debug-on-event.
14809
14810 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14811
14812 * subr.el (shell-quote-argument): Escape correctly under Windows.
14813
14814 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14817
14818 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
14819
14820 * net/tramp.el (tramp-process-actions): Add POS argument.
14821 Delete region between POS and (pos).
14822
14823 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14824 Use `nil' position in `tramp-process-actions' call.
14825 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14826
14827 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14828 position in `tramp-process-actions' call.
14829
14830 * net/trampver.el: Update release number.
14831
14832 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * custom.el (defcustom): Obey lexical-binding.
14835
14836 Fix octave-inf completion problems reported by Alexander Klimov.
14837 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14838 Inherit from octave-mode-syntax-table.
14839 (inferior-octave-mode): Set info-lookup-mode.
14840 (inferior-octave-completion-at-point): New function.
14841 (inferior-octave-complete): Use it and completion-in-region.
14842 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14843 comint-filename-completion.
14844 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14845 symbol elements which shouldn't be word elements.
14846 (octave-font-lock-keywords, octave-beginning-of-defun)
14847 (octave-function-header-regexp): Adjust regexps accordingly.
14848 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14849
14850 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14851
14852 * net/gnutls.el (gnutls-errorp): Declare before first use.
14853
14854 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14855
14856 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14857 verify-error, and verify-hostname-error parameters. Check whether
14858 default trustfile exists before going to use it. Add missing
14859 argument to gnutls-message-maybe call. Return value.
14860 Reported by Claudio Bley <claudio.bley@gmail.com>.
14861 (open-gnutls-stream): Add usage example.
14862
14863 * net/network-stream.el (network-stream-open-starttls): Give host
14864 parameter to `gnutls-negotiate'.
14865 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14866 * subr.el (shell-quote-argument): Escape correctly under Windows.
14867
14868 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14869
14870 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14871 Use correct match group (bug#8438).
14872
14873 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14874
14875 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14876 (package-menu--generate): New arg specifying packages to show.
14877 (package-menu-refresh, package-menu-execute, list-packages):
14878 Callers changed.
14879 (package-show-package-list): New function, replacing deleted
14880 package--list-packages (renamed because it is non-internal).
14881
14882 * finder.el (finder-list-matches): Use package-show-package-list
14883 instead of deleted package--list-packages.
14884
14885 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14886 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14887 (vc-annotate-mode-map): Bind it to RET.
14888
14889 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14890
14891 * progmodes/etags.el (next-file): Don't use set-buffer to change
14892 buffers (Bug#8478).
14893
14894 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14895
14896 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14897
14898 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14899 (apropos-accumulator): Doc fix.
14900 (apropos-function, apropos-macro, apropos-command)
14901 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14902 (apropos-plist): Add face property.
14903 (apropos-symbols-internal): Fix indentation.
14904 (apropos-print): Simplify help, and recognize apropos-multi-type.
14905 (apropos-print-doc): Use button-type-get to extract the button's
14906 face property. Fill docstring (Bug#8352).
14907
14908 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14909
14910 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14911
14912 * play/mpuz.el (mpuz-silent): Doc fix.
14913 (mpuz-mode-map): Use mapc.
14914 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14915 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14916 Fix typos in docstrings.
14917
14918 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14919 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14920
14921 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14922
14923 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14924
14925 * minibuffer.el (completion--do-completion): Avoid the "Next char
14926 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14927
14928 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14929 mouse-2 into unread-command-events, it is interpreted correctly.
14930
14931 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14932 (image-toggle-display): Doc fix.
14933
14934 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14935
14936 * textmodes/page.el (what-page): Use line-number-at-pos to
14937 calculate line number (Bug#6825).
14938
14939 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14940
14941 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14942 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14943 Pass argument NO-DEFAULT to `find-tag-interactive'.
14944
14945 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14946
14947 Lexical-binding cleanup.
14948
14949 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14950 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14951 * progmodes/ada-prj.el (ada-prj-initialize-values)
14952 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14953 (ada-prj-show-value):
14954 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14955 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14956 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14957 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14958 * progmodes/bug-reference.el (bug-reference-push-button):
14959 * progmodes/fortran.el (fortran-line-length):
14960 * progmodes/glasses.el (glasses-change):
14961 * progmodes/octave-mod.el (octave-fill-paragraph):
14962 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14963 (python-pdbtrack-grub-for-buffer, python-sentinel):
14964 * progmodes/sql.el (sql-save-connection):
14965 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14966 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14967 Mark unused parameters.
14968
14969 * progmodes/compile.el (compilation--flush-directory-cache)
14970 (compilation--flush-parse, compile-internal): Mark unused parameters.
14971 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14972 (compilation-next-error-function): Remove unused variable `timestamp'.
14973
14974 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14975 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14976
14977 * progmodes/dcl-mode.el (dcl-end-of-command):
14978 Remove unused variable `start'.
14979 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14980 (dcl-option-value-basic, dcl-option-value-offset)
14981 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14982 Mark unused parameters.
14983 (dcl-save-local-variable): Remove unused variable `val'.
14984 (mode): Declare.
14985
14986 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14987 Mark unused parameters.
14988 (delphi-ignore-changes): Move before first use.
14989 (delphi-charset-token-at): Remove unused variable `start'.
14990 (delphi-else-start): Remove unused variable `if-count'.
14991 (delphi-comment-block-start, delphi-comment-block-end):
14992 Remove unused variable `kind'.
14993 (delphi-indent-line): Remove unused variable `new-point'.
14994
14995 * progmodes/ebrowse.el (ebrowse-files-list)
14996 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14997 Mark unused parameters. Don't quote `lambda'.
14998 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14999 Don't quote `lambda'.
15000 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15001 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15002 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15003 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15004 Use `ignore-errors'.
15005 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15006 (ebrowse-view/find-file-and-search-pattern)
15007 (ebrowse-view/find-member-declaration/definition):
15008 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15009 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15010 Rename parameter PREFIX-ARG to PREFIX.
15011 (ebrowse-tags-read-name): Remove unused variables `start' and
15012 `member-info'.
15013 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15014 to `tags-file'.
15015
15016 * progmodes/etags.el (local-find-tag-hook): Declare.
15017 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15018 Mark unused parameters.
15019
15020 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15021 (executable-interpret): Mark unused parameter.
15022
15023 * progmodes/flymake.el (flymake-process-sentinel)
15024 (flymake-after-change-function)
15025 (flymake-create-temp-with-folder-structure)
15026 (flymake-get-include-dirs-dot): Mark unused parameters.
15027 (flymake-safe-delete-directory): Remove unused variable `err'.
15028
15029 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15030 (speedbar-timer-fn, speedbar-line-text)
15031 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15032 (speedbar-center-buffer-smartly): Declare functions.
15033 (gdb-find-watch-expression): Remove unused variable `array'.
15034 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15035 (gdb-starting): Mark unused parameters.
15036 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15037 (gdb-table-string): Remove unused variable `res'.
15038 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15039 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15040 (gdb-display-buffer): Remove unused variable `cur-size'.
15041
15042 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15043 allow lexical-binding compilation.
15044 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15045 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15046 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15047 Mark unused parameters.
15048 (gud-gdb-marker-filter): Remove unused variable `match'.
15049 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15050 lambda expressions and funcall them, instead of using `fset'.
15051
15052 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15053 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15054
15055 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15056 variable `header-beg'; use `let'.
15057
15058 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15059 `restart', `last-sexp' and `at-do'.
15060
15061 * progmodes/js.el (js--debug): Mark unused parameter.
15062 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15063 (js--splice-into-items): Remove unused variable `item'.
15064 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15065
15066 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15067 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15068 (makefile-complete): Remove unused variable `try'.
15069 (makefile-fill-paragraph, makefile-match-function-end):
15070 Mark unused parameters.
15071
15072 * progmodes/octave-inf.el (inferior-octave-complete):
15073 Remove unused variable `proc'.
15074 (inferior-octave-output-digest): Mark unused parameter.
15075
15076 * progmodes/perl-mode.el (perl-calculate-indent):
15077 Remove unused variable `err'.
15078
15079 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15080 (prolog-indent-line): Mark unused parameters.
15081 (prolog-indent-line): Remove unused variable `beg'.
15082
15083 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15084 (reporter-dont-compact-list): Declare.
15085
15086 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15087 Remove unused variable `char'.
15088 (sh-debug): Mark unused parameter.
15089 (sh-get-indent-info): Remove unused variable `start'.
15090 (sh-calculate-indent): Remove unused variable `var'.
15091
15092 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15093 (simula-electric-keyword): Remove unused variable `null'.
15094 (simula-search-backward, simula-search-forward): Remove unused
15095 variables `begin' and `end'.
15096
15097 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15098 Remove unused variable `pos'.
15099 (vera-electric-tab, vera-comment-uncomment-region):
15100 Mark unused parameters.
15101 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15102
15103 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
15104
15105 * emacs-lisp/package.el (package--builtins, package-alist)
15106 (package-load-descriptor, package-built-in-p, package-activate)
15107 (define-package, package-installed-p)
15108 (package-compute-transaction, package-buffer-info)
15109 (package--push): Doc fix. Distinguish more clearly between
15110 version strings and version lists.
15111
15112 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
15113
15114 Lexical-binding cleanup.
15115
15116 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15117 (5x5-make-mutate-best):
15118 * play/fortune.el (fortune-in-buffer):
15119 * play/gomoku.el (gomoku-init-display):
15120 * play/solitaire.el (solitaire, solitaire-do-check):
15121 * play/tetris.el (tetris-default-update-speed-function):
15122 Mark unused parameters.
15123
15124 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15125 (bubbles--shift): Remove unused variable `char-org'.
15126 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15127 (bubbles--show-images): Remove unused variable `char'.
15128
15129 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15130 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15131 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15132 (decipher-analyze-buffer): Use ?\s.
15133 (decipher-make-checkpoint): Remove unused variable `mapping'.
15134
15135 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15136
15137 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15138 Remove unused variable `result'; use `let'.
15139
15140 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15141 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15142 (gametree-children-shown-p, gametree-compute-reduced-score):
15143 Use `ignore-errors'.
15144
15145 * play/handwrite.el (ps-lpr-switches): Declare.
15146 (handwrite): Remove unused variables `pmin' and `lastp'.
15147
15148 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15149
15150 * play/landmark.el (landmark-init-display)
15151 (landmark-update-naught-weights): Mark unused parameters.
15152 (landmark-y): Remove unused variable `noise'. Simplify.
15153 (landmark-human-plays): Remove unused variable `score'.
15154
15155 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15156 (mpuz-try-proposal): Remove unused variable `game'.
15157
15158 * play/zone.el (life-patterns): Declare.
15159
15160 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
15161
15162 * vc/vc.el (ediff-vc-internal): Declare function.
15163
15164 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * shell.el: Use lexical-binding and std completion UI.
15167 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15168 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15169 comint-preoutput-filter-functions rather than on
15170 comint-output-filter-functions.
15171 (shell-command-completion, shell--command-completion-data)
15172 (shell-filename-completion, shell-environment-variable-completion)
15173 (shell-c-a-p-replace-by-expanded-directory): New functions.
15174 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15175 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15176 (shell-dynamic-complete-environment-variable): Use them.
15177 (shell-dynamic-complete-as-environment-variable)
15178 (shell-dynamic-complete-as-command): Remove.
15179 (shell-match-partial-variable): Match past point.
15180 * comint.el: Clean up use of completion-at-point-functions.
15181 (comint-completion-at-point): New function.
15182 (comint-mode): Use it completion-at-point-functions.
15183 (comint-dynamic-complete): Make it obsolete.
15184 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15185 (comint-c-a-p-replace-by-expanded-history): New function.
15186 (comint-dynamic-complete-functions)
15187 (comint-replace-by-expanded-history): Use it.
15188 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15189 termination strings. Try harder to avoid second try-completion.
15190 (completion-in-region-mode-map): Disable bindings that don't work yet.
15191
15192 * comint.el: Use lexical-binding. Require CL.
15193 (comint-dynamic-complete-functions): Use comint-filename-completion.
15194 (comint-completion-addsuffix): Tweak custom type.
15195 (comint-filename-completion, comint--common-suffix)
15196 (comint--common-quoted-suffix, comint--table-subvert)
15197 (comint--complete-file-name-data): New functions.
15198 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15199 (comint-dynamic-list-filename-completions): Use them.
15200 (comint-dynamic-simple-complete): Make obsolete.
15201
15202 * minibuffer.el (completion-in-region-mode):
15203 Keep completion-in-region-mode--predicate global.
15204 (completion-in-region--postch):
15205 Assume completion-in-region-mode--predicate is not null.
15206
15207 * progmodes/flymake.el (flymake-start-syntax-check-process):
15208 Obey `dir'. Simplify.
15209
15210 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15211 we're in VC after all.
15212
15213 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15214
15215 * vc/vc.el (vc-diff-build-argument-list-internal)
15216 (vc-version-ediff, vc-ediff): New commands.
15217 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15218
15219 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15220
15221 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15222 add sanity check.
15223
15224 * obsolete/erc-hecomplete.el: Make obsolete.
15225 * obsolete/: Standardize obsolescence info in the header.
15226
15227 2011-04-20 Glenn Morris <rgm@gnu.org>
15228
15229 * calendar/solar.el (solar-horizontal-coordinates):
15230 Use the longitude argument rather than `calendar-longitude'.
15231 (solar-date-next-longitude): Remove unused locals.
15232
15233 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15234
15235 * whitespace.el: New version 13.2.1.
15236
15237 2011-04-20 felix <EmacsWiki> (tiny change)
15238
15239 * whitespace.el (global-whitespace-mode): Keep highlight when
15240 switching between major modes on a file.
15241
15242 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15245 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15246 multi-line comments as well.
15247
15248 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
15249
15250 Lexical-binding cleanup.
15251
15252 * arc-mode.el (archive-mode-revert):
15253 * cmuscheme.el (scheme-interactively-start-process):
15254 * custom.el (custom-initialize-delay):
15255 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15256 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15257 * emacs-lock.el (emacs-lock-clear-sentinel):
15258 * ezimage.el (defezimage):
15259 * follow.el (follow-avoid-tail-recenter):
15260 * fringe.el (set-fringe-mode-1):
15261 * generic-x.el (bat-generic-mode-compile):
15262 * help-mode.el (help-info-variable, help-do-xref)
15263 (help-mode-revert-buffer):
15264 * help.el (view-emacs-todo):
15265 * iswitchb.el (iswitchb-completion-help):
15266 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15267 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15268 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15269 * locate.el (locate-update):
15270 * longlines.el (longlines-encode-region)
15271 (longlines-after-change-function):
15272 * outline.el (outline-isearch-open-invisible):
15273 * ps-def.el (declare-function, charset-dimension, char-width)
15274 (encode-char):
15275 * ps-mule.el (ps-mule-plot-string):
15276 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15277 (recentf-edit-list-select, recentf-edit-list-validate)
15278 (recentf-open-files-action):
15279 * rect.el (delete-whitespace-rectangle-line)
15280 (rectangle-number-line-callback):
15281 * register.el (window-configuration-to-register)
15282 (frame-configuration-to-register):
15283 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15284 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15285 (xselect-convert-to-targets, xselect-convert-to-delete)
15286 (xselect-convert-to-filename, xselect-convert-to-charpos)
15287 (xselect-convert-to-lineno, xselect-convert-to-colno)
15288 (xselect-convert-to-os, xselect-convert-to-host)
15289 (xselect-convert-to-user, xselect-convert-to-class)
15290 (xselect-convert-to-name, xselect-convert-to-integer)
15291 (xselect-convert-to-atom, xselect-convert-to-identity):
15292 * subr.el (declare, ignore, process-kill-without-query)
15293 (text-clone-maintain):
15294 * terminal.el (te-get-char, te-tic-sentinel):
15295 * tool-bar.el (tool-bar-make-keymap):
15296 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15297 * type-break.el (type-break-mode, type-break-noninteractive-query):
15298 * view.el (View-back-to-mark):
15299 * wid-browse.el (widget-browse-action, widget-browse-widget)
15300 (widget-browse-widgets, widget-browse-sexp):
15301 * widget.el (define-widget-keywords):
15302 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15303 Mark unused parameters.
15304
15305 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15306 (align-areas): Remove unused variable `look'.
15307 (align-region): Remove unused variables `real-end' and `pos-list'.
15308
15309 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15310
15311 * bindings.el (mode-line-modified, mode-line-remote):
15312 Mark unused parameters.
15313 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15314
15315 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15316 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15317
15318 * comint.el (comint-history-isearch-pop-state)
15319 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15320 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15321 (comint-substitute-in-file-name): Doc fix.
15322
15323 * completion.el (cmpl-statistics-block): Mark unused parameter.
15324 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15325 (save-completions-to-file, load-completions-from-file):
15326 Remove unused local variable `e'.
15327
15328 * composite.el (compose-chars): Remove unused variable `len'.
15329 (lgstring-insert-glyph): Remove unused variable `g'.
15330 (compose-glyph-string): Remove unused variables `ascent',
15331 `descent', `lbearing' and `rbearing'.
15332 (compose-glyph-string-relative): Remove unused variables
15333 `lbearing', `rbearing' and `wadjust'.
15334 (compose-gstring-for-graphic): Remove unused variables `header',
15335 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15336 (compose-gstring-for-terminal): Remove unused variables `header'
15337 and `nchars'. Use `let', not `let*'.
15338
15339 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15340 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15341 (Custom-buffer-done, custom-buffer-create-internal)
15342 (custom-browse-visibility-action, custom-browse-group-tag-action)
15343 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15344 (widget-magic-mouse-down-action, custom-toggle-parent)
15345 (custom-add-parent-links, custom-toggle-hide-variable)
15346 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15347 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15348 (custom-face-menu-create, custom-variable-menu-create, get)
15349 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15350 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15351 (customize-apropos): Remove unused variable `tests'.
15352 (custom-group-value-create): Remove unused variable `hidden-p'.
15353 (sort-fold-case): Declare.
15354
15355 * cus-theme.el (custom-reset-standard-faces-list)
15356 (custom-reset-standard-variables-list): Declare.
15357 (customize-create-theme, custom-theme-revert, custom-theme-write)
15358 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15359 Mark unused parameters.
15360
15361 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15362
15363 * delim-col.el (delimit-columns-max): Move defvar before first use.
15364
15365 * descr-text.el (describe-char-categories): Don't quote `lambda'.
15366 (describe-char): Don't quote `lambda'. Mark unused parameter.
15367
15368 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15369 (auto-insert): Declare.
15370 (desktop-restore-file-buffer): Rename desktop-* parameters;
15371 mark unused ones.
15372 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15373 (desktop-buffer): Rename desktop-* parameters.
15374
15375 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15376 (dframe-reposition-frame-xemacs, dframe-help-echo)
15377 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15378 Mark unused parameters.
15379
15380 * dired-aux.el (backup-extract-version-start, overwrite-query)
15381 (overwrite-backup-query, rename-regexp-query)
15382 (rename-non-directory-query): Declare.
15383 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15384 (dired-add-entry): Remove unused variable `orig-file-name'.
15385 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15386 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15387 `dired-copy-preserve-time' directly.
15388 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15389 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15390
15391 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15392 (dired-virtual-revert, dired-make-relative-symlink):
15393 Mark unused parameters.
15394 (manual-program): Declare.
15395 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15396 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15397 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15398
15399 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15400
15401 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15402
15403 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15404 Declare.
15405
15406 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15407
15408 * electric.el (Electric-command-loop): Rename parameter
15409 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15410
15411 * expand.el (expand-in-literal): Remove unused variable `here'.
15412
15413 * facemenu.el (facemenu-add-new-color):
15414 Remove unused variable `docstring'.
15415
15416 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15417 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15418 (face-attr-construct): Mark unused parameter. Doc fix.
15419 (read-color): Remove unused variable `hex-string'.
15420
15421 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15422 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15423 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15424 (display-buffer-other-frame): Remove unused variable `old-window'.
15425 (kill-buffer-hook): Declare.
15426 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15427 Mark unused parameters.
15428 (after-find-file): Pass 1 to `auto-save-mode', not t.
15429
15430 * files-x.el (auto-insert): Declare.
15431 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15432
15433 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15434 variable `buf'. Mark unused parameter.
15435 (find-lisp-insert-directory): Mark unused parameter.
15436
15437 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15438 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15439 (format-common-tail): Remove, unused.
15440 (format-deannotate-region): Remove unused variable `loc'.
15441 (format-annotate-region): Remove unused variable `p'.
15442 (format-annotate-single-property-change): Remove unused variables
15443 `default' and `tail'.
15444
15445 * forms.el (read-file-filter): Declare.
15446 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15447
15448 * frame.el (frame-creation-function-alist): Mark unused parameter.
15449 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15450
15451 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15452 Remove unused parameters.
15453 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15454 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15455
15456 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15457 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15458 (hfy-prepare-tag-map): Mark unused parameters.
15459 (htmlfontify-buffer): Use `called-interactively-p'.
15460
15461 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15462 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15463 (ibuffer-do-occur): Mark unused parameters.
15464 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15465 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15466
15467 * ibuffer.el: Don't quote `lambda'.
15468 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15469 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15470 Mark unused parameters.
15471
15472 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15473 (ido-completing-read): Mark unused parameters.
15474 (ido-copy-current-word): Mark unused parameters;
15475 remove unused variable `name'.
15476 (ido-sort-merged-list): Remove unused parameter `dirs'.
15477
15478 * ielm.el (ielm-input-sender): Mark unused parameter.
15479 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15480 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15481 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15482 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15483 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15484
15485 * image-dired.el (image-dired-display-thumbs): Remove unused
15486 variables `curr-file' and `count'.
15487 (image-dired-remove-tag): Remove unused variable `start'.
15488 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15489 variable `curr-file'
15490 (image-dired-rotate-original): Remove unused variable `temp-file'.
15491 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15492 Remove unused variable `file'.
15493 (image-dired-gallery-generate): Remove unused variable `curr'.
15494 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15495
15496 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15497
15498 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15499
15500 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15501
15502 * isearch.el (minibuffer-history-symbol): Declare.
15503 (isearch-edit-string): Remove unused variable `err'.
15504 (isearch-message-prefix, isearch-message-suffix):
15505 Mark unused parameters.
15506
15507 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15508
15509 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15510
15511 * makesum.el (double-column): Remove unused variable `cnt'.
15512
15513 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15514 (ido-ignore-item-temp-list): Declare.
15515
15516 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15517 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15518 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15519 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15520 `mouse-col-delta'.
15521
15522 * mouse-sel.el (mouse-extend-internal):
15523 Remove unused variable `orig-window-frame'.
15524
15525 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15526 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15527 Move declarations before first use.
15528 (pcomplete-opt): Mark unused parameters; doc fix.
15529
15530 * proced.el (proced-revert): Mark unused parameter.
15531 (proced-send-signal): Remove unused variable `err'.
15532
15533 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15534 Rename parameter PREFIX-ARG to ARG.
15535 (ps-basic-plot-string, ps-basic-plot-whitespace):
15536 Mark unused parameters.
15537
15538 * replace.el (replace-count): Define.
15539 (occur-revert-function): Mark unused parameters.
15540 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15541 (isearch-case-fold-search, isearch-string): Declare.
15542 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15543 bind `case-fold-search'. Remove unused variables `beg' and `end',
15544 and simplify.
15545 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15546 COUNT and bind `replace-count'.
15547 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15548 to COUNT.
15549
15550 * savehist.el (print-readably, print-string-length): Declare.
15551
15552 * shadowfile.el (shadow-expand-cluster-in-file-name):
15553 Remove unused variable `cluster'.
15554 (shadow-copy-file): Remove unused variable `i'.
15555 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15556 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15557 (shadow-define-literal-group, shadow-define-regexp-group)
15558 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15559
15560 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15561 (shell): Use `called-interactively-p'.
15562 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15563
15564 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15565 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15566 (delete-backward-char): Remove unused variable `ocol'.
15567 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15568 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15569 (event-apply-hyper-modifier, event-apply-shift-modifier)
15570 (event-apply-control-modifier, event-apply-meta-modifier):
15571 Mark unused parameters.
15572 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15573 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15574
15575 * speedbar.el (speedbar-ignored-directory-expressions)
15576 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15577 (speedbar-find-file, speedbar-dir-follow)
15578 (speedbar-directory-buttons-follow, speedbar-tag-find)
15579 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15580 (speedbar-buffers-line-directory, speedbar-buffer-click):
15581 Mark unused parameters.
15582 (speedbar-tag-file): Remove unused variable `mode'.
15583 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15584
15585 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15586
15587 * talk.el (talk): Remove unused variable `display'.
15588
15589 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15590 (tar-write-region-annotate): Mark unused parameter.
15591
15592 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15593 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15594 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15595 warning by another.
15596
15597 * time-stamp.el (time-stamp-string-preprocess):
15598 Remove unused variable `require-padding'.
15599
15600 * tree-widget.el (widget-glyph-enable): Declare.
15601 (tree-widget-action): Mark unused parameter.
15602
15603 * w32-fns.el (x-get-selection): Mark unused parameter.
15604 (autoload-make-program, generated-autoload-file): Declare.
15605
15606 * wdired.el (wdired-revert): Mark unused parameters.
15607 (wdired-xcase-word): Remove unused variable `err'.
15608
15609 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15610 (whitespace-help-scroll): Remove unused variable `data-help'.
15611
15612 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15613 (widget-image-insert, widget-after-change, default)
15614 (widget-default-format-handler, widget-default-notify)
15615 (widget-default-prompt-value, widget-info-link-action)
15616 (widget-url-link-action, widget-function-link-action)
15617 (widget-variable-link-action, widget-file-link-action)
15618 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15619 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15620 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15621 (widget-insert-button-action, widget-delete-button-action, visibility)
15622 (widget-documentation-link-action, widget-documentation-string-action)
15623 (widget-const-prompt-value, widget-regexp-match, symbol)
15624 (widget-coding-system-prompt-value)
15625 (widget-key-sequence-value-to-external, sexp)
15626 (widget-sexp-value-to-internal, character, vector, cons)
15627 (widget-choice-prompt-value, widget-boolean-prompt-value)
15628 (widget-color--choose-action): Mark unused parameters.
15629 (widget-item-match-inline, widget-choice-match-inline)
15630 (widget-checklist-match, widget-checklist-match-inline)
15631 (widget-group-match): Rename parameter VALUES to VALS.
15632 (widget-field-value-set): Remove unused variable `size'.
15633 (widget-color-action): Remove unused variables `value' and `start'.
15634
15635 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15636 variable `dir'. Doc fix.
15637 (windmove-find-other-window): Don't pass it.
15638
15639 * window.el (count-windows): Mark unused parameter.
15640 (bw-adjust-window): Remove unused variable `err'.
15641
15642 * woman.el (woman-file-name): Remove unused variable `default'.
15643 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15644 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15645 (global-font-lock-mode): Declare.
15646 (woman-decode-region): Mark unused parameter.
15647 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15648
15649 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15650 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15651 (x-dnd-handle-moz-url): Remove unused variable `title'.
15652 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15653
15654 * xml.el (xml-parse-tag, xml-parse-attlist):
15655 Remove unused variable `pos'.
15656
15657 2011-04-19 Glenn Morris <rgm@gnu.org>
15658
15659 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15660 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15661 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15662 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15663 * calendar/cal-html.el (cal-html-insert-minical):
15664 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15665 (calendar-mark-date-pattern):
15666 Prefix "unused" locals.
15667
15668 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15669 optional argument `style'.
15670
15671 * calendar/appt.el (appt-make-list):
15672 * calendar/cal-china.el (calendar-chinese-date-string):
15673 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15674 (diary-hebrew-yahrzeit):
15675 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15676 * calendar/calendar.el (calendar-generate-window):
15677 * calendar/time-date.el (time-to-days):
15678 Remove unused local variables.
15679
15680 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15681
15682 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15683 glyphless-char-display table.
15684 (tabulated-list-glyphless-char-display): New var.
15685
15686 2011-04-18 Sam Steingold <sds@gnu.org>
15687
15688 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15689 to acknowledgments.
15690
15691 2011-04-17 Glenn Morris <rgm@gnu.org>
15692
15693 * calendar/diary-lib.el (diary-sexp-entry):
15694 * calendar/holidays.el (holiday-sexp):
15695 Set debug-on-error rather than the removed stack-trace-on-error.
15696
15697 2011-04-16 Glenn Morris <rgm@gnu.org>
15698
15699 * progmodes/f90.el: Use lexical-binding.
15700 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15701
15702 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15705 (mail-mode): Setup mailalias completion here instead.
15706 * mail/mailalias.el: Use lexical-binding.
15707 (pattern, mailalias-done): Declare dynamic.
15708 (mail-completion-at-point-function): New function, from mail-complete.
15709 (mail-complete): Use it.
15710 (mail-completion-expand): New function.
15711 (mail-get-names): Use it.
15712 (mail-directory, mail-directory-process, mail-directory-stream):
15713 Don't use `pattern' for lexically bound arg.
15714
15715 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15716
15717 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15718 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15719 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15720
15721 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15722 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15723 (byte-interactive-p): Define them again, for use when inlining
15724 old code.
15725
15726 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15727
15728 * loadup.el: Use `string-to-number', not `string-to-int'.
15729
15730 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15733 gud-gdb-complete-command.
15734 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15735 (gud-gdb-completion-at-point): New function.
15736 (gud-gdb-completions): Remove.
15737
15738 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
15739
15740 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15741 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15742 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15743 whether `executable-find' is bound.
15744
15745 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15746
15747 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * minibuffer.el (completion-in-region-mode-predicate)
15750 (completion-in-region-mode--predicate): New vars.
15751 (completion-in-region, completion-in-region--postch)
15752 (completion-in-region-mode): Use them.
15753 (completion--capf-wrapper): Also return the hook function.
15754 (completion-at-point, completion-help-at-point):
15755 Adjust and provide a predicate.
15756
15757 Preserve arg names for advice of subr and lexical functions (bug#8457).
15758 * help-fns.el (help-function-arglist): Consolidate the subr and
15759 new-byte-code cases. Add argument `preserve-names' to extract names
15760 from the docstring when needed.
15761 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15762 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15763 (ad-arglist): Use help-function-arglist's new arg.
15764 (ad-definition-type): Use cond.
15765
15766 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
15767
15768 * autorevert.el (auto-revert-handler):
15769 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15770 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15771 Don't quote lambda.
15772
15773 * image-mode.el (image-transform-set-scale):
15774 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15775
15776 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15777
15778 * net/network-stream.el (network-stream-open-starttls): Only do
15779 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15780 Upgrades via gnutls-cli are too slow to be done opportunistically.
15781
15782 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
15783
15784 * dframe.el (dframe-current-frame): Remove spurious quote.
15785
15786 2011-04-12 Glenn Morris <rgm@gnu.org>
15787
15788 * calendar/cal-tex.el (cal-tex-end-document):
15789 Try to automatically use latin1 input if needed.
15790
15791 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15792 Don't try to cons a mark onto an empty element.
15793
15794 2011-04-11 Leo Liu <sdl.web@gmail.com>
15795
15796 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15797 buffers.
15798 (ido-kill-buffer-at-head): Support killing virtual buffers.
15799
15800 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
15801
15802 * minibuffer.el (completion-show-inline-help): New var.
15803 (completion--do-completion, minibuffer-complete)
15804 (minibuffer-force-complete, minibuffer-complete-word):
15805 Inhibit minibuffer messages if completion-show-inline-help is nil.
15806
15807 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15808 to avoid interference from inline help (Bug#5849).
15809
15810 2011-04-10 Leo Liu <sdl.web@gmail.com>
15811
15812 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15813 Fix typo.
15814
15815 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15816
15817 * image-mode.el (image-toggle-display-image): Signal an error if
15818 not in Image mode.
15819 (image-transform-mode, image-transform-resize)
15820 (image-transform-set-rotation): Doc fix.
15821 (image-transform-set-resize): Delete.
15822 (image-transform-set-scale, image-transform-fit-to-height)
15823 (image-transform-fit-to-width): Handle image-toggle-display-image
15824 and image-transform-resize directly.
15825
15826 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
15827
15828 * doc-view.el (doc-view-fit-width-to-window)
15829 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15830 New functions for fitting the shown image to the Emacs window size.
15831 (doc-view-mode-map): Add bindings for the new functions.
15832
15833 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
15834
15835 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15836 Fix typo in docstring.
15837
15838 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15839
15840 * files.el (file-size-human-readable): Produce one digit after
15841 decimal, like "ls -lh" does.
15842
15843 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15844 the file size representation.
15845
15846 * simple.el (list-processes): If async subprocesses are not
15847 available, error out with a clear error message.
15848
15849 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15850
15851 * help.el (help-form-show): New function, to be called from C.
15852 Put help-form output in a buffer named differently than *Help*.
15853
15854 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15855
15856 * files.el (file-size-human-readable): New function.
15857
15858 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15859 computing the representation inline. Don't require `cl'.
15860
15861 2011-04-08 Glenn Morris <rgm@gnu.org>
15862
15863 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15864
15865 * net/browse-url.el (browse-url-firefox):
15866 Test system-type, not system-configuration.
15867
15868 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15869 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15870 Use log-edit-empty-buffer-p. (Bug#7598)
15871
15872 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15873 (rlogin-mode-map): Initialize in the defvar.
15874 (rlogin): Use ignore-errors.
15875
15876 * replace.el (occur-mode-map): Some fixes for menu items.
15877
15878 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15879
15880 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15881
15882 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15883
15884 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15885 issuing unused warnings.
15886
15887 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15888 macro directly.
15889
15890 * simple.el: Lisp reimplement of list-processes. Based on an
15891 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15892 (process-menu-mode): New major mode.
15893 (list-processes--refresh, list-processes):
15894 (process-menu-visit-buffer): New functions.
15895
15896 * files.el (save-buffers-kill-emacs): Don't assume any return
15897 value of list-processes, which is undocumented anyway.
15898
15899 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15900
15901 * emacs-lisp/tabulated-list.el: New file.
15902
15903 * emacs-lisp/package.el: Use Tabulated List mode.
15904 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15905 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15906 table format using Tabulated List mode variables.
15907 (package--push): New macro, replacing package-list-maybe-add.
15908 (package-menu--generate): Use package--push. Renamed from
15909 package--generate-package-list.
15910 (package-menu-refresh, list-packages): Use it.
15911 (package-menu--print-info): Rename from package-print-package.
15912 Return insertion data instead of inserting it directly.
15913 (package-menu-describe-package, package-menu-execute):
15914 Use tabulated-list-get-id.
15915 (package-menu-mark-delete, package-menu-mark-install)
15916 (package-menu-mark-unmark, package-menu-backup-unmark)
15917 (package-menu-mark-obsolete-for-deletion):
15918 Use tabulated-list-put-tag.
15919 (package--list-packages, package-menu-revert)
15920 (package-menu-get-package, package-menu-get-version)
15921 (package-menu-sort-by-column): Functions deleted.
15922 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15923 (package-menu--status-predicate, package-menu--version-predicate)
15924 (package-menu--name-predicate)
15925 (package-menu--description-predicate): Handle arguments in the
15926 Tabulated List format.
15927 (package-list-packages-no-fetch): Call list-packages.
15928
15929 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15930
15931 * files.el (after-find-file-from-revert-buffer): Remove variable.
15932 (after-find-file): Don't bind it.
15933 (revert-buffer-in-progress-p): New variable.
15934 (revert-buffer): Bind it.
15935 Pass nil for `after-find-file-from-revert-buffer'.
15936
15937 * saveplace.el (save-place-find-file-hook): Use new variable
15938 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15939
15940 2011-04-06 Glenn Morris <rgm@gnu.org>
15941
15942 * Makefile.in (AUTOGEN_VCS): New variable.
15943 (autoloads): Use $AUTOGEN_VCS.
15944
15945 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15946 * calendar/calendar.el (calendar-mode-map):
15947 Check for toolkit scroll bars. (Bug#8305)
15948
15949 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15950
15951 * minibuffer.el (completion-in-region--postch)
15952 (completion-in-region-mode): Remove unnecessary messages.
15953
15954 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15955
15956 * font-lock.el (font-lock-refresh-defaults):
15957 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15958 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15959
15960 * info.el (Info-directory-list, Info-read-node-name-2)
15961 (Info-split-parameter-string): Doc fixes.
15962 (Info-virtual-nodes): Reflow docstring.
15963 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15964 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15965 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15966 Fix typos in docstrings.
15967 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15968 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15969 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15970 (Info-restore-desktop-buffer): Mark unused parameters.
15971 (Info-directory-find-file, Info-directory-find-node)
15972 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15973 (Info-virtual-index-find-node, Info-apropos-find-file)
15974 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15975 Mark unused parameters; fix typos in docstrings.
15976 (Info-virtual-index): Remove unused local variable `nodename'.
15977
15978 2011-04-05 Deniz Dogan <deniz@dogan.se>
15979
15980 * net/rcirc.el: Update my e-mail address.
15981 (rcirc-mode-map): Remove M-o binding.
15982
15983 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15984
15985 * startup.el (command-line): Save the cursor's theme-face
15986 directly, instead of using face-override-spec.
15987
15988 * custom.el (load-theme): Minor optimization in assigning faces.
15989
15990 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15991
15992 * help-fns.el (describe-variable): Complete all variables having
15993 documentation, including keywords.
15994 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15995
15996 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15997
15998 Convert to lexical-binding.
15999
16000 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16001 (bs--get-marked-string, bs--get-modified-string)
16002 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16003 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16004 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16005
16006 * ehelp.el (electric-help-execute-extended)
16007 (electric-help-ctrl-x-prefix):
16008 * hexl.el (hexl-revert-buffer-function):
16009 * linum.el (linum-after-change, linum-after-scroll):
16010 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16011
16012 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16013
16014 2011-04-04 Daiki Ueno <ueno@unixuser.org>
16015
16016 * epa-dired.el:
16017 * epa-mail.el:
16018 * epa-hook.el:
16019 * epa-file.el:
16020 * epa.el:
16021 * epg.el: Use lexical binding.
16022
16023 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
16024
16025 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16026
16027 * textmodes/flyspell.el (flyspell-word): Recognize default
16028 dictionary case for flyspell-mark-duplications-exceptions.
16029 Use regexp matching for languages.
16030 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16031 default dictionary (Bug#7926).
16032
16033 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
16034
16035 * emacs-lisp/package.el (package--with-work-buffer):
16036 Recognize https URLs.
16037
16038 * net/network-stream.el: Move from gnus/proto-stream.el.
16039 Change prefix to network-stream throughout.
16040 (open-protocol-stream): Merge into open-network-stream, leaving
16041 open-protocol-stream as an alias. Handle nil BUFFER args.
16042
16043 * subr.el (open-network-stream): Move to net/network-stream.el.
16044
16045 2011-04-02 Glenn Morris <rgm@gnu.org>
16046
16047 * find-dired.el (find-exec-terminator): New option.
16048 (find-ls-option): Test for -ls support.
16049 (find-ls-subdir-switches): Test for -b in find-ls-option.
16050 (find-dired, find-grep-dired): Doc fixes.
16051 (find-dired): Use find-exec-terminator.
16052
16053 * find-dired.el (find-ls-option, find-ls-subdir-switches)
16054 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16055 (find-name-arg): Remove purecopy.
16056
16057 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16058 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16059 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16060 accordingly. Don't add the null-device if not needed.
16061
16062 * files.el (save-some-buffers): Doc fix.
16063
16064 2011-04-02 Eli Zaretskii <eliz@gnu.org>
16065
16066 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16067
16068 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
16069
16070 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16071 Use `dolist' rather than `mapcar'.
16072
16073 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 Add lexical binding.
16076
16077 * subr.el (apply-partially): Use new closures rather than CL.
16078 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16079 (dolist, dotimes): Use slightly different expansion for lexical code.
16080 (functionp): Move to C.
16081 (letrec): New macro.
16082 (with-wrapper-hook): Use it and apply-partially instead of CL.
16083 (eval-after-load): Preserve lexical-binding.
16084 (save-window-excursion, with-output-to-temp-buffer): Turn them
16085 into macros.
16086
16087 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16088
16089 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16090 than the arglist.
16091 (help-add-fundoc-usage): Don't add `Not documented'.
16092 (help-function-arglist): Handle closures, subroutines, and new
16093 byte-code-functions.
16094 (help-make-usage): Remove leading underscores.
16095 (describe-function-1): Handle closures.
16096 (describe-variable): Use special-variable-p for completion.
16097
16098 * files.el (lexical-binding): Declare safe.
16099
16100 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16101 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16102 (pcase): Add `let' pattern.
16103 Change memoization so it actually works.
16104 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16105 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16106 <let>: New case.
16107
16108 * emacs-lisp/macroexp.el: Use lexical binding.
16109 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16110 Don't convert ' to #' without checking that it's indeed quoting
16111 a lambda.
16112
16113 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
16114 Use eval-sexp-add-defvars.
16115 (eval-sexp-add-defvars): New fun.
16116
16117 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16118
16119 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16120 Don't autoload.
16121 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16122 than the internal `byte-compile-lambda'.
16123 (defmethod): Don't hide code under quotes.
16124 (eieio-defmethod): New `code' argument.
16125
16126 * emacs-lisp/eieio-comp.el: Remove.
16127
16128 * emacs-lisp/edebug.el (edebug-eval-defun)
16129 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16130 (edebug-toggle): Avoid `eval'.
16131
16132 * emacs-lisp/disass.el (disassemble-internal): Handle new
16133 `closure' objects.
16134 (disassemble-1): Handle new byte codes.
16135
16136 * emacs-lisp/cl.el (pushnew): Silence warning.
16137
16138 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16139 (cl-byte-compile-throw): Remove.
16140 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16141
16142 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16143 closures.
16144
16145 * emacs-lisp/cconv.el: New file.
16146
16147 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16148 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16149 (byte-compile-initial-macro-environment):
16150 Handle declare-function here.
16151 (byte-compile--lexical-environment): New var.
16152 (byte-stack-ref, byte-stack-set, byte-discardN)
16153 (byte-discardN-preserve-tos): New lap codes.
16154 (byte-interactive-p): Don't use any more.
16155 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16156 New macros.
16157 (byte-compile-lapcode): Use them and handle new lap codes.
16158 (byte-compile-obsolete): Remove.
16159 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16160 (byte-compile-arglist-warn): Check late def of inlinable funs.
16161 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16162 since they should have been expanded by now.
16163 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16164 (byte-compile-from-buffer): Remove unused second arg.
16165 (byte-compile-preprocess): New function.
16166 (byte-compile-toplevel-file-form): New function to distinguish
16167 file-form calls from outside from file-form calls from hunk-handlers.
16168 (byte-compile-file-form): Simplify.
16169 (byte-compile-file-form-defsubst): Remove.
16170 (byte-compile-file-form-defmumble): Simplify now that
16171 byte-compile-lambda always returns a byte-code-function.
16172 (byte-compile): Preprocess.
16173 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16174 Remove, not used any more.
16175 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16176 (byte-compile-make-args-desc): New funs.
16177 (byte-compile-lambda): Handle lexical functions. Always return
16178 a byte-code-function.
16179 (byte-compile-reserved-constants): New var, to make up room for
16180 closed-over variables.
16181 (byte-compile-constants-vector): Obey it.
16182 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16183 (byte-compile-macroexpand-declare-function): New function.
16184 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16185 byte-code-functions.
16186 (byte-compile-form): Check obsolescence here.
16187 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16188 (byte-compile-variable-ref): Remove.
16189 (byte-compile-dynamic-variable-op): New fun.
16190 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16191 (byte-compile-variable-set): New funs.
16192 (byte-compile-discard): Add 2 args.
16193 (byte-compile-stack-ref, byte-compile-stack-set)
16194 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16195 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16196 macroexpand-all instead.
16197 (byte-compile-quote-form): Remove.
16198 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16199 (byte-compile-bind, byte-compile-unbind): New funs.
16200 (byte-compile-let): Handle let* and lexical binding.
16201 (byte-compile-let*): Remove.
16202 (byte-compile-catch, byte-compile-unwind-protect)
16203 (byte-compile-track-mouse, byte-compile-condition-case):
16204 Handle a new :fun-body form, used for lexical scoping.
16205 (byte-compile-save-window-excursion)
16206 (byte-compile-with-output-to-temp-buffer): Remove.
16207 (byte-compile-defun): Simplify.
16208 (byte-compile-stack-adjustment): New fun.
16209 (byte-compile-out): Use it.
16210 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16211
16212 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16213 handler any more.
16214
16215 * emacs-lisp/byte-opt.el: Use lexical binding.
16216 (byte-inline-lapcode): Remove (to bytecomp).
16217 (byte-compile-inline-expand): Pay attention to inlining to/from
16218 lexically bound code.
16219 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16220 any more.
16221 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16222 any more and don't call compiler-macros.
16223 (byte-compile-splice-in-already-compiled-code): Remove.
16224 (byte-code): Don't inline any more.
16225 (disassemble-offset): Receive `bytes' as argument rather than via
16226 dynamic scoping.
16227 (byte-compile-tag-number): Declare before first use.
16228 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16229 `return' even if make-spliceable.
16230 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16231 obsolete interactive-p.
16232 (byte-optimize-lapcode): Optimize new lap-codes.
16233 Don't trip up on new form of `byte-constant' lap code.
16234
16235 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16236
16237 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16238
16239 * custom.el (custom-initialize-default, custom-declare-variable):
16240 Use `defvar'.
16241
16242 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16243 New variables.
16244 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16245 (COMPILE_FIRST): Add macroexp and cconv.
16246 * makefile.w32-in: Mirror changes in Makefile.in.
16247
16248 * vc/cvs-status.el:
16249 * vc/diff-mode.el:
16250 * vc/log-edit.el:
16251 * vc/log-view.el:
16252 * vc/smerge-mode.el:
16253 * textmodes/bibtex-style.el:
16254 * textmodes/css-mode.el:
16255 * startup.el:
16256 * uniquify.el:
16257 * minibuffer.el:
16258 * newcomment.el:
16259 * reveal.el:
16260 * server.el:
16261 * mpc.el:
16262 * emacs-lisp/smie.el:
16263 * doc-view.el:
16264 * dired.el:
16265 * abbrev.el: Use lexical binding.
16266
16267 2011-04-01 Eli Zaretskii <eliz@gnu.org>
16268
16269 * info.el (info-display-manual): New function.
16270
16271 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16272
16273 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16274
16275 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16276
16277 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16278 an entry for that server in rcirc-authinfo. (Bug#8385)
16279
16280 2011-03-31 Glenn Morris <rgm@gnu.org>
16281
16282 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16283
16284 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16285
16286 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16287
16288 * progmodes/python.el (python-default-interpreter)
16289 (python-python-command-args, python-jython-command-args)
16290 (python-which-shell, python-which-args, python-which-bufname)
16291 (python-file-queue, python-comint-output-filter-function)
16292 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16293 variables and functions.
16294
16295 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16298 (completion-in-region-mode): New minor mode.
16299 (completion-in-region): Use it.
16300 (completion-in-region--data, completion-in-region-mode-map): New vars.
16301 (completion-in-region--postch): New function.
16302 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16303 New vars.
16304 (completion--capf-wrapper): New function.
16305 (completion-at-point): Use it to track well-behavedness of
16306 hook functions.
16307 (completion-help-at-point): New command.
16308
16309 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16310
16311 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16312 syntax class to search for whitespace on a single line
16313 (Message-ID: <4D938140.4030905@redhat.com>).
16314
16315 2011-03-30 Leo Liu <sdl.web@gmail.com>
16316
16317 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16318 New commands.
16319 (edit-abbrevs-map): Bind them here.
16320 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16321
16322 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16323
16324 * allout.el (allout-hide-by-annotation, allout-flag-region):
16325 Reduce possibility of overlay leakage by making them volatile.
16326
16327 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16328 hash is not shared between buffers. Mode initialization is
16329 responsible for giving it a useful starting value.
16330 (allout-item-span): Reduce possibility of overlay leakage by
16331 making them volatile.
16332 (allout-widgets-count-buttons-in-region): Add diagnostic function
16333 for tracking down button overlay leaks.
16334
16335 2011-03-29 Leo Liu <sdl.web@gmail.com>
16336
16337 * ido.el (ido-read-internal): Use the default history var
16338 minibuffer-history if no HISTORY is specified.
16339
16340 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16341
16342 * net/imap.el (imap-shell-open, imap-process-connection-type):
16343 Use imap-process-connection-type for 'shell' streams as well as
16344 Kerberos, SSL, other subprocesses.
16345
16346 2011-03-28 Leo Liu <sdl.web@gmail.com>
16347
16348 * abbrev.el (abbrev-table-empty-p): New function.
16349 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16350 nonempty ones. (Bug#5937)
16351
16352 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16353
16354 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16355
16356 2011-03-27 Leo Liu <sdl.web@gmail.com>
16357
16358 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16359 for foreground and background colors.
16360 (ansi-color-make-color-map): Adapt.
16361
16362 2011-03-25 Leo Liu <sdl.web@gmail.com>
16363
16364 * midnight.el (midnight-time-float): Remove. Note it calculates
16365 the microsecond component incorrectly and seconds-to-time does the
16366 same job.
16367 Remove redundant (require 'timer).
16368
16369 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16370 (ido-completions): Remove unused arguments. (Bug#8329)
16371
16372 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * minibuffer.el (completion--flush-all-sorted-completions):
16375 Remove itself from hook.
16376 (completion-at-point): Let the functions perform the completion
16377 immediately and return nil or t.
16378 * comint.el (comint-dynamic-complete-functions): Now identical to
16379 completion-at-point-functions.
16380 (comint-dynamic-list-input-ring): Remove unused var `index'.
16381 (comint--match-partial-filename, comint--unquote&expand-filename):
16382 New funs, split from comint-match-partial-filename.
16383 (comint-dynamic-complete): Use completion-at-point.
16384 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16385
16386 2011-03-24 Drew Adams <drew.adams@oracle.com>
16387
16388 * thingatpt.el: Support `defun'.
16389
16390 2011-03-23 Leo Liu <sdl.web@gmail.com>
16391
16392 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16393
16394 * help-mode.el (help-mode-finish): Tweak regexp.
16395
16396 2011-03-23 Glenn Morris <rgm@gnu.org>
16397
16398 * eshell/esh-opt.el (eshell-eval-using-options):
16399 Do not bind unused local variable `eshell-option-stub'.
16400
16401 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16402
16403 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16404
16405 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16406 keymap variable in `with-no-warnings' to avoid a warning when the
16407 keymap has been already `defconst'ed.
16408
16409 2011-03-22 Leo Liu <sdl.web@gmail.com>
16410
16411 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16412 encode all chars in abbrevs; otherwise use emacs-mule or
16413 utf-8-emacs. (Bug#8308)
16414
16415 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16416
16417 * simple.el (backward-delete-char-untabify):
16418 Avoid warning about using `delete-backward-char'.
16419
16420 * image.el (image-type-file-name-regexps): Make it variable.
16421 `imagemagick-register-types' modifies it, and the user may want
16422 to add new extensions for known image types.
16423 (imagemagick-register-types): Throw error if not using ImageMagick.
16424
16425 2011-03-22 Leo Liu <sdl.web@gmail.com>
16426
16427 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16428 located before rcirc-prompt-end-marker.
16429 (rcirc-complete): Error if point is not after rcirc prompt.
16430 Handle the case when table is nil.
16431 (rcirc-user-authenticated): Define to fix compiler warning.
16432
16433 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16434
16435 * custom.el (custom--inhibit-theme-enable): Make it affect only
16436 custom-theme-set-variables and custom-theme-set-faces.
16437 (provide-theme): Ignore custom--inhibit-theme-enable.
16438 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16439 (custom-enabling-themes): Delete variable.
16440 (enable-theme): Accept only loaded themes as arguments.
16441 Ignore the special custom-enabled-themes variable.
16442 (custom-enabled-themes): Forbid themes from setting this.
16443 Eliminate use of custom-enabling-themes.
16444 (custom-push-theme): Quote "changed" custom var entry.
16445
16446 2011-03-21 Leo Liu <sdl.web@gmail.com>
16447
16448 * ido.el (ido-read-internal): Add ido-selected to history instead
16449 of user input.
16450
16451 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * subr.el (deferred-action-list, deferred-action-function):
16454 Mark obsolete.
16455
16456 2011-03-21 Leo Liu <sdl.web@gmail.com>
16457
16458 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16459 change on 2011-02-13 (bug#8309).
16460
16461 * minibuffer.el (read-file-name-function): Change default value.
16462 (read-file-name--defaults): Rename from read-file-name-defaults.
16463 (read-file-name-default): Rename from read-file-name.
16464 (read-file-name): Call read-file-name-function.
16465
16466 2011-03-21 Glenn Morris <rgm@gnu.org>
16467
16468 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16469 Doc fixes.
16470
16471 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
16472
16473 * cus-theme.el: Add missing provide statement.
16474 (customize-create-theme): Extract theme value correctly.
16475 (custom-theme-visit-theme): Autoload.
16476 (customize-create-theme): Prompt before inserting default faces.
16477
16478 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16479
16480 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16481 units and musical notes.
16482
16483 2011-03-20 Leo Liu <sdl.web@gmail.com>
16484
16485 * ido.el (ido-read-internal): Use completing-read-default.
16486 (ido-completing-read): Fix compatibility with completing-read.
16487
16488 2011-03-20 Christian Ohler <ohler@gnu.org>
16489
16490 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16491 (ert-delete-all-tests): Use `called-interactively-p' rather than
16492 `interactive-p'.
16493 (ert--make-xrefs-region): Respect END.
16494
16495 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16496
16497 * dired-aux.el (dired-create-directory): Signal an error if the
16498 directory already exists (Bug#8246).
16499
16500 * facemenu.el (list-colors-display): Call list-faces-display
16501 inside with-help-window.
16502 (list-colors-print): Use display property to align the final
16503 column, instead of checking window-width.
16504
16505 2011-03-19 Eli Zaretskii <eliz@gnu.org>
16506
16507 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16508 windows-nt systems.
16509 (emerge-protect-metachars): Quote correctly for ms-dos and
16510 windows-nt systems.
16511
16512 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
16513
16514 * info.el (info-initialize): Replace all uses of `:' with
16515 path-separator for compatibility with non-Unix systems.
16516 Cache quoting of path-separator. (Bug#8258)
16517
16518 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16519
16520 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16521 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16522 (mouse-avoidance-mode): Fix typos in docstrings.
16523
16524 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16525
16526 * startup.el (package-subdirectory-regexp): Move from package.el.
16527 Omit \\` and \\', and let callers add them.
16528
16529 * emacs-lisp/package.el (package-strip-version)
16530 (package-load-all-descriptors): Add \\` and \\' to
16531 package-subdirectory-regexp before using it.
16532 (package-untar-buffer): New arg DIR; ensure that file untars only
16533 into this expected directory. Remove superfluous delete-region.
16534 (package-unpack): Caller changed.
16535 (package-tar-file-info): Use package-subdirectory-regexp.
16536
16537 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16540 diff-mode-shared-map (bug#8284).
16541 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16542
16543 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16544
16545 * calendar/time-date.el (format-seconds): Use assoc instead of
16546 assoc-string, since assoc-string doesn't exist in XEmacs.
16547
16548 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
16549
16550 * custom.el (custom-known-themes): Reflow docstring.
16551 (custom-theme-load-path): Fix typo in docstring.
16552 (load-theme): Fix typo in error message.
16553 (custom-available-themes, custom-variable-theme-value):
16554 Use `let', not `let*'.
16555
16556 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16557
16558 * calc/README: Mention inclusion of musical notes.
16559
16560 * calc/calc-units.el (calc-lu-quant): Rename from
16561 `calc-logunits-quantity'.
16562 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16563 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16564 (calc-db): Rename from `calc-dblevel'.
16565 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16566 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16567 (calc-np): Rename from `calc-nplevel'.
16568 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16569 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16570 (calc-lu-plus): Rename from `calc-logunits-add'.
16571 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16572 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16573 (calc-lu-minus): Rename from `calc-logunits-sub'.
16574 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16575 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16576 (calc-lu-times): Rename from `calc-logunits-mul'.
16577 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16578 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16579 (calc-lu-divide): Rename from `calc-logunits-div'.
16580 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16581 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16582
16583 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16584 functions being autoloaded.
16585
16586 * calc/calc.el (calc-lu-power-reference): Rename from
16587 `calc-logunits-power-reference'.
16588 (calc-lu-field-reference): Rename from
16589 `calc-logunits-field-reference'.
16590
16591 * calc/calc-help.el (calc-l-prefix-help):
16592 Mention musical note functions.
16593
16594 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16595
16596 * minibuffer.el (completion-all-sorted-completions):
16597 Use :completion-cycle-penalty text property if present.
16598
16599 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16600
16601 * allout.el (allout-yank-processing): Adjust for new rebulleting
16602 regime so bullet being yanked is used without prompting the user
16603 for a choice.
16604
16605 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16606
16607 * startup.el (command-line): Warn the user that _emacs is deprecated.
16608
16609 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16610
16611 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16612 (delphi-verbose, delphi-comment-face, delphi-string-face)
16613 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16614 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16615 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16616 (delphi-new-comment-line, delphi-font-lock-defaults)
16617 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16618 Fix typos in docstrings.
16619
16620 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16621
16622 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16623 Invert the roles of character and string values for INSTEAD, so a
16624 string is used for the more common case of a defaulting prompt.
16625
16626 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16627
16628 * progmodes/ruby-mode.el (ruby-backward-sexp):
16629 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16630 * play/gamegrid.el (gamegrid-make-face):
16631 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16632 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16633 * notifications.el (notifications-notify):
16634 * net/xesam.el (xesam-search-engines):
16635 * net/quickurl.el (quickurl-list-insert):
16636 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16637
16638 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
16639
16640 * startup.el (command-line): Update package subdirectory regexp.
16641
16642 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * allout.el (allout-abbreviate-flattened-numbering)
16645 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16646
16647 * subr.el (read-char-choice): Only show the cursor after the prompt,
16648 not after the answer.
16649
16650 2011-03-15 Kevin Ryde <user42@zip.com.au>
16651
16652 * help-fns.el (variable-at-point): Skip leading quotes, if any
16653 (bug#8253).
16654
16655 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16656
16657 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16658 warning message.
16659
16660 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
16661
16662 * shell.el (shell): When called interactively, offer to change the
16663 shell file name on remote hosts.
16664
16665 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16666
16667 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16668 integration for LDAP parameters. The host, base, user or binddn,
16669 and secret tokens can be specified in a netrc file, for instance.
16670 This is optional because an `auth-source' parameter must be
16671 specified in the search attributes.
16672
16673 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
16674
16675 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16676
16677 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16678
16679 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16680 into declaration. Remove redundant and harmful binding.
16681
16682 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16683
16684 * files.el (file-ownership-preserved-p): Pass `integer' as an
16685 explicit 2nd argument to `file-attributes'. If the file's owner
16686 is the Administrators group on Windows, and the current user is
16687 Administrator, consider that a match.
16688
16689 * server.el (server-ensure-safe-dir): Consider server directory
16690 safe on MS-Windows if its owner is the Administrators group while
16691 the current Emacs user is Administrator. Use `=' to compare
16692 numerical UIDs, since they could be integers or floats.
16693
16694 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
16695
16696 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16697
16698 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
16699
16700 Sync with Tramp 2.2.1.
16701
16702 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16703
16704 * net/trampver.el: Update release number.
16705
16706 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16707
16708 * progmodes/compile.el (compilation--previous-directory): Fix up
16709 various nil/dead-marker mismatches (bug#8014).
16710 (compilation-directory-properties, compilation-error-properties):
16711 Don't call it at a position past the one we're about to change.
16712
16713 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16714 Disable obsolescence warnings in the file that declares it.
16715
16716 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16717
16718 * allout-widgets.el (allout-widgets-tally):
16719 Initialize allout-widgets-tally as a hash table rather than nil to
16720 prevent mode-line redisplay warnings. Also, clarify the module
16721 description and fix a comment typo.
16722
16723 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
16724
16725 * help-fns.el (describe-variable): Don't complete keywords.
16726 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16727
16728 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
16729
16730 * emacs-lisp/package.el (package-version-join): Impose a standard
16731 string representation for pre/alpha/beta version lists.
16732 (package-unpack-single): Standardize the directory name by passing
16733 it through package-version-join.
16734 (package-strip-rcs-id): Accept any version string that does not
16735 signal an error in version-to-list.
16736
16737 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
16738
16739 * simple.el (delete-trailing-whitespace): Return nil for the
16740 benefit of `write-file-functions'.
16741
16742 2011-03-10 Glenn Morris <rgm@gnu.org>
16743
16744 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16745
16746 * vc/vc-git.el (vc-git-program): New option.
16747 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16748 (vc-git--call): Use it.
16749
16750 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16751
16752 * cus-edit.el (Custom-newline): If no button at point, look
16753 for a subgroup button at start-of-line. (Bug#2298)
16754
16755 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16756
16757 2011-03-10 Julien Danjou <julien@danjou.info>
16758
16759 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16760 `cursor-type' is nil.
16761
16762 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16763
16764 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16765
16766 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16767
16768 * allout.el: Change so yank of distinctive-bullet items
16769 preserves the existing header prefix, rebulleting it if necessary,
16770 rather than replacing it. This is necessary for proper operation
16771 of cooperative addons like allout-widgets.
16772 (allout-make-topic-prefix, allout-rebullet-heading):
16773 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16774 value as alternate bullet to be used, instead of prompting the user
16775 for a bullet character.
16776
16777 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
16778
16779 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16780 Do not use `tramp-file-name-port', because this returns also
16781 `tramp-default-port'.
16782
16783 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16784
16785 * net/rcirc.el (rcirc-handler-001): Remove useless
16786 with-rcirc-process-buffer.
16787 (rcirc-check-auth-status): Swap arguments to string-match.
16788
16789 2011-03-09 Glenn Morris <rgm@gnu.org>
16790
16791 * shell.el (shell-mode):
16792 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16793
16794 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16795 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16796
16797 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16798
16799 * emacs-lisp/package.el (package-refresh-contents)
16800 (package-menu-execute): Use condition-case-no-debug.
16801
16802 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
16803
16804 * simple.el (shell-command-to-string): Use `process-file'.
16805
16806 * emacs-lisp/package.el (package-tar-file-info): Handle also
16807 remote files.
16808
16809 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16810 Use `equal' for upload base check.
16811
16812 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16813
16814 * textmodes/texinfo.el (texinfo-environments):
16815 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16816
16817 2011-03-08 Glenn Morris <rgm@gnu.org>
16818
16819 * cus-start.el (cursor-in-non-selected-windows):
16820 Fix :set quoting oddness. (Bug#8192)
16821
16822 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16823 in some setf expressions. (Bug#2159)
16824
16825 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16826
16827 * custom.el (custom-available-themes): Return themes in
16828 alphabetical order.
16829
16830 See ChangeLog.15 for earlier changes.
16831
16832 ;; Local Variables:
16833 ;; coding: utf-8
16834 ;; End:
16835
16836 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16837
16838 This file is part of GNU Emacs.
16839
16840 GNU Emacs is free software: you can redistribute it and/or modify
16841 it under the terms of the GNU General Public License as published by
16842 the Free Software Foundation, either version 3 of the License, or
16843 (at your option) any later version.
16844
16845 GNU Emacs is distributed in the hope that it will be useful,
16846 but WITHOUT ANY WARRANTY; without even the implied warranty of
16847 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16848 GNU General Public License for more details.
16849
16850 You should have received a copy of the GNU General Public License
16851 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.