term-handle-colors-array fix
[bpt/emacs.git] / lisp / ChangeLog
1 2013-01-03 Glenn Morris <rgm@gnu.org>
2
3 * term.el (term-handle-colors-array): Ensure face attributes
4 are fully specified, not nil. (Bug#13337)
5
6 * term.el (term-default-fg-color, term-default-bg-color):
7 Fix custom type.
8
9 * progmodes/etags.el (tags-compression-info-list): Doc fix.
10 (tag-find-file-of-tag-noselect): Check auto-compression-mode
11 rather than 'jka-compr being loaded. (Bug#13338)
12
13 * subr.el (eval-after-load): Don't purecopy the form, so that it
14 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
15
16 * emacs-lisp/byte-run.el (defun): Place cl declarations
17 after any interactive spec. (Bug#13265)
18
19 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
20
21 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
22 defun. Don't check for DECL if DOCSTRING isn't a string.
23 (defun): Likewise.
24
25 2012-12-31 Glenn Morris <rgm@gnu.org>
26
27 * eshell/em-cmpl.el (eshell-pcomplete):
28 More thoroughly imitate pcomplete. (Bug#13293)
29
30 * files.el (parse-colon-path): Doc fix. (Bug#12351)
31 Return nil for empty path elements. (Bug#13296)
32
33 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
34
35 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
36 order to improve efficiency (Based on Daniel Colascione's
37 <dancol@dancol.org> patch). (Bug#13182)
38
39 2012-12-31 Glenn Morris <rgm@gnu.org>
40
41 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
42
43 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
44
45 * progmodes/python.el: Support other commands triggering
46 python-indent-line so indentation cycling continues to work.
47 (python-indent-trigger-commands): New defcustom.
48 (python-indent-line): Use it.
49
50 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
51
52 * progmodes/python.el (python-shell-send-region): Add blank lines
53 for non sent code so backtraces remain correct.
54
55 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
56
57 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
58 neither DOCSTRING nor DECL was given. (Bug#13316)
59
60 2012-12-30 Glenn Morris <rgm@gnu.org>
61
62 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
63 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
64 (rmail-summary-displayed, rmail-summary): Declare.
65 (mairix-rmail-display): Just require rmail.
66
67 2012-12-29 Chong Yidong <cyd@gnu.org>
68
69 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
70 check for the tarball contents.
71
72 2012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
73
74 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
75 tarfile content listings (Bug#13136).
76
77 2012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
78
79 * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert
80 the undecoded text of the message being forwarded. (Bug#9521)
81
82 2012-12-28 Michael Albinus <michael.albinus@gmx.de>
83
84 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
85 integers, if they are real numbers. (Bug#13282)
86
87 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
88
89 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
90 "module" and "def" to have indentation before them. Regression
91 from 109911 (see the new test).
92
93 2012-12-24 Dmitry Gutov <dgutov@yandex.ru>
94
95 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
96
97 2012-12-23 Alan Mackenzie <acm@muc.de>
98
99 Speed up fontification where there's large brace blocks.
100 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
101 to a call of c-beginning-of-decl-1.
102
103 2012-12-21 Chong Yidong <cyd@gnu.org>
104
105 * sort.el (sort-subr): Doc fix (Bug#13056).
106
107 2012-12-20 Bastien Guerry <bzg@gnu.org>
108
109 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
110
111 2012-12-11 Alan Mackenzie <acm@muc.de>
112
113 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
114 * progmodes/cc-engine.el (c-backward-comments): Add code to work
115 around `forward-comment' not recognizing ^M as whitespace.
116
117 2012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
118
119 * progmodes/python.el (python-skeleton-class)
120 (python-skeleton-def): Do not add space after defun name.
121
122 2012-12-09 Chong Yidong <cyd@gnu.org>
123
124 * simple.el (set-mark-default-inactive): Mark as obsolete, for
125 removal after 24.3.
126
127 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
128
129 * simple.el (just-one-space): Doc fix.
130
131 2012-12-07 Eli Zaretskii <eliz@gnu.org>
132
133 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
134 "smallexample".
135
136 2012-12-07 Le Wang <l26wang@gmail.com>
137
138 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
139 narrowed buffer (bug#12361).
140
141 2012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
142
143 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
144 Virtually backported from trunk.
145
146 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
147
148 * vc/vc-hooks.el (vc-state): Doc fix.
149
150 2012-12-06 Glenn Morris <rgm@gnu.org>
151
152 * mail/rmail.el (rmail-maybe-display-summary):
153 Preserve buffer, in case select-window changes it. (Bug#13066)
154
155 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
158 cl-load-hook where they belong.
159
160 2012-12-06 Chong Yidong <cyd@gnu.org>
161
162 * ffap.el (ffap-replace-file-component): Fix typo.
163
164 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
167 fix open-paren-like token test (bug#12785).
168
169 2012-12-04 Glenn Morris <rgm@gnu.org>
170
171 * mail/rmailsum.el (rmail-new-summary): Tweak for
172 rmail-maybe-display-summary changing buffer. (Bug#13066)
173
174 2012-12-03 Juri Linkov <juri@jurta.org>
175
176 * info.el (Info-fontify-node): Don't hide the last newline.
177 (Bug#12272)
178
179 2012-12-01 Leo Liu <sdl.web@gmail.com>
180
181 * files.el (dir-locals-read-from-file): Check file non-empty
182 before reading. (Bug#13038)
183
184 2012-11-28 Glenn Morris <rgm@gnu.org>
185
186 * jka-cmpr-hook.el (jka-compr-get-compression-info):
187 Remove any version extension before checking filename. (Bug#13006)
188 (jka-compr-compression-info-list): Belated :version bump.
189
190 2012-11-28 Chong Yidong <cyd@gnu.org>
191
192 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
193
194 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
195 (buffer-menu): Doc fix (Bug#12294).
196
197 2012-11-27 Roland Winkler <winkler@gnu.org>
198
199 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
200 of diary-show-all-entries in the diary buffer (Bug#12994).
201
202 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
205 "<STDIN>". This is binary safe.
206
207 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * textmodes/table.el (table-insert): Don't use `symbol-name' on
210 lexically scoped variables (bug#13005).
211
212 2012-11-26 Glenn Morris <rgm@gnu.org>
213
214 * vc/vc-hooks.el (vc-mistrust-permissions):
215 Default to t, to avoid data-loss. (Bug#11490)
216
217 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
218
219 * progmodes/python.el (python-indent-guess-indent-offset):
220 If indentation is guessed make python-indent-offset buffer-local.
221
222 Fix Imenu regression.
223 * progmodes/python.el (python-nav-beginning-of-defun):
224 Fix forward movement when statement(s) separates point from defun.
225 (python-imenu-prev-index-position): New function.
226
227 2012-11-26 Eli Zaretskii <eliz@gnu.org>
228
229 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
230
231 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
232 Don't set buffer-file-type. Return nil. (Bug#12989)
233
234 2012-11-26 Glenn Morris <rgm@gnu.org>
235
236 * hippie-exp.el (hippie-expand-try-functions-list):
237 Re-autoload it. (Bug#12982)
238
239 2012-11-25 Eli Zaretskii <eliz@gnu.org>
240
241 * descr-text.el (describe-char-padded-string):
242 Call internal-char-font only on GUI frames. (Bug#11964)
243
244 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
245
246 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
247 and obsoletion message.
248
249 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
252 the constructs to keep outside of the `cl-block' (bug#12977).
253
254 2012-11-24 Chong Yidong <cyd@gnu.org>
255
256 * mouse.el (mouse-drag-line): Even if the line is not draggable,
257 keep reading until we get the up-event anyway, in order to process
258 the up-event for mouse-1-click-follows-link (Bug#12971).
259
260 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
263 lexical-binding (bug#12938).
264
265 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
266
267 * image-mode.el (image-transform-check-size): Use assertions only
268 for images of type imagemagick.
269
270 Otherwise no error, image-transform-fit-to-{width,height} is
271 silently ignored, as before. Doc fix.
272
273 2012-11-23 Chong Yidong <cyd@gnu.org>
274
275 * faces.el (color-defined-p): Doc fix (Bug#12853).
276
277 2012-11-23 Juri Linkov <juri@jurta.org>
278
279 * dired.el (dired-mark): Add optional arg `interactive'.
280 Check for `use-region-p' if `interactive' is non-nil.
281 (dired-unmark, dired-flag-file-deletion): Add optional arg
282 `interactive'. Call `dired-mark' with the arg `interactive'.
283 (Bug#10624)
284
285 2012-11-23 Juri Linkov <juri@jurta.org>
286
287 * wdired.el: Revert 2012-10-17 change partly and replace it with
288 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
289 (wdired-finish-edit): Add marks for new file names to
290 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
291 after `revert-buffer'.
292 (wdired-do-renames): Remove calls to `dired-remove-file',
293 `dired-add-file', `dired-add-entry'. (Bug#11795)
294
295 2012-11-21 Alan Mackenzie <acm@muc.de>
296
297 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
298
299 Fix bugs in the state cache. Enhance a debugging mechanism.
300 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
301 "brace at column zero" strategy for C++.
302 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
303 (c-parse-state-point): New variable.
304 (c-record-parse-state-state): Record old parse state with
305 `copy-tree'. Record previous value of point.
306 (c-debug-parse-state-double-cons): New debugging function.
307 (c-debug-parse-state): Call the above new function.
308 (c-toggle-parse-state-debug): Output a confirmatory message.
309
310 * progmodes/cc-mode.el (c-before-change, c-after-change):
311 Call c-invalidate-state-cache from `c-before-change' instead of
312 `c-after-change'.
313
314 2012-11-20 Daniel Colascione <dancol@dancol.org>
315
316 * term/w32-win.el (cygwin-convert-path-from-windows):
317 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
318 This change is a backport from trunk.
319
320 2012-11-20 Eli Zaretskii <eliz@gnu.org>
321
322 * simple.el (line-move): Don't call line-move-partial if
323 scroll-conservatively is in effect. (Bug#12927)
324
325 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
328 order to distinguish from trunk.
329
330 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
333 non-symbols for compiler macros (yet).
334
335 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
336 Fallback on completion-at-point rather than
337 pcomplete-expand-and-complete, and only if pcomplete actually failed.
338 (eshell-cmpl-initialize): Setup completion-at-point.
339
340 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
341
342 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
343
344 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
345
346 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
347 are remote, check out-of-band property for both.
348
349 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * window.el (switch-to-buffer): Re-add the warning that was lost in the
352 code rewrite.
353
354 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
355
356 More minor time fixes.
357 * calendar/time-date.el: Commentary fix.
358 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
359 too much other code depends on (0 0) time stamps.
360 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
361 Add a couple of FIXME comments.
362
363 Minor cleanup for times as lists of four integers.
364 * files.el (dir-locals-directory-cache):
365 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
366 Doc fixes.
367 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
368 * ps-bdf.el (bdf-file-newer-than-time):
369 Process four-integers time stamps, not two. Doc fixes.
370
371 2012-11-18 Glenn Morris <rgm@gnu.org>
372
373 * image.el (insert-image, insert-sliced-image): Doc fix.
374
375 2012-11-17 Chong Yidong <cyd@gnu.org>
376
377 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
378 (Bug#12810).
379
380 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
381
382 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
383 response when the target file is in a subdirectory (Bug#12757).
384
385 2012-11-17 Chong Yidong <cyd@gnu.org>
386
387 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
388
389 2012-11-17 Glenn Morris <rgm@gnu.org>
390
391 * woman.el (woman-non-underline-faces):
392 * emacs-lisp/cl-lib.el (face-underline-p):
393 Use set-face-underline rather than the alias set-face-underline-p.
394
395 * window.el (with-temp-buffer-window): Doc fix.
396 * subr.el (with-output-to-temp-buffer):
397 Add doc xref to with-temp-buffer-window.
398
399 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * emacs-lisp/cl-lib.el: Set more meaningful version number.
402
403 2012-11-16 Martin Rudalics <rudalics@gmx.at>
404
405 * window.el (enlarge-window, shrink-window): Don't mention return
406 value in doc-string (Bug#12896).
407 (window--display-buffer): Don't resize frames - it won't work
408 with all window managers and defeat pop-up-frame-alist.
409 (display-buffer-alist): In doc-string explain that CONDITION can
410 be a function and which arguments are passed to it (Bug#12854).
411 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
412 expressions (Bug#12854).
413 (display-buffer): Pass ACTION argument to
414 display-buffer-assq-regexp.
415
416 2012-11-16 Glenn Morris <rgm@gnu.org>
417
418 * window.el (fit-frame-to-buffer-bottom-margin)
419 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
420
421 * faces.el (face-underline-p): Use face-attribute-specified-or.
422
423 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
424
425 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
426
427 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
430
431 2012-11-15 Glenn Morris <rgm@gnu.org>
432
433 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
434 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
435
436 * faces.el (face-underline-p): Doc fix. Handle :underline being
437 things other than `t' (a string, a list).
438 (face-inverse-video-p): Doc fix.
439 (set-face-underline): Rename it back from set-face-underline-p.
440 Doc fix. Allow interactive input of values other than t.
441 (read-face-attribute): Apply formatting to :underline,
442 since like :box and :stipple it can take list values.
443
444 * term.el (ansi-term): Don't let C-x escape-char binding
445 clobber the more standard C-c binding. (Bug#12842)
446
447 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
450 (bug#12879).
451
452 2012-11-14 Glenn Morris <rgm@gnu.org>
453
454 * subr.el (set-temporary-overlay-map): Doc fix.
455
456 2012-11-13 Martin Rudalics <rudalics@gmx.at>
457
458 * window.el (record-window-buffer)
459 (display-buffer-record-window): When copying the markers to
460 window-point preserve window-point-insertion-type. (Bug#12588)
461
462 2012-11-13 Glenn Morris <rgm@gnu.org>
463
464 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
465 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
466 Use new names for hooks rather than obsolete aliases.
467
468 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
471
472 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
473
474 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
475 39 and 49. This fixes bug#12792. Also, treat unimplemented
476 parameters as 0, thereby restoring the behavior of revisions prior
477 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
478
479 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
480
481 Fix end-of-defun misbehavior.
482 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
483 python-beginning-of-defun-function. Handle nested defuns
484 correctly.
485 (python-nav-end-of-defun): Rename from
486 python-end-of-defun-function. Ensure forward movement.
487 (python-info-current-defun): Reimplement to work as intended
488 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
489 parent defuns as soon as possible.
490
491 2012-11-12 Glenn Morris <rgm@gnu.org>
492
493 * progmodes/flymake.el (flymake-error-bitmap)
494 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
495 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
496
497 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
498
499 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
500 backward, always stop at indentation. Reverts the change from
501 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
502
503 2012-11-11 Glenn Morris <rgm@gnu.org>
504
505 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
506 Add ibuffer-filter-by-derived-mode.
507
508 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
509 the same name shadowing each other.
510
511 * window.el (with-temp-buffer-window): Doc tweak.
512
513 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
514
515 * help.el (temp-buffer-max-height):
516 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
517 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
518
519 2012-11-10 Leo Liu <sdl.web@gmail.com>
520
521 * ido.el (ido-set-matches-1): Fix split-string args to avoid
522 performance issue. (Bug#12796)
523
524 2012-11-10 Glenn Morris <rgm@gnu.org>
525
526 * term.el (term-default-fg-color, term-default-bg-color):
527 Make obsolete, rather than just saying "deprecated" in the doc.
528
529 * term.el (term): Rename from `term-face'.
530 (term-current-face, ansi-term-color-vector)
531 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
532 Update all users.
533
534 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
535
536 * server.el (server-create-window-system-frame): Improve comment.
537
538 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
539
540 * server.el (server-create-window-system-frame): Handle Nextstep
541 specially (Bug#12780).
542
543 2012-11-08 Glenn Morris <rgm@gnu.org>
544
545 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
546 Unautoload, and make obsolete. (Bug#7449)
547
548 2012-11-08 Chong Yidong <cyd@gnu.org>
549
550 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
551 rename from diff-remove-trailing-whitespace (Bug#12831).
552
553 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
556 miscompilation of trace.el.
557
558 2012-11-08 Glenn Morris <rgm@gnu.org>
559
560 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
561
562 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
565 (bug#12812).
566
567 2012-11-07 Chong Yidong <cyd@gnu.org>
568
569 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
570 a defcustom with an appropriate :set function.
571 (minibuffer-default--in-prompt-regexps): New function.
572
573 2012-11-07 Glenn Morris <rgm@gnu.org>
574
575 * emacs-lisp/cl.el (define-setf-expander, defsetf)
576 (define-modify-macro): Doc fixes.
577
578 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
579 (gv-define-simple-setter): Update doc of `fix-return'.
580
581 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
584 twice when `fix-return' is set (bug#12813).
585
586 * emacs-lisp/cl.el (defsetf): Pass the third arg to
587 gv-define-simple-setter (bug#12812).
588
589 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
592 (bug#12756).
593
594 2012-11-06 Glenn Morris <rgm@gnu.org>
595
596 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
597
598 2012-11-05 Glenn Morris <rgm@gnu.org>
599
600 * emacs-lisp/cl-extra.el (cl-prettyexpand):
601 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
602 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
603 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
604
605 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
606
607 2012-11-03 Glenn Morris <rgm@gnu.org>
608
609 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
610 Rename handler properties back from cl-- to cl-. (Bug#12788)
611
612 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
613
614 2012-11-03 Eli Zaretskii <eliz@gnu.org>
615
616 * term/pc-win.el: Don't load term/internal from here.
617
618 * loadup.el: Load term/internal from here.
619
620 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
621
622 * progmodes/python.el (inferior-python-mode): Fix hang in
623 jit-lock (Bug#12645).
624
625 2012-11-03 Martin Rudalics <rudalics@gmx.at>
626
627 * window.el (switch-to-visible-buffer)
628 (switch-to-buffer-preserve-window-point): Fix doc-strings.
629
630 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
631
632 * play/gomoku.el (gomoku-display-statistics): Update mode line
633 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
634
635 2012-10-31 Martin Rudalics <rudalics@gmx.at>
636
637 * window.el (quit-restore-window): If the window has been
638 created on an existing frame and ended up as the sole window on
639 that frame, do not delete it (Bug#12764).
640
641 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * progmodes/sh-script.el (sh--inside-noncommand-expression):
644 Rename from sh--inside-arithmetic-expression, handle more cases
645 (bug#11263).
646
647 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
648 (sh-font-lock-open-heredoc): Use it (bug#12770).
649
650 2012-10-30 Glenn Morris <rgm@gnu.org>
651
652 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
653
654 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
655
656 2012-10-29 Chong Yidong <cyd@gnu.org>
657
658 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
659 function key is stored in a keyboard macro (Bug#4894).
660
661 * thingatpt.el (number-at-point): Apply a thing-at-point property.
662
663 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
666 header comments".
667 (diff-unified->context, diff-context->unified)
668 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
669
670 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
671
672 * files.el (find-alternate-file): Only ask one question (bug#12487).
673
674 2012-10-29 Chong Yidong <cyd@gnu.org>
675
676 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
677 Suggested by Dan Nicolaescu (Bug#6326).
678
679 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
680
681 * startup.el (fancy-about-screen): Don't message (Bug#12680).
682
683 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
684
685 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
686
687 * face-remap.el (face-remap-add-relative): Handle the case where a
688 face-remapping-alist entry is a cons cell (Bug#12762).
689
690 2012-10-29 Kevin Ryde <user42@zip.com.au>
691
692 * woman.el (woman-parse-numeric-value): Handle picas correctly
693 (Bug#12639).
694
695 2012-10-29 Glenn Morris <rgm@gnu.org>
696
697 * emacs-lisp/cl.el (defsetf): Doc fix.
698
699 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
702 syntax to the matching opener, if any (bug#12547).
703 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
704 matching open as a "case-(".
705 (sh-smie-rc-grammar): Add a corresponding rule for it.
706
707 2012-10-28 Daniel Hackney <dan@haxney.org>
708
709 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
710 "PKGNAME-autoloads.el" in case we created it.
711
712 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
715 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
716 (completion--twq-all): Disable too-strict assertions.
717
718 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
719
720 2012-10-27 Eli Zaretskii <eliz@gnu.org>
721
722 * profiler.el (profiler-report-make-entry-part): Fix help-echo
723 text to match the real keybindings.
724
725 2012-10-27 Juri Linkov <juri@jurta.org>
726
727 * wdired.el (wdired-keep-marker-rename): New defcustom.
728 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
729 (Bug#11795)
730
731 * dired.el (dired-keep-marker-rename): Add reference to
732 `wdired-keep-marker-rename' in the docstring.
733 Add default character value ?R to display initially in
734 Customization UI instead of ?@.
735
736 2012-10-27 Martin Rudalics <rudalics@gmx.at>
737
738 * window.el (display-buffer): In doc-string describe
739 window-height and window-width alist entries.
740
741 * time.el (display-time-world): Restore fit-window-to-buffer
742 behavior.
743
744 2012-10-27 Chong Yidong <cyd@gnu.org>
745
746 * subr.el (insert-buffer-substring-as-yank): Doc fix.
747
748 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
749
750 * minibuffer.el (completion-category-overrides): New completion
751 category `bookmark' (bug#11131).
752
753 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * emacs-lisp/advice.el (ad-assemble-advised-definition):
756 Silence bogus compiler warnings for ad-do-it.
757
758 * bookmark.el (bookmark-completing-read): Set the completion category
759 to `bookmark' (bug#11131).
760
761 2012-10-26 Bastien <bzg@altern.org>
762 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * face-remap.el: Use lexical-binding.
765 (text-scale-adjust): Improve docstring. Use itself for the temporary
766 overlay-map bindings, so as to repeat the "Use..." message each time.
767
768 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * emacs-lisp/macroexp.el (macroexp--expand-all):
771 Obey byte-compile-warning-enabled-p (bug#12486).
772
773 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
774 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
775
776 2012-10-26 Martin Rudalics <rudalics@gmx.at>
777
778 * mouse.el (mouse-drag-line): Move last form into preceding when
779 clause (Bug#12731).
780
781 * help.el (resize-temp-buffer-window): Fix doc-string.
782
783 2012-10-25 David Engster <deng@randomsample.de>
784
785 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
786 Remove. This feature is already integrated in imenu.
787
788 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
789 always loaded. Require `speedbar' unconditionally.
790
791 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
794
795 * minibuffer.el (minibuffer-force-complete): Fix thinko.
796
797 * net/ldap.el (ldap-search-internal): The official ldif format starts
798 with a "version: 1" header (bug#12724).
799
800 * emacs-lisp/package.el (package-installed-p): Warn if not ready
801 (bug#12721).
802
803 2012-10-25 Glenn Morris <rgm@gnu.org>
804
805 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
806
807 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * minibuffer.el (minibuffer-force-complete): Use one more marker
810 for the temporary-overlay-map command (bug#12619).
811
812 2012-10-24 Chong Yidong <cyd@gnu.org>
813
814 * time.el (display-time-world-mode): Derive from special-mode.
815 (display-time-world): Use display-buffer (Bug#12708).
816 (display-time-world-mode-map): Variable deleted.
817 (display-time-world-display): Wrap the final delete-char inside
818 inhibit-read-only.
819
820 2012-10-24 Chong Yidong <cyd@gnu.org>
821
822 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
823 Doc fix.
824
825 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
826
827 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * minibuffer.el (completion--all-sorted-completions-location): New var.
830 (completion--cache-all-sorted-completions)
831 (completion--flush-all-sorted-completions): Use it.
832 (completion-in-region, completion-in-region--postch)
833 (completion-at-point, completion-help-at-point): Use markers in
834 completion-in-region--data (bug#12619).
835
836 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * progmodes/compile.el (compilation-start): Try to handle common
839 quoting of `cd' argument (bug#12640).
840
841 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
842 (bug#12671).
843
844 2012-10-23 Glenn Morris <rgm@gnu.org>
845
846 * progmodes/gud.el (gud-menu-map):
847 Check gdb-active-process is bound. (Bug#12358)
848
849 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
850
851 * repeat.el (repeat): Set real-this-command (bug#12232).
852
853 * htmlfontify.el (hfy-post-html-hook):
854 * filesets.el (filesets-cache-fill-content-hook):
855 * arc-mode.el (archive-extract-hook):
856 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
857 * net/rcirc.el (rcirc-sentinel-functions)
858 (rcirc-receive-message-functions, rcirc-activity-functions)
859 (rcirc-print-functions):
860 * net/dbus.el (dbus-event-error-functions):
861 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
862 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
863 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
864 * term/sun.el (sun-raw-prefix-hooks):
865 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
866
867 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
868
869 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
870 Set `tramp-chunksize' to 1. This improves the performance.
871 (tramp-smb-wait-for-output): Add timeout to
872 `tramp-accept-process-output' calls.
873
874 2012-10-23 Chong Yidong <cyd@gnu.org>
875
876 * faces.el (font-list-limit): Define as an obsolete variable.
877
878 * startup.el (command-line):
879 * cus-start.el: Don't refer to font-list-limit.
880
881 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
882
883 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * subr.el (internal-temp-output-buffer-show): Rename from
886 temp-output-buffer-show, since previously compiled files expect this name.
887
888 2012-10-23 Glenn Morris <rgm@gnu.org>
889
890 * image.el (image-type-from-file-name): If multiple types match,
891 return the first one that is supported. (Bug#9045)
892
893 2012-10-22 Glenn Morris <rgm@gnu.org>
894
895 * image.el (imagemagick-enabled-types): Doc fix.
896
897 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
898
899 * progmodes/which-func.el (which-func-current): The hash-table may have
900 an explicit nil (bug#12338).
901
902 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * electric.el (electric-pair-delete-selection-self-insert-function):
905 Rename to electric-pair-will-use-region, return a boolean.
906 (electric-pair-mode): Adjust accordingly. Don't require delsel.
907
908 * delsel.el (delete-selection-helper): Use a function instead of a hook.
909 (delete-selection-pre-hook): Use use-region-p.
910 (delete-selection-self-insert-function): Remove.
911 (self-insert-command): Obey self-insert-uses-region-functions.
912 (self-insert-iso): Revert to previous setting, since we don't actually
913 know what that command does.
914 (delete-selection-self-insert-hooks): Remove.
915
916 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
917
918 * delsel.el (delete-selection-helper): New function, extracted from
919 delete-selection-pre-hook.
920 (delete-selection-pre-hook): Use it.
921 (delete-selection-self-insert-function): New function.
922 (delete-selection-self-insert-hooks): New hook.
923 (self-insert-command, self-insert-iso): Use it.
924 * electric.el (electric-pair-syntax): New function, extracted from
925 electric-pair-post-self-insert-function.
926 (electric-pair-post-self-insert-function): Use it.
927 (electric-pair-delete-selection-self-insert-function): New function.
928 (electric-pair-mode): Require delsel and setup
929 delete-selection-self-insert-hooks (bug#11520).
930
931 2012-10-20 Chong Yidong <cyd@gnu.org>
932
933 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
934 no changes to show (Bug#12586).
935
936 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
937 list explicitly (Bug#12571).
938
939 2012-10-20 Arne Jørgensen <arne@arnested.dk>
940
941 * progmodes/flymake.el (flymake-create-temp-inplace):
942 Use file-truename.
943
944 2012-10-20 Eli Zaretskii <eliz@gnu.org>
945
946 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
947
948 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
949
950 * calc/calc-units.el (math-extract-units): Properly extract powers
951 of units.
952
953 2012-10-20 Daniel Colascione <dancol@dancol.org>
954
955 * frame.el (make-frame): Set x-display-name as we used to in order
956 to unbreak creating an X11 frame from an Emacs daemon started
957 without a display.
958
959 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * minibuffer.el (minibuffer-force-complete): Make the next completion use
962 the same completion-field (bug@12221).
963
964 2012-10-19 Martin Rudalics <rudalics@gmx.at>
965
966 * emacs-lisp/debug.el (debug): Record height of debugger window
967 also when debugger will be back (Bug#8789).
968
969 2012-10-18 Chong Yidong <cyd@gnu.org>
970
971 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
972 Convert to defcustom.
973 (gdb-get-source-file): Don't bind pop-up-windows.
974
975 * progmodes/gud.el (gud-display-line): Don't specially re-use
976 other frames for the gdb-mi case (Bug#12648).
977
978 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * emacs-lisp/advice.el: Clean up commentary a bit.
981 (ad-do-advised-functions, ad-with-originals): Use `declare'.
982 (byte-code-function-p): Never redefine.
983
984 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
985
986 2012-10-18 Glenn Morris <rgm@gnu.org>
987
988 * dired.el (dired-sort-toggle): Some ls implementations only allow
989 a single option string. (Bug#12666)
990
991 * minibuffer.el (completion-cycle-threshold): Doc fix.
992
993 2012-10-17 Kenichi Handa <handa@gnu.org>
994
995 * international/mule.el (set-keyboard-coding-system):
996 Recover input meta mode when the new coding system doesn not use 8-bit.
997 Supply TERMINAL arg to set-input-meta-mode.
998
999 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1000
1001 * wdired.el (wdired-old-marks): New variable.
1002 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1003 (wdired-do-renames): Move point with renamed file and don't lose
1004 mark status (Bug#11795).
1005
1006 2012-10-16 Juri Linkov <juri@jurta.org>
1007
1008 * replace.el (query-replace-help): Mention multi-buffer replacement
1009 keys in the Help message. (Bug#12655)
1010
1011 2012-10-15 Chong Yidong <cyd@gnu.org>
1012
1013 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1014
1015 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1016
1017 * window.el (display-buffer): Doc fix.
1018
1019 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1020 Adjust the msft regexp to the output of Studio 2010, and move msft
1021 before edg-1. See the discussion on emacs-devel,
1022 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1023 for the details.
1024
1025 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1028 (oset): Move uses of object-class-fast macro after its definition.
1029
1030 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1031
1032 2012-10-13 Chong Yidong <cyd@gnu.org>
1033
1034 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1035 enabled, re-enable it (Bug#11963).
1036
1037 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1038
1039 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1040 non-nil, restore window configuration (Bug#12623).
1041
1042 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * help-fns.el (describe-variable, describe-function-1):
1045 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1046
1047 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1048
1049 2012-10-12 Glenn Morris <rgm@gnu.org>
1050
1051 * mail/rmailsum.el (rmail-header-summary):
1052 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1053
1054 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1055
1056 * progmodes/python.el (python-mode-map):
1057 Replace subtitute-key-definition with proper command remapping.
1058 (python-nav--up-list): Fix behavior for blocks on the same level.
1059
1060 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1063
1064 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1065 changes to the format of load-history.
1066
1067 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1068 completion-ignore-case in case that var is buffer-local (bug#12615).
1069
1070 2012-10-11 Kenichi Handa <handa@gnu.org>
1071
1072 * international/eucjp-ms.el: Re-generated.
1073
1074 2012-10-10 Kenichi Handa <handa@gnu.org>
1075
1076 * select.el (xselect--encode-string): If a coding is specified for
1077 selection, and that is compatible with COMPOUND_TEXT, use it.
1078
1079 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1080
1081 * window.el (switch-to-buffer-preserve-window-point): New option.
1082 (switch-to-buffer):
1083 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1084
1085 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1088 Don't document nil as a useful value (bug#12583).
1089
1090 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1091
1092 * net/tramp.el (tramp-debug-message):
1093 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1094 (with-tramp-progress-reporter): Rename from
1095 `tramp-with-progress-reporter'.
1096 (with-tramp-file-property, with-tramp-connection-property):
1097 Move from tramp-cache.el, rename from `with-file-property' and
1098 `with-connection-property', respectively.
1099
1100 * net/tramp-cache.el: Remove `with-file-property' and
1101 `with-connection-property'.
1102
1103 * net/tramp.el:
1104 * net/tramp-gvfs.el:
1105 * net/tramp-sh.el:
1106 * net/tramp-smb.el: Adapt callees.
1107
1108 * net/trampver.el: Update release number.
1109
1110 2012-10-09 Glenn Morris <rgm@gnu.org>
1111
1112 * w32-fns.el (set-message-beep):
1113 * term/w32-win.el (set-message-beep): Update declarations.
1114
1115 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1118 (mode-line-widen, mode-line-input-method-map)
1119 (mode-line-coding-system-map, mode-line-remote)
1120 (mode-line-unbury-buffer, mode-line-bury-buffer)
1121 (mode-line-next-buffer, mode-line-previous-buffer):
1122 Replace save-selected-window+select-window => with-selected-window.
1123
1124 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1125 * progmodes/cc-vars.el (bq-process): Remove, unused.
1126
1127 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1128
1129 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1130
1131 Implemented `backward-up-list'-like navigation.
1132 * progmodes/python.el (python-nav-up-list)
1133 (python-nav-backward-up-list): New functions.
1134 (python-mode-map): Define substitute key for backward-up-list to
1135 python-nav-backward-up-list.
1136
1137 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1138
1139 * progmodes/python.el (python-fill-paragraph): Rename from
1140 python-fill-paragraph-function. Fixed fill-paragraph for
1141 decorators (Bug#12605).
1142
1143 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1144
1145 * progmodes/python.el (python-shell-output-filter): Handle extra
1146 carriage return in OSX (Bug#12409).
1147
1148 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1149
1150 Fix shell handling of unbalanced quotes and parens in output.
1151 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1152 (python-syntax-propertize-function): Use it.
1153 (python-shell-output-syntax-table): New var.
1154 (inferior-python-mode): Prevent unbalanced parens/quotes from
1155 previous output mess with current input context.
1156
1157 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1160 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1161
1162 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1163
1164 * ffap.el (ffap-replace-file-component): Support Tramp file name
1165 syntax, not only ange-ftp's one.
1166
1167 2012-10-08 Glenn Morris <rgm@gnu.org>
1168
1169 * cus-start.el (message-log-max): Set :version.
1170
1171 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1172
1173 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1174
1175 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1176 the minibuffer window (Bug#10851).
1177
1178 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1179
1180 Enhancements on forward-sexp movement.
1181 * progmodes/python.el (python-nav-beginning-of-statement)
1182 (python-nav-end-of-statement): Return point-marker.
1183 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1184 (python-info-current-symbol)
1185 (python-info-statement-starts-block-p): Rename from
1186 python-info-beginning-of-block-p.
1187 (python-info-statement-ends-block-p): Rename from
1188 python-info-end-of-block-p.
1189 (python-info-beginning-of-statement-p)
1190 (python-info-end-of-statement-p)
1191 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1192 New functions.
1193
1194 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1197 frame-selected-windows.
1198
1199 2012-10-08 Daniel Colascione <dancol@dancol.org>
1200
1201 * battery.el (battery-status-function): Check for
1202 w32-battery-status itself, not system-time windows-nt.
1203
1204 * frame.el: Require cl-lib.
1205 (display-format-alist): New variable mapping frame types to
1206 functions that initialize them.
1207 (window-system-for-display): New function: interprets
1208 display-format-alist.
1209 (make-frame-on-display): Remove existing display-selection logic
1210 and just forward to make-frame, which will now DTRT.
1211 (make-frame): Restructure to use window-system-for-display to
1212 figure out how to create a frame on a given display.
1213 (display-mouse-p): Look for frame-type w32, not a particular
1214 system-type.
1215
1216 * loadup.el: Load w32 lisp code when we have the w32 feature.
1217
1218 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1219 system-type windows-nt.
1220
1221 * server.el (server-create-window-system-frame): Look for window
1222 type.
1223 (server-proces-filter): Only force a window system when windows-nt
1224 _and_ w32. Explain why.
1225
1226 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1227 of window systems we configure for the mode.
1228
1229 * startup.el (command-line): Mark window system is initialized
1230 after we've done it.
1231
1232 * common-win.el (x-select-text): Look for w32, not windows-nt.
1233
1234 * ns-win.el: Require cl-lib. Add ourselves to
1235 display-format-alist.
1236 (ns-initialize-window-system): Assert we're not initialized twice.
1237
1238 * w32-win.el: Enable lexical binding; require cl-lib; add
1239 ourselves to display-format-alist.
1240 (w32-handle-dropped-file): Convert incoming dropped files from
1241 Windows paths to Cygwin ones before passing them on to the rest of
1242 Emacs.
1243 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1244 (w32-initialize-window-system): Assert we're not initialized twice.
1245
1246 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1247 (x-initialize-window-system): Assert we're not initialized twice.
1248
1249 * w32-common-fns.el: New File.
1250 (w32-version, w32-using-nt, w32-get-clipboard-data)
1251 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1252 (w32-charset-info-alist, x-last-selected, text)
1253 (x-get-selection-value, x-selection-value): Move here.
1254
1255 * w32-fns.el: Require w32-common-fns.
1256 (w32-version, w32-using-nt, w32-get-clipboard-data)
1257 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1258 (w32-charset-info-alist, x-last-selected, text)
1259 (x-get-selection-value, x-selection-value): Move to
1260 w32-common-fns.
1261
1262 * w32-vars.el:
1263 (w32-allow-system-shell, w32-system-shells): Define only in
1264 non-cygwin case.
1265
1266 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1269 (read-passwd): Remove a few more potential sources of leaks.
1270
1271 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1272
1273 * progmodes/python.el (inferior-python-mode)
1274 (python-shell-make-comint): Fix initialization of local
1275 variables copied from parent buffer.
1276
1277 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1278
1279 * term/ns-win.el (ns-read-file-name): Update declaration to match
1280 nsfns.m.
1281 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1282 it is set when font is acted upon.
1283
1284 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1285
1286 Enhancements to indentation.
1287 * progmodes/python.el (python-indent-context): Give priority to
1288 inside-string context. Make comments indentation markers.
1289 (python-indent-region): Do not mess with strings, unless it's the
1290 enclosing set of quotes.
1291
1292 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * window.el (internal--before-save-selected-window)
1295 (internal--after-save-selected-window): New functions extracted from
1296 save-selected-window. Make sure we return the `alist' we construct.
1297 (save-selected-window): Use them.
1298
1299 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1300 Use with-selected-window.
1301
1302 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1303 forms that define macros (bug#12593).
1304
1305 2012-10-07 Kenichi Handa <handa@gnu.org>
1306
1307 * international/mule-conf.el (compound-text-with-extensions):
1308 Add :mime-charset property as x-ctext.
1309
1310 2012-10-07 Stefan Merten <smerten@oekonux.de>
1311
1312 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1313 (rst-indent-literal-normal, rst-indent-literal-minimized)
1314 (rst-indent-comment): Correct :version tag.
1315 (rst-official-cvs-rev): Correct version string.
1316
1317 2012-10-07 Glenn Morris <rgm@gnu.org>
1318
1319 * mail/rmailmm.el (rmail-mime-process-multipart):
1320 Do not confuse a multipart message with an epilogue
1321 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1322
1323 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1324
1325 Fix shell output retrieval and comint-prompt-regexp init.
1326 * progmodes/python.el (inferior-python-mode):
1327 (python-shell-make-comint): Fix initialization of
1328 comint-prompt-regexp from copied file local variables.
1329 (python-shell-fetched-lines): Remove var.
1330 (python-shell-output-filter-in-progress): Rename from
1331 python-shell-fetch-lines-in-progress.
1332 (python-shell-output-filter-buffer): Rename from
1333 python-shell-fetch-lines-string.
1334 (python-shell-fetch-lines-filter): Delete function.
1335 (python-shell-output-filter): New function.
1336 (python-shell-send-string-no-output): Use them.
1337
1338 2012-10-07 Glenn Morris <rgm@gnu.org>
1339
1340 * hi-lock.el (hi-lock-process-phrase):
1341 Try to make it less fragile. (Bug#7161)
1342
1343 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1344
1345 2012-10-06 Glenn Morris <rgm@gnu.org>
1346
1347 * ehelp.el (electric-help-mode): Use help-mode rather than
1348 non-existent mode `help'.
1349 (electric-help-map): Use button-buffer-map. (Bug#10917)
1350
1351 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1352 (reftex-create-bibtex-footer): Fix custom types.
1353
1354 * progmodes/sh-script.el (sh-indent-after-continuation):
1355 Add explicit :group.
1356
1357 * textmodes/rst.el (rst-preferred-decorations)
1358 (rst-shift-basic-offset): Clarify obsolescence versions.
1359
1360 * profiler.el (profiler): Add missing group :version tag.
1361 * avoid.el (mouse-avoidance-banish-position):
1362 * proced.el (proced-renice-command):
1363 * calc/calc.el (calc-ensure-consistent-units):
1364 * calendar/icalendar.el (icalendar-import-format-uid):
1365 * net/tramp.el (tramp-save-ad-hoc-proxies):
1366 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1367 * progmodes/flymake.el (flymake-error-bitmap)
1368 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1369 * progmodes/sh-script.el (sh-indent-after-continuation):
1370 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1371 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1372 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1373 (vhdl-array-index-record-field-in-sensitivity-list)
1374 (vhdl-indent-comment-like-next-code-line):
1375 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1376 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1377 (reftex-cite-key-separator, reftex-create-bibtex-header)
1378 (reftex-create-bibtex-footer):
1379 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1380 (rst-indent-literal-normal, rst-indent-literal-minimized)
1381 (rst-indent-comment): Add missing custom :version tags.
1382
1383 * calendar/timeclock.el (timeclock-modeline-display):
1384 Add missing obsolete alias for renamed user option.
1385
1386 * strokes.el (strokes-modeline-string):
1387 * emulation/crisp.el (crisp-mode-modeline-string):
1388 * eshell/esh-mode.el (eshell-status-in-modeline):
1389 Aliases to defcustoms must come before the defcustom.
1390
1391 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1392 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1393 (cal-tex-cursor-week-monday): Doc fixes.
1394 (cal-tex-cursor-week2-summary): Doc fix.
1395 Rename from cal-tex-cursor-week-at-a-glance.
1396
1397 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1398 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1399
1400 * calendar/calendar.el (calendar-mode-map):
1401 Add cal-tex-cursor-week2-summary.
1402
1403 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1406
1407 * subr.el (read-passwd-map): New var.
1408 (read-passwd): Use `read-string' again.
1409 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1410
1411 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1412
1413 * register.el (append-to-register, prepend-to-register):
1414 Deactivate mark, as does `copy-to-register' (bug#12389).
1415
1416 2012-10-06 Chong Yidong <cyd@gnu.org>
1417
1418 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1419
1420 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1421
1422 * international/characters.el: Fix simple mistake ((car chars) ->
1423 elt), delete duplicated code.
1424
1425 2012-10-06 Glenn Morris <rgm@gnu.org>
1426
1427 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1428
1429 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1430
1431 * color.el (color-hsl-to-rgb): Fix incorrect results for
1432 small and large hue values. (Bug#12559)
1433
1434 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1435
1436 Enhancements to docstring formatting when filling paragraphs.
1437 * progmodes/python.el (python-fill-docstring-style): Rename from
1438 python-fill-string-style. Added new style.
1439 (python-fill-string): Use new style. Better checks for
1440 docstrings.
1441
1442 2012-10-05 Glenn Morris <rgm@gnu.org>
1443
1444 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1445
1446 * color.el (color-name-to-rgb, color-rgb-to-hex)
1447 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1448 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1449 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1450 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1451
1452 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1453
1454 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1457 to get the correct size across symlinks.
1458
1459 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1460
1461 2012-10-04 Juri Linkov <juri@jurta.org>
1462
1463 * replace.el (query-replace-interactive): Declare obsolete.
1464 (query-replace-read-from): Add the last incremental search string
1465 to the list of default values accessible via M-n.
1466 (map-query-replace-regexp): Use `read-regexp'.
1467 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1468 (map-query-replace-regexp, replace-string, replace-regexp):
1469 Fix docstrings to replace mentions of `query-replace-interactive'
1470 with alternatives. (Bug#12526)
1471
1472 2012-10-04 Juri Linkov <juri@jurta.org>
1473
1474 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1475 (dired-pop-to-buffer): Declare obsolete.
1476 (dired-mark-pop-up): Doc fix.
1477
1478 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1479
1480 Allow user to set docstring style for fill-paragraph.
1481 * progmodes/python.el
1482 (python-fill-comment-function, python-fill-string-function)
1483 (python-fill-decorator-function, python-fill-paren-function):
1484 Remove :safe for defcustoms.
1485 (python-fill-string-style): New defcustom
1486 (python-fill-paragraph-function): Enhance context detection.
1487 (python-fill-string): Honor python-fill-string-style settings.
1488
1489 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1490
1491 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1492 after setting its buffer (Bug#10805).
1493
1494 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1495
1496 Fix cornercase for string syntax.
1497 * progmodes/python.el (python-syntax-propertize-function):
1498 Simplify and enhance the regexp for unescaped quotes. Now it also
1499 matches quotes in weird situations like the single quote in
1500 "something\"'".
1501 (python-syntax-stringify): Simplify num-quotes detecting code.
1502
1503 2012-10-03 Glenn Morris <rgm@gnu.org>
1504
1505 * help-macro.el (three-step-help):
1506 Revert 2012-09-29 change. (Bug#12567)
1507
1508 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1509
1510 * menu-bar.el (kill-this-buffer): Don't do anything when
1511 `menu-frame' is not alive or visible (Bug#8184).
1512
1513 * emacs-lisp/debug.el (debug): When quitting the debugger window
1514 restore current buffer (Bug#12502).
1515
1516 2012-10-02 Chong Yidong <cyd@gnu.org>
1517
1518 * progmodes/hideif.el (hif-lookup, hif-defined):
1519 Handle semantic-c-takeover-hideif.
1520
1521 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1522
1523 Change sampling interval units from ms to ns.
1524 * profiler.el (profiler-sampling-interval): Change units
1525 from ms to ns, multiplying the default by 1000000 so that
1526 it remains 1 ms.
1527 (profiler-report-cpu-line-format): Give enough room for
1528 the maximum counters on 64-bit hosts.
1529 (profiler-report-render-calltree-1): Call them "CPU samples",
1530 not "Time (ms)", since they are not milliseconds now (and
1531 never really were).
1532
1533 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1534
1535 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1536 Fix querying BBDB for entries without a last name (Bug#11580).
1537
1538 2012-10-02 Chong Yidong <cyd@gnu.org>
1539
1540 * emacs-lisp/eieio.el: Restore Version header.
1541
1542 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * vc/diff-mode.el (diff--auto-refine-data): New var.
1545 (diff-hunk): Use it to delay refinement.
1546 (diff-mode): Remove overlays when we turn off font-lock.
1547
1548 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1549 (table-initialize-table-fixed-width-mode)
1550 (table-set-table-fixed-width-mode): Remove functions.
1551 (table-command-list): Move initialization into declaration.
1552 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1553 (table-with-cache-buffer): Use `declare'.
1554 (table-span-cell): Simplify via CSE.
1555 (table-fixed-width-mode): Use define-minor-mode.
1556 (table-call-interactively, table-funcall, table-apply): Remove.
1557 (table-function): New function, to replace them.
1558
1559 * bookmark.el (bookmark-search-pattern): Remove var.
1560 (bookmark-read-search-input): Remove function.
1561 (bookmark-bmenu-search): Reimplement using a minibuffer.
1562
1563 * faces.el (modeline): Remove obsolete face name.
1564
1565 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1566 and give a non-nil default value.
1567 (add-change-log-entry): Simplify accordingly.
1568
1569 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1570
1571 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1572 (vc-git-log-edit-toggle-amend): New function.
1573 (vc-git-log-edit-toggle-signoff): New function.
1574 (vc-git-log-edit-mode): New major mode.
1575 (vc-git-log-edit-mode-map): Keymap for it.
1576 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1577
1578 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1579 header names.
1580 (log-edit-toggle-header): New function.
1581 (log-edit-extract-headers): Accept function values in HEADERS alist.
1582
1583 2012-10-01 David Engster <deng@randomsample.de>
1584
1585 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1586 from symbol property and change message to be more consistent with
1587 Emacs proper.
1588 (eieio-describe-generic): Add filename for each implementation.
1589 Fix indices for generic and normal methods.
1590 (eieio-method-def, eieio-class-def): New buttons.
1591 (eieio-help-find-method-definition)
1592 (eieio-help-find-class-definition): New functions.
1593 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1594 class, constructor and method definitions.
1595
1596 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1597 information in symbol property.
1598 (scoped-class): Remove.
1599 (eieio-slot-name-index, call-next-method): Check if it is bound.
1600
1601 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1602
1603 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1604 (eieio-custom-mode): New major mode.
1605 (eieio-customize-object): Use it.
1606
1607 2012-10-01 Eric Ludlam <zappo@gnu.org>
1608
1609 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1610 specifying the expected class, and whether subclassing is allowed.
1611 (eieio-persistent-convert-list-to-object):
1612 (eieio-persistent-validate/fix-slot-value)
1613 (eieio-persistent-slot-type-is-class-p): New functions.
1614 (eieio-named::slot-missing): Doc fix.
1615
1616 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1617 Stop using unused publd variable.
1618
1619 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1620 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1621 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1622 (eieio-speedbar-handle-click): Do not specify a class for the
1623 method. Fixes method invocation order problems with EDE.
1624
1625 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1628 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1629
1630 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1631
1632 * bookmark.el (bookmark-version-control): Give tags in the
1633 :type choices (Bug#12309), and improve doc string.
1634 (bookmark-write-file): Bind `print-circle' to `t' to allow
1635 circular custom bookmark types. (Bug#12503)
1636
1637 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1638
1639 Revert the FOLLOW-SYMLINKS change for file-attributes.
1640 * files.el (remote-file-name-inhibit-cache, after-find-file):
1641 * time.el (display-time-file-nonempty-p): Undo last change.
1642
1643 * profiler.el (profiler-sampling-interval): Change default back to 1.
1644 See Stefan Monnier in
1645 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1646
1647 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1648
1649 Shell output catching a la gud-gdb.
1650 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1651 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1652 New Vars.
1653 (python-shell-fetch-lines-filter): New function.
1654 (python-shell-send-string-no-output): Use them.
1655
1656 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1657
1658 * profiler.el (profiler-sampling-interval): Rename from
1659 profiler-sample-interval.
1660 (profiler-sampling-interval): Default to 10.
1661 (profiler-find-profile): New command (was profiler-find-log).
1662 (profiler-find-profile-other-window): New command.
1663 (profiler-find-profile-other-frame): New command.
1664 (profiler-profile): Introduce API-level data structure.
1665
1666 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1667
1668 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1669 * files.el (remote-file-name-inhibit-cache):
1670 * time.el (display-time-file-nonempty-p): Use it.
1671 * files.el (after-find-file): Don't chase links before calling
1672 file-exists-p, as file-exists-p already does the right thing.
1673
1674 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1675
1676 Merge from standalone RefTeX repository.
1677
1678 The following ChangeLog entries are shortened versions of the
1679 original ones with file paths adapted. A not so strongly edited
1680 version of the original ChangeLog can be found in the commit log.
1681
1682 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1683 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1684 Correctly handle new value type returned by `reftex-citation'.
1685
1686 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1687 that entries with whitespace at various places are found.
1688 Doc fix. Include entries that are cross-referenced from cited entries.
1689 Include @String definitions in the resulting bib file. Add header
1690 and footer defined in `reftex-create-bibtex-header' and
1691 `reftex-create-bibtex-footer'.
1692 (reftex-do-citation): Make it possible again to insert
1693 non-existent entries. Save match data when asking for optional
1694 arguments. Return all keys, not just the first one.
1695 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1696 all citations in the same line.
1697 (reftex-parse-bibtex-entry): Accept additional optional argument
1698 `raw' and keep quotes or braces if it is non-nil. Match fields
1699 containing hyphens besides word constituents.
1700 (reftex-get-string-refs): New function.
1701 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1702 and ask if it should be reread in case it did.
1703 (reftex-pop-to-bibtex-entry)
1704 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1705 entries with spaces or tabs in front of arguments.
1706 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1707 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1708 Match entries containing numbers and symbol constituents.
1709 (reftex-do-citation, reftex-figure-out-cite-format):
1710 Use `reftex-cite-key-separator'.
1711
1712 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1713 (reftex-mouse-view-crossref): Explain why point is set.
1714
1715 * textmodes/reftex-global.el: Whitespace changes.
1716
1717 * textmodes/reftex-index.el: Move provide statement to end of
1718 file.
1719 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1720 (reftex-index-visit-phrases-buffer): Set marker when visiting
1721 buffer. This allows for returning from the phrases file to the
1722 file one was just editing instead of the file where the last
1723 phrases was added from.
1724 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1725 punctuation syntax as it usually is not used as string quote in
1726 TeX-related modes and may occur unmatched. The change also
1727 prevents fontification of quoted content.
1728 (reftex-index-phrases-mode): Use it.
1729
1730 * textmodes/reftex-parse.el (reftex-parse-from-file):
1731 Move backward one char if a `\' was matched after a section macro.
1732 (reftex-parse-from-file): Use beginning of match instead of end as
1733 bound.
1734
1735 * textmodes/reftex-ref.el: Adapt creation of
1736 `reftex-<package>-<macro>' functions to new structure of
1737 `reftex-ref-style-alist'.
1738 (reftex-reference): Use `reftex-ref-style-list' function.
1739 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1740 reference macro if `reftex-ref-macro-prompt' is non-nil.
1741 (reftex-reference): Pass refstyle to `reftex-format-special'.
1742 Determine reference macro by looking at
1743 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1744 Use only one special format function.
1745 (reftex-varioref-vref, reftex-fancyref-fref)
1746 (reftex-fancyref-Fref): Remove definitions. The functions are now
1747 generated from `reftex-ref-style-alist'.
1748 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1749 Remove.
1750 (reftex-format-special): New function.
1751
1752 * textmodes/reftex-sel.el
1753 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1754 of `reftex-ref-style-alist'. Remove code for testing macro type.
1755 (reftex-select-toggle-varioref)
1756 (reftex-select-toggle-fancyref): Remove.
1757 (reftex-select-cycle-ref-style-internal)
1758 (reftex-select-cycle-ref-style-forward)
1759 (reftex-select-cycle-ref-style-backward): New functions.
1760 (reftex-select-label-map): Use `v' and `V' for general cycling
1761 through reference styles. Add `p' for switching between number
1762 and page reference types.
1763
1764 * textmodes/reftex-toc.el (reftex-re-enlarge):
1765 Call `enlarge-window' only if there is something to do because in Emacs
1766 the horizontal version throws an error even if the parameter is 0.
1767
1768 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1769 (reftex-plug-into-AUCTeX): Doc fix.
1770 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1771 string. Adapt to new name.
1772 (reftex-ref-style-alist): Change structure so that it is not
1773 possible to use multiple different package names within a style.
1774 Remove the symbols for symbols for macro type distinction.
1775 Add characters for macro selection.
1776 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1777 (reftex-create-bibtex-footer): New variables.
1778 (reftex-format-ref-function): Mention third argument of special
1779 format function.
1780 (reftex-ref-style-alist, reftex-ref-style-default-list):
1781 New variables.
1782 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1783 to new implementation. Mark as obsolete. Add compatibility code
1784 for honoring the variable values in case they are set.
1785 (reftex-cite-format-builtin, reftex-bibliography-commands):
1786 Add support for ConTeXt.
1787 (reftex-format-ref-function, reftex-format-cite-function):
1788 Fix custom type.
1789 (reftex-cite-key-separator): New variable.
1790
1791 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1792 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1793 `reftex-syntax-table' because parens have to retain their paren
1794 syntax in order for parsing of BibTeX entries like @book(...) to
1795 work.
1796 (reftex-in-comment): Do not error out if `comment-start-skip' is
1797 not set. Deal correctly with escaped comment characters.
1798 (reftex-tie-multifile-symbols): Add doc string.
1799 Initialize `reftex-ref-style-list'.
1800 (reftex-untie-multifile-symbols): Add doc string.
1801 (reftex-add-index-macros): Doc fix.
1802 (reftex-ref-style-activate, reftex-ref-style-toggle)
1803 (reftex-ref-style-list): New functions.
1804 (reftex-mode-menu): Use them. Adapt to new structure of
1805 `reftex-ref-style-alist'.
1806 (reftex-select-with-char): Kill the RefTeX Select buffer when
1807 done.
1808 (reftex-remove-if): New function.
1809 (reftex-erase-all-selection-and-index-buffers)
1810 (reftex-mode-menu): Reference styles are now computed from
1811 `reftex-ref-style-alist'. Fix typo.
1812 (reftex-report-bug): New function.
1813 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1814 algorithms with O(n log n). Introduce optional argument SORT (not
1815 yet used).
1816
1817 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1818
1819 Enhancements for triple-quote string syntax.
1820 * progmodes/python.el (python-syntax-propertize-function):
1821 Match both quote cases in one regexp.
1822 (python-syntax-stringify): Handle matches properly.
1823
1824 2012-09-30 Juri Linkov <juri@jurta.org>
1825
1826 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1827 to nil around the call to `insert' to prevent
1828 directory time modification by lock_file. (Bug#2295)
1829 * tar-mode.el (tar-summarize-buffer): Idem.
1830
1831 2012-09-30 Juri Linkov <juri@jurta.org>
1832
1833 * facemenu.el (list-colors-sort): Add option "Luminance".
1834 (list-colors-sort-key): Implement it.
1835
1836 * vc/diff-mode.el (diff-refine-removed):
1837 * vc/ediff-init.el (ediff-fine-diff-A):
1838 * vc/smerge-mode.el (smerge-refined-removed):
1839 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1840
1841 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1842
1843 * term/ns-win.el (x-file-dialog): New function.
1844
1845 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1846
1847 * ido.el (ido-max-directory-size): Default to nil; the current
1848 default is small for POSIX systems, and impractical on Windows 7
1849 now that lstat returns directory sizes for NTFS.
1850
1851 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1852
1853 In buffer display functions handle window-height/window-width
1854 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1855 * window.el (window--display-buffer): New argument ALIST.
1856 Obey window-height and window-width alist entries.
1857 (window--try-to-split-window): New argument ALIST.
1858 Bind window-combination-limit to t when the window's size shall be
1859 changed and window-combination-limit equals `window-size'.
1860 (display-buffer-in-atom-window)
1861 (display-buffer-in-major-side-window)
1862 (display-buffer-in-side-window, display-buffer-same-window)
1863 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1864 (display-buffer-pop-up-window, display-buffer-below-selected)
1865 (display-buffer-at-bottom, display-buffer-in-previous-window)
1866 (display-buffer-use-some-window): Adjust all callers of
1867 window--display-buffer and window--try-to-split-window.
1868 (fit-frame-to-buffer): New option.
1869 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1870 is non-nil.
1871 (display-buffer-in-major-side-window): Evaluate window-height /
1872 window-width alist entries.
1873
1874 * help.el (temp-buffer-resize-frames)
1875 (temp-buffer-resize-regexps): Remove options.
1876 (temp-buffer-resize-mode): Adjust doc-string.
1877 (resize-temp-buffer-window): Don't consult
1878 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1879 temp-buffer-resize-frames.
1880
1881 * dired.el (dired-mark-pop-up):
1882 Call display-buffer-below-selected with a fit-window-to-buffer alist
1883 entry.
1884
1885 2012-09-30 Chong Yidong <cyd@gnu.org>
1886
1887 * server.el (server-host): Document the security implications.
1888 (server-auth-key): Doc fix.
1889
1890 * startup.el (initial-buffer-choice): Doc fix.
1891
1892 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1893
1894 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1895 restriction change.
1896
1897 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1898
1899 * help-fns.el (help-fns--obsolete): Fix last change.
1900
1901 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1904 (minor-mode-map-alist): Remove redundant code.
1905
1906 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1907 visited in a buffer.
1908 (cvs-insert-visited-file): New function.
1909 (find-file-hook): Use it.
1910
1911 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1912
1913 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1914 chose face.
1915 (log-edit-empty-buffer-p): Don't require a space after a header.
1916
1917 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1918
1919 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1920
1921 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1922 a proper minor-mode.
1923
1924 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1925
1926 2012-09-29 Glenn Morris <rgm@gnu.org>
1927
1928 * winner.el (winner-mode): Remove variable (let define-minor-mode
1929 handle it).
1930 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1931 Doc fixes.
1932 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1933 (winner-mode): Use define-minor-mode.
1934
1935 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1936 the full definition in loaddefs, rather than duplicating it.
1937
1938 * help-macro.el (three-step-help): No need to autoload defcustom.
1939
1940 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1941 (inferior-lisp-program, inferior-lisp-load-command)
1942 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1943 No need to autoload defcustoms.
1944
1945 * hippie-exp.el (hippie-expand-try-functions-list)
1946 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1947 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1948 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1949 (hippie-expand-only-buffers): No need to autoload defcustoms.
1950 * progmodes/vhdl-mode.el (vhdl-line-expand):
1951 Explicitly load hippie-exp, so it does not get autoloaded
1952 while hippie-expand-try-functions-list is let-bound.
1953
1954 2012-09-28 Glenn Morris <rgm@gnu.org>
1955
1956 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1957
1958 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1959 Only "cl.el" counts as cl these days.
1960
1961 2012-09-28 Juri Linkov <juri@jurta.org>
1962
1963 Display archive errors in the echo area instead of inserting
1964 to the file buffer.
1965
1966 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1967 to STDERR-TEST that can be a regexp matching a successful output.
1968 Create a temporary file and redirect stderr to it. Search for
1969 STDERR-TEST in the stderr output and display it in the echo area
1970 if no match is found.
1971 (archive-extract-by-file): New function like
1972 `archive-extract-by-stdout' but extracting archives to files
1973 and looking for successful matches in stdout. Function body is
1974 mostly copied from `archive-rar-extract'.
1975 (archive-rar-extract): Use `archive-extract-by-file'.
1976 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1977
1978 2012-09-28 Leo Liu <sdl.web@gmail.com>
1979
1980 * pcomplete.el (pcomplete-show-completions):
1981 Use minibuffer-message to make pcomplete usable in minibuffer.
1982
1983 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1984
1985 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * type-break.el: Use lexical-binding.
1988 (type-break-mode): Use define-minor-mode.
1989
1990 * emacs-lisp/pcase.el (pcase--mark-used): New.
1991 (pcase--u1): Use it (bug#12512).
1992
1993 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1994 in load-history with the right file name.
1995
1996 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1997
1998 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1999 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2000 (doc-view-get-bounding-box): Make bounding box slicing work for
2001 ODF and DVI documents.
2002
2003 2012-09-28 Glenn Morris <rgm@gnu.org>
2004
2005 * type-break.el (type-break-mode, type-break-interval)
2006 (type-break-good-rest-interval, type-break-keystroke-threshold):
2007 No need to autoload.
2008 (type-break-good-rest-interval, type-break-keystroke-threshold):
2009 Add :set-after.
2010
2011 2012-09-28 Chong Yidong <cyd@gnu.org>
2012
2013 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2014 Add :version tag.
2015
2016 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2019
2020 2012-09-27 Glenn Morris <rgm@gnu.org>
2021
2022 * faces.el (x-display-name): Declare (for without-x builds).
2023
2024 * linum.el (linum-format): Don't autoload it. Improve :type.
2025
2026 * progmodes/tcl.el: Don't require outline when compiling.
2027 (outline-regexp, outline-level): Declare.
2028 * textmodes/sgml-mode.el: Don't require outline when compiling.
2029 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2030
2031 * term.el (term-ansi-reset):
2032 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2033
2034 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2035 files for RCS and SCCS. (Bug#9781)
2036
2037 2012-09-27 Chong Yidong <cyd@gnu.org>
2038
2039 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2040 change; value should be t.
2041
2042 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * image-mode.el: Use lexical-binding.
2045 (image-mode-winprops): Use t to stand for the window of
2046 a buffer that's not displayed.
2047 * doc-view.el (doc-view-new-window-function): Handle the new
2048 t in winprops.
2049 (doc-view-enlarge): Make it a real nop if the size is not changed.
2050 (doc-view-display): Handle the case where the buffer is not (yet?)
2051 displayed in any window.
2052 (doc-view-saved-settings): New var.
2053 (doc-view-mode): Use it.
2054 (doc-view-fallback-mode): Set it.
2055
2056 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2057 Set lexical-binding.
2058 (minibuffer-eldef-shorten-default): New var.
2059 (minibuffer-default-in-prompt-regexps): Use it for new default.
2060 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2061
2062 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * international/uni-bidi.el:
2065 * international/uni-category.el:
2066 * international/uni-name.el:
2067 * international/uni-numeric.el: Regenerate.
2068
2069 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2070 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * profiler.el: New file.
2073
2074 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2077 (testcover-reinstrument): Simplify with CSE.
2078
2079 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2082
2083 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2084
2085 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2086 (verilog-auto-input, verilog-auto-insert-lisp)
2087 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2088 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2089 (verilog-auto-unused, verilog-auto-wire)
2090 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2091 newline. Reported by Andrew Jones.
2092 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2093 Reported by Brad Dobbie.
2094 (verilog-batch-delete-trailing-whitespace):
2095 Create verilog-batch-delete-trailing-whitespace.
2096 Reported by Brad Dobbie.
2097 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2098 parameters from another module. Reported by Dan Katz.
2099 (verilog-auto, verilog-auto-assign-modport)
2100 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2101 AUTOINOUTMODPORT for UVM interface module shell generation.
2102 Reported by Brad Dobbie.
2103 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2104 standard behavior.
2105 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2106 Reported by Matt Martin.
2107
2108 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2109
2110 * window.el (window--resize-child-windows): When resizing child
2111 windows proportionally, process them in reverse order to
2112 preserve the "when splitting a window the new one gets the odd
2113 line" behavior.
2114 (window--resize-root-window-vertically): When resizing the
2115 minibuffer window try to affect only windows at the bottom of the
2116 frame. (Bug#12419)
2117
2118 2012-09-25 Chong Yidong <cyd@gnu.org>
2119
2120 * subr.el (declare): Doc fix.
2121
2122 * help-fns.el (help-fns--obsolete): Handle macros properly.
2123
2124 2012-09-25 Chong Yidong <cyd@gnu.org>
2125
2126 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2127 this function obsolete.
2128
2129 * calendar/cal-x.el (calendar-two-frame-setup)
2130 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2131 * calendar/calendar.el (american-calendar, european-calendar)
2132 (calendar-for-loop):
2133 * comint.el (comint-dynamic-simple-complete)
2134 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2135 * desktop.el (desktop-load-default):
2136 * dired-x.el (dired-omit-here-always)
2137 (dired-hack-local-variables, dired-default-directory):
2138 * emacs-lisp/derived.el (derived-mode-class):
2139 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2140 * emacs-lock.el (toggle-emacs-lock):
2141 * epa.el (epa-display-verify-result):
2142 * epg.el (epg-sign-keys, epg-start-sign-keys)
2143 (epg-passphrase-callback-function):
2144 * eshell/esh-util.el (eshell-for):
2145 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2146 (eshell-add-to-window-buffer-names):
2147 * files.el (locate-file-completion):
2148 * imenu.el (imenu-example--create-c-index)
2149 (imenu-example--create-lisp-index)
2150 (imenu-example--lisp-extract-index-name)
2151 (imenu-example--name-and-position):
2152 * international/mule-cmds.el (princ-list):
2153 * international/mule-diag.el (decode-codepage-char):
2154 * international/mule-util.el (detect-coding-with-priority):
2155 * iswitchb.el (iswitchb-read-buffer):
2156 * mail/mailalias.el (mail-complete):
2157 * mail/sendmail.el (mail-sent-via):
2158 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2159 (mouse-major-mode-menu):
2160 * password-cache.el (password-read-and-add):
2161 * pcomplete.el (pcomplete-parse-comint-arguments):
2162 * progmodes/sh-script.el (sh-maybe-here-document):
2163 * replace.el (query-replace-regexp-eval):
2164 * savehist.el (savehist-load):
2165 * simple.el (choose-completion-delete-max-match):
2166 * term.el (term-dynamic-simple-complete):
2167 * vc/ediff-init.el (ediff-check-version):
2168 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2169 * vc/vc.el (vc-diff-switches-list):
2170 * view.el (view-return-to-alist-update): Likewise.
2171
2172 * subr.el (eval-next-after-load, makehash, insert-string)
2173 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2174 mark obsolete.
2175 (mode-line-inverse-video): Variable deleted.
2176
2177 * international/mule-util.el (string-to-sequence): Remove.
2178
2179 * calendar/calendar.el (calendar-version):
2180 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2181 (icalendar-convert-diary-to-ical):
2182 * cus-edit.el (custom-mode):
2183 * ansi-color.el (ansi-color-unfontify-region):
2184 * international/latin1-disp.el (latin1-char-displayable-p):
2185 * progmodes/cwarn.el (turn-on-cwarn-mode):
2186 * progmodes/which-func.el (which-func-update-1):
2187 Use define-obsolete-function-alias.
2188
2189 * net/newst-backend.el (newsticker-cache-filename):
2190 * net/newst-treeview.el (newsticker-groups-filename):
2191 Fix incorrect obsolescence declaration.
2192
2193 * allout.el (allout-passphrase-hint-string): Likewise.
2194 (allout-init): Use a declare form to mark obsolete.
2195
2196 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2197 this applies to functions.
2198
2199 * iswitchb.el (iswitchb-read-buffer): Move code of
2200 iswitchb-define-mode-map here, and delete that obsolete function.
2201
2202 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2203 font-lock-reference-face.
2204
2205 2012-09-25 Glenn Morris <rgm@gnu.org>
2206
2207 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2208 Doc fixes.
2209
2210 * eshell/em-term.el (eshell-term-name):
2211 Default to term-term-name. (Bug#12485)
2212
2213 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2214
2215 * progmodes/python.el (python-shell-send-buffer): Better handling
2216 of "if __name__ == '__main__':" conditionals when sending the buffer.
2217
2218 2012-09-24 Glenn Morris <rgm@gnu.org>
2219
2220 * eshell/esh-cmd.el (eshell-find-alias-function):
2221 Tighten up file-name regexp. (Bug#12499)
2222
2223 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2224
2225 Enhancements for triple-quote string syntax.
2226 * progmodes/python.el (python-quote-syntax): Remove.
2227 (python-syntax-propertize-function): New value.
2228 (python-syntax-count-quotes, python-syntax-stringify):
2229 New functions.
2230
2231 2012-09-24 Chong Yidong <cyd@gnu.org>
2232
2233 * mail/supercite.el (sc-version): Remove obsolete function.
2234 (sc-describe): Don't mark as obsolete, since it is bound.
2235 (sc-submit-bug-report): Remove.
2236
2237 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2238 (cvs-commit-buffer-require-final-newline): Remove.
2239 (log-edit-require-final-newline)
2240 (log-edit-changelog-full-paragraphs): Default to t.
2241
2242 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2243 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2244 * vc/vc.el (vc-checkout-carefully): Likewise.
2245
2246 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2247 (emerge-version): Remove.
2248
2249 * progmodes/compile.el (compile-internal): Remove.
2250 (compilation-parse-errors-function): Fix typo.
2251
2252 * international/mule.el (set-char-table-default): Remove.
2253 (set-coding-priority, make-coding-system, generic-char-p)
2254 (charset-list, charset-bytes, charset-id): Use declare to mark
2255 functions as obsolete.
2256
2257 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2258 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2259 * vc/vc-hooks.el (vc-default-registered): Don't use
2260 vc-master-templates.
2261
2262 * font-lock.el (font-lock-reference-face):
2263 Use define-obsolete-variable-alias.
2264
2265 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2266 * calendar/calendar.el (calendar-font-lock-keywords):
2267 * calendar/diary-lib.el (diary-font-lock-keywords)
2268 (diary-fancy-font-lock-keywords):
2269 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2270 * textmodes/reftex-index.el (reftex-insert-index):
2271 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2272 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2273 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2274 * progmodes/prolog.el (prolog-font-lock-keywords):
2275 * progmodes/idlwave.el (idlwave-idl-keywords):
2276 * progmodes/ada-mode.el (ada-font-lock-keywords):
2277 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2278
2279 2012-09-24 Glenn Morris <rgm@gnu.org>
2280
2281 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2282
2283 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2284
2285 * progmodes/python.el (python-indent-line): More consistent cursor
2286 movement behavior.
2287
2288 2012-09-23 Stefan Merten <smerten@oekonux.de>
2289
2290 * textmodes/rst.el: Fix compiler warning.
2291
2292 2012-09-23 Roland Winkler <winkler@gnu.org>
2293
2294 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2295 Transcribe also LaTeX hyphenation.
2296 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2297 bibtex-reformat-previous-options.
2298
2299 2012-09-23 Roland Winkler <winkler@gnu.org>
2300
2301 * proced.el (proced-renice-command): New variable.
2302 (proced-marked-processes): New function.
2303 (proced-with-processes-buffer): New macro.
2304 (proced-send-signal): Use them.
2305 (proced-renice): New command bound to r.
2306
2307 2012-09-23 Roland Winkler <winkler@gnu.org>
2308
2309 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2310 ibuffer-saved-filter-groups has one element, shortcut the call of
2311 completing-read. (Bug#12331)
2312
2313 2012-09-23 Chong Yidong <cyd@gnu.org>
2314
2315 * bindings.el (mode-line-toggle-read-only):
2316 * bs.el (bs-toggle-readonly):
2317 * buff-menu.el (Buffer-menu-toggle-read-only):
2318 * dired.el (dired-toggle-read-only):
2319 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2320
2321 2012-09-23 Chong Yidong <cyd@gnu.org>
2322
2323 * image.el (image-type-available-p): Adapt to init-image-library
2324 argument changes.
2325
2326 2012-09-22 Juri Linkov <juri@jurta.org>
2327
2328 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2329 `dired-toggle-read-only'. (Bug#12462)
2330
2331 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2332
2333 * subr.el (temp-output-buffer-show): New function.
2334 (with-output-to-temp-buffer): Call temp-output-buffer-show
2335 instead of internal-temp-output-buffer-show.
2336
2337 2012-09-22 Chong Yidong <cyd@gnu.org>
2338
2339 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2340 (Bug#12462).
2341
2342 * repeat.el (repeat): Doc fix (Bug#12348).
2343
2344 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2345 (Bug#10909).
2346
2347 * simple.el (shell-command-on-region): Doc fix.
2348 (read-only-mode): Doc fix.
2349
2350 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2351
2352 * emacs-lisp/timer.el (run-with-idle-timer)
2353 (timer-activate-when-idle): Warn against reinvoking an idle timer
2354 from within its own timer action. (Bug#12447)
2355
2356 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2357
2358 * cus-start.el (window-combination-limit): Add new optional
2359 values.
2360 * window.el (temp-buffer-window-show)
2361 (window--try-to-split-window): Handle new values of
2362 window-combination-limit (Bug#1806).
2363 (split-window): Test window-combination-limit for t instead of
2364 non-nil.
2365 (display-buffer-at-bottom): New buffer display action function.
2366 * help.el (temp-buffer-resize-regexps): New option.
2367 (temp-buffer-resize-mode): Rewrite doc-string.
2368 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2369 Don't resize reused window. Suggested by Glenn Morris.
2370
2371 2012-09-22 Stefan Merten <smerten@oekonux.de>
2372
2373 * textmodes/rst.el: Revamp section title faces.
2374 (rst-official-version)
2375 (rst-package-emacs-version-alist): Sync with official version
2376 V1.4.0.
2377 (rst-faces-defaults, rst-set-level-default)
2378 (rst-level-face-max, rst-level-face-base-color)
2379 (rst-level-face-base-light, rst-level-face-format-light)
2380 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2381 (rst-adornment-faces-alist): Match new setup.
2382 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2383 (rst-level-5, rst-level-6): New faces.
2384
2385 2012-09-22 Chong Yidong <cyd@gnu.org>
2386
2387 * simple.el (undo): Handle indirect buffers (Bug#8207).
2388
2389 2012-09-21 Leo Liu <sdl.web@gmail.com>
2390
2391 IDO: Disable match re-ordering for buffer switching.
2392 * ido.el (ido-buffer-disable-smart-matches): New variable.
2393 (ido-set-matches-1): Use it. (Bug#2042)
2394
2395 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2396
2397 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2398 Fix 2011-05-17 change. (Bug#12418)
2399
2400 2012-09-21 Leo Liu <sdl.web@gmail.com>
2401
2402 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2403
2404 2012-09-21 Glenn Morris <rgm@gnu.org>
2405
2406 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2407 Be more robust about locating simple.el.
2408
2409 2012-09-21 Glenn Morris <rgm@gnu.org>
2410
2411 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2412
2413 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2414
2415 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2416
2417 2012-09-20 Juri Linkov <juri@jurta.org>
2418
2419 * replace.el (query-replace-read-from): Use `read-regexp' instead
2420 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2421 (occur-read-primary-args): Use `read-regexp' instead of
2422 `read-string'.
2423 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2424 `read-from-minibuffer'.
2425 * isearch.el (isearch-occur): Use `read-regexp' instead of
2426 `read-string'.
2427 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2428 `read-from-minibuffer'.
2429 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2430 of `read-string'. (Bug#7567)
2431
2432 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2433 and allow accepting a list of strings prepended to a list of
2434 standard default values. Doc fix. (Bug#12321)
2435
2436 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2437
2438 * replace.el (read-regexp): Don't add ": " when PROMPT already
2439 ends with a colon and space. (Bug#12321)
2440
2441 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2442
2443 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2444 error.
2445
2446 2012-09-20 Stefan Merten <smerten@oekonux.de>
2447
2448 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2449 Fixes feature request bug#11711.
2450 (rst-mode): Create `imenu-create-index-function'.
2451 (rst-get-stripped-line): Delete after refactoring.
2452 (rst-section-tree, rst-section-tree-rec)
2453 (rst-section-tree-point): Refactor and document properly.
2454 (rst-imenu-find-adornments-for-position)
2455 (rst-imenu-convert-cell, rst-imenu-create-index):
2456 New function.
2457
2458 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2461 (macroexp--expand-all): Use it.
2462 (macroexp--funcall-and-return): Remove by folding it into its sole
2463 caller (macroexp--warn-and-return).
2464 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2465 Use macroexp--obsolete-warning.
2466
2467 * calc/calc.el: Fix last change by removing the whole chunk, since it
2468 was only needed back when Calc was not bundled.
2469
2470 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2471
2472 * emacs-lisp/debug.el (debug): Restore assignment to
2473 debugger-old-buffer removed on 2012-09-08.
2474
2475 2012-09-20 Juri Linkov <juri@jurta.org>
2476
2477 * dired-aux.el (dired-diff): Remove (require 'diff) since
2478 `diff-latest-backup-file' is now autoloaded.
2479
2480 2012-09-20 Chong Yidong <cyd@gnu.org>
2481
2482 * vc/diff.el (diff-latest-backup-file): Autoload.
2483
2484 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * calc/calc.el: Remove redundant autoload shape check.
2487 (sel-mode): Don't defvar.
2488 (calc-get-stack-element): Add `sel-mode' arg instead.
2489 (calc-top, calc-top-list): Pass it this additional argument.
2490 * calc/calc-store.el (calc-store-map):
2491 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2492 (calc-map-equation, calc-outer-product, calc-inner-product):
2493 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2494
2495 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2496
2497 2012-09-19 Juri Linkov <juri@jurta.org>
2498
2499 * dired-aux.el (dired-diff): Add (require 'diff) because
2500 `diff-latest-backup-file' is not autoloaded.
2501 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2502 of `dired-get-filename' to t to not report error when there is
2503 no default file on the current line.
2504
2505 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2508 macroexp--eval-if-compile.
2509 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2510 (macroexp--expand-all): Use them (bug#12371).
2511
2512 * doc-view.el (doc-view-guess-paper-size)
2513 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2514
2515 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2516
2517 New feature: set optimal slice from BoundingBox information.
2518 * doc-view.el (doc-view-mode-map): Add keybinding.
2519 (doc-view-menu): Add menu entry.
2520 (doc-view-set-slice): Adapt docstring.
2521 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2522 (doc-view-scale-bounding-box)
2523 (doc-view-set-slice-from-bounding-box): New functions.
2524 (doc-view-paper-sizes): New defvar.
2525
2526 2012-09-19 Glenn Morris <rgm@gnu.org>
2527
2528 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2529 (byte-compile-log-warning): Autoload. (Bug#12371)
2530
2531 * calendar/calendar.el (calendar-american-month-header)
2532 (calendar-european-month-header, calendar-iso-month-header)
2533 (calendar-month-header): New options.
2534 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2535 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2536
2537 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2538
2539 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2540
2541 2012-09-18 Juri Linkov <juri@jurta.org>
2542
2543 * dired-aux.el (dired-diff): Restore original functionality of
2544 getting the default value, but keep new feature of using the
2545 latest existing backup file (`diff-latest-backup-file').
2546
2547 2012-09-18 Juri Linkov <juri@jurta.org>
2548
2549 * dired.el (dired-mark): If the region is active in Transient Mark
2550 mode, mark all files in the active region. Doc fix.
2551 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2552 Doc fix. (Bug#10624)
2553
2554 2012-09-18 Juri Linkov <juri@jurta.org>
2555
2556 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2557 attributes for M-n are pulled from the file at point.
2558 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2559 Suggested by Drew Adams. (Bug#10624)
2560
2561 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2562
2563 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2564 whitespace after "end".
2565 (ruby-do-end-to-brace): Collapse block to one line if it fits
2566 within fill-column.
2567
2568 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2569
2570 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2571 value.
2572 (debug): Don't remove debugger window when debugger is expected
2573 to be back.
2574
2575 2012-09-18 Chong Yidong <cyd@gnu.org>
2576
2577 * custom.el (defface): Doc fix.
2578
2579 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2580
2581 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2582
2583 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2584 to initialize query-on-exit; then test that instead (bug#12288).
2585
2586 2012-09-17 Stefan Merten <smerten@oekonux.de>
2587
2588 * textmodes/rst.el: Add support for `testcover'.
2589 (rst-defcustom-testcover, rst-testcover-add-compose)
2590 (rst-testcover-add-1value): New functions.
2591 (rst-portable-mark-active-p): Replace by `use-region-p'.
2592 (rst-update-section, rst-classify-adornment)
2593 (rst-find-title-line): Mark `1value' forms.
2594 (rst-classify-adornment): Remove superfluous form.
2595 (rst-update-section, rst-get-adornments-around)
2596 (rst-adornment-complete-p, rst-get-next-adornment)
2597 (rst-adjust, rst-promote-region)
2598 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2599 (rst-find-pfx-in-region, rst-section-tree-rec)
2600 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2601 (rst-toc-node, rst-toc, rst-forward-section)
2602 (rst-iterate-leftmost-paragraphs)
2603 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2604 (rst-bullet-list-region)
2605 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2606 (rst-compile-find-conf, rst-compile)
2607 (rst-repeat-last-character): Fix style.
2608
2609 2012-09-17 Chong Yidong <cyd@gnu.org>
2610
2611 * comint.el (comint--complete-file-name-data): Don't add a space
2612 if the status is `sole'; that adds a gratuitous space in the
2613 completion-cycling case (Bug#12092).
2614
2615 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2616
2617 2012-09-17 Richard Stallman <rms@gnu.org>
2618
2619 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2620 only in the mime-shown mode, not in raw mode.
2621 (rmail-mime): Toggle off mime by displaying the message without
2622 mime processing. (Bug#12305)
2623
2624 * mail/rmail.el (rmail-retry-failure):
2625 Turn off mime processing first. (Bug#12037)
2626
2627 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2628
2629 2012-09-17 Chong Yidong <cyd@gnu.org>
2630
2631 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2632 (shell-dynamic-complete-functions): Convert to defcustom.
2633 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2634
2635 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2636 * comint.el (comint-prompt-read-only):
2637 * custom.el (defcustom):
2638 * hi-lock.el (hi-lock-mode):
2639 * ibuffer.el (ibuffer-formats):
2640 * ielm.el (ielm-prompt-read-only):
2641 * novice.el (disable-command):
2642 * saveplace.el (toggle-save-place):
2643 * speedbar.el (speedbar-supported-extension-expressions):
2644 * startup.el (auto-save-list-file-prefix, init-file-user)
2645 (after-init-hook, inhibit-startup-echo-area-message):
2646 * strokes.el (strokes-help):
2647 * time-stamp.el (time-stamp):
2648 * calendar/calendar.el (calendar, diary-file):
2649 * calendar/diary-lib.el (diary-mail-entries, diary)
2650 (diary-list-entries-hook):
2651 * calendar/holidays.el (holidays, calendar-holidays):
2652 * calendar/lunar.el (lunar-phases):
2653 * calendar/solar.el (sunrise-sunset):
2654 * emulation/edt.el (edt-load-keys):
2655 * emulation/viper.el (viper-mode):
2656 * eshell/em-alias.el (eshell-command-aliases-list):
2657 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2658 * international/ogonek.el (ogonek-information):
2659 * net/tramp-cmds.el (tramp-bug):
2660 * net/quickurl.el (quickurl-reread-hook-postfix):
2661 * play/decipher.el (decipher-font-lock-keywords):
2662 * progmodes/cc-styles.el (c-set-style):
2663 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2664 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2665 * progmodes/octave-mod.el (octave-mode):
2666 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2667 * progmodes/verilog-mode.el (verilog-read-defines):
2668 * textmodes/two-column.el (2C-mode): Likewise.
2669
2670 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2671
2672 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2673 that holds many addresses.
2674
2675 2012-09-16 Chong Yidong <cyd@gnu.org>
2676
2677 * align.el (align-areas): Call the indication function with
2678 positions instead of markers for arguments (Bug#12343).
2679
2680 * files.el (parse-colon-path): Use split-string (Bug#12351).
2681
2682 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2683 (display-buffer-function): Mark as obsolete.
2684
2685 * progmodes/compile.el (compilation-parse-errors): Accept list
2686 values similar to font-lock-keywords (Bug#12136).
2687 Suggested by Oleksandr Manzyuk.
2688 (compilation-error-regexp-alist): Doc fix.
2689
2690 2012-09-15 Glenn Morris <rgm@gnu.org>
2691
2692 * version.el (emacs-bzr-version-bzr): New function.
2693 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2694
2695 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2696 checkouts, check the parent dirstate matches the branch.
2697 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2698 empty string.
2699
2700 * version.el (emacs-bzr-version): Doc fix.
2701 (emacs-bzr-version-dirstate): New function.
2702 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2703 is local try and check that it matches the branch. If not, just
2704 use dirstate information. (Bug#12441)
2705
2706 2012-09-14 Juri Linkov <juri@jurta.org>
2707
2708 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2709 (Bug#12399)
2710
2711 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2714
2715 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2716 Remove obsolete byte-compiler hack that tried to silence some warnings.
2717 (edebug-submit-bug-report): Remove.
2718 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2719 Remove aliases, use the un-prefixed name instead.
2720 (edebug-pop-to-buffer): Consider other frames.
2721 (edebug-original-read):: Make it more obvious that it's always defined.
2722 (edebug--make-form-data-entry, edebug--form-data-name)
2723 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2724 single-dashed name, and implement with cl-defstruct.
2725 (edebug-set-form-data-entry): Use the standard accessors.
2726 (edebug-make-top-form-data-entry): Use push.
2727 (edebug-no-match): Drop useless `funcall'.
2728 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2729 to functions.
2730 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2731 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2732 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2733 (easy-menu-define, with-custom-print): Remove redundant specs.
2734 (edebug-outside-overriding-local-map)
2735 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2736 (edebug--display): Bind unread-command-events directly to nil rather
2737 than binding it to unread-command-events and later setting it to nil.
2738 (edebug--display): Kill edebug-eval-buffer here...
2739 (edebug--recursive-edit): ...rather than here.
2740 Bind standard-output and standard-input.
2741 (edebug-eval): Check cl-macroexpand-all is fboundp.
2742 (edebug-temp-display-freq-count): Fix last change.
2743
2744 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2745 * subr.el (noreturn, 1value): Add `debug' spec.
2746 * emacs-lisp/advice.el: Require cl-lib.
2747 (ad-copy-tree): Remove, use copy-tree instead.
2748 (ad-dolist): Remove use dolist or cl-dolist instead.
2749 (ad-do-return): Remove, use cl-return instead.
2750 (defadvice): Add `debug' spec.
2751
2752 2012-09-13 Juri Linkov <juri@jurta.org>
2753
2754 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2755 (Bug#12399)
2756
2757 2012-09-13 Glenn Morris <rgm@gnu.org>
2758
2759 * calc/calc.el (math-compose-expr):
2760 * calc/calc-ext.el (math-compose-expr):
2761 * progmodes/cc-defs.el (cl-macroexpand-all):
2762 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2763 (cl-macroexpand-all): Update declarations.
2764
2765 * vc/vc.el: No need to require ediff.
2766 (ediff-load-version-control): Declare.
2767 (ediff-vc-internal): Fix declaration.
2768 (vc-version-ediff): Require ediff.
2769
2770 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2771
2772 Use a more backwards-compatible timer format (Bug#12430).
2773 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2774 being right after USECS, as that better supports old code that
2775 inadvisedly looked directly at the timer vector.
2776
2777 2012-09-13 Kenichi Handa <handa@gnu.org>
2778
2779 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2780 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2781 `coding-priority' property of these language environment.
2782
2783 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2784
2785 Fix glitches caused by addition of psec to timers (Bug#12430).
2786 * image.el (image-animate-timer):
2787 * time.el (display-time-world-timer):
2788 Use timer--function and timer--args rather than raw access to
2789 timer vector.
2790
2791 2012-09-13 Glenn Morris <rgm@gnu.org>
2792
2793 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2794 If not compiling a file, try using load-file-name.
2795
2796 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2799 Fix last change.
2800 (edebug-update-eval-list): Use `push'.
2801
2802 * emacs-lisp/edebug.el: Use lexical-binding.
2803 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2804 Mark unused args with underscore.
2805 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2806 (edebug-form-data): Use defvar-local.
2807 (edebug-make-before-and-after-form, edebug-make-after-form):
2808 Use backquote.
2809 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2810 Not dynamically scoped any more.
2811 (edebug--enter-trace): Add arguments `function' and `args'.
2812 Rename from edebug-enter-trace.
2813 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2814 (edebug--update-coverage): Add `after-index' and `value' args.
2815 Rename from edebug-update-coverage.
2816 (edebug-slow-after): Call it accordingly.
2817 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2818 edebug-recursive-edit.
2819 (edebug--display): Call it accordingly. Add args `value',
2820 `offset-index', and `arg-mode'. Rename from edebug-display.
2821 (edebug-debugger, edebug): Call it accordingly.
2822 (edebug-eval-display-list): Use dolist.
2823
2824 2012-09-12 Juri Linkov <juri@jurta.org>
2825
2826 * info.el (Info-search): Don't check for isearch-mode and
2827 isearch-regexp before let-binding search-spaces-regexp to
2828 Info-search-whitespace-regexp.
2829 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2830 search-whitespace-regexp if isearch-lax-whitespace or
2831 isearch-regexp-lax-whitespace is non-nil.
2832 (Info-mode): Don't set local variable search-whitespace-regexp.
2833 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2834
2835 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2838 (debugger-env-macro): Remove support for unread-command-char.
2839
2840 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2841 the temporary map re-appearing on emulation-mode-map-alists.
2842
2843 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2844 since 22.1.
2845
2846 * ehelp.el (with-electric-help): Accept functions in
2847 electric-help-form-to-execute.
2848 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2849 And replace unread-command-char -> unread-command-events.
2850
2851 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2852
2853 Sync with Tramp 2.2.6.
2854
2855 * net/tramp.el (tramp-accept-process-output): Don't use
2856 JUST-THIS-ONE in the XEmacs case.
2857
2858 * net/trampver.el: Update release number.
2859
2860 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2861
2862 * emacs-lisp/debug.el (debugger-previous-window-height):
2863 New variable.
2864 (debug): When debugger-jumping-flag is non-nil try to restore
2865 height of debugger window. (Bug#8789)
2866
2867 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2870 overriding-local-map and pre/post-command-hook here.
2871 (edebug-recursive-edit): Do it here instead (bug#12345).
2872 (edebug-outside-unread-command-char): Remove all uses of
2873 unread-command-char.
2874
2875 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2876 inhibit-debugger is bound instead.
2877
2878 2012-09-11 Bastien Guerry <bzg@gnu.org>
2879
2880 * subr.el (set-temporary-overlay-map): Add a docstring.
2881 (Bug#12346)
2882
2883 2012-09-11 Bastien Guerry <bzg@gnu.org>
2884
2885 * minibuffer.el (completion-table-subvert): Fix docstring.
2886 (Bug#12347)
2887
2888 2012-09-11 Bastien Guerry <bzg@gnu.org>
2889
2890 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2891
2892 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2893
2894 * progmodes/sql.el: Version 3.1
2895 (sql-db2-escape-newlines): New variable.
2896 (sql-escape-newlines-filter): Use it.
2897
2898 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2901
2902 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2903
2904 * vc/diff-mode.el (diff-mode-menu):
2905 Bind diff-remove-trailing-whitespace.
2906
2907 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2910 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2911 (emacs-lisp-byte-code-mode): New functions.
2912 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2913 (eval-defun-2): Remove bogus interactive spec.
2914 (lisp-indent-line): Remove redundant whole-exp code, now done in
2915 indent-according-to-mode.
2916 (save-match-data): Remove redundant indent data.
2917
2918 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2919 Use `declare'.
2920
2921 2012-09-09 Juri Linkov <juri@jurta.org>
2922
2923 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2924 (replace-lax-whitespace, query-replace-regexp)
2925 (query-replace-regexp-eval, replace-regexp): Doc fix.
2926 (perform-replace, replace-highlight): Let-bind
2927 isearch-lax-whitespace to replace-lax-whitespace and
2928 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2929
2930 * isearch.el (isearch-query-replace): Let-bind
2931 replace-lax-whitespace to isearch-lax-whitespace and
2932 replace-regexp-lax-whitespace to
2933 isearch-regexp-lax-whitespace. (Bug#10885)
2934
2935 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2938
2939 2012-09-09 Alan Mackenzie <acm@muc.de>
2940
2941 * progmodes/cc-engine.el (c-state-cache-init):
2942 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2943 (c-record-parse-state-state):
2944 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2945
2946 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2947
2948 * register.el (register-separator): Rename from
2949 separator-register. All uses changed. Doc fix.
2950 (register): Fix version.
2951
2952 2012-09-09 Chong Yidong <cyd@gnu.org>
2953
2954 * replace.el (query-replace-map): Bind four new symbols for
2955 requesting window scrolling.
2956
2957 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2958 query-replace-map (Bug#8948).
2959
2960 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2961
2962 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2963 since they are now in query-replace-map.
2964
2965 * window.el (scroll-other-window-down): Make the arg optional.
2966
2967 2012-09-09 Chong Yidong <cyd@gnu.org>
2968
2969 * files.el (hack-local-variables-confirm): Use quit-window to kill
2970 the *Local Variables* buffer.
2971
2972 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2973
2974 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2975 not just expect to be at its beginning. Adjust callees.
2976 Succeed when do-end block has no space before the pipe character.
2977 (ruby-brace-to-do-end): When the original block is one-liner,
2978 convert to multiline. Reindent the result.
2979
2980 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2981
2982 * register.el (register): New group.
2983 (separator-register): New user option.
2984 (increment-register): Route it to `append-to-register', if
2985 register contains text. Implication is that `C-x r +' can now be
2986 used for appending to a text register (bug#12217).
2987 (append-to-register, prepend-to-register): Add separator based on
2988 `separator-register'.
2989
2990 2012-09-08 Alan Mackenzie <acm@muc.de>
2991
2992 AWK Mode: make auto-newline work when there's "==" in the pattern.
2993 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2994 correctly.
2995 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2996 Test more rigorously for "=" token.
2997
2998 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2999
3000 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3001 Only fail when reached LIMIT.
3002
3003 2012-09-08 Chong Yidong <cyd@gnu.org>
3004
3005 * dired.el (dired-mode-map): Don't bind M-=.
3006
3007 * dired-aux.el (dired-diff): Use backup file as default.
3008
3009 2012-09-08 Drew Adams <drew.adams@oracle.com>
3010
3011 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3012
3013 2012-09-08 Chong Yidong <cyd@gnu.org>
3014
3015 * subr.el (syntax-after, syntax-class): Doc fix.
3016
3017 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3018
3019 * window.el (display-buffer-in-previous-window): New buffer
3020 display action function.
3021
3022 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3023 (debugger-previous-window): New variable.
3024 (debug): Rewrite using display-buffer-in-previous-window,
3025 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3026
3027 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3030
3031 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3032
3033 * progmodes/python.el (python-shell-send-string):
3034 When default-directory is remote, create temp file on remote
3035 filesystem.
3036 (python-shell-send-file): When file is remote, pass local view of
3037 file paths to remote Python interpreter. (Bug#12340)
3038
3039 2012-09-07 Chong Yidong <cyd@gnu.org>
3040
3041 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3042
3043 * files.el (after-find-file): Don't fail on a read-only buffer if
3044 require-final-newline is `visit' or `visit-save' (Bug#11156).
3045
3046 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3047
3048 * userlock.el (ask-user-about-supersession-threat):
3049 Use read-char-choice (Bug#12093).
3050
3051 2012-09-07 Chong Yidong <cyd@gnu.org>
3052
3053 * subr.el (buffer-narrowed-p): New function.
3054
3055 * ses.el (ses-widen):
3056 * simple.el (count-words--buffer-message):
3057 * net/browse-url.el (browse-url-of-buffer): Use it.
3058
3059 * simple.el (count-words-region): Don't signal an error if there
3060 is a non-nil prefix arg and the mark is not set.
3061
3062 * help.el (describe-key-briefly): Allow the message to be seen
3063 when invoked from the minibuffer (Bug#7014).
3064
3065 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3066
3067 * progmodes/ruby-mode.el (ruby-end-of-defun)
3068 (ruby-beginning-of-defun): Simplify, allow indentation before
3069 block beginning and end keywords.
3070 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3071 (ruby-end-of-defun): Expect that the point is at the beginning of
3072 the defun.
3073
3074 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3077 (bug#12367).
3078 (cl--make-usage-args): Strip _ from argument names.
3079
3080 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3081
3082 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3083 obsolete alias speedbar-key-map.
3084 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3085 (vhdl-index-menu-init): Don't use obsolete variable
3086 font-lock-maximum-size.
3087
3088 2012-09-06 Chong Yidong <cyd@gnu.org>
3089
3090 * frame.el (window-system-version): Mark as obsolete.
3091
3092 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3093 of obsolete variable speedbar-key-map.
3094
3095 2012-09-06 Juri Linkov <juri@jurta.org>
3096
3097 * replace.el (replace-lax-whitespace): New defcustom.
3098 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3099 (replace-string, replace-regexp): Mention it in docstrings.
3100 (perform-replace, replace-highlight): Let-bind
3101 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3102 to the values of replace-lax-whitespace and regexp-flag.
3103 Don't let-bind search-whitespace-regexp. (Bug#10885)
3104
3105 * isearch.el (isearch-query-replace): Let-bind
3106 replace-lax-whitespace instead of let-binding
3107 replace-search-function and replace-re-search-function.
3108 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3109 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3110 (isearch-toggle-symbol): Set isearch-regexp to nil
3111 in isearch-word mode (like in isearch-toggle-word).
3112
3113 2012-09-06 Juri Linkov <juri@jurta.org>
3114
3115 * replace.el (replace-search-function)
3116 (replace-re-search-function): Set default values to nil.
3117 (perform-replace): Let-bind isearch-related variables based on
3118 replace-related values, call `isearch-search-fun' and let-bind
3119 the result to `search-function'. Remove code that sets
3120 `search-function' and `search-string' separately for
3121 `delimited-flag'.
3122 (replace-highlight): Add new argument `delimited-flag' and
3123 rename other arguments to the names used in `perform-replace'.
3124 Let-bind `isearch-word' to the argument `delimited-flag'.
3125 (Bug#10885, bug#10887)
3126
3127 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3128
3129 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3130 ruby-beginning-of-indent, simplify, allow all keywords to have
3131 indentation before them.
3132 (ruby-beginning-of-indent): Adjust for above. Search until the
3133 found point is not inside a string or comment.
3134 (ruby-font-lock-keywords): Allow symbols to start with "@"
3135 character, give them higher priority than variables.
3136 (ruby-syntax-propertize-function)
3137 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3138 matchers. Expression expansions are not comments when inside a
3139 string, and there comment syntax status is irrelevant.
3140 (ruby-match-expression-expansion): New function. Check that
3141 expression expansion is inside a string, and it's not escaped.
3142 (ruby-font-lock-keywords): Use it.
3143
3144 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3145
3146 * help.el (temp-buffer-max-height): New default value.
3147 (temp-buffer-resize-frames): New option.
3148 (resize-temp-buffer-window): Optionally resize frame.
3149
3150 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3151 (fit-frame-to-buffer): New function.
3152
3153 2012-09-05 Glenn Morris <rgm@gnu.org>
3154
3155 * emulation/cua-rect.el (cua--init-rectangles):
3156 * textmodes/picture.el (picture-mode-map):
3157 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3158 like forward-char and backward-char. (Bug#12317)
3159
3160 2012-09-05 Leo Liu <sdl.web@gmail.com>
3161
3162 * progmodes/flymake.el (flymake-warning-re): New variable.
3163 (flymake-parse-line): Use it.
3164
3165 2012-09-05 Glenn Morris <rgm@gnu.org>
3166
3167 * calendar/holidays.el (holiday-christian-holidays):
3168 Rename an entry. (Bug#12289)
3169
3170 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3173 (bug#12222).
3174
3175 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * loadup.el: Load macroexp. Remove hack.
3178 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3179 (macroexp--expand-all): Use it to get better warnings.
3180 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3181 (internal-macroexpand-for-load): New functions.
3182 (macroexp--pending-eager-loads): New var.
3183 (emacs-startup-hook): New hack to replace one in loadup.el.
3184 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3185 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3186 (cl-psetf): Simplify.
3187 (cl-defstruct): Add indent rule.
3188
3189 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3190
3191 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3192 over `user-mail-address' for the SMTP MAIL FROM envelope.
3193 (smtpmail-via-smtp): Ditto.
3194
3195 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3196
3197 * progmodes/ruby-mode.el: Clean up keybindings.
3198 (ruby-mode-map): Don't bind ruby-electric-brace,
3199 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3200 backward-kill-word, reindent-then-newline-and-indent.
3201 (ruby-mark-defun): Remove.
3202 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3203 (ruby-mode): Set local beginning-of-defun-function and
3204 end-of-defun-function values.
3205
3206 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3207
3208 * window.el (temp-buffer-window-setup-hook)
3209 (temp-buffer-window-show-hook): New hooks.
3210 (temp-buffer-window-setup, temp-buffer-window-show)
3211 (with-temp-buffer-window): New functions.
3212 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3213 (special-display-popup-frame): Make sure the window used shows BUFFER.
3214
3215 * help.el (temp-buffer-resize-mode): Fix doc-string.
3216 (resize-temp-buffer-window): New optional argument WINDOW.
3217
3218 * files.el (recover-file, save-buffers-kill-emacs):
3219 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3220
3221 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3222
3223 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3224 remote definition of `default-directory', ensure we can connect.
3225
3226 2012-09-02 Juri Linkov <juri@jurta.org>
3227
3228 Toggle whitespace matching mode with M-s SPC.
3229 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3230
3231 * isearch.el (search-whitespace-regexp): Doc fix.
3232 Remove cons cell customization.
3233 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3234 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3235 New variables.
3236 (isearch-forward, isearch-forward-regexp): Doc fix.
3237 (isearch-toggle-lax-whitespace): New command.
3238 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3239 (re-search-forward-lax-whitespace)
3240 (re-search-backward-lax-whitespace): New functions.
3241 (isearch-whitespace-regexp): Remove function.
3242 (isearch-query-replace): Let-bind replace-search-function and
3243 replace-re-search-function.
3244 (isearch-occur): Let-bind search-spaces-regexp according to the
3245 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3246 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3247 condition for C-q SPC.
3248 (isearch-search-fun-default): Use new functions mentioned above.
3249 (isearch-search-forward, isearch-search-backward): Remove functions.
3250 (isearch-search): Don't let-bind search-spaces-regexp.
3251 (isearch-lazy-highlight-space-regexp): Remove variable.
3252 (isearch-lazy-highlight-lax-whitespace)
3253 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3254 (isearch-lazy-highlight-new-loop): Use them.
3255 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3256
3257 2012-09-02 Chong Yidong <cyd@gnu.org>
3258
3259 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3260
3261 2012-09-02 Glenn Morris <rgm@gnu.org>
3262
3263 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3264
3265 2012-09-01 Glenn Morris <rgm@gnu.org>
3266
3267 * term.el: Tidy up menu definitions.
3268 (term-mode-map): Use easymenu for In/Out, Complete menus.
3269 (term-pager-break-map): Initialize in the defvar.
3270 (term-terminal-menu, term-signals-menu): Define with easymenu.
3271 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3272 (term-pager-menu): New, extracted from term-process-pager.
3273 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3274 (term-update-mode-line): Propertize line/char and page items.
3275 (term-process-pager): Move keymap initialization elsewhere.
3276
3277 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3278
3279 * window.el (switch-to-prev-buffer): Handle additional values of
3280 BURY-OR-KILL argument. Don't switch in minibuffer window.
3281 (switch-to-next-buffer): Don't switch in minibuffer window.
3282 (quit-restore-window): New function based on quit-window.
3283 Handle additional values of former KILL argument.
3284 (quit-window): Call quit-restore-window with appropriate
3285 interpretation of KILL argument.
3286 (display-buffer-below-selected): New buffer display action
3287 function.
3288
3289 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * minibuffer.el (completion-at-point-functions): Complete docstring
3292 (bug#12254).
3293
3294 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3295
3296 Better seed support for (random).
3297 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3298 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3299 * play/mpuz.el, play/tetris.el, play/zone.el:
3300 * calc/calc-comb.el (math-init-random-base):
3301 * play/blackbox.el (bb-init-board):
3302 * play/life.el (life):
3303 * server.el (server-use-tcp):
3304 * type-break.el (type-break):
3305 Remove unnecessary call to (random t).
3306 * net/sasl.el (sasl-unique-id-function):
3307 Change (random t) to (random), now that the latter is more random.
3308 * play/life.el (life-initialized): Remove no-longer-needed var.
3309
3310 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3311
3312 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3313 Consider frame's buffer predicate when choosing the buffer.
3314 (Bug#12081)
3315
3316 2012-08-30 Richard Stallman <rms@gnu.org>
3317
3318 * simple.el (special-mode-map): Delete binding for `z'.
3319
3320 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3321
3322 * progmodes/compile.el (compilation-always-kill): Doc fix.
3323
3324 2012-08-30 Chong Yidong <cyd@gnu.org>
3325
3326 * window.el (display-buffer-reuse-frames): Make the obsolescence
3327 message more informative.
3328
3329 2012-08-30 Glenn Morris <rgm@gnu.org>
3330
3331 * paren.el (show-paren-delay):
3332 Add a :set function. Doc fix. (Bug#12297)
3333
3334 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3335
3336 * progmodes/compile.el (compilation-always-kill): New var.
3337 (compilation-start): Use it.
3338
3339 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3342 * files.el (read-only-mode): Move to simple.el.
3343
3344 * files.el (read-only-mode): New minor mode.
3345 (toggle-read-only): Use it and mark obsolete.
3346 (find-file--read-only):
3347 * vc/vc.el (vc-next-action, vc-checkout):
3348 * vc/vc-cvs.el (vc-cvs-checkout):
3349 * obsolete/vc-mcvs.el (vc-mcvs-update):
3350 * ffap.el (ffap--toggle-read-only): Update callers.
3351
3352 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * eshell/esh-ext.el (eshell-external-command): Do not examine
3355 remote shell scripts.
3356 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3357
3358 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3359 "/usr/local/sbin".
3360
3361 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3364
3365 2012-08-28 Leo Liu <sdl.web@gmail.com>
3366
3367 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3368 completion-at-point. (Bug#12220)
3369
3370 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3371
3372 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3373
3374 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3377 be buffer-local; add delete-trailing-whitespace (bug#12259).
3378
3379 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3380
3381 * progmodes/hideif.el (hif-compress-define-list):
3382 Fix typo. (Bug#11951)
3383
3384 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3385
3386 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3387 buffer local setting.
3388
3389 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3390 rcirc-encode-coding-system.
3391
3392 2012-08-28 Leo Liu <sdl.web@gmail.com>
3393
3394 * net/rcirc.el (rcirc-split-message): New function.
3395 (rcirc-send-message): Use it. (Bug#12051)
3396
3397 2012-08-28 Juri Linkov <juri@jurta.org>
3398
3399 * info.el (Info-fontify-node): Hide empty lines at the end of
3400 the node. (Bug#12272)
3401
3402 2012-08-27 Drew Adams <drew.adams@oracle.com>
3403
3404 * dired.el (dired-pop-to-buffer): Make window start at beginning
3405 of buffer (Bug#12281).
3406
3407 2012-08-26 Chong Yidong <cyd@gnu.org>
3408
3409 * window.el (special-display-regexps, special-display-frame-alist)
3410 (special-display-buffer-names, special-display-function)
3411 (display-buffer-reuse-frames): Mark as obsolete.
3412
3413 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3414
3415 * help.el (help-print-return-message): Don't treat
3416 display-buffer-reuse-frames specially.
3417
3418 2012-08-26 Chong Yidong <cyd@gnu.org>
3419
3420 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3421 New variable, replacing gdb-frame-parameters.
3422 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3423 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3424 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3425 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3426 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3427 the functions directly with gdb-display-buffer-other-frame-action.
3428 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3429 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3430 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3431 (gdb-display-registers-buffer): Define directly.
3432 (def-gdb-display-buffer): Macro deleted.
3433 (gdb-display-buffer): Remove second and third args, callers don't
3434 use them. Defer to the default display-buffer behavior, apart
3435 from making windows dedicated.
3436 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3437
3438 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3439
3440 * window.el (display-buffer-pop-up-frame): Handle a
3441 pop-up-frame-parameters alist entry.
3442 (display-buffer): Document it.
3443
3444 2012-08-26 Chong Yidong <cyd@gnu.org>
3445
3446 * isearch.el (search-whitespace-regexp): Make string and nil
3447 values apply to both ordinary and regexp search. Allow a cons
3448 cell value to distinguish between the two.
3449 (isearch-whitespace-regexp, isearch-search-forward)
3450 (isearch-search-backward): New functions.
3451 (isearch-occur, isearch-search-fun-default, isearch-search)
3452 (isearch-lazy-highlight-new-loop): Use them.
3453 (isearch-forward, isearch-forward-regexp): Doc fix.
3454
3455 2012-08-26 Chong Yidong <cyd@gnu.org>
3456
3457 * faces.el (help-argument-name): Always inherit from italic
3458 (Bug#12213).
3459
3460 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3461
3462 * window.el (window--even-window-heights): Even heights when
3463 WINDOW and the selected window form a vertical combination.
3464 (display-buffer-use-some-window): Provide that window used gets
3465 sized back by quit-window. (Bug#11880) and (Bug#12091)
3466
3467 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3468
3469 Fix file time stamp problem with bzr and CVS (Bug#12001).
3470 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3471 in the file's time stamp, since the version control system loses
3472 that information.
3473
3474 2012-08-22 Juri Linkov <juri@jurta.org>
3475
3476 * info.el (Info-fontify-node): Hide the suffix of the
3477 Info file name in the header line. (Bug#12187)
3478
3479 2012-08-22 Glenn Morris <rgm@gnu.org>
3480
3481 * calendar/cal-tex.el (cal-tex-weekly-common):
3482 Restore leading blank page.
3483
3484 2012-08-22 Le Wang <l26wang@gmail.com>
3485
3486 * misc.el (forward-to-word, backward-to-word): Activate or extend
3487 the region under `shift-select-mode'. (Bug#12231)
3488
3489 2012-08-22 Bastien Guerry <bzg@gnu.org>
3490
3491 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3492 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3493 gives details on why the space is never needed.
3494
3495 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3496
3497 * window.el (walk-window-tree, window-with-parameter):
3498 New optional argument MINIBUF to control whether these functions
3499 should run on the minibuffer window.
3500 (window-at-side-list): Don't operate on minibuffer window.
3501 (window-in-direction): Simplify and rewrite doc-string.
3502 (window--size-ignore): Rename to window--size-ignore-p.
3503 Update callers.
3504 (display-buffer-in-atom-window, window--major-non-side-window)
3505 (window--major-side-window, display-buffer-in-major-side-window)
3506 (delete-side-window, display-buffer-in-side-window):
3507 New functions.
3508 (window--side-check, window-deletable-p, delete-window)
3509 (delete-other-windows, split-window): Handle side windows and
3510 atomic windows appropriately.
3511 (window--display-buffer): Call display-buffer-record-window also
3512 when the window buffer did not change.
3513
3514 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3515
3516 * help-fns.el (help-fns--key-bindings):
3517 Abbreviate non-symbol remap targets. (Bug#12174)
3518
3519 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3520
3521 * dired.el (dired-mark-remembered): Don't clobber point.
3522 (Bug#11795)
3523
3524 2012-08-22 Glenn Morris <rgm@gnu.org>
3525
3526 * progmodes/bug-reference.el (bug-reference): New custom group.
3527 (bug-reference-bug-regexp): Make it a defcustom.
3528
3529 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3530
3531 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3532 (js-paren-indent-offset, js-square-indent-offset)
3533 (js-curly-indent-offset): Add :safe (Bug#12257).
3534
3535 2012-08-22 Edward O'Connor <hober0@gmail.com>
3536
3537 * json.el (json-key-format): Add error properties.
3538 (json-encode-key): New function.
3539 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3540 Use json-encode-key.
3541
3542 2012-08-22 Glenn Morris <rgm@gnu.org>
3543
3544 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3545 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3546 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3547 Update for above change.
3548
3549 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3550
3551 * cus-face.el (custom-face-attributes): Fix customize type for the
3552 :underline attribute. (Bug#11805)
3553
3554 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3555
3556 * window.el (window-point-1, set-window-point-1): Remove.
3557 (window-in-direction, record-window-buffer)
3558 (set-window-buffer-start-and-point, split-window-below)
3559 (window--state-get-1, display-buffer-record-window):
3560 Replace calls to window-point-1 and set-window-point-1 by calls to
3561 window-point and set-window-point respectively.
3562
3563 2012-08-21 Glenn Morris <rgm@gnu.org>
3564
3565 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3566 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3567 Use it.
3568
3569 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3570 (cal-tex-shortday): New function.
3571 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3572 (cal-tex-cursor-filofax-daily): Use the above.
3573
3574 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3575 New functions.
3576 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3577 (cal-tex-cursor-filofax-week): Use them.
3578
3579 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3580 New constants.
3581 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3582 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3583
3584 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3585 (cal-tex-end-document): Don't rely on buffer name.
3586
3587 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3588 Use cal-tex-vspace.
3589 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3590 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3591 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3592 Use cal-tex-arg.
3593
3594 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3595 (cal-tex-cursor-week, cal-tex-cursor-week2)
3596 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3597 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3598 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3599 (cal-tex-insert-preamble, cal-tex-b-document)
3600 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3601 Improve cal-tex-cmd usage.
3602
3603 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3604 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3605 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3606 (cal-tex-weekly-paper): New function.
3607 (cal-tex-cursor-week, cal-tex-cursor-week2)
3608 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3609 (cal-tex-cursor-day): Use it.
3610
3611 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3612 (cal-tex-cursor-filofax-week): Remove leading blank page.
3613
3614 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3615 Add autoload cookie. For now at least, don't use color, since
3616 no other cal-tex function does.
3617
3618 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3619 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3620 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3621
3622 2012-08-21 Juri Linkov <juri@jurta.org>
3623
3624 * info.el (Info-file-attributes): New variable.
3625 (info-insert-file-contents): Add file attributes to
3626 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3627 `Info-toc-nodes' when previous modtime of the Info file is less
3628 than new modtime.
3629 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3630 of info.el. (Bug#12230)
3631
3632 2012-08-20 Glenn Morris <rgm@gnu.org>
3633
3634 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3635 * calendar/holidays.el (calendar-holiday-list):
3636 Report errors with display-warning rather than beep'n'sleep.
3637
3638 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * net/tramp.el (tramp-accept-process-output): Accept only output
3641 from PROC. Otherwise, process filters and sentinels might be
3642 confused. (Bug#12145)
3643
3644 2012-08-20 Chong Yidong <cyd@gnu.org>
3645
3646 * descr-text.el (describe-text-properties-1): Use overlays-in to
3647 report on empty overlays (Bug#3322).
3648
3649 2012-08-20 Glenn Morris <rgm@gnu.org>
3650
3651 * mail/rmailout.el (rmail-output-read-file-name):
3652 Trap and report errors in rmail-output-file-alist elements.
3653
3654 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3655 since most non-font-lock faces are not also variables).
3656
3657 2012-08-20 Edward Reingold <reingold@iit.edu>
3658
3659 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3660 New function. (Bug12160)
3661
3662 2012-08-19 Glenn Morris <rgm@gnu.org>
3663
3664 * mail/rmailout.el (rmail-output-read-file-name):
3665 Fix previous change (when the alist is nil or does not match).
3666
3667 2012-08-19 Chong Yidong <cyd@gnu.org>
3668
3669 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3670 (Bug#12228).
3671
3672 2012-08-18 Chong Yidong <cyd@gnu.org>
3673
3674 * simple.el (yank-handled-properties): New defcustom.
3675 (yank-excluded-properties): Add font-lock-face and category.
3676 (yank): Doc fix.
3677
3678 * subr.el (remove-yank-excluded-properties):
3679 Obey yank-handled-properties. The special handling of font-lock-face
3680 and category is now done this way, instead of being hard-coded.
3681 (insert-for-yank-1): Remove font-lock-face handling.
3682 (yank-handle-font-lock-face-property)
3683 (yank-handle-category-property): New function.
3684
3685 2012-08-17 Glenn Morris <rgm@gnu.org>
3686
3687 * mail/rmailout.el (rmail-output-read-file-name):
3688 Check rmail-output-file-alist against the full message body
3689 in the correct rmail buffer. (Bug#12214)
3690
3691 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3692
3693 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3694 Eliminate superfluous prompt. (Bug#12203)
3695
3696 2012-08-17 Chong Yidong <cyd@gnu.org>
3697
3698 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3699 font spec, set the font directly (Bug#3228).
3700
3701 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3702
3703 * window.el (delete-window): Fix last fix.
3704
3705 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3706
3707 * window.el (window-valid-p): Move to window.c.
3708 (window-child, window-child-count, window-last-child)
3709 (window-normalize-window, window-combined-p)
3710 (window-combinations, window-atom-root, window-min-size)
3711 (window-sizable, window-sizable-p, window-size-fixed-p)
3712 (window-min-delta, window-max-delta, window--resizable)
3713 (window--resizable-p, window-resizable, window-total-size)
3714 (window-full-height-p, window-full-width-p, window-body-size)
3715 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3716 (minimize-window, window-deletable-p, delete-window)
3717 (delete-other-windows, set-window-buffer-start-and-point)
3718 (next-buffer, previous-buffer, split-window, balance-windows-2)
3719 (set-window-text-height, window-buffer-height)
3720 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3721 (truncated-partial-width-window-p): Minor code adjustments.
3722 In doc-strings state whether the argument window has to denote a
3723 live, valid or any window.
3724
3725 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3726
3727 * progmodes/subword.el (subword-forward-function)
3728 (subword-backward-function, subword-forward-regexp)
3729 (subword-backward-regexp): New variables.
3730 (subword-forward, subword-forward-internal, subword-backward-internal):
3731 Use new variables, eg so that different "word" definitions
3732 can be easily used. (Bug#11411)
3733
3734 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3737 for composite selectors.
3738 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3739 operation just because we can't find a previous revision.
3740
3741 2012-08-15 Chong Yidong <cyd@gnu.org>
3742
3743 * frame.el (set-frame-font): Accept font objects.
3744
3745 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3748
3749 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3750
3751 * man.el (Man-overstrike-face, Man-underline-face)
3752 (Man-reverse-face): Remove variables.
3753 (Man-overstrike, Man-underline, Man-reverse): New faces.
3754 (Man-fontify-manpage): Use them instead of the variables.
3755 (Man-cleanup-manpage): Comment change.
3756 (Man-ansi-color-map): New variable.
3757 (Man-fontify-manpage): Use it.
3758 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3759
3760 Implement ANSI SGR parameters 22-27 (bug#12146).
3761 * ansi-color.el (ansi-colors): Doc fix.
3762 (ansi-color-context, ansi-color-context-region): Doc fix.
3763 (ansi-color--find-face): New function.
3764 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3765 Rename the local variable `face' to `codes' since it is now a list of
3766 ansi codes. Doc fix.
3767 (ansi-color-get-face): Remove.
3768 (ansi-color-parse-sequence): New function, derived from
3769 ansi-color-get-face.
3770 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3771 codes 22-27.
3772
3773 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3774
3775 * subr.el (read-passwd): Allow use from a minibuffer.
3776
3777 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3778
3779 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3780 inside comments and strings as identifiers.
3781
3782 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3783 expression to evaluate. This allows to evaluate expressions with
3784 embedded whitespace.
3785 (gud-tooltip-tips): Add a blank before the newline in the
3786 message-box text, for the benefit of message-box emulation on
3787 MS-Windows.
3788
3789 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3790 messages from GDB, pop them up in a tooltip to give feedback to
3791 user.
3792 (gdb-tooltip-print-1): Quote the expression to evaluate.
3793 This allows to evaluate expressions with embedded whitespace.
3794 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3795 if the TTY name is nil or empty (which happens when communicating
3796 with the inferior via pipes, e.g. on MS-Windows).
3797 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3798 don't send that to the GUD buffer.
3799
3800 2012-08-14 Glenn Morris <rgm@gnu.org>
3801
3802 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3803 Optimize away setq-default with no args, as for setq. (Bug#12195)
3804
3805 2012-08-14 Chong Yidong <cyd@gnu.org>
3806
3807 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3808
3809 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3810 (Bug#12085).
3811
3812 2012-08-14 Glenn Morris <rgm@gnu.org>
3813
3814 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3815
3816 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3819 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3820 Use cached shell name.
3821
3822 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3823
3824 * progmodes/python.el (python-shell-send-string):
3825 (python-shell-send-setup-code): Do not use `format' with `message'.
3826
3827 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3828
3829 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3830 (ruby-percent-literal-beg-re): New constant.
3831 (ruby-syntax-general-delimiters-goto-beg): Rename to
3832 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3833 (ruby-syntax-propertize-general-delimiters): Rename to
3834 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3835 popular term. Adjust comments everywhere.
3836 (ruby-syntax-propertize-percent-literal): Only propertize when not
3837 inside a simple string or comment. When the literal is unclosed,
3838 leave the text after it unpropertized.
3839 (ruby-syntax-methods-before-regexp): New constant.
3840 (ruby-syntax-propertize-function): Use it to recognize regexps.
3841 Don't look at the text after regexp, just use the whitelist.
3842
3843 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3844
3845 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3846 non-nil always load the compiled file if it exists. (Bug#12197)
3847
3848 2012-08-14 Chong Yidong <cyd@gnu.org>
3849
3850 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3851 (hi-lock-set-pattern): When deciding whether to use font lock or
3852 overlays, look at font-lock-mode instead of font-lock-fontified
3853 (Bug#12168).
3854 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3855 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3856
3857 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3858
3859 * subr.el (internal--after-with-selected-window): Fix typo
3860 (Bug#12193).
3861
3862 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3863
3864 Use `completion-table-dynamic' for completion functions.
3865 * progmodes/python.el
3866 (python-shell-completion--do-completion-at-point)
3867 (python-shell-completion--get-completions):
3868 Remove functions.
3869 (python-shell-completion-complete-at-point): New function.
3870 (python-completion-complete-at-point): Use it.
3871
3872 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3873
3874 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3875 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3876
3877 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * subr.el (function-get): Refine `autoload' arg so it can also
3880 autoload functions for gv.el (bug#12191).
3881 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3882 autoloads macros.
3883
3884 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3885 Prefer pcase-let over destructuring-bind.
3886 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3887 Also, remove whitespace as we go, rather than after accumulating the
3888 various places.
3889
3890 * subr.el (internal--before-with-selected-window)
3891 (internal--after-with-selected-window): Fix typo seleted->selected.
3892 (with-selected-window): Adjust callers.
3893 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3894
3895 2012-08-13 Bastien Guerry <bzg@gnu.org>
3896
3897 * window.el (special-display-popup-frame): Minor docstring
3898 enhancement. (Bug#12172)
3899
3900 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3901
3902 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3903 type 1-6.
3904 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3905 extended headers.
3906
3907 * files.el (hack-local-variables-filter): Remove useless eval.
3908
3909 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3910
3911 * subr.el (with-selected-window): Fix last change.
3912
3913 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * subr.el (internal--before-with-seleted-window)
3916 (internal--after-with-seleted-window): New functions.
3917 (with-selected-window): Use them, to replace dependency on
3918 tty-top-frame.
3919
3920 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3921
3922 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3923 binding for `newline'.
3924 (ruby-move-to-block): When moving backward, stop at block opening,
3925 not indentation.
3926 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3927 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3928 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3929 `ruby-toggle-block'.
3930
3931 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * ibuffer.el (ibuffer-do-toggle-read-only):
3934 * dired.el (dired-toggle-read-only):
3935 * buff-menu.el (Buffer-menu-toggle-read-only):
3936 * bindings.el (mode-line-toggle-read-only):
3937 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3938
3939 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3940
3941 * descr-text.el (describe-char): Put the overlays over the
3942 "displayed as" character.
3943
3944 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3945
3946 * calc/calc-units.el (math-default-units-table): Give an
3947 initial value.
3948 (math-put-default-units): Add options to put composite units and
3949 unit systems in the default units table.
3950 (calc-convert-units): Send composite units to
3951 `math-put-default-units' when appropriate.
3952
3953 2012-08-11 Glenn Morris <rgm@gnu.org>
3954
3955 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3956
3957 * tutorial.el (help-with-tutorial):
3958 * emacs-lisp/copyright.el (copyright-update-directory):
3959 * emacs-lisp/autoload.el (autoload-find-generated-file)
3960 (autoload-find-file): Disable local eval: (for insurance).
3961
3962 * files.el (hack-local-variables-filter): If an eval: form is not
3963 known to be safe, and enable-local-variables is :safe, then ignore
3964 the form totally, as is done for non-eval forms. (Bug#12155)
3965 This is CVE-2012-3479.
3966
3967 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3970 (rx-form): Simplify.
3971
3972 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3973
3974 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3975 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3976 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3977 (ruby-syntax-propertize-function): Adjust for changes in
3978 `ruby-syntax-propertize-heredoc'.
3979
3980 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3981
3982 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3983 binding (use `M-;' instead).
3984 (ruby-singleton-class-p): New function.
3985 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3986
3987 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3990
3991 2012-08-10 Chong Yidong <cyd@gnu.org>
3992
3993 * progmodes/python.el (python-shell-get-process-name): Don't mess
3994 with same-window-buffer-names.
3995
3996 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3997 (eshell-remove-from-window-buffer-names): Make obsolete.
3998 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3999 (eshell): Just use pop-to-buffer-same-window instead.
4000
4001 2012-08-10 Chong Yidong <cyd@gnu.org>
4002
4003 * bindings.el: Bind M-= back to count-words-region.
4004
4005 * simple.el (count-words-region): Accept a prefix arg for acting
4006 on the entire buffer.
4007 (count-words--buffer-message): New helper function.
4008
4009 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4012 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4013 (event-start, event-end): Use posn-at-point to return a more
4014 informative posn.
4015 (posnp): New function.
4016 * mouse.el (popup-menu-normalize-position): Use it.
4017
4018 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4019
4020 * mouse.el (popup-menu-normalize-position): New function.
4021 (popup-menu): Use `popup-menu-normalize-position' to normalize
4022 the form for POSITION argument.
4023
4024 * term/x-win.el (x-menu-bar-open):
4025 Use the value returend from (posn-at-point) as position
4026 passed to `popup-menu'.
4027
4028 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4029
4030 * calc/calccomp.el (math-compose-expr): Add extra argument
4031 indicating that parentheses should be put around products in
4032 denominators. Give multiplication precedence over division during
4033 composition.
4034
4035 2012-08-09 Chong Yidong <cyd@gnu.org>
4036
4037 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4038 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4039 (Man-untabify-command, manual-program): Convert to defcustom
4040 (Bug#10429).
4041
4042 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4043
4044 * descr-text.el (describe-char): Don't insert extra newlines
4045 (Bug#10127).
4046
4047 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4048 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4049
4050 * align.el (align-region): Delete temporary markers (Bug#10047).
4051 Plus some code cleanups.
4052
4053 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4054
4055 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4056 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4057 (python-shell-internal-last-output): Use make-local-variable
4058 instead of make-variable-buffer-local.
4059
4060 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4061
4062 * progmodes/python.el: Enhancements to forward-sexp.
4063 (python-nav-forward-sexp): Rename from
4064 python-nav-forward-sexp-function.
4065 (python-nav--forward-sexp, python-nav--backward-sexp):
4066 New functions.
4067
4068 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4069
4070 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4071 modes and simplification modes.
4072
4073 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * delsel.el (delete-selection-pre-hook): Don't propagate the
4076 file-supersession signals (bug#12161).
4077
4078 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4081 (cl-map-extents): Add compatibility aliases (bug#12135).
4082
4083 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4084
4085 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4086 tests by `ignore-error'.
4087 (tramp-find-shell): Open also a new shell, when cache is already
4088 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4089
4090 2012-08-08 Juri Linkov <juri@jurta.org>
4091
4092 * bookmark.el: Add `defaults' property to the bookmark record.
4093 (bookmark-current-buffer): Doc fix.
4094 (bookmark-make-record): Add `defaults' property with default values
4095 to the bookmark record.
4096 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4097 with `bookmark-insert-current-bookmark'.
4098 (bookmark-set): Get `defaults' property from the bookmark record
4099 and use it in `read-from-minibuffer'.
4100 (bookmark-insert-current-bookmark): Remove function.
4101
4102 * info.el (Info-bookmark-make-record): Add `defaults' property
4103 with values of canonical Info node name, the current Info file
4104 name and the current Info node name. (Bug#12107)
4105
4106 2012-08-08 Juri Linkov <juri@jurta.org>
4107
4108 * files.el (basic-save-buffer): Use `buffer-name' as the default
4109 of `read-file-name' when buffer is not visiting a file (bug#12128).
4110
4111 2012-08-08 Juri Linkov <juri@jurta.org>
4112
4113 * info.el (Info-isearch-search): Doc fix.
4114 (Info-search): Change search-failed message from "initial node" to
4115 "end of node" (bug#12078).
4116 (Info-isearch-search): Change `isearch-string-state' to
4117 `isearch--state-string'.
4118
4119 2012-08-08 Glenn Morris <rgm@gnu.org>
4120
4121 * language/persian.el: Remove file.
4122 * language/misc-lang.el: Move unique part of persian.el here.
4123 * loadup.el: Remove language/persian.
4124
4125 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4126
4127 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4128
4129 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4130
4131 * progmodes/python.el Fixed defsubst warning.
4132 (python-syntax-context) Rename from python-info-ppss-context.
4133 (python-syntax-context-type): Rename from
4134 python-info-ppss-context-type.
4135 (python-syntax-comment-or-string-p): Rename from
4136 python-info-ppss-comment-or-string-p.
4137
4138 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4139
4140 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4141
4142 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4143
4144 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4145 a defcustom that is quoted with backquote.
4146
4147 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4148 Fix handling of interactive spec when the body uses return.
4149 (math-do-arg-check, math-define-function-body): Use backquote forms.
4150 * calc/calc-ext.el (math-defcache): Likewise.
4151 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4152 * allout.el (allout-new-exposure): Likewise.
4153 * calc/calcalg2.el (math-tracing-integral): Likewise.
4154 * info.el (Info-last-menu-item): Likewise.
4155 * emulation/vip.el (vip-loop): Likewise.
4156 * textmodes/artist.el (artist-funcall): Likewise.
4157 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4158 Construct menu-item directly.
4159
4160 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4161 Don't declare.
4162
4163 2012-08-07 Chong Yidong <cyd@gnu.org>
4164
4165 * simple.el (deactivate-mark): Preserve text properties when
4166 saving the primary selection (Bug#8384).
4167
4168 2012-08-07 Kevin Ryde <user42@zip.com.au>
4169
4170 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4171 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4172 and continue processing (Bug#12110).
4173
4174 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4177 syntax-propertize-function (bug#10095).
4178
4179 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4182 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4183 describe-function-1.
4184 (describe-function-1): Use them. Move compiler macro after sig.
4185 (help-fns--compiler-macro): Use function-get. Assume we're already in
4186 standard-output. Adjust layout to new call order.
4187
4188 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4189 re-binding a symbol that has a symbol-macro (bug#12119).
4190
4191 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4192
4193 * language/persian.el: New file. (Bug#11812)
4194 * loadup.el: Add language/persian.el.
4195
4196 2012-08-06 Chong Yidong <cyd@gnu.org>
4197
4198 * window.el (window--maybe-raise-frame): New function.
4199 (window--display-buffer): Split off from here.
4200 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4201 (display-buffer-pop-up-window, display-buffer-use-some-window):
4202 Obey an inhibit-switch-frame action alist entry.
4203 (display-buffer): Update doc.
4204
4205 * replace.el (occur-after-change-function): Avoid losing focus by
4206 using the inhibit-switch-frame display parameter (Bug#12139).
4207
4208 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4209
4210 Make internal shell process buffer names start with space.
4211 * progmodes/python.el (python-shell-make-comint): Add optional
4212 argument INTERNAL.
4213 (run-python-internal): Use it.
4214 (python-shell-internal-get-or-create-process): Check for new
4215 internal buffer names.
4216
4217 2012-08-06 Glenn Morris <rgm@gnu.org>
4218
4219 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4220 Do less getting and setting of environment variables.
4221
4222 2012-08-05 Chong Yidong <cyd@gnu.org>
4223
4224 * proced.el (proced): Add substitution string to docstring to
4225 trigger autoloading of the proced library on C-h f (Bug#1768).
4226
4227 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4228 Don't show defvars which have no second argument (Bug#8638).
4229
4230 * imenu.el (imenu-generic-expression): Move documentation here
4231 from imenu--generic-function.
4232 (imenu--generic-function): Refer to imenu-generic-expression.
4233
4234 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4235
4236 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4237 indentation declaration.
4238 (viper-loop): Add indentation declaration (Bug#7025).
4239
4240 2012-08-05 Chong Yidong <cyd@gnu.org>
4241
4242 * help-fns.el (describe-variable): Add hyperlink for
4243 directory-local variables files. Improve buffer-local and
4244 permanent-local reporting; suggested by MON KEY (Bug#6644).
4245
4246 * help-mode.el (help-dir-local-var-def): New button type.
4247
4248 * files.el (kill-buffer-hook): Provide a defvar.
4249
4250 2012-08-05 Glenn Morris <rgm@gnu.org>
4251
4252 * eshell/esh-ext.el (eshell/addpath):
4253 Also update eshell-path-env. (Bug#12013)
4254
4255 2012-08-05 Chong Yidong <cyd@gnu.org>
4256
4257 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4258
4259 * fringe.el (fringe-styles): Add docstring.
4260 (fringe--check-mode): New function.
4261 (set-fringe-mode, set-fringe-style): Use it.
4262 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4263
4264 * files.el (set-auto-mode): Fix invalid setq call.
4265
4266 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * isearch.el: Misc simplification; use defstruct.
4269 (isearch-mode-map): Dense maps now work like sparse ones.
4270 (isearch--state): New defstruct.
4271 (isearch-string-state, isearch-message-state, isearch-point-state)
4272 (isearch-success-state, isearch-forward-state)
4273 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4274 (isearch-wrapped-state, isearch-barrier-state)
4275 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4276 replaced by defstruct's accessors.
4277 (isearch--set-state): Rename from isearch-top-state and change
4278 calling convention.
4279 (isearch-push-state): Use new isearch--get-state.
4280 (isearch-toggle-word): Disable regexp when enabling word.
4281 (isearch-message-prefix): Remove unused arg _c-q-hack.
4282 (isearch-message-suffix): Remove unused arg _ellipsis.
4283
4284 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4285
4286 * simple.el (list-processes--refresh): For a server use :host or
4287 :local as the address.
4288 (list-processes): Doc fix.
4289
4290 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4291
4292 * lisp/mpc.el: Support password in host argument.
4293 (mpc--proc-connect): Parse and use new password element.
4294 Set mpc-proc variable instead of returning process.
4295 (mpc-proc): Adjust accordingly.
4296
4297 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4298
4299 * whitespace.el (whitespace-display-mappings): Use Unicode
4300 codepoints, instead of emacs-mule codepoints. See
4301 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4302 for the details.
4303
4304 * files.el (file-truename): Don't skip symlink-chasing part on
4305 windows-nt. Incorporate the resolution of 8+3 short aliases on
4306 Windows into the loop that recursively chases symlinks.
4307 Compare directory and its parent case-insensitively on MS-Windows and
4308 MS-DOS.
4309
4310 2012-08-03 Chong Yidong <cyd@gnu.org>
4311
4312 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4313
4314 * sort.el (sort-regexp-fields): Doc fix.
4315
4316 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4317
4318 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4319 labels regex position point at the expected place.
4320
4321 2012-08-03 MON KEY <monkey@sandpframing.com>
4322
4323 * net/imap.el (imap-interactive-login, imap-authenticate)
4324 (imap-mailbox-lsub, imap-mailbox-list)
4325 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4326 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4327 (imap-parse-response): Doc fix.
4328
4329 2012-08-03 João Távora <joaotavora@gmail.com>
4330
4331 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4332 if sexp scanning does not move point (Bug#5734).
4333
4334 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4335
4336 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4337 Add listings, minted, and ctable packages.
4338 (reftex-label-alist-builtin): Move listings, minted, and ctable
4339 entries before LaTeX.
4340 (reftex-label-alist): Docfix.
4341
4342 2012-08-02 Bastien Guerry <bzg@gnu.org>
4343
4344 * replace.el (occur): Fix docstring (bug#12122).
4345
4346 2012-08-02 Glenn Morris <rgm@gnu.org>
4347
4348 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4349
4350 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4351
4352 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4353 * international/mule-cmds.el: Create
4354 inactivate-current-input-method-function as an obsolete alias for
4355 deactivate-current-input-method-function. See Katsumi Yamaoka in
4356 <http://bugs.gnu.org/10150#46>.
4357
4358 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4359
4360 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4361 of nested `if's.
4362
4363 2012-08-01 Glenn Morris <rgm@gnu.org>
4364
4365 * progmodes/autoconf.el (autoconf-definition-regexp):
4366 Add AH_TEMPLATE, adjust submatch numbering.
4367 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4368 (autoconf-current-defun-function): Update for above change.
4369 (autoconf-current-defun-function): First skip to end of current word.
4370
4371 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4372
4373 * calendar/cal-html.el (cal-html-insert-agenda-days):
4374 Fix typo. (Bug#12018)
4375
4376 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4377
4378 Shell processes: enhancements to startup and CEDET compatibility.
4379 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4380 (python-shell-make-comint): accept-process-output at startup.
4381 (run-python-internal): Set inferior-python-mode-hook to nil.
4382 (python-shell-internal-get-or-create-process): call sit-for.
4383 (python-preoutput-result): Add obsolete alias.
4384 (python-shell-internal-send-string): Use it.
4385 (python-shell-send-setup-code): Remove call to
4386 accept-process-output.
4387
4388 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4389
4390 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4391 (Bug#12108)
4392
4393 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4394
4395 * calc-mode.el (calc-basic-simplification-mode): Rename from
4396 `calc-limited-simplification-mode'.
4397 (calc-alg-simplification-mode): New function.
4398 (calc-set-simplify-mode): Adjust message.
4399
4400 * calc.el (calc-set-mode-line): Adjust mode line display for
4401 basic simplification mode.
4402
4403 * calc-help.el (calc-m-prefix-help): Update help message.
4404
4405 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4406 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4407
4408 2012-07-31 Bastien Guerry <bzg@gnu.org>
4409
4410 * man.el (man): Fix comment. (bug#12101)
4411
4412 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4413
4414 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4415 Don't return a non-nil value when no suitable buffer was found.
4416
4417 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4418
4419 * progmodes/python.el (run-python-internal): Disable font lock for
4420 internal shells.
4421
4422 2012-07-30 Stefan Merten <smerten@oekonux.de>
4423
4424 * textmodes/rst.el: Silence `checkdoc-ispell'.
4425 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4426 (rst-official-version, rst-official-cvs-rev)
4427 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4428 (rst-mode-map): New key binding.
4429
4430 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4431
4432 Update .PHONY listings in makefiles.
4433 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4434 autoloads, update-subdirs, updates, bzr-update, update-authors,
4435 compile-onefile, compile-calc, backup-compiled-files,
4436 compile-after-backup, compile-one-process, mh-autoloads,
4437 bootstrap-clean, distclean, maintainer-clean.
4438
4439 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4440
4441 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4442 (calc-set-mode-line): Don't display "AlgSimp ".
4443
4444 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4445 (calc-lim-simplify-mode): New function.
4446 (calc-set-simplify-mode): Default to 'alg.
4447 (calc-default-simplify-mode): Make algebraic simplifications
4448 the default.
4449
4450 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4451 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4452
4453 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4454 indicate new simplification modes.
4455
4456 * calc/README: Mention new default simplification mode.
4457
4458 * calc/calc.el (math-normalize-error): New variable.
4459 (math-normalize): Set `math-normalize-error' to t
4460 when there's an error.
4461
4462 * calc/calc-alg.el (math-simplify): Don't simplify when
4463 `math-normalize' returns an error.
4464
4465 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4466
4467 * international/mule-cmds.el (set-locale-environment): Revert last
4468 change, since display-graphic-p returns nil when this function is
4469 called during startup. Instead...
4470
4471 * term/w32console.el (terminal-init-w32console): ...setup the
4472 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4473
4474 2012-07-29 Juri Linkov <juri@jurta.org>
4475
4476 * simple.el (goto-line): Don't display default line number in the
4477 prompt because it should be displayed by `read-number' (bug#9952).
4478 Add the current line number to the defaults of `goto-line' to
4479 allow its easier modification by users with `M-n' (bug#9201).
4480
4481 * subr.el (read-number): Support multiple default values like in
4482 other minibuffer reading functions. Replace `read' with
4483 `string-to-number' for consistency with `number-to-string'.
4484
4485 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4486
4487 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4488 * emulation/viper-init.el (viper-deactivate-input-method-action):
4489 Rename from viper-inactivate-input-method-action.
4490 (viper-deactivate-input-method):
4491 Rename from viper-inactivate-input-method.
4492 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4493 * international/mule-cmds.el (deactivate-input-method):
4494 Rename from inactivate-input-method.
4495 Also run input-method-deactivate-hook.
4496 (deactivate-current-input-method-function):
4497 Rename from inactivate-current-input-method-function.
4498 (input-method-deactivate-hook): New hook.
4499 (input-method-inactivate-hook): Mark obsolete.
4500 (inactivate-input-method): Mark obsolete.
4501
4502 * international/quail.el (quail-activate):
4503 Also run quail-deactivate-hook.
4504 (quail-deactivate): Rename from quail-inactivate.
4505 * international/robin.el (robin-activate):
4506 Also run robin-deactivate-hook.
4507 (robin-deactivate): Rename from robin-inactivate.
4508
4509 2012-07-29 Chong Yidong <cyd@gnu.org>
4510
4511 * simple.el (indicate-copied-region): New function.
4512 (kill-ring-save): Split off from here.
4513
4514 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4515 (kill-rectangle): Set deactivate-mark to t on read-only error.
4516
4517 * register.el (copy-to-register, copy-rectangle-to-register):
4518 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4519 (append-to-register, prepend-to-register): Call indicate-copied-region.
4520
4521 2012-07-29 Juri Linkov <juri@jurta.org>
4522
4523 * simple.el (async-shell-command-buffer): New defcustom.
4524 (shell-command): Use it. (Bug#4719)
4525
4526 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4527
4528 * international/mule-cmds.el (set-locale-environment): In a
4529 console session on MS-Windows, set up keyboard and terminal
4530 encoding from the OEM codepage, not the ANSI codepage.
4531 (Bug#12055)
4532
4533 2012-07-28 Chong Yidong <cyd@gnu.org>
4534
4535 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4536 gdb-get-location.
4537
4538 2012-07-28 Leo Liu <sdl.web@gmail.com>
4539
4540 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4541 the alist (bug#12029).
4542
4543 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4544
4545 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4546 (compile-always, compile-first)
4547 ($(lisp)/calendar/cal-loaddefs.el)
4548 ($(lisp)/calendar/diary-loaddefs.el)
4549 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4550 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4551 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4552 instead of on update-subdirs.
4553 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4554
4555 2012-07-28 Chong Yidong <cyd@gnu.org>
4556
4557 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4558 directory if vc-deduce-backend returns nil (Bug#7350).
4559
4560 * simple.el (delete-trailing-lines): New option.
4561 (delete-trailing-whitespace): Obey it (Bug#11879).
4562
4563 2012-07-28 David Engster <deng@randomsample.de>
4564
4565 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4566 Explanation of new 'symbol-qnames feature in doc-strings.
4567 (xml-maybe-do-ns): Return expanded names as plain symbols if
4568 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4569 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4570
4571 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4572
4573 Consistent completion in inferior python with emacs -nw.
4574 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4575 binding in inferior-python-mode-map with "\t".
4576 (python-shell-completion-complete-at-point)
4577 (python-completion-complete-at-point): Remove interactive spec.
4578
4579 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4580
4581 * calc/calccomp.el (math-compose-expr): Undo previous change.
4582
4583 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4584
4585 * progmodes/python.el (python-mode-map): Add keybinding for
4586 run-python.
4587 (python-shell-make-comint): Fix pop-to-buffer call.
4588 (run-python): Autoload. New arg SHOW.
4589 (python-shell-get-or-create-process): Do not pop python process
4590 buffer.
4591
4592 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4593
4594 * notifications.el (notifications-on-action-signal)
4595 (notifications-on-closed-signal): Use also the bus address for the map.
4596 (notifications-notify, notifications-close-notification)
4597 (notifications-get-capabilities): Add optional argument BUS.
4598
4599 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4600
4601 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4602 Add support for the lstlisting and minted environments, and for the
4603 ctable macro.
4604 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4605 labels written in keyvals syntax.
4606
4607 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4608
4609 * calc/calccomp.el (math-compose-expr): Use parentheses when
4610 there is a product in the denominator of a fraction.
4611
4612 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4613
4614 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4615 ($(lisp)/calendar/diary-loaddefs.el)
4616 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4617 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4618 Fixes failures in parallel bootstrap because subdirs.el is being
4619 rewritten while the autoload files are built at the same time,
4620 which needs to load subdirs.el.
4621
4622 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4623
4624 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4625 (mouse-drag-line): Don't exit tracking when a switch-frame or
4626 switch-window event occurs (Bug#12006).
4627
4628 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * mouse.el (popup-menu): Fix last change.
4631
4632 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 Autoload from Lisp with more care. Follow aliases when looking for
4635 function properties.
4636 * subr.el (autoloadp): New function.
4637 (symbol-file): Use it.
4638 (function-get): New function.
4639 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4640 autoload-do-load.
4641 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4642 (lisp-indent-function):
4643 * emacs-lisp/gv.el (gv-get):
4644 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4645 * emacs-lisp/byte-opt.el (byte-optimize-form):
4646 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4647 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4648 Use function-get.
4649 * emacs-lisp/cl.el: Don't propagate function properties any more.
4650
4651 * speedbar.el (speedbar-add-localized-speedbar-support):
4652 * emacs-lisp/disass.el (disassemble-internal):
4653 * desktop.el (desktop-load-file):
4654 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4655 (describe-function-1):
4656 * emacs-lisp/find-func.el (find-function-noselect):
4657 * emacs-lisp/elp.el (elp-instrument-function):
4658 * emacs-lisp/advice.el (ad-has-proper-definition):
4659 * apropos.el (apropos-safe-documentation, apropos-macrop):
4660 * emacs-lisp/debug.el (debug-on-entry):
4661 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4662 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4663 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4664
4665 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4666
4667 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4668 function, not an obsolete variable (Bug#12046).
4669
4670 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4671
4672 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4673
4674 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4675
4676 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4677 window only if it is still live (Bug#12034).
4678
4679 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4680
4681 * subr.el (redirect-frame-focus): Add advertised calling
4682 convention (Bug#12030).
4683
4684 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4685
4686 Prefer typical American spelling for "acknowledgment".
4687 * vc/add-log.el (change-log-acknowledgment): Rename from
4688 change-log-acknowledgement, with an alias for the old name.
4689
4690 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4691
4692 * calc-alg.el (math-simplify-divide): Don't cross multiply
4693 in an equation when the lhs is a variable.
4694
4695 2012-07-24 Julien Danjou <julien@danjou.info>
4696
4697 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4698 Remove, unused.
4699
4700 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4701
4702 * startup.el (command-line): Don't display an empty user name in
4703 the error message about non-existent home directory, when
4704 init-file-user was set to an empty string. See
4705 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4706 for the details and context.
4707
4708 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4709
4710 * ses.el (ses-cell-formula-aset): New macro.
4711 (ses-cell-references-aset): New macro.
4712 (ses-cell-p): New function.
4713 (ses-rename-cell): Do no longer rely on complex operations like
4714 ses-cell-set-formula or ses-set-cell to change the cell and handle
4715 the undo at the same time, but rather use lower level new macros
4716 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4717 the undo directly. Refresh the mode line.
4718
4719 2012-07-21 Leo Liu <sdl.web@gmail.com>
4720
4721 * progmodes/cc-cmds.el (c-defun-name):
4722 Use match-string-no-properties instead for consistency.
4723
4724 2012-07-20 Leo Liu <sdl.web@gmail.com>
4725
4726 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4727 (Bug#7879)
4728
4729 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4730
4731 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4734 * progmodes/bug-reference.el, misearch.el: Provide themselves
4735 (bug#11915).
4736
4737 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4738 of narrowed buffer (bug#11966).
4739
4740 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4741
4742 * ses.el (ses-rename-cell): Set new name also in reference list of
4743 cells of which the renamed cell depends.
4744
4745 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4746
4747 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4748 to check whether menu-bar is shown or not. If not shown,
4749 show the menu-bar as a popup menu instead of using tmm.
4750 * mouse.el (popup-menu): Accept `point' as `position' argument.
4751
4752 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4753
4754 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4755 up inside string symbol literal (bug#11923).
4756
4757 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4758
4759 * startup.el (fancy-startup-text): Read the whole tutorial, not
4760 just its first 256 bytes. Prevents gibberish in display of the
4761 tutorial title.
4762
4763 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4764
4765 Drop idle buffer compaction due to an absence of the
4766 proved efficiency.
4767 * compact.el: Remove.
4768
4769 2012-07-19 Sam Steingold <sds@gnu.org>
4770
4771 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4772 vc-bzr-pull & vc-bzr-merge-branch.
4773 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4774 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4775 for consistency with compilation-error-regexp-alist.
4776 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4777 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4778 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4779 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4780
4781 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * emacs-lisp/chart.el: Use lexical-binding.
4784 (chart-emacs-storage): Don't hardcode the list of entries.
4785
4786 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4787
4788 Next round of tweaks caused by Fgarbage_collect changes.
4789 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4790
4791 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4792
4793 Compact buffers when idle.
4794 * compact.el: New file.
4795
4796 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * subr.el (eventp): Presume that if it looks vaguely like an event,
4799 it's an event (bug#10190).
4800
4801 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4802
4803 Enhancements to ppss related code (thanks Stefan).
4804 * progmodes/python.el (python-indent-context)
4805 (python-indent-calculate-indentation, python-indent-dedent-line)
4806 (python-indent-electric-colon, python-nav-forward-block)
4807 (python-mode-abbrev-table)
4808 (python-info-assignment-continuation-line-p): Simplify checks
4809 for ppss context.
4810 (python-info-continuation-line-p): Cleanup.
4811 (python-info-ppss-context): Do not catch 'quote.
4812 (python-info-ppss-context-type)
4813 (python-info-ppss-comment-or-string-p): Simplify.
4814
4815 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4816
4817 * progmodes/python.el: Enhancements to eldoc support.
4818 (python-info-current-symbol): New function.
4819 (python-eldoc-at-point): Use python-info-current-symbol.
4820 (python-info-current-defun): Fix cornercase on first defun scan.
4821 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4822 and signal error when no inferior python process is available.
4823
4824 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4825
4826 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4827 assume it's always t.
4828 (vc-git-registered): Remove caching, the function is only called
4829 once.
4830 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4831
4832 2012-07-18 Chong Yidong <cyd@gnu.org>
4833
4834 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4835
4836 * simple.el (count-words): Report on narrowing (Bug#9959).
4837
4838 * bindings.el: Bind M-= to count-words.
4839
4840 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4841
4842 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4843
4844 * progmodes/sh-script.el (sh-imenu-generic-expression):
4845 Capture a function with `function' keyword and without parentheses
4846 like "function FOO" (bug#11856).
4847
4848 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4849
4850 * window.el (split-window-sensibly): Make WINDOW argument
4851 optional.
4852
4853 2012-07-18 Chong Yidong <cyd@gnu.org>
4854
4855 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4856
4857 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4858 and make C-x 8 RET exit isearch (Bug#11439).
4859
4860 * international/iso-transl.el: Move isearch-mode-map key
4861 definitions to isearch.el.
4862
4863 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4866 (eieio-defclass): Use gv-define-setter when possible.
4867
4868 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4869
4870 Reflect recent changes in Fgarbage_collect.
4871 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4872 reflect new format of data returned by Fgarbage_collect.
4873
4874 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4875
4876 New utility functions + python-info-ppss-context fix (Bug#11910).
4877 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4878 (python-info-ppss-comment-or-string-p): New functions.
4879 (python-info-ppss-context): Small fix for string check.
4880
4881 2012-07-17 Juri Linkov <juri@jurta.org>
4882
4883 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4884 (dired-do-async-shell-command): Don't add `*' at the end of the
4885 command (Bug#11815).
4886 (dired-do-shell-command): Doc fix.
4887 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4888 Join the individual commands using either "&" or ";" as the
4889 separator depending on the values of these trailing characters.
4890 At the end re-add the trailing "&". (Bug#10598)
4891
4892 * simple.el (async-shell-command): Sync the interactive spec with
4893 `shell-command'. Doc fix.
4894 (shell-command): Doc fix.
4895
4896 2012-07-17 Juri Linkov <juri@jurta.org>
4897
4898 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4899
4900 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4901
4902 Final renames and doc fixes for movement commands (bug#11899).
4903 * progmodes/python.el (python-nav-beginning-of-statement):
4904 Rename from python-nav-statement-start.
4905 (python-nav-end-of-statement): Rename from
4906 python-nav-statement-end.
4907 (python-nav-beginning-of-block): Rename from
4908 python-nav-block-start.
4909 (python-nav-end-of-block): Rename from python-nav-block-end.
4910
4911 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4912
4913 * progmodes/python.el (python-shell-send-string-no-output):
4914 Allow accept-process-output to quit, keeping shell process ready for
4915 future interactions (Bug#11868).
4916
4917 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4920
4921 * emacs-lisp/elint.el (elint-find-args-in-code):
4922 Use help-function-arglist, so as to handle lexical byte-code.
4923
4924 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4925 change (bug#11826).
4926
4927 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4930 Avoid spuriously marking the buffer as modified because of c-is-sws.
4931
4932 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4933 as not-a-comment (bug#11946).
4934
4935 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4936 for uninterned vars.
4937
4938 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4939 Use read-event since we don't really want to read chars but bytes.
4940
4941 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4942 $$..$$ but also $..$ using regexps (bug#11953).
4943 Use tex-verbatim for \url and \path.
4944 (tex-font-lock-keywords): Define as defconst like the others.
4945 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4946
4947 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4948
4949 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4950 alias for insert-char.
4951
4952 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4953
4954 * progmodes/python.el: Simplified imenu implementation.
4955 (python-nav-jump-to-defun): Remove command.
4956 (python-mode-map): Use `imenu' instead.
4957 (python-nav-list-defun-positions-cache)
4958 (python-imenu-include-defun-type, python-imenu-make-tree)
4959 (python-imenu-subtree-root-label, python-imenu-index-alist):
4960 Remove vars.
4961 (python-nav-list-defun-positions, python-nav-read-defun)
4962 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4963 (python-imenu-make-tree, python-imenu-create-index):
4964 Remove functions.
4965 (python-mode): Update to interact with imenu by setting
4966 `imenu-extract-index-name-function' only.
4967
4968 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4969
4970 * progmodes/python.el: Enhancements to navigation commands.
4971 (python-nav-backward-sentence)
4972 (python-nav-forward-sentence): Remove.
4973 (python-nav-backward-statement, python-nav-forward-statement)
4974 (python-nav-statement-start, python-nav-statement-end)
4975 (python-nav-backward-block, python-nav-forward-block)
4976 (python-nav-block-start, python-nav-block-end)
4977 (python-nav-forward-sexp-function)
4978 (python-info-current-line-comment-p)
4979 (python-info-current-line-empty-p): New functions.
4980 (python-indent-context): Use `python-nav-statement-start'.
4981
4982 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * eshell/em-ls.el (eshell/ls): Use `apply'.
4985
4986 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4987 multi-hops, instead of Tramp internals.
4988
4989 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4990
4991 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4992 when F1 and F2 are located on different hosts.
4993
4994 2012-07-14 Chong Yidong <cyd@gnu.org>
4995
4996 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4997 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4998 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4999 (xterm-mouse--read-event-sequence-1000)
5000 (xterm-mouse--read-event-sequence-1006): New functions. For old
5001 mouse protocol, handle M-mouse-X events correctly.
5002 (xterm-mouse-event): New arg specifying mouse protocol.
5003 (turn-on-xterm-mouse-tracking-on-terminal)
5004 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5005 sequence to toggle extended coordinates on newer XTerms.
5006 This appears to be harmless on terminals which do not support this.
5007
5008 2012-07-14 Leo Liu <sdl.web@gmail.com>
5009
5010 Add fringe bitmap indicators for flymake. (Bug#11253)
5011 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5012 (flymake-make-overlay): New arg BITMAP.
5013 (flymake-error-bitmap, flymake-warning-bitmap)
5014 (flymake-fringe-indicator-position): New user variables.
5015
5016 * fringe.el: New bitmap exclamation-mark.
5017
5018 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5019
5020 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5021 also (Bug#7879).
5022
5023 2012-07-14 Chong Yidong <cyd@gnu.org>
5024
5025 * electric.el (electric-pair-post-self-insert-function): Fix pair
5026 insertion in empty-region case (Bug#11520).
5027
5028 2012-07-14 Chong Yidong <cyd@gnu.org>
5029
5030 * bindings.el: Consolidate ctl-x-r-map bindings.
5031 Bind copy-rectangle-as-kill to C-x r w.
5032
5033 * rect.el, register.el: Move bindings to bindings.el.
5034
5035 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5036
5037 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5038
5039 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5040
5041 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5042
5043 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * bindings.el (top): Use `mapc' instead of `mapcar'.
5046
5047 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5048
5049 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * progmodes/sql.el (sql-comint): Suppress the check for program on
5052 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5053 (Bug#11908)
5054
5055 2012-07-13 Chong Yidong <cyd@gnu.org>
5056
5057 * bindings.el: Assign a non-nil permanent-local property to
5058 per-buffer variables which lack a default value (Bug#11930).
5059
5060 * help-fns.el (describe-variable): In the "automatically becomes
5061 local" notice, take note of permanent-local variables.
5062
5063 2012-07-13 Chong Yidong <cyd@gnu.org>
5064
5065 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5066 to allow printing the message when called from Lisp.
5067
5068 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5069 Remove toggle-read-only.
5070
5071 * bs.el (bs-toggle-readonly):
5072 * buff-menu.el (Buffer-menu-toggle-read-only):
5073 Remove with-no-warnings around toggle-read-only.
5074
5075 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5076 Remove with-no-warnings around toggle-read-only.
5077 (ffap-read-only, ffap-read-only-other-window)
5078 (ffap-read-only-other-frame): Callers changed.
5079
5080 * help-mode.el: Don't require view package.
5081 (help-mode-finish): Set buffer-read-only instead of calling
5082 toggle-read-only.
5083
5084 * bindings.el (mode-line-toggle-read-only):
5085 * dired.el (dired-toggle-read-only):
5086 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5087 with non-nil second arg.
5088
5089 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5090 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5091 directly.
5092
5093 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5094
5095 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5096 not incf.
5097
5098 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 More CL cleanups and reduction of use of cl.el.
5101 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5102 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5103 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5104 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5105 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5106 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5107 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5108 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5109 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5110 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5111 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5112 * eshell/em-cmpl.el, eshell/em-banner.el:
5113 * calendar/parse-time.el: Use cl-lib.
5114 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5115 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5116 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5117 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5118 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5119 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5120 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5121 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5122 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5123 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5124 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5125 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5126 `lambda' rather than with `quote'.
5127 (eshell-do-opt): Adjust accordingly.
5128 (eshell-process-option): Simplify.
5129 * eshell/esh-var.el:
5130 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5131 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5132 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5133 to `pcase--dontcare'.
5134 * emacs-lisp/cl.el (labels): Mark obsolete.
5135 (cl--letf, letf): Move to cl-lib.
5136 (cl--letf*, letf*): Remove.
5137 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5138 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5139 (cl-progv): Rewrite.
5140 (cl--letf, cl-letf): Move from cl.el.
5141 (cl-letf*): New macro.
5142 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5143
5144 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5145
5146 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5147
5148 2012-07-11 Chong Yidong <cyd@gnu.org>
5149
5150 * vc/log-edit.el (log-edit-vc-backend): New variable.
5151 (log-edit): Doc fix.
5152
5153 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5154 argument of log-edit to set up all local variables.
5155 (vc-start-logentry): New optional arg specifying VC backend.
5156
5157 * vc/vc.el (vc-checkin): Use it.
5158 (vc-deduce-fileset): Handle Log Edit buffers.
5159 (vc-diff): Make first argument optional too.
5160
5161 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5162
5163 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5164
5165 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5166 command, just in case. The function is not needed anymore.
5167 (eshell-external-command): Do not call `eshell-remote-command'.
5168
5169 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 Reduce use of (require 'cl).
5172 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5173 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5174 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5175 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5176 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5177 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5178 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5179 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5180 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5181 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5182 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5183 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5184 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5185 (byte-compile-unfold-bcf, byte-compile-check-variable):
5186 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5187 (byte-compile-nilconstp):
5188 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5189 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5190
5191 * emacs-lisp/gv.el (cond): Make it a valid place.
5192 (if): Simplify slightly.
5193
5194 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5195 (pcase--self-quoting-p): New function.
5196 (pcase--u1): Use it.
5197
5198 2012-07-10 Glenn Morris <rgm@gnu.org>
5199
5200 * emacs-lisp/authors.el (authors-fixed-entries):
5201 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5202
5203 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5204
5205 Rename configure.in to configure.ac (Bug#11603).
5206 * emacs-lisp/authors.el (authors-canonical-file-name):
5207 * progmodes/autoconf.el (autoconf-mode):
5208 Prefer configure.ac to configure.in.
5209
5210 2012-07-08 Chong Yidong <cyd@gnu.org>
5211
5212 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5213 Implement the mouse-1-click-follows-link handling properly.
5214
5215 * info.el (Info-link-keymap): Use follow-link mechanism for
5216 header-line links (Bug#374).
5217
5218 * simple.el (deactivate-mark): Do not set the primary selection
5219 if another program has acquired it (Bug#11772).
5220
5221 2012-07-07 Kevin Ryde <user42@zip.com.au>
5222
5223 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5224 (woman-decode-region): Replace escaped-escapes without destroying
5225 bold or underline (Bug#11552).
5226 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5227
5228 2012-07-07 Chong Yidong <cyd@gnu.org>
5229
5230 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5231 (interprogram-cut-function, interprogram-paste-function):
5232 Mention that we typically mean the clipboard.
5233
5234 2012-07-06 Glenn Morris <rgm@gnu.org>
5235
5236 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5237
5238 * files.el (toggle-read-only): Restrict message to interactive use.
5239
5240 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5241
5242 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5243
5244 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5245
5246 2012-07-06 Glenn Morris <rgm@gnu.org>
5247
5248 * Makefile.in (compile-one-process): Rename from "recompile".
5249
5250 * Makefile.in (bzr-update): "compile" is the same as "recompile
5251 autoloads", but parallelizable, so use that instead.
5252
5253 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5254
5255 * window.el (quit-window): Always restore window height when
5256 it's saved in quit-restore parameter (Bug#11810).
5257
5258 2012-07-06 Glenn Morris <rgm@gnu.org>
5259
5260 * simple.el (kill-whole-line): Doc tweak.
5261
5262 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5263
5264 * files.el (file-relative-name): Compare file names
5265 case-insensitively if on MS-Windows or MS-DOS, or if
5266 read-file-name-completion-ignore-case is non-nil. Don't use
5267 case-fold-search for this purpose. (Bug#11827)
5268
5269 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5270
5271 * calendar/cal-dst.el (calendar-current-time-zone):
5272 Return calendar-current-time-zone-cache if non-nil.
5273
5274 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5275 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5276
5277 * calendar/cal-dst.el (calendar-current-time-zone):
5278 Return calendar-current-time-zone-cache if non-nil.
5279
5280 2012-07-06 Glenn Morris <rgm@gnu.org>
5281
5282 * Makefile.in (cvs-update): Remove old alias.
5283
5284 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5285
5286 Sync with Tramp 2.2.6-pre.
5287
5288 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5289 compatible declaration.
5290
5291 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5292 Protect `list-load-path-shadows' call.
5293
5294 * net/tramp-compat.el (top): Require packages, which aren't
5295 autoloaded anymore for XEmacs. Protect call of
5296 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5297 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5298 it hurts at least for SXEmacs.
5299 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5300 standard-value for `temporary-file-directory'.
5301
5302 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5303 Redirect stderr to /dev/null.
5304 (tramp-sh-handle-write-region): uid and gid can be floats.
5305 Reported by Russell Sim <russell.sim@gmail.com>.
5306 (tramp-sh-handle-vc-registered): Hide errors.
5307 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5308 and `start-file-process'.
5309 (tramp-maybe-open-connection): Check also whether `non-essential'
5310 is bound.
5311
5312 2012-07-04 Chong Yidong <cyd@gnu.org>
5313
5314 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5315 (xml-parse-tag): Likewise, and avoid changing entity tables.
5316 (xml-syntax-table): Define from scratch, making sure not to give
5317 x2000 and other Unicode spaces whitespace syntax, since those are
5318 not spaces in XML.
5319 (xml-parse-fragment): Delete unused function.
5320 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5321 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5322 (xml-entity-ref, xml-pe-reference-re)
5323 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5324 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5325 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5326 (xml-entity-value-re): Use syntax references in regexps where
5327 possible; no need to define inside a let-binding.
5328 (xml-parse-dtd): Use xml-pe-reference-re.
5329 (xml-entity-or-char-ref-re): New defconst.
5330 (xml-parse-string, xml-substitute-special): Use it.
5331
5332 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5335 (find-file--read-only): New function.
5336 (find-file-read-only, find-file-read-only-other-window)
5337 (find-file-read-only-other-frame): Use it.
5338 (insert-file-contents-literally): Don't `fset'.
5339 (get-free-disk-space): Use locate-dominating-file.
5340
5341 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5342 function is already compiled.
5343
5344 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5345
5346 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5347
5348 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5349 files on the same host.
5350
5351 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5352
5353 * help-fns.el (describe-function-1): Only call
5354 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5355
5356 2012-07-03 Chong Yidong <cyd@gnu.org>
5357
5358 * xml.el: Protect parser against XML bombs.
5359 (xml-entity-expansion-limit): New variable.
5360 (xml-parse-string, xml-substitute-special): Use it.
5361 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5362
5363 2012-07-03 Glenn Morris <rgm@gnu.org>
5364
5365 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5366 Allow linking to specific messages in debbugs reports (eg 123#5).
5367
5368 2012-07-02 Chong Yidong <cyd@gnu.org>
5369
5370 * xml.el: Fix entity and character reference expansion, allowing
5371 them to expand into markup as per XML spec.
5372 (xml-default-ns): New variable.
5373 (xml-entity-alist): Use XML spec definitions for lt and amp.
5374 (xml-parse-region): Make first two arguments optional.
5375 Discard text properties.
5376 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5377 All callers changed.
5378 (xml-parse-tag): Call xml-parse-tag-1. For backward
5379 compatibility, this function should not modify buffer contents.
5380 (xml-parse-tag-1): Fix opening-tag regexp.
5381 (xml-parse-string): Rewrite, handling entity and character
5382 references properly.
5383 (xml--entity-replacement-text): Signal an error if a parameter
5384 entity is undefined.
5385
5386 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * comint.el (comint-output-filter): Filter out repeated prompts.
5389
5390 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5391 and file-name-absolute-p.
5392 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5393 internal calls.
5394
5395 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5396
5397 Spelling fixes.
5398 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5399 Rename from byte-compile--refiy-function. All uses changed.
5400
5401 2012-07-01 Chong Yidong <cyd@gnu.org>
5402
5403 * xml.el (xml--parse-buffer): New function. Move most of
5404 xml-parse-region here.
5405 (xml-parse-region): Copy region into a temporary buffer, since
5406 parameter entity substitution requires changing buffer contents.
5407 Use xml--parse-buffer.
5408 (xml-parse-file): Use xml--parse-buffer.
5409 (xml-parse-dtd): Make parameter entity substitution work right.
5410 Use proper regexps for ELEMENT declarations (Bug#7172).
5411
5412 2012-06-30 Glenn Morris <rgm@gnu.org>
5413
5414 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5415
5416 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5417 Remove outdated and unnecessary dbus declarations.
5418
5419 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5420
5421 * emacs-lisp/timer.el (timer-until): Subtract results of
5422 float-time, instead of taking float-time of the result of
5423 time-subtract, since float-time signals an error for negative time
5424 arguments.
5425
5426 2012-06-30 Chong Yidong <cyd@gnu.org>
5427
5428 * xml.el (xml-*-re): Convert defvars into defconsts, and
5429 eval-and-compile them so eval-and-compile works on derivatives.
5430 (xml--entity-replacement-text): Use eval-and-comple.
5431
5432 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * vc/vc-git.el (vc-git-registered): Use cache property
5435 `git-registered'.
5436 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5437 `vc-git-working-revision' in order to benefit from the cache.
5438 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5439
5440 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5441
5442 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5443 removed (likely outside Emacs). (Bug#11757)
5444
5445 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * emacs-lisp/cl-lib.el: Require macroexp.
5448
5449 2012-06-30 Chong Yidong <cyd@gnu.org>
5450
5451 * xml.el: Implement XML parameter entities.
5452 (xml-parameter-entity-alist): New variable.
5453 (xml-parse-region, xml-parse-fragment): Preserve previous values
5454 of xml-entity-alist and xml-parameter-entity-alist, so that
5455 repeated calls on different documents do not change them.
5456 (xml-parse-tag): Fix doctype regexp.
5457 (xml--entity-replacement-text): New function.
5458 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5459 properly requires url retrieval which is unimplemented.
5460 (xml-escape-string): Doc fix.
5461
5462 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5465
5466 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5467
5468 * fringe.el (fringe-mode): Doc fix.
5469
5470 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5471
5472 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5473 is non-nil.
5474 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5475 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5476
5477 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5478
5479 * calendar/cal-dst.el (calendar-current-time-zone):
5480 Return calendar-current-time-zone-cache if non-nil.
5481
5482 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5483
5484 * progmodes/which-func.el (which-func-format):
5485 Add mouse-face. (Bug#11698)
5486
5487 2012-06-29 Leo Liu <sdl.web@gmail.com>
5488
5489 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5490
5491 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * minibuffer.el (minibuffer-confirm-exit-commands):
5494 Add completion-at-point (bug#11725).
5495
5496 2012-06-29 Glenn Morris <rgm@gnu.org>
5497
5498 * progmodes/f90.el (f90-font-lock-keywords-2):
5499 Add some preprocessor elements. (Bug#10499)
5500
5501 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5504 Use syntax-propertize (bug#11739).
5505
5506 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5507
5508 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5509
5510 2012-06-28 Julien Danjou <julien@danjou.info>
5511
5512 * term.el (term-handle-colors-array): Use a set of new faces to
5513 color the terminal. Also uses :inverse-video property.
5514 (term-default-fg-color): Set to nil by default, deprecate in favor
5515 of `term-face'.
5516 (term-default-bg-color): Set to nil by default, deprecate in favor
5517 of `term-face'.
5518 (term-current-face): Use `term-face' by default.
5519 (term-bold-attribute): Variable deleted.
5520
5521 2012-06-28 Glenn Morris <rgm@gnu.org>
5522
5523 * simple.el (completion-list-mode-finish):
5524 Don't use toggle-read-only. (Since completion-list-mode has
5525 a special mode-class, it wasn't doing anything extra anyway.)
5526
5527 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 Make inlining of other-mode interpreted functions work (bug#11799).
5530 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5531 (byte-compile): Use it to fix compilation of lexical-binding closures.
5532 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5533 function, if needed.
5534
5535 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * help-mode.el (help-make-xrefs): Don't just withstand
5538 cyclic-variable-indirection but any error in documentation-property.
5539
5540 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5541 memory use.
5542 * bindings.el (bindings--define-key): New function.
5543 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5544 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5545 * bindings.el: Use it to purecopy define-key bindings.
5546
5547 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5548
5549 * emacs-lisp/cl.el (flet): Mark obsolete.
5550 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5551 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5552 * progmodes/js.el (js-c-fill-paragraph):
5553 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5554 (ebrowse-switch-member-buffer-to-derived-class):
5555 * play/5x5.el (5x5-solver): Use cl-flet.
5556
5557 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5558 (cl--symbol-function): New macro.
5559 (cl--letf, cl--letf*): Use it.
5560
5561 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5562 Strip "toggle-" if any.
5563
5564 2012-06-27 Glenn Morris <rgm@gnu.org>
5565
5566 * info.el (Info-default-directory-list): Move here from paths.el.
5567 * paths.el: Remove file, which is now empty.
5568 * loadup.el: No longer load "paths".
5569
5570 * custom.el (custom-initialize-delay): Doc fix.
5571
5572 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5573 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5574 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5575 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5576 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5577 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5578 * eshell/eshell.el (eshell-defgroup): Remove alias.
5579
5580 2012-06-27 Chong Yidong <cyd@gnu.org>
5581
5582 * help.el (help-enable-auto-load): New variable.
5583
5584 * help-fns.el (help-fns--autoloaded-p): New function.
5585 (describe-function-1): Refer to a function as "autoloaded" if it
5586 was autoloaded at any time in the past. Perform autoloading if
5587 help-enable-auto-load is non-nil.
5588
5589 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5590
5591 * makefile.w32-in (compile, compile-always): Depend on
5592 update-subdirs, not on subdirs.el. Otherwise, several different
5593 sub-targets of 'bootstrap' running in parallel could
5594 simultaneously write to subdirs.el, producing a garbled file.
5595
5596 2012-06-26 Sam Steingold <sds@gnu.org>
5597
5598 * files.el (file-name-base): New convenience function.
5599 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5600 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5601 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5602 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5603 * textmodes/ispell.el, textmodes/reftex-ref.el:
5604 * textmodes/tex-mode.el: Use it.
5605 Did not touch cedet and org because they are maintained elsewhere.
5606
5607 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5608
5609 * calendar/calendar.el (calendar-exit): Don't try to delete or
5610 iconify last frame. See:
5611 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5612
5613 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5614
5615 * server.el (server-process-filter): Remember dir in the
5616 process's `server-client-directory' properties.
5617
5618 2012-06-24 Chong Yidong <cyd@gnu.org>
5619
5620 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5621 non-tag text.
5622
5623 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5624
5625 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5626
5627 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * help-fns.el (describe-variable): Don't croak when doc is not found.
5630 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5631 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5632 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5633 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5634 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5635 ((lambda ..) ..).
5636 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5637
5638 2012-06-23 Chong Yidong <cyd@gnu.org>
5639
5640 * info.el (Info-mouse-follow-link): Accept symbol values of
5641 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5642 (Info-fontify-node): Use Info-link-keymap for all navigation
5643 buttons, with link-args property to perform the desired action.
5644 (Info-link-keymap): Doc fix.
5645 (Info-next-link-keymap, Info-prev-link-keymap)
5646 (Info-up-link-keymap): Delete now-unused keymaps.
5647
5648 2012-06-23 Chong Yidong <cyd@gnu.org>
5649
5650 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5651
5652 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5653 system abbrevs.
5654
5655 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5656
5657 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5660 (bug#11719).
5661
5662 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5663 the requote function doesn't work properly (bug#11714).
5664
5665 2012-06-23 Glenn Morris <rgm@gnu.org>
5666
5667 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5668
5669 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 Further GV/CL cleanups.
5672 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5673 gv-expander.
5674 (gv--defun-declaration): New function.
5675 (defun-declarations-alist): Use it.
5676 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5677 (gv-place): Autoload.
5678 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5679 original definition of dotimes and dolist.
5680 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5681 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5682 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5683 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5684 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5685 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5686 to the function's definition.
5687 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5688 * window.el:
5689 * files.el:
5690 * faces.el:
5691 * env.el: Don't use CL.
5692
5693 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5694
5695 Support higher-resolution time stamps (Bug#9000).
5696
5697 * calendar/time-date.el (with-decoded-time-value): New arg
5698 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5699 (encode-time-value): New optional arg PICO. New type 3.
5700 (time-to-seconds) [!float-time]: Support the new picoseconds
5701 component if it's used.
5702 (seconds-to-time, time-subtract, time-add):
5703 Support ps-resolution time stamps as well.
5704
5705 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5706 (timerp): Timer vectors now have length 9, not 8.
5707 (timer--time): Support new-style (4-part) time stamps.
5708 (timer-next-integral-multiple-of-time): Time stamps now have
5709 picosecond resolution, so take a bit more care about rounding.
5710 (timer-relative-time, timer-inc-time): New optional arg psecs.
5711 (timer-set-time-with-usecs): Set psecs to 0.
5712 (timer--activate): Check psecs component, too.
5713
5714 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5715
5716 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5719 Move the non-essential binding to the post/pre-command-hook where it is
5720 more obviously correct.
5721
5722 * subr.el (read-passwd): Don't use a history at all.
5723 * savehist.el (savehist-save): Remove password saved accidentally
5724 because of the above bug.
5725
5726 2012-06-22 Bastien Guerry <bzg@gnu.org>
5727
5728 * files.el (toggle-read-only): Display a message telling whether
5729 the buffer is read-only or not (bug#11726).
5730
5731 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * emacs-lisp/gv.el: New file.
5734 * subr.el (push, pop): Extend to generalized variables.
5735 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5736 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5737 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5738 gv-define-simple-setter, and gv-define-expander.
5739 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5740 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5741 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5742 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5743 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5744 gv-letplace.
5745 (cl-defstruct): Don't define setf-method any more.
5746 * emacs-lisp/cl.el (flet): Don't autoload.
5747 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5748 (define-setf-expander, defsetf, define-modify-macro)
5749 (cl-struct-setf-expander): Move from cl-lib.el.
5750 * emacs-lisp/syntax.el:
5751 * emacs-lisp/ewoc.el:
5752 * emacs-lisp/smie.el:
5753 * emacs-lisp/cconv.el:
5754 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5755 (timer--time): Use gv-define-simple-setter.
5756 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5757 to avoid coding-system problems in subr.el. Adjust all users.
5758 (macroexp--maxsize, macroexp-small-p): New functions.
5759 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5760 * scroll-bar.el (scroll-bar-mode):
5761 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5762 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5763 * winner.el (winner-configuration, winner-make-point-alist)
5764 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5765 * files.el (locate-file-completion-table): Avoid list*.
5766
5767 2012-06-22 Chong Yidong <cyd@gnu.org>
5768
5769 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5770 (dired-create-files): Doc fix (Bug#11329).
5771 (dired-do-copy): Doc fix (Bug#11334).
5772 (dired-mark-read-string): Doc fix (Bug#11553).
5773
5774 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5775 Doc fix (Bug#11326).
5776 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5777 (dired-dwim-target): Doc fix.
5778
5779 * wdired.el (wdired-mode): Doc fix.
5780
5781 2012-06-22 Glenn Morris <rgm@gnu.org>
5782
5783 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5784 (pcmpl-rpm-cache-stamp-file): New constant.
5785 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5786 (pcmpl-rpm-packages): Optionally cache list of packages.
5787
5788 * pcmpl-rpm.el (pcmpl-rpm): New group.
5789 (pcmpl-rpm-query-options): New option.
5790 (pcmpl-rpm-packages): No need to inline it.
5791 Use pcmpl-rpm-query-options.
5792
5793 * calendar/calendar.el (calendar-in-read-only-buffer):
5794 Avoid some needless mode changes.
5795
5796 2012-06-21 Chong Yidong <cyd@gnu.org>
5797
5798 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5799 (desktop-path): Remove . from the default value (Bug#10977).
5800 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5801
5802 2012-06-20 Chong Yidong <cyd@gnu.org>
5803
5804 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5805
5806 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5807
5808 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5809 (bug#11201).
5810
5811 2012-06-20 Chong Yidong <cyd@gnu.org>
5812
5813 * term.el (term-window-width): Handle the case of a missing right
5814 fringe (Bug#8837).
5815 (term-check-size): Use window-text-height (Bug#5445).
5816 (term-mode): Use define-derived-mode. Minor cleanups.
5817 Set font-lock-defaults (Bug#7692).
5818 (term-move-columns, term-insert-char, term-emulate-terminal)
5819 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5820
5821 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * net/ange-ftp.el (ange-ftp-get-passwd):
5824 Bind `enable-recursive-minibuffers'.
5825 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5826
5827 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5828
5829 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5830
5831 2012-06-19 Glenn Morris <rgm@gnu.org>
5832
5833 * progmodes/python.el (python-mode): Derive from prog-mode.
5834
5835 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5836
5837 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5838 (edt-user-menu-bar-update-buffers): New functions.
5839 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5840
5841 2012-06-19 Chong Yidong <cyd@gnu.org>
5842
5843 * subr.el (with-selected-window): Preserve the selected window's
5844 terminal's top-frame (Bug#4702).
5845
5846 * window.el (save-selected-window): Likewise.
5847
5848 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * progmodes/python.el (python-rx-constituents): Move backquote.
5851 (python-skeleton-define, python-define-auxiliary-skeleton):
5852 Use `declare'.
5853
5854 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5855
5856 * minibuffer.el (read-file-name-default): Revert the patch from
5857 2012-06-17.
5858
5859 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5862 (pcase--u1, pcase--q1): Don't use apply-partially.
5863
5864 2012-06-18 Glenn Morris <rgm@gnu.org>
5865
5866 * progmodes/python.el (python-proc, python-buffer)
5867 (python-send-receive, python-send-string): Fix obsolete versions.
5868
5869 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5870
5871 * window.el (special-display-p): Completely remove stringp
5872 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5873
5874 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5875
5876 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5877
5878 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5879
5880 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5881 * net/tramp-sh.el (tramp-maybe-open-connection):
5882 Throw if `non-essential' is non-nil.
5883
5884 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5885
5886 * window.el (special-display-p): Signal an error if BUFFER-NAME
5887 is not a string (Bug#11713).
5888
5889 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5890
5891 * progmodes/python.el (python-info-beginning-of-backslash):
5892 Rename from python-info-beginning-of-backlash, as a spelling fix.
5893
5894 2012-06-17 Chong Yidong <cyd@gnu.org>
5895
5896 * term.el (term-emulate-terminal): If term-check-size is called,
5897 move point to the process mark without resetting point (Bug#4635).
5898
5899 2012-06-17 Glenn Morris <rgm@gnu.org>
5900
5901 * international/mule-cmds.el (mule-menu-keymap)
5902 (set-language-environment, set-locale-environment): Doc tweaks.
5903
5904 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5905
5906 * cus-face.el (custom-face-attributes): Add wave-style underline
5907 attribute.
5908 * faces.el (set-face-attribute): Update docstring to describe
5909 wave-style underline attribute.
5910
5911 2012-06-16 Chong Yidong <cyd@gnu.org>
5912
5913 * term/xterm.el (terminal-init-xterm): Discard input before
5914 querying background mode (Bug#10959).
5915
5916 2012-06-16 Stefan Merten <smerten@oekonux.de>
5917
5918 * textmodes/rst.el: Added and corrected some comments.
5919 (rst-re-alist-def): Improve symbol syntax.
5920 (rst-mode-syntax-table): Correct syntax entries.
5921 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5922 (rst-official-version, rst-official-cvs-rev): Update version
5923 information.
5924
5925 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5926
5927 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5928 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5929
5930 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5931
5932 * progmodes/python.el: New python.el merge.
5933 (python-guess-indent): Obsolete var.
5934 (python-indent-guess-indent-offset): New defcustom.
5935 (python-indent): Obsolete var.
5936 (python-indent-offset): New defcustom.
5937 (python-python-command, python-jython-command): Delete var.
5938 (python-shell-interpreter): New defcustom.
5939 (python-pdbtrack-do-tracking-p): Delete var.
5940 (python-pdbtrack-activate): New defcustom.
5941 (python-use-skeletons): Obsolete var.
5942 (python-skeleton-autoinsert): New defcustom.
5943 (inferior-python-filter-regexp, python-continuation-offset)
5944 (python-honour-comment-indentation, python-indent-string-contents)
5945 (python-jython-packages, python-mode-hook)
5946 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5947 (python-shell-prompt-alist)
5948 (python-source-modes): Delete defcustoms.
5949 (python-check-buffer-name, python-eldoc-setup-code)
5950 (python-eldoc-string-code, python-ffap-setup-code)
5951 (python-ffap-string-code, python-fill-comment-function)
5952 (python-fill-decorator-function, python-fill-paren-function)
5953 (python-fill-string-function, python-imenu-include-defun-type)
5954 (python-imenu-make-tree, python-imenu-subtree-root-label)
5955 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5956 (python-shell-compilation-regexp-alist)
5957 (python-shell-completion-module-string-code)
5958 (python-shell-completion-pdb-string-code)
5959 (python-shell-completion-setup-code)
5960 (python-shell-completion-string-code)
5961 (python-shell-enable-font-lock, python-shell-exec-path)
5962 (python-shell-extra-pythonpaths)
5963 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5964 (python-shell-process-environment)
5965 (python-shell-prompt-block-regexp)
5966 (python-shell-prompt-output-regexp)
5967 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5968 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5969 (python-shell-virtualenv-path): New defcustoms.
5970 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5971 (inferior-python-mode-syntax-table, python--prompt-regexp)
5972 (python-buffer, python-command python-python-command)
5973 (python-default-template, python-imports, python-indent-index)
5974 (python-indent-list, python-indent-list-length)
5975 (python-mode-running, python-pdbtrack-is-tracking-p)
5976 (python-preoutput-continuation, python-preoutput-leftover)
5977 (python-preoutput-result, python-preoutput-skip-next-prompt)
5978 (python-prev-dir/file, python-recursing)
5979 (python-saved-check-command, python-version-checked)
5980 (python-which-func-length-limit)
5981 (view-return-to-alist): Delete vars.
5982 (python-check-custom-command, python-dotty-syntax-table)
5983 (python-imenu-index-alist, python-indent-current-level)
5984 (python-indent-dedenters, python-indent-levels)
5985 (python-nav-beginning-of-defun-regexp)
5986 (python-nav-list-defun-positions-cache)
5987 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5988 (python-shell-internal-buffer)
5989 (python-skeleton-available): New vars.
5990 (def-python-skeleton): Delete macro.
5991 (python-skeleton-define): New macro.
5992 (python-define-auxiliary-skeleton, python-rx): New macros.
5993 (python-insert-class): Delete command.
5994 (python-skeleton-class): New command.
5995 (python-insert-def): Delete command.
5996 (python-skeleton-def): New command.
5997 (python-insert-for): Delete command.
5998 (python-skeleton-for): New command.
5999 (python-insert-if): Delete command.
6000 (python-skeleton-if): New command.
6001 (python-insert-try/except, python-insert-try/finally): Delete commands.
6002 (python-skeleton-try): New command.
6003 (python-insert-while): Delete command.
6004 (python-skeleton-while): New command.
6005 (python-backspace): Delete command.
6006 (python-indent-dedent-line-backspace): New command.
6007 (python-electric-colon): Delete command.
6008 (python-indent-electric-colon): New command.
6009 (python-guess-indent): Delete command.
6010 (python-indent-guess-indent-offset): New command.
6011 (python-shift-left): Delete command.
6012 (python-indent-shift-left): New command.
6013 (python-shift-right): Delete command.
6014 (python-indent-shift-right): New command.
6015 (python-find-function): Delete command.
6016 (python-nav-jump-to-defun): New command.
6017 (python-next-statement): Delete command.
6018 (python-nav-forward-sentence): New command.
6019 (python-previous-statement): Delete command.
6020 (python-nav-backward-sentence): New command.
6021 (python-fill-paragraph): Delete command.
6022 (python-fill-paragraph-function): New command.
6023 (python-send-buffer): Delete command.
6024 (python-shell-send-buffer): New command.
6025 (python-send-defun): Delete command.
6026 (python-shell-send-defun): New command.
6027 (python-send-region, python-send-region-and-go): Delete commands.
6028 (python-shell-send-region)
6029 (python-shell-switch-to-shell): New commands.
6030 (python-send-string): Delete command.
6031 (python-shell-send-string): New command.
6032 (python-switch-to-python): Delete command.
6033 (python-shell-switch-to-shell): New command.
6034 (python-describe-symbol): Delete command.
6035 (python-eldoc-at-point): New command.
6036 (python--set-prompt-regexp, python-args-to-list)
6037 (python-after-info-look, python-check-version)
6038 (python-check-comint-prompt, python-find-imports)
6039 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6040 (python-unload-function, python-expand-template)
6041 (python-maybe-jython, python-preoutput-filter)
6042 (python-pdbtrack-get-source-buffer)
6043 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6044 (python-pdbtrack-toggle-stack-tracking)
6045 (python-pdbtrack-track-stack-file, python-initial-text)
6046 (python-first-word, python-comment-line-p, python-send-command)
6047 (python-setup-brm, python-sentinel, python-set-proc)
6048 (python-skip-out, python-input-filter, python-outdent-p)
6049 (python-outline-level, python-backslash-continuation-line-p)
6050 (python-end-of-block, python-end-of-statement, python-mark-block)
6051 (python-beginning-of-block, python-beginning-of-statement)
6052 (python-blank-line-p, python-beginning-of-string)
6053 (python-open-block-statement-p): Delete functions.
6054 (python-indent-line, python-indent-line-1): Delete functions.
6055 (python-indent-line): New function.
6056 (python-indentation-levels): Delete function.
6057 (python-indent-calculate-levels): New function.
6058 (python-proc): Delete function.
6059 (python-shell-get-process): New function.
6060 (python-send-receive): Delete function.
6061 (python-shell-send-string-no-output): New function.
6062 (python-module-path): Delete function.
6063 (python-ffap-module-path): New function.
6064 (python-completion-at-point)
6065 (python-symbol-completions): Delete functions.
6066 (python-completion-complete-at-point): New function.
6067 (python-load-file): Delete function.
6068 (python-shell-send-file): New function.
6069 (python-calculate-indentation): Delete function.
6070 (python-indent-calculate-indentation): New function.
6071 (python-skip-comments/blanks): Delete function.
6072 (python-util-forward-comment): New function.
6073 (python-continuation-line-p): Delete function.
6074 (python-info-continuation-line-p): New function.
6075 (python-which-func, python-current-defun): Delete function.
6076 (python-info-current-defun): New function.
6077 (python-beginning-of-defun): Delete function.
6078 (python-nav-beginning-of-defun): New function.
6079 (python-close-block-statement-p)
6080 (python-block-end-p): Delete function.
6081 (python-info-closing-block): New function.
6082 (python-comint-output-filter-function)
6083 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6084 (python-fill-comment, python-fill-decorator, python-fill-paren)
6085 (python-fill-string, python-imenu-make-element-tree)
6086 (python-imenu-make-tree, python-imenu-tree-assoc)
6087 (python-indent-context, python-indent-dedent-line)
6088 (python-indent-line-function)
6089 (python-indent-post-self-insert-function)
6090 (python-indent-toggle-levels)
6091 (python-info-assignment-continuation-line-p)
6092 (python-info-beginning-of-backlash)
6093 (python-info-block-continuation-line-p)
6094 (python-info-closing-block-message)
6095 (python-info-line-ends-backslash-p)
6096 (python-info-looking-at-beginning-of-defun)
6097 (python-info-ppss-context, python-info-ppss-context-type)
6098 (python-nav-list-defun-positions, python-nav-read-defun)
6099 (python-nav-sentence-end, python-nav-sentence-start)
6100 (python-pdbtrack-comint-output-filter-function)
6101 (python-pdbtrack-set-tracked-buffer)
6102 (python-shell-calculate-exec-path)
6103 (python-shell-calculate-process-environment)
6104 (python-shell-completion--do-completion-at-point)
6105 (python-shell-completion--get-completions)
6106 (python-shell-completion-complete-at-point)
6107 (python-shell-completion-complete-or-indent)
6108 (python-shell-get-or-create-process)
6109 (python-shell-get-process-name)
6110 (python-shell-internal-get-or-create-process)
6111 (python-shell-internal-get-process-name)
6112 (python-shell-internal-send-string, python-shell-make-comint)
6113 (python-shell-parse-command, python-shell-send-setup-code)
6114 (python-skeleton-add-menu-items)
6115 (python-util-clone-local-variables, python-util-position)
6116 (run-python-internal, python-indentation-levels)
6117 (python-nav-beginning-of-defun)
6118 (python-completion-complete-at-point): New functions.
6119 (run-python): Change arguments. New API requirements.
6120
6121 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6124 (bug#11649).
6125
6126 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6127 (macroexp--expand-all): Use it.
6128
6129 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6130 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6131 Use `cl-function' instead.
6132
6133 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6136 Suggested by Stefan Monnier while discussing bug#11657.
6137
6138 2012-06-14 Sam Steingold <sds@gnu.org>
6139
6140 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6141
6142 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6143
6144 * play/doctor.el (doctor-doc): Remove parameter and use
6145 doctor-sent instead of sent.
6146 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6147
6148 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * files.el: Require cl-lib.
6151 (file-name-non-special): Replace case -> cl-case.
6152
6153 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6154
6155 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6156 mapping from #' to function*.
6157
6158 2012-06-13 Chong Yidong <cyd@gnu.org>
6159
6160 * mouse.el (mouse-drag-track): Do not set the mark if the user
6161 releases the mouse without selecting anything (Bug#11588).
6162
6163 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6164
6165 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6166 as well (bug#11646).
6167
6168 * loadup.el: Count byte-code functions as well.
6169
6170 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6171 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6172
6173 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6174 (bug#11649). Add cl-defun and cl-defmacro.
6175
6176 2012-06-13 Drew Adams <drew.adams@oracle.com>
6177
6178 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6179 Fix last change.
6180
6181 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6184 Otherwise, it blocks in batch mode.
6185
6186 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * help-mode.el (bookmark-make-record-default): Declare.
6189
6190 2012-06-13 Chong Yidong <cyd@gnu.org>
6191
6192 * emacs-lisp/package.el (list-packages): Compute a list of
6193 packages that are newly-available since the last list-packages
6194 invocation.
6195 (package-menu--new-package-list): New var.
6196 (package-menu--generate, package-menu--print-info)
6197 (package-menu--status-predicate, package-menu-mark-install):
6198 Handle new status label "new".
6199
6200 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6203 conversion to backquotes.
6204
6205 2012-06-12 Chong Yidong <cyd@gnu.org>
6206
6207 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6208 Rename from gud-inhibit-global-bindings.
6209
6210 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6211
6212 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6213 hook from nxml-glyph-set-hook.
6214
6215 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6216 declaration.
6217
6218 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6219
6220 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6221 Convert to defcustom.
6222
6223 2012-06-12 Drew Adams <drew.adams@oracle.com>
6224
6225 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6226 New functions.
6227 (help-mode): Use them.
6228
6229 2012-06-11 Glenn Morris <rgm@gnu.org>
6230
6231 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6232 Use preprocessor face for directives.
6233 (fortran-directive-re): Doc fix.
6234
6235 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6238 conversion to backquotes (bug#11652).
6239
6240 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6241 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6242 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6243 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6244 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6245 (cl-ninth, cl-tenth): Mark them as inlinable.
6246 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6247 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6248 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6249 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6250 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6251 (cl-list*, cl-adjoin): Don't put an autoload manually.
6252 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6253 (cl--compiler-macro-list*): Add autoload cookie.
6254 (cl--compiler-macro-cXXr): New function.
6255
6256 * help-fns.el (help-fns--compiler-macro): New function extracted from
6257 describe-function-1; follow aliases and use `compiler-macro' property.
6258 (describe-function-1): Use it.
6259
6260 2012-06-11 Chong Yidong <cyd@gnu.org>
6261
6262 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6263 is uninstalled, if imagemagick is installed.
6264
6265 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * emacs-lisp/cl-lib.el: Use lexical-binding.
6268 (cl-map-extents, cl-maclisp-member): Remove.
6269 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6270 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6271 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6272 * emacs-lisp/cl-extra.el: Use lexical-binding.
6273 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6274 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6275 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6276 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6277 * emacs-lisp/cl-seq.el: Use lexical-binding.
6278 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6279 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6280 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6281 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6282 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6283 CL's internals.
6284
6285 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6286
6287 Sync with Tramp 2.2.6-pre.
6288
6289 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6290 `print-length' and `print-level' to nil, in order to avoid
6291 truncation. Reported by Christopher Schmidt
6292 <christopher@ristopher.com>.
6293
6294 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6295
6296 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6297 New defmacro.
6298 (tramp-compat-copy-directory): Add optional argument
6299 COPY-CONTENTS. It is not handled yet.
6300
6301 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6302 (tramp-ftp-file-name-p): Simplify.
6303
6304 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6305 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6306 connection vector.
6307
6308 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6309 (tramp-methods): Do not use `tramp-password-end-of-line'.
6310 (tramp-completion-function-alist-putty): Handle UNIX case.
6311 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6312 (tramp-do-file-attributes-with-stat)
6313 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6314 gid as real numbers. They could run out of integer range on cygwin.
6315 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6316 (tramp-sh-handle-expand-file-name): Handle hops.
6317 (tramp-open-connection-setup-interactive-shell):
6318 Use `tramp-cleanup'. Move check for busyboxes ...
6319 (tramp-find-shell): ... here. Simplify implementation.
6320 Set "remote-shell" property also for alternative shells.
6321 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6322 If failing, a regular file would be written otherwise.
6323 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6324 (tramp-find-inline-encoding): Cache the coding commands in the
6325 process cache. Apply test command on the remote side, if defined.
6326 (tramp-find-inline-compress): Cache the compress commands in the
6327 process cache.
6328 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6329 when requested. Handle hops.
6330 (tramp-current-connection): New defvar.
6331 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6332 Throw `suppress', if there was a failed connection shortly before.
6333 Handle user interrupt. (Bug#10187)
6334 (tramp-get-inline-compress, tramp-get-inline-coding):
6335 Read connection properties from the process cache.
6336
6337 * net/tramp-smb.el (tramp-smb-server-version)
6338 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6339 New defconsts.
6340 (tramp-smb-prompt): Extend for powershell prompt.
6341 (tramp-smb-file-name-handler-alist): Add handlers for
6342 `process-file', `shell-command' and `start-file-process'.
6343 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6344 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6345 (tramp-smb-file-name-p): Simplify.
6346 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6347 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6348 (tramp-smb-shell-quote-argument): New defuns.
6349 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6350 Implement using "tar". By this, time-stamps are preserved.
6351 (tramp-smb-handle-copy-file): Handle also the case of directories.
6352 (tramp-smb-do-file-attributes-with-stat)
6353 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6354 Use `tramp-get-connection-buffer').
6355 (tramp-smb-handle-rename-file): Use "rename", when source and
6356 target are on the same share.
6357 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6358 Use `tramp-smb-server-version'.
6359 (tramp-smb-wait-for-output): Remove prompt.
6360
6361 * net/tramp.el (top): Require 'cl.
6362 (tramp-methods, tramp-rsh-end-of-line):
6363 Remove `tramp-password-end-of-line' from docstring.
6364 (tramp-save-ad-hoc-proxies): New defcustom.
6365 (tramp-completion-function-alist): Adapt docstring.
6366 (tramp-default-password-end-of-line): Remove defcustom.
6367 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6368 (tramp-user-regexp, tramp-file-name-regexp-unified)
6369 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6370 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6371 (tramp-remote-file-name-spec-regexp): New defconst.
6372 (tramp-file-name-structure): Extend structure for hops.
6373 (tramp-get-method-parameter): Move up.
6374 (tramp-file-name-p, tramp-dissect-file-name)
6375 (with-parsed-tramp-file-name): Handle hops.
6376 (tramp-file-name-hop): New defun.
6377 (tramp-make-tramp-file-name): New optional arg HOP.
6378 (tramp-message-show-progress-reporter-message): New defvar.
6379 (tramp-with-progress-reporter): Use it. We cannot use
6380 `tramp-message-show-message' here, because this suppresses also
6381 error buffers.
6382 (tramp-error-with-buffer): Suppress buffer view, if
6383 `tramp-message-show-message' is nil.
6384 Use `tramp-get-connection-buffer'.
6385 (tramp-cleanup): New defun.
6386 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6387 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6388 an error unchanged.
6389 (tramp-completion-handle-file-name-all-completions): Handle hops.
6390 Fix an error when called from ido.
6391 (tramp-completion-dissect-file-name): Use better local variable
6392 name. Add hop to the vector.
6393 (tramp-handle-insert-file-contents): Use progress-reporter for the
6394 whole scenario.
6395 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6396 to `t'.
6397 (tramp-check-for-regexp): Simplify search.
6398 (tramp-enter-password): Remove it. Move implementation ...
6399 (tramp-action-password): ... here.
6400 (tramp-mode-string-to-int, tramp-local-host-p)
6401 (tramp-make-tramp-temp-file, tramp-read-passwd)
6402 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6403 Set tramp-autoload cookie.
6404
6405 * net/trampver.el: Update release number.
6406
6407 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6408 Michael Albinus <michael.albinus@gmx.de>
6409
6410 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6411 (tramp-parse-group, tramp-parse-file)
6412 (tramp-parse-shostkeys-sknownhosts): New defuns.
6413 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6414 (tramp-parse-shosts-group, tramp-parse-sconfig)
6415 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6416 (tramp-parse-sknownhosts, tramp-parse-hosts)
6417 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6418 Use them.
6419 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6420 (tramp-parse-putty-group): Don't narrow.
6421 (tramp-parse-putty): Make a loop.
6422 (tramp-file-name-handler): Catch the `suppress' signal.
6423
6424 2012-06-11 Chong Yidong <cyd@gnu.org>
6425
6426 * image.el (imagemagick-register-types): Put the ImageMagick entry
6427 at the end of image-type-file-name-regexps.
6428
6429 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6430
6431 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6432 (pcase, pcase-let*, pcase-dolist): Use them.
6433
6434 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * emacs-lisp/pcase.el (pcase--let*): New function.
6437 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6438 (pcase--expand): Use macroexp-let².
6439
6440 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6443 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6444 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6445 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6446 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6447 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6448
6449 2012-06-10 Glenn Morris <rgm@gnu.org>
6450
6451 * mail/rmail.el (rmail-yank-current-message): Leave point at
6452 correct position. (Bug#11660)
6453
6454 2012-06-10 Chong Yidong <cyd@gnu.org>
6455
6456 * allout-widgets.el: Fix code header.
6457
6458 2012-06-10 Chong Yidong <cyd@gnu.org>
6459
6460 * cus-edit.el (customize-changed-options-previous-release):
6461 Bump to 24.1.
6462
6463 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6464
6465 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6466
6467 2012-06-09 Chong Yidong <cyd@gnu.org>
6468
6469 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6470
6471 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6472
6473 * window.el (special-display-popup-frame): Don't use
6474 window--display-buffer (Bug#11651).
6475
6476 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6477
6478 Fix parallel builds: make sure loaddefs.el is not being written
6479 while Lisp files are compiled.
6480 (compile): Don't depend on 'mh-autoloads'.
6481 (compile-CMD, compile-SH): Depend on 'autoloads'.
6482 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6483
6484 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6485
6486 2012-06-09 Chong Yidong <cyd@gnu.org>
6487
6488 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6489 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6490 Doc fixes (Bug#11225).
6491
6492 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6495 a function if there's a clear indication that it has a compiler-macro.
6496 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6497 (macro-declarations-alist): Add arglist to declaration functions.
6498 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6499 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6500 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6501 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6502 Also add autoload to find the compiler macro.
6503 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6504 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6505 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6506 (cl--compiler-macro-get): New functions, replacing calls to
6507 cl-define-compiler-macro.
6508 (cl-typep) [compiler-macro]: Use macroexp-let².
6509
6510 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6511
6512 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6513 string properly, fixes Bug#11473.
6514
6515 2012-06-08 Chong Yidong <cyd@gnu.org>
6516
6517 * faces.el (set-face-attribute): Doc fix.
6518 (modify-face): Don't use :bold and :italic.
6519 (error, warning, success): Tweak definitions.
6520
6521 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6522 (custom-modified, custom-set, custom-changed, custom-themed)
6523 (custom-saved, custom-button, custom-button-mouse)
6524 (custom-button-pressed, custom-state, custom-comment-tag)
6525 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6526 (custom-group-subtitle): Use new-style face specs.
6527 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6528 (custom-set-face, custom-changed-face, custom-saved-face)
6529 (custom-button-face, custom-button-pressed-face)
6530 (custom-documentation-face, custom-state-face)
6531 (custom-comment-face, custom-comment-tag-face)
6532 (custom-variable-tag-face, custom-variable-button-face)
6533 (custom-face-tag-face, custom-group-tag-face-1)
6534 (custom-group-tag-face): Remove obsolete face alias.
6535
6536 * epa.el (epa-validity-high, epa-validity-medium)
6537 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6538 (epa-field-name, epa-field-body):
6539 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6540 (font-lock-keyword-face, font-lock-builtin-face)
6541 (font-lock-function-name-face, font-lock-variable-name-face)
6542 (font-lock-type-face, font-lock-constant-face):
6543 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6544 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6545 * speedbar.el (speedbar-button-face, speedbar-file-face)
6546 (speedbar-directory-face, speedbar-tag-face)
6547 (speedbar-selected-face, speedbar-highlight-face)
6548 (speedbar-separator-face):
6549 * whitespace.el (whitespace-newline, whitespace-space)
6550 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6551 (whitespace-line, whitespace-space-before-tab)
6552 (whitespace-space-after-tab, whitespace-indentation)
6553 (whitespace-empty):
6554 * emulation/cua-base.el (cua-global-mark):
6555 * eshell/em-prompt.el (eshell-prompt):
6556 * net/newst-plainview.el (newsticker-new-item-face)
6557 (newsticker-old-item-face, newsticker-immortal-item-face)
6558 (newsticker-obsolete-item-face, newsticker-date-face)
6559 (newsticker-statistics-face, newsticker-default-face):
6560 * net/newst-reader.el (newsticker-feed-face)
6561 (newsticker-extra-face, newsticker-enclosure-face):
6562 * net/newst-treeview.el (newsticker-treeview-face)
6563 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6564 (newsticker-treeview-immortal-face)
6565 (newsticker-treeview-obsolete-face)
6566 (newsticker-treeview-selection-face):
6567 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6568 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6569 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6570 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6571 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6572 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6573 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6574 (mpuz-text):
6575 * progmodes/vera-mode.el (vera-font-lock-number)
6576 (vera-font-lock-function, vera-font-lock-interface):
6577 * textmodes/table.el (table-cell): Use new-style face specs, and
6578 don't use the old :bold and :italic attributes.
6579
6580 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6581 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6582 (ebrowse-member-class, ebrowse-progress): Likewise.
6583 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6584 (ebrowse-file-name-face, ebrowse-default-face)
6585 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6586 (ebrowse-progress-face): Remove obsolete faces.
6587
6588 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6589 Inherit from error and warning faces respectively.
6590
6591 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6592 Likewise.
6593 (flyspell-incorrect-face, flyspell-duplicate-face):
6594 Remove obsolete aliases.
6595
6596 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6597
6598 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6599 Avoid infloop.
6600
6601 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * startup.el (argv, argi): Make lexically scoped.
6604 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6605 * emacs-lisp/cl-macs.el: Use lexical-binding.
6606 Rename cl-bind-* to cl--bind-*.
6607 * files.el: Don't require `cl' since it doesn't use it.
6608 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6609
6610 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6613 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6614 instead of calling external sort utility.
6615 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6616
6617 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6618
6619 * descr-text.el (describe-char): Mention how to insert the
6620 character, if the current input method doesn't support it.
6621 See the discussion in this thread for the details:
6622 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6623
6624 2012-06-08 Sam Steingold <sds@gnu.org>
6625
6626 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6627 XF86Back to previous-buffer.
6628 (minibuffer-local-map): Bind them to next-history-element and
6629 previous-history-element respectively.
6630 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6631 help-go-back respectively.
6632 * info.el (Info-mode-map): Bind them to Info-history-forward and
6633 Info-history-back respectively.
6634 These are the keys next to Up on the ThinkPad keyboard.
6635
6636 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6639 * emacs-lisp/cl-macs.el: Provide itself.
6640 (cl--labels-convert-cache): New var.
6641 (cl--labels-convert): New function.
6642 (cl-flet, cl-labels): New implementation with new semantics, relying on
6643 lexical-binding.
6644 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6645 (cl-closure-vars, cl--function-convert-cache)
6646 (cl--function-convert): Move from cl-macs.el.
6647 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6648 rename by removing the "cl-" prefix.
6649 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6650
6651 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6654 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6655 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6656 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6657 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6658 (cl-hash-table-count): Add old compatibility aliases.
6659
6660 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6661 Use macroexpand-all-environment instead.
6662 (cl--old-macroexpand): New var.
6663 (cl--sm-macroexpand): New function.
6664 (cl-symbol-macrolet): Use it during macro expansion.
6665 (cl--function-convert-cache): New var.
6666 (cl--function-convert): New function, extracted from
6667 cl-macroexpand-all.
6668 (cl-lexical-let): Use it.
6669
6670 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6671 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6672 (cl-member): Remove old alias.
6673
6674 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6675 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6676 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6677 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6678 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6679 (cl-macroexpand-cmacs): Remove var.
6680 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6681 Use macroexpand-all instead.
6682
6683 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6686 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6687 (macroexp-copyable-p): New functions and macros.
6688 * emacs-lisp/edebug.el (edebug-unwrap):
6689 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6690 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6691 (pcase--let*): Remove.
6692 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6693 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6694 macroexp-const-p instead.
6695 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6696
6697 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6698 instead of "cl-" for internal definitions. Use macroexp-const-p.
6699 (cl-old-bc-file-form): Remove var.
6700 (cl-const-exprs-p): Remove fun.
6701 (cl-labels, cl-macrolet): Use backquote.
6702 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6703 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6704 (cl-define-setf-expander): Rename from cl-define-setf-method.
6705 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6706
6707 * international/mule-cmds.el: Don't require CL.
6708 (view-hello-file): Don't use `letf'.
6709
6710 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * tmm.el (tmm-prompt): Use string-prefix-p.
6713 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6714 (tmm-add-prompt): Use minibuffer-completion-help.
6715 (tmm-delete-map): Remove.
6716
6717 * subr.el (kbd): Make it its own function.
6718
6719 2012-06-07 Stefan Merten <smerten@oekonux.de>
6720
6721 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6722 Silence compiler warnings. Fix versions.
6723 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6724 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6725 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6726 (rst-package-emacs-version-alist): Correct Emacs version to
6727 represent major merge with upstream.
6728 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6729
6730 2012-06-06 Glenn Morris <rgm@gnu.org>
6731
6732 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6733 Only print environment variables if set.
6734
6735 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6738 (macroexp--cons): Rename from maybe-cons.
6739 (macroexp--accumulate): Rename from macroexp-accumulate.
6740 (macroexp--all-forms): Rename from macroexpand-all-forms.
6741 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6742 (macroexp--expand-all): Rename from macroexpand-all-1.
6743
6744 2012-06-06 Sam Steingold <sds@gnu.org>
6745
6746 * calendar/calendar.el (calendar-in-read-only-buffer):
6747 Call `special-mode' to enable the standard read-only keybindings.
6748
6749 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6752 with "loading" messages (bug#11635).
6753
6754 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6755
6756 * files.el (enable-remote-dir-locals): New option.
6757 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6758
6759 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6760 Ensure, that the temp directory is local.
6761
6762 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6763 `temporary-file-directory'.
6764
6765 * progmodes/python.el (python-send-region): Ensure, that the
6766 temporary file is created also in the remote case.
6767
6768 2012-06-06 Glenn Morris <rgm@gnu.org>
6769
6770 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6771 (vc-rcs-update-changelog): Use it.
6772
6773 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6774
6775 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6776 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6777 (vc-sccs-diff): Replace use of the external vcdiff script.
6778
6779 2012-06-05 Glenn Morris <rgm@gnu.org>
6780
6781 * ledit.el: Move to obsolete/.
6782
6783 2012-06-05 Sam Steingold <sds@gnu.org>
6784
6785 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6786 patch (Bug#11140).
6787
6788 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * emacs-lisp/cust-print.el: Move to obsolete.
6791
6792 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6793 compiler-macro expansion.
6794
6795 Add native compiler-macro support.
6796 * emacs-lisp/macroexp.el (macroexpand-all-1):
6797 Support compiler-macros directly. Properly follow aliases and apply
6798 the compiler macros more thoroughly.
6799 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6800 macroexpand now properly follows aliases.
6801 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6802 (cl-compiler-macroexpand): Use new prop.
6803 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6804
6805 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6806
6807 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6808
6809 * window.el (get-lru-window, get-mru-window, get-largest-window):
6810 New argument NOT-SELECTED to avoid picking the selected window.
6811 (window--display-buffer-1, window--display-buffer-2): Replace by
6812 new function window--display-buffer
6813 (display-buffer-same-window, display-buffer-reuse-window)
6814 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6815 Use window--display-buffer.
6816 (display-buffer-use-some-window): Remove temporary dedication
6817 hack by calling get-lru-window and get-largest-window with
6818 NOT-SELECTED argument non-nil. Call window--display-buffer.
6819
6820 2012-06-05 Glenn Morris <rgm@gnu.org>
6821
6822 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6823 Replace external vcdiff script.
6824
6825 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6828
6829 2012-06-04 Chong Yidong <cyd@gnu.org>
6830
6831 * image.el (imagemagick-types-inhibit): Revert last change.
6832 Add INFO and M.
6833 (imagemagick-enabled-types): Remove CIN and EPS*.
6834
6835 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * emacs-lisp/cl-lib.el: Rename from cl.el.
6838 * emacs-lisp/cl.el: New compatibility file.
6839 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6840 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6841 to obey the "cl-" prefix.
6842 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6843
6844 2012-06-03 Glenn Morris <rgm@gnu.org>
6845
6846 * emacs-lisp/authors.el (authors-aliases): Addition.
6847
6848 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6849 Fix :version.
6850
6851 2012-06-03 Stefan Merten <smerten@oekonux.de>
6852
6853 * textmodes/rst.el: Add comments.
6854 (rst-transition, rst-adornment): New faces.
6855 (rst-adornment-faces-alist): Make default safe to reevaluate.
6856 Fixes
6857 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6858 Improve customization tags.
6859 (rst-define-level-faces): Clarify meaning.
6860
6861 2012-06-03 Chong Yidong <cyd@gnu.org>
6862
6863 * progmodes/compile.el (compilation-mode-line-fail)
6864 (compilation-mode-line-run, compilation-mode-line-exit):
6865 New faces.
6866 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6867
6868 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6869
6870 * progmodes/which-func.el (which-func-update-ediff-windows):
6871 New function. Use it in ediff-select-hook (Bug#11478).
6872
6873 2012-06-03 Chong Yidong <cyd@gnu.org>
6874
6875 * bindings.el: Remove explicit help text from format-mode-line.
6876 It is now supplied by mode-line-default-help-echo.
6877 (mode-line-front-space, mode-line-end-spaces)
6878 (mode-line-misc-info): New variables.
6879 (mode-line-modes, mode-line-position): Move the default value to
6880 the variable definition.
6881 (mode-line-default-help-echo): New defcustom.
6882 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6883 (mode-line-modified-help-echo): New functions.
6884 (mode-line-mule-info, mode-line-modified): Use them.
6885 (mode-line-eol-desc, propertized-buffer-identification):
6886 Consistency fixes for help text.
6887 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6888 set-buffer-file-coding-system (Bug#289).
6889 (mode-line-mule-info-help-echo): Update help text.
6890
6891 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 * simple.el (execute-extended-command): Set real-this-command
6894 (bug#11506).
6895
6896 2012-06-02 Chong Yidong <cyd@gnu.org>
6897
6898 Remove incorrect uses of "modeline" in comments, docstrings, and
6899 function/variable names (Bug#10329).
6900
6901 * cus-edit.el (mode-line):
6902 * dframe.el (dframe-mouse-hscroll):
6903 * emacs-lisp/re-builder.el:
6904 * emacs-lisp/easy-mmode.el (define-minor-mode):
6905 * frame.el (set-frame-name):
6906 * help.el (lookup-minor-mode-from-indicator):
6907 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6908 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6909 (c-toggle-hungry-state):
6910 * progmodes/antlr-mode.el (antlr-language-alist):
6911 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6912 * progmodes/vhdl-mode.el (vhdl-mode):
6913 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6914 * term/ns-win.el (ns-face-at-pos):
6915 * term/sup-mouse.el (sup-mouse-report):
6916 * textmodes/flyspell.el (flyspell-mode-line-string):
6917 * textmodes/ispell.el (ispell-highlight-face):
6918 * textmodes/reftex-global.el:
6919 * vc/vc-arch.el (vc-arch-mode-line-string):
6920 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6921 * vc/vc-git.el (vc-git-mode-line-string):
6922 * vc/vc-hooks.el (vc-display-status)
6923 (vc-default-mode-line-string):
6924 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6925
6926 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6927
6928 * dired.el (dired-sort-set-mode-line): Rename from
6929 dired-sort-set-modeline. All callers changed.
6930
6931 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6932 eshell-status-in-modeline.
6933
6934 * foldout.el (foldout-mode-line-string): Rename from
6935 foldout-modeline-string. All callers changed.
6936 (foldout-update-mode-line): Rename from foldout-update-modeline.
6937
6938 * subr.el (redraw-modeline): Make into obsolete alias.
6939
6940 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6941 timeclock-modeline-display. Make old name an alias.
6942 (timeclock-update-mode-line): Likewise. All callers changed.
6943 (timeclock-mode-line-display): No need to check before using
6944 add-hook.
6945 (timeclock-relative, timeclock-day-over-hook)
6946 (timeclock-use-elapsed, timeclock-mode-string)
6947 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6948
6949 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6950 crisp-mode-modeline-string.
6951
6952 * play/solitaire.el (solitaire-build-mode-line): Rename from
6953 solitaire-build-modeline. All callers changed.
6954
6955 * play/zone.el (zone-hiding-mode-line): Rename from
6956 zone-hiding-modeline. All callers changed.
6957 (zone): Remove unusued `modeline-hidden-level' property.
6958
6959 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6960 xscheme-modeline-initialize. All callers changed.
6961
6962 * strokes.el (strokes-lighter): Rename from
6963 strokes-modeline-string.
6964
6965 * textmodes/sgml-mode.el (html-face-tag-alist)
6966 (html-tag-face-alist): Use mode-line face instead of obsolete
6967 alias modeline.
6968
6969 2012-06-02 Stefan Merten <smerten@oekonux.de>
6970
6971 * textmodes/rst.el: Always require `cl'.
6972 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6973
6974 2012-06-02 Chong Yidong <cyd@gnu.org>
6975
6976 * image.el (imagemagick-enabled-types): Rename from
6977 imagemagick-types-enable. Add many more types.
6978 (imagemagick-types-inhibit): Change default to nil.
6979 (imagemagick-filter-types): Caller changed.
6980
6981 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * emacs-lisp/cl-macs.el: Use backquotes.
6984 (cl-transform-function-property): Use eval-and-compile rather than
6985 abusing `require'.
6986 (defstruct): Use declare-function instead of with-no-warnings.
6987
6988 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6989 (byte-compile-output-docform): Re-add the print-circle bindings.
6990 (byte-compile-fix-header): Use #$ just because it's shorter.
6991 (byte-compile-output-file-form): Remove defun/defmacro.
6992
6993 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6994
6995 * simple.el (choose-completion): Remove now obsolete binding for
6996 owindow.
6997
6998 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7001 in order to avoid "Stack overflow in regexp matcher".
7002
7003 2012-05-31 Glenn Morris <rgm@gnu.org>
7004
7005 * image.el: For clarity, call imagemagick-register-types at
7006 top-level, rather than relying on a custom :initialize.
7007 (imagemagick-types-enable): New option. (Bug#11557)
7008 (imagemagick-filter-types): New function. (Bug#7406)
7009 (imagemagick-register-types): Use imagemagick-filter-types.
7010 If disabling support, remove elements altogether rather
7011 than using an impossible regexp.
7012 (imagemagick-types-inhibit): Give it the default init function.
7013
7014 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7017 Handle arbitrary file name lengths (Bug#11585).
7018
7019 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7020
7021 * desktop.el (desktop-read): Clear previous and next buffers for
7022 all windows and bury *Messages* buffer (bug#11556).
7023
7024 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 Add `declare' for `defun'. Align `defmacro's with it.
7027 * emacs-lisp/easy-mmode.el (define-minor-mode)
7028 (define-globalized-minor-mode): Don't autoload the var definitions.
7029 * emacs-lisp/byte-run.el: Use lexical-binding.
7030 (defun-declarations-alist, macro-declarations-alist): New vars.
7031 (defmacro, defun): Use them.
7032 (make-obsolete, define-obsolete-function-alias)
7033 (make-obsolete-variable, define-obsolete-variable-alias):
7034 Use `declare'.
7035 (macro-declaration-function): Mark obsolete.
7036 * emacs-lisp/autoload.el: Use lexical-binding.
7037 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7038
7039 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7040
7041 * textmodes/ispell.el (ispell-with-no-warnings):
7042 Define as a macro.
7043 (ispell-kill-ispell, ispell-change-dictionary):
7044 Use `called-interactively-p' for Emacs instead of obsolete
7045 `interactive-p'.
7046
7047 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7050 (macro-declaration-function): Move var from C code.
7051 (macro-declaration-function): Define function with defalias.
7052 * emacs-lisp/macroexp.el (macroexpand-all-1):
7053 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7054 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7055 defun/defmacro any more.
7056 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7057 Provide fallback for unknown arglist.
7058 (byte-compile-arglist-warn): Change calling convention.
7059 (byte-compile-output-file-form): Move print-vars binding.
7060 (byte-compile-output-docform): Simplify accordingly.
7061 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7062 (byte-compile-defmacro-declaration): Remove.
7063 (byte-compile-file-form-defmumble): Generalize to defalias.
7064 (byte-compile-output-as-comment): Return byte-positions.
7065 Simplify callers accordingly.
7066 (byte-compile-lambda): Use `assert'.
7067 (byte-compile-defun, byte-compile-defmacro): Remove.
7068 (byte-compile-file-form-defalias):
7069 Use byte-compile-file-form-defmumble.
7070 (byte-compile-defalias-warn): Remove.
7071
7072 2012-05-29 Stefan Merten <smerten@oekonux.de>
7073
7074 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7075 possible. Fix authors. Improve comments. Improve loading of `cl'.
7076
7077 (rst-mode-abbrev-table): Merge definition.
7078 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7079 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7080
7081 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7082
7083 * calendar/icalendar.el
7084 (icalendar-export-region): Export UID properly.
7085
7086 2012-05-29 Leo Liu <sdl.web@gmail.com>
7087 * calendar/icalendar.el (icalendar-import-format):
7088 Add `icalendar-import-format-uid' (Bug#11525).
7089 (icalendar-import-format-uid): New.
7090 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7091 Export UID.
7092
7093 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7096 different alternative patterns.
7097 (pcase-codegen): Be more careful to preserve identity.
7098 (pcase--u1): Don't forget to mark vars as used.
7099
7100 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7101 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7102 (byte-compile-from-buffer): ...rather than here.
7103
7104 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7105 functions from byte-compile-function-environment.
7106
7107 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7108
7109 * window.el (window-deletable-p): Avoid deleting the root window
7110 of a frame with an active minibuffer.
7111
7112 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7113
7114 * simple.el (choose-completion): Use quit-window (Bug#11567).
7115
7116 2012-05-29 Chong Yidong <cyd@gnu.org>
7117
7118 * whitespace.el (whitespace-cleanup): Fix usage of
7119 whitespace-empty-at-bob-regexp (Bug#11492).
7120
7121 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7122
7123 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7124 revert (Bug#11488).
7125
7126 2012-05-29 Juri Linkov <juri@jurta.org>
7127
7128 * isearch.el (isearch-mode-map): Bind `M-s _' to
7129 `isearch-toggle-symbol'. Bind `M-s c' to
7130 `isearch-toggle-case-fold'.
7131 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7132 (isearch-forward): Add `M-s _' to the docstring.
7133 (isearch-forward-symbol, isearch-toggle-case-fold)
7134 (isearch-symbol-regexp): New functions. (Bug#11381)
7135
7136 2012-05-29 Juri Linkov <juri@jurta.org>
7137
7138 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7139 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7140 a function, call it to get the regexp.
7141 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7142 property `isearch-message-prefix' instead of the string "word ".
7143 (isearch-search-fun-default): For the case of `isearch-word',
7144 return a lambda that calls re-search-forward/re-search-backward
7145 with a regexp returned by `word-search-regexp' or by the function
7146 in `isearch-word'.
7147
7148 2012-05-29 Juri Linkov <juri@jurta.org>
7149
7150 * isearch.el (isearch-search-fun-default): New function.
7151 (isearch-search-fun): Move default part to the new function
7152 `isearch-search-fun-default'.
7153 (isearch-search-fun-function): Set the default value to
7154 `isearch-search-fun-default'. (Bug#11381)
7155
7156 * comint.el (comint-history-isearch-end):
7157 Use `isearch-search-fun-default'.
7158 (comint-history-isearch-search): Use `isearch-search-fun-default'
7159 and remove spacial case for `isearch-word'.
7160 (comint-history-isearch-wrap): Remove spacial case for
7161 `isearch-word'.
7162
7163 * hexl.el (hexl-isearch-search-function):
7164 Use `isearch-search-fun-default'.
7165
7166 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7167 Use `word-search-regexp' for `isearch-word'.
7168
7169 * misearch.el (multi-isearch-search-fun):
7170 Use `isearch-search-fun-default'.
7171
7172 * simple.el (minibuffer-history-isearch-search):
7173 Use `isearch-search-fun-default' and remove spacial case for
7174 `isearch-word'.
7175 (minibuffer-history-isearch-wrap): Remove spacial case for
7176 `isearch-word'.
7177
7178 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7179 Remove spacial case for `isearch-word'.
7180 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7181
7182 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7183
7184 Decrease XEmacs incompatibilities.
7185 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7186 Use `string-match'.
7187 (flyspell-delete-region-overlays): Use alternative definition for
7188 XEmacs.
7189 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7190 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7191 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7192 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7193 `define-obsolete-face-alias' under XEmacs, but old method.
7194
7195 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7196 `with-no-warnings' definition or Emacs alias.
7197 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7198 (ispell-word): Do not use `region-p' if XEmacs.
7199
7200 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7201
7202 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7203 Check for `ispell-dictionary-base-alist' instead of full
7204 `ispell-dictionary-alist'.
7205 (ispell-init-process): Show spellchecker when starting new Ispell
7206 process.
7207
7208 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7211 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7212
7213 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * version.el (motif-version-string, gtk-version-string)
7216 (ns-version-string): Declare.
7217
7218 2012-05-27 Juri Linkov <juri@jurta.org>
7219
7220 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7221 after the `eval-defun-1' specialcaseing
7222 like in `edebug-eval-defun' (bug#10181).
7223
7224 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7225 like in `eval-defun-1'.
7226
7227 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7228
7229 * mail/sendmail.el (mail-yank-region):
7230 Recognize rmail-yank-current-message in addition to insert-buffer.
7231 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7232 a *mail* buffer created through rmail-start-mail with sendmail as
7233 mail-user-agent.
7234
7235 2012-05-27 Chong Yidong <cyd@gnu.org>
7236
7237 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7238 Default to 256 (Bug#11267).
7239
7240 * help.el (describe-mode): Doc fix.
7241
7242 2012-05-26 Glenn Morris <rgm@gnu.org>
7243
7244 * w32-fns.el (w32-init-info): Remove.
7245 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7246
7247 * info.el (info-initialize): For self-contained NS builds, put the
7248 included info/ directory at the front. (Bug#2791)
7249
7250 * paths.el (Info-default-directory-list): Make it a defcustom,
7251 mainly so that we can use custom-initialize-delay.
7252
7253 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * subr.el (buffer-has-markers-at): Mark obsolete.
7256
7257 * subr.el (lambda): Use declare.
7258
7259 * emacs-lisp/lisp-mode.el (lambda):
7260 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7261
7262 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7263
7264 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7265
7266 2012-05-26 Glenn Morris <rgm@gnu.org>
7267
7268 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7269
7270 2012-05-25 Glenn Morris <rgm@gnu.org>
7271
7272 * paths.el: Remove no-byte-compile.
7273 * loadup.el: No need to load paths.el uncompiled.
7274
7275 * image.el (imagemagick-types-inhibit): Doc fix.
7276
7277 * version.el: Remove no-byte-compile and associated formatting.
7278 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7279 is ancient code from when there was an "inc-vers.el".
7280
7281 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * progmodes/gdb-mi.el: Minor style changes.
7284 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7285 Turn into minor modes.
7286 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7287 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7288 (gdb-shell): Remove unneeded let-binding.
7289 (gdb-get-many-fields): Eliminate O(n²) behavior.
7290
7291 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7292
7293 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7294 platforms that don't link in fontset.c.
7295
7296 2012-05-25 Juri Linkov <juri@jurta.org>
7297
7298 Use the same diff color scheme as in modern VCSes (bug#10181).
7299
7300 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7301 to avoid confusion with `diff-added' that now uses green colors.
7302 (diff-removed): Use shades of red.
7303 (diff-added): Use shades of green.
7304 (diff-changed): Leave just the yellow color.
7305 (diff-use-changed-face): New variable.
7306 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7307 how to highlight context diff changes.
7308 (diff-refine-change): Use shades of yellow.
7309 (diff-refine-removed): New face that uses shades of red.
7310 (diff-refine-added): New face that uses shades of green.
7311 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7312 `diff-refine-removed' in the call to `smerge-refine-subst'
7313 depending on the value of `diff-use-changed-face'.
7314
7315 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7316 (smerge-other): Use shades of green.
7317 (smerge-base): Use shades of yellow.
7318 (smerge-refined-change): Empty face.
7319 (smerge-refined-removed): New face that uses shades of red.
7320 (smerge-refined-added): New face that uses shades of green.
7321 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7322 args `props-r' and `props-a', and use them. Doc fix.
7323 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7324 on its value use different faces `smerge-refined-change',
7325 `smerge-refined-removed', `smerge-refined-added' in the call to
7326 `smerge-refine-subst'.
7327
7328 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7329 Add face condition `min-colors 88' with shades of red.
7330 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7331 `min-colors 88' with shades of green.
7332 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7333 `min-colors 88' with shades of yellow.
7334
7335 2012-05-24 Glenn Morris <rgm@gnu.org>
7336
7337 * paths.el (prune-directory-list, remote-shell-program): Move to...
7338 * files.el (prune-directory-list, remote-shell-program): ...here.
7339 For the latter, delay initialization, prefer ssh, just search PATH.
7340
7341 * paths.el (term-file-prefix): Move to faces.el (the only user).
7342 * faces.el (term-file-prefix): Move here, make it a defcustom.
7343
7344 * paths.el (news-directory, news-path, news-inews-program):
7345 Move to gnus/nnspool.el.
7346
7347 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7348
7349 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7350 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7351 Make the latter a defcustom, with a delayed initialization.
7352
7353 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7354 These were deleted from Gnus itself late 2010.
7355
7356 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7357
7358 * progmodes/which-func.el (which-func-ff-hook):
7359 Check against user-error, not error.
7360
7361 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7362 cl-specs.el, which no longer exists.
7363
7364 2012-05-22 Glenn Morris <rgm@gnu.org>
7365
7366 * info.el (info-emacs-bug): New command.
7367 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7368 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7369
7370 2012-05-21 Glenn Morris <rgm@gnu.org>
7371
7372 * makefile.w32-in (update-subdirs-SH):
7373 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7374
7375 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7378
7379 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7380 Simplify Maven regexp, and make sure the file can't start with a space
7381 (bug#11517).
7382
7383 2012-05-21 Glenn Morris <rgm@gnu.org>
7384
7385 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7386 Scrap superfluous subshells.
7387
7388 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7391 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7392
7393 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7394
7395 * calc/calc.el (calc-ensure-consistent-units): New variable.
7396
7397 * calc/calc-units.el (math-consistent-units-p)
7398 (math-check-unit-consistency): New functions.
7399 (calc-quick-units, calc-convert-units):
7400 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7401 is non-nil.
7402 (calc-extract-units): Fix typo.
7403
7404 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7407
7408 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7409 (flyspell-default-deplacement-commands): Don't spell check after
7410 repeated window/frame switches (e.g. triggered by mouse-movement).
7411 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7412 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7413 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7414 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7415 Remove unused vars.
7416 (flyspell-get-casechars, flyspell-get-not-casechars):
7417 Simplify; Don't bother removing a ] just to add it back.
7418 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7419
7420 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7421
7422 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7423 New functions.
7424 (math-function-table): Add support for more C functions.
7425
7426 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7427
7428 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7429 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7430 Protect delay handling for otherchars against empty otherchars.
7431
7432 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7435 their respective macro declarations.
7436 * skeleton.el (define-skeleton):
7437 * progmodes/compile.el (define-compilation-mode):
7438 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7439 (define-ibuffer-filter):
7440 * emacs-lisp/generic.el (define-generic-mode):
7441 * emacs-lisp/easy-mmode.el (define-minor-mode)
7442 (define-globalized-minor-mode):
7443 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7444 * emacs-lisp/byte-run.el (defsubst):
7445 * custom.el (deftheme): Add doc-string metadata.
7446
7447 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7450
7451 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7454
7455 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7456 * emacs-lisp/cl-macs.el: Idem.
7457 * emacs-lisp/cl-specs.el: Remove.
7458
7459 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 Minor renaming of internal CL functions and variables.
7462 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7463 (cl--position): Rename from cl-position.
7464 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7465 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7466 (cl--random-state): Rename from *random-state*.
7467
7468 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7471 parens around the arg list (bug#11499).
7472
7473 2012-05-17 Juri Linkov <juri@jurta.org>
7474
7475 * isearch.el (word-search-regexp, word-search-backward)
7476 (word-search-forward, word-search-backward-lax)
7477 (word-search-forward-lax): Move functions from search.c
7478 (bug#10145, bug#11381).
7479
7480 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7481
7482 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7483 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7484 Delay for otherchars as for normal word components.
7485
7486 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * minibuffer.el (completion--sifn-requote): Fix last change.
7489 (minibuffer-local-must-match-filename-map):
7490 Move define-obsolete-variable-alias before its var.
7491
7492 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7495
7496 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7497 behavior.
7498 (completion--string-equal-p): New function.
7499 (completion--twq-all): Use it to get better assertion failure data.
7500
7501 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7502 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7503 (shell--requote-argument): New functions.
7504 (shell-completion-vars): Use them.
7505 (shell--parse-pcomplete-arguments): Rename from
7506 shell-parse-pcomplete-arguments.
7507 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7508 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7509 Obey comint-file-name-quote-list.
7510
7511 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7512 (smie-indent-keyword): Use it.
7513
7514 2012-05-14 Stefan Merten <smerten@oekonux.de>
7515
7516 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7517
7518 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * net/rlogin.el (rlogin-mode-map): Fix last change.
7521
7522 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7523
7524 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7525 the following \r\n using a single `process-send-string', since the
7526 Lotus SMTP server refuses to accept any commands if they are sent
7527 with two `process-send-string's (Bug#11444).
7528
7529 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * shell.el (shell-parse-pcomplete-arguments):
7532 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7533
7534 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7535
7536 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7537 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7538 (image-transform-width, image-transform-fit-width): New functions.
7539 (image-transform-properties): Use them.
7540 (image-transform-check-size): New function.
7541 (image-toggle-display-image): Use it (for testing).
7542 (image-transform-set-rotation): Reduce angle mod 360.
7543 Delete obsolete comment.
7544
7545 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7546
7547 * image-mode.el: Fix scaling (bug#11399).
7548 (image-transform-resize): Doc fix.
7549 (image-transform-properties): Default scale is 1 and height should
7550 be an integer.
7551
7552 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7553
7554 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7555 than hard-coding `car', to fix misbehavior when moving forward.
7556
7557 2012-05-13 Chong Yidong <cyd@gnu.org>
7558
7559 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7560 (tabulated-list-entries, tabulated-list-padding)
7561 (tabulated-list-sort-key): Make permanent-local.
7562
7563 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7564 (electric-buffer-list): Put electric buffer menu
7565 command descriptions in this docstring, instead of the docstring
7566 of electric-buffer-menu-mode. Code cleanups.
7567 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7568 Electric-buffer-menu-mode.
7569 (electric-buffer-update-highlight): Minor code cleanup.
7570
7571 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7572
7573 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7574 (Bug#11447)
7575
7576 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 Move define-obsolete-variable-alias before the var's definition.
7579 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7580 * tooltip.el (tooltip-hook):
7581 * textmodes/reftex-toc.el (reftex-toc-map):
7582 * textmodes/reftex-sel.el (reftex-select-label-map)
7583 (reftex-select-bib-map):
7584 * textmodes/reftex-index.el (reftex-index-map)
7585 (reftex-index-phrases-map):
7586 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7587 * progmodes/meta-mode.el (meta-mode-map):
7588 * novice.el (disabled-command-hook):
7589 * loadhist.el (unload-hook-features-list):
7590 * frame.el (blink-cursor):
7591 * files.el (find-file-not-found-hooks, write-file-hooks)
7592 (write-contents-hooks):
7593 * emulation/tpu-edt.el (GOLD-map):
7594 * emacs-lock.el (emacs-lock-from-exiting):
7595 * emacs-lisp/generic.el (generic-font-lock-defaults):
7596 * emacs-lisp/chart.el (chart-map):
7597 * dos-fns.el (register-name-alist):
7598 * dired-x.el (dired-omit-files-p):
7599 * desktop.el (desktop-enable):
7600 * cus-edit.el (custom-mode-hook):
7601 * buff-menu.el (buffer-menu-mode-hook):
7602 * bookmark.el (bookmark-read-annotation-text-func)
7603 (bookmark-exit-hooks):
7604 * allout.el (allout-mode-deactivate-hook)
7605 (allout-exposure-change-hook, allout-structure-added-hook)
7606 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7607 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7608 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7609 comes before the corresponding variable's definition.
7610
7611 2012-05-12 Chong Yidong <cyd@gnu.org>
7612
7613 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7614 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7615 (Buffer-menu-mode-map): Bind it.
7616 (Buffer-menu--pretty-name): Add a mouse-face property.
7617
7618 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7621 (prolog-upper-case-string, prolog-lower-case-string)
7622 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7623 (prolog-use-smie, prolog-smie-grammar): New vars.
7624 (prolog-smie-forward-token, prolog-smie-backward-token)
7625 (prolog-smie-rules): New funs.
7626 (prolog-comment-indent): Remove.
7627 (prolog-mode-variables): Use default comment indentation instead.
7628 Setup SMIE.
7629 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7630 (prolog-mode): Don't call them any more.
7631 (prolog-electric-colon, prolog-electric-dash)
7632 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7633
7634 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7635
7636 * minibuffer.el (completion--twq-all): Again, allow case differences.
7637
7638 * term.el: Move keymap initialization code to be more idiomatic.
7639 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7640 (term-terminal-menu): Move initialization into declaration.
7641 (term-escape-char): Let the user set it in her .emacs.
7642
7643 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7644 Provide SMIE-based indentation (not enabled by default yet).
7645 (sh-mode-map): Don't bind electric keys.
7646 Use electric-pair-mode instead of skeleton-pair.
7647 (sh-assignment-regexp): Fit within 80 columns.
7648 (sh-indent-supported): Specify actual shell name instead of boolean.
7649 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7650 (sh-maybe-here-document): Use it. Make obsolete.
7651 (sh-electric-here-document-mode) New minor mode.
7652 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7653 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7654 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7655 (sh-smie-rc-grammar, sh-use-smie): New vars.
7656 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7657 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7658 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7659 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7660 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7661 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7662 (sh-set-shell): Use smie-setup if requested.
7663
7664 * term.el (term-set-escape-char): Properly set term-escape-char.
7665 See http://stackoverflow.com/questions/10524656.
7666
7667 2012-05-10 Chong Yidong <cyd@gnu.org>
7668
7669 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7670 Use url-generic-parse-url, and handle host names and Windows
7671 filenames properly.
7672 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7673 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7674 URL schemes to work on.
7675 (ffap--toggle-read-only): New function.
7676 (ffap-read-only, ffap-read-only-other-window)
7677 (ffap-read-only-other-frame): Use it.
7678 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7679 necessary for ffap-url-unwrap-remote.
7680
7681 2012-05-10 Dave Abrahams <dave@boostpro.com>
7682
7683 * cus-start.el (create-lockfiles): Add it.
7684
7685 2012-05-09 Chong Yidong <cyd@gnu.org>
7686
7687 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7688 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7689
7690 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7693
7694 2012-05-09 Chong Yidong <cyd@gnu.org>
7695
7696 * ansi-color.el (ansi-color-process-output): Check for validity of
7697 comint-last-output-start before using it. This avoids a bad
7698 interaction with gdb-mi's input/output buffer.
7699
7700 2012-05-09 Glenn Morris <rgm@gnu.org>
7701
7702 * files.el (dir-locals-read-from-file):
7703 Mention dir-locals in any error message.
7704
7705 2012-05-09 Chong Yidong <cyd@gnu.org>
7706
7707 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7708 package (Bug#11410).
7709
7710 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7711 variables into description.
7712
7713 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7716 shell-delimiter-argument-list (bug#11348).
7717 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7718
7719 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7720
7721 * textmodes/rst.el: Silence byte-compiler warnings.
7722 (rst-re-alist, rst-reset-section-caches): Move around.
7723 (rst-re): Use `characterp', not `char-valid-p'.
7724 (font-lock-beg, font-lock-end): Declare.
7725
7726 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7727 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7728
7729 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7730
7731 2012-05-08 Glenn Morris <rgm@gnu.org>
7732
7733 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7734
7735 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * vc/log-edit.el: Add GNU coding standards highlighting.
7738 (log-edit-font-lock-gnu-style)
7739 (log-edit-font-lock-gnu-keywords): New vars.
7740 (log-edit-font-lock-keywords): New fun.
7741 (log-edit-mode): Don't fold case in font-lock.
7742 (log-edit-font-lock-keywords): Do not assume case-folding.
7743
7744 * imenu.el: Misc cleanup. Make docstrings out of comments.
7745 Use lexical-binding.
7746 (imenu--index-alist, imenu--last-menubar-index-alist)
7747 (imenu-menubar-modified-tick): Use defvar-local.
7748 (imenu--split-menu): Remove unused var.
7749 (imenu--cleanup-seen): Declare as global.
7750 (imenu--cleanup): Use dolist.
7751
7752 * subr.el (defvar-local): Add debug spec and doc-string position.
7753
7754 2012-05-08 Glenn Morris <rgm@gnu.org>
7755
7756 * language/burmese.el, language/cham.el, language/czech.el:
7757 * language/english.el, language/georgian.el, language/greek.el:
7758 * language/japanese.el, language/khmer.el, language/korean.el:
7759 * language/lao.el, language/misc-lang.el, language/romanian.el:
7760 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7761 * language/thai.el, language/utf-8-lang.el:
7762 Remove no-byte-compile setting.
7763
7764 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7765
7766 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7767
7768 * progmodes/make-mode.el (makefile-browse):
7769 Remove unnecessary interactive. (Bug#11324)
7770
7771 2012-05-07 Glenn Morris <rgm@gnu.org>
7772
7773 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7774
7775 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7776
7777 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * loadup.el: Preload newcomment.el.
7780 * newcomment.el: Move autoload-only code to toplevel.
7781
7782 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7783 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7784 Handle new :right-align column property.
7785 (tabulated-list-print-col): Idem, plus use `display' text-property to
7786 try and preserve alignment for variable pitch fonts.
7787
7788 2012-05-07 Chong Yidong <cyd@gnu.org>
7789
7790 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7791 (tabulated-list-use-header-line): New var.
7792 (tabulated-list-init-header): Use it.
7793 (tabulated-list-print-fake-header): New function.
7794 (tabulated-list-print): Use it.
7795 (tabulated-list-sort-button-map): Add non-header-line commands.
7796 (tabulated-list-init-header): Add column name property to basic
7797 labels as well.
7798 (tabulated-list-col-sort): Handle non-header-line button case.
7799 (tabulated-list--sort-by-column-name): Fix a corner case.
7800
7801 * buff-menu.el (list-buffers--refresh):
7802 Handle Buffer-menu-use-header-line.
7803
7804 2012-05-06 Chong Yidong <cyd@gnu.org>
7805
7806 * buff-menu.el: Convert to Tabulated List mode.
7807 (Buffer-menu-buffer+size-width): Make obsolete.
7808 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7809 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7810 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7811 documentation into docstring of buffer-menu.
7812 (Buffer-menu-toggle-files-only): Add an informative message.
7813 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7814 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7815 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7816 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7817 (Buffer-menu-execute, Buffer-menu-select)
7818 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7819 (Buffer-menu-bury): Use Tabulated List machinery.
7820 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7821 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7822 Delete.
7823 (list-buffers--refresh): New function.
7824 (list-buffers-noselect): Use it.
7825 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7826 (Buffer-menu--pretty-file-name): New helper functions.
7827
7828 * loadup.el: Preload tabulated-list.
7829
7830 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7831 tabulated-list-sort-column.
7832 (tabulated-list-init-header): Add the initial aligning space even
7833 if tabulated-list-padding is zero.
7834
7835 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7836
7837 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7838 whose cdr is not a cons cell correctly (bug#11038).
7839
7840 2012-05-06 Chong Yidong <cyd@gnu.org>
7841
7842 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7843 Accept additional plist in column descriptors.
7844 (tabulated-list-init-header): Obey it.
7845 (tabulated-list-get-entry): New function.
7846 (tabulated-list-put-tag): Use it. Use string-width instead of
7847 length.
7848 (tabulated-list--column-number): New function.
7849 (tabulated-list-print): Use it.
7850 (tabulated-list-print-col): New function.
7851 Set `tabulated-list-column-name' property on each column's text.
7852 (tabulated-list-print-entry): Use it.
7853 (tabulated-list-delete-entry, tabulated-list-set-col):
7854 New functions.
7855 (tabulated-list-sort-column): New command (Bug#11337).
7856
7857 * buff-menu.el (list-buffers): Move C-x C-b binding from
7858 buff-menu.el to bindings.el.
7859
7860 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7861 :advertised-binding feature.
7862
7863 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7864
7865 * progmodes/compile.el (compilation-internal-error-properties):
7866 Calculate start position correctly when end-col is set but
7867 end-line is not (Bug#11382).
7868
7869 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7870
7871 * man.el (Man-unindent): Use text-property-default-nonsticky to
7872 prevent untabify from inheriting face properties (Bug#11408).
7873
7874 2012-05-05 Stefan Merten <smerten@oekonux.de>
7875
7876 * textmodes/rst.el: Major merge with upstream development up to
7877 Docutils SVN r7399 / rst.el V1.2.1.
7878
7879 Clarify maintainership and authors.
7880
7881 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7882 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7883 (rst-official-version, rst-official-cvs-rev, rst-version)
7884 (rst-package-emacs-version-alist): New functions and variables
7885 for version information.
7886
7887 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7888 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7889 (rst-mode-syntax-table, rst-mode): New and corrected functions
7890 and variables representing reStructuredText features.
7891
7892 (rst-re): New function for reStructuredText regexes. Use in
7893 many places.
7894
7895 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7896 (rst-mode-map): Rebind keys.
7897
7898 (rst-mode-lazy, rst-font-lock-keywords)
7899 (rst-font-lock-extend-region)
7900 (rst-font-lock-extend-region-internal)
7901 (rst-font-lock-extend-region-extend)
7902 (rst-font-lock-find-unindented-line-limit)
7903 (rst-font-lock-find-unindented-line-match)
7904 (rst-adornment-level, rst-font-lock-adornment-level)
7905 (rst-font-lock-adornment-match)
7906 (rst-font-lock-handle-adornment-pre-match-form)
7907 (rst-font-lock-handle-adornment-matcher): Major revision of
7908 font-locking. Integrate with other code. Use `jit-lock-mode'.
7909
7910 (rst-preferred-adornments, rst-adjust-hook)
7911 (rst-new-adornment-down, rst-preferred-bullets)
7912 (rst-preferred-bullets, rst-indent, rst-indent-width)
7913 (rst-indent-field, rst-indent-literal-normal)
7914 (rst-indent-literal-minimized, rst-indent-comment): Change,
7915 extend and improve customization.
7916
7917 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7918 (rst-normalize-cursor-position, rst-get-decoration)
7919 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7920 (rst-rstrip, rst-toc-insert-find-delete-contents)
7921 (rst-shift-fill-region, rst-compute-bullet-tabs)
7922 (rst-debug-print-tabs, rst-debug-mark-found)
7923 (rst-shift-region-guts, rst-shift-region-right)
7924 (rst-shift-region-left, rst-use-char-classes)
7925 (rst-font-lock-keywords-function)
7926 (rst-font-lock-indentation-point)
7927 (rst-font-lock-find-unindented-line-begin)
7928 (rst-font-lock-find-unindented-line-end)
7929 (rst-font-lock-find-unindented-line)
7930 (rst-font-lock-adornment-point, rst-font-lock-level)
7931 (rst-adornment-level-alist): Remove functions and variables.
7932
7933 (rst-compare-adornments, rst-get-adornment-match)
7934 (rst-suggest-new-adornment, rst-get-adornments-around)
7935 (rst-adornment-complete-p, rst-get-next-adornment)
7936 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7937 (rst-straighten-adornments): Standardize function names to
7938 use "adornment" instead of "decoration". Correct callers.
7939 Similar standardizing in many places.
7940
7941 (rst-update-section, rst-adjust, rst-promote-region)
7942 (rst-enumerate-region, rst-bullet-list-region)
7943 (rst-repeat-last-character): Correct use of `interactive'.
7944
7945 (rst-classify-adornment, rst-find-all-adornments)
7946 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7947 (rst-find-leftmost-column, rst-repeat-last-character):
7948 Refactor functions.
7949
7950 (rst-find-title-line, rst-reset-section-caches)
7951 (rst-get-adornments-around, rst-adjust-adornment-work)
7952 (rst-arabic-to-roman, rst-roman-to-arabic)
7953 (rst-insert-list-pos, rst-insert-list-new-item)
7954 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7955 New functions.
7956
7957 (rst-all-sections, rst-section-hierarchy)
7958 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7959 New variables.
7960
7961 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7962 configuration instead of only buffer. Change where necessary.
7963
7964 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7965 (rst-shift-region, rst-adaptive-fill): New functions for
7966 indentation and filling.
7967
7968 (rst-comment-line-break, rst-comment-indent)
7969 (rst-comment-insert-comment, rst-comment-region)
7970 (rst-uncomment-region): New functions for handling comments.
7971
7972 (rst-compile): Quote shell arguments.
7973
7974 (rst-compile-pdf-preview, rst-compile-slides-preview):
7975 Delete temporary files after use.
7976
7977 2012-05-05 Glenn Morris <rgm@gnu.org>
7978
7979 * calendar/cal-html.el: Optionally include holidays in the output.
7980 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7981 (cal-html-holidays): New option.
7982 (cal-html-css-default): Add holiday entry.
7983 (holiday-in-range): Autoload it.
7984 (cal-html-htmlify-entry): Add optional class argument.
7985 (cal-html-htmlify-list): Add optional holidays argument.
7986 (cal-html-insert-agenda-days): Include holidays in the output.
7987 (cal-html-one-month): Maybe include holidays.
7988
7989 * calendar/holidays.el (holiday-in-range):
7990 Move here from cal-tex-list-holidays.
7991 * calendar/cal-tex.el (cal-tex-list-holidays):
7992 Make it an obsolete alias for holiday-in-range. Update all callers.
7993
7994 2012-05-05 Chong Yidong <cyd@gnu.org>
7995
7996 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7997 Nextstep.
7998
7999 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8000
8001 * files.el (file-auto-mode-skip): New var.
8002 (set-auto-mode-1): Use it.
8003
8004 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * repeat.el: Use lexical-binding.
8007 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8008 (repeat-undo-count): Remove.
8009 (repeat):
8010 * progmodes/octave-mod.el (octave-abbrev-start):
8011 * progmodes/f90.el (f90-abbrev-start):
8012 * face-remap.el (text-scale-adjust):
8013 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8014
8015 * emacs-lisp/pcase.el (pcase--let*): New function.
8016 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8017 a bit more.
8018 (pcase--split-pred): Be more clever about ruling out overlap between
8019 a predicate and some constant pattern.
8020 (pcase--q1): Use `null' instead of (eq foo nil).
8021
8022 * subr.el (setq-local, defvar-local): New macros.
8023 (kbd): Redefine as an alias.
8024 (with-selected-window): Leave unrelated frames alone.
8025 (set-temporary-overlay-map): New function.
8026
8027 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * subr.el (user-error): New function.
8030 * window.el (switch-to-buffer):
8031 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8032 (smerge-match-conflict):
8033 * simple.el (previous-matching-history-element)
8034 (next-matching-history-element, goto-history-element, undo-more)
8035 (undo-start):
8036 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8037 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8038 (next-file, tags-loop-scan, list-tags, complete-tag):
8039 * progmodes/compile.el (compilation-loop):
8040 * mouse.el (mouse-minibuffer-check):
8041 * man.el (Man-bgproc-sentinel, Man-goto-page):
8042 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8043 (Info-history-forward, Info-follow-reference, Info-menu)
8044 (Info-extract-menu-item, Info-extract-menu-counting)
8045 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8046 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8047 (Info-next-reference, Info-prev-reference, Info-index)
8048 (Info-index-next, Info-follow-nearest-node)
8049 (Info-copy-current-node-name):
8050 * imenu.el (imenu--make-index-alist)
8051 (imenu-default-create-index-function, imenu-add-to-menubar):
8052 * files.el (basic-save-buffer, recover-file):
8053 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8054 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8055 (checkdoc-message-text, checkdoc-defun):
8056 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8057 * cus-edit.el (customize-changed-options, customize-rogue)
8058 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8059 (custom-variable-mark-to-reset-standard)
8060 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8061 (custom-file):
8062 * completion.el (check-completion-length):
8063 * comint.el (comint-search-arg)
8064 (comint-previous-matching-input-string-position)
8065 (comint-previous-matching-input)
8066 (comint-replace-by-expanded-history-before-point, comint-send-input)
8067 (comint-copy-old-input, comint-backward-matching-input)
8068 (comint-goto-process-mark, comint-set-process-mark):
8069 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8070 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8071
8072 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * dabbrev.el (dabbrev--ignore-case-p): New function.
8075 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8076 Use it.
8077
8078 * files.el (automount-dir-prefix): Mark as obsolete.
8079
8080 2012-05-04 Glenn Morris <rgm@gnu.org>
8081
8082 * patcomp.el, play/bruce.el: Move to obsolete/.
8083
8084 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8085
8086 Fix minor Y10k bugs.
8087 * arc-mode.el (archive-unixdate):
8088 * autoinsert.el (auto-insert-alist):
8089 * calc/calc-forms.el (math-this-year):
8090 * emacs-lisp/copyright.el (copyright-current-year)
8091 (copyright-update-year, copyright):
8092 * tar-mode.el (tar-clip-time-string):
8093 * time.el (display-time-update):
8094 Don't assume years have 4 digits.
8095
8096 2012-05-04 Chong Yidong <cyd@gnu.org>
8097
8098 * dos-w32.el (file-name-buffer-file-type-alist)
8099 (direct-print-region-use-command-dot-com):
8100 * ffap.el (ffap-menu-regexp):
8101 * find-file.el (ff-special-constructs):
8102 * follow.el (follow-debug):
8103 * forms.el (forms--debug):
8104 * iswitchb.el (iswitchb-all-frames):
8105 * ido.el (ido-all-frames):
8106 * emacs-lisp/timer.el (timer-max-repeats):
8107 * mail/feedmail.el (feedmail-mail-send-hook)
8108 (feedmail-mail-send-hook-queued):
8109 * mail/footnote.el (footnote-signature-separator):
8110 * mail/mailabbrev.el (mail-alias-separator-string)
8111 (mail-abbrev-mode-regexp):
8112 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8113 * progmodes/idlwave.el (idlwave-libinfo-file)
8114 (idlwave-default-completion-case-is-down)
8115 (idlwave-library-routines): Convert defvars to defcustoms.
8116
8117 * mail/rmail.el (rmail-decode-mime-charset):
8118 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8119 (idlwave-shell-fix-inserted-breaks)
8120 (idlwave-shell-activate-alt-keybindings)
8121 (idlwave-shell-use-breakpoint-glyph):
8122 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8123
8124 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8127
8128 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8129
8130 * progmodes/verilog-mode.el (font-lock-keywords):
8131 Fix mis-highligting auto. Reported by Craig Barner.
8132 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8133 defines from global name space. Reported by Dan Dever.
8134 (verilog-auto-reset, verilog-auto-reset-widths)
8135 (verilog-auto-tieoff): Support using unbased numbers for
8136 AUTORESET and AUTOTIEOFF.
8137 (verilog-submit-bug-report): Update variable list.
8138 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8139 parenthesis from not matching. Reported by Michael Rytting.
8140 (verilog-auto-template-lint): Fix hash error when linting modules
8141 with no used templates.
8142 (verilog-warn, verilog-warn-error)
8143 (verilog-warn-fatal): When non-interactive report multiple
8144 warnings before exiting. Suggested by Brad Dobbie.
8145 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8146 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8147 to report unused template errors. Reported by Brad Dobbie.
8148 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8149 nets, bug438. Reported by Vns Blore.
8150 (verilog-auto-inout-module, verilog-auto-reg)
8151 (verilog-read-decls, verilog-read-sub-decls-sig)
8152 (verilog-signals-edit-wire-reg, verilog-signals-with):
8153 Fix passing of Verilog data types in ANSI input/output ports
8154 such as "output logic" into the AUTOs. Special case "wire" and
8155 "reg" for backwards compatibility presuming Verilog 2001.
8156 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8157 (verilog-preprocess): Fix replication of preprocess output.
8158 Reported by Brad Dobbie.
8159 (verilog-auto-inst-interfaced-ports):
8160 Create verilog-auto-inst-interfaced-ports, bug429.
8161 Reported by Julian Gorfajn.
8162 (verilog-after-save-font-hook)
8163 (verilog-before-save-font-hook): New variable.
8164 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8165 (verilog-save-font-mods): Wrap disabling fontification, reported
8166 by David Rogoff.
8167 (verilog-do-indent, verilog-pretty-declarations-auto)
8168 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8169 Reported by Pierre-David Pfister.
8170 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8171 of class declarations, bug292. Reported by Kevin Heilman.
8172 (verilog-read-decls): Fix 'parameter type' not appearing in
8173 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8174 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8175 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8176 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8177 Reported by David Kravitz.
8178
8179 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8180
8181 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8182 assignment with tests in ifs and for loops.
8183 (verilog-extended-complete-re, verilog-complete-reg): Change so
8184 that DPI inport functions don't look like fuction declarations.
8185 (verilog-pretty-expr): Don't line up assignment
8186 operations to the test and increment in if and for loops
8187 (verilog-extended-complete-re, verilog-complete-reg): Change so
8188 that DPI inport functions don't look like fuction declarations.
8189
8190 2012-05-03 Kenichi Handa <handa@m17n.org>
8191
8192 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8193 decoding, and show a warning message without signaling an error
8194 (Bug#11282).
8195
8196 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * emacs-lisp/bytecomp.el
8199 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8200 since cconv.el might have introduced :fun-body, internal-make-closure,
8201 and friends for bytecomp to handle (bug#11391).
8202 * custom.el (defcustom): Avoid ((λ ..) ..).
8203
8204 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8207
8208 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8209
8210 * notifications.el (dbus-debug):
8211 * term/linux.el (gpm-mouse-enable):
8212 * term/screen.el (xterm-register-default-colors): Declare.
8213
8214 2012-05-02 Chong Yidong <cyd@gnu.org>
8215
8216 * cus-start.el (gc-cons-percentage, exec-suffixes)
8217 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8218 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8219 (make-cursor-line-fully-visible, void-text-area-pointer)
8220 (font-list-limit): Add customization data.
8221
8222 * allout.el (allout-exposure-change-functions)
8223 (allout-structure-added-functions)
8224 (allout-structure-deleted-functions)
8225 (allout-structure-shifted-functions): Rename abnormal hooks from
8226 *-hook, and convert to defcustoms.
8227 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8228 Convert to defcustoms.
8229 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8230
8231 * allout-widgets.el: Hook callers changed.
8232
8233 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8234
8235 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8236 the yanked message in preference to the default value of
8237 buffer-file-coding-system.
8238
8239 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8240
8241 * window.el (display-buffer--action-function-custom-type):
8242 Fix entry.
8243
8244 2012-05-02 Alan Mackenzie <acm@muc.de>
8245
8246 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8247
8248 2012-05-01 Glenn Morris <rgm@gnu.org>
8249
8250 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8251
8252 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8253
8254 * cus-edit.el (custom-variable-documentation): Simplify with format.
8255
8256 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8257 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * simple.el (suggest-key-bindings, execute-extended-command):
8260 Move from keyboard.c.
8261
8262 2012-05-01 Chong Yidong <cyd@gnu.org>
8263
8264 * follow.el: Eliminate advice.
8265 (set-process-filter, process-filter, sit-for): Advice deleted.
8266 (follow-mode-off-hook): Obsolete hook removed.
8267 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8268 Vars deleted.
8269 (follow-auto): Use a :set function.
8270 (follow-mode): Rewritten. Don't advise process filters.
8271 (follow-switch-to-current-buffer-all, follow-scroll-up)
8272 (follow-scroll-down): Assume follow-mode is bound.
8273 (follow-comint-scroll-to-bottom)
8274 (follow-align-compilation-windows): New functions.
8275 (follow--window-sorter): New function.
8276 (follow-all-followers): Use it to explicitly sort windows by their
8277 positions; don't make assumptions about next-window order.
8278 (follow-windows-start-end, follow-delete-other-windows-and-split)
8279 (follow-calc-win-start): Doc fix.
8280 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8281 vertical-motion unnecessarily.
8282 (follow-adjust-window): New function.
8283 (follow-post-command-hook): Use it.
8284 (follow-call-set-process-filter, follow-call-process-filter)
8285 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8286 (follow-stop-intercept-process-output, follow-generic-filter):
8287 Functions deleted.
8288 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8289 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8290 New functions, replacing advice on scroll-bar-* commands.
8291 (follow-mwheel-scroll): New function (Bug#4112).
8292
8293 * comint.el (comint-adjust-point): New function.
8294 (comint-postoutput-scroll-to-bottom): Use it.
8295 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8296
8297 2012-05-01 Glenn Morris <rgm@gnu.org>
8298
8299 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8300 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8301 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8302 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8303 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8304 Remove no-byte-compile setting.
8305
8306 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8309 all-completions code to not return a number in the last cdr.
8310
8311 2012-04-30 Leo Liu <sdl.web@gmail.com>
8312
8313 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8314 read-only error.
8315
8316 2012-04-29 Chong Yidong <cyd@gnu.org>
8317
8318 * follow.el (follow-calc-win-end): Rewrite to handle partial
8319 screen lines correctly (Bug#8390).
8320 (follow-avoid-tail-recenter): Minor cleanup.
8321
8322 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 Avoid the obsolete `assoc' package.
8325 * speedbar.el (speedbar-refresh): Avoid adelete.
8326 (speedbar-file-lists): Simplify and avoid aput.
8327 * man.el (Man--sections, Man--refpages): New vars, replacing
8328 Man-sections-alist and Man-refpages-alist.
8329 (Man-build-section-alist, Man-build-references-alist):
8330 Use them; avoid aput.
8331 (Man--last-section, Man--last-refpage): New vars.
8332 (Man-follow-manual-reference): Use them.
8333 Use the `default' arg of completing-read.
8334 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8335
8336 2012-04-27 Chong Yidong <cyd@gnu.org>
8337
8338 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8339
8340 * startup.el (x-apply-session-resources): New function.
8341
8342 * term/ns-win.el (ns-initialize-window-system):
8343 * term/w32-win.el (w32-initialize-window-system):
8344 * term/x-win.el (x-initialize-window-system): Use it to properly
8345 set menu-bar-mode and other vars from X resources, even if the
8346 initial frame is not a window-system frame (Bug#2299).
8347
8348 * subr.el (read-key): Avoid running filter function when setting
8349 up temporary tool bar entries (Bug#9922).
8350
8351 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8352
8353 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8354 (Bug#11344)
8355
8356 2012-04-27 Chong Yidong <cyd@gnu.org>
8357
8358 * select.el (xselect--encode-string): New function, split from
8359 xselect-convert-to-string.
8360 (xselect-convert-to-string): Use it.
8361 (xselect-convert-to-filename, xselect-convert-to-os)
8362 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8363 returned strings are properly encoded (Bug#11315).
8364
8365 2012-04-27 Chong Yidong <cyd@gnu.org>
8366
8367 * simple.el (delete-active-region): Move to killing custom group.
8368
8369 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8370
8371 * progmodes/which-func.el (which-func-current): Quote %
8372 characters for mode-line processing.
8373
8374 2012-04-27 Chong Yidong <cyd@gnu.org>
8375
8376 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8377 reaching eob (Bug#11286).
8378
8379 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8380
8381 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8382 (gdb): Make it buffer-local and init to zero.
8383 (gdb-control-commands-regexp): New variable.
8384 (gdb-send): Don't wrap in "-interpreter-exec console" if
8385 gdb-control-level is positive. Increment gdb-control-level
8386 whenever the command matches gdb-control-commands-regexp, and
8387 decrement it each time the command is "end". (Bug#11279)
8388
8389 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8390
8391 * window.el (adjust-window-trailing-edge, enlarge-window)
8392 (shrink-window, window-resize):
8393 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8394 windows (Bug#11276).
8395
8396 2012-04-27 Chong Yidong <cyd@gnu.org>
8397
8398 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8399 fix "missing prefix" warning. All callers changed.
8400
8401 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * emacs-lisp/assoc.el: Move to obsolete/.
8404
8405 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8408
8409 * term/ns-win.el (ns-define-service):
8410 * progmodes/pascal.el (pascal-goto-defun):
8411 * progmodes/js.el (js--read-tab):
8412 * progmodes/etags.el (tags-lazy-completion-table):
8413 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8414 * emacs-lisp/ewoc.el (ewoc--wrap):
8415 * emacs-lisp/assoc.el (aput, adelete, amake):
8416 * doc-view.el (doc-view-convert-current-doc):
8417 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8418
8419 2012-04-26 Chong Yidong <cyd@gnu.org>
8420
8421 * image.el (image-type-from-buffer): Only return supported image
8422 type (Bug#9045).
8423
8424 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8425 value, for symmetry with diff-end-of-hunk.
8426 (diff-split-hunk, diff-find-source-location)
8427 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8428 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8429 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8430 compute the relevant hunk or file properly (Bug#6005).
8431 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8432
8433 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * vc/vc-mtn.el:
8436 * vc/vc-hg.el:
8437 * vc/vc-git.el:
8438 * vc/vc-dir.el:
8439 * vc/vc-cvs.el:
8440 * vc/vc-bzr.el:
8441 * vc/vc-arch.el:
8442 * vc/vc.el: Replace lexical-let by lexical-binding.
8443 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8444 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8445 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8446
8447 2012-04-26 Chong Yidong <cyd@gnu.org>
8448
8449 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8450 (diff-mode-shared-map): Bind it to / and [remap undo].
8451
8452 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8453 (ediff-window-setup-function): Use it as the default, to set up
8454 windows based on whether the current frame is graphical (Bug#2138).
8455 (ediff-choose-window-setup-function-automatically): Make obsolete.
8456
8457 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8458
8459 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * ffap.el: Remove old code for obsolete package.
8462 (ffap-complete-as-file-p): Remove.
8463
8464 Use completion-table-with-quoting for comint and pcomplete.
8465 * comint.el (comint--unquote&requote-argument)
8466 (comint--unquote-argument, comint--requote-argument): New functions.
8467 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8468 (comint-quote-filename): Use regexp-opt-charset.
8469 (comint--common-suffix, comint--common-quoted-suffix)
8470 (comint--table-subvert): Remove.
8471 (comint-unquote-function, comint-requote-function): New vars.
8472 (comint--complete-file-name-data): Use them with
8473 completion-table-with-quoting.
8474 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8475 * pcomplete.el (pcomplete-arg-quote-list)
8476 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8477 (pcomplete-unquote-argument-function): Default to non-nil.
8478 (pcomplete-unquote-argument): Simplify.
8479 (pcomplete--common-quoted-suffix): Remove.
8480 (pcomplete-requote-argument-function): New var.
8481 (pcomplete--common-suffix): New function.
8482 (pcomplete-completions-at-point): Use completion-table-with-quoting
8483 and completion-table-subvert.
8484
8485 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8486 (minibuffer--double-dollars): Preserve properties.
8487 (completion--sifn-requote): New function.
8488 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8489
8490 * minibuffer.el: Add support for completion of quoted/escaped data.
8491 (completion-table-with-quoting, completion-table-subvert): New funs.
8492 (completion--twq-try, completion--twq-all): New functions.
8493 (completion--nth-completion): New function.
8494 (completion-try-completion, completion-all-completions): Use it.
8495
8496 2012-04-25 Leo Liu <sdl.web@gmail.com>
8497
8498 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8499 Use compilation-message if available to find real filename.
8500
8501 2012-04-25 Chong Yidong <cyd@gnu.org>
8502
8503 * vc/diff-mode.el (diff-setup-whitespace): New function.
8504 (diff-mode): Use it.
8505
8506 * vc/diff.el (diff-sentinel):
8507 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8508 Whitespace mode variables based on diff style (Bug#8612).
8509
8510 2012-04-25 Leo Liu <sdl.web@gmail.com>
8511
8512 * progmodes/python.el (python-send-region): Add suffix .py to the
8513 temp file.
8514
8515 * files.el (auto-mode-alist): Use javascript-mode instead.
8516
8517 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8518
8519 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8520
8521 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8522 (soap-resolve-references-for-array-type): Hack to prevent self
8523 references, see Bug#9.
8524 (soap-parse-envelope): Report the contents of the 'detail' node
8525 when receiving a fault reply.
8526 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8527
8528 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8529 (soap-inspect-simple-type): New function.
8530
8531 * net/soap-client.el (soap-simple-type): New struct.
8532 (soap-default-xsd-types, soap-default-soapenc-types)
8533 (soap-decode-basic-type, soap-encode-basic-type):
8534 support unsignedInt and double basic types.
8535 (soap-resolve-references-for-simple-type)
8536 (soap-parse-simple-type, soap-encode-simple-type): New function.
8537 (soap-parse-schema): Parse xsd:simpleType declarations.
8538
8539 * net/soap-client.el (soap-default-xsd-types)
8540 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8541 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8542 the local name of "soapenc:Array".
8543 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8544 decoding integer, byte and anyURI xsd types.
8545
8546 2012-04-25 Chong Yidong <cyd@gnu.org>
8547
8548 * cus-edit.el (custom-buffer-create-internal): Update header text.
8549
8550 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8551
8552 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8553 settings on 'system-type', not on 'window-system'. On MS-Windows,
8554 set interactive-mode on in GDB.
8555
8556 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8559 (ruby-syntax-propertize-regexp): Remove.
8560 (ruby-syntax-propertize-function): Split regexp into chunks.
8561 Match following code directly.
8562
8563 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8564
8565 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8566 (ruby-syntax-propertize-regexp): New function.
8567 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8568 by a special keyword.
8569
8570 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8571 (ruby-syntax-general-delimiters-goto-beg)
8572 (ruby-syntax-propertize-general-delimiters): New functions.
8573 (ruby-syntax-propertize-function): Use them to handle GDL.
8574 (ruby-font-lock-keywords): Move old handling of GDL...
8575 (ruby-font-lock-syntactic-keywords): .. to here.
8576 (ruby-calculate-indent): Adjust indentation for GDL.
8577
8578 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8579
8580 * notifications.el (top): Remove unneeded declarations.
8581 (notifications-specification-version): Change to "1.2".
8582 (notifications-interface, notifications-notify-method)
8583 (notifications-close-notification-method): Fix docstring.
8584 (notifications-get-capabilities-method): New defconst.
8585 (notifications-notify): Add :action-items, :resident and
8586 :transient hints. Change "image_data" to "image-data" and
8587 "image_path" to "image-path".
8588 (notifications-get-capabilities): New defun.
8589
8590 2012-04-24 Leo Liu <sdl.web@gmail.com>
8591
8592 * progmodes/python.el: Move hideshow setup to the end.
8593
8594 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8595
8596 * window.el (handle-select-window): Clear echo area since this is
8597 no more done by read_char (Bug#11304).
8598
8599 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8602 and `/ M' to filter-derived-mode.
8603 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8604 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8605 (ibuffer-mark-by-mode): Use default rather than initial-input.
8606 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8607
8608 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8609
8610 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8611 (ibuffer-filter-by-derived-mode): New filter.
8612 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8613
8614 2012-04-23 Andreas Politz <politza@fh-trier.de>
8615
8616 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8617
8618 2012-04-23 Chong Yidong <cyd@gnu.org>
8619
8620 * cus-edit.el (customize-apropos, customize-apropos-options):
8621 Disable matching of non-option variables (Bug#11176).
8622 (customize-option, customize-option-other-window)
8623 (customize-changed-options): Doc fix.
8624 (customize-apropos-options, customize-apropos-faces)
8625 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8626
8627 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8628 Fix word list splitting (Bug#11132).
8629 (apropos-symbol, apropos-keybinding, apropos-label)
8630 (apropos-property, apropos-function-button)
8631 (apropos-variable-button, apropos-misc-button): New faces.
8632 (apropos-symbol-face, apropos-keybinding-face)
8633 (apropos-label-face, apropos-property-face, apropos-match-face):
8634 Variables removed (Bug#8396).
8635 (apropos-library-button, apropos-format-plist, apropos-print)
8636 (apropos-print-doc, apropos-describe-plist): Callers changed.
8637
8638 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/xesam.el (xesam-mode-map): Use let-bound map in
8641 initialization. (Bug#11292)
8642
8643 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8644
8645 Preserve ispell session localwords when switching back to
8646 original buffer.
8647
8648 * textmodes/ispell.el (ispell-buffer-session-localwords):
8649 New buffer-local variable to hold buffer session localwords.
8650 (ispell-kill-ispell): Add option 'clear to delete session
8651 localwords.
8652 (ispell-command-loop, ispell-change-dictionary)
8653 (ispell-buffer-local-words): Preserve session localwords when
8654 needed.
8655
8656 * textmodes/flyspell.el (flyspell-process-localwords)
8657 (flyspell-do-correct): Preserve session localwords when needed.
8658
8659 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8660
8661 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8662 using obsolete `translation-table-for-input'.
8663 (ispell-word, ispell-process-line, ispell-complete-word):
8664 Use plain `insert' instead of removed `ispell-insert-word'.
8665
8666 2012-04-22 Chong Yidong <cyd@gnu.org>
8667
8668 * cus-edit.el (custom-variable-menu)
8669 (custom-variable-reset-saved, custom-face-menu)
8670 (custom-face-reset-saved): If there is no saved value, make the
8671 "reset-saved" operation bring back the default (Bug#9509).
8672 (custom-face-state): Properly detect themed faces.
8673
8674 * faces.el (face-spec-set): Stop supporting deprecated form of
8675 third arg.
8676
8677 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8678
8679 Move functions from C to Lisp. Make non-blocking method calls
8680 the default. Implement further D-Bus standard interfaces.
8681
8682 * net/dbus.el (dbus-message-internal): Declare function.
8683 Remove unneeded function declarations.
8684 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8685 (dbus-message-type-method-return, dbus-message-type-error)
8686 (dbus-message-type-signal): Declare variables. Remove local
8687 definitions.
8688 (dbus-interface-dbus, dbus-interface-peer)
8689 (dbus-interface-introspectable, dbus-interface-properties)
8690 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8691 Adapt docstring.
8692 (dbus-interface-objectmanager): New defconst.
8693 (dbus-call-method, dbus-call-method-asynchronously)
8694 (dbus-send-signal, dbus-method-return-internal)
8695 (dbus-method-error-internal, dbus-register-service)
8696 (dbus-register-signal, dbus-register-method): New defuns, moved
8697 from dbusbind.c
8698 (dbus-call-method-handler, dbus-setenv)
8699 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8700 New defuns.
8701 (dbus-call-method-non-blocking): Make it an obsolete function.
8702 (dbus-unregister-object, dbus-unregister-service)
8703 (dbus-handle-event, dbus-register-property)
8704 (dbus-property-handler): Obey the new structure of
8705 `bus-registered-objects'.
8706 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8707 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8708 Use `dbus-call-method'.
8709
8710 2012-04-22 Chong Yidong <cyd@gnu.org>
8711
8712 * cus-edit.el (custom-commands, custom-reset-menu)
8713 (Custom-reset-standard): Tweak labels.
8714 (custom-reset-button-menu): Change default to t.
8715 (custom-buffer-create-internal): For the custom-reset-button-menu
8716 case, put the revert button first.
8717 (custom-group-subtitle): New face.
8718 (custom-group-value-create): Align docstring to a specific column.
8719
8720 * wid-edit.el (widget-documentation-link-add): Don't handle
8721 indentation in this function.
8722 (widget-documentation-string-indent-to): New function.
8723 (widget-documentation-string-value-create): Use it.
8724
8725 * autorevert.el (auto-revert):
8726 * epg-config.el (epg):
8727 * ibuffer.el (ibuffer):
8728 * mpc.el (mpc):
8729 * ses.el (ses):
8730 * eshell/eshell.el (eshell):
8731 * net/ange-ftp.el (ange-ftp):
8732 * progmodes/ebnf2ps.el (postscript):
8733 * progmodes/flymake.el (flymake):
8734 * progmodes/prolog.el (prolog):
8735 * progmodes/verilog-mode.el (verilog-mode):
8736 * progmodes/which-func.el (which-func):
8737 * term/xterm.el (xterm):
8738 * textmodes/picture.el (picture):
8739 * textmodes/tildify.el (tildify):
8740 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8741 customization buffers.
8742
8743 2012-04-22 Alan Mackenzie <acm@muc.de>
8744
8745 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8746 Adding a ) can hide the resulting (..) from searches. Fix it.
8747 Bound the backward search to the position of the existing (.
8748
8749 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8750
8751 * progmodes/verilog-mode.el (verilog-mode): Check whether
8752 which-func-modes is t before adding verilog-mode.
8753 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8754
8755 2012-04-21 Leo Liu <sdl.web@gmail.com>
8756
8757 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8758
8759 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8760
8761 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8762 filling of the last column of a table (Bug#5635).
8763 (woman-find-next-control-line): New arg, specifying an additional
8764 regexp component for the control line.
8765 (woman2-roff-buffer): Use it.
8766 (woman-break-table): New function.
8767 (woman2-TS): Use it.
8768
8769 2012-04-21 Chong Yidong <cyd@gnu.org>
8770
8771 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8772 (woman-horizontal-escapes, woman-negative-vertical-space)
8773 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8774 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8775
8776 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * minibuffer.el (completion-file-name-table): Complete user names.
8779
8780 2012-04-20 Leo Liu <sdl.web@gmail.com>
8781
8782 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8783 and pcase-let*.
8784
8785 2012-04-20 Chong Yidong <cyd@gnu.org>
8786
8787 * server.el (server-execute): Respect initial-buffer-choice if it
8788 is a string and there are no files to open (Bug#2825).
8789 (server-create-window-system-frame, server-create-tty-frame):
8790 Don't switch buffers here.
8791 (server-process-filter): Only try to open a window system frame if
8792 compiled with graphical support (Bug#8314).
8793
8794 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8795
8796 * battery.el (battery-echo-area-format): Display remaining time
8797 for sysfs backend too (Bug#11269).
8798 (battery-linux-sysfs): Fix conditional for the charge.
8799
8800 2012-04-20 Chong Yidong <cyd@gnu.org>
8801
8802 * progmodes/gdb-mi.el (gdb): Revert previous change.
8803 (gdb-inferior-io--init-proc): New function.
8804 (gdb-init-1): Use it.
8805 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8806 responsible for allocating a new pty and hooking it to gdb when
8807 the old pty gets an EIO due to process exit.
8808 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8809 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8810 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8811
8812 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8813
8814 * window.el (window-min-size, window-sizable, window-min-delta)
8815 (window-max-delta, window--resizable, window-resizable)
8816 (window-total-size, window-full-height-p, window-full-width-p)
8817 (window-in-direction, window--resize-mini-window, window-resize)
8818 (window--resize-child-windows-normal)
8819 (window--resize-child-windows, window--resize-siblings)
8820 (window--resize-this-window, adjust-window-trailing-edge)
8821 (enlarge-window, shrink-window): Doc fixes.
8822
8823 2012-04-20 Chong Yidong <cyd@gnu.org>
8824
8825 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8826 New function to call delete-process on the gdb-inferior buffer's pty.
8827 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8828 pty process (Bug#11273).
8829 (gdb-update): New arg to suppress talking to the gdb process.
8830 (gdb-done-or-error): Use it.
8831 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8832 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8833 sentinel not being called.
8834
8835 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8836
8837 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8838
8839 2012-04-20 Glenn Morris <rgm@gnu.org>
8840
8841 * net/network-stream.el (open-network-stream): Doc fix.
8842
8843 2012-04-20 Chong Yidong <cyd@gnu.org>
8844
8845 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8846
8847 2012-04-20 Alan Mackenzie <acm@muc.de>
8848
8849 Ensure searching for keywords is case sensitive.
8850
8851 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8852 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8853 (c-defun-name, c-mark-function, c-cpp-define-name)
8854 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8855 (c-context-line-break): Bind case-fold-search to nil.
8856
8857 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8858 Bind case-fold-search to nil.
8859
8860 2012-04-20 Chong Yidong <cyd@gnu.org>
8861
8862 * mail/sendmail.el (mail-bury): Call return action with the right
8863 Rmail buffer (Bug#11242).
8864
8865 * server.el (server-process-filter): Handle corner case where both
8866 tty and nowait options are present (Bug#11102).
8867
8868 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8869
8870 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8871 (top level): Put into the executable the ident-style '$Id:' tag on
8872 windows-nt as well.
8873
8874 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * electric.el (electric-indent-post-self-insert-function): Check that
8877 electric-indent-mode is enabled in current buffer.
8878
8879 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * imenu.el (imenu-progress-message): Restore; it is "used" in
8882 erc/erc-imenu.el and net/snmp-mode.el.
8883
8884 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8887 (mouse-avoidance-nudge-mouse): Remove unused binding.
8888
8889 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8890
8891 * descr-text.el (describe-char):
8892 * progmodes/python.el (python-describe-symbol):
8893 Don't call `toggle-read-only', set `buffer-read-only'.
8894
8895 * imenu.el (imenu-default-goto-function): Mark unused args.
8896 (imenu-progress-message): Remove obsolete macro; all callers changed.
8897
8898 * subr.el (keymap-canonicalize): Remove unused binding.
8899 (read-passwd): Mark unused arg.
8900
8901 * tutorial.el (tutorial--display-changes): Remove unused binding.
8902 (tutorial--save-tutorial-to): Remove unused variable.
8903
8904 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8905 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8906 (package-generate-autoloads, package-menu--generate)
8907 (package-menu--find-upgrades): Remove unused bindings.
8908
8909 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8910 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8911 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8912 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8913 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8914 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8915 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8916 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8917 (cua-delete-char-rectangle): Mark unused args.
8918 (cua-align-rectangle): Remove unused binding.
8919
8920 * mail/rmail.el (compilation--message->loc)
8921 (epa--find-coding-system-for-mime-charset): Declare.
8922
8923 * net/dbus.el (dbus-register-service): Declare.
8924 (dbus-name-owner-changed-handler): Remove unused binding.
8925
8926 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8927 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8928 (nxml-scan-backward-within): Mark unused arg.
8929 (nxml-dynamic-markup-word): Remove unused binding.
8930
8931 * mouse.el (mouse-menu-major-mode-map):
8932 * emacs-lisp/authors.el (authors-scan-change-log)
8933 (authors-add-to-author-list):
8934 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8935 * emacs-lisp/smie.el (smie-auto-fill):
8936 * mail/sendmail.el (mail-bury):
8937 * mail/unrmail.el (unrmail):
8938 * net/tls.el (open-tls-stream):
8939 * textmodes/picture.el (picture-mouse-set-point):
8940 Remove unused bindings.
8941
8942 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8943
8944 * net/tramp.el (tramp-action-password): Let-bind
8945 `enable-recursive-minibuffers' to t.
8946
8947 2012-04-18 Sam Steingold <sds@gnu.org>
8948
8949 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8950 instead of 'string to accommodate values like [f11].
8951 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8952 * progmodes/gdb-mi.el: Likewise.
8953
8954 2012-04-18 Leo Liu <sdl.web@gmail.com>
8955
8956 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8957 current buffer.
8958 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8959 LOCAL is nil.
8960
8961 2012-04-18 Chong Yidong <cyd@gnu.org>
8962
8963 * simple.el (line-move): Use forward-line if in batch mode
8964 (Bug#11053).
8965
8966 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8967
8968 * files.el (after-find-file): Do not try to add a final newline if
8969 the buffer is read-only (Bug#11156).
8970
8971 2012-04-17 Richard Stallman <rms@gnu.org>
8972
8973 * mail/rmail.el (rmail-start-mail):
8974 Pass (rmail-mail-return...) for the return-action.
8975 Pass (rmail-yank-current-message...) for the yank-action.
8976 (rmail-yank-current-message): New function.
8977 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8978 (rmail-reply): Likewise.
8979 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8980
8981 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8982 buffer, not the last. Reject temp buffers. Use the rmail-mode
8983 buffer, not newbuf.
8984
8985 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8986
8987 * server.el (server-ensure-safe-dir): Simplify.
8988
8989 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8990
8991 * emacs-lisp/smie.el: Provide smarter auto-filling.
8992 (smie-auto-fill): New function.
8993 (smie-setup): Use it.
8994
8995 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8996
8997 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8998
8999 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9000 (comment-indent): Use it.
9001
9002 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9003
9004 * ses.el: The overall change is to add cell renaming, that is
9005 setting fancy names for cell symbols other than name matching
9006 "\\`[A-Z]+[0-9]+\\'" regexp .
9007 (ses-localvars): Add ses--renamed-cell-symb-list.
9008 (ses-create-cell-variable): New defun.
9009 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9010 (ses-relocate-formula): Relocate formulas only for cells the
9011 symbols of which are not renamed, i.e. symbols whose names do not
9012 match regexp "\\`[A-Z]+[0-9]+\\'".
9013 (ses-relocate-all): Relocate values only for cells the symbols of
9014 which are not renamed.
9015 (ses-load): Create cells variables as the (ses-cell ...) are read,
9016 in order to check row col consistency with cell symbol name only
9017 for cells that are not renamed.
9018 (ses-replace-name-in-formula): New defun.
9019 (ses-rename-cell): New defun.
9020
9021 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9022
9023 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9024 New option (bug#11118).
9025 (perl-calculate-indent): Respect it.
9026
9027 2012-04-17 Glenn Morris <rgm@gnu.org>
9028
9029 * dired-aux.el (dired-mark-read-string): Doc fix.
9030
9031 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9032
9033 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9034 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9035
9036 2012-04-17 Glenn Morris <rgm@gnu.org>
9037
9038 * mouse.el (mouse-drag-track):
9039 * speedbar.el (speedbar-frame-mode):
9040 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9041
9042 2012-04-16 Leo Liu <sdl.web@gmail.com>
9043
9044 * progmodes/python.el: Trivial cleanup.
9045
9046 2012-04-16 Glenn Morris <rgm@gnu.org>
9047
9048 * vc/vc.el (vc-string-prefix-p):
9049 * vc/pcvs-util.el (cvs-string-prefix-p):
9050 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9051 * mpc.el (mpc-string-prefix-p):
9052 Make all of these into obsolete aliases for string-prefix-p.
9053 Update callers.
9054 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9055
9056 * textmodes/two-column.el: Move custom options to the start.
9057 (frame-width): Remove compat definition.
9058 (2C-associate-buffer, 2C-dissociate):
9059 Use with-current-buffer rather than save-excursion.
9060 (2C-dissociate): Force a mode-line update.
9061 (2C-autoscroll): Use ignore-errors.
9062
9063 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9064 Autoload trivia.
9065
9066 * emacs-lisp/cl-extra.el (*random-state*):
9067 Remove unnecessary declaration.
9068
9069 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9070
9071 * play/cookie1.el (cookie-snarf):
9072 Give an explicit error if input file cannot be read.
9073
9074 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9075
9076 * progmodes/perl-mode.el (c-macro-expand):
9077 Remove unnecessary autoload (it is in loaddefs.el).
9078
9079 * textmodes/picture.el (picture-desired-column)
9080 (picture-update-desired-column): Convert comments to doc-strings.
9081 (picture-substitute): Remove function.
9082 (picture-mode-map): Initialize in the defvar.
9083
9084 * woman.el: Remove eval-after-load for tar-mode.
9085 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9086 (woman-tar-extract-file): Autoload it.
9087
9088 * frame.el (automatic-hscrolling): Make this alias obsolete.
9089
9090 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9091
9092 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9093 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9094 (ispell-dictionary-base-alist): Revert to original XEmacs
9095 friendly version for default. [:alpha:] will be added in
9096 `ispell-set-spellchecker-params' if needed.
9097
9098 2012-04-16 Chong Yidong <cyd@gnu.org>
9099
9100 * image.el (imagemagick--file-regexp): New variable.
9101 (imagemagick-register-types): Use it.
9102 (imagemagick-types-inhibit): Add :set function. Allow new value
9103 of t to inhibit all types.
9104
9105 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9106 so we can preload it.
9107
9108 * loadup.el (fboundp): Preload regexp-opt, needed by
9109 imagemagick-register-types.
9110
9111 2012-04-15 Chong Yidong <cyd@gnu.org>
9112
9113 * frame.el (scrolling): Remove nearly unused customization group.
9114
9115 * scroll-all.el (scroll-all-mode): Move to windows group.
9116
9117 2012-04-15 Chong Yidong <cyd@gnu.org>
9118
9119 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9120
9121 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9124 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9125
9126 2012-04-15 Glenn Morris <rgm@gnu.org>
9127
9128 * simple.el (process-file-side-effects): Doc fix.
9129
9130 2012-04-15 Glenn Morris <rgm@gnu.org>
9131
9132 * international/mule-cmds.el (set-language-environment): Doc fix.
9133
9134 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9135
9136 * server.el (server-auth-key, server-generate-key): Doc fixes.
9137 (server-get-auth-key): Doc fix. Use `string-match-p'.
9138 (server-start): Reflow docstring.
9139
9140 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9141
9142 * server.el (server-generate-key): `called-interactively-p'
9143 requires a parameter.
9144
9145 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9146
9147 * server.el (server-auth-key): New variable.
9148 (server-generate-key, server-get-auth-key): New function.
9149 (server-start): Use the new variable and functions to allow
9150 setting a permanent server key (bug#9423).
9151
9152 2012-04-14 Leo Liu <sdl.web@gmail.com>
9153
9154 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9155
9156 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9157
9158 Spelling fixes.
9159 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9160 Emacs uses American spelling.
9161
9162 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9163
9164 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9165 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9166 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9167 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9168
9169 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * progmodes/which-func.el (which-func-modes): Change default.
9172
9173 2012-04-14 Kim F. Storm <storm@cua.dk>
9174
9175 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9176 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9177
9178 2012-04-14 Chong Yidong <cyd@gnu.org>
9179
9180 * custom.el (custom-theme-set-variables): Doc fix.
9181
9182 2012-04-14 Glenn Morris <rgm@gnu.org>
9183
9184 * international/mule.el (set-auto-coding-for-load): Doc fix.
9185
9186 2012-04-14 Alan Mackenzie <acm@muc.de>
9187
9188 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9189 imenu work again for Objective C Mode. Correct the *-index values,
9190 these having been disturbed by a previous change in 2011-08.
9191
9192 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9193 Correct two search limits.
9194
9195 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9198
9199 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9200
9201 * international/characters.el: Fix sorting.
9202
9203 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9204
9205 * international/characters.el: Add more missing Latin case pairs.
9206
9207 2012-04-14 Glenn Morris <rgm@gnu.org>
9208
9209 * files.el (dir-locals-set-class-variables): Doc fix.
9210
9211 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9212
9213 * international/characters.el: Add set-case-syntax-pair call for
9214 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9215 counterpart. (Bug#11209)
9216
9217 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9218
9219 2012-04-14 Glenn Morris <rgm@gnu.org>
9220
9221 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9222
9223 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9224
9225 * textmodes/ispell.el (ispell-dictionary-base-alist):
9226 Add data for Hebrew.
9227
9228 2012-04-14 Chong Yidong <cyd@gnu.org>
9229
9230 * net/rcirc.el (rcirc-cmd-quit):
9231 Revert 2012-03-18 change (Bug#11192).
9232
9233 2012-04-14 Glenn Morris <rgm@gnu.org>
9234
9235 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9236
9237 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9238
9239 * minibuffer.el (completion-in-region-mode-map):
9240 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9241
9242 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9243
9244 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9245
9246 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9247
9248 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9249 to allow `C-M-f' and `C-M-b' to move to the nearest path
9250 separator (bug#9511).
9251
9252 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9253
9254 * avoid.el: Require cl when compiling. And also move the
9255 `provide' to the end.
9256
9257 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9258
9259 * avoid.el (mouse-avoidance-banish-position): New variable.
9260 (mouse-avoidance-banish-destination): Use it (bug#10165).
9261
9262 2012-04-13 Leo Liu <sdl.web@gmail.com>
9263
9264 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9265
9266 2012-04-13 Ken Brown <kbrown@cornell.edu>
9267
9268 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9269 this is no longer needed now that cygstart understands file:// URLs.
9270 (browse-url-filename-alist): For the same reason, don't modify
9271 file:// URLs on Cygwin.
9272
9273 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9276 the region on shift if the binding is already shifted (bug#11221).
9277
9278 2012-04-12 Glenn Morris <rgm@gnu.org>
9279
9280 * mail/mailpost.el: Move to obsolete/.
9281
9282 2012-04-12 Drew Adams <drew.adams@oracle.com>
9283
9284 * imenu.el (imenu--generic-function): Ignore invisible definitions
9285 (bug#10123).
9286
9287 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9288
9289 * hexl.el (hexl-bits): New variable.
9290 (hexl-options): Mention the variable in the doc string.
9291 (hexl-rulerise, hexl-line-displen): New functions.
9292 (hexl-mode): Mention the new variable.
9293 (hexl-mode, hexl-current-address, hexl-current-address):
9294 Use the displen.
9295 (hexl-ascii-start-column): New function.
9296 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9297 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9298
9299 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9300
9301 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9302 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9303 the encoding, as expected by hunspell.
9304
9305 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * battery.el (battery--linux-sysfs-regexp): New const.
9308 (battery-status-function): Use it. Remove yeeloong special case.
9309 (battery-yeeloong-sysfs): Remove.
9310 (battery-echo-area-format): Remove yeeloong special case.
9311
9312 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9315 Reported by Noah Friedman.
9316
9317 * subr.el (read-passwd): Use read-string.
9318
9319 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9320
9321 * vcursor.el (vcursor-move): Increase the priority of the overlay
9322 (bug#9663).
9323
9324 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9325
9326 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9327 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9328
9329 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9330
9331 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9332 define-minor-mode (bug#10760).
9333
9334 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9335
9336 * progmodes/grep.el (rgrep): Tweak the find command line so
9337 that directories matching `grep-find-ignored-files' won't be
9338 pruned (bug#10351).
9339
9340 2012-04-11 Chong Yidong <cyd@gnu.org>
9341
9342 * startup.el (command-line): Remove support for long-obsolete
9343 variable font-lock-face-attributes.
9344
9345 2012-04-11 Glenn Morris <rgm@gnu.org>
9346
9347 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9348
9349 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * window.el (window--state-get-1): Obey window-point-insertion-type.
9352
9353 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9354
9355 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9356 to previous function when point is on the first character of a
9357 function. Take care of that in `narrow-to-defun' (bug#6157).
9358
9359 2012-04-11 Glenn Morris <rgm@gnu.org>
9360
9361 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9362 not just file-errors.
9363
9364 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9365 (vc-bzr-sha1): Use internal sha1.
9366
9367 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9370
9371 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9372
9373 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9374 that start in the middle of the line (bug#10496).
9375
9376 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9377
9378 * battery.el (battery-linux-proc-acpi): Only one battery is
9379 discharged at a time, but that seems to confuse battery.el when
9380 computing `rate-type' for the battery not being discharged
9381 (bug#10332).
9382
9383 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9386
9387 * international/quail.el: Use dolist and simplify.
9388 (quail-define-package, quail-update-keyboard-layout)
9389 (quail-define-rules): Use dolist.
9390 (quail-insert-kbd-layout, quail-get-translation): CSE.
9391
9392 * tmm.el: Use dolist, remove left over hook.
9393 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9394 Use dolist.
9395 (calendar-load-hook): Don't mess with it.
9396
9397 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9398 Use derived-mode-p. Run the diff asynchronously.
9399
9400 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9401
9402 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9403
9404 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9405
9406 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9407 (list-dynamic-libraries--loaded): New function.
9408 (list-dynamic-libraries--refresh): Use it.
9409
9410 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9411
9412 * progmodes/python.el (python-fill-paragraph):
9413 Make python-fill-region in a multiline string work when font-lock is
9414 disabled (bug#7018).
9415
9416 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9417
9418 * language/european.el (cp775): Add oem/legacy (en)coding on
9419 DOS/MS Windows for the Baltic languages. There are still plenty
9420 of texts written in this encoding/codepage (bug#6519).
9421
9422 2012-04-10 Glenn Morris <rgm@gnu.org>
9423
9424 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9425 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9426
9427 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9428
9429 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9430 next-line "n" and previous-line "p" in order to make recentf more
9431 consistent with ibuffer, dired or org-mode (bug#9387).
9432
9433 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9434
9435 * image.el (put-image): Return the overlay created instead of the
9436 optional input string (bug#7834). Note that this may break code
9437 that is (for some reason or other) depending on `put-image'
9438 returning the string.
9439
9440 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9441
9442 * simple.el (zap-to-char): Allow zapping using input methods
9443 (bug#1580).
9444
9445 * textmodes/fill.el (fill-region): Leave point and mark where they
9446 were before filling (bug#5399).
9447
9448 2012-04-09 Glenn Morris <rgm@gnu.org>
9449
9450 * version.el (emacs-bzr-get-version):
9451 Handle lightweight checkouts of local branches.
9452
9453 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9454
9455 * international/characters.el: Recover lost case pairs. (Bug#11209)
9456
9457 2012-04-09 Chong Yidong <cyd@gnu.org>
9458
9459 * custom.el (custom-variable-p): Return nil for non-symbol
9460 arguments instead of signaling an error.
9461 (user-variable-p): Obsolete alias for custom-variable-p.
9462
9463 * apropos.el (apropos-variable):
9464 * files-x.el (read-file-local-variable):
9465 * simple.el (set-variable):
9466 * woman.el (woman-mini-help):
9467 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9468
9469 2012-04-09 Glenn Morris <rgm@gnu.org>
9470
9471 * startup.el (normal-top-level): Don't look for leim-list.el
9472 in places where it will not be found. (Bug#910)
9473
9474 * international/mule-cmds.el (set-default-coding-systems):
9475 * files.el (normal-mode):
9476 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9477 This function was removed with ucs-tables.el in 2008.
9478
9479 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9480
9481 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9482 ispell-encoding8-command to "-i", without a trailing space.
9483 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9484 separate command-line arguments, to specify the encoding, since
9485 that's how hunspell expects it.
9486
9487 2012-04-08 Glenn Morris <rgm@gnu.org>
9488
9489 * loadup.el: Load bindings before cus-start.
9490 This reduces somewhat the number of "rogue" settings in emacs -Q.
9491
9492 2012-04-07 Glenn Morris <rgm@gnu.org>
9493
9494 * version.el (emacs-bzr-get-version): New function.
9495 (emacs-bzr-version): New variable.
9496 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9497 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9498
9499 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9500
9501 * international/uni-bidi.el, international/uni-category.el:
9502 * international/uni-combining.el, international/uni-decimal.el:
9503 * international/uni-decomposition.el, international/uni-digit.el:
9504 * international/uni-lowercase.el, international/uni-mirrored.el:
9505 * international/uni-name.el, international/uni-numeric.el:
9506 * international/uni-titlecase.el, international/uni-uppercase.el:
9507 Update for Unicode 6.1.
9508
9509 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9510
9511 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9512
9513 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9514
9515 * window.el (shrink-window): Mention the `window-min-height'
9516 variable in the doc string.
9517
9518 2012-04-05 Bastien Guerry <bzg@altern.org>
9519
9520 * color.el (color-lighten-name): Fix typo.
9521
9522 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * server.el (server--on-display-p): New function.
9525 (server--on-display-p): Use it.
9526
9527 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9528
9529 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9530 (bug#11145).
9531
9532 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * comint.el (comint--common-quoted-suffix): Check string boundary
9535 before comparing (bug#11158).
9536 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9537
9538 2012-04-04 Chong Yidong <cyd@gnu.org>
9539
9540 * minibuffer.el (completion-extra-properties): Doc fix.
9541
9542 * subr.el (delayed-warnings-hook): Doc fix.
9543
9544 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9545
9546 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9547 selection (Bug#11159).
9548 (epa-insert-keys): Inform that the default public key will be
9549 exported if no key is selected.
9550
9551 2012-04-04 Richard Stallman <rms@gnu.org>
9552
9553 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9554
9555 2012-04-03 Chong Yidong <cyd@gnu.org>
9556
9557 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9558 mail-insert-file, not its obsolete alias mail-attach-file.
9559
9560 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9561
9562 * notifications.el (notifications-notify): Fix docstring.
9563
9564 2012-04-02 Glenn Morris <rgm@gnu.org>
9565
9566 * emacs-lisp/authors.el (authors-aliases): Another addition.
9567
9568 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9569
9570 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9571 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9572 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9573
9574 2012-04-01 Chong Yidong <cyd@gnu.org>
9575
9576 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9577 Handle root directory properly.
9578 (copy-directory): Caller changed.
9579
9580 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9581 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9582
9583 2012-03-31 Glenn Morris <rgm@gnu.org>
9584
9585 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9586
9587 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9588
9589 * calendar/calendar.el (calendar-window-list)
9590 (calendar-hide-window): Restore. (Bug#11140)
9591 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9592
9593 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9594
9595 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9596
9597 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9598 Check if file is a symlink (Bug#10489).
9599
9600 * files.el (copy-directory): Likewise.
9601
9602 2012-03-30 Chong Yidong <cyd@gnu.org>
9603
9604 * image.el (imagemagick-types-inhibit)
9605 (imagemagick-register-types): Doc fix.
9606
9607 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9608
9609 * textmodes/ispell.el (ispell-get-extended-character-mode):
9610 Disable extended-char-mode for hunspell. hunspell does not support it
9611 and treats ~word as ordinary words in pipe mode.
9612
9613 2012-03-30 Glenn Morris <rgm@gnu.org>
9614
9615 * tutorial.el (help-with-tutorial): Ensure local variables don't
9616 happen to make the buffer read-only. (Bug#11127)
9617
9618 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9621 (perl-calculate-indent): Return `noindent' in strings.
9622
9623 2012-03-28 Sam Steingold <sds@gnu.org>
9624
9625 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9626 instead of the broken adhockery which does not prevent calendar
9627 buffers from being displayed at random after exit.
9628 (calendar-window-list, calendar-hide-window): Remove the broken
9629 adhockery.
9630
9631 2012-03-28 Glenn Morris <rgm@gnu.org>
9632
9633 * replace.el (query-replace-map): Doc fix.
9634
9635 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9636
9637 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9638 contents. (Bug#11109)
9639
9640 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9643 (bug#11077).
9644 (avl-tree--check, avl-tree--check-node): New funs.
9645
9646 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9647
9648 * window.el (switch-to-visible-buffer): New option.
9649 (switch-to-prev-buffer, switch-to-next-buffer):
9650 Observe switch-to-visible-buffer. Make sure that checking for a window
9651 showing a buffer already is done on the same frame.
9652
9653 2012-03-27 Glenn Morris <rgm@gnu.org>
9654
9655 * startup.el (mail-host-address): Doc fix.
9656
9657 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9660 than 197 variables.
9661
9662 2012-03-26 Ami Fischman <ami@fischman.org>
9663
9664 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9665
9666 2012-03-26 Glenn Morris <rgm@gnu.org>
9667
9668 * files.el (save-buffers-kill-emacs): Doc fix.
9669
9670 * startup.el (normal-top-level, command-line, command-line-1):
9671 Give them doc strings.
9672
9673 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9674
9675 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9676 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9677
9678 2012-03-25 Chong Yidong <cyd@gnu.org>
9679
9680 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9681 theme if it was previously enabled before (Bug#11031).
9682
9683 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9684 spec with custom-face-get-current-spec if its :shown-value is not
9685 determined yet (Bug#9337).
9686 (customize-create-theme, custom-theme-revert): Doc fixes.
9687
9688 * button.el (button-at): Minor addition to docstring.
9689
9690 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9691
9692 * vc/vc.el (vc-merge): Fix a prompt.
9693
9694 2012-03-24 Chong Yidong <cyd@gnu.org>
9695
9696 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9697 point (Bug#9623).
9698
9699 * button.el (button-at): Minor addition to docstring.
9700
9701 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * newcomment.el (comment-choose-indent): No space after BOL.
9704
9705 2012-03-22 Sam Steingold <sds@gnu.org>
9706
9707 * window.el (switch-to-prev-buffer): Revert last patch because the
9708 bug turned out to be an advertised feature (Elisp manual 28.14).
9709
9710 2012-03-22 Glenn Morris <rgm@gnu.org>
9711
9712 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9713 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9714
9715 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9716
9717 * net/network-stream.el (network-stream-open-starttls): Make error
9718 message under Windows be less misleading.
9719
9720 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9721
9722 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9723 understands (bug#9942).
9724
9725 2012-03-22 Chong Yidong <cyd@gnu.org>
9726
9727 * simple.el (end-of-visible-line): Handle return value of
9728 next-single-property-change properly (Bug#9371).
9729
9730 2012-03-22 Kenichi Handa <handa@m17n.org>
9731
9732 * international/quail.el (quail-insert-kbd-layout): Fix previous
9733 change. To avoid unwanted bidi reordering, use
9734 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9735
9736 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9737
9738 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9739 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9740 (ruby-beginning-of-indent): Be more careful with the difference
9741 between word-boundary and symbol boundary.
9742 (ruby-mode-syntax-table): Make : a symbol constituent.
9743
9744 2012-03-21 Andreas Politz <politza@fh-trier.de>
9745
9746 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9747
9748 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * progmodes/etags.el (tags-completion-at-point-function):
9751 Improve last fix.
9752
9753 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9754
9755 2012-03-21 Sam Steingold <sds@gnu.org>
9756
9757 * progmodes/etags.el (tags-completion-at-point-function):
9758 Avoid the error when point is inside the pattern.
9759
9760 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9761
9762 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9763 line (Bug#10855).
9764
9765 2012-03-21 Drew Adams <drew.adams@oracle.com>
9766
9767 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9768
9769 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9770
9771 * ido.el (ido-set-current-directory, ido-read-internal)
9772 (ido-choose-completion-string, ido-completion-help): Handle nil
9773 value of ido-completion-buffer (Bug#11008).
9774
9775 2012-03-21 Sam Steingold <sds@gnu.org>
9776
9777 * window.el (switch-to-prev-buffer): Do not switch to a visible
9778 window previous buffer, just like with the frame previous buffers.
9779
9780 2012-03-21 Chong Yidong <cyd@gnu.org>
9781
9782 * faces.el (make-face, make-empty-face, copy-face):
9783 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9784 Doc fixes.
9785
9786 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9789 (widget-complete): Remove broken use of it.
9790
9791 2012-03-20 Chong Yidong <cyd@gnu.org>
9792
9793 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9794 Use string-width and truncate-string-width to handle arbitrary
9795 characters.
9796
9797 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9798
9799 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9800 to draw rectangles, not squares. (Regression introduced by revno
9801 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9802
9803 2012-03-18 Chong Yidong <cyd@gnu.org>
9804
9805 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9806 it is not yet defined (for temacs).
9807
9808 2012-03-18 Leo Liu <sdl.web@gmail.com>
9809
9810 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9811 prefix.
9812
9813 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9814
9815 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9816 (ispell-choices-win-default-height, ispell-silently-savep)
9817 (ispell-dictionary-alist, ispell-encoding8-command)
9818 (ispell-check-version, ispell-aspell-find-dictionary)
9819 (ispell-valid-dictionary-list, ispell-words-keyword)
9820 (ispell-get-word, ispell-internal-change-dictionary)
9821 (ispell-region, ispell-skip-region-list)
9822 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9823 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9824 (ispell-message-text-end, ispell-message)
9825 (ispell-buffer-local-parsing): Doc fix.
9826
9827 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9828
9829 * htmlfontify.el: Add support for code block fontification for ODT
9830 export (Bug #9914).
9831 (hfy-optimisations): Define new option
9832 `body-text-only'
9833 (hfy-fontify-buffer): Honor above setting.
9834 (hfy-begin-span, hfy-end-span): New routines factored out form
9835 `hfy-fontify-buffer'.
9836 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9837 that permit insertion of custom tags.
9838 (hfy-fontify-buffer): Use above handlers.
9839 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9840 (hfy-face-to-css): Re-defined to be a variable.
9841 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9842 over multiple runs. This is made possible by having the caller let
9843 bind a special variable `hfy-user-sheet-assoc'.
9844 (htmlfontify-string): New defun.
9845 (hfy-compile-face-map): Make sure that the last char in the
9846 buffer is correctly fontified.
9847 (hfy-face-resolve-face): Whitespace only change.
9848
9849 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9850
9851 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9852 message more clear.
9853
9854 2012-03-16 Leo Liu <sdl.web@gmail.com>
9855
9856 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9857
9858 2012-03-16 Alan Mackenzie <acm@muc.de>
9859
9860 Further optimise the handling of large macros.
9861
9862 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9863 limit to a call of `c-literal-limits'.
9864 (c-determine-+ve-limit): New function.
9865 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9866 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9867 In CASE 5B, restrict a search limit to 500.
9868 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9869
9870 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9871 Restrict macro bounds to +-500 from after-change's BEG END.
9872
9873 2012-03-16 Leo Liu <sdl.web@gmail.com>
9874
9875 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9876
9877 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9878
9879 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9880 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9881
9882 2012-03-16 Glenn Morris <rgm@gnu.org>
9883
9884 * view.el (view-buffer, view-buffer-other-window)
9885 (view-buffer-other-frame): Doc fixes re special mode-class.
9886
9887 * subr.el (eval-after-load): If named feature is provided not from
9888 a file, run after-load forms. (Bug#10946)
9889
9890 * calendar/calendar.el (calendar-insert-at-column):
9891 Handle non-unit-width characters a bit better. (Bug#10978)
9892
9893 2012-03-15 Chong Yidong <cyd@gnu.org>
9894
9895 * emacs-lisp/ring.el (ring-extend): New function.
9896 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9897
9898 * comint.el (comint-read-input-ring)
9899 (comint-add-to-input-history): Grow comint-input-ring lazily.
9900
9901 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9904 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9905
9906 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9907 (imenu-add-to-menubar): Don't add a redundant index.
9908 (imenu-update-menubar): Handle a dynamically composed keymap.
9909
9910 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9911
9912 * mail/sendmail.el (mail-encode-header):
9913 Bind rfc2047-encode-encoded-words to nil.
9914
9915 2012-03-13 Glenn Morris <rgm@gnu.org>
9916
9917 * calendar/calendar.el (calendar-string-spread):
9918 Handle non-unit-width characters a bit better. (Bug#10978)
9919
9920 2012-03-13 Leo Liu <sdl.web@gmail.com>
9921
9922 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9923 directory and file as argument (Bug#10822).
9924
9925 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9926
9927 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9928 For dynamically generated code, follow $PC.
9929 (gdb-disassembly-handler-custom): Handle no function name case.
9930
9931 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9932
9933 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9934 * emulation/ws-mode.el (ws-query-replace):
9935 * sort.el (sort-regexp-fields):
9936 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9937
9938 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * dabbrev.el: Fix cycle completion order (bug#10963).
9941 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9942 (dabbrev-completion): Don't use an obarray; provide
9943 a cycle-sort-function.
9944
9945 2012-03-12 Leo Liu <sdl.web@gmail.com>
9946
9947 * simple.el (kill-new): Use equal-including-properties for comparison.
9948 (kill-do-not-save-duplicates): Doc fix.
9949
9950 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 * dabbrev.el: Fix cycle completion (bug#10963).
9953 Use lexical binding and wrap to 80 columns.
9954 (dabbrev-completion): Delay computing the list of completions.
9955
9956 2012-03-12 Kenichi Handa <handa@m17n.org>
9957
9958 * international/quail.el (quail-insert-kbd-layout): Surround each
9959 row by LRO and PDF instead of inserting many LRMs. Pad the left
9960 and right of each non-spacing marks. Insert invisible space
9961 between lower and upper characters to prevent composition.
9962
9963 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * minibuffer.el (minibuffer-complete): Don't get confused when the
9966 function is run twice via different commands (bug#10958).
9967 (complete-with-action): Fix docstring.
9968
9969 2012-03-12 Chong Yidong <cyd@gnu.org>
9970
9971 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9972 (nxml-completion-at-point-function): New function.
9973 (nxml-mode): Use it.
9974 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9975
9976 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9977 Load generated autoloads file before byte compiling (Bug#10970).
9978 (package--make-autoloads-and-compile): New helper fun.
9979
9980 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9981
9982 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9983
9984 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9985
9986 * autorevert.el (auto-revert-handler): Ensure, that
9987 file-readable-p is applied only for local files or in
9988 auto-revert-tail-mode.
9989
9990 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9991
9992 * server.el (server-eval-at): Handle non-tcp connections.
9993 Decode result string.
9994
9995 * server.el (server-msg-size): New constant.
9996 (server-reply-print): New function.
9997 (server-eval-and-print): Use it.
9998 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9999 Handle -print-nonl.
10000
10001 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10002
10003 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10004 (Bug#10987).
10005
10006 2012-03-11 Chong Yidong <cyd@gnu.org>
10007
10008 * simple.el (goto-line): Doc fix (Bug#9938).
10009
10010 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10011
10012 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10013 when finished (Bug#10963).
10014
10015 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10016
10017 * window.el (split-window-below): Fix bug in case where
10018 split-window-keep-point is nil (Bug#10971).
10019
10020 2012-03-11 Juri Linkov <juri@jurta.org>
10021
10022 * replace.el (replace-highlight): Set isearch-word to nil
10023 unconditionally. (Bug#10887)
10024
10025 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10026
10027 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10028 mairix-replace-illegal-chars; all callers changed. Don't remove
10029 ^, ~, and = characters: they are meaningful in mairix search specs.
10030 (mairix-widget-create-query): Add usage information about mairix
10031 search forms: negating words, searching for substrings, etc.
10032
10033 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10034
10035 * international/fontset.el (font-encoding-alist): Add an entry for
10036 ksx1001 (Bug#5667).
10037
10038 2012-03-10 Richard Stallman <rms@gnu.org>
10039
10040 * mail/sendmail.el (mail-encode-header):
10041 Set rfc2047-encode-encoded-words.
10042
10043 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10044
10045 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10046 view buffer means not swapped.
10047 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10048 (rmail-write-region-annotate): Error if real text has disappeared.
10049
10050 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10051
10052 2012-03-10 Chong Yidong <cyd@gnu.org>
10053
10054 * emulation/cua-rect.el (cua--init-rectangles):
10055 * emulation/cua-base.el (cua--init-keymaps):
10056 Add delete-forward-char to remappings (Bug#9666).
10057
10058 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10059
10060 * speedbar.el (speedbar-unhighlight-one-tag-line):
10061 Avoid unhighlighting due to frame switching (Bug#10275).
10062
10063 2012-03-10 Chong Yidong <cyd@gnu.org>
10064
10065 * minibuffer.el (completion-in-region, completion-help-at-point):
10066 Give the completion field overlay a high priority (Bug#6830).
10067
10068 * dired.el (dired-goto-file): Recognize absolute file name
10069 listings (Bug#7126).
10070 (dired-goto-file-1): New helper function.
10071 (dired-toggle-read-only): Inhibit warnings.
10072
10073 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10074
10075 * net/dbus.el (dbus-property-handler): Return empty array if
10076 there are no properties.
10077
10078 2012-03-09 Leo Liu <sdl.web@gmail.com>
10079
10080 * savehist.el (savehist-printable): Stricter check for string
10081 value (Bug#10937).
10082
10083 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10084
10085 * mail/smtpmail.el (smtpmail-send-it):
10086 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10087 valid mbox format.
10088
10089 2012-03-09 Glenn Morris <rgm@gnu.org>
10090
10091 * files.el (dir-locals-find-file):
10092 Don't check result is regular, readable.
10093 (dir-locals-read-from-file): Demote errors.
10094
10095 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10096
10097 * international/quail.el (quail-insert-kbd-layout):
10098 Insert invisible LRM characters before each character in a keyboard
10099 layout cell, to prevent their reordering by bidi display engine.
10100 For details, see the discussion in
10101 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10102
10103 2012-03-08 Alan Mackenzie <acm@muc.de>
10104
10105 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10106 the starting position; make it extend the marked region when
10107 invoked repeatedly - all under appropriate circumstances.
10108 Fixes bugs #5525, #10906.
10109
10110 2012-03-08 Glenn Morris <rgm@gnu.org>
10111
10112 * files.el (locate-dominating-file, dir-locals-find-file):
10113 Undo 2012-03-06 change.
10114
10115 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10116
10117 * international/quail.el (quail-help):
10118 Force bidi-paragraph-direction be left-to-right. See discussion in
10119 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10120 for the reason.
10121
10122 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10123
10124 Avoid superfluous registering of signals. (Bug#10807)
10125
10126 * notifications.el (notifications-on-action-object)
10127 (notifications-on-close-object): New defvars.
10128 (notifications-on-action-signal, notifications-on-closed-signal):
10129 Unregister the signal if not needed any longer.
10130 (notifications-notify): Register `notifications-action-signal' or
10131 `notifications-closed-signal', if :on-action or :on-close has been
10132 passed as argument.
10133
10134 2012-03-07 Chong Yidong <cyd@gnu.org>
10135
10136 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10137 non-X platforms.
10138
10139 2012-03-06 Glenn Morris <rgm@gnu.org>
10140
10141 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10142 (x-disown-selection-internal, x-get-selection-internal):
10143 Doc fix (add arglist signatures). (Bug#10783)
10144
10145 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10146
10147 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10148 Handle breakpoints with no "type".
10149
10150 2012-03-06 Glenn Morris <rgm@gnu.org>
10151
10152 * files.el (locate-dominating-file): Add optional predicate argument.
10153 (dir-locals-find-file): Make use of above change.
10154
10155 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10156
10157 * info.el (Info-insert-dir): Also try "dir.gz".
10158
10159 2012-03-06 Glenn Morris <rgm@gnu.org>
10160
10161 * files.el (dir-locals-find-file):
10162 Ignore non-readable or non-regular files. (Bug#10928)
10163
10164 * files.el (locate-dominating-file): Doc fix.
10165
10166 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10167
10168 * calendar/calendar.el (calendar-set-mode-line):
10169 `getenv' returns a string. (Bug#10951)
10170
10171 2012-03-05 Leo Liu <sdl.web@gmail.com>
10172
10173 * simple.el (backward-delete-char-untabify): Constrain point to
10174 field (Bug#10939).
10175
10176 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10177
10178 2012-03-05 Chong Yidong <cyd@gnu.org>
10179
10180 * simple.el (count-words): If called from Lisp, return the word
10181 count, for symmetry with `count-lines'. Arglist changed.
10182 (count-words--message): Args changed. Consolidate counting code
10183 from count-words and count-words-region.
10184 (count-words-region): Caller changed.
10185 (count-lines-region): Make it an obsolete alias.
10186
10187 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10188
10189 * saveplace.el (save-place-to-alist)
10190 (save-place-ignore-files-regexp): Allow value nil to disable this
10191 feature.
10192
10193 2012-03-04 Chong Yidong <cyd@gnu.org>
10194
10195 * faces.el (face-spec-reset-face): For the default face, reset the
10196 attributes to default values (Bug#10748).
10197
10198 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10199
10200 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10201 previous patch: Check `message-send-mail-function', and not the
10202 default function (bug#10897).
10203
10204 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10205
10206 * notifications.el (notifications-on-action-signal)
10207 (notifications-on-closed-signal): Check for unique service name of
10208 incoming event. Fix error in removing entry.
10209 (top): Register for signals with wildcard service name.
10210 (notifications-notify): Use daemon unique service name for map entries.
10211
10212 2012-03-04 Chong Yidong <cyd@gnu.org>
10213
10214 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10215
10216 2012-03-04 Glenn Morris <rgm@gnu.org>
10217
10218 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10219 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10220 (expand-abbrev, define-abbrev-table): Doc fixes.
10221
10222 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10223
10224 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10225 `message-default-send-mail-function' and not `send-mail-function'
10226 when doing the prompting for `sendmail-query-once' before sending
10227 in Message buffers (bug#10897).
10228
10229 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10230 This is inconsistent with all the other stream functions, which leave
10231 the setting up to the higher levels (if so wanted) (bug#10931).
10232
10233 2012-03-02 Alan Mackenzie <acm@muc.de>
10234
10235 Depessimize the handling of very large macros.
10236
10237 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10238 (c-macro-cache-syntactic): New variables to implement a one
10239 element macro cache.
10240 (c-invalidate-macro-cache): New function.
10241 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10242 Adapt to use the new cache.
10243 (c-state-safe-place): Use better the cache of safe positions.
10244 (c-state-semi-nonlit-pos-cache)
10245 (c-state-semi-nonlit-pos-cache-limit):
10246 New variables for...
10247 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10248 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10249 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10250 Use c-state-semi-safe-place.
10251
10252 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10253 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10254
10255 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * jka-compr.el (jka-compr-call-process):
10258 Apply `file-accessible-directory-p' only when the default directory is
10259 not remote.
10260
10261 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10262
10263 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10264 access of FILE2, if FILE1 does not exist.
10265
10266 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10267 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10268
10269 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10270 Add "PAGER=" to `process-environment'.
10271
10272 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10273
10274 * progmodes/sql.el: Bug fix
10275 (sql-get-login-ext): Save login values in globals.
10276 (sql-get-login): Use new version of `sql-get-login-ext'.
10277 (sql-interactive-mode): Set global `sql-connection' to nil.
10278 (sql-connect): Set global values for connection.
10279 (sql-product-interactive): Save global values as buffer local.
10280
10281 2012-02-29 Leo Liu <sdl.web@gmail.com>
10282
10283 * abbrev.el (define-abbrevs): Reset sys to nil.
10284
10285 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10286
10287 * files.el (file-equal-p): Rename from `files-equal-p'.
10288 Return nil when one or both files don't exist.
10289 (file-subdir-of-p): Now only top directory must exists,
10290 return nil if it doesn't.
10291 (copy-directory): No need to test with `file-subdir-of-p' after
10292 creating dir.
10293 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10294 to `file-equal-p'.
10295
10296 2012-02-28 Glenn Morris <rgm@gnu.org>
10297
10298 * shell.el (shell-mode):
10299 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10300 * play/landmark.el (landmark-font-lock-face-O):
10301 * play/handwrite.el (handwrite):
10302 * play/gomoku.el (gomoku-O):
10303 * net/browse-url.el (browse-url-browser-display):
10304 * international/mule.el (define-charset):
10305 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10306 * filesets.el (filesets-find-file-delay):
10307 * eshell/em-xtra.el (eshell-xtra):
10308 * eshell/em-unix.el (eshell-grep):
10309 * emulation/viper.el (viper-mode):
10310 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10311 * emacs-lisp/easymenu.el (easy-menu-define):
10312 * calendar/timeclock.el (timeclock-use-display-time):
10313 * bs.el (bs-mode):
10314 * bookmark.el (bookmark-save-flag):
10315 Doc fix (standardize possessive apostrophe usage).
10316
10317 2012-02-27 Chong Yidong <cyd@gnu.org>
10318
10319 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10320 Fix key-binding lookup for ESC key (Bug#9146).
10321
10322 * font-lock.el (font-lock-specified-p): Rename from
10323 font-lock-spec-present. Callers changed.
10324
10325 2012-02-27 Daniel Hackney <dan@haxney.org>
10326
10327 * emacs-lisp/package.el (package-compute-transaction):
10328 Handle holding a package version to t in package-load-list.
10329
10330 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10331
10332 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10333 (tramp-get-inode, tramp-get-device): Use cached values.
10334
10335 2012-02-26 Alan Mackenzie <acm@muc.de>
10336
10337 Check there is a font-lock specification before doing initial
10338 fontification.
10339
10340 * font-core.el (font-lock-mode): Move the conditional from
10341 :after-hook to font-lock-initial-fontify.
10342 (font-lock-default-function): Move the check for a specification
10343 to font-lock-spec-present.
10344
10345 * font-lock.el (font-lock-initial-fontify): Call ...
10346 (font-lock-spec-present): New function.
10347
10348 2012-02-26 Jim Blandy <jimb@red-bean.com>
10349
10350 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10351 (gdb-send): Apply it to the operand of the '-interpreter-exec
10352 console' command, so that we can pass arguments with (say) quotes
10353 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10354
10355 2012-02-26 Chong Yidong <cyd@gnu.org>
10356
10357 * help-fns.el (describe-function-1): Clarify description of
10358 remapping (Bug#10844).
10359
10360 * files.el (files-equal-p): Doc fix.
10361 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10362 and quit the loop once a mismatch is found.
10363
10364 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * bs.el (bs--show-with-configuration): Don't throw an error
10367 if the window cannot be split; otherwise, subsequent calls to
10368 bs-show fail, restoring a stale window config. (Bug#10882)
10369
10370 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10371
10372 * term/ns-win.el (global-map): Bind ns-drag-file to
10373 ns-find-file (Bug#5855, Bug#10050).
10374
10375 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10376
10377 * calendar/parse-time.el (parse-time-string): Allow extractor to
10378 return nil.
10379
10380 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10381
10382 * net/tramp.el (tramp-file-name-for-operation):
10383 Add `files-equal-p' and `file-subdir-of-p'.
10384
10385 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10386 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10387 Add COPY-CONTENTS argument.
10388
10389 2012-02-25 Chong Yidong <cyd@gnu.org>
10390
10391 Add custom groups for VC backends, for consistency with vc-bzr.
10392
10393 * vc/vc-arch.el (vc-arch):
10394 * vc/vc-cvs.el (vc-cvs):
10395 * vc/vc-git.el (vc-git):
10396 * vc/vc-hg.el (vc-hg):
10397 * vc/vc-mtn.el (vc-mtn):
10398 * vc/vc-rcs.el (vc-rcs):
10399 * vc/vc-sccs.el (vc-sccs):
10400 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10401 All relevant defcustoms reassigned.
10402
10403 2012-02-25 Chong Yidong <cyd@gnu.org>
10404
10405 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10406
10407 * term/x-win.el (x-initialize-window-system): Reduce default for
10408 x-selection-timeout to 5 seconds (Bug#8869).
10409
10410 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10411
10412 * files.el (files-equal-p, file-subdir-of-p): New functions.
10413 (copy-directory): Error when trying to copy a directory on itself.
10414 Add missing copy-contents arg to tramp handler.
10415 * dired-aux.el (dired-copy-file-recursive): Same.
10416 (dired-create-files): Modify destination when source is equal to
10417 dest when copying files.
10418 Return also when dest is a subdir of source. (Bug#10489)
10419
10420 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10423 (Bug#10874)
10424
10425 2012-02-23 Alan Mackenzie <acm@muc.de>
10426
10427 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10428 parameter "after-hook:" to allow the expansion to run code after
10429 the execution of the mode hooks.
10430
10431 * font-lock.el (font-lock-initial-fontify): New function extracted
10432 from font-lock-mode-internal.
10433
10434 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10435 :after-hook.
10436
10437 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10440 (completion--cache-all-sorted-completions): New function.
10441 (completion-all-sorted-completions): Use it.
10442 (completion--do-completion, minibuffer-force-complete):
10443 Use it to re-instate the flush hook.
10444
10445 * icomplete.el (icomplete-completions): Replace last fix with a better
10446 one (bug#10850).
10447
10448 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10449
10450 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10451 when it might call us back infinitely (bug#10797).
10452
10453 2012-02-23 Glenn Morris <rgm@gnu.org>
10454
10455 * minibuffer.el (completion-category-overrides): Doc fix.
10456
10457 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10460 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10461
10462 2012-02-23 Glenn Morris <rgm@gnu.org>
10463
10464 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10465 (authors-obsolete-files-regexps, authors-ignored-files)
10466 (authors-ambiguous-files, authors-renamed-files-alist):
10467 Add more entries.
10468
10469 2012-02-23 Juri Linkov <juri@jurta.org>
10470
10471 * isearch.el (isearch-occur): Sync interactive spec with occur's
10472 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10473
10474 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10475
10476 2012-02-22 Juri Linkov <juri@jurta.org>
10477
10478 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10479 (ucs-insert): Doc fix. Check for hex digits in the string.
10480 Don't display `nil' in the error message. (Bug#10857)
10481
10482 2012-02-22 Alan Mackenzie <acm@muc.de>
10483
10484 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10485
10486 2012-02-22 Glenn Morris <rgm@gnu.org>
10487
10488 * ffap.el (ffap-c-path):
10489 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10490
10491 2012-02-22 Chong Yidong <cyd@gnu.org>
10492
10493 * custom.el (load-theme): Doc fix.
10494
10495 2012-02-22 Glenn Morris <rgm@gnu.org>
10496
10497 * dired-x.el (dired-guess-shell-alist-default):
10498 Remove escape sequences from nroff output. (Bug#172)
10499
10500 2012-02-21 Glenn Morris <rgm@gnu.org>
10501
10502 * vc/emerge.el (emerge-defvar-local):
10503 Set `permanent-local' property rather than unused `preserved'.
10504
10505 * textmodes/picture.el (picture-delete-char): New alias.
10506 (picture-mode-map): Use it. (Bug#10860)
10507 (picture-mode): Doc fix.
10508
10509 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10510
10511 * newcomment.el (uncomment-region-default): Remove unused binding.
10512
10513 2012-02-21 Glenn Morris <rgm@gnu.org>
10514
10515 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10516 (picture-self-insert, picture-tab-chars): Doc fix.
10517 (picture-mode-map): Fix C-a, C-e.
10518
10519 2012-02-20 Glenn Morris <rgm@gnu.org>
10520
10521 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10522
10523 2012-02-20 Leo Liu <sdl.web@gmail.com>
10524
10525 * icomplete.el (icomplete-completions): Check FROM arg before
10526 passing to substring (Bug#10850).
10527
10528 2012-02-19 Chong Yidong <cyd@gnu.org>
10529
10530 * comint.el: Require ansi-color.
10531 (comint-output-filter-functions): Add ansi-color-process-output.
10532
10533 * ansi-color.el: Don't set comint-output-filter-functions; it is
10534 now in the initial value defined in comint.el.
10535 (ansi-color-apply-face-function): New variable.
10536 (ansi-color-apply-on-region): Use it.
10537 (ansi-color-apply-overlay-face): New function.
10538
10539 * shell.el (shell): No need to require ansi-color.
10540 (shell-mode): Use ansi-color-apply-face-function to highlight
10541 color escapes using font-lock-face property (Bug#10835).
10542
10543 2012-02-19 Chong Yidong <cyd@gnu.org>
10544
10545 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10546 mode-line formats (Bug#10839).
10547
10548 2012-02-18 Glenn Morris <rgm@gnu.org>
10549
10550 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10551
10552 * mail/undigest.el (unforward-rmail-message): Doc fix.
10553
10554 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10555
10556 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10557
10558 * international/characters.el (script-list): Sync with the latest
10559 Unicode Character Database.
10560
10561 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10562
10563 * international/titdic-cnv.el: Remove duplicate coding tag.
10564 * language/cham.el: Likewise.
10565 * language/tai-viet.el: Likewise.
10566
10567 2012-02-18 Glenn Morris <rgm@gnu.org>
10568
10569 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10570 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10571 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10572 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10573 * calendar/holidays.el (holiday-bahai-holidays)
10574 (calendar-holidays, list-holidays):
10575 Use utf-8 Bahá'í in doc-strings, menus, etc.
10576
10577 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10578
10579 * saveplace.el (save-place-ignore-files-regexp): New variable
10580 allowing for excluding files from saving their location of point.
10581 The default value matches the temporary commit message editing
10582 files from Git, SVN, Bazaar, and Mercurial.
10583 (save-place-to-alist): Use it.
10584
10585 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10586 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * newcomment.el (uncomment-region-default): Don't leave extra space
10589 when an arg is provided (bug#8150).
10590
10591 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10592
10593 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10594
10595 2012-02-17 Glenn Morris <rgm@gnu.org>
10596
10597 * net/socks.el: Require network-stream. (Bug#10599)
10598
10599 2012-02-17 Kenichi Handa <handa@m17n.org>
10600
10601 * international/charprop.el:
10602 * international/uni-name.el:
10603 * international/uni-old-name.el:
10604 * international/uni-comment.el: Regenerate.
10605
10606 2012-02-16 Glenn Morris <rgm@gnu.org>
10607
10608 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10609 Interactively in calendar buffer, give an error if not on a date.
10610
10611 2012-02-15 Glenn Morris <rgm@gnu.org>
10612
10613 * shell.el (shell-delimiter-argument-list):
10614 Revert 2011-02-17 change. (Bug#8027)
10615
10616 2012-02-15 Chong Yidong <cyd@gnu.org>
10617
10618 * minibuffer.el (completion-at-point-functions): Doc fix.
10619
10620 * custom.el (defcustom): Doc fix; note use of defvar.
10621
10622 2012-02-15 Glenn Morris <rgm@gnu.org>
10623
10624 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10625 Doc fixes.
10626
10627 2012-02-14 Glenn Morris <rgm@gnu.org>
10628
10629 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10630
10631 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10632
10633 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10634 way the ports list is computed.
10635 (smtpmail-query-smtp-server): Prompt the user for a port number if
10636 we can't connect to any of the standard ports (bug#10810).
10637
10638 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10639
10640 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10641
10642 2012-02-13 Glenn Morris <rgm@gnu.org>
10643
10644 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10645
10646 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10647
10648 * net/gnutls.el (gnutls-trustfiles): New variable.
10649 (gnutls-negotiate): Use it.
10650
10651 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10652
10653 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10654 does its stuff if Gnus is running.
10655
10656 2012-02-13 Alan Mackenzie <acm@muc.de>
10657
10658 Fix a loop in c-set-fl-decl-start.
10659
10660 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10661 c-backward-syntactic-ws actually moves backwards.
10662
10663 2012-02-13 Leo Liu <sdl.web@gmail.com>
10664
10665 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10666 beginning so that all \C-o chars are removed.
10667
10668 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10669
10670 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10671
10672 2012-02-12 Alan Mackenzie <acm@muc.de>
10673
10674 Fix infinite loop with long macros.
10675 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10676
10677 2012-02-12 Chong Yidong <cyd@gnu.org>
10678
10679 * window.el (display-buffer): Doc fix (Bug#10785).
10680
10681 2012-02-12 Glenn Morris <rgm@gnu.org>
10682
10683 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10684 (x-disown-selection-internal, x-get-selection-internal):
10685 Sync docs with the xselect.c versions.
10686
10687 * allout-widgets.el: Add missing license notice.
10688
10689 2012-02-11 Glenn Morris <rgm@gnu.org>
10690
10691 * select.el (x-get-selection-internal, x-own-selection-internal)
10692 (x-disown-selection-internal):
10693 * x-dnd.el (x-get-selection-internal): Update declarations.
10694
10695 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10696
10697 * window.el (window-sides-slots):
10698 * tool-bar.el (tool-bar-position):
10699 * term/xterm.el (xterm-extra-capabilities):
10700 * ses.el (ses-self-reference-early-detection):
10701 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10702 (verilog-auto-wire-type)
10703 (verilog-auto-delete-trailing-whitespace)
10704 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10705 (verilog-auto-tieoff-declaration):
10706 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10707 (sql-oracle-statement-starters, sql-oracle-scan-on):
10708 * progmodes/prolog.el (prolog-align-comments-flag)
10709 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10710 (prolog-left-indent-regexp, prolog-paren-indent-p)
10711 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10712 (prolog-types, prolog-mode-specificators)
10713 (prolog-determinism-specificators, prolog-directives)
10714 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10715 (prolog-electric-dot-flag)
10716 (prolog-electric-dot-full-predicate-template)
10717 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10718 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10719 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10720 (prolog-program-switches, prolog-prompt-regexp)
10721 (prolog-debug-on-string, prolog-debug-off-string)
10722 (prolog-trace-on-string, prolog-trace-off-string)
10723 (prolog-zip-on-string, prolog-zip-off-string)
10724 (prolog-use-standard-consult-compile-method-flag)
10725 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10726 (prolog-imenu-max-lines, prolog-info-predicate-index)
10727 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10728 (prolog-char-quote-workaround):
10729 * progmodes/cc-vars.el (c-defun-tactic):
10730 * net/tramp.el (tramp-encoding-command-interactive)
10731 (tramp-local-end-of-line):
10732 * net/soap-client.el (soap-client):
10733 * net/netrc.el (netrc-file):
10734 * net/gnutls.el (gnutls):
10735 * minibuffer.el (completion-category-overrides)
10736 (completion-cycle-threshold)
10737 (completion-pcm-complete-word-inserts-delimiters):
10738 * man.el (Man-name-local-regexp):
10739 * mail/feedmail.el (feedmail-display-full-frame):
10740 * international/characters.el (glyphless-char-display-control):
10741 * eshell/em-ls.el (eshell-ls-date-format):
10742 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10743 (lisp-lambda-list-keyword-parameter-indentation)
10744 (lisp-lambda-list-keyword-parameter-alignment):
10745 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10746 * dired-x.el (dired-omit-verbose):
10747 * cus-theme.el (custom-theme-allow-multiple-selections):
10748 * calc/calc.el (calc-highlight-selections-with-faces)
10749 (calc-lu-field-reference, calc-lu-power-reference)
10750 (calc-note-threshold):
10751 * battery.el (battery-mode-line-limit):
10752 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10753 (archive-7z-update):
10754 * allout.el (allout-prefixed-keybindings)
10755 (allout-unprefixed-keybindings)
10756 (allout-inhibit-auto-fill-on-headline)
10757 (allout-flattened-numbering-abbreviation):
10758 * allout-widgets.el (allout-widgets-auto-activation)
10759 (allout-widgets-icons-dark-subdir)
10760 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10761 (allout-widgets-theme-dark-background)
10762 (allout-widgets-theme-light-background)
10763 (allout-widgets-item-image-properties-emacs)
10764 (allout-widgets-item-image-properties-xemacs)
10765 (allout-widgets-run-unit-tests-on-load)
10766 (allout-widgets-time-decoration-activity)
10767 (allout-widgets-hook-error-post-time)
10768 (allout-widgets-track-decoration):
10769 Add missing :version tags to new defcustoms and defgroups.
10770
10771 * progmodes/sql.el (sql-ansi-statement-starters)
10772 (sql-oracle-statement-starters): Add custom type.
10773
10774 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10775 (prolog-system-version): Give it a type.
10776
10777 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10778
10779 * term/pc-win.el (x-select-text, x-selection-owner-p)
10780 (x-own-selection-internal, x-disown-selection-internal)
10781 (x-get-selection-internal): Sync doc strings and argument lists
10782 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10783
10784 2012-02-11 Leo Liu <sdl.web@gmail.com>
10785
10786 * progmodes/python.el (python-end-of-statement): Fix infinite
10787 loop. (Bug#10788)
10788
10789 2012-02-10 Glenn Morris <rgm@gnu.org>
10790
10791 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10792 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10793
10794 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10795
10796 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10797 about SMTP before checking the From header.
10798
10799 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10800 into own function for reuse by emacsbug.el.
10801
10802 2012-02-10 Leo Liu <sdl.web@gmail.com>
10803
10804 * subr.el (condition-case-unless-debug): Rename from
10805 condition-case-no-debug. All callers changed.
10806 (with-demoted-errors): Fix caller.
10807
10808 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10809 * nxml/rng-valid.el (rng-do-some-validation):
10810 * emacs-lisp/package.el (package-refresh-contents)
10811 (package-menu-execute):
10812 * desktop.el (desktop-create-buffer):
10813 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10814
10815 2012-02-10 Glenn Morris <rgm@gnu.org>
10816
10817 * textmodes/bibtex.el:
10818 Add missing :version tags for new/changed defcustoms.
10819
10820 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10821
10822 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10823
10824 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10825 (smtpmail-via-smtp): Use it, or fall back on the From address.
10826 (smtpmail-send-it): Ditto.
10827
10828 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10829
10830 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10831 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10832 (byte-compile-tmp-var): New const.
10833 (byte-compile-defvar): Use it to minimize .elc size.
10834 Just use `defvar' rather than simulate it (bug#10761).
10835
10836 2012-02-09 Glenn Morris <rgm@gnu.org>
10837
10838 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10839
10840 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10841 Add :version tags.
10842
10843 * progmodes/compile.el (compilation-error-screen-columns)
10844 (compilation-first-column, compilation-filter-start): Doc fixes.
10845
10846 * vc/log-view.el (log-view-toggle-entry-display):
10847 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10848
10849 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10850 (report-emacs-bug-can-use-xdg-email):
10851 (report-emacs-bug-insert-to-mailer): Doc fixes.
10852 (report-emacs-bug): Message fix.
10853
10854 * net/browse-url.el (browse-url-can-use-xdg-open)
10855 (browse-url-xdg-open): Doc fixes.
10856
10857 * electric.el (electric-indent-mode, electric-pair-mode)
10858 (electric-layout-rules, electric-layout-mode): Doc fixes.
10859 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10860
10861 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10862
10863 * server.el (server-unselect-display): Don't inadvertently kill
10864 the current buffer. (Bug#10729)
10865
10866 2012-02-08 Glenn Morris <rgm@gnu.org>
10867
10868 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10869 (sql-list-table): Doc fixes.
10870
10871 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10872 Comment out (does nothing).
10873
10874 * completion.el (dynamic-completion-mode):
10875 * dirtrack.el (dirtrack-debug-mode):
10876 * electric.el (electric-layout-mode):
10877 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10878 * face-remap.el (text-scale-mode, buffer-face-mode):
10879 * iimage.el (iimage-mode):
10880 * image-mode.el (image-transform-mode):
10881 * minibuffer.el (completion-in-region-mode):
10882 * scroll-lock.el (scroll-lock-mode):
10883 * simple.el (next-error-follow-minor-mode):
10884 * tar-mode.el (tar-subfile-mode):
10885 * tooltip.el (tooltip-mode):
10886 * vcursor.el (vcursor-use-vcursor-map):
10887 * wid-browse.el (widget-minor-mode):
10888 * emulation/tpu-edt.el (tpu-edt-mode):
10889 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10890 * international/iso-ascii.el (iso-ascii-mode):
10891 * language/thai-util.el (thai-word-mode):
10892 * mail/supercite.el (sc-minor-mode):
10893 * net/goto-addr.el (goto-address-mode):
10894 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10895 * progmodes/cwarn.el (cwarn-mode):
10896 * progmodes/flymake.el (flymake-mode):
10897 * progmodes/glasses.el (glasses-mode):
10898 * progmodes/hideshow.el (hs-minor-mode):
10899 * progmodes/pascal.el (pascal-outline-mode):
10900 * textmodes/enriched.el (enriched-mode):
10901 * vc/smerge-mode.el (smerge-mode):
10902 Doc fixes (minor mode argument).
10903
10904 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10905
10906 * ls-lisp.el (ls-lisp-sanitize): New function.
10907 (ls-lisp-insert-directory): Use it to fix or remove any elements
10908 in file-alist with missing attributes. (Bug#4673)
10909
10910 2012-02-07 Alan Mackenzie <acm@muc.de>
10911
10912 Fix spurious recognition of c-in-knr-argdecl.
10913
10914 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10915 putative K&R region.
10916
10917 2012-02-07 Alan Mackenzie <acm@muc.de>
10918
10919 * progmodes/cc-engine.el (c-forward-objc-directive):
10920 Prevent looping in "#pragma mark @implementation".
10921
10922 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10923
10924 * notifications.el (notifications-on-closed-signal): Make `reason'
10925 optional. (Bug#10744)
10926
10927 2012-02-07 Glenn Morris <rgm@gnu.org>
10928
10929 * emacs-lisp/easy-mmode.el (define-minor-mode):
10930 Doc fixes for the macro and the mode it defines.
10931
10932 * image.el (imagemagick-types-inhibit): Doc fix.
10933
10934 * cus-start.el (imagemagick-render-type): Add it.
10935
10936 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10937
10938 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10939 Set the default at load time, too, so that `font-lock-fontify-buffer'
10940 can be called without setting up the entire mode first. This fixes
10941 a bug in `mm-inline-text' with C MIME parts.
10942
10943 2012-02-06 Chong Yidong <cyd@gnu.org>
10944
10945 * simple.el (list-processes--refresh): Delete exited processes
10946 (Bug#8094).
10947
10948 * comint.el (comint-next-prompt): next-single-char-property-change
10949 and prev-single-char-property-change never return nil (Bug#8657).
10950
10951 * custom.el (defcustom): Doc fix (Bug#9711).
10952
10953 2012-02-05 Chong Yidong <cyd@gnu.org>
10954
10955 * cus-edit.el (custom-variable-reset-backup): Quote the value
10956 before storing it in the customized-value property (Bug#6712).
10957 (custom-display): Add a customization type tag.
10958 (custom-buffer-create-internal): Improve tooltip message.
10959
10960 * wid-edit.el (widget-field-value-get): New optional arg to
10961 suppress trailing whitespace truncation.
10962 (character): Use it (Bug#2689).
10963
10964 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10965
10966 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10967 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10968
10969 2012-02-05 Chong Yidong <cyd@gnu.org>
10970
10971 * cus-edit.el (custom-variable-value-create): For mismatched
10972 types, show the current value (Bug#7600).
10973
10974 * custom.el (defcustom): Doc fix.
10975
10976 2012-02-05 Glenn Morris <rgm@gnu.org>
10977
10978 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10979
10980 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10981
10982 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10983 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10984 (pp-last-sexp): Use `looking-at-p'.
10985
10986 2012-02-04 Glenn Morris <rgm@gnu.org>
10987
10988 * files.el (revert-buffer):
10989 Doc fix (mention revert-buffer-in-progress-p).
10990
10991 * emacs-lisp/ert-x.el (ert-simulate-command):
10992 Check deferred-action-list (which is obsolete) is bound.
10993
10994 * subr.el (with-wrapper-hook): Doc fixes.
10995
10996 * simple.el (filter-buffer-substring-functions)
10997 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10998
10999 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11000
11001 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11002 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11003
11004 2012-02-04 Leo Liu <sdl.web@gmail.com>
11005
11006 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11007
11008 2012-02-04 Glenn Morris <rgm@gnu.org>
11009
11010 * image.el (image-extension-data): Add obsolete alias.
11011
11012 * isearch.el (isearch-update): Doc fix.
11013
11014 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11015
11016 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11017
11018 2012-02-03 Glenn Morris <rgm@gnu.org>
11019
11020 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11021 (image-animate-timeout): Doc fix.
11022
11023 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11024
11025 2012-02-02 Glenn Morris <rgm@gnu.org>
11026
11027 * server.el (server-auth-dir): Doc fix.
11028 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11029
11030 * subr.el (run-mode-hooks): Doc fix.
11031
11032 2012-02-02 Juri Linkov <juri@jurta.org>
11033
11034 * image-mode.el (image-toggle-display-image): Remove tautological
11035 `major-mode' from the `derived-mode-p' test.
11036
11037 2012-02-02 Kenichi Handa <handa@m17n.org>
11038
11039 * composite.el (compose-region): Cancel previous change.
11040
11041 2012-02-02 Kenichi Handa <handa@m17n.org>
11042
11043 * composite.el (compose-region, compose-string): Signal error for
11044 a null string component (Bug#6988).
11045
11046 2012-02-01 Chong Yidong <cyd@gnu.org>
11047
11048 * view.el (view-buffer-other-window, view-buffer-other-frame):
11049 Handle special modes like view-buffer (Bug#10650).
11050 (view-buffer): Simplify.
11051
11052 * frame.el (set-frame-font): Tweak meaning of third argument.
11053
11054 * dynamic-setting.el (font-setting-change-default-font):
11055 Use set-frame-font (Bug#9982).
11056
11057 2012-02-01 Glenn Morris <rgm@gnu.org>
11058
11059 * progmodes/compile.el (compilation-internal-error-properties):
11060 Respect compilation-first-column in the "*compilation*" buffer.
11061
11062 * emacs-lisp/easy-mmode.el (define-minor-mode):
11063 Relax :variable's test for a named function.
11064
11065 2012-01-31 Alan Mackenzie <acm@muc.de>
11066
11067 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11068 off by one error.
11069
11070 2012-01-31 Chong Yidong <cyd@gnu.org>
11071
11072 * frame.el (set-frame-font): New arg ALL-FRAMES.
11073
11074 * menu-bar.el (menu-set-font): Use set-frame-font.
11075
11076 * faces.el (face-spec-reset-face): Don't apply unspecified
11077 attribute values to the default face.
11078
11079 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11080
11081 * progmodes/cwarn.el (cwarn): Remove dead link.
11082 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11083 Remove * from defcustom docstrings.
11084 (turn-on-cwarn-mode): Make obsolete.
11085 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11086 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11087
11088 2012-01-31 Glenn Morris <rgm@gnu.org>
11089
11090 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11091 Fix :variable handling of mode a symbol not equal to modefun.
11092 Allow named functions to be used as the cdr of :variable.
11093
11094 2012-01-30 Glenn Morris <rgm@gnu.org>
11095
11096 * emacs-lisp/authors.el (authors-fixed-entries):
11097 Remove reference to deleted file rnewspost.el.
11098
11099 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11100
11101 * window.el (window-with-parameter): Remove unused variable `windows'.
11102 (window--side-check): Remove unused variable `code'.
11103 (window--resize-siblings): Remove unused variable `first'.
11104 (adjust-window-trailing-edge): Remove unused variable `failed'.
11105 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11106 Use `let', not `let*'.
11107 (balance-windows-2): Remove unused variable `found'.
11108 (window--state-put-2): Remove unused variable `splits'.
11109 (window-state-put): Remove unused variable `selected'.
11110 (same-window-p): Use `string-match-p'.
11111 (display-buffer-assq-regexp): Remove unused variable `value'.
11112 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11113 Mark argument ALIST as ignored.
11114 (pop-to-buffer): Remove unused variable `old-window'.
11115
11116 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11117
11118 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11119 and .lzma compressed files.
11120
11121 2012-01-29 Chong Yidong <cyd@gnu.org>
11122
11123 * frame.el (window-system-default-frame-alist): Doc fix.
11124
11125 * dynamic-setting.el (font-setting-change-default-font): Don't
11126 change the default face if SET-FONT argument is non-nil (Bug#9982).
11127
11128 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11129
11130 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11131
11132 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11133
11134 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11135 breakpoints in files outside current directory (Bug#6098).
11136
11137 2012-01-29 Chong Yidong <cyd@gnu.org>
11138
11139 * progmodes/python.el: Require ansi-color at top-level.
11140
11141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11142 Define and use in Emacs Lisp mode (Bug#9360).
11143 (lisp-mode-abbrev-table): Add doc.
11144 (lisp-mode-variables): Don't set local-abbrev-table.
11145 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11146
11147 2012-01-28 Roland Winkler <winkler@gnu.org>
11148
11149 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11150
11151 2012-01-28 Roland Winkler <winkler@gnu.org>
11152
11153 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11154 (bibtex-set-dialect): Use it. Either set global values of
11155 dialect-dependent variables or bind these variables buffer-locally
11156 (Bug#10254).
11157 (bibtex-mode): Call bibtex-set-dialect via
11158 hack-local-variables-hook.
11159 (bibtex-dialect): Update docstring.
11160 Add safe-local-variable predicate.
11161 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11162 bibtex-set-dialect.
11163 (bibtex-mode-map): Define menu for each dialect.
11164 (bibtex-entry): Fix docstring.
11165
11166 2012-01-28 Chong Yidong <cyd@gnu.org>
11167
11168 * eshell/esh-arg.el (eshell-quote-argument): New function.
11169
11170 * eshell/esh-ext.el (eshell-invoke-batch-file):
11171 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11172 first arg to eshell-parse-command (Bug#10523).
11173
11174 2012-01-28 Drew Adams <drew.adams@oracle.com>
11175
11176 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11177 `default-directory' is non-nil.
11178
11179 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11180
11181 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11182 line that displays system-configuration-options. (Bug#9924)
11183
11184 2012-01-28 Drew Adams <drew.adams@oracle.com>
11185
11186 * descr-text.el (describe-char): Show information about POS, in
11187 addition to information about the character at POS. Improve and
11188 update the doc string. Change "code point" to "code point in
11189 charset", to avoid confusion with the character's Unicode code
11190 point shown above that. (Bug#10129)
11191
11192 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11193
11194 * descr-text.el (describe-char): Show the raw character, not only
11195 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11196 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11197 for the reasons.
11198
11199 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11200
11201 * emacs-lisp/package.el (package-install):
11202 Run package-refresh-contents if there is no archive yet (Bug#9798).
11203
11204 2012-01-28 Chong Yidong <cyd@gnu.org>
11205
11206 * emacs-lisp/package.el (package-maybe-load-descriptor):
11207 New function, split from package-maybe-load-descriptor.
11208 (package-maybe-load-descriptor): Use it.
11209 (package-download-transaction): Fully load required packages
11210 inside the loop, so that `require' calls work (Bug#10593).
11211 (package-install): No need to call package-initialize now.
11212
11213 2012-01-28 Chong Yidong <cyd@gnu.org>
11214
11215 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11216
11217 * tooltip.el (tooltip-mode): Doc fix.
11218 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11219
11220 * frame.el (set-cursor-color): Doc fix (Bug#352).
11221
11222 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11223 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11224
11225 * cus-edit.el (custom-buffer-create-internal): Fix search button
11226 action (Bug#10542).
11227 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11228
11229 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11230
11231 * dired.el (dired-mark-files-regexp):
11232 Include any subdirectory components. (Bug#10445)
11233
11234 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11235
11236 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11237 Handle [host]:port syntax. (Bug#10533)
11238
11239 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11240
11241 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11242
11243 2012-01-26 Glenn Morris <rgm@gnu.org>
11244
11245 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11246 * term.el (term-raw-escape-map): Use Control-X-prefix.
11247 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11248
11249 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11250
11251 * window.el (window-state-get, window--state-get-1): Don't deal
11252 with fixed-sizeness of windows. Simplify code.
11253
11254 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11255
11256 * window.el (window--state-get-1, window--state-put-2):
11257 Don't save and restore the mark.
11258
11259 2012-01-25 Chong Yidong <cyd@gnu.org>
11260
11261 * custom.el (custom-variable-p): Doc fix.
11262
11263 2012-01-25 Glenn Morris <rgm@gnu.org>
11264
11265 * dired.el (dired-goto-file): Handle some of the more common
11266 characters that `ls -b' escapes. (Bug#10596)
11267
11268 * progmodes/compile.el (compilation-next-error-function):
11269 Respect compilation-first-column in the "*compilation*" buffer.
11270 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11271
11272 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11273
11274 2012-01-24 Glenn Morris <rgm@gnu.org>
11275
11276 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11277
11278 2012-01-24 Julien Danjou <julien@danjou.info>
11279
11280 * color.el (color-rgb-to-hsl): Fix value computing.
11281 (color-hue-to-rgb): New function.
11282 (color-hsl-to-rgb): New function.
11283 (color-clamp, color-saturate-hsl, color-saturate-name)
11284 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11285 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11286
11287 2012-01-24 Glenn Morris <rgm@gnu.org>
11288
11289 * vc/vc-rcs.el (vc-rcs-create-tag):
11290 * vc/vc-sccs.el (vc-sccs-create-tag):
11291 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11292
11293 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11294
11295 * eshell/esh-util.el (eshell-read-hosts-file):
11296 Skip comment lines. (Bug#10549)
11297
11298 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11299
11300 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11301
11302 * subr.el (display-delayed-warnings): Doc fix.
11303 (collapse-delayed-warnings): New function to collapse identical
11304 adjacent warnings.
11305 (delayed-warnings-hook): Add it.
11306
11307 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11308
11309 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11310
11311 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11312 (tramp-default-user-alist): Don't add "pscp".
11313 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11314 property "login-as", if set. (Bug#10530)
11315
11316 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11319 "plink1" and "psftp". (Bug#10530)
11320
11321 2012-01-21 Kenichi Handa <handa@m17n.org>
11322
11323 * international/mule-cmds.el (prefer-coding-system): Show a
11324 warning message if the default value of file-name-coding-system
11325 was not changed.
11326
11327 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11328
11329 * windmove.el (windmove-reference-loc):
11330 Fix windmove-reference-loc miscalculation.
11331
11332 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11333
11334 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11335 default unit.
11336
11337 2012-01-21 Glenn Morris <rgm@gnu.org>
11338
11339 * international/mule.el (auto-coding-alist): Add .tbz.
11340
11341 * files.el (local-enable-local-variables): Doc fix.
11342 (inhibit-local-variables-regexps): Rename from
11343 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11344 Doc fix. Add some extensions from auto-coding-alist.
11345 (inhibit-local-variables-suffixes):
11346 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11347 (inhibit-local-variables-p):
11348 New function, extracted from set-auto-mode-1.
11349 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11350 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11351 (hack-local-variables): Doc fix. Make the mode-only case
11352 respect enable-local-variables and friends.
11353 Respect inhibit-local-variables-regexps for file-locals, but
11354 not for directory-locals.
11355 (set-visited-file-name):
11356 Take account of inhibit-local-variables-regexps.
11357 Whether it applies may change as the file name is changed.
11358 * jka-cmpr-hook.el (jka-compr-install):
11359 * jka-compr.el (jka-compr-uninstall):
11360 Update for inhibit-first-line-modes-suffixes name change.
11361
11362 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11363
11364 * help-macro.el (make-help-screen): Temporarily restore original
11365 binding for minor-mode-map-alist (Bug#10454).
11366
11367 2012-01-19 Julien Danjou <julien@danjou.info>
11368
11369 * color.el (color-name-to-rgb): Use the white color to find the max
11370 color component value and return correctly computed values.
11371 (color-name-to-rgb): Add missing float conversion for max value.
11372
11373 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11374
11375 * window.el (window--state-get-1, window-state-get): Do not use
11376 special state value for window-persistent-parameters.
11377 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11378 (window--state-put-2): Reset all window parameters to nil before
11379 assigning values of persistent parameters.
11380
11381 2012-01-18 Alan Mackenzie <acm@muc.de>
11382
11383 Eliminate sluggishness and hangs in fontification of "semicolon
11384 deserts".
11385
11386 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11387 Change value 10000 -> 3000.
11388 (c-state-safe-place): Reformulate so it doesn't stack up an
11389 infinite number of wrong entries in c-state-nonlit-pos-cache.
11390 (c-determine-limit-get-base, c-determine-limit): New functions to
11391 determine backward search limits disregarding literals.
11392 (c-find-decl-spots): Amend commenting.
11393 (c-cheap-inside-bracelist-p): New function which detects "={".
11394
11395 * progmodes/cc-fonts.el
11396 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11397 backward search.
11398 (c-font-lock-declarations): Fix an occurrence of point being
11399 undefined. Check additionally for point being in a bracelist or
11400 near a macro invocation without a semicolon so as to avoid a
11401 fruitless time consuming search for a declarator. Give a more
11402 precise search limit for declarators using the new
11403 c-determine-limit.
11404
11405 2012-01-18 Glenn Morris <rgm@gnu.org>
11406
11407 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11408 (set-auto-mode): Doc fixes.
11409
11410 2012-01-17 Glenn Morris <rgm@gnu.org>
11411
11412 * isearch.el (search-nonincremental-instead): Fix doc typo.
11413
11414 * dired.el (dired-insert-directory): Handle newlines in directory name.
11415 (dired-build-subdir-alist): Unescape newlines in directory name.
11416
11417 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11418
11419 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11420 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11421 (tramp-action-terminal): Use it. (Bug#10530)
11422
11423 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11426
11427 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11428
11429 * window.el (window-state-ignored-parameters): Remove variable.
11430 (window--state-get-1): Rename argument MARKERS to IGNORE.
11431 Handle persistent window parameters. Make copy of clone-of
11432 parameter only if requested. (Bug#10348)
11433 (window--state-put-2): Install a window parameter only if it has
11434 a non-nil value or an existing parameter shall be overwritten.
11435
11436 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11437
11438 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11439
11440 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11441
11442 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11443 don't pass the (nil) value of `upnode' to string-match.
11444
11445 2012-01-14 Chong Yidong <cyd@gnu.org>
11446
11447 * startup.el (command-line): Fix X resource class for cursorColor.
11448 Fix values recognized by the cursorBlink resource.
11449
11450 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11451
11452 * epg.el (epg--make-temp-file): Avoid permission race condition
11453 when running on old Emacs versions (bug#10403).
11454
11455 2012-01-14 Glenn Morris <rgm@gnu.org>
11456
11457 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11458
11459 2012-01-13 Alan Mackenzie <acm@muc.de>
11460
11461 Fix filling for when filladapt mode is enabled.
11462
11463 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11464 c-mask-paragraph, pass in `fill-paragraph' rather than
11465 `fill-region-as-paragraph'. (This is a reversion of a previous
11466 change.)
11467 * progmodes/cc-mode.el (c-basic-common-init):
11468 Make fill-paragraph-handle-comment buffer local and set it to nil.
11469
11470 2012-01-13 Glenn Morris <rgm@gnu.org>
11471
11472 * dired.el (dired-switches-escape-p): New function.
11473 (dired-insert-directory): Use dired-switches-escape-p.
11474 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11475
11476 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11477
11478 2012-01-12 Glenn Morris <rgm@gnu.org>
11479
11480 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11481 changes in adaptive-fill-regexp. (Bug#10276)
11482
11483 2012-01-11 Alan Mackenzie <acm@muc.de>
11484
11485 Fix Emacs bug #10463 - put `widen's around the critical spots.
11486
11487 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11488 widen around each invocation of c-state-pp-to-literal. Remove an
11489 unused let variable.
11490
11491 2012-01-11 Glenn Morris <rgm@gnu.org>
11492
11493 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11494 Doc fix.
11495
11496 2012-01-10 Chong Yidong <cyd@gnu.org>
11497
11498 * net/network-stream.el (network-stream-open-starttls):
11499 Avoid emitting a confusing error message when the server gives a bad
11500 response to the capability command.
11501
11502 2012-01-10 Glenn Morris <rgm@gnu.org>
11503
11504 * mail/unrmail.el (unrmail): Tweak previous change.
11505
11506 2012-01-09 Chong Yidong <cyd@gnu.org>
11507
11508 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11509
11510 2012-01-08 Alan Mackenzie <acm@muc.de>
11511
11512 Optimise font locking in long enum definitions.
11513
11514 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11515 arm to a cond form to handle enums.
11516 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11517 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11518
11519 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11520
11521 * files.el (move-file-to-trash): Preserve default file modes on error.
11522 (Bug#10401)
11523
11524 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11525
11526 * faces.el (set-face-attribute): Clarify the meaning of the nil
11527 frame (bug#10294).
11528
11529 * subr.el (with-selected-frame): Mention that the selected frame
11530 is restored (bug#9980).
11531
11532 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11533 (bug#9759).
11534
11535 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11536 (password-read): Don't autoload unused function.
11537
11538 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11539
11540 * progmodes/which-func.el (which-func-mode): Turn into a
11541 non-interactive function and mark as obsolete (bug#10428).
11542
11543 2012-01-06 Chong Yidong <cyd@gnu.org>
11544
11545 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11546 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11547 functions, along with 1 and -1.
11548
11549 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11550
11551 * time.el (display-time-load-average)
11552 (display-time-default-load-average): Doc fixes. See the thread
11553 starting at
11554 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11555 for the details.
11556
11557 2012-01-06 Glenn Morris <rgm@gnu.org>
11558
11559 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11560 has no messages. (Bug#10377)
11561
11562 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11563 than Info-edit. (Bug#10385)
11564
11565 * time.el (display-time-load-average, display-time-next-load-average):
11566 Doc fixes.
11567
11568 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11569 local setting of buffer-read-only to the input buffer. (Bug#10419)
11570
11571 * calendar/calendar.el (calendar-mode):
11572 Locally set scroll-margin to 0. (Bug#10379)
11573
11574 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11575
11576 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11577
11578 2012-01-05 Glenn Morris <rgm@gnu.org>
11579
11580 * eshell/em-unix.el (diff-no-select): Autoload it.
11581 (eshell/diff): Use diff-no-select. (Bug#10420)
11582
11583 2012-01-05 Chong Yidong <cyd@gnu.org>
11584
11585 * shell.el (shell-dynamic-complete-functions): Revert last change.
11586 (shell-command-completion-function): New function.
11587 (shell-completion-vars): Use it to implement
11588 shell-completion-execonly (Bug#10417).
11589
11590 * custom.el (enable-theme): Don't set custom-safe-themes.
11591
11592 * cus-theme.el (custom-theme-merge-theme):
11593 Ignore custom-enabled-themes and custom-safe-themes.
11594
11595 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11596
11597 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11598 first prompt in `sql-interacive-mode'.
11599 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11600 keywords.
11601 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11602 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11603 context of original buffer. Invoke `sql-login-hook'.
11604
11605 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11606
11607 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11608 letters in cite-prefix.
11609
11610 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11611
11612 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11613
11614 2012-01-03 Chong Yidong <cyd@gnu.org>
11615
11616 * shell.el (shell-dynamic-complete-functions):
11617 Put pcomplete-completions-at-point, so as to try
11618 comint-filename-completion first (Bug#10417).
11619
11620 2012-01-02 Richard Stallman <rms@gnu.org>
11621
11622 * battery.el (battery-status-function):
11623 Detect when to use battery-yeeloong-sysfs.
11624 (battery-echo-area-format): Add string for Yeeloong.
11625 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11626 (battery-yeeloong-sysfs): New function.
11627
11628 2012-01-02 Chong Yidong <cyd@gnu.org>
11629
11630 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11631 (dirtrack): Merge code for handling relative filenames in prompt
11632 from shell-dir-cookie-watcher.
11633 (dirtrack-debug-message): New arg to avoid excess format calls.
11634
11635 * shell.el (shell-dir-cookie-re): Variable deleted.
11636 (shell-dir-cookie-watcher): Function deleted.
11637 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11638 with dirtrack-mode.
11639
11640 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11641
11642 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11643 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11644 libgnutls-26.dll.
11645
11646 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11647
11648 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11649
11650 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11651
11652 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11653 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11654
11655 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11656
11657 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11658 also for alternative shells.
11659 (tramp-open-connection-setup-interactive-shell): Check, whether
11660 the shell is a busybox.
11661 (tramp-send-command): Don't suppress multiple prompts for
11662 busyboxes, it hurts.
11663
11664 2011-12-28 Chong Yidong <cyd@gnu.org>
11665
11666 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11667 (gdb-get-source-file): Move mode line update to
11668 gdb-get-source-file (Bug#10087).
11669
11670 2011-12-25 Chong Yidong <cyd@gnu.org>
11671
11672 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11673 gud-gdb-marker-filter without taking it as an argument.
11674 (gud-gdb-run-command-fetch-lines): Caller changed.
11675 (gud-gdb-completion-function): New variable.
11676 (gud-gdb-completion-at-point): Use it.
11677 (gud-gdb-completions-1): Split from gud-gdb-completions.
11678
11679 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11680 function as separate arguments.
11681 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11682 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11683 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11684 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11685 (gdb-stopped, def-gdb-auto-update-trigger)
11686 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11687 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11688 Callers changed.
11689 (gud-gdbmi-completions): New function.
11690 (gdb): Use it for generating the completion table.
11691
11692 2011-12-24 Alan Mackenzie <acm@muc.de>
11693
11694 Introduce a mechanism to widen the region used in context font
11695 locking. Use this to protect declarations from losing their contexts.
11696
11697 * progmodes/cc-langs.el (c-before-font-lock-functions):
11698 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11699 (c-before-context-fontification-functions): New defvar, a list of
11700 functions to be run just before context (etc.) font locking.
11701
11702 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11703 New, functionality extracted from
11704 c-neutralize-syntax-in-and-mark-CPP.
11705 (c-in-after-change-fontification): New variable.
11706 (c-after-change): Set c-in-after-change-fontification.
11707 (c-set-fl-decl-start): Rejig its interface, so it can be called
11708 from both after-change and context fontifying.
11709 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11710 New functions.
11711 (c-standard-font-lock-fontify-region-function): New variable.
11712 (c-font-lock-fontify-region): New function.
11713
11714 2011-12-24 Juri Linkov <juri@jurta.org>
11715
11716 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11717 (Bug#10348)
11718
11719 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11720
11721 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11722 existence of source file. (Bug#10325)
11723
11724 2011-12-23 Alan Mackenzie <acm@muc.de>
11725
11726 Fix unstable fontification inside templates.
11727
11728 * progmodes/cc-langs.el (c-before-font-lock-functions):
11729 Newly created from the singular version. The (c c++ objc) entry now
11730 additionally has c-set-fl-decl-start. The other languages (apart
11731 from AWK) have that as a single entry.
11732
11733 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11734 The functionality for "local" declarations has been extracted to
11735 c-set-fl-decl-start.
11736
11737 * progmodes/cc-mode.el (c-common-init, c-after-change):
11738 Changes due to pluralisation of c-before-font-lock-functions.
11739 (c-set-fl-decl-start): New function, extracted from
11740 c-font-lock-enclosing-decls and enhanced.
11741
11742 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11743
11744 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11745
11746 2011-12-22 Juri Linkov <juri@jurta.org>
11747
11748 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11749
11750 2011-12-22 Chong Yidong <cyd@gnu.org>
11751
11752 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11753
11754 2011-12-21 Drew Adams <drew.adams@oracle.com>
11755
11756 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11757
11758 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11759
11760 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11761
11762 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11763
11764 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11765 highlighting and support. Fix up comments for capitalization.
11766 (cfengine-mode-debug): New var.
11767 (cfengine3-mode): Change the modeline indicator to "CFE3".
11768 (cfengine3-font-lock-keywords): Improve defun highlighting.
11769 (cfengine2-actions): Rename from `cfengine-actions'.
11770 (cfengine2-font-lock-keywords): Rename from
11771 `cfengine-font-lock-keywords'.
11772 (cfengine2-imenu-expression): Rename from
11773 `cfengine-imenu-expression'.
11774 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11775 (cfengine2-beginning-of-defun): Rename from
11776 `cfengine-beginning-of-defun'.
11777 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11778 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11779 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11780 modeline indicator to "CFE2".
11781 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11782 (cfengine-mode-abbrevs): Mark obsolete.
11783
11784 2011-12-21 Chong Yidong <cyd@gnu.org>
11785
11786 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11787 filename argument.
11788
11789 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11790
11791 * window.el (window-normalize-buffer-to-display): Remove.
11792 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11793
11794 2011-12-19 Chong Yidong <cyd@gnu.org>
11795
11796 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11797 Don't signal an error in a predicate function; return non-nil.
11798 (vc-dir-mark-file): Move the error here.
11799 (vc-dir-mark-unmark): If acting on the region, keep going if one
11800 of the entries cannot be marked/unmarked.
11801 (vc-dir-mark-all-files): If current entry is a directory, mark
11802 only child files, as documented.
11803
11804 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11805
11806 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11807 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11808 addition.
11809
11810 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11811
11812 * term/ns-win.el (ns-get-selection-internal)
11813 (ns-store-selection-internal): Declare.
11814 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11815 Declare as obsolete.
11816 (ns-get-pasteboard, ns-paste-secondary):
11817 Use ns-get-selection-internal.
11818 (ns-set-pasteboard, ns-copy-including-secondary):
11819 Use ns-store-selection-internal.
11820
11821 2011-12-17 Chong Yidong <cyd@gnu.org>
11822
11823 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11824 (vc-deduce-fileset): Doc fix.
11825
11826 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11827
11828 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11829
11830 2011-12-13 Sam Steingold <sds@gnu.org>
11831
11832 * man.el (Man-getpage-in-background): When running under a
11833 window-system, ignore $MANWIDTH and $COLUMNS.
11834
11835 2011-12-15 Kenichi Handa <handa@m17n.org>
11836
11837 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11838 (setup-ethiopic-environment-internal): Comment out key-binding for
11839 ethio-toggle-punctuation.
11840
11841 2011-12-13 Alan Mackenzie <acm@muc.de>
11842
11843 Add the switch statement to AWK Mode.
11844
11845 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11846 "default" to the keywords regexp.
11847
11848 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11849 expression as the rest.
11850 (c-nonlabel-token-key): Allow string literals for AWK.
11851 Refactor for the other modes.
11852
11853 Large brace-block initialisation makes CC Mode slow: Fix.
11854 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11855 routines. Limit backward searching in c-font-lock-enclosing.decl.
11856
11857 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11858 pp-state and literal type in addition to the limits.
11859 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11860 (c-state-literal-at): Use the above new defun.
11861 (c-slow-in-literal, c-fast-in-literal): Remove.
11862 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11863
11864 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11865 being in a literal. Add a limit for backward searching.
11866
11867 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11868 c-slow-in-literal.
11869
11870 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11873
11874 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11875
11876 * window.el (delete-other-windows): Use correct frame in call to
11877 window-with-parameter.
11878
11879 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11880
11881 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11882 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11883 (makefile-gmake-statements, makefile-makepp-statements):
11884 Use it and add new makepp keywords.
11885 (makefile-makepp-font-lock-keywords): Add new patterns.
11886 (makefile-match-function-end): Match new [...] and [[...]].
11887
11888 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11889
11890 * ses.el (ses-call-printer-return, ses-cell-property-get)
11891 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11892 (ses-create-cell-variable, ses-reset-header-string)
11893 (ses-cell-set-formula, ses-repair-cell-reference-all)
11894 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11895 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11896 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11897 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11898 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11899 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11900 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11901 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11902 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11903 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11904 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11905 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11906
11907 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11908
11909 * ses.el: The overall change is to add cell renaming, that is
11910 setting fancy names for cell symbols other than name matching
11911 "\\`[A-Z]+[0-9]+\\'" regexp .
11912 (ses-create-cell-variable): New defun.
11913 (ses-relocate-formula): Relocate formulas only for cells the
11914 symbols of which are not renamed, i.e. symbols whose names do not
11915 match regexp "\\`[A-Z]+[0-9]+\\'".
11916 (ses-relocate-all): Relocate values only for cells the symbols of
11917 which are not renamed.
11918 (ses-load): Create cells variables as the (ses-cell ...) are read,
11919 in order to check row col consistency with cell symbol name only
11920 for cells that are not renamed.
11921 (ses-replace-name-in-formula): New defun.
11922 (ses-rename-cell): New defun.
11923
11924 2011-12-11 Chong Yidong <cyd@gnu.org>
11925
11926 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11927 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11928
11929 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11930
11931 * window.el (other-window): Fix docstring.
11932
11933 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11934
11935 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11936 `from' or `to' address before taking its substring.
11937 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11938 encoded name is chopped in the middle of the encoded string, and
11939 thus displayed encoded.
11940
11941 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11942
11943 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11944
11945 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11946
11947 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11948 to use texinfo-update-node and commands that call it if the
11949 Texinfo file uses @node lines without next/prev/up pointers.
11950 Correct outdated description about texinfo-master-menu.
11951 (texinfo-all-menus-update, texinfo-master-menu)
11952 (texinfo-update-node, texinfo-every-node-update)
11953 (texinfo-multiple-files-update): Doc fix. Warn against updating
11954 all the @node lines.
11955 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11956 argument is numeric. Explain better in the doc string what the
11957 function really does.
11958 (texinfo-insert-master-menu-list): Improve the error message
11959 displayed if there's no menu in the Top node.
11960 (Bug#2975) See also this thread:
11961 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11962
11963 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11964
11965 * speedbar.el (speedbar-supported-extension-expressions):
11966 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11967
11968 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11969
11970 * printing.el (pr-mode-alist):
11971 * simple.el (filter-buffer-substring-functions)
11972 (completion-list-insert-choice-function):
11973 * window.el (window-with-parameter, window-atom-root)
11974 (window-sides-slots, window-size-fixed, window-min-delta)
11975 (window-max-delta, window--resize-mini-window)
11976 (window--resize-child-windows-normal, window-tree)
11977 (delete-other-windows, quit-window, split-window)
11978 (display-buffer-record-window, special-display-buffer-names)
11979 (special-display-regexps, special-display-popup-frame)
11980 (same-window-p, split-window-sensibly)
11981 (display-buffer-overriding-action, display-buffer-alist)
11982 (display-buffer-base-action, display-buffer, switch-to-buffer)
11983 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11984 (fit-window-to-buffer, recenter-positions)
11985 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11986 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11987 and remove unneeded backslashes in docstrings.
11988
11989 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11990
11991 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11992
11993 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11994 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11995 end in ".mk".
11996 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11997 when reading the makefile (bug#10116).
11998
11999 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12002 (bug#10116).
12003
12004 2011-12-06 Glenn Morris <rgm@gnu.org>
12005
12006 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12007
12008 2011-12-06 Chong Yidong <cyd@gnu.org>
12009
12010 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12011
12012 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * textmodes/table.el (table-shorten-cell): Fix typo.
12015
12016 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12017
12018 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12019
12020 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12021
12022 * descr-text.el (describe-char): Fix display of strong
12023 right-to-left characters and directional embeddings and overrides.
12024
12025 * simple.el (what-cursor-position): Fix display of codepoints of
12026 strong right-to-left characters.
12027
12028 2011-12-05 Chong Yidong <cyd@gnu.org>
12029
12030 * faces.el (read-color): Doc fix.
12031
12032 2011-12-05 Glenn Morris <rgm@gnu.org>
12033
12034 * align.el (align--set-marker): Add doc-string.
12035 Don't try to move something that is not a marker. (Bug#10216)
12036
12037 2011-12-04 Glenn Morris <rgm@gnu.org>
12038
12039 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12040 overly zealous deletion of trailing whitespace.
12041
12042 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * server.el (server-delete-client): On Windows, do not try to delete
12045 the only terminal.
12046 (server-process-filter): On Windows, treat requests for a tty frame as
12047 if they were for a GUI frame if the running server is in GUI mode.
12048
12049 2011-12-03 Glenn Morris <rgm@gnu.org>
12050
12051 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12052
12053 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * electric.el: Streamline electric-indent's hook.
12056 (electric-indent-chars): Revert to simple list.
12057 (electric-indent-functions): New var.
12058 (electric-indent-post-self-insert-function): Use it.
12059
12060 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12061 there's no inferior buffer (bug#10196).
12062 (prolog-consult-compile): Don't use toggle-read-only.
12063
12064 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12065
12066 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12067 interrupt. (Bug#10187)
12068
12069 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12072 (bug#9160).
12073
12074 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12075 (bug#10191).
12076
12077 2011-12-02 Juri Linkov <juri@jurta.org>
12078
12079 * info.el (Info-search): Display "end of manual" when Isearch
12080 reaches the end of single-file Info manual. (Bug#9918)
12081
12082 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12083
12084 * isearch.el (isearch-message-prefix): Run the input method part
12085 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12086
12087 2011-12-02 Juri Linkov <juri@jurta.org>
12088
12089 * isearch.el (isearch-occur): Use `word-search-regexp' for
12090 `isearch-word'.
12091 (isearch-search-and-update): Add condition for `isearch-word' and
12092 call `word-search-regexp'. (Bug#10145)
12093
12094 2011-12-01 Glenn Morris <rgm@gnu.org>
12095
12096 * eshell/em-hist.el (eshell-hist-initialize):
12097 Handle eshell-history-size nil and HISTSIZE set or unset.
12098 (eshell-history-file-name, eshell-history-size): Fix custom type.
12099
12100 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12103
12104 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12105
12106 * progmodes/verilog-mode.el (verilog-pretty-expr):
12107 Rework verilog-pretty-expr to handle new assignment operators in system
12108 verilog, such as += *= and the like.
12109 (verilog-assignment-operator-re): Regular expression to find the
12110 assigment operator in a verilog assignment.
12111 (verilog-assignment-operation-re): Regular expression to find an
12112 assignment statement for pretty-expr.
12113 (verilog-in-attribute-p): Query returns true if point is in an
12114 attribute context; used to skip these for expression line up from
12115 pretty-expr.
12116 (verilog-in-parameter-p): Query returns true if point is in an
12117 parameter definition context; used to skip these for expression
12118 line up from pretty-expr.
12119 (verilog-in-parenthesis-p): Query returns true if point is in a
12120 parenthetical expression, specifically ( ) but not [ ] or { };
12121 used by pretty-expr.
12122 (verilog-just-one-space): If there is no space, don't add one.
12123 (verilog-get-lineup-indent-2): Specifically skip just attribute
12124 contexts for expression lineup, rather than skipping all
12125 parenthetical expressions.
12126 (verilog-calculate-indent): Fix comment, and fix indent.
12127 (verilog-do-indent): Indent declarations in lists (suggested by
12128 Joachim Lechner).
12129 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12130 skeleton items.
12131 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12132 by Alain Mellan).
12133
12134 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12135
12136 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12137 parameters with embedded comments. Reported by Ray Stevens.
12138 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12139 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12140 Reported by Tim Holt.
12141 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12142 instantiated by upper module causing wrong expansion until AUTOed a
12143 second time. Reported by K C Buckenmaier.
12144 (verilog-diff-auto): Fix showing .* as a difference when
12145 `verilog-auto-star-save' off. Reported by Dan Dever.
12146 (verilog-auto-reset, verilog-read-always-signals)
12147 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12148 temporary signals in reset list if
12149 verilog-auto-reset-blocking-in-non is nil, and match assignment
12150 style to each signal's assignment type, bug381.
12151 Reported by Thomas Esposito.
12152 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12153 (verilog-uvm-statement-re): Support UVM indentation and
12154 highlighting, with old OVM keywords only.
12155 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12156 Support AUTOTIEOFF creating non-wire data types.
12157 Suggested by Jonathan Greenlaw.
12158 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12159 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12160 (verilog-inject-sense, verilog-read-inst-pins)
12161 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12162 Fix mismatching parenthesis inside commented out code when deleting
12163 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12164 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12165 non-numeric vector width. Reported by Alex Reed.
12166 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12167 detecting signals with parameter widths. Reported by Alex Reed.
12168 (verilog-auto-delete-trailing-whitespace):
12169 With `verilog-auto-delete-trailing-whitespace' remove trailing
12170 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12171 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12172 Fix verilog-scan-cache corruption when running user AUTO expansion
12173 hooks that call indentation routines.
12174 (verilog-simplify-range-expression): Fix typo ignoring lower case
12175 identifiers.
12176 (verilog-delete-auto): Fix delete-autos to also remove user created
12177 automatics, as long as they start with AUTO.
12178 (verilog-batch-diff-auto, verilog-diff-auto)
12179 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12180 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12181 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12182 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12183 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12184 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12185 is disabled and its cache will get corrupt, causing AUTOS not to
12186 expand. Instead use only -quick functions.
12187 (verilog-scan-region): Fix scanning over escaped quotes.
12188 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12189 (verilog-re-search-backward-quick)
12190 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12191 related functions now ignore strings, to fix misparsing of strings
12192 with magic comments embedded in them.
12193 (verilog-read-auto-template):
12194 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12195 Reported by Brad Dobbie.
12196 (verilog-read-auto-template):
12197 Fix 'verilog-auto-inst-template-numbers' with comments.
12198 Reported by Brad Dobbie.
12199 (verilog-auto-inst, verilog-auto-inst-param)
12200 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12201 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12202 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12203 debugging templates without merge conflicts, bug357.
12204 Reported by Brad Dobbie.
12205 (verilog-read-auto-template):
12206 Fix verilog-auto-inst-template-numbers with multiple templates.
12207 Reported by Brad Dobbie.
12208 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12209 abbrevs so user won't be asked to save.
12210 (verilog-read-auto-lisp-present): Fix to start at beginning of
12211 buffer in case called outside of verilog-auto.
12212 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12213 to "X-2". Reported by Matthew Myers.
12214 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12215 all inputs from module templates. Reported by Leith Johnson.
12216 (verilog-module-inside-filename-p): Fix locating programs as with
12217 modules.
12218 (verilog-auto-inst-port): Fix vl-width expressions when using
12219 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12220 (verilog-decls-get-regs, verilog-decls-get-signals,
12221 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12222 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12223 verilog-read-decls): Combine reg and wire structures into one var
12224 structure to represent SystemVerilog concepts.
12225 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12226 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12227 (verilog-auto-wire-type, verilog-insert-definition):
12228 Add verilog-auto-wire-type and AUTOLOGIC to support using
12229 SystemVerilog "logic" keyword instead of "wire"/"reg".
12230 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12231 to declares outputs that also have assignments (presumably in an
12232 ifdef or generate if so there's not a driver conflict).
12233 Reported by Matthew Myers.
12234 (verilog-auto-declare-nettype, verilog-insert-definition):
12235 Add verilog-auto-declare-nettype to fix declarations using
12236 `default_nettype none. Reported by Julian Gorfajn.
12237 (verilog-read-always-signals-recurse, verilog-read-decls)
12238 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12239 malformed end statement, bug325. Reported by Joshua Wise and
12240 Andrew Drake.
12241 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12242 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12243 when expanding .* in interfaces, bug320.
12244 Reported by Pierre-David Pfister.
12245 (verilog-read-module-name): Fix import statements between module
12246 name and open parenthesis, bug317.
12247 Reported by Pierre-David Pfister.
12248 (verilog-simplify-range-expression): Fix simplification of
12249 multiplications inside AUTOWIRE connections, bug303.
12250 (verilog-auto-inst-port): Support parameter expansion in
12251 multidimensional arrays.
12252 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12253 after "assert property". Reported by Julian Gorfajn.
12254 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12255 with multiplication, bug303.
12256 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12257 Reported by Jan Frode Lonnum.
12258
12259 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12260
12261 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12262 (hfy-shell-file-name, hfy-shell):
12263 * international/fontset.el (x-decompose-font-name): Fix typos.
12264
12265 2011-11-29 Ken Brown <kbrown@cornell.edu>
12266
12267 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12268 (gdb-version): Remove defvar.
12269 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12270 (gdb-gud-context-command, gdb-non-stop-handler)
12271 (gdb-current-context-command, gdb-stopped): Use it.
12272 (gdb-init-1): Enable pretty printing here.
12273 (gdb-non-stop-handler): Don't enable pretty-printing here.
12274 Check to see if the target supports non-stop mode; if not, turn off
12275 non-stop mode. Use the following.
12276 (gdb-check-target-async): New defun.
12277 (gud-watch, gdb-stopped): Fix whitespace.
12278 (gdb-get-source-file): Don't try to display the source file if
12279 `gdb-main-file' is nil.
12280
12281 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * align.el: Try to generate fewer markers (bug#10047).
12284 (align--set-marker): New macro.
12285 (align-region): Use it.
12286
12287 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12288
12289 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12290
12291 2011-11-29 Chong Yidong <cyd@gnu.org>
12292
12293 * indent.el (indent-for-tab-command, indent-according-to-mode):
12294 Doc fix.
12295 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12296
12297 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12298
12299 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12300 aware of remote file names. (Bug#10124)
12301
12302 2011-11-29 Chong Yidong <cyd@gnu.org>
12303
12304 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12305
12306 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * files.el (find-file): Don't use force-same-window (bug#10144).
12309 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12310 use pop-to-buffer if the selected window can't be used.
12311 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12312
12313 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12314
12315 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12316 special-mode-map.
12317
12318 2011-11-28 Chong Yidong <cyd@gnu.org>
12319
12320 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12321
12322 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12323
12324 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12325 gdb-get-source-file-list on gdb-create-source-file-list.
12326
12327 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12328
12329 * whitespace.el (whitespace-newline): Use a different foreground
12330 color for 16-color light-background displays.
12331
12332 2011-11-24 Chong Yidong <cyd@gnu.org>
12333
12334 * window.el (display-buffer--special-action): Doc fix.
12335
12336 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12337
12338 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12339 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12340 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12341 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12342 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12343 (avl-tree-stack-first):
12344 * emacs-lisp/cconv.el (cconv--analyse-use):
12345 * net/gnutls.el (gnutls-negotiate): Fix typos.
12346
12347 2011-11-24 Glenn Morris <rgm@gnu.org>
12348
12349 * lpr.el (lpr-windows-system, lpr-lp-system):
12350 * mail/binhex.el (binhex-begin-line):
12351 * progmodes/grep.el (grep-history, grep-find-history):
12352 * textmodes/flyspell.el:
12353 * vc/pcvs-defs.el (cvs-global-menu):
12354 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12355 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12356 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12357
12358 * net/tls.el: Fix case of "GnuTLS".
12359
12360 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12361
12362 * version.el (emacs-build-system): Give it a doc-string.
12363
12364 2011-11-24 Juri Linkov <juri@jurta.org>
12365
12366 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12367
12368 2011-11-24 Glenn Morris <rgm@gnu.org>
12369
12370 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12371 if called on a non-mime message just toggle the headers. (Bug#8006)
12372
12373 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12374
12375 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12376 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12377 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12378 (allout-rebullet-heading, allout-open-sibtopic)
12379 (allout-toggle-current-subtree-encryption)
12380 (allout-toggle-subtree-encryption, allout-encrypt-string)
12381 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12382 (allout-distinctive-bullets-string, allout-auto-activation):
12383 * window.el (window-normalize-buffer-to-display):
12384 * progmodes/verilog-mode.el (verilog-batch-indent):
12385 * textmodes/bibtex.el (bibtex-field-braces-opt)
12386 (bibtex-field-strings-opt):
12387 * vc/cvs-status.el (cvs-tree-merge):
12388 Fix typos.
12389
12390 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12391
12392 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12393 `non-essential' to t, in order to avoid remote connections.
12394
12395 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12396
12397 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12398 On MS-DOS and MS-Windows, compare with loaddefs.el
12399 case-insensitively.
12400
12401 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12402
12403 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12404
12405 2011-11-23 Glenn Morris <rgm@gnu.org>
12406
12407 * paths.el (rmail-file-name): Reformat the doc-string so that it
12408 is picked up.
12409
12410 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12411 (rmail-auto-file): Ignore case in the "special" field names,
12412 as mail-fetch-field does for all others.
12413
12414 * mail/rmail.el (rmail-forward):
12415 * mail/rmailkwd.el (rmail-set-label):
12416 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12417 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12418
12419 * mail/rmail.el (rmail-current-message): Doc fix.
12420
12421 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12422
12423 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12424
12425 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12426
12427 2011-11-22 Glenn Morris <rgm@gnu.org>
12428
12429 * mail/rmailmm.el (test-rmail-mime-handler)
12430 (test-rmail-mime-bulk-handler)
12431 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12432
12433 2011-11-21 Juri Linkov <juri@jurta.org>
12434
12435 * calc/calc.el (calc-read-key-sequence):
12436 Let-bind `input-method-function' to nil. (Bug#10018)
12437
12438 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12439
12440 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12441 Tell the caller that the next line needs recomputation, even
12442 though it doesn't start a sexp (bug#10094).
12443
12444 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12447
12448 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12451 Use force-same-window.
12452
12453 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12454
12455 * descr-text.el (describe-char-unicode-data):
12456 * json.el (json-string-escape):
12457 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12458 (Footnote-unicode, Footnote-style-p):
12459 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12460
12461 2011-11-20 Chong Yidong <cyd@gnu.org>
12462
12463 * window.el (replace-buffer-in-windows): Restore interactive spec.
12464
12465 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12468
12469 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12470 (byte-compile-global-not-obsolete-vars): New var.
12471 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12472 Use it.
12473 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12474
12475 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12476
12477 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12478 * progmodes/pascal.el (electric-pascal-equal):
12479 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12480 * xml.el (xml-substitute-special): Fix typos.
12481
12482 2011-11-20 Glenn Morris <rgm@gnu.org>
12483
12484 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12485 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12486 Doc fixes.
12487 (rmail-decode-mime-charset): Mark as obsolete.
12488
12489 * mail/rmailsum.el (rmail-message-regexp-p-1):
12490 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12491 Before using mime functions, check they are set. (Bug#10077)
12492
12493 2011-11-19 Juri Linkov <juri@jurta.org>
12494
12495 * info.el (Info-finder-find-node): Use `package--builtins' instead
12496 of `package-alist'. Use node names formed by the pattern "Keyword "
12497 and the keyword name.
12498
12499 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12500
12501 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12502
12503 2011-11-19 Juri Linkov <juri@jurta.org>
12504
12505 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12506 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12507 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12508 `old-history', `old-history-forward'. Add let-binding
12509 `window-selected'. Remove calls to `kill-buffer',
12510 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12511 before calling `Info-find-node', so `Info-find-node-2' will reread
12512 the Info file. Restore window positions only when `window-selected'
12513 is non-nil.
12514
12515 2011-11-19 Juri Linkov <juri@jurta.org>
12516
12517 * isearch.el (isearch-lazy-highlight-new-loop):
12518 Remove condition `(not isearch-error)'. (Bug#9918)
12519
12520 * misearch.el (multi-isearch-search-fun): Add condition
12521 `(not bound)' to ignore lazy-highlighting search.
12522 Add the search-failed message "end of multi" when the end of
12523 multi-sequence is reached. Uncapitalize the search-failed
12524 message "Repeat for next buffer".
12525
12526 * info.el (Info-search): Add the search-failed message
12527 "end of the manual" when the end of the manual is reached
12528 in Isearch mode.
12529
12530 2011-11-19 Juri Linkov <juri@jurta.org>
12531
12532 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12533 Use non-destructive `remove' instead of `delete' because
12534 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12535 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12536
12537 2011-11-19 Juri Linkov <juri@jurta.org>
12538
12539 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12540 to nil instead of binding `search-ring' and `regexp-search-ring'.
12541 (Bug#9185)
12542
12543 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12544
12545 * simple.el (line-move): Force movement by logical lines for any
12546 hscrolled window, not only when auto-hscroll-mode is on.
12547 (line-move-visual): Update doc string to that effect. (Bug#10076)
12548
12549 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12550
12551 * language/european.el (macintosh): Define as alias for mac-roman.
12552
12553 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12554
12555 * mail/rmailmm.el (rmail-mime-display-header)
12556 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12557 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12558 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12559 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12560 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12561 of a raw aref.
12562 (rmail-mime-entity-segment): To get past the tagline, move forward
12563 2 more lines, to account for the 2 empty lines that precede and
12564 follow the line with the buttons.
12565 (rmail-mime-update-tagline): Move one more line, to get past the
12566 empty line that follows the buttons in the tagline. (Bug#9520)
12567
12568 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12569
12570 * window.el (window-max-delta-1, window-min-delta-1)
12571 (window-min-size-1, window-state-get-1, window-state-put-1)
12572 (window-state-put-2): Use "window--" prefix.
12573
12574 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12575
12576 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12577 (smie-warning-count): New var.
12578 (smie-set-prec2tab): Use it.
12579 (smie-bnf->prec2): Improve warnings. Add docstring.
12580 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12581 (smie-bnf--set-class): New function.
12582 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12583 corner case.
12584
12585 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12586 (compilation-error-properties, compilation-move-to-column):
12587 Handle compilation-first-column while in the target buffer.
12588
12589 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12590 Don't hardcode point-min==1.
12591
12592 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12593 (eshell-rewrite-for-command): Remove workaround.
12594 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12595 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12596 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12597
12598 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12599
12600 2011-11-17 Glenn Morris <rgm@gnu.org>
12601
12602 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12603 Ignore buffer-local generated-autoload-file if it is the same
12604 as the global value. (Bug#10049)
12605
12606 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12607
12608 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12609 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12610 (reftex-toc-previous-heading, reftex-toc-max-level)
12611 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12612 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12613 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12614 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12615 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12616 (reftex-toc-rename-label, reftex-toc-visit-location)
12617 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12618 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12619 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12620 leaving "*toc*" only for references to the buffer.
12621
12622 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12623
12624 * window.el (window-resize, delete-window, split-window):
12625 Replace window-splits by window-combination-resize.
12626 * cus-start.el (window-splits): Replace by window-combination-resize.
12627
12628 2011-11-17 Glenn Morris <rgm@gnu.org>
12629
12630 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12631 Make bash entry derive from sh entry, not shell entry.
12632
12633 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12634
12635 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12636 local file name.
12637
12638 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12639
12640 * menu-bar.el (menu-bar-file-menu):
12641 * printing.el (pr-ps-utility):
12642 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12643 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12644 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12645 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12646 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12647 (icalendar--convert-cyclic-to-ical)
12648 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12649 (icalendar--convert-ical-to-diary)
12650 (icalendar--convert-recurring-to-diary)
12651 (icalendar--convert-non-recurring-all-day-to-diary)
12652 (icalendar-import-format-sample):
12653 * progmodes/idlw-shell.el (idlwave-shell-mode):
12654 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12655 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12656 (vhdl-ps-print-init): Fix typos.
12657
12658 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12659
12660 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12661 FSF and collapse date sequence, obscure author/maintainer email address
12662 better, remove extra version line, track relocation of author's webpage.
12663
12664 * progmodes/python.el (python-pdbtrack-input-prompt)
12665 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12666 regular python pdb prompts. Adjustments shamelessly taken exactly as
12667 suggested in EmacsWiki page (tiny change):
12668 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12669
12670 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12671
12672 * expand.el (expand-pos, expand-index, expand-point):
12673 Remove redundant info from docstring.
12674 (expand-add-abbrevs): Doc fix.
12675 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12676 (expand-sample-perl-mode-expand-list): Fix typos.
12677
12678 * net/dbus.el (dbus-event-member-name):
12679 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12680 * term/pc-win.el (msdos-create-frame-with-faces):
12681 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12682
12683 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12684
12685 * window.el (split-window, window-state-get-1)
12686 (window-state-put-1, window-state-put-2): Rename occurrences of
12687 window-nest to window-combination-limit.
12688 * cus-start.el (window-nest): Rename to window-combination-limit.
12689
12690 2011-11-16 Chong Yidong <cyd@gnu.org>
12691
12692 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12693 regexp (Bug#10033).
12694
12695 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12698 `completing-read' will remove *Completions* and will preserve
12699 current-buffer for us.
12700 (tmm-add-prompt): Users of *Completions* will always (re)set its
12701 major mode.
12702 (tmm-old-comp-map): Remove.
12703
12704 2011-11-16 Glenn Morris <rgm@gnu.org>
12705
12706 * mail/rmailedit.el: Require rmailmm when compiling.
12707 (rmail-old-mime-state): New declaration.
12708 (rmail-edit-current-message): If editing a mime message,
12709 edit the "raw" message from the mbox buffer.
12710 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12711
12712 2011-11-15 Glenn Morris <rgm@gnu.org>
12713
12714 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12715 which wasn't being used. Add optional arg to force given state.
12716 (rmail-mime): Add optional arg to force given state.
12717
12718 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12719
12720 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12721 * frame.el (display-mm-dimensions-alist):
12722 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12723 (outline-move-subtree-down):
12724 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12725 (newsticker--treeview-do-get-node):
12726 * net/quickurl.el (quickurl-list-buffer-name):
12727 * progmodes/dcl-mode.el (dcl-mode):
12728 * progmodes/gdb-mi.el (gdb-mapcar*):
12729 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12730
12731 2011-11-15 Glenn Morris <rgm@gnu.org>
12732
12733 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12734 in a boolean sense, so just make it a boolean, and fix the doc.
12735 (rmail-show-mime-function, rmail-mime-feature)
12736 (rmail-require-mime-maybe): Doc fixes.
12737 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12738
12739 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12740
12741 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12742
12743 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12744 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12745 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12746 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12747
12748 2011-11-15 Glenn Morris <rgm@gnu.org>
12749
12750 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12751 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12752 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12753 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12754 (rmail-mime, rmail-show-mime): Doc fixes.
12755
12756 * term/ns-win.el (mode-line-frame-identification):
12757 Leave it alone. (Bug#10051)
12758
12759 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12760
12761 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12762 Handle empty buffers. (Bug#9978)
12763
12764 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12765
12766 * international/mule.el (define-charset):
12767 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12768 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12769 * progmodes/verilog-mode.el (verilog-backward-token):
12770 * textmodes/ispell.el (lookup-words):
12771 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12772
12773 2011-11-14 Glenn Morris <rgm@gnu.org>
12774
12775 * progmodes/executable.el
12776 (executable-make-buffer-file-executable-if-script-p):
12777 Handle file-modes returning nil.
12778
12779 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12780 message - not necessary, and causes problems. (Bug#9831)
12781
12782 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12783
12784 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12785
12786 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12787 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12788 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12789
12790 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12791
12792 * window.el (window-resize, delete-window): Use window-splits
12793 variable instead of function.
12794 (window-state-get-1, window-state-put-2, window-state-put):
12795 Don't deal with windows' splits status.
12796
12797 2011-11-12 Glenn Morris <rgm@gnu.org>
12798
12799 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12800 (apropos-documentation): Doc fixes.
12801
12802 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12803
12804 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12805 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12806
12807 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * electric.el (electric-indent-post-self-insert-function): Make it
12810 possible for a char to only indent in some circumstances.
12811 (electric-indent-mode): Simplify.
12812
12813 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12814
12815 * window.el (windows-with-parameter): Remove unused function.
12816 (windows-at-side): Rename to window-at-side-list.
12817 (window-check, window-atom-check, window-atom-check-1)
12818 (window-side-check, window-size-ignore, window-size-fixed-1)
12819 (window-in-direction-2): Prefix with "window--".
12820 (window-tree-1): Rename to window--subtree, fix doc-string.
12821
12822 2011-11-11 Glenn Morris <rgm@gnu.org>
12823
12824 * subr.el (eval-after-load): If FILE is already loaded,
12825 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12826
12827 2011-11-10 Glenn Morris <rgm@gnu.org>
12828
12829 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12830 Call svn via vc-svn-command rather than vc-do-command.
12831 (vc-svn-command): Add --non-interactive. (Bug#9993)
12832 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12833
12834 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12835 Add toggle-read-only. (Bug#7292)
12836 * files.el (toggle-read-only): Mention that it should only
12837 be used interactively. (Bug#10006)
12838
12839 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12842 Adjust regexp for OCaml warnings.
12843
12844 * electric.el (electric-pair-post-self-insert-function): Let user
12845 turn it off buffer-locally (bug#9932).
12846
12847 * progmodes/python.el (python-beginning-of-statement):
12848 Rewrite (bug#2703).
12849
12850 * progmodes/compile.el: Better handle TABs (bug#9749).
12851 (compilation-internal-error-properties)
12852 (compilation-next-error-function): Obey the target buffer's
12853 compilation-error-screen-columns.
12854
12855 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * progmodes/meta-mode.el: Remove obsolete comments.
12858 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12859 Fix typos in docstrings.
12860
12861 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12862
12863 * window.el (window-size-fixed-p): Rewrite doc-string.
12864 (window-resizable-p): Rename to window--resizable-p. Update callers.
12865 (window--resizable): New function. Make all callers of
12866 window-resizable call window--resizable instead.
12867 (window-resizable): Rewrite in terms of window--resizable.
12868
12869 2011-11-08 Glenn Morris <rgm@gnu.org>
12870
12871 * progmodes/delphi.el (delphi-mode-syntax-table):
12872 Let define-derived-mode define a proper syntax table. (Bug#9994)
12873
12874 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * window.el: Stay away from defsubst.
12877 (window-list-no-nils): Remove.
12878 (window-state-get-1, window-state-get): Use backquote instead.
12879
12880 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12881
12882 * emacs-lisp/find-func.el (find-function-read):
12883 Fix incorrect use of default argument in `completing-read'.
12884
12885 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12886
12887 * window.el (display-buffer-function, special-display-function):
12888 Mention display-buffer-record-window but do not mention
12889 help-setup parameter in doc-strings.
12890 (window-min-delta): Fix doc-string typo.
12891
12892 2011-11-08 Chong Yidong <cyd@gnu.org>
12893
12894 * window.el (window-total-height, window-total-width): Doc fix.
12895 (window-body-size): Move from C.
12896 (window-body-height, window-body-width): Move to C.
12897
12898 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * window.el: Make special-display like display-buffer-alist (bug#9532).
12901 (display-buffer--special-action): New function, morphed
12902 from display-buffer--special.
12903 (display-buffer): Use it to handle special-display-buffers at higher
12904 priority (just after display-buffer-alist).
12905 (display-buffer-fallback-action, display-buffer--other-frame-action)
12906 (pop-to-buffer-same-window): Remove display-buffer--special.
12907
12908 2011-11-07 Glenn Morris <rgm@gnu.org>
12909
12910 * calendar/cal-menu.el (cal-menu-set-date-title):
12911 Do nothing if not in a calendar. (Bug#9976)
12912
12913 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12914
12915 * files.el (find-file): Always use selected-window.
12916
12917 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12918
12919 * window.el (window-combinations): Make WINDOW argument
12920 mandatory. Rewrite doc-string.
12921 (walk-window-subtree, window-atom-check, window-min-delta)
12922 (window-max-delta, window--resize-this-window)
12923 (window--resize-root-window-vertically, window-tree)
12924 (balance-windows, window-state-put): Rewrite doc-strings as to
12925 not mention the term "subwindow".
12926 (window--resize-subwindows-skip-p): Rename to
12927 window--resize-child-windows-skip-p.
12928 (window--resize-subwindows-normal): Rename to
12929 window--resize-child-windows-normal.
12930 (window--resize-subwindows): Rename to
12931 window--resize-child-windows.
12932 (window-or-subwindow-p): Rename to window--in-subtree-p.
12933
12934 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12935
12936 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12937 Ensure that mbox format messages end in two newlines (Bug#9974).
12938
12939 2011-11-06 Chong Yidong <cyd@gnu.org>
12940
12941 * window.el (window-combination-p): Function deleted; its
12942 side-effect is not used in any existing code.
12943 (window-combinations, window-combined-p): Call window-*-child
12944 directly.
12945
12946 2011-11-05 Chong Yidong <cyd@gnu.org>
12947
12948 * window.el (window-valid-p): Rename from window-any-p.
12949 (window-size-ignore, window-state-get): Callers changed.
12950 (window-normalize-window): Rename from window-normalize-any-window.
12951 New arg LIVE-ONLY, replacing window-normalize-live-window.
12952 (window-normalize-live-window): Delete.
12953 (window-combination-p, window-combined-p, window-combinations)
12954 (walk-window-subtree, window-atom-root, window-min-size)
12955 (window-sizable, window-sizable-p, window-size-fixed-p)
12956 (window-min-delta, window-max-delta, window-resizable)
12957 (window-resizable-p, window-full-height-p, window-full-width-p)
12958 (window-current-scroll-bars, window-point-1, set-window-point-1)
12959 (window-at-side-p, window-in-direction, window-resize)
12960 (adjust-window-trailing-edge, maximize-window, minimize-window)
12961 (window-deletable-p, delete-window, delete-other-windows)
12962 (record-window-buffer, unrecord-window-buffer)
12963 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12964 (quit-window, split-window, window-state-put)
12965 (set-window-text-height, fit-window-to-buffer)
12966 (shrink-window-if-larger-than-buffer): Callers changed.
12967
12968 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12969
12970 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12971 rfc2047-decode-string.
12972 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12973 warnings.
12974
12975 * window.el (window-body-height, window-body-width): Mention in
12976 the doc string that the return values are in frame's canonical
12977 units. (Bug#9949)
12978
12979 2011-11-03 Alan Mackenzie <acm@muc.de>
12980
12981 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12982 change in cc-engine.el.
12983
12984 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12985
12986 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12987
12988 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12989
12990 * window.el (quit-window): Call unrecord-window-buffer after
12991 showing another buffer in the window. (Bug#9937)
12992 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12993
12994 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12995
12996 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12997 Accept status with more than 9 shelves. (Bug#9935)
12998 Reported by Colin D Bennett <colin@gibibit.com>.
12999
13000 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13001
13002 * help.el (with-help-window): Don't reference
13003 temp-buffer-show-specifiers in doc-string.
13004
13005 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13006
13007 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13008 menu-item.
13009
13010 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13011
13012 * whitespace.el: New version 13.2.2.
13013 (whitespace-newline-mode): Disable properly. Reported by Sarah
13014 <EmacsWiki>.
13015
13016 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13017
13018 * net/newst-treeview.el: Remove "Time-stamp".
13019 (newsticker--group-manage-orphan-feeds): Do not call
13020 newsticker--treeview-tree-update.
13021 (newsticker-treeview-update, newsticker-treeview):
13022 Call newsticker--treeview-tree-update if necessary.
13023
13024 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13025
13026 * window.el (window-iso-combination-p, window-iso-combined-p)
13027 (window-iso-combinations): Remove "iso-" infix.
13028 Suggested by Chong Yidong.
13029 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13030 (window-max-delta-1, window-resize, window--resize-siblings)
13031 (window--resize-this-window, adjust-window-trailing-edge)
13032 (split-window, balance-windows-1)
13033 (shrink-window-if-larger-than-buffer):
13034 * calendar/calendar.el (calendar-generate-window):
13035 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13036
13037 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13040 in place (bug#9907).
13041 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13042 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13043 (eshell-structure-basic-command, eshell-rewrite-while-command)
13044 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13045 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13046 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13047 (eshell-do-pipelines-synchronously, eshell-eval-command):
13048 Use backquotes and prefer setq to set.
13049 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13050 (eshell-macrop): Use functionp.
13051 (eshell-do-eval): Handle multiple expressions in `while' body.
13052
13053 2011-10-30 Chong Yidong <cyd@gnu.org>
13054
13055 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13056 instead of set-mark (Bug#9810).
13057
13058 2011-10-30 Chong Yidong <cyd@gnu.org>
13059
13060 * window.el (split-window-below, split-window-right): Rename from
13061 split-window-above-each-other and split-window-side-by-side
13062 respectively. All callers changed.
13063 (split-window-sensibly, split-window-sensibly): Use them.
13064 (split-window-keep-point): Doc fix.
13065
13066 * isearch.el: Add isearch-scroll property to split-window-below
13067 and split-window-right.
13068
13069 * follow.el (follow-mode):
13070 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13071 * progmodes/ada-xref.el (ada-gdb-application):
13072 * emulation/vip.el (vip-buffer-in-two-windows):
13073 * image-dired.el (image-dired-dired-with-window-configuration):
13074 * dired-x.el (dired-do-find-marked-files):
13075 * dired.el (dired-pop-to-buffer):
13076 * bs.el (bs--show-with-configuration):
13077 * vc/emerge.el (emerge-setup-windows):
13078 * textmodes/two-column.el (2C-two-columns):
13079 * textmodes/reftex-toc.el (reftex-toc):
13080 * progmodes/gdb-mi.el (gdb-setup-windows):
13081 * progmodes/fortran.el (fortran-window-create):
13082 * net/newst-treeview.el (newsticker--treeview-window-init):
13083 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13084 * emulation/tpu-edt.el (tpu-gold-map):
13085 * emulation/crisp.el (crisp-mode-map):
13086 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13087
13088 2011-10-29 Chong Yidong <cyd@gnu.org>
13089
13090 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13091
13092 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13093
13094 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13095 forged Ispell output (Bug#7904).
13096
13097 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13098
13099 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13100
13101 * doc-view.el: Avoid ugly errors about not finding nil.
13102 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13103 (doc-view-dvipdf-program, doc-view-unoconv-program)
13104 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13105 Avoid nil or absolute file name as default value.
13106 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13107
13108 2011-10-28 Alan Mackenzie <acm@muc.de>
13109
13110 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13111
13112 2011-10-28 Alan Mackenzie <acm@muc.de>
13113
13114 Amend the handling of c-beginning/end-of-defun in nested declaration
13115 scopes.
13116
13117 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13118 cc-langs.el. Change it to a defcustom.
13119
13120 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13121 cc-vars.el.
13122
13123 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13124 Prevent "class foo : bar" being spuriously recognized as a label.
13125
13126 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13127 Add parameter `inclusive' (to include enclosing braces in the region).
13128 (c-widen-to-enclosing-decl-scope): New function.
13129 (c-while-widening-to-decl-block): New macro.
13130 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13131 outward for defun boundaries, and correspondingly change symbol
13132 `respect-enclosure' to `go-outward'.
13133 (c-declaration-limits): Change algorithm to report only the "innermost"
13134 defun's boundaries.
13135
13136 2011-10-28 Deniz Dogan <deniz@dogan.se>
13137
13138 * net/rcirc.el (rcirc-mode): Use hard newlines.
13139
13140 2011-10-28 Alan Mackenzie <acm@muc.de>
13141
13142 Amend to indent and fontify macros "which include their own semicolon"
13143 correctly, using the "virtual semicolon" mechanism.
13144
13145 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13146
13147 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13148 Recode to scan one line at a time rather than having \n and \r
13149 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13150 (c-forward-label): Amend for virtual semicolons.
13151 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13152
13153 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13154 of the new C macros.
13155
13156 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13157 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13158 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13159 (c-opt-cpp-macro-define): Make into a full language variable.
13160 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13161 AWK Mode (including \n, \r) removed, no longer needed.
13162
13163 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13164 Invoke c-make-macro-with-semi-re.
13165
13166 * progmodes/cc-vars.el (c-macro-with-semi-re):
13167 (c-macro-names-with-semicolon): New variables.
13168 (c-make-macro-with-semi-re): New function.
13169
13170 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13171
13172 * vc/log-edit.el: Fill empty field rather than adding new one.
13173 (log-edit-add-field): New function.
13174 (log-edit-insert-changelog): Use it.
13175
13176 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13177
13178 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13179
13180 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13183 (gdb--check-interpreter): New function.
13184 (gdb): Use it.
13185
13186 2011-10-27 Glenn Morris <rgm@gnu.org>
13187
13188 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13189 (least-positive-float, least-negative-float)
13190 (least-positive-normalized-float, least-negative-normalized-float)
13191 (float-epsilon, float-negative-epsilon):
13192 Remove unnecessary declarations.
13193
13194 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13195 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13196 (least-positive-float, least-negative-float)
13197 (least-positive-normalized-float, least-negative-normalized-float)
13198 (float-epsilon, float-negative-epsilon): Add doc-strings,
13199 based on those in cl.texi.
13200
13201 * files.el (set-visited-file-name): If the major-mode changed,
13202 reload the local variables. (Bug#9796)
13203
13204 2011-10-27 Chong Yidong <cyd@gnu.org>
13205
13206 * subr.el (change-major-mode-after-body-hook): New hook.
13207 (run-mode-hooks): Run it.
13208
13209 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13210 Use change-major-mode-before-body-hook.
13211
13212 * simple.el (fundamental-mode):
13213 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13214 change introducing fundamental-mode-hook.
13215
13216 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13217
13218 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13219
13220 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13221
13222 * ido.el (ido-file-name-all-completions-1): Do not require
13223 tramp.el explicitly. (Bug#7583)
13224
13225 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * progmodes/octave-mod.el:
13228 * progmodes/octave-inf.el: Update maintainer.
13229
13230 2011-10-26 Chong Yidong <cyd@gnu.org>
13231
13232 * subr.el (with-wrapper-hook): Rewrite doc.
13233
13234 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13235
13236 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13237 filenames "/method:foo:". (Bug#9793)
13238
13239 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13242 (bug#9865).
13243
13244 2011-10-24 Glenn Morris <rgm@gnu.org>
13245
13246 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13247
13248 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13249
13250 * notifications.el: Add the requirement of a running D-Bus session
13251 bus to the Commentary.
13252
13253 2011-10-24 Juri Linkov <juri@jurta.org>
13254
13255 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13256 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13257 (Bug#9364)
13258
13259 2011-10-24 Juri Linkov <juri@jurta.org>
13260
13261 * info.el (Info-following-node-name-re): Add newline to the list
13262 of allowed characters for leading space. (Bug#9824)
13263
13264 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * progmodes/octave-inf.el (inferior-octave-mode-map):
13267 Fix C-c C-h binding.
13268 * progmodes/octave-mod.el (octave-help): Remove.
13269
13270 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13271
13272 Sync with Tramp 2.2.3.
13273
13274 * net/tramp-cache.el (top): Pacify byte-compiler using
13275 `init-file-user' and `site-run-file'.
13276
13277 * net/trampver.el: Update release number.
13278
13279 2011-10-23 Chong Yidong <cyd@gnu.org>
13280
13281 * files.el (toggle-read-only): Remove obsolete comment about
13282 version control.
13283
13284 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13285 for toggle-read-only. Note that this hasn't called vc-next-action
13286 since 2008-05-02, though it wasn't documented at the time.
13287
13288 * vc/ediff-init.el (ediff-toggle-read-only-function):
13289 Use toggle-read-only.
13290
13291 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13292
13293 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13294 of c-parse-state.
13295
13296 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13297 correct faulty logical expression.
13298 (c-parse-state-state, c-record-parse-state-state):
13299 (c-replay-parse-state-state): New defvar/defuns.
13300 (c-debug-parse-state): Use new functions.
13301
13302 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13303
13304 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13305 last fix. Use window-in-direction correctly.
13306
13307 2011-10-21 Chong Yidong <cyd@gnu.org>
13308
13309 * progmodes/idlwave.el (idlwave-mode):
13310 * progmodes/vera-mode.el (vera-mode): No need to set
13311 require-final-newline; that's done in prog-mode.
13312 Suggested by Stefan Monnier.
13313
13314 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13315
13316 * mouse.el (mouse-drag-window-above)
13317 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13318 (mouse-drag-mode-line-1, mouse-drag-header-line)
13319 (mouse-drag-vertical-line-rightward-window): Remove.
13320 (mouse-drag-line): New function.
13321 (mouse-drag-mode-line, mouse-drag-header-line)
13322 (mouse-drag-vertical-line): Call mouse-drag-line.
13323 * window.el (window-at-side-p, windows-at-side): New functions.
13324
13325 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13326
13327 * tar-mode.el (tar-grind-file-mode):
13328 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13329
13330 2011-10-21 Chong Yidong <cyd@gnu.org>
13331
13332 * progmodes/idlwave.el (idlwave-mode):
13333 * progmodes/vera-mode.el (vera-mode):
13334 Use mode-require-final-newline.
13335
13336 2011-10-20 Glenn Morris <rgm@gnu.org>
13337
13338 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13339
13340 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13341
13342 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13343
13344 2011-10-20 Chong Yidong <cyd@gnu.org>
13345
13346 * emulation/cua-base.el (cua-mode):
13347 * mail/footnote.el (footnote-mode):
13348 * mail/mailabbrev.el (mail-abbrevs-mode):
13349 * net/xesam.el (xesam-minor-mode):
13350 * progmodes/bug-reference.el (bug-reference-mode):
13351 * progmodes/cap-words.el (capitalized-words-mode):
13352 * progmodes/compile.el (compilation-minor-mode)
13353 (compilation-shell-minor-mode):
13354 * progmodes/gud.el (gud-tooltip-mode):
13355 * progmodes/hideif.el (hide-ifdef-mode):
13356 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13357 * progmodes/subword.el (subword-mode):
13358 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13359 * progmodes/which-func.el (which-function-mode):
13360 * term/tvi970.el (tvi970-set-keypad-mode):
13361 * term/vt100.el (vt100-wide-mode):
13362 * textmodes/flyspell.el (flyspell-mode):
13363 * textmodes/ispell.el (ispell-minor-mode):
13364 * textmodes/nroff-mode.el (nroff-electric-mode):
13365 * textmodes/paragraphs.el (use-hard-newlines):
13366 * textmodes/refill.el (refill-mode):
13367 * textmodes/reftex.el (reftex-mode):
13368 * textmodes/rst.el (rst-minor-mode):
13369 * textmodes/sgml-mode.el (html-autoview-mode)
13370 (sgml-electric-tag-pair-mode):
13371 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13372 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13373 * emulation/crisp.el (crisp-mode):
13374 * emacs-lisp/eldoc.el (eldoc-mode):
13375 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13376 minor mode behavior.
13377
13378 2011-10-19 Juri Linkov <juri@jurta.org>
13379
13380 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13381 the list of hard-coded chars with escape-glyph face.
13382
13383 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13386
13387 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13390 running process.
13391
13392 2011-10-19 Glenn Morris <rgm@gnu.org>
13393
13394 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13395 Ignore ignored files. (Bug#9726)
13396
13397 2011-10-19 Chong Yidong <cyd@gnu.org>
13398
13399 Doc fix for minor modes, stating that an omitted argument enables
13400 the mode unconditionally when called from Lisp.
13401
13402 * abbrev.el (abbrev-mode):
13403 * allout.el (allout-mode):
13404 * autoinsert.el (auto-insert-mode):
13405 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13406 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13407 (global-auto-revert-mode):
13408 * battery.el (display-battery-mode):
13409 * composite.el (global-auto-composition-mode)
13410 (auto-composition-mode):
13411 * delsel.el (delete-selection-mode):
13412 * desktop.el (desktop-save-mode):
13413 * dired-x.el (dired-omit-mode):
13414 * dirtrack.el (dirtrack-mode):
13415 * doc-view.el (doc-view-minor-mode):
13416 * double.el (double-mode):
13417 * electric.el (electric-indent-mode, electric-pair-mode):
13418 * emacs-lock.el (emacs-lock-mode):
13419 * epa-hook.el (auto-encryption-mode):
13420 * follow.el (follow-mode):
13421 * font-core.el (font-lock-mode):
13422 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13423 * help.el (temp-buffer-resize-mode):
13424 * hilit-chg.el (highlight-changes-mode)
13425 (highlight-changes-visible-mode):
13426 * hi-lock.el (hi-lock-mode):
13427 * hl-line.el (hl-line-mode, global-hl-line-mode):
13428 * icomplete.el (icomplete-mode):
13429 * ido.el (ido-everywhere):
13430 * image-file.el (auto-image-file-mode):
13431 * image-mode.el (image-minor-mode):
13432 * iswitchb.el (iswitchb-mode):
13433 * jka-cmpr-hook.el (auto-compression-mode):
13434 * linum.el (linum-mode):
13435 * longlines.el (longlines-mode):
13436 * master.el (master-mode):
13437 * mb-depth.el (minibuffer-depth-indicate-mode):
13438 * menu-bar.el (menu-bar-mode):
13439 * minibuf-eldef.el (minibuffer-electric-default-mode):
13440 * mouse-sel.el (mouse-sel-mode):
13441 * msb.el (msb-mode):
13442 * mwheel.el (mouse-wheel-mode):
13443 * outline.el (outline-minor-mode):
13444 * paren.el (show-paren-mode):
13445 * recentf.el (recentf-mode):
13446 * reveal.el (reveal-mode, global-reveal-mode):
13447 * rfn-eshadow.el (file-name-shadow-mode):
13448 * ruler-mode.el (ruler-mode):
13449 * savehist.el (savehist-mode):
13450 * scroll-all.el (scroll-all-mode):
13451 * scroll-bar.el (scroll-bar-mode):
13452 * server.el (server-mode):
13453 * shell.el (shell-dirtrack-mode):
13454 * simple.el (auto-fill-mode, transient-mark-mode)
13455 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13456 (line-number-mode, column-number-mode, size-indication-mode)
13457 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13458 * strokes.el (strokes-mode):
13459 * time.el (display-time-mode):
13460 * t-mouse.el (gpm-mouse-mode):
13461 * tool-bar.el (tool-bar-mode):
13462 * tooltip.el (tooltip-mode):
13463 * type-break.el (type-break-mode-line-message-mode)
13464 (type-break-query-mode):
13465 * view.el (view-mode):
13466 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13467 (global-whitespace-mode, global-whitespace-newline-mode):
13468 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13469
13470 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13471 Fix autogenerated docstring.
13472
13473 2011-10-19 Juri Linkov <juri@jurta.org>
13474
13475 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13476 by checking environment variables "DESKTOP_SESSION" and
13477 "XDG_CURRENT_DESKTOP". (Bug#9779)
13478
13479 2011-10-19 Juri Linkov <juri@jurta.org>
13480
13481 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13482 (browse-url-chromium-program, browse-url-chromium-arguments):
13483 New defcustoms.
13484 (browse-url-default-browser): Check for `browse-url-chromium' and
13485 call `browse-url-chromium-program'.
13486 (browse-url-chromium): New command. (Bug#9779)
13487
13488 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13489
13490 * facemenu.el (list-colors-duplicates): On Windows, detect more
13491 duplicates by assuming that only colors matching "^System" are
13492 special "system colors". (Bug#9722)
13493
13494 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13495
13496 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13497 to distinguish the author from the committer.
13498
13499 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13500
13501 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13502
13503 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13504
13505 * international/mule.el (sgml-html-meta-auto-coding-function):
13506 Add support for detecting encoding in HTML5 specified only as
13507 <meta charset="UTF-8">. Implementation just makes http-equiv and
13508 content-type parts from HTML4 encoding string optional. (Bug#9716)
13509
13510 2011-10-18 Glenn Morris <rgm@gnu.org>
13511
13512 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13513
13514 2011-10-18 Chong Yidong <cyd@gnu.org>
13515
13516 * faces.el (cursor): Doc fix.
13517
13518 2011-10-17 Chong Yidong <cyd@gnu.org>
13519
13520 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13521
13522 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13523
13524 * dirtrack.el (dirtrack): Support shell buffers with path
13525 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13526
13527 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13528
13529 * json.el: Bump version to 1.3 and note change in History.
13530 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13531
13532 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * comint.el (comint-insert-input, comint-send-input)
13535 (comint-get-old-input-default, comint-backward-matching-input)
13536 (comint-next-prompt): Use nil instead of `input' for field property of
13537 past user input (bug#114).
13538
13539 * minibuffer.el (completion--replace): Inherit surrounding properties
13540 (bug#114).
13541 (minibuffer-complete-and-exit): Use it.
13542
13543 * comint.el (comint--table-subvert): Quote the all-completions output
13544 (bug#9160).
13545
13546 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13547
13548 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13549
13550 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13551 window on right of selected. (Bug#9350) Reword other window
13552 entries and separate them from frame entries.
13553
13554 2011-10-15 Glenn Morris <rgm@gnu.org>
13555
13556 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13557 Doc fixes.
13558
13559 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13560
13561 * net/network-stream.el (network-stream-open-starttls):
13562 Improve detection of failure due to lack of TLS support.
13563
13564 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13565 putting the input text in front and in bold.
13566
13567 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13570
13571 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13572 empty buffer.
13573
13574 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13575 unread-command-events rather than pushing yet-another event.
13576
13577 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13578
13579 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13580 the explanation of the possible choices. Make the options passed
13581 to completing-read shorter.
13582
13583 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13584
13585 * textmodes/flyspell.el (flyspell-large-region): Make sure
13586 extended character mode is used if defined (Bug#1339).
13587
13588 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13589
13590 * simple.el (what-cursor-position): Fix the display of the
13591 character info for LRE, LRO, RLE, and RLO characters by appending
13592 an invisible PDF.
13593
13594 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13595
13596 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13597 even in case of error; add debug spec; simplify data flow.
13598 (with-timeout-handler): Remove.
13599
13600 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13601
13602 Fix Bug#6019, Bug#9315.
13603
13604 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13605 complete `buffer-file-name', the local file name part could look
13606 remotely (for example on VMS).
13607
13608 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13609 `tramp-run-real-handler'.
13610 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13611 already quoted by '"'.
13612
13613 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13614 Let `file-name-handler-alist' be nil, the local file name part
13615 could look remotely (for example on VMS).
13616
13617 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13618
13619 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13620 from here...
13621 (flyspell-post-command-hook): ...to here.
13622
13623 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13624
13625 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13626 if not needed.
13627 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13628 using completion. Protect against "slow" callers.
13629 Remove the "message hack".
13630
13631 2011-10-11 Juri Linkov <juri@jurta.org>
13632
13633 * isearch.el (isearch-lazy-highlight-word): New variable.
13634 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13635 Use it. (Bug#9727)
13636
13637 2011-10-11 Glenn Morris <rgm@gnu.org>
13638
13639 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13640 like f90-previous-statement does.
13641
13642 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13643
13644 * eshell/eshell.el (eshell-command): History should be saved
13645 only in interactive use, to avoid error.
13646
13647 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * minibuffer.el (completion-file-name-table): Fix last change,
13650 i.e. ignore normal errors but not the other ones.
13651
13652 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13653
13654 * window.el (special-display-buffer-names)
13655 (special-display-regexps): Remove some remnants of earlier
13656 changes from doc-strings.
13657 (quit-windows-on): New function.
13658
13659 * vc/vc.el (vc-revert, vc-rollback):
13660 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13661 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13662 (Bug#6183) (Bug#7074) (Bug#7447)
13663
13664 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13665
13666 * window.el (frame-auto-hide-function): Add version tag.
13667 (Bug#9699)
13668
13669 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13670
13671 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13672 condition.
13673
13674 2011-10-09 Leo Liu <sdl.web@gmail.com>
13675
13676 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13677 (Bug#9701)
13678
13679 2011-10-08 Glenn Morris <rgm@gnu.org>
13680
13681 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13682 before the first code statement zero indent. (Bug#9690)
13683
13684 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13685
13686 * simple.el (count-words-region): Always count in the region.
13687 Report the number of lines and characters too.
13688 (count-words): New command, which counts in the buffer if the
13689 region is inactive, as count-words-region used to.
13690 (count-words--message): New function. Handle plurals.
13691 (count-lines-region): Make it an alias for count-words-region.
13692
13693 * bindings.el (esc-map): Replace count-lines-region with
13694 count-words-region.
13695
13696 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13697
13698 * window.el (window--delete): Delete dedicated frame
13699 unconditionally when argument KILL is non-nil. (Bug#9699)
13700 (switch-to-buffer): Fix doc-string typo.
13701
13702 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13703
13704 * eshell/eshell.el (eshell-command): Avoid using hooks.
13705
13706 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13707
13708 * bindings.el ([M-left],[M-right]): Bind to left-word and
13709 right-word respectively.
13710
13711 2011-10-07 Glenn Morris <rgm@gnu.org>
13712
13713 * cus-start.el (debug-on-quit): Fix custom type.
13714
13715 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13716
13717 * subr.el (define-key-after): Clarify that the function is not
13718 useful for non-menu keymaps.
13719
13720 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13721
13722 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13723
13724 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13725 in current minibuffer (Fix bug with recursive minibuffers).
13726
13727 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13728
13729 * progmodes/gdb-mi.el (gdb): Doc fix.
13730
13731 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13732
13733 * window.el (frame-auto-hide-function): New option replacing
13734 frame-auto-delete. Suggested by Stefan Monnier.
13735 (window--delete): Call frame-auto-hide-function instead of
13736 investigating frame-auto-delete.
13737 (window-point-1, set-window-point-1): New functions.
13738 (window-in-direction, record-window-buffer, window-state-get-1)
13739 (display-buffer-record-window): Use window-point-1 instead of
13740 window-point.
13741 (set-window-buffer-start-and-point): Use set-window-point-1.
13742
13743 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13746
13747 2011-10-05 Glenn Morris <rgm@gnu.org>
13748
13749 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13750 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13751
13752 2011-10-05 Leo Liu <sdl.web@gmail.com>
13753
13754 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13755 works with buffer object.
13756
13757 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13758
13759 * mpc.el (mpc-tool-bar-map): Add labels.
13760
13761 2011-10-04 Glenn Morris <rgm@gnu.org>
13762
13763 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13764
13765 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13766
13767 * window.el (window--delete): New function.
13768 (frame-auto-delete): Resuscitate option.
13769 (bury-buffer, replace-buffer-in-windows)
13770 (quit-window): Rewrite using window--delete.
13771 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13772 Pass display-buffer-mark-dedicated to window--display-buffer-2
13773 (Bug#9639).
13774
13775 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13778 returns a list (bug#9554). Add remote file name completion.
13779 * comint.el (comint--table-subvert): Curry and get quote&unquote
13780 functions as arguments.
13781 (comint--complete-file-name-data): Adjust call accordingly.
13782 * pcomplete.el (pcomplete--table-subvert): Remove.
13783 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13784
13785 * minibuffer.el (completion-table-case-fold): Use currying.
13786 (completion--styles-type, completion--cycling-threshold-type):
13787 New constants.
13788 (completion-styles, completion-category-overrides)
13789 (completion-cycle-threshold): Use them.
13790 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13791 completion-table-case-fold.
13792
13793 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13794
13795 * minibuffer.el (completion-category-overrides): Fix type of styles
13796 and add more user friendly tags (bug#9660).
13797
13798 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13801 (mule-input-method-string): New widget.
13802 (default-input-method, language-info-custom-alist): Use it.
13803
13804 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * pcomplete.el: Require comint.
13807 (pcomplete--common-suffix): Remove.
13808 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13809 (pcomplete--table-subvert): Sync with comint--table-subvert.
13810 (pcomplete--entries): Use comint-completion-file-name-table.
13811 * comint.el (comint-unquote-filename): Simplify.
13812 (comint-completion-file-name-table): New function (bug#9616).
13813 (comint--complete-file-name-data): Use it.
13814
13815 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13816 (pcmpl-gnu-tar-buffer): Remove.
13817 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13818 around. Make sure pcomplete-suffix-list is only changed temporarily.
13819 Don't look inside the tar's file if it's too large.
13820
13821 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13822
13823 * cus-edit.el (custom-mode-map):
13824 * epa.el (epa-key-list-mode-map):
13825 * man.el (Man-mode-map):
13826 * startup.el (splash-screen-keymap):
13827 * simple.el (special-mode-map): Use scroll-up-command and
13828 scroll-down-command.
13829
13830 * progmodes/idlw-help.el (idlwave-help-mode-map):
13831 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13832 * net/newst-plainview.el (newsticker-mode-map):
13833 * emulation/ws-mode.el (wordstar-mode-map):
13834 * emulation/vi.el (vi-com-map):
13835 * calc/calc-graph.el (calc-graph-show-dumb):
13836 * term/sun.el (terminal-init-sun):
13837 * term/ns-win.el (global-map):
13838 * progmodes/grep.el (grep-mode-map):
13839 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13840 * mail/rmail.el (rmail-mode-map):
13841 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13842
13843 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13844 custom-safe-themes as special.
13845
13846 2011-10-01 Julien Danjou <julien@danjou.info>
13847
13848 * notifications.el (notifications-notify): Fix docstring.
13849
13850 2011-10-01 Per Starbäck <per@starback.se>
13851
13852 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13853
13854 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13855
13856 * startup.el (command-line-1): Fix last fix by inserting
13857 initial-scratch-message into *scratch* before displaying it.
13858 (Bug#9605) and (Bug#9636)
13859
13860 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13861
13862 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13863 window is hscrolled, move by logical lines. (Bug#9607)
13864 (line-move-visual): Update the doc string to the above effect.
13865
13866 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13867
13868 * window.el (display-buffer-record-window): When WINDOW is the
13869 selected window use `point' instead of `window-point'. (Bug#9626)
13870
13871 * startup.el (command-line-1): Use insert-before-markers when
13872 inserting initial-scratch-message. (Bug#9605)
13873
13874 * help.el (help-window): Remove variable.
13875
13876 2011-09-29 Glenn Morris <rgm@gnu.org>
13877
13878 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13879
13880 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13881
13882 * descr-text.el (describe-char-categories): Accept category
13883 descriptions more than one line long.
13884
13885 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * simple.el (delete-trailing-whitespace): Fix last change.
13888
13889 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13890 Don't confuse "y => 3" as the beginning of a `y' operation.
13891
13892 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13893 object has more than 4 slots (bug#9613).
13894
13895 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13896
13897 * subr.el (with-output-to-temp-buffer):
13898 * net/quickurl.el (quickurl, quickurl-browse-url):
13899 Fix typos in docstrings.
13900
13901 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13902
13903 * minibuffer.el (completion-styles)
13904 (completion-category-overrides): Cross reference each other in doc
13905 strings.
13906
13907 2011-09-27 Glenn Morris <rgm@gnu.org>
13908
13909 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13910 to split-string. (Bug#9606)
13911
13912 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13913
13914 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13915 (bug#9615).
13916
13917 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13918
13919 * emacs-lisp/package.el (list-packages): Fix echo area message.
13920
13921 2011-09-27 Leo Liu <sdl.web@gmail.com>
13922
13923 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13924
13925 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13926
13927 * net/dbus.el (dbus-unregister-object): Don't release services for
13928 registered signals. (Bug#9581)
13929
13930 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13931
13932 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13933 function that picks between cfengine 2 and 3 support
13934 automatically. Update docs accordingly.
13935
13936 2011-09-22 Kenichi Handa <handa@m17n.org>
13937
13938 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13939 ZERO.
13940 (indian-itrans-v5-table-for-tamil): New variable.
13941 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13942
13943 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13944
13945 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13946 that's true if the current command involved collapsing of text.
13947 It's reset to false at the beginning of the next command.
13948 (allout-post-command-business): Move the cursor to the beginning
13949 of entry if the cursor is hidden and collapsing activity just
13950 happened.
13951
13952 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13953
13954 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13955 tracking (Bug#9541).
13956
13957 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13958
13959 * net/newst-reader.el (newsticker-html-renderer)
13960 (newsticker-show-news): Automatically load html rendering package
13961 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13962 because w3m-fill-column is let-bound" and the error "Symbol's value
13963 as variable is void: w3m-fill-column".
13964
13965 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13966
13967 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13968 Release services only if they are defined. (Bug#9581)
13969
13970 2011-09-23 Richard Stallman <rms@gnu.org>
13971
13972 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13973 distinguish start of paragraph from start of its text.
13974
13975 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13976
13977 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13978 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13979 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13980
13981 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13982
13983 * international/mule-diag.el (mule-diag): Insert a newline after
13984 each fontset description.
13985
13986 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * simple.el (delete-trailing-whitespace):
13989 Document last change; simplify.
13990
13991 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13992
13993 * simple.el (delete-trailing-whitespace): Also delete
13994 extra newlines at the end of the buffer.
13995
13996 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13997 (picture-newline): Use forward-line so as to ignore fields.
13998
13999 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * subr.el (with-wrapper-hook): Fix edebug spec.
14002
14003 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14004
14005 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14006 (bug#4538).
14007
14008 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14009
14010 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14011 Fix nasty bug using wrong cached values.
14012
14013 2011-09-23 Alan Mackenzie <acm@muc.de>
14014
14015 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14016
14017 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14018
14019 * window.el (pop-to-buffer): Ensure right window is selected if we
14020 chose another frame.
14021
14022 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14023
14024 * simple.el (what-cursor-position): Use get-char-property-change
14025 and next-single-char-property-change, to be able to show display
14026 properties that come from overlays as well as text properties.
14027
14028 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14029
14030 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14031
14032 * cmuscheme.el (run-scheme, switch-to-scheme):
14033 * cus-edit.el (customize-group, custom-buffer-create)
14034 (customize-browse):
14035 * info.el (info):
14036 * shell.el (shell):
14037 * mail/sendmail.el (mail):
14038 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14039
14040 2011-09-22 Richard Stallman <rms@gnu.org>
14041
14042 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14043 move back only to line beg, don't move back over blank lines.
14044
14045 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14046
14047 * files.el (copy-directory): Set directory attributes only in case
14048 they could be retrieved from the source directory. (Bug#9565)
14049
14050 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14051
14052 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14053 (hs-find-block-beginning, hs-hide-level-recursive):
14054 Ignore strings as well as comments. (Bug#9502)
14055
14056 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14057
14058 * progmodes/sql.el (sql-comint-postgres):
14059 Convert port number to a string. (Bug#9566)
14060
14061 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14062
14063 * window.el (quit-window): Undedicate window when switching to
14064 previous buffer. Reported by Thierry Volpiatto
14065 <thierry.volpiatto@gmail.com>.
14066 (special-display-popup-frame): When popping up a new frame reset
14067 its previous buffers to nil. Simplify code.
14068
14069 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14070
14071 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14072 and process filter, as done also in `shell-command'.
14073
14074 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14075
14076 * window.el (set-window-buffer-start-and-point):
14077 Call set-window-start with NOFORCE argument t.
14078 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14079 (quit-window): Reword doc-string. Handle new format of
14080 quit-restore parameter. Don't delete window if it has a
14081 previous buffer we can show instead of the present one.
14082 (display-buffer-record-window): Rewrite using a new format for
14083 the quit-restore window parameter
14084 (special-display-popup-frame, display-buffer-same-window)
14085 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14086 (display-buffer-pop-up-window, display-buffer-use-some-window):
14087 Adapt symbol passed to display-buffer-record-window.
14088 * help.el (help-window-setup): Handle new format of quit-restore
14089 parameter.
14090
14091 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * faces.el (face-list): Fix docstring (bug#9564).
14094
14095 * window.el (display-buffer--action-function-custom-type):
14096 Don't include internal functions in the Custom interface.
14097
14098 2011-09-20 Juri Linkov <juri@jurta.org>
14099
14100 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14101 (Info-forward-node, Info-backward-node, Info-next-preorder)
14102 (Info-last-preorder): Use it. (Bug#9528)
14103
14104 2011-09-20 Juri Linkov <juri@jurta.org>
14105
14106 * info.el (Info-last-preorder): Visit last menu item only when
14107 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14108
14109 2011-09-20 Julien Danjou <julien@danjou.info>
14110
14111 * password-cache.el (password-cache-remove): Remove entries even if the
14112 value is nil, so that password with a nil value (negative caching) is
14113 possible to invalidate.
14114
14115 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14116
14117 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14118 all whitespace around breakpoint. (Bug#9553)
14119 (f90-find-breakpoint): Only break at whitespace inside a comment.
14120
14121 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * minibuffer.el (completion-file-name-table): Keep track of errors.
14124 (completion-table-with-predicate): Handle the case where pred1 is nil.
14125 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14126
14127 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14130 (debugger-return-value): Signal an error if the debugging context does
14131 not await any return value.
14132
14133 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14134 * image-mode.el (image-toggle-display-text)
14135 (image-toggle-display-image): Stay away from evil `intangible'.
14136
14137 2011-09-19 Leo Liu <sdl.web@gmail.com>
14138
14139 * replace.el (occur-revert-arguments): Make it permanent-local.
14140 (occur-mode): Don't call font-lock-defontify.
14141
14142 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14143
14144 * net/ldap.el (ldap-search-internal): Don't push empty search
14145 result (Bug#9508).
14146
14147 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14150
14151 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14152
14153 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14154 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14155
14156 2011-09-18 Juri Linkov <juri@jurta.org>
14157
14158 * buff-menu.el (Buffer-menu-mode-map):
14159 * dired.el (dired-mode-map):
14160 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14161 (lisp-interaction-mode-map):
14162 * emacs-lisp/package.el (package-menu-mode-map):
14163 * epa.el (epa-key-list-mode-map):
14164 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14165 (menu-bar-options-menu):
14166 * outline.el (outline-mode-menu-bar-map):
14167 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14168 * vc/vc-dir.el (vc-dir-menu-map):
14169 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14170 Capitalize non-function content words in menu item strings.
14171
14172 * dired.el (dired-mode-map): Add menu item for
14173 `image-dired-dired-toggle-marked-thumbs'.
14174
14175 2011-09-18 Juri Linkov <juri@jurta.org>
14176
14177 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14178 to `isearch-case-fold-search' and restore its original value
14179 after the `isearch-mode' call.
14180
14181 2011-09-18 Juri Linkov <juri@jurta.org>
14182
14183 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14184 because `zgrep' returns 1 for successful matches (bug#9226).
14185
14186 2011-09-18 Juri Linkov <juri@jurta.org>
14187
14188 * info.el (Info-extract-menu-node-name): Check the second match
14189 for empty string (second test-case of bug#9528).
14190 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14191 intermediate nodes to the history (first test-case of bug#9528).
14192
14193 2011-09-18 Juri Linkov <juri@jurta.org>
14194
14195 * info.el (Info-mode-syntax-table): New variable.
14196 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14197
14198 2011-09-18 Juri Linkov <juri@jurta.org>
14199
14200 * info.el (Info-file-supports-index-cookies):
14201 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14202 outputs one more line for long file names (bug#4142).
14203
14204 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * newcomment.el (comment-normalize-vars): If prompting for
14207 comment-start, set comment-start-skip too (Bug#8424).
14208
14209 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14210
14211 * icomplete.el: Fix previous fix of Bug#5849.
14212 (icomplete-mode): Don't set completion-show-inline-help.
14213 (icomplete-minibuffer-setup): Set completion-show-inline-help
14214 locally during icompletion.
14215
14216 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14217
14218 * woman.el (woman2-process-escapes): Don't delete unrecognized
14219 escapes (Bug#7843).
14220
14221 * files.el (inhibit-first-line-modes-regexps): Add image files.
14222 (hack-local-variables-prop-line): Return nil for malformed
14223 prop-lines (Bug#9044).
14224
14225 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14226
14227 * net/tramp.el (top): Don't require 'shell.
14228 (tramp-methods): Fix docstring.
14229 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14230 Return complete remote file name. Handle "smb" case.
14231 Use `tramp-tmpdir', if defined for the respective method.
14232 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14233
14234 * net/tramp-compat.el (top): Require 'shell.
14235
14236 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14237 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14238 `tramp-current-host'.
14239 (tramp-get-remote-tmpdir): Remove.
14240
14241 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14242 `tramp-tmpdir' entries.
14243 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14244 (tramp-smb-handle-file-attributes): Ignore errors.
14245 (tramp-smb-wait-for-output): Check also for process end.
14246
14247 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14248
14249 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14250 when sending QUIT (bug#9312).
14251
14252 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14253
14254 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14255 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14256 occur-mode-display-occurrence.
14257 (occur-edit-mode): Add usage message.
14258 (occur-cease-edit): New command.
14259 (occur-after-change-function): Use text properties to find the
14260 position of the prefix text.
14261 (occur-engine): Set stickiness of prefix text properties.
14262
14263 2011-09-17 Glenn Morris <rgm@gnu.org>
14264
14265 * progmodes/etags.el (complete-tag):
14266 Fix call to completion-in-region. (Bug#9526)
14267
14268 2011-09-17 Juri Linkov <juri@jurta.org>
14269
14270 * textmodes/ispell.el (ispell-word): Add to the error message
14271 the word, ispell program name and current dictionary (bug#9121).
14272 (ispell-tex-arg-end): Capitalize "error" in the error message.
14273
14274 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14275
14276 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14277 check. (Bug#4251)
14278
14279 2011-09-17 Juri Linkov <juri@jurta.org>
14280
14281 * window.el (window-safe-min-height, window-safe-min-width):
14282 Fix typos (followup to bug#9522).
14283
14284 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14285
14286 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14287
14288 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14289
14290 * simple.el (line-move): If goal-column is set, move by logical
14291 lines, not by display lines. (Bug#971)
14292 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14293 to reflect the above change.
14294
14295 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * image.el (imagemagick-register-types): Use regexp-opt.
14298
14299 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14300
14301 * window.el (display-buffer-base-action): Rename from
14302 display-buffer-default-action. Make default value empty.
14303 (display-buffer-overriding-action): Convert to defvar.
14304 (display-buffer-fallback-action): New var.
14305
14306 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14307
14308 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14309 declaration.
14310 (package--add-to-archive-contents): If there is a duplicate entry
14311 with an older version, remove it.
14312 (package-menu-mark-delete, package-menu-mark-install)
14313 (package-menu-mark-unmark): Make unused args optional.
14314 (package-menu-mark-obsolete-for-deletion):
14315 Use package-menu-get-status instead of a regexp search.
14316 (package-menu-get-status): Use tabulated-list-entry.
14317 (package-menu-mark-upgrades): New command.
14318 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14319 (package-menu-execute): Do installation before deletion.
14320 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14321 instead of checking major-mode.
14322 (package-menu--find-upgrades): New function.
14323
14324 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14325
14326 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14327 passwords in the log buffer.
14328 (smtpmail-process-filter): Update the process marker so that the
14329 "broken by peer" status message is inserted in the right place.
14330
14331 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14332
14333 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14334 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14335 bibtex-completion-at-point-function.
14336 (bibtex-completion-at-point-function): Use them.
14337
14338 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14339
14340 * mpc.el (mpc-constraints-tag-lookup): New function.
14341 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14342 also to browser "album|playlist".
14343
14344 2011-09-14 Juri Linkov <juri@jurta.org>
14345
14346 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14347 (isearch-edit-string): Use length of `isearch-string' when
14348 `isearch-fail-pos' returns nil.
14349 (isearch-message): Remove duplicate code and call
14350 `isearch-fail-pos' with arg `t'.
14351
14352 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14353
14354 * replace.el (occur-mode-goto-occurrence): Don't force using other
14355 window (Bug#9499).
14356
14357 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14358
14359 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14360
14361 * window.el (display-buffer-window): Remove.
14362 (display-buffer-record-window): Use help-setup window parameter
14363 instead of variable display-buffer-window.
14364 (display-buffer-function, special-display-buffer-names)
14365 (special-display-function): Mention help-setup parameter instead
14366 of display-buffer-window in doc-string.
14367 * help.el (help-window-setup): New argument help-window.
14368 Use help-window-setup parameter instead of display-buffer-window.
14369 Reword some messages.
14370 (with-help-window): Pass window used for displaying the buffer
14371 to help-window-setup. Don't set display-buffer-window.
14372
14373 2011-09-13 Glenn Morris <rgm@gnu.org>
14374
14375 * emacs-lisp/debug.el (debugger-make-xrefs):
14376 Preserve point. (Bug#9462)
14377
14378 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14379
14380 * window.el (window-deletable-p): Use next-frame.
14381
14382 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14383
14384 * window.el (window-auto-delete): Remove.
14385 (window-deletable-p): Remove argument FORCE. Don't deal with
14386 dedication and previous buffers.
14387 (switch-to-prev-buffer): Don't delete window.
14388 (delete-windows-on): Delete a window's frame if and only if the
14389 window is dedicated.
14390 (replace-buffer-in-windows): Delete buffer's window or frame if
14391 and only if window is dedicated.
14392 (quit-window): Handle quit-restore as before last change.
14393 (bury-buffer): Delete window only if window-deletable-p returns t.
14394
14395 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * window.el (window-deletable-p): Never delete the last frame on a
14398 given terminal.
14399
14400 2011-09-13 Glenn Morris <rgm@gnu.org>
14401
14402 * help.el (describe-key-briefly): Copy previous standard-output change.
14403
14404 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14405
14406 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14407
14408 2011-09-13 Glenn Morris <rgm@gnu.org>
14409
14410 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14411 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14412
14413 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * dired-aux.el (dired-mark-read-string): Don't return default
14416 value on empty input (Bug#9361).
14417 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14418 Omit initial minibuffer contents.
14419 (dired-do-chmod): Signal an error on empty input.
14420 (dired-mark-read-string): Don't return default on empty input.
14421
14422 * files.el (file-modes-symbolic-to-number): Doc fix.
14423
14424 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14425
14426 * international/mule-cmds.el (ucs-completions): Remove.
14427 (read-char-by-name): Use complete-with-action instead; add metadata.
14428
14429 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14430
14431 * window.el (display-buffer--action-function-custom-type)
14432 (display-buffer--action-custom-type): New vars.
14433 (display-buffer-alist, display-buffer-default-action)
14434 (display-buffer-overriding-action): Add defcustom types.
14435
14436 * frame.el (delete-other-frames): Doc fix (Bug#276).
14437
14438 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14439
14440 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14441
14442 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14443
14444 Change modes that used same-window-* vars to use switch-to-buffer.
14445
14446 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14447 Use switch-to-buffer.
14448
14449 * cus-edit.el (customize-group, custom-buffer-create)
14450 (customize-browse, custom-buffer-create-other-window):
14451 Use switch-to-buffer or switch-to-buffer-other-window.
14452
14453 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14454 (Info-prev, Info-up, Info-speedbar-goto-node)
14455 (info-display-manual): Use switch-to-buffer.
14456 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14457
14458 * mail/sendmail.el (mail): Use switch-to-buffer.
14459 (mail-recover): Use switch-to-buffer-other-window.
14460
14461 * cmuscheme.el (run-scheme, switch-to-scheme):
14462 * ielm.el (ielm):
14463 * shell.el (shell):
14464 * net/rlogin.el (rlogin):
14465 * net/telnet.el (telnet, rsh):
14466 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14467
14468 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14469
14470 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14471
14472 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14473
14474 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14475 so don't mention it (bug#9301).
14476 (dired-sort-toggle-or-edit): Clarify string further.
14477
14478 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14479 match `x', `w32' and `ns', like the manual says (bug#9029).
14480
14481 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14482 (process-kill-buffer-query-function): Mention the buffer name in
14483 the query.
14484
14485 * image-mode.el (image-next-line): The line parameter is mandatory
14486 (bug#9258).
14487
14488 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14489 which can be useful (bug#9301).
14490
14491 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14492
14493 * subr.el (match-string): Mention that the current buffer should
14494 be the same as the search was done in (bug#9282).
14495
14496 * facemenu.el: Disable the remove-* commands if the mark isn't
14497 active (bug#9162).
14498
14499 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14500
14501 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14502 of display-buffer.
14503 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14504
14505 * replace.el (occur-mode-goto-occurrence)
14506 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14507 and display-buffer.
14508
14509 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14510 display-buffer.
14511
14512 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14513 special-display and same-window variables.
14514 (mail-other-window): Use switch-to-buffer-other-window.
14515 (mail-other-frame): USe switch-to-buffer-other-frame.
14516
14517 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14518 Use display-buffer-other-frame.
14519 (gdb-display-gdb-buffer): Use pop-to-buffer.
14520
14521 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14522
14523 * progmodes/python.el: Don't set same-window-buffer-names.
14524
14525 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14526
14527 * window.el (display-buffer-alist): Add *Python*.
14528
14529 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14530
14531 * window.el (display-buffer-alist): Add entry for buffers
14532 previously handled same-window-*.
14533 (display-buffer-alist, display-buffer-default-action)
14534 (display-buffer-overriding-action): Mark as risky.
14535 (display-buffer-alist): Document action function changes.
14536 (display-buffer--same-window-action)
14537 (display-buffer--other-frame-action): New variables.
14538 (switch-to-buffer, display-buffer-other-frame): Use them.
14539 (display-buffer): Rename reuse-frame entry to reusable-frames.
14540 (display-buffer-reuse-selected-window): Function deleted.
14541 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14542 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14543 (display-buffer-special): New function.
14544 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14545 display-buffer-reuse-or-pop-window. Split off special-display
14546 part into display-buffer-special.
14547 (display-buffer-use-some-window): Don't perform any special
14548 pop-up-frames handling.
14549 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14550 (display-buffer--maybe-same-window): Rename from
14551 display-buffer-maybe-same-window.
14552
14553 * info.el: Don't set same-window-regexps.
14554 (info-setup): New function.
14555 (info-other-window, info): Call it.
14556
14557 * cus-edit.el: Don't set same-window-regexps.
14558 (customize-group): New argument.
14559 (customize-group-other-window): Use it.
14560 (customize-face, customize-face-other-window): Likewise.
14561 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14562
14563 * net/rlogin.el:
14564 * net/telnet.el:
14565 * progmodes/gud.el: Don't set same-window-regexps.
14566
14567 * cmuscheme.el:
14568 * ielm.el:
14569 * shell.el:
14570 * mail/sendmail.el:
14571 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14572
14573 2011-09-10 Juri Linkov <juri@jurta.org>
14574
14575 * isearch.el (isearch-edit-string): Remove obsolete mention of
14576 `C-w' (`isearch-yank-word-or-char') from docstring.
14577 (isearch-query-replace): Fix typo in docstring (bug#9466).
14578
14579 2011-09-10 Juri Linkov <juri@jurta.org>
14580
14581 * paren.el (show-paren-function): Don't show escaped parens.
14582 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14583
14584 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14585
14586 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14587 (mm-default-file-encoding): Remove autoload forms, they are
14588 replaced with autoload cookies in mml.el and mm-encode.el.
14589 (mail-add-attachment): New command.
14590 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14591 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14592 the doc string.
14593 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14594
14595 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14596
14597 * simple.el (count-words-region): Use buffer if there's no region
14598 (bug#9429).
14599
14600 2011-09-09 Juri Linkov <juri@jurta.org>
14601
14602 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14603 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14604 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14605
14606 2011-09-09 Alan Mackenzie <acm@muc.de>
14607
14608 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14609 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14610
14611 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14612
14613 Fix for Savannah bug#9392.
14614 * simple.el (mail-encode-mml): New defvar.
14615
14616 * mail/rmail.el (mail-encode-mml): Add a defvar.
14617 (rmail-enable-mime-composing): Default to t.
14618 (rmail-forward): Use MIME method of forwarding only if both
14619 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14620 Set mail-encode-mml non-nil if the MIME method was used.
14621
14622 * mail/sendmail.el (mml-to-mime): Add autoload form.
14623 (mail-encode-mml): Add a defvar.
14624 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14625 to nil.
14626 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14627 message through mml-to-mime, and reset mail-encode-mml to nil.
14628
14629 2011-09-09 Glenn Morris <rgm@gnu.org>
14630
14631 * woman.el (woman-if-body): When processing an .el block,
14632 do not delete the next .el block as well. (Bug#9447)
14633 (woman-special-characters): Add oq, cq, and hy characters.
14634
14635 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14636
14637 * window.el (window-deletable-p): Make sure window is live before
14638 invoking window-prev-buffers.
14639
14640 2011-09-08 Leo Liu <sdl.web@gmail.com>
14641
14642 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14643
14644 2011-09-08 Juri Linkov <juri@jurta.org>
14645
14646 * progmodes/compile.el (compilation-environment): Make it
14647 a defcustom (bug#8340).
14648
14649 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14650
14651 * window.el (frame-auto-delete): Rename to window-auto-delete.
14652 Make it control auto-deletion of windows and/or frames.
14653 (window-deletable-p): New argument FORCE. Rewrite conditions
14654 for deleting window/frame. (Bug#9419)
14655 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14656 Rewrite handling of case when window/frame can be deleted.
14657 (delete-windows-on): Call window-deletable-p with new FORCE
14658 argument t. (Bug#9456)
14659
14660 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14661
14662 * help-mode.el (help-mode): Restore autoload.
14663
14664 2011-09-07 Juri Linkov <juri@jurta.org>
14665
14666 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14667 `compilation-environment'. Set buffer-local
14668 `compilation-environment' to `thisenv' later after (funcall mode).
14669 (Bug#8340)
14670
14671 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14672 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14673 instead of replacing its value. (Bug#8340)
14674
14675 2011-09-07 Juri Linkov <juri@jurta.org>
14676
14677 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14678 based on text properties put by `grep-filter' instead of matching
14679 escape sequences.
14680 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14681 to the value of `grep-error-screen-columns' (bug#9438).
14682
14683 2011-09-07 Juri Linkov <juri@jurta.org>
14684
14685 * simple.el (next-error-highlight, next-error-highlight-no-select):
14686 Doc fix (bug#9432).
14687
14688 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14689
14690 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14691 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14692
14693 2011-09-07 Leo Liu <sdl.web@gmail.com>
14694
14695 * net/rcirc.el (rcirc-mode): Conditionally initialize
14696 rcirc-input-ring.
14697
14698 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * emacs-lisp/find-func.el (find-function-C-source): Only set
14701 find-function-C-source-directory after checking that we found a source
14702 file there (bug#9440).
14703
14704 2011-09-06 Alan Mackenzie <acm@muc.de>
14705
14706 * isearch.el (isearch-other-meta-char): Wherever a key list is
14707 unread, "unread" the prefix arg, too. This fixes bug #8901.
14708
14709 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14710
14711 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14712
14713 2011-09-05 Juri Linkov <juri@jurta.org>
14714
14715 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14716
14717 2011-09-05 Juri Linkov <juri@jurta.org>
14718
14719 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14720 keeping point where processing of grep matches begins, and
14721 continue to delete remaining escape sequences from the same point.
14722 (grep-filter): Make leading zero optional in "0?1;31m" because
14723 git-grep emits "\033[1;31m" escape sequences unlike expected
14724 "\033[01;31m" as GNU Grep does (bug#9408).
14725 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14726
14727 2011-09-05 Juri Linkov <juri@jurta.org>
14728
14729 * subr.el (y-or-n-p): Capitalize "yes".
14730
14731 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14732
14733 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14734 `tramp-cache-unload-hook' where appropriate.
14735 (tramp-methods): Rename `tramp-remote-sh' to
14736 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14737 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14738
14739 * net/tramp-sh.el (top): Don't require 'shell.
14740 (tramp-methods): Add `tramp-remote-shell' and
14741 `tramp-remote-shell-args' entries.
14742 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14743 (tramp-sh-handle-shell-command): Remove.
14744 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14745 Use `tramp-remote-shell'.
14746
14747 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14748
14749 * mail/sendmail.el (sendmail-query-once-function): Delete.
14750 (sendmail-query-once): Save directly to send-mail-function.
14751 Update message-send-mail-function too.
14752
14753 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14754
14755 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14756
14757 * progmodes/python.el (python-mode-map): Use correct function to
14758 start python interpreter from menu-bar (as reported by Geert
14759 Kloosterman).
14760 (inferior-python-mode-map): Fix typo.
14761 (python-shell-map): Remove.
14762
14763 2011-09-03 Deniz Dogan <deniz@dogan.se>
14764
14765 * net/rcirc.el (rcirc-print): Simplify code for
14766 rcirc-scroll-show-maximum-output. There is no need to walk
14767 through all windows to find the right one.
14768
14769 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14770
14771 * help.el (help-return-method): Doc fix.
14772
14773 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14774
14775 * window.el (window-deletable-p): Don't return a non-nil value
14776 when there's a buffer that was shown in the window before.
14777 (Bug#9419)
14778 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14779 Set window's previous buffers to nil.
14780
14781 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14782
14783 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14784 newline before and after the tag line, so it doesn't interfere
14785 with determining the paragraph direction of bidirectional text.
14786
14787 2011-09-03 Leo Liu <sdl.web@gmail.com>
14788
14789 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14790
14791 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14792
14793 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14794 (pop-to-buffer): Change interactive spec. Pass second argument
14795 directly to display-buffer.
14796 (display-buffer): Fix interactive spec. Use functionp to
14797 distinguish between a function and a list of functions.
14798
14799 * abbrev.el (edit-abbrevs):
14800 * arc-mode.el (archive-extract):
14801 * autoinsert.el (auto-insert):
14802 * bookmark.el (bookmark-bmenu-list):
14803 * files.el (find-file):
14804 * view.el (view-buffer):
14805 * progmodes/compile.el (compilation-goto-locus):
14806 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14807
14808 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14809
14810 * window.el (display-buffer-alist): Doc fix.
14811 (display-buffer): Add docstring. Don't treat
14812 display-buffer-default specially.
14813 (display-buffer-reuse-selected-window)
14814 (display-buffer-same-window, display-buffer-maybe-same-window)
14815 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14816 (display-buffer-pop-up-window)
14817 (display-buffer-reuse-or-pop-window)
14818 (display-buffer-use-some-window): New functions.
14819 (display-buffer-default-action): Use them.
14820 (display-buffer-default): Delete.
14821 (pop-to-buffer-1): Fix choice of actions.
14822
14823 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * minibuffer.el (completion--insert-strings): Don't get confused by
14826 completion entries that end with an LF char.
14827
14828 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14829
14830 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14831
14832 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14833
14834 * window.el (display-buffer): Restore interactive spec.
14835 (display-buffer-same-window, display-buffer-other-window):
14836 New functions.
14837 (pop-to-buffer-1): New function. Use the above.
14838 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14839 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14840
14841 * view.el (view-buffer-other-window, view-buffer-other-frame):
14842 Just use pop-to-buffer.
14843
14844 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14845
14846 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14847
14848 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14849
14850 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14851
14852 2011-08-31 Richard Stallman <rms@gnu.org>
14853
14854 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14855 of the separation of rmail-view-buffer from rmail-buffer.
14856 If you say no to "replace original", the decrypt is in the
14857 view buffer. If you say yes, the decrypt goes into the
14858 rmail buffer also.
14859
14860 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14861
14862 * window.el (display-buffer-window): Rewrite doc-string.
14863 (display-buffer-record-window): New function.
14864 (display-buffer-macro-specifiers)
14865 (display-buffer-even-window-sizes, display-buffer-set-height)
14866 (display-buffer-set-width, display-buffer-in-window)
14867 (display-buffer-reuse-window, display-buffer-split-specifiers)
14868 (display-buffer-side-specifiers, display-buffer-split-window-1)
14869 (display-buffer-split-window, display-buffer-split-atom-window)
14870 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14871 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14872 (display-buffer-other-window-means-other-frame)
14873 (display-buffer-normalize-special)
14874 (display-buffer-normalize-default)
14875 (display-buffer-normalize-argument)
14876 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14877 (display-buffer-normalize-specifiers, display-buffer-frame)
14878 (display-buffer-same-window, display-buffer-same-frame)
14879 (display-buffer-other-window)
14880 (display-buffer-same-frame-other-window)
14881 (display-buffer-other-frame, pop-to-buffer-same-window)
14882 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14883 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14884 (switch-to-buffer-same-frame)
14885 (switch-to-buffer-other-window-same-frame)
14886 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14887 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14888 (display-buffer-alist-set): Remove.
14889 (display-buffer-function, special-display-buffer-names)
14890 (special-display-regexps, special-display-function):
14891 In doc-string refer to display-buffer-window and quit-restore
14892 parameter.
14893 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14894 (special-display-frame-alist, special-display-popup-frame)
14895 (same-window-buffer-names, same-window-regexps, same-window-p)
14896 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14897 (split-window-preferred-function, split-height-threshold)
14898 (split-width-threshold, window-splittable-p)
14899 (split-window-sensibly, window--try-to-split-window)
14900 (window--frame-usable-p, even-window-heights)
14901 (window--even-window-heights, window--display-buffer-1)
14902 (window--display-buffer-2, display-buffer-other-frame):
14903 Restore old Emacs 23 code, order and doc-strings where applicable.
14904 (display-buffer-default, display-buffer-assq-regexp): New functions.
14905 (display-buffer-alist): Rewrite doc-string.
14906 (display-buffer-default-action)
14907 (display-buffer-overriding-action): New variables.
14908 (display-buffer, switch-to-buffer): Rewrite.
14909 (pop-to-buffer): Restore Emacs 23 behavior but use
14910 window-normalize-buffer-to-display.
14911 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14912 Restore Emacs 23 behavior but use
14913 window-normalize-buffer-to-switch-to.
14914 (pop-to-buffer-same-window): Rewrite.
14915 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14916 Rewrite using Emacs 23 options.
14917
14918 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14919
14920 * net/tramp.el (tramp-root-regexp): Remove.
14921 (tramp-completion-file-name-regexp-unified)
14922 (tramp-completion-file-name-regexp-separate)
14923 (tramp-completion-file-name-regexp-url): Don't use leading volume
14924 letter on w32 systems. (Bug#5303, Bug#9311)
14925 (tramp-drop-volume-letter): Simplify definition.
14926 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14927
14928 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14931 (bug#9356).
14932
14933 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14934
14935 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14936
14937 2011-08-29 Juri Linkov <juri@jurta.org>
14938
14939 * isearch.el (isearch-done): Don't display message "Mark saved"
14940 when arg `edit' is non-nil to prevent its flicker in the echo area.
14941
14942 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14943
14944 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14945 obsolete packages for deletion.
14946
14947 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14948
14949 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14950 (help-mode): Derive help-mode from special-mode. Don't invoke
14951 view-mode from help-mode.
14952 (help-xref-override-view-map): Remove.
14953 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14954 view-mode is not used anymore.
14955
14956 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14957
14958 * server.el (server-port): Doc fix.
14959
14960 * cus-theme.el (custom-theme-choose-mode): Inherit from
14961 special-mode (Bug#9124).
14962 (custom-theme-choose-mode-map): Add special-mode to parent.
14963
14964 2011-08-28 Alan Mackenzie <acm@muc.de>
14965
14966 * progmodes/cc-fonts.el
14967 (c-make-font-lock-BO-decl-search-function): New function.
14968 (c-basic-matchers-after - "Fontify the clauses after various
14969 keywords"): Extract the three keyword lists for the 3 erroneous
14970 constructs from the list of four, and use the new function above
14971 in place of an old one.
14972
14973 2011-08-28 Deniz Dogan <deniz@dogan.se>
14974
14975 * net/rcirc.el (rcirc-insert-prev-input)
14976 (rcirc-insert-next-input): Remove unused argument.
14977
14978 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14981
14982 2011-08-27 Alan Mackenzie <acm@muc.de>
14983
14984 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14985 handle function pointer parameters properly.
14986
14987 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14988
14989 * window.el (display-buffer-reuse-window): Fix case where
14990 selected window was reused with non-nil OTHER-WINDOW argument.
14991 (Bug#9381)
14992
14993 2011-08-27 Deniz Dogan <deniz@dogan.se>
14994
14995 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14996 oftc's NickServ messages.
14997
14998 2011-08-27 Glenn Morris <rgm@gnu.org>
14999
15000 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15001
15002 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15003
15004 * emacs-lisp/package.el (package-install): Call package-initialize
15005 if called interactively.
15006
15007 2011-08-26 Leo Liu <sdl.web@gmail.com>
15008
15009 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15010
15011 2011-08-25 Juri Linkov <juri@jurta.org>
15012
15013 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15014 `search-whitespace-regexp' (bug#9364).
15015
15016 2011-08-25 Juri Linkov <juri@jurta.org>
15017
15018 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15019 `regexp-search-ring' to their global values to protect from
15020 updating by `read-from-minibuffer' (bug#9185).
15021
15022 2011-08-25 Juri Linkov <juri@jurta.org>
15023
15024 * textmodes/ispell.el (ispell-command-loop): Add newline
15025 at the end of the "Use option `i'..." line.
15026
15027 2011-08-25 Juri Linkov <juri@jurta.org>
15028
15029 * battery.el (display-battery-mode): If `battery-status-function'
15030 or `battery-mode-line-format' is nil, display the message and set
15031 `display-battery-mode' to nil (bug#9363).
15032
15033 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15034
15035 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15036 bidi-string-mark-left-to-right; they are unnecessary now.
15037
15038 2011-08-25 Deniz Dogan <deniz@dogan.se>
15039
15040 * net/quickurl.el: Documentation typo fixes.
15041
15042 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15043
15044 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15045
15046 2011-08-25 Glenn Morris <rgm@gnu.org>
15047
15048 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15049
15050 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15051 (smtpmail-via-smtp): Handle nil response from smtp.
15052
15053 2011-08-24 Juri Linkov <juri@jurta.org>
15054
15055 * proced.el (proced-marked): Inherit from `error' instead of
15056 `font-lock-warning-face'.
15057
15058 * ibuffer.el (ibuffer-marked-face): Change default face from
15059 `font-lock-warning-face' to `warning'.
15060 (ibuffer-deletion-face): Change default face from
15061 `font-lock-type-face' to `error'.
15062
15063 * battery.el (battery-update): Use the face `error' instead of
15064 `font-lock-warning-face' (bug#6117).
15065
15066 2011-08-24 Juri Linkov <juri@jurta.org>
15067
15068 * faces.el (success): Change face color from "Green3" to
15069 "ForestGreen" on light background (bug#9353).
15070
15071 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15072
15073 * window.el (quit-window): Rename from quit-restore-window.
15074 Use same arglist as old quit-window.
15075 (frame-auto-delete): Doc fix.
15076
15077 * view.el (view-mode-exit): Use quit-window.
15078
15079 2011-08-24 Juri Linkov <juri@jurta.org>
15080
15081 * isearch.el (isearch-ring-adjust1): Start visiting previous
15082 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15083 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15084 for empty search string (when the last search string is reused
15085 automatically) to adjust the isearch ring to the last element and
15086 prepare the correct index for further M-p commands (bug#9185).
15087
15088 2011-08-24 Kenichi Handa <handa@m17n.org>
15089
15090 * international/ucs-normalize.el: If decomposition property of
15091 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15092 nil.
15093 (nfd, nfkd): Likewise.
15094
15095 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15098 from process filters aren't reliably transmitted to the surrounding
15099 accept-process-output.
15100 (mpc-proc-check): New function.
15101 (mpc-proc-sync): Use it (bug#8293)
15102
15103 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15106 Add compatibility functions (bug#9313).
15107
15108 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15109
15110 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15111
15112 * international/uni-bidi.el: Regenerate.
15113
15114 2011-08-23 Kenichi Handa <handa@m17n.org>
15115
15116 * international/charprop.el:
15117 * international/uni-bidi.el:
15118 * international/uni-category.el:
15119 * international/uni-combining.el:
15120 * international/uni-comment.el:
15121 * international/uni-decimal.el:
15122 * international/uni-decomposition.el:
15123 * international/uni-digit.el:
15124 * international/uni-lowercase.el:
15125 * international/uni-mirrored.el:
15126 * international/uni-name.el:
15127 * international/uni-numeric.el:
15128 * international/uni-old-name.el:
15129 * international/uni-titlecase.el:
15130 * international/uni-uppercase.el: Regenerate.
15131
15132 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15133
15134 * help.el (help-window-setup): Fix message displayed when other
15135 window is reused. (Bug#9341)
15136
15137 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15140 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15141
15142 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15143 Mark obsolete.
15144 * shell.el (shell-parse-pcomplete-arguments): New function.
15145 (shell-completion-vars): Use it instead (bug#9160).
15146
15147 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15148
15149 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15150 strings and comments (bug#9333).
15151
15152 * emacs-lisp/debug.el (debug-arglist): New function.
15153 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15154 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15155
15156 2011-08-22 Juri Linkov <juri@jurta.org>
15157
15158 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15159 Revert regexp that highlights output switches to its old
15160 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15161
15162 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15163 to check for empty output (bug#9226).
15164
15165 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15166
15167 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15168 symbol-constituent as the default, as that stops font-lock from
15169 working properly (Bug#8843).
15170
15171 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15172
15173 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15174 `coding-system-for-*' around the process open call to avoid
15175 auth-source side effects.
15176 (smtpmail-try-auth-methods): Expand the secret password.
15177 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15178 probe hangs.
15179
15180 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15181
15182 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15183
15184 * emacs-lisp/find-func.el (find-function-noselect): New arg
15185 lisp-only.
15186
15187 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15188 signal an error for built-in functions (Bug#6664).
15189
15190 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15191
15192 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15193 (smtpmail-try-auth-methods): Use it.
15194
15195 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15196
15197 * font-lock.el (font-lock-fontify-region)
15198 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15199 (font-lock-default-unfontify-buffer)
15200 (font-lock-default-fontify-region)
15201 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15202
15203 * progmodes/compile.el (compilation-error-properties):
15204 Fix confusion between file struct and message struct (Bug#9319).
15205 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15206 `ant' regexp.
15207
15208 * net/browse-url.el (browse-url-firefox): Don't call
15209 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15210
15211 2011-08-20 Glenn Morris <rgm@gnu.org>
15212
15213 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15214
15215 * tutorial.el (tutorial--default-keys): Update some default bindings.
15216
15217 * files.el (hack-local-variables): Fully ignore case for "mode:".
15218
15219 2011-08-20 Alan Mackenzie <acm@muc.de>
15220
15221 Resolve invalid use of a regexp in regexp-opt.
15222
15223 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15224 detection for a java annotation.
15225
15226 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15227 detection for a java annotation.
15228
15229 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15230 handling for java.
15231 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15232
15233 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15234
15235 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15236 (Bug#9274).
15237
15238 2011-08-20 Alan Mackenzie <acm@muc.de>
15239
15240 Fontify CPP expressions correctly when starting in the middle of
15241 such a construct. Mainly for when jit-lock etc. starts a chunk
15242 here.
15243
15244 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15245 variable.
15246 (c-make-font-lock-search-form): New function, extracted from
15247 c-make-font-lock-search-function.
15248 (c-make-font-lock-search-function): Use the above function.
15249 (c-make-font-lock-context-search-function): New function.
15250 (c-cpp-matchers): Enhance the preprocessor expression case with
15251 the above function
15252 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15253 which takes an expression.
15254
15255 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15256
15257 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15258
15259 * window.el (display-buffer-reuse-window)
15260 (display-buffer-pop-up-window): Don't reuse or split a side
15261 window.
15262
15263 2011-08-19 Glenn Morris <rgm@gnu.org>
15264
15265 * files.el (hack-local-variables-prop-line, hack-local-variables):
15266 Downcase "Mode:". (Bug#9331)
15267
15268 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15269
15270 * international/characters.el: Add L and R categories.
15271
15272 * subr.el (bidi-string-mark-left-to-right): Rename from
15273 string-mark-left-to-right. Use category search.
15274
15275 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15276
15277 2011-08-18 Juri Linkov <juri@jurta.org>
15278
15279 * faces.el (error, warning, success): New faces with definitions
15280 copied from old default values of `font-lock-warning-face',
15281 `compilation-warning', `compilation-info' (bug#6117).
15282
15283 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15284
15285 * progmodes/compile.el (compilation-error): Inherit from `error'.
15286 (compilation-warning): Inherit from `warning'.
15287 (compilation-info): Inherit from `success'.
15288
15289 * dired.el (dired-marked): Inherit from `warning'.
15290 (dired-flagged): Inherit from `error'.
15291
15292 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15293
15294 * mail/smtpmail.el (auth-source): Require to avoid problems with
15295 binding variables (bug#9298). Also clean up some unused
15296 autoloads.
15297
15298 * net/network-stream.el (network-stream-open-starttls):
15299 Support using starttls.el without using gnutls-cli.
15300
15301 2011-08-17 Juri Linkov <juri@jurta.org>
15302
15303 * progmodes/grep.el (rgrep): Handle the case when
15304 `grep-find-command' is a cons cell (bug#9278).
15305
15306 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15307
15308 * window.el (display-buffer-pop-up-frame): Run frame creation
15309 function with BUFFER current (as special-display-popup-frame
15310 does). Reported by Drew Adams.
15311
15312 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15313
15314 * epa-mail.el: Simplify GnuPG group expansion using
15315 epg-expand-group.
15316 (epa-mail-group-alist, epa-mail-group-modtime)
15317 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15318 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15319 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15320 Remove.
15321
15322 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15323
15324 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15325
15326 2011-08-16 Alan Mackenzie <acm@muc.de>
15327
15328 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15329 Correct, to avoid the inside of macros.
15330
15331 2011-08-16 Richard Stallman <rms@gnu.org>
15332
15333 * epa-mail.el: Handle GnuPG group definitions.
15334 (epa-mail-group-alist, epa-mail-group-modtime)
15335 (epa-mail-gnupg-conf-file): New variables.
15336 (epa-mail-parse-groups, epa-mail-sync-groups)
15337 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15338 (epa-mail-expand-recipients): New functions.
15339 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15340
15341 * mail/rmail.el (rmail-epa-decrypt): New command.
15342
15343 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15344 Don't bind buffer-read-only, just inhibit-read-only.
15345 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15346 (epa-decrypt-armor-in-region): Make error message clearer.
15347
15348 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15351 and "a2b" to "ab" for `prefix'.
15352
15353 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15354
15355 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15356 filter groups.
15357 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15358 Fourquet (Bug#8804).
15359
15360 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15361
15362 * startup.el (argi): Declare as global variable (bug#9275).
15363
15364 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15365
15366 * subr.el (string-mark-left-to-right): Search the entire string
15367 for RTL script, not just the terminating character. Doc fix.
15368
15369 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15372 New function.
15373 (js--regexp-literal, js-syntax-propertize-function): Remove.
15374 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15375 (js-mode-map): Don't rebind electric keys.
15376 (js-insert-and-indent): Remove.
15377 (js-mode): Setup electric-layout and electric-indent instead.
15378
15379 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15380
15381 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15382
15383 * epa.el (epa-progress-callback-function): Fix the logic of
15384 displaying progress.
15385 * epa-file.el (epa-file-insert-file-contents): Make progress
15386 display more user-friendly.
15387 (epa-file-write-region): Ditto.
15388
15389 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15390
15391 * subr.el (string-mark-left-to-right): New function.
15392
15393 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15394 Use string-mark-left-to-right.
15395 (list-buffers-noselect): Caller changed.
15396
15397 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15398 Use string-mark-left-to-right.
15399 (tabulated-list-print): Recenter after moving point.
15400
15401 2011-08-10 Juri Linkov <juri@jurta.org>
15402
15403 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15404 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15405 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15406
15407 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15408
15409 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15410 (Bug#7554).
15411
15412 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15413
15414 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15415 character. (Bug#6594)
15416
15417 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15418
15419 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15420 (image-dired--with-db-file): New macro.
15421 (image-dired-write-tags, image-dired-remove-tag)
15422 (image-dired-create-gallery-lists, image-dired-write-comments)
15423 (image-dired-get-comment, image-dired-mark-tagged-files)
15424 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15425 (image-dired-gallery-generate): Use insert-file-contents.
15426
15427 * time.el (display-time-world-list, display-time-world-display):
15428 * time-stamp.el (time-stamp-string):
15429 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15430 set-time-zone-rule (Bug#7337).
15431
15432 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15433
15434 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15435 (epg-error-to-string, epg-errors-to-string): New function.
15436 (epg-wait-for-completion): Reverse errors list.
15437 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15438 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15439 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15440 (epg-sign-keys, epg-generate-key-from-file)
15441 (epg-generate-key-from-string): Format errors by using
15442 epg-errors-to-string (bug#9255).
15443 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15444
15445 2011-08-07 Juri Linkov <juri@jurta.org>
15446
15447 * faces.el (list-faces-display): Remove extra angle bracket
15448 from `help-mode-map'.
15449
15450 * info.el (Info-history-toc-nodes): Doc fix.
15451
15452 * longlines.el (longlines-mode): Doc fix.
15453
15454 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15457 of statements and in a few more cases (bug#9183).
15458
15459 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15460 New functions.
15461 (cl-transform-lambda): Use them (bug#9239).
15462
15463 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15464
15465 * window.el (display-buffer-same-window)
15466 (display-buffer-same-frame, display-buffer-other-window)
15467 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15468 (pop-to-buffer-other-window)
15469 (pop-to-buffer-same-frame-other-window)
15470 (pop-to-buffer-other-frame): Make them defuns.
15471 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15472
15473 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * subr.el (make-composed-keymap): Move from C. Change calling
15476 convention, and improve docstring to bring attention to a subtle point.
15477 * minibuffer.el (completing-read-default): Adjust accordingly.
15478
15479 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15480
15481 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15482 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15483
15484 * net/trampver.el: Update release number.
15485
15486 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15489 "in" (bug#9190).
15490
15491 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15492
15493 * mail/sendmail.el (sendmail-query-once): Restore the current
15494 buffer after querying (bug#9074).
15495
15496 * dired.el (dired-flagged): Use different faces for marked and
15497 flagged files (bug#6117).
15498
15499 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15500 (bug#4433).
15501
15502 * ido.el (ido-mode): Switch off the message if called
15503 non-interactively.
15504
15505 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15506 before 587, since it appears that that's more likely to work for
15507 more people.
15508
15509 * cus-edit.el (custom-file): When running under emacs -q, always
15510 refuse to save the customizations, even if the .emacs file doesn't
15511 exist.
15512
15513 * info.el: Remove the `Info-beginning-of-buffer' function
15514 (bug#8325).
15515
15516 * net/network-stream.el (network-stream-open-starttls):
15517 Use `starttls-available-p' to see whether starttls.el can be used.
15518
15519 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15520
15521 * window.el (display-buffer-in-window): Don't set dedicated status
15522 of window here (Bug#9215).
15523 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15524 (display-buffer-pop-up-side-window)
15525 (display-buffer-in-side-window): Set dedicated status of window here.
15526
15527 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15528
15529 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15530 before binding generated-autoload-file.
15531
15532 2011-08-01 Deniz Dogan <deniz@dogan.se>
15533
15534 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15535
15536 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15537
15538 Sync with Tramp 2.2.2.
15539
15540 * net/trampver.el: Update release number.
15541
15542 2011-07-30 Juri Linkov <juri@jurta.org>
15543
15544 * dired-aux.el (dired-touch-initial): Remove function.
15545 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15546 current time, and `default' to the last modification time of the
15547 current marked file (bug#6887).
15548
15549 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15550
15551 * simple.el (goto-line): Use string-to-number to provide a
15552 numeric argument to read-number (bug#9163).
15553
15554 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15555
15556 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15557 connection process, it could be nil.
15558
15559 2011-07-27 Leo Liu <sdl.web@gmail.com>
15560
15561 Simplify url handling in rcirc-mode.
15562
15563 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15564 (rcirc-browse-url-at-mouse): Remove.
15565 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15566
15567 2011-07-26 Alan Mackenzie <acm@muc.de>
15568
15569 Fontify bitfield declarations properly.
15570
15571 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15572 (c-symbol-chars): Now exported as a lang variable.
15573 (c-not-primitive-type-keywords): New lang variable.
15574
15575 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15576 QT keyword "more" to prevent "more slots: ...." being spuriously
15577 parsed as a bitfield declaration.
15578
15579 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15580 Refactor and enhance to handle bitfield declarations.
15581 (c-punctuation-in): New function.
15582 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15583 declarations properly.
15584
15585 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15586
15587 * calendar/icalendar.el (icalendar--all-events): Take care of
15588 multiple vcalendars in a single file.
15589 (icalendar--convert-float-to-ical): Checkdoc fixes.
15590
15591 2011-07-25 Deniz Dogan <deniz@dogan.se>
15592
15593 * image.el (insert-image): Clarifying docstring.
15594
15595 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15596
15597 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15598 `tramp-send-command-and-check' if there is no error.
15599 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15600
15601 2011-07-22 Alan Mackenzie <acm@muc.de>
15602
15603 Prevent cc-langs.elc being loaded at run time.
15604
15605 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15606 cc-langs.
15607
15608 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15609 "(require 'cc-langs)". Quote a form so it will evaluate at
15610 (cc-mode's) compilation time.
15611
15612 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15613
15614 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15615 loading. (Bug#9114)
15616
15617 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15618
15619 * window.el (display-buffer-pop-up-window)
15620 (display-buffer-pop-up-side-window)
15621 (display-buffer-in-side-window): Call display-buffer-set-height
15622 and display-buffer-set-width after setting the new window's
15623 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15624
15625 2011-07-20 Sam Steingold <sds@gnu.org>
15626
15627 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15628 (etags-tags-included-tables): Call `convert-standard-filename' on
15629 the file names contained in TAGS so that windows Emacs can handle
15630 TAGS files created by cygwin ctags.
15631
15632 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15633
15634 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15635 which apparently didn't work.
15636
15637 2011-07-19 Roland Winkler <winkler@gnu.org>
15638
15639 * proced.el (proced-send-signal): For *Marked Processes* buffer
15640 put point at beginning of buffer.
15641
15642 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15643
15644 * proced.el (proced-format): Make header lines align with the text
15645 (bug#1779).
15646
15647 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15648
15649 * view.el (view-buffer): Allow running in `special' modes if we're
15650 visiting a file (bug#8615).
15651
15652 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15653
15654 * window.el (display-buffer-alist-of-strings-p)
15655 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15656 New functions.
15657 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15658 more accurately.
15659
15660 2011-07-18 Alan Mackenzie <acm@muc.de>
15661
15662 Fontify declarators properly when, e.g., a jit-lock chunk begins
15663 inside a declaration.
15664
15665 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15666
15667 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15668 New function.
15669 (c-complex-decl-matchers): Insert reference to
15670 c-font-lock-enclosing-decls.
15671
15672 * progmodes/cc-engine.el (c-backward-single-comment):
15673 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15674 to nil around calls to (forward-comment -1).
15675
15676 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15677
15678 * image.el (put-image): Doc typo fix.
15679
15680 * progmodes/etags.el (tags-search): Doc typo fix.
15681
15682 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15683 password if we get errors 550 to 554.
15684
15685 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15686
15687 * net/gnutls.el (gnutls-log-level): Remove.
15688
15689 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15690 indentation character (bug#6380).
15691
15692 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15693
15694 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15695 to clarify what the problem is (bug#4291).
15696
15697 * simple.el (current-kill): Clarify what
15698 `interprogram-paste-function' does (bug#7500).
15699 (auto-fill-mode): Document `auto-fill-function' in relation to
15700 `auto-fill-mode' (bug#2470).
15701
15702 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15703
15704 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15705 method if slot is read-only (bug#9035).
15706
15707 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15708
15709 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15710 * window.el (pop-to-buffer): Select window used even if it was
15711 selected before, see discussion of (Bug#8615), (Bug#6954).
15712 Pass argument NORECORD on to select-frame-set-input-focus.
15713
15714 2011-07-15 Glenn Morris <rgm@gnu.org>
15715
15716 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15717 Respect help-form.
15718
15719 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15720
15721 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15722 (gnutls-negotiate): Use it.
15723
15724 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15725
15726 * net/gnutls.el (gnutls-negotiate):
15727 Upcase `gnutls-algorithm-priority'.
15728
15729 2011-07-15 Glenn Morris <rgm@gnu.org>
15730
15731 * jka-compr.el (jka-compr-verbose): Move from here...
15732 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15733 Add missing :version tag.
15734 * info.el: No need to require jka-compr when compiling.
15735
15736 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15737
15738 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15739 (gnutls-negotiate): Use it.
15740
15741 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15742
15743 * info.el (Info-beginning-of-buffer): New command.
15744 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15745 announcing `b' as the key (bug#8325).
15746 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15747
15748 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15749
15750 * international/mule-cmds.el
15751 (describe-specified-language-support): Make the error message
15752 clearer (bug#8905).
15753
15754 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15755
15756 * isearch.el (isearch-barrier): Add a doc string, since it's
15757 mentioned in a function doc string (bug#8678).
15758
15759 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15760
15761 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15762 buffer argument (Bug#9083) and self-identifying label argument.
15763
15764 2011-07-15 Glenn Morris <rgm@gnu.org>
15765
15766 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15767
15768 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15769
15770 * man.el (Man-fontify-manpage): Fix message when formatting the
15771 man page (bug#7929).
15772
15773 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15774
15775 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15776 argument LRM; if non-nil, append an invisible LRM character to the
15777 buffer name.
15778 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15779 last argument non-nil, when formatting buffer names.
15780 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15781 paragraph direction.
15782
15783 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15784
15785 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15786 the man page name (bug#7929).
15787
15788 * image.el (put-image): Mention the `put-image' overlay property
15789 (bug#7834).
15790
15791 * scroll-bar.el (set-scroll-bar-mode): Mention that
15792 `scroll-bar-mode' lists the values (bug#7772).
15793
15794 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15795 command (bug#7729).
15796
15797 * rect.el (apply-on-rectangle): Return the point after the last
15798 operation.
15799 (string-rectangle): Go to the point after the last operation
15800 (bug#7522).
15801
15802 * printing.el (pr-toggle-region): Clarify the documentation
15803 slightly (bug#7493).
15804
15805 * time.el (display-time-update):
15806 Allow `display-time-mail-function' to return nil (bug#7158).
15807 Fix suggested by Detlev Zundel.
15808
15809 * vc/diff.el (diff): Clarify the order the file names are read
15810 (bug#7111).
15811
15812 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15813 the doc string (bug#7015).
15814
15815 * font-lock.el (font-lock-maximum-decoration): Mention what
15816 numeric levels mean (bug#6935).
15817
15818 * startup.el (initial-buffer-choice): Don't mention the `none'
15819 selection, which is against policy.
15820
15821 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15822
15823 * window.el (display-buffer-normalize-special):
15824 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15825
15826 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15827
15828 * subr.el (version<, version<=, version=): Mention "-CVS" and
15829 "-12345" alpha version numbers.
15830
15831 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15832
15833 * bindings.el: Add advertised binding for set-mark-command
15834 (Bug#5772).
15835
15836 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15837
15838 * bindings.el (mode-line-other-buffer):
15839 * bookmark.el (bookmark-bmenu-2-window):
15840 * bs.el (bs-cycle-next, bs-cycle-previous):
15841 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15842 switch-to-buffer.
15843
15844 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15845 Delete.
15846
15847 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * follow.el (follow-debug-message, follow-redisplay):
15850 * jka-cmpr-hook.el (with-auto-compression-mode):
15851 Fix typos in docstrings.
15852
15853 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15854
15855 * subr.el (with-silent-modifications): Clarify somewhat what the
15856 macro inhibits (bug#6525).
15857
15858 * simple.el (eval-expression): Note what it does if called
15859 interactively (bug#6495).
15860
15861 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15862
15863 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15864 Use pop-to-buffer buffer-or-name if it is nil.
15865
15866 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15867 Remove switch-to-buffer.
15868
15869 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15870
15871 * files.el (make-directory): Clarify that an error will be raised
15872 if there's an error (bug#6397).
15873
15874 * startup.el (initial-buffer-choice): Add `none' as a choice
15875 (bug#6234).
15876
15877 * subr.el (add-hook): Clarify section about buffer-local hooks
15878 (bug#6218).
15879
15880 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15881
15882 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15883
15884 * tabify.el (untabify): Preserve the current column so that point
15885 doesn't move (bug#6032).
15886
15887 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15888
15889 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15890 Rewrite to avoid awkward possessive "s" (bug#5986).
15891
15892 2011-07-13 Glenn Morris <rgm@gnu.org>
15893
15894 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15895 (dired-insert-directory): Give a message the first time
15896 if ls is found not to support --dired.
15897
15898 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15899
15900 * simple.el (toggle-truncate-lines): Clarify what is toggled
15901 (bug#5580). Text by Drew Adams.
15902
15903 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15904
15905 * simple.el (blink-matching-open): Make the error message from the
15906 last change less verbose.
15907
15908 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15909
15910 * font-lock.el (font-lock-comment-face): Use the high contrast
15911 "yellow" color for font-lock-comment-face on low color terminals
15912 using a dark background color (bug#4221).
15913
15914 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15915
15916 * dired.el (dired-insert-set-properties): Make the doc string
15917 reflect what it does now (bug#5325).
15918
15919 * simple.el (blink-matching-open): Say that we were unable to find
15920 the match within the limit, if we're limited (bug#5122).
15921
15922 * international/mule-cmds.el (prefer-coding-system): Add an
15923 example (bug#4869).
15924
15925 * progmodes/etags.el (tags-search): Document `file-list-form'
15926 (bug#4731).
15927
15928 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15929
15930 * net/browse-url.el (browse-url-default-browser)
15931 (browse-url-browser-function): Make the default browser choice a
15932 bit more logical (bug#4300). Also clean up the doc string.
15933
15934 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15935
15936 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15937 binary endings (bug#4440).
15938
15939 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15940
15941 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15942 which can be pretty annoying (bug#8971).
15943
15944 * jka-compr.el (jka-compr-verbose): New variable, and use
15945 throughout (bug#8971).
15946
15947 * info.el (Info-find-file): Fall back on the installation
15948 directory if we can't find the info node anywhere else.
15949
15950 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15951
15952 * vc/vc.el (vc-revert-file):
15953 Don't set file time-stamp in the past. (Bug#5181)
15954
15955 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15956
15957 * files.el (after-find-file): Give a better error message when
15958 trying to find a symlink that points to a file that doesn't exist
15959 (bug#4398).
15960
15961 * progmodes/cc-vars.el: Remove (probably) misleading comment
15962 (bug#4396).
15963
15964 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15965
15966 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15967
15968 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15969
15970 * mouse-sel.el: Hack restoring functionality, while keeping
15971 compatibility with 2010-07-03 changes to mouse selection.
15972 (mouse-sel-primary-overlay): New var.
15973 (mouse-sel-selection-alist): Use it.
15974 (mouse-sel-mode): Doc fix; remove points that are default features
15975 of mouse.el.
15976
15977 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15978
15979 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15980 Fix previous fix (bug#2490).
15981
15982 2011-07-12 Roland Winkler <winkler@gnu.org>
15983
15984 * textmodes/bibtex.el (bibtex-initialize):
15985 Use pop-to-buffer-same-window.
15986 (bibtex-search-entries): Fix interactive call.
15987
15988 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15989
15990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15991 Fontise bytecomp Error lines more correctly (bug#2490).
15992 Fix suggested by Johan Bockgård.
15993
15994 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15995
15996 * dired-x.el (dired-guess-default): Use `delete-dups'.
15997
15998 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15999
16000 * dired.el (dired-mark-prompt):
16001 * dired-aux.el (dired-read-shell-command): Doc fix.
16002
16003 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16004
16005 * mail/sendmail.el (sendmail-query-once):
16006 Use `customize-save-variable' unconditionally, now that it works under
16007 emacs -Q.
16008
16009 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16010
16011 * cus-edit.el (custom-file): Take an optional no-error variable.
16012 (customize-save-variable): Set the variable, and give a warning if
16013 running under "emacs -q".
16014
16015 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16016
16017 * loadhist.el (unload-feature-special-hooks):
16018 Add `auto-coding-functions', `fill-nobreak-predicate' and
16019 `find-directory-functions' (bug#5327).
16020
16021 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16022
16023 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16024
16025 * cus-edit.el (custom-guess-name-alist): -alist variables should
16026 use the `alist' type (bug#3120). Suggested by Drew Adams.
16027
16028 * printing.el: Add documentation to all the `pr-toggle-' commands.
16029
16030 2011-07-11 Leo Liu <sdl.web@gmail.com>
16031
16032 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16033 backends where it makes sense (bug#2623).
16034
16035 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16036
16037 * dired-x.el (dired-guess-default): Remove duplicate shell command
16038 entries (bug#2028).
16039 (dired-guess-default): Fix grammar in doc string (bug#2028).
16040 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16041
16042 * subr.el (remove-duplicates): New conveniency function.
16043
16044 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16045
16046 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16047 (bug#1526).
16048
16049 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16050
16051 * window.el (display-buffer-normalize-default): Don't invert
16052 meaning of even-window-heights. Reported by Eli Zaretskii
16053 <eliz@gnu.org>.
16054
16055 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16056
16057 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16058
16059 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * window.el (display-buffer): Fix arguments to
16062 display-buffer-reuse-window in last change.
16063
16064 * faces.el (link): Use a less saturated blue on light backgrounds.
16065
16066 * startup.el (fancy-startup-text, fancy-about-text)
16067 (fancy-startup-tail): Use font-lock faces, for background safety.
16068
16069 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16070
16071 * emulation/viper-cmd.el (viper-change-state-to-vi):
16072 Limit triggering of abbrev expansion (Bug#9038).
16073
16074 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16075
16076 * window.el (display-buffer-default-specifiers): Remove.
16077 (display-buffer-macro-specifiers): Remove default specifiers.
16078 (display-buffer-alist): Default to nil.
16079 (display-buffer-reuse-window): New optional argument other-window.
16080 (display-buffer-pop-up-window): Allow splitting internal
16081 windows. Check whether a live window was created.
16082 (display-buffer-other-window-means-other-frame)
16083 (display-buffer-normalize-arguments): Rename to
16084 display-buffer-normalize-argument and rewrite. Set the
16085 other-window specifier.
16086 (display-buffer-normalize-special): New function.
16087 (display-buffer-normalize-options): Rename to
16088 display-buffer-normalize-default and rewrite.
16089 (display-buffer-normalize-options-inhibit): Remove.
16090 (display-buffer-normalize-specifiers): Rewrite.
16091 (display-buffer): Process other-window specifier and call
16092 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16093 more faithfully.
16094 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16095 (display-buffer-alist-set): Don't handle 'unset default values.
16096 (display-buffer-in-window, display-buffer-alist-set):
16097 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16098 <tassilo@member.fsf.org>.
16099
16100 2011-07-09 Leo Liu <sdl.web@gmail.com>
16101
16102 * register.el (insert-register): Restore accidental change on
16103 2011-06-26. (Bug#9028)
16104
16105 2011-07-09 Glenn Morris <rgm@gnu.org>
16106
16107 * subr.el (remq): Handle the empty list. (Bug#9024)
16108
16109 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16110
16111 * mail/sendmail.el (send-mail-function): No longer delay custom
16112 initialization.
16113 * custom.el (custom-initialize-delay): Doc fix.
16114
16115 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16116
16117 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16118
16119 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16120
16121 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16122 human-friendly prompt.
16123
16124 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16127 provided by a particular plugin.
16128
16129 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16130
16131 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16132 save customizations (with "emacs -Q"), just set the variable
16133 instead of erroring out.
16134
16135 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16136
16137 2011-07-08 Juri Linkov <juri@jurta.org>
16138
16139 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16140 (archive-zip-update-case): Use 7z if found by `executable-find'.
16141 The order of searching the available programs is the same as in
16142 `archive-zip-extract' (bug#8968).
16143
16144 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16145
16146 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16147 (menu-bar-options-menu): Tweak descriptions.
16148
16149 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16150
16151 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16152 menu items into verb phrases (bug#1421). Also refill to fit under
16153 80 columns.
16154
16155 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16156
16157 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16158 (Info-read-node-name): Doc fix (Bug#1084).
16159
16160 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16161 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16162 (end-of-sexp, beginning-of-sexp)
16163 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16164 (forward-symbol, forward-same-syntax, word-at-point)
16165 (sentence-at-point): Doc fix (Bug#1144).
16166
16167 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16168
16169 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16170 should cover it (bug#1281).
16171
16172 * cus-edit.el (custom-show): Mark as obsolete.
16173
16174 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16175 negotiation fails, then possibly try again with a non-encrypted
16176 connection (bug#9017).
16177
16178 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16179 be used.
16180
16181 2011-07-07 Richard Stallman <rms@gnu.org>
16182
16183 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16184 property, and handle its changed format.
16185 Look for the correct line number.
16186 Use file's line contents (but not past first =) to find
16187 correct line in message.
16188
16189 2011-07-07 Kenichi Handa <handa@m17n.org>
16190
16191 * international/characters.el (build-unicode-category-table):
16192 Delete it.
16193 (unicode-category-table): Set it by unicode-property-table-internal.
16194
16195 * international/mule-cmds.el (char-code-property-alist): Move to
16196 to src/chartab.c.
16197 (get-char-code-property): Call unicode-property-table-internal to
16198 load a file. Call get-unicode-property-internal where necessary.
16199 (put-char-code-property): Call unicode-property-table-internal to
16200 load a file. Call put-unicode-property-internal where necessary.
16201 put-unicode-property-internal where necessary.
16202 (char-code-property-description):
16203 Call unicode-property-table-internal to load a file.
16204
16205 * international/charprop.el:
16206 * international/uni-bidi.el:
16207 * international/uni-category.el:
16208 * international/uni-combining.el:
16209 * international/uni-comment.el:
16210 * international/uni-decimal.el:
16211 * international/uni-decomposition.el:
16212 * international/uni-digit.el:
16213 * international/uni-lowercase.el:
16214 * international/uni-mirrored.el:
16215 * international/uni-name.el:
16216 * international/uni-numeric.el:
16217 * international/uni-old-name.el:
16218 * international/uni-titlecase.el:
16219 * international/uni-uppercase.el: Regenerate.
16220
16221 * loadup.el: Load international/charprop.el before
16222 international/characters.
16223
16224 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16225
16226 * window.el (next-buffer, previous-buffer): Signal an error if
16227 called from a minibuffer window.
16228
16229 * bindings.el: Revert 2011-07-04 change.
16230
16231 2011-07-06 Richard Stallman <rms@gnu.org>
16232
16233 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16234 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16235 Treat markers like ints.
16236 (rmail-mime-entity): Doc fix.
16237
16238 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16239
16240 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16241 defcustom again for backwards compatibility.
16242
16243 * simple.el (shell-command-on-region): Fill.
16244
16245 * dired-aux.el (dired-kill-line): Add a doc string.
16246
16247 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16248 to "\\sw\\|\\s_" (bug#358).
16249
16250 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16251 (dired-unmark-backward): Ditto.
16252 (dired-flag-backup-files): Ditto.
16253
16254 * dired-x.el (dired-mark-sexp): Ditto.
16255
16256 2011-07-06 Richard Stallman <rms@gnu.org>
16257
16258 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16259 (rmail-mime-entity): New arg TRUNCATED.
16260 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16261 New functions.
16262 (rmail-mime-save): Warn if entity is truncated.
16263 (rmail-mime-toggle-hidden): Likewise, for showing.
16264 (rmail-mime-process-multipart): Record when an entity is truncated.
16265
16266 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16267 if ENTITY is a string.
16268
16269 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16270
16271 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16272 of faces when `M-C-x'-ing their definitions (bug#8378).
16273 Also clean up the code slightly.
16274
16275 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16276 because that makes the colors go away.
16277
16278 * mail/sendmail.el (send-mail-function): Change the default to
16279 `sendmail-query-once'.
16280 (sendmail-query-once): Add an autoload cookie.
16281
16282 * net/network-stream.el (network-stream-open-starttls): Try using
16283 a plain connection even if the server offered STARTTLS, and we
16284 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16285 capability. This should make smtpmail.el work in slightly more
16286 configurations.
16287
16288 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16289
16290 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16291 New defun.
16292 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16293
16294 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16295
16296 * progmodes/sql.el: Version 3.0
16297 (sql-product-alist): Add product :completion-object,
16298 :completion-column, and :statement attributes.
16299 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16300 (sql-mode-syntax-table): Mark all punctuation.
16301 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16302 ansi keywords.
16303 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16304 (sql-mode-oracle-font-lock-keywords): Improve.
16305 (sql-oracle-show-reserved-words): New function for development.
16306 (sql-product-font-lock): Simplify for source code buffers.
16307 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16308 New functions.
16309 (sql-highlight-product): Set product specific syntax table.
16310 (sql-mode-map): Add statement movement functions.
16311 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16312 New variable.
16313 (sql-statement-regexp, sql-beginning-of-statement)
16314 (sql-end-of-statement, sql-signum): New functions.
16315 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16316 (sql-show-sqli-buffer): Bug fix.
16317 (sql-interactive-mode): Store connection data as buffer local.
16318 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16319 with sql-interactive-mode.
16320 (sql-save-connection): Save buffer local settings.
16321 (sql-connection-menu-filter): Change menu entry name.
16322 (sql-product-interactive): Bug fix.
16323 (sql-preoutput-hold): New variable.
16324 (sql-interactive-remove-continuation-prompt): Bug fixes.
16325 (sql-debug-redirect): New variable.
16326 (sql-str-literal): New function.
16327 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16328 Redesign.
16329 (sql-oracle-save-settings, sql-oracle-restore-settings)
16330 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16331 (sql-completion-object, sql-completion-column)
16332 (sql-completion-sqlbuf): New variables.
16333 (sql-build-completions-1, sql-build-completions)
16334 (sql-try-completion): New functions.
16335 (sql-read-table-name): Use them.
16336 (sql-contains-names): New buffer local variable.
16337 (sql-list-all, sql-list-table): Use it.
16338 (sql-oracle-completion-types): New variable.
16339 (sql-oracle-completion-object, sql-sqlite-completion-object)
16340 (sql-postgres-completion-object): New functions.
16341
16342 2011-07-06 Glenn Morris <rgm@gnu.org>
16343
16344 * window.el (pop-to-buffer): Doc fix.
16345
16346 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16347
16348 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16349
16350 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16351
16352 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16353
16354 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16355
16356 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16357
16358 * button.el (button): Inherit from link face. Suggested by Dan
16359 Nicolaescu.
16360
16361 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16362
16363 * progmodes/gdb-mi.el: Fit in 80 columns.
16364 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16365 switch-to-buffer.
16366
16367 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16368 if imenu is simply not configured (bug#8941).
16369
16370 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16371
16372 * allout.el (allout-post-undo-hook): New allout outline-change
16373 event hook to signal undo activity.
16374 (allout-post-command-business): Run allout-post-undo-hook if an
16375 undo just occurred.
16376 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16377 * allout-widgets.el (allout-widgets-after-undo-function):
16378 Ensure the integrity of the current item's decoration after it has been
16379 in the vicinity of an undo.
16380 (allout-widgets-mode): Include allout-widgets-after-undo-function
16381 on the new allout-post-undo-hook.
16382
16383 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16384
16385 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16386 Let define-derived-mode define it.
16387 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16388 cycles of abbrev-table inheritance (bug#8998).
16389
16390 2011-07-05 Roland Winkler <winkler@gnu.org>
16391
16392 * textmodes/bibtex.el: Add support for biblatex.
16393 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16394 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16395 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16396 (bibtex-entry-alist, bibtex-field-alist): New variables.
16397 (bibtex-entry-field-alist): Obsolete alias for
16398 bibtex-BibTeX-entry-alist.
16399 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16400 (bibtex-set-dialect): New command.
16401 (bibtex-entry-type, bibtex-entry-head)
16402 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16403 Bind via bibtex-set-dialect.
16404 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16405 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16406 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16407 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16408 Define via bibtex-set-dialect.
16409 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16410 Obey bibtex-no-opt-remove-re.
16411 (bibtex-vec-push, bibtex-vec-incr): New functions.
16412 (bibtex-format-entry, bibtex-field-list)
16413 (bibtex-print-help-message, bibtex-validate)
16414 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16415
16416 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16417
16418 * progmodes/compile.el (compilation-goto-locus):
16419 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16420 * bs.el (bs-cycle-next, bs-cycle-previous):
16421 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16422 * bindings.el (mode-line-other-buffer):
16423 * autoinsert.el (auto-insert):
16424 * arc-mode.el (archive-extract):
16425 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16426
16427 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16428
16429 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16430 Fix check of `emacs-lock-unlockable-modes'.
16431 Coerce true values of `emacs-lock--try-unlocking' to t.
16432
16433 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16434
16435 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16436 * emacs-lock.el: New file.
16437
16438 2011-07-05 Julien Danjou <julien@danjou.info>
16439
16440 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16441 than `boundp' to check if face is set.
16442
16443 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16444
16445 * register.el (registerv-make):
16446 * window.el (window-min-height): Fix typos in docstrings.
16447
16448 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16449
16450 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16451 Update doc string.
16452
16453 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16454
16455 * server.el (server-execute): Catch quit and call
16456 `server-return-error' to pass the error back to emacsclient and
16457 close the connection (bug#8942).
16458
16459 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16460
16461 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16462 insecure exception for current topic. Also note that auto-saves
16463 are handled differently.
16464
16465 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16466 State variables for tracking auto-save inhibition situation.
16467
16468 (allout-write-contents-hook-handler): Rename from
16469 'allout-write-file-hook-handler', and describe how it depends on
16470 write-contents-functions sensitivity to non-nil value to prevent
16471 file write.
16472
16473 (allout-auto-save-hook-handler): Remove. auto-save does not check
16474 this in individual buffers, only in the starting buffer, so this
16475 is not the right way for us to inhibit auto-save in a buffer
16476 according to its condition.
16477
16478 (allout-mode): Use new allout-write-contents-hook-handler, and
16479 only with write-contents-functions. Remove auto-save provisions -
16480 they're implemented elsewhere.
16481
16482 (allout-before-change-handler): If undo is in progress, note that
16483 for attention of allout-post-command-business.
16484
16485 (allout-post-command-business): If the command we're following was
16486 an undo, check for change in the status of encrypted items and
16487 adjust auto-save inhibitions accordingly.
16488
16489 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16490 according to whether there are or aren't any plain-text topics
16491 pending encryption.
16492
16493 (allout-inhibit-auto-save-info-for-decryption):
16494 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16495 if there are plain-text topics pending encryption.
16496
16497 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16498 buffer-saved-size and some allout state to not inhibit auto-saves
16499 if there are no longer any plain-text topics pending encryption.
16500
16501 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16502 No longer provide for exemption of the current topic.
16503
16504 2011-07-04 Juri Linkov <juri@jurta.org>
16505
16506 Add 7z operations to delete and save changed members (bug#8968).
16507 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16508 New defcustoms.
16509 (archive-7z-write-file-member): New function.
16510 (archive-7z-summarize): Fix the number of dashes in the
16511 listing output.
16512
16513 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16516 (bug#8958).
16517
16518 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16519
16520 * bindings.el: Ignore next-buffer and previous-buffer in
16521 minibuffer-local-map.
16522
16523 * font-lock.el (font-lock-builtin-face): Change light background
16524 color to dark slate blue (Bug#6693).
16525
16526 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16527
16528 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16529
16530 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16531
16532 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16533 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16534 Add switch-to-buffer.
16535
16536 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16537
16538 * isearch.el (isearch-search-fun-function): Clarify further the
16539 meaning of the function returned.
16540
16541 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16542
16543 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16544
16545 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16546 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16547 Use it.
16548 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16549 `tramp-default-remote-path' does not exist.
16550 (tramp-send-command-and-read): New optional argument NOERROR.
16551 (tramp-open-connection-setup-interactive-shell)
16552 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16553 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16554 (tramp-process-sentinel): Flush also process' connection property.
16555 (tramp-sh-handle-start-file-process): Do not set process
16556 sentinel. It is done now ...
16557 (tramp-maybe-open-connection): ... here. (Bug#8929)
16558
16559 2011-07-04 MON KEY <monkey@sandpframing.com>
16560
16561 * play/animate.el (animate-string): Doc fixes and allow changing
16562 the buffer name (bug#5417).
16563
16564 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16565
16566 * play/animate.el (animation-buffer-name): Rename from *animate*.
16567
16568 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16569
16570 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16571 This is simpler and helps future-proof the code.
16572 (timer-until): Use time-subtract and float-time.
16573 (timer--time-less-p): Use time-less-p.
16574
16575 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16576
16577 * type-break.el (timep): Use the value of `float-time' to avoid a
16578 byte-compiler warning.
16579
16580 * server.el (server-eval-and-print): Return any result, even nil.
16581
16582 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16583
16584 * type-break.el: Accept time formats that the builtins accept.
16585 (timep, type-break-time-difference): Accept any format that
16586 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16587 This is simpler and helps future-proof the code.
16588 (type-break-time-difference): Round rather than ignoring
16589 subseconds components.
16590
16591 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16592
16593 * info.el (Info-apropos-matches): Make non-interactive, since it
16594 doesn't seem to do anything useful as a command (bug#8829).
16595
16596 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16597
16598 * frame.el (frame-background-mode, frame-set-background-mode):
16599 Move from faces.el.
16600 (frame-default-terminal-background): New function.
16601
16602 * custom.el (custom-push-theme): Don't record faces in `changed'
16603 theme; this doesn't work correctly for per-frame face settings.
16604 (disable-theme): Use face-set-after-frame-default to reset faces.
16605 (custom--frame-color-default): New function.
16606
16607 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16608
16609 * dired.el (dired-flagging-regexp): Remove unused variable
16610 (bug#8769).
16611
16612 2011-03-29 Kevin Ryde <user42@zip.com.au>
16613
16614 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16615 `perl-Test2' extend to match possible "fail #N" rep count
16616 (bug#8377).
16617
16618 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16619
16620 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16621 `smtpmail-via-smtp' now returns the error instead of nil.
16622
16623 * isearch.el (isearch-search-fun-function): Clarify the doc string
16624 (bug#8101).
16625
16626 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16627
16628 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16629 unnecessary spaces (bug#8987).
16630
16631 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16632
16633 * net/network-stream.el (open-network-stream): Use the
16634 :end-of-capability command thoughout.
16635
16636 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16637
16638 * net/network-stream.el (open-network-stream): Add the
16639 :end-of-capability command parameter, used by pop3.el.
16640
16641 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16642
16643 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16644
16645 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16646 for list)" (bug#6475).
16647
16648 * files.el (file-expand-wildcards): Ignore non-readable
16649 sub-directories while trying to find matches instead of signaling
16650 an error (bug#6297).
16651
16652 * man.el (Man-reference-regexp): Allow matching possible
16653 word-wrapped references (bug#6289).
16654
16655 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16656 for consistency with the other vc buffers (bug#6197).
16657 (vc-checkin): Ditto.
16658
16659 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16660
16661 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16662
16663 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16664
16665 * custom.el (defcustom): Clarify that :set is only used in the
16666 Customize user interface (bug#6089).
16667
16668 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16669 associated with a file, refuse to run instead of erroring out
16670 (bug#6084).
16671
16672 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16673 the doc string, since it appears that using `fill-column' always
16674 controls the width (bug#7845).
16675
16676 * simple.el (shell-command-on-region): Say where the error output
16677 went if `shell-command-default-error-buffer' is set (bug#6857).
16678
16679 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16680
16681 * allout.el (allout-yank-processing): Adjust cursor position for
16682 backwards-deleted space.
16683
16684 (allout-rebullet-heading): Register changes with
16685 allout-exposure-changed-hook, so the modified topic is properly
16686 decorated.
16687
16688 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16689
16690 * minibuffer.el (completion-in-region): Document PREDICATE
16691 (bug#7136).
16692
16693 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16694 of keyword/argument pairs (bug#6904).
16695
16696 * replace.el (multi-occur):
16697 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16698
16699 2011-07-02 Drew Adams <drew.adams@oracle.com>
16700
16701 * dired.el (dired-mark-if): Make the message about whether it's
16702 marking or unmarking clearer (bug#8523).
16703
16704 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16705
16706 * disp-table.el (display-table-print-array): New function.
16707 (describe-display-table): Use it to print the vectors more pretty
16708 (Bug#8859).
16709
16710 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16711
16712 * window.el (window-state-get-1): Don't assign clone numbers.
16713 Add clone-of item to list of window parameters.
16714 (window-state-put-2): Don't process clone numbers.
16715 (display-buffer-alist): Fix doc-string.
16716
16717 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16718
16719 * subr.el (remq): Don't allocate if it's not needed.
16720 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16721 (keymap--merge-bindings): New functions.
16722 (keymap-canonicalize): Use them to refine the canonicalization.
16723 * minibuffer.el (minibuffer-local-completion-map)
16724 (minibuffer-local-must-match-map): Move initialization from C.
16725 (minibuffer-local-filename-completion-map): Move initialization from C;
16726 don't inherit from anything here.
16727 (minibuffer-local-filename-must-match-map): Make obsolete.
16728 (completing-read-default): Use make-composed-keymap to combine
16729 minibuffer-local-filename-completion-map with either
16730 minibuffer-local-must-match-map or
16731 minibuffer-local-filename-completion-map.
16732
16733 2011-07-01 Glenn Morris <rgm@gnu.org>
16734
16735 * type-break.el (type-break-time-sum): Use dolist.
16736
16737 * textmodes/flyspell.el (flyspell-word-search-backward):
16738 Replace CL function.
16739
16740 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * mouse.el (mouse--strip-first-event): New function.
16743 (function-key-map): Use it to map fringe clicks to normal clicks
16744 by default.
16745
16746 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16747 (vc-bzr-revision-completion-table): Add support for annotate and date.
16748
16749 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16750 inherit from parent.
16751
16752 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16753
16754 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16755 (dired-show-file-type): Doc fixup (bug#8818).
16756
16757 * dired.el (dired-mode): Fix up the doc string as suggested by
16758 Drew Adams (bug#8817).
16759
16760 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16761 cookie, since the manual says that it should be possible to add
16762 this function to `find-file-hook' (bug#8709).
16763
16764 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16765
16766 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16767 here. Noted Ted Zlatanov as the maintainer.
16768 (cfengine-common-settings, cfengine-common-syntax): New functions
16769 to set up common things between `cfengine-mode' and
16770 `cfengine3-mode'.
16771 (cfengine3-mode): New mode.
16772 (cfengine3-defuns cfengine3-defuns-regex
16773 (cfengine3-class-selector-regex cfengine3-category-regex)
16774 (cfengine3-vartypes cfengine3-font-lock-keywords)
16775 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16776 (cfengine3-indent-line): Add from cfengine3.el.
16777
16778 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16779
16780 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16781
16782 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16783
16784 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16785
16786 * window.el (same-window-buffer-names, same-window-regexps)
16787 (same-window-p, special-display-frame-alist)
16788 (special-display-popup-frame, special-display-function)
16789 (special-display-buffer-names, special-display-regexps)
16790 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16791 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16792 (split-window-preferred-function, split-height-threshold)
16793 (split-width-threshold, even-window-heights)
16794 (display-buffer-mark-dedicated, window-splittable-p)
16795 (split-window-sensibly, window-safely-shrinkable-p):
16796 Un-obsolete.
16797 (display-buffer): Don't spread args with function specifier
16798 because special-display-popup-frame won't like it.
16799
16800 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16801
16802 Time-stamp simplifications and fixes.
16803 These improve accuracy slightly, and future-proof the code
16804 against some potential changes to current-time format.
16805
16806 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16807 by using time-since and float-time.
16808
16809 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16810 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16811 + NNN microseconds".
16812
16813 * type-break.el (type-break-time-sum): Rewrite using time-add.
16814
16815 * play/hanoi.el (hanoi-current-time-float): Remove.
16816 All uses replaced by float-time.
16817
16818 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16819 This yields a more-accurate answer.
16820 (rng-time-to-float): Remove; no longer needed.
16821
16822 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16823
16824 * calendar/timeclock.el (timeclock-seconds-to-time):
16825 Defalias to seconds-to-time, since they're the same thing.
16826
16827 * emacs-lisp/elp.el (elp-elapsed-time):
16828 * emacs-lisp/benchmark.el (benchmark-elapse):
16829 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16830
16831 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * window.el (bury-buffer): Don't iconify the only frame.
16834 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16835 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16836
16837 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16838
16839 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16840 Add mouse-yank-primary.
16841
16842 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16843
16844 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16845
16846 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16849 (find-library-name): Use it to find relative load names when provided
16850 absolute file name (bug#8803).
16851
16852 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16853
16854 * textmodes/flyspell.el (flyspell-word): Consider words that
16855 differ only in case as potential doublons (bug#5687).
16856
16857 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16858 Remove two rather uninteresting debugging-like messages to make
16859 debbugs.el more silent.
16860
16861 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16862 a password-like phrase.
16863
16864 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16865
16866 * progmodes/cc-guess.el: New file.
16867
16868 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16869
16870 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16871 derived from `c-basic-common-init'.
16872
16873 * progmodes/cc-mode.el (top-level): Require cc-guess.
16874 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16875
16876 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16877
16878 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16879
16880 2011-06-30 Alan Mackenzie <acm@muc.de>
16881
16882 * progmodes/cc-engine.el (c-guess-continued-construct):
16883 Correct the handling of template-args-cont, particularly for when font
16884 lock is disabled. Name this case as "CASE G".
16885
16886 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16887
16888 * allout.el (allout-yank-processing): Fix injection of extra space
16889 between bullet and non-whitespace character in first topic when
16890 pasting, ensuring that the actual spacing in the pasted topic
16891 following the bullet char is preserved. This extra space was
16892 causing pasted encrypted topics to get a decrypted status even
16893 when the content was actually still encrypted. Now the decryption
16894 status from before the paste is preserved.
16895
16896 (allout-flag-region): Set all allout overlays so they evaporate
16897 when reduced to zero length (evanescent), to prevent overlay
16898 leakage.
16899
16900 2011-06-30 Glenn Morris <rgm@gnu.org>
16901
16902 * w32-fns.el (w32-charset-info-alist): Declare.
16903
16904 * find-dired.el (find-grep-options): Simplify.
16905
16906 * term/ns-win.el (ns-set-resource): Declare.
16907
16908 * ses.el (row, col): Declare dynamic variables honestly.
16909
16910 * textmodes/reftex-parse.el (index-tags): Declare.
16911
16912 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16913
16914 * cus-edit.el (customize-push-and-save): New function.
16915
16916 * files.el (hack-local-variables-confirm): Use it.
16917
16918 * custom.el (load-theme): New arg NO-CONFIRM.
16919 Use customize-push-and-save (Bug#8720).
16920 (custom-enabled-themes): Doc fix.
16921
16922 * cus-theme.el (customize-create-theme)
16923 (custom-theme-merge-theme): Callers to load-theme changed.
16924
16925 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16926
16927 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16928 short URLs have at least one dot in them (bug #7614).
16929
16930 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16931 nil, because using a pty is apparently too slow (bug #895).
16932
16933 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16934
16935 * mail/sendmail.el (sendmail-query-once): New function.
16936 (sendmail-query-once-function): New variable.
16937
16938 2011-06-29 Glenn Morris <rgm@gnu.org>
16939
16940 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16941
16942 * ses.el (top-level): Require cl when compiling.
16943 (ses-set-localvars): Fix error statement.
16944 Call it at compile time to silence a storm of warnings.
16945
16946 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16947
16948 * window.el (normalize-live-buffer): Rename to
16949 window-normalize-buffer.
16950 (normalize-live-frame): Rename to window-normalize-frame.
16951 (normalize-any-window): Rename to window-normalize-any-window.
16952 (normalize-live-window): Rename to window-normalize-live-window.
16953 (make-window-atom): Rename to window-make-atom.
16954 (window-resize-reset): Rename to window--resize-reset.
16955 (window-resize-reset-1): Rename to window--resize-reset-1.
16956 (resize-mini-window): Rename to window--resize-mini-window.
16957 (resize-subwindows-skip-p): Rename to
16958 window--resize-subwindows-skip-p.
16959 (resize-subwindows-normal): Rename to
16960 window--resize-subwindows-normal.
16961 (resize-subwindows): Rename to window--resize-subwindows.
16962 (resize-other-windows): Rename to window--resize-siblings.
16963 (resize-this-window): Rename to window--resize-this-window.
16964 (resize-root-window): Rename to window--resize-root-window.
16965 (resize-root-window-vertically): Rename to
16966 window--resize-root-window-vertically.
16967 (normalize-buffer-to-display): Rename to
16968 window-normalize-buffer-to-display.
16969 (normalize-buffer-to-switch-to): Rename to
16970 window-normalize-buffer-to-switch-to.
16971 Correspondingly update all callers of the functions listed
16972 above.
16973 (display-buffer-alist, display-buffer-normalize-arguments)
16974 (display-buffer-normalize-options, display-buffer)
16975 (display-buffer-alist-set): Use "function" instead of
16976 "fun-with-args".
16977
16978 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16979
16980 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16981 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16982 debbugs.gnu.org. Mention acknowledgment email.
16983
16984 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16985
16986 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16987 buffer multibyteness, since it shouldn't matter.
16988
16989 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16990
16991 * window.el (display-buffer-in-side-window): Handle dedicated
16992 windows as in display-buffer-reuse-window.
16993 (display-buffer-normalize-alist): Use value of override
16994 specifier.
16995 (display-buffer-normalize-specifiers): Use value of
16996 other-window-means-other-frame specifier.
16997 (display-buffer-alist): Rewrite some texts in widgets.
16998 (display-buffer): Spread arguments when calling function
16999 specified by fun-with-args.
17000
17001 2011-06-28 Deniz Dogan <deniz@dogan.se>
17002
17003 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17004 Unnest `let'.
17005
17006 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17007 selectors (Bug#5732).
17008 (css-proprietary-nmstart-re): Use `regexp-opt'.
17009
17010 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17011
17012 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17013 (eshell-ls-date-format): New defcustom.
17014 (eshell-ls-file): Use it.
17015
17016 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17019
17020 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17021
17022 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17023 (ange-ftp-make-tmp-name): New arg.
17024 (ange-ftp-file-local-copy): Use it.
17025
17026 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17027
17028 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17029 no-conversion (Bug#8870).
17030
17031 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17032
17033 * window.el (window-right, window-left, window-child)
17034 (window-child-count, window-last-child)
17035 (window-iso-combination-p, walk-window-tree-1)
17036 (window-atom-check-1, window-tree-1, delete-window)
17037 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17038 new naming conventions - window-vchild, window-hchild,
17039 window-next and window-prev are now called window-top-child,
17040 window-left-child, window-next-sibling and window-prev-sibling
17041 respectively.
17042 (resize-window-reset): Rename to window-resize-reset.
17043 (resize-window-reset-1): Rename to window-resize-reset-1.
17044 (resize-window): Rename to window-resize.
17045 (window-min-height, window-min-width)
17046 (resize-mini-window, resize-this-window, resize-root-window)
17047 (resize-root-window-vertically, adjust-window-trailing-edge)
17048 (enlarge-window, shrink-window, maximize-window)
17049 (minimize-window, delete-window, quit-restore-window)
17050 (split-window, balance-windows, balance-windows-area-adjust)
17051 (balance-windows-area, window-state-put-2)
17052 (display-buffer-even-window-sizes, display-buffer-set-height)
17053 (display-buffer-set-width, set-window-text-height)
17054 (fit-window-to-buffer): Rename all "resize-window" prefixed
17055 calls to use the "window-resize" prefix convention.
17056 (display-buffer-alist): Fix symbol for label specifier.
17057 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17058 corresponding specifier.
17059 Reported by Juanma Barranquero <lekktu@gmail.com>.
17060
17061 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17062
17063 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17064 convention.
17065 (ses-call-printer): Does not pass an empty string to formatter when the
17066 cell is empty to keep from barking printer Calc math-format-value.
17067
17068 2011-06-27 Richard Stallman <rms@gnu.org>
17069
17070 * battery.el (battery-mode-line-limit): New variable.
17071 (battery-update): Handle it.
17072
17073 * mail/rmailmm.el (rmail-mime-process-multipart):
17074 Handle truncated messages.
17075
17076 2011-06-27 Glenn Morris <rgm@gnu.org>
17077
17078 * progmodes/flymake.el (flymake-err-line-patterns):
17079 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17080
17081 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17082
17083 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17084 (ses--clean-!, ses--clean-_): New functions.
17085 (ses-range): Add configurability of readout order, and conversion
17086 to Calc vector.
17087
17088 * ses.el (ses-repair-cell-reference-all): New function.
17089 (ses-cell-symbol): Set macro as safe, so that it can be used in
17090 formulas.
17091
17092 * ses.el: Update cycle detection algorithm.
17093 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17094 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17095 (ses-set-localvars): New function.
17096 (ses-make-cell): Add property-list as a cell element.
17097 (ses-cell-property-get-fun, ses-cell-property-get)
17098 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17099 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17100 New functions.
17101 (ses-cell-property-set, ses-cell-property-pop)
17102 (ses-cell-property-get-handle): New macro.
17103 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17104 New aliases, used for code readability.
17105 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17106 cycle detection.
17107 (ses-self-reference-early-detection): New defcustom.
17108 (ses-formula-references): Robustify against self-referring cells.
17109 (ses-mode): Use ses-set-localvars.
17110 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17111 before lauching the update processing.
17112 (ses-initialize-Dijkstra-attempt): New function.
17113 (ses-recalculate-cell): Update for cycle detection based on
17114 Dijkstra algorithm.
17115
17116 * ses.el: Fix commenting and indenting convention.
17117
17118 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17119
17120 * bs.el (bs-cycle-next): Complete last change.
17121
17122 2011-06-27 Drew Adams <drew.adams@oracle.com>
17123
17124 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17125
17126 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17127
17128 * net/network-stream.el (network-stream-open-starttls):
17129 Don't re-get capabilities unless we've reestablished connection.
17130 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17131
17132 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17133 to binary to possibly avoid line encoding issues on Windows (among
17134 other things).
17135
17136 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17137
17138 * net/network-stream.el (open-network-stream): Return an :error
17139 saying what the problem was, if possible.
17140
17141 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17142 server.
17143
17144 * net/network-stream.el (network-stream-open-starttls): If we
17145 wanted to use STARTTLS, and the server offered it, but we weren't
17146 able to because we had no STARTTLS support, then close the connection.
17147 (open-network-stream): Return an :error element, if present.
17148
17149 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17150
17151 * hl-line.el (hl-line-sticky-flag): Doc fix.
17152 (global-hl-line-sticky-flag): New option (Bug#8323).
17153 (global-hl-line-highlight): Obey it.
17154
17155 * vc/vc.el (vc-revert-show-diff): Default to t.
17156
17157 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17158
17159 * allout-widgets.el (allout-widgets-post-command-business):
17160 Stop decorating intermediate isearch matches. They're not being
17161 undecorated when an isearch is continued past, and isearch
17162 automatically collapses them. This leads to "widget leaks", where
17163 decorated items accumulate in collapsed areas. Lines with lots of
17164 hidden widgets can slow down cursor travel, substantially.
17165 Too much complicated machinery would be needed to ensure undecoration,
17166 so we're doing without this nicety.
17167
17168 (allout-widgets-tally-string): Don't try to do a hash-table-count
17169 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17170 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17171 *Messages* when allout-widgets-maintain-tally is t.
17172
17173 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17174
17175 * window.el (display-buffer-normalize-argument): Rename to
17176 display-buffer-normalize-arguments. Handle special meaning of
17177 LABEL argument. Respect special-display-function when popping up
17178 a new frame. Fix code searching for a window showing the buffer
17179 on another frame.
17180 (display-buffer-normalize-specifiers):
17181 Call display-buffer-normalize-arguments.
17182 (display-buffer-in-window): Don't undedicate the window if its
17183 buffer remains the same.
17184 Reported by Drew Adams <drew.adams@oracle.com>.
17185 (display-buffer-alist): Add choice for same-window macro
17186 specfier.
17187 (display-buffer): Mention special meaning of LABEL argument in
17188 doc-string. Fix quoting. Don't pop up a new frame even as
17189 fallback.
17190
17191 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17192
17193 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17194 avoid deleting the current window in some cases (bug#8911).
17195
17196 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17197
17198 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17199 (Bug#8934)
17200
17201 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17202
17203 * net/network-stream.el (network-stream-open-starttls):
17204 Use built-in TLS support if `gnutls-available-p' is true.
17205 (network-stream-open-tls): Ditto.
17206
17207 2011-06-26 Leo Liu <sdl.web@gmail.com>
17208
17209 * register.el (registerv): New struct.
17210 (registerv-make): New function.
17211 (jump-to-register, describe-register-1, insert-register):
17212 Support the jump-func, print-func and insert-func slot of a registerv
17213 struct. (Bug#8415)
17214
17215 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17216
17217 * vc/vc.el (vc-revert-show-diff): New defcustom.
17218 (vc-diff-internal): New arg specifying diff buffer.
17219 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17220 reuse an existing *vc-diff* buffer (Bug#8927).
17221
17222 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17223
17224 2011-06-26 Glenn Morris <rgm@gnu.org>
17225
17226 * progmodes/f90.el (f90-critical-indent): New option.
17227 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17228 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17229 (f90-mode): Doc fix.
17230 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17231 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17232 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17233 (f90-match-end): Handle block, critical.
17234
17235 2011-06-25 Glenn Morris <rgm@gnu.org>
17236
17237 * calendar/diary-lib.el (diary-included-files): Doc fix.
17238 (diary-include-files): New function, extracted from
17239 diary-include-other-diary-files and diary-mark-included-diary-files.
17240 (diary-include-other-diary-files, diary-mark-included-diary-files):
17241 Just call diary-include-files.
17242 (diary-mark-entries): Reset diary-included-files on first call.
17243
17244 * calendar/diary-lib.el (diary-mark-entries)
17245 (diary-mark-included-diary-files):
17246 Visit included diary-files in temp buffers.
17247
17248 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17249 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17250 (f90-start-block-re, f90-imenu-generic-expression)
17251 (f90-looking-at-program-block-start, f90-no-block-limit):
17252 Add support for submodules.
17253
17254 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17255 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17256
17257 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17258
17259 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17260 buffer-file-type before setting its value, to avoid disastrous
17261 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17262
17263 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17264
17265 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17266
17267 * ses.el (ses-unload-function):
17268 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17269
17270 * proced.el (proced-unload-function):
17271 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17272
17273 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17274
17275 * server.el (server-create-window-system-frame): Add parameters arg.
17276 (server-process-filter): Doc fix. Handle frame-parameters.
17277
17278 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17279
17280 Fix bug#8730, bug#8781.
17281
17282 * loadhist.el (unload--set-major-mode): New function.
17283 (unload-feature): Use it.
17284
17285 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17286 (python-unload-function): New function.
17287
17288 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17289
17290 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17291
17292 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17293
17294 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17295 the candidates list.
17296
17297 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17298
17299 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17300
17301 2011-06-23 Richard Stallman <rms@gnu.org>
17302
17303 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17304 (rmail-variables): Set next-error-move-function.
17305 (rmail-what-message): Take argument POS.
17306 (rmail-next-error-move): New function.
17307
17308 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17311 messages for adjacent non-terminals.
17312
17313 2011-06-23 Richard Stallman <rms@gnu.org>
17314
17315 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17316 (rmail-show-message-1): Preserve buffer modified flag.
17317 (rmail-start-mail): Don't specify use of rmail-mail-return;
17318 that's done by mail-bury now.
17319 (rmail-mail-return): Handle arg NEWBUF.
17320
17321 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17322
17323 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17324 SIZE is a number.
17325
17326 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17327
17328 * window.el (get-lru-window, get-mru-window)
17329 (get-largest-window): Never return a minibuffer window.
17330 (display-buffer-pop-up-window): Fix a bug that could lead to
17331 reusing the minibuffer window.
17332 (display-buffer): Pass original specifier argument to
17333 display-buffer-function instead of the normalized one.
17334 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17335
17336 2011-06-22 Leo Liu <sdl.web@gmail.com>
17337
17338 * minibuffer.el (completing-read-function)
17339 (completing-read-default): Move from minibuf.c.
17340
17341 2011-06-22 Richard Stallman <rms@gnu.org>
17342
17343 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17344 to Rmail even if not started by a special Rmail command.
17345
17346 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17347 Copy the buffer currently showing just one message.
17348
17349 2011-06-22 Roland Winkler <winkler@gnu.org>
17350
17351 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17352 (bibtex-clean-entry): First delete the old key so that a
17353 customized algorithm for generating the new key does not get
17354 confused by the old key.
17355 (bibtex-url): Obey regexp of first step.
17356 (bibtex-search-entries): Do not use add-to-list with local
17357 list-var.
17358
17359 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17360
17361 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17362 stored a user name, then query for the password first, instead of
17363 waiting for SMTP to give an error message and the trying again.
17364
17365 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17366
17367 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17368 BUFFER in call-process.
17369
17370 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17371
17372 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17373 QUIT twice.
17374 (smtpmail-try-auth-methods): Require user name and password from
17375 auth-source.
17376
17377 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17378
17379 * window.el (display-buffer-default-specifiers)
17380 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17381 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17382 (split-window): Normalize SIDE argument (Bug#8916).
17383
17384 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17385 (special-display-frame-alist, special-display-popup-frame):
17386 Remove duplicate declarations. These are now in window.el.
17387
17388 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17389
17390 * mail/smtpmail.el (smtpmail-via-smtp):
17391 Set :use-starttls-if-possible so that we always use STARTTLS if the
17392 server supports it. SMTP servers that support STARTTLS commonly
17393 require it.
17394
17395 * net/network-stream.el (network-stream-open-starttls): Support
17396 upgrading to STARTTLS always, even if we don't have built-in support.
17397 (open-network-stream): Add the :always-query-capabilities keyword.
17398
17399 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17400 upgrades with `open-network-stream', and rely solely on
17401 auth-source for all credentials. Big changes throughout the file,
17402 but in particular:
17403 (smtpmail-auth-credentials): Remove.
17404 (smtpmail-starttls-credentials): Remove.
17405 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17406 MAIL FROM, too.
17407
17408 * net/network-stream.el (network-stream-open-starttls):
17409 Provide support for client certificates both for external and built-in
17410 STARTTLS.
17411 (auth-source): Require.
17412 (open-network-stream): Document the :client-certificate keyword.
17413 (network-stream-certificate): Change cert-cert to cert and
17414 cert-key to key.
17415
17416 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17417
17418 * net/tramp-cache.el (top): Don't load the persistency file when
17419 "emacs -Q" has been called.
17420
17421 2011-06-21 Tim Harper <timcharper@gmail.com>
17422
17423 * term/ns-win.el (ns-initialize-window-system):
17424 Set application-specific `ApplePressAndHoldEnabled' system
17425 resource to NO as it is not yet supported by the NS port.
17426
17427 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17428
17429 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17430 (list-dynamic-libraries): ...not here.
17431
17432 2011-06-21 Leo Liu <sdl.web@gmail.com>
17433
17434 * subr.el (sha1): Implement sha1 using secure-hash.
17435
17436 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17437
17438 * window.el (display-buffer-alist): In default value do not
17439 enforce searching a window on any but the selected frame.
17440 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17441 (display-buffer-select-window): Remove function.
17442 (display-buffer-in-window): When a window on another frame gets
17443 reused, do not select it any more but just raise its frame if
17444 necessary (Bug#8851) and (Bug#8856).
17445 (display-buffer-normalize-options): Handle pop-up-frames related
17446 options more faithfully.
17447 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17448 window if it is on another frame.
17449 (display-buffer-alist, display-buffer-default-specifiers):
17450 Don't make new frame unsplittable by default.
17451 (display-buffer-normalize-argument): Fix doc-string typo and use
17452 'same-frame-other-window instead of 'other-window when associating
17453 with display-buffer-macro-specifiers.
17454
17455 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17456
17457 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17458 New functions.
17459 (5x5-mode-map, 5x5-mode-menu): Bind them.
17460 (5x5-draw-grid): Tweak the solver's rendering.
17461
17462 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17465 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17466
17467 2011-06-21 Drew Adams <drew.adams@oracle.com>
17468
17469 * menu-bar.el: Use function variable instead of switch-to-buffer.
17470 (menu-bar-select-buffer-function): New variable.
17471 (menu-bar-update-buffers): Use it (bug#8876).
17472
17473 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17474
17475 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17476 variable's status.
17477
17478 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17479
17480 * x-dnd.el (x-dnd-version-from-flags)
17481 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17482 and long as number (Bug#8899).
17483 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17484
17485 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17488 (completion-try-completion, completion-all-completions): Compute the
17489 metadata argument if it's missing; make it optional (bug#8795).
17490
17491 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17492 (widget-complete): Use new :completion-function property.
17493 (widget-completions-at-point): New function.
17494 (default): Use :completion-function instead of :complete.
17495 (widget-default-completions): Rename from widget-default-complete;
17496 Rewrite.
17497 (widget-string-complete, widget-file-complete, widget-color-complete):
17498 Remove functions.
17499 (file, symbol, function, variable, coding-system, color):
17500 * international/mule-cmds.el (default-input-method, charset)
17501 (language-info-custom-alist):
17502 * cus-edit.el (face): Use new property :completions.
17503
17504 * progmodes/pascal.el (pascal-completions-at-point): New function.
17505 (pascal-mode): Use it.
17506 (pascal-mode-map): Use completion-at-point.
17507 (pascal-toggle-completions): Make obsolete.
17508 (pascal-complete-word, pascal-show-completions):
17509 * progmodes/octave-mod.el (octave-complete-symbol):
17510 Redefine as obsolete alias.
17511 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17512 Signal absence of completion info for old Octave,
17513 (inferior-octave-complete): Redefine as obsolete alias.
17514 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17515 (meta-completions-at-point): Rename from meta-complete-symbol and
17516 adapt it for use on completion-at-point-functions.
17517 (meta-common-mode): Use it.
17518 (meta-looking-at-backward, meta-match-buffer): Remove.
17519 (meta-complete-symbol): Redefine as obsolete alias.
17520 (meta-common-mode-map): Use completion-at-point.
17521 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17522 (makefile-mode-map): Use completion-at-point.
17523 (makefile-completions-at-point): Rename from makefile-complete and
17524 adapt it for use on completion-at-point-functions.
17525 (makefile-mode): Use it.
17526 (makefile-complete): Redefine as obsolete alias.
17527
17528 2011-06-20 Deniz Dogan <deniz@dogan.se>
17529
17530 * net/rcirc.el: Delete trailing whitespaces once and for all.
17531
17532 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17533
17534 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17535
17536 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17537
17538 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17539
17540 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17541
17542 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17543
17544 * window.el (display-buffer-other-window-means-other-frame):
17545 Call display-buffer-normalize-alist.
17546 (display-buffer-normalize-specifiers-1): Rename to
17547 display-buffer-normalize-argument. New argument other-frame.
17548 Rewrite.
17549 (display-buffer-normalize-specifiers-2): Rename to
17550 display-buffer-normalize-options.
17551 (display-buffer-normalize-alist-1): New function.
17552 (display-buffer-normalize-specifiers-3): Rename to
17553 display-buffer-normalize-alist.
17554 Call display-buffer-normalize-alist-1.
17555 (display-buffer-normalize-options-inhibit): New variable.
17556 (display-buffer-normalize-specifiers): Rewrite calling
17557 display-buffer-normalize-alist,
17558 display-buffer-normalize-argument, and
17559 display-buffer-normalize-options. Don't call the latter if
17560 display-buffer-normalize-options-inhibit is non-nil.
17561 (frame-auto-delete): New option.
17562 (window-deletable-p): Use frame-auto-delete.
17563 (window-list-no-nils, window-state-ignored-parameters)
17564 (window-state-get-1, window-state-get, window-state-put-list)
17565 (window-state-put-1, window-state-put-2, window-state-put):
17566 New functions.
17567 (display-buffer-normalize-options): Move special-display-p group
17568 after pop-up-frame group (Bug#8851) and (Bug#8856).
17569
17570 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17571
17572 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17573 groups (Bug#8776).
17574 (rx-submatch-n): New function.
17575 (rx): Document it.
17576
17577 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17578 (Bug#8768).
17579
17580 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17581
17582 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17583
17584 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17585 anytime existing face settings are present (Bug#8889).
17586
17587 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17588 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17589 Remove unused argument.
17590
17591 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17592
17593 * window.el (display-buffer-default-specifiers):
17594 Remove pop-up-frame. Add pop-up-window-min-height,
17595 pop-up-window-min-width, and another reuse-window specifier
17596 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17597 (display-buffer-normalize-specifiers-2):
17598 Handle split-height-threshold and split-width-threshold also when
17599 pop-up-windows is unset. Add a reuse-window specifier for the
17600 case popping up a new window fails.
17601 (special-display-popup-frame): Remove double quoting.
17602 (display-buffer-normalize-specifiers-1): Fix thinko.
17603
17604 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17607 according to comint-completion-addsuffix.
17608
17609 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17610 (pcomplete-suffix-list): Mark as obsolete.
17611 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17612 pcomplete-seen in the closure.
17613 (pcomplete-comint-setup): Setup completion-at-point as well.
17614 (pcomplete--entries): New function.
17615 (pcomplete--env-regexp): New var.
17616 (pcomplete-entries): Rewrite to work with partial-completion and
17617 without relying on pcomplete-suffix-list.
17618 (pcomplete-pare-list): Remove, unused.
17619
17620 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17621
17622 * window.el (display-buffer-alist): Set pop-up-window-min-height
17623 and pop-up-window-min-width in default value. Reported by
17624 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17625 other-window-means-other-frame.
17626 (display-buffer-macro-specifiers): Comment out entry for
17627 other-window specifier.
17628 (display-buffer-other-window-means-other-frame): New function.
17629 (display-buffer-normalize-specifiers-1): New arguments
17630 buffer-name and label. Treat other-window case specially.
17631 (display-buffer-normalize-specifiers-2): Treat other-window case
17632 specially.
17633 (display-buffer-normalize-specifiers-3): New function.
17634 (display-buffer-normalize-specifiers):
17635 Call display-buffer-normalize-specifiers-3.
17636
17637 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17638
17639 * window.el (same-window-p): Fix two typos introduced when
17640 adding with-no-warnings.
17641 (display-buffer-normalize-specifiers-1): Don't check
17642 pop-up-frames for 'unset initialization.
17643 (display-buffer-normalize-specifiers-2): Major rewrite using
17644 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17645 (pop-up-frames, display-buffer-reuse-frames)
17646 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17647 Suggested by David Engster <deng@randomsample.de>.
17648 (even-window-heights): Initialize to 'unset.
17649 (display-buffer-alist-set): Handle new 'unset initializations.
17650 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17651 other window case.
17652
17653 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17654
17655 * window.el (display-buffer-normalize-specifiers-1):
17656 Respect current value of pop-up-frames for most reasonable values of
17657 second argument of display-buffer (Bug#8865).
17658 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17659 (switch-to-buffer-other-window-same-frame)
17660 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17661 Adams (Bug#8875).
17662 (display-buffer): Don't check noninteractive when calling
17663 display-buffer-pop-up-frame.
17664 (display-buffer-pop-up-frame): Never pop up a frame in
17665 noninteractive mode (Bug#8857).
17666 (enlarge-window, shrink-window): Don't report an error when the
17667 window can't be resized as requested (Bug#8862).
17668
17669 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17670
17671 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17672
17673 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17674
17675 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17676
17677 2011-06-15 Alan Mackenzie <acm@muc.de>
17678
17679 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17680 for declarators, disable knr checking to speed up for normal files.
17681 2: Refactor, replacing a sequence of nested if forms by a cond form.
17682
17683 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17684
17685 * net/network-stream.el (open-network-stream): Add the keyword
17686 :always-query-capabilities for the case where you want to force a
17687 `plain' network connection, but the protocol still requires the
17688 capabilitiy command (i.e., SMTP and EHLO).
17689
17690 * subr.el (process-live-p): Rename from `process-alive-p' for
17691 consistency with other `-live-p' functions.
17692
17693 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17694
17695 * window.el (same-window-buffer-names, same-window-regexps)
17696 (special-display-frame-alist, special-display-popup-frame)
17697 (special-display-function, special-display-buffer-names)
17698 (special-display-regexps, pop-up-frame-alist)
17699 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17700 (pop-up-windows, split-window-preferred-function)
17701 (split-height-threshold, split-width-threshold, even-window-heights)
17702 (display-buffer-mark-dedicated): Don't encourage the use of
17703 display-buffer-alist from Elisp code.
17704
17705 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17706
17707 * progmodes/python.el (python-mode): Derive from prog-mode.
17708 * progmodes/ps-mode.el (ps-mode):
17709 * progmodes/mixal-mode.el (mixal-mode):
17710 * progmodes/cfengine.el (cfengine-mode):
17711 * progmodes/ld-script.el (ld-script-mode): Likewise.
17712
17713 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17714
17715 * window.el (display-buffer-alist): Trim default value to avoid
17716 popping up a new frame (Bug#8857) or reusing an arbitrary window
17717 on another frame.
17718 (display-buffer): Do not fall back on popping up a new frame in
17719 batch mode (Bug#8857).
17720
17721 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17722
17723 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17724 (custom-theme-summary): New function.
17725 (customize-themes): Use it.
17726
17727 2011-06-13 Glenn Morris <rgm@gnu.org>
17728
17729 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17730
17731 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17732
17733 * help.el (help-window): Remove variable.
17734 (help-window-point-marker, temp-buffer-max-height)
17735 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17736 (help-print-return-message): Don't set help-window.
17737 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17738 (help-window-setup-finish): Remove.
17739 (help-window-display-message, help-window-setup)
17740 (with-help-window): Major rewrite based on new
17741 display-buffer-window variable.
17742
17743 * help-mode.el (help-mode-finish): Remove help-window related
17744 code.
17745
17746 * view.el (view-exits-all-viewing-windows): Remove reference to
17747 view-return-to-alist in doc-string.
17748 (view-return-to-alist): Make obsolete.
17749 (view-buffer): Call pop-to-buffer-same-window and remove
17750 undo-window code.
17751 (view-buffer-other-window): Call pop-to-buffer-other-window and
17752 simplify code. Ignore second argument.
17753 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17754 simplify code. Ignore second argument.
17755 (view-return-to-alist-update): Make obsolete.
17756 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17757 Rewrite using quit-restore window parameters.
17758 (view-mode-exit): Rename second argument to EXIT-ONLY.
17759 Rewrite using quit-restore-window.
17760 (View-exit, View-exit-and-edit, View-leave, View-quit)
17761 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17762 appropriate arguments.
17763 (view-end-message): Use quit-restore window parameter.
17764
17765 * window.el (display-buffer-function): Rewrite doc-string.
17766 (display-buffer-window, display-buffer-alist): New variables.
17767 (display-buffer-split-specifiers)
17768 (display-buffer-side-specifiers)
17769 (display-buffer-macro-specifiers): New constants.
17770 (display-buffer-even-window-sizes, display-buffer-set-height)
17771 (display-buffer-set-width, display-buffer-select-window)
17772 (display-buffer-in-window, display-buffer-reuse-window)
17773 (display-buffer-split-window-1, display-buffer-split-window)
17774 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17775 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17776 (display-buffer-in-side-window, normalize-buffer-to-display)
17777 (display-buffer-normalize-specifiers-1)
17778 (display-buffer-normalize-specifiers-2)
17779 (display-buffer-normalize-specifiers, display-buffer-frame):
17780 New functions.
17781 (display-buffer): Major rewrite.
17782 (display-buffer-other-window, display-buffer-other-frame)
17783 (pop-to-buffer, switch-to-buffer-other-window)
17784 (switch-to-buffer-other-frame): Rewrite.
17785 (display-buffer-same-window, display-buffer-same-frame)
17786 (display-buffer-same-frame-other-window)
17787 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17788 (pop-to-buffer-other-window)
17789 (pop-to-buffer-same-frame-other-window)
17790 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17791 (switch-to-buffer-other-window-same-frame): New functions.
17792 (same-window-p, special-display-p): Rewrite disabling warnings.
17793 Make obsolete.
17794 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17795 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17796 Make obsolete
17797 (same-window-buffer-names, same-window-regexps)
17798 (special-display-frame-alist, special-display-popup-frame)
17799 (special-display-function, special-display-buffer-names)
17800 (special-display-regexps, pop-up-frame-alist)
17801 (pop-up-frame-function, split-window-preferred-function)
17802 (split-height-threshold, split-width-threshold)
17803 (even-window-heights): Make obsolete.
17804
17805 2011-06-12 Glenn Morris <rgm@gnu.org>
17806
17807 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17808 Misc simplifications.
17809
17810 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17811
17812 * window.el (window-safely-shrinkable-p): Restore function which
17813 was inadvertently removed in change from 2011-06-11. Declare as
17814 obsolete.
17815
17816 * calendar/calendar.el (calendar-generate-window):
17817 Use window-iso-combined-p instead of combination of one-window-p and
17818 window-safely-shrinkable-p.
17819
17820 2011-06-12 Glenn Morris <rgm@gnu.org>
17821
17822 * progmodes/fortran.el (fortran-mode-syntax-table):
17823 * progmodes/f90.el (f90-mode-syntax-table):
17824 Set % to punctuation. (Bug#8820)
17825 (f90-find-tag-default): Remove, no longer needed.
17826
17827 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17828
17829 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17830
17831 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17832
17833 * image.el (image-animated-p): Return animation delay in seconds.
17834 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17835 (image-animate-timeout): Remove DELAY argument. Don't assume
17836 every subimage has the same delay; get it from image-animated-p.
17837 (image-animate): Caller changed.
17838
17839 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17840
17841 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17842 to ignored backtrace functions.
17843
17844 2011-06-11 Glenn Morris <rgm@gnu.org>
17845
17846 * calendar/appt.el (appt-disp-window-function): Doc fix.
17847 (appt-check): Handle overlapping appointments. (Bug#8337)
17848
17849 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17850
17851 * window.el (window-tree-1, window-tree): New functions, moving
17852 the latter to window.el.
17853 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17854 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17855 (bw-refresh-edges): Remove.
17856 (balance-windows-1, balance-windows-2): New functions.
17857 (balance-windows): Rewrite in terms of window tree functions,
17858 balance-windows-1 and balance-windows-2.
17859 (bw-adjust-window): Remove.
17860 (balance-windows-area-adjust): New function with functionality of
17861 bw-adjust-window but using resize-window.
17862 (set-window-text-height): Rewrite doc-string.
17863 Use normalize-live-window and resize-window.
17864 (enlarge-window-horizontally, shrink-window-horizontally):
17865 Rename argument to DELTA.
17866 (window-buffer-height): New function.
17867 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17868 Rewrite using new window resize routines.
17869 (kill-buffer-and-window, mouse-autoselect-window-select):
17870 Use ignore-errors instead of condition-case.
17871 (quit-window): Call delete-frame instead of delete-windows-on
17872 for the only buffer on frame.
17873
17874 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17875
17876 * loadup.el (top-level): Load window before files for the sake
17877 of replace-buffer-in-windows.
17878
17879 * files.el (read-buffer-to-switch)
17880 (switch-to-buffer-other-window)
17881 (switch-to-buffer-other-frame, display-buffer-other-frame):
17882 Move to window.el.
17883
17884 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17885 (previous-buffer): Move to window.el.
17886
17887 * bindings.el (unbury-buffer): Move to window.el.
17888
17889 * window.el (delete-other-windows-vertically): Move after
17890 definition of delete-other-windows.
17891 (other-window, delete-windows-on, replace-buffer-in-windows):
17892 Move here from window.c.
17893 (record-window-buffer, unrecord-window-buffer)
17894 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17895 (switch-to-next-buffer): New functions.
17896 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17897 from simple.el. Call switch-to-next-buffer.
17898 (previous-buffer): Move here from simple.el.
17899 Call switch-to-prev-buffer.
17900 (bury-buffer): Move here from buffer.c. Switch to previous
17901 buffer when window cannot be deleted.
17902 (unbury-buffer): Move here from bindings.el.
17903 (ctl-x-map): Move binding for other-window from window.c to
17904 here.
17905 (read-buffer-to-switch, switch-to-buffer-other-window)
17906 (switch-to-buffer-other-frame): Move here from files.el.
17907 (normalize-buffer-to-switch-to): New functions.
17908 (switch-to-buffer): Move here from buffer.c.
17909 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17910
17911 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17912
17913 * window.el (window-min-height, window-min-width): Move here
17914 from window.c. Add defcustoms and rewrite doc-strings.
17915 (resize-mini-window, resize-window): New functions.
17916 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17917 Move here from window.c.
17918 (maximize-window, minimize-window): New functions.
17919 (delete-window, delete-other-windows, split-window): Move here
17920 from window.c.
17921 (window-split-min-size): New function.
17922 (split-window-keep-point): Mention split-window-above-each-other
17923 instead of split-window-vertically.
17924 (split-window-above-each-other, split-window-vertically):
17925 Rename split-window-vertically to split-window-above-each-other
17926 and provide defalias for old definition.
17927 (split-window-side-by-side, split-window-horizontally):
17928 Rename split-window-horizontally to split-window-side-by-side
17929 and provide defalias for the old definition.
17930 (ctl-x-map): Move bindings for delete-window,
17931 delete-other-windows and enlarge-window here from window.c.
17932 Replace bindings for split-window-vertically and
17933 split-window-horizontally by bindings for
17934 split-window-above-each-other and split-window-side-by-side.
17935
17936 * cus-start.el (all): Remove entries for window-min-height and
17937 window-min-width. Add entries for window-splits and
17938 window-nest.
17939
17940 2011-06-09 Glenn Morris <rgm@gnu.org>
17941
17942 * calendar/appt.el (appt-mode-line): New function.
17943 (appt-check, appt-disp-window): Use it.
17944
17945 * files.el (hack-one-local-variable-eval-safep):
17946 Allow minor-modes with explicit +/-1 arguments.
17947
17948 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17949
17950 * term/xterm.el (xterm): Add defgroup.
17951 (xterm-extra-capabilities): Add defcustom to supply known xterm
17952 capabilities, skip querying them, or query them (default).
17953 (terminal-init-xterm): Use it.
17954 (terminal-init-xterm-modify-other-keys): New function to set up
17955 modifyOtherKeys support to simplify `terminal-init-xterm'.
17956
17957 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17958
17959 * window.el (resize-window-reset, resize-window-reset-1)
17960 (resize-subwindows-skip-p, resize-subwindows-normal)
17961 (resize-subwindows, resize-other-windows, resize-this-window)
17962 (resize-root-window, resize-root-window-vertically)
17963 (window-deletable-p, window-or-subwindow-p)
17964 (frame-root-window-p): New functions.
17965
17966 2011-06-09 Glenn Morris <rgm@gnu.org>
17967
17968 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17969 (ange-ftp-get-files): Use it.
17970
17971 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17972
17973 * mail/sendmail.el (mail-recover-1, mail-recover):
17974 * files.el (recover-file, recover-session):
17975 Handle dired-listing-switches not being just a single short option.
17976
17977 2011-06-09 Glenn Morris <rgm@gnu.org>
17978
17979 * calendar/appt.el (appt-display-message, appt-disp-window):
17980 Handle lists of appointments.
17981
17982 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17983
17984 * window.el (one-window-p): Move down in code.
17985 Rewrite doc-string.
17986 (window-current-scroll-bars): Rewrite doc-string.
17987 Normalize live window argument.
17988 (walk-windows, get-window-with-predicate, count-windows):
17989 Rewrite doc-string. Use window-list-1.
17990 (window-in-direction-2, window-in-direction, get-mru-window):
17991 New functions.
17992
17993 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17994
17995 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17996 Doc fix (Bug#8713).
17997
17998 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17999
18000 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18001
18002 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18003
18004 * loadhist.el (unload-feature-special-hooks):
18005 Add `comint-output-filter-functions'.
18006
18007 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18008
18009 * calendar/appt.el (appt-check): Move some initializations into the let.
18010
18011 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18012
18013 * window.el (window-height): Defalias to window-total-height.
18014 (window-width): Defalias to window-body-width.
18015
18016 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18017
18018 * image-mode.el (image-toggle-animation): New command.
18019 (image-mode-map): Bind it to RET.
18020 (image-mode): Update message.
18021 (image-toggle-display-image): Avoid a spurious cache flush.
18022 (image-transform-rotation): Doc fix.
18023 (image-transform-properties): Return quickly in the normal case.
18024 (image-animate-loop): Rename from image-animate-max-time.
18025
18026 * image.el (image-animate-max-time): Move to image-mode.el.
18027 (create-animated-image): Remove unnecessary function.
18028 (image-animate): Rename from image-animate-start. New arg.
18029 (image-animate-stop): Remove; just use image-animate-timer.
18030 (image-animate-timer): Use car-safe.
18031 (image-animate-timeout): Rename argument.
18032
18033 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18034
18035 * window.el (get-lru-window, get-largest-window): Move here from
18036 window.c. Rename first argument to ALL-FRAMES.
18037 Rephrase doc-strings.
18038 (get-buffer-window-list): Rewrite using window-list-1.
18039 Rephrase doc-string.
18040 (window-safe-min-height, window-safe-min-width): New constants.
18041 (window-size-ignore, window-min-size, window-min-size-1)
18042 (window-sizable, window-sizable-p, window-size-fixed-1)
18043 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18044 (window-max-delta-1, window-max-delta, window-resizable)
18045 (window-resizable-p, window-total-height, window-total-width)
18046 (window-body-width): New functions.
18047 (window-full-height-p, window-full-width-p): Rewrite using
18048 window-total-size.
18049 (window-body-height): Rewrite using window-body-size.
18050
18051 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18052
18053 * window.el (window-right, window-left, window-child)
18054 (window-child-count, window-last-child, window-any-p)
18055 (normalize-live-buffer, normalize-live-frame)
18056 (normalize-any-window, normalize-live-window)
18057 (window-iso-combination-p, window-iso-combined-p)
18058 (window-iso-combinations)
18059 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18060 (windows-with-parameter, window-with-parameter)
18061 (window-atom-root, make-window-atom, window-atom-check-1)
18062 (window-atom-check, window-side-check, window-check):
18063 New functions.
18064 (ignore-window-parameters, window-sides, window-sides-vertical)
18065 (window-sides-slots): New variables.
18066 (window-size-fixed): Move down in code. Minor doc-string fix.
18067
18068 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18069
18070 * comint.el (comint-dynamic-complete-as-filename)
18071 (comint-dynamic-complete-filename): Correctly call
18072 completion-in-region.
18073
18074 2011-06-05 Deniz Dogan <deniz@dogan.se>
18075
18076 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18077 in last change.
18078
18079 2011-06-05 Deniz Dogan <deniz@dogan.se>
18080
18081 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18082 (rcirc): Use it to prompt for encryption.
18083
18084 2011-06-05 Roland Winkler <winkler@gnu.org>
18085
18086 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18087 (bibtex-search-entries): New command bound to C-c C-a.
18088 (bibtex-display-entries): New function.
18089
18090 2011-06-05 Roland Winkler <winkler@gnu.org>
18091
18092 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18093 (bibtex-insert-kill): After yanking insert newline if necessary.
18094 (bibtex-initialize): Call bibtex-string-files-init only once.
18095 (bibtex-mode): Do not call easy-menu-add.
18096 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18097 (bibtex-yank): Set arg properly if nil.
18098
18099 2011-06-05 Roland Winkler <winkler@gnu.org>
18100
18101 * textmodes/bibtex.el (bibtex-search-entry-globally):
18102 New variable.
18103 (bibtex-search-entry): Use it.
18104
18105 2011-06-05 Roland Winkler <winkler@gnu.org>
18106
18107 * textmodes/bibtex.el (bibtex-entry-format): New option
18108 sort-fields.
18109 (bibtex-format-entry, bibtex-reformat): Honor this option.
18110 (bibtex-parse-entry): Return fields in proper order.
18111
18112 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18113
18114 * doc-view.el (doc-view-remove-if): Move computation of result out
18115 of `dolist' to silence misleading lexical-binding warning.
18116
18117 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18118
18119 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18120 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18121
18122 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18123
18124 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18125 "SunOS 5.10".
18126
18127 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18128
18129 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18130 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18131 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18132 (tramp-parse-putty):
18133 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18134 (tramp-completion-function-alist-ssh)
18135 (tramp-completion-function-alist-telnet)
18136 (tramp-completion-function-alist-su)
18137 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18138 cookie.
18139
18140 * net/tramp-ftp.el:
18141 * net/tramp-sh.el:
18142 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18143 load "tramp.el" `tramp-set-completion-function'.
18144
18145 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18146
18147 * shell.el: Require and use pcomplete.
18148 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18149 (shell-completion-vars): Set pcomplete-default-completion-function.
18150
18151 2011-06-04 Deniz Dogan <deniz@dogan.se>
18152
18153 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18154 `memq' (Bug#8799).
18155
18156 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18159
18160 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18161
18162 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18163 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18164 * vc/log-view.el (log-view-beginning-of-defun):
18165 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18166 (smerge-refine-forward, smerge-refine-chopup-region):
18167 Silence warning for unused `dotimes' counter variables.
18168
18169 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18170
18171 * net/tramp.el (tramp-with-progress-reporter): Rename from
18172 with-progress-reporter. Use `declare'.
18173 * net/tramp-smb.el:
18174 * net/tramp-sh.el:
18175 * net/tramp-gvfs.el: Update all uses.
18176
18177 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18178
18179 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18180 buffer isn't killed before making it current.
18181
18182 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18183
18184 Silence various byte-compiler warnings.
18185 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18186 `access-type' and new obsolescence format.
18187 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18188 new format.
18189 (byte-compile-check-variable): New `access-type' argument.
18190 Only warn if the access-type is obsolete.
18191 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18192 (byte-compile-variable-set): Adjust callers.
18193 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18194 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18195 setting it as obsolete.
18196 * simple.el (minibuffer-completing-symbol):
18197 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18198 access as obsolete.
18199 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18200 obsolete yet.
18201 * international/quail.el (quail-mouse-choose-completion): Remove unused
18202 code referring to obsolete var.
18203 (quail-choose-completion-string): Remove.
18204 * server.el (server-clients-with, server-kill-buffer-query-function)
18205 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18206 * proced.el (proced-send-signal):
18207 * emacs-lisp/lisp.el (lisp-complete-symbol):
18208 Replace completion-annotate-function with completion-extra-properties.
18209
18210 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 * simple.el (goto-line): Use read-number.
18213 (overriding-map-is-bound): Remove.
18214 (saved-overriding-map): Change default.
18215 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18216 Take the map as argument.
18217 (universal-argument, negative-argument, digit-argument): Use it.
18218 (restore-overriding-map): Adjust.
18219 (do-auto-fill): Use fill-forward-paragraph.
18220 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18221
18222 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18223 (minibuffer-inactive-mode): New major mode.
18224 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18225 the *Messages* buffer" hack.
18226 (mouse-popup-menubar): Don't burp if the event is a normal key.
18227
18228 Miscellaneous tweaks.
18229 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18230 lexical scoping as in subr.el's dolist and dotimes.
18231 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18232 Silence compiler warning.
18233 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18234 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18235 * international/ccl.el (ccl-compile): Trivial simplification.
18236 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18237 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18238 `printflag' argument.
18239 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18240 Purecopy the whole obsolescence data.
18241
18242 2011-06-01 Leo Liu <sdl.web@gmail.com>
18243
18244 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18245 improve doc-string as suggested by Marco Pessotto
18246 <melmothx@gmail.com>.
18247 (rcirc-print): Fix last change.
18248
18249 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18250
18251 * minibuffer.el (complete-with-action): Return nil for the metadata and
18252 boundaries of non-functional tables.
18253 (completion-table-dynamic): Return nil for the metadata.
18254 (completion-table-with-terminator): Add default case, using
18255 complete-with-action.
18256 (completion--metadata): New function.
18257 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18258 to try and avoid pathological performance problems.
18259 (completion--embedded-envvar-table): Return `category' metadata.
18260
18261 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18262
18263 * subr.el (process-alive-p): New tiny convenience function.
18264
18265 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18266
18267 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18268 content but also its previous major mode.
18269
18270 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18271
18272 * emacs-lisp/debug.el (debug): Restore the previous content of the
18273 *Backtrace* buffer when we exit with C-M-c.
18274
18275 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * minibuffer.el: Add metadata method to completion tables.
18278 (completion-category-overrides): New defcustom.
18279 (completion-metadata, completion--field-metadata)
18280 (completion-metadata-get, completion--styles)
18281 (completion--cycle-threshold): New functions.
18282 (completion-try-completion, completion-all-completions):
18283 Add `metadata' argument to choose completion-styles.
18284 (completion--do-completion): Use metadata to choose cycling.
18285 (completion-all-sorted-completions): Use metadata for sorting.
18286 Remove :completion-cycle-penalty which is not needed any more.
18287 (completion--try-word-completion): Add `metadata' argument.
18288 (minibuffer-completion-help): Check metadata for annotation function
18289 and sorting.
18290 (completion-file-name-table): Return `category' metadata.
18291 (minibuffer-completing-file-name): Make obsolete.
18292 * simple.el (minibuffer-completing-symbol): Make obsolete.
18293 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18294 completion-try-completion.
18295
18296 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18297
18298 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18299
18300 2011-05-30 Leo Liu <sdl.web@gmail.com>
18301
18302 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18303 (rcirc-print): Decode all incoming messages (bug#8744).
18304 (rcirc-decode-coding-system): Allow value nil for automatic coding
18305 system detection.
18306
18307 2011-06-01 Glenn Morris <rgm@gnu.org>
18308
18309 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18310
18311 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18312
18313 * image.el (image-animate-max-time): Allow nil and t values.
18314 Default to nil.
18315 (create-animated-image): Doc fix.
18316 (image-animate-start): Remove second arg; just use
18317 image-animate-max-time.
18318 (image-animate-timeout): Doc fix. Args changed.
18319
18320 * image-mode.el (image-toggle-display-image): Ensure that the
18321 image spec passed to the animate timer is the same object as in
18322 the buffer's display property (Bug#6981).
18323 (image-transform-properties): Doc fix.
18324
18325 * image.el (image-animate-max-time): Default to nil.
18326
18327 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18328
18329 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18330 entire buffer list (Bug#8184).
18331
18332 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18333
18334 * image.el (imagemagick-types-inhibit)
18335 (imagemagick-register-types): Doc fix.
18336
18337 2011-05-29 Deniz Dogan <deniz@dogan.se>
18338
18339 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18340 default.
18341
18342 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18343
18344 * select.el: Don't perform clipboard-manager saving in hooks;
18345 leave the hooks empty.
18346
18347 2011-05-28 Leo Liu <sdl.web@gmail.com>
18348
18349 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18350 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18351 (occur-edit-mode): New major mode (Bug#8463).
18352 (occur-after-change-function): New function.
18353 (occur-engine): Give Occur tags a read-only property.
18354
18355 2011-05-28 Kevin Ryde <user42@zip.com.au>
18356
18357 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18358
18359 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18360
18361 * bindings.el (help-echo): Make the initial non-indicator dash
18362 empty on graphical terminals (Bug#7295).
18363
18364 * files.el (auto-mode-alist): Move config rule after the
18365 in-stripping one (Bug#8547).
18366
18367 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18368
18369 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18370 setting (Bug#8740).
18371
18372 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18373
18374 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18375 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18376 (Bug#8539).
18377
18378 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18379
18380 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18381
18382 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18383
18384 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18385 (hs-hide-block-at-point, hs-find-block-beginning)
18386 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18387 (Bug#8279).
18388
18389 2011-05-28 Glenn Morris <rgm@gnu.org>
18390
18391 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18392
18393 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18394
18395 * help-fns.el (describe-function-1): If the function is a derived
18396 major mode, print the parent mode.
18397
18398 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18399 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18400
18401 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * minibuffer.el (completion--capf-wrapper): Check applicability before
18404 returning non-nil for non-exclusive completion data.
18405 * progmodes/etags.el (tags-completion-at-point-function):
18406 * info-look.el (info-lookup-completions-at-point): Mark as
18407 non-exclusive.
18408 (info-complete): Adjust accordingly.
18409
18410 * info-look.el: Convert to lexical-binding and completion-at-point.
18411 (info-lookup-completions-at-point): New function.
18412 (info-complete): Use it and completion-in-region.
18413
18414 2011-05-28 Drew Adams <drew.adams@oracle.com>
18415
18416 * isearch.el: Let M-e start with point at the first mismatched char.
18417 (isearch-fail-pos): New function.
18418 (isearch-edit-string): Use it.
18419
18420 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18421
18422 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18423
18424 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18425
18426 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18427 traversal functions for avl-trees.
18428 (avl-tree--stack): New struct.
18429 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18430 (avl-tree-enter): Add optional `updatefun' arg.
18431 (avl-tree--do-enter): Add optional `updatefun' arg.
18432 Change return value.
18433 (avl-tree-delete): Add optional `test' and `nilflag' args.
18434 (avl-tree--do-delete): Add `test' and `nilflag' args.
18435 Change return value.
18436 (avl-tree-member): Add optional `nilflag'
18437 (avl-tree-member-p): New function.
18438 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18439 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18440 (avl-tree-stack-empty-p): New functions.
18441
18442 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18443 avl-tree--del-balance1 and make it work both ways.
18444 (avl-tree--del-balance2): Remove.
18445 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18446 make it work both ways.
18447 (avl-tree--enter-balance2): Remove.
18448 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18449 New macros.
18450 (avl-tree--mapc, avl-tree-map): Add direction argument.
18451
18452 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18453
18454 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18455
18456 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18457
18458 * select.el: Support clipboard managers with built-in function
18459 x-clipboard-manager-save, via delete-frame-functions and
18460 kill-emacs-hook.
18461 (xselect-convert-to-targets): Add MULTIPLE target to list.
18462 (xselect-convert-to-save-targets): New function.
18463
18464 2011-05-27 Kenichi Handa <handa@m17n.org>
18465
18466 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18467 let-binding rfc2047-encode-encoded-words to nil.
18468
18469 2011-05-27 Glenn Morris <rgm@gnu.org>
18470
18471 * mail/emacsbug.el: Don't require url-util.
18472
18473 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18474
18475 * files.el (set-auto-mode):
18476 Also respect mode: entries at the end of the file. (Bug#8586)
18477
18478 2011-05-26 Glenn Morris <rgm@gnu.org>
18479
18480 * files.el (hack-local-variables-prop-line, hack-local-variables):
18481 Downcase mode names, as seems to be traditional.
18482 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18483
18484 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18485 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18486
18487 2011-05-25 Julien Danjou <julien@danjou.info>
18488
18489 * textmodes/rst.el (rst-define-level-faces): Do not define face
18490 symbol if it is already defined.
18491
18492 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18493
18494 * play/5x5.el (5x5-new-game, 5x5-randomize):
18495 Reset 5x5-solver-output to nil when a new grid is cast.
18496 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18497 these debugging traces, as defmacro breaks the compiled code.
18498
18499 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18500
18501 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18502
18503 2011-05-24 Leo Liu <sdl.web@gmail.com>
18504
18505 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18506 (vc-bzr-sha1): Adapt.
18507
18508 * sha1.el: Remove. Function `sha1' is now builtin.
18509
18510 * bindings.el: Provide sha1 feature.
18511
18512 2011-05-24 Kenichi Handa <handa@m17n.org>
18513
18514 * mail/sendmail.el: Require `rfc2047'.
18515 (mail-insert-from-field): Do not perform RFC2047 encoding.
18516 (mail-encode-header): New function.
18517 (sendmail-send-it): Set buffer-file-coding-system of the work
18518 buffer to the return value of select-message-coding-system.
18519 Call mail-encode-header.
18520
18521 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18522
18523 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18524
18525 * mail/supercite.el (sc-default-cite-frame):
18526 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18527
18528 2011-05-24 Glenn Morris <rgm@gnu.org>
18529
18530 * progmodes/python.el (brm-menu): Declare.
18531
18532 * emulation/viper.el (viper-set-hooks): Declare.
18533
18534 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18535 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18536 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18537 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18538 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18539 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18540
18541 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 Add an :exit-function for completion-at-point.
18544
18545 * minibuffer.el (completion--done): New fun.
18546 (completion--do-completion): Use it. New arg `expect-exact'.
18547 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18548 since completion--do-completion does it for us now.
18549 (minibuffer-force-complete): Use completion--done and
18550 completion--replace. Handle sole-completion case with more care.
18551 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18552 (completion-extra-properties): New var.
18553 (completion-annotate-function): Make obsolete.
18554 (minibuffer-completion-help): Adjust accordingly.
18555 Use completion-list-insert-choice-function.
18556 (completion-at-point, completion-help-at-point):
18557 Bind completion-extra-properties.
18558 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18559 * simple.el (completion-list-insert-choice-function): New var.
18560 (completion-setup-function): Preserve it.
18561 (choose-completion): Pay attention to it, shuffle the code a bit.
18562 (choose-completion-string): New arg `insert-function'.
18563
18564 * textmodes/bibtex.el: Convert to lexical binding.
18565 (bibtex-mode-map): Use completion-at-point.
18566 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18567 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18568 (bibtex-complete): Define as obsolete alias.
18569 (bibtex-complete-internal): Remove.
18570 (bibtex-format-entry): Remove unused sub-group in regexp.
18571 * shell.el (shell--command-completion-data)
18572 (shell-environment-variable-completion):
18573 * pcomplete.el (pcomplete-completions-at-point):
18574 * comint.el (comint--complete-file-name-data): Use :exit-function
18575 instead of completion-table-with-terminator so it also works for
18576 choose-completion.
18577
18578 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18579
18580 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18581
18582 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18583 (bug#8710).
18584
18585 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18586
18587 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18588
18589 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18590 customization variable and implement: If non-nil, auto-fill will
18591 be inhibited while on topic's header line.
18592
18593 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18594
18595 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18596 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18597 always have a solution in grid size = 5 cases.
18598 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18599 (5x5-solver-output, 5x5-log-buffer): New vars.
18600 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18601 Make these variables buffer local to achieve 5x5 multi-session-ness.
18602 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18603 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18604 (5x5-solve-suggest): New funs.
18605 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18606 randomize a grid so that we ensure that there is always a solution.
18607 (5x5-make-random-grid): Allow other movement than flipping.
18608
18609 2011-05-23 Kevin Ryde <user42@zip.com.au>
18610
18611 * emacs-lisp/advice.el (ad-read-advised-function):
18612 Use `function-called-at-point' as the default, if it has
18613 advice and passes PREDICATE.
18614
18615 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18618 byte-compile-lambda if it's actually a lambda.
18619
18620 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18621 Fix function quoting. Use backquote better.
18622
18623 2011-05-22 Yuanle Song <sylecn@gmail.com>
18624
18625 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18626 matching (Bug#8516).
18627
18628 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18629
18630 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18631 different face (Bug#8178).
18632
18633 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18634
18635 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18636 defface (Bug#8144).
18637
18638 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18639
18640 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18641 funcall as well (bug#8712). Warn when performing those conversions.
18642 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18643
18644 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18645
18646 2011-05-22 Glenn Morris <rgm@gnu.org>
18647
18648 * files.el (hack-local-variables-prop-line): Small simplifications.
18649 (hack-local-variables, hack-local-variables-prop-line):
18650 If MODE-ONLY, return the mode, rather than just `t'.
18651
18652 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18655
18656 2011-05-21 Glenn Morris <rgm@gnu.org>
18657
18658 * files.el (hack-local-variables-prop-line, hack-local-variables):
18659 If only interested in the mode, don't bother doing the other stuff.
18660
18661 * image-mode.el (image-after-revert-hook):
18662 Redraw all frames on which the image is visible. (Bug#8567)
18663
18664 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18665
18666 * wid-edit.el (widget-checklist-match-inline):
18667 Fix 2011-04-19 change. (Bug#8649)
18668
18669 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18670
18671 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18672 Also allow singlespace after single-letter capitals followed by a dot.
18673
18674 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18675 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18676
18677 2011-05-20 Nix <nix@esperi.org.uk>
18678
18679 * files.el (basic-save-buffer-2):
18680 Fix handling of break-hardlink-on-save with non-existent files.
18681
18682 2011-05-19 Deniz Dogan <deniz@dogan.se>
18683
18684 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18685 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18686
18687 2011-05-19 Glenn Morris <rgm@gnu.org>
18688
18689 * progmodes/f90.el (f90-type-def-re):
18690 Handle "type, bind(c)". (Bug#8691)
18691
18692 * emacs-lisp/autoload.el (batch-update-autoloads):
18693 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18694
18695 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18696
18697 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18698 property for the correct connection in case of multihops.
18699
18700 2011-05-18 Glenn Morris <rgm@gnu.org>
18701
18702 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18703 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18704
18705 Rationalize calendar handling of day and month abbrev-arrays.
18706 * calendar/calendar.el (calendar-customized-p): New function.
18707 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18708 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18709 Add :set function.
18710 (calendar-abbrev-length, calendar-day-abbrev-array)
18711 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18712 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18713 Elements may no longer be nil.
18714 (calendar-day-name, calendar-month-name):
18715 Update for changed nature of abbrev arrays.
18716 * calendar/diary-lib.el (diary-name-pattern):
18717 Update for changed nature of abbrev arrays.
18718 (diary-mark-entries-1): Update calendar-make-alist calls.
18719 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18720 * calendar/cal-html.el (cal-html-day-abbrev-array):
18721 Simply inherit from calendar-day-abbrev-array.
18722
18723 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18724
18725 * progmodes/grep.el (grep-mode): Disable default
18726 compilation-directory-matcher setting (bug#8684).
18727
18728 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18729
18730 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18731 instead of "head" and "tail". There were problems with SunOS 5.9,
18732 and it performs better.
18733
18734 2011-05-17 Glenn Morris <rgm@gnu.org>
18735
18736 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18737
18738 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18739 Replace obsolete function.
18740
18741 * shell.el (pcomplete-parse-arguments-function): Declare.
18742
18743 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18744 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18745 (appt-check): Doc fixes.
18746 (appt-disp-window-function, appt-delete-window-function):
18747 Remove needless special case in custom :type.
18748 (appt-display-count): Default to 0, not nil.
18749 (appt-check): Reset appt-display-count to 0, not nil.
18750
18751 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18752
18753 * progmodes/python.el (python-font-lock-keywords):
18754 Add the Python 3.X keyword "nonlocal" (bug#8639).
18755
18756 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18757
18758 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18759
18760 2011-05-16 Kevin Ryde <user42@zip.com.au>
18761
18762 * info-look.el (makefile-automake-mode): New setups, looking in
18763 automake manual, then makefile-mode.
18764 (makefile-mode): Remove automake manual, have it just in
18765 makefile-automake-mode since there's various things different or
18766 not relevant to plain make.
18767 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18768 believe a hypothetical automake-mode would go to makefile-mode,
18769 not the other way around.
18770
18771 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18772
18773 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18774 hunk-end tags (Bug#8672).
18775
18776 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18777 vc-annotate-show-diff-revision-at-line (Bug#8671).
18778
18779 2011-05-14 Glenn Morris <rgm@gnu.org>
18780
18781 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18782 in the middle of an existing one with multiple authors. (Bug#8645)
18783 (change-log-font-lock-keywords): Also handle multiple author lines
18784 with leading tabs. (Bug#8644)
18785
18786 * calendar/appt.el (appt-check): Rename some local variables.
18787 Some simplification/reordering.
18788
18789 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18790 (feedmail-sendmail-f-doesnt-sell-me-out)
18791 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18792 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18793 (feedmail-queue-runner-message-sender): Set :version.
18794 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18795 (bbdb-dwim-net-address, vm-mail): Declare.
18796 (feedmail-binmail-gnulinuxish-template):
18797 Rename from feedmail-binmail-linuxish-template.
18798 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18799 Use insert-buffer-substring.
18800
18801 2011-05-14 Bill Carpenter <bill@carpenter.org>
18802
18803 * mail/feedmail.el (feedmail-patch-level): Increase.
18804 (feedmail-debug): New custom group.
18805 (feedmail-confirm-outgoing-timeout)
18806 (feedmail-sendmail-f-doesnt-sell-me-out)
18807 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18808 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18809 (feedmail-sender-line, feedmail-from-line)
18810 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18811 (feedmail-spray-this-address)
18812 (feedmail-spray-address-fiddle-plex-list)
18813 (feedmail-queue-use-send-time-for-date)
18814 (feedmail-queue-use-send-time-for-message-id)
18815 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18816 (feedmail-buffer-eating-function):
18817 Doc fixes.
18818 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18819 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18820 (feedmail-message-action-scroll-down): New functions.
18821 (feedmail-queue-directory, feedmail-queue-draft-directory):
18822 Use expand-file-name.
18823 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18824 Remove C-v help entry.
18825 (feedmail-queue-buffer-file-name): New variable.
18826 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18827 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18828 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18829 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18830 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18831 (feedmail-message-action-toggle-spray)
18832 (feedmail-run-the-queue-no-prompts)
18833 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18834 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18835 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18836 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18837 (feedmail-envelope-deducer, feedmail-fiddle-from)
18838 (feedmail-fiddle-sender, feedmail-default-date-generator)
18839 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18840 (feedmail-fiddle-spray-address)
18841 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18842 (feedmail-fiddle-list-of-fiddle-plexes)
18843 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18844 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18845 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18846 Change default. Doc fix.
18847 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18848 (feedmail-binmail-linuxish-template): New constant.
18849 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18850 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18851 (feedmail-send-it): Add debug call.
18852 Use feedmail-queue-buffer-file-name, and
18853 feedmail-send-it-immediately-wrapper.
18854 (feedmail-message-action-send): Add debug call.
18855 Use feedmail-send-it-immediately-wrapper.
18856 (feedmail-queue-express-to-queue): Add debug call.
18857 Run feedmail-queue-express-hook.
18858 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18859 (feedmail-message-action-help-blat):
18860 Rename from feedmail-queue-send-edit-prompt-help-first.
18861 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18862 Check line-endings. Handle errors better.
18863 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18864 Doc fix. Add debug call.
18865 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18866 Use feedmail-queue-send-edit-prompt-inner.
18867 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18868 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18869 from feedmail-queue-send-edit-prompt.
18870 (feedmail-queue-send-edit-prompt-help)
18871 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18872 (feedmail-tidy-up-slug): Add debug call.
18873 Respect feedmail-queue-slug-suspect-regexp.
18874 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18875 (feedmail-dump-message-to-queue): Add debug call.
18876 Expand queue-directory.
18877 (feedmail-dump-message-to-queue): Change message slightly.
18878 Use feedmail-say-chatter.
18879 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18880 (feedmail-send-it-immediately-wrapper): New function.
18881 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18882 Insert empty string rather than newline. Handle full-frame case.
18883 Use catch/throw. Use feedmail-say-chatter.
18884 (feedmail-fiddle-from): Try mail-host-address.
18885 (feedmail-default-message-id-generator): Doc fix.
18886 Bind system-time-locale. Handle missing end.
18887 (feedmail-fiddle-x-mailer): Add debug call.
18888 Handle feedmail-x-mailer-line being nil.
18889 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18890 Add debug call. Use buffer-substring-no-properties.
18891 (feedmail-say-debug, feedmail-say-chatter): New functions.
18892 (feedmail-find-eoh): Give an explicit error.
18893
18894 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18895
18896 * net/newst-treeview.el (newsticker-treeview-face): Change default
18897 family from helvetica to sans.
18898 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18899 etc/images/newsticker.
18900
18901 * net/newst-reader.el (newsticker-feed-face): Change default
18902 family from helvetica to sans.
18903
18904 * net/newst-plainview.el (newsticker-new-item-face)
18905 (newsticker-old-item-face, newsticker-immortal-item-face)
18906 (newsticker-obsolete-item-face, newsticker-date-face)
18907 (newsticker-statistics-face): Change default family from
18908 helvetica to sans.
18909 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18910 etc/images/newsticker.
18911
18912 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18913 (newsticker--process-auto-mark-filter-match): Tell user about
18914 auto-marking.
18915
18916 2011-05-13 Didier Verna <didier@xemacs.org>
18917
18918 Common Lisp indentation improvements on defmethod and lambda-lists.
18919 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18920 TODO entries.
18921 (lisp-lambda-list-keyword-parameter-indentation)
18922 (lisp-lambda-list-keyword-parameter-alignment)
18923 (lisp-lambda-list-keyword-alignment): New customizable user options.
18924 (lisp-indent-defun-method): Improve docstring.
18925 (extended-loop-p): Fix comment.
18926 (lisp-indent-lambda-list-keywords-regexp): New variable.
18927 (lisp-indent-lambda-list): New function.
18928 (lisp-indent-259): Use it.
18929 (lisp-indent-defmethod): Support for more than one
18930 method qualifier and properly indent methods lambda-lists.
18931 (defgeneric): Provide a missing common-lisp-indent-function property.
18932
18933 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18936 bounds for the empty string (bug#8667).
18937
18938 2011-05-13 Glenn Morris <rgm@gnu.org>
18939
18940 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18941
18942 * mail/sendmail.el (sendmail-program): Try executable-find first.
18943 (sendmail-send-it): `sendmail-program' cannot be unbound.
18944
18945 * calendar/appt.el (appt-make-list): Simplify.
18946 (appt-time-msg-list): Doc fix.
18947 (appt-check): Change mode-line message at the time of the appointment.
18948
18949 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18950
18951 * progmodes/ld-script.el (ld-script-keywords)
18952 (ld-script-builtins): Update keywords list.
18953
18954 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18957
18958 * shell.el (shell-completion-vars): New function.
18959 (shell-mode):
18960 * simple.el (read-shell-command): Use it.
18961 (blink-matching-open): No need for " [...]" in minibuffer-message.
18962
18963 2011-05-12 Glenn Morris <rgm@gnu.org>
18964
18965 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18966 (appt-check): Simplify.
18967
18968 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18969
18970 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18971 literal "/dev/null".
18972
18973 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18976 Fix typo.
18977
18978 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18979
18980 * progmodes/which-func.el (which-function):
18981 Use add-log-current-defun instead of add-log-current-defun-function,
18982 which might not be defined (Bug#8260).
18983
18984 2011-05-12 Glenn Morris <rgm@gnu.org>
18985
18986 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18987 Let byte-compile-initial-macro-environment always take precedence.
18988
18989 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18990
18991 * net/rcirc.el: Add support for SSL/TLS connections.
18992 (rcirc-server-alist): New field `encryption'.
18993 (rcirc): Check `encryption' settings.
18994 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18995 Merge make-local-variable into `set'.
18996 (rcirc--connection-open-p): New function.
18997 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18998 the process is not a network process (e.g. running gnutls-cli).
18999 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19000 Make rcirc-(en|de)code-coding-system local here.
19001 (rcirc-mode): Merge make-local-variable into `set'.
19002 (rcirc-parent-buffer): Make permanent buffer-local.
19003 (rcirc-multiline-minor-mode): Don't do it here.
19004 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19005 there's no server buffer.
19006
19007 2011-05-11 Glenn Morris <rgm@gnu.org>
19008
19009 * newcomment.el (comment-kill): Prefix "unused" local.
19010
19011 * term/w32console.el (get-screen-color): Declare.
19012
19013 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19014 Handle symbol elements of byte-compile-initial-macro-environment.
19015
19016 2011-05-10 Leo Liu <sdl.web@gmail.com>
19017
19018 * bookmark.el (bookmark-bmenu-mode-map):
19019 Bind bookmark-bmenu-search to `/'.
19020
19021 * mail/footnote.el: Convert to utf-8 encoding.
19022 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19023 (Footnote-unicode): New function.
19024 (footnote-style-alist): Add unicode style to the list.
19025 (footnote-style): Doc fix.
19026
19027 2011-05-10 Jim Meyering <meyering@redhat.com>
19028
19029 Fix doubled-word typos.
19030 * international/quail.el (quail-insert-kbd-layout): and and -> and
19031 * kermit.el: and and -> and
19032 * net/ldap.el (ldap-search-internal): to to -> to
19033 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19034 * progmodes/js.el (js-mode): and and -> and
19035 * textmodes/artist.el (artist-move-to-xy): at at -> at
19036 (artist-draw-region-trim-line-endings): if if -> if
19037 And Safetyc -> Safety.
19038 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19039
19040 2011-05-10 Glenn Morris <rgm@gnu.org>
19041 Stefan Monnier <monnier@iro.umontreal.ca>
19042
19043 * files.el (hack-one-local-variable-eval-safep):
19044 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19045
19046 2011-05-10 Glenn Morris <rgm@gnu.org>
19047
19048 * calendar/diary-lib.el (diary-list-entries-hook)
19049 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19050 (diary-nongregorian-marking-hook, diary-list-entries)
19051 (diary-include-other-diary-files, diary-mark-entries)
19052 (diary-mark-included-diary-files): Doc fixes.
19053
19054 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19055
19056 * misc.el: Require tabulated-list.el during compilation.
19057
19058 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19059
19060 * progmodes/compile.el (compilation-start):
19061 Run compilation-filter-hook for the async case too.
19062 (compilation-filter-hook): Doc fix.
19063
19064 2011-05-09 Deniz Dogan <deniz@dogan.se>
19065
19066 * wdired.el: Remove outdated installation comment. Fix usage
19067 comment.
19068
19069 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * misc.el: Implement new command `list-dynamic-libraries'.
19072 (list-dynamic-libraries--loaded-only-p): New variable.
19073 (list-dynamic-libraries--refresh): New function.
19074 (list-dynamic-libraries): New command.
19075
19076 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19077
19078 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19079 Fix the ant regexp to handle end-line and end-column info from jikes.
19080 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19081 higher priority to avoid clobbering by gnu.
19082
19083 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19084
19085 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19086 if the face has existing theme settings (Bug#8454).
19087
19088 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19089
19090 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19091 Only match variables declared via `my' or `our' (Bug#8261).
19092
19093 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19094 special file names `.' and `..' (Bug#8259).
19095
19096 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19097
19098 * progmodes/grep.el (grep-mode-font-lock-keywords):
19099 Remove buffer-changing entries.
19100 (grep-filter): New function.
19101 (grep-mode): Add it to compilation-filter-hook.
19102
19103 * progmodes/compile.el (compilation-filter-hook)
19104 (compilation-filter-start): New defvars.
19105 (compilation-filter): Call compilation-filter-hook prior to
19106 updating the process mark.
19107
19108 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19111
19112 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19113
19114 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19115 mailclient-send-it even if window-system is nil. (Bug#8595)
19116
19117 * term/w32console.el (terminal-init-w32console):
19118 Call get-screen-color and use its output to set the frame
19119 background-mode. (Bug#8597)
19120
19121 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19122
19123 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19124 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19125 New functions.
19126 (defgeneric, eieio--defmethod): Use them.
19127 (eieio-defgeneric): Remove.
19128 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19129
19130 2011-05-07 Glenn Morris <rgm@gnu.org>
19131
19132 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19133 Use let rather than let*.
19134 (timeclock-find-discrep): Remove unused local.
19135
19136 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19137
19138 * calendar/appt.el (appt-time-msg-list): Doc fix.
19139
19140 2011-05-06 Noah Friedman <friedman@splode.com>
19141
19142 * apropos.el (apropos-print-doc): Only use
19143 emacs-lisp-docstring-fill-column when it is bound to an integer,
19144 per that variable's documentation.
19145
19146 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19147
19148 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19149 and warnings are not silently discarded (e.g. use -d instead of -P).
19150
19151 2011-05-06 Glenn Morris <rgm@gnu.org>
19152
19153 * calendar/appt.el (appt-message-warning-time): Doc fix.
19154 (appt-warning-time-regexp): New option.
19155 (appt-make-list): Respect appt-message-warning-time.
19156
19157 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19158 New options.
19159 (diary-add-to-list): Strip comments from the displayed string.
19160 (diary-mode): Set comment-start and comment-end.
19161
19162 * vc/diff-mode.el (smerge-refine-subst): Declare.
19163 (diff-refine-hunk): Don't require smerge-mode when compiling.
19164
19165 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * simple.el (list-processes): Return nil as the docstring says.
19168
19169 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19170
19171 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19172 to "".
19173 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19174 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19175 determining of binary transfer. (Bug#7383)
19176
19177 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19178
19179 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19180 Fix port computation bug. (Bug#8618)
19181
19182 2011-05-05 Glenn Morris <rgm@gnu.org>
19183
19184 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19185
19186 * simple.el (shell-dynamic-complete-functions)
19187 (comint-dynamic-complete-functions): Declare.
19188
19189 * net/network-stream.el (gnutls-negotiate):
19190 * simple.el (tabulated-list-print): Fix declarations.
19191
19192 * progmodes/gud.el (syntax-symbol, syntax-point):
19193 Remove unnecessary and incorrect declarations.
19194
19195 * emacs-lisp/check-declare.el (check-declare-scan):
19196 Handle byte-compile-initial-macro-environment in bytecomp.el.
19197
19198 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 Fix earlier half-done eieio-defmethod change (bug#8338).
19201 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19202 Streamline and change calling convention.
19203 (defmethod): Adjust accordingly and simplify.
19204 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19205 new eieio--defmethod.
19206 (slot-boundp): Minor CSE simplification.
19207
19208 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19209
19210 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19211 (glasses-make-readable): Use glasses-separate-capital-groups.
19212
19213 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19216 (warning-series): Doc fix.
19217 (display-warning): Don't try to create the buffer if we just found it.
19218
19219 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19222 (autoload-find-generated-file): New function.
19223 (generate-file-autoloads): Bind generated-autoload-file to
19224 buffer-file-name.
19225 (update-file-autoloads, update-directory-autoloads):
19226 Use autoload-find-generated-file. If called interactively, prompt for
19227 output file (Bug#7989).
19228 (batch-update-autoloads): Doc fix.
19229
19230 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19231
19232 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19233
19234 2011-05-04 Glenn Morris <rgm@gnu.org>
19235
19236 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19237 function, so it follows changes in calendar-date-style.
19238 (diary-fancy-date-matcher): New function.
19239 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19240 (diary-fancy-font-lock-fontify-region-function):
19241 Use diary-fancy-date-pattern as a function.
19242
19243 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19244 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19245
19246 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19247
19248 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19249 instead of positional arguments. Allow :keylist and :crlfiles
19250 arguments.
19251 (open-gnutls-stream): Call it.
19252
19253 * net/network-stream.el (network-stream-open-starttls): Adjust to
19254 call `gnutls-negotiate' with :process and :hostname arguments.
19255
19256 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19257
19258 * minibuffer.el (completion--message): New function.
19259 (completion--do-completion, minibuffer-complete)
19260 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19261 (completion--do-completion): Don't ignore completion-auto-help when in
19262 icomplete-mode.
19263
19264 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19265 internal encoding (e.g. tibetan zero is not whitespace).
19266 (global-whitespace-mode): Prefer save-current-buffer.
19267 (whitespace-trailing-regexp): Remove useless save-match-data.
19268 (whitespace-empty-at-bob-regexp): Minor simplification.
19269
19270 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19271
19272 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19273
19274 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19275
19276 * textmodes/ispell.el (ispell-add-per-file-word-list):
19277 Use `concat' to create string for insertion.
19278
19279 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19282 Avoid open-line which runs post-self-insert-hook.
19283 (bibtex-fill-entry): Remove unused `end' var.
19284
19285 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19286
19287 * textmodes/ispell.el (ispell-add-per-file-word-list):
19288 Protect against `nil' value of `comment-start' (Bug#8579).
19289
19290 2011-05-03 Leo Liu <sdl.web@gmail.com>
19291
19292 * isearch.el (isearch-yank-pop): New command.
19293 (isearch-mode-map): Bind it to `M-y'.
19294 (isearch-forward): Mention it.
19295
19296 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19297
19298 * simple.el (minibuffer-complete-shell-command): Remove.
19299 (minibuffer-local-shell-command-map): Use completion-at-point.
19300 (read-shell-command): Setup completion vars here instead.
19301 (read-expression-map): Bind TAB to symbol completion.
19302
19303 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19304 error directly rather via storing it into `results'.
19305
19306 2011-05-02 Leo Liu <sdl.web@gmail.com>
19307
19308 * vc/diff.el: Fix description.
19309
19310 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19311
19312 * server.el (server-eval-at): New function.
19313
19314 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19315
19316 * net/network-stream.el (open-network-stream): Take a :nowait
19317 parameter and pass it on to `make-network-process'.
19318 (network-stream-open-plain): Ditto.
19319
19320 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19321
19322 * faces.el (face-spec-set-match-display): Don't match toolkit
19323 options on terminal frames.
19324
19325 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19326
19327 * progmodes/pascal.el: Use lexical binding.
19328 (pascal-mode-map): Remove author preferences.
19329
19330 * pcomplete.el (pcomplete-std-complete): Don't abuse
19331 completion-at-point.
19332
19333 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19334
19335 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19336 removing code that has been dead since 1991 or so.
19337
19338 * startup.el (command-line): When warning about "_emacs", use a
19339 delayed warning to allow the user to filter it out.
19340
19341 2011-04-28 Deniz Dogan <deniz@dogan.se>
19342
19343 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19344 user has not joined.
19345
19346 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19347
19348 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19349 aren't any completions at point.
19350
19351 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19352
19353 * subr.el (display-delayed-warnings): New function.
19354 (delayed-warnings-hook): New variable.
19355
19356 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19357
19358 * minibuffer.el (completion-at-point, completion-help-at-point):
19359 Don't presume that a given completion-at-point-function will always
19360 use the same calling convention.
19361
19362 * pcomplete.el (pcomplete-completions-at-point):
19363 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19364 pcomplete-seen is non-nil.
19365 (pcomplete-comint-setup): Also recognize the new comint/shell
19366 completion functions.
19367 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19368 pcomplete-seen is non-nil.
19369
19370 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19371
19372 * calendar/icalendar.el (diary-lib): Add require statement.
19373 (icalendar--create-uid): Read out a uid from a text-property on
19374 the first character in the entry. This allows for code to add its
19375 own uid to the entry.
19376 (icalendar--convert-float-to-ical): Add export of
19377 `diary-float'-entries save for those with the optional DAY
19378 argument.
19379
19380 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19381
19382 * subr.el (shell-quote-argument): Use alternate escaping strategy
19383 when we spot a variable reference in a string.
19384
19385 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19386
19387 * cus-start.el (all): Define customization for debug-on-event.
19388
19389 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19390
19391 * subr.el (shell-quote-argument): Escape correctly under Windows.
19392
19393 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19394
19395 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19396
19397 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19398
19399 * net/tramp.el (tramp-process-actions): Add POS argument.
19400 Delete region between POS and (pos).
19401
19402 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19403 Use `nil' position in `tramp-process-actions' call.
19404 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19405
19406 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19407 position in `tramp-process-actions' call.
19408
19409 * net/trampver.el: Update release number.
19410
19411 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * custom.el (defcustom): Obey lexical-binding.
19414
19415 Fix octave-inf completion problems reported by Alexander Klimov.
19416 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19417 Inherit from octave-mode-syntax-table.
19418 (inferior-octave-mode): Set info-lookup-mode.
19419 (inferior-octave-completion-at-point): New function.
19420 (inferior-octave-complete): Use it and completion-in-region.
19421 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19422 comint-filename-completion.
19423 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19424 symbol elements which shouldn't be word elements.
19425 (octave-font-lock-keywords, octave-beginning-of-defun)
19426 (octave-function-header-regexp): Adjust regexps accordingly.
19427 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19428
19429 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19430
19431 * net/gnutls.el (gnutls-errorp): Declare before first use.
19432
19433 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19434
19435 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19436 verify-error, and verify-hostname-error parameters. Check whether
19437 default trustfile exists before going to use it. Add missing
19438 argument to gnutls-message-maybe call. Return value.
19439 Reported by Claudio Bley <claudio.bley@gmail.com>.
19440 (open-gnutls-stream): Add usage example.
19441
19442 * net/network-stream.el (network-stream-open-starttls): Give host
19443 parameter to `gnutls-negotiate'.
19444 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19445 * subr.el (shell-quote-argument): Escape correctly under Windows.
19446
19447 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19448
19449 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19450 Use correct match group (bug#8438).
19451
19452 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19453
19454 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19455 (package-menu--generate): New arg specifying packages to show.
19456 (package-menu-refresh, package-menu-execute, list-packages):
19457 Callers changed.
19458 (package-show-package-list): New function, replacing deleted
19459 package--list-packages (renamed because it is non-internal).
19460
19461 * finder.el (finder-list-matches): Use package-show-package-list
19462 instead of deleted package--list-packages.
19463
19464 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19465 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19466 (vc-annotate-mode-map): Bind it to RET.
19467
19468 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19469
19470 * progmodes/etags.el (next-file): Don't use set-buffer to change
19471 buffers (Bug#8478).
19472
19473 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19474
19475 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19476
19477 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19478 (apropos-accumulator): Doc fix.
19479 (apropos-function, apropos-macro, apropos-command)
19480 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19481 (apropos-plist): Add face property.
19482 (apropos-symbols-internal): Fix indentation.
19483 (apropos-print): Simplify help, and recognize apropos-multi-type.
19484 (apropos-print-doc): Use button-type-get to extract the button's
19485 face property. Fill docstring (Bug#8352).
19486
19487 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19488
19489 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19490
19491 * play/mpuz.el (mpuz-silent): Doc fix.
19492 (mpuz-mode-map): Use mapc.
19493 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19494 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19495 Fix typos in docstrings.
19496
19497 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19498 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19499
19500 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19501
19502 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19503
19504 * minibuffer.el (completion--do-completion): Avoid the "Next char
19505 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19506
19507 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19508 mouse-2 into unread-command-events, it is interpreted correctly.
19509
19510 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19511 (image-toggle-display): Doc fix.
19512
19513 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19514
19515 * textmodes/page.el (what-page): Use line-number-at-pos to
19516 calculate line number (Bug#6825).
19517
19518 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19519
19520 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19521 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19522 Pass argument NO-DEFAULT to `find-tag-interactive'.
19523
19524 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19525
19526 Lexical-binding cleanup.
19527
19528 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19529 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19530 * progmodes/ada-prj.el (ada-prj-initialize-values)
19531 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19532 (ada-prj-show-value):
19533 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19534 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19535 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19536 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19537 * progmodes/bug-reference.el (bug-reference-push-button):
19538 * progmodes/fortran.el (fortran-line-length):
19539 * progmodes/glasses.el (glasses-change):
19540 * progmodes/octave-mod.el (octave-fill-paragraph):
19541 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19542 (python-pdbtrack-grub-for-buffer, python-sentinel):
19543 * progmodes/sql.el (sql-save-connection):
19544 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19545 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19546 Mark unused parameters.
19547
19548 * progmodes/compile.el (compilation--flush-directory-cache)
19549 (compilation--flush-parse, compile-internal): Mark unused parameters.
19550 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19551 (compilation-next-error-function): Remove unused variable `timestamp'.
19552
19553 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19554 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19555
19556 * progmodes/dcl-mode.el (dcl-end-of-command):
19557 Remove unused variable `start'.
19558 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19559 (dcl-option-value-basic, dcl-option-value-offset)
19560 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19561 Mark unused parameters.
19562 (dcl-save-local-variable): Remove unused variable `val'.
19563 (mode): Declare.
19564
19565 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19566 Mark unused parameters.
19567 (delphi-ignore-changes): Move before first use.
19568 (delphi-charset-token-at): Remove unused variable `start'.
19569 (delphi-else-start): Remove unused variable `if-count'.
19570 (delphi-comment-block-start, delphi-comment-block-end):
19571 Remove unused variable `kind'.
19572 (delphi-indent-line): Remove unused variable `new-point'.
19573
19574 * progmodes/ebrowse.el (ebrowse-files-list)
19575 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19576 Mark unused parameters. Don't quote `lambda'.
19577 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19578 Don't quote `lambda'.
19579 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19580 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19581 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19582 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19583 Use `ignore-errors'.
19584 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19585 (ebrowse-view/find-file-and-search-pattern)
19586 (ebrowse-view/find-member-declaration/definition):
19587 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19588 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19589 Rename parameter PREFIX-ARG to PREFIX.
19590 (ebrowse-tags-read-name): Remove unused variables `start' and
19591 `member-info'.
19592 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19593 to `tags-file'.
19594
19595 * progmodes/etags.el (local-find-tag-hook): Declare.
19596 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19597 Mark unused parameters.
19598
19599 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19600 (executable-interpret): Mark unused parameter.
19601
19602 * progmodes/flymake.el (flymake-process-sentinel)
19603 (flymake-after-change-function)
19604 (flymake-create-temp-with-folder-structure)
19605 (flymake-get-include-dirs-dot): Mark unused parameters.
19606 (flymake-safe-delete-directory): Remove unused variable `err'.
19607
19608 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19609 (speedbar-timer-fn, speedbar-line-text)
19610 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19611 (speedbar-center-buffer-smartly): Declare functions.
19612 (gdb-find-watch-expression): Remove unused variable `array'.
19613 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19614 (gdb-starting): Mark unused parameters.
19615 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19616 (gdb-table-string): Remove unused variable `res'.
19617 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19618 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19619 (gdb-display-buffer): Remove unused variable `cur-size'.
19620
19621 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19622 allow lexical-binding compilation.
19623 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19624 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19625 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19626 Mark unused parameters.
19627 (gud-gdb-marker-filter): Remove unused variable `match'.
19628 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19629 lambda expressions and funcall them, instead of using `fset'.
19630
19631 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19632 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19633
19634 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19635 variable `header-beg'; use `let'.
19636
19637 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19638 `restart', `last-sexp' and `at-do'.
19639
19640 * progmodes/js.el (js--debug): Mark unused parameter.
19641 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19642 (js--splice-into-items): Remove unused variable `item'.
19643 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19644
19645 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19646 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19647 (makefile-complete): Remove unused variable `try'.
19648 (makefile-fill-paragraph, makefile-match-function-end):
19649 Mark unused parameters.
19650
19651 * progmodes/octave-inf.el (inferior-octave-complete):
19652 Remove unused variable `proc'.
19653 (inferior-octave-output-digest): Mark unused parameter.
19654
19655 * progmodes/perl-mode.el (perl-calculate-indent):
19656 Remove unused variable `err'.
19657
19658 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19659 (prolog-indent-line): Mark unused parameters.
19660 (prolog-indent-line): Remove unused variable `beg'.
19661
19662 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19663 (reporter-dont-compact-list): Declare.
19664
19665 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19666 Remove unused variable `char'.
19667 (sh-debug): Mark unused parameter.
19668 (sh-get-indent-info): Remove unused variable `start'.
19669 (sh-calculate-indent): Remove unused variable `var'.
19670
19671 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19672 (simula-electric-keyword): Remove unused variable `null'.
19673 (simula-search-backward, simula-search-forward): Remove unused
19674 variables `begin' and `end'.
19675
19676 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19677 Remove unused variable `pos'.
19678 (vera-electric-tab, vera-comment-uncomment-region):
19679 Mark unused parameters.
19680 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19681
19682 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19683
19684 * emacs-lisp/package.el (package--builtins, package-alist)
19685 (package-load-descriptor, package-built-in-p, package-activate)
19686 (define-package, package-installed-p)
19687 (package-compute-transaction, package-buffer-info)
19688 (package--push): Doc fix. Distinguish more clearly between
19689 version strings and version lists.
19690
19691 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19692
19693 Lexical-binding cleanup.
19694
19695 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19696 (5x5-make-mutate-best):
19697 * play/fortune.el (fortune-in-buffer):
19698 * play/gomoku.el (gomoku-init-display):
19699 * play/solitaire.el (solitaire, solitaire-do-check):
19700 * play/tetris.el (tetris-default-update-speed-function):
19701 Mark unused parameters.
19702
19703 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19704 (bubbles--shift): Remove unused variable `char-org'.
19705 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19706 (bubbles--show-images): Remove unused variable `char'.
19707
19708 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19709 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19710 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19711 (decipher-analyze-buffer): Use ?\s.
19712 (decipher-make-checkpoint): Remove unused variable `mapping'.
19713
19714 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19715
19716 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19717 Remove unused variable `result'; use `let'.
19718
19719 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19720 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19721 (gametree-children-shown-p, gametree-compute-reduced-score):
19722 Use `ignore-errors'.
19723
19724 * play/handwrite.el (ps-lpr-switches): Declare.
19725 (handwrite): Remove unused variables `pmin' and `lastp'.
19726
19727 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19728
19729 * play/landmark.el (landmark-init-display)
19730 (landmark-update-naught-weights): Mark unused parameters.
19731 (landmark-y): Remove unused variable `noise'. Simplify.
19732 (landmark-human-plays): Remove unused variable `score'.
19733
19734 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19735 (mpuz-try-proposal): Remove unused variable `game'.
19736
19737 * play/zone.el (life-patterns): Declare.
19738
19739 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19740
19741 * vc/vc.el (ediff-vc-internal): Declare function.
19742
19743 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * shell.el: Use lexical-binding and std completion UI.
19746 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19747 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19748 comint-preoutput-filter-functions rather than on
19749 comint-output-filter-functions.
19750 (shell-command-completion, shell--command-completion-data)
19751 (shell-filename-completion, shell-environment-variable-completion)
19752 (shell-c-a-p-replace-by-expanded-directory): New functions.
19753 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19754 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19755 (shell-dynamic-complete-environment-variable): Use them.
19756 (shell-dynamic-complete-as-environment-variable)
19757 (shell-dynamic-complete-as-command): Remove.
19758 (shell-match-partial-variable): Match past point.
19759 * comint.el: Clean up use of completion-at-point-functions.
19760 (comint-completion-at-point): New function.
19761 (comint-mode): Use it completion-at-point-functions.
19762 (comint-dynamic-complete): Make it obsolete.
19763 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19764 (comint-c-a-p-replace-by-expanded-history): New function.
19765 (comint-dynamic-complete-functions)
19766 (comint-replace-by-expanded-history): Use it.
19767 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19768 termination strings. Try harder to avoid second try-completion.
19769 (completion-in-region-mode-map): Disable bindings that don't work yet.
19770
19771 * comint.el: Use lexical-binding. Require CL.
19772 (comint-dynamic-complete-functions): Use comint-filename-completion.
19773 (comint-completion-addsuffix): Tweak custom type.
19774 (comint-filename-completion, comint--common-suffix)
19775 (comint--common-quoted-suffix, comint--table-subvert)
19776 (comint--complete-file-name-data): New functions.
19777 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19778 (comint-dynamic-list-filename-completions): Use them.
19779 (comint-dynamic-simple-complete): Make obsolete.
19780
19781 * minibuffer.el (completion-in-region-mode):
19782 Keep completion-in-region-mode--predicate global.
19783 (completion-in-region--postch):
19784 Assume completion-in-region-mode--predicate is not null.
19785
19786 * progmodes/flymake.el (flymake-start-syntax-check-process):
19787 Obey `dir'. Simplify.
19788
19789 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19790 we're in VC after all.
19791
19792 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19793
19794 * vc/vc.el (vc-diff-build-argument-list-internal)
19795 (vc-version-ediff, vc-ediff): New commands.
19796 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19797
19798 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19801 add sanity check.
19802
19803 * obsolete/erc-hecomplete.el: Make obsolete.
19804 * obsolete/: Standardize obsolescence info in the header.
19805
19806 2011-04-20 Glenn Morris <rgm@gnu.org>
19807
19808 * calendar/solar.el (solar-horizontal-coordinates):
19809 Use the longitude argument rather than `calendar-longitude'.
19810 (solar-date-next-longitude): Remove unused locals.
19811
19812 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19813
19814 * whitespace.el: New version 13.2.1.
19815
19816 2011-04-20 felix <EmacsWiki> (tiny change)
19817
19818 * whitespace.el (global-whitespace-mode): Keep highlight when
19819 switching between major modes on a file.
19820
19821 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19824 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19825 multi-line comments as well.
19826
19827 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19828
19829 Lexical-binding cleanup.
19830
19831 * arc-mode.el (archive-mode-revert):
19832 * cmuscheme.el (scheme-interactively-start-process):
19833 * custom.el (custom-initialize-delay):
19834 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19835 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19836 * emacs-lock.el (emacs-lock-clear-sentinel):
19837 * ezimage.el (defezimage):
19838 * follow.el (follow-avoid-tail-recenter):
19839 * fringe.el (set-fringe-mode-1):
19840 * generic-x.el (bat-generic-mode-compile):
19841 * help-mode.el (help-info-variable, help-do-xref)
19842 (help-mode-revert-buffer):
19843 * help.el (view-emacs-todo):
19844 * iswitchb.el (iswitchb-completion-help):
19845 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19846 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19847 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19848 * locate.el (locate-update):
19849 * longlines.el (longlines-encode-region)
19850 (longlines-after-change-function):
19851 * outline.el (outline-isearch-open-invisible):
19852 * ps-def.el (declare-function, charset-dimension, char-width)
19853 (encode-char):
19854 * ps-mule.el (ps-mule-plot-string):
19855 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19856 (recentf-edit-list-select, recentf-edit-list-validate)
19857 (recentf-open-files-action):
19858 * rect.el (delete-whitespace-rectangle-line)
19859 (rectangle-number-line-callback):
19860 * register.el (window-configuration-to-register)
19861 (frame-configuration-to-register):
19862 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19863 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19864 (xselect-convert-to-targets, xselect-convert-to-delete)
19865 (xselect-convert-to-filename, xselect-convert-to-charpos)
19866 (xselect-convert-to-lineno, xselect-convert-to-colno)
19867 (xselect-convert-to-os, xselect-convert-to-host)
19868 (xselect-convert-to-user, xselect-convert-to-class)
19869 (xselect-convert-to-name, xselect-convert-to-integer)
19870 (xselect-convert-to-atom, xselect-convert-to-identity):
19871 * subr.el (declare, ignore, process-kill-without-query)
19872 (text-clone-maintain):
19873 * terminal.el (te-get-char, te-tic-sentinel):
19874 * tool-bar.el (tool-bar-make-keymap):
19875 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19876 * type-break.el (type-break-mode, type-break-noninteractive-query):
19877 * view.el (View-back-to-mark):
19878 * wid-browse.el (widget-browse-action, widget-browse-widget)
19879 (widget-browse-widgets, widget-browse-sexp):
19880 * widget.el (define-widget-keywords):
19881 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19882 Mark unused parameters.
19883
19884 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19885 (align-areas): Remove unused variable `look'.
19886 (align-region): Remove unused variables `real-end' and `pos-list'.
19887
19888 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19889
19890 * bindings.el (mode-line-modified, mode-line-remote):
19891 Mark unused parameters.
19892 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19893
19894 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19895 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19896
19897 * comint.el (comint-history-isearch-pop-state)
19898 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19899 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19900 (comint-substitute-in-file-name): Doc fix.
19901
19902 * completion.el (cmpl-statistics-block): Mark unused parameter.
19903 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19904 (save-completions-to-file, load-completions-from-file):
19905 Remove unused local variable `e'.
19906
19907 * composite.el (compose-chars): Remove unused variable `len'.
19908 (lgstring-insert-glyph): Remove unused variable `g'.
19909 (compose-glyph-string): Remove unused variables `ascent',
19910 `descent', `lbearing' and `rbearing'.
19911 (compose-glyph-string-relative): Remove unused variables
19912 `lbearing', `rbearing' and `wadjust'.
19913 (compose-gstring-for-graphic): Remove unused variables `header',
19914 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19915 (compose-gstring-for-terminal): Remove unused variables `header'
19916 and `nchars'. Use `let', not `let*'.
19917
19918 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19919 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19920 (Custom-buffer-done, custom-buffer-create-internal)
19921 (custom-browse-visibility-action, custom-browse-group-tag-action)
19922 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19923 (widget-magic-mouse-down-action, custom-toggle-parent)
19924 (custom-add-parent-links, custom-toggle-hide-variable)
19925 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19926 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19927 (custom-face-menu-create, custom-variable-menu-create, get)
19928 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19929 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19930 (customize-apropos): Remove unused variable `tests'.
19931 (custom-group-value-create): Remove unused variable `hidden-p'.
19932 (sort-fold-case): Declare.
19933
19934 * cus-theme.el (custom-reset-standard-faces-list)
19935 (custom-reset-standard-variables-list): Declare.
19936 (customize-create-theme, custom-theme-revert, custom-theme-write)
19937 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19938 Mark unused parameters.
19939
19940 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19941
19942 * delim-col.el (delimit-columns-max): Move defvar before first use.
19943
19944 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19945 (describe-char): Don't quote `lambda'. Mark unused parameter.
19946
19947 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19948 (auto-insert): Declare.
19949 (desktop-restore-file-buffer): Rename desktop-* parameters;
19950 mark unused ones.
19951 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19952 (desktop-buffer): Rename desktop-* parameters.
19953
19954 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19955 (dframe-reposition-frame-xemacs, dframe-help-echo)
19956 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19957 Mark unused parameters.
19958
19959 * dired-aux.el (backup-extract-version-start, overwrite-query)
19960 (overwrite-backup-query, rename-regexp-query)
19961 (rename-non-directory-query): Declare.
19962 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19963 (dired-add-entry): Remove unused variable `orig-file-name'.
19964 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19965 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19966 `dired-copy-preserve-time' directly.
19967 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19968 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19969
19970 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19971 (dired-virtual-revert, dired-make-relative-symlink):
19972 Mark unused parameters.
19973 (manual-program): Declare.
19974 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19975 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19976 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19977
19978 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19979
19980 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19981
19982 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19983 Declare.
19984
19985 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19986
19987 * electric.el (Electric-command-loop): Rename parameter
19988 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19989
19990 * expand.el (expand-in-literal): Remove unused variable `here'.
19991
19992 * facemenu.el (facemenu-add-new-color):
19993 Remove unused variable `docstring'.
19994
19995 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19996 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19997 (face-attr-construct): Mark unused parameter. Doc fix.
19998 (read-color): Remove unused variable `hex-string'.
19999
20000 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20001 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20002 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20003 (display-buffer-other-frame): Remove unused variable `old-window'.
20004 (kill-buffer-hook): Declare.
20005 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20006 Mark unused parameters.
20007 (after-find-file): Pass 1 to `auto-save-mode', not t.
20008
20009 * files-x.el (auto-insert): Declare.
20010 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20011
20012 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20013 variable `buf'. Mark unused parameter.
20014 (find-lisp-insert-directory): Mark unused parameter.
20015
20016 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20017 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20018 (format-common-tail): Remove, unused.
20019 (format-deannotate-region): Remove unused variable `loc'.
20020 (format-annotate-region): Remove unused variable `p'.
20021 (format-annotate-single-property-change): Remove unused variables
20022 `default' and `tail'.
20023
20024 * forms.el (read-file-filter): Declare.
20025 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20026
20027 * frame.el (frame-creation-function-alist): Mark unused parameter.
20028 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20029
20030 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20031 Remove unused parameters.
20032 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20033 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20034
20035 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20036 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20037 (hfy-prepare-tag-map): Mark unused parameters.
20038 (htmlfontify-buffer): Use `called-interactively-p'.
20039
20040 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20041 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20042 (ibuffer-do-occur): Mark unused parameters.
20043 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20044 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20045
20046 * ibuffer.el: Don't quote `lambda'.
20047 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20048 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20049 Mark unused parameters.
20050
20051 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20052 (ido-completing-read): Mark unused parameters.
20053 (ido-copy-current-word): Mark unused parameters;
20054 remove unused variable `name'.
20055 (ido-sort-merged-list): Remove unused parameter `dirs'.
20056
20057 * ielm.el (ielm-input-sender): Mark unused parameter.
20058 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20059 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20060 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20061 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20062 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20063
20064 * image-dired.el (image-dired-display-thumbs): Remove unused
20065 variables `curr-file' and `count'.
20066 (image-dired-remove-tag): Remove unused variable `start'.
20067 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20068 variable `curr-file'
20069 (image-dired-rotate-original): Remove unused variable `temp-file'.
20070 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20071 Remove unused variable `file'.
20072 (image-dired-gallery-generate): Remove unused variable `curr'.
20073 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20074
20075 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20076
20077 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20078
20079 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20080
20081 * isearch.el (minibuffer-history-symbol): Declare.
20082 (isearch-edit-string): Remove unused variable `err'.
20083 (isearch-message-prefix, isearch-message-suffix):
20084 Mark unused parameters.
20085
20086 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20087
20088 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20089
20090 * makesum.el (double-column): Remove unused variable `cnt'.
20091
20092 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20093 (ido-ignore-item-temp-list): Declare.
20094
20095 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20096 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20097 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20098 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20099 `mouse-col-delta'.
20100
20101 * mouse-sel.el (mouse-extend-internal):
20102 Remove unused variable `orig-window-frame'.
20103
20104 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20105 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20106 Move declarations before first use.
20107 (pcomplete-opt): Mark unused parameters; doc fix.
20108
20109 * proced.el (proced-revert): Mark unused parameter.
20110 (proced-send-signal): Remove unused variable `err'.
20111
20112 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20113 Rename parameter PREFIX-ARG to ARG.
20114 (ps-basic-plot-string, ps-basic-plot-whitespace):
20115 Mark unused parameters.
20116
20117 * replace.el (replace-count): Define.
20118 (occur-revert-function): Mark unused parameters.
20119 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20120 (isearch-case-fold-search, isearch-string): Declare.
20121 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20122 bind `case-fold-search'. Remove unused variables `beg' and `end',
20123 and simplify.
20124 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20125 COUNT and bind `replace-count'.
20126 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20127 to COUNT.
20128
20129 * savehist.el (print-readably, print-string-length): Declare.
20130
20131 * shadowfile.el (shadow-expand-cluster-in-file-name):
20132 Remove unused variable `cluster'.
20133 (shadow-copy-file): Remove unused variable `i'.
20134 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20135 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20136 (shadow-define-literal-group, shadow-define-regexp-group)
20137 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20138
20139 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20140 (shell): Use `called-interactively-p'.
20141 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20142
20143 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20144 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20145 (delete-backward-char): Remove unused variable `ocol'.
20146 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20147 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20148 (event-apply-hyper-modifier, event-apply-shift-modifier)
20149 (event-apply-control-modifier, event-apply-meta-modifier):
20150 Mark unused parameters.
20151 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20152 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20153
20154 * speedbar.el (speedbar-ignored-directory-expressions)
20155 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20156 (speedbar-find-file, speedbar-dir-follow)
20157 (speedbar-directory-buttons-follow, speedbar-tag-find)
20158 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20159 (speedbar-buffers-line-directory, speedbar-buffer-click):
20160 Mark unused parameters.
20161 (speedbar-tag-file): Remove unused variable `mode'.
20162 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20163
20164 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20165
20166 * talk.el (talk): Remove unused variable `display'.
20167
20168 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20169 (tar-write-region-annotate): Mark unused parameter.
20170
20171 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20172 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20173 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20174 warning by another.
20175
20176 * time-stamp.el (time-stamp-string-preprocess):
20177 Remove unused variable `require-padding'.
20178
20179 * tree-widget.el (widget-glyph-enable): Declare.
20180 (tree-widget-action): Mark unused parameter.
20181
20182 * w32-fns.el (x-get-selection): Mark unused parameter.
20183 (autoload-make-program, generated-autoload-file): Declare.
20184
20185 * wdired.el (wdired-revert): Mark unused parameters.
20186 (wdired-xcase-word): Remove unused variable `err'.
20187
20188 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20189 (whitespace-help-scroll): Remove unused variable `data-help'.
20190
20191 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20192 (widget-image-insert, widget-after-change, default)
20193 (widget-default-format-handler, widget-default-notify)
20194 (widget-default-prompt-value, widget-info-link-action)
20195 (widget-url-link-action, widget-function-link-action)
20196 (widget-variable-link-action, widget-file-link-action)
20197 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20198 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20199 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20200 (widget-insert-button-action, widget-delete-button-action, visibility)
20201 (widget-documentation-link-action, widget-documentation-string-action)
20202 (widget-const-prompt-value, widget-regexp-match, symbol)
20203 (widget-coding-system-prompt-value)
20204 (widget-key-sequence-value-to-external, sexp)
20205 (widget-sexp-value-to-internal, character, vector, cons)
20206 (widget-choice-prompt-value, widget-boolean-prompt-value)
20207 (widget-color--choose-action): Mark unused parameters.
20208 (widget-item-match-inline, widget-choice-match-inline)
20209 (widget-checklist-match, widget-checklist-match-inline)
20210 (widget-group-match): Rename parameter VALUES to VALS.
20211 (widget-field-value-set): Remove unused variable `size'.
20212 (widget-color-action): Remove unused variables `value' and `start'.
20213
20214 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20215 variable `dir'. Doc fix.
20216 (windmove-find-other-window): Don't pass it.
20217
20218 * window.el (count-windows): Mark unused parameter.
20219 (bw-adjust-window): Remove unused variable `err'.
20220
20221 * woman.el (woman-file-name): Remove unused variable `default'.
20222 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20223 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20224 (global-font-lock-mode): Declare.
20225 (woman-decode-region): Mark unused parameter.
20226 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20227
20228 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20229 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20230 (x-dnd-handle-moz-url): Remove unused variable `title'.
20231 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20232
20233 * xml.el (xml-parse-tag, xml-parse-attlist):
20234 Remove unused variable `pos'.
20235
20236 2011-04-19 Glenn Morris <rgm@gnu.org>
20237
20238 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20239 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20240 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20241 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20242 * calendar/cal-html.el (cal-html-insert-minical):
20243 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20244 (calendar-mark-date-pattern):
20245 Prefix "unused" locals.
20246
20247 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20248 optional argument `style'.
20249
20250 * calendar/appt.el (appt-make-list):
20251 * calendar/cal-china.el (calendar-chinese-date-string):
20252 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20253 (diary-hebrew-yahrzeit):
20254 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20255 * calendar/calendar.el (calendar-generate-window):
20256 * calendar/time-date.el (time-to-days):
20257 Remove unused local variables.
20258
20259 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20260
20261 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20262 glyphless-char-display table.
20263 (tabulated-list-glyphless-char-display): New var.
20264
20265 2011-04-18 Sam Steingold <sds@gnu.org>
20266
20267 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20268 to acknowledgments.
20269
20270 2011-04-17 Glenn Morris <rgm@gnu.org>
20271
20272 * calendar/diary-lib.el (diary-sexp-entry):
20273 * calendar/holidays.el (holiday-sexp):
20274 Set debug-on-error rather than the removed stack-trace-on-error.
20275
20276 2011-04-16 Glenn Morris <rgm@gnu.org>
20277
20278 * progmodes/f90.el: Use lexical-binding.
20279 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20280
20281 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20284 (mail-mode): Setup mailalias completion here instead.
20285 * mail/mailalias.el: Use lexical-binding.
20286 (pattern, mailalias-done): Declare dynamic.
20287 (mail-completion-at-point-function): New function, from mail-complete.
20288 (mail-complete): Use it.
20289 (mail-completion-expand): New function.
20290 (mail-get-names): Use it.
20291 (mail-directory, mail-directory-process, mail-directory-stream):
20292 Don't use `pattern' for lexically bound arg.
20293
20294 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20295
20296 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20297 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20298 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20299
20300 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20301 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20302 (byte-interactive-p): Define them again, for use when inlining
20303 old code.
20304
20305 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20306
20307 * loadup.el: Use `string-to-number', not `string-to-int'.
20308
20309 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20312 gud-gdb-complete-command.
20313 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20314 (gud-gdb-completion-at-point): New function.
20315 (gud-gdb-completions): Remove.
20316
20317 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20318
20319 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20320 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20321 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20322 whether `executable-find' is bound.
20323
20324 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20325
20326 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20327
20328 * minibuffer.el (completion-in-region-mode-predicate)
20329 (completion-in-region-mode--predicate): New vars.
20330 (completion-in-region, completion-in-region--postch)
20331 (completion-in-region-mode): Use them.
20332 (completion--capf-wrapper): Also return the hook function.
20333 (completion-at-point, completion-help-at-point):
20334 Adjust and provide a predicate.
20335
20336 Preserve arg names for advice of subr and lexical functions (bug#8457).
20337 * help-fns.el (help-function-arglist): Consolidate the subr and
20338 new-byte-code cases. Add argument `preserve-names' to extract names
20339 from the docstring when needed.
20340 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20341 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20342 (ad-arglist): Use help-function-arglist's new arg.
20343 (ad-definition-type): Use cond.
20344
20345 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20346
20347 * autorevert.el (auto-revert-handler):
20348 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20349 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20350 Don't quote lambda.
20351
20352 * image-mode.el (image-transform-set-scale):
20353 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20354
20355 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20356
20357 * net/network-stream.el (network-stream-open-starttls): Only do
20358 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20359 Upgrades via gnutls-cli are too slow to be done opportunistically.
20360
20361 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20362
20363 * dframe.el (dframe-current-frame): Remove spurious quote.
20364
20365 2011-04-12 Glenn Morris <rgm@gnu.org>
20366
20367 * calendar/cal-tex.el (cal-tex-end-document):
20368 Try to automatically use latin1 input if needed.
20369
20370 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20371 Don't try to cons a mark onto an empty element.
20372
20373 2011-04-11 Leo Liu <sdl.web@gmail.com>
20374
20375 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20376 buffers.
20377 (ido-kill-buffer-at-head): Support killing virtual buffers.
20378
20379 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20380
20381 * minibuffer.el (completion-show-inline-help): New var.
20382 (completion--do-completion, minibuffer-complete)
20383 (minibuffer-force-complete, minibuffer-complete-word):
20384 Inhibit minibuffer messages if completion-show-inline-help is nil.
20385
20386 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20387 to avoid interference from inline help (Bug#5849).
20388
20389 2011-04-10 Leo Liu <sdl.web@gmail.com>
20390
20391 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20392 Fix typo.
20393
20394 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20395
20396 * image-mode.el (image-toggle-display-image): Signal an error if
20397 not in Image mode.
20398 (image-transform-mode, image-transform-resize)
20399 (image-transform-set-rotation): Doc fix.
20400 (image-transform-set-resize): Delete.
20401 (image-transform-set-scale, image-transform-fit-to-height)
20402 (image-transform-fit-to-width): Handle image-toggle-display-image
20403 and image-transform-resize directly.
20404
20405 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20406
20407 * doc-view.el (doc-view-fit-width-to-window)
20408 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20409 New functions for fitting the shown image to the Emacs window size.
20410 (doc-view-mode-map): Add bindings for the new functions.
20411
20412 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20413
20414 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20415 Fix typo in docstring.
20416
20417 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20418
20419 * files.el (file-size-human-readable): Produce one digit after
20420 decimal, like "ls -lh" does.
20421
20422 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20423 the file size representation.
20424
20425 * simple.el (list-processes): If async subprocesses are not
20426 available, error out with a clear error message.
20427
20428 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20429
20430 * help.el (help-form-show): New function, to be called from C.
20431 Put help-form output in a buffer named differently than *Help*.
20432
20433 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20434
20435 * files.el (file-size-human-readable): New function.
20436
20437 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20438 computing the representation inline. Don't require `cl'.
20439
20440 2011-04-08 Glenn Morris <rgm@gnu.org>
20441
20442 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20443
20444 * net/browse-url.el (browse-url-firefox):
20445 Test system-type, not system-configuration.
20446
20447 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20448 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20449 Use log-edit-empty-buffer-p. (Bug#7598)
20450
20451 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20452 (rlogin-mode-map): Initialize in the defvar.
20453 (rlogin): Use ignore-errors.
20454
20455 * replace.el (occur-mode-map): Some fixes for menu items.
20456
20457 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20458
20459 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20460
20461 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20462
20463 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20464 issuing unused warnings.
20465
20466 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20467 macro directly.
20468
20469 * simple.el: Lisp reimplement of list-processes. Based on an
20470 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20471 (process-menu-mode): New major mode.
20472 (list-processes--refresh, list-processes):
20473 (process-menu-visit-buffer): New functions.
20474
20475 * files.el (save-buffers-kill-emacs): Don't assume any return
20476 value of list-processes, which is undocumented anyway.
20477
20478 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20479
20480 * emacs-lisp/tabulated-list.el: New file.
20481
20482 * emacs-lisp/package.el: Use Tabulated List mode.
20483 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20484 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20485 table format using Tabulated List mode variables.
20486 (package--push): New macro, replacing package-list-maybe-add.
20487 (package-menu--generate): Use package--push. Renamed from
20488 package--generate-package-list.
20489 (package-menu-refresh, list-packages): Use it.
20490 (package-menu--print-info): Rename from package-print-package.
20491 Return insertion data instead of inserting it directly.
20492 (package-menu-describe-package, package-menu-execute):
20493 Use tabulated-list-get-id.
20494 (package-menu-mark-delete, package-menu-mark-install)
20495 (package-menu-mark-unmark, package-menu-backup-unmark)
20496 (package-menu-mark-obsolete-for-deletion):
20497 Use tabulated-list-put-tag.
20498 (package--list-packages, package-menu-revert)
20499 (package-menu-get-package, package-menu-get-version)
20500 (package-menu-sort-by-column): Functions deleted.
20501 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20502 (package-menu--status-predicate, package-menu--version-predicate)
20503 (package-menu--name-predicate)
20504 (package-menu--description-predicate): Handle arguments in the
20505 Tabulated List format.
20506 (package-list-packages-no-fetch): Call list-packages.
20507
20508 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20509
20510 * files.el (after-find-file-from-revert-buffer): Remove variable.
20511 (after-find-file): Don't bind it.
20512 (revert-buffer-in-progress-p): New variable.
20513 (revert-buffer): Bind it.
20514 Pass nil for `after-find-file-from-revert-buffer'.
20515
20516 * saveplace.el (save-place-find-file-hook): Use new variable
20517 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20518
20519 2011-04-06 Glenn Morris <rgm@gnu.org>
20520
20521 * Makefile.in (AUTOGEN_VCS): New variable.
20522 (autoloads): Use $AUTOGEN_VCS.
20523
20524 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20525 * calendar/calendar.el (calendar-mode-map):
20526 Check for toolkit scroll bars. (Bug#8305)
20527
20528 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20529
20530 * minibuffer.el (completion-in-region--postch)
20531 (completion-in-region-mode): Remove unnecessary messages.
20532
20533 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20534
20535 * font-lock.el (font-lock-refresh-defaults):
20536 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20537 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20538
20539 * info.el (Info-directory-list, Info-read-node-name-2)
20540 (Info-split-parameter-string): Doc fixes.
20541 (Info-virtual-nodes): Reflow docstring.
20542 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20543 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20544 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20545 Fix typos in docstrings.
20546 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20547 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20548 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20549 (Info-restore-desktop-buffer): Mark unused parameters.
20550 (Info-directory-find-file, Info-directory-find-node)
20551 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20552 (Info-virtual-index-find-node, Info-apropos-find-file)
20553 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20554 Mark unused parameters; fix typos in docstrings.
20555 (Info-virtual-index): Remove unused local variable `nodename'.
20556
20557 2011-04-05 Deniz Dogan <deniz@dogan.se>
20558
20559 * net/rcirc.el: Update my e-mail address.
20560 (rcirc-mode-map): Remove M-o binding.
20561
20562 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20563
20564 * startup.el (command-line): Save the cursor's theme-face
20565 directly, instead of using face-override-spec.
20566
20567 * custom.el (load-theme): Minor optimization in assigning faces.
20568
20569 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20570
20571 * help-fns.el (describe-variable): Complete all variables having
20572 documentation, including keywords.
20573 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20574
20575 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20576
20577 Convert to lexical-binding.
20578
20579 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20580 (bs--get-marked-string, bs--get-modified-string)
20581 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20582 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20583 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20584
20585 * ehelp.el (electric-help-execute-extended)
20586 (electric-help-ctrl-x-prefix):
20587 * hexl.el (hexl-revert-buffer-function):
20588 * linum.el (linum-after-change, linum-after-scroll):
20589 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20590
20591 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20592
20593 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20594
20595 * epa-dired.el:
20596 * epa-mail.el:
20597 * epa-hook.el:
20598 * epa-file.el:
20599 * epa.el:
20600 * epg.el: Use lexical binding.
20601
20602 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20603
20604 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20605
20606 * textmodes/flyspell.el (flyspell-word): Recognize default
20607 dictionary case for flyspell-mark-duplications-exceptions.
20608 Use regexp matching for languages.
20609 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20610 default dictionary (Bug#7926).
20611
20612 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20613
20614 * emacs-lisp/package.el (package--with-work-buffer):
20615 Recognize https URLs.
20616
20617 * net/network-stream.el: Move from gnus/proto-stream.el.
20618 Change prefix to network-stream throughout.
20619 (open-protocol-stream): Merge into open-network-stream, leaving
20620 open-protocol-stream as an alias. Handle nil BUFFER args.
20621
20622 * subr.el (open-network-stream): Move to net/network-stream.el.
20623
20624 2011-04-02 Glenn Morris <rgm@gnu.org>
20625
20626 * find-dired.el (find-exec-terminator): New option.
20627 (find-ls-option): Test for -ls support.
20628 (find-ls-subdir-switches): Test for -b in find-ls-option.
20629 (find-dired, find-grep-dired): Doc fixes.
20630 (find-dired): Use find-exec-terminator.
20631
20632 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20633 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20634 (find-name-arg): Remove purecopy.
20635
20636 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20637 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20638 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20639 accordingly. Don't add the null-device if not needed.
20640
20641 * files.el (save-some-buffers): Doc fix.
20642
20643 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20644
20645 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20646
20647 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20648
20649 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20650 Use `dolist' rather than `mapcar'.
20651
20652 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20653
20654 Add lexical binding.
20655
20656 * subr.el (apply-partially): Use new closures rather than CL.
20657 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20658 (dolist, dotimes): Use slightly different expansion for lexical code.
20659 (functionp): Move to C.
20660 (letrec): New macro.
20661 (with-wrapper-hook): Use it and apply-partially instead of CL.
20662 (eval-after-load): Preserve lexical-binding.
20663 (save-window-excursion, with-output-to-temp-buffer): Turn them
20664 into macros.
20665
20666 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20667
20668 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20669 than the arglist.
20670 (help-add-fundoc-usage): Don't add `Not documented'.
20671 (help-function-arglist): Handle closures, subroutines, and new
20672 byte-code-functions.
20673 (help-make-usage): Remove leading underscores.
20674 (describe-function-1): Handle closures.
20675 (describe-variable): Use special-variable-p for completion.
20676
20677 * files.el (lexical-binding): Declare safe.
20678
20679 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20680 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20681 (pcase): Add `let' pattern.
20682 Change memoization so it actually works.
20683 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20684 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20685 <let>: New case.
20686
20687 * emacs-lisp/macroexp.el: Use lexical binding.
20688 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20689 Don't convert ' to #' without checking that it's indeed quoting
20690 a lambda.
20691
20692 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20693 Use eval-sexp-add-defvars.
20694 (eval-sexp-add-defvars): New fun.
20695
20696 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20697
20698 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20699 Don't autoload.
20700 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20701 than the internal `byte-compile-lambda'.
20702 (defmethod): Don't hide code under quotes.
20703 (eieio-defmethod): New `code' argument.
20704
20705 * emacs-lisp/eieio-comp.el: Remove.
20706
20707 * emacs-lisp/edebug.el (edebug-eval-defun)
20708 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20709 (edebug-toggle): Avoid `eval'.
20710
20711 * emacs-lisp/disass.el (disassemble-internal): Handle new
20712 `closure' objects.
20713 (disassemble-1): Handle new byte codes.
20714
20715 * emacs-lisp/cl.el (pushnew): Silence warning.
20716
20717 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20718 (cl-byte-compile-throw): Remove.
20719 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20720
20721 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20722 closures.
20723
20724 * emacs-lisp/cconv.el: New file.
20725
20726 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20727 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20728 (byte-compile-initial-macro-environment):
20729 Handle declare-function here.
20730 (byte-compile--lexical-environment): New var.
20731 (byte-stack-ref, byte-stack-set, byte-discardN)
20732 (byte-discardN-preserve-tos): New lap codes.
20733 (byte-interactive-p): Don't use any more.
20734 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20735 New macros.
20736 (byte-compile-lapcode): Use them and handle new lap codes.
20737 (byte-compile-obsolete): Remove.
20738 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20739 (byte-compile-arglist-warn): Check late def of inlinable funs.
20740 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20741 since they should have been expanded by now.
20742 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20743 (byte-compile-from-buffer): Remove unused second arg.
20744 (byte-compile-preprocess): New function.
20745 (byte-compile-toplevel-file-form): New function to distinguish
20746 file-form calls from outside from file-form calls from hunk-handlers.
20747 (byte-compile-file-form): Simplify.
20748 (byte-compile-file-form-defsubst): Remove.
20749 (byte-compile-file-form-defmumble): Simplify now that
20750 byte-compile-lambda always returns a byte-code-function.
20751 (byte-compile): Preprocess.
20752 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20753 Remove, not used any more.
20754 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20755 (byte-compile-make-args-desc): New funs.
20756 (byte-compile-lambda): Handle lexical functions. Always return
20757 a byte-code-function.
20758 (byte-compile-reserved-constants): New var, to make up room for
20759 closed-over variables.
20760 (byte-compile-constants-vector): Obey it.
20761 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20762 (byte-compile-macroexpand-declare-function): New function.
20763 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20764 byte-code-functions.
20765 (byte-compile-form): Check obsolescence here.
20766 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20767 (byte-compile-variable-ref): Remove.
20768 (byte-compile-dynamic-variable-op): New fun.
20769 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20770 (byte-compile-variable-set): New funs.
20771 (byte-compile-discard): Add 2 args.
20772 (byte-compile-stack-ref, byte-compile-stack-set)
20773 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20774 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20775 macroexpand-all instead.
20776 (byte-compile-quote-form): Remove.
20777 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20778 (byte-compile-bind, byte-compile-unbind): New funs.
20779 (byte-compile-let): Handle let* and lexical binding.
20780 (byte-compile-let*): Remove.
20781 (byte-compile-catch, byte-compile-unwind-protect)
20782 (byte-compile-track-mouse, byte-compile-condition-case):
20783 Handle a new :fun-body form, used for lexical scoping.
20784 (byte-compile-save-window-excursion)
20785 (byte-compile-with-output-to-temp-buffer): Remove.
20786 (byte-compile-defun): Simplify.
20787 (byte-compile-stack-adjustment): New fun.
20788 (byte-compile-out): Use it.
20789 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20790
20791 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20792 handler any more.
20793
20794 * emacs-lisp/byte-opt.el: Use lexical binding.
20795 (byte-inline-lapcode): Remove (to bytecomp).
20796 (byte-compile-inline-expand): Pay attention to inlining to/from
20797 lexically bound code.
20798 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20799 any more.
20800 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20801 any more and don't call compiler-macros.
20802 (byte-compile-splice-in-already-compiled-code): Remove.
20803 (byte-code): Don't inline any more.
20804 (disassemble-offset): Receive `bytes' as argument rather than via
20805 dynamic scoping.
20806 (byte-compile-tag-number): Declare before first use.
20807 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20808 `return' even if make-spliceable.
20809 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20810 obsolete interactive-p.
20811 (byte-optimize-lapcode): Optimize new lap-codes.
20812 Don't trip up on new form of `byte-constant' lap code.
20813
20814 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20815
20816 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20817
20818 * custom.el (custom-initialize-default, custom-declare-variable):
20819 Use `defvar'.
20820
20821 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20822 New variables.
20823 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20824 (COMPILE_FIRST): Add macroexp and cconv.
20825 * makefile.w32-in: Mirror changes in Makefile.in.
20826
20827 * vc/cvs-status.el:
20828 * vc/diff-mode.el:
20829 * vc/log-edit.el:
20830 * vc/log-view.el:
20831 * vc/smerge-mode.el:
20832 * textmodes/bibtex-style.el:
20833 * textmodes/css-mode.el:
20834 * startup.el:
20835 * uniquify.el:
20836 * minibuffer.el:
20837 * newcomment.el:
20838 * reveal.el:
20839 * server.el:
20840 * mpc.el:
20841 * emacs-lisp/smie.el:
20842 * doc-view.el:
20843 * dired.el:
20844 * abbrev.el: Use lexical binding.
20845
20846 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20847
20848 * info.el (info-display-manual): New function.
20849
20850 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20851
20852 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20853
20854 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20855
20856 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20857 an entry for that server in rcirc-authinfo. (Bug#8385)
20858
20859 2011-03-31 Glenn Morris <rgm@gnu.org>
20860
20861 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20862
20863 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20864
20865 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20866
20867 * progmodes/python.el (python-default-interpreter)
20868 (python-python-command-args, python-jython-command-args)
20869 (python-which-shell, python-which-args, python-which-bufname)
20870 (python-file-queue, python-comint-output-filter-function)
20871 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20872 variables and functions.
20873
20874 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20877 (completion-in-region-mode): New minor mode.
20878 (completion-in-region): Use it.
20879 (completion-in-region--data, completion-in-region-mode-map): New vars.
20880 (completion-in-region--postch): New function.
20881 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20882 New vars.
20883 (completion--capf-wrapper): New function.
20884 (completion-at-point): Use it to track well-behavedness of
20885 hook functions.
20886 (completion-help-at-point): New command.
20887
20888 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20889
20890 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20891 syntax class to search for whitespace on a single line
20892 (Message-ID: <4D938140.4030905@redhat.com>).
20893
20894 2011-03-30 Leo Liu <sdl.web@gmail.com>
20895
20896 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20897 New commands.
20898 (edit-abbrevs-map): Bind them here.
20899 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20900
20901 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20902
20903 * allout.el (allout-hide-by-annotation, allout-flag-region):
20904 Reduce possibility of overlay leakage by making them volatile.
20905
20906 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20907 hash is not shared between buffers. Mode initialization is
20908 responsible for giving it a useful starting value.
20909 (allout-item-span): Reduce possibility of overlay leakage by
20910 making them volatile.
20911 (allout-widgets-count-buttons-in-region): Add diagnostic function
20912 for tracking down button overlay leaks.
20913
20914 2011-03-29 Leo Liu <sdl.web@gmail.com>
20915
20916 * ido.el (ido-read-internal): Use the default history var
20917 minibuffer-history if no HISTORY is specified.
20918
20919 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20920
20921 * net/imap.el (imap-shell-open, imap-process-connection-type):
20922 Use imap-process-connection-type for 'shell' streams as well as
20923 Kerberos, SSL, other subprocesses.
20924
20925 2011-03-28 Leo Liu <sdl.web@gmail.com>
20926
20927 * abbrev.el (abbrev-table-empty-p): New function.
20928 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20929 nonempty ones. (Bug#5937)
20930
20931 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20932
20933 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20934
20935 2011-03-27 Leo Liu <sdl.web@gmail.com>
20936
20937 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20938 for foreground and background colors.
20939 (ansi-color-make-color-map): Adapt.
20940
20941 2011-03-25 Leo Liu <sdl.web@gmail.com>
20942
20943 * midnight.el (midnight-time-float): Remove. Note it calculates
20944 the microsecond component incorrectly and seconds-to-time does the
20945 same job.
20946 Remove redundant (require 'timer).
20947
20948 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20949 (ido-completions): Remove unused arguments. (Bug#8329)
20950
20951 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * minibuffer.el (completion--flush-all-sorted-completions):
20954 Remove itself from hook.
20955 (completion-at-point): Let the functions perform the completion
20956 immediately and return nil or t.
20957 * comint.el (comint-dynamic-complete-functions): Now identical to
20958 completion-at-point-functions.
20959 (comint-dynamic-list-input-ring): Remove unused var `index'.
20960 (comint--match-partial-filename, comint--unquote&expand-filename):
20961 New funs, split from comint-match-partial-filename.
20962 (comint-dynamic-complete): Use completion-at-point.
20963 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20964
20965 2011-03-24 Drew Adams <drew.adams@oracle.com>
20966
20967 * thingatpt.el: Support `defun'.
20968
20969 2011-03-23 Leo Liu <sdl.web@gmail.com>
20970
20971 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20972
20973 * help-mode.el (help-mode-finish): Tweak regexp.
20974
20975 2011-03-23 Glenn Morris <rgm@gnu.org>
20976
20977 * eshell/esh-opt.el (eshell-eval-using-options):
20978 Do not bind unused local variable `eshell-option-stub'.
20979
20980 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20981
20982 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20983
20984 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20985 keymap variable in `with-no-warnings' to avoid a warning when the
20986 keymap has been already `defconst'ed.
20987
20988 2011-03-22 Leo Liu <sdl.web@gmail.com>
20989
20990 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20991 encode all chars in abbrevs; otherwise use emacs-mule or
20992 utf-8-emacs. (Bug#8308)
20993
20994 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20995
20996 * simple.el (backward-delete-char-untabify):
20997 Avoid warning about using `delete-backward-char'.
20998
20999 * image.el (image-type-file-name-regexps): Make it variable.
21000 `imagemagick-register-types' modifies it, and the user may want
21001 to add new extensions for known image types.
21002 (imagemagick-register-types): Throw error if not using ImageMagick.
21003
21004 2011-03-22 Leo Liu <sdl.web@gmail.com>
21005
21006 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21007 located before rcirc-prompt-end-marker.
21008 (rcirc-complete): Error if point is not after rcirc prompt.
21009 Handle the case when table is nil.
21010 (rcirc-user-authenticated): Define to fix compiler warning.
21011
21012 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21013
21014 * custom.el (custom--inhibit-theme-enable): Make it affect only
21015 custom-theme-set-variables and custom-theme-set-faces.
21016 (provide-theme): Ignore custom--inhibit-theme-enable.
21017 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21018 (custom-enabling-themes): Delete variable.
21019 (enable-theme): Accept only loaded themes as arguments.
21020 Ignore the special custom-enabled-themes variable.
21021 (custom-enabled-themes): Forbid themes from setting this.
21022 Eliminate use of custom-enabling-themes.
21023 (custom-push-theme): Quote "changed" custom var entry.
21024
21025 2011-03-21 Leo Liu <sdl.web@gmail.com>
21026
21027 * ido.el (ido-read-internal): Add ido-selected to history instead
21028 of user input.
21029
21030 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21031
21032 * subr.el (deferred-action-list, deferred-action-function):
21033 Mark obsolete.
21034
21035 2011-03-21 Leo Liu <sdl.web@gmail.com>
21036
21037 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21038 change on 2011-02-13 (bug#8309).
21039
21040 * minibuffer.el (read-file-name-function): Change default value.
21041 (read-file-name--defaults): Rename from read-file-name-defaults.
21042 (read-file-name-default): Rename from read-file-name.
21043 (read-file-name): Call read-file-name-function.
21044
21045 2011-03-21 Glenn Morris <rgm@gnu.org>
21046
21047 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21048 Doc fixes.
21049
21050 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21051
21052 * cus-theme.el: Add missing provide statement.
21053 (customize-create-theme): Extract theme value correctly.
21054 (custom-theme-visit-theme): Autoload.
21055 (customize-create-theme): Prompt before inserting default faces.
21056
21057 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21058
21059 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21060 units and musical notes.
21061
21062 2011-03-20 Leo Liu <sdl.web@gmail.com>
21063
21064 * ido.el (ido-read-internal): Use completing-read-default.
21065 (ido-completing-read): Fix compatibility with completing-read.
21066
21067 2011-03-20 Christian Ohler <ohler@gnu.org>
21068
21069 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21070 (ert-delete-all-tests): Use `called-interactively-p' rather than
21071 `interactive-p'.
21072 (ert--make-xrefs-region): Respect END.
21073
21074 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21075
21076 * dired-aux.el (dired-create-directory): Signal an error if the
21077 directory already exists (Bug#8246).
21078
21079 * facemenu.el (list-colors-display): Call list-faces-display
21080 inside with-help-window.
21081 (list-colors-print): Use display property to align the final
21082 column, instead of checking window-width.
21083
21084 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21085
21086 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21087 windows-nt systems.
21088 (emerge-protect-metachars): Quote correctly for ms-dos and
21089 windows-nt systems.
21090
21091 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21092
21093 * info.el (info-initialize): Replace all uses of `:' with
21094 path-separator for compatibility with non-Unix systems.
21095 Cache quoting of path-separator. (Bug#8258)
21096
21097 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21098
21099 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21100 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21101 (mouse-avoidance-mode): Fix typos in docstrings.
21102
21103 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21104
21105 * startup.el (package-subdirectory-regexp): Move from package.el.
21106 Omit \\` and \\', and let callers add them.
21107
21108 * emacs-lisp/package.el (package-strip-version)
21109 (package-load-all-descriptors): Add \\` and \\' to
21110 package-subdirectory-regexp before using it.
21111 (package-untar-buffer): New arg DIR; ensure that file untars only
21112 into this expected directory. Remove superfluous delete-region.
21113 (package-unpack): Caller changed.
21114 (package-tar-file-info): Use package-subdirectory-regexp.
21115
21116 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21117
21118 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21119 diff-mode-shared-map (bug#8284).
21120 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21121
21122 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21123
21124 * calendar/time-date.el (format-seconds): Use assoc instead of
21125 assoc-string, since assoc-string doesn't exist in XEmacs.
21126
21127 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21128
21129 * custom.el (custom-known-themes): Reflow docstring.
21130 (custom-theme-load-path): Fix typo in docstring.
21131 (load-theme): Fix typo in error message.
21132 (custom-available-themes, custom-variable-theme-value):
21133 Use `let', not `let*'.
21134
21135 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21136
21137 * calc/README: Mention inclusion of musical notes.
21138
21139 * calc/calc-units.el (calc-lu-quant): Rename from
21140 `calc-logunits-quantity'.
21141 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21142 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21143 (calc-db): Rename from `calc-dblevel'.
21144 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21145 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21146 (calc-np): Rename from `calc-nplevel'.
21147 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21148 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21149 (calc-lu-plus): Rename from `calc-logunits-add'.
21150 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21151 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21152 (calc-lu-minus): Rename from `calc-logunits-sub'.
21153 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21154 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21155 (calc-lu-times): Rename from `calc-logunits-mul'.
21156 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21157 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21158 (calc-lu-divide): Rename from `calc-logunits-div'.
21159 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21160 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21161
21162 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21163 functions being autoloaded.
21164
21165 * calc/calc.el (calc-lu-power-reference): Rename from
21166 `calc-logunits-power-reference'.
21167 (calc-lu-field-reference): Rename from
21168 `calc-logunits-field-reference'.
21169
21170 * calc/calc-help.el (calc-l-prefix-help):
21171 Mention musical note functions.
21172
21173 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21174
21175 * minibuffer.el (completion-all-sorted-completions):
21176 Use :completion-cycle-penalty text property if present.
21177
21178 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21179
21180 * allout.el (allout-yank-processing): Adjust for new rebulleting
21181 regime so bullet being yanked is used without prompting the user
21182 for a choice.
21183
21184 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21185
21186 * startup.el (command-line): Warn the user that _emacs is deprecated.
21187
21188 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21189
21190 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21191 (delphi-verbose, delphi-comment-face, delphi-string-face)
21192 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21193 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21194 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21195 (delphi-new-comment-line, delphi-font-lock-defaults)
21196 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21197 Fix typos in docstrings.
21198
21199 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21200
21201 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21202 Invert the roles of character and string values for INSTEAD, so a
21203 string is used for the more common case of a defaulting prompt.
21204
21205 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21206
21207 * progmodes/ruby-mode.el (ruby-backward-sexp):
21208 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21209 * play/gamegrid.el (gamegrid-make-face):
21210 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21211 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21212 * notifications.el (notifications-notify):
21213 * net/xesam.el (xesam-search-engines):
21214 * net/quickurl.el (quickurl-list-insert):
21215 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21216
21217 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21218
21219 * startup.el (command-line): Update package subdirectory regexp.
21220
21221 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21222
21223 * allout.el (allout-abbreviate-flattened-numbering)
21224 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21225
21226 * subr.el (read-char-choice): Only show the cursor after the prompt,
21227 not after the answer.
21228
21229 2011-03-15 Kevin Ryde <user42@zip.com.au>
21230
21231 * help-fns.el (variable-at-point): Skip leading quotes, if any
21232 (bug#8253).
21233
21234 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21235
21236 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21237 warning message.
21238
21239 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21240
21241 * shell.el (shell): When called interactively, offer to change the
21242 shell file name on remote hosts.
21243
21244 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21245
21246 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21247 integration for LDAP parameters. The host, base, user or binddn,
21248 and secret tokens can be specified in a netrc file, for instance.
21249 This is optional because an `auth-source' parameter must be
21250 specified in the search attributes.
21251
21252 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21253
21254 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21255
21256 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21259 into declaration. Remove redundant and harmful binding.
21260
21261 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21262
21263 * files.el (file-ownership-preserved-p): Pass `integer' as an
21264 explicit 2nd argument to `file-attributes'. If the file's owner
21265 is the Administrators group on Windows, and the current user is
21266 Administrator, consider that a match.
21267
21268 * server.el (server-ensure-safe-dir): Consider server directory
21269 safe on MS-Windows if its owner is the Administrators group while
21270 the current Emacs user is Administrator. Use `=' to compare
21271 numerical UIDs, since they could be integers or floats.
21272
21273 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21274
21275 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21276
21277 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21278
21279 Sync with Tramp 2.2.1.
21280
21281 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21282
21283 * net/trampver.el: Update release number.
21284
21285 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * progmodes/compile.el (compilation--previous-directory): Fix up
21288 various nil/dead-marker mismatches (bug#8014).
21289 (compilation-directory-properties, compilation-error-properties):
21290 Don't call it at a position past the one we're about to change.
21291
21292 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21293 Disable obsolescence warnings in the file that declares it.
21294
21295 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21296
21297 * allout-widgets.el (allout-widgets-tally):
21298 Initialize allout-widgets-tally as a hash table rather than nil to
21299 prevent mode-line redisplay warnings. Also, clarify the module
21300 description and fix a comment typo.
21301
21302 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21303
21304 * help-fns.el (describe-variable): Don't complete keywords.
21305 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21306
21307 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21308
21309 * emacs-lisp/package.el (package-version-join): Impose a standard
21310 string representation for pre/alpha/beta version lists.
21311 (package-unpack-single): Standardize the directory name by passing
21312 it through package-version-join.
21313 (package-strip-rcs-id): Accept any version string that does not
21314 signal an error in version-to-list.
21315
21316 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21317
21318 * simple.el (delete-trailing-whitespace): Return nil for the
21319 benefit of `write-file-functions'.
21320
21321 2011-03-10 Glenn Morris <rgm@gnu.org>
21322
21323 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21324
21325 * vc/vc-git.el (vc-git-program): New option.
21326 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21327 (vc-git--call): Use it.
21328
21329 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21330
21331 * cus-edit.el (Custom-newline): If no button at point, look
21332 for a subgroup button at start-of-line. (Bug#2298)
21333
21334 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21335
21336 2011-03-10 Julien Danjou <julien@danjou.info>
21337
21338 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21339 `cursor-type' is nil.
21340
21341 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21342
21343 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21344
21345 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21346
21347 * allout.el: Change so yank of distinctive-bullet items
21348 preserves the existing header prefix, rebulleting it if necessary,
21349 rather than replacing it. This is necessary for proper operation
21350 of cooperative addons like allout-widgets.
21351 (allout-make-topic-prefix, allout-rebullet-heading):
21352 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21353 value as alternate bullet to be used, instead of prompting the user
21354 for a bullet character.
21355
21356 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21357
21358 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21359 Do not use `tramp-file-name-port', because this returns also
21360 `tramp-default-port'.
21361
21362 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21363
21364 * net/rcirc.el (rcirc-handler-001): Remove useless
21365 with-rcirc-process-buffer.
21366 (rcirc-check-auth-status): Swap arguments to string-match.
21367
21368 2011-03-09 Glenn Morris <rgm@gnu.org>
21369
21370 * shell.el (shell-mode):
21371 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21372
21373 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21374 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21375
21376 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21377
21378 * emacs-lisp/package.el (package-refresh-contents)
21379 (package-menu-execute): Use condition-case-no-debug.
21380
21381 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21382
21383 * simple.el (shell-command-to-string): Use `process-file'.
21384
21385 * emacs-lisp/package.el (package-tar-file-info): Handle also
21386 remote files.
21387
21388 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21389 Use `equal' for upload base check.
21390
21391 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21392
21393 * textmodes/texinfo.el (texinfo-environments):
21394 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21395
21396 2011-03-08 Glenn Morris <rgm@gnu.org>
21397
21398 * cus-start.el (cursor-in-non-selected-windows):
21399 Fix :set quoting oddness. (Bug#8192)
21400
21401 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21402 in some setf expressions. (Bug#2159)
21403
21404 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21405
21406 * custom.el (custom-available-themes): Return themes in
21407 alphabetical order.
21408
21409 See ChangeLog.15 for earlier changes.
21410
21411 ;; Local Variables:
21412 ;; coding: utf-8
21413 ;; End:
21414
21415 Copyright (C) 2011-2013 Free Software Foundation, Inc.
21416
21417 This file is part of GNU Emacs.
21418
21419 GNU Emacs is free software: you can redistribute it and/or modify
21420 it under the terms of the GNU General Public License as published by
21421 the Free Software Foundation, either version 3 of the License, or
21422 (at your option) any later version.
21423
21424 GNU Emacs is distributed in the hope that it will be useful,
21425 but WITHOUT ANY WARRANTY; without even the implied warranty of
21426 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21427 GNU General Public License for more details.
21428
21429 You should have received a copy of the GNU General Public License
21430 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.