Fix some recent changes in debug.el.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2
3 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
4 value.
5 (debug): Don't remove debugger window when debugger is expected
6 to be back.
7
8 2012-09-18 Chong Yidong <cyd@gnu.org>
9
10 * custom.el (defface): Doc fix.
11
12 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
13
14 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
15
16 * progmodes/compile.el (compilation-start): Use compilation-always-kill
17 to initialize query-on-exit; then test that instead (bug#12288).
18
19 2012-09-17 Stefan Merten <smerten@oekonux.de>
20
21 * rst.el: Add support for `testcover'.
22 (rst-defcustom-testcover, rst-testcover-add-compose)
23 (rst-testcover-add-1value): New functions.
24 (rst-portable-mark-active-p): Replace by `use-region-p'.
25 (rst-update-section, rst-classify-adornment)
26 (rst-find-title-line): Mark `1value' forms.
27 (rst-classify-adornment): Remove superfluous form.
28 (rst-update-section, rst-get-adornments-around)
29 (rst-adornment-complete-p, rst-get-next-adornment)
30 (rst-adjust, rst-promote-region)
31 (rst-display-adornments-hierarchy, rst-straighten-adornments)
32 (rst-find-pfx-in-region, rst-section-tree-rec)
33 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
34 (rst-toc-node, rst-toc, rst-forward-section)
35 (rst-iterate-leftmost-paragraphs)
36 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
37 (rst-bullet-list-region)
38 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
39 (rst-compile-find-conf, rst-compile)
40 (rst-repeat-last-character): Fix style.
41
42 2012-09-17 Chong Yidong <cyd@gnu.org>
43
44 * comint.el (comint--complete-file-name-data): Don't add a space
45 if the status is `sole'; that adds a gratuitous space in the
46 completion-cycling case (Bug#12092).
47
48 * pcomplete.el (pcomplete-completions-at-point): Likewise.
49
50 2012-09-17 Richard Stallman <rms@gnu.org>
51
52 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
53 only in the mime-shown mode, not in raw mode.
54 (rmail-mime): Toggle off mime by displaying the message without
55 mime processing. (Bug#12305)
56
57 * mail/rmail.el (rmail-retry-failure):
58 Turn off mime processing first. (Bug#12037)
59
60 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
61
62 2012-09-17 Chong Yidong <cyd@gnu.org>
63
64 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
65 (shell-dynamic-complete-functions): Convert to defcustom.
66 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
67
68 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
69 * comint.el (comint-prompt-read-only):
70 * custom.el (defcustom):
71 * hi-lock.el (hi-lock-mode):
72 * ibuffer.el (ibuffer-formats):
73 * ielm.el (ielm-prompt-read-only):
74 * novice.el (disable-command):
75 * saveplace.el (toggle-save-place):
76 * speedbar.el (speedbar-supported-extension-expressions):
77 * startup.el (auto-save-list-file-prefix, init-file-user)
78 (after-init-hook, inhibit-startup-echo-area-message):
79 * strokes.el (strokes-help):
80 * time-stamp.el (time-stamp):
81 * calendar/calendar.el (calendar, diary-file):
82 * calendar/diary-lib.el (diary-mail-entries, diary)
83 (diary-list-entries-hook):
84 * calendar/holidays.el (holidays, calendar-holidays):
85 * calendar/lunar.el (lunar-phases):
86 * calendar/solar.el (sunrise-sunset):
87 * emulation/edt.el (edt-load-keys):
88 * emulation/viper.el (viper-mode):
89 * eshell/em-alias.el (eshell-command-aliases-list):
90 * eshell/esh-util.el (eshell-convert-numeric-arguments):
91 * international/ogonek.el (ogonek-information):
92 * net/tramp-cmds.el (tramp-bug):
93 * net/quickurl.el (quickurl-reread-hook-postfix):
94 * play/decipher.el (decipher-font-lock-keywords):
95 * progmodes/cc-styles.el (c-set-style):
96 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
97 * progmodes/inf-lisp.el (inferior-lisp-prompt):
98 * progmodes/octave-mod.el (octave-mode):
99 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
100 * progmodes/verilog-mode.el (verilog-read-defines):
101 * textmodes/two-column.el (2C-mode): Likewise.
102
103 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
104
105 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
106 that holds many addresses.
107
108 2012-09-16 Chong Yidong <cyd@gnu.org>
109
110 * align.el (align-areas): Call the indication function with
111 positions instead of markers for arguments (Bug#12343).
112
113 * files.el (parse-colon-path): Use split-string (Bug#12351).
114
115 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
116 (display-buffer-function): Mark as obsolete.
117
118 * progmodes/compile.el (compilation-parse-errors): Accept list
119 values similar to font-lock-keywords (Bug#12136). Suggested by
120 Oleksandr Manzyuk.
121 (compilation-error-regexp-alist): Doc fix.
122
123 2012-09-15 Glenn Morris <rgm@gnu.org>
124
125 * version.el (emacs-bzr-version-bzr): New function.
126 (emacs-bzr-get-version): Add optional EXTERNAL argument.
127
128 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
129 checkouts, check the parent dirstate matches the branch.
130 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
131 empty string.
132
133 * version.el (emacs-bzr-version): Doc fix.
134 (emacs-bzr-version-dirstate): New function.
135 (emacs-bzr-get-version): For lightweight checkouts, if the parent
136 is local try and check that it matches the branch. If not, just
137 use dirstate information. (Bug#12441)
138
139 2012-09-14 Juri Linkov <juri@jurta.org>
140
141 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
142 (Bug#12399)
143
144 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
147
148 * emacs-lisp/edebug.el: Miscellaneous cleanup.
149 Remove obsolete byte-compiler hack that tried to silence some warnings.
150 (edebug-submit-bug-report): Remove.
151 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
152 Remove aliases, use the un-prefixed name instead.
153 (edebug-pop-to-buffer): Consider other frames.
154 (edebug-original-read):: Make it more obvious that it's always defined.
155 (edebug--make-form-data-entry, edebug--form-data-name)
156 (edebug--form-data-begin, edebug--form-data-end): Rename from the
157 single-dashed name, and implement with cl-defstruct.
158 (edebug-set-form-data-entry): Use the standard accessors.
159 (edebug-make-top-form-data-entry): Use push.
160 (edebug-no-match): Drop useless `funcall'.
161 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
162 to functions.
163 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
164 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
165 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
166 (easy-menu-define, with-custom-print): Remove redundant specs.
167 (edebug-outside-overriding-local-map)
168 (edebug-outside-overriding-terminal-local-map): Remove, unused.
169 (edebug--display): Bind unread-command-events directly to nil rather
170 than binding it to unread-command-events and later setting it to nil.
171 (edebug--display): Kill edebug-eval-buffer here...
172 (edebug--recursive-edit): ...rather than here.
173 Bind standard-output and standard-input.
174 (edebug-eval): Check cl-macroexpand-all is fboundp.
175 (edebug-temp-display-freq-count): Fix last change.
176
177 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
178 * subr.el (noreturn, 1value): Add `debug' spec.
179 * emacs-lisp/advice.el: Require cl-lib.
180 (ad-copy-tree): Remove, use copy-tree instead.
181 (ad-dolist): Remove use dolist or cl-dolist instead.
182 (ad-do-return): Remove, use cl-return instead.
183 (defadvice): Add `debug' spec.
184
185 2012-09-13 Juri Linkov <juri@jurta.org>
186
187 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
188 (Bug#12399)
189
190 2012-09-13 Glenn Morris <rgm@gnu.org>
191
192 * calc/calc.el (math-compose-expr):
193 * calc/calc-ext.el (math-compose-expr):
194 * progmodes/cc-defs.el (cl-macroexpand-all):
195 * progmodes/cc-langs.el (delete-duplicates, mapcan)
196 (cl-macroexpand-all): Update declarations.
197
198 * vc/vc.el: No need to require ediff.
199 (ediff-load-version-control): Declare.
200 (ediff-vc-internal): Fix declaration.
201 (vc-version-ediff): Require ediff.
202
203 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
204
205 Use a more backwards-compatible timer format (Bug#12430).
206 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
207 being right after USECS, as that better supports old code that
208 inadvisedly looked directly at the timer vector.
209
210 2012-09-13 Kenichi Handa <handa@gnu.org>
211
212 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
213 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
214 `coding-priority' property of these language environment.
215
216 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
217
218 Fix glitches caused by addition of psec to timers (Bug#12430).
219 * image.el (image-animate-timer):
220 * time.el (display-time-world-timer):
221 Use timer--function and timer--args rather than raw access to
222 timer vector.
223
224 2012-09-13 Glenn Morris <rgm@gnu.org>
225
226 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
227 If not compiling a file, try using load-file-name.
228
229 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
232 Fix last change.
233 (edebug-update-eval-list): Use `push'.
234
235 * emacs-lisp/edebug.el: Use lexical-binding.
236 Remove the "edebug-" prefix from non-dynamically-scoped variables.
237 Mark unused args with underscore.
238 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
239 (edebug-form-data): Use defvar-local.
240 (edebug-make-before-and-after-form, edebug-make-after-form):
241 Use backquote.
242 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
243 Not dynamically scoped any more.
244 (edebug--enter-trace): Add arguments `function' and `args'.
245 Rename from edebug-enter-trace.
246 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
247 (edebug--update-coverage): Add `after-index' and `value' args.
248 Rename from edebug-update-coverage.
249 (edebug-slow-after): Call it accordingly.
250 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
251 edebug-recursive-edit.
252 (edebug--display): Call it accordingly. Add args `value',
253 `offset-index', and `arg-mode'. Rename from edebug-display.
254 (edebug-debugger, edebug): Call it accordingly.
255 (edebug-eval-display-list): Use dolist.
256
257 2012-09-12 Juri Linkov <juri@jurta.org>
258
259 * info.el (Info-search): Don't check for isearch-mode and
260 isearch-regexp before let-binding search-spaces-regexp to
261 Info-search-whitespace-regexp.
262 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
263 search-whitespace-regexp if isearch-lax-whitespace or
264 isearch-regexp-lax-whitespace is non-nil.
265 (Info-mode): Don't set local variable search-whitespace-regexp.
266 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
267
268 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
271 (debugger-env-macro): Remove support for unread-command-char.
272
273 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
274 the temporary map re-appearing on emulation-mode-map-alists.
275
276 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
277 since 22.1.
278
279 * ehelp.el (with-electric-help): Accept functions in
280 electric-help-form-to-execute.
281 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
282 And replace unread-command-char -> unread-command-events.
283
284 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
285
286 Sync with Tramp 2.2.6.
287
288 * net/tramp.el (tramp-accept-process-output): Don't use
289 JUST-THIS-ONE in the XEmacs case.
290
291 * net/trampver.el: Update release number.
292
293 2012-09-12 Martin Rudalics <rudalics@gmx.at>
294
295 * emacs-lisp/debug.el (debugger-previous-window-height):
296 New variable.
297 (debug): When debugger-jumping-flag is non-nil try to restore
298 height of debugger window. (Bug#8789)
299
300 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
303 overriding-local-map and pre/post-command-hook here.
304 (edebug-recursive-edit): Do it here instead (bug#12345).
305 (edebug-outside-unread-command-char): Remove all uses of
306 unread-command-char.
307
308 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
309 inhibit-debugger is bound instead.
310
311 2012-09-11 Bastien Guerry <bzg@gnu.org>
312
313 * subr.el (set-temporary-overlay-map): Add a docstring.
314 (Bug#12346)
315
316 2012-09-11 Bastien Guerry <bzg@gnu.org>
317
318 * minibuffer.el (completion-table-subvert): Fix docstring.
319 (Bug#12347)
320
321 2012-09-11 Bastien Guerry <bzg@gnu.org>
322
323 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
324
325 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
326
327 * progmodes/sql.el: Version 3.1
328 (sql-db2-escape-newlines): New variable.
329 (sql-escape-newlines-filter): Use it.
330
331 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
332
333 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
334
335 2012-09-10 Dan Nicolaescu <dann@gnu.org>
336
337 * vc/diff-mode.el (diff-mode-menu):
338 Bind diff-remove-trailing-whitespace.
339
340 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
343 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
344 (emacs-lisp-byte-code-mode): New functions.
345 (eval-sexp-add-defvars): Don't skip defvars in column >0.
346 (eval-defun-2): Remove bogus interactive spec.
347 (lisp-indent-line): Remove redundant whole-exp code, now done in
348 indent-according-to-mode.
349 (save-match-data): Remove redundant indent data.
350
351 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
352 Use `declare'.
353
354 2012-09-09 Juri Linkov <juri@jurta.org>
355
356 * replace.el (replace-regexp-lax-whitespace): New defcustom.
357 (replace-lax-whitespace, query-replace-regexp)
358 (query-replace-regexp-eval, replace-regexp): Doc fix.
359 (perform-replace, replace-highlight): Let-bind
360 isearch-lax-whitespace to replace-lax-whitespace and
361 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
362
363 * isearch.el (isearch-query-replace): Let-bind
364 replace-lax-whitespace to isearch-lax-whitespace and
365 replace-regexp-lax-whitespace to
366 isearch-regexp-lax-whitespace. (Bug#10885)
367
368 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
371
372 2012-09-09 Alan Mackenzie <acm@muc.de>
373
374 * progmodes/cc-engine.el (c-state-cache-init):
375 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
376 (c-record-parse-state-state):
377 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
378
379 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
380
381 * register.el (register-separator): Rename from
382 separator-register. All uses changed. Doc fix.
383 (register): Fix version.
384
385 2012-09-09 Chong Yidong <cyd@gnu.org>
386
387 * replace.el (query-replace-map): Bind four new symbols for
388 requesting window scrolling.
389
390 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
391 query-replace-map (Bug#8948).
392
393 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
394
395 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
396 since they are now in query-replace-map.
397
398 * window.el (scroll-other-window-down): Make the arg optional.
399
400 2012-09-09 Chong Yidong <cyd@gnu.org>
401
402 * files.el (hack-local-variables-confirm): Use quit-window to kill
403 the *Local Variables* buffer.
404
405 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
406
407 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
408 not just expect to be at its beginning. Adjust callees.
409 Succeed when do-end block has no space before the pipe character.
410 (ruby-brace-to-do-end): When the original block is one-liner,
411 convert to multiline. Reindent the result.
412
413 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
414
415 * register.el (register): New group.
416 (register-separator): New user option.
417 (increment-register): Route it to `append-to-register', if
418 register contains text. Implication is that `C-x r +' can now be
419 used for appending to a text register (bug#12217).
420 (append-to-register, prepend-to-register): Add separator based on
421 `register-separator.
422
423 2012-09-08 Alan Mackenzie <acm@muc.de>
424
425 AWK Mode: make auto-newline work when there's "==" in the pattern.
426 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
427 correctly.
428 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
429 Test more rigorously for "=" token.
430
431 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
432
433 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
434 Only fail when reached LIMIT.
435
436 2012-09-08 Chong Yidong <cyd@gnu.org>
437
438 * dired.el (dired-mode-map): Don't bind M-=.
439
440 * dired-aux.el (dired-diff): Use backup file as default.
441
442 2012-09-08 Drew Adams <drew.adams@oracle.com>
443
444 * subr.el (add-to-history): Fix delete usage (Bug#12314).
445
446 2012-09-08 Chong Yidong <cyd@gnu.org>
447
448 * subr.el (syntax-after, syntax-class): Doc fix.
449
450 2012-09-08 Martin Rudalics <rudalics@gmx.at>
451
452 * window.el (display-buffer-in-previous-window): New buffer
453 display action function.
454
455 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
456 (debugger-previous-window): New variable.
457 (debug): Rewrite using display-buffer-in-previous-window,
458 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
459
460 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
463
464 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
465
466 * progmodes/python.el (python-shell-send-string):
467 When default-directory is remote, create temp file on remote
468 filesystem.
469 (python-shell-send-file): When file is remote, pass local view of
470 file paths to remote Python interpreter. (Bug#12340)
471
472 2012-09-07 Chong Yidong <cyd@gnu.org>
473
474 * window.el (switch-to-buffer): Doc fix (Bug#12181).
475
476 * files.el (after-find-file): Don't fail on a read-only buffer if
477 require-final-newline is `visit' or `visit-save' (Bug#11156).
478
479 * subr.el (read-char-choice): Allow quitting via ESC ESC.
480
481 * userlock.el (ask-user-about-supersession-threat):
482 Use read-char-choice (Bug#12093).
483
484 2012-09-07 Chong Yidong <cyd@gnu.org>
485
486 * subr.el (buffer-narrowed-p): New function.
487
488 * ses.el (ses-widen):
489 * simple.el (count-words--buffer-message):
490 * net/browse-url.el (browse-url-of-buffer): Use it
491
492 * simple.el (count-words-region): Don't signal an error if there
493 is a non-nil prefix arg and the mark is not set.
494
495 * help.el (describe-key-briefly): Allow the message to be seen
496 when invoked from the minibuffer (Bug#7014).
497
498 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
499
500 * progmodes/ruby-mode.el (ruby-end-of-defun)
501 (ruby-beginning-of-defun): Simplify, allow indentation before
502 block beginning and end keywords.
503 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
504 (ruby-end-of-defun): Expect that the point is at the beginning of
505 the defun.
506
507 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
510 (bug#12367).
511 (cl--make-usage-args): Strip _ from argument names.
512
513 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
514
515 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
516 obsolete alias speedbar-key-map.
517 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
518 (vhdl-index-menu-init): Don't use obsolete variable
519 font-lock-maximum-size.
520
521 2012-09-06 Chong Yidong <cyd@gnu.org>
522
523 * frame.el (window-system-version): Mark as obsolete.
524
525 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
526 of obsolete variable speedbar-key-map.
527
528 2012-09-06 Juri Linkov <juri@jurta.org>
529
530 * replace.el (replace-lax-whitespace): New defcustom.
531 (query-replace, query-replace-regexp, query-replace-regexp-eval)
532 (replace-string, replace-regexp): Mention it in docstrings.
533 (perform-replace, replace-highlight): Let-bind
534 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
535 to the values of replace-lax-whitespace and regexp-flag.
536 Don't let-bind search-whitespace-regexp. (Bug#10885)
537
538 * isearch.el (isearch-query-replace): Let-bind
539 replace-lax-whitespace instead of let-binding
540 replace-search-function and replace-re-search-function.
541 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
542 and isearch-regexp-lax-whitespace to lazy-highlight variables.
543 (isearch-toggle-symbol): Set isearch-regexp to nil
544 in isearch-word mode (like in isearch-toggle-word).
545
546 2012-09-06 Juri Linkov <juri@jurta.org>
547
548 * replace.el (replace-search-function)
549 (replace-re-search-function): Set default values to nil.
550 (perform-replace): Let-bind isearch-related variables based on
551 replace-related values, call `isearch-search-fun' and let-bind
552 the result to `search-function'. Remove code that sets
553 `search-function' and `search-string' separately for
554 `delimited-flag'.
555 (replace-highlight): Add new argument `delimited-flag' and
556 rename other arguments to the names used in `perform-replace'.
557 Let-bind `isearch-word' to the argument `delimited-flag'.
558 (Bug#10885, bug#10887)
559
560 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
561
562 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
563 ruby-beginning-of-indent, simplify, allow all keywords to have
564 indentation before them.
565 (ruby-beginning-of-indent): Adjust for above. Search until the
566 found point is not inside a string or comment.
567 (ruby-font-lock-keywords): Allow symbols to start with "@"
568 character, give them higher priority than variables.
569 (ruby-syntax-propertize-function)
570 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
571 matchers. Expression expansions are not comments when inside a
572 string, and there comment syntax status is irrelevant.
573 (ruby-match-expression-expansion): New function. Check that
574 expression expansion is inside a string, and it's not escaped.
575 (ruby-font-lock-keywords): Use it.
576
577 2012-09-05 Martin Rudalics <rudalics@gmx.at>
578
579 * help.el (temp-buffer-max-height): New default value.
580 (temp-buffer-resize-frames): New option.
581 (resize-temp-buffer-window): Optionally resize frame.
582
583 * window.el (fit-frame-to-buffer-bottom-margin): New option.
584 (fit-frame-to-buffer): New function.
585
586 2012-09-05 Glenn Morris <rgm@gnu.org>
587
588 * emulation/cua-rect.el (cua--init-rectangles):
589 * textmodes/picture.el (picture-mode-map):
590 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
591 like forward-char and backward-char. (Bug#12317)
592
593 2012-09-05 Leo Liu <sdl.web@gmail.com>
594
595 * progmodes/flymake.el (flymake-warning-re): New variable.
596 (flymake-parse-line): Use it.
597
598 2012-09-05 Glenn Morris <rgm@gnu.org>
599
600 * calendar/holidays.el (holiday-christian-holidays):
601 Rename an entry. (Bug#12289)
602
603 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
606 (bug#12222).
607
608 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * loadup.el: Load macroexp. Remove hack.
611 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
612 (macroexp--expand-all): Use it to get better warnings.
613 (macroexp--backtrace, macroexp--trim-backtrace-frame)
614 (internal-macroexpand-for-load): New functions.
615 (macroexp--pending-eager-loads): New var.
616 (emacs-startup-hook): New hack to replace one in loadup.el.
617 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
618 (cl--compiler-macro-cXXr): Move to top, before they can be used.
619 (cl-psetf): Simplify.
620 (cl-defstruct): Add indent rule.
621
622 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
623
624 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
625 over `user-mail-address' for the SMTP MAIL FROM envelope.
626 (smtpmail-via-smtp): Ditto.
627
628 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
629
630 * progmodes/ruby-mode.el: Clean up keybindings.
631 (ruby-mode-map): Don't bind ruby-electric-brace,
632 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
633 backward-kill-word, reindent-then-newline-and-indent.
634 (ruby-mark-defun): Remove.
635 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
636 (ruby-mode): Set local beginning-of-defun-function and
637 end-of-defun-function values.
638
639 2012-09-03 Martin Rudalics <rudalics@gmx.at>
640
641 * window.el (temp-buffer-window-setup-hook)
642 (temp-buffer-window-show-hook): New hooks.
643 (temp-buffer-window-setup, temp-buffer-window-show)
644 (with-temp-buffer-window): New functions.
645 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
646 (special-display-popup-frame): Make sure the window used shows BUFFER.
647
648 * help.el (temp-buffer-resize-mode): Fix doc-string.
649 (resize-temp-buffer-window): New optional argument WINDOW.
650
651 * files.el (recover-file, save-buffers-kill-emacs):
652 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
653
654 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
655
656 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
657 remote definition of `default-directory', ensure we can connect.
658
659 2012-09-02 Juri Linkov <juri@jurta.org>
660
661 Toggle whitespace matching mode with M-s SPC.
662 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
663
664 * isearch.el (search-whitespace-regexp): Doc fix.
665 Remove cons cell customization.
666 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
667 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
668 New variables.
669 (isearch-forward, isearch-forward-regexp): Doc fix.
670 (isearch-toggle-lax-whitespace): New command.
671 (search-forward-lax-whitespace, search-backward-lax-whitespace)
672 (re-search-forward-lax-whitespace)
673 (re-search-backward-lax-whitespace): New functions.
674 (isearch-whitespace-regexp): Remove function.
675 (isearch-query-replace): Let-bind replace-search-function and
676 replace-re-search-function.
677 (isearch-occur): Let-bind search-spaces-regexp according to the
678 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
679 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
680 condition for C-q SPC.
681 (isearch-search-fun-default): Use new functions mentioned above.
682 (isearch-search-forward, isearch-search-backward): Remove functions.
683 (isearch-search): Don't let-bind search-spaces-regexp.
684 (isearch-lazy-highlight-space-regexp): Remove variable.
685 (isearch-lazy-highlight-lax-whitespace)
686 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
687 (isearch-lazy-highlight-new-loop): Use them.
688 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
689
690 2012-09-02 Chong Yidong <cyd@gnu.org>
691
692 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
693
694 2012-09-02 Glenn Morris <rgm@gnu.org>
695
696 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
697
698 2012-09-01 Glenn Morris <rgm@gnu.org>
699
700 * term.el: Tidy up menu definitions.
701 (term-mode-map): Use easymenu for In/Out, Complete menus.
702 (term-pager-break-map): Initialize in the defvar.
703 (term-terminal-menu, term-signals-menu): Define with easymenu.
704 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
705 (term-pager-menu): New, extracted from term-process-pager.
706 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
707 (term-update-mode-line): Propertize line/char and page items.
708 (term-process-pager): Move keymap initialization elsewhere.
709
710 2012-09-01 Martin Rudalics <rudalics@gmx.at>
711
712 * window.el (switch-to-prev-buffer): Handle additional values of
713 BURY-OR-KILL argument. Don't switch in minibuffer window.
714 (switch-to-next-buffer): Don't switch in minibuffer window.
715 (quit-restore-window): New function based on quit-window.
716 Handle additional values of former KILL argument.
717 (quit-window): Call quit-restore-window with appropriate
718 interpretation of KILL argument.
719 (display-buffer-below-selected): New buffer display action
720 function.
721
722 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * minibuffer.el (completion-at-point-functions): Complete docstring
725 (bug#12254).
726
727 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
728
729 Better seed support for (random).
730 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
731 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
732 * play/mpuz.el, play/tetris.el, play/zone.el:
733 * calc/calc-comb.el (math-init-random-base):
734 * play/blackbox.el (bb-init-board):
735 * play/life.el (life):
736 * server.el (server-use-tcp):
737 * type-break.el (type-break):
738 Remove unnecessary call to (random t).
739 * net/sasl.el (sasl-unique-id-function):
740 Change (random t) to (random), now that the latter is more random.
741 * play/life.el (life-initialized): Remove no-longer-needed var.
742
743 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
744
745 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
746 Consider frame's buffer predicate when choosing the buffer.
747 (Bug#12081)
748
749 2012-08-30 Richard Stallman <rms@gnu.org>
750
751 * simple.el (special-mode-map): Delete binding for `z'.
752
753 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
754
755 * progmodes/compile.el (compilation-always-kill): Doc fix.
756
757 2012-08-30 Chong Yidong <cyd@gnu.org>
758
759 * window.el (display-buffer-reuse-frames): Make the obsolescence
760 message more informative.
761
762 2012-08-30 Glenn Morris <rgm@gnu.org>
763
764 * paren.el (show-paren-delay):
765 Add a :set function. Doc fix. (Bug#12297)
766
767 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
768
769 * progmodes/compile.el (compilation-always-kill): New var.
770 (compilation-start): Use it.
771
772 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * simple.el (read-only-mode): Move from files.el for bootstrapping.
775 * files.el (read-only-mode): Move to simple.el.
776
777 * files.el (read-only-mode): New minor mode.
778 (toggle-read-only): Use it and mark obsolete.
779 (find-file--read-only):
780 * vc/vc.el (vc-next-action, vc-checkout):
781 * vc/vc-cvs.el (vc-cvs-checkout):
782 * obsolete/vc-mcvs.el (vc-mcvs-update):
783 * ffap.el (ffap--toggle-read-only): Update callers.
784
785 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
786
787 * eshell/esh-ext.el (eshell-external-command): Do not examine
788 remote shell scripts.
789 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
790
791 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
792 "/usr/local/sbin".
793
794 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
797
798 2012-08-28 Leo Liu <sdl.web@gmail.com>
799
800 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
801 completion-at-point. (Bug#12220)
802
803 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
804
805 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
806
807 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
810 be buffer-local; add delete-trailing-whitespace (bug#12259).
811
812 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
813
814 * progmodes/hideif.el (hif-compress-define-list):
815 Fix typo. (Bug#11951)
816
817 2012-08-28 Dan Nicolaescu <dann@gnu.org>
818
819 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
820 buffer local setting.
821
822 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
823 rcirc-encode-coding-system.
824
825 2012-08-28 Leo Liu <sdl.web@gmail.com>
826
827 * net/rcirc.el (rcirc-split-message): New function.
828 (rcirc-send-message): Use it. (Bug#12051)
829
830 2012-08-28 Juri Linkov <juri@jurta.org>
831
832 * info.el (Info-fontify-node): Hide empty lines at the end of
833 the node. (Bug#12272)
834
835 2012-08-27 Drew Adams <drew.adams@oracle.com>
836
837 * dired.el (dired-pop-to-buffer): Make window start at beginning
838 of buffer (Bug#12281).
839
840 2012-08-26 Chong Yidong <cyd@gnu.org>
841
842 * window.el (special-display-regexps, special-display-frame-alist)
843 (special-display-buffer-names, special-display-function)
844 (display-buffer-reuse-frames): Mark as obsolete.
845
846 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
847
848 * help.el (help-print-return-message): Don't treat
849 display-buffer-reuse-frames specially.
850
851 2012-08-26 Chong Yidong <cyd@gnu.org>
852
853 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
854 New variable, replacing gdb-frame-parameters.
855 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
856 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
857 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
858 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
859 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
860 the functions directly with gdb-display-buffer-other-frame-action.
861 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
862 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
863 (gdb-display-stack-buffer, gdb-display-locals-buffer)
864 (gdb-display-registers-buffer): Define directly.
865 (def-gdb-display-buffer): Macro deleted.
866 (gdb-display-buffer): Remove second and third args, callers don't
867 use them. Defer to the default display-buffer behavior, apart
868 from making windows dedicated.
869 (gdb-setup-windows): Don't call display-buffer unnecessarily.
870
871 * progmodes/gud.el (gud-display-line): Just use display-buffer.
872
873 * window.el (display-buffer-pop-up-frame): Handle a
874 pop-up-frame-parameters alist entry.
875 (display-buffer): Document it.
876
877 2012-08-26 Chong Yidong <cyd@gnu.org>
878
879 * isearch.el (search-whitespace-regexp): Make string and nil
880 values apply to both ordinary and regexp search. Allow a cons
881 cell value to distinguish between the two.
882 (isearch-whitespace-regexp, isearch-search-forward)
883 (isearch-search-backward): New functions.
884 (isearch-occur, isearch-search-fun-default, isearch-search)
885 (isearch-lazy-highlight-new-loop): Use them.
886 (isearch-forward, isearch-forward-regexp): Doc fix.
887
888 2012-08-26 Chong Yidong <cyd@gnu.org>
889
890 * faces.el (help-argument-name): Always inherit from italic
891 (Bug#12213).
892
893 2012-08-25 Martin Rudalics <rudalics@gmx.at>
894
895 * window.el (window--even-window-heights): Even heights when
896 WINDOW and the selected window form a vertical combination.
897 (display-buffer-use-some-window): Provide that window used gets
898 sized back by quit-window. (Bug#11880) and (Bug#12091)
899
900 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
901
902 Fix file time stamp problem with bzr and CVS (Bug#12001).
903 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
904 in the file's time stamp, since the version control system loses
905 that information.
906
907 2012-08-22 Juri Linkov <juri@jurta.org>
908
909 * info.el (Info-fontify-node): Hide the suffix of the
910 Info file name in the header line. (Bug#12187)
911
912 2012-08-22 Glenn Morris <rgm@gnu.org>
913
914 * calendar/cal-tex.el (cal-tex-weekly-common):
915 Restore leading blank page.
916
917 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
918
919 * misc.el (forward-to-word, backward-to-word): Activate or extend
920 the region under `shift-select-mode'. (Bug#12231)
921
922 2012-08-22 Bastien Guerry <bzg@gnu.org>
923
924 * progmodes/executable.el (executable-prefix): Set to "#!" instead
925 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
926 gives details on why the space is never needed.
927
928 2012-08-22 Martin Rudalics <rudalics@gmx.at>
929
930 * window.el (walk-window-tree, window-with-parameter):
931 New optional argument MINIBUF to control whether these functions
932 should run on the minibuffer window.
933 (window-at-side-list): Don't operate on minibuffer window.
934 (window-in-direction): Simplify and rewrite doc-string.
935 (window--size-ignore): Rename to window--size-ignore-p.
936 Update callers.
937 (display-buffer-in-atom-window, window--major-non-side-window)
938 (window--major-side-window, display-buffer-in-major-side-window)
939 (delete-side-window, display-buffer-in-side-window):
940 New functions.
941 (window--side-check, window-deletable-p, delete-window)
942 (delete-other-windows, split-window): Handle side windows and
943 atomic windows appropriately.
944 (window--display-buffer): Call display-buffer-record-window also
945 when the window buffer did not change.
946
947 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
948
949 * help-fns.el (help-fns--key-bindings):
950 Abbreviate non-symbol remap targets. (Bug#12174)
951
952 2012-08-22 Martin Rudalics <rudalics@gmx.at>
953
954 * dired.el (dired-mark-remembered): Don't clobber point.
955 (Bug#11795)
956
957 2012-08-22 Glenn Morris <rgm@gnu.org>
958
959 * progmodes/bug-reference.el (bug-reference): New custom group.
960 (bug-reference-bug-regexp): Make it a defcustom.
961
962 2012-08-22 Daiki Ueno <ueno@unixuser.org>
963
964 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
965 (js-paren-indent-offset, js-square-indent-offset)
966 (js-curly-indent-offset): Add :safe (Bug#12257).
967
968 2012-08-22 Edward O'Connor <hober0@gmail.com>
969
970 * json.el (json-key-format): Add error properties.
971 (json-encode-key): New function.
972 (json-encode-hash-table, json-encode-alist, json-encode-plist):
973 Use json-encode-key.
974
975 2012-08-22 Glenn Morris <rgm@gnu.org>
976
977 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
978 (cal-tex-leftday, cal-tex-rightday): Remove functions.
979 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
980 Update for above change.
981
982 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
983
984 * cus-face.el (custom-face-attributes): Fix customize type for the
985 :underline attribute. (Bug#11805)
986
987 2012-08-21 Martin Rudalics <rudalics@gmx.at>
988
989 * window.el (window-point-1, set-window-point-1): Remove.
990 (window-in-direction, record-window-buffer)
991 (set-window-buffer-start-and-point, split-window-below)
992 (window--state-get-1, display-buffer-record-window):
993 Replace calls to window-point-1 and set-window-point-1 by calls to
994 window-point and set-window-point respectively.
995
996 2012-08-21 Glenn Morris <rgm@gnu.org>
997
998 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
999 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1000 Use it.
1001
1002 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1003 (cal-tex-shortday): New function.
1004 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1005 (cal-tex-cursor-filofax-daily): Use the above.
1006
1007 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1008 New functions.
1009 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1010 (cal-tex-cursor-filofax-week): Use them.
1011
1012 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1013 New constants.
1014 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1015 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1016
1017 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1018 (cal-tex-end-document): Don't rely on buffer name.
1019
1020 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1021 Use cal-tex-vspace.
1022 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1023 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
1024 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1025 Use cal-tex-arg.
1026
1027 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1028 (cal-tex-cursor-week, cal-tex-cursor-week2)
1029 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1030 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1031 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1032 (cal-tex-insert-preamble, cal-tex-b-document)
1033 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1034 Improve cal-tex-cmd usage.
1035
1036 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1037 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1038 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1039 (cal-tex-weekly-paper): New function.
1040 (cal-tex-cursor-week, cal-tex-cursor-week2)
1041 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1042 (cal-tex-cursor-day): Use it.
1043
1044 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1045 (cal-tex-cursor-filofax-week): Remove leading blank page.
1046
1047 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1048 Add autoload cookie. For now at least, don't use color, since
1049 no other cal-tex function does.
1050
1051 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1052 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1053 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1054
1055 2012-08-21 Juri Linkov <juri@jurta.org>
1056
1057 * info.el (Info-file-attributes): New variable.
1058 (info-insert-file-contents): Add file attributes to
1059 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1060 `Info-toc-nodes' when previous modtime of the Info file is less
1061 than new modtime.
1062 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1063 of info.el. (Bug#12230)
1064
1065 2012-08-20 Glenn Morris <rgm@gnu.org>
1066
1067 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1068 * calendar/holidays.el (calendar-holiday-list):
1069 Report errors with display-warning rather than beep'n'sleep.
1070
1071 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * net/tramp.el (tramp-accept-process-output): Accept only output
1074 from PROC. Otherwise, process filters and sentinels might be
1075 confused. (Bug#12145)
1076
1077 2012-08-20 Chong Yidong <cyd@gnu.org>
1078
1079 * descr-text.el (describe-text-properties-1): Use overlays-in to
1080 report on empty overlays (Bug#3322).
1081
1082 2012-08-20 Glenn Morris <rgm@gnu.org>
1083
1084 * mail/rmailout.el (rmail-output-read-file-name):
1085 Trap and report errors in rmail-output-file-alist elements.
1086
1087 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1088 since most non-font-lock faces are not also variables).
1089
1090 2012-08-20 Edward Reingold <reingold@iit.edu>
1091
1092 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1093 New function. (Bug12160)
1094
1095 2012-08-19 Glenn Morris <rgm@gnu.org>
1096
1097 * mail/rmailout.el (rmail-output-read-file-name):
1098 Fix previous change (when the alist is nil or does not match).
1099
1100 2012-08-19 Chong Yidong <cyd@gnu.org>
1101
1102 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1103 (Bug#12228).
1104
1105 2012-08-18 Chong Yidong <cyd@gnu.org>
1106
1107 * simple.el (yank-handled-properties): New defcustom.
1108 (yank-excluded-properties): Add font-lock-face and category.
1109 (yank): Doc fix.
1110
1111 * subr.el (remove-yank-excluded-properties):
1112 Obey yank-handled-properties. The special handling of font-lock-face
1113 and category is now done this way, instead of being hard-coded.
1114 (insert-for-yank-1): Remove font-lock-face handling.
1115 (yank-handle-font-lock-face-property)
1116 (yank-handle-category-property): New function.
1117
1118 2012-08-17 Glenn Morris <rgm@gnu.org>
1119
1120 * mail/rmailout.el (rmail-output-read-file-name):
1121 Check rmail-output-file-alist against the full message body
1122 in the correct rmail buffer. (Bug#12214)
1123
1124 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
1125
1126 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1127 Eliminate superfluous prompt. (Bug#12203)
1128
1129 2012-08-17 Chong Yidong <cyd@gnu.org>
1130
1131 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1132 font spec, set the font directly (Bug#3228).
1133
1134 2012-08-17 Martin Rudalics <rudalics@gmx.at>
1135
1136 * window.el (delete-window): Fix last fix.
1137
1138 2012-08-16 Martin Rudalics <rudalics@gmx.at>
1139
1140 * window.el (window-valid-p): Move to window.c.
1141 (window-child, window-child-count, window-last-child)
1142 (window-normalize-window, window-combined-p)
1143 (window-combinations, window-atom-root, window-min-size)
1144 (window-sizable, window-sizable-p, window-size-fixed-p)
1145 (window-min-delta, window-max-delta, window--resizable)
1146 (window--resizable-p, window-resizable, window-total-size)
1147 (window-full-height-p, window-full-width-p, window-body-size)
1148 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1149 (minimize-window, window-deletable-p, delete-window)
1150 (delete-other-windows, set-window-buffer-start-and-point)
1151 (next-buffer, previous-buffer, split-window, balance-windows-2)
1152 (set-window-text-height, window-buffer-height)
1153 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1154 (truncated-partial-width-window-p): Minor code adjustments.
1155 In doc-strings state whether the argument window has to denote a
1156 live, valid or any window.
1157
1158 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1159
1160 * progmodes/subword.el (subword-forward-function)
1161 (subword-backward-function, subword-forward-regexp)
1162 (subword-backward-regexp): New variables.
1163 (subword-forward, subword-forward-internal, subword-backward-internal):
1164 Use new variables, eg so that different "word" definitions
1165 can be easily used. (Bug#11411)
1166
1167 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1170 for composite selectors.
1171 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1172 operation just because we can't find a previous revision.
1173
1174 2012-08-15 Chong Yidong <cyd@gnu.org>
1175
1176 * frame.el (set-frame-font): Accept font objects.
1177
1178 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1181
1182 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1183
1184 * man.el (Man-overstrike-face, Man-underline-face)
1185 (Man-reverse-face): Remove variables.
1186 (Man-overstrike, Man-underline, Man-reverse): New faces.
1187 (Man-fontify-manpage): Use them instead of the variables.
1188 (Man-cleanup-manpage): Comment change.
1189 (Man-ansi-color-map): New variable.
1190 (Man-fontify-manpage): Use it.
1191 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1192
1193 Implement ANSI SGR parameters 22-27 (bug#12146).
1194 * ansi-color.el (ansi-colors): Doc fix.
1195 (ansi-color-context, ansi-color-context-region): Doc fix.
1196 (ansi-color--find-face): New function.
1197 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1198 Rename the local variable `face' to `codes' since it is now a list of
1199 ansi codes. Doc fix.
1200 (ansi-color-get-face): Remove.
1201 (ansi-color-parse-sequence): New function, derived from
1202 ansi-color-get-face.
1203 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1204 codes 22-27.
1205
1206 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * subr.el (read-passwd): Allow use from a minibuffer.
1209
1210 2012-08-14 Eli Zaretskii <eliz@gnu.org>
1211
1212 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1213 inside comments and strings as identifiers.
1214
1215 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1216 expression to evaluate. This allows to evaluate expressions with
1217 embedded whitespace.
1218 (gud-tooltip-tips): Add a blank before the newline in the
1219 message-box text, for the benefit of message-box emulation on
1220 MS-Windows.
1221
1222 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1223 messages from GDB, pop them up in a tooltip to give feedback to
1224 user.
1225 (gdb-tooltip-print-1): Quote the expression to evaluate.
1226 This allows to evaluate expressions with embedded whitespace.
1227 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1228 if the TTY name is nil or empty (which happens when communicating
1229 with the inferior via pipes, e.g. on MS-Windows).
1230 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1231 don't send that to the GUD buffer.
1232
1233 2012-08-14 Glenn Morris <rgm@gnu.org>
1234
1235 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1236 Optimize away setq-default with no args, as for setq. (Bug#12195)
1237
1238 2012-08-14 Chong Yidong <cyd@gnu.org>
1239
1240 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1241
1242 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1243 (Bug#12085).
1244
1245 2012-08-14 Glenn Morris <rgm@gnu.org>
1246
1247 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1248
1249 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
1250
1251 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1252 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1253 Use cached shell name.
1254
1255 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1256
1257 * progmodes/python.el (python-shell-send-string):
1258 (python-shell-send-setup-code): Do not use `format' with `message'.
1259
1260 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1261
1262 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1263 (ruby-percent-literal-beg-re): New constant.
1264 (ruby-syntax-general-delimiters-goto-beg): Rename to
1265 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1266 (ruby-syntax-propertize-general-delimiters): Rename to
1267 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1268 popular term. Adjust comments everywhere.
1269 (ruby-syntax-propertize-percent-literal): Only propertize when not
1270 inside a simple string or comment. When the literal is unclosed,
1271 leave the text after it unpropertized.
1272 (ruby-syntax-methods-before-regexp): New constant.
1273 (ruby-syntax-propertize-function): Use it to recognize regexps.
1274 Don't look at the text after regexp, just use the whitelist.
1275
1276 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1277
1278 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1279 non-nil always load the compiled file if it exists. (Bug#12197)
1280
1281 2012-08-14 Chong Yidong <cyd@gnu.org>
1282
1283 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1284 (hi-lock-set-pattern): When deciding whether to use font lock or
1285 overlays, look at font-lock-mode instead of font-lock-fontified
1286 (Bug#12168).
1287 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1288 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1289
1290 2012-08-14 Daiki Ueno <ueno@unixuser.org>
1291
1292 * subr.el (internal--after-with-selected-window): Fix typo
1293 (Bug#12193).
1294
1295 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1296
1297 Use `completion-table-dynamic' for completion functions.
1298 * progmodes/python.el
1299 (python-shell-completion--do-completion-at-point)
1300 (python-shell-completion--get-completions):
1301 Remove functions.
1302 (python-shell-completion-complete-at-point): New function.
1303 (python-completion-complete-at-point): Use it.
1304
1305 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
1306
1307 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1308 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1309
1310 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * subr.el (function-get): Refine `autoload' arg so it can also
1313 autoload functions for gv.el (bug#12191).
1314 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1315 autoloads macros.
1316
1317 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1318 Prefer pcase-let over destructuring-bind.
1319 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1320 Also, remove whitespace as we go, rather than after accumulating the
1321 various places.
1322
1323 * subr.el (internal--before-with-selected-window)
1324 (internal--after-with-selected-window): Fix typo seleted->selected.
1325 (with-selected-window): Adjust callers.
1326 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1327
1328 2012-08-13 Bastien Guerry <bzg@gnu.org>
1329
1330 * window.el (special-display-popup-frame): Minor docstring
1331 enhancement. (Bug#12172)
1332
1333 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1334
1335 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1336 type 1-6.
1337 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1338 extended headers.
1339
1340 * files.el (hack-local-variables-filter): Remove useless eval.
1341
1342 2012-08-13 Martin Rudalics <rudalics@gmx.at>
1343
1344 * subr.el (with-selected-window): Fix last change.
1345
1346 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * subr.el (internal--before-with-seleted-window)
1349 (internal--after-with-seleted-window): New functions.
1350 (with-selected-window): Use them, to replace dependency on
1351 tty-top-frame.
1352
1353 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1354
1355 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1356 binding for `newline'.
1357 (ruby-move-to-block): When moving backward, stop at block opening,
1358 not indentation.
1359 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1360 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1361 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1362 `ruby-toggle-block'.
1363
1364 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * ibuffer.el (ibuffer-do-toggle-read-only):
1367 * dired.el (dired-toggle-read-only):
1368 * buff-menu.el (Buffer-menu-toggle-read-only):
1369 * bindings.el (mode-line-toggle-read-only):
1370 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1371
1372 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1373
1374 * descr-text.el (describe-char): Put the overlays over the
1375 "displayed as" character.
1376
1377 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1378
1379 * calc/calc-units.el (math-default-units-table): Give an
1380 initial value.
1381 (math-put-default-units): Add options to put composite units and
1382 unit systems in the default units table.
1383 (calc-convert-units): Send composite units to
1384 `math-put-default-units' when appropriate.
1385
1386 2012-08-11 Glenn Morris <rgm@gnu.org>
1387
1388 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1389
1390 * tutorial.el (help-with-tutorial):
1391 * emacs-lisp/copyright.el (copyright-update-directory):
1392 * emacs-lisp/autoload.el (autoload-find-generated-file)
1393 (autoload-find-file): Disable local eval: (for insurance).
1394
1395 * files.el (hack-local-variables-filter): If an eval: form is not
1396 known to be safe, and enable-local-variables is :safe, then ignore
1397 the form totally, as is done for non-eval forms. (Bug#12155)
1398 This is CVE-2012-3479.
1399
1400 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1403 (rx-form): Simplify.
1404
1405 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1406
1407 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1408 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1409 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1410 (ruby-syntax-propertize-function): Adjust for changes in
1411 `ruby-syntax-propertize-heredoc'.
1412
1413 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1414
1415 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1416 binding (use `M-;' instead).
1417 (ruby-singleton-class-p): New function.
1418 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
1419
1420 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1423
1424 2012-08-10 Chong Yidong <cyd@gnu.org>
1425
1426 * progmodes/python.el (python-shell-get-process-name): Don't mess
1427 with same-window-buffer-names.
1428
1429 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1430 (eshell-remove-from-window-buffer-names): Make obsolete.
1431 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1432 (eshell): Just use pop-to-buffer-same-window instead.
1433
1434 2012-08-10 Chong Yidong <cyd@gnu.org>
1435
1436 * bindings.el: Bind M-= back to count-words-region.
1437
1438 * simple.el (count-words-region): Accept a prefix arg for acting
1439 on the entire buffer.
1440 (count-words--buffer-message): New helper function.
1441
1442 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1445 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1446 (event-start, event-end): Use posn-at-point to return a more
1447 informative posn.
1448 (posnp): New function.
1449 * mouse.el (popup-menu-normalize-position): Use it.
1450
1451 2012-08-10 Masatake YAMATO <yamato@redhat.com>
1452
1453 * mouse.el (popup-menu-normalize-position): New function.
1454 (popup-menu): Use `popup-menu-normalize-position' to normalize
1455 the form for POSITION argument.
1456
1457 * term/x-win.el (x-menu-bar-open):
1458 Use the value returend from (posn-at-point) as position
1459 passed to `popup-menu'.
1460
1461 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1462
1463 * calc/calccomp.el (math-compose-expr): Add extra argument
1464 indicating that parentheses should be put around products in
1465 denominators. Give multiplication precedence over division during
1466 composition.
1467
1468 2012-08-09 Chong Yidong <cyd@gnu.org>
1469
1470 * man.el (Man-switches, Man-sed-command, Man-awk-command)
1471 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1472 (Man-untabify-command, manual-program): Convert to defcustom
1473 (Bug#10429).
1474
1475 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1476
1477 * descr-text.el (describe-char): Don't insert extra newlines
1478 (Bug#10127).
1479
1480 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1481 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1482
1483 * align.el (align-region): Delete temporary markers (Bug#10047).
1484 Plus some code cleanups.
1485
1486 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1487
1488 * progmodes/python.el (python-pdbtrack-tracked-buffer)
1489 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1490 (python-shell-internal-last-output): Use make-local-variable
1491 instead of make-variable-buffer-local.
1492
1493 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1494
1495 * progmodes/python.el: Enhancements to forward-sexp.
1496 (python-nav-forward-sexp): Rename from
1497 python-nav-forward-sexp-function.
1498 (python-nav--forward-sexp, python-nav--backward-sexp):
1499 New functions.
1500
1501 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1502
1503 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1504 modes and simplification modes.
1505
1506 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * delsel.el (delete-selection-pre-hook): Don't propagate the
1509 file-supersession signals (bug#12161).
1510
1511 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1514 (cl-map-extents): Add compatibility aliases (bug#12135).
1515
1516 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1519 tests by `ignore-error'.
1520 (tramp-find-shell): Open also a new shell, when cache is already
1521 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
1522
1523 2012-08-08 Juri Linkov <juri@jurta.org>
1524
1525 * bookmark.el: Add `defaults' property to the bookmark record.
1526 (bookmark-current-buffer): Doc fix.
1527 (bookmark-make-record): Add `defaults' property with default values
1528 to the bookmark record.
1529 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1530 with `bookmark-insert-current-bookmark'.
1531 (bookmark-set): Get `defaults' property from the bookmark record
1532 and use it in `read-from-minibuffer'.
1533 (bookmark-insert-current-bookmark): Remove function.
1534
1535 * info.el (Info-bookmark-make-record): Add `defaults' property
1536 with values of canonical Info node name, the current Info file
1537 name and the current Info node name. (Bug#12107)
1538
1539 2012-08-08 Juri Linkov <juri@jurta.org>
1540
1541 * files.el (basic-save-buffer): Use `buffer-name' as the default
1542 of `read-file-name' when buffer is not visiting a file (bug#12128).
1543
1544 2012-08-08 Juri Linkov <juri@jurta.org>
1545
1546 * info.el (Info-isearch-search): Doc fix.
1547 (Info-search): Change search-failed message from "initial node" to
1548 "end of node" (bug#12078).
1549 (Info-isearch-search): Change `isearch-string-state' to
1550 `isearch--state-string'.
1551
1552 2012-08-08 Glenn Morris <rgm@gnu.org>
1553
1554 * language/persian.el: Remove file.
1555 * language/misc-lang.el: Move unique part of persian.el here.
1556 * loadup.el: Remove language/persian.
1557
1558 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
1559
1560 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
1561
1562 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
1563
1564 * progmodes/python.el Fixed defsubst warning.
1565 (python-syntax-context) Rename from python-info-ppss-context.
1566 (python-syntax-context-type): Rename from
1567 python-info-ppss-context-type.
1568 (python-syntax-comment-or-string-p): Rename from
1569 python-info-ppss-comment-or-string-p.
1570
1571 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1572
1573 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
1574
1575 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
1576
1577 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
1578 a defcustom that is quoted with backquote.
1579
1580 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
1581 Fix handling of interactive spec when the body uses return.
1582 (math-do-arg-check, math-define-function-body): Use backquote forms.
1583 * calc/calc-ext.el (math-defcache): Likewise.
1584 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
1585 * allout.el (allout-new-exposure): Likewise.
1586 * calc/calcalg2.el (math-tracing-integral): Likewise.
1587 * info.el (Info-last-menu-item): Likewise.
1588 * emulation/vip.el (vip-loop): Likewise.
1589 * textmodes/artist.el (artist-funcall): Likewise.
1590 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
1591 Construct menu-item directly.
1592
1593 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1594 Don't declare.
1595
1596 2012-08-07 Chong Yidong <cyd@gnu.org>
1597
1598 * simple.el (deactivate-mark): Preserve text properties when
1599 saving the primary selection (Bug#8384).
1600
1601 2012-08-07 Kevin Ryde <user42@zip.com.au>
1602
1603 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
1604 (woman-parse-numeric-value): On a bad .IP line, issue a warning
1605 and continue processing (Bug#12110).
1606
1607 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
1610 syntax-propertize-function (bug#10095).
1611
1612 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * help-fns.el (help-fns--key-bindings, help-fns--signature)
1615 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
1616 describe-function-1.
1617 (describe-function-1): Use them. Move compiler macro after sig.
1618 (help-fns--compiler-macro): Use function-get. Assume we're already in
1619 standard-output. Adjust layout to new call order.
1620
1621 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1622 re-binding a symbol that has a symbol-macro (bug#12119).
1623
1624 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
1625
1626 * language/persian.el: New file. (Bug#11812)
1627 * loadup.el: Add language/persian.el.
1628
1629 2012-08-06 Chong Yidong <cyd@gnu.org>
1630
1631 * window.el (window--maybe-raise-frame): New function.
1632 (window--display-buffer): Split off from here.
1633 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1634 (display-buffer-pop-up-window, display-buffer-use-some-window):
1635 Obey an inhibit-switch-frame action alist entry.
1636 (display-buffer): Update doc.
1637
1638 * replace.el (occur-after-change-function): Avoid losing focus by
1639 using the inhibit-switch-frame display parameter (Bug#12139).
1640
1641 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
1642
1643 Make internal shell process buffer names start with space.
1644 * progmodes/python.el (python-shell-make-comint): Add optional
1645 argument INTERNAL.
1646 (run-python-internal): Use it.
1647 (python-shell-internal-get-or-create-process): Check for new
1648 internal buffer names.
1649
1650 2012-08-06 Glenn Morris <rgm@gnu.org>
1651
1652 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
1653 Do less getting and setting of environment variables.
1654
1655 2012-08-05 Chong Yidong <cyd@gnu.org>
1656
1657 * proced.el (proced): Add substitution string to docstring to
1658 trigger autoloading of the proced library on C-h f (Bug#1768).
1659
1660 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1661 Don't show defvars which have no second argument (Bug#8638).
1662
1663 * imenu.el (imenu-generic-expression): Move documentation here
1664 from imenu--generic-function.
1665 (imenu--generic-function): Refer to imenu-generic-expression.
1666
1667 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
1668
1669 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
1670 indentation declaration.
1671 (viper-loop): Add indentation declaration (Bug#7025).
1672
1673 2012-08-05 Chong Yidong <cyd@gnu.org>
1674
1675 * help-fns.el (describe-variable): Add hyperlink for
1676 directory-local variables files. Improve buffer-local and
1677 permanent-local reporting; suggested by MON KEY (Bug#6644).
1678
1679 * help-mode.el (help-dir-local-var-def): New button type.
1680
1681 * files.el (kill-buffer-hook): Provide a defvar.
1682
1683 2012-08-05 Glenn Morris <rgm@gnu.org>
1684
1685 * eshell/esh-ext.el (eshell/addpath):
1686 Also update eshell-path-env. (Bug#12013)
1687
1688 2012-08-05 Chong Yidong <cyd@gnu.org>
1689
1690 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
1691
1692 * fringe.el (fringe-styles): Add docstring.
1693 (fringe--check-mode): New function.
1694 (set-fringe-mode, set-fringe-style): Use it.
1695 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
1696
1697 * files.el (set-auto-mode): Fix invalid setq call.
1698
1699 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * isearch.el: Misc simplification; use defstruct.
1702 (isearch-mode-map): Dense maps now work like sparse ones.
1703 (isearch--state): New defstruct.
1704 (isearch-string-state, isearch-message-state, isearch-point-state)
1705 (isearch-success-state, isearch-forward-state)
1706 (isearch-other-end-state, isearch-word-state, isearch-error-state)
1707 (isearch-wrapped-state, isearch-barrier-state)
1708 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
1709 replaced by defstruct's accessors.
1710 (isearch--set-state): Rename from isearch-top-state and change
1711 calling convention.
1712 (isearch-push-state): Use new isearch--get-state.
1713 (isearch-toggle-word): Disable regexp when enabling word.
1714 (isearch-message-prefix): Remove unused arg _c-q-hack.
1715 (isearch-message-suffix): Remove unused arg _ellipsis.
1716
1717 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
1718
1719 * simple.el (list-processes--refresh): For a server use :host or
1720 :local as the address.
1721 (list-processes): Doc fix.
1722
1723 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
1724
1725 * lisp/mpc.el: Support password in host argument.
1726 (mpc--proc-connect): Parse and use new password element.
1727 Set mpc-proc variable instead of returning process.
1728 (mpc-proc): Adjust accordingly.
1729
1730 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1731
1732 * whitespace.el (whitespace-display-mappings): Use Unicode
1733 codepoints, instead of emacs-mule codepoints. See
1734 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
1735 for the details.
1736
1737 * files.el (file-truename): Don't skip symlink-chasing part on
1738 windows-nt. Incorporate the resolution of 8+3 short aliases on
1739 Windows into the loop that recursively chases symlinks.
1740 Compare directory and its parent case-insensitively on MS-Windows and
1741 MS-DOS.
1742
1743 2012-08-03 Chong Yidong <cyd@gnu.org>
1744
1745 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
1746
1747 * sort.el (sort-regexp-fields): Doc fix.
1748
1749 2012-08-03 Tassilo Horn <tsdh@gnu.org>
1750
1751 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
1752 labels regex position point at the expected place.
1753
1754 2012-08-03 MON KEY <monkey@sandpframing.com>
1755
1756 * net/imap.el (imap-interactive-login, imap-authenticate)
1757 (imap-mailbox-lsub, imap-mailbox-list)
1758 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
1759 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
1760 (imap-parse-response): Doc fix.
1761
1762 2012-08-03 João Távora <joaotavora@gmail.com>
1763
1764 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
1765 if sexp scanning does not move point (Bug#5734).
1766
1767 2012-08-02 Tassilo Horn <tsdh@gnu.org>
1768
1769 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
1770 Add listings, minted, and ctable packages.
1771 (reftex-label-alist-builtin): Move listings, minted, and ctable
1772 entries before LaTeX.
1773 (reftex-label-alist): Docfix.
1774
1775 2012-08-02 Bastien Guerry <bzg@gnu.org>
1776
1777 * replace.el (occur): Fix docstring (bug#12122).
1778
1779 2012-08-02 Glenn Morris <rgm@gnu.org>
1780
1781 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
1782
1783 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1784
1785 Obsolete alias inactivate-current-input-method-function (Bug#10150).
1786 * international/mule-cmds.el: Create
1787 inactivate-current-input-method-function as an obsolete alias for
1788 deactivate-current-input-method-function. See Katsumi Yamaoka in
1789 <http://bugs.gnu.org/10150#46>.
1790
1791 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1792
1793 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
1794 of nested `if's.
1795
1796 2012-08-01 Glenn Morris <rgm@gnu.org>
1797
1798 * progmodes/autoconf.el (autoconf-definition-regexp):
1799 Add AH_TEMPLATE, adjust submatch numbering.
1800 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
1801 (autoconf-current-defun-function): Update for above change.
1802 (autoconf-current-defun-function): First skip to end of current word.
1803
1804 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
1805
1806 * calendar/cal-html.el (cal-html-insert-agenda-days):
1807 Fix typo. (Bug#12018)
1808
1809 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1810
1811 Shell processes: enhancements to startup and CEDET compatibility.
1812 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
1813 (python-shell-make-comint): accept-process-output at startup.
1814 (run-python-internal): Set inferior-python-mode-hook to nil.
1815 (python-shell-internal-get-or-create-process): call sit-for.
1816 (python-preoutput-result): Add obsolete alias.
1817 (python-shell-internal-send-string): Use it.
1818 (python-shell-send-setup-code): Remove call to
1819 accept-process-output.
1820
1821 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1822
1823 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
1824 (Bug#12108)
1825
1826 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
1827
1828 * calc-mode.el (calc-basic-simplification-mode): Rename from
1829 `calc-limited-simplification-mode'.
1830 (calc-alg-simplification-mode): New function.
1831 (calc-set-simplify-mode): Adjust message.
1832
1833 * calc.el (calc-set-mode-line): Adjust mode line display for
1834 basic simplification mode.
1835
1836 * calc-help.el (calc-m-prefix-help): Update help message.
1837
1838 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
1839 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
1840
1841 2012-07-31 Bastien Guerry <bzg@gnu.org>
1842
1843 * man.el (man): Fix comment. (bug#12101)
1844
1845 2012-07-31 Martin Rudalics <rudalics@gmx.at>
1846
1847 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
1848 Don't return a non-nil value when no suitable buffer was found.
1849
1850 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1851
1852 * progmodes/python.el (run-python-internal): Disable font lock for
1853 internal shells.
1854
1855 2012-07-30 Stefan Merten <smerten@oekonux.de>
1856
1857 * rst.el: Silence `checkdoc-ispell'.
1858 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1859 (rst-official-version, rst-official-cvs-rev)
1860 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
1861 (rst-mode-map): New key binding.
1862
1863 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1864
1865 Update .PHONY listings in makefiles.
1866 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
1867 autoloads, update-subdirs, updates, bzr-update, update-authors,
1868 compile-onefile, compile-calc, backup-compiled-files,
1869 compile-after-backup, compile-one-process, mh-autoloads,
1870 bootstrap-clean, distclean, maintainer-clean.
1871
1872 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1873
1874 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
1875 (calc-set-mode-line): Don't display "AlgSimp ".
1876
1877 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
1878 (calc-lim-simplify-mode): New function.
1879 (calc-set-simplify-mode): Default to 'alg.
1880 (calc-default-simplify-mode): Make algebraic simplifications
1881 the default.
1882
1883 * calc/calc-ext.el (calc-init-extensions): Remove binding for
1884 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
1885
1886 * calc/calc-help.el (calc-m-prefix-help): Change messages to
1887 indicate new simplification modes.
1888
1889 * calc/README: Mention new default simplification mode.
1890
1891 * calc/calc.el (math-normalize-error): New variable.
1892 (math-normalize): Set `math-normalize-error' to t
1893 when there's an error.
1894
1895 * calc/calc-alg.el (math-simplify): Don't simplify when
1896 `math-normalize' returns an error.
1897
1898 2012-07-29 Eli Zaretskii <eliz@gnu.org>
1899
1900 * international/mule-cmds.el (set-locale-environment): Revert last
1901 change, since display-graphic-p returns nil when this function is
1902 called during startup. Instead...
1903
1904 * term/w32console.el (terminal-init-w32console): ...setup the
1905 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
1906
1907 2012-07-29 Juri Linkov <juri@jurta.org>
1908
1909 * simple.el (goto-line): Don't display default line number in the
1910 prompt because it should be displayed by `read-number' (bug#9952).
1911 Add the current line number to the defaults of `goto-line' to
1912 allow its easier modification by users with `M-n' (bug#9201).
1913
1914 * subr.el (read-number): Support multiple default values like in
1915 other minibuffer reading functions. Replace `read' with
1916 `string-to-number' for consistency with `number-to-string'.
1917
1918 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
1919
1920 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
1921 * emulation/viper-init.el (viper-deactivate-input-method-action):
1922 Rename from viper-inactivate-input-method-action.
1923 (viper-deactivate-input-method):
1924 Rename from viper-inactivate-input-method.
1925 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
1926 * international/mule-cmds.el (deactivate-input-method):
1927 Rename from inactivate-input-method.
1928 Also run input-method-deactivate-hook.
1929 (deactivate-current-input-method-function):
1930 Rename from inactivate-current-input-method-function.
1931 (input-method-deactivate-hook): New hook.
1932 (input-method-inactivate-hook): Mark obsolete.
1933 (inactivate-input-method): Mark obsolete.
1934
1935 * international/quail.el (quail-activate):
1936 Also run quail-deactivate-hook.
1937 (quail-deactivate): Rename from quail-inactivate.
1938 * international/robin.el (robin-activate):
1939 Also run robin-deactivate-hook.
1940 (robin-deactivate): Rename from robin-inactivate.
1941
1942 2012-07-29 Chong Yidong <cyd@gnu.org>
1943
1944 * simple.el (indicate-copied-region): New function.
1945 (kill-ring-save): Split off from here.
1946
1947 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
1948 (kill-rectangle): Set deactivate-mark to t on read-only error.
1949
1950 * register.el (copy-to-register, copy-rectangle-to-register):
1951 Deactivate the mark, and use indicate-copied-region (Bug#10056).
1952 (append-to-register, prepend-to-register):
1953 Call 2012-07-29 Juri Linkov <juri@jurta.org>
1954
1955 * simple.el (async-shell-command-buffer): New defcustom.
1956 (shell-command): Use it. (Bug#4719)
1957
1958 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1959
1960 * international/mule-cmds.el (set-locale-environment): In a
1961 console session on MS-Windows, set up keyboard and terminal
1962 encoding from the OEM codepage, not the ANSI codepage.
1963 (Bug#12055)
1964
1965 2012-07-28 Chong Yidong <cyd@gnu.org>
1966
1967 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
1968 gdb-get-location.
1969
1970 2012-07-28 Leo Liu <sdl.web@gmail.com>
1971
1972 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
1973 the alist (bug#12029).
1974
1975 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1976
1977 * makefile.w32-in (custom-deps, finder-data, updates, compile)
1978 (compile-always, compile-first)
1979 ($(lisp)/calendar/cal-loaddefs.el)
1980 ($(lisp)/calendar/diary-loaddefs.el)
1981 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
1982 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
1983 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
1984 instead of on update-subdirs.
1985 (bootstrap-clean): Delete $(lisp)/subdirs.el.
1986
1987 2012-07-28 Chong Yidong <cyd@gnu.org>
1988
1989 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
1990 directory if vc-deduce-backend returns nil (Bug#7350).
1991
1992 * simple.el (delete-trailing-lines): New option.
1993 (delete-trailing-whitespace): Obey it (Bug#11879).
1994
1995 2012-07-28 David Engster <deng@randomsample.de>
1996
1997 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
1998 Explanation of new 'symbol-qnames feature in doc-strings.
1999 (xml-maybe-do-ns): Return expanded names as plain symbols if
2000 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2001 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2002
2003 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2004
2005 Consistent completion in inferior python with emacs -nw.
2006 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2007 binding in inferior-python-mode-map with "\t".
2008 (python-shell-completion-complete-at-point)
2009 (python-completion-complete-at-point): Remove interactive spec.
2010
2011 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2012
2013 * calc/calccomp.el (math-compose-expr): Undo previous change.
2014
2015 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2016
2017 * progmodes/python.el (python-mode-map): Add keybinding for
2018 run-python.
2019 (python-shell-make-comint): Fix pop-to-buffer call.
2020 (run-python): Autoload. New arg SHOW.
2021 (python-shell-get-or-create-process): Do not pop python process
2022 buffer.
2023
2024 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
2025
2026 * notifications.el (notifications-on-action-signal)
2027 (notifications-on-closed-signal): Use also the bus address for the map.
2028 (notifications-notify, notifications-close-notification)
2029 (notifications-get-capabilities): Add optional argument BUS.
2030
2031 2012-07-27 Tassilo Horn <tsdh@gnu.org>
2032
2033 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2034 Add support for the lstlisting and minted environments, and for the
2035 ctable macro.
2036 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2037 labels written in keyvals syntax.
2038
2039 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2040
2041 * calc/calccomp.el (math-compose-expr): Use parentheses when
2042 there is a product in the denominator of a fraction.
2043
2044 2012-07-26 Eli Zaretskii <eliz@gnu.org>
2045
2046 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2047 ($(lisp)/calendar/diary-loaddefs.el)
2048 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2049 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2050 Fixes failures in parallel bootstrap because subdirs.el is being
2051 rewritten while the autoload files are built at the same time,
2052 which needs to load subdirs.el.
2053
2054 2012-07-26 Martin Rudalics <rudalics@gmx.at>
2055
2056 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2057 (mouse-drag-line): Don't exit tracking when a switch-frame or
2058 switch-window event occurs (Bug#12006).
2059
2060 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * mouse.el (popup-menu): Fix last change.
2063
2064 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 Autoload from Lisp with more care. Follow aliases when looking for
2067 function properties.
2068 * subr.el (autoloadp): New function.
2069 (symbol-file): Use it.
2070 (function-get): New function.
2071 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2072 autoload-do-load.
2073 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2074 (lisp-indent-function):
2075 * emacs-lisp/gv.el (gv-get):
2076 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2077 * emacs-lisp/byte-opt.el (byte-optimize-form):
2078 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2079 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2080 Use function-get.
2081 * emacs-lisp/cl.el: Don't propagate function properties any more.
2082
2083 * speedbar.el (speedbar-add-localized-speedbar-support):
2084 * emacs-lisp/disass.el (disassemble-internal):
2085 * desktop.el (desktop-load-file):
2086 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2087 (describe-function-1):
2088 * emacs-lisp/find-func.el (find-function-noselect):
2089 * emacs-lisp/elp.el (elp-instrument-function):
2090 * emacs-lisp/advice.el (ad-has-proper-definition):
2091 * apropos.el (apropos-safe-documentation, apropos-macrop):
2092 * emacs-lisp/debug.el (debug-on-entry):
2093 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2094 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2095 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2096
2097 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2098
2099 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2100 function, not an obsolete variable (Bug#12046).
2101
2102 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2103
2104 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2105
2106 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2107
2108 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2109 window only if it is still live (Bug#12034).
2110
2111 2012-07-25 Martin Rudalics <rudalics@gmx.at>
2112
2113 * subr.el (redirect-frame-focus): Add advertised calling
2114 convention (Bug#12030).
2115
2116 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2117
2118 Prefer typical American spelling for "acknowledgment".
2119 * vc/add-log.el (change-log-acknowledgment): Rename from
2120 change-log-acknowledgement, with an alias for the old name.
2121
2122 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2123
2124 * calc-alg.el (math-simplify-divide): Don't cross multiply
2125 in an equation when the lhs is a variable.
2126
2127 2012-07-24 Julien Danjou <julien@danjou.info>
2128
2129 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2130 Remove, unused.
2131
2132 2012-07-23 Eli Zaretskii <eliz@gnu.org>
2133
2134 * startup.el (command-line): Don't display an empty user name in
2135 the error message about non-existent home directory, when
2136 init-file-user was set to an empty string. See
2137 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2138 for the details and context.
2139
2140 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2141
2142 * ses.el (ses-cell-formula-aset): New macro.
2143 (ses-cell-references-aset): New macro.
2144 (ses-cell-p): New function.
2145 (ses-rename-cell): Do no longer rely on complex operations like
2146 ses-cell-set-formula or ses-set-cell to change the cell and handle
2147 the undo at the same time, but rather use lower level new macros
2148 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
2149 the undo directly. Refresh the mode line.
2150
2151 2012-07-21 Leo Liu <sdl.web@gmail.com>
2152
2153 * progmodes/cc-cmds.el (c-defun-name):
2154 Use match-string-no-properties instead for consistency.
2155
2156 2012-07-20 Leo Liu <sdl.web@gmail.com>
2157
2158 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2159 (Bug#7879)
2160
2161 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2162
2163 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2166 * progmodes/bug-reference.el, misearch.el: Provide themselves
2167 (bug#11915).
2168
2169 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2170 of narrowed buffer (bug#11966).
2171
2172 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2173
2174 * ses.el (ses-rename-cell): Set new name also in reference list of
2175 cells of which the renamed cell depends.
2176
2177 2012-07-20 Masatake YAMATO <yamato@redhat.com>
2178
2179 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2180 to check whether menu-bar is shown or not. If not shown,
2181 show the menu-bar as a popup menu instead of using tmm.
2182 * mouse.el (popup-menu): Accept `point' as `position' argument.
2183
2184 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2185
2186 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2187 up inside string symbol literal (bug#11923).
2188
2189 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2190
2191 * startup.el (fancy-startup-text): Read the whole tutorial, not
2192 just its first 256 bytes. Prevents gibberish in display of the
2193 tutorial title.
2194
2195 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2196
2197 Drop idle buffer compaction due to an absence of the
2198 proved efficiency.
2199 * compact.el: Remove.
2200
2201 2012-07-19 Sam Steingold <sds@gnu.org>
2202
2203 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2204 vc-bzr-pull & vc-bzr-merge-branch.
2205 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2206 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2207 for consistency with compilation-error-regexp-alist.
2208 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2209 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2210 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2211 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2212
2213 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * emacs-lisp/chart.el: Use lexical-binding.
2216 (chart-emacs-storage): Don't hardcode the list of entries.
2217
2218 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2219
2220 Next round of tweaks caused by Fgarbage_collect changes.
2221 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2222
2223 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2224
2225 Compact buffers when idle.
2226 * compact.el: New file.
2227
2228 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * subr.el (eventp): Presume that if it looks vaguely like an event,
2231 it's an event (bug#10190).
2232
2233 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2234
2235 Enhancements to ppss related code (thanks Stefan).
2236 * progmodes/python.el (python-indent-context)
2237 (python-indent-calculate-indentation, python-indent-dedent-line)
2238 (python-indent-electric-colon, python-nav-forward-block)
2239 (python-mode-abbrev-table)
2240 (python-info-assignment-continuation-line-p): Simplify checks
2241 for ppss context.
2242 (python-info-continuation-line-p): Cleanup.
2243 (python-info-ppss-context): Do not catch 'quote.
2244 (python-info-ppss-context-type)
2245 (python-info-ppss-comment-or-string-p): Simplify.
2246
2247 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2248
2249 * progmodes/python.el: Enhancements to eldoc support.
2250 (python-info-current-symbol): New function.
2251 (python-eldoc-at-point): Use python-info-current-symbol.
2252 (python-info-current-defun): Fix cornercase on first defun scan.
2253 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2254 and signal error when no inferior python process is available.
2255
2256 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2257
2258 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2259 assume it's always t.
2260 (vc-git-registered): Remove caching, the function is only called
2261 once.
2262 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2263
2264 2012-07-18 Chong Yidong <cyd@gnu.org>
2265
2266 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2267
2268 * simple.el (count-words): Report on narrowing (Bug#9959).
2269
2270 * bindings.el: Bind M-= to count-words.
2271
2272 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2273
2274 2012-07-18 Masatake YAMATO <yamato@redhat.com>
2275
2276 * progmodes/sh-script.el (sh-imenu-generic-expression):
2277 Capture a function with `function' keyword and without parentheses
2278 like "function FOO" (bug#11856).
2279
2280 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2281
2282 * window.el (split-window-sensibly): Make WINDOW argument
2283 optional.
2284
2285 2012-07-18 Chong Yidong <cyd@gnu.org>
2286
2287 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2288
2289 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2290 and make C-x 8 RET exit isearch (Bug#11439).
2291
2292 * international/iso-transl.el: Move isearch-mode-map key
2293 definitions to isearch.el.
2294
2295 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2298 (eieio-defclass): Use gv-define-setter when possible.
2299
2300 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2301
2302 Reflect recent changes in Fgarbage_collect.
2303 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2304 reflect new format of data returned by Fgarbage_collect.
2305
2306 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2307
2308 New utility functions + python-info-ppss-context fix (Bug#11910).
2309 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2310 (python-info-ppss-comment-or-string-p): New functions.
2311 (python-info-ppss-context): Small fix for string check.
2312
2313 2012-07-17 Juri Linkov <juri@jurta.org>
2314
2315 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2316 (dired-do-async-shell-command): Don't add `*' at the end of the
2317 command (Bug#11815).
2318 (dired-do-shell-command): Doc fix.
2319 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2320 Join the individual commands using either "&" or ";" as the
2321 separator depending on the values of these trailing characters.
2322 At the end re-add the trailing "&". (Bug#10598)
2323
2324 * simple.el (async-shell-command): Sync the interactive spec with
2325 `shell-command'. Doc fix.
2326 (shell-command): Doc fix.
2327
2328 2012-07-17 Juri Linkov <juri@jurta.org>
2329
2330 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2331
2332 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2333
2334 Final renames and doc fixes for movement commands (bug#11899).
2335 * progmodes/python.el (python-nav-beginning-of-statement):
2336 Rename from python-nav-statement-start.
2337 (python-nav-end-of-statement): Rename from
2338 python-nav-statement-end.
2339 (python-nav-beginning-of-block): Rename from
2340 python-nav-block-start.
2341 (python-nav-end-of-block): Rename from python-nav-block-end.
2342
2343 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2344
2345 * progmodes/python.el (python-shell-send-string-no-output):
2346 Allow accept-process-output to quit, keeping shell process ready for
2347 future interactions (Bug#11868).
2348
2349 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2352
2353 * emacs-lisp/elint.el (elint-find-args-in-code):
2354 Use help-function-arglist, so as to handle lexical byte-code.
2355
2356 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2357 change (bug#11826).
2358
2359 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2362 Avoid spuriously marking the buffer as modified because of c-is-sws.
2363
2364 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2365 as not-a-comment (bug#11946).
2366
2367 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2368 for uninterned vars.
2369
2370 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2371 Use read-event since we don't really want to read chars but bytes.
2372
2373 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2374 $$..$$ but also $..$ using regexps (bug#11953).
2375 Use tex-verbatim for \url and \path.
2376 (tex-font-lock-keywords): Define as defconst like the others.
2377 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2378
2379 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2380
2381 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2382 alias for insert-char.
2383
2384 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2385
2386 * progmodes/python.el: Simplified imenu implementation.
2387 (python-nav-jump-to-defun): Remove command.
2388 (python-mode-map): Use `imenu' instead.
2389 (python-nav-list-defun-positions-cache)
2390 (python-imenu-include-defun-type, python-imenu-make-tree)
2391 (python-imenu-subtree-root-label, python-imenu-index-alist):
2392 Remove vars.
2393 (python-nav-list-defun-positions, python-nav-read-defun)
2394 (python-imenu-tree-assoc, python-imenu-make-element-tree)
2395 (python-imenu-make-tree, python-imenu-create-index):
2396 Remove functions.
2397 (python-mode): Update to interact with imenu by setting
2398 `imenu-extract-index-name-function' only.
2399
2400 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2401
2402 * progmodes/python.el: Enhancements to navigation commands.
2403 (python-nav-backward-sentence)
2404 (python-nav-forward-sentence): Remove.
2405 (python-nav-backward-statement, python-nav-forward-statement)
2406 (python-nav-statement-start, python-nav-statement-end)
2407 (python-nav-backward-block, python-nav-forward-block)
2408 (python-nav-block-start, python-nav-block-end)
2409 (python-nav-forward-sexp-function)
2410 (python-info-current-line-comment-p)
2411 (python-info-current-line-empty-p): New functions.
2412 (python-indent-context): Use `python-nav-statement-start'.
2413
2414 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
2415
2416 * eshell/em-ls.el (eshell/ls): Use `apply'.
2417
2418 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2419 multi-hops, instead of Tramp internals.
2420
2421 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2422
2423 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2424 when F1 and F2 are located on different hosts.
2425
2426 2012-07-14 Chong Yidong <cyd@gnu.org>
2427
2428 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2429 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2430 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2431 (xterm-mouse--read-event-sequence-1000)
2432 (xterm-mouse--read-event-sequence-1006): New functions. For old
2433 mouse protocol, handle M-mouse-X events correctly.
2434 (xterm-mouse-event): New arg specifying mouse protocol.
2435 (turn-on-xterm-mouse-tracking-on-terminal)
2436 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
2437 sequence to toggle extended coordinates on newer XTerms.
2438 This appears to be harmless on terminals which do not support this.
2439
2440 2012-07-14 Leo Liu <sdl.web@gmail.com>
2441
2442 Add fringe bitmap indicators for flymake. (Bug#11253)
2443 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2444 (flymake-make-overlay): New arg BITMAP.
2445 (flymake-error-bitmap, flymake-warning-bitmap)
2446 (flymake-fringe-indicator-position): New user variables.
2447
2448 * fringe.el: New bitmap exclamation-mark.
2449
2450 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2451
2452 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2453 also (Bug#7879).
2454
2455 2012-07-14 Chong Yidong <cyd@gnu.org>
2456
2457 * electric.el (electric-pair-post-self-insert-function): Fix pair
2458 insertion in empty-region case (Bug#11520).
2459
2460 2012-07-14 Chong Yidong <cyd@gnu.org>
2461
2462 * bindings.el: Consolidate ctl-x-r-map bindings.
2463 Bind copy-rectangle-as-kill to C-x r w.
2464
2465 * rect.el, register.el: Move bindings to bindings.el.
2466
2467 2012-07-14 Reuben Thomas <rrt@sc3d.org>
2468
2469 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2470
2471 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2472
2473 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
2474
2475 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
2476
2477 * bindings.el (top): Use `mapc' instead of `mapcar'.
2478
2479 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2480
2481 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * progmodes/sql.el (sql-comint): Suppress the check for program on
2484 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
2485 (Bug#11908)
2486
2487 2012-07-13 Chong Yidong <cyd@gnu.org>
2488
2489 * bindings.el: Assign a non-nil permanent-local property to
2490 per-buffer variables which lack a default value (Bug#11930).
2491
2492 * help-fns.el (describe-variable): In the "automatically becomes
2493 local" notice, take note of permanent-local variables.
2494
2495 2012-07-13 Chong Yidong <cyd@gnu.org>
2496
2497 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
2498 to allow printing the message when called from Lisp.
2499
2500 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2501 Remove toggle-read-only.
2502
2503 * bs.el (bs-toggle-readonly):
2504 * buff-menu.el (Buffer-menu-toggle-read-only):
2505 Remove with-no-warnings around toggle-read-only.
2506
2507 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2508 Remove with-no-warnings around toggle-read-only.
2509 (ffap-read-only, ffap-read-only-other-window)
2510 (ffap-read-only-other-frame): Callers changed.
2511
2512 * help-mode.el: Don't require view package.
2513 (help-mode-finish): Set buffer-read-only instead of calling
2514 toggle-read-only.
2515
2516 * bindings.el (mode-line-toggle-read-only):
2517 * dired.el (dired-toggle-read-only):
2518 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2519 with non-nil second arg.
2520
2521 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2522 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2523 directly.
2524
2525 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2526
2527 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2528 not incf.
2529
2530 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 More CL cleanups and reduction of use of cl.el.
2533 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2534 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2535 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2536 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2537 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2538 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2539 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2540 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2541 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2542 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2543 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2544 * eshell/em-cmpl.el, eshell/em-banner.el:
2545 * calendar/parse-time.el: Use cl-lib.
2546 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2547 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2548 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2549 * term/ns-win.el, term.el, shell.el, ps-samp.el:
2550 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2551 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2552 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2553 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2554 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2555 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
2556 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
2557 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
2558 `lambda' rather than with `quote'.
2559 (eshell-do-opt): Adjust accordingly.
2560 (eshell-process-option): Simplify.
2561 * eshell/esh-var.el:
2562 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
2563 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
2564 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
2565 to `pcase--dontcare'.
2566 * emacs-lisp/cl.el (labels): Mark obsolete.
2567 (cl--letf, letf): Move to cl-lib.
2568 (cl--letf*, letf*): Remove.
2569 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
2570 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
2571 (cl-progv): Rewrite.
2572 (cl--letf, cl-letf): Move from cl.el.
2573 (cl-letf*): New macro.
2574 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
2575
2576 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
2577
2578 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
2579
2580 2012-07-11 Chong Yidong <cyd@gnu.org>
2581
2582 * vc/log-edit.el (log-edit-vc-backend): New variable.
2583 (log-edit): Doc fix.
2584
2585 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
2586 argument of log-edit to set up all local variables.
2587 (vc-start-logentry): New optional arg specifying VC backend.
2588
2589 * vc/vc.el (vc-checkin): Use it.
2590 (vc-deduce-fileset): Handle Log Edit buffers.
2591 (vc-diff): Make first argument optional too.
2592
2593 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
2594
2595 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
2598 command, just in case. The function is not needed anymore.
2599 (eshell-external-command): Do not call `eshell-remote-command'.
2600
2601 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 Reduce use of (require 'cl).
2604 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
2605 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
2606 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
2607 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
2608 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
2609 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
2610 * battery.el, avoid.el, abbrev.el: Use cl-lib.
2611 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
2612 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
2613 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
2614 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
2615 * calculator.el, autorevert.el, apropos.el: Don't require CL.
2616 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
2617 (byte-compile-unfold-bcf, byte-compile-check-variable):
2618 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2619 (byte-compile-nilconstp):
2620 * emacs-lisp/autoload.el (make-autoload): Use pcase.
2621 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2622
2623 * emacs-lisp/gv.el (cond): Make it a valid place.
2624 (if): Simplify slightly.
2625
2626 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2627 (pcase--self-quoting-p): New function.
2628 (pcase--u1): Use it.
2629
2630 2012-07-10 Glenn Morris <rgm@gnu.org>
2631
2632 * emacs-lisp/authors.el (authors-fixed-entries):
2633 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
2634
2635 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2636
2637 Rename configure.in to configure.ac (Bug#11603).
2638 * emacs-lisp/authors.el (authors-canonical-file-name):
2639 * progmodes/autoconf.el (autoconf-mode):
2640 Prefer configure.ac to configure.in.
2641
2642 2012-07-08 Chong Yidong <cyd@gnu.org>
2643
2644 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
2645 Implement the mouse-1-click-follows-link handling properly.
2646
2647 * info.el (Info-link-keymap): Use follow-link mechanism for
2648 header-line links (Bug#374).
2649
2650 * simple.el (deactivate-mark): Do not set the primary selection
2651 if another program has acquired it (Bug#11772).
2652
2653 2012-07-07 Kevin Ryde <user42@zip.com.au>
2654
2655 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
2656 (woman-decode-region): Replace escaped-escapes without destroying
2657 bold or underline (Bug#11552).
2658 (woman2-process-escapes): Handle nofill regions (Bug#11591).
2659
2660 2012-07-07 Chong Yidong <cyd@gnu.org>
2661
2662 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
2663 (interprogram-cut-function, interprogram-paste-function):
2664 Mention that we typically mean the clipboard.
2665
2666 2012-07-06 Glenn Morris <rgm@gnu.org>
2667
2668 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
2669
2670 * files.el (toggle-read-only): Restrict message to interactive use.
2671
2672 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
2673
2674 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
2675
2676 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
2677
2678 2012-07-06 Glenn Morris <rgm@gnu.org>
2679
2680 * Makefile.in (compile-one-process): Rename from "recompile".
2681
2682 * Makefile.in (bzr-update): "compile" is the same as "recompile
2683 autoloads", but parallelizable, so use that instead.
2684
2685 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
2686
2687 * window.el (quit-window): Always restore window height when
2688 it's saved in quit-restore parameter (Bug#11810).
2689
2690 2012-07-06 Glenn Morris <rgm@gnu.org>
2691
2692 * simple.el (kill-whole-line): Doc tweak.
2693
2694 2012-07-06 Eli Zaretskii <eliz@gnu.org>
2695
2696 * files.el (file-relative-name): Compare file names
2697 case-insensitively if on MS-Windows or MS-DOS, or if
2698 read-file-name-completion-ignore-case is non-nil. Don't use
2699 case-fold-search for this purpose. (Bug#11827)
2700
2701 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2702
2703 * calendar/cal-dst.el (calendar-current-time-zone):
2704 Return calendar-current-time-zone-cache if non-nil.
2705
2706 2012-07-17 Masatake YAMATO <yamato@redhat.com>
2707 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
2708
2709 * calendar/cal-dst.el (calendar-current-time-zone):
2710 Return calendar-current-time-zone-cache if non-nil.
2711
2712 2012-07-06 Glenn Morris <rgm@gnu.org>
2713
2714 * Makefile.in (cvs-update): Remove old alias.
2715
2716 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
2717
2718 Sync with Tramp 2.2.6-pre.
2719
2720 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
2721 compatible declaration.
2722
2723 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2724 Protect `list-load-path-shadows' call.
2725
2726 * net/tramp-compat.el (top): Require packages, which aren't
2727 autoloaded anymore for XEmacs. Protect call of
2728 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
2729 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
2730 it hurts at least for SXEmacs.
2731 (tramp-compat-temporary-file-directory): In XEmacs, there is no
2732 standard-value for `temporary-file-directory'.
2733
2734 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
2735 Redirect stderr to /dev/null.
2736 (tramp-sh-handle-write-region): uid and gid can be floats.
2737 Reported by Russell Sim <russell.sim@gmail.com>.
2738 (tramp-sh-handle-vc-registered): Hide errors.
2739 (tramp-vc-file-name-handler): Use dummy results for `process-file'
2740 and `start-file-process'.
2741 (tramp-maybe-open-connection): Check also whether `non-essential'
2742 is bound.
2743
2744 2012-07-04 Chong Yidong <cyd@gnu.org>
2745
2746 * xml.el (xml--parse-buffer): Use xml-syntax-table.
2747 (xml-parse-tag): Likewise, and avoid changing entity tables.
2748 (xml-syntax-table): Define from scratch, making sure not to give
2749 x2000 and other Unicode spaces whitespace syntax, since those are
2750 not spaces in XML.
2751 (xml-parse-fragment): Delete unused function.
2752 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
2753 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
2754 (xml-entity-ref, xml-pe-reference-re)
2755 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
2756 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
2757 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
2758 (xml-entity-value-re): Use syntax references in regexps where
2759 possible; no need to define inside a let-binding.
2760 (xml-parse-dtd): Use xml-pe-reference-re.
2761 (xml-entity-or-char-ref-re): New defconst.
2762 (xml-parse-string, xml-substitute-special): Use it.
2763
2764 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * files.el (locate-dominating-file): Allow `name' to be a predicate.
2767 (find-file--read-only): New function.
2768 (find-file-read-only, find-file-read-only-other-window)
2769 (find-file-read-only-other-frame): Use it.
2770 (insert-file-contents-literally): Don't `fset'.
2771 (get-free-disk-space): Use locate-dominating-file.
2772
2773 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
2774 function is already compiled.
2775
2776 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
2777
2778 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
2781 files on the same host.
2782
2783 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
2784
2785 * help-fns.el (describe-function-1): Only call
2786 help-fns--autoloaded-p when we have a file name. (Bug#11848)
2787
2788 2012-07-03 Chong Yidong <cyd@gnu.org>
2789
2790 * xml.el: Protect parser against XML bombs.
2791 (xml-entity-expansion-limit): New variable.
2792 (xml-parse-string, xml-substitute-special): Use it.
2793 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
2794
2795 2012-07-03 Glenn Morris <rgm@gnu.org>
2796
2797 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2798 Allow linking to specific messages in debbugs reports (eg 123#5).
2799
2800 2012-07-02 Chong Yidong <cyd@gnu.org>
2801
2802 * xml.el: Fix entity and character reference expansion, allowing
2803 them to expand into markup as per XML spec.
2804 (xml-default-ns): New variable.
2805 (xml-entity-alist): Use XML spec definitions for lt and amp.
2806 (xml-parse-region): Make first two arguments optional.
2807 Discard text properties.
2808 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
2809 All callers changed.
2810 (xml-parse-tag): Call xml-parse-tag-1. For backward
2811 compatibility, this function should not modify buffer contents.
2812 (xml-parse-tag-1): Fix opening-tag regexp.
2813 (xml-parse-string): Rewrite, handling entity and character
2814 references properly.
2815 (xml--entity-replacement-text): Signal an error if a parameter
2816 entity is undefined.
2817
2818 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * comint.el (comint-output-filter): Filter out repeated prompts.
2821
2822 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
2823 and file-name-absolute-p.
2824 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
2825 internal calls.
2826
2827 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
2828
2829 Spelling fixes.
2830 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
2831 Rename from byte-compile--refiy-function. All uses changed.
2832
2833 2012-07-01 Chong Yidong <cyd@gnu.org>
2834
2835 * xml.el (xml--parse-buffer): New function. Move most of
2836 xml-parse-region here.
2837 (xml-parse-region): Copy region into a temporary buffer, since
2838 parameter entity substitution requires changing buffer contents.
2839 Use xml--parse-buffer.
2840 (xml-parse-file): Use xml--parse-buffer.
2841 (xml-parse-dtd): Make parameter entity substitution work right.
2842 Use proper regexps for ELEMENT declarations (Bug#7172).
2843
2844 2012-06-30 Glenn Morris <rgm@gnu.org>
2845
2846 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
2847
2848 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
2849 Remove outdated and unnecessary dbus declarations.
2850
2851 2012-06-30 Eli Zaretskii <eliz@gnu.org>
2852
2853 * emacs-lisp/timer.el (timer-until): Subtract results of
2854 float-time, instead of taking float-time of the result of
2855 time-subtract, since float-time signals an error for negative time
2856 arguments.
2857
2858 2012-06-30 Chong Yidong <cyd@gnu.org>
2859
2860 * xml.el (xml-*-re): Convert defvars into defconsts, and
2861 eval-and-compile them so eval-and-compile works on derivatives.
2862 (xml--entity-replacement-text): Use eval-and-comple.
2863
2864 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
2865
2866 * vc/vc-git.el (vc-git-registered): Use cache property
2867 `git-registered'.
2868 (vc-git-mode-line-string): Call `vc-working-revision' instead of
2869 `vc-git-working-revision' in order to benefit from the cache.
2870 (vc-git-root): Use cache property `git-root'. (Bug#11757)
2871
2872 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
2873
2874 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2875 removed (likely outside Emacs). (Bug#11757)
2876
2877 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 * emacs-lisp/cl-lib.el: Require macroexp.
2880
2881 2012-06-30 Chong Yidong <cyd@gnu.org>
2882
2883 * xml.el: Implement XML parameter entities.
2884 (xml-parameter-entity-alist): New variable.
2885 (xml-parse-region, xml-parse-fragment): Preserve previous values
2886 of xml-entity-alist and xml-parameter-entity-alist, so that
2887 repeated calls on different documents do not change them.
2888 (xml-parse-tag): Fix doctype regexp.
2889 (xml--entity-replacement-text): New function.
2890 (xml-parse-dtd): Use it. Don't handle system entities; doing that
2891 properly requires url retrieval which is unimplemented.
2892 (xml-escape-string): Doc fix.
2893
2894 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
2897
2898 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
2899
2900 * fringe.el (fringe-mode): Doc fix.
2901
2902 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
2903
2904 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
2905 is non-nil.
2906 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
2907 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
2908
2909 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
2910
2911 * calendar/cal-dst.el (calendar-current-time-zone):
2912 Return calendar-current-time-zone-cache if non-nil.
2913
2914 2012-06-29 Masatake YAMATO <yamato@redhat.com>
2915
2916 * progmodes/which-func.el (which-func-format):
2917 Add mouse-face. (Bug#11698)
2918
2919 2012-06-29 Leo Liu <sdl.web@gmail.com>
2920
2921 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
2922
2923 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * minibuffer.el (minibuffer-confirm-exit-commands):
2926 Add completion-at-point (bug#11725).
2927
2928 2012-06-29 Glenn Morris <rgm@gnu.org>
2929
2930 * progmodes/f90.el (f90-font-lock-keywords-2):
2931 Add some preprocessor elements. (Bug#10499)
2932
2933 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * progmodes/cperl-mode.el (cperl-update-syntaxification):
2936 Use syntax-propertize (bug#11739).
2937
2938 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
2941
2942 2012-06-28 Julien Danjou <julien@danjou.info>
2943
2944 * term.el (term-handle-colors-array): Use a set of new faces to
2945 color the terminal. Also uses :inverse-video property.
2946 (term-default-fg-color): Set to nil by default, deprecate in favor
2947 of `term-face'.
2948 (term-default-bg-color): Set to nil by default, deprecate in favor
2949 of `term-face'.
2950 (term-current-face): Use `term-face' by default.
2951 (term-bold-attribute): Variable deleted.
2952
2953 2012-06-28 Glenn Morris <rgm@gnu.org>
2954
2955 * simple.el (completion-list-mode-finish):
2956 Don't use toggle-read-only. (Since completion-list-mode has
2957 a special mode-class, it wasn't doing anything extra anyway.)
2958
2959 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 Make inlining of other-mode interpreted functions work (bug#11799).
2962 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
2963 (byte-compile): Use it to fix compilation of lexical-binding closures.
2964 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
2965 function, if needed.
2966
2967 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * help-mode.el (help-make-xrefs): Don't just withstand
2970 cyclic-variable-indirection but any error in documentation-property.
2971
2972 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
2973 memory use.
2974 * bindings.el (bindings--define-key): New function.
2975 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
2976 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
2977 * bindings.el: Use it to purecopy define-key bindings.
2978
2979 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
2980
2981 * emacs-lisp/cl.el (flet): Mark obsolete.
2982 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
2983 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
2984 * progmodes/js.el (js-c-fill-paragraph):
2985 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
2986 (ebrowse-switch-member-buffer-to-derived-class):
2987 * play/5x5.el (5x5-solver): Use cl-flet.
2988
2989 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
2990 (cl--symbol-function): New macro.
2991 (cl--letf, cl--letf*): Use it.
2992
2993 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2994 Strip "toggle-" if any.
2995
2996 2012-06-27 Glenn Morris <rgm@gnu.org>
2997
2998 * info.el (Info-default-directory-list): Move here from paths.el.
2999 * paths.el: Remove file, which is now empty.
3000 * loadup.el: No longer load "paths".
3001
3002 * custom.el (custom-initialize-delay): Doc fix.
3003
3004 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3005 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3006 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3007 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3008 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3009 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3010 * eshell/eshell.el (eshell-defgroup): Remove alias.
3011
3012 2012-06-27 Chong Yidong <cyd@gnu.org>
3013
3014 * help.el (help-enable-auto-load): New variable.
3015
3016 * help-fns.el (help-fns--autoloaded-p): New function.
3017 (describe-function-1): Refer to a function as "autoloaded" if it
3018 was autoloaded at any time in the past. Perform autoloading if
3019 help-enable-auto-load is non-nil.
3020
3021 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3022
3023 * makefile.w32-in (compile, compile-always): Depend on
3024 update-subdirs, not on subdirs.el. Otherwise, several different
3025 sub-targets of 'bootstrap' running in parallel could
3026 simultaneously write to subdirs.el, producing a garbled file.
3027
3028 2012-06-26 Sam Steingold <sds@gnu.org>
3029
3030 * files.el (file-name-base): New convenience function.
3031 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3032 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3033 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3034 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3035 * textmodes/ispell.el, textmodes/reftex-ref.el:
3036 * textmodes/tex-mode.el: Use it.
3037 Did not touch cedet and org because they are maintained elsewhere.
3038
3039 2012-06-26 Martin Rudalics <rudalics@gmx.at>
3040
3041 * calendar/calendar.el (calendar-exit): Don't try to delete or
3042 iconify last frame. See:
3043 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3044
3045 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3046
3047 * server.el (server-process-filter): Remember dir in the
3048 process's `server-client-directory' properties.
3049
3050 2012-06-24 Chong Yidong <cyd@gnu.org>
3051
3052 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3053 non-tag text.
3054
3055 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3058
3059 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * help-fns.el (describe-variable): Don't croak when doc is not found.
3062 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3063 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3064 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3065 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3066 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3067 ((lambda ..) ..).
3068 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3069
3070 2012-06-23 Chong Yidong <cyd@gnu.org>
3071
3072 * info.el (Info-mouse-follow-link): Accept symbol values of
3073 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
3074 (Info-fontify-node): Use Info-link-keymap for all navigation
3075 buttons, with link-args property to perform the desired action.
3076 (Info-link-keymap): Doc fix.
3077 (Info-next-link-keymap, Info-prev-link-keymap)
3078 (Info-up-link-keymap): Delete now-unused keymaps.
3079
3080 2012-06-23 Chong Yidong <cyd@gnu.org>
3081
3082 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3083
3084 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3085 system abbrevs.
3086
3087 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3088
3089 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3092 (bug#11719).
3093
3094 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3095 the requote function doesn't work properly (bug#11714).
3096
3097 2012-06-23 Glenn Morris <rgm@gnu.org>
3098
3099 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3100
3101 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 Further GV/CL cleanups.
3104 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3105 gv-expander.
3106 (gv--defun-declaration): New function.
3107 (defun-declarations-alist): Use it.
3108 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3109 (gv-place): Autoload.
3110 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3111 original definition of dotimes and dolist.
3112 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3113 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3114 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3115 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3116 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3117 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3118 to the function's definition.
3119 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3120 * window.el:
3121 * files.el:
3122 * faces.el:
3123 * env.el: Don't use CL.
3124
3125 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3126
3127 Support higher-resolution time stamps (Bug#9000).
3128
3129 * calendar/time-date.el (with-decoded-time-value): New arg
3130 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3131 (encode-time-value): New optional arg PICO. New type 3.
3132 (time-to-seconds) [!float-time]: Support the new picoseconds
3133 component if it's used.
3134 (seconds-to-time, time-subtract, time-add):
3135 Support ps-resolution time stamps as well.
3136
3137 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3138 (timerp): Timer vectors now have length 9, not 8.
3139 (timer--time): Support new-style (4-part) time stamps.
3140 (timer-next-integral-multiple-of-time): Time stamps now have
3141 picosecond resolution, so take a bit more care about rounding.
3142 (timer-relative-time, timer-inc-time): New optional arg psecs.
3143 (timer-set-time-with-usecs): Set psecs to 0.
3144 (timer--activate): Check psecs component, too.
3145
3146 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3147
3148 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3151 Move the non-essential binding to the post/pre-command-hook where it is
3152 more obviously correct.
3153
3154 * subr.el (read-passwd): Don't use a history at all.
3155 * savehist.el (savehist-save): Remove password saved accidentally
3156 because of the above bug.
3157
3158 2012-06-22 Bastien Guerry <bzg@gnu.org>
3159
3160 * files.el (toggle-read-only): Display a message telling whether
3161 the buffer is read-only or not (bug#11726).
3162
3163 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * emacs-lisp/gv.el: New file.
3166 * subr.el (push, pop): Extend to generalized variables.
3167 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3168 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3169 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3170 gv-define-simple-setter, and gv-define-expander.
3171 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3172 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3173 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3174 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3175 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3176 gv-letplace.
3177 (cl-defstruct): Don't define setf-method any more.
3178 * emacs-lisp/cl.el (flet): Don't autoload.
3179 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3180 (define-setf-expander, defsetf, define-modify-macro)
3181 (cl-struct-setf-expander): Move from cl-lib.el.
3182 * emacs-lisp/syntax.el:
3183 * emacs-lisp/ewoc.el:
3184 * emacs-lisp/smie.el:
3185 * emacs-lisp/cconv.el:
3186 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3187 (timer--time): Use gv-define-simple-setter.
3188 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3189 to avoid coding-system problems in subr.el. Adjust all users.
3190 (macroexp--maxsize, macroexp-small-p): New functions.
3191 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3192 * scroll-bar.el (scroll-bar-mode):
3193 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3194 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3195 * winner.el (winner-configuration, winner-make-point-alist)
3196 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3197 * files.el (locate-file-completion-table): Avoid list*.
3198
3199 2012-06-22 Chong Yidong <cyd@gnu.org>
3200
3201 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3202 (dired-create-files): Doc fix (Bug#11329).
3203 (dired-do-copy): Doc fix (Bug#11334).
3204 (dired-mark-read-string): Doc fix (Bug#11553).
3205
3206 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3207 Doc fix (Bug#11326).
3208 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3209 (dired-dwim-target): Doc fix.
3210
3211 * wdired.el (wdired-mode): Doc fix.
3212
3213 2012-06-22 Glenn Morris <rgm@gnu.org>
3214
3215 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3216 (pcmpl-rpm-cache-stamp-file): New constant.
3217 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3218 (pcmpl-rpm-packages): Optionally cache list of packages.
3219
3220 * pcmpl-rpm.el (pcmpl-rpm): New group.
3221 (pcmpl-rpm-query-options): New option.
3222 (pcmpl-rpm-packages): No need to inline it.
3223 Use pcmpl-rpm-query-options.
3224
3225 * calendar/calendar.el (calendar-in-read-only-buffer):
3226 Avoid some needless mode changes.
3227
3228 2012-06-21 Chong Yidong <cyd@gnu.org>
3229
3230 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3231 (desktop-path): Remove . from the default value (Bug#10977).
3232 (desktop-read): Use user-emacs-directory if desktop-path is nil.
3233
3234 2012-06-20 Chong Yidong <cyd@gnu.org>
3235
3236 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3237
3238 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3239
3240 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3241 (bug#11201).
3242
3243 2012-06-20 Chong Yidong <cyd@gnu.org>
3244
3245 * term.el (term-window-width): Handle the case of a missing right
3246 fringe (Bug#8837).
3247 (term-check-size): Use window-text-height (Bug#5445).
3248 (term-mode): Use define-derived-mode. Minor cleanups.
3249 Set font-lock-defaults (Bug#7692).
3250 (term-move-columns, term-insert-char, term-emulate-terminal)
3251 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
3252
3253 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
3254
3255 * net/ange-ftp.el (ange-ftp-get-passwd):
3256 Bind `enable-recursive-minibuffers'.
3257 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3258
3259 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3260
3261 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3262
3263 2012-06-19 Glenn Morris <rgm@gnu.org>
3264
3265 * progmodes/python.el (python-mode): Derive from prog-mode.
3266
3267 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3268
3269 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3270 (edt-user-menu-bar-update-buffers): New functions.
3271 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3272
3273 2012-06-19 Chong Yidong <cyd@gnu.org>
3274
3275 * subr.el (with-selected-window): Preserve the selected window's
3276 terminal's top-frame (Bug#4702).
3277
3278 * window.el (save-selected-window): Likewise.
3279
3280 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * progmodes/python.el (python-rx-constituents): Move backquote.
3283 (python-skeleton-define, python-define-auxiliary-skeleton):
3284 Use `declare'.
3285
3286 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
3287
3288 * minibuffer.el (read-file-name-default): Revert the patch from
3289 2012-06-17.
3290
3291 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3294 (pcase--u1, pcase--q1): Don't use apply-partially.
3295
3296 2012-06-18 Glenn Morris <rgm@gnu.org>
3297
3298 * progmodes/python.el (python-proc, python-buffer)
3299 (python-send-receive, python-send-string): Fix obsolete versions.
3300
3301 2012-06-18 Martin Rudalics <rudalics@gmx.at>
3302
3303 * window.el (special-display-p): Completely remove stringp
3304 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3305
3306 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
3307
3308 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3309
3310 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3311
3312 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3313 * net/tramp-sh.el (tramp-maybe-open-connection):
3314 Throw if `non-essential' is non-nil.
3315
3316 2012-06-17 Martin Rudalics <rudalics@gmx.at>
3317
3318 * window.el (special-display-p): Signal an error if BUFFER-NAME
3319 is not a string (Bug#11713).
3320
3321 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3322
3323 * progmodes/python.el (python-info-beginning-of-backslash):
3324 Rename from python-info-beginning-of-backlash, as a spelling fix.
3325
3326 2012-06-17 Chong Yidong <cyd@gnu.org>
3327
3328 * term.el (term-emulate-terminal): If term-check-size is called,
3329 move point to the process mark without resetting point (Bug#4635).
3330
3331 2012-06-17 Glenn Morris <rgm@gnu.org>
3332
3333 * international/mule-cmds.el (mule-menu-keymap)
3334 (set-language-environment, set-locale-environment): Doc tweaks.
3335
3336 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3337
3338 * cus-face.el (custom-face-attributes): Add wave-style underline
3339 attribute.
3340 * faces.el (set-face-attribute): Update docstring to describe
3341 wave-style underline attribute.
3342
3343 2012-06-16 Chong Yidong <cyd@gnu.org>
3344
3345 * term/xterm.el (terminal-init-xterm): Discard input before
3346 querying background mode (Bug#10959).
3347
3348 2012-06-16 Stefan Merten <smerten@oekonux.de>
3349
3350 * textmodes/rst.el: Added and corrected some comments.
3351 (rst-re-alist-def): Improve symbol syntax.
3352 (rst-mode-syntax-table): Correct syntax entries.
3353 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3354 (rst-official-version, rst-official-cvs-rev): Update version
3355 information.
3356
3357 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3360 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3361
3362 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3363
3364 * progmodes/python.el: New python.el merge.
3365 (python-guess-indent): Obsolete var.
3366 (python-indent-guess-indent-offset): New defcustom.
3367 (python-indent): Obsolete var.
3368 (python-indent-offset): New defcustom.
3369 (python-python-command, python-jython-command): Delete var.
3370 (python-shell-interpreter): New defcustom.
3371 (python-pdbtrack-do-tracking-p): Delete var.
3372 (python-pdbtrack-activate): New defcustom.
3373 (python-use-skeletons): Obsolete var.
3374 (python-skeleton-autoinsert): New defcustom.
3375 (inferior-python-filter-regexp, python-continuation-offset)
3376 (python-honour-comment-indentation, python-indent-string-contents)
3377 (python-jython-packages, python-mode-hook)
3378 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3379 (python-shell-prompt-alist)
3380 (python-source-modes): Delete defcustoms.
3381 (python-check-buffer-name, python-eldoc-setup-code)
3382 (python-eldoc-string-code, python-ffap-setup-code)
3383 (python-ffap-string-code, python-fill-comment-function)
3384 (python-fill-decorator-function, python-fill-paren-function)
3385 (python-fill-string-function, python-imenu-include-defun-type)
3386 (python-imenu-make-tree, python-imenu-subtree-root-label)
3387 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3388 (python-shell-compilation-regexp-alist)
3389 (python-shell-completion-module-string-code)
3390 (python-shell-completion-pdb-string-code)
3391 (python-shell-completion-setup-code)
3392 (python-shell-completion-string-code)
3393 (python-shell-enable-font-lock, python-shell-exec-path)
3394 (python-shell-extra-pythonpaths)
3395 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3396 (python-shell-process-environment)
3397 (python-shell-prompt-block-regexp)
3398 (python-shell-prompt-output-regexp)
3399 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3400 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3401 (python-shell-virtualenv-path): New defcustoms.
3402 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3403 (inferior-python-mode-syntax-table, python--prompt-regexp)
3404 (python-buffer, python-command python-python-command)
3405 (python-default-template, python-imports, python-indent-index)
3406 (python-indent-list, python-indent-list-length)
3407 (python-mode-running, python-pdbtrack-is-tracking-p)
3408 (python-preoutput-continuation, python-preoutput-leftover)
3409 (python-preoutput-result, python-preoutput-skip-next-prompt)
3410 (python-prev-dir/file, python-recursing)
3411 (python-saved-check-command, python-version-checked)
3412 (python-which-func-length-limit)
3413 (view-return-to-alist): Delete vars.
3414 (python-check-custom-command, python-dotty-syntax-table)
3415 (python-imenu-index-alist, python-indent-current-level)
3416 (python-indent-dedenters, python-indent-levels)
3417 (python-nav-beginning-of-defun-regexp)
3418 (python-nav-list-defun-positions-cache)
3419 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3420 (python-shell-internal-buffer)
3421 (python-skeleton-available): New vars.
3422 (def-python-skeleton): Delete macro.
3423 (python-skeleton-define): New macro.
3424 (python-define-auxiliary-skeleton, python-rx): New macros.
3425 (python-insert-class): Delete command.
3426 (python-skeleton-class): New command.
3427 (python-insert-def): Delete command.
3428 (python-skeleton-def): New command.
3429 (python-insert-for): Delete command.
3430 (python-skeleton-for): New command.
3431 (python-insert-if): Delete command.
3432 (python-skeleton-if): New command.
3433 (python-insert-try/except, python-insert-try/finally): Delete commands.
3434 (python-skeleton-try): New command.
3435 (python-insert-while): Delete command.
3436 (python-skeleton-while): New command.
3437 (python-backspace): Delete command.
3438 (python-indent-dedent-line-backspace): New command.
3439 (python-electric-colon): Delete command.
3440 (python-indent-electric-colon): New command.
3441 (python-guess-indent): Delete command.
3442 (python-indent-guess-indent-offset): New command.
3443 (python-shift-left): Delete command.
3444 (python-indent-shift-left): New command.
3445 (python-shift-right): Delete command.
3446 (python-indent-shift-right): New command.
3447 (python-find-function): Delete command.
3448 (python-nav-jump-to-defun): New command.
3449 (python-next-statement): Delete command.
3450 (python-nav-forward-sentence): New command.
3451 (python-previous-statement): Delete command.
3452 (python-nav-backward-sentence): New command.
3453 (python-fill-paragraph): Delete command.
3454 (python-fill-paragraph-function): New command.
3455 (python-send-buffer): Delete command.
3456 (python-shell-send-buffer): New command.
3457 (python-send-defun): Delete command.
3458 (python-shell-send-defun): New command.
3459 (python-send-region, python-send-region-and-go): Delete commands.
3460 (python-shell-send-region)
3461 (python-shell-switch-to-shell): New commands.
3462 (python-send-string): Delete command.
3463 (python-shell-send-string): New command.
3464 (python-switch-to-python): Delete command.
3465 (python-shell-switch-to-shell): New command.
3466 (python-describe-symbol): Delete command.
3467 (python-eldoc-at-point): New command.
3468 (python--set-prompt-regexp, python-args-to-list)
3469 (python-after-info-look, python-check-version)
3470 (python-check-comint-prompt, python-find-imports)
3471 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3472 (python-unload-function, python-expand-template)
3473 (python-maybe-jython, python-preoutput-filter)
3474 (python-pdbtrack-get-source-buffer)
3475 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3476 (python-pdbtrack-toggle-stack-tracking)
3477 (python-pdbtrack-track-stack-file, python-initial-text)
3478 (python-first-word, python-comment-line-p, python-send-command)
3479 (python-setup-brm, python-sentinel, python-set-proc)
3480 (python-skip-out, python-input-filter, python-outdent-p)
3481 (python-outline-level, python-backslash-continuation-line-p)
3482 (python-end-of-block, python-end-of-statement, python-mark-block)
3483 (python-beginning-of-block, python-beginning-of-statement)
3484 (python-blank-line-p, python-beginning-of-string)
3485 (python-open-block-statement-p): Delete functions.
3486 (python-indent-line, python-indent-line-1): Delete functions.
3487 (python-indent-line): New function.
3488 (python-indentation-levels): Delete function.
3489 (python-indent-calculate-levels): New function.
3490 (python-proc): Delete function.
3491 (python-shell-get-process): New function.
3492 (python-send-receive): Delete function.
3493 (python-shell-send-string-no-output): New function.
3494 (python-module-path): Delete function.
3495 (python-ffap-module-path): New function.
3496 (python-completion-at-point)
3497 (python-symbol-completions): Delete functions.
3498 (python-completion-complete-at-point): New function.
3499 (python-load-file): Delete function.
3500 (python-shell-send-file): New function.
3501 (python-calculate-indentation): Delete function.
3502 (python-indent-calculate-indentation): New function.
3503 (python-skip-comments/blanks): Delete function.
3504 (python-util-forward-comment): New function.
3505 (python-continuation-line-p): Delete function.
3506 (python-info-continuation-line-p): New function.
3507 (python-which-func, python-current-defun): Delete function.
3508 (python-info-current-defun): New function.
3509 (python-beginning-of-defun): Delete function.
3510 (python-nav-beginning-of-defun): New function.
3511 (python-close-block-statement-p)
3512 (python-block-end-p): Delete function.
3513 (python-info-closing-block): New function.
3514 (python-comint-output-filter-function)
3515 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3516 (python-fill-comment, python-fill-decorator, python-fill-paren)
3517 (python-fill-string, python-imenu-make-element-tree)
3518 (python-imenu-make-tree, python-imenu-tree-assoc)
3519 (python-indent-context, python-indent-dedent-line)
3520 (python-indent-line-function)
3521 (python-indent-post-self-insert-function)
3522 (python-indent-toggle-levels)
3523 (python-info-assignment-continuation-line-p)
3524 (python-info-beginning-of-backlash)
3525 (python-info-block-continuation-line-p)
3526 (python-info-closing-block-message)
3527 (python-info-line-ends-backslash-p)
3528 (python-info-looking-at-beginning-of-defun)
3529 (python-info-ppss-context, python-info-ppss-context-type)
3530 (python-nav-list-defun-positions, python-nav-read-defun)
3531 (python-nav-sentence-end, python-nav-sentence-start)
3532 (python-pdbtrack-comint-output-filter-function)
3533 (python-pdbtrack-set-tracked-buffer)
3534 (python-shell-calculate-exec-path)
3535 (python-shell-calculate-process-environment)
3536 (python-shell-completion--do-completion-at-point)
3537 (python-shell-completion--get-completions)
3538 (python-shell-completion-complete-at-point)
3539 (python-shell-completion-complete-or-indent)
3540 (python-shell-get-or-create-process)
3541 (python-shell-get-process-name)
3542 (python-shell-internal-get-or-create-process)
3543 (python-shell-internal-get-process-name)
3544 (python-shell-internal-send-string, python-shell-make-comint)
3545 (python-shell-parse-command, python-shell-send-setup-code)
3546 (python-skeleton-add-menu-items)
3547 (python-util-clone-local-variables, python-util-position)
3548 (run-python-internal, python-indentation-levels)
3549 (python-nav-beginning-of-defun)
3550 (python-completion-complete-at-point): New functions.
3551 (run-python): Change arguments. New API requirements.
3552
3553 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
3556 (bug#11649).
3557
3558 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
3559 (macroexp--expand-all): Use it.
3560
3561 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
3562 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
3563 Use `cl-function' instead.
3564
3565 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
3568 Suggested by Stefan Monnier while discussing bug#11657.
3569
3570 2012-06-14 Sam Steingold <sds@gnu.org>
3571
3572 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
3573
3574 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
3575
3576 * play/doctor.el (doctor-doc): Remove parameter and use
3577 doctor-sent instead of sent.
3578 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
3579
3580 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * files.el: Require cl-lib.
3583 (file-name-non-special): Replace case -> cl-case.
3584
3585 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
3586
3587 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
3588 mapping from #' to function*.
3589
3590 2012-06-13 Chong Yidong <cyd@gnu.org>
3591
3592 * mouse.el (mouse-drag-track): Do not set the mark if the user
3593 releases the mouse without selecting anything (Bug#11588).
3594
3595 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
3598 as well (bug#11646).
3599
3600 * loadup.el: Count byte-code functions as well.
3601
3602 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
3603 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
3604
3605 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
3606 (bug#11649). Add cl-defun and cl-defmacro.
3607
3608 2012-06-13 Drew Adams <drew.adams@oracle.com>
3609
3610 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3611 Fix last change.
3612
3613 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
3614
3615 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
3616 Otherwise, it blocks in batch mode.
3617
3618 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * help-mode.el (bookmark-make-record-default): Declare.
3621
3622 2012-06-13 Chong Yidong <cyd@gnu.org>
3623
3624 * emacs-lisp/package.el (list-packages): Compute a list of
3625 packages that are newly-available since the last list-packages
3626 invocation.
3627 (package-menu--new-package-list): New var.
3628 (package-menu--generate, package-menu--print-info)
3629 (package-menu--status-predicate, package-menu-mark-install):
3630 Handle new status label "new".
3631
3632 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
3635 conversion to backquotes.
3636
3637 2012-06-12 Chong Yidong <cyd@gnu.org>
3638
3639 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
3640 Rename from gud-inhibit-global-bindings.
3641
3642 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
3643
3644 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
3645 hook from nxml-glyph-set-hook.
3646
3647 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
3648 declaration.
3649
3650 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
3651
3652 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
3653 Convert to defcustom.
3654
3655 2012-06-12 Drew Adams <drew.adams@oracle.com>
3656
3657 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3658 New functions.
3659 (help-mode): Use them.
3660
3661 2012-06-11 Glenn Morris <rgm@gnu.org>
3662
3663 * progmodes/fortran.el (fortran-font-lock-keywords-3):
3664 Use preprocessor face for directives.
3665 (fortran-directive-re): Doc fix.
3666
3667 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
3670 conversion to backquotes (bug#11652).
3671
3672 Fix compiler-expansion of CL's cXXr functions (bug#11673).
3673 * emacs-lisp/cl-lib.el (cl--defalias): New function.
3674 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
3675 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
3676 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3677 (cl-ninth, cl-tenth): Mark them as inlinable.
3678 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
3679 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
3680 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
3681 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
3682 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
3683 (cl-list*, cl-adjoin): Don't put an autoload manually.
3684 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
3685 (cl--compiler-macro-list*): Add autoload cookie.
3686 (cl--compiler-macro-cXXr): New function.
3687
3688 * help-fns.el (help-fns--compiler-macro): New function extracted from
3689 describe-function-1; follow aliases and use `compiler-macro' property.
3690 (describe-function-1): Use it.
3691
3692 2012-06-11 Chong Yidong <cyd@gnu.org>
3693
3694 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
3695 is uninstalled, if imagemagick is installed.
3696
3697 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * emacs-lisp/cl-lib.el: Use lexical-binding.
3700 (cl-map-extents, cl-maclisp-member): Remove.
3701 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
3702 (cl--set-substring, cl--block-wrapper, cl--block-throw)
3703 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
3704 * emacs-lisp/cl-extra.el: Use lexical-binding.
3705 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
3706 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
3707 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
3708 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
3709 * emacs-lisp/cl-seq.el: Use lexical-binding.
3710 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
3711 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
3712 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
3713 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
3714 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
3715 CL's internals.
3716
3717 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
3718
3719 Sync with Tramp 2.2.6-pre.
3720
3721 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
3722 `print-length' and `print-level' to nil, in order to avoid
3723 truncation. Reported by Christopher Schmidt
3724 <christopher@ristopher.com>.
3725
3726 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
3727
3728 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
3729 New defmacro.
3730 (tramp-compat-copy-directory): Add optional argument
3731 COPY-CONTENTS. It is not handled yet.
3732
3733 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
3734 (tramp-ftp-file-name-p): Simplify.
3735
3736 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
3737 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
3738 connection vector.
3739
3740 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
3741 (tramp-methods): Do not use `tramp-password-end-of-line'.
3742 (tramp-completion-function-alist-putty): Handle UNIX case.
3743 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
3744 (tramp-do-file-attributes-with-stat)
3745 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
3746 gid as real numbers. They could run out of integer range on cygwin.
3747 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
3748 (tramp-sh-handle-expand-file-name): Handle hops.
3749 (tramp-open-connection-setup-interactive-shell):
3750 Use `tramp-cleanup'. Move check for busyboxes ...
3751 (tramp-find-shell): ... here. Simplify implementation.
3752 Set "remote-shell" property also for alternative shells.
3753 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
3754 If failing, a regular file would be written otherwise.
3755 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
3756 (tramp-find-inline-encoding): Cache the coding commands in the
3757 process cache. Apply test command on the remote side, if defined.
3758 (tramp-find-inline-compress): Cache the compress commands in the
3759 process cache.
3760 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
3761 when requested. Handle hops.
3762 (tramp-current-connection): New defvar.
3763 (tramp-maybe-open-connection): Use `tramp-cleanup'.
3764 Throw `suppress', if there was a failed connection shortly before.
3765 Handle user interrupt. (Bug#10187)
3766 (tramp-get-inline-compress, tramp-get-inline-coding):
3767 Read connection properties from the process cache.
3768
3769 * net/tramp-smb.el (tramp-smb-server-version)
3770 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
3771 New defconsts.
3772 (tramp-smb-prompt): Extend for powershell prompt.
3773 (tramp-smb-file-name-handler-alist): Add handlers for
3774 `process-file', `shell-command' and `start-file-process'.
3775 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
3776 (tramp-smb-winexe-shell-command-switch): New defcustoms.
3777 (tramp-smb-file-name-p): Simplify.
3778 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
3779 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
3780 (tramp-smb-shell-quote-argument): New defuns.
3781 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
3782 Implement using "tar". By this, time-stamps are preserved.
3783 (tramp-smb-handle-copy-file): Handle also the case of directories.
3784 (tramp-smb-do-file-attributes-with-stat)
3785 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
3786 Use `tramp-get-connection-buffer').
3787 (tramp-smb-handle-rename-file): Use "rename", when source and
3788 target are on the same share.
3789 (tramp-smb-maybe-open-connection): Handle wrong passwords.
3790 Use `tramp-smb-server-version'.
3791 (tramp-smb-wait-for-output): Remove prompt.
3792
3793 * net/tramp.el (top): Require 'cl.
3794 (tramp-methods, tramp-rsh-end-of-line):
3795 Remove `tramp-password-end-of-line' from docstring.
3796 (tramp-save-ad-hoc-proxies): New defcustom.
3797 (tramp-completion-function-alist): Adapt docstring.
3798 (tramp-default-password-end-of-line): Remove defcustom.
3799 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
3800 (tramp-user-regexp, tramp-file-name-regexp-unified)
3801 (tramp-file-name-regexp-url): Extend regexp by hop separator.
3802 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
3803 (tramp-remote-file-name-spec-regexp): New defconst.
3804 (tramp-file-name-structure): Extend structure for hops.
3805 (tramp-get-method-parameter): Move up.
3806 (tramp-file-name-p, tramp-dissect-file-name)
3807 (with-parsed-tramp-file-name): Handle hops.
3808 (tramp-file-name-hop): New defun.
3809 (tramp-make-tramp-file-name): New optional arg HOP.
3810 (tramp-message-show-progress-reporter-message): New defvar.
3811 (tramp-with-progress-reporter): Use it. We cannot use
3812 `tramp-message-show-message' here, because this suppresses also
3813 error buffers.
3814 (tramp-error-with-buffer): Suppress buffer view, if
3815 `tramp-message-show-message' is nil.
3816 Use `tramp-get-connection-buffer'.
3817 (tramp-cleanup): New defun.
3818 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
3819 (tramp-file-name-handler): If `debug-on-error' is set, propagate
3820 an error unchanged.
3821 (tramp-completion-handle-file-name-all-completions): Handle hops.
3822 Fix an error when called from ido.
3823 (tramp-completion-dissect-file-name): Use better local variable
3824 name. Add hop to the vector.
3825 (tramp-handle-insert-file-contents): Use progress-reporter for the
3826 whole scenario.
3827 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
3828 to `t'.
3829 (tramp-check-for-regexp): Simplify search.
3830 (tramp-enter-password): Remove it. Move implementation ...
3831 (tramp-action-password): ... here.
3832 (tramp-mode-string-to-int, tramp-local-host-p)
3833 (tramp-make-tramp-temp-file, tramp-read-passwd)
3834 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
3835 Set tramp-autoload cookie.
3836
3837 * net/trampver.el: Update release number.
3838
3839 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3840 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * net/tramp.el (tramp-set-completion-function): Fix docstring.
3843 (tramp-parse-group, tramp-parse-file)
3844 (tramp-parse-shostkeys-sknownhosts): New defuns.
3845 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
3846 (tramp-parse-shosts-group, tramp-parse-sconfig)
3847 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
3848 (tramp-parse-sknownhosts, tramp-parse-hosts)
3849 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
3850 Use them.
3851 (tramp-parse-passwd-group, tramp-parse-netrc-group)
3852 (tramp-parse-putty-group): Don't narrow.
3853 (tramp-parse-putty): Make a loop.
3854 (tramp-file-name-handler): Catch the `suppress' signal.
3855
3856 2012-06-11 Chong Yidong <cyd@gnu.org>
3857
3858 * image.el (imagemagick-register-types): Put the ImageMagick entry
3859 at the end of image-type-file-name-regexps.
3860
3861 2012-06-11 Johan Bockgård <bojohan@gnu.org>
3862
3863 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
3864 (pcase, pcase-let*, pcase-dolist): Use them.
3865
3866 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * emacs-lisp/pcase.el (pcase--let*): New function.
3869 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
3870 (pcase--expand): Use macroexp-let².
3871
3872 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
3875 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
3876 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
3877 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
3878 * emacs-lisp/derived.el: Use pcase instead of `cl'.
3879 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
3880
3881 2012-06-10 Glenn Morris <rgm@gnu.org>
3882
3883 * mail/rmail.el (rmail-yank-current-message): Leave point at
3884 correct position. (Bug#11660)
3885
3886 2012-06-10 Chong Yidong <cyd@gnu.org>
3887
3888 * allout-widgets.el: Fix code header.
3889
3890 2012-06-10 Chong Yidong <cyd@gnu.org>
3891
3892 * cus-edit.el (customize-changed-options-previous-release):
3893 Bump to 24.1.
3894
3895 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
3896
3897 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
3898
3899 2012-06-09 Chong Yidong <cyd@gnu.org>
3900
3901 * ebuff-menu.el (electric-buffer-list): Preserve header line.
3902
3903 2012-06-09 Martin Rudalics <rudalics@gmx.at>
3904
3905 * window.el (special-display-popup-frame): Don't use
3906 window--display-buffer (Bug#11651).
3907
3908 2012-06-09 Eli Zaretskii <eliz@gnu.org>
3909
3910 Fix parallel builds: make sure loaddefs.el is not being written
3911 while Lisp files are compiled.
3912 (compile): Don't depend on 'mh-autoloads'.
3913 (compile-CMD, compile-SH): Depend on 'autoloads'.
3914 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
3915
3916 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
3917
3918 2012-06-09 Chong Yidong <cyd@gnu.org>
3919
3920 * face-remap.el (face-remap-add-relative, face-remap-set-base)
3921 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
3922 Doc fixes (Bug#11225).
3923
3924 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
3927 a function if there's a clear indication that it has a compiler-macro.
3928 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
3929 (macro-declarations-alist): Add arglist to declaration functions.
3930 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
3931 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
3932 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
3933 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
3934 Also add autoload to find the compiler macro.
3935 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
3936 (cl--compiler-macro-member, cl--compiler-macro-assoc)
3937 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
3938 (cl--compiler-macro-get): New functions, replacing calls to
3939 cl-define-compiler-macro.
3940 (cl-typep) [compiler-macro]: Use macroexp-let².
3941
3942 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
3943
3944 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
3945 string properly, fixes Bug#11473.
3946
3947 2012-06-08 Chong Yidong <cyd@gnu.org>
3948
3949 * faces.el (set-face-attribute): Doc fix.
3950 (modify-face): Don't use :bold and :italic.
3951 (error, warning, success): Tweak definitions.
3952
3953 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
3954 (custom-modified, custom-set, custom-changed, custom-themed)
3955 (custom-saved, custom-button, custom-button-mouse)
3956 (custom-button-pressed, custom-state, custom-comment-tag)
3957 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
3958 (custom-group-subtitle): Use new-style face specs.
3959 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3960 (custom-set-face, custom-changed-face, custom-saved-face)
3961 (custom-button-face, custom-button-pressed-face)
3962 (custom-documentation-face, custom-state-face)
3963 (custom-comment-face, custom-comment-tag-face)
3964 (custom-variable-tag-face, custom-variable-button-face)
3965 (custom-face-tag-face, custom-group-tag-face-1)
3966 (custom-group-tag-face): Remove obsolete face alias.
3967
3968 * epa.el (epa-validity-high, epa-validity-medium)
3969 (epa-validity-low, epa-mark, epa-field-name, epa-string)
3970 (epa-field-name, epa-field-body):
3971 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3972 (font-lock-keyword-face, font-lock-builtin-face)
3973 (font-lock-function-name-face, font-lock-variable-name-face)
3974 (font-lock-type-face, font-lock-constant-face):
3975 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3976 (ido-virtual, ido-indicator, ido-incomplete-regexp):
3977 * speedbar.el (speedbar-button-face, speedbar-file-face)
3978 (speedbar-directory-face, speedbar-tag-face)
3979 (speedbar-selected-face, speedbar-highlight-face)
3980 (speedbar-separator-face):
3981 * whitespace.el (whitespace-newline, whitespace-space)
3982 (whitespace-hspace, whitespace-tab, whitespace-trailing)
3983 (whitespace-line, whitespace-space-before-tab)
3984 (whitespace-space-after-tab, whitespace-indentation)
3985 (whitespace-empty):
3986 * emulation/cua-base.el (cua-global-mark):
3987 * eshell/em-prompt.el (eshell-prompt):
3988 * net/newst-plainview.el (newsticker-new-item-face)
3989 (newsticker-old-item-face, newsticker-immortal-item-face)
3990 (newsticker-obsolete-item-face, newsticker-date-face)
3991 (newsticker-statistics-face, newsticker-default-face):
3992 * net/newst-reader.el (newsticker-feed-face)
3993 (newsticker-extra-face, newsticker-enclosure-face):
3994 * net/newst-treeview.el (newsticker-treeview-face)
3995 (newsticker-treeview-new-face, newsticker-treeview-old-face)
3996 (newsticker-treeview-immortal-face)
3997 (newsticker-treeview-obsolete-face)
3998 (newsticker-treeview-selection-face):
3999 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4000 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4001 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4002 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4003 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4004 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4005 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4006 (mpuz-text):
4007 * progmodes/vera-mode.el (vera-font-lock-number)
4008 (vera-font-lock-function, vera-font-lock-interface):
4009 * textmodes/table.el (table-cell): Use new-style face specs, and
4010 don't use the old :bold and :italic attributes.
4011
4012 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4013 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4014 (ebrowse-member-class, ebrowse-progress): Likewise.
4015 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4016 (ebrowse-file-name-face, ebrowse-default-face)
4017 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4018 (ebrowse-progress-face): Remove obsolete faces.
4019
4020 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4021 Inherit from error and warning faces respectively.
4022
4023 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4024 Likewise.
4025 (flyspell-incorrect-face, flyspell-duplicate-face):
4026 Remove obsolete aliases.
4027
4028 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
4029
4030 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4031 Avoid infloop.
4032
4033 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * startup.el (argv, argi): Make lexically scoped.
4036 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4037 * emacs-lisp/cl-macs.el: Use lexical-binding.
4038 Rename cl-bind-* to cl--bind-*.
4039 * files.el: Don't require `cl' since it doesn't use it.
4040 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4041
4042 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4045 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4046 instead of calling external sort utility.
4047 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4048
4049 2012-06-08 Eli Zaretskii <eliz@gnu.org>
4050
4051 * descr-text.el (describe-char): Mention how to insert the
4052 character, if the current input method doesn't support it.
4053 See the discussion in this thread for the details:
4054 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4055
4056 2012-06-08 Sam Steingold <sds@gnu.org>
4057
4058 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4059 XF86Back to previous-buffer.
4060 (minibuffer-local-map): Bind them to next-history-element and
4061 previous-history-element respectively.
4062 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4063 help-go-back respectively.
4064 * info.el (Info-mode-map): Bind them to Info-history-forward and
4065 Info-history-back respectively.
4066 These are the keys next to Up on the ThinkPad keyboard.
4067
4068 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4071 * emacs-lisp/cl-macs.el: Provide itself.
4072 (cl--labels-convert-cache): New var.
4073 (cl--labels-convert): New function.
4074 (cl-flet, cl-labels): New implementation with new semantics, relying on
4075 lexical-binding.
4076 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4077 (cl-closure-vars, cl--function-convert-cache)
4078 (cl--function-convert): Move from cl-macs.el.
4079 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4080 rename by removing the "cl-" prefix.
4081 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4082
4083 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4084
4085 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4086 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4087 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4088 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4089 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4090 (cl-hash-table-count): Add old compatibility aliases.
4091
4092 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4093 Use macroexpand-all-environment instead.
4094 (cl--old-macroexpand): New var.
4095 (cl--sm-macroexpand): New function.
4096 (cl-symbol-macrolet): Use it during macro expansion.
4097 (cl--function-convert-cache): New var.
4098 (cl--function-convert): New function, extracted from
4099 cl-macroexpand-all.
4100 (cl-lexical-let): Use it.
4101
4102 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4103 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4104 (cl-member): Remove old alias.
4105
4106 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4107 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4108 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4109 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4110 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4111 (cl-macroexpand-cmacs): Remove var.
4112 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4113 Use macroexpand-all instead.
4114
4115 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4118 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4119 (macroexp-copyable-p): New functions and macros.
4120 * emacs-lisp/edebug.el (edebug-unwrap):
4121 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4122 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4123 (pcase--let*): Remove.
4124 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4125 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4126 macroexp-const-p instead.
4127 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4128
4129 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4130 instead of "cl-" for internal definitions. Use macroexp-const-p.
4131 (cl-old-bc-file-form): Remove var.
4132 (cl-const-exprs-p): Remove fun.
4133 (cl-labels, cl-macrolet): Use backquote.
4134 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4135 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4136 (cl-define-setf-expander): Rename from cl-define-setf-method.
4137 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4138
4139 * international/mule-cmds.el: Don't require CL.
4140 (view-hello-file): Don't use `letf'.
4141
4142 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * tmm.el (tmm-prompt): Use string-prefix-p.
4145 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4146 (tmm-add-prompt): Use minibuffer-completion-help.
4147 (tmm-delete-map): Remove.
4148
4149 * subr.el (kbd): Make it its own function.
4150
4151 2012-06-07 Stefan Merten <smerten@oekonux.de>
4152
4153 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4154 Silence compiler warnings. Fix versions.
4155 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
4156 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
4157 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
4158 (rst-package-emacs-version-alist): Correct Emacs version to
4159 represent major merge with upstream.
4160 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
4161
4162 2012-06-06 Glenn Morris <rgm@gnu.org>
4163
4164 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4165 Only print environment variables if set.
4166
4167 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4170 (macroexp--cons): Rename from maybe-cons.
4171 (macroexp--accumulate): Rename from macroexp-accumulate.
4172 (macroexp--all-forms): Rename from macroexpand-all-forms.
4173 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4174 (macroexp--expand-all): Rename from macroexpand-all-1.
4175
4176 2012-06-06 Sam Steingold <sds@gnu.org>
4177
4178 * calendar/calendar.el (calendar-in-read-only-buffer):
4179 Call `special-mode' to enable the standard read-only keybindings.
4180
4181 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4184 with "loading" messages (bug#11635).
4185
4186 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
4187
4188 * files.el (enable-remote-dir-locals): New option.
4189 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4190
4191 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4192 Ensure, that the temp directory is local.
4193
4194 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4195 `temporary-file-directory'.
4196
4197 * progmodes/python.el (python-send-region): Ensure, that the
4198 temporary file is created also in the remote case.
4199
4200 2012-06-06 Glenn Morris <rgm@gnu.org>
4201
4202 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4203 (vc-rcs-update-changelog): Use it.
4204
4205 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
4206
4207 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4208 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4209 (vc-sccs-diff): Replace use of the external vcdiff script.
4210
4211 2012-06-05 Glenn Morris <rgm@gnu.org>
4212
4213 * ledit.el: Move to obsolete/.
4214
4215 2012-06-05 Sam Steingold <sds@gnu.org>
4216
4217 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
4218 patch (Bug#11140).
4219
4220 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * emacs-lisp/cust-print.el: Move to obsolete.
4223
4224 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4225 compiler-macro expansion.
4226
4227 Add native compiler-macro support.
4228 * emacs-lisp/macroexp.el (macroexpand-all-1):
4229 Support compiler-macros directly. Properly follow aliases and apply
4230 the compiler macros more thoroughly.
4231 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4232 macroexpand now properly follows aliases.
4233 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4234 (cl-compiler-macroexpand): Use new prop.
4235 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4236
4237 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4238
4239 2012-06-05 Martin Rudalics <rudalics@gmx.at>
4240
4241 * window.el (get-lru-window, get-mru-window, get-largest-window):
4242 New argument NOT-SELECTED to avoid picking the selected window.
4243 (window--display-buffer-1, window--display-buffer-2): Replace by
4244 new function window--display-buffer
4245 (display-buffer-same-window, display-buffer-reuse-window)
4246 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4247 Use window--display-buffer.
4248 (display-buffer-use-some-window): Remove temporary dedication
4249 hack by calling get-lru-window and get-largest-window with
4250 NOT-SELECTED argument non-nil. Call window--display-buffer.
4251
4252 2012-06-05 Glenn Morris <rgm@gnu.org>
4253
4254 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4255 Replace external vcdiff script.
4256
4257 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4260
4261 2012-06-04 Chong Yidong <cyd@gnu.org>
4262
4263 * image.el (imagemagick-types-inhibit): Revert last change.
4264 Add INFO and M.
4265 (imagemagick-enabled-types): Remove CIN and EPS*.
4266
4267 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * emacs-lisp/cl-lib.el: Rename from cl.el.
4270 * emacs-lisp/cl.el: New compatibility file.
4271 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4272 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4273 to obey the "cl-" prefix.
4274 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4275
4276 2012-06-03 Glenn Morris <rgm@gnu.org>
4277
4278 * emacs-lisp/authors.el (authors-aliases): Addition.
4279
4280 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4281 Fix :version.
4282
4283 2012-06-03 Stefan Merten <smerten@oekonux.de>
4284
4285 * textmodes/rst.el: Add comments.
4286 (rst-transition, rst-adornment): New faces.
4287 (rst-adornment-faces-alist): Make default safe to reevaluate.
4288 Fixes
4289 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4290 Improve customization tags.
4291 (rst-define-level-faces): Clarify meaning.
4292
4293 2012-06-03 Chong Yidong <cyd@gnu.org>
4294
4295 * progmodes/compile.el (compilation-mode-line-fail)
4296 (compilation-mode-line-run, compilation-mode-line-exit):
4297 New faces.
4298 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4299
4300 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4301
4302 * progmodes/which-func.el (which-func-update-ediff-windows):
4303 New function. Use it in ediff-select-hook (Bug#11478).
4304
4305 2012-06-03 Chong Yidong <cyd@gnu.org>
4306
4307 * bindings.el: Remove explicit help text from format-mode-line.
4308 It is now supplied by mode-line-default-help-echo.
4309 (mode-line-front-space, mode-line-end-spaces)
4310 (mode-line-misc-info): New variables.
4311 (mode-line-modes, mode-line-position): Move the default value to
4312 the variable definition.
4313 (mode-line-default-help-echo): New defcustom.
4314 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4315 (mode-line-modified-help-echo): New functions.
4316 (mode-line-mule-info, mode-line-modified): Use them.
4317 (mode-line-eol-desc, propertized-buffer-identification):
4318 Consistency fixes for help text.
4319 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4320 set-buffer-file-coding-system (Bug#289).
4321 (mode-line-mule-info-help-echo): Update help text.
4322
4323 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * simple.el (execute-extended-command): Set real-this-command
4326 (bug#11506).
4327
4328 2012-06-02 Chong Yidong <cyd@gnu.org>
4329
4330 Remove incorrect uses of "modeline" in comments, docstrings, and
4331 function/variable names (Bug#10329).
4332
4333 * cus-edit.el (mode-line):
4334 * dframe.el (dframe-mouse-hscroll):
4335 * emacs-lisp/re-builder.el:
4336 * emacs-lisp/easy-mmode.el (define-minor-mode):
4337 * frame.el (set-frame-name):
4338 * help.el (lookup-minor-mode-from-indicator):
4339 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4340 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4341 (c-toggle-hungry-state):
4342 * progmodes/antlr-mode.el (antlr-language-alist):
4343 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4344 * progmodes/vhdl-mode.el (vhdl-mode):
4345 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4346 * term/ns-win.el (ns-face-at-pos):
4347 * term/sup-mouse.el (sup-mouse-report):
4348 * textmodes/flyspell.el (flyspell-mode-line-string):
4349 * textmodes/ispell.el (ispell-highlight-face):
4350 * textmodes/reftex-global.el:
4351 * vc/vc-arch.el (vc-arch-mode-line-string):
4352 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4353 * vc/vc-git.el (vc-git-mode-line-string):
4354 * vc/vc-hooks.el (vc-display-status)
4355 (vc-default-mode-line-string):
4356 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4357
4358 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4359
4360 * dired.el (dired-sort-set-mode-line): Rename from
4361 dired-sort-set-modeline. All callers changed.
4362
4363 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4364 eshell-status-in-modeline.
4365
4366 * foldout.el (foldout-mode-line-string): Rename from
4367 foldout-modeline-string. All callers changed.
4368 (foldout-update-mode-line): Rename from foldout-update-modeline.
4369
4370 * subr.el (redraw-modeline): Make into obsolete alias.
4371
4372 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4373 timeclock-modeline-display. Make old name an alias.
4374 (timeclock-update-mode-line): Likewise. All callers changed.
4375 (timeclock-mode-line-display): No need to check before using
4376 add-hook.
4377 (timeclock-relative, timeclock-day-over-hook)
4378 (timeclock-use-elapsed, timeclock-mode-string)
4379 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4380
4381 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4382 crisp-mode-modeline-string.
4383
4384 * play/solitaire.el (solitaire-build-mode-line): Rename from
4385 solitaire-build-modeline. All callers changed.
4386
4387 * play/zone.el (zone-hiding-mode-line): Rename from
4388 zone-hiding-modeline. All callers changed.
4389 (zone): Remove unusued `modeline-hidden-level' property.
4390
4391 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4392 xscheme-modeline-initialize. All callers changed.
4393
4394 * strokes.el (strokes-lighter): Rename from
4395 strokes-modeline-string.
4396
4397 * textmodes/sgml-mode.el (html-face-tag-alist)
4398 (html-tag-face-alist): Use mode-line face instead of obsolete
4399 alias modeline.
4400
4401 2012-06-02 Stefan Merten <smerten@oekonux.de>
4402
4403 * textmodes/rst.el: Always require `cl'.
4404 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
4405
4406 2012-06-02 Chong Yidong <cyd@gnu.org>
4407
4408 * image.el (imagemagick-enabled-types): Rename from
4409 imagemagick-types-enable. Add many more types.
4410 (imagemagick-types-inhibit): Change default to nil.
4411 (imagemagick-filter-types): Caller changed.
4412
4413 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * emacs-lisp/cl-macs.el: Use backquotes.
4416 (cl-transform-function-property): Use eval-and-compile rather than
4417 abusing `require'.
4418 (defstruct): Use declare-function instead of with-no-warnings.
4419
4420 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4421 (byte-compile-output-docform): Re-add the print-circle bindings.
4422 (byte-compile-fix-header): Use #$ just because it's shorter.
4423 (byte-compile-output-file-form): Remove defun/defmacro.
4424
4425 2012-06-01 Martin Rudalics <rudalics@gmx.at>
4426
4427 * simple.el (choose-completion): Remove now obsolete binding for
4428 owindow.
4429
4430 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4433 in order to avoid "Stack overflow in regexp matcher".
4434
4435 2012-05-31 Glenn Morris <rgm@gnu.org>
4436
4437 * image.el: For clarity, call imagemagick-register-types at
4438 top-level, rather than relying on a custom :initialize.
4439 (imagemagick-types-enable): New option. (Bug#11557)
4440 (imagemagick-filter-types): New function. (Bug#7406)
4441 (imagemagick-register-types): Use imagemagick-filter-types.
4442 If disabling support, remove elements altogether rather
4443 than using an impossible regexp.
4444 (imagemagick-types-inhibit): Give it the default init function.
4445
4446 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4449 Handle arbitrary file name lengths (Bug#11585).
4450
4451 2012-05-31 Martin Rudalics <rudalics@gmx.at>
4452
4453 * desktop.el (desktop-read): Clear previous and next buffers for
4454 all windows and bury *Messages* buffer (bug#11556).
4455
4456 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 Add `declare' for `defun'. Align `defmacro's with it.
4459 * emacs-lisp/easy-mmode.el (define-minor-mode)
4460 (define-globalized-minor-mode): Don't autoload the var definitions.
4461 * emacs-lisp/byte-run.el: Use lexical-binding.
4462 (defun-declarations-alist, macro-declarations-alist): New vars.
4463 (defmacro, defun): Use them.
4464 (make-obsolete, define-obsolete-function-alias)
4465 (make-obsolete-variable, define-obsolete-variable-alias):
4466 Use `declare'.
4467 (macro-declaration-function): Mark obsolete.
4468 * emacs-lisp/autoload.el: Use lexical-binding.
4469 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
4470
4471 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4472
4473 * textmodes/ispell.el (ispell-with-no-warnings):
4474 Define as a macro.
4475 (ispell-kill-ispell, ispell-change-dictionary):
4476 Use `called-interactively-p' for Emacs instead of obsolete
4477 `interactive-p'.
4478
4479 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4482 (macro-declaration-function): Move var from C code.
4483 (macro-declaration-function): Define function with defalias.
4484 * emacs-lisp/macroexp.el (macroexpand-all-1):
4485 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4486 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4487 defun/defmacro any more.
4488 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4489 Provide fallback for unknown arglist.
4490 (byte-compile-arglist-warn): Change calling convention.
4491 (byte-compile-output-file-form): Move print-vars binding.
4492 (byte-compile-output-docform): Simplify accordingly.
4493 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4494 (byte-compile-defmacro-declaration): Remove.
4495 (byte-compile-file-form-defmumble): Generalize to defalias.
4496 (byte-compile-output-as-comment): Return byte-positions.
4497 Simplify callers accordingly.
4498 (byte-compile-lambda): Use `assert'.
4499 (byte-compile-defun, byte-compile-defmacro): Remove.
4500 (byte-compile-file-form-defalias):
4501 Use byte-compile-file-form-defmumble.
4502 (byte-compile-defalias-warn): Remove.
4503
4504 2012-05-29 Stefan Merten <smerten@oekonux.de>
4505
4506 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
4507 possible. Fix authors. Improve comments. Improve loading of `cl'.
4508
4509 (rst-mode-abbrev-table): Merge definition.
4510 (rst-mode): Make sure `font-lock-defaults' is buffer local.
4511 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4512
4513 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
4514
4515 * calendar/icalendar.el
4516 (icalendar-export-region): Export UID properly.
4517
4518 2012-05-29 Leo Liu <sdl.web@gmail.com>
4519 * calendar/icalendar.el (icalendar-import-format):
4520 Add `icalendar-import-format-uid' (Bug#11525).
4521 (icalendar-import-format-uid): New.
4522 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4523 Export UID.
4524
4525 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4528 different alternative patterns.
4529 (pcase-codegen): Be more careful to preserve identity.
4530 (pcase--u1): Don't forget to mark vars as used.
4531
4532 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4533 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4534 (byte-compile-from-buffer): ...rather than here.
4535
4536 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4537 functions from byte-compile-function-environment.
4538
4539 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
4540
4541 * window.el (window-deletable-p): Avoid deleting the root window
4542 of a frame with an active minibuffer.
4543
4544 2012-05-29 Martin Rudalics <rudalics@gmx.at>
4545
4546 * simple.el (choose-completion): Use quit-window (Bug#11567).
4547
4548 2012-05-29 Chong Yidong <cyd@gnu.org>
4549
4550 * whitespace.el (whitespace-cleanup): Fix usage of
4551 whitespace-empty-at-bob-regexp (Bug#11492).
4552
4553 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4554
4555 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
4556 revert (Bug#11488).
4557
4558 2012-05-29 Juri Linkov <juri@jurta.org>
4559
4560 * isearch.el (isearch-mode-map): Bind `M-s _' to
4561 `isearch-toggle-symbol'. Bind `M-s c' to
4562 `isearch-toggle-case-fold'.
4563 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
4564 (isearch-forward): Add `M-s _' to the docstring.
4565 (isearch-forward-symbol, isearch-toggle-case-fold)
4566 (isearch-symbol-regexp): New functions. (Bug#11381)
4567
4568 2012-05-29 Juri Linkov <juri@jurta.org>
4569
4570 * isearch.el (isearch-word): Add docstring. (Bug#11381)
4571 (isearch-occur, isearch-search-and-update): If `isearch-word' is
4572 a function, call it to get the regexp.
4573 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
4574 property `isearch-message-prefix' instead of the string "word ".
4575 (isearch-search-fun-default): For the case of `isearch-word',
4576 return a lambda that calls re-search-forward/re-search-backward
4577 with a regexp returned by `word-search-regexp' or by the function
4578 in `isearch-word'.
4579
4580 2012-05-29 Juri Linkov <juri@jurta.org>
4581
4582 * isearch.el (isearch-search-fun-default): New function.
4583 (isearch-search-fun): Move default part to the new function
4584 `isearch-search-fun-default'.
4585 (isearch-search-fun-function): Set the default value to
4586 `isearch-search-fun-default'. (Bug#11381)
4587
4588 * comint.el (comint-history-isearch-end):
4589 Use `isearch-search-fun-default'.
4590 (comint-history-isearch-search): Use `isearch-search-fun-default'
4591 and remove spacial case for `isearch-word'.
4592 (comint-history-isearch-wrap): Remove spacial case for
4593 `isearch-word'.
4594
4595 * hexl.el (hexl-isearch-search-function):
4596 Use `isearch-search-fun-default'.
4597
4598 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
4599 Use `word-search-regexp' for `isearch-word'.
4600
4601 * misearch.el (multi-isearch-search-fun):
4602 Use `isearch-search-fun-default'.
4603
4604 * simple.el (minibuffer-history-isearch-search):
4605 Use `isearch-search-fun-default' and remove spacial case for
4606 `isearch-word'.
4607 (minibuffer-history-isearch-wrap): Remove spacial case for
4608 `isearch-word'.
4609
4610 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
4611 Remove spacial case for `isearch-word'.
4612 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
4613
4614 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4615
4616 Decrease XEmacs incompatibilities.
4617 * textmodes/flyspell.el (flyspell-check-pre-word-p):
4618 Use `string-match'.
4619 (flyspell-delete-region-overlays): Use alternative definition for
4620 XEmacs.
4621 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4622 (flyspell-word): Use `process-kill-without-query' if XEmacs.
4623 (flyspell-mode-on): Use `interactive-p' if XEmacs.
4624 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4625 `define-obsolete-face-alias' under XEmacs, but old method.
4626
4627 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4628 `with-no-warnings' definition or Emacs alias.
4629 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4630 (ispell-word): Do not use `region-p' if XEmacs.
4631
4632 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4633
4634 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4635 Check for `ispell-dictionary-base-alist' instead of full
4636 `ispell-dictionary-alist'.
4637 (ispell-init-process): Show spellchecker when starting new Ispell
4638 process.
4639
4640 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
4643 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
4644
4645 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
4646
4647 * version.el (motif-version-string, gtk-version-string)
4648 (ns-version-string): Declare.
4649
4650 2012-05-27 Juri Linkov <juri@jurta.org>
4651
4652 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
4653 after the `eval-defun-1' specialcaseing
4654 like in `edebug-eval-defun' (bug#10181).
4655
4656 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
4657 like in `eval-defun-1'.
4658
4659 2012-05-27 Eli Zaretskii <eliz@gnu.org>
4660
4661 * mail/sendmail.el (mail-yank-region):
4662 Recognize rmail-yank-current-message in addition to insert-buffer.
4663 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
4664 a *mail* buffer created through rmail-start-mail with sendmail as
4665 mail-user-agent.
4666
4667 2012-05-27 Chong Yidong <cyd@gnu.org>
4668
4669 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
4670 Default to 256 (Bug#11267).
4671
4672 * help.el (describe-mode): Doc fix.
4673
4674 2012-05-26 Glenn Morris <rgm@gnu.org>
4675
4676 * w32-fns.el (w32-init-info): Remove.
4677 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
4678
4679 * info.el (info-initialize): For self-contained NS builds, put the
4680 included info/ directory at the front. (Bug#2791)
4681
4682 * paths.el (Info-default-directory-list): Make it a defcustom,
4683 mainly so that we can use custom-initialize-delay.
4684
4685 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * subr.el (buffer-has-markers-at): Mark obsolete.
4688
4689 * subr.el (lambda): Use declare.
4690
4691 * emacs-lisp/lisp-mode.el (lambda):
4692 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
4693
4694 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4695
4696 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
4697
4698 2012-05-26 Glenn Morris <rgm@gnu.org>
4699
4700 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
4701
4702 2012-05-25 Glenn Morris <rgm@gnu.org>
4703
4704 * paths.el: Remove no-byte-compile.
4705 * loadup.el: No need to load paths.el uncompiled.
4706
4707 * image.el (imagemagick-types-inhibit): Doc fix.
4708
4709 * version.el: Remove no-byte-compile and associated formatting.
4710 * loadup.el: No need to load version.el uncompiled. AFAICS, this
4711 is ancient code from when there was an "inc-vers.el".
4712
4713 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * progmodes/gdb-mi.el: Minor style changes.
4716 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
4717 Turn into minor modes.
4718 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
4719 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
4720 (gdb-shell): Remove unneeded let-binding.
4721 (gdb-get-many-fields): Eliminate O(n²) behavior.
4722
4723 2012-05-25 Eli Zaretskii <eliz@gnu.org>
4724
4725 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
4726 platforms that don't link in fontset.c.
4727
4728 2012-05-25 Juri Linkov <juri@jurta.org>
4729
4730 Use the same diff color scheme as in modern VCSes (bug#10181).
4731
4732 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
4733 to avoid confusion with `diff-added' that now uses green colors.
4734 (diff-removed): Use shades of red.
4735 (diff-added): Use shades of green.
4736 (diff-changed): Leave just the yellow color.
4737 (diff-use-changed-face): New variable.
4738 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
4739 how to highlight context diff changes.
4740 (diff-refine-change): Use shades of yellow.
4741 (diff-refine-removed): New face that uses shades of red.
4742 (diff-refine-added): New face that uses shades of green.
4743 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
4744 `diff-refine-removed' in the call to `smerge-refine-subst'
4745 depending on the value of `diff-use-changed-face'.
4746
4747 * vc/smerge-mode.el (smerge-mine): Use shades of red.
4748 (smerge-other): Use shades of green.
4749 (smerge-base): Use shades of yellow.
4750 (smerge-refined-change): Empty face.
4751 (smerge-refined-removed): New face that uses shades of red.
4752 (smerge-refined-added): New face that uses shades of green.
4753 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
4754 args `props-r' and `props-a', and use them. Doc fix.
4755 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
4756 on its value use different faces `smerge-refined-change',
4757 `smerge-refined-removed', `smerge-refined-added' in the call to
4758 `smerge-refine-subst'.
4759
4760 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
4761 Add face condition `min-colors 88' with shades of red.
4762 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
4763 `min-colors 88' with shades of green.
4764 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
4765 `min-colors 88' with shades of yellow.
4766
4767 2012-05-24 Glenn Morris <rgm@gnu.org>
4768
4769 * paths.el (prune-directory-list, remote-shell-program): Move to...
4770 * files.el (prune-directory-list, remote-shell-program): ...here.
4771 For the latter, delay initialization, prefer ssh, just search PATH.
4772
4773 * paths.el (term-file-prefix): Move to faces.el (the only user).
4774 * faces.el (term-file-prefix): Move here, make it a defcustom.
4775
4776 * paths.el (news-directory, news-path, news-inews-program):
4777 Move to gnus/nnspool.el.
4778
4779 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
4780
4781 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
4782 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
4783 Make the latter a defcustom, with a delayed initialization.
4784
4785 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
4786 These were deleted from Gnus itself late 2010.
4787
4788 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
4789
4790 * progmodes/which-func.el (which-func-ff-hook):
4791 Check against user-error, not error.
4792
4793 * emacs-lisp/edebug.el (top): Do not load or set up loading of
4794 cl-specs.el, which no longer exists.
4795
4796 2012-05-22 Glenn Morris <rgm@gnu.org>
4797
4798 * info.el (info-emacs-bug): New command.
4799 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
4800 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
4801
4802 2012-05-21 Glenn Morris <rgm@gnu.org>
4803
4804 * makefile.w32-in (update-subdirs-SH):
4805 * Makefile.in (update-subdirs): Update for moved update-subdirs.
4806
4807 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
4810
4811 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4812 Simplify Maven regexp, and make sure the file can't start with a space
4813 (bug#11517).
4814
4815 2012-05-21 Glenn Morris <rgm@gnu.org>
4816
4817 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4818 Scrap superfluous subshells.
4819
4820 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
4823 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
4824
4825 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
4826
4827 * calc/calc.el (calc-ensure-consistent-units): New variable.
4828
4829 * calc/calc-units.el (math-consistent-units-p)
4830 (math-check-unit-consistency): New functions.
4831 (calc-quick-units, calc-convert-units):
4832 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
4833 is non-nil.
4834 (calc-extract-units): Fix typo.
4835
4836 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
4839
4840 * textmodes/flyspell.el: Commenting style, plus code simplifications.
4841 (flyspell-default-deplacement-commands): Don't spell check after
4842 repeated window/frame switches (e.g. triggered by mouse-movement).
4843 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
4844 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
4845 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
4846 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
4847 Remove unused vars.
4848 (flyspell-get-casechars, flyspell-get-not-casechars):
4849 Simplify; Don't bother removing a ] just to add it back.
4850 * textmodes/ispell.el (ispell-program-name): Use executable-find.
4851
4852 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4853
4854 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
4855 New functions.
4856 (math-function-table): Add support for more C functions.
4857
4858 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4859
4860 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4861 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4862 Protect delay handling for otherchars against empty otherchars.
4863
4864 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
4867 their respective macro declarations.
4868 * skeleton.el (define-skeleton):
4869 * progmodes/compile.el (define-compilation-mode):
4870 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
4871 (define-ibuffer-filter):
4872 * emacs-lisp/generic.el (define-generic-mode):
4873 * emacs-lisp/easy-mmode.el (define-minor-mode)
4874 (define-globalized-minor-mode):
4875 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
4876 * emacs-lisp/byte-run.el (defsubst):
4877 * custom.el (deftheme): Add doc-string metadata.
4878
4879 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
4882
4883 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
4886
4887 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
4888 * emacs-lisp/cl-macs.el: Idem.
4889 * emacs-lisp/cl-specs.el: Remove.
4890
4891 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 Minor renaming of internal CL functions and variables.
4894 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
4895 (cl--position): Rename from cl-position.
4896 (cl--delete-duplicates): Rename from cl-delete-duplicates.
4897 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
4898 (cl--random-state): Rename from *random-state*.
4899
4900 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
4903 parens around the arg list (bug#11499).
4904
4905 2012-05-17 Juri Linkov <juri@jurta.org>
4906
4907 * isearch.el (word-search-regexp, word-search-backward)
4908 (word-search-forward, word-search-backward-lax)
4909 (word-search-forward-lax): Move functions from search.c
4910 (bug#10145, bug#11381).
4911
4912 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4913
4914 * textmodes/flyspell.el (flyspell-check-pre-word-p)
4915 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
4916 Delay for otherchars as for normal word components.
4917
4918 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * minibuffer.el (completion--sifn-requote): Fix last change.
4921 (minibuffer-local-must-match-filename-map):
4922 Move define-obsolete-variable-alias before its var.
4923
4924 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
4927
4928 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
4929 behavior.
4930 (completion--string-equal-p): New function.
4931 (completion--twq-all): Use it to get better assertion failure data.
4932
4933 Only handle ".." and '..' quoting in shell-mode (bug#11466).
4934 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
4935 (shell--requote-argument): New functions.
4936 (shell-completion-vars): Use them.
4937 (shell--parse-pcomplete-arguments): Rename from
4938 shell-parse-pcomplete-arguments.
4939 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
4940 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
4941 Obey comint-file-name-quote-list.
4942
4943 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
4944 (smie-indent-keyword): Use it.
4945
4946 2012-05-14 Stefan Merten <smerten@oekonux.de>
4947
4948 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
4949
4950 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * net/rlogin.el (rlogin-mode-map): Fix last change.
4953
4954 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
4955
4956 * mail/smtpmail.el (smtpmail-send-command): Send the command and
4957 the following \r\n using a single `process-send-string', since the
4958 Lotus SMTP server refuses to accept any commands if they are sent
4959 with two `process-send-string's (Bug#11444).
4960
4961 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * shell.el (shell-parse-pcomplete-arguments):
4964 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
4965
4966 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4967
4968 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
4969 (image-transform-scale, image-transform-right-angle-fudge): New vars.
4970 (image-transform-width, image-transform-fit-width): New functions.
4971 (image-transform-properties): Use them.
4972 (image-transform-check-size): New function.
4973 (image-toggle-display-image): Use it (for testing).
4974 (image-transform-set-rotation): Reduce angle mod 360.
4975 Delete obsolete comment.
4976
4977 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
4978
4979 * image-mode.el: Fix scaling (bug#11399).
4980 (image-transform-resize): Doc fix.
4981 (image-transform-properties): Default scale is 1 and height should
4982 be an integer.
4983
4984 2012-05-13 Johan Bockgård <bojohan@gnu.org>
4985
4986 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
4987 than hard-coding `car', to fix misbehavior when moving forward.
4988
4989 2012-05-13 Chong Yidong <cyd@gnu.org>
4990
4991 * emacs-lisp/tabulated-list.el (tabulated-list-format)
4992 (tabulated-list-entries, tabulated-list-padding)
4993 (tabulated-list-sort-key): Make permanent-local.
4994
4995 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
4996 (electric-buffer-list): Put electric buffer menu
4997 command descriptions in this docstring, instead of the docstring
4998 of electric-buffer-menu-mode. Code cleanups.
4999 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5000 Electric-buffer-menu-mode.
5001 (electric-buffer-update-highlight): Minor code cleanup.
5002
5003 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
5004
5005 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5006 (Bug#11447)
5007
5008 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 Move define-obsolete-variable-alias before the var's definition.
5011 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5012 * tooltip.el (tooltip-hook):
5013 * textmodes/reftex-toc.el (reftex-toc-map):
5014 * textmodes/reftex-sel.el (reftex-select-label-map)
5015 (reftex-select-bib-map):
5016 * textmodes/reftex-index.el (reftex-index-map)
5017 (reftex-index-phrases-map):
5018 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5019 * progmodes/meta-mode.el (meta-mode-map):
5020 * novice.el (disabled-command-hook):
5021 * loadhist.el (unload-hook-features-list):
5022 * frame.el (blink-cursor):
5023 * files.el (find-file-not-found-hooks, write-file-hooks)
5024 (write-contents-hooks):
5025 * emulation/tpu-edt.el (GOLD-map):
5026 * emacs-lock.el (emacs-lock-from-exiting):
5027 * emacs-lisp/generic.el (generic-font-lock-defaults):
5028 * emacs-lisp/chart.el (chart-map):
5029 * dos-fns.el (register-name-alist):
5030 * dired-x.el (dired-omit-files-p):
5031 * desktop.el (desktop-enable):
5032 * cus-edit.el (custom-mode-hook):
5033 * buff-menu.el (buffer-menu-mode-hook):
5034 * bookmark.el (bookmark-read-annotation-text-func)
5035 (bookmark-exit-hooks):
5036 * allout.el (allout-mode-deactivate-hook)
5037 (allout-exposure-change-hook, allout-structure-added-hook)
5038 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5039 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5040 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5041 comes before the corresponding variable's definition.
5042
5043 2012-05-12 Chong Yidong <cyd@gnu.org>
5044
5045 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
5046 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5047 (Buffer-menu-mode-map): Bind it.
5048 (Buffer-menu--pretty-name): Add a mouse-face property.
5049
5050 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5053 (prolog-upper-case-string, prolog-lower-case-string)
5054 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5055 (prolog-use-smie, prolog-smie-grammar): New vars.
5056 (prolog-smie-forward-token, prolog-smie-backward-token)
5057 (prolog-smie-rules): New funs.
5058 (prolog-comment-indent): Remove.
5059 (prolog-mode-variables): Use default comment indentation instead.
5060 Setup SMIE.
5061 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5062 (prolog-mode): Don't call them any more.
5063 (prolog-electric-colon, prolog-electric-dash)
5064 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5065
5066 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5067
5068 * minibuffer.el (completion--twq-all): Again, allow case differences.
5069
5070 * term.el: Move keymap initialization code to be more idiomatic.
5071 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5072 (term-terminal-menu): Move initialization into declaration.
5073 (term-escape-char): Let the user set it in her .emacs.
5074
5075 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5076 Provide SMIE-based indentation (not enabled by default yet).
5077 (sh-mode-map): Don't bind electric keys.
5078 Use electric-pair-mode instead of skeleton-pair.
5079 (sh-assignment-regexp): Fit within 80 columns.
5080 (sh-indent-supported): Specify actual shell name instead of boolean.
5081 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5082 (sh-maybe-here-document): Use it. Make obsolete.
5083 (sh-electric-here-document-mode) New minor mode.
5084 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5085 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5086 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5087 (sh-smie-rc-grammar, sh-use-smie): New vars.
5088 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5089 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5090 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5091 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5092 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5093 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5094 (sh-set-shell): Use smie-setup if requested.
5095
5096 * term.el (term-set-escape-char): Properly set term-escape-char.
5097 See http://stackoverflow.com/questions/10524656.
5098
5099 2012-05-10 Chong Yidong <cyd@gnu.org>
5100
5101 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5102 Use url-generic-parse-url, and handle host names and Windows
5103 filenames properly.
5104 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5105 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5106 URL schemes to work on.
5107 (ffap--toggle-read-only): New function.
5108 (ffap-read-only, ffap-read-only-other-window)
5109 (ffap-read-only-other-frame): Use it.
5110 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5111 necessary for ffap-url-unwrap-remote.
5112
5113 2012-05-10 Dave Abrahams <dave@boostpro.com>
5114
5115 * cus-start.el (create-lockfiles): Add it.
5116
5117 2012-05-09 Chong Yidong <cyd@gnu.org>
5118
5119 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5120 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5121
5122 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5125
5126 2012-05-09 Chong Yidong <cyd@gnu.org>
5127
5128 * ansi-color.el (ansi-color-process-output): Check for validity of
5129 comint-last-output-start before using it. This avoids a bad
5130 interaction with gdb-mi's input/output buffer.
5131
5132 2012-05-09 Glenn Morris <rgm@gnu.org>
5133
5134 * files.el (dir-locals-read-from-file):
5135 Mention dir-locals in any error message.
5136
5137 2012-05-09 Chong Yidong <cyd@gnu.org>
5138
5139 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5140 package (Bug#11410).
5141
5142 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5143 variables into description.
5144
5145 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5148 shell-delimiter-argument-list (bug#11348).
5149 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5150
5151 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * textmodes/rst.el: Silence byte-compiler warnings.
5154 (rst-re-alist, rst-reset-section-caches): Move around.
5155 (rst-re): Use `characterp', not `char-valid-p'.
5156 (font-lock-beg, font-lock-end): Declare.
5157
5158 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5159 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5160
5161 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5162
5163 2012-05-08 Glenn Morris <rgm@gnu.org>
5164
5165 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5166
5167 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * vc/log-edit.el: Add GNU coding standards highlighting.
5170 (log-edit-font-lock-gnu-style)
5171 (log-edit-font-lock-gnu-keywords): New vars.
5172 (log-edit-font-lock-keywords): New fun.
5173 (log-edit-mode): Don't fold case in font-lock.
5174 (log-edit-font-lock-keywords): Do not assume case-folding.
5175
5176 * imenu.el: Misc cleanup. Make docstrings out of comments.
5177 Use lexical-binding.
5178 (imenu--index-alist, imenu--last-menubar-index-alist)
5179 (imenu-menubar-modified-tick): Use defvar-local.
5180 (imenu--split-menu): Remove unused var.
5181 (imenu--cleanup-seen): Declare as global.
5182 (imenu--cleanup): Use dolist.
5183
5184 * subr.el (defvar-local): Add debug spec and doc-string position.
5185
5186 2012-05-08 Glenn Morris <rgm@gnu.org>
5187
5188 * language/burmese.el, language/cham.el, language/czech.el:
5189 * language/english.el, language/georgian.el, language/greek.el:
5190 * language/japanese.el, language/khmer.el, language/korean.el:
5191 * language/lao.el, language/misc-lang.el, language/romanian.el:
5192 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5193 * language/thai.el, language/utf-8-lang.el:
5194 Remove no-byte-compile setting.
5195
5196 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5197
5198 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5199
5200 * progmodes/make-mode.el (makefile-browse):
5201 Remove unnecessary interactive. (Bug#11324)
5202
5203 2012-05-07 Glenn Morris <rgm@gnu.org>
5204
5205 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5206
5207 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5208
5209 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * loadup.el: Preload newcomment.el.
5212 * newcomment.el: Move autoload-only code to toplevel.
5213
5214 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5215 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5216 Handle new :right-align column property.
5217 (tabulated-list-print-col): Idem, plus use `display' text-property to
5218 try and preserve alignment for variable pitch fonts.
5219
5220 2012-05-07 Chong Yidong <cyd@gnu.org>
5221
5222 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5223 (tabulated-list-use-header-line): New var.
5224 (tabulated-list-init-header): Use it.
5225 (tabulated-list-print-fake-header): New function.
5226 (tabulated-list-print): Use it.
5227 (tabulated-list-sort-button-map): Add non-header-line commands.
5228 (tabulated-list-init-header): Add column name property to basic
5229 labels as well.
5230 (tabulated-list-col-sort): Handle non-header-line button case.
5231 (tabulated-list--sort-by-column-name): Fix a corner case.
5232
5233 * buff-menu.el (list-buffers--refresh):
5234 Handle Buffer-menu-use-header-line.
5235
5236 2012-05-06 Chong Yidong <cyd@gnu.org>
5237
5238 * buff-menu.el: Convert to Tabulated List mode.
5239 (Buffer-menu-buffer+size-width): Make obsolete.
5240 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5241 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5242 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5243 documentation into docstring of buffer-menu.
5244 (Buffer-menu-toggle-files-only): Add an informative message.
5245 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5246 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5247 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5248 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5249 (Buffer-menu-execute, Buffer-menu-select)
5250 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5251 (Buffer-menu-bury): Use Tabulated List machinery.
5252 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5253 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
5254 Delete.
5255 (list-buffers--refresh): New function.
5256 (list-buffers-noselect): Use it.
5257 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5258 (Buffer-menu--pretty-file-name): New helper functions.
5259
5260 * loadup.el: Preload tabulated-list.
5261
5262 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5263 tabulated-list-sort-column.
5264 (tabulated-list-init-header): Add the initial aligning space even
5265 if tabulated-list-padding is zero.
5266
5267 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5268
5269 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5270 whose cdr is not a cons cell correctly (bug#11038).
5271
5272 2012-05-06 Chong Yidong <cyd@gnu.org>
5273
5274 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5275 Accept additional plist in column descriptors.
5276 (tabulated-list-init-header): Obey it.
5277 (tabulated-list-get-entry): New function.
5278 (tabulated-list-put-tag): Use it. Use string-width instead of
5279 length.
5280 (tabulated-list--column-number): New function.
5281 (tabulated-list-print): Use it.
5282 (tabulated-list-print-col): New function.
5283 Set `tabulated-list-column-name' property on each column's text.
5284 (tabulated-list-print-entry): Use it.
5285 (tabulated-list-delete-entry, tabulated-list-set-col):
5286 New functions.
5287 (tabulated-list-sort-column): New command (Bug#11337).
5288
5289 * buff-menu.el (list-buffers): Move C-x C-b binding from
5290 buff-menu.el to bindings.el.
5291
5292 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5293 :advertised-binding feature.
5294
5295 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5296
5297 * progmodes/compile.el (compilation-internal-error-properties):
5298 Calculate start position correctly when end-col is set but
5299 end-line is not (Bug#11382).
5300
5301 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5302
5303 * man.el (Man-unindent): Use text-property-default-nonsticky to
5304 prevent untabify from inheriting face properties (Bug#11408).
5305
5306 2012-05-05 Stefan Merten <smerten@oekonux.de>
5307
5308 * textmodes/rst.el: Major merge with upstream development up to
5309 Docutils SVN r7399 / rst.el V1.2.1.
5310
5311 Clarify maintainership and authors.
5312
5313 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5314 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5315 (rst-official-version, rst-official-cvs-rev, rst-version)
5316 (rst-package-emacs-version-alist): New functions and variables
5317 for version information.
5318
5319 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5320 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5321 (rst-mode-syntax-table, rst-mode): New and corrected functions
5322 and variables representing reStructuredText features.
5323
5324 (rst-re): New function for reStructuredText regexes. Use in
5325 many places.
5326
5327 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5328 (rst-mode-map): Rebind keys.
5329
5330 (rst-mode-lazy, rst-font-lock-keywords)
5331 (rst-font-lock-extend-region)
5332 (rst-font-lock-extend-region-internal)
5333 (rst-font-lock-extend-region-extend)
5334 (rst-font-lock-find-unindented-line-limit)
5335 (rst-font-lock-find-unindented-line-match)
5336 (rst-adornment-level, rst-font-lock-adornment-level)
5337 (rst-font-lock-adornment-match)
5338 (rst-font-lock-handle-adornment-pre-match-form)
5339 (rst-font-lock-handle-adornment-matcher): Major revision of
5340 font-locking. Integrate with other code. Use `jit-lock-mode'.
5341
5342 (rst-preferred-adornments, rst-adjust-hook)
5343 (rst-new-adornment-down, rst-preferred-bullets)
5344 (rst-preferred-bullets, rst-indent, rst-indent-width)
5345 (rst-indent-field, rst-indent-literal-normal)
5346 (rst-indent-literal-minimized, rst-indent-comment): Change,
5347 extend and improve customization.
5348
5349 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5350 (rst-normalize-cursor-position, rst-get-decoration)
5351 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5352 (rst-rstrip, rst-toc-insert-find-delete-contents)
5353 (rst-shift-fill-region, rst-compute-bullet-tabs)
5354 (rst-debug-print-tabs, rst-debug-mark-found)
5355 (rst-shift-region-guts, rst-shift-region-right)
5356 (rst-shift-region-left, rst-use-char-classes)
5357 (rst-font-lock-keywords-function)
5358 (rst-font-lock-indentation-point)
5359 (rst-font-lock-find-unindented-line-begin)
5360 (rst-font-lock-find-unindented-line-end)
5361 (rst-font-lock-find-unindented-line)
5362 (rst-font-lock-adornment-point, rst-font-lock-level)
5363 (rst-adornment-level-alist): Remove functions and variables.
5364
5365 (rst-compare-adornments, rst-get-adornment-match)
5366 (rst-suggest-new-adornment, rst-get-adornments-around)
5367 (rst-adornment-complete-p, rst-get-next-adornment)
5368 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5369 (rst-straighten-adornments): Standardize function names to
5370 use "adornment" instead of "decoration". Correct callers.
5371 Similar standardizing in many places.
5372
5373 (rst-update-section, rst-adjust, rst-promote-region)
5374 (rst-enumerate-region, rst-bullet-list-region)
5375 (rst-repeat-last-character): Correct use of `interactive'.
5376
5377 (rst-classify-adornment, rst-find-all-adornments)
5378 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5379 (rst-find-leftmost-column, rst-repeat-last-character):
5380 Refactor functions.
5381
5382 (rst-find-title-line, rst-reset-section-caches)
5383 (rst-get-adornments-around, rst-adjust-adornment-work)
5384 (rst-arabic-to-roman, rst-roman-to-arabic)
5385 (rst-insert-list-pos, rst-insert-list-new-item)
5386 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5387 New functions.
5388
5389 (rst-all-sections, rst-section-hierarchy)
5390 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5391 New variables.
5392
5393 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5394 configuration instead of only buffer. Change where necessary.
5395
5396 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5397 (rst-shift-region, rst-adaptive-fill): New functions for
5398 indentation and filling.
5399
5400 (rst-comment-line-break, rst-comment-indent)
5401 (rst-comment-insert-comment, rst-comment-region)
5402 (rst-uncomment-region): New functions for handling comments.
5403
5404 (rst-compile): Quote shell arguments.
5405
5406 (rst-compile-pdf-preview, rst-compile-slides-preview):
5407 Delete temporary files after use.
5408
5409 2012-05-05 Glenn Morris <rgm@gnu.org>
5410
5411 * calendar/cal-html.el: Optionally include holidays in the output.
5412 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5413 (cal-html-holidays): New option.
5414 (cal-html-css-default): Add holiday entry.
5415 (holiday-in-range): Autoload it.
5416 (cal-html-htmlify-entry): Add optional class argument.
5417 (cal-html-htmlify-list): Add optional holidays argument.
5418 (cal-html-insert-agenda-days): Include holidays in the output.
5419 (cal-html-one-month): Maybe include holidays.
5420
5421 * calendar/holidays.el (holiday-in-range):
5422 Move here from cal-tex-list-holidays.
5423 * calendar/cal-tex.el (cal-tex-list-holidays):
5424 Make it an obsolete alias for holiday-in-range. Update all callers.
5425
5426 2012-05-05 Chong Yidong <cyd@gnu.org>
5427
5428 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5429 Nextstep.
5430
5431 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5432
5433 * files.el (file-auto-mode-skip): New var.
5434 (set-auto-mode-1): Use it.
5435
5436 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * repeat.el: Use lexical-binding.
5439 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5440 (repeat-undo-count): Remove.
5441 (repeat):
5442 * progmodes/octave-mod.el (octave-abbrev-start):
5443 * progmodes/f90.el (f90-abbrev-start):
5444 * face-remap.el (text-scale-adjust):
5445 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5446
5447 * emacs-lisp/pcase.el (pcase--let*): New function.
5448 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5449 a bit more.
5450 (pcase--split-pred): Be more clever about ruling out overlap between
5451 a predicate and some constant pattern.
5452 (pcase--q1): Use `null' instead of (eq foo nil).
5453
5454 * subr.el (setq-local, defvar-local): New macros.
5455 (kbd): Redefine as an alias.
5456 (with-selected-window): Leave unrelated frames alone.
5457 (set-temporary-overlay-map): New function.
5458
5459 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * subr.el (user-error): New function.
5462 * window.el (switch-to-buffer):
5463 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5464 (smerge-match-conflict):
5465 * simple.el (previous-matching-history-element)
5466 (next-matching-history-element, goto-history-element, undo-more)
5467 (undo-start):
5468 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5469 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5470 (next-file, tags-loop-scan, list-tags, complete-tag):
5471 * progmodes/compile.el (compilation-loop):
5472 * mouse.el (mouse-minibuffer-check):
5473 * man.el (Man-bgproc-sentinel, Man-goto-page):
5474 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5475 (Info-history-forward, Info-follow-reference, Info-menu)
5476 (Info-extract-menu-item, Info-extract-menu-counting)
5477 (Info-forward-node, Info-backward-node, Info-next-menu-item)
5478 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5479 (Info-next-reference, Info-prev-reference, Info-index)
5480 (Info-index-next, Info-follow-nearest-node)
5481 (Info-copy-current-node-name):
5482 * imenu.el (imenu--make-index-alist)
5483 (imenu-default-create-index-function, imenu-add-to-menubar):
5484 * files.el (basic-save-buffer, recover-file):
5485 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5486 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5487 (checkdoc-message-text, checkdoc-defun):
5488 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5489 * cus-edit.el (customize-changed-options, customize-rogue)
5490 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5491 (custom-variable-mark-to-reset-standard)
5492 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5493 (custom-file):
5494 * completion.el (check-completion-length):
5495 * comint.el (comint-search-arg)
5496 (comint-previous-matching-input-string-position)
5497 (comint-previous-matching-input)
5498 (comint-replace-by-expanded-history-before-point, comint-send-input)
5499 (comint-copy-old-input, comint-backward-matching-input)
5500 (comint-goto-process-mark, comint-set-process-mark):
5501 * calendar/calendar.el (calendar-cursor-to-date): Use it.
5502 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5503
5504 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5505
5506 * dabbrev.el (dabbrev--ignore-case-p): New function.
5507 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5508 Use it.
5509
5510 * files.el (automount-dir-prefix): Mark as obsolete.
5511
5512 2012-05-04 Glenn Morris <rgm@gnu.org>
5513
5514 * patcomp.el, play/bruce.el: Move to obsolete/.
5515
5516 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
5517
5518 Fix minor Y10k bugs.
5519 * arc-mode.el (archive-unixdate):
5520 * autoinsert.el (auto-insert-alist):
5521 * calc/calc-forms.el (math-this-year):
5522 * emacs-lisp/copyright.el (copyright-current-year)
5523 (copyright-update-year, copyright):
5524 * tar-mode.el (tar-clip-time-string):
5525 * time.el (display-time-update):
5526 Don't assume years have 4 digits.
5527
5528 2012-05-04 Chong Yidong <cyd@gnu.org>
5529
5530 * dos-w32.el (file-name-buffer-file-type-alist)
5531 (direct-print-region-use-command-dot-com):
5532 * ffap.el (ffap-menu-regexp):
5533 * find-file.el (ff-special-constructs):
5534 * follow.el (follow-debug):
5535 * forms.el (forms--debug):
5536 * iswitchb.el (iswitchb-all-frames):
5537 * ido.el (ido-all-frames):
5538 * emacs-lisp/timer.el (timer-max-repeats):
5539 * mail/feedmail.el (feedmail-mail-send-hook)
5540 (feedmail-mail-send-hook-queued):
5541 * mail/footnote.el (footnote-signature-separator):
5542 * mail/mailabbrev.el (mail-alias-separator-string)
5543 (mail-abbrev-mode-regexp):
5544 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5545 * progmodes/idlwave.el (idlwave-libinfo-file)
5546 (idlwave-default-completion-case-is-down)
5547 (idlwave-library-routines): Convert defvars to defcustoms.
5548
5549 * mail/rmail.el (rmail-decode-mime-charset):
5550 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5551 (idlwave-shell-fix-inserted-breaks)
5552 (idlwave-shell-activate-alt-keybindings)
5553 (idlwave-shell-use-breakpoint-glyph):
5554 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5555
5556 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
5559
5560 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
5561
5562 * progmodes/verilog-mode.el (font-lock-keywords):
5563 Fix mis-highligting auto. Reported by Craig Barner.
5564 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
5565 defines from global name space. Reported by Dan Dever.
5566 (verilog-auto-reset, verilog-auto-reset-widths)
5567 (verilog-auto-tieoff): Support using unbased numbers for
5568 AUTORESET and AUTOTIEOFF.
5569 (verilog-submit-bug-report): Update variable list.
5570 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
5571 parenthesis from not matching. Reported by Michael Rytting.
5572 (verilog-auto-template-lint): Fix hash error when linting modules
5573 with no used templates.
5574 (verilog-warn, verilog-warn-error)
5575 (verilog-warn-fatal): When non-interactive report multiple
5576 warnings before exiting. Suggested by Brad Dobbie.
5577 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
5578 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5579 to report unused template errors. Reported by Brad Dobbie.
5580 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
5581 nets, bug438. Reported by Vns Blore.
5582 (verilog-auto-inout-module, verilog-auto-reg)
5583 (verilog-read-decls, verilog-read-sub-decls-sig)
5584 (verilog-signals-edit-wire-reg, verilog-signals-with):
5585 Fix passing of Verilog data types in ANSI input/output ports
5586 such as "output logic" into the AUTOs. Special case "wire" and
5587 "reg" for backwards compatibility presuming Verilog 2001.
5588 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5589 (verilog-preprocess): Fix replication of preprocess output.
5590 Reported by Brad Dobbie.
5591 (verilog-auto-inst-interfaced-ports):
5592 Create verilog-auto-inst-interfaced-ports, bug429.
5593 Reported by Julian Gorfajn.
5594 (verilog-after-save-font-hook)
5595 (verilog-before-save-font-hook): New variable.
5596 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
5597 (verilog-save-font-mods): Wrap disabling fontification, reported
5598 by David Rogoff.
5599 (verilog-do-indent, verilog-pretty-declarations-auto)
5600 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
5601 Reported by Pierre-David Pfister.
5602 (verilog-set-auto-endcomments): Fix endtask auto comments outside
5603 of class declarations, bug292. Reported by Kevin Heilman.
5604 (verilog-read-decls): Fix 'parameter type' not appearing in
5605 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5606 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
5607 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
5608 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5609 Reported by David Kravitz.
5610
5611 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
5612
5613 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
5614 assignment with tests in ifs and for loops.
5615 (verilog-extended-complete-re, verilog-complete-reg): Change so
5616 that DPI inport functions don't look like fuction declarations.
5617 (verilog-pretty-expr): Don't line up assignment
5618 operations to the test and increment in if and for loops
5619 (verilog-extended-complete-re, verilog-complete-reg): Change so
5620 that DPI inport functions don't look like fuction declarations.
5621
5622 2012-05-03 Kenichi Handa <handa@m17n.org>
5623
5624 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
5625 decoding, and show a warning message without signaling an error
5626 (Bug#11282).
5627
5628 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5629
5630 * emacs-lisp/bytecomp.el
5631 (byte-compile-file-form-custom-declare-variable): Compile all elements,
5632 since cconv.el might have introduced :fun-body, internal-make-closure,
5633 and friends for bytecomp to handle (bug#11391).
5634 * custom.el (defcustom): Avoid ((λ ..) ..).
5635
5636 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
5639
5640 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
5641
5642 * notifications.el (dbus-debug):
5643 * term/linux.el (gpm-mouse-enable):
5644 * term/screen.el (xterm-register-default-colors): Declare.
5645
5646 2012-05-02 Chong Yidong <cyd@gnu.org>
5647
5648 * cus-start.el (gc-cons-percentage, exec-suffixes)
5649 (dos-display-scancodes, dos-hyper-key, dos-super-key)
5650 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
5651 (make-cursor-line-fully-visible, void-text-area-pointer)
5652 (font-list-limit): Add customization data.
5653
5654 * allout.el (allout-exposure-change-functions)
5655 (allout-structure-added-functions)
5656 (allout-structure-deleted-functions)
5657 (allout-structure-shifted-functions): Rename abnormal hooks from
5658 *-hook, and convert to defcustoms.
5659 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
5660 Convert to defcustoms.
5661 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
5662
5663 * allout-widgets.el: Hook callers changed.
5664
5665 2012-05-02 Eli Zaretskii <eliz@gnu.org>
5666
5667 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
5668 the yanked message in preference to the default value of
5669 buffer-file-coding-system.
5670
5671 2012-05-02 Martin Rudalics <rudalics@gmx.at>
5672
5673 * window.el (display-buffer--action-function-custom-type):
5674 Fix entry.
5675
5676 2012-05-02 Alan Mackenzie <acm@muc.de>
5677
5678 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
5679
5680 2012-05-01 Glenn Morris <rgm@gnu.org>
5681
5682 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
5683
5684 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
5685
5686 * cus-edit.el (custom-variable-documentation): Simplify with format.
5687
5688 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5689 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * simple.el (suggest-key-bindings, execute-extended-command):
5692 Move from keyboard.c.
5693
5694 2012-05-01 Chong Yidong <cyd@gnu.org>
5695
5696 * follow.el: Eliminate advice.
5697 (set-process-filter, process-filter, sit-for): Advice deleted.
5698 (follow-mode-off-hook): Obsolete hook removed.
5699 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
5700 Vars deleted.
5701 (follow-auto): Use a :set function.
5702 (follow-mode): Rewritten. Don't advise process filters.
5703 (follow-switch-to-current-buffer-all, follow-scroll-up)
5704 (follow-scroll-down): Assume follow-mode is bound.
5705 (follow-comint-scroll-to-bottom)
5706 (follow-align-compilation-windows): New functions.
5707 (follow--window-sorter): New function.
5708 (follow-all-followers): Use it to explicitly sort windows by their
5709 positions; don't make assumptions about next-window order.
5710 (follow-windows-start-end, follow-delete-other-windows-and-split)
5711 (follow-calc-win-start): Doc fix.
5712 (follow-windows-aligned-p, follow-select-if-visible): Don't call
5713 vertical-motion unnecessarily.
5714 (follow-adjust-window): New function.
5715 (follow-post-command-hook): Use it.
5716 (follow-call-set-process-filter, follow-call-process-filter)
5717 (follow-intercept-process-output, follow-tidy-process-filter-alist)
5718 (follow-stop-intercept-process-output, follow-generic-filter):
5719 Functions deleted.
5720 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
5721 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
5722 New functions, replacing advice on scroll-bar-* commands.
5723 (follow-mwheel-scroll): New function (Bug#4112).
5724
5725 * comint.el (comint-adjust-point): New function.
5726 (comint-postoutput-scroll-to-bottom): Use it.
5727 Call follow-comint-scroll-to-bottom for Follow mode buffers.
5728
5729 2012-05-01 Glenn Morris <rgm@gnu.org>
5730
5731 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
5732 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
5733 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
5734 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
5735 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
5736 Remove no-byte-compile setting.
5737
5738 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * minibuffer.el (completion-table-with-quoting): Fix compatibility
5741 all-completions code to not return a number in the last cdr.
5742
5743 2012-04-30 Leo Liu <sdl.web@gmail.com>
5744
5745 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
5746 read-only error.
5747
5748 2012-04-29 Chong Yidong <cyd@gnu.org>
5749
5750 * follow.el (follow-calc-win-end): Rewrite to handle partial
5751 screen lines correctly (Bug#8390).
5752 (follow-avoid-tail-recenter): Minor cleanup.
5753
5754 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 Avoid the obsolete `assoc' package.
5757 * speedbar.el (speedbar-refresh): Avoid adelete.
5758 (speedbar-file-lists): Simplify and avoid aput.
5759 * man.el (Man--sections, Man--refpages): New vars, replacing
5760 Man-sections-alist and Man-refpages-alist.
5761 (Man-build-section-alist, Man-build-references-alist):
5762 Use them; avoid aput.
5763 (Man--last-section, Man--last-refpage): New vars.
5764 (Man-follow-manual-reference): Use them.
5765 Use the `default' arg of completing-read.
5766 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
5767
5768 2012-04-27 Chong Yidong <cyd@gnu.org>
5769
5770 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
5771
5772 * startup.el (x-apply-session-resources): New function.
5773
5774 * term/ns-win.el (ns-initialize-window-system):
5775 * term/w32-win.el (w32-initialize-window-system):
5776 * term/x-win.el (x-initialize-window-system): Use it to properly
5777 set menu-bar-mode and other vars from X resources, even if the
5778 initial frame is not a window-system frame (Bug#2299).
5779
5780 * subr.el (read-key): Avoid running filter function when setting
5781 up temporary tool bar entries (Bug#9922).
5782
5783 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
5784
5785 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
5786 (Bug#11344)
5787
5788 2012-04-27 Chong Yidong <cyd@gnu.org>
5789
5790 * select.el (xselect--encode-string): New function, split from
5791 xselect-convert-to-string.
5792 (xselect-convert-to-string): Use it.
5793 (xselect-convert-to-filename, xselect-convert-to-os)
5794 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
5795 returned strings are properly encoded (Bug#11315).
5796
5797 2012-04-27 Chong Yidong <cyd@gnu.org>
5798
5799 * simple.el (delete-active-region): Move to killing custom group.
5800
5801 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
5802
5803 * progmodes/which-func.el (which-func-current): Quote %
5804 characters for mode-line processing.
5805
5806 2012-04-27 Chong Yidong <cyd@gnu.org>
5807
5808 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
5809 reaching eob (Bug#11286).
5810
5811 2012-04-27 Eli Zaretskii <eliz@gnu.org>
5812
5813 * progmodes/gdb-mi.el (gdb-control-level): New variable.
5814 (gdb): Make it buffer-local and init to zero.
5815 (gdb-control-commands-regexp): New variable.
5816 (gdb-send): Don't wrap in "-interpreter-exec console" if
5817 gdb-control-level is positive. Increment gdb-control-level
5818 whenever the command matches gdb-control-commands-regexp, and
5819 decrement it each time the command is "end". (Bug#11279)
5820
5821 2012-04-27 Martin Rudalics <rudalics@gmx.at>
5822
5823 * window.el (adjust-window-trailing-edge, enlarge-window)
5824 (shrink-window, window-resize):
5825 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
5826 windows (Bug#11276).
5827
5828 2012-04-27 Chong Yidong <cyd@gnu.org>
5829
5830 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
5831 fix "missing prefix" warning. All callers changed.
5832
5833 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * emacs-lisp/assoc.el: Move to obsolete/.
5836
5837 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
5840
5841 * term/ns-win.el (ns-define-service):
5842 * progmodes/pascal.el (pascal-goto-defun):
5843 * progmodes/js.el (js--read-tab):
5844 * progmodes/etags.el (tags-lazy-completion-table):
5845 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
5846 * emacs-lisp/ewoc.el (ewoc--wrap):
5847 * emacs-lisp/assoc.el (aput, adelete, amake):
5848 * doc-view.el (doc-view-convert-current-doc):
5849 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
5850
5851 2012-04-26 Chong Yidong <cyd@gnu.org>
5852
5853 * image.el (image-type-from-buffer): Only return supported image
5854 type (Bug#9045).
5855
5856 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
5857 value, for symmetry with diff-end-of-hunk.
5858 (diff-split-hunk, diff-find-source-location)
5859 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
5860 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
5861 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
5862 compute the relevant hunk or file properly (Bug#6005).
5863 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
5864
5865 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * vc/vc-mtn.el:
5868 * vc/vc-hg.el:
5869 * vc/vc-git.el:
5870 * vc/vc-dir.el:
5871 * vc/vc-cvs.el:
5872 * vc/vc-bzr.el:
5873 * vc/vc-arch.el:
5874 * vc/vc.el: Replace lexical-let by lexical-binding.
5875 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
5876 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
5877 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
5878
5879 2012-04-26 Chong Yidong <cyd@gnu.org>
5880
5881 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
5882 (diff-mode-shared-map): Bind it to / and [remap undo].
5883
5884 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
5885 (ediff-window-setup-function): Use it as the default, to set up
5886 windows based on whether the current frame is graphical (Bug#2138).
5887 (ediff-choose-window-setup-function-automatically): Make obsolete.
5888
5889 * vc/ediff-init.el: Always define ediff-pixel-width/height.
5890
5891 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * ffap.el: Remove old code for obsolete package.
5894 (ffap-complete-as-file-p): Remove.
5895
5896 Use completion-table-with-quoting for comint and pcomplete.
5897 * comint.el (comint--unquote&requote-argument)
5898 (comint--unquote-argument, comint--requote-argument): New functions.
5899 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
5900 (comint-quote-filename): Use regexp-opt-charset.
5901 (comint--common-suffix, comint--common-quoted-suffix)
5902 (comint--table-subvert): Remove.
5903 (comint-unquote-function, comint-requote-function): New vars.
5904 (comint--complete-file-name-data): Use them with
5905 completion-table-with-quoting.
5906 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
5907 * pcomplete.el (pcomplete-arg-quote-list)
5908 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
5909 (pcomplete-unquote-argument-function): Default to non-nil.
5910 (pcomplete-unquote-argument): Simplify.
5911 (pcomplete--common-quoted-suffix): Remove.
5912 (pcomplete-requote-argument-function): New var.
5913 (pcomplete--common-suffix): New function.
5914 (pcomplete-completions-at-point): Use completion-table-with-quoting
5915 and completion-table-subvert.
5916
5917 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
5918 (minibuffer--double-dollars): Preserve properties.
5919 (completion--sifn-requote): New function.
5920 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
5921
5922 * minibuffer.el: Add support for completion of quoted/escaped data.
5923 (completion-table-with-quoting, completion-table-subvert): New funs.
5924 (completion--twq-try, completion--twq-all): New functions.
5925 (completion--nth-completion): New function.
5926 (completion-try-completion, completion-all-completions): Use it.
5927
5928 2012-04-25 Leo Liu <sdl.web@gmail.com>
5929
5930 * progmodes/python.el (python-pdbtrack-get-source-buffer):
5931 Use compilation-message if available to find real filename.
5932
5933 2012-04-25 Chong Yidong <cyd@gnu.org>
5934
5935 * vc/diff-mode.el (diff-setup-whitespace): New function.
5936 (diff-mode): Use it.
5937
5938 * vc/diff.el (diff-sentinel):
5939 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
5940 Whitespace mode variables based on diff style (Bug#8612).
5941
5942 2012-04-25 Leo Liu <sdl.web@gmail.com>
5943
5944 * progmodes/python.el (python-send-region): Add suffix .py to the
5945 temp file.
5946
5947 * files.el (auto-mode-alist): Use javascript-mode instead.
5948
5949 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
5950
5951 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
5952
5953 * net/soap-client.el (soap-resolve-references-for-sequence-type)
5954 (soap-resolve-references-for-array-type): Hack to prevent self
5955 references, see Bug#9.
5956 (soap-parse-envelope): Report the contents of the 'detail' node
5957 when receiving a fault reply.
5958 (soap-parse-envelope): Report the contents of the entire 'detail' node.
5959
5960 * net/soap-inspect.el (soap-sample-value-for-simple-type)
5961 (soap-inspect-simple-type): New function.
5962
5963 * net/soap-client.el (soap-simple-type): New struct.
5964 (soap-default-xsd-types, soap-default-soapenc-types)
5965 (soap-decode-basic-type, soap-encode-basic-type):
5966 support unsignedInt and double basic types.
5967 (soap-resolve-references-for-simple-type)
5968 (soap-parse-simple-type, soap-encode-simple-type): New function.
5969 (soap-parse-schema): Parse xsd:simpleType declarations.
5970
5971 * net/soap-client.el (soap-default-xsd-types)
5972 (soap-default-soapenc-types): Add integer, byte and anyURI types.
5973 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
5974 the local name of "soapenc:Array".
5975 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
5976 decoding integer, byte and anyURI xsd types.
5977
5978 2012-04-25 Chong Yidong <cyd@gnu.org>
5979
5980 * cus-edit.el (custom-buffer-create-internal): Update header text.
5981
5982 2012-04-25 Eli Zaretskii <eliz@gnu.org>
5983
5984 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
5985 settings on 'system-type', not on 'window-system'. On MS-Windows,
5986 set interactive-mode on in GDB.
5987
5988 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
5991 (ruby-syntax-propertize-regexp): Remove.
5992 (ruby-syntax-propertize-function): Split regexp into chunks.
5993 Match following code directly.
5994
5995 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
5996
5997 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
5998 (ruby-syntax-propertize-regexp): New function.
5999 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6000 by a special keyword.
6001
6002 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6003 (ruby-syntax-general-delimiters-goto-beg)
6004 (ruby-syntax-propertize-general-delimiters): New functions.
6005 (ruby-syntax-propertize-function): Use them to handle GDL.
6006 (ruby-font-lock-keywords): Move old handling of GDL...
6007 (ruby-font-lock-syntactic-keywords): .. to here.
6008 (ruby-calculate-indent): Adjust indentation for GDL.
6009
6010 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
6011
6012 * notifications.el (top): Remove unneeded declarations.
6013 (notifications-specification-version): Change to "1.2".
6014 (notifications-interface, notifications-notify-method)
6015 (notifications-close-notification-method): Fix docstring.
6016 (notifications-get-capabilities-method): New defconst.
6017 (notifications-notify): Add :action-items, :resident and
6018 :transient hints. Change "image_data" to "image-data" and
6019 "image_path" to "image-path".
6020 (notifications-get-capabilities): New defun.
6021
6022 2012-04-24 Leo Liu <sdl.web@gmail.com>
6023
6024 * progmodes/python.el: Move hideshow setup to the end.
6025
6026 2012-04-24 Martin Rudalics <rudalics@gmx.at>
6027
6028 * window.el (handle-select-window): Clear echo area since this is
6029 no more done by read_char (Bug#11304).
6030
6031 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6034 and `/ M' to filter-derived-mode.
6035 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6036 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6037 (ibuffer-mark-by-mode): Use default rather than initial-input.
6038 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6039
6040 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6041
6042 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6043 (ibuffer-filter-by-derived-mode): New filter.
6044 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6045
6046 2012-04-23 Andreas Politz <politza@fh-trier.de>
6047
6048 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6049
6050 2012-04-23 Chong Yidong <cyd@gnu.org>
6051
6052 * cus-edit.el (customize-apropos, customize-apropos-options):
6053 Disable matching of non-option variables (Bug#11176).
6054 (customize-option, customize-option-other-window)
6055 (customize-changed-options): Doc fix.
6056 (customize-apropos-options, customize-apropos-faces)
6057 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6058
6059 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
6060 Fix word list splitting (Bug#11132).
6061 (apropos-symbol, apropos-keybinding, apropos-label)
6062 (apropos-property, apropos-function-button)
6063 (apropos-variable-button, apropos-misc-button): New faces.
6064 (apropos-symbol-face, apropos-keybinding-face)
6065 (apropos-label-face, apropos-property-face, apropos-match-face):
6066 Variables removed (Bug#8396).
6067 (apropos-library-button, apropos-format-plist, apropos-print)
6068 (apropos-print-doc, apropos-describe-plist): Callers changed.
6069
6070 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * net/xesam.el (xesam-mode-map): Use let-bound map in
6073 initialization. (Bug#11292)
6074
6075 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6076
6077 Preserve ispell session localwords when switching back to
6078 original buffer.
6079
6080 * textmodes/ispell.el (ispell-buffer-session-localwords):
6081 New buffer-local variable to hold buffer session localwords.
6082 (ispell-kill-ispell): Add option 'clear to delete session
6083 localwords.
6084 (ispell-command-loop, ispell-change-dictionary)
6085 (ispell-buffer-local-words): Preserve session localwords when
6086 needed.
6087
6088 * textmodes/flyspell.el (flyspell-process-localwords)
6089 (flyspell-do-correct): Preserve session localwords when needed.
6090
6091 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6092
6093 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6094 using obsolete `translation-table-for-input'.
6095 (ispell-word, ispell-process-line, ispell-complete-word):
6096 Use plain `insert' instead of removed `ispell-insert-word'.
6097
6098 2012-04-22 Chong Yidong <cyd@gnu.org>
6099
6100 * cus-edit.el (custom-variable-menu)
6101 (custom-variable-reset-saved, custom-face-menu)
6102 (custom-face-reset-saved): If there is no saved value, make the
6103 "reset-saved" operation bring back the default (Bug#9509).
6104 (custom-face-state): Properly detect themed faces.
6105
6106 * faces.el (face-spec-set): Stop supporting deprecated form of
6107 third arg.
6108
6109 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
6110
6111 Move functions from C to Lisp. Make non-blocking method calls
6112 the default. Implement further D-Bus standard interfaces.
6113
6114 * net/dbus.el (dbus-message-internal): Declare function.
6115 Remove unneeded function declarations.
6116 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6117 (dbus-message-type-method-return, dbus-message-type-error)
6118 (dbus-message-type-signal): Declare variables. Remove local
6119 definitions.
6120 (dbus-interface-dbus, dbus-interface-peer)
6121 (dbus-interface-introspectable, dbus-interface-properties)
6122 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6123 Adapt docstring.
6124 (dbus-interface-objectmanager): New defconst.
6125 (dbus-call-method, dbus-call-method-asynchronously)
6126 (dbus-send-signal, dbus-method-return-internal)
6127 (dbus-method-error-internal, dbus-register-service)
6128 (dbus-register-signal, dbus-register-method): New defuns, moved
6129 from dbusbind.c
6130 (dbus-call-method-handler, dbus-setenv)
6131 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6132 New defuns.
6133 (dbus-call-method-non-blocking): Make it an obsolete function.
6134 (dbus-unregister-object, dbus-unregister-service)
6135 (dbus-handle-event, dbus-register-property)
6136 (dbus-property-handler): Obey the new structure of
6137 `bus-registered-objects'.
6138 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6139 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6140 Use `dbus-call-method'.
6141
6142 2012-04-22 Chong Yidong <cyd@gnu.org>
6143
6144 * cus-edit.el (custom-commands, custom-reset-menu)
6145 (Custom-reset-standard): Tweak labels.
6146 (custom-reset-button-menu): Change default to t.
6147 (custom-buffer-create-internal): For the custom-reset-button-menu
6148 case, put the revert button first.
6149 (custom-group-subtitle): New face.
6150 (custom-group-value-create): Align docstring to a specific column.
6151
6152 * wid-edit.el (widget-documentation-link-add): Don't handle
6153 indentation in this function.
6154 (widget-documentation-string-indent-to): New function.
6155 (widget-documentation-string-value-create): Use it.
6156
6157 * autorevert.el (auto-revert):
6158 * epg-config.el (epg):
6159 * ibuffer.el (ibuffer):
6160 * mpc.el (mpc):
6161 * ses.el (ses):
6162 * eshell/eshell.el (eshell):
6163 * net/ange-ftp.el (ange-ftp):
6164 * progmodes/ebnf2ps.el (postscript):
6165 * progmodes/flymake.el (flymake):
6166 * progmodes/prolog.el (prolog):
6167 * progmodes/verilog-mode.el (verilog-mode):
6168 * progmodes/which-func.el (which-func):
6169 * term/xterm.el (xterm):
6170 * textmodes/picture.el (picture):
6171 * textmodes/tildify.el (tildify):
6172 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6173 customization buffers.
6174
6175 2012-04-22 Alan Mackenzie <acm@muc.de>
6176
6177 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6178 Adding a ) can hide the resulting (..) from searches. Fix it.
6179 Bound the backward search to the position of the existing (.
6180
6181 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
6182
6183 * progmodes/verilog-mode.el (verilog-mode): Check whether
6184 which-func-modes is t before adding verilog-mode.
6185 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6186
6187 2012-04-21 Leo Liu <sdl.web@gmail.com>
6188
6189 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
6190
6191 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6192
6193 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6194 filling of the last column of a table (Bug#5635).
6195 (woman-find-next-control-line): New arg, specifying an additional
6196 regexp component for the control line.
6197 (woman2-roff-buffer): Use it.
6198 (woman-break-table): New function.
6199 (woman2-TS): Use it.
6200
6201 2012-04-21 Chong Yidong <cyd@gnu.org>
6202
6203 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6204 (woman-horizontal-escapes, woman-negative-vertical-space)
6205 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6206 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6207
6208 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * minibuffer.el (completion-file-name-table): Complete user names.
6211
6212 2012-04-20 Leo Liu <sdl.web@gmail.com>
6213
6214 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6215 and pcase-let*.
6216
6217 2012-04-20 Chong Yidong <cyd@gnu.org>
6218
6219 * server.el (server-execute): Respect initial-buffer-choice if it
6220 is a string and there are no files to open (Bug#2825).
6221 (server-create-window-system-frame, server-create-tty-frame):
6222 Don't switch buffers here.
6223 (server-process-filter): Only try to open a window system frame if
6224 compiled with graphical support (Bug#8314).
6225
6226 2012-04-20 Dan Nicolaescu <dann@gnu.org>
6227
6228 * battery.el (battery-echo-area-format): Display remaining time
6229 for sysfs backend too (Bug#11269).
6230 (battery-linux-sysfs): Fix conditional for the charge.
6231
6232 2012-04-20 Chong Yidong <cyd@gnu.org>
6233
6234 * progmodes/gdb-mi.el (gdb): Revert previous change.
6235 (gdb-inferior-io--init-proc): New function.
6236 (gdb-init-1): Use it.
6237 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6238 responsible for allocating a new pty and hooking it to gdb when
6239 the old pty gets an EIO due to process exit.
6240 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6241 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6242 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6243
6244 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6245
6246 * window.el (window-min-size, window-sizable, window-min-delta)
6247 (window-max-delta, window--resizable, window-resizable)
6248 (window-total-size, window-full-height-p, window-full-width-p)
6249 (window-in-direction, window--resize-mini-window, window-resize)
6250 (window--resize-child-windows-normal)
6251 (window--resize-child-windows, window--resize-siblings)
6252 (window--resize-this-window, adjust-window-trailing-edge)
6253 (enlarge-window, shrink-window): Doc fixes.
6254
6255 2012-04-20 Chong Yidong <cyd@gnu.org>
6256
6257 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6258 New function to call delete-process on the gdb-inferior buffer's pty.
6259 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6260 pty process (Bug#11273).
6261 (gdb-update): New arg to suppress talking to the gdb process.
6262 (gdb-done-or-error): Use it.
6263 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6264 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6265 sentinel not being called.
6266
6267 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6268
6269 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6270
6271 2012-04-20 Glenn Morris <rgm@gnu.org>
6272
6273 * net/network-stream.el (open-network-stream): Doc fix.
6274
6275 2012-04-20 Chong Yidong <cyd@gnu.org>
6276
6277 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6278
6279 2012-04-20 Alan Mackenzie <acm@muc.de>
6280
6281 Ensure searching for keywords is case sensitive.
6282
6283 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6284 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6285 (c-defun-name, c-mark-function, c-cpp-define-name)
6286 (c-comment-indent, c-scan-conditionals, c-indent-defun)
6287 (c-context-line-break): Bind case-fold-search to nil.
6288
6289 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6290 Bind case-fold-search to nil.
6291
6292 2012-04-20 Chong Yidong <cyd@gnu.org>
6293
6294 * mail/sendmail.el (mail-bury): Call return action with the right
6295 Rmail buffer (Bug#11242).
6296
6297 * server.el (server-process-filter): Handle corner case where both
6298 tty and nowait options are present (Bug#11102).
6299
6300 2012-04-20 Eli Zaretskii <eliz@gnu.org>
6301
6302 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6303 (top level): Put into the executable the ident-style '$Id:' tag on
6304 windows-nt as well.
6305
6306 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * electric.el (electric-indent-post-self-insert-function): Check that
6309 electric-indent-mode is enabled in current buffer.
6310
6311 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6312
6313 * imenu.el (imenu-progress-message): Restore; it is "used" in
6314 erc/erc-imenu.el and net/snmp-mode.el.
6315
6316 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
6317
6318 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6319 (mouse-avoidance-nudge-mouse): Remove unused binding.
6320
6321 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6322
6323 * descr-text.el (describe-char):
6324 * progmodes/python.el (python-describe-symbol):
6325 Don't call `toggle-read-only', set `buffer-read-only'.
6326
6327 * imenu.el (imenu-default-goto-function): Mark unused args.
6328 (imenu-progress-message): Remove obsolete macro; all callers changed.
6329
6330 * subr.el (keymap-canonicalize): Remove unused binding.
6331 (read-passwd): Mark unused arg.
6332
6333 * tutorial.el (tutorial--display-changes): Remove unused binding.
6334 (tutorial--save-tutorial-to): Remove unused variable.
6335
6336 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6337 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6338 (package-generate-autoloads, package-menu--generate)
6339 (package-menu--find-upgrades): Remove unused bindings.
6340
6341 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6342 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6343 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6344 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6345 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6346 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6347 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6348 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6349 (cua-delete-char-rectangle): Mark unused args.
6350 (cua-align-rectangle): Remove unused binding.
6351
6352 * mail/rmail.el (compilation--message->loc)
6353 (epa--find-coding-system-for-mime-charset): Declare.
6354
6355 * net/dbus.el (dbus-register-service): Declare.
6356 (dbus-name-owner-changed-handler): Remove unused binding.
6357
6358 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6359 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6360 (nxml-scan-backward-within): Mark unused arg.
6361 (nxml-dynamic-markup-word): Remove unused binding.
6362
6363 * mouse.el (mouse-menu-major-mode-map):
6364 * emacs-lisp/authors.el (authors-scan-change-log)
6365 (authors-add-to-author-list):
6366 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6367 * emacs-lisp/smie.el (smie-auto-fill):
6368 * mail/sendmail.el (mail-bury):
6369 * mail/unrmail.el (unrmail):
6370 * net/tls.el (open-tls-stream):
6371 * textmodes/picture.el (picture-mouse-set-point):
6372 Remove unused bindings.
6373
6374 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * net/tramp.el (tramp-action-password): Let-bind
6377 `enable-recursive-minibuffers' to t.
6378
6379 2012-04-18 Sam Steingold <sds@gnu.org>
6380
6381 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6382 instead of 'string to accommodate values like [f11].
6383 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6384 * progmodes/gdb-mi.el: Likewise.
6385
6386 2012-04-18 Leo Liu <sdl.web@gmail.com>
6387
6388 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6389 current buffer.
6390 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6391 LOCAL is nil.
6392
6393 2012-04-18 Chong Yidong <cyd@gnu.org>
6394
6395 * simple.el (line-move): Use forward-line if in batch mode
6396 (Bug#11053).
6397
6398 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6399
6400 * files.el (after-find-file): Do not try to add a final newline if
6401 the buffer is read-only (Bug#11156).
6402
6403 2012-04-17 Richard Stallman <rms@gnu.org>
6404
6405 * mail/rmail.el (rmail-start-mail):
6406 Pass (rmail-mail-return...) for the return-action.
6407 Pass (rmail-yank-current-message...) for the yank-action.
6408 (rmail-yank-current-message): New function.
6409 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6410 (rmail-reply): Likewise.
6411 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6412
6413 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
6414 buffer, not the last. Reject temp buffers. Use the rmail-mode
6415 buffer, not newbuf.
6416
6417 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
6418
6419 * server.el (server-ensure-safe-dir): Simplify.
6420
6421 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * emacs-lisp/smie.el: Provide smarter auto-filling.
6424 (smie-auto-fill): New function.
6425 (smie-setup): Use it.
6426
6427 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6428
6429 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
6430
6431 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6432 (comment-indent): Use it.
6433
6434 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
6435
6436 * ses.el: The overall change is to add cell renaming, that is
6437 setting fancy names for cell symbols other than name matching
6438 "\\`[A-Z]+[0-9]+\\'" regexp .
6439 (ses-localvars): Add ses--renamed-cell-symb-list.
6440 (ses-create-cell-variable): New defun.
6441 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
6442 (ses-relocate-formula): Relocate formulas only for cells the
6443 symbols of which are not renamed, i.e. symbols whose names do not
6444 match regexp "\\`[A-Z]+[0-9]+\\'".
6445 (ses-relocate-all): Relocate values only for cells the symbols of
6446 which are not renamed.
6447 (ses-load): Create cells variables as the (ses-cell ...) are read,
6448 in order to check row col consistency with cell symbol name only
6449 for cells that are not renamed.
6450 (ses-replace-name-in-formula): New defun.
6451 (ses-rename-cell): New defun.
6452
6453 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6454
6455 * progmodes/perl-mode.el (perl-indent-parens-as-block):
6456 New option (bug#11118).
6457 (perl-calculate-indent): Respect it.
6458
6459 2012-04-17 Glenn Morris <rgm@gnu.org>
6460
6461 * dired-aux.el (dired-mark-read-string): Doc fix.
6462
6463 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6464
6465 * dired-aux.el (dired-mark-read-string): Offer optional completion.
6466 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
6467
6468 2012-04-17 Glenn Morris <rgm@gnu.org>
6469
6470 * mouse.el (mouse-drag-track):
6471 * speedbar.el (speedbar-frame-mode):
6472 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6473
6474 2012-04-16 Leo Liu <sdl.web@gmail.com>
6475
6476 * progmodes/python.el: Trivial cleanup.
6477
6478 2012-04-16 Glenn Morris <rgm@gnu.org>
6479
6480 * vc/vc.el (vc-string-prefix-p):
6481 * vc/pcvs-util.el (cvs-string-prefix-p):
6482 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6483 * mpc.el (mpc-string-prefix-p):
6484 Make all of these into obsolete aliases for string-prefix-p.
6485 Update callers.
6486 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6487
6488 * textmodes/two-column.el: Move custom options to the start.
6489 (frame-width): Remove compat definition.
6490 (2C-associate-buffer, 2C-dissociate):
6491 Use with-current-buffer rather than save-excursion.
6492 (2C-dissociate): Force a mode-line update.
6493 (2C-autoscroll): Use ignore-errors.
6494
6495 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6496 Autoload trivia.
6497
6498 * emacs-lisp/cl-extra.el (*random-state*):
6499 Remove unnecessary declaration.
6500
6501 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6502
6503 * play/cookie1.el (cookie-snarf):
6504 Give an explicit error if input file cannot be read.
6505
6506 * play/yow.el (yow-file): Use expand-file-name rather than concat.
6507
6508 * progmodes/perl-mode.el (c-macro-expand):
6509 Remove unnecessary autoload (it is in loaddefs.el).
6510
6511 * textmodes/picture.el (picture-desired-column)
6512 (picture-update-desired-column): Convert comments to doc-strings.
6513 (picture-substitute): Remove function.
6514 (picture-mode-map): Initialize in the defvar.
6515
6516 * woman.el: Remove eval-after-load for tar-mode.
6517 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6518 (woman-tar-extract-file): Autoload it.
6519
6520 * frame.el (automatic-hscrolling): Make this alias obsolete.
6521
6522 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6523
6524 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
6525 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
6526 (ispell-dictionary-base-alist): Revert to original XEmacs
6527 friendly version for default. [:alpha:] will be added in
6528 `ispell-set-spellchecker-params' if needed.
6529
6530 2012-04-16 Chong Yidong <cyd@gnu.org>
6531
6532 * image.el (imagemagick--file-regexp): New variable.
6533 (imagemagick-register-types): Use it.
6534 (imagemagick-types-inhibit): Add :set function. Allow new value
6535 of t to inhibit all types.
6536
6537 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6538 so we can preload it.
6539
6540 * loadup.el (fboundp): Preload regexp-opt, needed by
6541 imagemagick-register-types.
6542
6543 2012-04-15 Chong Yidong <cyd@gnu.org>
6544
6545 * frame.el (scrolling): Remove nearly unused customization group.
6546
6547 * scroll-all.el (scroll-all-mode): Move to windows group.
6548
6549 2012-04-15 Chong Yidong <cyd@gnu.org>
6550
6551 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6552
6553 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 Avoid the use of ((lambda ...) ...) in lexical-binding code.
6556 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
6557
6558 2012-04-15 Glenn Morris <rgm@gnu.org>
6559
6560 * simple.el (process-file-side-effects): Doc fix.
6561
6562 2012-04-15 Glenn Morris <rgm@gnu.org>
6563
6564 * international/mule-cmds.el (set-language-environment): Doc fix.
6565
6566 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
6567
6568 * server.el (server-auth-key, server-generate-key): Doc fixes.
6569 (server-get-auth-key): Doc fix. Use `string-match-p'.
6570 (server-start): Reflow docstring.
6571
6572 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
6573
6574 * server.el (server-generate-key): `called-interactively-p'
6575 requires a parameter.
6576
6577 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
6578
6579 * server.el (server-auth-key): New variable.
6580 (server-generate-key, server-get-auth-key): New function.
6581 (server-start): Use the new variable and functions to allow
6582 setting a permanent server key (bug#9423).
6583
6584 2012-04-14 Leo Liu <sdl.web@gmail.com>
6585
6586 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
6587
6588 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6589
6590 Spelling fixes.
6591 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
6592 Emacs uses American spelling.
6593
6594 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
6595
6596 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
6597 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
6598 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
6599 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
6600
6601 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * progmodes/which-func.el (which-func-modes): Change default.
6604
6605 2012-04-14 Kim F. Storm <storm@cua.dk>
6606
6607 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
6608 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
6609
6610 2012-04-14 Chong Yidong <cyd@gnu.org>
6611
6612 * custom.el (custom-theme-set-variables): Doc fix.
6613
6614 2012-04-14 Glenn Morris <rgm@gnu.org>
6615
6616 * international/mule.el (set-auto-coding-for-load): Doc fix.
6617
6618 2012-04-14 Alan Mackenzie <acm@muc.de>
6619
6620 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6621 imenu work again for Objective C Mode. Correct the *-index values,
6622 these having been disturbed by a previous change in 2011-08.
6623
6624 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6625 Correct two search limits.
6626
6627 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6630
6631 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
6632
6633 * international/characters.el: Fix sorting.
6634
6635 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6636
6637 * international/characters.el: Add more missing Latin case pairs.
6638
6639 2012-04-14 Glenn Morris <rgm@gnu.org>
6640
6641 * files.el (dir-locals-set-class-variables): Doc fix.
6642
6643 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6644
6645 * international/characters.el: Add set-case-syntax-pair call for
6646 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
6647 counterpart. (Bug#11209)
6648
6649 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
6650
6651 2012-04-14 Glenn Morris <rgm@gnu.org>
6652
6653 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6654
6655 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6656
6657 * textmodes/ispell.el (ispell-dictionary-base-alist):
6658 Add data for Hebrew.
6659
6660 2012-04-14 Chong Yidong <cyd@gnu.org>
6661
6662 * net/rcirc.el (rcirc-cmd-quit):
6663 Revert 2012-03-18 change (Bug#11192).
6664
6665 2012-04-14 Glenn Morris <rgm@gnu.org>
6666
6667 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
6668
6669 2012-04-14 Eli Zaretskii <eliz@gnu.org>
6670
6671 * minibuffer.el (completion-in-region-mode-map):
6672 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
6673
6674 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
6675
6676 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
6677
6678 2012-04-13 Masatake YAMATO <yamato@redhat.com>
6679
6680 * minibuffer.el (minibuffer-local-filename-syntax): New variable
6681 to allow `C-M-f' and `C-M-b' to move to the nearest path
6682 separator (bug#9511).
6683
6684 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
6685
6686 * avoid.el: Require cl when compiling. And also move the
6687 `provide' to the end.
6688
6689 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6690
6691 * avoid.el (mouse-avoidance-banish-position): New variable.
6692 (mouse-avoidance-banish-destination): Use it (bug#10165).
6693
6694 2012-04-13 Leo Liu <sdl.web@gmail.com>
6695
6696 * progmodes/which-func.el (which-func-modes): Add objc-mode.
6697
6698 2012-04-13 Ken Brown <kbrown@cornell.edu>
6699
6700 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
6701 this is no longer needed now that cygstart understands file:// URLs.
6702 (browse-url-filename-alist): For the same reason, don't modify
6703 file:// URLs on Cygwin.
6704
6705 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
6708 the region on shift if the binding is already shifted (bug#11221).
6709
6710 2012-04-12 Glenn Morris <rgm@gnu.org>
6711
6712 * mail/mailpost.el: Move to obsolete/.
6713
6714 2012-04-12 Drew Adams <drew.adams@oracle.com>
6715
6716 * imenu.el (imenu--generic-function): Ignore invisible definitions
6717 (bug#10123).
6718
6719 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
6720
6721 * hexl.el (hexl-bits): New variable.
6722 (hexl-options): Mention the variable in the doc string.
6723 (hexl-rulerise, hexl-line-displen): New functions.
6724 (hexl-mode): Mention the new variable.
6725 (hexl-mode, hexl-current-address, hexl-current-address):
6726 Use the displen.
6727 (hexl-ascii-start-column): New function.
6728 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
6729 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
6730
6731 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6732
6733 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
6734 '("-i" ENCODING), in 2 separate command-line arguments, to specify
6735 the encoding, as expected by hunspell.
6736
6737 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * battery.el (battery--linux-sysfs-regexp): New const.
6740 (battery-status-function): Use it. Remove yeeloong special case.
6741 (battery-yeeloong-sysfs): Remove.
6742 (battery-echo-area-format): Remove yeeloong special case.
6743
6744 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
6747 Reported by Noah Friedman.
6748
6749 * subr.el (read-passwd): Use read-string.
6750
6751 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6752
6753 * vcursor.el (vcursor-move): Increase the priority of the overlay
6754 (bug#9663).
6755
6756 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6757
6758 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
6759 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
6760
6761 2012-04-11 William Stevenson <yhvh2000@gmail.com>
6762
6763 * textmodes/artist.el (artist-mode): Convert artist-mode to use
6764 define-minor-mode (bug#10760).
6765
6766 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6767
6768 * progmodes/grep.el (rgrep): Tweak the find command line so
6769 that directories matching `grep-find-ignored-files' won't be
6770 pruned (bug#10351).
6771
6772 2012-04-11 Chong Yidong <cyd@gnu.org>
6773
6774 * startup.el (command-line): Remove support for long-obsolete
6775 variable font-lock-face-attributes.
6776
6777 2012-04-11 Glenn Morris <rgm@gnu.org>
6778
6779 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
6780
6781 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * window.el (window--state-get-1): Obey window-point-insertion-type.
6784
6785 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
6786
6787 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
6788 to previous function when point is on the first character of a
6789 function. Take care of that in `narrow-to-defun' (bug#6157).
6790
6791 2012-04-11 Glenn Morris <rgm@gnu.org>
6792
6793 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
6794 not just file-errors.
6795
6796 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
6797 (vc-bzr-sha1): Use internal sha1.
6798
6799 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
6802
6803 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
6804
6805 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
6806 that start in the middle of the line (bug#10496).
6807
6808 2012-04-10 Dan Nicolaescu <dann@gnu.org>
6809
6810 * battery.el (battery-linux-proc-acpi): Only one battery is
6811 discharged at a time, but that seems to confuse battery.el when
6812 computing `rate-type' for the battery not being discharged
6813 (bug#10332).
6814
6815 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
6818
6819 * international/quail.el: Use dolist and simplify.
6820 (quail-define-package, quail-update-keyboard-layout)
6821 (quail-define-rules): Use dolist.
6822 (quail-insert-kbd-layout, quail-get-translation): CSE.
6823
6824 * tmm.el: Use dolist, remove left over hook.
6825 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
6826 Use dolist.
6827 (calendar-load-hook): Don't mess with it.
6828
6829 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6830 Use derived-mode-p. Run the diff asynchronously.
6831
6832 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6833
6834 * obsolete/mouse-sel.el: Add an Obsolete-since header.
6835
6836 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
6837
6838 * misc.el: Display absolute path of loaded DLLs (bug#10424).
6839 (list-dynamic-libraries--loaded): New function.
6840 (list-dynamic-libraries--refresh): Use it.
6841
6842 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
6843
6844 * progmodes/python.el (python-fill-paragraph):
6845 Make python-fill-region in a multiline string work when font-lock is
6846 disabled (bug#7018).
6847
6848 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
6849
6850 * language/european.el (cp775): Add oem/legacy (en)coding on
6851 DOS/MS Windows for the Baltic languages. There are still plenty
6852 of texts written in this encoding/codepage (bug#6519).
6853
6854 2012-04-10 Glenn Morris <rgm@gnu.org>
6855
6856 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
6857 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
6858
6859 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
6860
6861 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6862 next-line "n" and previous-line "p" in order to make recentf more
6863 consistent with ibuffer, dired or org-mode (bug#9387).
6864
6865 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6866
6867 * image.el (put-image): Return the overlay created instead of the
6868 optional input string (bug#7834). Note that this may break code
6869 that is (for some reason or other) depending on `put-image'
6870 returning the string.
6871
6872 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
6873
6874 * simple.el (zap-to-char): Allow zapping using input methods
6875 (bug#1580).
6876
6877 * textmodes/fill.el (fill-region): Leave point and mark where they
6878 were before filling (bug#5399).
6879
6880 2012-04-09 Glenn Morris <rgm@gnu.org>
6881
6882 * version.el (emacs-bzr-get-version):
6883 Handle lightweight checkouts of local branches.
6884
6885 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
6886
6887 * international/characters.el: Recover lost case pairs. (Bug#11209)
6888
6889 2012-04-09 Chong Yidong <cyd@gnu.org>
6890
6891 * custom.el (custom-variable-p): Return nil for non-symbol
6892 arguments instead of signaling an error.
6893 (user-variable-p): Obsolete alias for custom-variable-p.
6894
6895 * apropos.el (apropos-variable):
6896 * files-x.el (read-file-local-variable):
6897 * simple.el (set-variable):
6898 * woman.el (woman-mini-help):
6899 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
6900
6901 2012-04-09 Glenn Morris <rgm@gnu.org>
6902
6903 * startup.el (normal-top-level): Don't look for leim-list.el
6904 in places where it will not be found. (Bug#910)
6905
6906 * international/mule-cmds.el (set-default-coding-systems):
6907 * files.el (normal-mode):
6908 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
6909 This function was removed with ucs-tables.el in 2008.
6910
6911 2012-04-08 Eli Zaretskii <eliz@gnu.org>
6912
6913 * textmodes/ispell.el (ispell-check-version): For hunspell, set
6914 ispell-encoding8-command to "-i", without a trailing space.
6915 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
6916 separate command-line arguments, to specify the encoding, since
6917 that's how hunspell expects it.
6918
6919 2012-04-08 Glenn Morris <rgm@gnu.org>
6920
6921 * loadup.el: Load bindings before cus-start.
6922 This reduces somewhat the number of "rogue" settings in emacs -Q.
6923
6924 2012-04-07 Glenn Morris <rgm@gnu.org>
6925
6926 * version.el (emacs-bzr-get-version): New function.
6927 (emacs-bzr-version): New variable.
6928 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
6929 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
6930
6931 2012-04-07 Eli Zaretskii <eliz@gnu.org>
6932
6933 * international/uni-bidi.el, international/uni-category.el:
6934 * international/uni-combining.el, international/uni-decimal.el:
6935 * international/uni-decomposition.el, international/uni-digit.el:
6936 * international/uni-lowercase.el, international/uni-mirrored.el:
6937 * international/uni-name.el, international/uni-numeric.el:
6938 * international/uni-titlecase.el, international/uni-uppercase.el:
6939 Update for Unicode 6.1.
6940
6941 2012-04-07 Eli Zaretskii <eliz@gnu.org>
6942
6943 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
6944
6945 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * window.el (shrink-window): Mention the `window-min-height'
6948 variable in the doc string.
6949
6950 2012-04-05 Bastien Guerry <bzg@altern.org>
6951
6952 * color.el (color-lighten-name): Fix typo.
6953
6954 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * server.el (server--on-display-p): New function.
6957 (server--on-display-p): Use it.
6958
6959 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
6960
6961 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
6962 (bug#11145).
6963
6964 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * comint.el (comint--common-quoted-suffix): Check string boundary
6967 before comparing (bug#11158).
6968 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
6969
6970 2012-04-04 Chong Yidong <cyd@gnu.org>
6971
6972 * minibuffer.el (completion-extra-properties): Doc fix.
6973
6974 * subr.el (delayed-warnings-hook): Doc fix.
6975
6976 2012-04-04 Daiki Ueno <ueno@unixuser.org>
6977
6978 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
6979 selection (Bug#11159).
6980 (epa-insert-keys): Inform that the default public key will be
6981 exported if no key is selected.
6982
6983 2012-04-04 Richard Stallman <rms@gnu.org>
6984
6985 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
6986
6987 2012-04-03 Chong Yidong <cyd@gnu.org>
6988
6989 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
6990 mail-insert-file, not its obsolete alias mail-attach-file.
6991
6992 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
6993
6994 * notifications.el (notifications-notify): Fix docstring.
6995
6996 2012-04-02 Glenn Morris <rgm@gnu.org>
6997
6998 * emacs-lisp/authors.el (authors-aliases): Another addition.
6999
7000 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
7001
7002 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7003 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7004 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7005
7006 2012-04-01 Chong Yidong <cyd@gnu.org>
7007
7008 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7009 Handle root directory properly.
7010 (copy-directory): Caller changed.
7011
7012 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7013 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7014
7015 2012-03-31 Glenn Morris <rgm@gnu.org>
7016
7017 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7018
7019 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7020
7021 * calendar/calendar.el (calendar-window-list)
7022 (calendar-hide-window): Restore. (Bug#11140)
7023 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7024
7025 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7026
7027 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7028
7029 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7030 Check if file is a symlink (Bug#10489).
7031
7032 * files.el (copy-directory): Likewise.
7033
7034 2012-03-30 Chong Yidong <cyd@gnu.org>
7035
7036 * image.el (imagemagick-types-inhibit)
7037 (imagemagick-register-types): Doc fix.
7038
7039 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7040
7041 * textmodes/ispell.el (ispell-get-extended-character-mode):
7042 Disable extended-char-mode for hunspell. hunspell does not support it
7043 and treats ~word as ordinary words in pipe mode.
7044
7045 2012-03-30 Glenn Morris <rgm@gnu.org>
7046
7047 * tutorial.el (help-with-tutorial): Ensure local variables don't
7048 happen to make the buffer read-only. (Bug#11127)
7049
7050 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7053 (perl-calculate-indent): Return `noindent' in strings.
7054
7055 2012-03-28 Sam Steingold <sds@gnu.org>
7056
7057 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7058 instead of the broken adhockery which does not prevent calendar
7059 buffers from being displayed at random after exit.
7060 (calendar-window-list, calendar-hide-window): Remove the broken
7061 adhockery.
7062
7063 2012-03-28 Glenn Morris <rgm@gnu.org>
7064
7065 * replace.el (query-replace-map): Doc fix.
7066
7067 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7068
7069 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7070 contents. (Bug#11109)
7071
7072 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7075 (bug#11077).
7076 (avl-tree--check, avl-tree--check-node): New funs.
7077
7078 2012-03-27 Martin Rudalics <rudalics@gmx.at>
7079
7080 * window.el (switch-to-visible-buffer): New option.
7081 (switch-to-prev-buffer, switch-to-next-buffer):
7082 Observe switch-to-visible-buffer. Make sure that checking for a window
7083 showing a buffer already is done on the same frame.
7084
7085 2012-03-27 Glenn Morris <rgm@gnu.org>
7086
7087 * startup.el (mail-host-address): Doc fix.
7088
7089 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7092 than 197 variables.
7093
7094 2012-03-26 Ami Fischman <ami@fischman.org>
7095
7096 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7097
7098 2012-03-26 Glenn Morris <rgm@gnu.org>
7099
7100 * files.el (save-buffers-kill-emacs): Doc fix.
7101
7102 * startup.el (normal-top-level, command-line, command-line-1):
7103 Give them doc strings.
7104
7105 2012-03-25 Eli Zaretskii <eliz@gnu.org>
7106
7107 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
7108 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
7109
7110 2012-03-25 Chong Yidong <cyd@gnu.org>
7111
7112 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7113 theme if it was previously enabled before (Bug#11031).
7114
7115 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7116 spec with custom-face-get-current-spec if its :shown-value is not
7117 determined yet (Bug#9337).
7118 (customize-create-theme, custom-theme-revert): Doc fixes.
7119
7120 * button.el (button-at): Minor addition to docstring.
7121
7122 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
7123
7124 * vc/vc.el (vc-merge): Fix a prompt.
7125
7126 2012-03-24 Chong Yidong <cyd@gnu.org>
7127
7128 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7129 point (Bug#9623).
7130
7131 * button.el (button-at): Minor addition to docstring.
7132
7133 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * newcomment.el (comment-choose-indent): No space after BOL.
7136
7137 2012-03-22 Sam Steingold <sds@gnu.org>
7138
7139 * window.el (switch-to-prev-buffer): Revert last patch because the
7140 bug turned out to be an advertised feature (Elisp manual 28.14).
7141
7142 2012-03-22 Glenn Morris <rgm@gnu.org>
7143
7144 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7145 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7146
7147 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7148
7149 * net/network-stream.el (network-stream-open-starttls): Make error
7150 message under Windows be less misleading.
7151
7152 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7153
7154 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7155 understands (bug#9942).
7156
7157 2012-03-22 Chong Yidong <cyd@gnu.org>
7158
7159 * simple.el (end-of-visible-line): Handle return value of
7160 next-single-property-change properly (Bug#9371).
7161
7162 2012-03-22 Kenichi Handa <handa@m17n.org>
7163
7164 * international/quail.el (quail-insert-kbd-layout): Fix previous
7165 change. To avoid unwanted bidi reordering, use
7166 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7167
7168 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7169
7170 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7171 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7172 (ruby-beginning-of-indent): Be more careful with the difference
7173 between word-boundary and symbol boundary.
7174 (ruby-mode-syntax-table): Make : a symbol constituent.
7175
7176 2012-03-21 Andreas Politz <politza@fh-trier.de>
7177
7178 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7179
7180 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * progmodes/etags.el (tags-completion-at-point-function):
7183 Improve last fix.
7184
7185 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7186
7187 2012-03-21 Sam Steingold <sds@gnu.org>
7188
7189 * progmodes/etags.el (tags-completion-at-point-function):
7190 Avoid the error when point is inside the pattern.
7191
7192 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7193
7194 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7195 line (Bug#10855).
7196
7197 2012-03-21 Drew Adams <drew.adams@oracle.com>
7198
7199 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7200
7201 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7202
7203 * ido.el (ido-set-current-directory, ido-read-internal)
7204 (ido-choose-completion-string, ido-completion-help): Handle nil
7205 value of ido-completion-buffer (Bug#11008).
7206
7207 2012-03-21 Sam Steingold <sds@gnu.org>
7208
7209 * window.el (switch-to-prev-buffer): Do not switch to a visible
7210 window previous buffer, just like with the frame previous buffers.
7211
7212 2012-03-21 Chong Yidong <cyd@gnu.org>
7213
7214 * faces.el (make-face, make-empty-face, copy-face):
7215 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7216 Doc fixes.
7217
7218 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7221 (widget-complete): Remove broken use of it.
7222
7223 2012-03-20 Chong Yidong <cyd@gnu.org>
7224
7225 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7226 Use string-width and truncate-string-width to handle arbitrary
7227 characters.
7228
7229 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7230
7231 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7232 to draw rectangles, not squares. (Regression introduced by revno
7233 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7234
7235 2012-03-18 Chong Yidong <cyd@gnu.org>
7236
7237 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7238 it is not yet defined (for temacs).
7239
7240 2012-03-18 Leo Liu <sdl.web@gmail.com>
7241
7242 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
7243
7244 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7245
7246 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7247 (ispell-choices-win-default-height, ispell-silently-savep)
7248 (ispell-dictionary-alist, ispell-encoding8-command)
7249 (ispell-check-version, ispell-aspell-find-dictionary)
7250 (ispell-valid-dictionary-list, ispell-words-keyword)
7251 (ispell-get-word, ispell-internal-change-dictionary)
7252 (ispell-region, ispell-skip-region-list)
7253 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7254 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7255 (ispell-message-text-end, ispell-message)
7256 (ispell-buffer-local-parsing): Doc fix.
7257
7258 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
7259
7260 * htmlfontify.el: Add support for code block fontification for ODT
7261 export (Bug #9914).
7262 (hfy-optimisations): Define new option
7263 `body-text-only'
7264 (hfy-fontify-buffer): Honor above setting.
7265 (hfy-begin-span, hfy-end-span): New routines factored out form
7266 `hfy-fontify-buffer'.
7267 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7268 that permit insertion of custom tags.
7269 (hfy-fontify-buffer): Use above handlers.
7270 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7271 (hfy-face-to-css): Re-defined to be a variable.
7272 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
7273 over multiple runs. This is made possible by having the caller let
7274 bind a special variable `hfy-user-sheet-assoc'.
7275 (htmlfontify-string): New defun.
7276 (hfy-compile-face-map): Make sure that the last char in the
7277 buffer is correctly fontified.
7278 (hfy-face-resolve-face): Whitespace only change.
7279
7280 2012-03-17 Eli Zaretskii <eliz@gnu.org>
7281
7282 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7283 message more clear.
7284
7285 2012-03-16 Leo Liu <sdl.web@gmail.com>
7286
7287 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7288
7289 2012-03-16 Alan Mackenzie <acm@muc.de>
7290
7291 Further optimise the handling of large macros.
7292
7293 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7294 limit to a call of `c-literal-limits'.
7295 (c-determine-+ve-limit): New function.
7296 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7297 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
7298 In CASE 5B, restrict a search limit to 500.
7299 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7300
7301 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7302 Restrict macro bounds to +-500 from after-change's BEG END.
7303
7304 2012-03-16 Leo Liu <sdl.web@gmail.com>
7305
7306 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7307
7308 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7309
7310 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
7311 `special-mode' setting of `buffer-read-only'. (Bug#11010)
7312
7313 2012-03-16 Glenn Morris <rgm@gnu.org>
7314
7315 * view.el (view-buffer, view-buffer-other-window)
7316 (view-buffer-other-frame): Doc fixes re special mode-class.
7317
7318 * subr.el (eval-after-load): If named feature is provided not from
7319 a file, run after-load forms. (Bug#10946)
7320
7321 * calendar/calendar.el (calendar-insert-at-column):
7322 Handle non-unit-width characters a bit better. (Bug#10978)
7323
7324 2012-03-15 Chong Yidong <cyd@gnu.org>
7325
7326 * emacs-lisp/ring.el (ring-extend): New function.
7327 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7328
7329 * comint.el (comint-read-input-ring)
7330 (comint-add-to-input-history): Grow comint-input-ring lazily.
7331
7332 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7335 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7336
7337 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7338 (imenu-add-to-menubar): Don't add a redundant index.
7339 (imenu-update-menubar): Handle a dynamically composed keymap.
7340
7341 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * mail/sendmail.el (mail-encode-header):
7344 Bind rfc2047-encode-encoded-words to nil.
7345
7346 2012-03-13 Glenn Morris <rgm@gnu.org>
7347
7348 * calendar/calendar.el (calendar-string-spread):
7349 Handle non-unit-width characters a bit better. (Bug#10978)
7350
7351 2012-03-13 Leo Liu <sdl.web@gmail.com>
7352
7353 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7354 directory and file as argument (Bug#10822).
7355
7356 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7357
7358 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7359 For dynamically generated code, follow $PC.
7360 (gdb-disassembly-handler-custom): Handle no function name case.
7361
7362 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7363
7364 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7365 * emulation/ws-mode.el (ws-query-replace):
7366 * sort.el (sort-regexp-fields):
7367 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7368
7369 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * dabbrev.el: Fix cycle completion order (bug#10963).
7372 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7373 (dabbrev-completion): Don't use an obarray; provide
7374 a cycle-sort-function.
7375
7376 2012-03-12 Leo Liu <sdl.web@gmail.com>
7377
7378 * simple.el (kill-new): Use equal-including-properties for comparison.
7379 (kill-do-not-save-duplicates): Doc fix.
7380
7381 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * dabbrev.el: Fix cycle completion (bug#10963).
7384 Use lexical binding and wrap to 80 columns.
7385 (dabbrev-completion): Delay computing the list of completions.
7386
7387 2012-03-12 Kenichi Handa <handa@m17n.org>
7388
7389 * international/quail.el (quail-insert-kbd-layout): Surround each
7390 row by LRO and PDF instead of inserting many LRMs. Pad the left
7391 and right of each non-spacing marks. Insert invisible space
7392 between lower and upper characters to prevent composition.
7393
7394 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7395
7396 * minibuffer.el (minibuffer-complete): Don't get confused when the
7397 function is run twice via different commands (bug#10958).
7398 (complete-with-action): Fix docstring.
7399
7400 2012-03-12 Chong Yidong <cyd@gnu.org>
7401
7402 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7403 (nxml-completion-at-point-function): New function.
7404 (nxml-mode): Use it.
7405 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7406
7407 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7408 Load generated autoloads file before byte compiling (Bug#10970).
7409 (package--make-autoloads-and-compile): New helper fun.
7410
7411 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7412
7413 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7414
7415 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
7416
7417 * autorevert.el (auto-revert-handler): Ensure, that
7418 file-readable-p is applied only for local files or in
7419 auto-revert-tail-mode.
7420
7421 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7422
7423 * server.el (server-eval-at): Handle non-tcp connections.
7424 Decode result string.
7425
7426 * server.el (server-msg-size): New constant.
7427 (server-reply-print): New function.
7428 (server-eval-and-print): Use it.
7429 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7430 Handle -print-nonl.
7431
7432 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7433
7434 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7435 (Bug#10987).
7436
7437 2012-03-11 Chong Yidong <cyd@gnu.org>
7438
7439 * simple.el (goto-line): Doc fix (Bug#9938).
7440
7441 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7442
7443 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7444 when finished (Bug#10963).
7445
7446 2012-03-11 Martin Rudalics <rudalics@gmx.at>
7447
7448 * window.el (split-window-below): Fix bug in case where
7449 split-window-keep-point is nil (Bug#10971).
7450
7451 2012-03-11 Juri Linkov <juri@jurta.org>
7452
7453 * replace.el (replace-highlight): Set isearch-word to nil
7454 unconditionally. (Bug#10887)
7455
7456 2012-03-10 Eli Zaretskii <eliz@gnu.org>
7457
7458 * net/mairix.el (mairix-replace-invalid-chars): Rename from
7459 mairix-replace-illegal-chars; all callers changed. Don't remove
7460 ^, ~, and = characters: they are meaningful in mairix search specs.
7461 (mairix-widget-create-query): Add usage information about mairix
7462 search forms: negating words, searching for substrings, etc.
7463
7464 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
7465
7466 * international/fontset.el (font-encoding-alist): Add an entry for
7467 ksx1001 (Bug#5667).
7468
7469 2012-03-10 Richard Stallman <rms@gnu.org>
7470
7471 * mail/sendmail.el (mail-encode-header):
7472 Set rfc2047-encode-encoded-words.
7473
7474 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7475
7476 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7477 view buffer means not swapped.
7478 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7479 (rmail-write-region-annotate): Error if real text has disappeared.
7480
7481 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7482
7483 2012-03-10 Chong Yidong <cyd@gnu.org>
7484
7485 * emulation/cua-rect.el (cua--init-rectangles):
7486 * emulation/cua-base.el (cua--init-keymaps):
7487 Add delete-forward-char to remappings (Bug#9666).
7488
7489 2012-03-10 Martin Rudalics <rudalics@gmx.at>
7490
7491 * speedbar.el (speedbar-unhighlight-one-tag-line):
7492 Avoid unhighlighting due to frame switching (Bug#10275).
7493
7494 2012-03-10 Chong Yidong <cyd@gnu.org>
7495
7496 * minibuffer.el (completion-in-region, completion-help-at-point):
7497 Give the completion field overlay a high priority (Bug#6830).
7498
7499 * dired.el (dired-goto-file): Recognize absolute file name
7500 listings (Bug#7126).
7501 (dired-goto-file-1): New helper function.
7502 (dired-toggle-read-only): Inhibit warnings.
7503
7504 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
7505
7506 * net/dbus.el (dbus-property-handler): Return empty array if
7507 there are no properties.
7508
7509 2012-03-09 Leo Liu <sdl.web@gmail.com>
7510
7511 * savehist.el (savehist-printable): Stricter check for string
7512 value (Bug#10937).
7513
7514 2012-03-09 Eli Zaretskii <eliz@gnu.org>
7515
7516 * mail/smtpmail.el (smtpmail-send-it):
7517 Bind coding-system-for-write to *-unix, so that FCC files are kept in
7518 valid mbox format.
7519
7520 2012-03-09 Glenn Morris <rgm@gnu.org>
7521
7522 * files.el (dir-locals-find-file):
7523 Don't check result is regular, readable.
7524 (dir-locals-read-from-file): Demote errors.
7525
7526 2012-03-08 Eli Zaretskii <eliz@gnu.org>
7527
7528 * international/quail.el (quail-insert-kbd-layout):
7529 Insert invisible LRM characters before each character in a keyboard
7530 layout cell, to prevent their reordering by bidi display engine.
7531 For details, see the discussion in
7532 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7533
7534 2012-03-08 Alan Mackenzie <acm@muc.de>
7535
7536 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7537 the starting position; make it extend the marked region when
7538 invoked repeatedly - all under appropriate circumstances.
7539 Fixes bugs #5525, #10906.
7540
7541 2012-03-08 Glenn Morris <rgm@gnu.org>
7542
7543 * files.el (locate-dominating-file, dir-locals-find-file):
7544 Undo 2012-03-06 change.
7545
7546 2012-03-07 Eli Zaretskii <eliz@gnu.org>
7547
7548 * international/quail.el (quail-help):
7549 Force bidi-paragraph-direction be left-to-right. See discussion in
7550 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7551 for the reason.
7552
7553 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
7554
7555 Avoid superfluous registering of signals. (Bug#10807)
7556
7557 * notifications.el (notifications-on-action-object)
7558 (notifications-on-close-object): New defvars.
7559 (notifications-on-action-signal, notifications-on-closed-signal):
7560 Unregister the signal if not needed any longer.
7561 (notifications-notify): Register `notifications-action-signal' or
7562 `notifications-closed-signal', if :on-action or :on-close has been
7563 passed as argument.
7564
7565 2012-03-07 Chong Yidong <cyd@gnu.org>
7566
7567 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
7568 non-X platforms.
7569
7570 2012-03-06 Glenn Morris <rgm@gnu.org>
7571
7572 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7573 (x-disown-selection-internal, x-get-selection-internal):
7574 Doc fix (add arglist signatures). (Bug#10783)
7575
7576 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7577
7578 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7579 Handle breakpoints with no "type".
7580
7581 2012-03-06 Glenn Morris <rgm@gnu.org>
7582
7583 * files.el (locate-dominating-file): Add optional predicate argument.
7584 (dir-locals-find-file): Make use of above change.
7585
7586 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
7587
7588 * info.el (Info-insert-dir): Also try "dir.gz".
7589
7590 2012-03-06 Glenn Morris <rgm@gnu.org>
7591
7592 * files.el (dir-locals-find-file):
7593 Ignore non-readable or non-regular files. (Bug#10928)
7594
7595 * files.el (locate-dominating-file): Doc fix.
7596
7597 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
7598
7599 * calendar/calendar.el (calendar-set-mode-line):
7600 `getenv' returns a string. (Bug#10951)
7601
7602 2012-03-05 Leo Liu <sdl.web@gmail.com>
7603
7604 * simple.el (backward-delete-char-untabify): Constrain point to
7605 field (Bug#10939).
7606
7607 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
7608
7609 2012-03-05 Chong Yidong <cyd@gnu.org>
7610
7611 * simple.el (count-words): If called from Lisp, return the word
7612 count, for symmetry with `count-lines'. Arglist changed.
7613 (count-words--message): Args changed. Consolidate counting code
7614 from count-words and count-words-region.
7615 (count-words-region): Caller changed.
7616 (count-lines-region): Make it an obsolete alias.
7617
7618 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
7619
7620 * saveplace.el (save-place-to-alist)
7621 (save-place-ignore-files-regexp): Allow value nil to disable this
7622 feature.
7623
7624 2012-03-04 Chong Yidong <cyd@gnu.org>
7625
7626 * faces.el (face-spec-reset-face): For the default face, reset the
7627 attributes to default values (Bug#10748).
7628
7629 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7630
7631 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7632 previous patch: Check `message-send-mail-function', and not the
7633 default function (bug#10897).
7634
7635 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
7636
7637 * notifications.el (notifications-on-action-signal)
7638 (notifications-on-closed-signal): Check for unique service name of
7639 incoming event. Fix error in removing entry.
7640 (top): Register for signals with wildcard service name.
7641 (notifications-notify): Use daemon unique service name for map entries.
7642
7643 2012-03-04 Chong Yidong <cyd@gnu.org>
7644
7645 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
7646
7647 2012-03-04 Glenn Morris <rgm@gnu.org>
7648
7649 * abbrev.el (copy-abbrev-table, abbrev-table-p)
7650 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
7651 (expand-abbrev, define-abbrev-table): Doc fixes.
7652
7653 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7654
7655 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
7656 `message-default-send-mail-function' and not `send-mail-function'
7657 when doing the prompting for `sendmail-query-once' before sending
7658 in Message buffers (bug#10897).
7659
7660 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
7661 This is inconsistent with all the other stream functions, which leave
7662 the setting up to the higher levels (if so wanted) (bug#10931).
7663
7664 2012-03-02 Alan Mackenzie <acm@muc.de>
7665
7666 Depessimize the handling of very large macros.
7667
7668 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
7669 (c-macro-cache-syntactic): New variables to implement a one
7670 element macro cache.
7671 (c-invalidate-macro-cache): New function.
7672 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
7673 Adapt to use the new cache.
7674 (c-state-safe-place): Use better the cache of safe positions.
7675 (c-state-semi-nonlit-pos-cache)
7676 (c-state-semi-nonlit-pos-cache-limit):
7677 New variables for...
7678 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
7679 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
7680 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
7681 Use c-state-semi-safe-place.
7682
7683 * progmodes/cc-langs.el (c-get-state-before-change-functions):
7684 Add c-invalidate-macro-cache to the C, C++, Obj entries.
7685
7686 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
7687
7688 * jka-compr.el (jka-compr-call-process):
7689 Apply `file-accessible-directory-p' only when the default directory is
7690 not remote.
7691
7692 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
7693
7694 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
7695 access of FILE2, if FILE1 does not exist.
7696
7697 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
7698 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
7699
7700 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
7701 Add "PAGER=" to `process-environment'.
7702
7703 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
7704
7705 * progmodes/sql.el: Bug fix
7706 (sql-get-login-ext): Save login values in globals.
7707 (sql-get-login): Use new version of `sql-get-login-ext'.
7708 (sql-interactive-mode): Set global `sql-connection' to nil.
7709 (sql-connect): Set global values for connection.
7710 (sql-product-interactive): Save global values as buffer local.
7711
7712 2012-02-29 Leo Liu <sdl.web@gmail.com>
7713
7714 * abbrev.el (define-abbrevs): Reset sys to nil.
7715
7716 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7717
7718 * files.el (file-equal-p): Rename from `files-equal-p'.
7719 Return nil when one or both files don't exist.
7720 (file-subdir-of-p): Now only top directory must exists,
7721 return nil if it doesn't.
7722 (copy-directory): No need to test with `file-subdir-of-p' after
7723 creating dir.
7724 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
7725 to `file-equal-p'.
7726
7727 2012-02-28 Glenn Morris <rgm@gnu.org>
7728
7729 * shell.el (shell-mode):
7730 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
7731 * play/landmark.el (landmark-font-lock-face-O):
7732 * play/handwrite.el (handwrite):
7733 * play/gomoku.el (gomoku-O):
7734 * net/browse-url.el (browse-url-browser-display):
7735 * international/mule.el (define-charset):
7736 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
7737 * filesets.el (filesets-find-file-delay):
7738 * eshell/em-xtra.el (eshell-xtra):
7739 * eshell/em-unix.el (eshell-grep):
7740 * emulation/viper.el (viper-mode):
7741 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7742 * emacs-lisp/easymenu.el (easy-menu-define):
7743 * calendar/timeclock.el (timeclock-use-display-time):
7744 * bs.el (bs-mode):
7745 * bookmark.el (bookmark-save-flag):
7746 Doc fix (standardize possessive apostrophe usage).
7747
7748 2012-02-27 Chong Yidong <cyd@gnu.org>
7749
7750 * emulation/viper-cmd.el (viper-intercept-ESC-key):
7751 Fix key-binding lookup for ESC key (Bug#9146).
7752
7753 * font-lock.el (font-lock-specified-p): Rename from
7754 font-lock-spec-present. Callers changed.
7755
7756 2012-02-27 Daniel Hackney <dan@haxney.org>
7757
7758 * emacs-lisp/package.el (package-compute-transaction):
7759 Handle holding a package version to t in package-load-list.
7760
7761 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
7764 (tramp-get-inode, tramp-get-device): Use cached values.
7765
7766 2012-02-26 Alan Mackenzie <acm@muc.de>
7767
7768 Check there is a font-lock specification before doing initial
7769 fontification.
7770
7771 * font-core.el (font-lock-mode): Move the conditional from
7772 :after-hook to font-lock-initial-fontify.
7773 (font-lock-default-function): Move the check for a specification
7774 to font-lock-spec-present.
7775
7776 * font-lock.el (font-lock-initial-fontify): Call ...
7777 (font-lock-spec-present): New function.
7778
7779 2012-02-26 Jim Blandy <jimb@red-bean.com>
7780
7781 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
7782 (gdb-send): Apply it to the operand of the '-interpreter-exec
7783 console' command, so that we can pass arguments with (say) quotes
7784 in them. Store exact string sent in gdb-debug-log (Bug#10765).
7785
7786 2012-02-26 Chong Yidong <cyd@gnu.org>
7787
7788 * help-fns.el (describe-function-1): Clarify description of
7789 remapping (Bug#10844).
7790
7791 * files.el (files-equal-p): Doc fix.
7792 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
7793 and quit the loop once a mismatch is found.
7794
7795 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
7796
7797 * bs.el (bs--show-with-configuration): Don't throw an error
7798 if the window cannot be split; otherwise, subsequent calls to
7799 bs-show fail, restoring a stale window config. (Bug#10882)
7800
7801 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
7802
7803 * term/ns-win.el (global-map): Bind ns-drag-file to
7804 ns-find-file (Bug#5855, Bug#10050).
7805
7806 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
7807
7808 * calendar/parse-time.el (parse-time-string): Allow extractor to
7809 return nil.
7810
7811 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
7812
7813 * net/tramp.el (tramp-file-name-for-operation):
7814 Add `files-equal-p' and `file-subdir-of-p'.
7815
7816 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7817 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7818 Add COPY-CONTENTS argument.
7819
7820 2012-02-25 Chong Yidong <cyd@gnu.org>
7821
7822 Add custom groups for VC backends, for consistency with vc-bzr.
7823
7824 * vc/vc-arch.el (vc-arch):
7825 * vc/vc-cvs.el (vc-cvs):
7826 * vc/vc-git.el (vc-git):
7827 * vc/vc-hg.el (vc-hg):
7828 * vc/vc-mtn.el (vc-mtn):
7829 * vc/vc-rcs.el (vc-rcs):
7830 * vc/vc-sccs.el (vc-sccs):
7831 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
7832 All relevant defcustoms reassigned.
7833
7834 2012-02-25 Chong Yidong <cyd@gnu.org>
7835
7836 * newcomment.el (comment-styles): Add autoload (Bug#10868).
7837
7838 * term/x-win.el (x-initialize-window-system): Reduce default for
7839 x-selection-timeout to 5 seconds (Bug#8869).
7840
7841 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7842
7843 * files.el (files-equal-p, file-subdir-of-p): New functions.
7844 (copy-directory): Error when trying to copy a directory on itself.
7845 Add missing copy-contents arg to tramp handler.
7846 * dired-aux.el (dired-copy-file-recursive): Same.
7847 (dired-create-files): Modify destination when source is equal to
7848 dest when copying files.
7849 Return also when dest is a subdir of source. (Bug#10489)
7850
7851 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
7852
7853 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
7854 (Bug#10874)
7855
7856 2012-02-23 Alan Mackenzie <acm@muc.de>
7857
7858 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
7859 parameter "after-hook:" to allow the expansion to run code after
7860 the execution of the mode hooks.
7861
7862 * font-lock.el (font-lock-initial-fontify): New function extracted
7863 from font-lock-mode-internal.
7864
7865 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
7866 :after-hook.
7867
7868 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
7871 (completion--cache-all-sorted-completions): New function.
7872 (completion-all-sorted-completions): Use it.
7873 (completion--do-completion, minibuffer-force-complete):
7874 Use it to re-instate the flush hook.
7875
7876 * icomplete.el (icomplete-completions): Replace last fix with a better
7877 one (bug#10850).
7878
7879 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
7880
7881 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
7882 when it might call us back infinitely (bug#10797).
7883
7884 2012-02-23 Glenn Morris <rgm@gnu.org>
7885
7886 * minibuffer.el (completion-category-overrides): Doc fix.
7887
7888 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * minibuffer.el (completion-table-with-context): Fix inf-loop.
7891 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
7892
7893 2012-02-23 Glenn Morris <rgm@gnu.org>
7894
7895 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
7896 (authors-obsolete-files-regexps, authors-ignored-files)
7897 (authors-ambiguous-files, authors-renamed-files-alist):
7898 Add more entries.
7899
7900 2012-02-23 Juri Linkov <juri@jurta.org>
7901
7902 * isearch.el (isearch-occur): Sync interactive spec with occur's
7903 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
7904
7905 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
7906
7907 2012-02-22 Juri Linkov <juri@jurta.org>
7908
7909 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
7910 (ucs-insert): Doc fix. Check for hex digits in the string.
7911 Don't display `nil' in the error message. (Bug#10857)
7912
7913 2012-02-22 Alan Mackenzie <acm@muc.de>
7914
7915 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
7916
7917 2012-02-22 Glenn Morris <rgm@gnu.org>
7918
7919 * ffap.el (ffap-c-path):
7920 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
7921
7922 2012-02-22 Chong Yidong <cyd@gnu.org>
7923
7924 * custom.el (load-theme): Doc fix.
7925
7926 2012-02-22 Glenn Morris <rgm@gnu.org>
7927
7928 * dired-x.el (dired-guess-shell-alist-default):
7929 Remove escape sequences from nroff output. (Bug#172)
7930
7931 2012-02-21 Glenn Morris <rgm@gnu.org>
7932
7933 * vc/emerge.el (emerge-defvar-local):
7934 Set `permanent-local' property rather than unused `preserved'.
7935
7936 * textmodes/picture.el (picture-delete-char): New alias.
7937 (picture-mode-map): Use it. (Bug#10860)
7938 (picture-mode): Doc fix.
7939
7940 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
7941
7942 * newcomment.el (uncomment-region-default): Remove unused binding.
7943
7944 2012-02-21 Glenn Morris <rgm@gnu.org>
7945
7946 * textmodes/picture.el (picture-motion, picture-motion-reverse)
7947 (picture-self-insert, picture-tab-chars): Doc fix.
7948 (picture-mode-map): Fix C-a, C-e.
7949
7950 2012-02-20 Glenn Morris <rgm@gnu.org>
7951
7952 * emacs-lisp/authors.el (authors-aliases): Add another entry.
7953
7954 2012-02-20 Leo Liu <sdl.web@gmail.com>
7955
7956 * icomplete.el (icomplete-completions): Check FROM arg before
7957 passing to substring (Bug#10850).
7958
7959 2012-02-19 Chong Yidong <cyd@gnu.org>
7960
7961 * comint.el: Require ansi-color.
7962 (comint-output-filter-functions): Add ansi-color-process-output.
7963
7964 * ansi-color.el: Don't set comint-output-filter-functions; it is
7965 now in the initial value defined in comint.el.
7966 (ansi-color-apply-face-function): New variable.
7967 (ansi-color-apply-on-region): Use it.
7968 (ansi-color-apply-overlay-face): New function.
7969
7970 * shell.el (shell): No need to require ansi-color.
7971 (shell-mode): Use ansi-color-apply-face-function to highlight
7972 color escapes using font-lock-face property (Bug#10835).
7973
7974 2012-02-19 Chong Yidong <cyd@gnu.org>
7975
7976 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
7977 mode-line formats (Bug#10839).
7978
7979 2012-02-18 Glenn Morris <rgm@gnu.org>
7980
7981 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
7982
7983 * mail/undigest.el (unforward-rmail-message): Doc fix.
7984
7985 * saveplace.el (save-place-ignore-files-regexp): Add :version.
7986
7987 2012-02-18 Eli Zaretskii <eliz@gnu.org>
7988
7989 * international/characters.el (script-list): Sync with the latest
7990 Unicode Character Database.
7991
7992 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
7993
7994 * international/titdic-cnv.el: Remove duplicate coding tag.
7995 * language/cham.el: Likewise.
7996 * language/tai-viet.el: Likewise.
7997
7998 2012-02-18 Glenn Morris <rgm@gnu.org>
7999
8000 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8001 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8002 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8003 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8004 * calendar/holidays.el (holiday-bahai-holidays)
8005 (calendar-holidays, list-holidays):
8006 Use utf-8 Bahá'í in doc-strings, menus, etc.
8007
8008 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8009
8010 * saveplace.el (save-place-ignore-files-regexp): New variable
8011 allowing for excluding files from saving their location of point.
8012 The default value matches the temporary commit message editing
8013 files from Git, SVN, Bazaar, and Mercurial.
8014 (save-place-to-alist): Use it.
8015
8016 2012-02-17 Lawrence Mitchell <wence@gmx.li>
8017 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * newcomment.el (uncomment-region-default): Don't leave extra space
8020 when an arg is provided (bug#8150).
8021
8022 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8023
8024 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
8025
8026 2012-02-17 Glenn Morris <rgm@gnu.org>
8027
8028 * net/socks.el: Require network-stream. (Bug#10599)
8029
8030 2012-02-17 Kenichi Handa <handa@m17n.org>
8031
8032 * international/charprop.el:
8033 * international/uni-name.el:
8034 * international/uni-old-name.el:
8035 * international/uni-comment.el: Regenerate.
8036
8037 2012-02-16 Glenn Morris <rgm@gnu.org>
8038
8039 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8040 Interactively in calendar buffer, give an error if not on a date.
8041
8042 2012-02-15 Glenn Morris <rgm@gnu.org>
8043
8044 * shell.el (shell-delimiter-argument-list):
8045 Revert 2011-02-17 change. (Bug#8027)
8046
8047 2012-02-15 Chong Yidong <cyd@gnu.org>
8048
8049 * minibuffer.el (completion-at-point-functions): Doc fix.
8050
8051 * custom.el (defcustom): Doc fix; note use of defvar.
8052
8053 2012-02-15 Glenn Morris <rgm@gnu.org>
8054
8055 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8056 Doc fixes.
8057
8058 2012-02-14 Glenn Morris <rgm@gnu.org>
8059
8060 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8061
8062 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8063
8064 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8065 way the ports list is computed.
8066 (smtpmail-query-smtp-server): Prompt the user for a port number if
8067 we can't connect to any of the standard ports (bug#10810).
8068
8069 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8070
8071 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8072
8073 2012-02-13 Glenn Morris <rgm@gnu.org>
8074
8075 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8076
8077 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8078
8079 * net/gnutls.el (gnutls-trustfiles): New variable.
8080 (gnutls-negotiate): Use it.
8081
8082 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8083
8084 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8085 does its stuff if Gnus is running.
8086
8087 2012-02-13 Alan Mackenzie <acm@muc.de>
8088
8089 Fix a loop in c-set-fl-decl-start.
8090
8091 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
8092 c-backward-syntactic-ws actually moves backwards.
8093
8094 2012-02-13 Leo Liu <sdl.web@gmail.com>
8095
8096 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8097 beginning so that all \C-o chars are removed.
8098
8099 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8100
8101 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
8102
8103 2012-02-12 Alan Mackenzie <acm@muc.de>
8104
8105 Fix infinite loop with long macros.
8106 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
8107
8108 2012-02-12 Chong Yidong <cyd@gnu.org>
8109
8110 * window.el (display-buffer): Doc fix (Bug#10785).
8111
8112 2012-02-12 Glenn Morris <rgm@gnu.org>
8113
8114 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8115 (x-disown-selection-internal, x-get-selection-internal):
8116 Sync docs with the xselect.c versions.
8117
8118 * allout-widgets.el: Add missing license notice.
8119
8120 2012-02-11 Glenn Morris <rgm@gnu.org>
8121
8122 * select.el (x-get-selection-internal, x-own-selection-internal)
8123 (x-disown-selection-internal):
8124 * x-dnd.el (x-get-selection-internal): Update declarations.
8125
8126 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8127
8128 * window.el (window-sides-slots):
8129 * tool-bar.el (tool-bar-position):
8130 * term/xterm.el (xterm-extra-capabilities):
8131 * ses.el (ses-self-reference-early-detection):
8132 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8133 (verilog-auto-wire-type)
8134 (verilog-auto-delete-trailing-whitespace)
8135 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8136 (verilog-auto-tieoff-declaration):
8137 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8138 (sql-oracle-statement-starters, sql-oracle-scan-on):
8139 * progmodes/prolog.el (prolog-align-comments-flag)
8140 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8141 (prolog-left-indent-regexp, prolog-paren-indent-p)
8142 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8143 (prolog-types, prolog-mode-specificators)
8144 (prolog-determinism-specificators, prolog-directives)
8145 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8146 (prolog-electric-dot-flag)
8147 (prolog-electric-dot-full-predicate-template)
8148 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8149 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8150 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8151 (prolog-program-switches, prolog-prompt-regexp)
8152 (prolog-debug-on-string, prolog-debug-off-string)
8153 (prolog-trace-on-string, prolog-trace-off-string)
8154 (prolog-zip-on-string, prolog-zip-off-string)
8155 (prolog-use-standard-consult-compile-method-flag)
8156 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8157 (prolog-imenu-max-lines, prolog-info-predicate-index)
8158 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8159 (prolog-char-quote-workaround):
8160 * progmodes/cc-vars.el (c-defun-tactic):
8161 * net/tramp.el (tramp-encoding-command-interactive)
8162 (tramp-local-end-of-line):
8163 * net/soap-client.el (soap-client):
8164 * net/netrc.el (netrc-file):
8165 * net/gnutls.el (gnutls):
8166 * minibuffer.el (completion-category-overrides)
8167 (completion-cycle-threshold)
8168 (completion-pcm-complete-word-inserts-delimiters):
8169 * man.el (Man-name-local-regexp):
8170 * mail/feedmail.el (feedmail-display-full-frame):
8171 * international/characters.el (glyphless-char-display-control):
8172 * eshell/em-ls.el (eshell-ls-date-format):
8173 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8174 (lisp-lambda-list-keyword-parameter-indentation)
8175 (lisp-lambda-list-keyword-parameter-alignment):
8176 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8177 * dired-x.el (dired-omit-verbose):
8178 * cus-theme.el (custom-theme-allow-multiple-selections):
8179 * calc/calc.el (calc-highlight-selections-with-faces)
8180 (calc-lu-field-reference, calc-lu-power-reference)
8181 (calc-note-threshold):
8182 * battery.el (battery-mode-line-limit):
8183 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8184 (archive-7z-update):
8185 * allout.el (allout-prefixed-keybindings)
8186 (allout-unprefixed-keybindings)
8187 (allout-inhibit-auto-fill-on-headline)
8188 (allout-flattened-numbering-abbreviation):
8189 * allout-widgets.el (allout-widgets-auto-activation)
8190 (allout-widgets-icons-dark-subdir)
8191 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8192 (allout-widgets-theme-dark-background)
8193 (allout-widgets-theme-light-background)
8194 (allout-widgets-item-image-properties-emacs)
8195 (allout-widgets-item-image-properties-xemacs)
8196 (allout-widgets-run-unit-tests-on-load)
8197 (allout-widgets-time-decoration-activity)
8198 (allout-widgets-hook-error-post-time)
8199 (allout-widgets-track-decoration):
8200 Add missing :version tags to new defcustoms and defgroups.
8201
8202 * progmodes/sql.el (sql-ansi-statement-starters)
8203 (sql-oracle-statement-starters): Add custom type.
8204
8205 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8206 (prolog-system-version): Give it a type.
8207
8208 2012-02-11 Eli Zaretskii <eliz@gnu.org>
8209
8210 * term/pc-win.el (x-select-text, x-selection-owner-p)
8211 (x-own-selection-internal, x-disown-selection-internal)
8212 (x-get-selection-internal): Sync doc strings and argument lists
8213 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8214
8215 2012-02-11 Leo Liu <sdl.web@gmail.com>
8216
8217 * progmodes/python.el (python-end-of-statement): Fix infinite
8218 loop. (Bug#10788)
8219
8220 2012-02-10 Glenn Morris <rgm@gnu.org>
8221
8222 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8223 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8224
8225 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8226
8227 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8228 about SMTP before checking the From header.
8229
8230 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
8231 into own function for reuse by emacsbug.el.
8232
8233 2012-02-10 Leo Liu <sdl.web@gmail.com>
8234
8235 * subr.el (condition-case-unless-debug): Rename from
8236 condition-case-no-debug. All callers changed.
8237 (with-demoted-errors): Fix caller.
8238
8239 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8240 * nxml/rng-valid.el (rng-do-some-validation):
8241 * emacs-lisp/package.el (package-refresh-contents)
8242 (package-menu-execute):
8243 * desktop.el (desktop-create-buffer):
8244 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
8245
8246 2012-02-10 Glenn Morris <rgm@gnu.org>
8247
8248 * textmodes/bibtex.el:
8249 Add missing :version tags for new/changed defcustoms.
8250
8251 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8252
8253 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
8254
8255 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8256 (smtpmail-via-smtp): Use it, or fall back on the From address.
8257 (smtpmail-send-it): Ditto.
8258
8259 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8262 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8263 (byte-compile-tmp-var): New const.
8264 (byte-compile-defvar): Use it to minimize .elc size.
8265 Just use `defvar' rather than simulate it (bug#10761).
8266
8267 2012-02-09 Glenn Morris <rgm@gnu.org>
8268
8269 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8270
8271 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8272 Add :version tags.
8273
8274 * progmodes/compile.el (compilation-error-screen-columns)
8275 (compilation-first-column, compilation-filter-start): Doc fixes.
8276
8277 * vc/log-view.el (log-view-toggle-entry-display):
8278 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8279
8280 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8281 (report-emacs-bug-can-use-xdg-email):
8282 (report-emacs-bug-insert-to-mailer): Doc fixes.
8283 (report-emacs-bug): Message fix.
8284
8285 * net/browse-url.el (browse-url-can-use-xdg-open)
8286 (browse-url-xdg-open): Doc fixes.
8287
8288 * electric.el (electric-indent-mode, electric-pair-mode)
8289 (electric-layout-rules, electric-layout-mode): Doc fixes.
8290 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8291
8292 2012-02-08 Martin Rudalics <rudalics@gmx.at>
8293
8294 * server.el (server-unselect-display): Don't inadvertently kill
8295 the current buffer. (Bug#10729)
8296
8297 2012-02-08 Glenn Morris <rgm@gnu.org>
8298
8299 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8300 (sql-list-table): Doc fixes.
8301
8302 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8303 Comment out (does nothing).
8304
8305 * completion.el (dynamic-completion-mode):
8306 * dirtrack.el (dirtrack-debug-mode):
8307 * electric.el (electric-layout-mode):
8308 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8309 * face-remap.el (text-scale-mode, buffer-face-mode):
8310 * iimage.el (iimage-mode):
8311 * image-mode.el (image-transform-mode):
8312 * minibuffer.el (completion-in-region-mode):
8313 * scroll-lock.el (scroll-lock-mode):
8314 * simple.el (next-error-follow-minor-mode):
8315 * tar-mode.el (tar-subfile-mode):
8316 * tooltip.el (tooltip-mode):
8317 * vcursor.el (vcursor-use-vcursor-map):
8318 * wid-browse.el (widget-minor-mode):
8319 * emulation/tpu-edt.el (tpu-edt-mode):
8320 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8321 * international/iso-ascii.el (iso-ascii-mode):
8322 * language/thai-util.el (thai-word-mode):
8323 * mail/supercite.el (sc-minor-mode):
8324 * net/goto-addr.el (goto-address-mode):
8325 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8326 * progmodes/cwarn.el (cwarn-mode):
8327 * progmodes/flymake.el (flymake-mode):
8328 * progmodes/glasses.el (glasses-mode):
8329 * progmodes/hideshow.el (hs-minor-mode):
8330 * progmodes/pascal.el (pascal-outline-mode):
8331 * textmodes/enriched.el (enriched-mode):
8332 * vc/smerge-mode.el (smerge-mode):
8333 Doc fixes (minor mode argument).
8334
8335 2012-02-07 Eli Zaretskii <eliz@gnu.org>
8336
8337 * ls-lisp.el (ls-lisp-sanitize): New function.
8338 (ls-lisp-insert-directory): Use it to fix or remove any elements
8339 in file-alist with missing attributes. (Bug#4673)
8340
8341 2012-02-07 Alan Mackenzie <acm@muc.de>
8342
8343 Fix spurious recognition of c-in-knr-argdecl.
8344
8345 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8346 putative K&R region.
8347
8348 2012-02-07 Alan Mackenzie <acm@muc.de>
8349
8350 * progmodes/cc-engine.el (c-forward-objc-directive):
8351 Prevent looping in "#pragma mark @implementation".
8352
8353 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
8354
8355 * notifications.el (notifications-on-closed-signal): Make `reason'
8356 optional. (Bug#10744)
8357
8358 2012-02-07 Glenn Morris <rgm@gnu.org>
8359
8360 * emacs-lisp/easy-mmode.el (define-minor-mode):
8361 Doc fixes for the macro and the mode it defines.
8362
8363 * image.el (imagemagick-types-inhibit): Doc fix.
8364
8365 * cus-start.el (imagemagick-render-type): Add it.
8366
8367 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8368
8369 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8370 Set the default at load time, too, so that `font-lock-fontify-buffer'
8371 can be called without setting up the entire mode first. This fixes
8372 a bug in `mm-inline-text' with C MIME parts.
8373
8374 2012-02-06 Chong Yidong <cyd@gnu.org>
8375
8376 * simple.el (list-processes--refresh): Delete exited processes
8377 (Bug#8094).
8378
8379 * comint.el (comint-next-prompt): next-single-char-property-change
8380 and prev-single-char-property-change never return nil (Bug#8657).
8381
8382 * custom.el (defcustom): Doc fix (Bug#9711).
8383
8384 2012-02-05 Chong Yidong <cyd@gnu.org>
8385
8386 * cus-edit.el (custom-variable-reset-backup): Quote the value
8387 before storing it in the customized-value property (Bug#6712).
8388 (custom-display): Add a customization type tag.
8389 (custom-buffer-create-internal): Improve tooltip message.
8390
8391 * wid-edit.el (widget-field-value-get): New optional arg to
8392 suppress trailing whitespace truncation.
8393 (character): Use it (Bug#2689).
8394
8395 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8396
8397 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8398 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8399
8400 2012-02-05 Chong Yidong <cyd@gnu.org>
8401
8402 * cus-edit.el (custom-variable-value-create): For mismatched
8403 types, show the current value (Bug#7600).
8404
8405 * custom.el (defcustom): Doc fix.
8406
8407 2012-02-05 Glenn Morris <rgm@gnu.org>
8408
8409 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8410
8411 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8414 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8415 (pp-last-sexp): Use `looking-at-p'.
8416
8417 2012-02-04 Glenn Morris <rgm@gnu.org>
8418
8419 * files.el (revert-buffer):
8420 Doc fix (mention revert-buffer-in-progress-p).
8421
8422 * emacs-lisp/ert-x.el (ert-simulate-command):
8423 Check deferred-action-list (which is obsolete) is bound.
8424
8425 * subr.el (with-wrapper-hook): Doc fixes.
8426
8427 * simple.el (filter-buffer-substring-functions)
8428 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8429
8430 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8431
8432 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8433 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8434
8435 2012-02-04 Leo Liu <sdl.web@gmail.com>
8436
8437 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8438
8439 2012-02-04 Glenn Morris <rgm@gnu.org>
8440
8441 * image.el (image-extension-data): Add obsolete alias.
8442
8443 * isearch.el (isearch-update): Doc fix.
8444
8445 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8446
8447 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8448
8449 2012-02-03 Glenn Morris <rgm@gnu.org>
8450
8451 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8452 (image-animate-timeout): Doc fix.
8453
8454 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8455
8456 2012-02-02 Glenn Morris <rgm@gnu.org>
8457
8458 * server.el (server-auth-dir): Doc fix.
8459 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
8460
8461 * subr.el (run-mode-hooks): Doc fix.
8462
8463 2012-02-02 Juri Linkov <juri@jurta.org>
8464
8465 * image-mode.el (image-toggle-display-image): Remove tautological
8466 `major-mode' from the `derived-mode-p' test.
8467
8468 2012-02-02 Kenichi Handa <handa@m17n.org>
8469
8470 * composite.el (compose-region): Cancel previous change.
8471
8472 2012-02-02 Kenichi Handa <handa@m17n.org>
8473
8474 * composite.el (compose-region, compose-string): Signal error for
8475 a null string component (Bug#6988).
8476
8477 2012-02-01 Chong Yidong <cyd@gnu.org>
8478
8479 * view.el (view-buffer-other-window, view-buffer-other-frame):
8480 Handle special modes like view-buffer (Bug#10650).
8481 (view-buffer): Simplify.
8482
8483 * frame.el (set-frame-font): Tweak meaning of third argument.
8484
8485 * dynamic-setting.el (font-setting-change-default-font):
8486 Use set-frame-font (Bug#9982).
8487
8488 2012-02-01 Glenn Morris <rgm@gnu.org>
8489
8490 * progmodes/compile.el (compilation-internal-error-properties):
8491 Respect compilation-first-column in the "*compilation*" buffer.
8492
8493 * emacs-lisp/easy-mmode.el (define-minor-mode):
8494 Relax :variable's test for a named function.
8495
8496 2012-01-31 Alan Mackenzie <acm@muc.de>
8497
8498 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8499 off by one error.
8500
8501 2012-01-31 Chong Yidong <cyd@gnu.org>
8502
8503 * frame.el (set-frame-font): New arg ALL-FRAMES.
8504
8505 * menu-bar.el (menu-set-font): Use set-frame-font.
8506
8507 * faces.el (face-spec-reset-face): Don't apply unspecified
8508 attribute values to the default face.
8509
8510 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * progmodes/cwarn.el (cwarn): Remove dead link.
8513 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8514 Remove * from defcustom docstrings.
8515 (turn-on-cwarn-mode): Make obsolete.
8516 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8517 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8518
8519 2012-01-31 Glenn Morris <rgm@gnu.org>
8520
8521 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8522 Fix :variable handling of mode a symbol not equal to modefun.
8523 Allow named functions to be used as the cdr of :variable.
8524
8525 2012-01-30 Glenn Morris <rgm@gnu.org>
8526
8527 * emacs-lisp/authors.el (authors-fixed-entries):
8528 Remove reference to deleted file rnewspost.el.
8529
8530 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * window.el (window-with-parameter): Remove unused variable `windows'.
8533 (window--side-check): Remove unused variable `code'.
8534 (window--resize-siblings): Remove unused variable `first'.
8535 (adjust-window-trailing-edge): Remove unused variable `failed'.
8536 (window-deletable-p, window--delete): Remove unused variable `buffer'.
8537 Use `let', not `let*'.
8538 (balance-windows-2): Remove unused variable `found'.
8539 (window--state-put-2): Remove unused variable `splits'.
8540 (window-state-put): Remove unused variable `selected'.
8541 (same-window-p): Use `string-match-p'.
8542 (display-buffer-assq-regexp): Remove unused variable `value'.
8543 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8544 Mark argument ALIST as ignored.
8545 (pop-to-buffer): Remove unused variable `old-window'.
8546
8547 2012-01-29 Eli Zaretskii <eliz@gnu.org>
8548
8549 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8550 and .lzma compressed files.
8551
8552 2012-01-29 Chong Yidong <cyd@gnu.org>
8553
8554 * frame.el (window-system-default-frame-alist): Doc fix.
8555
8556 * dynamic-setting.el (font-setting-change-default-font): Don't
8557 change the default face if SET-FONT argument is non-nil (Bug#9982).
8558
8559 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
8560
8561 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
8562
8563 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
8564
8565 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
8566 breakpoints in files outside current directory (Bug#6098).
8567
8568 2012-01-29 Chong Yidong <cyd@gnu.org>
8569
8570 * progmodes/python.el: Require ansi-color at top-level.
8571
8572 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
8573 Define and use in Emacs Lisp mode (Bug#9360).
8574 (lisp-mode-abbrev-table): Add doc.
8575 (lisp-mode-variables): Don't set local-abbrev-table.
8576 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
8577
8578 2012-01-28 Roland Winkler <winkler@gnu.org>
8579
8580 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
8581
8582 2012-01-28 Roland Winkler <winkler@gnu.org>
8583
8584 * textmodes/bibtex.el (bibtex-entry-alist): New function.
8585 (bibtex-set-dialect): Use it. Either set global values of
8586 dialect-dependent variables or bind these variables buffer-locally
8587 (Bug#10254).
8588 (bibtex-mode): Call bibtex-set-dialect via
8589 hack-local-variables-hook.
8590 (bibtex-dialect): Update docstring.
8591 Add safe-local-variable predicate.
8592 (bibtex-entry-alist, bibtex-field-alist): Initialize via
8593 bibtex-set-dialect.
8594 (bibtex-mode-map): Define menu for each dialect.
8595 (bibtex-entry): Fix docstring.
8596
8597 2012-01-28 Chong Yidong <cyd@gnu.org>
8598
8599 * eshell/esh-arg.el (eshell-quote-argument): New function.
8600
8601 * eshell/esh-ext.el (eshell-invoke-batch-file):
8602 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
8603 first arg to eshell-parse-command (Bug#10523).
8604
8605 2012-01-28 Drew Adams <drew.adams@oracle.com>
8606
8607 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
8608 `default-directory' is non-nil.
8609
8610 2012-01-28 Eli Zaretskii <eliz@gnu.org>
8611
8612 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
8613 line that displays system-configuration-options. (Bug#9924)
8614
8615 2012-01-28 Drew Adams <drew.adams@oracle.com>
8616
8617 * descr-text.el (describe-char): Show information about POS, in
8618 addition to information about the character at POS. Improve and
8619 update the doc string. Change "code point" to "code point in
8620 charset", to avoid confusion with the character's Unicode code
8621 point shown above that. (Bug#10129)
8622
8623 2012-01-28 Eli Zaretskii <eliz@gnu.org>
8624
8625 * descr-text.el (describe-char): Show the raw character, not only
8626 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
8627 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8628 for the reasons.
8629
8630 2012-01-28 Phil Hagelberg <phil@hagelb.org>
8631
8632 * emacs-lisp/package.el (package-install):
8633 Run package-refresh-contents if there is no archive yet (Bug#9798).
8634
8635 2012-01-28 Chong Yidong <cyd@gnu.org>
8636
8637 * emacs-lisp/package.el (package-maybe-load-descriptor):
8638 New function, split from package-maybe-load-descriptor.
8639 (package-maybe-load-descriptor): Use it.
8640 (package-download-transaction): Fully load required packages
8641 inside the loop, so that `require' calls work (Bug#10593).
8642 (package-install): No need to call package-initialize now.
8643
8644 2012-01-28 Chong Yidong <cyd@gnu.org>
8645
8646 * simple.el (deactivate-mark): Doc fix (Bug#8614).
8647
8648 * tooltip.el (tooltip-mode): Doc fix.
8649 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
8650
8651 * frame.el (set-cursor-color): Doc fix (Bug#352).
8652
8653 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
8654 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
8655
8656 * cus-edit.el (custom-buffer-create-internal): Fix search button
8657 action (Bug#10542).
8658 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
8659
8660 2012-01-27 Eduard Wiebe <usenet@pusto.de>
8661
8662 * dired.el (dired-mark-files-regexp):
8663 Include any subdirectory components. (Bug#10445)
8664
8665 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
8666
8667 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
8668 Handle [host]:port syntax. (Bug#10533)
8669
8670 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
8671
8672 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
8673
8674 2012-01-26 Glenn Morris <rgm@gnu.org>
8675
8676 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
8677 * term.el (term-raw-escape-map): Use Control-X-prefix.
8678 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
8679
8680 2012-01-25 Martin Rudalics <rudalics@gmx.at>
8681
8682 * window.el (window-state-get, window--state-get-1): Don't deal
8683 with fixed-sizeness of windows. Simplify code.
8684
8685 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
8686
8687 * window.el (window--state-get-1, window--state-put-2):
8688 Don't save and restore the mark.
8689
8690 2012-01-25 Chong Yidong <cyd@gnu.org>
8691
8692 * custom.el (custom-variable-p): Doc fix.
8693
8694 2012-01-25 Glenn Morris <rgm@gnu.org>
8695
8696 * dired.el (dired-goto-file): Handle some of the more common
8697 characters that `ls -b' escapes. (Bug#10596)
8698
8699 * progmodes/compile.el (compilation-next-error-function):
8700 Respect compilation-first-column in the "*compilation*" buffer.
8701 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
8702
8703 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
8704
8705 2012-01-24 Glenn Morris <rgm@gnu.org>
8706
8707 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
8708
8709 2012-01-24 Julien Danjou <julien@danjou.info>
8710
8711 * color.el (color-rgb-to-hsl): Fix value computing.
8712 (color-hue-to-rgb): New function.
8713 (color-hsl-to-rgb): New function.
8714 (color-clamp, color-saturate-hsl, color-saturate-name)
8715 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8716 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
8717
8718 2012-01-24 Glenn Morris <rgm@gnu.org>
8719
8720 * vc/vc-rcs.el (vc-rcs-create-tag):
8721 * vc/vc-sccs.el (vc-sccs-create-tag):
8722 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
8723
8724 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
8725
8726 * eshell/esh-util.el (eshell-read-hosts-file):
8727 Skip comment lines. (Bug#10549)
8728
8729 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
8730
8731 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
8732
8733 * subr.el (display-delayed-warnings): Doc fix.
8734 (collapse-delayed-warnings): New function to collapse identical
8735 adjacent warnings.
8736 (delayed-warnings-hook): Add it.
8737
8738 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
8739
8740 * net/tramp.el (tramp-action-login): Set connection property "login-as".
8741
8742 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
8743 (tramp-default-user-alist): Don't add "pscp".
8744 (tramp-do-copy-or-rename-file-out-of-band): Use connection
8745 property "login-as", if set. (Bug#10530)
8746
8747 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
8748
8749 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
8750 "plink1" and "psftp". (Bug#10530)
8751
8752 2012-01-21 Kenichi Handa <handa@m17n.org>
8753
8754 * international/mule-cmds.el (prefer-coding-system): Show a
8755 warning message if the default value of file-name-coding-system
8756 was not changed.
8757
8758 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8759
8760 * windmove.el (windmove-reference-loc):
8761 Fix windmove-reference-loc miscalculation.
8762
8763 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
8764
8765 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
8766 default unit.
8767
8768 2012-01-21 Glenn Morris <rgm@gnu.org>
8769
8770 * international/mule.el (auto-coding-alist): Add .tbz.
8771
8772 * files.el (local-enable-local-variables): Doc fix.
8773 (inhibit-local-variables-regexps): Rename from
8774 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
8775 Doc fix. Add some extensions from auto-coding-alist.
8776 (inhibit-local-variables-suffixes):
8777 Rename from inhibit-first-line-modes-suffixes. Doc fix.
8778 (inhibit-local-variables-p):
8779 New function, extracted from set-auto-mode-1.
8780 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
8781 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
8782 (hack-local-variables): Doc fix. Make the mode-only case
8783 respect enable-local-variables and friends.
8784 Respect inhibit-local-variables-regexps for file-locals, but
8785 not for directory-locals.
8786 (set-visited-file-name):
8787 Take account of inhibit-local-variables-regexps.
8788 Whether it applies may change as the file name is changed.
8789 * jka-cmpr-hook.el (jka-compr-install):
8790 * jka-compr.el (jka-compr-uninstall):
8791 Update for inhibit-first-line-modes-suffixes name change.
8792
8793 2012-01-20 Martin Rudalics <rudalics@gmx.at>
8794
8795 * help-macro.el (make-help-screen): Temporarily restore original
8796 binding for minor-mode-map-alist (Bug#10454).
8797
8798 2012-01-19 Julien Danjou <julien@danjou.info>
8799
8800 * color.el (color-name-to-rgb): Use the white color to find the max
8801 color component value and return correctly computed values.
8802 (color-name-to-rgb): Add missing float conversion for max value.
8803
8804 2012-01-19 Martin Rudalics <rudalics@gmx.at>
8805
8806 * window.el (window--state-get-1, window-state-get): Do not use
8807 special state value for window-persistent-parameters.
8808 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
8809 (window--state-put-2): Reset all window parameters to nil before
8810 assigning values of persistent parameters.
8811
8812 2012-01-18 Alan Mackenzie <acm@muc.de>
8813
8814 Eliminate sluggishness and hangs in fontification of "semicolon
8815 deserts".
8816
8817 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
8818 Change value 10000 -> 3000.
8819 (c-state-safe-place): Reformulate so it doesn't stack up an
8820 infinite number of wrong entries in c-state-nonlit-pos-cache.
8821 (c-determine-limit-get-base, c-determine-limit): New functions to
8822 determine backward search limits disregarding literals.
8823 (c-find-decl-spots): Amend commenting.
8824 (c-cheap-inside-bracelist-p): New function which detects "={".
8825
8826 * progmodes/cc-fonts.el
8827 (c-make-font-lock-BO-decl-search-function): Give a limit to a
8828 backward search.
8829 (c-font-lock-declarations): Fix an occurrence of point being
8830 undefined. Check additionally for point being in a bracelist or
8831 near a macro invocation without a semicolon so as to avoid a
8832 fruitless time consuming search for a declarator. Give a more
8833 precise search limit for declarators using the new
8834 c-determine-limit.
8835
8836 2012-01-18 Glenn Morris <rgm@gnu.org>
8837
8838 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
8839 (set-auto-mode): Doc fixes.
8840
8841 2012-01-17 Glenn Morris <rgm@gnu.org>
8842
8843 * isearch.el (search-nonincremental-instead): Fix doc typo.
8844
8845 * dired.el (dired-insert-directory): Handle newlines in directory name.
8846 (dired-build-subdir-alist): Unescape newlines in directory name.
8847
8848 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
8849
8850 * net/tramp.el (tramp-local-end-of-line): New defcustom.
8851 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
8852 (tramp-action-terminal): Use it. (Bug#10530)
8853
8854 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * minibuffer.el (completion--replace): Strip properties (bug#10062).
8857
8858 2012-01-16 Martin Rudalics <rudalics@gmx.at>
8859
8860 * window.el (window-state-ignored-parameters): Remove variable.
8861 (window--state-get-1): Rename argument MARKERS to IGNORE.
8862 Handle persistent window parameters. Make copy of clone-of
8863 parameter only if requested. (Bug#10348)
8864 (window--state-put-2): Install a window parameter only if it has
8865 a non-nil value or an existing parameter shall be overwritten.
8866
8867 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
8868
8869 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
8870
8871 2012-01-14 Eli Zaretskii <eliz@gnu.org>
8872
8873 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
8874 don't pass the (nil) value of `upnode' to string-match.
8875
8876 2012-01-14 Chong Yidong <cyd@gnu.org>
8877
8878 * startup.el (command-line): Fix X resource class for cursorColor.
8879 Fix values recognized by the cursorBlink resource.
8880
8881 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
8882
8883 * epg.el (epg--make-temp-file): Avoid permission race condition
8884 when running on old Emacs versions (bug#10403).
8885
8886 2012-01-14 Glenn Morris <rgm@gnu.org>
8887
8888 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
8889
8890 2012-01-13 Alan Mackenzie <acm@muc.de>
8891
8892 Fix filling for when filladapt mode is enabled.
8893
8894 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
8895 c-mask-paragraph, pass in `fill-paragraph' rather than
8896 `fill-region-as-paragraph'. (This is a reversion of a previous
8897 change.)
8898 * progmodes/cc-mode.el (c-basic-common-init):
8899 Make fill-paragraph-handle-comment buffer local and set it to nil.
8900
8901 2012-01-13 Glenn Morris <rgm@gnu.org>
8902
8903 * dired.el (dired-switches-escape-p): New function.
8904 (dired-insert-directory): Use dired-switches-escape-p.
8905 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
8906
8907 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
8908
8909 2012-01-12 Glenn Morris <rgm@gnu.org>
8910
8911 * mail/sendmail.el (mail-mode): Update paragraph-separate for
8912 changes in adaptive-fill-regexp. (Bug#10276)
8913
8914 2012-01-11 Alan Mackenzie <acm@muc.de>
8915
8916 Fix Emacs bug #10463 - put `widen's around the critical spots.
8917
8918 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
8919 widen around each invocation of c-state-pp-to-literal. Remove an
8920 unused let variable.
8921
8922 2012-01-11 Glenn Morris <rgm@gnu.org>
8923
8924 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
8925 Doc fix.
8926
8927 2012-01-10 Chong Yidong <cyd@gnu.org>
8928
8929 * net/network-stream.el (network-stream-open-starttls):
8930 Avoid emitting a confusing error message when the server gives a bad
8931 response to the capability command.
8932
8933 2012-01-10 Glenn Morris <rgm@gnu.org>
8934
8935 * mail/unrmail.el (unrmail): Tweak previous change.
8936
8937 2012-01-09 Chong Yidong <cyd@gnu.org>
8938
8939 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
8940
8941 2012-01-08 Alan Mackenzie <acm@muc.de>
8942
8943 Optimise font locking in long enum definitions.
8944
8945 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
8946 arm to a cond form to handle enums.
8947 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
8948 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
8949
8950 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
8951
8952 * files.el (move-file-to-trash): Preserve default file modes on error.
8953 (Bug#10401)
8954
8955 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8956
8957 * faces.el (set-face-attribute): Clarify the meaning of the nil
8958 frame (bug#10294).
8959
8960 * subr.el (with-selected-frame): Mention that the selected frame
8961 is restored (bug#9980).
8962
8963 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
8964 (bug#9759).
8965
8966 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
8967 (password-read): Don't autoload unused function.
8968
8969 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
8970
8971 * progmodes/which-func.el (which-func-mode): Turn into a
8972 non-interactive function and mark as obsolete (bug#10428).
8973
8974 2012-01-06 Chong Yidong <cyd@gnu.org>
8975
8976 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
8977 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
8978 functions, along with 1 and -1.
8979
8980 2012-01-06 Eli Zaretskii <eliz@gnu.org>
8981
8982 * time.el (display-time-load-average)
8983 (display-time-default-load-average): Doc fixes. See the thread
8984 starting at
8985 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
8986 for the details.
8987
8988 2012-01-06 Glenn Morris <rgm@gnu.org>
8989
8990 * mail/unrmail.el (unrmail): Give an explicit error if the input file
8991 has no messages. (Bug#10377)
8992
8993 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
8994 than Info-edit. (Bug#10385)
8995
8996 * time.el (display-time-load-average, display-time-next-load-average):
8997 Doc fixes.
8998
8999 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9000 local setting of buffer-read-only to the input buffer. (Bug#10419)
9001
9002 * calendar/calendar.el (calendar-mode):
9003 Locally set scroll-margin to 0. (Bug#10379)
9004
9005 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
9006
9007 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9008
9009 2012-01-05 Glenn Morris <rgm@gnu.org>
9010
9011 * eshell/em-unix.el (diff-no-select): Autoload it.
9012 (eshell/diff): Use diff-no-select. (Bug#10420)
9013
9014 2012-01-05 Chong Yidong <cyd@gnu.org>
9015
9016 * shell.el (shell-dynamic-complete-functions): Revert last change.
9017 (shell-command-completion-function): New function.
9018 (shell-completion-vars): Use it to implement
9019 shell-completion-execonly (Bug#10417).
9020
9021 * custom.el (enable-theme): Don't set custom-safe-themes.
9022
9023 * cus-theme.el (custom-theme-merge-theme):
9024 Ignore custom-enabled-themes and custom-safe-themes.
9025
9026 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9027
9028 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9029 first prompt in `sql-interacive-mode'.
9030 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
9031 keywords.
9032 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
9033 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9034 context of original buffer. Invoke `sql-login-hook'.
9035
9036 2012-01-04 Eli Zaretskii <eliz@gnu.org>
9037
9038 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9039 letters in cite-prefix.
9040
9041 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9042
9043 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9044
9045 2012-01-03 Chong Yidong <cyd@gnu.org>
9046
9047 * shell.el (shell-dynamic-complete-functions):
9048 Put pcomplete-completions-at-point, so as to try
9049 comint-filename-completion first (Bug#10417).
9050
9051 2012-01-02 Richard Stallman <rms@gnu.org>
9052
9053 * battery.el (battery-status-function):
9054 Detect when to use battery-yeeloong-sysfs.
9055 (battery-echo-area-format): Add string for Yeeloong.
9056 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9057 (battery-yeeloong-sysfs): New function.
9058
9059 2012-01-02 Chong Yidong <cyd@gnu.org>
9060
9061 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9062 (dirtrack): Merge code for handling relative filenames in prompt
9063 from shell-dir-cookie-watcher.
9064 (dirtrack-debug-message): New arg to avoid excess format calls.
9065
9066 * shell.el (shell-dir-cookie-re): Variable deleted.
9067 (shell-dir-cookie-watcher): Function deleted.
9068 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9069 with dirtrack-mode.
9070
9071 2012-01-01 Eli Zaretskii <eliz@gnu.org>
9072
9073 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9074 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
9075 libgnutls-26.dll.
9076
9077 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9078
9079 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9080
9081 2011-12-31 Eli Zaretskii <eliz@gnu.org>
9082
9083 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9084 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9085
9086 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
9087
9088 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9089 also for alternative shells.
9090 (tramp-open-connection-setup-interactive-shell): Check, whether
9091 the shell is a busybox.
9092 (tramp-send-command): Don't suppress multiple prompts for
9093 busyboxes, it hurts.
9094
9095 2011-12-28 Chong Yidong <cyd@gnu.org>
9096
9097 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9098 (gdb-get-source-file): Move mode line update to
9099 gdb-get-source-file (Bug#10087).
9100
9101 2011-12-25 Chong Yidong <cyd@gnu.org>
9102
9103 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9104 gud-gdb-marker-filter without taking it as an argument.
9105 (gud-gdb-run-command-fetch-lines): Caller changed.
9106 (gud-gdb-completion-function): New variable.
9107 (gud-gdb-completion-at-point): Use it.
9108 (gud-gdb-completions-1): Split from gud-gdb-completions.
9109
9110 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9111 function as separate arguments.
9112 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9113 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9114 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9115 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9116 (gdb-stopped, def-gdb-auto-update-trigger)
9117 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
9118 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9119 Callers changed.
9120 (gud-gdbmi-completions): New function.
9121 (gdb): Use it for generating the completion table.
9122
9123 2011-12-24 Alan Mackenzie <acm@muc.de>
9124
9125 Introduce a mechanism to widen the region used in context font
9126 locking. Use this to protect declarations from losing their contexts.
9127
9128 * progmodes/cc-langs.el (c-before-font-lock-functions):
9129 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
9130 (c-before-context-fontification-functions): New defvar, a list of
9131 functions to be run just before context (etc.) font locking.
9132
9133 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
9134 New, functionality extracted from
9135 c-neutralize-syntax-in-and-mark-CPP.
9136 (c-in-after-change-fontification): New variable.
9137 (c-after-change): Set c-in-after-change-fontification.
9138 (c-set-fl-decl-start): Rejig its interface, so it can be called
9139 from both after-change and context fontifying.
9140 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9141 New functions.
9142 (c-standard-font-lock-fontify-region-function): New variable.
9143 (c-font-lock-fontify-region): New function.
9144
9145 2011-12-24 Juri Linkov <juri@jurta.org>
9146
9147 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9148 (Bug#10348)
9149
9150 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
9151
9152 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9153 existence of source file. (Bug#10325)
9154
9155 2011-12-23 Alan Mackenzie <acm@muc.de>
9156
9157 Fix unstable fontification inside templates.
9158
9159 * progmodes/cc-langs.el (c-before-font-lock-functions):
9160 Newly created from the singular version. The (c c++ objc) entry now
9161 additionally has c-set-fl-decl-start. The other languages (apart
9162 from AWK) have that as a single entry.
9163
9164 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9165 The functionality for "local" declarations has been extracted to
9166 c-set-fl-decl-start.
9167
9168 * progmodes/cc-mode.el (c-common-init, c-after-change):
9169 Changes due to pluralisation of c-before-font-lock-functions.
9170 (c-set-fl-decl-start): New function, extracted from
9171 c-font-lock-enclosing-decls and enhanced.
9172
9173 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
9174
9175 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9176
9177 2011-12-22 Juri Linkov <juri@jurta.org>
9178
9179 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9180
9181 2011-12-22 Chong Yidong <cyd@gnu.org>
9182
9183 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9184
9185 2011-12-21 Drew Adams <drew.adams@oracle.com>
9186
9187 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9188
9189 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9190
9191 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9192
9193 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9194
9195 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9196 highlighting and support. Fix up comments for capitalization.
9197 (cfengine-mode-debug): New var.
9198 (cfengine3-mode): Change the modeline indicator to "CFE3".
9199 (cfengine3-font-lock-keywords): Improve defun highlighting.
9200 (cfengine2-actions): Rename from `cfengine-actions'.
9201 (cfengine2-font-lock-keywords): Rename from
9202 `cfengine-font-lock-keywords'.
9203 (cfengine2-imenu-expression): Rename from
9204 `cfengine-imenu-expression'.
9205 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9206 (cfengine2-beginning-of-defun): Rename from
9207 `cfengine-beginning-of-defun'.
9208 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9209 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9210 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9211 modeline indicator to "CFE2".
9212 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9213 (cfengine-mode-abbrevs): Mark obsolete.
9214
9215 2011-12-21 Chong Yidong <cyd@gnu.org>
9216
9217 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9218 filename argument.
9219
9220 2011-12-20 Martin Rudalics <rudalics@gmx.at>
9221
9222 * window.el (window-normalize-buffer-to-display): Remove.
9223 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9224
9225 2011-12-19 Chong Yidong <cyd@gnu.org>
9226
9227 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9228 Don't signal an error in a predicate function; return non-nil.
9229 (vc-dir-mark-file): Move the error here.
9230 (vc-dir-mark-unmark): If acting on the region, keep going if one
9231 of the entries cannot be marked/unmarked.
9232 (vc-dir-mark-all-files): If current entry is a directory, mark
9233 only child files, as documented.
9234
9235 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9236
9237 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9238 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9239 addition.
9240
9241 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9242
9243 * term/ns-win.el (ns-get-selection-internal)
9244 (ns-store-selection-internal): Declare.
9245 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9246 Declare as obsolete.
9247 (ns-get-pasteboard, ns-paste-secondary):
9248 Use ns-get-selection-internal.
9249 (ns-set-pasteboard, ns-copy-including-secondary):
9250 Use ns-store-selection-internal.
9251
9252 2011-12-17 Chong Yidong <cyd@gnu.org>
9253
9254 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9255 (vc-deduce-fileset): Doc fix.
9256
9257 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9258
9259 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9260
9261 2011-12-13 Sam Steingold <sds@gnu.org>
9262
9263 * man.el (Man-getpage-in-background): When running under a
9264 window-system, ignore $MANWIDTH and $COLUMNS.
9265
9266 2011-12-15 Kenichi Handa <handa@m17n.org>
9267
9268 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9269 (setup-ethiopic-environment-internal): Comment out key-binding for
9270 ethio-toggle-punctuation.
9271
9272 2011-12-13 Alan Mackenzie <acm@muc.de>
9273
9274 Add the switch statement to AWK Mode.
9275
9276 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
9277 "default" to the keywords regexp.
9278
9279 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
9280 expression as the rest.
9281 (c-nonlabel-token-key): Allow string literals for AWK.
9282 Refactor for the other modes.
9283
9284 Large brace-block initialisation makes CC Mode slow: Fix.
9285 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
9286 routines. Limit backward searching in c-font-lock-enclosing.decl.
9287
9288 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9289 pp-state and literal type in addition to the limits.
9290 (c-state-safe-place): New defun, extracted from c-state-literal-at.
9291 (c-state-literal-at): Use the above new defun.
9292 (c-slow-in-literal, c-fast-in-literal): Remove.
9293 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
9294
9295 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9296 being in a literal. Add a limit for backward searching.
9297
9298 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9299 c-slow-in-literal.
9300
9301 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9304
9305 2011-12-13 Martin Rudalics <rudalics@gmx.at>
9306
9307 * window.el (delete-other-windows): Use correct frame in call to
9308 window-with-parameter.
9309
9310 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9311
9312 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9313 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9314 (makefile-gmake-statements, makefile-makepp-statements):
9315 Use it and add new makepp keywords.
9316 (makefile-makepp-font-lock-keywords): Add new patterns.
9317 (makefile-match-function-end): Match new [...] and [[...]].
9318
9319 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
9320
9321 * ses.el (ses-call-printer-return, ses-cell-property-get)
9322 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9323 (ses-create-cell-variable, ses-reset-header-string)
9324 (ses-cell-set-formula, ses-repair-cell-reference-all)
9325 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9326 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9327 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9328 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9329 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9330 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9331 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9332 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9333 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9334 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9335 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9336 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9337
9338 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9339
9340 * ses.el: The overall change is to add cell renaming, that is
9341 setting fancy names for cell symbols other than name matching
9342 "\\`[A-Z]+[0-9]+\\'" regexp .
9343 (ses-create-cell-variable): New defun.
9344 (ses-relocate-formula): Relocate formulas only for cells the
9345 symbols of which are not renamed, i.e. symbols whose names do not
9346 match regexp "\\`[A-Z]+[0-9]+\\'".
9347 (ses-relocate-all): Relocate values only for cells the symbols of
9348 which are not renamed.
9349 (ses-load): Create cells variables as the (ses-cell ...) are read,
9350 in order to check row col consistency with cell symbol name only
9351 for cells that are not renamed.
9352 (ses-replace-name-in-formula): New defun.
9353 (ses-rename-cell): New defun.
9354
9355 2011-12-11 Chong Yidong <cyd@gnu.org>
9356
9357 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9358 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9359
9360 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9361
9362 * window.el (other-window): Fix docstring.
9363
9364 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9365
9366 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
9367 `from' or `to' address before taking its substring.
9368 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
9369 encoded name is chopped in the middle of the encoded string, and
9370 thus displayed encoded.
9371
9372 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
9373
9374 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9375
9376 2011-12-10 Eli Zaretskii <eliz@gnu.org>
9377
9378 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9379 to use texinfo-update-node and commands that call it if the
9380 Texinfo file uses @node lines without next/prev/up pointers.
9381 Correct outdated description about texinfo-master-menu.
9382 (texinfo-all-menus-update, texinfo-master-menu)
9383 (texinfo-update-node, texinfo-every-node-update)
9384 (texinfo-multiple-files-update): Doc fix. Warn against updating
9385 all the @node lines.
9386 (texinfo-master-menu): Only call texinfo-update-node if the prefix
9387 argument is numeric. Explain better in the doc string what the
9388 function really does.
9389 (texinfo-insert-master-menu-list): Improve the error message
9390 displayed if there's no menu in the Top node.
9391 (Bug#2975) See also this thread:
9392 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9393
9394 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9395
9396 * speedbar.el (speedbar-supported-extension-expressions):
9397 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9398
9399 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * printing.el (pr-mode-alist):
9402 * simple.el (filter-buffer-substring-functions)
9403 (completion-list-insert-choice-function):
9404 * window.el (window-with-parameter, window-atom-root)
9405 (window-sides-slots, window-size-fixed, window-min-delta)
9406 (window-max-delta, window--resize-mini-window)
9407 (window--resize-child-windows-normal, window-tree)
9408 (delete-other-windows, quit-window, split-window)
9409 (display-buffer-record-window, special-display-buffer-names)
9410 (special-display-regexps, special-display-popup-frame)
9411 (same-window-p, split-window-sensibly)
9412 (display-buffer-overriding-action, display-buffer-alist)
9413 (display-buffer-base-action, display-buffer, switch-to-buffer)
9414 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9415 (fit-window-to-buffer, recenter-positions)
9416 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9417 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9418 and remove unneeded backslashes in docstrings.
9419
9420 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9423
9424 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9425 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9426 end in ".mk".
9427 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9428 when reading the makefile (bug#10116).
9429
9430 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9433 (bug#10116).
9434
9435 2011-12-06 Glenn Morris <rgm@gnu.org>
9436
9437 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9438
9439 2011-12-06 Chong Yidong <cyd@gnu.org>
9440
9441 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9442
9443 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
9444
9445 * textmodes/table.el (table-shorten-cell): Fix typo.
9446
9447 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9448
9449 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9450
9451 2011-12-05 Eli Zaretskii <eliz@gnu.org>
9452
9453 * descr-text.el (describe-char): Fix display of strong
9454 right-to-left characters and directional embeddings and overrides.
9455
9456 * simple.el (what-cursor-position): Fix display of codepoints of
9457 strong right-to-left characters.
9458
9459 2011-12-05 Chong Yidong <cyd@gnu.org>
9460
9461 * faces.el (read-color): Doc fix.
9462
9463 2011-12-05 Glenn Morris <rgm@gnu.org>
9464
9465 * align.el (align--set-marker): Add doc-string.
9466 Don't try to move something that is not a marker. (Bug#10216)
9467
9468 2011-12-04 Glenn Morris <rgm@gnu.org>
9469
9470 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9471 overly zealous deletion of trailing whitespace.
9472
9473 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
9474
9475 * server.el (server-delete-client): On Windows, do not try to delete
9476 the only terminal.
9477 (server-process-filter): On Windows, treat requests for a tty frame as
9478 if they were for a GUI frame if the running server is in GUI mode.
9479
9480 2011-12-03 Glenn Morris <rgm@gnu.org>
9481
9482 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
9483
9484 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * electric.el: Streamline electric-indent's hook.
9487 (electric-indent-chars): Revert to simple list.
9488 (electric-indent-functions): New var.
9489 (electric-indent-post-self-insert-function): Use it.
9490
9491 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9492 there's no inferior buffer (bug#10196).
9493 (prolog-consult-compile): Don't use toggle-read-only.
9494
9495 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
9496
9497 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9498 interrupt. (Bug#10187)
9499
9500 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9503 (bug#9160).
9504
9505 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9506 (bug#10191).
9507
9508 2011-12-02 Juri Linkov <juri@jurta.org>
9509
9510 * info.el (Info-search): Display "end of manual" when Isearch
9511 reaches the end of single-file Info manual. (Bug#9918)
9512
9513 2011-12-02 Eli Zaretskii <eliz@gnu.org>
9514
9515 * isearch.el (isearch-message-prefix): Run the input method part
9516 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
9517
9518 2011-12-02 Juri Linkov <juri@jurta.org>
9519
9520 * isearch.el (isearch-occur): Use `word-search-regexp' for
9521 `isearch-word'.
9522 (isearch-search-and-update): Add condition for `isearch-word' and
9523 call `word-search-regexp'. (Bug#10145)
9524
9525 2011-12-01 Glenn Morris <rgm@gnu.org>
9526
9527 * eshell/em-hist.el (eshell-hist-initialize):
9528 Handle eshell-history-size nil and HISTSIZE set or unset.
9529 (eshell-history-file-name, eshell-history-size): Fix custom type.
9530
9531 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9534
9535 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
9536
9537 * progmodes/verilog-mode.el (verilog-pretty-expr):
9538 Rework verilog-pretty-expr to handle new assignment operators in system
9539 verilog, such as += *= and the like.
9540 (verilog-assignment-operator-re): Regular expression to find the
9541 assigment operator in a verilog assignment.
9542 (verilog-assignment-operation-re): Regular expression to find an
9543 assignment statement for pretty-expr.
9544 (verilog-in-attribute-p): Query returns true if point is in an
9545 attribute context; used to skip these for expression line up from
9546 pretty-expr.
9547 (verilog-in-parameter-p): Query returns true if point is in an
9548 parameter definition context; used to skip these for expression
9549 line up from pretty-expr.
9550 (verilog-in-parenthesis-p): Query returns true if point is in a
9551 parenthetical expression, specifically ( ) but not [ ] or { };
9552 used by pretty-expr.
9553 (verilog-just-one-space): If there is no space, don't add one.
9554 (verilog-get-lineup-indent-2): Specifically skip just attribute
9555 contexts for expression lineup, rather than skipping all
9556 parenthetical expressions.
9557 (verilog-calculate-indent): Fix comment, and fix indent.
9558 (verilog-do-indent): Indent declarations in lists (suggested by
9559 Joachim Lechner).
9560 (verilog-mode-abbrev-table): Populate abbrev mode with the various
9561 skeleton items.
9562 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
9563 by Alain Mellan).
9564
9565 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
9566
9567 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
9568 parameters with embedded comments. Reported by Ray Stevens.
9569 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
9570 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
9571 Reported by Tim Holt.
9572 (verilog-auto): Fix AUTOing a upper module then AUTOing module
9573 instantiated by upper module causing wrong expansion until AUTOed a
9574 second time. Reported by K C Buckenmaier.
9575 (verilog-diff-auto): Fix showing .* as a difference when
9576 `verilog-auto-star-save' off. Reported by Dan Dever.
9577 (verilog-auto-reset, verilog-read-always-signals)
9578 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
9579 temporary signals in reset list if
9580 verilog-auto-reset-blocking-in-non is nil, and match assignment
9581 style to each signal's assignment type, bug381.
9582 Reported by Thomas Esposito.
9583 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
9584 (verilog-uvm-statement-re): Support UVM indentation and
9585 highlighting, with old OVM keywords only.
9586 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
9587 Support AUTOTIEOFF creating non-wire data types.
9588 Suggested by Jonathan Greenlaw.
9589 (verilog-auto-insert-lisp, verilog-delete-to-paren)
9590 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
9591 (verilog-inject-sense, verilog-read-inst-pins)
9592 (verilog-read-sub-decls, verilog-read-sub-decls-line):
9593 Fix mismatching parenthesis inside commented out code when deleting
9594 AUTOINST, bug383. Reported by Jonathan Greenlaw.
9595 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
9596 non-numeric vector width. Reported by Alex Reed.
9597 (verilog-auto-ascii-enum): Add "onehot" option to work around not
9598 detecting signals with parameter widths. Reported by Alex Reed.
9599 (verilog-auto-delete-trailing-whitespace):
9600 With `verilog-auto-delete-trailing-whitespace' remove trailing
9601 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
9602 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
9603 Fix verilog-scan-cache corruption when running user AUTO expansion
9604 hooks that call indentation routines.
9605 (verilog-simplify-range-expression): Fix typo ignoring lower case
9606 identifiers.
9607 (verilog-delete-auto): Fix delete-autos to also remove user created
9608 automatics, as long as they start with AUTO.
9609 (verilog-batch-diff-auto, verilog-diff-auto)
9610 (verilog-diff-function): Add `verilog-diff-auto' and bind to
9611 "C-c?" to report differences in AUTO expansion, ignoring spaces.
9612 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
9613 (verilog-in-paren-quick, verilog-re-search-backward-quick)
9614 (verilog-re-search-forward-quick, verilog-syntax-ppss):
9615 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
9616 is disabled and its cache will get corrupt, causing AUTOS not to
9617 expand. Instead use only -quick functions.
9618 (verilog-scan-region): Fix scanning over escaped quotes.
9619 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9620 (verilog-re-search-backward-quick)
9621 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9622 related functions now ignore strings, to fix misparsing of strings
9623 with magic comments embedded in them.
9624 (verilog-read-auto-template):
9625 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9626 Reported by Brad Dobbie.
9627 (verilog-read-auto-template):
9628 Fix 'verilog-auto-inst-template-numbers' with comments.
9629 Reported by Brad Dobbie.
9630 (verilog-auto-inst, verilog-auto-inst-param)
9631 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9632 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
9633 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
9634 debugging templates without merge conflicts, bug357.
9635 Reported by Brad Dobbie.
9636 (verilog-read-auto-template):
9637 Fix verilog-auto-inst-template-numbers with multiple templates.
9638 Reported by Brad Dobbie.
9639 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
9640 abbrevs so user won't be asked to save.
9641 (verilog-read-auto-lisp-present): Fix to start at beginning of
9642 buffer in case called outside of verilog-auto.
9643 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
9644 to "X-2". Reported by Matthew Myers.
9645 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
9646 all inputs from module templates. Reported by Leith Johnson.
9647 (verilog-module-inside-filename-p): Fix locating programs as with
9648 modules.
9649 (verilog-auto-inst-port): Fix vl-width expressions when using
9650 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
9651 (verilog-decls-get-regs, verilog-decls-get-signals,
9652 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
9653 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
9654 verilog-read-decls): Combine reg and wire structures into one var
9655 structure to represent SystemVerilog concepts.
9656 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
9657 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
9658 (verilog-auto-wire-type, verilog-insert-definition):
9659 Add verilog-auto-wire-type and AUTOLOGIC to support using
9660 SystemVerilog "logic" keyword instead of "wire"/"reg".
9661 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
9662 to declares outputs that also have assignments (presumably in an
9663 ifdef or generate if so there's not a driver conflict).
9664 Reported by Matthew Myers.
9665 (verilog-auto-declare-nettype, verilog-insert-definition):
9666 Add verilog-auto-declare-nettype to fix declarations using
9667 `default_nettype none. Reported by Julian Gorfajn.
9668 (verilog-read-always-signals-recurse, verilog-read-decls)
9669 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
9670 malformed end statement, bug325. Reported by Joshua Wise and
9671 Andrew Drake.
9672 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
9673 (verilog-inst-comment-re): Fix not deleting Interfaced comment
9674 when expanding .* in interfaces, bug320.
9675 Reported by Pierre-David Pfister.
9676 (verilog-read-module-name): Fix import statements between module
9677 name and open parenthesis, bug317.
9678 Reported by Pierre-David Pfister.
9679 (verilog-simplify-range-expression): Fix simplification of
9680 multiplications inside AUTOWIRE connections, bug303.
9681 (verilog-auto-inst-port): Support parameter expansion in
9682 multidimensional arrays.
9683 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
9684 after "assert property". Reported by Julian Gorfajn.
9685 (verilog-simplify-range-expression): Fix "couldn't merge" errors
9686 with multiplication, bug303.
9687 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
9688 Reported by Jan Frode Lonnum.
9689
9690 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
9691
9692 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
9693 (hfy-shell-file-name, hfy-shell):
9694 * international/fontset.el (x-decompose-font-name): Fix typos.
9695
9696 2011-11-29 Ken Brown <kbrown@cornell.edu>
9697
9698 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
9699 (gdb-version): Remove defvar.
9700 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
9701 (gdb-gud-context-command, gdb-non-stop-handler)
9702 (gdb-current-context-command, gdb-stopped): Use it.
9703 (gdb-init-1): Enable pretty printing here.
9704 (gdb-non-stop-handler): Don't enable pretty-printing here.
9705 Check to see if the target supports non-stop mode; if not, turn off
9706 non-stop mode. Use the following.
9707 (gdb-check-target-async): New defun.
9708 (gud-watch, gdb-stopped): Fix whitespace.
9709 (gdb-get-source-file): Don't try to display the source file if
9710 `gdb-main-file' is nil.
9711
9712 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * align.el: Try to generate fewer markers (bug#10047).
9715 (align--set-marker): New macro.
9716 (align-region): Use it.
9717
9718 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
9721
9722 2011-11-29 Chong Yidong <cyd@gnu.org>
9723
9724 * indent.el (indent-for-tab-command, indent-according-to-mode):
9725 Doc fix.
9726 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
9727
9728 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
9729
9730 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
9731 aware of remote file names. (Bug#10124)
9732
9733 2011-11-29 Chong Yidong <cyd@gnu.org>
9734
9735 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
9736
9737 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * files.el (find-file): Don't use force-same-window (bug#10144).
9740 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
9741 use pop-to-buffer if the selected window can't be used.
9742 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
9743
9744 2011-11-28 Eli Zaretskii <eliz@gnu.org>
9745
9746 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
9747 special-mode-map.
9748
9749 2011-11-28 Chong Yidong <cyd@gnu.org>
9750
9751 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
9752
9753 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
9754
9755 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
9756 gdb-get-source-file-list on gdb-create-source-file-list.
9757
9758 2011-11-26 Eli Zaretskii <eliz@gnu.org>
9759
9760 * whitespace.el (whitespace-newline): Use a different foreground
9761 color for 16-color light-background displays.
9762
9763 2011-11-24 Chong Yidong <cyd@gnu.org>
9764
9765 * window.el (display-buffer--special-action): Doc fix.
9766
9767 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
9768
9769 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
9770 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
9771 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
9772 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
9773 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
9774 (avl-tree-stack-first):
9775 * emacs-lisp/cconv.el (cconv--analyse-use):
9776 * net/gnutls.el (gnutls-negotiate): Fix typos.
9777
9778 2011-11-24 Glenn Morris <rgm@gnu.org>
9779
9780 * lpr.el (lpr-windows-system, lpr-lp-system):
9781 * mail/binhex.el (binhex-begin-line):
9782 * progmodes/grep.el (grep-history, grep-find-history):
9783 * textmodes/flyspell.el:
9784 * vc/pcvs-defs.el (cvs-global-menu):
9785 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
9786 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
9787 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
9788
9789 * net/tls.el: Fix case of "GnuTLS".
9790
9791 * paths.el (rmail-file-name): Format doc-string for make-docfile.
9792
9793 * version.el (emacs-build-system): Give it a doc-string.
9794
9795 2011-11-24 Juri Linkov <juri@jurta.org>
9796
9797 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
9798
9799 2011-11-24 Glenn Morris <rgm@gnu.org>
9800
9801 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
9802 if called on a non-mime message just toggle the headers. (Bug#8006)
9803
9804 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
9805
9806 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
9807 (allout-lead-with-comment-string, allout-structure-deleted-hook)
9808 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
9809 (allout-rebullet-heading, allout-open-sibtopic)
9810 (allout-toggle-current-subtree-encryption)
9811 (allout-toggle-subtree-encryption, allout-encrypt-string)
9812 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
9813 (allout-distinctive-bullets-string, allout-auto-activation):
9814 * window.el (window-normalize-buffer-to-display):
9815 * progmodes/verilog-mode.el (verilog-batch-indent):
9816 * textmodes/bibtex.el (bibtex-field-braces-opt)
9817 (bibtex-field-strings-opt):
9818 * vc/cvs-status.el (cvs-tree-merge):
9819 Fix typos.
9820
9821 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
9822
9823 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
9824 `non-essential' to t, in order to avoid remote connections.
9825
9826 2011-11-23 Eli Zaretskii <eliz@gnu.org>
9827
9828 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9829 On MS-DOS and MS-Windows, compare with loaddefs.el
9830 case-insensitively.
9831
9832 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
9833
9834 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
9835
9836 2011-11-23 Glenn Morris <rgm@gnu.org>
9837
9838 * paths.el (rmail-file-name): Reformat the doc-string so that it
9839 is picked up.
9840
9841 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
9842 (rmail-auto-file): Ignore case in the "special" field names,
9843 as mail-fetch-field does for all others.
9844
9845 * mail/rmail.el (rmail-forward):
9846 * mail/rmailkwd.el (rmail-set-label):
9847 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
9848 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
9849
9850 * mail/rmail.el (rmail-current-message): Doc fix.
9851
9852 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
9853
9854 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 * server.el (server-eval-and-print): Allow C-g (bug#6585).
9857
9858 2011-11-22 Glenn Morris <rgm@gnu.org>
9859
9860 * mail/rmailmm.el (test-rmail-mime-handler)
9861 (test-rmail-mime-bulk-handler)
9862 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
9863
9864 2011-11-21 Juri Linkov <juri@jurta.org>
9865
9866 * calc/calc.el (calc-read-key-sequence):
9867 Let-bind `input-method-function' to nil. (Bug#10018)
9868
9869 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9870
9871 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9872 Tell the caller that the next line needs recomputation, even
9873 though it doesn't start a sexp (bug#10094).
9874
9875 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
9878
9879 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
9882 Use force-same-window.
9883
9884 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9885
9886 * descr-text.el (describe-char-unicode-data):
9887 * json.el (json-string-escape):
9888 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
9889 (Footnote-unicode, Footnote-style-p):
9890 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
9891
9892 2011-11-20 Chong Yidong <cyd@gnu.org>
9893
9894 * window.el (replace-buffer-in-windows): Restore interactive spec.
9895
9896 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * electric.el (electric-indent-mode): Fix last change (too optimistic).
9899
9900 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
9901 (byte-compile-global-not-obsolete-vars): New var.
9902 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
9903 Use it.
9904 (byte-compile-warn-obsolete): Align text with the one in *Help*.
9905
9906 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
9907
9908 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
9909 * progmodes/pascal.el (electric-pascal-equal):
9910 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
9911 * xml.el (xml-substitute-special): Fix typos.
9912
9913 2011-11-20 Glenn Morris <rgm@gnu.org>
9914
9915 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
9916 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
9917 Doc fixes.
9918 (rmail-decode-mime-charset): Mark as obsolete.
9919
9920 * mail/rmailsum.el (rmail-message-regexp-p-1):
9921 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
9922 Before using mime functions, check they are set. (Bug#10077)
9923
9924 2011-11-19 Juri Linkov <juri@jurta.org>
9925
9926 * info.el (Info-finder-find-node): Use `package--builtins' instead
9927 of `package-alist'. Use node names formed by the pattern "Keyword "
9928 and the keyword name.
9929
9930 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9931
9932 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
9933
9934 2011-11-19 Juri Linkov <juri@jurta.org>
9935
9936 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
9937 that calls `revert-buffer' on all Info buffers. (Bug#9915)
9938 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
9939 `old-history', `old-history-forward'. Add let-binding
9940 `window-selected'. Remove calls to `kill-buffer',
9941 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
9942 before calling `Info-find-node', so `Info-find-node-2' will reread
9943 the Info file. Restore window positions only when `window-selected'
9944 is non-nil.
9945
9946 2011-11-19 Juri Linkov <juri@jurta.org>
9947
9948 * isearch.el (isearch-lazy-highlight-new-loop):
9949 Remove condition `(not isearch-error)'. (Bug#9918)
9950
9951 * misearch.el (multi-isearch-search-fun): Add condition
9952 `(not bound)' to ignore lazy-highlighting search.
9953 Add the search-failed message "end of multi" when the end of
9954 multi-sequence is reached. Uncapitalize the search-failed
9955 message "Repeat for next buffer".
9956
9957 * info.el (Info-search): Add the search-failed message
9958 "end of the manual" when the end of the manual is reached
9959 in Isearch mode.
9960
9961 2011-11-19 Juri Linkov <juri@jurta.org>
9962
9963 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
9964 Use non-destructive `remove' instead of `delete' because
9965 `Info-history-list' stored to `Info-isearch-initial-history-list' in
9966 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
9967
9968 2011-11-19 Juri Linkov <juri@jurta.org>
9969
9970 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
9971 to nil instead of binding `search-ring' and `regexp-search-ring'.
9972 (Bug#9185)
9973
9974 2011-11-19 Eli Zaretskii <eliz@gnu.org>
9975
9976 * simple.el (line-move): Force movement by logical lines for any
9977 hscrolled window, not only when auto-hscroll-mode is on.
9978 (line-move-visual): Update doc string to that effect. (Bug#10076)
9979
9980 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
9981
9982 * language/european.el (macintosh): Define as alias for mac-roman.
9983
9984 2011-11-19 Eli Zaretskii <eliz@gnu.org>
9985
9986 * mail/rmailmm.el (rmail-mime-display-header)
9987 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
9988 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
9989 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
9990 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
9991 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
9992 of a raw aref.
9993 (rmail-mime-entity-segment): To get past the tagline, move forward
9994 2 more lines, to account for the 2 empty lines that precede and
9995 follow the line with the buttons.
9996 (rmail-mime-update-tagline): Move one more line, to get past the
9997 empty line that follows the buttons in the tagline. (Bug#9520)
9998
9999 2011-11-19 Martin Rudalics <rudalics@gmx.at>
10000
10001 * window.el (window-max-delta-1, window-min-delta-1)
10002 (window-min-size-1, window-state-get-1, window-state-put-1)
10003 (window-state-put-2): Use "window--" prefix.
10004
10005 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10008 (smie-warning-count): New var.
10009 (smie-set-prec2tab): Use it.
10010 (smie-bnf->prec2): Improve warnings. Add docstring.
10011 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10012 (smie-bnf--set-class): New function.
10013 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10014 corner case.
10015
10016 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10017 (compilation-error-properties, compilation-move-to-column):
10018 Handle compilation-first-column while in the target buffer.
10019
10020 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10021 Don't hardcode point-min==1.
10022
10023 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10024 (eshell-rewrite-for-command): Remove workaround.
10025 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10026 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10027 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10028
10029 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10030
10031 2011-11-17 Glenn Morris <rgm@gnu.org>
10032
10033 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10034 Ignore buffer-local generated-autoload-file if it is the same
10035 as the global value. (Bug#10049)
10036
10037 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
10038
10039 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10040 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10041 (reftex-toc-previous-heading, reftex-toc-max-level)
10042 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10043 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10044 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10045 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10046 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10047 (reftex-toc-rename-label, reftex-toc-visit-location)
10048 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10049 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10050 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10051 leaving "*toc*" only for references to the buffer.
10052
10053 2011-11-17 Martin Rudalics <rudalics@gmx.at>
10054
10055 * window.el (window-resize, delete-window, split-window):
10056 Replace window-splits by window-combination-resize.
10057 * cus-start.el (window-splits): Replace by window-combination-resize.
10058
10059 2011-11-17 Glenn Morris <rgm@gnu.org>
10060
10061 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10062 Make bash entry derive from sh entry, not shell entry.
10063
10064 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
10065
10066 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10067 local file name.
10068
10069 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10070
10071 * menu-bar.el (menu-bar-file-menu):
10072 * printing.el (pr-ps-utility):
10073 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10074 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10075 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10076 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10077 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10078 (icalendar--convert-cyclic-to-ical)
10079 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10080 (icalendar--convert-ical-to-diary)
10081 (icalendar--convert-recurring-to-diary)
10082 (icalendar--convert-non-recurring-all-day-to-diary)
10083 (icalendar-import-format-sample):
10084 * progmodes/idlw-shell.el (idlwave-shell-mode):
10085 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10086 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10087 (vhdl-ps-print-init): Fix typos.
10088
10089 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10090
10091 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10092 FSF and collapse date sequence, obscure author/maintainer email address
10093 better, remove extra version line, track relocation of author's webpage.
10094
10095 * progmodes/python.el (python-pdbtrack-input-prompt)
10096 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10097 regular python pdb prompts. Adjustments shamelessly taken exactly as
10098 suggested in EmacsWiki page (tiny change):
10099 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
10100
10101 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
10102
10103 * expand.el (expand-pos, expand-index, expand-point):
10104 Remove redundant info from docstring.
10105 (expand-add-abbrevs): Doc fix.
10106 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10107 (expand-sample-perl-mode-expand-list): Fix typos.
10108
10109 * net/dbus.el (dbus-event-member-name):
10110 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10111 * term/pc-win.el (msdos-create-frame-with-faces):
10112 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10113
10114 2011-11-16 Martin Rudalics <rudalics@gmx.at>
10115
10116 * window.el (split-window, window-state-get-1)
10117 (window-state-put-1, window-state-put-2): Rename occurrences of
10118 window-nest to window-combination-limit.
10119 * cus-start.el (window-nest): Rename to window-combination-limit.
10120
10121 2011-11-16 Chong Yidong <cyd@gnu.org>
10122
10123 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10124 regexp (Bug#10033).
10125
10126 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10129 `completing-read' will remove *Completions* and will preserve
10130 current-buffer for us.
10131 (tmm-add-prompt): Users of *Completions* will always (re)set its
10132 major mode.
10133 (tmm-old-comp-map): Remove.
10134
10135 2011-11-16 Glenn Morris <rgm@gnu.org>
10136
10137 * mail/rmailedit.el: Require rmailmm when compiling.
10138 (rmail-old-mime-state): New declaration.
10139 (rmail-edit-current-message): If editing a mime message,
10140 edit the "raw" message from the mbox buffer.
10141 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10142
10143 2011-11-15 Glenn Morris <rgm@gnu.org>
10144
10145 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10146 which wasn't being used. Add optional arg to force given state.
10147 (rmail-mime): Add optional arg to force given state.
10148
10149 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10150
10151 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10152 * frame.el (display-mm-dimensions-alist):
10153 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10154 (outline-move-subtree-down):
10155 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10156 (newsticker--treeview-do-get-node):
10157 * net/quickurl.el (quickurl-list-buffer-name):
10158 * progmodes/dcl-mode.el (dcl-mode):
10159 * progmodes/gdb-mi.el (gdb-mapcar*):
10160 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10161
10162 2011-11-15 Glenn Morris <rgm@gnu.org>
10163
10164 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10165 in a boolean sense, so just make it a boolean, and fix the doc.
10166 (rmail-show-mime-function, rmail-mime-feature)
10167 (rmail-require-mime-maybe): Doc fixes.
10168 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10169
10170 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10171
10172 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10175 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10176 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10177 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10178
10179 2011-11-15 Glenn Morris <rgm@gnu.org>
10180
10181 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10182 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10183 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10184 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10185 (rmail-mime, rmail-show-mime): Doc fixes.
10186
10187 * term/ns-win.el (mode-line-frame-identification):
10188 Leave it alone. (Bug#10051)
10189
10190 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10191
10192 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10193 Handle empty buffers. (Bug#9978)
10194
10195 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
10196
10197 * international/mule.el (define-charset):
10198 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10199 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10200 * progmodes/verilog-mode.el (verilog-backward-token):
10201 * textmodes/ispell.el (lookup-words):
10202 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10203
10204 2011-11-14 Glenn Morris <rgm@gnu.org>
10205
10206 * progmodes/executable.el
10207 (executable-make-buffer-file-executable-if-script-p):
10208 Handle file-modes returning nil.
10209
10210 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10211 message - not necessary, and causes problems. (Bug#9831)
10212
10213 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10214
10215 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10216
10217 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10218 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10219 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10220
10221 2011-11-12 Martin Rudalics <rudalics@gmx.at>
10222
10223 * window.el (window-resize, delete-window): Use window-splits
10224 variable instead of function.
10225 (window-state-get-1, window-state-put-2, window-state-put):
10226 Don't deal with windows' splits status.
10227
10228 2011-11-12 Glenn Morris <rgm@gnu.org>
10229
10230 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10231 (apropos-documentation): Doc fixes.
10232
10233 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
10234
10235 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10236 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10237
10238 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * electric.el (electric-indent-post-self-insert-function): Make it
10241 possible for a char to only indent in some circumstances.
10242 (electric-indent-mode): Simplify.
10243
10244 2011-11-11 Martin Rudalics <rudalics@gmx.at>
10245
10246 * window.el (windows-with-parameter): Remove unused function.
10247 (windows-at-side): Rename to window-at-side-list.
10248 (window-check, window-atom-check, window-atom-check-1)
10249 (window-side-check, window-size-ignore, window-size-fixed-1)
10250 (window-in-direction-2): Prefix with "window--".
10251 (window-tree-1): Rename to window--subtree, fix doc-string.
10252
10253 2011-11-11 Glenn Morris <rgm@gnu.org>
10254
10255 * subr.el (eval-after-load): If FILE is already loaded,
10256 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10257
10258 2011-11-10 Glenn Morris <rgm@gnu.org>
10259
10260 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10261 Call svn via vc-svn-command rather than vc-do-command.
10262 (vc-svn-command): Add --non-interactive. (Bug#9993)
10263 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10264
10265 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10266 Add toggle-read-only. (Bug#7292)
10267 * files.el (toggle-read-only): Mention that it should only
10268 be used interactively. (Bug#10006)
10269
10270 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10273 Adjust regexp for OCaml warnings.
10274
10275 * electric.el (electric-pair-post-self-insert-function): Let user
10276 turn it off buffer-locally (bug#9932).
10277
10278 * progmodes/python.el (python-beginning-of-statement):
10279 Rewrite (bug#2703).
10280
10281 * progmodes/compile.el: Better handle TABs (bug#9749).
10282 (compilation-internal-error-properties)
10283 (compilation-next-error-function): Obey the target buffer's
10284 compilation-error-screen-columns.
10285
10286 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
10287
10288 * progmodes/meta-mode.el: Remove obsolete comments.
10289 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10290 Fix typos in docstrings.
10291
10292 2011-11-09 Martin Rudalics <rudalics@gmx.at>
10293
10294 * window.el (window-size-fixed-p): Rewrite doc-string.
10295 (window-resizable-p): Rename to window--resizable-p. Update callers.
10296 (window--resizable): New function. Make all callers of
10297 window-resizable call window--resizable instead.
10298 (window-resizable): Rewrite in terms of window--resizable.
10299
10300 2011-11-08 Glenn Morris <rgm@gnu.org>
10301
10302 * progmodes/delphi.el (delphi-mode-syntax-table):
10303 Let define-derived-mode define a proper syntax table. (Bug#9994)
10304
10305 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * window.el: Stay away from defsubst.
10308 (window-list-no-nils): Remove.
10309 (window-state-get-1, window-state-get): Use backquote instead.
10310
10311 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10312
10313 * emacs-lisp/find-func.el (find-function-read):
10314 Fix incorrect use of default argument in `completing-read'.
10315
10316 2011-11-08 Martin Rudalics <rudalics@gmx.at>
10317
10318 * window.el (display-buffer-function, special-display-function):
10319 Mention display-buffer-record-window but do not mention
10320 help-setup parameter in doc-strings.
10321 (window-min-delta): Fix doc-string typo.
10322
10323 2011-11-08 Chong Yidong <cyd@gnu.org>
10324
10325 * window.el (window-total-height, window-total-width): Doc fix.
10326 (window-body-size): Move from C.
10327 (window-body-height, window-body-width): Move to C.
10328
10329 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * window.el: Make special-display like display-buffer-alist (bug#9532).
10332 (display-buffer--special-action): New function, morphed
10333 from display-buffer--special.
10334 (display-buffer): Use it to handle special-display-buffers at higher
10335 priority (just after display-buffer-alist).
10336 (display-buffer-fallback-action, display-buffer--other-frame-action)
10337 (pop-to-buffer-same-window): Remove display-buffer--special.
10338
10339 2011-11-07 Glenn Morris <rgm@gnu.org>
10340
10341 * calendar/cal-menu.el (cal-menu-set-date-title):
10342 Do nothing if not in a calendar. (Bug#9976)
10343
10344 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * files.el (find-file): Always use selected-window.
10347
10348 2011-11-07 Martin Rudalics <rudalics@gmx.at>
10349
10350 * window.el (window-combinations): Make WINDOW argument
10351 mandatory. Rewrite doc-string.
10352 (walk-window-subtree, window-atom-check, window-min-delta)
10353 (window-max-delta, window--resize-this-window)
10354 (window--resize-root-window-vertically, window-tree)
10355 (balance-windows, window-state-put): Rewrite doc-strings as to
10356 not mention the term "subwindow".
10357 (window--resize-subwindows-skip-p): Rename to
10358 window--resize-child-windows-skip-p.
10359 (window--resize-subwindows-normal): Rename to
10360 window--resize-child-windows-normal.
10361 (window--resize-subwindows): Rename to
10362 window--resize-child-windows.
10363 (window-or-subwindow-p): Rename to window--in-subtree-p.
10364
10365 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10366
10367 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10368 Ensure that mbox format messages end in two newlines (Bug#9974).
10369
10370 2011-11-06 Chong Yidong <cyd@gnu.org>
10371
10372 * window.el (window-combination-p): Function deleted; its
10373 side-effect is not used in any existing code.
10374 (window-combinations, window-combined-p): Call window-*-child
10375 directly.
10376
10377 2011-11-05 Chong Yidong <cyd@gnu.org>
10378
10379 * window.el (window-valid-p): Rename from window-any-p.
10380 (window-size-ignore, window-state-get): Callers changed.
10381 (window-normalize-window): Rename from window-normalize-any-window.
10382 New arg LIVE-ONLY, replacing window-normalize-live-window.
10383 (window-normalize-live-window): Delete.
10384 (window-combination-p, window-combined-p, window-combinations)
10385 (walk-window-subtree, window-atom-root, window-min-size)
10386 (window-sizable, window-sizable-p, window-size-fixed-p)
10387 (window-min-delta, window-max-delta, window-resizable)
10388 (window-resizable-p, window-full-height-p, window-full-width-p)
10389 (window-current-scroll-bars, window-point-1, set-window-point-1)
10390 (window-at-side-p, window-in-direction, window-resize)
10391 (adjust-window-trailing-edge, maximize-window, minimize-window)
10392 (window-deletable-p, delete-window, delete-other-windows)
10393 (record-window-buffer, unrecord-window-buffer)
10394 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10395 (quit-window, split-window, window-state-put)
10396 (set-window-text-height, fit-window-to-buffer)
10397 (shrink-window-if-larger-than-buffer): Callers changed.
10398
10399 2011-11-04 Eli Zaretskii <eliz@gnu.org>
10400
10401 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10402 rfc2047-decode-string.
10403 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10404 warnings.
10405
10406 * window.el (window-body-height, window-body-width): Mention in
10407 the doc string that the return values are in frame's canonical
10408 units. (Bug#9949)
10409
10410 2011-11-03 Alan Mackenzie <acm@muc.de>
10411
10412 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10413 change in cc-engine.el.
10414
10415 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10418
10419 2011-11-02 Martin Rudalics <rudalics@gmx.at>
10420
10421 * window.el (quit-window): Call unrecord-window-buffer after
10422 showing another buffer in the window. (Bug#9937)
10423 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
10424
10425 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
10426
10427 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10428 Accept status with more than 9 shelves. (Bug#9935)
10429 Reported by Colin D Bennett <colin@gibibit.com>.
10430
10431 2011-11-01 Martin Rudalics <rudalics@gmx.at>
10432
10433 * help.el (with-help-window): Don't reference
10434 temp-buffer-show-specifiers in doc-string.
10435
10436 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10437
10438 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10439 menu-item.
10440
10441 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10442
10443 * whitespace.el: New version 13.2.2.
10444 (whitespace-newline-mode): Disable properly. Reported by Sarah
10445 <EmacsWiki>.
10446
10447 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
10448
10449 * net/newst-treeview.el: Remove "Time-stamp".
10450 (newsticker--group-manage-orphan-feeds): Do not call
10451 newsticker--treeview-tree-update.
10452 (newsticker-treeview-update, newsticker-treeview):
10453 Call newsticker--treeview-tree-update if necessary.
10454
10455 2011-10-30 Martin Rudalics <rudalics@gmx.at>
10456
10457 * window.el (window-iso-combination-p, window-iso-combined-p)
10458 (window-iso-combinations): Remove "iso-" infix.
10459 Suggested by Chong Yidong.
10460 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10461 (window-max-delta-1, window-resize, window--resize-siblings)
10462 (window--resize-this-window, adjust-window-trailing-edge)
10463 (split-window, balance-windows-1)
10464 (shrink-window-if-larger-than-buffer):
10465 * calendar/calendar.el (calendar-generate-window):
10466 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
10467
10468 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10471 in place (bug#9907).
10472 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10473 (eshell-rewrite-if-command, eshell-rewrite-for-command)
10474 (eshell-structure-basic-command, eshell-rewrite-while-command)
10475 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10476 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10477 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10478 (eshell-do-pipelines-synchronously, eshell-eval-command):
10479 Use backquotes and prefer setq to set.
10480 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10481 (eshell-macrop): Use functionp.
10482 (eshell-do-eval): Handle multiple expressions in `while' body.
10483
10484 2011-10-30 Chong Yidong <cyd@gnu.org>
10485
10486 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10487 instead of set-mark (Bug#9810).
10488
10489 2011-10-30 Chong Yidong <cyd@gnu.org>
10490
10491 * window.el (split-window-below, split-window-right): Rename from
10492 split-window-above-each-other and split-window-side-by-side
10493 respectively. All callers changed.
10494 (split-window-sensibly, split-window-sensibly): Use them.
10495 (split-window-keep-point): Doc fix.
10496
10497 * isearch.el: Add isearch-scroll property to split-window-below
10498 and split-window-right.
10499
10500 * follow.el (follow-mode):
10501 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10502 * progmodes/ada-xref.el (ada-gdb-application):
10503 * emulation/vip.el (vip-buffer-in-two-windows):
10504 * image-dired.el (image-dired-dired-with-window-configuration):
10505 * dired-x.el (dired-do-find-marked-files):
10506 * dired.el (dired-pop-to-buffer):
10507 * bs.el (bs--show-with-configuration):
10508 * vc/emerge.el (emerge-setup-windows):
10509 * textmodes/two-column.el (2C-two-columns):
10510 * textmodes/reftex-toc.el (reftex-toc):
10511 * progmodes/gdb-mi.el (gdb-setup-windows):
10512 * progmodes/fortran.el (fortran-window-create):
10513 * net/newst-treeview.el (newsticker--treeview-window-init):
10514 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10515 * emulation/tpu-edt.el (tpu-gold-map):
10516 * emulation/crisp.el (crisp-mode-map):
10517 * calendar/calendar.el (calendar-basic-setup): Callers changed.
10518
10519 2011-10-29 Chong Yidong <cyd@gnu.org>
10520
10521 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10522
10523 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10524
10525 * textmodes/flyspell.el (flyspell-word): Fix char offset for
10526 forged Ispell output (Bug#7904).
10527
10528 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10529
10530 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * doc-view.el: Avoid ugly errors about not finding nil.
10533 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10534 (doc-view-dvipdf-program, doc-view-unoconv-program)
10535 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10536 Avoid nil or absolute file name as default value.
10537 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10538
10539 2011-10-28 Alan Mackenzie <acm@muc.de>
10540
10541 * progmodes/cc-defs.el (c-version): -> 5.32.2.
10542
10543 2011-10-28 Alan Mackenzie <acm@muc.de>
10544
10545 Amend the handling of c-beginning/end-of-defun in nested declaration
10546 scopes.
10547
10548 * progmodes/cc-vars.el (c-defun-tactic): Move here from
10549 cc-langs.el. Change it to a defcustom.
10550
10551 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10552 cc-vars.el.
10553
10554 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10555 Prevent "class foo : bar" being spuriously recognized as a label.
10556
10557 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
10558 Add parameter `inclusive' (to include enclosing braces in the region).
10559 (c-widen-to-enclosing-decl-scope): New function.
10560 (c-while-widening-to-decl-block): New macro.
10561 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
10562 outward for defun boundaries, and correspondingly change symbol
10563 `respect-enclosure' to `go-outward'.
10564 (c-declaration-limits): Change algorithm to report only the "innermost"
10565 defun's boundaries.
10566
10567 2011-10-28 Deniz Dogan <deniz@dogan.se>
10568
10569 * net/rcirc.el (rcirc-mode): Use hard newlines.
10570
10571 2011-10-28 Alan Mackenzie <acm@muc.de>
10572
10573 Amend to indent and fontify macros "which include their own semicolon"
10574 correctly, using the "virtual semicolon" mechanism.
10575
10576 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
10577
10578 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
10579 Recode to scan one line at a time rather than having \n and \r
10580 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
10581 (c-forward-label): Amend for virtual semicolons.
10582 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
10583
10584 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
10585 of the new C macros.
10586
10587 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
10588 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
10589 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
10590 (c-opt-cpp-macro-define): Make into a full language variable.
10591 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
10592 AWK Mode (including \n, \r) removed, no longer needed.
10593
10594 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
10595 Invoke c-make-macro-with-semi-re.
10596
10597 * progmodes/cc-vars.el (c-macro-with-semi-re):
10598 (c-macro-names-with-semicolon): New variables.
10599 (c-make-macro-with-semi-re): New function.
10600
10601 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * vc/log-edit.el: Fill empty field rather than adding new one.
10604 (log-edit-add-field): New function.
10605 (log-edit-insert-changelog): Use it.
10606
10607 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10608
10609 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
10610
10611 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
10614 (gdb--check-interpreter): New function.
10615 (gdb): Use it.
10616
10617 2011-10-27 Glenn Morris <rgm@gnu.org>
10618
10619 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10620 (least-positive-float, least-negative-float)
10621 (least-positive-normalized-float, least-negative-normalized-float)
10622 (float-epsilon, float-negative-epsilon):
10623 Remove unnecessary declarations.
10624
10625 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10626 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10627 (least-positive-float, least-negative-float)
10628 (least-positive-normalized-float, least-negative-normalized-float)
10629 (float-epsilon, float-negative-epsilon): Add doc-strings,
10630 based on those in cl.texi.
10631
10632 * files.el (set-visited-file-name): If the major-mode changed,
10633 reload the local variables. (Bug#9796)
10634
10635 2011-10-27 Chong Yidong <cyd@gnu.org>
10636
10637 * subr.el (change-major-mode-after-body-hook): New hook.
10638 (run-mode-hooks): Run it.
10639
10640 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10641 Use change-major-mode-before-body-hook.
10642
10643 * simple.el (fundamental-mode):
10644 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
10645 change introducing fundamental-mode-hook.
10646
10647 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
10650
10651 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
10652
10653 * ido.el (ido-file-name-all-completions-1): Do not require
10654 tramp.el explicitly. (Bug#7583)
10655
10656 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * progmodes/octave-mod.el:
10659 * progmodes/octave-inf.el: Update maintainer.
10660
10661 2011-10-26 Chong Yidong <cyd@gnu.org>
10662
10663 * subr.el (with-wrapper-hook): Rewrite doc.
10664
10665 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
10666
10667 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
10668 filenames "/method:foo:". (Bug#9793)
10669
10670 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
10673 (bug#9865).
10674
10675 2011-10-24 Glenn Morris <rgm@gnu.org>
10676
10677 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
10678
10679 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
10680
10681 * notifications.el: Add the requirement of a running D-Bus session
10682 bus to the Commentary.
10683
10684 2011-10-24 Juri Linkov <juri@jurta.org>
10685
10686 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10687 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
10688 (Bug#9364)
10689
10690 2011-10-24 Juri Linkov <juri@jurta.org>
10691
10692 * info.el (Info-following-node-name-re): Add newline to the list
10693 of allowed characters for leading space. (Bug#9824)
10694
10695 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * progmodes/octave-inf.el (inferior-octave-mode-map):
10698 Fix C-c C-h binding.
10699 * progmodes/octave-mod.el (octave-help): Remove.
10700
10701 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
10702
10703 Sync with Tramp 2.2.3.
10704
10705 * net/tramp-cache.el (top): Pacify byte-compiler using
10706 `init-file-user' and `site-run-file'.
10707
10708 * net/trampver.el: Update release number.
10709
10710 2011-10-23 Chong Yidong <cyd@gnu.org>
10711
10712 * files.el (toggle-read-only): Remove obsolete comment about
10713 version control.
10714
10715 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
10716 for toggle-read-only. Note that this hasn't called vc-next-action
10717 since 2008-05-02, though it wasn't documented at the time.
10718
10719 * vc/ediff-init.el (ediff-toggle-read-only-function):
10720 Use toggle-read-only.
10721
10722 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
10723
10724 Fix bug #9560, sporadic wrong indentation; improve instrumentation
10725 of c-parse-state.
10726
10727 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10728 correct faulty logical expression.
10729 (c-parse-state-state, c-record-parse-state-state):
10730 (c-replay-parse-state-state): New defvar/defuns.
10731 (c-debug-parse-state): Use new functions.
10732
10733 2011-10-22 Martin Rudalics <rudalics@gmx.at>
10734
10735 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
10736 last fix. Use window-in-direction correctly.
10737
10738 2011-10-21 Chong Yidong <cyd@gnu.org>
10739
10740 * progmodes/idlwave.el (idlwave-mode):
10741 * progmodes/vera-mode.el (vera-mode): No need to set
10742 require-final-newline; that's done in prog-mode.
10743 Suggested by Stefan Monnier.
10744
10745 2011-10-21 Martin Rudalics <rudalics@gmx.at>
10746
10747 * mouse.el (mouse-drag-window-above)
10748 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
10749 (mouse-drag-mode-line-1, mouse-drag-header-line)
10750 (mouse-drag-vertical-line-rightward-window): Remove.
10751 (mouse-drag-line): New function.
10752 (mouse-drag-mode-line, mouse-drag-header-line)
10753 (mouse-drag-vertical-line): Call mouse-drag-line.
10754 * window.el (window-at-side-p, windows-at-side): New functions.
10755
10756 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
10757
10758 * tar-mode.el (tar-grind-file-mode):
10759 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
10760
10761 2011-10-21 Chong Yidong <cyd@gnu.org>
10762
10763 * progmodes/idlwave.el (idlwave-mode):
10764 * progmodes/vera-mode.el (vera-mode):
10765 Use mode-require-final-newline.
10766
10767 2011-10-20 Glenn Morris <rgm@gnu.org>
10768
10769 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
10770
10771 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
10772
10773 * emulation/cua-base.el (cua-set-mark): Fix case of string.
10774
10775 2011-10-20 Chong Yidong <cyd@gnu.org>
10776
10777 * emulation/cua-base.el (cua-mode):
10778 * mail/footnote.el (footnote-mode):
10779 * mail/mailabbrev.el (mail-abbrevs-mode):
10780 * net/xesam.el (xesam-minor-mode):
10781 * progmodes/bug-reference.el (bug-reference-mode):
10782 * progmodes/cap-words.el (capitalized-words-mode):
10783 * progmodes/compile.el (compilation-minor-mode)
10784 (compilation-shell-minor-mode):
10785 * progmodes/gud.el (gud-tooltip-mode):
10786 * progmodes/hideif.el (hide-ifdef-mode):
10787 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10788 * progmodes/subword.el (subword-mode):
10789 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10790 * progmodes/which-func.el (which-function-mode):
10791 * term/tvi970.el (tvi970-set-keypad-mode):
10792 * term/vt100.el (vt100-wide-mode):
10793 * textmodes/flyspell.el (flyspell-mode):
10794 * textmodes/ispell.el (ispell-minor-mode):
10795 * textmodes/nroff-mode.el (nroff-electric-mode):
10796 * textmodes/paragraphs.el (use-hard-newlines):
10797 * textmodes/refill.el (refill-mode):
10798 * textmodes/reftex.el (reftex-mode):
10799 * textmodes/rst.el (rst-minor-mode):
10800 * textmodes/sgml-mode.el (html-autoview-mode)
10801 (sgml-electric-tag-pair-mode):
10802 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
10803 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
10804 * emulation/crisp.el (crisp-mode):
10805 * emacs-lisp/eldoc.el (eldoc-mode):
10806 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
10807 minor mode behavior.
10808
10809 2011-10-19 Juri Linkov <juri@jurta.org>
10810
10811 * descr-text.el (describe-char): Add #x2010 and #x2011 to
10812 the list of hard-coded chars with escape-glyph face.
10813
10814 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
10817
10818 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
10819
10820 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
10821 running process.
10822
10823 2011-10-19 Glenn Morris <rgm@gnu.org>
10824
10825 * vc/vc-bzr.el (vc-bzr-after-dir-status):
10826 Ignore ignored files. (Bug#9726)
10827
10828 2011-10-19 Chong Yidong <cyd@gnu.org>
10829
10830 Doc fix for minor modes, stating that an omitted argument enables
10831 the mode unconditionally when called from Lisp.
10832
10833 * abbrev.el (abbrev-mode):
10834 * allout.el (allout-mode):
10835 * autoinsert.el (auto-insert-mode):
10836 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10837 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10838 (global-auto-revert-mode):
10839 * battery.el (display-battery-mode):
10840 * composite.el (global-auto-composition-mode)
10841 (auto-composition-mode):
10842 * delsel.el (delete-selection-mode):
10843 * desktop.el (desktop-save-mode):
10844 * dired-x.el (dired-omit-mode):
10845 * dirtrack.el (dirtrack-mode):
10846 * doc-view.el (doc-view-minor-mode):
10847 * double.el (double-mode):
10848 * electric.el (electric-indent-mode, electric-pair-mode):
10849 * emacs-lock.el (emacs-lock-mode):
10850 * epa-hook.el (auto-encryption-mode):
10851 * follow.el (follow-mode):
10852 * font-core.el (font-lock-mode):
10853 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
10854 * help.el (temp-buffer-resize-mode):
10855 * hilit-chg.el (highlight-changes-mode)
10856 (highlight-changes-visible-mode):
10857 * hi-lock.el (hi-lock-mode):
10858 * hl-line.el (hl-line-mode, global-hl-line-mode):
10859 * icomplete.el (icomplete-mode):
10860 * ido.el (ido-everywhere):
10861 * image-file.el (auto-image-file-mode):
10862 * image-mode.el (image-minor-mode):
10863 * iswitchb.el (iswitchb-mode):
10864 * jka-cmpr-hook.el (auto-compression-mode):
10865 * linum.el (linum-mode):
10866 * longlines.el (longlines-mode):
10867 * master.el (master-mode):
10868 * mb-depth.el (minibuffer-depth-indicate-mode):
10869 * menu-bar.el (menu-bar-mode):
10870 * minibuf-eldef.el (minibuffer-electric-default-mode):
10871 * mouse-sel.el (mouse-sel-mode):
10872 * msb.el (msb-mode):
10873 * mwheel.el (mouse-wheel-mode):
10874 * outline.el (outline-minor-mode):
10875 * paren.el (show-paren-mode):
10876 * recentf.el (recentf-mode):
10877 * reveal.el (reveal-mode, global-reveal-mode):
10878 * rfn-eshadow.el (file-name-shadow-mode):
10879 * ruler-mode.el (ruler-mode):
10880 * savehist.el (savehist-mode):
10881 * scroll-all.el (scroll-all-mode):
10882 * scroll-bar.el (scroll-bar-mode):
10883 * server.el (server-mode):
10884 * shell.el (shell-dirtrack-mode):
10885 * simple.el (auto-fill-mode, transient-mark-mode)
10886 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
10887 (line-number-mode, column-number-mode, size-indication-mode)
10888 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
10889 * strokes.el (strokes-mode):
10890 * time.el (display-time-mode):
10891 * t-mouse.el (gpm-mouse-mode):
10892 * tool-bar.el (tool-bar-mode):
10893 * tooltip.el (tooltip-mode):
10894 * type-break.el (type-break-mode-line-message-mode)
10895 (type-break-query-mode):
10896 * view.el (view-mode):
10897 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10898 (global-whitespace-mode, global-whitespace-newline-mode):
10899 * xt-mouse.el (xterm-mouse-mode): Doc fix.
10900
10901 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10902 Fix autogenerated docstring.
10903
10904 2011-10-19 Juri Linkov <juri@jurta.org>
10905
10906 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
10907 by checking environment variables "DESKTOP_SESSION" and
10908 "XDG_CURRENT_DESKTOP". (Bug#9779)
10909
10910 2011-10-19 Juri Linkov <juri@jurta.org>
10911
10912 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
10913 (browse-url-chromium-program, browse-url-chromium-arguments):
10914 New defcustoms.
10915 (browse-url-default-browser): Check for `browse-url-chromium' and
10916 call `browse-url-chromium-program'.
10917 (browse-url-chromium): New command. (Bug#9779)
10918
10919 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
10920
10921 * facemenu.el (list-colors-duplicates): On Windows, detect more
10922 duplicates by assuming that only colors matching "^System" are
10923 special "system colors". (Bug#9722)
10924
10925 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
10928 to distinguish the author from the committer.
10929
10930 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
10931
10932 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
10933
10934 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
10935
10936 * international/mule.el (sgml-html-meta-auto-coding-function):
10937 Add support for detecting encoding in HTML5 specified only as
10938 <meta charset="UTF-8">. Implementation just makes http-equiv and
10939 content-type parts from HTML4 encoding string optional. (Bug#9716)
10940
10941 2011-10-18 Glenn Morris <rgm@gnu.org>
10942
10943 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
10944
10945 2011-10-18 Chong Yidong <cyd@gnu.org>
10946
10947 * faces.el (cursor): Doc fix.
10948
10949 2011-10-17 Chong Yidong <cyd@gnu.org>
10950
10951 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
10952
10953 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
10954
10955 * dirtrack.el (dirtrack): Support shell buffers with path
10956 prefixes, e.g. tramp-based remote shells. (Bug#9647)
10957
10958 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
10959
10960 * json.el: Bump version to 1.3 and note change in History.
10961 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
10962
10963 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * comint.el (comint-insert-input, comint-send-input)
10966 (comint-get-old-input-default, comint-backward-matching-input)
10967 (comint-next-prompt): Use nil instead of `input' for field property of
10968 past user input (bug#114).
10969
10970 * minibuffer.el (completion--replace): Inherit surrounding properties
10971 (bug#114).
10972 (minibuffer-complete-and-exit): Use it.
10973
10974 * comint.el (comint--table-subvert): Quote the all-completions output
10975 (bug#9160).
10976
10977 2011-10-17 Martin Rudalics <rudalics@gmx.at>
10978
10979 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
10980
10981 * menu-bar.el (menu-bar-file-menu): Add entry for making new
10982 window on right of selected. (Bug#9350) Reword other window
10983 entries and separate them from frame entries.
10984
10985 2011-10-15 Glenn Morris <rgm@gnu.org>
10986
10987 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
10988 Doc fixes.
10989
10990 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
10991
10992 * net/network-stream.el (network-stream-open-starttls):
10993 Improve detection of failure due to lack of TLS support.
10994
10995 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
10996 putting the input text in front and in bold.
10997
10998 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10999
11000 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11001
11002 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11003 empty buffer.
11004
11005 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11006 unread-command-events rather than pushing yet-another event.
11007
11008 2011-10-14 Eli Zaretskii <eliz@gnu.org>
11009
11010 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11011 the explanation of the possible choices. Make the options passed
11012 to completing-read shorter.
11013
11014 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11015
11016 * textmodes/flyspell.el (flyspell-large-region): Make sure
11017 extended character mode is used if defined (Bug#1339).
11018
11019 2011-10-13 Eli Zaretskii <eliz@gnu.org>
11020
11021 * simple.el (what-cursor-position): Fix the display of the
11022 character info for LRE, LRO, RLE, and RLO characters by appending
11023 an invisible PDF.
11024
11025 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11028 even in case of error; add debug spec; simplify data flow.
11029 (with-timeout-handler): Remove.
11030
11031 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
11032
11033 Fix Bug#6019, Bug#9315.
11034
11035 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11036 complete `buffer-file-name', the local file name part could look
11037 remotely (for example on VMS).
11038
11039 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11040 `tramp-run-real-handler'.
11041 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11042 already quoted by '"'.
11043
11044 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11045 Let `file-name-handler-alist' be nil, the local file name part
11046 could look remotely (for example on VMS).
11047
11048 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11051 from here...
11052 (flyspell-post-command-hook): ...to here.
11053
11054 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11057 if not needed.
11058 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11059 using completion. Protect against "slow" callers.
11060 Remove the "message hack".
11061
11062 2011-10-11 Juri Linkov <juri@jurta.org>
11063
11064 * isearch.el (isearch-lazy-highlight-word): New variable.
11065 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11066 Use it. (Bug#9727)
11067
11068 2011-10-11 Glenn Morris <rgm@gnu.org>
11069
11070 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11071 like f90-previous-statement does.
11072
11073 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11074
11075 * eshell/eshell.el (eshell-command): History should be saved
11076 only in interactive use, to avoid error.
11077
11078 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11079
11080 * minibuffer.el (completion-file-name-table): Fix last change,
11081 i.e. ignore normal errors but not the other ones.
11082
11083 2011-10-10 Martin Rudalics <rudalics@gmx.at>
11084
11085 * window.el (special-display-buffer-names)
11086 (special-display-regexps): Remove some remnants of earlier
11087 changes from doc-strings.
11088 (quit-windows-on): New function.
11089
11090 * vc/vc.el (vc-revert, vc-rollback):
11091 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11092 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
11093 (Bug#6183) (Bug#7074) (Bug#7447)
11094
11095 2011-10-09 Martin Rudalics <rudalics@gmx.at>
11096
11097 * window.el (frame-auto-hide-function): Add version tag.
11098 (Bug#9699)
11099
11100 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
11101
11102 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11103 condition.
11104
11105 2011-10-09 Leo Liu <sdl.web@gmail.com>
11106
11107 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11108 (Bug#9701)
11109
11110 2011-10-08 Glenn Morris <rgm@gnu.org>
11111
11112 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11113 before the first code statement zero indent. (Bug#9690)
11114
11115 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * simple.el (count-words-region): Always count in the region.
11118 Report the number of lines and characters too.
11119 (count-words): New command, which counts in the buffer if the
11120 region is inactive, as count-words-region used to.
11121 (count-words--message): New function. Handle plurals.
11122 (count-lines-region): Make it an alias for count-words-region.
11123
11124 * bindings.el (esc-map): Replace count-lines-region with
11125 count-words-region.
11126
11127 2011-10-08 Martin Rudalics <rudalics@gmx.at>
11128
11129 * window.el (window--delete): Delete dedicated frame
11130 unconditionally when argument KILL is non-nil. (Bug#9699)
11131 (switch-to-buffer): Fix doc-string typo.
11132
11133 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11134
11135 * eshell/eshell.el (eshell-command): Avoid using hooks.
11136
11137 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
11138
11139 * bindings.el ([M-left],[M-right]): Bind to left-word and
11140 right-word respectively.
11141
11142 2011-10-07 Glenn Morris <rgm@gnu.org>
11143
11144 * cus-start.el (debug-on-quit): Fix custom type.
11145
11146 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11147
11148 * subr.el (define-key-after): Clarify that the function is not
11149 useful for non-menu keymaps.
11150
11151 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11152
11153 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11154
11155 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
11156 in current minibuffer (Fix bug with recursive minibuffers).
11157
11158 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
11159
11160 * progmodes/gdb-mi.el (gdb): Doc fix.
11161
11162 2011-10-05 Martin Rudalics <rudalics@gmx.at>
11163
11164 * window.el (frame-auto-hide-function): New option replacing
11165 frame-auto-delete. Suggested by Stefan Monnier.
11166 (window--delete): Call frame-auto-hide-function instead of
11167 investigating frame-auto-delete.
11168 (window-point-1, set-window-point-1): New functions.
11169 (window-in-direction, record-window-buffer, window-state-get-1)
11170 (display-buffer-record-window): Use window-point-1 instead of
11171 window-point.
11172 (set-window-buffer-start-and-point): Use set-window-point-1.
11173
11174 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11177
11178 2011-10-05 Glenn Morris <rgm@gnu.org>
11179
11180 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11181 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11182
11183 2011-10-05 Leo Liu <sdl.web@gmail.com>
11184
11185 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11186 works with buffer object.
11187
11188 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * mpc.el (mpc-tool-bar-map): Add labels.
11191
11192 2011-10-04 Glenn Morris <rgm@gnu.org>
11193
11194 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11195
11196 2011-10-04 Martin Rudalics <rudalics@gmx.at>
11197
11198 * window.el (window--delete): New function.
11199 (frame-auto-delete): Resuscitate option.
11200 (bury-buffer, replace-buffer-in-windows)
11201 (quit-window): Rewrite using window--delete.
11202 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11203 Pass display-buffer-mark-dedicated to window--display-buffer-2
11204 (Bug#9639).
11205
11206 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11209 returns a list (bug#9554). Add remote file name completion.
11210 * comint.el (comint--table-subvert): Curry and get quote&unquote
11211 functions as arguments.
11212 (comint--complete-file-name-data): Adjust call accordingly.
11213 * pcomplete.el (pcomplete--table-subvert): Remove.
11214 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11215
11216 * minibuffer.el (completion-table-case-fold): Use currying.
11217 (completion--styles-type, completion--cycling-threshold-type):
11218 New constants.
11219 (completion-styles, completion-category-overrides)
11220 (completion-cycle-threshold): Use them.
11221 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11222 completion-table-case-fold.
11223
11224 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
11225
11226 * minibuffer.el (completion-category-overrides): Fix type of styles
11227 and add more user friendly tags (bug#9660).
11228
11229 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11232 (mule-input-method-string): New widget.
11233 (default-input-method, language-info-custom-alist): Use it.
11234
11235 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * pcomplete.el: Require comint.
11238 (pcomplete--common-suffix): Remove.
11239 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11240 (pcomplete--table-subvert): Sync with comint--table-subvert.
11241 (pcomplete--entries): Use comint-completion-file-name-table.
11242 * comint.el (comint-unquote-filename): Simplify.
11243 (comint-completion-file-name-table): New function (bug#9616).
11244 (comint--complete-file-name-data): Use it.
11245
11246 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11247 (pcmpl-gnu-tar-buffer): Remove.
11248 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
11249 around. Make sure pcomplete-suffix-list is only changed temporarily.
11250 Don't look inside the tar's file if it's too large.
11251
11252 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * cus-edit.el (custom-mode-map):
11255 * epa.el (epa-key-list-mode-map):
11256 * man.el (Man-mode-map):
11257 * startup.el (splash-screen-keymap):
11258 * simple.el (special-mode-map): Use scroll-up-command and
11259 scroll-down-command.
11260
11261 * progmodes/idlw-help.el (idlwave-help-mode-map):
11262 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11263 * net/newst-plainview.el (newsticker-mode-map):
11264 * emulation/ws-mode.el (wordstar-mode-map):
11265 * emulation/vi.el (vi-com-map):
11266 * calc/calc-graph.el (calc-graph-show-dumb):
11267 * term/sun.el (terminal-init-sun):
11268 * term/ns-win.el (global-map):
11269 * progmodes/grep.el (grep-mode-map):
11270 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11271 * mail/rmail.el (rmail-mode-map):
11272 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11273
11274 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11275 custom-safe-themes as special.
11276
11277 2011-10-01 Julien Danjou <julien@danjou.info>
11278
11279 * notifications.el (notifications-notify): Fix docstring.
11280
11281 2011-10-01 Per Starbäck <per@starback.se>
11282
11283 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11284
11285 2011-09-30 Martin Rudalics <rudalics@gmx.at>
11286
11287 * startup.el (command-line-1): Fix last fix by inserting
11288 initial-scratch-message into *scratch* before displaying it.
11289 (Bug#9605) and (Bug#9636)
11290
11291 2011-09-29 Eli Zaretskii <eliz@gnu.org>
11292
11293 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11294 window is hscrolled, move by logical lines. (Bug#9607)
11295 (line-move-visual): Update the doc string to the above effect.
11296
11297 2011-09-29 Martin Rudalics <rudalics@gmx.at>
11298
11299 * window.el (display-buffer-record-window): When WINDOW is the
11300 selected window use `point' instead of `window-point'. (Bug#9626)
11301
11302 * startup.el (command-line-1): Use insert-before-markers when
11303 inserting initial-scratch-message. (Bug#9605)
11304
11305 * help.el (help-window): Remove variable.
11306
11307 2011-09-29 Glenn Morris <rgm@gnu.org>
11308
11309 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11310
11311 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
11312
11313 * descr-text.el (describe-char-categories): Accept category
11314 descriptions more than one line long.
11315
11316 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * simple.el (delete-trailing-whitespace): Fix last change.
11319
11320 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11321 Don't confuse "y => 3" as the beginning of a `y' operation.
11322
11323 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11324 object has more than 4 slots (bug#9613).
11325
11326 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
11327
11328 * subr.el (with-output-to-temp-buffer):
11329 * net/quickurl.el (quickurl, quickurl-browse-url):
11330 Fix typos in docstrings.
11331
11332 2011-09-27 Eli Zaretskii <eliz@gnu.org>
11333
11334 * minibuffer.el (completion-styles)
11335 (completion-category-overrides): Cross reference each other in doc
11336 strings.
11337
11338 2011-09-27 Glenn Morris <rgm@gnu.org>
11339
11340 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11341 to split-string. (Bug#9606)
11342
11343 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11344
11345 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11346 (bug#9615).
11347
11348 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
11349
11350 * emacs-lisp/package.el (list-packages): Fix echo area message.
11351
11352 2011-09-27 Leo Liu <sdl.web@gmail.com>
11353
11354 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11355
11356 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
11357
11358 * net/dbus.el (dbus-unregister-object): Don't release services for
11359 registered signals. (Bug#9581)
11360
11361 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11362
11363 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11364 function that picks between cfengine 2 and 3 support
11365 automatically. Update docs accordingly.
11366
11367 2011-09-22 Kenichi Handa <handa@m17n.org>
11368
11369 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11370 ZERO.
11371 (indian-itrans-v5-table-for-tamil): New variable.
11372 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11373
11374 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11375
11376 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11377 that's true if the current command involved collapsing of text.
11378 It's reset to false at the beginning of the next command.
11379 (allout-post-command-business): Move the cursor to the beginning
11380 of entry if the cursor is hidden and collapsing activity just
11381 happened.
11382
11383 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
11384
11385 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11386 tracking (Bug#9541).
11387
11388 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
11389
11390 * net/newst-reader.el (newsticker-html-renderer)
11391 (newsticker-show-news): Automatically load html rendering package
11392 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11393 because w3m-fill-column is let-bound" and the error "Symbol's value
11394 as variable is void: w3m-fill-column".
11395
11396 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
11397
11398 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11399 Release services only if they are defined. (Bug#9581)
11400
11401 2011-09-23 Richard Stallman <rms@gnu.org>
11402
11403 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11404 distinguish start of paragraph from start of its text.
11405
11406 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11407
11408 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11409 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11410 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11411
11412 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11413
11414 * international/mule-diag.el (mule-diag): Insert a newline after
11415 each fontset description.
11416
11417 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * simple.el (delete-trailing-whitespace):
11420 Document last change; simplify.
11421
11422 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11423
11424 * simple.el (delete-trailing-whitespace): Also delete
11425 extra newlines at the end of the buffer.
11426
11427 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11428 (picture-newline): Use forward-line so as to ignore fields.
11429
11430 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * subr.el (with-wrapper-hook): Fix edebug spec.
11433
11434 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11435
11436 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11437 (bug#4538).
11438
11439 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
11440
11441 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11442 Fix nasty bug using wrong cached values.
11443
11444 2011-09-23 Alan Mackenzie <acm@muc.de>
11445
11446 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11447
11448 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
11449
11450 * window.el (pop-to-buffer): Ensure right window is selected if we
11451 chose another frame.
11452
11453 2011-09-22 Eli Zaretskii <eliz@gnu.org>
11454
11455 * simple.el (what-cursor-position): Use get-char-property-change
11456 and next-single-char-property-change, to be able to show display
11457 properties that come from overlays as well as text properties.
11458
11459 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11462
11463 * cmuscheme.el (run-scheme, switch-to-scheme):
11464 * cus-edit.el (customize-group, custom-buffer-create)
11465 (customize-browse):
11466 * info.el (info):
11467 * shell.el (shell):
11468 * mail/sendmail.el (mail):
11469 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11470
11471 2011-09-22 Richard Stallman <rms@gnu.org>
11472
11473 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11474 move back only to line beg, don't move back over blank lines.
11475
11476 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
11477
11478 * files.el (copy-directory): Set directory attributes only in case
11479 they could be retrieved from the source directory. (Bug#9565)
11480
11481 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
11482
11483 * progmodes/hideshow.el (hs-looking-at-block-start-p)
11484 (hs-find-block-beginning, hs-hide-level-recursive):
11485 Ignore strings as well as comments. (Bug#9502)
11486
11487 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
11488
11489 * progmodes/sql.el (sql-comint-postgres):
11490 Convert port number to a string. (Bug#9566)
11491
11492 2011-09-22 Martin Rudalics <rudalics@gmx.at>
11493
11494 * window.el (quit-window): Undedicate window when switching to
11495 previous buffer. Reported by Thierry Volpiatto
11496 <thierry.volpiatto@gmail.com>.
11497 (special-display-popup-frame): When popping up a new frame reset
11498 its previous buffers to nil. Simplify code.
11499
11500 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
11501
11502 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11503 and process filter, as done also in `shell-command'.
11504
11505 2011-09-21 Martin Rudalics <rudalics@gmx.at>
11506
11507 * window.el (set-window-buffer-start-and-point):
11508 Call set-window-start with NOFORCE argument t.
11509 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11510 (quit-window): Reword doc-string. Handle new format of
11511 quit-restore parameter. Don't delete window if it has a
11512 previous buffer we can show instead of the present one.
11513 (display-buffer-record-window): Rewrite using a new format for
11514 the quit-restore window parameter
11515 (special-display-popup-frame, display-buffer-same-window)
11516 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11517 (display-buffer-pop-up-window, display-buffer-use-some-window):
11518 Adapt symbol passed to display-buffer-record-window.
11519 * help.el (help-window-setup): Handle new format of quit-restore
11520 parameter.
11521
11522 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * faces.el (face-list): Fix docstring (bug#9564).
11525
11526 * window.el (display-buffer--action-function-custom-type):
11527 Don't include internal functions in the Custom interface.
11528
11529 2011-09-20 Juri Linkov <juri@jurta.org>
11530
11531 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11532 (Info-forward-node, Info-backward-node, Info-next-preorder)
11533 (Info-last-preorder): Use it. (Bug#9528)
11534
11535 2011-09-20 Juri Linkov <juri@jurta.org>
11536
11537 * info.el (Info-last-preorder): Visit last menu item only when
11538 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11539
11540 2011-09-20 Julien Danjou <julien@danjou.info>
11541
11542 * password-cache.el (password-cache-remove): Remove entries even if the
11543 value is nil, so that password with a nil value (negative caching) is
11544 possible to invalidate.
11545
11546 2011-09-20 Lawrence Mitchell <wence@gmx.li>
11547
11548 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11549 all whitespace around breakpoint. (Bug#9553)
11550 (f90-find-breakpoint): Only break at whitespace inside a comment.
11551
11552 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * minibuffer.el (completion-file-name-table): Keep track of errors.
11555 (completion-table-with-predicate): Handle the case where pred1 is nil.
11556 * pcomplete.el (pcomplete-completions-at-point): Simplify.
11557
11558 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
11561 (debugger-return-value): Signal an error if the debugging context does
11562 not await any return value.
11563
11564 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
11565 * image-mode.el (image-toggle-display-text)
11566 (image-toggle-display-image): Stay away from evil `intangible'.
11567
11568 2011-09-19 Leo Liu <sdl.web@gmail.com>
11569
11570 * replace.el (occur-revert-arguments): Make it permanent-local.
11571 (occur-mode): Don't call font-lock-defontify.
11572
11573 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * net/ldap.el (ldap-search-internal): Don't push empty search
11576 result (Bug#9508).
11577
11578 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
11581
11582 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
11583
11584 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
11585 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
11586
11587 2011-09-18 Juri Linkov <juri@jurta.org>
11588
11589 * buff-menu.el (Buffer-menu-mode-map):
11590 * dired.el (dired-mode-map):
11591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11592 (lisp-interaction-mode-map):
11593 * emacs-lisp/package.el (package-menu-mode-map):
11594 * epa.el (epa-key-list-mode-map):
11595 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
11596 (menu-bar-options-menu):
11597 * outline.el (outline-mode-menu-bar-map):
11598 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
11599 * vc/vc-dir.el (vc-dir-menu-map):
11600 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
11601 Capitalize non-function content words in menu item strings.
11602
11603 * dired.el (dired-mode-map): Add menu item for
11604 `image-dired-dired-toggle-marked-thumbs'.
11605
11606 2011-09-18 Juri Linkov <juri@jurta.org>
11607
11608 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
11609 to `isearch-case-fold-search' and restore its original value
11610 after the `isearch-mode' call.
11611
11612 2011-09-18 Juri Linkov <juri@jurta.org>
11613
11614 * progmodes/grep.el (grep-process-setup): Don't check code for 1
11615 because `zgrep' returns 1 for successful matches (bug#9226).
11616
11617 2011-09-18 Juri Linkov <juri@jurta.org>
11618
11619 * info.el (Info-extract-menu-node-name): Check the second match
11620 for empty string (second test-case of bug#9528).
11621 (Info-last-preorder): Let-bind `Info-history' to nil to not add
11622 intermediate nodes to the history (first test-case of bug#9528).
11623
11624 2011-09-18 Juri Linkov <juri@jurta.org>
11625
11626 * info.el (Info-mode-syntax-table): New variable.
11627 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
11628
11629 2011-09-18 Juri Linkov <juri@jurta.org>
11630
11631 * info.el (Info-file-supports-index-cookies):
11632 Increment line-beginning-position's arg from 3 to 4 because makeinfo
11633 outputs one more line for long file names (bug#4142).
11634
11635 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
11636
11637 * newcomment.el (comment-normalize-vars): If prompting for
11638 comment-start, set comment-start-skip too (Bug#8424).
11639
11640 2011-09-18 Johan Bockgård <bojohan@gnu.org>
11641
11642 * icomplete.el: Fix previous fix of Bug#5849.
11643 (icomplete-mode): Don't set completion-show-inline-help.
11644 (icomplete-minibuffer-setup): Set completion-show-inline-help
11645 locally during icompletion.
11646
11647 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * woman.el (woman2-process-escapes): Don't delete unrecognized
11650 escapes (Bug#7843).
11651
11652 * files.el (inhibit-first-line-modes-regexps): Add image files.
11653 (hack-local-variables-prop-line): Return nil for malformed
11654 prop-lines (Bug#9044).
11655
11656 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * net/tramp.el (top): Don't require 'shell.
11659 (tramp-methods): Fix docstring.
11660 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
11661 Return complete remote file name. Handle "smb" case.
11662 Use `tramp-tmpdir', if defined for the respective method.
11663 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
11664
11665 * net/tramp-compat.el (top): Require 'shell.
11666
11667 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11668 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
11669 `tramp-current-host'.
11670 (tramp-get-remote-tmpdir): Remove.
11671
11672 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
11673 `tramp-tmpdir' entries.
11674 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
11675 (tramp-smb-handle-file-attributes): Ignore errors.
11676 (tramp-smb-wait-for-output): Check also for process end.
11677
11678 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11679
11680 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
11681 when sending QUIT (bug#9312).
11682
11683 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
11684
11685 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
11686 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
11687 occur-mode-display-occurrence.
11688 (occur-edit-mode): Add usage message.
11689 (occur-cease-edit): New command.
11690 (occur-after-change-function): Use text properties to find the
11691 position of the prefix text.
11692 (occur-engine): Set stickiness of prefix text properties.
11693
11694 2011-09-17 Glenn Morris <rgm@gnu.org>
11695
11696 * progmodes/etags.el (complete-tag):
11697 Fix call to completion-in-region. (Bug#9526)
11698
11699 2011-09-17 Juri Linkov <juri@jurta.org>
11700
11701 * textmodes/ispell.el (ispell-word): Add to the error message
11702 the word, ispell program name and current dictionary (bug#9121).
11703 (ispell-tex-arg-end): Capitalize "error" in the error message.
11704
11705 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
11706
11707 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
11708 check. (Bug#4251)
11709
11710 2011-09-17 Juri Linkov <juri@jurta.org>
11711
11712 * window.el (window-safe-min-height, window-safe-min-width):
11713 Fix typos (followup to bug#9522).
11714
11715 2011-09-17 Sven Joachim <svenjoac@gmx.de>
11716
11717 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
11718
11719 2011-09-16 Eli Zaretskii <eliz@gnu.org>
11720
11721 * simple.el (line-move): If goal-column is set, move by logical
11722 lines, not by display lines. (Bug#971)
11723 (next-line, previous-line, goal-column, line-move-visual): Doc fix
11724 to reflect the above change.
11725
11726 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * image.el (imagemagick-register-types): Use regexp-opt.
11729
11730 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
11731
11732 * window.el (display-buffer-base-action): Rename from
11733 display-buffer-default-action. Make default value empty.
11734 (display-buffer-overriding-action): Convert to defvar.
11735 (display-buffer-fallback-action): New var.
11736
11737 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
11738
11739 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
11740 declaration.
11741 (package--add-to-archive-contents): If there is a duplicate entry
11742 with an older version, remove it.
11743 (package-menu-mark-delete, package-menu-mark-install)
11744 (package-menu-mark-unmark): Make unused args optional.
11745 (package-menu-mark-obsolete-for-deletion):
11746 Use package-menu-get-status instead of a regexp search.
11747 (package-menu-get-status): Use tabulated-list-entry.
11748 (package-menu-mark-upgrades): New command.
11749 (package-menu-mode-map): Bind it to U. Add it to menu bar.
11750 (package-menu-execute): Do installation before deletion.
11751 (package-menu-refresh, package-menu-execute): Use derived-mode-p
11752 instead of checking major-mode.
11753 (package-menu--find-upgrades): New function.
11754
11755 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11756
11757 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
11758 passwords in the log buffer.
11759 (smtpmail-process-filter): Update the process marker so that the
11760 "broken by peer" status message is inserted in the right place.
11761
11762 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
11765 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
11766 bibtex-completion-at-point-function.
11767 (bibtex-completion-at-point-function): Use them.
11768
11769 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
11770
11771 * mpc.el (mpc-constraints-tag-lookup): New function.
11772 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
11773 also to browser "album|playlist".
11774
11775 2011-09-14 Juri Linkov <juri@jurta.org>
11776
11777 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
11778 (isearch-edit-string): Use length of `isearch-string' when
11779 `isearch-fail-pos' returns nil.
11780 (isearch-message): Remove duplicate code and call
11781 `isearch-fail-pos' with arg `t'.
11782
11783 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
11784
11785 * replace.el (occur-mode-goto-occurrence): Don't force using other
11786 window (Bug#9499).
11787
11788 * dired-aux.el (dired-do-chmod): Don't provide initial input.
11789
11790 2011-09-14 Martin Rudalics <rudalics@gmx.at>
11791
11792 * window.el (display-buffer-window): Remove.
11793 (display-buffer-record-window): Use help-setup window parameter
11794 instead of variable display-buffer-window.
11795 (display-buffer-function, special-display-buffer-names)
11796 (special-display-function): Mention help-setup parameter instead
11797 of display-buffer-window in doc-string.
11798 * help.el (help-window-setup): New argument help-window.
11799 Use help-window-setup parameter instead of display-buffer-window.
11800 Reword some messages.
11801 (with-help-window): Pass window used for displaying the buffer
11802 to help-window-setup. Don't set display-buffer-window.
11803
11804 2011-09-13 Glenn Morris <rgm@gnu.org>
11805
11806 * emacs-lisp/debug.el (debugger-make-xrefs):
11807 Preserve point. (Bug#9462)
11808
11809 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
11810
11811 * window.el (window-deletable-p): Use next-frame.
11812
11813 2011-09-13 Martin Rudalics <rudalics@gmx.at>
11814
11815 * window.el (window-auto-delete): Remove.
11816 (window-deletable-p): Remove argument FORCE. Don't deal with
11817 dedication and previous buffers.
11818 (switch-to-prev-buffer): Don't delete window.
11819 (delete-windows-on): Delete a window's frame if and only if the
11820 window is dedicated.
11821 (replace-buffer-in-windows): Delete buffer's window or frame if
11822 and only if window is dedicated.
11823 (quit-window): Handle quit-restore as before last change.
11824 (bury-buffer): Delete window only if window-deletable-p returns t.
11825
11826 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
11827
11828 * window.el (window-deletable-p): Never delete the last frame on a
11829 given terminal.
11830
11831 2011-09-13 Glenn Morris <rgm@gnu.org>
11832
11833 * help.el (describe-key-briefly): Copy previous standard-output change.
11834
11835 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
11836
11837 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
11838
11839 2011-09-13 Glenn Morris <rgm@gnu.org>
11840
11841 * emacs-lisp/lisp-mode.el (lisp-indent-function):
11842 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
11843
11844 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
11845
11846 * dired-aux.el (dired-mark-read-string): Don't return default
11847 value on empty input (Bug#9361).
11848 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
11849 Omit initial minibuffer contents.
11850 (dired-do-chmod): Signal an error on empty input.
11851 (dired-mark-read-string): Don't return default on empty input.
11852
11853 * files.el (file-modes-symbolic-to-number): Doc fix.
11854
11855 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * international/mule-cmds.el (ucs-completions): Remove.
11858 (read-char-by-name): Use complete-with-action instead; add metadata.
11859
11860 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * window.el (display-buffer--action-function-custom-type)
11863 (display-buffer--action-custom-type): New vars.
11864 (display-buffer-alist, display-buffer-default-action)
11865 (display-buffer-overriding-action): Add defcustom types.
11866
11867 * frame.el (delete-other-frames): Doc fix (Bug#276).
11868
11869 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11870
11871 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
11872
11873 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
11874
11875 Change modes that used same-window-* vars to use switch-to-buffer.
11876
11877 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
11878 Use switch-to-buffer.
11879
11880 * cus-edit.el (customize-group, custom-buffer-create)
11881 (customize-browse, custom-buffer-create-other-window):
11882 Use switch-to-buffer or switch-to-buffer-other-window.
11883
11884 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
11885 (Info-prev, Info-up, Info-speedbar-goto-node)
11886 (info-display-manual): Use switch-to-buffer.
11887 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
11888
11889 * mail/sendmail.el (mail): Use switch-to-buffer.
11890 (mail-recover): Use switch-to-buffer-other-window.
11891
11892 * cmuscheme.el (run-scheme, switch-to-scheme):
11893 * ielm.el (ielm):
11894 * shell.el (shell):
11895 * net/rlogin.el (rlogin):
11896 * net/telnet.el (telnet, rsh):
11897 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
11898
11899 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
11900
11901 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
11902
11903 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11904
11905 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
11906 so don't mention it (bug#9301).
11907 (dired-sort-toggle-or-edit): Clarify string further.
11908
11909 * faces.el (face-spec-set-match-display): Make `(type graphic)'
11910 match `x', `w32' and `ns', like the manual says (bug#9029).
11911
11912 * subr.el (eval-after-load): Doc string clarification (bug#9125).
11913 (process-kill-buffer-query-function): Mention the buffer name in
11914 the query.
11915
11916 * image-mode.el (image-next-line): The line parameter is mandatory
11917 (bug#9258).
11918
11919 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
11920 which can be useful (bug#9301).
11921
11922 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
11923
11924 * subr.el (match-string): Mention that the current buffer should
11925 be the same as the search was done in (bug#9282).
11926
11927 * facemenu.el: Disable the remove-* commands if the mark isn't
11928 active (bug#9162).
11929
11930 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
11931
11932 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
11933 of display-buffer.
11934 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
11935
11936 * replace.el (occur-mode-goto-occurrence)
11937 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
11938 and display-buffer.
11939
11940 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
11941 display-buffer.
11942
11943 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
11944 special-display and same-window variables.
11945 (mail-other-window): Use switch-to-buffer-other-window.
11946 (mail-other-frame): USe switch-to-buffer-other-frame.
11947
11948 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
11949 Use display-buffer-other-frame.
11950 (gdb-display-gdb-buffer): Use pop-to-buffer.
11951
11952 * progmodes/gud.el (gud-goto-info): Use info-other-window.
11953
11954 * progmodes/python.el: Don't set same-window-buffer-names.
11955
11956 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
11957
11958 * window.el (display-buffer-alist): Add *Python*.
11959
11960 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
11961
11962 * window.el (display-buffer-alist): Add entry for buffers
11963 previously handled same-window-*.
11964 (display-buffer-alist, display-buffer-default-action)
11965 (display-buffer-overriding-action): Mark as risky.
11966 (display-buffer-alist): Document action function changes.
11967 (display-buffer--same-window-action)
11968 (display-buffer--other-frame-action): New variables.
11969 (switch-to-buffer, display-buffer-other-frame): Use them.
11970 (display-buffer): Rename reuse-frame entry to reusable-frames.
11971 (display-buffer-reuse-selected-window): Function deleted.
11972 (display-buffer-reuse-window): Handle reusable-frames alist entry.
11973 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
11974 (display-buffer-special): New function.
11975 (display-buffer--maybe-pop-up-frame-or-window): Rename from
11976 display-buffer-reuse-or-pop-window. Split off special-display
11977 part into display-buffer-special.
11978 (display-buffer-use-some-window): Don't perform any special
11979 pop-up-frames handling.
11980 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
11981 (display-buffer--maybe-same-window): Rename from
11982 display-buffer-maybe-same-window.
11983
11984 * info.el: Don't set same-window-regexps.
11985 (info-setup): New function.
11986 (info-other-window, info): Call it.
11987
11988 * cus-edit.el: Don't set same-window-regexps.
11989 (customize-group): New argument.
11990 (customize-group-other-window): Use it.
11991 (customize-face, customize-face-other-window): Likewise.
11992 (custom-buffer-create-other-window): Use pop-to-buffer directly.
11993
11994 * net/rlogin.el:
11995 * net/telnet.el:
11996 * progmodes/gud.el: Don't set same-window-regexps.
11997
11998 * cmuscheme.el:
11999 * ielm.el:
12000 * shell.el:
12001 * mail/sendmail.el:
12002 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12003
12004 2011-09-10 Juri Linkov <juri@jurta.org>
12005
12006 * isearch.el (isearch-edit-string): Remove obsolete mention of
12007 `C-w' (`isearch-yank-word-or-char') from docstring.
12008 (isearch-query-replace): Fix typo in docstring (bug#9466).
12009
12010 2011-09-10 Juri Linkov <juri@jurta.org>
12011
12012 * paren.el (show-paren-function): Don't show escaped parens.
12013 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12014
12015 2011-09-10 Eli Zaretskii <eliz@gnu.org>
12016
12017 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12018 (mm-default-file-encoding): Remove autoload forms, they are
12019 replaced with autoload cookies in mml.el and mm-encode.el.
12020 (mail-add-attachment): New command.
12021 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12022 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12023 the doc string.
12024 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12025
12026 2011-09-10 Reuben Thomas <rrt@sc3d.org>
12027
12028 * simple.el (count-words-region): Use buffer if there's no region
12029 (bug#9429).
12030
12031 2011-09-09 Juri Linkov <juri@jurta.org>
12032
12033 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12034 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12035 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12036
12037 2011-09-09 Alan Mackenzie <acm@muc.de>
12038
12039 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12040 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12041
12042 2011-09-09 Eli Zaretskii <eliz@gnu.org>
12043
12044 Fix for Savannah bug#9392.
12045 * simple.el (mail-encode-mml): New defvar.
12046
12047 * mail/rmail.el (mail-encode-mml): Add a defvar.
12048 (rmail-enable-mime-composing): Default to t.
12049 (rmail-forward): Use MIME method of forwarding only if both
12050 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12051 Set mail-encode-mml non-nil if the MIME method was used.
12052
12053 * mail/sendmail.el (mml-to-mime): Add autoload form.
12054 (mail-encode-mml): Add a defvar.
12055 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12056 to nil.
12057 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12058 message through mml-to-mime, and reset mail-encode-mml to nil.
12059
12060 2011-09-09 Glenn Morris <rgm@gnu.org>
12061
12062 * woman.el (woman-if-body): When processing an .el block,
12063 do not delete the next .el block as well. (Bug#9447)
12064 (woman-special-characters): Add oq, cq, and hy characters.
12065
12066 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12067
12068 * window.el (window-deletable-p): Make sure window is live before
12069 invoking window-prev-buffers.
12070
12071 2011-09-08 Leo Liu <sdl.web@gmail.com>
12072
12073 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12074
12075 2011-09-08 Juri Linkov <juri@jurta.org>
12076
12077 * progmodes/compile.el (compilation-environment): Make it
12078 a defcustom (bug#8340).
12079
12080 2011-09-08 Martin Rudalics <rudalics@gmx.at>
12081
12082 * window.el (frame-auto-delete): Rename to window-auto-delete.
12083 Make it control auto-deletion of windows and/or frames.
12084 (window-deletable-p): New argument FORCE. Rewrite conditions
12085 for deleting window/frame. (Bug#9419)
12086 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12087 Rewrite handling of case when window/frame can be deleted.
12088 (delete-windows-on): Call window-deletable-p with new FORCE
12089 argument t. (Bug#9456)
12090
12091 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * help-mode.el (help-mode): Restore autoload.
12094
12095 2011-09-07 Juri Linkov <juri@jurta.org>
12096
12097 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12098 `compilation-environment'. Set buffer-local
12099 `compilation-environment' to `thisenv' later after (funcall mode).
12100 (Bug#8340)
12101
12102 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12103 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12104 instead of replacing its value. (Bug#8340)
12105
12106 2011-09-07 Juri Linkov <juri@jurta.org>
12107
12108 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12109 based on text properties put by `grep-filter' instead of matching
12110 escape sequences.
12111 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12112 to the value of `grep-error-screen-columns' (bug#9438).
12113
12114 2011-09-07 Juri Linkov <juri@jurta.org>
12115
12116 * simple.el (next-error-highlight, next-error-highlight-no-select):
12117 Doc fix (bug#9432).
12118
12119 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12120
12121 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12122 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12123
12124 2011-09-07 Leo Liu <sdl.web@gmail.com>
12125
12126 * net/rcirc.el (rcirc-mode): Conditionally initialize
12127 rcirc-input-ring.
12128
12129 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * emacs-lisp/find-func.el (find-function-C-source): Only set
12132 find-function-C-source-directory after checking that we found a source
12133 file there (bug#9440).
12134
12135 2011-09-06 Alan Mackenzie <acm@muc.de>
12136
12137 * isearch.el (isearch-other-meta-char): Wherever a key list is
12138 unread, "unread" the prefix arg, too. This fixes bug #8901.
12139
12140 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12141
12142 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12143
12144 2011-09-05 Juri Linkov <juri@jurta.org>
12145
12146 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12147
12148 2011-09-05 Juri Linkov <juri@jurta.org>
12149
12150 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12151 keeping point where processing of grep matches begins, and
12152 continue to delete remaining escape sequences from the same point.
12153 (grep-filter): Make leading zero optional in "0?1;31m" because
12154 git-grep emits "\033[1;31m" escape sequences unlike expected
12155 "\033[01;31m" as GNU Grep does (bug#9408).
12156 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12157
12158 2011-09-05 Juri Linkov <juri@jurta.org>
12159
12160 * subr.el (y-or-n-p): Capitalize "yes".
12161
12162 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
12163
12164 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12165 `tramp-cache-unload-hook' where appropriate.
12166 (tramp-methods): Rename `tramp-remote-sh' to
12167 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12168 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12169
12170 * net/tramp-sh.el (top): Don't require 'shell.
12171 (tramp-methods): Add `tramp-remote-shell' and
12172 `tramp-remote-shell-args' entries.
12173 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12174 (tramp-sh-handle-shell-command): Remove.
12175 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12176 Use `tramp-remote-shell'.
12177
12178 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
12179
12180 * mail/sendmail.el (sendmail-query-once-function): Delete.
12181 (sendmail-query-once): Save directly to send-mail-function.
12182 Update message-send-mail-function too.
12183
12184 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12185
12186 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12187
12188 * progmodes/python.el (python-mode-map): Use correct function to
12189 start python interpreter from menu-bar (as reported by Geert
12190 Kloosterman).
12191 (inferior-python-mode-map): Fix typo.
12192 (python-shell-map): Remove.
12193
12194 2011-09-03 Deniz Dogan <deniz@dogan.se>
12195
12196 * net/rcirc.el (rcirc-print): Simplify code for
12197 rcirc-scroll-show-maximum-output. There is no need to walk
12198 through all windows to find the right one.
12199
12200 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12201
12202 * help.el (help-return-method): Doc fix.
12203
12204 2011-09-03 Martin Rudalics <rudalics@gmx.at>
12205
12206 * window.el (window-deletable-p): Don't return a non-nil value
12207 when there's a buffer that was shown in the window before.
12208 (Bug#9419)
12209 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12210 Set window's previous buffers to nil.
12211
12212 2011-09-03 Eli Zaretskii <eliz@gnu.org>
12213
12214 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12215 newline before and after the tag line, so it doesn't interfere
12216 with determining the paragraph direction of bidirectional text.
12217
12218 2011-09-03 Leo Liu <sdl.web@gmail.com>
12219
12220 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12221
12222 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12223
12224 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
12225 (pop-to-buffer): Change interactive spec. Pass second argument
12226 directly to display-buffer.
12227 (display-buffer): Fix interactive spec. Use functionp to
12228 distinguish between a function and a list of functions.
12229
12230 * abbrev.el (edit-abbrevs):
12231 * arc-mode.el (archive-extract):
12232 * autoinsert.el (auto-insert):
12233 * bookmark.el (bookmark-bmenu-list):
12234 * files.el (find-file):
12235 * view.el (view-buffer):
12236 * progmodes/compile.el (compilation-goto-locus):
12237 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12238
12239 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
12240
12241 * window.el (display-buffer-alist): Doc fix.
12242 (display-buffer): Add docstring. Don't treat
12243 display-buffer-default specially.
12244 (display-buffer-reuse-selected-window)
12245 (display-buffer-same-window, display-buffer-maybe-same-window)
12246 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12247 (display-buffer-pop-up-window)
12248 (display-buffer-reuse-or-pop-window)
12249 (display-buffer-use-some-window): New functions.
12250 (display-buffer-default-action): Use them.
12251 (display-buffer-default): Delete.
12252 (pop-to-buffer-1): Fix choice of actions.
12253
12254 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * minibuffer.el (completion--insert-strings): Don't get confused by
12257 completion entries that end with an LF char.
12258
12259 2011-09-01 Eli Zaretskii <eliz@gnu.org>
12260
12261 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12262
12263 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
12264
12265 * window.el (display-buffer): Restore interactive spec.
12266 (display-buffer-same-window, display-buffer-other-window):
12267 New functions.
12268 (pop-to-buffer-1): New function. Use the above.
12269 (pop-to-buffer, pop-to-buffer-same-window): Use it.
12270 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
12271
12272 * view.el (view-buffer-other-window, view-buffer-other-frame):
12273 Just use pop-to-buffer.
12274
12275 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12276
12277 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12278
12279 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12280
12281 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12282
12283 2011-08-31 Richard Stallman <rms@gnu.org>
12284
12285 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12286 of the separation of rmail-view-buffer from rmail-buffer.
12287 If you say no to "replace original", the decrypt is in the
12288 view buffer. If you say yes, the decrypt goes into the
12289 rmail buffer also.
12290
12291 2011-08-31 Martin Rudalics <rudalics@gmx.at>
12292
12293 * window.el (display-buffer-window): Rewrite doc-string.
12294 (display-buffer-record-window): New function.
12295 (display-buffer-macro-specifiers)
12296 (display-buffer-even-window-sizes, display-buffer-set-height)
12297 (display-buffer-set-width, display-buffer-in-window)
12298 (display-buffer-reuse-window, display-buffer-split-specifiers)
12299 (display-buffer-side-specifiers, display-buffer-split-window-1)
12300 (display-buffer-split-window, display-buffer-split-atom-window)
12301 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12302 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12303 (display-buffer-other-window-means-other-frame)
12304 (display-buffer-normalize-special)
12305 (display-buffer-normalize-default)
12306 (display-buffer-normalize-argument)
12307 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12308 (display-buffer-normalize-specifiers, display-buffer-frame)
12309 (display-buffer-same-window, display-buffer-same-frame)
12310 (display-buffer-other-window)
12311 (display-buffer-same-frame-other-window)
12312 (display-buffer-other-frame, pop-to-buffer-same-window)
12313 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12314 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12315 (switch-to-buffer-same-frame)
12316 (switch-to-buffer-other-window-same-frame)
12317 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12318 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12319 (display-buffer-alist-set): Remove.
12320 (display-buffer-function, special-display-buffer-names)
12321 (special-display-regexps, special-display-function):
12322 In doc-string refer to display-buffer-window and quit-restore
12323 parameter.
12324 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12325 (special-display-frame-alist, special-display-popup-frame)
12326 (same-window-buffer-names, same-window-regexps, same-window-p)
12327 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12328 (split-window-preferred-function, split-height-threshold)
12329 (split-width-threshold, window-splittable-p)
12330 (split-window-sensibly, window--try-to-split-window)
12331 (window--frame-usable-p, even-window-heights)
12332 (window--even-window-heights, window--display-buffer-1)
12333 (window--display-buffer-2, display-buffer-other-frame):
12334 Restore old Emacs 23 code, order and doc-strings where applicable.
12335 (display-buffer-default, display-buffer-assq-regexp): New functions.
12336 (display-buffer-alist): Rewrite doc-string.
12337 (display-buffer-default-action)
12338 (display-buffer-overriding-action): New variables.
12339 (display-buffer, switch-to-buffer): Rewrite.
12340 (pop-to-buffer): Restore Emacs 23 behavior but use
12341 window-normalize-buffer-to-display.
12342 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12343 Restore Emacs 23 behavior but use
12344 window-normalize-buffer-to-switch-to.
12345 (pop-to-buffer-same-window): Rewrite.
12346 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12347 Rewrite using Emacs 23 options.
12348
12349 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
12350
12351 * net/tramp.el (tramp-root-regexp): Remove.
12352 (tramp-completion-file-name-regexp-unified)
12353 (tramp-completion-file-name-regexp-separate)
12354 (tramp-completion-file-name-regexp-url): Don't use leading volume
12355 letter on w32 systems. (Bug#5303, Bug#9311)
12356 (tramp-drop-volume-letter): Simplify definition.
12357 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12358
12359 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12362 (bug#9356).
12363
12364 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12365
12366 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
12367
12368 2011-08-29 Juri Linkov <juri@jurta.org>
12369
12370 * isearch.el (isearch-done): Don't display message "Mark saved"
12371 when arg `edit' is non-nil to prevent its flicker in the echo area.
12372
12373 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12374
12375 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12376 obsolete packages for deletion.
12377
12378 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12379
12380 * help-mode.el (help-mode-map): Add special-mode-map to parent.
12381 (help-mode): Derive help-mode from special-mode. Don't invoke
12382 view-mode from help-mode.
12383 (help-xref-override-view-map): Remove.
12384 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12385 view-mode is not used anymore.
12386
12387 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
12388
12389 * server.el (server-port): Doc fix.
12390
12391 * cus-theme.el (custom-theme-choose-mode): Inherit from
12392 special-mode (Bug#9124).
12393 (custom-theme-choose-mode-map): Add special-mode to parent.
12394
12395 2011-08-28 Alan Mackenzie <acm@muc.de>
12396
12397 * progmodes/cc-fonts.el
12398 (c-make-font-lock-BO-decl-search-function): New function.
12399 (c-basic-matchers-after - "Fontify the clauses after various
12400 keywords"): Extract the three keyword lists for the 3 erroneous
12401 constructs from the list of four, and use the new function above
12402 in place of an old one.
12403
12404 2011-08-28 Deniz Dogan <deniz@dogan.se>
12405
12406 * net/rcirc.el (rcirc-insert-prev-input)
12407 (rcirc-insert-next-input): Remove unused argument.
12408
12409 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12412
12413 2011-08-27 Alan Mackenzie <acm@muc.de>
12414
12415 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12416 handle function pointer parameters properly.
12417
12418 2011-08-27 Martin Rudalics <rudalics@gmx.at>
12419
12420 * window.el (display-buffer-reuse-window): Fix case where
12421 selected window was reused with non-nil OTHER-WINDOW argument.
12422 (Bug#9381)
12423
12424 2011-08-27 Deniz Dogan <deniz@dogan.se>
12425
12426 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12427 oftc's NickServ messages.
12428
12429 2011-08-27 Glenn Morris <rgm@gnu.org>
12430
12431 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12432
12433 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
12434
12435 * emacs-lisp/package.el (package-install): Call package-initialize
12436 if called interactively.
12437
12438 2011-08-26 Leo Liu <sdl.web@gmail.com>
12439
12440 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12441
12442 2011-08-25 Juri Linkov <juri@jurta.org>
12443
12444 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12445 `search-whitespace-regexp' (bug#9364).
12446
12447 2011-08-25 Juri Linkov <juri@jurta.org>
12448
12449 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12450 `regexp-search-ring' to their global values to protect from
12451 updating by `read-from-minibuffer' (bug#9185).
12452
12453 2011-08-25 Juri Linkov <juri@jurta.org>
12454
12455 * textmodes/ispell.el (ispell-command-loop): Add newline
12456 at the end of the "Use option `i'..." line.
12457
12458 2011-08-25 Juri Linkov <juri@jurta.org>
12459
12460 * battery.el (display-battery-mode): If `battery-status-function'
12461 or `battery-mode-line-format' is nil, display the message and set
12462 `display-battery-mode' to nil (bug#9363).
12463
12464 2011-08-25 Eli Zaretskii <eliz@gnu.org>
12465
12466 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12467 bidi-string-mark-left-to-right; they are unnecessary now.
12468
12469 2011-08-25 Deniz Dogan <deniz@dogan.se>
12470
12471 * net/quickurl.el: Documentation typo fixes.
12472
12473 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
12474
12475 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12476
12477 2011-08-25 Glenn Morris <rgm@gnu.org>
12478
12479 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12480
12481 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12482 (smtpmail-via-smtp): Handle nil response from smtp.
12483
12484 2011-08-24 Juri Linkov <juri@jurta.org>
12485
12486 * proced.el (proced-marked): Inherit from `error' instead of
12487 `font-lock-warning-face'.
12488
12489 * ibuffer.el (ibuffer-marked-face): Change default face from
12490 `font-lock-warning-face' to `warning'.
12491 (ibuffer-deletion-face): Change default face from
12492 `font-lock-type-face' to `error'.
12493
12494 * battery.el (battery-update): Use the face `error' instead of
12495 `font-lock-warning-face' (bug#6117).
12496
12497 2011-08-24 Juri Linkov <juri@jurta.org>
12498
12499 * faces.el (success): Change face color from "Green3" to
12500 "ForestGreen" on light background (bug#9353).
12501
12502 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
12503
12504 * window.el (quit-window): Rename from quit-restore-window.
12505 Use same arglist as old quit-window.
12506 (frame-auto-delete): Doc fix.
12507
12508 * view.el (view-mode-exit): Use quit-window.
12509
12510 2011-08-24 Juri Linkov <juri@jurta.org>
12511
12512 * isearch.el (isearch-ring-adjust1): Start visiting previous
12513 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12514 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12515 for empty search string (when the last search string is reused
12516 automatically) to adjust the isearch ring to the last element and
12517 prepare the correct index for further M-p commands (bug#9185).
12518
12519 2011-08-24 Kenichi Handa <handa@m17n.org>
12520
12521 * international/ucs-normalize.el: If decomposition property of
12522 CHAR is the default one (i.e. a list of CHAR itself), treat it as
12523 nil.
12524 (nfd, nfkd): Likewise.
12525
12526 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12529 from process filters aren't reliably transmitted to the surrounding
12530 accept-process-output.
12531 (mpc-proc-check): New function.
12532 (mpc-proc-sync): Use it (bug#8293)
12533
12534 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12537 Add compatibility functions (bug#9313).
12538
12539 2011-08-23 Eli Zaretskii <eliz@gnu.org>
12540
12541 * cus-start.el (all): Add entry for bidi-paragraph-direction.
12542
12543 * international/uni-bidi.el: Regenerate.
12544
12545 2011-08-23 Kenichi Handa <handa@m17n.org>
12546
12547 * international/charprop.el:
12548 * international/uni-bidi.el:
12549 * international/uni-category.el:
12550 * international/uni-combining.el:
12551 * international/uni-comment.el:
12552 * international/uni-decimal.el:
12553 * international/uni-decomposition.el:
12554 * international/uni-digit.el:
12555 * international/uni-lowercase.el:
12556 * international/uni-mirrored.el:
12557 * international/uni-name.el:
12558 * international/uni-numeric.el:
12559 * international/uni-old-name.el:
12560 * international/uni-titlecase.el:
12561 * international/uni-uppercase.el: Regenerate.
12562
12563 2011-08-23 Martin Rudalics <rudalics@gmx.at>
12564
12565 * help.el (help-window-setup): Fix message displayed when other
12566 window is reused. (Bug#9341)
12567
12568 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
12571 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
12572
12573 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
12574 Mark obsolete.
12575 * shell.el (shell-parse-pcomplete-arguments): New function.
12576 (shell-completion-vars): Use it instead (bug#9160).
12577
12578 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
12581 strings and comments (bug#9333).
12582
12583 * emacs-lisp/debug.el (debug-arglist): New function.
12584 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
12585 (debug-on-entry-1): Handle interpreted closures (bug#9120).
12586
12587 2011-08-22 Juri Linkov <juri@jurta.org>
12588
12589 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12590 Revert regexp that highlights output switches to its old
12591 pre-2010-10-28 value and remove one `?' from it (bug#9319).
12592
12593 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
12594 to check for empty output (bug#9226).
12595
12596 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
12597
12598 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
12599 symbol-constituent as the default, as that stops font-lock from
12600 working properly (Bug#8843).
12601
12602 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12603
12604 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
12605 `coding-system-for-*' around the process open call to avoid
12606 auth-source side effects.
12607 (smtpmail-try-auth-methods): Expand the secret password.
12608 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
12609 probe hangs.
12610
12611 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
12612
12613 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
12614
12615 * emacs-lisp/find-func.el (find-function-noselect): New arg
12616 lisp-only.
12617
12618 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12619 signal an error for built-in functions (Bug#6664).
12620
12621 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12622
12623 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12624 (smtpmail-try-auth-methods): Use it.
12625
12626 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
12627
12628 * font-lock.el (font-lock-fontify-region)
12629 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12630 (font-lock-default-unfontify-buffer)
12631 (font-lock-default-fontify-region)
12632 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
12633
12634 * progmodes/compile.el (compilation-error-properties):
12635 Fix confusion between file struct and message struct (Bug#9319).
12636 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
12637 `ant' regexp.
12638
12639 * net/browse-url.el (browse-url-firefox): Don't call
12640 browse-url-firefox-sentinel unless using -remote (Bug#9328).
12641
12642 2011-08-20 Glenn Morris <rgm@gnu.org>
12643
12644 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
12645
12646 * tutorial.el (tutorial--default-keys): Update some default bindings.
12647
12648 * files.el (hack-local-variables): Fully ignore case for "mode:".
12649
12650 2011-08-20 Alan Mackenzie <acm@muc.de>
12651
12652 Resolve invalid use of a regexp in regexp-opt.
12653
12654 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
12655 detection for a java annotation.
12656
12657 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
12658 detection for a java annotation.
12659
12660 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
12661 handling for java.
12662 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
12663
12664 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
12665
12666 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
12667 (Bug#9274).
12668
12669 2011-08-20 Alan Mackenzie <acm@muc.de>
12670
12671 Fontify CPP expressions correctly when starting in the middle of
12672 such a construct. Mainly for when jit-lock etc. starts a chunk
12673 here.
12674
12675 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
12676 variable.
12677 (c-make-font-lock-search-form): New function, extracted from
12678 c-make-font-lock-search-function.
12679 (c-make-font-lock-search-function): Use the above function.
12680 (c-make-font-lock-context-search-function): New function.
12681 (c-cpp-matchers): Enhance the preprocessor expression case with
12682 the above function
12683 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
12684 which takes an expression.
12685
12686 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
12687
12688 2011-08-20 Martin Rudalics <rudalics@gmx.at>
12689
12690 * window.el (display-buffer-reuse-window)
12691 (display-buffer-pop-up-window): Don't reuse or split a side
12692 window.
12693
12694 2011-08-19 Glenn Morris <rgm@gnu.org>
12695
12696 * files.el (hack-local-variables-prop-line, hack-local-variables):
12697 Downcase "Mode:". (Bug#9331)
12698
12699 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
12700
12701 * international/characters.el: Add L and R categories.
12702
12703 * subr.el (bidi-string-mark-left-to-right): Rename from
12704 string-mark-left-to-right. Use category search.
12705
12706 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
12707
12708 2011-08-18 Juri Linkov <juri@jurta.org>
12709
12710 * faces.el (error, warning, success): New faces with definitions
12711 copied from old default values of `font-lock-warning-face',
12712 `compilation-warning', `compilation-info' (bug#6117).
12713
12714 * font-lock.el (font-lock-warning-face): Inherit from `error'.
12715
12716 * progmodes/compile.el (compilation-error): Inherit from `error'.
12717 (compilation-warning): Inherit from `warning'.
12718 (compilation-info): Inherit from `success'.
12719
12720 * dired.el (dired-marked): Inherit from `warning'.
12721 (dired-flagged): Inherit from `error'.
12722
12723 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12724
12725 * mail/smtpmail.el (auth-source): Require to avoid problems with
12726 binding variables (bug#9298). Also clean up some unused
12727 autoloads.
12728
12729 * net/network-stream.el (network-stream-open-starttls):
12730 Support using starttls.el without using gnutls-cli.
12731
12732 2011-08-17 Juri Linkov <juri@jurta.org>
12733
12734 * progmodes/grep.el (rgrep): Handle the case when
12735 `grep-find-command' is a cons cell (bug#9278).
12736
12737 2011-08-17 Martin Rudalics <rudalics@gmx.at>
12738
12739 * window.el (display-buffer-pop-up-frame): Run frame creation
12740 function with BUFFER current (as special-display-popup-frame
12741 does). Reported by Drew Adams.
12742
12743 2011-08-17 Daiki Ueno <ueno@unixuser.org>
12744
12745 * epa-mail.el: Simplify GnuPG group expansion using
12746 epg-expand-group.
12747 (epa-mail-group-alist, epa-mail-group-modtime)
12748 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
12749 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
12750 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
12751 Remove.
12752
12753 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
12754
12755 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
12756
12757 2011-08-16 Alan Mackenzie <acm@muc.de>
12758
12759 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
12760 Correct, to avoid the inside of macros.
12761
12762 2011-08-16 Richard Stallman <rms@gnu.org>
12763
12764 * epa-mail.el: Handle GnuPG group definitions.
12765 (epa-mail-group-alist, epa-mail-group-modtime)
12766 (epa-mail-gnupg-conf-file): New variables.
12767 (epa-mail-parse-groups, epa-mail-sync-groups)
12768 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
12769 (epa-mail-expand-recipients): New functions.
12770 (epa-mail-encrypt): Call epa-mail-expand-recipients.
12771
12772 * mail/rmail.el (rmail-epa-decrypt): New command.
12773
12774 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
12775 Don't bind buffer-read-only, just inhibit-read-only.
12776 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
12777 (epa-decrypt-armor-in-region): Make error message clearer.
12778
12779 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
12782 and "a2b" to "ab" for `prefix'.
12783
12784 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
12787 filter groups.
12788 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
12789 Fourquet (Bug#8804).
12790
12791 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
12792
12793 * startup.el (argi): Declare as global variable (bug#9275).
12794
12795 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
12796
12797 * subr.el (string-mark-left-to-right): Search the entire string
12798 for RTL script, not just the terminating character. Doc fix.
12799
12800 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
12803 New function.
12804 (js--regexp-literal, js-syntax-propertize-function): Remove.
12805 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
12806 (js-mode-map): Don't rebind electric keys.
12807 (js-insert-and-indent): Remove.
12808 (js-mode): Setup electric-layout and electric-indent instead.
12809
12810 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
12811
12812 2011-08-12 Daiki Ueno <ueno@unixuser.org>
12813
12814 * epa.el (epa-progress-callback-function): Fix the logic of
12815 displaying progress.
12816 * epa-file.el (epa-file-insert-file-contents): Make progress
12817 display more user-friendly.
12818 (epa-file-write-region): Ditto.
12819
12820 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
12821
12822 * subr.el (string-mark-left-to-right): New function.
12823
12824 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
12825 Use string-mark-left-to-right.
12826 (list-buffers-noselect): Caller changed.
12827
12828 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12829 Use string-mark-left-to-right.
12830 (tabulated-list-print): Recenter after moving point.
12831
12832 2011-08-10 Juri Linkov <juri@jurta.org>
12833
12834 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
12835 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
12836 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
12837
12838 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
12839
12840 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
12841 (Bug#7554).
12842
12843 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
12844
12845 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
12846 character. (Bug#6594)
12847
12848 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
12849
12850 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
12851 (image-dired--with-db-file): New macro.
12852 (image-dired-write-tags, image-dired-remove-tag)
12853 (image-dired-create-gallery-lists, image-dired-write-comments)
12854 (image-dired-get-comment, image-dired-mark-tagged-files)
12855 (image-dired-list-tags, image-dired-gallery-generate): Use it.
12856 (image-dired-gallery-generate): Use insert-file-contents.
12857
12858 * time.el (display-time-world-list, display-time-world-display):
12859 * time-stamp.el (time-stamp-string):
12860 * vc/add-log.el (add-change-log-entry): Use setenv instead of
12861 set-time-zone-rule (Bug#7337).
12862
12863 2011-08-08 Daiki Ueno <ueno@unixuser.org>
12864
12865 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
12866 (epg-error-to-string, epg-errors-to-string): New function.
12867 (epg-wait-for-completion): Reverse errors list.
12868 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
12869 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
12870 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
12871 (epg-sign-keys, epg-generate-key-from-file)
12872 (epg-generate-key-from-string): Format errors by using
12873 epg-errors-to-string (bug#9255).
12874 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
12875
12876 2011-08-07 Juri Linkov <juri@jurta.org>
12877
12878 * faces.el (list-faces-display): Remove extra angle bracket
12879 from `help-mode-map'.
12880
12881 * info.el (Info-history-toc-nodes): Doc fix.
12882
12883 * longlines.el (longlines-mode): Doc fix.
12884
12885 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
12888 of statements and in a few more cases (bug#9183).
12889
12890 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
12891 New functions.
12892 (cl-transform-lambda): Use them (bug#9239).
12893
12894 2011-08-05 Martin Rudalics <rudalics@gmx.at>
12895
12896 * window.el (display-buffer-same-window)
12897 (display-buffer-same-frame, display-buffer-other-window)
12898 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12899 (pop-to-buffer-other-window)
12900 (pop-to-buffer-same-frame-other-window)
12901 (pop-to-buffer-other-frame): Make them defuns.
12902 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
12903
12904 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * subr.el (make-composed-keymap): Move from C. Change calling
12907 convention, and improve docstring to bring attention to a subtle point.
12908 * minibuffer.el (completing-read-default): Adjust accordingly.
12909
12910 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
12911
12912 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
12913 (tramp-open-shell): Use `tramp-shell-quote-argument'.
12914
12915 * net/trampver.el: Update release number.
12916
12917 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
12920 "in" (bug#9190).
12921
12922 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12923
12924 * mail/sendmail.el (sendmail-query-once): Restore the current
12925 buffer after querying (bug#9074).
12926
12927 * dired.el (dired-flagged): Use different faces for marked and
12928 flagged files (bug#6117).
12929
12930 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
12931 (bug#4433).
12932
12933 * ido.el (ido-mode): Switch off the message if called
12934 non-interactively.
12935
12936 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
12937 before 587, since it appears that that's more likely to work for
12938 more people.
12939
12940 * cus-edit.el (custom-file): When running under emacs -q, always
12941 refuse to save the customizations, even if the .emacs file doesn't
12942 exist.
12943
12944 * info.el: Remove the `Info-beginning-of-buffer' function
12945 (bug#8325).
12946
12947 * net/network-stream.el (network-stream-open-starttls):
12948 Use `starttls-available-p' to see whether starttls.el can be used.
12949
12950 2011-08-01 Martin Rudalics <rudalics@gmx.at>
12951
12952 * window.el (display-buffer-in-window): Don't set dedicated status
12953 of window here (Bug#9215).
12954 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12955 (display-buffer-pop-up-side-window)
12956 (display-buffer-in-side-window): Set dedicated status of window here.
12957
12958 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12959
12960 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
12961 before binding generated-autoload-file.
12962
12963 2011-08-01 Deniz Dogan <deniz@dogan.se>
12964
12965 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
12966
12967 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
12968
12969 Sync with Tramp 2.2.2.
12970
12971 * net/trampver.el: Update release number.
12972
12973 2011-07-30 Juri Linkov <juri@jurta.org>
12974
12975 * dired-aux.el (dired-touch-initial): Remove function.
12976 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
12977 current time, and `default' to the last modification time of the
12978 current marked file (bug#6887).
12979
12980 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
12981
12982 * simple.el (goto-line): Use string-to-number to provide a
12983 numeric argument to read-number (bug#9163).
12984
12985 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
12986
12987 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
12988 connection process, it could be nil.
12989
12990 2011-07-27 Leo Liu <sdl.web@gmail.com>
12991
12992 Simplify url handling in rcirc-mode.
12993
12994 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
12995 (rcirc-browse-url-at-mouse): Remove.
12996 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
12997
12998 2011-07-26 Alan Mackenzie <acm@muc.de>
12999
13000 Fontify bitfield declarations properly.
13001
13002 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13003 (c-symbol-chars): Now exported as a lang variable.
13004 (c-not-primitive-type-keywords): New lang variable.
13005
13006 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13007 QT keyword "more" to prevent "more slots: ...." being spuriously
13008 parsed as a bitfield declaration.
13009
13010 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13011 Refactor and enhance to handle bitfield declarations.
13012 (c-punctuation-in): New function.
13013 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13014 declarations properly.
13015
13016 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
13017
13018 * calendar/icalendar.el (icalendar--all-events): Take care of
13019 multiple vcalendars in a single file.
13020 (icalendar--convert-float-to-ical): Checkdoc fixes.
13021
13022 2011-07-25 Deniz Dogan <deniz@dogan.se>
13023
13024 * image.el (insert-image): Clarifying docstring.
13025
13026 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
13027
13028 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13029 `tramp-send-command-and-check' if there is no error.
13030 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13031
13032 2011-07-22 Alan Mackenzie <acm@muc.de>
13033
13034 Prevent cc-langs.elc being loaded at run time.
13035
13036 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13037 cc-langs.
13038
13039 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
13040 "(require 'cc-langs)". Quote a form so it will evaluate at
13041 (cc-mode's) compilation time.
13042
13043 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
13044
13045 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13046 loading. (Bug#9114)
13047
13048 2011-07-21 Martin Rudalics <rudalics@gmx.at>
13049
13050 * window.el (display-buffer-pop-up-window)
13051 (display-buffer-pop-up-side-window)
13052 (display-buffer-in-side-window): Call display-buffer-set-height
13053 and display-buffer-set-width after setting the new window's
13054 buffer so `fit-window-to-buffer' and friends work on the right buffer.
13055
13056 2011-07-20 Sam Steingold <sds@gnu.org>
13057
13058 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13059 (etags-tags-included-tables): Call `convert-standard-filename' on
13060 the file names contained in TAGS so that windows Emacs can handle
13061 TAGS files created by cygwin ctags.
13062
13063 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13064
13065 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13066 which apparently didn't work.
13067
13068 2011-07-19 Roland Winkler <winkler@gnu.org>
13069
13070 * proced.el (proced-send-signal): For *Marked Processes* buffer
13071 put point at beginning of buffer.
13072
13073 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
13074
13075 * proced.el (proced-format): Make header lines align with the text
13076 (bug#1779).
13077
13078 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13079
13080 * view.el (view-buffer): Allow running in `special' modes if we're
13081 visiting a file (bug#8615).
13082
13083 2011-07-19 Martin Rudalics <rudalics@gmx.at>
13084
13085 * window.el (display-buffer-alist-of-strings-p)
13086 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13087 New functions.
13088 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13089 more accurately.
13090
13091 2011-07-18 Alan Mackenzie <acm@muc.de>
13092
13093 Fontify declarators properly when, e.g., a jit-lock chunk begins
13094 inside a declaration.
13095
13096 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13097
13098 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13099 New function.
13100 (c-complex-decl-matchers): Insert reference to
13101 c-font-lock-enclosing-decls.
13102
13103 * progmodes/cc-engine.el (c-backward-single-comment):
13104 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13105 to nil around calls to (forward-comment -1).
13106
13107 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13108
13109 * image.el (put-image): Doc typo fix.
13110
13111 * progmodes/etags.el (tags-search): Doc typo fix.
13112
13113 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13114 password if we get errors 550 to 554.
13115
13116 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13117
13118 * net/gnutls.el (gnutls-log-level): Remove.
13119
13120 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13121 indentation character (bug#6380).
13122
13123 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13124
13125 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13126 to clarify what the problem is (bug#4291).
13127
13128 * simple.el (current-kill): Clarify what
13129 `interprogram-paste-function' does (bug#7500).
13130 (auto-fill-mode): Document `auto-fill-function' in relation to
13131 `auto-fill-mode' (bug#2470).
13132
13133 2011-07-16 Lawrence Mitchell <wence@gmx.li>
13134
13135 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13136 method if slot is read-only (bug#9035).
13137
13138 2011-07-16 Martin Rudalics <rudalics@gmx.at>
13139
13140 * frame.el (select-frame-set-input-focus): New argument NORECORD.
13141 * window.el (pop-to-buffer): Select window used even if it was
13142 selected before, see discussion of (Bug#8615), (Bug#6954).
13143 Pass argument NORECORD on to select-frame-set-input-focus.
13144
13145 2011-07-15 Glenn Morris <rgm@gnu.org>
13146
13147 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
13148 Respect help-form.
13149
13150 2011-07-09 Lawrence Mitchell <wence@gmx.li>
13151
13152 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13153 (gnutls-negotiate): Use it.
13154
13155 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13156
13157 * net/gnutls.el (gnutls-negotiate):
13158 Upcase `gnutls-algorithm-priority'.
13159
13160 2011-07-15 Glenn Morris <rgm@gnu.org>
13161
13162 * jka-compr.el (jka-compr-verbose): Move from here...
13163 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13164 Add missing :version tag.
13165 * info.el: No need to require jka-compr when compiling.
13166
13167 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13168
13169 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13170 (gnutls-negotiate): Use it.
13171
13172 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13173
13174 * info.el (Info-beginning-of-buffer): New command.
13175 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13176 announcing `b' as the key (bug#8325).
13177 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
13178
13179 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13180
13181 * international/mule-cmds.el
13182 (describe-specified-language-support): Make the error message
13183 clearer (bug#8905).
13184
13185 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13186
13187 * isearch.el (isearch-barrier): Add a doc string, since it's
13188 mentioned in a function doc string (bug#8678).
13189
13190 2011-07-15 Martin Rudalics <rudalics@gmx.at>
13191
13192 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13193 buffer argument (Bug#9083) and self-identifying label argument.
13194
13195 2011-07-15 Glenn Morris <rgm@gnu.org>
13196
13197 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13198
13199 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13200
13201 * man.el (Man-fontify-manpage): Fix message when formatting the
13202 man page (bug#7929).
13203
13204 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13205
13206 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13207 argument LRM; if non-nil, append an invisible LRM character to the
13208 buffer name.
13209 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13210 last argument non-nil, when formatting buffer names.
13211 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13212 paragraph direction.
13213
13214 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13215
13216 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13217 the man page name (bug#7929).
13218
13219 * image.el (put-image): Mention the `put-image' overlay property
13220 (bug#7834).
13221
13222 * scroll-bar.el (set-scroll-bar-mode): Mention that
13223 `scroll-bar-mode' lists the values (bug#7772).
13224
13225 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13226 command (bug#7729).
13227
13228 * rect.el (apply-on-rectangle): Return the point after the last
13229 operation.
13230 (string-rectangle): Go to the point after the last operation
13231 (bug#7522).
13232
13233 * printing.el (pr-toggle-region): Clarify the documentation
13234 slightly (bug#7493).
13235
13236 * time.el (display-time-update):
13237 Allow `display-time-mail-function' to return nil (bug#7158).
13238 Fix suggested by Detlev Zundel.
13239
13240 * vc/diff.el (diff): Clarify the order the file names are read
13241 (bug#7111).
13242
13243 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13244 the doc string (bug#7015).
13245
13246 * font-lock.el (font-lock-maximum-decoration): Mention what
13247 numeric levels mean (bug#6935).
13248
13249 * startup.el (initial-buffer-choice): Don't mention the `none'
13250 selection, which is against policy.
13251
13252 2011-07-14 Martin Rudalics <rudalics@gmx.at>
13253
13254 * window.el (display-buffer-normalize-special):
13255 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
13256
13257 2011-07-14 Eli Zaretskii <eliz@gnu.org>
13258
13259 * subr.el (version<, version<=, version=): Mention "-CVS" and
13260 "-12345" alpha version numbers.
13261
13262 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13263
13264 * bindings.el: Add advertised binding for set-mark-command
13265 (Bug#5772).
13266
13267 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
13268
13269 * bindings.el (mode-line-other-buffer):
13270 * bookmark.el (bookmark-bmenu-2-window):
13271 * bs.el (bs-cycle-next, bs-cycle-previous):
13272 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13273 switch-to-buffer.
13274
13275 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13276 Delete.
13277
13278 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
13279
13280 * follow.el (follow-debug-message, follow-redisplay):
13281 * jka-cmpr-hook.el (with-auto-compression-mode):
13282 Fix typos in docstrings.
13283
13284 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13285
13286 * subr.el (with-silent-modifications): Clarify somewhat what the
13287 macro inhibits (bug#6525).
13288
13289 * simple.el (eval-expression): Note what it does if called
13290 interactively (bug#6495).
13291
13292 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13293
13294 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13295 Use pop-to-buffer buffer-or-name if it is nil.
13296
13297 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13298 Remove switch-to-buffer.
13299
13300 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13301
13302 * files.el (make-directory): Clarify that an error will be raised
13303 if there's an error (bug#6397).
13304
13305 * startup.el (initial-buffer-choice): Add `none' as a choice
13306 (bug#6234).
13307
13308 * subr.el (add-hook): Clarify section about buffer-local hooks
13309 (bug#6218).
13310
13311 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13312
13313 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13314
13315 * tabify.el (untabify): Preserve the current column so that point
13316 doesn't move (bug#6032).
13317
13318 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13319
13320 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13321 Rewrite to avoid awkward possessive "s" (bug#5986).
13322
13323 2011-07-13 Glenn Morris <rgm@gnu.org>
13324
13325 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13326 (dired-insert-directory): Give a message the first time
13327 if ls is found not to support --dired.
13328
13329 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13330
13331 * simple.el (toggle-truncate-lines): Clarify what is toggled
13332 (bug#5580). Text by Drew Adams.
13333
13334 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * simple.el (blink-matching-open): Make the error message from the
13337 last change less verbose.
13338
13339 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13340
13341 * font-lock.el (font-lock-comment-face): Use the high contrast
13342 "yellow" color for font-lock-comment-face on low color terminals
13343 using a dark background color (bug#4221).
13344
13345 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13346
13347 * dired.el (dired-insert-set-properties): Make the doc string
13348 reflect what it does now (bug#5325).
13349
13350 * simple.el (blink-matching-open): Say that we were unable to find
13351 the match within the limit, if we're limited (bug#5122).
13352
13353 * international/mule-cmds.el (prefer-coding-system): Add an
13354 example (bug#4869).
13355
13356 * progmodes/etags.el (tags-search): Document `file-list-form'
13357 (bug#4731).
13358
13359 2011-07-13 Lawrence Mitchell <wence@gmx.li>
13360
13361 * net/browse-url.el (browse-url-default-browser)
13362 (browse-url-browser-function): Make the default browser choice a
13363 bit more logical (bug#4300). Also clean up the doc string.
13364
13365 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
13366
13367 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13368 binary endings (bug#4440).
13369
13370 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13371
13372 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13373 which can be pretty annoying (bug#8971).
13374
13375 * jka-compr.el (jka-compr-verbose): New variable, and use
13376 throughout (bug#8971).
13377
13378 * info.el (Info-find-file): Fall back on the installation
13379 directory if we can't find the info node anywhere else.
13380
13381 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13382
13383 * vc/vc.el (vc-revert-file):
13384 Don't set file time-stamp in the past. (Bug#5181)
13385
13386 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13387
13388 * files.el (after-find-file): Give a better error message when
13389 trying to find a symlink that points to a file that doesn't exist
13390 (bug#4398).
13391
13392 * progmodes/cc-vars.el: Remove (probably) misleading comment
13393 (bug#4396).
13394
13395 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13396
13397 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13398
13399 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13400
13401 * mouse-sel.el: Hack restoring functionality, while keeping
13402 compatibility with 2010-07-03 changes to mouse selection.
13403 (mouse-sel-primary-overlay): New var.
13404 (mouse-sel-selection-alist): Use it.
13405 (mouse-sel-mode): Doc fix; remove points that are default features
13406 of mouse.el.
13407
13408 2011-07-12 Johan Bockgård <bojohan@gnu.org>
13409
13410 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13411 Fix previous fix (bug#2490).
13412
13413 2011-07-12 Roland Winkler <winkler@gnu.org>
13414
13415 * textmodes/bibtex.el (bibtex-initialize):
13416 Use pop-to-buffer-same-window.
13417 (bibtex-search-entries): Fix interactive call.
13418
13419 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13420
13421 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13422 Fontise bytecomp Error lines more correctly (bug#2490).
13423 Fix suggested by Johan Bockgård.
13424
13425 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13426
13427 * dired-x.el (dired-guess-default): Use `delete-dups'.
13428
13429 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
13430
13431 * dired.el (dired-mark-prompt):
13432 * dired-aux.el (dired-read-shell-command): Doc fix.
13433
13434 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13435
13436 * mail/sendmail.el (sendmail-query-once):
13437 Use `customize-save-variable' unconditionally, now that it works under
13438 emacs -Q.
13439
13440 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13441
13442 * cus-edit.el (custom-file): Take an optional no-error variable.
13443 (customize-save-variable): Set the variable, and give a warning if
13444 running under "emacs -q".
13445
13446 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
13447
13448 * loadhist.el (unload-feature-special-hooks):
13449 Add `auto-coding-functions', `fill-nobreak-predicate' and
13450 `find-directory-functions' (bug#5327).
13451
13452 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13453
13454 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13455
13456 * cus-edit.el (custom-guess-name-alist): -alist variables should
13457 use the `alist' type (bug#3120). Suggested by Drew Adams.
13458
13459 * printing.el: Add documentation to all the `pr-toggle-' commands.
13460
13461 2011-07-11 Leo Liu <sdl.web@gmail.com>
13462
13463 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13464 backends where it makes sense (bug#2623).
13465
13466 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13467
13468 * dired-x.el (dired-guess-default): Remove duplicate shell command
13469 entries (bug#2028).
13470 (dired-guess-default): Fix grammar in doc string (bug#2028).
13471 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
13472
13473 * subr.el (remove-duplicates): New conveniency function.
13474
13475 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13476
13477 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13478 (bug#1526).
13479
13480 2011-07-10 Martin Rudalics <rudalics@gmx.at>
13481
13482 * window.el (display-buffer-normalize-default): Don't invert
13483 meaning of even-window-heights. Reported by Eli Zaretskii
13484 <eliz@gnu.org>.
13485
13486 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
13487
13488 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13489
13490 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
13491
13492 * window.el (display-buffer): Fix arguments to
13493 display-buffer-reuse-window in last change.
13494
13495 * faces.el (link): Use a less saturated blue on light backgrounds.
13496
13497 * startup.el (fancy-startup-text, fancy-about-text)
13498 (fancy-startup-tail): Use font-lock faces, for background safety.
13499
13500 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
13501
13502 * emulation/viper-cmd.el (viper-change-state-to-vi):
13503 Limit triggering of abbrev expansion (Bug#9038).
13504
13505 2011-07-09 Martin Rudalics <rudalics@gmx.at>
13506
13507 * window.el (display-buffer-default-specifiers): Remove.
13508 (display-buffer-macro-specifiers): Remove default specifiers.
13509 (display-buffer-alist): Default to nil.
13510 (display-buffer-reuse-window): New optional argument other-window.
13511 (display-buffer-pop-up-window): Allow splitting internal
13512 windows. Check whether a live window was created.
13513 (display-buffer-other-window-means-other-frame)
13514 (display-buffer-normalize-arguments): Rename to
13515 display-buffer-normalize-argument and rewrite. Set the
13516 other-window specifier.
13517 (display-buffer-normalize-special): New function.
13518 (display-buffer-normalize-options): Rename to
13519 display-buffer-normalize-default and rewrite.
13520 (display-buffer-normalize-options-inhibit): Remove.
13521 (display-buffer-normalize-specifiers): Rewrite.
13522 (display-buffer): Process other-window specifier and call
13523 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
13524 more faithfully.
13525 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
13526 (display-buffer-alist-set): Don't handle 'unset default values.
13527 (display-buffer-in-window, display-buffer-alist-set):
13528 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
13529 <tassilo@member.fsf.org>.
13530
13531 2011-07-09 Leo Liu <sdl.web@gmail.com>
13532
13533 * register.el (insert-register): Restore accidental change on
13534 2011-06-26. (Bug#9028)
13535
13536 2011-07-09 Glenn Morris <rgm@gnu.org>
13537
13538 * subr.el (remq): Handle the empty list. (Bug#9024)
13539
13540 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
13541
13542 * mail/sendmail.el (send-mail-function): No longer delay custom
13543 initialization.
13544 * custom.el (custom-initialize-delay): Doc fix.
13545
13546 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13549
13550 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
13551
13552 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13553 human-friendly prompt.
13554
13555 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
13558 provided by a particular plugin.
13559
13560 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13561
13562 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
13563 save customizations (with "emacs -Q"), just set the variable
13564 instead of erroring out.
13565
13566 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13567
13568 2011-07-08 Juri Linkov <juri@jurta.org>
13569
13570 * arc-mode.el (archive-zip-expunge, archive-zip-update)
13571 (archive-zip-update-case): Use 7z if found by `executable-find'.
13572 The order of searching the available programs is the same as in
13573 `archive-zip-extract' (bug#8968).
13574
13575 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
13578 (menu-bar-options-menu): Tweak descriptions.
13579
13580 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13581
13582 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
13583 menu items into verb phrases (bug#1421). Also refill to fit under
13584 80 columns.
13585
13586 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
13587
13588 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
13589 (Info-read-node-name): Doc fix (Bug#1084).
13590
13591 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
13592 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
13593 (end-of-sexp, beginning-of-sexp)
13594 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
13595 (forward-symbol, forward-same-syntax, word-at-point)
13596 (sentence-at-point): Doc fix (Bug#1144).
13597
13598 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13599
13600 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
13601 should cover it (bug#1281).
13602
13603 * cus-edit.el (custom-show): Mark as obsolete.
13604
13605 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
13606 negotiation fails, then possibly try again with a non-encrypted
13607 connection (bug#9017).
13608
13609 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
13610 be used.
13611
13612 2011-07-07 Richard Stallman <rms@gnu.org>
13613
13614 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
13615 property, and handle its changed format.
13616 Look for the correct line number.
13617 Use file's line contents (but not past first =) to find
13618 correct line in message.
13619
13620 2011-07-07 Kenichi Handa <handa@m17n.org>
13621
13622 * international/characters.el (build-unicode-category-table):
13623 Delete it.
13624 (unicode-category-table): Set it by unicode-property-table-internal.
13625
13626 * international/mule-cmds.el (char-code-property-alist): Move to
13627 to src/chartab.c.
13628 (get-char-code-property): Call unicode-property-table-internal to
13629 load a file. Call get-unicode-property-internal where necessary.
13630 (put-char-code-property): Call unicode-property-table-internal to
13631 load a file. Call put-unicode-property-internal where necessary.
13632 put-unicode-property-internal where necessary.
13633 (char-code-property-description):
13634 Call unicode-property-table-internal to load a file.
13635
13636 * international/charprop.el:
13637 * international/uni-bidi.el:
13638 * international/uni-category.el:
13639 * international/uni-combining.el:
13640 * international/uni-comment.el:
13641 * international/uni-decimal.el:
13642 * international/uni-decomposition.el:
13643 * international/uni-digit.el:
13644 * international/uni-lowercase.el:
13645 * international/uni-mirrored.el:
13646 * international/uni-name.el:
13647 * international/uni-numeric.el:
13648 * international/uni-old-name.el:
13649 * international/uni-titlecase.el:
13650 * international/uni-uppercase.el: Regenerate.
13651
13652 * loadup.el: Load international/charprop.el before
13653 international/characters.
13654
13655 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
13656
13657 * window.el (next-buffer, previous-buffer): Signal an error if
13658 called from a minibuffer window.
13659
13660 * bindings.el: Revert 2011-07-04 change.
13661
13662 2011-07-06 Richard Stallman <rms@gnu.org>
13663
13664 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
13665 (rmail-mime-insert-bulk, rmail-mime-insert-text):
13666 Treat markers like ints.
13667 (rmail-mime-entity): Doc fix.
13668
13669 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13670
13671 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
13672 defcustom again for backwards compatibility.
13673
13674 * simple.el (shell-command-on-region): Fill.
13675
13676 * dired-aux.el (dired-kill-line): Add a doc string.
13677
13678 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
13679 to "\\sw\\|\\s_" (bug#358).
13680
13681 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
13682 (dired-unmark-backward): Ditto.
13683 (dired-flag-backup-files): Ditto.
13684
13685 * dired-x.el (dired-mark-sexp): Ditto.
13686
13687 2011-07-06 Richard Stallman <rms@gnu.org>
13688
13689 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
13690 (rmail-mime-entity): New arg TRUNCATED.
13691 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
13692 New functions.
13693 (rmail-mime-save): Warn if entity is truncated.
13694 (rmail-mime-toggle-hidden): Likewise, for showing.
13695 (rmail-mime-process-multipart): Record when an entity is truncated.
13696
13697 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
13698 if ENTITY is a string.
13699
13700 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13701
13702 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
13703 of faces when `M-C-x'-ing their definitions (bug#8378).
13704 Also clean up the code slightly.
13705
13706 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
13707 because that makes the colors go away.
13708
13709 * mail/sendmail.el (send-mail-function): Change the default to
13710 `sendmail-query-once'.
13711 (sendmail-query-once): Add an autoload cookie.
13712
13713 * net/network-stream.el (network-stream-open-starttls): Try using
13714 a plain connection even if the server offered STARTTLS, and we
13715 kinda wanted to use it, if Emacs doesn't have any STARTTLS
13716 capability. This should make smtpmail.el work in slightly more
13717 configurations.
13718
13719 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13722 New defun.
13723 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
13724
13725 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
13726
13727 * progmodes/sql.el: Version 3.0
13728 (sql-product-alist): Add product :completion-object,
13729 :completion-column, and :statement attributes.
13730 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
13731 (sql-mode-syntax-table): Mark all punctuation.
13732 (sql-font-lock-keywords-builder): Temporarily remove fallback on
13733 ansi keywords.
13734 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
13735 (sql-mode-oracle-font-lock-keywords): Improve.
13736 (sql-oracle-show-reserved-words): New function for development.
13737 (sql-product-font-lock): Simplify for source code buffers.
13738 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
13739 New functions.
13740 (sql-highlight-product): Set product specific syntax table.
13741 (sql-mode-map): Add statement movement functions.
13742 (sql-ansi-statement-starters, sql-oracle-statement-starters):
13743 New variable.
13744 (sql-statement-regexp, sql-beginning-of-statement)
13745 (sql-end-of-statement, sql-signum): New functions.
13746 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
13747 (sql-show-sqli-buffer): Bug fix.
13748 (sql-interactive-mode): Store connection data as buffer local.
13749 (sql-connect): Add NEW-NAME parameter. Redesign interaction
13750 with sql-interactive-mode.
13751 (sql-save-connection): Save buffer local settings.
13752 (sql-connection-menu-filter): Change menu entry name.
13753 (sql-product-interactive): Bug fix.
13754 (sql-preoutput-hold): New variable.
13755 (sql-interactive-remove-continuation-prompt): Bug fixes.
13756 (sql-debug-redirect): New variable.
13757 (sql-str-literal): New function.
13758 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
13759 Redesign.
13760 (sql-oracle-save-settings, sql-oracle-restore-settings)
13761 (sql-oracle-list-all, sql-oracle-list-table): New functions.
13762 (sql-completion-object, sql-completion-column)
13763 (sql-completion-sqlbuf): New variables.
13764 (sql-build-completions-1, sql-build-completions)
13765 (sql-try-completion): New functions.
13766 (sql-read-table-name): Use them.
13767 (sql-contains-names): New buffer local variable.
13768 (sql-list-all, sql-list-table): Use it.
13769 (sql-oracle-completion-types): New variable.
13770 (sql-oracle-completion-object, sql-sqlite-completion-object)
13771 (sql-postgres-completion-object): New functions.
13772
13773 2011-07-06 Glenn Morris <rgm@gnu.org>
13774
13775 * window.el (pop-to-buffer): Doc fix.
13776
13777 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
13778
13779 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
13780
13781 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
13782
13783 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
13784
13785 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
13786
13787 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
13788
13789 * button.el (button): Inherit from link face. Suggested by Dan
13790 Nicolaescu.
13791
13792 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * progmodes/gdb-mi.el: Fit in 80 columns.
13795 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
13796 switch-to-buffer.
13797
13798 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
13799 if imenu is simply not configured (bug#8941).
13800
13801 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
13802
13803 * allout.el (allout-post-undo-hook): New allout outline-change
13804 event hook to signal undo activity.
13805 (allout-post-command-business): Run allout-post-undo-hook if an
13806 undo just occurred.
13807 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
13808 * allout-widgets.el (allout-widgets-after-undo-function):
13809 Ensure the integrity of the current item's decoration after it has been
13810 in the vicinity of an undo.
13811 (allout-widgets-mode): Include allout-widgets-after-undo-function
13812 on the new allout-post-undo-hook.
13813
13814 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
13817 Let define-derived-mode define it.
13818 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
13819 cycles of abbrev-table inheritance (bug#8998).
13820
13821 2011-07-05 Roland Winkler <winkler@gnu.org>
13822
13823 * textmodes/bibtex.el: Add support for biblatex.
13824 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
13825 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
13826 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
13827 (bibtex-entry-alist, bibtex-field-alist): New variables.
13828 (bibtex-entry-field-alist): Obsolete alias for
13829 bibtex-BibTeX-entry-alist.
13830 (bibtex-entry-alist, bibtex-field-alist): New widgets.
13831 (bibtex-set-dialect): New command.
13832 (bibtex-entry-type, bibtex-entry-head)
13833 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
13834 Bind via bibtex-set-dialect.
13835 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
13836 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
13837 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
13838 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
13839 Define via bibtex-set-dialect.
13840 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
13841 Obey bibtex-no-opt-remove-re.
13842 (bibtex-vec-push, bibtex-vec-incr): New functions.
13843 (bibtex-format-entry, bibtex-field-list)
13844 (bibtex-print-help-message, bibtex-validate)
13845 (bibtex-search-entries): Use new format of bibtex-entry-alist.
13846
13847 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * progmodes/compile.el (compilation-goto-locus):
13850 * net/tramp-cmds.el (tramp-append-tramp-buffers):
13851 * bs.el (bs-cycle-next, bs-cycle-previous):
13852 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
13853 * bindings.el (mode-line-other-buffer):
13854 * autoinsert.el (auto-insert):
13855 * arc-mode.el (archive-extract):
13856 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
13857
13858 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
13859
13860 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
13861 Fix check of `emacs-lock-unlockable-modes'.
13862 Coerce true values of `emacs-lock--try-unlocking' to t.
13863
13864 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
13865
13866 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
13867 * emacs-lock.el: New file.
13868
13869 2011-07-05 Julien Danjou <julien@danjou.info>
13870
13871 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
13872 than `boundp' to check if face is set.
13873
13874 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * register.el (registerv-make):
13877 * window.el (window-min-height): Fix typos in docstrings.
13878
13879 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
13880
13881 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
13882 Update doc string.
13883
13884 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
13885
13886 * server.el (server-execute): Catch quit and call
13887 `server-return-error' to pass the error back to emacsclient and
13888 close the connection (bug#8942).
13889
13890 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
13891
13892 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
13893 insecure exception for current topic. Also note that auto-saves
13894 are handled differently.
13895
13896 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13897 State variables for tracking auto-save inhibition situation.
13898
13899 (allout-write-contents-hook-handler): Rename from
13900 'allout-write-file-hook-handler', and describe how it depends on
13901 write-contents-functions sensitivity to non-nil value to prevent
13902 file write.
13903
13904 (allout-auto-save-hook-handler): Remove. auto-save does not check
13905 this in individual buffers, only in the starting buffer, so this
13906 is not the right way for us to inhibit auto-save in a buffer
13907 according to its condition.
13908
13909 (allout-mode): Use new allout-write-contents-hook-handler, and
13910 only with write-contents-functions. Remove auto-save provisions -
13911 they're implemented elsewhere.
13912
13913 (allout-before-change-handler): If undo is in progress, note that
13914 for attention of allout-post-command-business.
13915
13916 (allout-post-command-business): If the command we're following was
13917 an undo, check for change in the status of encrypted items and
13918 adjust auto-save inhibitions accordingly.
13919
13920 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
13921 according to whether there are or aren't any plain-text topics
13922 pending encryption.
13923
13924 (allout-inhibit-auto-save-info-for-decryption):
13925 Adjust buffer-saved-size and some allout state to inhibit auto-saves
13926 if there are plain-text topics pending encryption.
13927
13928 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
13929 buffer-saved-size and some allout state to not inhibit auto-saves
13930 if there are no longer any plain-text topics pending encryption.
13931
13932 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
13933 No longer provide for exemption of the current topic.
13934
13935 2011-07-04 Juri Linkov <juri@jurta.org>
13936
13937 Add 7z operations to delete and save changed members (bug#8968).
13938 * arc-mode.el (archive-7z-expunge, archive-7z-update):
13939 New defcustoms.
13940 (archive-7z-write-file-member): New function.
13941 (archive-7z-summarize): Fix the number of dashes in the
13942 listing output.
13943
13944 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
13947 (bug#8958).
13948
13949 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
13950
13951 * bindings.el: Ignore next-buffer and previous-buffer in
13952 minibuffer-local-map.
13953
13954 * font-lock.el (font-lock-builtin-face): Change light background
13955 color to dark slate blue (Bug#6693).
13956
13957 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
13958
13959 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
13960
13961 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
13964 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13965 Add switch-to-buffer.
13966
13967 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13968
13969 * isearch.el (isearch-search-fun-function): Clarify further the
13970 meaning of the function returned.
13971
13972 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
13973
13974 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
13975
13976 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
13977 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
13978 Use it.
13979 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
13980 `tramp-default-remote-path' does not exist.
13981 (tramp-send-command-and-read): New optional argument NOERROR.
13982 (tramp-open-connection-setup-interactive-shell)
13983 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
13984 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
13985 (tramp-process-sentinel): Flush also process' connection property.
13986 (tramp-sh-handle-start-file-process): Do not set process
13987 sentinel. It is done now ...
13988 (tramp-maybe-open-connection): ... here. (Bug#8929)
13989
13990 2011-07-04 MON KEY <monkey@sandpframing.com>
13991
13992 * play/animate.el (animate-string): Doc fixes and allow changing
13993 the buffer name (bug#5417).
13994
13995 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13996
13997 * play/animate.el (animation-buffer-name): Rename from *animate*.
13998
13999 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14000
14001 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14002 This is simpler and helps future-proof the code.
14003 (timer-until): Use time-subtract and float-time.
14004 (timer--time-less-p): Use time-less-p.
14005
14006 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
14007
14008 * type-break.el (timep): Use the value of `float-time' to avoid a
14009 byte-compiler warning.
14010
14011 * server.el (server-eval-and-print): Return any result, even nil.
14012
14013 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14014
14015 * type-break.el: Accept time formats that the builtins accept.
14016 (timep, type-break-time-difference): Accept any format that
14017 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14018 This is simpler and helps future-proof the code.
14019 (type-break-time-difference): Round rather than ignoring
14020 subseconds components.
14021
14022 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14023
14024 * info.el (Info-apropos-matches): Make non-interactive, since it
14025 doesn't seem to do anything useful as a command (bug#8829).
14026
14027 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * frame.el (frame-background-mode, frame-set-background-mode):
14030 Move from faces.el.
14031 (frame-default-terminal-background): New function.
14032
14033 * custom.el (custom-push-theme): Don't record faces in `changed'
14034 theme; this doesn't work correctly for per-frame face settings.
14035 (disable-theme): Use face-set-after-frame-default to reset faces.
14036 (custom--frame-color-default): New function.
14037
14038 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14039
14040 * dired.el (dired-flagging-regexp): Remove unused variable
14041 (bug#8769).
14042
14043 2011-03-29 Kevin Ryde <user42@zip.com.au>
14044
14045 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14046 `perl-Test2' extend to match possible "fail #N" rep count
14047 (bug#8377).
14048
14049 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14050
14051 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14052 `smtpmail-via-smtp' now returns the error instead of nil.
14053
14054 * isearch.el (isearch-search-fun-function): Clarify the doc string
14055 (bug#8101).
14056
14057 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
14058
14059 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14060 unnecessary spaces (bug#8987).
14061
14062 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14063
14064 * net/network-stream.el (open-network-stream): Use the
14065 :end-of-capability command thoughout.
14066
14067 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14068
14069 * net/network-stream.el (open-network-stream): Add the
14070 :end-of-capability command parameter, used by pop3.el.
14071
14072 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14073
14074 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14075
14076 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14077 for list)" (bug#6475).
14078
14079 * files.el (file-expand-wildcards): Ignore non-readable
14080 sub-directories while trying to find matches instead of signaling
14081 an error (bug#6297).
14082
14083 * man.el (Man-reference-regexp): Allow matching possible
14084 word-wrapped references (bug#6289).
14085
14086 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14087 for consistency with the other vc buffers (bug#6197).
14088 (vc-checkin): Ditto.
14089
14090 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14091
14092 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14093
14094 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14095
14096 * custom.el (defcustom): Clarify that :set is only used in the
14097 Customize user interface (bug#6089).
14098
14099 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14100 associated with a file, refuse to run instead of erroring out
14101 (bug#6084).
14102
14103 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14104 the doc string, since it appears that using `fill-column' always
14105 controls the width (bug#7845).
14106
14107 * simple.el (shell-command-on-region): Say where the error output
14108 went if `shell-command-default-error-buffer' is set (bug#6857).
14109
14110 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14111
14112 * allout.el (allout-yank-processing): Adjust cursor position for
14113 backwards-deleted space.
14114
14115 (allout-rebullet-heading): Register changes with
14116 allout-exposure-changed-hook, so the modified topic is properly
14117 decorated.
14118
14119 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14120
14121 * minibuffer.el (completion-in-region): Document PREDICATE
14122 (bug#7136).
14123
14124 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14125 of keyword/argument pairs (bug#6904).
14126
14127 * replace.el (multi-occur):
14128 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
14129
14130 2011-07-02 Drew Adams <drew.adams@oracle.com>
14131
14132 * dired.el (dired-mark-if): Make the message about whether it's
14133 marking or unmarking clearer (bug#8523).
14134
14135 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14136
14137 * disp-table.el (display-table-print-array): New function.
14138 (describe-display-table): Use it to print the vectors more pretty
14139 (Bug#8859).
14140
14141 2011-07-02 Martin Rudalics <rudalics@gmx.at>
14142
14143 * window.el (window-state-get-1): Don't assign clone numbers.
14144 Add clone-of item to list of window parameters.
14145 (window-state-put-2): Don't process clone numbers.
14146 (display-buffer-alist): Fix doc-string.
14147
14148 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * subr.el (remq): Don't allocate if it's not needed.
14151 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14152 (keymap--merge-bindings): New functions.
14153 (keymap-canonicalize): Use them to refine the canonicalization.
14154 * minibuffer.el (minibuffer-local-completion-map)
14155 (minibuffer-local-must-match-map): Move initialization from C.
14156 (minibuffer-local-filename-completion-map): Move initialization from C;
14157 don't inherit from anything here.
14158 (minibuffer-local-filename-must-match-map): Make obsolete.
14159 (completing-read-default): Use make-composed-keymap to combine
14160 minibuffer-local-filename-completion-map with either
14161 minibuffer-local-must-match-map or
14162 minibuffer-local-filename-completion-map.
14163
14164 2011-07-01 Glenn Morris <rgm@gnu.org>
14165
14166 * type-break.el (type-break-time-sum): Use dolist.
14167
14168 * textmodes/flyspell.el (flyspell-word-search-backward):
14169 Replace CL function.
14170
14171 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14172
14173 * mouse.el (mouse--strip-first-event): New function.
14174 (function-key-map): Use it to map fringe clicks to normal clicks
14175 by default.
14176
14177 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14178 (vc-bzr-revision-completion-table): Add support for annotate and date.
14179
14180 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14181 inherit from parent.
14182
14183 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14184
14185 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
14186 (dired-show-file-type): Doc fixup (bug#8818).
14187
14188 * dired.el (dired-mode): Fix up the doc string as suggested by
14189 Drew Adams (bug#8817).
14190
14191 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14192 cookie, since the manual says that it should be possible to add
14193 this function to `find-file-hook' (bug#8709).
14194
14195 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14196
14197 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14198 here. Noted Ted Zlatanov as the maintainer.
14199 (cfengine-common-settings, cfengine-common-syntax): New functions
14200 to set up common things between `cfengine-mode' and
14201 `cfengine3-mode'.
14202 (cfengine3-mode): New mode.
14203 (cfengine3-defuns cfengine3-defuns-regex
14204 (cfengine3-class-selector-regex cfengine3-category-regex)
14205 (cfengine3-vartypes cfengine3-font-lock-keywords)
14206 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
14207 (cfengine3-indent-line): Add from cfengine3.el.
14208
14209 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
14210
14211 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14212
14213 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14214
14215 2011-07-01 Martin Rudalics <rudalics@gmx.at>
14216
14217 * window.el (same-window-buffer-names, same-window-regexps)
14218 (same-window-p, special-display-frame-alist)
14219 (special-display-popup-frame, special-display-function)
14220 (special-display-buffer-names, special-display-regexps)
14221 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14222 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14223 (split-window-preferred-function, split-height-threshold)
14224 (split-width-threshold, even-window-heights)
14225 (display-buffer-mark-dedicated, window-splittable-p)
14226 (split-window-sensibly, window-safely-shrinkable-p):
14227 Un-obsolete.
14228 (display-buffer): Don't spread args with function specifier
14229 because special-display-popup-frame won't like it.
14230
14231 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14232
14233 Time-stamp simplifications and fixes.
14234 These improve accuracy slightly, and future-proof the code
14235 against some potential changes to current-time format.
14236
14237 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14238 by using time-since and float-time.
14239
14240 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14241 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14242 + NNN microseconds".
14243
14244 * type-break.el (type-break-time-sum): Rewrite using time-add.
14245
14246 * play/hanoi.el (hanoi-current-time-float): Remove.
14247 All uses replaced by float-time.
14248
14249 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14250 This yields a more-accurate answer.
14251 (rng-time-to-float): Remove; no longer needed.
14252
14253 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14254
14255 * calendar/timeclock.el (timeclock-seconds-to-time):
14256 Defalias to seconds-to-time, since they're the same thing.
14257
14258 * emacs-lisp/elp.el (elp-elapsed-time):
14259 * emacs-lisp/benchmark.el (benchmark-elapse):
14260 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14261
14262 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * window.el (bury-buffer): Don't iconify the only frame.
14265 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14266 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14267
14268 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14271 Add mouse-yank-primary.
14272
14273 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14274
14275 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14276
14277 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14280 (find-library-name): Use it to find relative load names when provided
14281 absolute file name (bug#8803).
14282
14283 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14284
14285 * textmodes/flyspell.el (flyspell-word): Consider words that
14286 differ only in case as potential doublons (bug#5687).
14287
14288 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14289 Remove two rather uninteresting debugging-like messages to make
14290 debbugs.el more silent.
14291
14292 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14293 a password-like phrase.
14294
14295 2011-06-30 Masatake YAMATO <yamato@redhat.com>
14296
14297 * progmodes/cc-guess.el: New file.
14298
14299 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
14300
14301 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14302 derived from `c-basic-common-init'.
14303
14304 * progmodes/cc-mode.el (top-level): Require cc-guess.
14305 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14306
14307 2011-06-30 Lawrence Mitchell <wence@gmx.li>
14308
14309 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14310
14311 2011-06-30 Alan Mackenzie <acm@muc.de>
14312
14313 * progmodes/cc-engine.el (c-guess-continued-construct):
14314 Correct the handling of template-args-cont, particularly for when font
14315 lock is disabled. Name this case as "CASE G".
14316
14317 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14318
14319 * allout.el (allout-yank-processing): Fix injection of extra space
14320 between bullet and non-whitespace character in first topic when
14321 pasting, ensuring that the actual spacing in the pasted topic
14322 following the bullet char is preserved. This extra space was
14323 causing pasted encrypted topics to get a decrypted status even
14324 when the content was actually still encrypted. Now the decryption
14325 status from before the paste is preserved.
14326
14327 (allout-flag-region): Set all allout overlays so they evaporate
14328 when reduced to zero length (evanescent), to prevent overlay
14329 leakage.
14330
14331 2011-06-30 Glenn Morris <rgm@gnu.org>
14332
14333 * w32-fns.el (w32-charset-info-alist): Declare.
14334
14335 * find-dired.el (find-grep-options): Simplify.
14336
14337 * term/ns-win.el (ns-set-resource): Declare.
14338
14339 * ses.el (row, col): Declare dynamic variables honestly.
14340
14341 * textmodes/reftex-parse.el (index-tags): Declare.
14342
14343 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
14344
14345 * cus-edit.el (customize-push-and-save): New function.
14346
14347 * files.el (hack-local-variables-confirm): Use it.
14348
14349 * custom.el (load-theme): New arg NO-CONFIRM.
14350 Use customize-push-and-save (Bug#8720).
14351 (custom-enabled-themes): Doc fix.
14352
14353 * cus-theme.el (customize-create-theme)
14354 (custom-theme-merge-theme): Callers to load-theme changed.
14355
14356 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14357
14358 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14359 short URLs have at least one dot in them (bug #7614).
14360
14361 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14362 nil, because using a pty is apparently too slow (bug #895).
14363
14364 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14365
14366 * mail/sendmail.el (sendmail-query-once): New function.
14367 (sendmail-query-once-function): New variable.
14368
14369 2011-06-29 Glenn Morris <rgm@gnu.org>
14370
14371 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14372
14373 * ses.el (top-level): Require cl when compiling.
14374 (ses-set-localvars): Fix error statement.
14375 Call it at compile time to silence a storm of warnings.
14376
14377 2011-06-29 Martin Rudalics <rudalics@gmx.at>
14378
14379 * window.el (normalize-live-buffer): Rename to
14380 window-normalize-buffer.
14381 (normalize-live-frame): Rename to window-normalize-frame.
14382 (normalize-any-window): Rename to window-normalize-any-window.
14383 (normalize-live-window): Rename to window-normalize-live-window.
14384 (make-window-atom): Rename to window-make-atom.
14385 (window-resize-reset): Rename to window--resize-reset.
14386 (window-resize-reset-1): Rename to window--resize-reset-1.
14387 (resize-mini-window): Rename to window--resize-mini-window.
14388 (resize-subwindows-skip-p): Rename to
14389 window--resize-subwindows-skip-p.
14390 (resize-subwindows-normal): Rename to
14391 window--resize-subwindows-normal.
14392 (resize-subwindows): Rename to window--resize-subwindows.
14393 (resize-other-windows): Rename to window--resize-siblings.
14394 (resize-this-window): Rename to window--resize-this-window.
14395 (resize-root-window): Rename to window--resize-root-window.
14396 (resize-root-window-vertically): Rename to
14397 window--resize-root-window-vertically.
14398 (normalize-buffer-to-display): Rename to
14399 window-normalize-buffer-to-display.
14400 (normalize-buffer-to-switch-to): Rename to
14401 window-normalize-buffer-to-switch-to.
14402 Correspondingly update all callers of the functions listed
14403 above.
14404 (display-buffer-alist, display-buffer-normalize-arguments)
14405 (display-buffer-normalize-options, display-buffer)
14406 (display-buffer-alist-set): Use "function" instead of
14407 "fun-with-args".
14408
14409 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
14410
14411 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14412 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14413 debbugs.gnu.org. Mention acknowledgment email.
14414
14415 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14416
14417 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14418 buffer multibyteness, since it shouldn't matter.
14419
14420 2011-06-28 Martin Rudalics <rudalics@gmx.at>
14421
14422 * window.el (display-buffer-in-side-window): Handle dedicated
14423 windows as in display-buffer-reuse-window.
14424 (display-buffer-normalize-alist): Use value of override
14425 specifier.
14426 (display-buffer-normalize-specifiers): Use value of
14427 other-window-means-other-frame specifier.
14428 (display-buffer-alist): Rewrite some texts in widgets.
14429 (display-buffer): Spread arguments when calling function
14430 specified by fun-with-args.
14431
14432 2011-06-28 Deniz Dogan <deniz@dogan.se>
14433
14434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14435 Unnest `let'.
14436
14437 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14438 selectors (Bug#5732).
14439 (css-proprietary-nmstart-re): Use `regexp-opt'.
14440
14441 2011-06-27 Jari Aalto <jari.aalto@cante.net>
14442
14443 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14444 (eshell-ls-date-format): New defcustom.
14445 (eshell-ls-file): Use it.
14446
14447 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14450
14451 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14452
14453 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14454 (ange-ftp-make-tmp-name): New arg.
14455 (ange-ftp-file-local-copy): Use it.
14456
14457 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
14458
14459 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14460 no-conversion (Bug#8870).
14461
14462 2011-06-27 Martin Rudalics <rudalics@gmx.at>
14463
14464 * window.el (window-right, window-left, window-child)
14465 (window-child-count, window-last-child)
14466 (window-iso-combination-p, walk-window-tree-1)
14467 (window-atom-check-1, window-tree-1, delete-window)
14468 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14469 new naming conventions - window-vchild, window-hchild,
14470 window-next and window-prev are now called window-top-child,
14471 window-left-child, window-next-sibling and window-prev-sibling
14472 respectively.
14473 (resize-window-reset): Rename to window-resize-reset.
14474 (resize-window-reset-1): Rename to window-resize-reset-1.
14475 (resize-window): Rename to window-resize.
14476 (window-min-height, window-min-width)
14477 (resize-mini-window, resize-this-window, resize-root-window)
14478 (resize-root-window-vertically, adjust-window-trailing-edge)
14479 (enlarge-window, shrink-window, maximize-window)
14480 (minimize-window, delete-window, quit-restore-window)
14481 (split-window, balance-windows, balance-windows-area-adjust)
14482 (balance-windows-area, window-state-put-2)
14483 (display-buffer-even-window-sizes, display-buffer-set-height)
14484 (display-buffer-set-width, set-window-text-height)
14485 (fit-window-to-buffer): Rename all "resize-window" prefixed
14486 calls to use the "window-resize" prefix convention.
14487 (display-buffer-alist): Fix symbol for label specifier.
14488 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14489 corresponding specifier.
14490 Reported by Juanma Barranquero <lekktu@gmail.com>.
14491
14492 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14493
14494 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14495 convention.
14496 (ses-call-printer): Does not pass an empty string to formatter when the
14497 cell is empty to keep from barking printer Calc math-format-value.
14498
14499 2011-06-27 Richard Stallman <rms@gnu.org>
14500
14501 * battery.el (battery-mode-line-limit): New variable.
14502 (battery-update): Handle it.
14503
14504 * mail/rmailmm.el (rmail-mime-process-multipart):
14505 Handle truncated messages.
14506
14507 2011-06-27 Glenn Morris <rgm@gnu.org>
14508
14509 * progmodes/flymake.el (flymake-err-line-patterns):
14510 Allow for column numbers in the ant/javac pattern. (Bug#8866)
14511
14512 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14513
14514 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
14515 (ses--clean-!, ses--clean-_): New functions.
14516 (ses-range): Add configurability of readout order, and conversion
14517 to Calc vector.
14518
14519 * ses.el (ses-repair-cell-reference-all): New function.
14520 (ses-cell-symbol): Set macro as safe, so that it can be used in
14521 formulas.
14522
14523 * ses.el: Update cycle detection algorithm.
14524 (ses-localvars): Add ses--Dijkstra-attempt-nb and
14525 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
14526 (ses-set-localvars): New function.
14527 (ses-make-cell): Add property-list as a cell element.
14528 (ses-cell-property-get-fun, ses-cell-property-get)
14529 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
14530 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14531 New functions.
14532 (ses-cell-property-set, ses-cell-property-pop)
14533 (ses-cell-property-get-handle): New macro.
14534 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14535 New aliases, used for code readability.
14536 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14537 cycle detection.
14538 (ses-self-reference-early-detection): New defcustom.
14539 (ses-formula-references): Robustify against self-referring cells.
14540 (ses-mode): Use ses-set-localvars.
14541 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14542 before lauching the update processing.
14543 (ses-initialize-Dijkstra-attempt): New function.
14544 (ses-recalculate-cell): Update for cycle detection based on
14545 Dijkstra algorithm.
14546
14547 * ses.el: Fix commenting and indenting convention.
14548
14549 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * bs.el (bs-cycle-next): Complete last change.
14552
14553 2011-06-27 Drew Adams <drew.adams@oracle.com>
14554
14555 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
14556
14557 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14558
14559 * net/network-stream.el (network-stream-open-starttls):
14560 Don't re-get capabilities unless we've reestablished connection.
14561 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
14562
14563 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
14564 to binary to possibly avoid line encoding issues on Windows (among
14565 other things).
14566
14567 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14568
14569 * net/network-stream.el (open-network-stream): Return an :error
14570 saying what the problem was, if possible.
14571
14572 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
14573 server.
14574
14575 * net/network-stream.el (network-stream-open-starttls): If we
14576 wanted to use STARTTLS, and the server offered it, but we weren't
14577 able to because we had no STARTTLS support, then close the connection.
14578 (open-network-stream): Return an :error element, if present.
14579
14580 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
14581
14582 * hl-line.el (hl-line-sticky-flag): Doc fix.
14583 (global-hl-line-sticky-flag): New option (Bug#8323).
14584 (global-hl-line-highlight): Obey it.
14585
14586 * vc/vc.el (vc-revert-show-diff): Default to t.
14587
14588 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
14589
14590 * allout-widgets.el (allout-widgets-post-command-business):
14591 Stop decorating intermediate isearch matches. They're not being
14592 undecorated when an isearch is continued past, and isearch
14593 automatically collapses them. This leads to "widget leaks", where
14594 decorated items accumulate in collapsed areas. Lines with lots of
14595 hidden widgets can slow down cursor travel, substantially.
14596 Too much complicated machinery would be needed to ensure undecoration,
14597 so we're doing without this nicety.
14598
14599 (allout-widgets-tally-string): Don't try to do a hash-table-count
14600 of allout-widgets-tally when it's nil. This eliminates spurious "Error
14601 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
14602 *Messages* when allout-widgets-maintain-tally is t.
14603
14604 2011-06-26 Martin Rudalics <rudalics@gmx.at>
14605
14606 * window.el (display-buffer-normalize-argument): Rename to
14607 display-buffer-normalize-arguments. Handle special meaning of
14608 LABEL argument. Respect special-display-function when popping up
14609 a new frame. Fix code searching for a window showing the buffer
14610 on another frame.
14611 (display-buffer-normalize-specifiers):
14612 Call display-buffer-normalize-arguments.
14613 (display-buffer-in-window): Don't undedicate the window if its
14614 buffer remains the same.
14615 Reported by Drew Adams <drew.adams@oracle.com>.
14616 (display-buffer-alist): Add choice for same-window macro
14617 specfier.
14618 (display-buffer): Mention special meaning of LABEL argument in
14619 doc-string. Fix quoting. Don't pop up a new frame even as
14620 fallback.
14621
14622 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14625 avoid deleting the current window in some cases (bug#8911).
14626
14627 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
14628
14629 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14630 (Bug#8934)
14631
14632 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14633
14634 * net/network-stream.el (network-stream-open-starttls):
14635 Use built-in TLS support if `gnutls-available-p' is true.
14636 (network-stream-open-tls): Ditto.
14637
14638 2011-06-26 Leo Liu <sdl.web@gmail.com>
14639
14640 * register.el (registerv): New struct.
14641 (registerv-make): New function.
14642 (jump-to-register, describe-register-1, insert-register):
14643 Support the jump-func, print-func and insert-func slot of a registerv
14644 struct. (Bug#8415)
14645
14646 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
14647
14648 * vc/vc.el (vc-revert-show-diff): New defcustom.
14649 (vc-diff-internal): New arg specifying diff buffer.
14650 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
14651 reuse an existing *vc-diff* buffer (Bug#8927).
14652
14653 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
14654
14655 2011-06-26 Glenn Morris <rgm@gnu.org>
14656
14657 * progmodes/f90.el (f90-critical-indent): New option.
14658 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
14659 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
14660 (f90-mode): Doc fix.
14661 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
14662 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
14663 (f90-beginning-of-block, f90-next-block, f90-indent-region)
14664 (f90-match-end): Handle block, critical.
14665
14666 2011-06-25 Glenn Morris <rgm@gnu.org>
14667
14668 * calendar/diary-lib.el (diary-included-files): Doc fix.
14669 (diary-include-files): New function, extracted from
14670 diary-include-other-diary-files and diary-mark-included-diary-files.
14671 (diary-include-other-diary-files, diary-mark-included-diary-files):
14672 Just call diary-include-files.
14673 (diary-mark-entries): Reset diary-included-files on first call.
14674
14675 * calendar/diary-lib.el (diary-mark-entries)
14676 (diary-mark-included-diary-files):
14677 Visit included diary-files in temp buffers.
14678
14679 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
14680 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
14681 (f90-start-block-re, f90-imenu-generic-expression)
14682 (f90-looking-at-program-block-start, f90-no-block-limit):
14683 Add support for submodules.
14684
14685 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14686 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
14687
14688 2011-06-25 Eli Zaretskii <eliz@gnu.org>
14689
14690 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
14691 buffer-file-type before setting its value, to avoid disastrous
14692 global effects on decoding files for DOS/Windows systems. (Bug#8780)
14693
14694 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
14695
14696 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
14697
14698 * ses.el (ses-unload-function):
14699 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
14700
14701 * proced.el (proced-unload-function):
14702 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
14703
14704 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
14705
14706 * server.el (server-create-window-system-frame): Add parameters arg.
14707 (server-process-filter): Doc fix. Handle frame-parameters.
14708
14709 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
14710
14711 Fix bug#8730, bug#8781.
14712
14713 * loadhist.el (unload--set-major-mode): New function.
14714 (unload-feature): Use it.
14715
14716 * progmodes/python.el (python-after-info-look): Add autoload cookie.
14717 (python-unload-function): New function.
14718
14719 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
14722
14723 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
14724
14725 * net/browse-url.el (browse-url-firefox-program): Add icecat to
14726 the candidates list.
14727
14728 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
14729
14730 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
14731
14732 2011-06-23 Richard Stallman <rms@gnu.org>
14733
14734 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
14735 (rmail-variables): Set next-error-move-function.
14736 (rmail-what-message): Take argument POS.
14737 (rmail-next-error-move): New function.
14738
14739 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
14742 messages for adjacent non-terminals.
14743
14744 2011-06-23 Richard Stallman <rms@gnu.org>
14745
14746 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
14747 (rmail-show-message-1): Preserve buffer modified flag.
14748 (rmail-start-mail): Don't specify use of rmail-mail-return;
14749 that's done by mail-bury now.
14750 (rmail-mail-return): Handle arg NEWBUF.
14751
14752 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
14753
14754 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
14755 SIZE is a number.
14756
14757 2011-06-23 Martin Rudalics <rudalics@gmx.at>
14758
14759 * window.el (get-lru-window, get-mru-window)
14760 (get-largest-window): Never return a minibuffer window.
14761 (display-buffer-pop-up-window): Fix a bug that could lead to
14762 reusing the minibuffer window.
14763 (display-buffer): Pass original specifier argument to
14764 display-buffer-function instead of the normalized one.
14765 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14766
14767 2011-06-22 Leo Liu <sdl.web@gmail.com>
14768
14769 * minibuffer.el (completing-read-function)
14770 (completing-read-default): Move from minibuf.c
14771
14772 2011-06-22 Richard Stallman <rms@gnu.org>
14773
14774 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
14775 to Rmail even if not started by a special Rmail command.
14776
14777 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
14778 Copy the buffer currently showing just one message.
14779
14780 2011-06-22 Roland Winkler <winkler@gnu.org>
14781
14782 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
14783 (bibtex-clean-entry): First delete the old key so that a
14784 customized algorithm for generating the new key does not get
14785 confused by the old key.
14786 (bibtex-url): Obey regexp of first step.
14787 (bibtex-search-entries): Do not use add-to-list with local
14788 list-var.
14789
14790 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14791
14792 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
14793 stored a user name, then query for the password first, instead of
14794 waiting for SMTP to give an error message and the trying again.
14795
14796 2011-06-22 Lawrence Mitchell <wence@gmx.li>
14797
14798 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
14799 BUFFER in call-process.
14800
14801 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14802
14803 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
14804 QUIT twice.
14805 (smtpmail-try-auth-methods): Require user name and password from
14806 auth-source.
14807
14808 2011-06-22 Martin Rudalics <rudalics@gmx.at>
14809
14810 * window.el (display-buffer-default-specifiers)
14811 (display-buffer-alist): Remove entries for pop-up-frame-alist.
14812 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
14813 (split-window): Normalize SIDE argument (Bug#8916).
14814
14815 * frame.el (pop-up-frame-alist, pop-up-frame-function)
14816 (special-display-frame-alist, special-display-popup-frame):
14817 Remove duplicate declarations. These are now in window.el.
14818
14819 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14820
14821 * mail/smtpmail.el (smtpmail-via-smtp):
14822 Set :use-starttls-if-possible so that we always use STARTTLS if the
14823 server supports it. SMTP servers that support STARTTLS commonly
14824 require it.
14825
14826 * net/network-stream.el (network-stream-open-starttls): Support
14827 upgrading to STARTTLS always, even if we don't have built-in support.
14828 (open-network-stream): Add the :always-query-capabilities keyword.
14829
14830 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
14831 upgrades with `open-network-stream', and rely solely on
14832 auth-source for all credentials. Big changes throughout the file,
14833 but in particular:
14834 (smtpmail-auth-credentials): Remove.
14835 (smtpmail-starttls-credentials): Remove.
14836 (smtpmail-via-smtp): Check for servers saying they want AUTH after
14837 MAIL FROM, too.
14838
14839 * net/network-stream.el (network-stream-open-starttls):
14840 Provide support for client certificates both for external and built-in
14841 STARTTLS.
14842 (auth-source): Require.
14843 (open-network-stream): Document the :client-certificate keyword.
14844 (network-stream-certificate): Change cert-cert to cert and
14845 cert-key to key.
14846
14847 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
14848
14849 * net/tramp-cache.el (top): Don't load the persistency file when
14850 "emacs -Q" has been called.
14851
14852 2011-06-21 Tim Harper <timcharper@gmail.com>
14853
14854 * term/ns-win.el (ns-initialize-window-system):
14855 Set application-specific `ApplePressAndHoldEnabled' system
14856 resource to NO as it is not yet supported by the NS port.
14857
14858 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
14859
14860 * misc.el (list-dynamic-libraries--refresh): Compute header here...
14861 (list-dynamic-libraries): ...not here.
14862
14863 2011-06-21 Leo Liu <sdl.web@gmail.com>
14864
14865 * subr.el (sha1): Implement sha1 using secure-hash.
14866
14867 2011-06-21 Martin Rudalics <rudalics@gmx.at>
14868
14869 * window.el (display-buffer-alist): In default value do not
14870 enforce searching a window on any but the selected frame.
14871 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14872 (display-buffer-select-window): Remove function.
14873 (display-buffer-in-window): When a window on another frame gets
14874 reused, do not select it any more but just raise its frame if
14875 necessary (Bug#8851) and (Bug#8856).
14876 (display-buffer-normalize-options): Handle pop-up-frames related
14877 options more faithfully.
14878 (pop-to-buffer): Don't rely on `display-buffer' selecting the
14879 window if it is on another frame.
14880 (display-buffer-alist, display-buffer-default-specifiers):
14881 Don't make new frame unsplittable by default.
14882 (display-buffer-normalize-argument): Fix doc-string typo and use
14883 'same-frame-other-window instead of 'other-window when associating
14884 with display-buffer-macro-specifiers.
14885
14886 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
14887
14888 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
14889 New functions.
14890 (5x5-mode-map, 5x5-mode-menu): Bind them.
14891 (5x5-draw-grid): Tweak the solver's rendering.
14892
14893 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14894
14895 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
14896 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
14897
14898 2011-06-21 Drew Adams <drew.adams@oracle.com>
14899
14900 * menu-bar.el: Use function variable instead of switch-to-buffer.
14901 (menu-bar-select-buffer-function): New variable.
14902 (menu-bar-update-buffers): Use it (bug#8876).
14903
14904 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
14907 variable's status.
14908
14909 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
14910
14911 * x-dnd.el (x-dnd-version-from-flags)
14912 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
14913 and long as number (Bug#8899).
14914 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
14915
14916 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
14919 (completion-try-completion, completion-all-completions): Compute the
14920 metadata argument if it's missing; make it optional (bug#8795).
14921
14922 * wid-edit.el: Use lex-bind and move towards completion-at-point.
14923 (widget-complete): Use new :completion-function property.
14924 (widget-completions-at-point): New function.
14925 (default): Use :completion-function instead of :complete.
14926 (widget-default-completions): Rename from widget-default-complete;
14927 Rewrite.
14928 (widget-string-complete, widget-file-complete, widget-color-complete):
14929 Remove functions.
14930 (file, symbol, function, variable, coding-system, color):
14931 * international/mule-cmds.el (default-input-method, charset)
14932 (language-info-custom-alist):
14933 * cus-edit.el (face): Use new property :completions.
14934
14935 * progmodes/pascal.el (pascal-completions-at-point): New function.
14936 (pascal-mode): Use it.
14937 (pascal-mode-map): Use completion-at-point.
14938 (pascal-toggle-completions): Make obsolete.
14939 (pascal-complete-word, pascal-show-completions):
14940 * progmodes/octave-mod.el (octave-complete-symbol):
14941 Redefine as obsolete alias.
14942 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
14943 Signal absence of completion info for old Octave,
14944 (inferior-octave-complete): Redefine as obsolete alias.
14945 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
14946 (meta-completions-at-point): Rename from meta-complete-symbol and
14947 adapt it for use on completion-at-point-functions.
14948 (meta-common-mode): Use it.
14949 (meta-looking-at-backward, meta-match-buffer): Remove.
14950 (meta-complete-symbol): Redefine as obsolete alias.
14951 (meta-common-mode-map): Use completion-at-point.
14952 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
14953 (makefile-mode-map): Use completion-at-point.
14954 (makefile-completions-at-point): Rename from makefile-complete and
14955 adapt it for use on completion-at-point-functions.
14956 (makefile-mode): Use it.
14957 (makefile-complete): Redefine as obsolete alias.
14958
14959 2011-06-20 Deniz Dogan <deniz@dogan.se>
14960
14961 * net/rcirc.el: Delete trailing whitespaces once and for all.
14962
14963 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
14964
14965 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
14966
14967 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
14968
14969 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
14970
14971 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
14972
14973 2011-06-19 Martin Rudalics <rudalics@gmx.at>
14974
14975 * window.el (display-buffer-other-window-means-other-frame):
14976 Call display-buffer-normalize-alist.
14977 (display-buffer-normalize-specifiers-1): Rename to
14978 display-buffer-normalize-argument. New argument other-frame.
14979 Rewrite.
14980 (display-buffer-normalize-specifiers-2): Rename to
14981 display-buffer-normalize-options.
14982 (display-buffer-normalize-alist-1): New function.
14983 (display-buffer-normalize-specifiers-3): Rename to
14984 display-buffer-normalize-alist.
14985 Call display-buffer-normalize-alist-1.
14986 (display-buffer-normalize-options-inhibit): New variable.
14987 (display-buffer-normalize-specifiers): Rewrite calling
14988 display-buffer-normalize-alist,
14989 display-buffer-normalize-argument, and
14990 display-buffer-normalize-options. Don't call the latter if
14991 display-buffer-normalize-options-inhibit is non-nil.
14992 (frame-auto-delete): New option.
14993 (window-deletable-p): Use frame-auto-delete.
14994 (window-list-no-nils, window-state-ignored-parameters)
14995 (window-state-get-1, window-state-get, window-state-put-list)
14996 (window-state-put-1, window-state-put-2, window-state-put):
14997 New functions.
14998 (display-buffer-normalize-options): Move special-display-p group
14999 after pop-up-frame group (Bug#8851) and (Bug#8856).
15000
15001 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
15002
15003 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15004 groups (Bug#8776).
15005 (rx-submatch-n): New function.
15006 (rx): Document it.
15007
15008 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15009 (Bug#8768).
15010
15011 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15012
15013 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15014
15015 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15016 anytime existing face settings are present (Bug#8889).
15017
15018 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15019 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15020 Remove unused argument.
15021
15022 2011-06-18 Martin Rudalics <rudalics@gmx.at>
15023
15024 * window.el (display-buffer-default-specifiers):
15025 Remove pop-up-frame. Add pop-up-window-min-height,
15026 pop-up-window-min-width, and another reuse-window specifier
15027 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
15028 (display-buffer-normalize-specifiers-2):
15029 Handle split-height-threshold and split-width-threshold also when
15030 pop-up-windows is unset. Add a reuse-window specifier for the
15031 case popping up a new window fails.
15032 (special-display-popup-frame): Remove double quoting.
15033 (display-buffer-normalize-specifiers-1): Fix thinko.
15034
15035 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15038 according to comint-completion-addsuffix.
15039
15040 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15041 (pcomplete-suffix-list): Mark as obsolete.
15042 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15043 pcomplete-seen in the closure.
15044 (pcomplete-comint-setup): Setup completion-at-point as well.
15045 (pcomplete--entries): New function.
15046 (pcomplete--env-regexp): New var.
15047 (pcomplete-entries): Rewrite to work with partial-completion and
15048 without relying on pcomplete-suffix-list.
15049 (pcomplete-pare-list): Remove, unused.
15050
15051 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15052
15053 * window.el (display-buffer-alist): Set pop-up-window-min-height
15054 and pop-up-window-min-width in default value. Reported by
15055 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15056 other-window-means-other-frame.
15057 (display-buffer-macro-specifiers): Comment out entry for
15058 other-window specifier.
15059 (display-buffer-other-window-means-other-frame): New function.
15060 (display-buffer-normalize-specifiers-1): New arguments
15061 buffer-name and label. Treat other-window case specially.
15062 (display-buffer-normalize-specifiers-2): Treat other-window case
15063 specially.
15064 (display-buffer-normalize-specifiers-3): New function.
15065 (display-buffer-normalize-specifiers):
15066 Call display-buffer-normalize-specifiers-3.
15067
15068 2011-06-17 Martin Rudalics <rudalics@gmx.at>
15069
15070 * window.el (same-window-p): Fix two typos introduced when
15071 adding with-no-warnings.
15072 (display-buffer-normalize-specifiers-1): Don't check
15073 pop-up-frames for 'unset initialization.
15074 (display-buffer-normalize-specifiers-2): Major rewrite using
15075 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15076 (pop-up-frames, display-buffer-reuse-frames)
15077 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15078 Suggested by David Engster <deng@randomsample.de>.
15079 (even-window-heights): Initialize to 'unset.
15080 (display-buffer-alist-set): Handle new 'unset initializations.
15081 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15082 other window case.
15083
15084 2011-06-16 Martin Rudalics <rudalics@gmx.at>
15085
15086 * window.el (display-buffer-normalize-specifiers-1):
15087 Respect current value of pop-up-frames for most reasonable values of
15088 second argument of display-buffer (Bug#8865).
15089 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15090 (switch-to-buffer-other-window-same-frame)
15091 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15092 Adams (Bug#8875).
15093 (display-buffer): Don't check noninteractive when calling
15094 display-buffer-pop-up-frame.
15095 (display-buffer-pop-up-frame): Never pop up a frame in
15096 noninteractive mode (Bug#8857).
15097 (enlarge-window, shrink-window): Don't report an error when the
15098 window can't be resized as requested (Bug#8862).
15099
15100 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15101
15102 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15103
15104 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15105
15106 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15107
15108 2011-06-15 Alan Mackenzie <acm@muc.de>
15109
15110 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15111 for declarators, disable knr checking to speed up for normal files.
15112 2: Refactor, replacing a sequence of nested if forms by a cond form.
15113
15114 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15115
15116 * net/network-stream.el (open-network-stream): Add the keyword
15117 :always-query-capabilities for the case where you want to force a
15118 `plain' network connection, but the protocol still requires the
15119 capabilitiy command (i.e., SMTP and EHLO).
15120
15121 * subr.el (process-live-p): Rename from `process-alive-p' for
15122 consistency with other `-live-p' functions.
15123
15124 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * window.el (same-window-buffer-names, same-window-regexps)
15127 (special-display-frame-alist, special-display-popup-frame)
15128 (special-display-function, special-display-buffer-names)
15129 (special-display-regexps, pop-up-frame-alist)
15130 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15131 (pop-up-windows, split-window-preferred-function)
15132 (split-height-threshold, split-width-threshold, even-window-heights)
15133 (display-buffer-mark-dedicated): Don't encourage the use of
15134 display-buffer-alist from Elisp code.
15135
15136 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15137
15138 * progmodes/python.el (python-mode): Derive from prog-mode.
15139 * progmodes/ps-mode.el (ps-mode):
15140 * progmodes/mixal-mode.el (mixal-mode):
15141 * progmodes/cfengine.el (cfengine-mode):
15142 * progmodes/ld-script.el (ld-script-mode): Likewise.
15143
15144 2011-06-15 Martin Rudalics <rudalics@gmx.at>
15145
15146 * window.el (display-buffer-alist): Trim default value to avoid
15147 popping up a new frame (Bug#8857) or reusing an arbitrary window
15148 on another frame.
15149 (display-buffer): Do not fall back on popping up a new frame in
15150 batch mode (Bug#8857).
15151
15152 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
15153
15154 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15155 (custom-theme-summary): New function.
15156 (customize-themes): Use it.
15157
15158 2011-06-13 Glenn Morris <rgm@gnu.org>
15159
15160 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15161
15162 2011-06-13 Martin Rudalics <rudalics@gmx.at>
15163
15164 * help.el (help-window): Remove variable.
15165 (help-window-point-marker, temp-buffer-max-height)
15166 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15167 (help-print-return-message): Don't set help-window.
15168 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15169 (help-window-setup-finish): Remove.
15170 (help-window-display-message, help-window-setup)
15171 (with-help-window): Major rewrite based on new
15172 display-buffer-window variable.
15173
15174 * help-mode.el (help-mode-finish): Remove help-window related
15175 code.
15176
15177 * view.el (view-exits-all-viewing-windows): Remove reference to
15178 view-return-to-alist in doc-string.
15179 (view-return-to-alist): Make obsolete.
15180 (view-buffer): Call pop-to-buffer-same-window and remove
15181 undo-window code.
15182 (view-buffer-other-window): Call pop-to-buffer-other-window and
15183 simplify code. Ignore second argument.
15184 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15185 simplify code. Ignore second argument.
15186 (view-return-to-alist-update): Make obsolete.
15187 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15188 Rewrite using quit-restore window parameters.
15189 (view-mode-exit): Rename second argument to EXIT-ONLY.
15190 Rewrite using quit-restore-window.
15191 (View-exit, View-exit-and-edit, View-leave, View-quit)
15192 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15193 appropriate arguments.
15194 (view-end-message): Use quit-restore window parameter.
15195
15196 * window.el (display-buffer-function): Rewrite doc-string.
15197 (display-buffer-window, display-buffer-alist): New variables.
15198 (display-buffer-split-specifiers)
15199 (display-buffer-side-specifiers)
15200 (display-buffer-macro-specifiers): New constants.
15201 (display-buffer-even-window-sizes, display-buffer-set-height)
15202 (display-buffer-set-width, display-buffer-select-window)
15203 (display-buffer-in-window, display-buffer-reuse-window)
15204 (display-buffer-split-window-1, display-buffer-split-window)
15205 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15206 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15207 (display-buffer-in-side-window, normalize-buffer-to-display)
15208 (display-buffer-normalize-specifiers-1)
15209 (display-buffer-normalize-specifiers-2)
15210 (display-buffer-normalize-specifiers, display-buffer-frame):
15211 New functions.
15212 (display-buffer): Major rewrite.
15213 (display-buffer-other-window, display-buffer-other-frame)
15214 (pop-to-buffer, switch-to-buffer-other-window)
15215 (switch-to-buffer-other-frame): Rewrite.
15216 (display-buffer-same-window, display-buffer-same-frame)
15217 (display-buffer-same-frame-other-window)
15218 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15219 (pop-to-buffer-other-window)
15220 (pop-to-buffer-same-frame-other-window)
15221 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15222 (switch-to-buffer-other-window-same-frame): New functions.
15223 (same-window-p, special-display-p): Rewrite disabling warnings.
15224 Make obsolete.
15225 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15226 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15227 Make obsolete
15228 (same-window-buffer-names, same-window-regexps)
15229 (special-display-frame-alist, special-display-popup-frame)
15230 (special-display-function, special-display-buffer-names)
15231 (special-display-regexps, pop-up-frame-alist)
15232 (pop-up-frame-function, split-window-preferred-function)
15233 (split-height-threshold, split-width-threshold)
15234 (even-window-heights): Make obsolete.
15235
15236 2011-06-12 Glenn Morris <rgm@gnu.org>
15237
15238 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
15239 Misc simplifications.
15240
15241 2011-06-12 Martin Rudalics <rudalics@gmx.at>
15242
15243 * window.el (window-safely-shrinkable-p): Restore function which
15244 was inadvertently removed in change from 2011-06-11. Declare as
15245 obsolete.
15246
15247 * calendar/calendar.el (calendar-generate-window):
15248 Use window-iso-combined-p instead of combination of one-window-p and
15249 window-safely-shrinkable-p.
15250
15251 2011-06-12 Glenn Morris <rgm@gnu.org>
15252
15253 * progmodes/fortran.el (fortran-mode-syntax-table):
15254 * progmodes/f90.el (f90-mode-syntax-table):
15255 Set % to punctuation. (Bug#8820)
15256 (f90-find-tag-default): Remove, no longer needed.
15257
15258 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15259
15260 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15261
15262 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
15263
15264 * image.el (image-animated-p): Return animation delay in seconds.
15265 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15266 (image-animate-timeout): Remove DELAY argument. Don't assume
15267 every subimage has the same delay; get it from image-animated-p.
15268 (image-animate): Caller changed.
15269
15270 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
15271
15272 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15273 to ignored backtrace functions.
15274
15275 2011-06-11 Glenn Morris <rgm@gnu.org>
15276
15277 * calendar/appt.el (appt-disp-window-function): Doc fix.
15278 (appt-check): Handle overlapping appointments. (Bug#8337)
15279
15280 2011-06-11 Martin Rudalics <rudalics@gmx.at>
15281
15282 * window.el (window-tree-1, window-tree): New functions, moving
15283 the latter to window.el.
15284 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15285 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15286 (bw-refresh-edges): Remove.
15287 (balance-windows-1, balance-windows-2): New functions.
15288 (balance-windows): Rewrite in terms of window tree functions,
15289 balance-windows-1 and balance-windows-2.
15290 (bw-adjust-window): Remove.
15291 (balance-windows-area-adjust): New function with functionality of
15292 bw-adjust-window but using resize-window.
15293 (set-window-text-height): Rewrite doc-string.
15294 Use normalize-live-window and resize-window.
15295 (enlarge-window-horizontally, shrink-window-horizontally):
15296 Rename argument to DELTA.
15297 (window-buffer-height): New function.
15298 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15299 Rewrite using new window resize routines.
15300 (kill-buffer-and-window, mouse-autoselect-window-select):
15301 Use ignore-errors instead of condition-case.
15302 (quit-window): Call delete-frame instead of delete-windows-on
15303 for the only buffer on frame.
15304
15305 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15306
15307 * loadup.el (top-level): Load window before files for the sake
15308 of replace-buffer-in-windows.
15309
15310 * files.el (read-buffer-to-switch)
15311 (switch-to-buffer-other-window)
15312 (switch-to-buffer-other-frame, display-buffer-other-frame):
15313 Move to window.el.
15314
15315 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15316 (previous-buffer): Move to window.el.
15317
15318 * bindings.el (unbury-buffer): Move to window.el.
15319
15320 * window.el (delete-other-windows-vertically): Move after
15321 definition of delete-other-windows.
15322 (other-window, delete-windows-on, replace-buffer-in-windows):
15323 Move here from window.c.
15324 (record-window-buffer, unrecord-window-buffer)
15325 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15326 (switch-to-next-buffer): New functions.
15327 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15328 from simple.el. Call switch-to-next-buffer.
15329 (previous-buffer): Move here from simple.el.
15330 Call switch-to-prev-buffer.
15331 (bury-buffer): Move here from buffer.c. Switch to previous
15332 buffer when window cannot be deleted.
15333 (unbury-buffer): Move here from bindings.el.
15334 (ctl-x-map): Move binding for other-window from window.c to
15335 here.
15336 (read-buffer-to-switch, switch-to-buffer-other-window)
15337 (switch-to-buffer-other-frame): Move here from files.el.
15338 (normalize-buffer-to-switch-to): New functions.
15339 (switch-to-buffer): Move here from buffer.c.
15340 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
15341
15342 2011-06-10 Martin Rudalics <rudalics@gmx.at>
15343
15344 * window.el (window-min-height, window-min-width): Move here
15345 from window.c. Add defcustoms and rewrite doc-strings.
15346 (resize-mini-window, resize-window): New functions.
15347 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15348 Move here from window.c.
15349 (maximize-window, minimize-window): New functions.
15350 (delete-window, delete-other-windows, split-window): Move here
15351 from window.c.
15352 (window-split-min-size): New function.
15353 (split-window-keep-point): Mention split-window-above-each-other
15354 instead of split-window-vertically.
15355 (split-window-above-each-other, split-window-vertically):
15356 Rename split-window-vertically to split-window-above-each-other
15357 and provide defalias for old definition.
15358 (split-window-side-by-side, split-window-horizontally):
15359 Rename split-window-horizontally to split-window-side-by-side
15360 and provide defalias for the old definition.
15361 (ctl-x-map): Move bindings for delete-window,
15362 delete-other-windows and enlarge-window here from window.c.
15363 Replace bindings for split-window-vertically and
15364 split-window-horizontally by bindings for
15365 split-window-above-each-other and split-window-side-by-side.
15366
15367 * cus-start.el (all): Remove entries for window-min-height and
15368 window-min-width. Add entries for window-splits and
15369 window-nest.
15370
15371 2011-06-09 Glenn Morris <rgm@gnu.org>
15372
15373 * calendar/appt.el (appt-mode-line): New function.
15374 (appt-check, appt-disp-window): Use it.
15375
15376 * files.el (hack-one-local-variable-eval-safep):
15377 Allow minor-modes with explicit +/-1 arguments.
15378
15379 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15380
15381 * term/xterm.el (xterm): Add defgroup.
15382 (xterm-extra-capabilities): Add defcustom to supply known xterm
15383 capabilities, skip querying them, or query them (default).
15384 (terminal-init-xterm): Use it.
15385 (terminal-init-xterm-modify-other-keys): New function to set up
15386 modifyOtherKeys support to simplify `terminal-init-xterm'.
15387
15388 2011-06-09 Martin Rudalics <rudalics@gmx.at>
15389
15390 * window.el (resize-window-reset, resize-window-reset-1)
15391 (resize-subwindows-skip-p, resize-subwindows-normal)
15392 (resize-subwindows, resize-other-windows, resize-this-window)
15393 (resize-root-window, resize-root-window-vertically)
15394 (window-deletable-p, window-or-subwindow-p)
15395 (frame-root-window-p): New functions.
15396
15397 2011-06-09 Glenn Morris <rgm@gnu.org>
15398
15399 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15400 (ange-ftp-get-files): Use it.
15401
15402 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15403
15404 * mail/sendmail.el (mail-recover-1, mail-recover):
15405 * files.el (recover-file, recover-session):
15406 Handle dired-listing-switches not being just a single short option.
15407
15408 2011-06-09 Glenn Morris <rgm@gnu.org>
15409
15410 * calendar/appt.el (appt-display-message, appt-disp-window):
15411 Handle lists of appointments.
15412
15413 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15414
15415 * window.el (one-window-p): Move down in code.
15416 Rewrite doc-string.
15417 (window-current-scroll-bars): Rewrite doc-string.
15418 Normalize live window argument.
15419 (walk-windows, get-window-with-predicate, count-windows):
15420 Rewrite doc-string. Use window-list-1.
15421 (window-in-direction-2, window-in-direction, get-mru-window):
15422 New functions.
15423
15424 2011-06-08 Reuben Thomas <rrt@sc3d.org>
15425
15426 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15427 Doc fix (Bug#8713).
15428
15429 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
15430
15431 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15432
15433 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
15434
15435 * loadhist.el (unload-feature-special-hooks):
15436 Add `comint-output-filter-functions'.
15437
15438 2011-06-08 Ivan Kanis <gnu@kanis.fr>
15439
15440 * calendar/appt.el (appt-check): Move some initializations into the let.
15441
15442 2011-06-08 Martin Rudalics <rudalics@gmx.at>
15443
15444 * window.el (window-height): Defalias to window-total-height.
15445 (window-width): Defalias to window-body-width.
15446
15447 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
15448
15449 * image-mode.el (image-toggle-animation): New command.
15450 (image-mode-map): Bind it to RET.
15451 (image-mode): Update message.
15452 (image-toggle-display-image): Avoid a spurious cache flush.
15453 (image-transform-rotation): Doc fix.
15454 (image-transform-properties): Return quickly in the normal case.
15455 (image-animate-loop): Rename from image-animate-max-time.
15456
15457 * image.el (image-animate-max-time): Move to image-mode.el.
15458 (create-animated-image): Remove unnecessary function.
15459 (image-animate): Rename from image-animate-start. New arg.
15460 (image-animate-stop): Remove; just use image-animate-timer.
15461 (image-animate-timer): Use car-safe.
15462 (image-animate-timeout): Rename argument.
15463
15464 2011-06-07 Martin Rudalics <rudalics@gmx.at>
15465
15466 * window.el (get-lru-window, get-largest-window): Move here from
15467 window.c. Rename first argument to ALL-FRAMES.
15468 Rephrase doc-strings.
15469 (get-buffer-window-list): Rewrite using window-list-1.
15470 Rephrase doc-string.
15471 (window-safe-min-height, window-safe-min-width): New constants.
15472 (window-size-ignore, window-min-size, window-min-size-1)
15473 (window-sizable, window-sizable-p, window-size-fixed-1)
15474 (window-size-fixed-p, window-min-delta-1, window-min-delta)
15475 (window-max-delta-1, window-max-delta, window-resizable)
15476 (window-resizable-p, window-total-height, window-total-width)
15477 (window-body-width): New functions.
15478 (window-full-height-p, window-full-width-p): Rewrite using
15479 window-total-size.
15480 (window-body-height): Rewrite using window-body-size.
15481
15482 2011-06-06 Martin Rudalics <rudalics@gmx.at>
15483
15484 * window.el (window-right, window-left, window-child)
15485 (window-child-count, window-last-child, window-any-p)
15486 (normalize-live-buffer, normalize-live-frame)
15487 (normalize-any-window, normalize-live-window)
15488 (window-iso-combination-p, window-iso-combined-p)
15489 (window-iso-combinations)
15490 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15491 (windows-with-parameter, window-with-parameter)
15492 (window-atom-root, make-window-atom, window-atom-check-1)
15493 (window-atom-check, window-side-check, window-check):
15494 New functions.
15495 (ignore-window-parameters, window-sides, window-sides-vertical)
15496 (window-sides-slots): New variables.
15497 (window-size-fixed): Move down in code. Minor doc-string fix.
15498
15499 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15500
15501 * comint.el (comint-dynamic-complete-as-filename)
15502 (comint-dynamic-complete-filename): Correctly call
15503 completion-in-region.
15504
15505 2011-06-05 Deniz Dogan <deniz@dogan.se>
15506
15507 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15508 in last change.
15509
15510 2011-06-05 Deniz Dogan <deniz@dogan.se>
15511
15512 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15513 (rcirc): Use it to prompt for encryption.
15514
15515 2011-06-05 Roland Winkler <winkler@gnu.org>
15516
15517 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15518 (bibtex-search-entries): New command bound to C-c C-a.
15519 (bibtex-display-entries): New function.
15520
15521 2011-06-05 Roland Winkler <winkler@gnu.org>
15522
15523 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15524 (bibtex-insert-kill): After yanking insert newline if necessary.
15525 (bibtex-initialize): Call bibtex-string-files-init only once.
15526 (bibtex-mode): Do not call easy-menu-add.
15527 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15528 (bibtex-yank): Set arg properly if nil.
15529
15530 2011-06-05 Roland Winkler <winkler@gnu.org>
15531
15532 * textmodes/bibtex.el (bibtex-search-entry-globally):
15533 New variable.
15534 (bibtex-search-entry): Use it.
15535
15536 2011-06-05 Roland Winkler <winkler@gnu.org>
15537
15538 * textmodes/bibtex.el (bibtex-entry-format): New option
15539 sort-fields.
15540 (bibtex-format-entry, bibtex-reformat): Honor this option.
15541 (bibtex-parse-entry): Return fields in proper order.
15542
15543 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
15544
15545 * doc-view.el (doc-view-remove-if): Move computation of result out
15546 of `dolist' to silence misleading lexical-binding warning.
15547
15548 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
15549
15550 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15551 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15552
15553 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
15554
15555 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
15556 "SunOS 5.10".
15557
15558 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
15559
15560 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
15561 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
15562 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
15563 (tramp-parse-putty):
15564 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
15565 (tramp-completion-function-alist-ssh)
15566 (tramp-completion-function-alist-telnet)
15567 (tramp-completion-function-alist-su)
15568 (tramp-completion-function-alist-putty): Set `tramp-autoload'
15569 cookie.
15570
15571 * net/tramp-ftp.el:
15572 * net/tramp-sh.el:
15573 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
15574 load "tramp.el" `tramp-set-completion-function'.
15575
15576 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * shell.el: Require and use pcomplete.
15579 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
15580 (shell-completion-vars): Set pcomplete-default-completion-function.
15581
15582 2011-06-04 Deniz Dogan <deniz@dogan.se>
15583
15584 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
15585 `memq' (Bug#8799).
15586
15587 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
15590
15591 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
15592
15593 * bs.el (bs--mark-unmark, bs--nth-wrapper):
15594 * mpc.el (mpc-select-extend, mpc-songpointer-context):
15595 * vc/log-view.el (log-view-beginning-of-defun):
15596 * vc/smerge-mode.el (smerge-apply-resolution-patch)
15597 (smerge-refine-forward, smerge-refine-chopup-region):
15598 Silence warning for unused `dotimes' counter variables.
15599
15600 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15601
15602 * net/tramp.el (tramp-with-progress-reporter): Rename from
15603 with-progress-reporter. Use `declare'.
15604 * net/tramp-smb.el:
15605 * net/tramp-sh.el:
15606 * net/tramp-gvfs.el: Update all uses.
15607
15608 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
15609
15610 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
15611 buffer isn't killed before making it current.
15612
15613 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 Silence various byte-compiler warnings.
15616 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
15617 `access-type' and new obsolescence format.
15618 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15619 new format.
15620 (byte-compile-check-variable): New `access-type' argument.
15621 Only warn if the access-type is obsolete.
15622 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15623 (byte-compile-variable-set): Adjust callers.
15624 * help-fns.el (describe-variable): Adjust to new obsolescence format.
15625 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15626 setting it as obsolete.
15627 * simple.el (minibuffer-completing-symbol):
15628 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15629 access as obsolete.
15630 * minibuffer.el (minibuffer-completing-file-name): Don't make it
15631 obsolete yet.
15632 * international/quail.el (quail-mouse-choose-completion): Remove unused
15633 code referring to obsolete var.
15634 (quail-choose-completion-string): Remove.
15635 * server.el (server-clients-with, server-kill-buffer-query-function)
15636 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
15637 * proced.el (proced-send-signal):
15638 * emacs-lisp/lisp.el (lisp-complete-symbol):
15639 Replace completion-annotate-function with completion-extra-properties.
15640
15641 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * simple.el (goto-line): Use read-number.
15644 (overriding-map-is-bound): Remove.
15645 (saved-overriding-map): Change default.
15646 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
15647 Take the map as argument.
15648 (universal-argument, negative-argument, digit-argument): Use it.
15649 (restore-overriding-map): Adjust.
15650 (do-auto-fill): Use fill-forward-paragraph.
15651 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
15652
15653 * minibuffer.el (minibuffer-inactive-mode-map): New var.
15654 (minibuffer-inactive-mode): New major mode.
15655 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
15656 the *Messages* buffer" hack.
15657 (mouse-popup-menubar): Don't burp if the event is a normal key.
15658
15659 Miscellaneous tweaks.
15660 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
15661 lexical scoping as in subr.el's dolist and dotimes.
15662 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
15663 Silence compiler warning.
15664 * thingatpt.el (forward-whitespace): Trivial coding style fix.
15665 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
15666 * international/ccl.el (ccl-compile): Trivial simplification.
15667 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
15668 * emacs-lisp/testcover.el (testcover-end): Remove spurious
15669 `printflag' argument.
15670 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15671 Purecopy the whole obsolescence data.
15672
15673 2011-06-01 Leo Liu <sdl.web@gmail.com>
15674
15675 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
15676 improve doc-string as suggested by Marco Pessotto
15677 <melmothx@gmail.com>.
15678 (rcirc-print): Fix last change.
15679
15680 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * minibuffer.el (complete-with-action): Return nil for the metadata and
15683 boundaries of non-functional tables.
15684 (completion-table-dynamic): Return nil for the metadata.
15685 (completion-table-with-terminator): Add default case, using
15686 complete-with-action.
15687 (completion--metadata): New function.
15688 (completion-all-sorted-completions, minibuffer-completion-help): Use it
15689 to try and avoid pathological performance problems.
15690 (completion--embedded-envvar-table): Return `category' metadata.
15691
15692 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15693
15694 * subr.el (process-alive-p): New tiny convenience function.
15695
15696 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
15699 content but also its previous major mode.
15700
15701 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
15702
15703 * emacs-lisp/debug.el (debug): Restore the previous content of the
15704 *Backtrace* buffer when we exit with C-M-c.
15705
15706 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * minibuffer.el: Add metadata method to completion tables.
15709 (completion-category-overrides): New defcustom.
15710 (completion-metadata, completion--field-metadata)
15711 (completion-metadata-get, completion--styles)
15712 (completion--cycle-threshold): New functions.
15713 (completion-try-completion, completion-all-completions):
15714 Add `metadata' argument to choose completion-styles.
15715 (completion--do-completion): Use metadata to choose cycling.
15716 (completion-all-sorted-completions): Use metadata for sorting.
15717 Remove :completion-cycle-penalty which is not needed any more.
15718 (completion--try-word-completion): Add `metadata' argument.
15719 (minibuffer-completion-help): Check metadata for annotation function
15720 and sorting.
15721 (completion-file-name-table): Return `category' metadata.
15722 (minibuffer-completing-file-name): Make obsolete.
15723 * simple.el (minibuffer-completing-symbol): Make obsolete.
15724 * icomplete.el (icomplete-completions): Pass new `metadata' param to
15725 completion-try-completion.
15726
15727 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
15730
15731 2011-05-30 Leo Liu <sdl.web@gmail.com>
15732
15733 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
15734 (rcirc-print): Decode all incoming messages (bug#8744).
15735 (rcirc-decode-coding-system): Allow value nil for automatic coding
15736 system detection.
15737
15738 2011-06-01 Glenn Morris <rgm@gnu.org>
15739
15740 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
15741
15742 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15743
15744 * image.el (image-animate-max-time): Allow nil and t values.
15745 Default to nil.
15746 (create-animated-image): Doc fix.
15747 (image-animate-start): Remove second arg; just use
15748 image-animate-max-time.
15749 (image-animate-timeout): Doc fix. Args changed.
15750
15751 * image-mode.el (image-toggle-display-image): Ensure that the
15752 image spec passed to the animate timer is the same object as in
15753 the buffer's display property (Bug#6981).
15754 (image-transform-properties): Doc fix.
15755
15756 * image.el (image-animate-max-time): Default to nil.
15757
15758 2011-05-29 Martin Rudalics <rudalics@gmx.at>
15759
15760 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
15761 entire buffer list (Bug#8184).
15762
15763 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15764
15765 * image.el (imagemagick-types-inhibit)
15766 (imagemagick-register-types): Doc fix.
15767
15768 2011-05-29 Deniz Dogan <deniz@dogan.se>
15769
15770 * net/rcirc.el (rcirc): Use the user's stored encryption method by
15771 default.
15772
15773 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
15774
15775 * select.el: Don't perform clipboard-manager saving in hooks;
15776 leave the hooks empty.
15777
15778 2011-05-28 Leo Liu <sdl.web@gmail.com>
15779
15780 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
15781 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
15782 (occur-edit-mode): New major mode (Bug#8463).
15783 (occur-after-change-function): New function.
15784 (occur-engine): Give Occur tags a read-only property.
15785
15786 2011-05-28 Kevin Ryde <user42@zip.com.au>
15787
15788 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
15789
15790 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
15791
15792 * bindings.el (help-echo): Make the initial non-indicator dash
15793 empty on graphical terminals (Bug#7295).
15794
15795 * files.el (auto-mode-alist): Move config rule after the
15796 in-stripping one (Bug#8547).
15797
15798 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
15799
15800 * startup.el (normal-splash-screen): Remove gratuitous mode-line
15801 setting (Bug#8740).
15802
15803 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
15804
15805 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
15806 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
15807 (Bug#8539).
15808
15809 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
15810
15811 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
15812
15813 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
15814
15815 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
15816 (hs-hide-block-at-point, hs-find-block-beginning)
15817 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
15818 (Bug#8279).
15819
15820 2011-05-28 Glenn Morris <rgm@gnu.org>
15821
15822 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
15823
15824 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
15825
15826 * help-fns.el (describe-function-1): If the function is a derived
15827 major mode, print the parent mode.
15828
15829 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
15830 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
15831
15832 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15833
15834 * minibuffer.el (completion--capf-wrapper): Check applicability before
15835 returning non-nil for non-exclusive completion data.
15836 * progmodes/etags.el (tags-completion-at-point-function):
15837 * info-look.el (info-lookup-completions-at-point): Mark as
15838 non-exclusive.
15839 (info-complete): Adjust accordingly.
15840
15841 * info-look.el: Convert to lexical-binding and completion-at-point.
15842 (info-lookup-completions-at-point): New function.
15843 (info-complete): Use it and completion-in-region.
15844
15845 2011-05-28 Drew Adams <drew.adams@oracle.com>
15846
15847 * isearch.el: Let M-e start with point at the first mismatched char.
15848 (isearch-fail-pos): New function.
15849 (isearch-edit-string): Use it.
15850
15851 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15852
15853 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15854
15855 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
15856
15857 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
15858 traversal functions for avl-trees.
15859 (avl-tree--stack): New struct.
15860 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
15861 (avl-tree-enter): Add optional `updatefun' arg.
15862 (avl-tree--do-enter): Add optional `updatefun' arg.
15863 Change return value.
15864 (avl-tree-delete): Add optional `test' and `nilflag' args.
15865 (avl-tree--do-delete): Add `test' and `nilflag' args.
15866 Change return value.
15867 (avl-tree-member): Add optional `nilflag'
15868 (avl-tree-member-p): New function.
15869 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
15870 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
15871 (avl-tree-stack-empty-p): New functions.
15872
15873 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
15874 avl-tree--del-balance1 and make it work both ways.
15875 (avl-tree--del-balance2): Remove.
15876 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
15877 make it work both ways.
15878 (avl-tree--enter-balance2): Remove.
15879 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
15880 New macros.
15881 (avl-tree--mapc, avl-tree-map): Add direction argument.
15882
15883 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
15884
15885 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
15886
15887 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
15888
15889 * select.el: Support clipboard managers with built-in function
15890 x-clipboard-manager-save, via delete-frame-functions and
15891 kill-emacs-hook.
15892 (xselect-convert-to-targets): Add MULTIPLE target to list.
15893 (xselect-convert-to-save-targets): New function.
15894
15895 2011-05-27 Kenichi Handa <handa@m17n.org>
15896
15897 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
15898 let-binding rfc2047-encode-encoded-words to nil.
15899
15900 2011-05-27 Glenn Morris <rgm@gnu.org>
15901
15902 * mail/emacsbug.el: Don't require url-util.
15903
15904 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
15905
15906 * files.el (set-auto-mode):
15907 Also respect mode: entries at the end of the file. (Bug#8586)
15908
15909 2011-05-26 Glenn Morris <rgm@gnu.org>
15910
15911 * files.el (hack-local-variables-prop-line, hack-local-variables):
15912 Downcase mode names, as seems to be traditional.
15913 (hack-local-variables, hack-local-variables-apply): Doc fixes.
15914
15915 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
15916 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
15917
15918 2011-05-25 Julien Danjou <julien@danjou.info>
15919
15920 * textmodes/rst.el (rst-define-level-faces): Do not define face
15921 symbol if it is already defined.
15922
15923 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
15924
15925 * play/5x5.el (5x5-new-game, 5x5-randomize):
15926 Reset 5x5-solver-output to nil when a new grid is cast.
15927 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
15928 these debugging traces, as defmacro breaks the compiled code.
15929
15930 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
15931
15932 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
15933
15934 2011-05-24 Leo Liu <sdl.web@gmail.com>
15935
15936 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
15937 (vc-bzr-sha1): Adapt.
15938
15939 * sha1.el: Remove. Function `sha1' is now builtin.
15940
15941 * bindings.el: Provide sha1 feature.
15942
15943 2011-05-24 Kenichi Handa <handa@m17n.org>
15944
15945 * mail/sendmail.el: Require `rfc2047'.
15946 (mail-insert-from-field): Do not perform RFC2047 encoding.
15947 (mail-encode-header): New function.
15948 (sendmail-send-it): Set buffer-file-coding-system of the work
15949 buffer to the return value of select-message-coding-system.
15950 Call mail-encode-header.
15951
15952 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
15953
15954 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
15955
15956 * mail/supercite.el (sc-default-cite-frame):
15957 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
15958
15959 2011-05-24 Glenn Morris <rgm@gnu.org>
15960
15961 * progmodes/python.el (brm-menu): Declare.
15962
15963 * emulation/viper.el (viper-set-hooks): Declare.
15964
15965 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
15966 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
15967 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
15968 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
15969 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
15970 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
15971
15972 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 Add an :exit-function for completion-at-point.
15975
15976 * minibuffer.el (completion--done): New fun.
15977 (completion--do-completion): Use it. New arg `expect-exact'.
15978 (minibuffer-complete, minibuffer-complete-word): Don't output message,
15979 since completion--do-completion does it for us now.
15980 (minibuffer-force-complete): Use completion--done and
15981 completion--replace. Handle sole-completion case with more care.
15982 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
15983 (completion-extra-properties): New var.
15984 (completion-annotate-function): Make obsolete.
15985 (minibuffer-completion-help): Adjust accordingly.
15986 Use completion-list-insert-choice-function.
15987 (completion-at-point, completion-help-at-point):
15988 Bind completion-extra-properties.
15989 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
15990 * simple.el (completion-list-insert-choice-function): New var.
15991 (completion-setup-function): Preserve it.
15992 (choose-completion): Pay attention to it, shuffle the code a bit.
15993 (choose-completion-string): New arg `insert-function'.
15994
15995 * textmodes/bibtex.el: Convert to lexical binding.
15996 (bibtex-mode-map): Use completion-at-point.
15997 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
15998 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
15999 (bibtex-complete): Define as obsolete alias.
16000 (bibtex-complete-internal): Remove.
16001 (bibtex-format-entry): Remove unused sub-group in regexp.
16002 * shell.el (shell--command-completion-data)
16003 (shell-environment-variable-completion):
16004 * pcomplete.el (pcomplete-completions-at-point):
16005 * comint.el (comint--complete-file-name-data): Use :exit-function
16006 instead of completion-table-with-terminator so it also works for
16007 choose-completion.
16008
16009 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16010
16011 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16012
16013 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16014 (bug#8710).
16015
16016 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16017
16018 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16019
16020 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16021 customization variable and implement: If non-nil, auto-fill will
16022 be inhibited while on topic's header line.
16023
16024 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16025
16026 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
16027 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
16028 always have a solution in grid size = 5 cases.
16029 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16030 (5x5-solver-output, 5x5-log-buffer): New vars.
16031 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16032 Make these variables buffer local to achieve 5x5 multi-session-ness.
16033 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16034 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16035 (5x5-solve-suggest): New funs.
16036 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16037 randomize a grid so that we ensure that there is always a solution.
16038 (5x5-make-random-grid): Allow other movement than flipping.
16039
16040 2011-05-23 Kevin Ryde <user42@zip.com.au>
16041
16042 * emacs-lisp/advice.el (ad-read-advised-function):
16043 Use `function-called-at-point' as the default, if it has
16044 advice and passes PREDICATE.
16045
16046 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16049 byte-compile-lambda if it's actually a lambda.
16050
16051 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16052 Fix function quoting. Use backquote better.
16053
16054 2011-05-22 Yuanle Song <sylecn@gmail.com>
16055
16056 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16057 matching (Bug#8516).
16058
16059 2011-01-22 Jari Aalto <jari.aalto@cante.net>
16060
16061 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16062 different face (Bug#8178).
16063
16064 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
16065
16066 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16067 defface (Bug#8144).
16068
16069 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16070
16071 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16072 funcall as well (bug#8712). Warn when performing those conversions.
16073 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16074
16075 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16076
16077 2011-05-22 Glenn Morris <rgm@gnu.org>
16078
16079 * files.el (hack-local-variables-prop-line): Small simplifications.
16080 (hack-local-variables, hack-local-variables-prop-line):
16081 If MODE-ONLY, return the mode, rather than just `t'.
16082
16083 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16084
16085 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16086
16087 2011-05-21 Glenn Morris <rgm@gnu.org>
16088
16089 * files.el (hack-local-variables-prop-line, hack-local-variables):
16090 If only interested in the mode, don't bother doing the other stuff.
16091
16092 * image-mode.el (image-after-revert-hook):
16093 Redraw all frames on which the image is visible. (Bug#8567)
16094
16095 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16096
16097 * wid-edit.el (widget-checklist-match-inline):
16098 Fix 2011-04-19 change. (Bug#8649)
16099
16100 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16101
16102 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16103 Also allow singlespace after single-letter capitals followed by a dot.
16104
16105 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16106 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16107
16108 2011-05-20 Nix <nix@esperi.org.uk>
16109
16110 * files.el (basic-save-buffer-2):
16111 Fix handling of break-hardlink-on-save with non-existent files.
16112
16113 2011-05-19 Deniz Dogan <deniz@dogan.se>
16114
16115 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
16116 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
16117
16118 2011-05-19 Glenn Morris <rgm@gnu.org>
16119
16120 * progmodes/f90.el (f90-type-def-re):
16121 Handle "type, bind(c)". (Bug#8691)
16122
16123 * emacs-lisp/autoload.el (batch-update-autoloads):
16124 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16125
16126 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
16127
16128 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16129 property for the correct connection in case of multihops.
16130
16131 2011-05-18 Glenn Morris <rgm@gnu.org>
16132
16133 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
16134 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16135
16136 Rationalize calendar handling of day and month abbrev-arrays.
16137 * calendar/calendar.el (calendar-customized-p): New function.
16138 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16139 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16140 Add :set function.
16141 (calendar-abbrev-length, calendar-day-abbrev-array)
16142 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16143 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16144 Elements may no longer be nil.
16145 (calendar-day-name, calendar-month-name):
16146 Update for changed nature of abbrev arrays.
16147 * calendar/diary-lib.el (diary-name-pattern):
16148 Update for changed nature of abbrev arrays.
16149 (diary-mark-entries-1): Update calendar-make-alist calls.
16150 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16151 * calendar/cal-html.el (cal-html-day-abbrev-array):
16152 Simply inherit from calendar-day-abbrev-array.
16153
16154 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * progmodes/grep.el (grep-mode): Disable default
16157 compilation-directory-matcher setting (bug#8684).
16158
16159 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
16160
16161 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16162 instead of "head" and "tail". There were problems with SunOS 5.9,
16163 and it performs better.
16164
16165 2011-05-17 Glenn Morris <rgm@gnu.org>
16166
16167 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16168
16169 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16170 Replace obsolete function.
16171
16172 * shell.el (pcomplete-parse-arguments-function): Declare.
16173
16174 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16175 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16176 (appt-check): Doc fixes.
16177 (appt-disp-window-function, appt-delete-window-function):
16178 Remove needless special case in custom :type.
16179 (appt-display-count): Default to 0, not nil.
16180 (appt-check): Reset appt-display-count to 0, not nil.
16181
16182 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
16183
16184 * progmodes/python.el (python-font-lock-keywords):
16185 Add the Python 3.X keyword "nonlocal" (bug#8639).
16186
16187 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16190
16191 2011-05-16 Kevin Ryde <user42@zip.com.au>
16192
16193 * info-look.el (makefile-automake-mode): New setups, looking in
16194 automake manual, then makefile-mode.
16195 (makefile-mode): Remove automake manual, have it just in
16196 makefile-automake-mode since there's various things different or
16197 not relevant to plain make.
16198 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16199 believe a hypothetical automake-mode would go to makefile-mode,
16200 not the other way around.
16201
16202 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
16203
16204 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16205 hunk-end tags (Bug#8672).
16206
16207 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16208 vc-annotate-show-diff-revision-at-line (Bug#8671).
16209
16210 2011-05-14 Glenn Morris <rgm@gnu.org>
16211
16212 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16213 in the middle of an existing one with multiple authors. (Bug#8645)
16214 (change-log-font-lock-keywords): Also handle multiple author lines
16215 with leading tabs. (Bug#8644)
16216
16217 * calendar/appt.el (appt-check): Rename some local variables.
16218 Some simplification/reordering.
16219
16220 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16221 (feedmail-sendmail-f-doesnt-sell-me-out)
16222 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16223 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16224 (feedmail-queue-runner-message-sender): Set :version.
16225 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16226 (bbdb-dwim-net-address, vm-mail): Declare.
16227 (feedmail-binmail-gnulinuxish-template):
16228 Rename from feedmail-binmail-linuxish-template.
16229 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16230 Use insert-buffer-substring.
16231
16232 2011-05-14 Bill Carpenter <bill@carpenter.org>
16233
16234 * mail/feedmail.el (feedmail-patch-level): Increase.
16235 (feedmail-debug): New custom group.
16236 (feedmail-confirm-outgoing-timeout)
16237 (feedmail-sendmail-f-doesnt-sell-me-out)
16238 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16239 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16240 (feedmail-sender-line, feedmail-from-line)
16241 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
16242 (feedmail-spray-this-address)
16243 (feedmail-spray-address-fiddle-plex-list)
16244 (feedmail-queue-use-send-time-for-date)
16245 (feedmail-queue-use-send-time-for-message-id)
16246 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16247 (feedmail-buffer-eating-function):
16248 Doc fixes.
16249 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16250 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16251 (feedmail-message-action-scroll-down): New functions.
16252 (feedmail-queue-directory, feedmail-queue-draft-directory):
16253 Use expand-file-name.
16254 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16255 Remove C-v help entry.
16256 (feedmail-queue-buffer-file-name): New variable.
16257 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16258 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16259 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16260 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16261 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16262 (feedmail-message-action-toggle-spray)
16263 (feedmail-run-the-queue-no-prompts)
16264 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16265 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16266 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16267 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16268 (feedmail-envelope-deducer, feedmail-fiddle-from)
16269 (feedmail-fiddle-sender, feedmail-default-date-generator)
16270 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16271 (feedmail-fiddle-spray-address)
16272 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16273 (feedmail-fiddle-list-of-fiddle-plexes)
16274 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16275 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16276 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16277 Change default. Doc fix.
16278 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16279 (feedmail-binmail-linuxish-template): New constant.
16280 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16281 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16282 (feedmail-send-it): Add debug call.
16283 Use feedmail-queue-buffer-file-name, and
16284 feedmail-send-it-immediately-wrapper.
16285 (feedmail-message-action-send): Add debug call.
16286 Use feedmail-send-it-immediately-wrapper.
16287 (feedmail-queue-express-to-queue): Add debug call.
16288 Run feedmail-queue-express-hook.
16289 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16290 (feedmail-message-action-help-blat):
16291 Rename from feedmail-queue-send-edit-prompt-help-first.
16292 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16293 Check line-endings. Handle errors better.
16294 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16295 Doc fix. Add debug call.
16296 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16297 Use feedmail-queue-send-edit-prompt-inner.
16298 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16299 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16300 from feedmail-queue-send-edit-prompt.
16301 (feedmail-queue-send-edit-prompt-help)
16302 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16303 (feedmail-tidy-up-slug): Add debug call.
16304 Respect feedmail-queue-slug-suspect-regexp.
16305 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16306 (feedmail-dump-message-to-queue): Add debug call.
16307 Expand queue-directory.
16308 (feedmail-dump-message-to-queue): Change message slightly.
16309 Use feedmail-say-chatter.
16310 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16311 (feedmail-send-it-immediately-wrapper): New function.
16312 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16313 Insert empty string rather than newline. Handle full-frame case.
16314 Use catch/throw. Use feedmail-say-chatter.
16315 (feedmail-fiddle-from): Try mail-host-address.
16316 (feedmail-default-message-id-generator): Doc fix.
16317 Bind system-time-locale. Handle missing end.
16318 (feedmail-fiddle-x-mailer): Add debug call.
16319 Handle feedmail-x-mailer-line being nil.
16320 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16321 Add debug call. Use buffer-substring-no-properties.
16322 (feedmail-say-debug, feedmail-say-chatter): New functions.
16323 (feedmail-find-eoh): Give an explicit error.
16324
16325 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
16326
16327 * net/newst-treeview.el (newsticker-treeview-face): Change default
16328 family from helvetica to sans.
16329 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
16330 etc/images/newsticker.
16331
16332 * net/newst-reader.el (newsticker-feed-face): Change default
16333 family from helvetica to sans.
16334
16335 * net/newst-plainview.el (newsticker-new-item-face)
16336 (newsticker-old-item-face, newsticker-immortal-item-face)
16337 (newsticker-obsolete-item-face, newsticker-date-face)
16338 (newsticker-statistics-face): Change default family from
16339 helvetica to sans.
16340 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
16341 etc/images/newsticker.
16342
16343 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16344 (newsticker--process-auto-mark-filter-match): Tell user about
16345 auto-marking.
16346
16347 2011-05-13 Didier Verna <didier@xemacs.org>
16348
16349 Common Lisp indentation improvements on defmethod and lambda-lists.
16350 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16351 TODO entries.
16352 (lisp-lambda-list-keyword-parameter-indentation)
16353 (lisp-lambda-list-keyword-parameter-alignment)
16354 (lisp-lambda-list-keyword-alignment): New customizable user options.
16355 (lisp-indent-defun-method): Improve docstring.
16356 (extended-loop-p): Fix comment.
16357 (lisp-indent-lambda-list-keywords-regexp): New variable.
16358 (lisp-indent-lambda-list): New function.
16359 (lisp-indent-259): Use it.
16360 (lisp-indent-defmethod): Support for more than one
16361 method qualifier and properly indent methods lambda-lists.
16362 (defgeneric): Provide a missing common-lisp-indent-function property.
16363
16364 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16367 bounds for the empty string (bug#8667).
16368
16369 2011-05-13 Glenn Morris <rgm@gnu.org>
16370
16371 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16372
16373 * mail/sendmail.el (sendmail-program): Try executable-find first.
16374 (sendmail-send-it): `sendmail-program' cannot be unbound.
16375
16376 * calendar/appt.el (appt-make-list): Simplify.
16377 (appt-time-msg-list): Doc fix.
16378 (appt-check): Change mode-line message at the time of the appointment.
16379
16380 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16381
16382 * progmodes/ld-script.el (ld-script-keywords)
16383 (ld-script-builtins): Update keywords list.
16384
16385 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16386
16387 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16388
16389 * shell.el (shell-completion-vars): New function.
16390 (shell-mode):
16391 * simple.el (read-shell-command): Use it.
16392 (blink-matching-open): No need for " [...]" in minibuffer-message.
16393
16394 2011-05-12 Glenn Morris <rgm@gnu.org>
16395
16396 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16397 (appt-check): Simplify.
16398
16399 2011-05-12 Eli Zaretskii <eliz@gnu.org>
16400
16401 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
16402 literal "/dev/null".
16403
16404 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16405
16406 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16407 Fix typo.
16408
16409 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
16410
16411 * progmodes/which-func.el (which-function):
16412 Use add-log-current-defun instead of add-log-current-defun-function,
16413 which might not be defined (Bug#8260).
16414
16415 2011-05-12 Glenn Morris <rgm@gnu.org>
16416
16417 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16418 Let byte-compile-initial-macro-environment always take precedence.
16419
16420 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * net/rcirc.el: Add support for SSL/TLS connections.
16423 (rcirc-server-alist): New field `encryption'.
16424 (rcirc): Check `encryption' settings.
16425 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16426 Merge make-local-variable into `set'.
16427 (rcirc--connection-open-p): New function.
16428 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16429 the process is not a network process (e.g. running gnutls-cli).
16430 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16431 Make rcirc-(en|de)code-coding-system local here.
16432 (rcirc-mode): Merge make-local-variable into `set'.
16433 (rcirc-parent-buffer): Make permanent buffer-local.
16434 (rcirc-multiline-minor-mode): Don't do it here.
16435 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16436 there's no server buffer.
16437
16438 2011-05-11 Glenn Morris <rgm@gnu.org>
16439
16440 * newcomment.el (comment-kill): Prefix "unused" local.
16441
16442 * term/w32console.el (get-screen-color): Declare.
16443
16444 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16445 Handle symbol elements of byte-compile-initial-macro-environment.
16446
16447 2011-05-10 Leo Liu <sdl.web@gmail.com>
16448
16449 * bookmark.el (bookmark-bmenu-mode-map):
16450 Bind bookmark-bmenu-search to `/'.
16451
16452 * mail/footnote.el: Convert to utf-8 encoding.
16453 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16454 (Footnote-unicode): New function.
16455 (footnote-style-alist): Add unicode style to the list.
16456 (footnote-style): Doc fix.
16457
16458 2011-05-10 Jim Meyering <meyering@redhat.com>
16459
16460 Fix doubled-word typos.
16461 * international/quail.el (quail-insert-kbd-layout): and and -> and
16462 * kermit.el: and and -> and
16463 * net/ldap.el (ldap-search-internal): to to -> to
16464 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16465 * progmodes/js.el (js-mode): and and -> and
16466 * textmodes/artist.el (artist-move-to-xy): at at -> at
16467 (artist-draw-region-trim-line-endings): if if -> if
16468 And Safetyc -> Safety.
16469 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16470
16471 2011-05-10 Glenn Morris <rgm@gnu.org>
16472 Stefan Monnier <monnier@iro.umontreal.ca>
16473
16474 * files.el (hack-one-local-variable-eval-safep):
16475 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
16476
16477 2011-05-10 Glenn Morris <rgm@gnu.org>
16478
16479 * calendar/diary-lib.el (diary-list-entries-hook)
16480 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16481 (diary-nongregorian-marking-hook, diary-list-entries)
16482 (diary-include-other-diary-files, diary-mark-entries)
16483 (diary-mark-included-diary-files): Doc fixes.
16484
16485 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
16486
16487 * misc.el: Require tabulated-list.el during compilation.
16488
16489 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
16490
16491 * progmodes/compile.el (compilation-start):
16492 Run compilation-filter-hook for the async case too.
16493 (compilation-filter-hook): Doc fix.
16494
16495 2011-05-09 Deniz Dogan <deniz@dogan.se>
16496
16497 * wdired.el: Remove outdated installation comment. Fix usage
16498 comment.
16499
16500 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
16501
16502 * misc.el: Implement new command `list-dynamic-libraries'.
16503 (list-dynamic-libraries--loaded-only-p): New variable.
16504 (list-dynamic-libraries--refresh): New function.
16505 (list-dynamic-libraries): New command.
16506
16507 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
16508
16509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16510 Fix the ant regexp to handle end-line and end-column info from jikes.
16511 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
16512 higher priority to avoid clobbering by gnu.
16513
16514 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
16515
16516 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16517 if the face has existing theme settings (Bug#8454).
16518
16519 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
16520
16521 * progmodes/perl-mode.el (perl-imenu-generic-expression):
16522 Only match variables declared via `my' or `our' (Bug#8261).
16523
16524 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16525 special file names `.' and `..' (Bug#8259).
16526
16527 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
16528
16529 * progmodes/grep.el (grep-mode-font-lock-keywords):
16530 Remove buffer-changing entries.
16531 (grep-filter): New function.
16532 (grep-mode): Add it to compilation-filter-hook.
16533
16534 * progmodes/compile.el (compilation-filter-hook)
16535 (compilation-filter-start): New defvars.
16536 (compilation-filter): Call compilation-filter-hook prior to
16537 updating the process mark.
16538
16539 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16542
16543 2011-05-07 Eli Zaretskii <eliz@gnu.org>
16544
16545 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16546 mailclient-send-it even if window-system is nil. (Bug#8595)
16547
16548 * term/w32console.el (terminal-init-w32console):
16549 Call get-screen-color and use its output to set the frame
16550 background-mode. (Bug#8597)
16551
16552 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16553
16554 Make bytecomp.el understand that defmethod defines funs (bug#8631).
16555 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
16556 New functions.
16557 (defgeneric, eieio--defmethod): Use them.
16558 (eieio-defgeneric): Remove.
16559 (defmethod): Call defgeneric in a way visible to the byte-compiler.
16560
16561 2011-05-07 Glenn Morris <rgm@gnu.org>
16562
16563 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
16564 Use let rather than let*.
16565 (timeclock-find-discrep): Remove unused local.
16566
16567 * calendar/diary-lib.el (diary-comment-start): Doc fix.
16568
16569 * calendar/appt.el (appt-time-msg-list): Doc fix.
16570
16571 2011-05-06 Noah Friedman <friedman@splode.com>
16572
16573 * apropos.el (apropos-print-doc): Only use
16574 emacs-lisp-docstring-fill-column when it is bound to an integer,
16575 per that variable's documentation.
16576
16577 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
16580 and warnings are not silently discarded (e.g. use -d instead of -P).
16581
16582 2011-05-06 Glenn Morris <rgm@gnu.org>
16583
16584 * calendar/appt.el (appt-message-warning-time): Doc fix.
16585 (appt-warning-time-regexp): New option.
16586 (appt-make-list): Respect appt-message-warning-time.
16587
16588 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
16589 New options.
16590 (diary-add-to-list): Strip comments from the displayed string.
16591 (diary-mode): Set comment-start and comment-end.
16592
16593 * vc/diff-mode.el (smerge-refine-subst): Declare.
16594 (diff-refine-hunk): Don't require smerge-mode when compiling.
16595
16596 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
16597
16598 * simple.el (list-processes): Return nil as the docstring says.
16599
16600 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
16601
16602 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
16603 to "".
16604 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16605 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
16606 determining of binary transfer. (Bug#7383)
16607
16608 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
16609
16610 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16611 Fix port computation bug. (Bug#8618)
16612
16613 2011-05-05 Glenn Morris <rgm@gnu.org>
16614
16615 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
16616
16617 * simple.el (shell-dynamic-complete-functions)
16618 (comint-dynamic-complete-functions): Declare.
16619
16620 * net/network-stream.el (gnutls-negotiate):
16621 * simple.el (tabulated-list-print): Fix declarations.
16622
16623 * progmodes/gud.el (syntax-symbol, syntax-point):
16624 Remove unnecessary and incorrect declarations.
16625
16626 * emacs-lisp/check-declare.el (check-declare-scan):
16627 Handle byte-compile-initial-macro-environment in bytecomp.el
16628
16629 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16630
16631 Fix earlier half-done eieio-defmethod change (bug#8338).
16632 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
16633 Streamline and change calling convention.
16634 (defmethod): Adjust accordingly and simplify.
16635 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
16636 new eieio--defmethod.
16637 (slot-boundp): Minor CSE simplification.
16638
16639 2011-05-05 Milan Zamazal <pdm@zamazal.org>
16640
16641 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
16642 (glasses-make-readable): Use glasses-separate-capital-groups.
16643
16644 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
16645
16646 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
16647 (warning-series): Doc fix.
16648 (display-warning): Don't try to create the buffer if we just found it.
16649
16650 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
16651
16652 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
16653 (autoload-find-generated-file): New function.
16654 (generate-file-autoloads): Bind generated-autoload-file to
16655 buffer-file-name.
16656 (update-file-autoloads, update-directory-autoloads):
16657 Use autoload-find-generated-file. If called interactively, prompt for
16658 output file (Bug#7989).
16659 (batch-update-autoloads): Doc fix.
16660
16661 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
16662
16663 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
16664
16665 2011-05-04 Glenn Morris <rgm@gnu.org>
16666
16667 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
16668 function, so it follows changes in calendar-date-style.
16669 (diary-fancy-date-matcher): New function.
16670 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
16671 (diary-fancy-font-lock-fontify-region-function):
16672 Use diary-fancy-date-pattern as a function.
16673
16674 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
16675 non-numbers for `year' etc pseudo-variables. (Bug#8583)
16676
16677 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16678
16679 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
16680 instead of positional arguments. Allow :keylist and :crlfiles
16681 arguments.
16682 (open-gnutls-stream): Call it.
16683
16684 * net/network-stream.el (network-stream-open-starttls): Adjust to
16685 call `gnutls-negotiate' with :process and :hostname arguments.
16686
16687 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * minibuffer.el (completion--message): New function.
16690 (completion--do-completion, minibuffer-complete)
16691 (minibuffer-force-complete, minibuffer-complete-word): Use it.
16692 (completion--do-completion): Don't ignore completion-auto-help when in
16693 icomplete-mode.
16694
16695 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
16696 internal encoding (e.g. tibetan zero is not whitespace).
16697 (global-whitespace-mode): Prefer save-current-buffer.
16698 (whitespace-trailing-regexp): Remove useless save-match-data.
16699 (whitespace-empty-at-bob-regexp): Minor simplification.
16700
16701 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
16702
16703 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
16704
16705 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16706
16707 * textmodes/ispell.el (ispell-add-per-file-word-list):
16708 Use `concat' to create string for insertion.
16709
16710 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16711
16712 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
16713 Avoid open-line which runs post-self-insert-hook.
16714 (bibtex-fill-entry): Remove unused `end' var.
16715
16716 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
16717
16718 * textmodes/ispell.el (ispell-add-per-file-word-list):
16719 Protect against `nil' value of `comment-start' (Bug#8579).
16720
16721 2011-05-03 Leo Liu <sdl.web@gmail.com>
16722
16723 * isearch.el (isearch-yank-pop): New command.
16724 (isearch-mode-map): Bind it to `M-y'.
16725 (isearch-forward): Mention it.
16726
16727 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * simple.el (minibuffer-complete-shell-command): Remove.
16730 (minibuffer-local-shell-command-map): Use completion-at-point.
16731 (read-shell-command): Setup completion vars here instead.
16732 (read-expression-map): Bind TAB to symbol completion.
16733
16734 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
16735 error directly rather via storing it into `results'.
16736
16737 2011-05-02 Leo Liu <sdl.web@gmail.com>
16738
16739 * vc/diff.el: Fix description.
16740
16741 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16742
16743 * server.el (server-eval-at): New function.
16744
16745 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16746
16747 * net/network-stream.el (open-network-stream): Take a :nowait
16748 parameter and pass it on to `make-network-process'.
16749 (network-stream-open-plain): Ditto.
16750
16751 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
16752
16753 * faces.el (face-spec-set-match-display): Don't match toolkit
16754 options on terminal frames.
16755
16756 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * progmodes/pascal.el: Use lexical binding.
16759 (pascal-mode-map): Remove author preferences.
16760
16761 * pcomplete.el (pcomplete-std-complete): Don't abuse
16762 completion-at-point.
16763
16764 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16765
16766 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
16767 removing code that has been dead since 1991 or so.
16768
16769 * startup.el (command-line): When warning about "_emacs", use a
16770 delayed warning to allow the user to filter it out.
16771
16772 2011-04-28 Deniz Dogan <deniz@dogan.se>
16773
16774 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
16775 user has not joined.
16776
16777 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16778
16779 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
16780 aren't any completions at point.
16781
16782 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
16783
16784 * subr.el (display-delayed-warnings): New function.
16785 (delayed-warnings-hook): New variable.
16786
16787 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * minibuffer.el (completion-at-point, completion-help-at-point):
16790 Don't presume that a given completion-at-point-function will always
16791 use the same calling convention.
16792
16793 * pcomplete.el (pcomplete-completions-at-point):
16794 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
16795 pcomplete-seen is non-nil.
16796 (pcomplete-comint-setup): Also recognize the new comint/shell
16797 completion functions.
16798 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
16799 pcomplete-seen is non-nil.
16800
16801 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
16802
16803 * calendar/icalendar.el (diary-lib): Add require statement.
16804 (icalendar--create-uid): Read out a uid from a text-property on
16805 the first character in the entry. This allows for code to add its
16806 own uid to the entry.
16807 (icalendar--convert-float-to-ical): Add export of
16808 `diary-float'-entries save for those with the optional DAY
16809 argument.
16810
16811 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
16812
16813 * subr.el (shell-quote-argument): Use alternate escaping strategy
16814 when we spot a variable reference in a string.
16815
16816 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16817
16818 * cus-start.el (all): Define customization for debug-on-event.
16819
16820 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16821
16822 * subr.el (shell-quote-argument): Escape correctly under Windows.
16823
16824 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16825
16826 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
16827
16828 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
16829
16830 * net/tramp.el (tramp-process-actions): Add POS argument.
16831 Delete region between POS and (pos).
16832
16833 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16834 Use `nil' position in `tramp-process-actions' call.
16835 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
16836
16837 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
16838 position in `tramp-process-actions' call.
16839
16840 * net/trampver.el: Update release number.
16841
16842 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 * custom.el (defcustom): Obey lexical-binding.
16845
16846 Fix octave-inf completion problems reported by Alexander Klimov.
16847 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
16848 Inherit from octave-mode-syntax-table.
16849 (inferior-octave-mode): Set info-lookup-mode.
16850 (inferior-octave-completion-at-point): New function.
16851 (inferior-octave-complete): Use it and completion-in-region.
16852 (inferior-octave-dynamic-complete-functions): Use it as well, and use
16853 comint-filename-completion.
16854 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
16855 symbol elements which shouldn't be word elements.
16856 (octave-font-lock-keywords, octave-beginning-of-defun)
16857 (octave-function-header-regexp): Adjust regexps accordingly.
16858 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
16859
16860 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
16861
16862 * net/gnutls.el (gnutls-errorp): Declare before first use.
16863
16864 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
16865
16866 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
16867 verify-error, and verify-hostname-error parameters. Check whether
16868 default trustfile exists before going to use it. Add missing
16869 argument to gnutls-message-maybe call. Return value.
16870 Reported by Claudio Bley <claudio.bley@gmail.com>.
16871 (open-gnutls-stream): Add usage example.
16872
16873 * net/network-stream.el (network-stream-open-starttls): Give host
16874 parameter to `gnutls-negotiate'.
16875 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
16876 * subr.el (shell-quote-argument): Escape correctly under Windows.
16877
16878 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
16879
16880 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
16881 Use correct match group (bug#8438).
16882
16883 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
16884
16885 * emacs-lisp/package.el (package-built-in-p): Fix typo.
16886 (package-menu--generate): New arg specifying packages to show.
16887 (package-menu-refresh, package-menu-execute, list-packages):
16888 Callers changed.
16889 (package-show-package-list): New function, replacing deleted
16890 package--list-packages (renamed because it is non-internal).
16891
16892 * finder.el (finder-list-matches): Use package-show-package-list
16893 instead of deleted package--list-packages.
16894
16895 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
16896 Based on a previous implementation by Juanma Barranquero (Bug#8366).
16897 (vc-annotate-mode-map): Bind it to RET.
16898
16899 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
16900
16901 * progmodes/etags.el (next-file): Don't use set-buffer to change
16902 buffers (Bug#8478).
16903
16904 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
16905
16906 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
16907
16908 * apropos.el (apropos-label-face): Avoid variable-pitch face.
16909 (apropos-accumulator): Doc fix.
16910 (apropos-function, apropos-macro, apropos-command)
16911 (apropos-variable, apropos-face, apropos-group, apropos-widget)
16912 (apropos-plist): Add face property.
16913 (apropos-symbols-internal): Fix indentation.
16914 (apropos-print): Simplify help, and recognize apropos-multi-type.
16915 (apropos-print-doc): Use button-type-get to extract the button's
16916 face property. Fill docstring (Bug#8352).
16917
16918 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
16919
16920 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
16921
16922 * play/mpuz.el (mpuz-silent): Doc fix.
16923 (mpuz-mode-map): Use mapc.
16924 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
16925 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
16926 Fix typos in docstrings.
16927
16928 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
16929 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
16930
16931 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
16932
16933 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
16934
16935 * minibuffer.el (completion--do-completion): Avoid the "Next char
16936 not unique" prompt if icomplete-mode is enabled (Bug#5849).
16937
16938 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
16939 mouse-2 into unread-command-events, it is interpreted correctly.
16940
16941 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
16942 (image-toggle-display): Doc fix.
16943
16944 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
16945
16946 * textmodes/page.el (what-page): Use line-number-at-pos to
16947 calculate line number (Bug#6825).
16948
16949 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
16950
16951 * eshell/esh-mode.el (find-tag-interactive): Declare function.
16952 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
16953 Pass argument NO-DEFAULT to `find-tag-interactive'.
16954
16955 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
16956
16957 Lexical-binding cleanup.
16958
16959 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
16960 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
16961 * progmodes/ada-prj.el (ada-prj-initialize-values)
16962 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
16963 (ada-prj-show-value):
16964 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
16965 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
16966 (antlr-invalidate-context-cache, antlr-options-menu-filter)
16967 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
16968 * progmodes/bug-reference.el (bug-reference-push-button):
16969 * progmodes/fortran.el (fortran-line-length):
16970 * progmodes/glasses.el (glasses-change):
16971 * progmodes/octave-mod.el (octave-fill-paragraph):
16972 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
16973 (python-pdbtrack-grub-for-buffer, python-sentinel):
16974 * progmodes/sql.el (sql-save-connection):
16975 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
16976 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
16977 Mark unused parameters.
16978
16979 * progmodes/compile.el (compilation--flush-directory-cache)
16980 (compilation--flush-parse, compile-internal): Mark unused parameters.
16981 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
16982 (compilation-next-error-function): Remove unused variable `timestamp'.
16983
16984 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
16985 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
16986
16987 * progmodes/dcl-mode.el (dcl-end-of-command):
16988 Remove unused variable `start'.
16989 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
16990 (dcl-option-value-basic, dcl-option-value-offset)
16991 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
16992 Mark unused parameters.
16993 (dcl-save-local-variable): Remove unused variable `val'.
16994 (mode): Declare.
16995
16996 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
16997 Mark unused parameters.
16998 (delphi-ignore-changes): Move before first use.
16999 (delphi-charset-token-at): Remove unused variable `start'.
17000 (delphi-else-start): Remove unused variable `if-count'.
17001 (delphi-comment-block-start, delphi-comment-block-end):
17002 Remove unused variable `kind'.
17003 (delphi-indent-line): Remove unused variable `new-point'.
17004
17005 * progmodes/ebrowse.el (ebrowse-files-list)
17006 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17007 Mark unused parameters. Don't quote `lambda'.
17008 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17009 Don't quote `lambda'.
17010 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17011 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17012 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17013 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17014 Use `ignore-errors'.
17015 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17016 (ebrowse-view/find-file-and-search-pattern)
17017 (ebrowse-view/find-member-declaration/definition):
17018 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17019 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17020 Rename parameter PREFIX-ARG to PREFIX.
17021 (ebrowse-tags-read-name): Remove unused variables `start' and
17022 `member-info'.
17023 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17024 to `tags-file'.
17025
17026 * progmodes/etags.el (local-find-tag-hook): Declare.
17027 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17028 Mark unused parameters.
17029
17030 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17031 (executable-interpret): Mark unused parameter.
17032
17033 * progmodes/flymake.el (flymake-process-sentinel)
17034 (flymake-after-change-function)
17035 (flymake-create-temp-with-folder-structure)
17036 (flymake-get-include-dirs-dot): Mark unused parameters.
17037 (flymake-safe-delete-directory): Remove unused variable `err'.
17038
17039 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17040 (speedbar-timer-fn, speedbar-line-text)
17041 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17042 (speedbar-center-buffer-smartly): Declare functions.
17043 (gdb-find-watch-expression): Remove unused variable `array'.
17044 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17045 (gdb-starting): Mark unused parameters.
17046 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17047 (gdb-table-string): Remove unused variable `res'.
17048 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17049 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17050 (gdb-display-buffer): Remove unused variable `cur-size'.
17051
17052 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17053 allow lexical-binding compilation.
17054 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17055 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17056 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17057 Mark unused parameters.
17058 (gud-gdb-marker-filter): Remove unused variable `match'.
17059 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17060 lambda expressions and funcall them, instead of using `fset'.
17061
17062 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17063 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17064
17065 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17066 variable `header-beg'; use `let'.
17067
17068 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17069 `restart', `last-sexp' and `at-do'.
17070
17071 * progmodes/js.el (js--debug): Mark unused parameter.
17072 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17073 (js--splice-into-items): Remove unused variable `item'.
17074 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17075
17076 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17077 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17078 (makefile-complete): Remove unused variable `try'.
17079 (makefile-fill-paragraph, makefile-match-function-end):
17080 Mark unused parameters.
17081
17082 * progmodes/octave-inf.el (inferior-octave-complete):
17083 Remove unused variable `proc'.
17084 (inferior-octave-output-digest): Mark unused parameter.
17085
17086 * progmodes/perl-mode.el (perl-calculate-indent):
17087 Remove unused variable `err'.
17088
17089 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17090 (prolog-indent-line): Mark unused parameters.
17091 (prolog-indent-line): Remove unused variable `beg'.
17092
17093 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17094 (reporter-dont-compact-list): Declare.
17095
17096 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17097 Remove unused variable `char'.
17098 (sh-debug): Mark unused parameter.
17099 (sh-get-indent-info): Remove unused variable `start'.
17100 (sh-calculate-indent): Remove unused variable `var'.
17101
17102 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17103 (simula-electric-keyword): Remove unused variable `null'.
17104 (simula-search-backward, simula-search-forward): Remove unused
17105 variables `begin' and `end'.
17106
17107 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17108 Remove unused variable `pos'.
17109 (vera-electric-tab, vera-comment-uncomment-region):
17110 Mark unused parameters.
17111 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17112
17113 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
17114
17115 * emacs-lisp/package.el (package--builtins, package-alist)
17116 (package-load-descriptor, package-built-in-p, package-activate)
17117 (define-package, package-installed-p)
17118 (package-compute-transaction, package-buffer-info)
17119 (package--push): Doc fix. Distinguish more clearly between
17120 version strings and version lists.
17121
17122 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
17123
17124 Lexical-binding cleanup.
17125
17126 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17127 (5x5-make-mutate-best):
17128 * play/fortune.el (fortune-in-buffer):
17129 * play/gomoku.el (gomoku-init-display):
17130 * play/solitaire.el (solitaire, solitaire-do-check):
17131 * play/tetris.el (tetris-default-update-speed-function):
17132 Mark unused parameters.
17133
17134 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17135 (bubbles--shift): Remove unused variable `char-org'.
17136 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17137 (bubbles--show-images): Remove unused variable `char'.
17138
17139 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17140 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17141 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17142 (decipher-analyze-buffer): Use ?\s.
17143 (decipher-make-checkpoint): Remove unused variable `mapping'.
17144
17145 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17146
17147 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17148 Remove unused variable `result'; use `let'.
17149
17150 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17151 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17152 (gametree-children-shown-p, gametree-compute-reduced-score):
17153 Use `ignore-errors'.
17154
17155 * play/handwrite.el (ps-lpr-switches): Declare.
17156 (handwrite): Remove unused variables `pmin' and `lastp'.
17157
17158 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17159
17160 * play/landmark.el (landmark-init-display)
17161 (landmark-update-naught-weights): Mark unused parameters.
17162 (landmark-y): Remove unused variable `noise'. Simplify.
17163 (landmark-human-plays): Remove unused variable `score'.
17164
17165 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17166 (mpuz-try-proposal): Remove unused variable `game'.
17167
17168 * play/zone.el (life-patterns): Declare.
17169
17170 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
17171
17172 * vc/vc.el (ediff-vc-internal): Declare function.
17173
17174 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17175
17176 * shell.el: Use lexical-binding and std completion UI.
17177 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17178 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17179 comint-preoutput-filter-functions rather than on
17180 comint-output-filter-functions.
17181 (shell-command-completion, shell--command-completion-data)
17182 (shell-filename-completion, shell-environment-variable-completion)
17183 (shell-c-a-p-replace-by-expanded-directory): New functions.
17184 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17185 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17186 (shell-dynamic-complete-environment-variable): Use them.
17187 (shell-dynamic-complete-as-environment-variable)
17188 (shell-dynamic-complete-as-command): Remove.
17189 (shell-match-partial-variable): Match past point.
17190 * comint.el: Clean up use of completion-at-point-functions.
17191 (comint-completion-at-point): New function.
17192 (comint-mode): Use it completion-at-point-functions.
17193 (comint-dynamic-complete): Make it obsolete.
17194 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17195 (comint-c-a-p-replace-by-expanded-history): New function.
17196 (comint-dynamic-complete-functions)
17197 (comint-replace-by-expanded-history): Use it.
17198 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17199 termination strings. Try harder to avoid second try-completion.
17200 (completion-in-region-mode-map): Disable bindings that don't work yet.
17201
17202 * comint.el: Use lexical-binding. Require CL.
17203 (comint-dynamic-complete-functions): Use comint-filename-completion.
17204 (comint-completion-addsuffix): Tweak custom type.
17205 (comint-filename-completion, comint--common-suffix)
17206 (comint--common-quoted-suffix, comint--table-subvert)
17207 (comint--complete-file-name-data): New functions.
17208 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17209 (comint-dynamic-list-filename-completions): Use them.
17210 (comint-dynamic-simple-complete): Make obsolete.
17211
17212 * minibuffer.el (completion-in-region-mode):
17213 Keep completion-in-region-mode--predicate global.
17214 (completion-in-region--postch):
17215 Assume completion-in-region-mode--predicate is not null.
17216
17217 * progmodes/flymake.el (flymake-start-syntax-check-process):
17218 Obey `dir'. Simplify.
17219
17220 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17221 we're in VC after all.
17222
17223 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17224
17225 * vc/vc.el (vc-diff-build-argument-list-internal)
17226 (vc-version-ediff, vc-ediff): New commands.
17227 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17228
17229 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17232 add sanity check.
17233
17234 * obsolete/erc-hecomplete.el: Make obsolete.
17235 * obsolete/: Standardize obsolescence info in the header.
17236
17237 2011-04-20 Glenn Morris <rgm@gnu.org>
17238
17239 * calendar/solar.el (solar-horizontal-coordinates):
17240 Use the longitude argument rather than `calendar-longitude'.
17241 (solar-date-next-longitude): Remove unused locals.
17242
17243 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17244
17245 * whitespace.el: New version 13.2.1.
17246
17247 2011-04-20 felix <EmacsWiki> (tiny change)
17248
17249 * whitespace.el (global-whitespace-mode): Keep highlight when
17250 switching between major modes on a file.
17251
17252 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17255 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17256 multi-line comments as well.
17257
17258 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
17259
17260 Lexical-binding cleanup.
17261
17262 * arc-mode.el (archive-mode-revert):
17263 * cmuscheme.el (scheme-interactively-start-process):
17264 * custom.el (custom-initialize-delay):
17265 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17266 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17267 * emacs-lock.el (emacs-lock-clear-sentinel):
17268 * ezimage.el (defezimage):
17269 * follow.el (follow-avoid-tail-recenter):
17270 * fringe.el (set-fringe-mode-1):
17271 * generic-x.el (bat-generic-mode-compile):
17272 * help-mode.el (help-info-variable, help-do-xref)
17273 (help-mode-revert-buffer):
17274 * help.el (view-emacs-todo):
17275 * iswitchb.el (iswitchb-completion-help):
17276 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17277 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17278 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17279 * locate.el (locate-update):
17280 * longlines.el (longlines-encode-region)
17281 (longlines-after-change-function):
17282 * outline.el (outline-isearch-open-invisible):
17283 * ps-def.el (declare-function, charset-dimension, char-width)
17284 (encode-char):
17285 * ps-mule.el (ps-mule-plot-string):
17286 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17287 (recentf-edit-list-select, recentf-edit-list-validate)
17288 (recentf-open-files-action):
17289 * rect.el (delete-whitespace-rectangle-line)
17290 (rectangle-number-line-callback):
17291 * register.el (window-configuration-to-register)
17292 (frame-configuration-to-register):
17293 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17294 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17295 (xselect-convert-to-targets, xselect-convert-to-delete)
17296 (xselect-convert-to-filename, xselect-convert-to-charpos)
17297 (xselect-convert-to-lineno, xselect-convert-to-colno)
17298 (xselect-convert-to-os, xselect-convert-to-host)
17299 (xselect-convert-to-user, xselect-convert-to-class)
17300 (xselect-convert-to-name, xselect-convert-to-integer)
17301 (xselect-convert-to-atom, xselect-convert-to-identity):
17302 * subr.el (declare, ignore, process-kill-without-query)
17303 (text-clone-maintain):
17304 * terminal.el (te-get-char, te-tic-sentinel):
17305 * tool-bar.el (tool-bar-make-keymap):
17306 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17307 * type-break.el (type-break-mode, type-break-noninteractive-query):
17308 * view.el (View-back-to-mark):
17309 * wid-browse.el (widget-browse-action, widget-browse-widget)
17310 (widget-browse-widgets, widget-browse-sexp):
17311 * widget.el (define-widget-keywords):
17312 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17313 Mark unused parameters.
17314
17315 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17316 (align-areas): Remove unused variable `look'.
17317 (align-region): Remove unused variables `real-end' and `pos-list'.
17318
17319 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17320
17321 * bindings.el (mode-line-modified, mode-line-remote):
17322 Mark unused parameters.
17323 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17324
17325 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17326 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17327
17328 * comint.el (comint-history-isearch-pop-state)
17329 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17330 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17331 (comint-substitute-in-file-name): Doc fix.
17332
17333 * completion.el (cmpl-statistics-block): Mark unused parameter.
17334 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17335 (save-completions-to-file, load-completions-from-file):
17336 Remove unused local variable `e'.
17337
17338 * composite.el (compose-chars): Remove unused variable `len'.
17339 (lgstring-insert-glyph): Remove unused variable `g'.
17340 (compose-glyph-string): Remove unused variables `ascent',
17341 `descent', `lbearing' and `rbearing'.
17342 (compose-glyph-string-relative): Remove unused variables
17343 `lbearing', `rbearing' and `wadjust'.
17344 (compose-gstring-for-graphic): Remove unused variables `header',
17345 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17346 (compose-gstring-for-terminal): Remove unused variables `header'
17347 and `nchars'. Use `let', not `let*'.
17348
17349 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17350 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17351 (Custom-buffer-done, custom-buffer-create-internal)
17352 (custom-browse-visibility-action, custom-browse-group-tag-action)
17353 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17354 (widget-magic-mouse-down-action, custom-toggle-parent)
17355 (custom-add-parent-links, custom-toggle-hide-variable)
17356 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17357 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17358 (custom-face-menu-create, custom-variable-menu-create, get)
17359 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17360 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17361 (customize-apropos): Remove unused variable `tests'.
17362 (custom-group-value-create): Remove unused variable `hidden-p'.
17363 (sort-fold-case): Declare.
17364
17365 * cus-theme.el (custom-reset-standard-faces-list)
17366 (custom-reset-standard-variables-list): Declare.
17367 (customize-create-theme, custom-theme-revert, custom-theme-write)
17368 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17369 Mark unused parameters.
17370
17371 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17372
17373 * delim-col.el (delimit-columns-max): Move defvar before first use.
17374
17375 * descr-text.el (describe-char-categories): Don't quote `lambda'.
17376 (describe-char): Don't quote `lambda'. Mark unused parameter.
17377
17378 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17379 (auto-insert): Declare.
17380 (desktop-restore-file-buffer): Rename desktop-* parameters;
17381 mark unused ones.
17382 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17383 (desktop-buffer): Rename desktop-* parameters.
17384
17385 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17386 (dframe-reposition-frame-xemacs, dframe-help-echo)
17387 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17388 Mark unused parameters.
17389
17390 * dired-aux.el (backup-extract-version-start, overwrite-query)
17391 (overwrite-backup-query, rename-regexp-query)
17392 (rename-non-directory-query): Declare.
17393 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17394 (dired-add-entry): Remove unused variable `orig-file-name'.
17395 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17396 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17397 `dired-copy-preserve-time' directly.
17398 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17399 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17400
17401 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17402 (dired-virtual-revert, dired-make-relative-symlink):
17403 Mark unused parameters.
17404 (manual-program): Declare.
17405 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17406 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17407 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17408
17409 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17410
17411 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17412
17413 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17414 Declare.
17415
17416 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17417
17418 * electric.el (Electric-command-loop): Rename parameter
17419 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17420
17421 * expand.el (expand-in-literal): Remove unused variable `here'.
17422
17423 * facemenu.el (facemenu-add-new-color):
17424 Remove unused variable `docstring'.
17425
17426 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17427 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17428 (face-attr-construct): Mark unused parameter. Doc fix.
17429 (read-color): Remove unused variable `hex-string'.
17430
17431 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17432 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17433 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17434 (display-buffer-other-frame): Remove unused variable `old-window'.
17435 (kill-buffer-hook): Declare.
17436 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17437 Mark unused parameters.
17438 (after-find-file): Pass 1 to `auto-save-mode', not t.
17439
17440 * files-x.el (auto-insert): Declare.
17441 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17442
17443 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
17444 variable `buf'. Mark unused parameter.
17445 (find-lisp-insert-directory): Mark unused parameter.
17446
17447 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17448 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17449 (format-common-tail): Remove, unused.
17450 (format-deannotate-region): Remove unused variable `loc'.
17451 (format-annotate-region): Remove unused variable `p'.
17452 (format-annotate-single-property-change): Remove unused variables
17453 `default' and `tail'.
17454
17455 * forms.el (read-file-filter): Declare.
17456 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17457
17458 * frame.el (frame-creation-function-alist): Mark unused parameter.
17459 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17460
17461 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17462 Remove unused parameters.
17463 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17464 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17465
17466 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17467 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17468 (hfy-prepare-tag-map): Mark unused parameters.
17469 (htmlfontify-buffer): Use `called-interactively-p'.
17470
17471 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17472 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17473 (ibuffer-do-occur): Mark unused parameters.
17474 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17475 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17476
17477 * ibuffer.el: Don't quote `lambda'.
17478 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17479 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17480 Mark unused parameters.
17481
17482 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17483 (ido-completing-read): Mark unused parameters.
17484 (ido-copy-current-word): Mark unused parameters;
17485 remove unused variable `name'.
17486 (ido-sort-merged-list): Remove unused parameter `dirs'.
17487
17488 * ielm.el (ielm-input-sender): Mark unused parameter.
17489 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17490 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17491 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17492 `ielm-string' as a dynamic variable accessible from the IELM prompt.
17493 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
17494
17495 * image-dired.el (image-dired-display-thumbs): Remove unused
17496 variables `curr-file' and `count'.
17497 (image-dired-remove-tag): Remove unused variable `start'.
17498 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17499 variable `curr-file'
17500 (image-dired-rotate-original): Remove unused variable `temp-file'.
17501 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17502 Remove unused variable `file'.
17503 (image-dired-gallery-generate): Remove unused variable `curr'.
17504 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17505
17506 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17507
17508 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17509
17510 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17511
17512 * isearch.el (minibuffer-history-symbol): Declare.
17513 (isearch-edit-string): Remove unused variable `err'.
17514 (isearch-message-prefix, isearch-message-suffix):
17515 Mark unused parameters.
17516
17517 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17518
17519 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17520
17521 * makesum.el (double-column): Remove unused variable `cnt'.
17522
17523 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17524 (ido-ignore-item-temp-list): Declare.
17525
17526 * mouse-drag.el (mouse-drag-throw): Remove unused variables
17527 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17528 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17529 (mouse-drag-drag): Remove unused variables `mouse-delta' and
17530 `mouse-col-delta'.
17531
17532 * mouse-sel.el (mouse-extend-internal):
17533 Remove unused variable `orig-window-frame'.
17534
17535 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17536 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17537 Move declarations before first use.
17538 (pcomplete-opt): Mark unused parameters; doc fix.
17539
17540 * proced.el (proced-revert): Mark unused parameter.
17541 (proced-send-signal): Remove unused variable `err'.
17542
17543 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17544 Rename parameter PREFIX-ARG to ARG.
17545 (ps-basic-plot-string, ps-basic-plot-whitespace):
17546 Mark unused parameters.
17547
17548 * replace.el (replace-count): Define.
17549 (occur-revert-function): Mark unused parameters.
17550 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17551 (isearch-case-fold-search, isearch-string): Declare.
17552 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17553 bind `case-fold-search'. Remove unused variables `beg' and `end',
17554 and simplify.
17555 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
17556 COUNT and bind `replace-count'.
17557 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
17558 to COUNT.
17559
17560 * savehist.el (print-readably, print-string-length): Declare.
17561
17562 * shadowfile.el (shadow-expand-cluster-in-file-name):
17563 Remove unused variable `cluster'.
17564 (shadow-copy-file): Remove unused variable `i'.
17565 (shadow-noquery, shadow-clusters, shadow-site-cluster)
17566 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
17567 (shadow-define-literal-group, shadow-define-regexp-group)
17568 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
17569
17570 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
17571 (shell): Use `called-interactively-p'.
17572 (shell-directory-tracker): Remove unused variable `chdir-failure'.
17573
17574 * simple.el (compilation-context-lines, comint-file-name-quote-list)
17575 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
17576 (delete-backward-char): Remove unused variable `ocol'.
17577 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
17578 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
17579 (event-apply-hyper-modifier, event-apply-shift-modifier)
17580 (event-apply-control-modifier, event-apply-meta-modifier):
17581 Mark unused parameters.
17582 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
17583 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
17584
17585 * speedbar.el (speedbar-ignored-directory-expressions)
17586 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
17587 (speedbar-find-file, speedbar-dir-follow)
17588 (speedbar-directory-buttons-follow, speedbar-tag-find)
17589 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
17590 (speedbar-buffers-line-directory, speedbar-buffer-click):
17591 Mark unused parameters.
17592 (speedbar-tag-file): Remove unused variable `mode'.
17593 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
17594
17595 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
17596
17597 * talk.el (talk): Remove unused variable `display'.
17598
17599 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
17600 (tar-write-region-annotate): Mark unused parameter.
17601
17602 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
17603 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
17604 Declare them, wrapped in `with-no-warnings' to avoid replacing one
17605 warning by another.
17606
17607 * time-stamp.el (time-stamp-string-preprocess):
17608 Remove unused variable `require-padding'.
17609
17610 * tree-widget.el (widget-glyph-enable): Declare.
17611 (tree-widget-action): Mark unused parameter.
17612
17613 * w32-fns.el (x-get-selection): Mark unused parameter.
17614 (autoload-make-program, generated-autoload-file): Declare.
17615
17616 * wdired.el (wdired-revert): Mark unused parameters.
17617 (wdired-xcase-word): Remove unused variable `err'.
17618
17619 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17620 (whitespace-help-scroll): Remove unused variable `data-help'.
17621
17622 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17623 (widget-image-insert, widget-after-change, default)
17624 (widget-default-format-handler, widget-default-notify)
17625 (widget-default-prompt-value, widget-info-link-action)
17626 (widget-url-link-action, widget-function-link-action)
17627 (widget-variable-link-action, widget-file-link-action)
17628 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17629 (widget-field-prompt-internal, widget-field-action, widget-field-match)
17630 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17631 (widget-insert-button-action, widget-delete-button-action, visibility)
17632 (widget-documentation-link-action, widget-documentation-string-action)
17633 (widget-const-prompt-value, widget-regexp-match, symbol)
17634 (widget-coding-system-prompt-value)
17635 (widget-key-sequence-value-to-external, sexp)
17636 (widget-sexp-value-to-internal, character, vector, cons)
17637 (widget-choice-prompt-value, widget-boolean-prompt-value)
17638 (widget-color--choose-action): Mark unused parameters.
17639 (widget-item-match-inline, widget-choice-match-inline)
17640 (widget-checklist-match, widget-checklist-match-inline)
17641 (widget-group-match): Rename parameter VALUES to VALS.
17642 (widget-field-value-set): Remove unused variable `size'.
17643 (widget-color-action): Remove unused variables `value' and `start'.
17644
17645 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
17646 variable `dir'. Doc fix.
17647 (windmove-find-other-window): Don't pass it.
17648
17649 * window.el (count-windows): Mark unused parameter.
17650 (bw-adjust-window): Remove unused variable `err'.
17651
17652 * woman.el (woman-file-name): Remove unused variable `default'.
17653 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
17654 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
17655 (global-font-lock-mode): Declare.
17656 (woman-decode-region): Mark unused parameter.
17657 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
17658
17659 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
17660 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
17661 (x-dnd-handle-moz-url): Remove unused variable `title'.
17662 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
17663
17664 * xml.el (xml-parse-tag, xml-parse-attlist):
17665 Remove unused variable `pos'.
17666
17667 2011-04-19 Glenn Morris <rgm@gnu.org>
17668
17669 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
17670 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17671 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17672 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
17673 * calendar/cal-html.el (cal-html-insert-minical):
17674 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
17675 (calendar-mark-date-pattern):
17676 Prefix "unused" locals.
17677
17678 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
17679 optional argument `style'.
17680
17681 * calendar/appt.el (appt-make-list):
17682 * calendar/cal-china.el (calendar-chinese-date-string):
17683 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
17684 (diary-hebrew-yahrzeit):
17685 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
17686 * calendar/calendar.el (calendar-generate-window):
17687 * calendar/time-date.el (time-to-days):
17688 Remove unused local variables.
17689
17690 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
17691
17692 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
17693 glyphless-char-display table.
17694 (tabulated-list-glyphless-char-display): New var.
17695
17696 2011-04-18 Sam Steingold <sds@gnu.org>
17697
17698 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
17699 to acknowledgments.
17700
17701 2011-04-17 Glenn Morris <rgm@gnu.org>
17702
17703 * calendar/diary-lib.el (diary-sexp-entry):
17704 * calendar/holidays.el (holiday-sexp):
17705 Set debug-on-error rather than the removed stack-trace-on-error.
17706
17707 2011-04-16 Glenn Morris <rgm@gnu.org>
17708
17709 * progmodes/f90.el: Use lexical-binding.
17710 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
17711
17712 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17713
17714 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
17715 (mail-mode): Setup mailalias completion here instead.
17716 * mail/mailalias.el: Use lexical-binding.
17717 (pattern, mailalias-done): Declare dynamic.
17718 (mail-completion-at-point-function): New function, from mail-complete.
17719 (mail-complete): Use it.
17720 (mail-completion-expand): New function.
17721 (mail-get-names): Use it.
17722 (mail-directory, mail-directory-process, mail-directory-stream):
17723 Don't use `pattern' for lexically bound arg.
17724
17725 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
17726
17727 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
17728 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
17729 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
17730
17731 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
17732 (byte-save-window-excursion, byte-temp-output-buffer-setup)
17733 (byte-interactive-p): Define them again, for use when inlining
17734 old code.
17735
17736 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
17737
17738 * loadup.el: Use `string-to-number', not `string-to-int'.
17739
17740 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
17743 gud-gdb-complete-command.
17744 (gud-gdb-completions): New function, from gud-gdb-complete-command.
17745 (gud-gdb-completion-at-point): New function.
17746 (gud-gdb-completions): Remove.
17747
17748 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
17749
17750 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
17751 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
17752 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
17753 whether `executable-find' is bound.
17754
17755 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
17756
17757 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17758
17759 * minibuffer.el (completion-in-region-mode-predicate)
17760 (completion-in-region-mode--predicate): New vars.
17761 (completion-in-region, completion-in-region--postch)
17762 (completion-in-region-mode): Use them.
17763 (completion--capf-wrapper): Also return the hook function.
17764 (completion-at-point, completion-help-at-point):
17765 Adjust and provide a predicate.
17766
17767 Preserve arg names for advice of subr and lexical functions (bug#8457).
17768 * help-fns.el (help-function-arglist): Consolidate the subr and
17769 new-byte-code cases. Add argument `preserve-names' to extract names
17770 from the docstring when needed.
17771 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
17772 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
17773 (ad-arglist): Use help-function-arglist's new arg.
17774 (ad-definition-type): Use cond.
17775
17776 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
17777
17778 * autorevert.el (auto-revert-handler):
17779 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
17780 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17781 Don't quote lambda.
17782
17783 * image-mode.el (image-transform-set-scale):
17784 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
17785
17786 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17787
17788 * net/network-stream.el (network-stream-open-starttls): Only do
17789 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
17790 Upgrades via gnutls-cli are too slow to be done opportunistically.
17791
17792 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
17793
17794 * dframe.el (dframe-current-frame): Remove spurious quote.
17795
17796 2011-04-12 Glenn Morris <rgm@gnu.org>
17797
17798 * calendar/cal-tex.el (cal-tex-end-document):
17799 Try to automatically use latin1 input if needed.
17800
17801 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
17802 Don't try to cons a mark onto an empty element.
17803
17804 2011-04-11 Leo Liu <sdl.web@gmail.com>
17805
17806 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
17807 buffers.
17808 (ido-kill-buffer-at-head): Support killing virtual buffers.
17809
17810 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
17811
17812 * minibuffer.el (completion-show-inline-help): New var.
17813 (completion--do-completion, minibuffer-complete)
17814 (minibuffer-force-complete, minibuffer-complete-word):
17815 Inhibit minibuffer messages if completion-show-inline-help is nil.
17816
17817 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
17818 to avoid interference from inline help (Bug#5849).
17819
17820 2011-04-10 Leo Liu <sdl.web@gmail.com>
17821
17822 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17823 Fix typo.
17824
17825 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
17826
17827 * image-mode.el (image-toggle-display-image): Signal an error if
17828 not in Image mode.
17829 (image-transform-mode, image-transform-resize)
17830 (image-transform-set-rotation): Doc fix.
17831 (image-transform-set-resize): Delete.
17832 (image-transform-set-scale, image-transform-fit-to-height)
17833 (image-transform-fit-to-width): Handle image-toggle-display-image
17834 and image-transform-resize directly.
17835
17836 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
17837
17838 * doc-view.el (doc-view-fit-width-to-window)
17839 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
17840 New functions for fitting the shown image to the Emacs window size.
17841 (doc-view-mode-map): Add bindings for the new functions.
17842
17843 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
17844
17845 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
17846 Fix typo in docstring.
17847
17848 2011-04-08 Eli Zaretskii <eliz@gnu.org>
17849
17850 * files.el (file-size-human-readable): Produce one digit after
17851 decimal, like "ls -lh" does.
17852
17853 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
17854 the file size representation.
17855
17856 * simple.el (list-processes): If async subprocesses are not
17857 available, error out with a clear error message.
17858
17859 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
17860
17861 * help.el (help-form-show): New function, to be called from C.
17862 Put help-form output in a buffer named differently than *Help*.
17863
17864 2011-04-08 Eli Zaretskii <eliz@gnu.org>
17865
17866 * files.el (file-size-human-readable): New function.
17867
17868 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
17869 computing the representation inline. Don't require `cl'.
17870
17871 2011-04-08 Glenn Morris <rgm@gnu.org>
17872
17873 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
17874
17875 * net/browse-url.el (browse-url-firefox):
17876 Test system-type, not system-configuration.
17877
17878 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
17879 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
17880 Use log-edit-empty-buffer-p. (Bug#7598)
17881
17882 * net/rlogin.el (rlogin-process-connection-type): Simplify.
17883 (rlogin-mode-map): Initialize in the defvar.
17884 (rlogin): Use ignore-errors.
17885
17886 * replace.el (occur-mode-map): Some fixes for menu items.
17887
17888 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17889
17890 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
17891
17892 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
17893
17894 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
17895 issuing unused warnings.
17896
17897 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
17898 macro directly.
17899
17900 * simple.el: Lisp reimplement of list-processes. Based on an
17901 earlier reimplementation by Leo Liu, but using tabulated-list.el.
17902 (process-menu-mode): New major mode.
17903 (list-processes--refresh, list-processes):
17904 (process-menu-visit-buffer): New functions.
17905
17906 * files.el (save-buffers-kill-emacs): Don't assume any return
17907 value of list-processes, which is undocumented anyway.
17908
17909 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
17910
17911 * emacs-lisp/tabulated-list.el: New file.
17912
17913 * emacs-lisp/package.el: Use Tabulated List mode.
17914 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
17915 (package-menu-mode): Derive from tabulated-list-mode. Set up the
17916 table format using Tabulated List mode variables.
17917 (package--push): New macro, replacing package-list-maybe-add.
17918 (package-menu--generate): Use package--push. Renamed from
17919 package--generate-package-list.
17920 (package-menu-refresh, list-packages): Use it.
17921 (package-menu--print-info): Rename from package-print-package.
17922 Return insertion data instead of inserting it directly.
17923 (package-menu-describe-package, package-menu-execute):
17924 Use tabulated-list-get-id.
17925 (package-menu-mark-delete, package-menu-mark-install)
17926 (package-menu-mark-unmark, package-menu-backup-unmark)
17927 (package-menu-mark-obsolete-for-deletion):
17928 Use tabulated-list-put-tag.
17929 (package--list-packages, package-menu-revert)
17930 (package-menu-get-package, package-menu-get-version)
17931 (package-menu-sort-by-column): Functions deleted.
17932 (package-menu-package-list, package-menu-sort-key): Vars deleted.
17933 (package-menu--status-predicate, package-menu--version-predicate)
17934 (package-menu--name-predicate)
17935 (package-menu--description-predicate): Handle arguments in the
17936 Tabulated List format.
17937 (package-list-packages-no-fetch): Call list-packages.
17938
17939 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
17940
17941 * files.el (after-find-file-from-revert-buffer): Remove variable.
17942 (after-find-file): Don't bind it.
17943 (revert-buffer-in-progress-p): New variable.
17944 (revert-buffer): Bind it.
17945 Pass nil for `after-find-file-from-revert-buffer'.
17946
17947 * saveplace.el (save-place-find-file-hook): Use new variable
17948 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
17949
17950 2011-04-06 Glenn Morris <rgm@gnu.org>
17951
17952 * Makefile.in (AUTOGEN_VCS): New variable.
17953 (autoloads): Use $AUTOGEN_VCS.
17954
17955 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
17956 * calendar/calendar.el (calendar-mode-map):
17957 Check for toolkit scroll bars. (Bug#8305)
17958
17959 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
17960
17961 * minibuffer.el (completion-in-region--postch)
17962 (completion-in-region-mode): Remove unnecessary messages.
17963
17964 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
17965
17966 * font-lock.el (font-lock-refresh-defaults):
17967 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
17968 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
17969
17970 * info.el (Info-directory-list, Info-read-node-name-2)
17971 (Info-split-parameter-string): Doc fixes.
17972 (Info-virtual-nodes): Reflow docstring.
17973 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
17974 (Info-apropos-toc-nodes, info-finder, Info-get-token)
17975 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
17976 Fix typos in docstrings.
17977 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
17978 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
17979 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
17980 (Info-restore-desktop-buffer): Mark unused parameters.
17981 (Info-directory-find-file, Info-directory-find-node)
17982 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
17983 (Info-virtual-index-find-node, Info-apropos-find-file)
17984 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
17985 Mark unused parameters; fix typos in docstrings.
17986 (Info-virtual-index): Remove unused local variable `nodename'.
17987
17988 2011-04-05 Deniz Dogan <deniz@dogan.se>
17989
17990 * net/rcirc.el: Update my e-mail address.
17991 (rcirc-mode-map): Remove M-o binding.
17992
17993 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
17994
17995 * startup.el (command-line): Save the cursor's theme-face
17996 directly, instead of using face-override-spec.
17997
17998 * custom.el (load-theme): Minor optimization in assigning faces.
17999
18000 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18001
18002 * help-fns.el (describe-variable): Complete all variables having
18003 documentation, including keywords.
18004 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18005
18006 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
18007
18008 Convert to lexical-binding.
18009
18010 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18011 (bs--get-marked-string, bs--get-modified-string)
18012 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18013 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18014 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18015
18016 * ehelp.el (electric-help-execute-extended)
18017 (electric-help-ctrl-x-prefix):
18018 * hexl.el (hexl-revert-buffer-function):
18019 * linum.el (linum-after-change, linum-after-scroll):
18020 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18021
18022 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18023
18024 2011-04-04 Daiki Ueno <ueno@unixuser.org>
18025
18026 * epa-dired.el:
18027 * epa-mail.el:
18028 * epa-hook.el:
18029 * epa-file.el:
18030 * epa.el:
18031 * epg.el: Use lexical binding.
18032
18033 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
18034
18035 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18036
18037 * textmodes/flyspell.el (flyspell-word): Recognize default
18038 dictionary case for flyspell-mark-duplications-exceptions.
18039 Use regexp matching for languages.
18040 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18041 default dictionary (Bug#7926).
18042
18043 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
18044
18045 * emacs-lisp/package.el (package--with-work-buffer):
18046 Recognize https URLs.
18047
18048 * net/network-stream.el: Move from gnus/proto-stream.el.
18049 Change prefix to network-stream throughout.
18050 (open-protocol-stream): Merge into open-network-stream, leaving
18051 open-protocol-stream as an alias. Handle nil BUFFER args.
18052
18053 * subr.el (open-network-stream): Move to net/network-stream.el.
18054
18055 2011-04-02 Glenn Morris <rgm@gnu.org>
18056
18057 * find-dired.el (find-exec-terminator): New option.
18058 (find-ls-option): Test for -ls support.
18059 (find-ls-subdir-switches): Test for -b in find-ls-option.
18060 (find-dired, find-grep-dired): Doc fixes.
18061 (find-dired): Use find-exec-terminator.
18062
18063 * find-dired.el (find-ls-option, find-ls-subdir-switches)
18064 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18065 (find-name-arg): Remove purecopy.
18066
18067 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18068 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18069 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18070 accordingly. Don't add the null-device if not needed.
18071
18072 * files.el (save-some-buffers): Doc fix.
18073
18074 2011-04-02 Eli Zaretskii <eliz@gnu.org>
18075
18076 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18077
18078 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
18079
18080 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18081 Use `dolist' rather than `mapcar'.
18082
18083 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 Add lexical binding.
18086
18087 * subr.el (apply-partially): Use new closures rather than CL.
18088 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18089 (dolist, dotimes): Use slightly different expansion for lexical code.
18090 (functionp): Move to C.
18091 (letrec): New macro.
18092 (with-wrapper-hook): Use it and apply-partially instead of CL.
18093 (eval-after-load): Preserve lexical-binding.
18094 (save-window-excursion, with-output-to-temp-buffer): Turn them
18095 into macros.
18096
18097 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18098
18099 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18100 than the arglist.
18101 (help-add-fundoc-usage): Don't add `Not documented'.
18102 (help-function-arglist): Handle closures, subroutines, and new
18103 byte-code-functions.
18104 (help-make-usage): Remove leading underscores.
18105 (describe-function-1): Handle closures.
18106 (describe-variable): Use special-variable-p for completion.
18107
18108 * files.el (lexical-binding): Declare safe.
18109
18110 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18111 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18112 (pcase): Add `let' pattern.
18113 Change memoization so it actually works.
18114 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18115 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18116 <let>: New case.
18117
18118 * emacs-lisp/macroexp.el: Use lexical binding.
18119 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18120 Don't convert ' to #' without checking that it's indeed quoting
18121 a lambda.
18122
18123 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
18124 Use eval-sexp-add-defvars.
18125 (eval-sexp-add-defvars): New fun.
18126
18127 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18128
18129 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18130 Don't autoload.
18131 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18132 than the internal `byte-compile-lambda'.
18133 (defmethod): Don't hide code under quotes.
18134 (eieio-defmethod): New `code' argument.
18135
18136 * emacs-lisp/eieio-comp.el: Remove.
18137
18138 * emacs-lisp/edebug.el (edebug-eval-defun)
18139 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18140 (edebug-toggle): Avoid `eval'.
18141
18142 * emacs-lisp/disass.el (disassemble-internal): Handle new
18143 `closure' objects.
18144 (disassemble-1): Handle new byte codes.
18145
18146 * emacs-lisp/cl.el (pushnew): Silence warning.
18147
18148 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18149 (cl-byte-compile-throw): Remove.
18150 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18151
18152 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18153 closures.
18154
18155 * emacs-lisp/cconv.el: New file.
18156
18157 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18158 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18159 (byte-compile-initial-macro-environment):
18160 Handle declare-function here.
18161 (byte-compile--lexical-environment): New var.
18162 (byte-stack-ref, byte-stack-set, byte-discardN)
18163 (byte-discardN-preserve-tos): New lap codes.
18164 (byte-interactive-p): Don't use any more.
18165 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18166 New macros.
18167 (byte-compile-lapcode): Use them and handle new lap codes.
18168 (byte-compile-obsolete): Remove.
18169 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18170 (byte-compile-arglist-warn): Check late def of inlinable funs.
18171 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18172 since they should have been expanded by now.
18173 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18174 (byte-compile-from-buffer): Remove unused second arg.
18175 (byte-compile-preprocess): New function.
18176 (byte-compile-toplevel-file-form): New function to distinguish
18177 file-form calls from outside from file-form calls from hunk-handlers.
18178 (byte-compile-file-form): Simplify.
18179 (byte-compile-file-form-defsubst): Remove.
18180 (byte-compile-file-form-defmumble): Simplify now that
18181 byte-compile-lambda always returns a byte-code-function.
18182 (byte-compile): Preprocess.
18183 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18184 Remove, not used any more.
18185 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18186 (byte-compile-make-args-desc): New funs.
18187 (byte-compile-lambda): Handle lexical functions. Always return
18188 a byte-code-function.
18189 (byte-compile-reserved-constants): New var, to make up room for
18190 closed-over variables.
18191 (byte-compile-constants-vector): Obey it.
18192 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18193 (byte-compile-macroexpand-declare-function): New function.
18194 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18195 byte-code-functions.
18196 (byte-compile-form): Check obsolescence here.
18197 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18198 (byte-compile-variable-ref): Remove.
18199 (byte-compile-dynamic-variable-op): New fun.
18200 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18201 (byte-compile-variable-set): New funs.
18202 (byte-compile-discard): Add 2 args.
18203 (byte-compile-stack-ref, byte-compile-stack-set)
18204 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18205 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18206 macroexpand-all instead.
18207 (byte-compile-quote-form): Remove.
18208 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18209 (byte-compile-bind, byte-compile-unbind): New funs.
18210 (byte-compile-let): Handle let* and lexical binding.
18211 (byte-compile-let*): Remove.
18212 (byte-compile-catch, byte-compile-unwind-protect)
18213 (byte-compile-track-mouse, byte-compile-condition-case):
18214 Handle a new :fun-body form, used for lexical scoping.
18215 (byte-compile-save-window-excursion)
18216 (byte-compile-with-output-to-temp-buffer): Remove.
18217 (byte-compile-defun): Simplify.
18218 (byte-compile-stack-adjustment): New fun.
18219 (byte-compile-out): Use it.
18220 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18221
18222 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18223 handler any more.
18224
18225 * emacs-lisp/byte-opt.el: Use lexical binding.
18226 (byte-inline-lapcode): Remove (to bytecomp).
18227 (byte-compile-inline-expand): Pay attention to inlining to/from
18228 lexically bound code.
18229 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18230 any more.
18231 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18232 any more and don't call compiler-macros.
18233 (byte-compile-splice-in-already-compiled-code): Remove.
18234 (byte-code): Don't inline any more.
18235 (disassemble-offset): Receive `bytes' as argument rather than via
18236 dynamic scoping.
18237 (byte-compile-tag-number): Declare before first use.
18238 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18239 `return' even if make-spliceable.
18240 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18241 obsolete interactive-p.
18242 (byte-optimize-lapcode): Optimize new lap-codes.
18243 Don't trip up on new form of `byte-constant' lap code.
18244
18245 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18246
18247 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18248
18249 * custom.el (custom-initialize-default, custom-declare-variable):
18250 Use `defvar'.
18251
18252 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18253 New variables.
18254 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18255 (COMPILE_FIRST): Add macroexp and cconv.
18256 * makefile.w32-in: Mirror changes in Makefile.in.
18257
18258 * vc/cvs-status.el:
18259 * vc/diff-mode.el:
18260 * vc/log-edit.el:
18261 * vc/log-view.el:
18262 * vc/smerge-mode.el:
18263 * textmodes/bibtex-style.el:
18264 * textmodes/css-mode.el:
18265 * startup.el:
18266 * uniquify.el:
18267 * minibuffer.el:
18268 * newcomment.el:
18269 * reveal.el:
18270 * server.el:
18271 * mpc.el:
18272 * emacs-lisp/smie.el:
18273 * doc-view.el:
18274 * dired.el:
18275 * abbrev.el: Use lexical binding.
18276
18277 2011-04-01 Eli Zaretskii <eliz@gnu.org>
18278
18279 * info.el (info-display-manual): New function.
18280
18281 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18284
18285 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18286
18287 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
18288 an entry for that server in rcirc-authinfo. (Bug#8385)
18289
18290 2011-03-31 Glenn Morris <rgm@gnu.org>
18291
18292 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18293
18294 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18295
18296 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18297
18298 * progmodes/python.el (python-default-interpreter)
18299 (python-python-command-args, python-jython-command-args)
18300 (python-which-shell, python-which-args, python-which-bufname)
18301 (python-file-queue, python-comint-output-filter-function)
18302 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18303 variables and functions.
18304
18305 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18306
18307 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18308 (completion-in-region-mode): New minor mode.
18309 (completion-in-region): Use it.
18310 (completion-in-region--data, completion-in-region-mode-map): New vars.
18311 (completion-in-region--postch): New function.
18312 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18313 New vars.
18314 (completion--capf-wrapper): New function.
18315 (completion-at-point): Use it to track well-behavedness of
18316 hook functions.
18317 (completion-help-at-point): New command.
18318
18319 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18320
18321 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18322 syntax class to search for whitespace on a single line
18323 (Message-ID: <4D938140.4030905@redhat.com>).
18324
18325 2011-03-30 Leo Liu <sdl.web@gmail.com>
18326
18327 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18328 New commands.
18329 (edit-abbrevs-map): Bind them here.
18330 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18331
18332 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18333
18334 * allout.el (allout-hide-by-annotation, allout-flag-region):
18335 Reduce possibility of overlay leakage by making them volatile.
18336
18337 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18338 hash is not shared between buffers. Mode initialization is
18339 responsible for giving it a useful starting value.
18340 (allout-item-span): Reduce possibility of overlay leakage by
18341 making them volatile.
18342 (allout-widgets-count-buttons-in-region): Add diagnostic function
18343 for tracking down button overlay leaks.
18344
18345 2011-03-29 Leo Liu <sdl.web@gmail.com>
18346
18347 * ido.el (ido-read-internal): Use the default history var
18348 minibuffer-history if no HISTORY is specified.
18349
18350 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18351
18352 * net/imap.el (imap-shell-open, imap-process-connection-type):
18353 Use imap-process-connection-type for 'shell' streams as well as
18354 Kerberos, SSL, other subprocesses.
18355
18356 2011-03-28 Leo Liu <sdl.web@gmail.com>
18357
18358 * abbrev.el (abbrev-table-empty-p): New function.
18359 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18360 nonempty ones. (Bug#5937)
18361
18362 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18363
18364 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18365
18366 2011-03-27 Leo Liu <sdl.web@gmail.com>
18367
18368 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18369 for foreground and background colors.
18370 (ansi-color-make-color-map): Adapt.
18371
18372 2011-03-25 Leo Liu <sdl.web@gmail.com>
18373
18374 * midnight.el (midnight-time-float): Remove. Note it calculates
18375 the microsecond component incorrectly and seconds-to-time does the
18376 same job.
18377 Remove redundant (require 'timer).
18378
18379 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18380 (ido-completions): Remove unused arguments. (Bug#8329)
18381
18382 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * minibuffer.el (completion--flush-all-sorted-completions):
18385 Remove itself from hook.
18386 (completion-at-point): Let the functions perform the completion
18387 immediately and return nil or t.
18388 * comint.el (comint-dynamic-complete-functions): Now identical to
18389 completion-at-point-functions.
18390 (comint-dynamic-list-input-ring): Remove unused var `index'.
18391 (comint--match-partial-filename, comint--unquote&expand-filename):
18392 New funs, split from comint-match-partial-filename.
18393 (comint-dynamic-complete): Use completion-at-point.
18394 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18395
18396 2011-03-24 Drew Adams <drew.adams@oracle.com>
18397
18398 * thingatpt.el: Support `defun'.
18399
18400 2011-03-23 Leo Liu <sdl.web@gmail.com>
18401
18402 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18403
18404 * help-mode.el (help-mode-finish): Tweak regexp.
18405
18406 2011-03-23 Glenn Morris <rgm@gnu.org>
18407
18408 * eshell/esh-opt.el (eshell-eval-using-options):
18409 Do not bind unused local variable `eshell-option-stub'.
18410
18411 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18412
18413 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18414
18415 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18416 keymap variable in `with-no-warnings' to avoid a warning when the
18417 keymap has been already `defconst'ed.
18418
18419 2011-03-22 Leo Liu <sdl.web@gmail.com>
18420
18421 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18422 encode all chars in abbrevs; otherwise use emacs-mule or
18423 utf-8-emacs. (Bug#8308)
18424
18425 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
18426
18427 * simple.el (backward-delete-char-untabify):
18428 Avoid warning about using `delete-backward-char'.
18429
18430 * image.el (image-type-file-name-regexps): Make it variable.
18431 `imagemagick-register-types' modifies it, and the user may want
18432 to add new extensions for known image types.
18433 (imagemagick-register-types): Throw error if not using ImageMagick.
18434
18435 2011-03-22 Leo Liu <sdl.web@gmail.com>
18436
18437 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18438 located before rcirc-prompt-end-marker.
18439 (rcirc-complete): Error if point is not after rcirc prompt.
18440 Handle the case when table is nil.
18441 (rcirc-user-authenticated): Define to fix compiler warning.
18442
18443 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
18444
18445 * custom.el (custom--inhibit-theme-enable): Make it affect only
18446 custom-theme-set-variables and custom-theme-set-faces.
18447 (provide-theme): Ignore custom--inhibit-theme-enable.
18448 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18449 (custom-enabling-themes): Delete variable.
18450 (enable-theme): Accept only loaded themes as arguments.
18451 Ignore the special custom-enabled-themes variable.
18452 (custom-enabled-themes): Forbid themes from setting this.
18453 Eliminate use of custom-enabling-themes.
18454 (custom-push-theme): Quote "changed" custom var entry.
18455
18456 2011-03-21 Leo Liu <sdl.web@gmail.com>
18457
18458 * ido.el (ido-read-internal): Add ido-selected to history instead
18459 of user input.
18460
18461 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * subr.el (deferred-action-list, deferred-action-function):
18464 Mark obsolete.
18465
18466 2011-03-21 Leo Liu <sdl.web@gmail.com>
18467
18468 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18469 change on 2011-02-13 (bug#8309).
18470
18471 * minibuffer.el (read-file-name-function): Change default value.
18472 (read-file-name--defaults): Rename from read-file-name-defaults.
18473 (read-file-name-default): Rename from read-file-name.
18474 (read-file-name): Call read-file-name-function.
18475
18476 2011-03-21 Glenn Morris <rgm@gnu.org>
18477
18478 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18479 Doc fixes.
18480
18481 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
18482
18483 * cus-theme.el: Add missing provide statement.
18484 (customize-create-theme): Extract theme value correctly.
18485 (custom-theme-visit-theme): Autoload.
18486 (customize-create-theme): Prompt before inserting default faces.
18487
18488 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
18489
18490 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18491 units and musical notes.
18492
18493 2011-03-20 Leo Liu <sdl.web@gmail.com>
18494
18495 * ido.el (ido-read-internal): Use completing-read-default.
18496 (ido-completing-read): Fix compatibility with completing-read.
18497
18498 2011-03-20 Christian Ohler <ohler@gnu.org>
18499
18500 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18501 (ert-delete-all-tests): Use `called-interactively-p' rather than
18502 `interactive-p'.
18503 (ert--make-xrefs-region): Respect END.
18504
18505 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
18506
18507 * dired-aux.el (dired-create-directory): Signal an error if the
18508 directory already exists (Bug#8246).
18509
18510 * facemenu.el (list-colors-display): Call list-faces-display
18511 inside with-help-window.
18512 (list-colors-print): Use display property to align the final
18513 column, instead of checking window-width.
18514
18515 2011-03-19 Eli Zaretskii <eliz@gnu.org>
18516
18517 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
18518 windows-nt systems.
18519 (emerge-protect-metachars): Quote correctly for ms-dos and
18520 windows-nt systems.
18521
18522 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
18523
18524 * info.el (info-initialize): Replace all uses of `:' with
18525 path-separator for compatibility with non-Unix systems.
18526 Cache quoting of path-separator. (Bug#8258)
18527
18528 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
18529
18530 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18531 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18532 (mouse-avoidance-mode): Fix typos in docstrings.
18533
18534 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
18535
18536 * startup.el (package-subdirectory-regexp): Move from package.el.
18537 Omit \\` and \\', and let callers add them.
18538
18539 * emacs-lisp/package.el (package-strip-version)
18540 (package-load-all-descriptors): Add \\` and \\' to
18541 package-subdirectory-regexp before using it.
18542 (package-untar-buffer): New arg DIR; ensure that file untars only
18543 into this expected directory. Remove superfluous delete-region.
18544 (package-unpack): Caller changed.
18545 (package-tar-file-info): Use package-subdirectory-regexp.
18546
18547 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18548
18549 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18550 diff-mode-shared-map (bug#8284).
18551 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
18552
18553 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18554
18555 * calendar/time-date.el (format-seconds): Use assoc instead of
18556 assoc-string, since assoc-string doesn't exist in XEmacs.
18557
18558 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
18559
18560 * custom.el (custom-known-themes): Reflow docstring.
18561 (custom-theme-load-path): Fix typo in docstring.
18562 (load-theme): Fix typo in error message.
18563 (custom-available-themes, custom-variable-theme-value):
18564 Use `let', not `let*'.
18565
18566 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18567
18568 * calc/README: Mention inclusion of musical notes.
18569
18570 * calc/calc-units.el (calc-lu-quant): Rename from
18571 `calc-logunits-quantity'.
18572 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
18573 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
18574 (calc-db): Rename from `calc-dblevel'.
18575 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
18576 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
18577 (calc-np): Rename from `calc-nplevel'.
18578 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
18579 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
18580 (calc-lu-plus): Rename from `calc-logunits-add'.
18581 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
18582 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
18583 (calc-lu-minus): Rename from `calc-logunits-sub'.
18584 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
18585 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
18586 (calc-lu-times): Rename from `calc-logunits-mul'.
18587 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
18588 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
18589 (calc-lu-divide): Rename from `calc-logunits-div'.
18590 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
18591 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
18592
18593 * calc/calc-ext.el (calc-init-extensions): Update the names of the
18594 functions being autoloaded.
18595
18596 * calc/calc.el (calc-lu-power-reference): Rename from
18597 `calc-logunits-power-reference'.
18598 (calc-lu-field-reference): Rename from
18599 `calc-logunits-field-reference'.
18600
18601 * calc/calc-help.el (calc-l-prefix-help):
18602 Mention musical note functions.
18603
18604 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * minibuffer.el (completion-all-sorted-completions):
18607 Use :completion-cycle-penalty text property if present.
18608
18609 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
18610
18611 * allout.el (allout-yank-processing): Adjust for new rebulleting
18612 regime so bullet being yanked is used without prompting the user
18613 for a choice.
18614
18615 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
18616
18617 * startup.el (command-line): Warn the user that _emacs is deprecated.
18618
18619 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
18620
18621 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18622 (delphi-verbose, delphi-comment-face, delphi-string-face)
18623 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18624 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18625 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18626 (delphi-new-comment-line, delphi-font-lock-defaults)
18627 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18628 Fix typos in docstrings.
18629
18630 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
18631
18632 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
18633 Invert the roles of character and string values for INSTEAD, so a
18634 string is used for the more common case of a defaulting prompt.
18635
18636 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18637
18638 * progmodes/ruby-mode.el (ruby-backward-sexp):
18639 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
18640 * play/gamegrid.el (gamegrid-make-face):
18641 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
18642 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
18643 * notifications.el (notifications-notify):
18644 * net/xesam.el (xesam-search-engines):
18645 * net/quickurl.el (quickurl-list-insert):
18646 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
18647
18648 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
18649
18650 * startup.el (command-line): Update package subdirectory regexp.
18651
18652 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * allout.el (allout-abbreviate-flattened-numbering)
18655 (allout-mode-deactivate-hook): Fix up obsolescence "date".
18656
18657 * subr.el (read-char-choice): Only show the cursor after the prompt,
18658 not after the answer.
18659
18660 2011-03-15 Kevin Ryde <user42@zip.com.au>
18661
18662 * help-fns.el (variable-at-point): Skip leading quotes, if any
18663 (bug#8253).
18664
18665 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18666
18667 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
18668 warning message.
18669
18670 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
18671
18672 * shell.el (shell): When called interactively, offer to change the
18673 shell file name on remote hosts.
18674
18675 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
18676
18677 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
18678 integration for LDAP parameters. The host, base, user or binddn,
18679 and secret tokens can be specified in a netrc file, for instance.
18680 This is optional because an `auth-source' parameter must be
18681 specified in the search attributes.
18682
18683 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
18684
18685 * help.el (describe-mode): Link to the mode's definition (bug#8185).
18686
18687 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18688
18689 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
18690 into declaration. Remove redundant and harmful binding.
18691
18692 2011-03-12 Eli Zaretskii <eliz@gnu.org>
18693
18694 * files.el (file-ownership-preserved-p): Pass `integer' as an
18695 explicit 2nd argument to `file-attributes'. If the file's owner
18696 is the Administrators group on Windows, and the current user is
18697 Administrator, consider that a match.
18698
18699 * server.el (server-ensure-safe-dir): Consider server directory
18700 safe on MS-Windows if its owner is the Administrators group while
18701 the current Emacs user is Administrator. Use `=' to compare
18702 numerical UIDs, since they could be integers or floats.
18703
18704 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
18705
18706 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
18707
18708 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
18709
18710 Sync with Tramp 2.2.1.
18711
18712 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
18713
18714 * net/trampver.el: Update release number.
18715
18716 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * progmodes/compile.el (compilation--previous-directory): Fix up
18719 various nil/dead-marker mismatches (bug#8014).
18720 (compilation-directory-properties, compilation-error-properties):
18721 Don't call it at a position past the one we're about to change.
18722
18723 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
18724 Disable obsolescence warnings in the file that declares it.
18725
18726 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
18727
18728 * allout-widgets.el (allout-widgets-tally):
18729 Initialize allout-widgets-tally as a hash table rather than nil to
18730 prevent mode-line redisplay warnings. Also, clarify the module
18731 description and fix a comment typo.
18732
18733 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
18734
18735 * help-fns.el (describe-variable): Don't complete keywords.
18736 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
18737
18738 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
18739
18740 * emacs-lisp/package.el (package-version-join): Impose a standard
18741 string representation for pre/alpha/beta version lists.
18742 (package-unpack-single): Standardize the directory name by passing
18743 it through package-version-join.
18744 (package-strip-rcs-id): Accept any version string that does not
18745 signal an error in version-to-list.
18746
18747 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
18748
18749 * simple.el (delete-trailing-whitespace): Return nil for the
18750 benefit of `write-file-functions'.
18751
18752 2011-03-10 Glenn Morris <rgm@gnu.org>
18753
18754 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
18755
18756 * vc/vc-git.el (vc-git-program): New option.
18757 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
18758 (vc-git--call): Use it.
18759
18760 * eshell/esh-util.el (eshell-condition-case): Doc fix.
18761
18762 * cus-edit.el (Custom-newline): If no button at point, look
18763 for a subgroup button at start-of-line. (Bug#2298)
18764
18765 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
18766
18767 2011-03-10 Julien Danjou <julien@danjou.info>
18768
18769 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
18770 `cursor-type' is nil.
18771
18772 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
18773
18774 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
18775
18776 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
18777
18778 * allout.el: Change so yank of distinctive-bullet items
18779 preserves the existing header prefix, rebulleting it if necessary,
18780 rather than replacing it. This is necessary for proper operation
18781 of cooperative addons like allout-widgets.
18782 (allout-make-topic-prefix, allout-rebullet-heading):
18783 Change SOLICIT arg to INSTEAD, and interpret additionally a string
18784 value as alternate bullet to be used, instead of prompting the user
18785 for a bullet character.
18786
18787 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
18788
18789 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18790 Do not use `tramp-file-name-port', because this returns also
18791 `tramp-default-port'.
18792
18793 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
18794
18795 * net/rcirc.el (rcirc-handler-001): Remove useless
18796 with-rcirc-process-buffer.
18797 (rcirc-check-auth-status): Swap arguments to string-match.
18798
18799 2011-03-09 Glenn Morris <rgm@gnu.org>
18800
18801 * shell.el (shell-mode):
18802 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
18803
18804 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
18805 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
18806
18807 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
18808
18809 * emacs-lisp/package.el (package-refresh-contents)
18810 (package-menu-execute): Use condition-case-no-debug.
18811
18812 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
18813
18814 * simple.el (shell-command-to-string): Use `process-file'.
18815
18816 * emacs-lisp/package.el (package-tar-file-info): Handle also
18817 remote files.
18818
18819 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18820 Use `equal' for upload base check.
18821
18822 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
18823
18824 * textmodes/texinfo.el (texinfo-environments):
18825 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
18826
18827 2011-03-08 Glenn Morris <rgm@gnu.org>
18828
18829 * cus-start.el (cursor-in-non-selected-windows):
18830 Fix :set quoting oddness. (Bug#8192)
18831
18832 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
18833 in some setf expressions. (Bug#2159)
18834
18835 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
18836
18837 * custom.el (custom-available-themes): Return themes in
18838 alphabetical order.
18839
18840 See ChangeLog.15 for earlier changes.
18841
18842 ;; Local Variables:
18843 ;; coding: utf-8
18844 ;; End:
18845
18846 Copyright (C) 2011-2012 Free Software Foundation, Inc.
18847
18848 This file is part of GNU Emacs.
18849
18850 GNU Emacs is free software: you can redistribute it and/or modify
18851 it under the terms of the GNU General Public License as published by
18852 the Free Software Foundation, either version 3 of the License, or
18853 (at your option) any later version.
18854
18855 GNU Emacs is distributed in the hope that it will be useful,
18856 but WITHOUT ANY WARRANTY; without even the implied warranty of
18857 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18858 GNU General Public License for more details.
18859
18860 You should have received a copy of the GNU General Public License
18861 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.