* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/cwarn.el (cwarn): Remove dead link.
4 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5 Remove * from defcustom docstrings.
6 (turn-on-cwarn-mode): Make obsolete.
7 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9
10 2012-01-31 Glenn Morris <rgm@gnu.org>
11
12 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13 Fix :variable handling of mode a symbol not equal to modefun.
14 Allow named functions to be used as the cdr of :variable.
15
16 2012-01-30 Glenn Morris <rgm@gnu.org>
17
18 * emacs-lisp/authors.el (authors-fixed-entries):
19 Remove reference to deleted file rnewspost.el.
20
21 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
22
23 * window.el (window-with-parameter): Remove unused variable `windows'.
24 (window--side-check): Remove unused variable `code'.
25 (window--resize-siblings): Remove unused variable `first'.
26 (adjust-window-trailing-edge): Remove unused variable `failed'.
27 (window-deletable-p, window--delete): Remove unused variable `buffer'.
28 Use `let', not `let*'.
29 (balance-windows-2): Remove unused variable `found'.
30 (window--state-put-2): Remove unused variable `splits'.
31 (window-state-put): Remove unused variable `selected'.
32 (same-window-p): Use `string-match-p'.
33 (display-buffer-assq-regexp): Remove unused variable `value'.
34 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
35 Mark argument ALIST as ignored.
36 (pop-to-buffer): Remove unused variable `old-window'.
37
38 2012-01-29 Eli Zaretskii <eliz@gnu.org>
39
40 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
41 and .lzma compressed files.
42
43 2012-01-29 Chong Yidong <cyd@gnu.org>
44
45 * frame.el (window-system-default-frame-alist): Doc fix.
46
47 * dynamic-setting.el (font-setting-change-default-font): Don't
48 change the default face if SET-FONT argument is non-nil (Bug#9982).
49
50 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
51
52 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
53
54 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
55
56 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
57 breakpoints in files outside current directory (Bug#6098).
58
59 2012-01-29 Chong Yidong <cyd@gnu.org>
60
61 * progmodes/python.el: Require ansi-color at top-level.
62
63 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
64 and use in Emacs Lisp mode (Bug#9360).
65 (lisp-mode-abbrev-table): Add doc.
66 (lisp-mode-variables): Don't set local-abbrev-table.
67 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
68
69 2012-01-28 Roland Winkler <winkler@gnu.org>
70
71 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
72
73 2012-01-28 Roland Winkler <winkler@gnu.org>
74
75 * textmodes/bibtex.el (bibtex-entry-alist): New function.
76 (bibtex-set-dialect): Use it. Either set global values of
77 dialect-dependent variables or bind these variables buffer-locally
78 (Bug#10254).
79 (bibtex-mode): Call bibtex-set-dialect via
80 hack-local-variables-hook.
81 (bibtex-dialect): Update docstring. Add
82 safe-local-variable predicate.
83 (bibtex-entry-alist, bibtex-field-alist): Initialize via
84 bibtex-set-dialect.
85 (bibtex-mode-map): Define menu for each dialect.
86 (bibtex-entry): Fix docstring.
87
88 2012-01-28 Chong Yidong <cyd@gnu.org>
89
90 * eshell/esh-arg.el (eshell-quote-argument): New function.
91
92 * eshell/esh-ext.el (eshell-invoke-batch-file):
93 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
94 first arg to eshell-parse-command (Bug#10523).
95
96 2012-01-28 Drew Adams <drew.adams@oracle.com>
97
98 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
99 `default-directory' is non-nil.
100
101 2012-01-28 Eli Zaretskii <eliz@gnu.org>
102
103 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
104 line that displays system-configuration-options. (Bug#9924)
105
106 2012-01-28 Drew Adams <drew.adams@oracle.com>
107
108 * descr-text.el (describe-char): Show information about POS, in
109 addition to information about the character at POS. Improve and
110 update the doc string. Change "code point" to "code point in
111 charset", to avoid confusion with the character's Unicode code
112 point shown above that. (Bug#10129)
113
114 2012-01-28 Eli Zaretskii <eliz@gnu.org>
115
116 * descr-text.el (describe-char): Show the raw character, not only
117 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
118 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
119 for the reasons.
120
121 2012-01-28 Phil Hagelberg <phil@hagelb.org>
122
123 * emacs-lisp/package.el (package-install): Run
124 package-refresh-contents if there is no archive yet (Bug#9798).
125
126 2012-01-28 Chong Yidong <cyd@gnu.org>
127
128 * emacs-lisp/package.el (package-maybe-load-descriptor):
129 New function, split from package-maybe-load-descriptor.
130 (package-maybe-load-descriptor): Use it.
131 (package-download-transaction): Fully load required packages
132 inside the loop, so that `require' calls work (Bug#10593).
133 (package-install): No need to call package-initialize now.
134
135 2012-01-28 Chong Yidong <cyd@gnu.org>
136
137 * simple.el (deactivate-mark): Doc fix (Bug#8614).
138
139 * tooltip.el (tooltip-mode): Doc fix.
140 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
141
142 * frame.el (set-cursor-color): Doc fix (Bug#352).
143
144 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
145 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
146
147 * cus-edit.el (custom-buffer-create-internal): Fix search button
148 action (Bug#10542).
149 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
150
151 2012-01-27 Eduard Wiebe <usenet@pusto.de>
152
153 * dired.el (dired-mark-files-regexp):
154 Include any subdirectory components. (Bug#10445)
155
156 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
157
158 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
159 Handle [host]:port syntax. (Bug#10533)
160
161 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
162
163 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
164
165 2012-01-26 Glenn Morris <rgm@gnu.org>
166
167 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
168 * term.el (term-raw-escape-map): Use Control-X-prefix.
169 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
170
171 2012-01-25 Martin Rudalics <rudalics@gmx.at>
172
173 * window.el (window-state-get, window--state-get-1): Don't deal
174 with fixed-sizeness of windows. Simplify code.
175
176 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
177
178 * window.el (window--state-get-1, window--state-put-2): Don't
179 save and restore the mark.
180
181 2012-01-25 Chong Yidong <cyd@gnu.org>
182
183 * custom.el (custom-variable-p): Doc fix.
184
185 2012-01-25 Glenn Morris <rgm@gnu.org>
186
187 * dired.el (dired-goto-file): Handle some of the more common
188 characters that `ls -b' escapes. (Bug#10596)
189
190 * progmodes/compile.el (compilation-next-error-function):
191 Respect compilation-first-column in the "*compilation*" buffer.
192 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
193
194 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
195
196 2012-01-24 Glenn Morris <rgm@gnu.org>
197
198 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
199
200 2012-01-24 Julien Danjou <julien@danjou.info>
201
202 * color.el (color-rgb-to-hsl): Fix value computing.
203 (color-hue-to-rgb): New function.
204 (color-hsl-to-rgb): New function.
205 (color-clamp, color-saturate-hsl, color-saturate-name)
206 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
207 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
208
209 2012-01-24 Glenn Morris <rgm@gnu.org>
210
211 * vc/vc-rcs.el (vc-rcs-create-tag):
212 * vc/vc-sccs.el (vc-sccs-create-tag):
213 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
214
215 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
216
217 * eshell/esh-util.el (eshell-read-hosts-file):
218 Skip comment lines. (Bug#10549)
219
220 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
221
222 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
223
224 * subr.el (display-delayed-warnings): Doc fix.
225 (collapse-delayed-warnings): New function to collapse identical
226 adjacent warnings.
227 (delayed-warnings-hook): Add it.
228
229 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
230
231 * net/tramp.el (tramp-action-login): Set connection property "login-as".
232
233 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
234 properties, when "login-as" is set.
235
236 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
237 (tramp-default-user-alist): Don't add "pscp".
238 (tramp-do-copy-or-rename-file-out-of-band): Use connection
239 property "login-as", if set. (Bug#10530)
240
241 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
242
243 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
244 "plink1" and "psftp". (Bug#10530)
245
246 2012-01-21 Kenichi Handa <handa@m17n.org>
247
248 * international/mule-cmds.el (prefer-coding-system): Show a
249 warning message if the default value of file-name-coding-system
250 was not changed.
251
252 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
253
254 * windmove.el (windmove-reference-loc):
255 Fix windmove-reference-loc miscalculation.
256
257 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
258
259 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
260 default unit.
261
262 2012-01-21 Glenn Morris <rgm@gnu.org>
263
264 * international/mule.el (auto-coding-alist): Add .tbz.
265
266 * files.el (local-enable-local-variables): Doc fix.
267 (inhibit-local-variables-regexps): Rename from
268 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
269 Doc fix. Add some extensions from auto-coding-alist.
270 (inhibit-local-variables-suffixes):
271 Rename from inhibit-first-line-modes-suffixes. Doc fix.
272 (inhibit-local-variables-p):
273 New function, extracted from set-auto-mode-1.
274 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
275 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
276 (hack-local-variables): Doc fix. Make the mode-only case
277 respect enable-local-variables and friends.
278 Respect inhibit-local-variables-regexps for file-locals, but
279 not for directory-locals.
280 (set-visited-file-name):
281 Take account of inhibit-local-variables-regexps.
282 Whether it applies may change as the file name is changed.
283 * jka-cmpr-hook.el (jka-compr-install):
284 * jka-compr.el (jka-compr-uninstall):
285 Update for inhibit-first-line-modes-suffixes name change.
286
287 2012-01-20 Martin Rudalics <rudalics@gmx.at>
288
289 * help-macro.el (make-help-screen): Temporarily restore original
290 binding for minor-mode-map-alist (Bug#10454).
291
292 2012-01-19 Julien Danjou <julien@danjou.info>
293
294 * color.el (color-name-to-rgb): Use the white color to find the max
295 color component value and return correctly computed values.
296 (color-name-to-rgb): Add missing float conversion for max value.
297
298 2012-01-19 Martin Rudalics <rudalics@gmx.at>
299
300 * window.el (window--state-get-1, window-state-get): Do not use
301 special state value for window-persistent-parameters. Rename
302 argument IGNORE to WRITABLE. Rewrite doc-string.
303 (window--state-put-2): Reset all window parameters to nil before
304 assigning values of persistent parameters.
305
306 2012-01-18 Alan Mackenzie <acm@muc.de>
307
308 Eliminate sluggishness and hangs in fontification of "semicolon
309 deserts".
310
311 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
312 Change value 10000 -> 3000.
313 (c-state-safe-place): Reformulate so it doesn't stack up an
314 infinite number of wrong entries in c-state-nonlit-pos-cache.
315 (c-determine-limit-get-base, c-determine-limit): New functions to
316 determine backward search limits disregarding literals.
317 (c-find-decl-spots): Amend commenting.
318 (c-cheap-inside-bracelist-p): New function which detects "={".
319
320 * progmodes/cc-fonts.el
321 (c-make-font-lock-BO-decl-search-function): Give a limit to a
322 backward search.
323 (c-font-lock-declarations): Fix an occurrence of point being
324 undefined. Check additionally for point being in a bracelist or
325 near a macro invocation without a semicolon so as to avoid a
326 fruitless time consuming search for a declarator. Give a more
327 precise search limit for declarators using the new
328 c-determine-limit.
329
330 2012-01-18 Glenn Morris <rgm@gnu.org>
331
332 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
333 (set-auto-mode): Doc fixes.
334
335 2012-01-17 Glenn Morris <rgm@gnu.org>
336
337 * isearch.el (search-nonincremental-instead): Fix doc typo.
338
339 * dired.el (dired-insert-directory): Handle newlines in directory name.
340 (dired-build-subdir-alist): Unescape newlines in directory name.
341
342 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/tramp.el (tramp-local-end-of-line): New defcustom.
345 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
346 (tramp-action-terminal): Use it. (Bug#10530)
347
348 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * minibuffer.el (completion--replace): Strip properties (bug#10062).
351
352 2012-01-16 Martin Rudalics <rudalics@gmx.at>
353
354 * window.el (window-state-ignored-parameters): Remove variable.
355 (window--state-get-1): Rename argument MARKERS to IGNORE.
356 Handle persistent window parameters. Make copy of clone-of
357 parameter only if requested. (Bug#10348)
358 (window--state-put-2): Install a window parameter only if it has
359 a non-nil value or an existing parameter shall be overwritten.
360
361 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
362
363 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
364
365 2012-01-14 Eli Zaretskii <eliz@gnu.org>
366
367 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
368 don't pass the (nil) value of `upnode' to string-match.
369
370 2012-01-14 Chong Yidong <cyd@gnu.org>
371
372 * startup.el (command-line): Fix X resource class for cursorColor.
373 Fix values recognized by the cursorBlink resource.
374
375 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
376
377 * epg.el (epg--make-temp-file): Avoid permission race condition
378 when running on old Emacs versions (bug#10403).
379
380 2012-01-14 Glenn Morris <rgm@gnu.org>
381
382 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
383
384 2012-01-13 Alan Mackenzie <acm@muc.de>
385
386 Fix filling for when filladapt mode is enabled.
387
388 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
389 c-mask-paragraph, pass in `fill-paragraph' rather than
390 `fill-region-as-paragraph'. (This is a reversion of a previous
391 change.)
392 * progmodes/cc-mode.el (c-basic-common-init): Make
393 fill-paragraph-handle-comment buffer local and set it to nil.
394
395 2012-01-13 Glenn Morris <rgm@gnu.org>
396
397 * dired.el (dired-switches-escape-p): New function.
398 (dired-insert-directory): Use dired-switches-escape-p.
399 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
400
401 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
402
403 2012-01-12 Glenn Morris <rgm@gnu.org>
404
405 * mail/sendmail.el (mail-mode): Update paragraph-separate for
406 changes in adaptive-fill-regexp. (Bug#10276)
407
408 2012-01-11 Alan Mackenzie <acm@muc.de>
409
410 Fix Emacs bug #10463 - put `widen's around the critical spots.
411
412 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
413 widen around each invocation of c-state-pp-to-literal. Remove an
414 unused let variable.
415
416 2012-01-11 Glenn Morris <rgm@gnu.org>
417
418 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
419 Doc fix.
420
421 2012-01-10 Chong Yidong <cyd@gnu.org>
422
423 * net/network-stream.el (network-stream-open-starttls):
424 Avoid emitting a confusing error message when the server gives a bad
425 response to the capability command.
426
427 2012-01-10 Glenn Morris <rgm@gnu.org>
428
429 * mail/unrmail.el (unrmail): Tweak previous change.
430
431 2012-01-09 Chong Yidong <cyd@gnu.org>
432
433 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
434
435 2012-01-08 Alan Mackenzie <acm@muc.de>
436
437 Optimise font locking in long enum definitions.
438
439 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
440 arm to a cond form to handle enums.
441 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
442 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
443
444 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
445
446 * files.el (move-file-to-trash): Preserve default file modes on error.
447 (Bug#10401)
448
449 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
450
451 * faces.el (set-face-attribute): Clarify the meaning of the nil
452 frame (bug#10294).
453
454 * subr.el (with-selected-frame): Mention that the selected frame
455 is restored (bug#9980).
456
457 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
458 (bug#9759).
459
460 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
461 (password-read): Don't autoload unused function.
462
463 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
464
465 * progmodes/which-func.el (which-func-mode): Turn into a
466 non-interactive function and mark as obsolete (bug#10428).
467
468 2012-01-06 Chong Yidong <cyd@gnu.org>
469
470 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
471 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
472 functions, along with 1 and -1.
473
474 2012-01-06 Eli Zaretskii <eliz@gnu.org>
475
476 * time.el (display-time-load-average)
477 (display-time-default-load-average): Doc fixes. See the thread
478 starting at
479 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
480 for the details.
481
482 2012-01-06 Glenn Morris <rgm@gnu.org>
483
484 * mail/unrmail.el (unrmail): Give an explicit error if the input file
485 has no messages. (Bug#10377)
486
487 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
488 than Info-edit. (Bug#10385)
489
490 * time.el (display-time-load-average, display-time-next-load-average):
491 Doc fixes.
492
493 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
494 local setting of buffer-read-only to the input buffer. (Bug#10419)
495
496 * calendar/calendar.el (calendar-mode):
497 Locally set scroll-margin to 0. (Bug#10379)
498
499 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
500
501 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
502
503 2012-01-05 Glenn Morris <rgm@gnu.org>
504
505 * eshell/em-unix.el (diff-no-select): Autoload it.
506 (eshell/diff): Use diff-no-select. (Bug#10420)
507
508 2012-01-05 Chong Yidong <cyd@gnu.org>
509
510 * shell.el (shell-dynamic-complete-functions): Revert last change.
511 (shell-command-completion-function): New function.
512 (shell-completion-vars): Use it to implement
513 shell-completion-execonly (Bug#10417).
514
515 * custom.el (enable-theme): Don't set custom-safe-themes.
516
517 * cus-theme.el (custom-theme-merge-theme):
518 Ignore custom-enabled-themes and custom-safe-themes.
519
520 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
521
522 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
523 first prompt in `sql-interacive-mode'.
524 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
525 keywords.
526 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
527 (sql-product-interactive): Bug fix: Set `sql-buffer' in
528 context of original buffer. Invoke `sql-login-hook'.
529
530 2012-01-04 Eli Zaretskii <eliz@gnu.org>
531
532 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
533 letters in cite-prefix.
534
535 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
536
537 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
538
539 2012-01-03 Chong Yidong <cyd@gnu.org>
540
541 * shell.el (shell-dynamic-complete-functions):
542 Put pcomplete-completions-at-point, so as to try
543 comint-filename-completion first (Bug#10417).
544
545 2012-01-02 Richard Stallman <rms@gnu.org>
546
547 * battery.el (battery-status-function):
548 Detect when to use battery-yeeloong-sysfs.
549 (battery-echo-area-format): Add string for Yeeloong.
550 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
551 (battery-yeeloong-sysfs): New function.
552
553 2012-01-02 Chong Yidong <cyd@gnu.org>
554
555 * dirtrack.el (dirtrack-list): Eliminate unused third element.
556 (dirtrack): Merge code for handling relative filenames in prompt
557 from shell-dir-cookie-watcher.
558 (dirtrack-debug-message): New arg to avoid excess format calls.
559
560 * shell.el (shell-dir-cookie-re): Variable deleted.
561 (shell-dir-cookie-watcher): Function deleted.
562 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
563 with dirtrack-mode.
564
565 2012-01-01 Eli Zaretskii <eliz@gnu.org>
566
567 * term/w32-win.el (dynamic-library-alist) <gnutls>:
568 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
569 libgnutls-26.dll.
570
571 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
572
573 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
574
575 2011-12-31 Eli Zaretskii <eliz@gnu.org>
576
577 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
578 headers of non-MIME messages, when rmail-enable-mime is non-nil.
579
580 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
581
582 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
583 also for alternative shells.
584 (tramp-open-connection-setup-interactive-shell): Check, whether
585 the shell is a busybox.
586 (tramp-send-command): Don't suppress multiple prompts for
587 busyboxes, it hurts.
588
589 2011-12-28 Chong Yidong <cyd@gnu.org>
590
591 * progmodes/gdb-mi.el (gdb-get-source-file-list)
592 (gdb-get-source-file): Move mode line update to
593 gdb-get-source-file (Bug#10087).
594
595 2011-12-25 Chong Yidong <cyd@gnu.org>
596
597 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
598 gud-gdb-marker-filter without taking it as an argument.
599 (gud-gdb-run-command-fetch-lines): Caller changed.
600 (gud-gdb-completion-function): New variable.
601 (gud-gdb-completion-at-point): Use it.
602 (gud-gdb-completions-1): Split from gud-gdb-completions.
603
604 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
605 function as separate arguments.
606 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
607 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
608 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
609 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
610 (gdb-stopped, def-gdb-auto-update-trigger)
611 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
612 (gdb-get-changed-registers, gdb-get-main-selected-frame):
613 Callers changed.
614 (gud-gdbmi-completions): New function.
615 (gdb): Use it for generating the completion table.
616
617 2011-12-24 Alan Mackenzie <acm@muc.de>
618
619 Introduce a mechanism to widen the region used in context font
620 locking. Use this to protect declarations from losing their contexts.
621
622 * progmodes/cc-langs.el (c-before-font-lock-functions):
623 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
624 (c-before-context-fontification-functions): New defvar, a list of
625 functions to be run just before context (etc.) font locking.
626
627 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
628 New, functionality extracted from
629 c-neutralize-syntax-in-and-mark-CPP.
630 (c-in-after-change-fontification): New variable.
631 (c-after-change): Set c-in-after-change-fontification.
632 (c-set-fl-decl-start): Rejig its interface, so it can be called
633 from both after-change and context fontifying.
634 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
635 New functions.
636 (c-standard-font-lock-fontify-region-function): New variable.
637 (c-font-lock-fontify-region): New function.
638
639 2011-12-24 Juri Linkov <juri@jurta.org>
640
641 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
642 (Bug#10348)
643
644 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
647 existence of source file. (Bug#10325)
648
649 2011-12-23 Alan Mackenzie <acm@muc.de>
650
651 Fix unstable fontification inside templates.
652
653 * progmodes/cc-langs.el (c-before-font-lock-functions):
654 Newly created from the singular version. The (c c++ objc) entry now
655 additionally has c-set-fl-decl-start. The other languages (apart
656 from AWK) have that as a single entry.
657
658 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
659 The functionality for "local" declarations has been extracted to
660 c-set-fl-decl-start.
661
662 * progmodes/cc-mode.el (c-common-init, c-after-change):
663 Changes due to pluralisation of c-before-font-lock-functions.
664 (c-set-fl-decl-start): New function, extracted from
665 c-font-lock-enclosing-decls and enhanced.
666
667 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
668
669 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
670
671 2011-12-22 Juri Linkov <juri@jurta.org>
672
673 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
674
675 2011-12-22 Chong Yidong <cyd@gnu.org>
676
677 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
678
679 2011-12-21 Drew Adams <drew.adams@oracle.com>
680
681 * files.el (file-remote-p): Fix docstring. (Bug#10319)
682
683 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
684
685 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
686
687 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
688
689 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
690 highlighting and support. Fix up comments for capitalization.
691 (cfengine-mode-debug): New var.
692 (cfengine3-mode): Change the modeline indicator to "CFE3".
693 (cfengine3-font-lock-keywords): Improve defun highlighting.
694 (cfengine2-actions): Rename from `cfengine-actions'.
695 (cfengine2-font-lock-keywords): Rename from
696 `cfengine-font-lock-keywords'.
697 (cfengine2-imenu-expression): Rename from
698 `cfengine-imenu-expression'.
699 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
700 (cfengine2-beginning-of-defun): Rename from
701 `cfengine-beginning-of-defun'.
702 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
703 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
704 (cfengine2-mode): Rename from `cfengine-mode'. Change the
705 modeline indicator to "CFE2".
706 (cfengine-mode): Defalias to `cfengine-auto-mode'.
707 (cfengine-mode-abbrevs): Mark obsolete.
708
709 2011-12-21 Chong Yidong <cyd@gnu.org>
710
711 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
712 filename argument.
713
714 2011-12-20 Martin Rudalics <rudalics@gmx.at>
715
716 * window.el (window-normalize-buffer-to-display): Remove.
717 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
718
719 2011-12-19 Chong Yidong <cyd@gnu.org>
720
721 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
722 Don't signal an error in a predicate function; return non-nil.
723 (vc-dir-mark-file): Move the error here.
724 (vc-dir-mark-unmark): If acting on the region, keep going if one
725 of the entries cannot be marked/unmarked.
726 (vc-dir-mark-all-files): If current entry is a directory, mark
727 only child files, as documented.
728
729 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
730
731 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
732 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
733 addition.
734
735 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
736
737 * term/ns-win.el (ns-get-selection-internal)
738 (ns-store-selection-internal): Declare.
739 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
740 Declare as obsolete.
741 (ns-get-pasteboard, ns-paste-secondary):
742 Use ns-get-selection-internal.
743 (ns-set-pasteboard, ns-copy-including-secondary):
744 Use ns-store-selection-internal.
745
746 2011-12-17 Chong Yidong <cyd@gnu.org>
747
748 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
749 (vc-deduce-fileset): Doc fix.
750
751 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
752
753 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
754
755 2011-12-13 Sam Steingold <sds@gnu.org>
756
757 * man.el (Man-getpage-in-background): When running under a
758 window-system, ignore $MANWIDTH and $COLUMNS.
759
760 2011-12-15 Kenichi Handa <handa@m17n.org>
761
762 * language/ethio-util.el: Change coding tag to utf-8-emacs.
763 (setup-ethiopic-environment-internal): Comment out key-binding for
764 ethio-toggle-punctuation.
765
766 2011-12-13 Alan Mackenzie <acm@muc.de>
767
768 Add the switch statement to AWK Mode.
769
770 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
771 "default" to the keywords regexp.
772
773 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
774 expression as the rest.
775 (c-nonlabel-token-key): Allow string literals for AWK.
776 Refactor for the other modes.
777
778 Large brace-block initialisation makes CC Mode slow: Fix.
779 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
780 routines. Limit backward searching in c-font-lock-enclosing.decl.
781
782 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
783 pp-state and literal type in addition to the limits.
784 (c-state-safe-place): New defun, extracted from c-state-literal-at.
785 (c-state-literal-at): Use the above new defun.
786 (c-slow-in-literal, c-fast-in-literal): Remove.
787 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
788
789 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
790 being in a literal. Add a limit for backward searching.
791
792 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
793 c-slow-in-literal.
794
795 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
798
799 2011-12-13 Martin Rudalics <rudalics@gmx.at>
800
801 * window.el (delete-other-windows): Use correct frame in call to
802 window-with-parameter.
803
804 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
805
806 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
807 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
808 (makefile-gmake-statements, makefile-makepp-statements):
809 Use it and add new makepp keywords.
810 (makefile-makepp-font-lock-keywords): Add new patterns.
811 (makefile-match-function-end): Match new [...] and [[...]].
812
813 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
814
815 * ses.el (ses-call-printer-return, ses-cell-property-get)
816 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
817 (ses-create-cell-variable, ses-reset-header-string)
818 (ses-cell-set-formula, ses-repair-cell-reference-all)
819 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
820 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
821 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
822 (ses-aset-with-undo, ses-load, ses-truncate-cell)
823 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
824 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
825 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
826 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
827 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
828 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
829 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
830 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
831
832 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
833
834 * ses.el: The overall change is to add cell renaming, that is
835 setting fancy names for cell symbols other than name matching
836 "\\`[A-Z]+[0-9]+\\'" regexp .
837 (ses-create-cell-variable): New defun.
838 (ses-relocate-formula): Relocate formulas only for cells the
839 symbols of which are not renamed, i.e. symbols whose names do not
840 match regexp "\\`[A-Z]+[0-9]+\\'".
841 (ses-relocate-all): Relocate values only for cells the symbols of
842 which are not renamed.
843 (ses-load): Create cells variables as the (ses-cell ...) are read,
844 in order to check row col consistency with cell symbol name only
845 for cells that are not renamed.
846 (ses-replace-name-in-formula): New defun.
847 (ses-rename-cell): New defun.
848
849 2011-12-11 Chong Yidong <cyd@gnu.org>
850
851 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
852 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
853
854 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
855
856 * window.el (other-window): Fix docstring.
857
858 2011-12-10 Eli Zaretskii <eliz@gnu.org>
859
860 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
861 `from' or `to' address before taking its substring.
862 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
863 encoded name is chopped in the middle of the encoded string, and
864 thus displayed encoded.
865
866 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
867
868 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
869
870 2011-12-10 Eli Zaretskii <eliz@gnu.org>
871
872 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
873 to use texinfo-update-node and commands that call it if the
874 Texinfo file uses @node lines without next/prev/up pointers.
875 Correct outdated description about texinfo-master-menu.
876 (texinfo-all-menus-update, texinfo-master-menu)
877 (texinfo-update-node, texinfo-every-node-update)
878 (texinfo-multiple-files-update): Doc fix. Warn against updating
879 all the @node lines.
880 (texinfo-master-menu): Only call texinfo-update-node if the prefix
881 argument is numeric. Explain better in the doc string what the
882 function really does.
883 (texinfo-insert-master-menu-list): Improve the error message
884 displayed if there's no menu in the Top node.
885 (Bug#2975) See also this thread:
886 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
887
888 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
889
890 * speedbar.el (speedbar-supported-extension-expressions):
891 Add .adb and .ads, commonly used for Ada source code (bug#10256).
892
893 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
894
895 * printing.el (pr-mode-alist):
896 * simple.el (filter-buffer-substring-functions)
897 (completion-list-insert-choice-function):
898 * window.el (window-with-parameter, window-atom-root)
899 (window-sides-slots, window-size-fixed, window-min-delta)
900 (window-max-delta, window--resize-mini-window)
901 (window--resize-child-windows-normal, window-tree)
902 (delete-other-windows, quit-window, split-window)
903 (display-buffer-record-window, special-display-buffer-names)
904 (special-display-regexps, special-display-popup-frame)
905 (same-window-p, split-window-sensibly)
906 (display-buffer-overriding-action, display-buffer-alist)
907 (display-buffer-base-action, display-buffer, switch-to-buffer)
908 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
909 (fit-window-to-buffer, recenter-positions)
910 (mouse-autoselect-window-state, mouse-autoselect-window-select):
911 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
912 and remove unneeded backslashes in docstrings.
913
914 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
917
918 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
919 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
920 end in ".mk".
921 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
922 when reading the makefile (bug#10116).
923
924 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
927 (bug#10116).
928
929 2011-12-06 Glenn Morris <rgm@gnu.org>
930
931 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
932
933 2011-12-06 Chong Yidong <cyd@gnu.org>
934
935 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
936
937 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
938
939 * textmodes/table.el (table-shorten-cell): Fix typo.
940
941 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
942
943 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
944
945 2011-12-05 Eli Zaretskii <eliz@gnu.org>
946
947 * descr-text.el (describe-char): Fix display of strong
948 right-to-left characters and directional embeddings and overrides.
949
950 * simple.el (what-cursor-position): Fix display of codepoints of
951 strong right-to-left characters.
952
953 2011-12-05 Chong Yidong <cyd@gnu.org>
954
955 * faces.el (read-color): Doc fix.
956
957 2011-12-05 Glenn Morris <rgm@gnu.org>
958
959 * align.el (align--set-marker): Add doc-string.
960 Don't try to move something that is not a marker. (Bug#10216)
961
962 2011-12-04 Glenn Morris <rgm@gnu.org>
963
964 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
965 overly zealous deletion of trailing whitespace.
966
967 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
968
969 * server.el (server-delete-client): On Windows, do not try to delete
970 the only terminal.
971 (server-process-filter): On Windows, treat requests for a tty frame as
972 if they were for a GUI frame if the running server is in GUI mode.
973
974 2011-12-03 Glenn Morris <rgm@gnu.org>
975
976 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
977
978 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * electric.el: Streamline electric-indent's hook.
981 (electric-indent-chars): Revert to simple list.
982 (electric-indent-functions): New var.
983 (electric-indent-post-self-insert-function): Use it.
984
985 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
986 there's no inferior buffer (bug#10196).
987 (prolog-consult-compile): Don't use toggle-read-only.
988
989 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
990
991 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
992 interrupt. (Bug#10187)
993
994 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
997 (bug#9160).
998
999 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1000 (bug#10191).
1001
1002 2011-12-02 Juri Linkov <juri@jurta.org>
1003
1004 * info.el (Info-search): Display "end of manual" when Isearch
1005 reaches the end of single-file Info manual. (Bug#9918)
1006
1007 2011-12-02 Eli Zaretskii <eliz@gnu.org>
1008
1009 * isearch.el (isearch-message-prefix): Run the input method part
1010 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1011
1012 2011-12-02 Juri Linkov <juri@jurta.org>
1013
1014 * isearch.el (isearch-occur): Use `word-search-regexp' for
1015 `isearch-word'.
1016 (isearch-search-and-update): Add condition for `isearch-word' and
1017 call `word-search-regexp'. (Bug#10145)
1018
1019 2011-12-01 Glenn Morris <rgm@gnu.org>
1020
1021 * eshell/em-hist.el (eshell-hist-initialize):
1022 Handle eshell-history-size nil and HISTSIZE set or unset.
1023 (eshell-history-file-name, eshell-history-size): Fix custom type.
1024
1025 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1028
1029 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
1030
1031 * progmodes/verilog-mode.el (verilog-pretty-expr):
1032 Rework verilog-pretty-expr to handle new assignment operators in system
1033 verilog, such as += *= and the like.
1034 (verilog-assignment-operator-re): Regular expression to find the
1035 assigment operator in a verilog assignment.
1036 (verilog-assignment-operation-re): Regular expression to find an
1037 assignment statement for pretty-expr.
1038 (verilog-in-attribute-p): Query returns true if point is in an
1039 attribute context; used to skip these for expression line up from
1040 pretty-expr.
1041 (verilog-in-parameter-p): Query returns true if point is in an
1042 parameter definition context; used to skip these for expression
1043 line up from pretty-expr.
1044 (verilog-in-parenthesis-p): Query returns true if point is in a
1045 parenthetical expression, specifically ( ) but not [ ] or { };
1046 used by pretty-expr.
1047 (verilog-just-one-space): If there is no space, don't add one.
1048 (verilog-get-lineup-indent-2): Specifically skip just attribute
1049 contexts for expression lineup, rather than skipping all
1050 parenthetical expressions.
1051 (verilog-calculate-indent): Fix comment, and fix indent.
1052 (verilog-do-indent): Indent declarations in lists (suggested by
1053 Joachim Lechner).
1054 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1055 skeleton items.
1056 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1057 by Alain Mellan).
1058
1059 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
1060
1061 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1062 parameters with embedded comments. Reported by Ray Stevens.
1063 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1064 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1065 Reported by Tim Holt.
1066 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1067 instantiated by upper module causing wrong expansion until AUTOed a
1068 second time. Reported by K C Buckenmaier.
1069 (verilog-diff-auto): Fix showing .* as a difference when
1070 `verilog-auto-star-save' off. Reported by Dan Dever.
1071 (verilog-auto-reset, verilog-read-always-signals)
1072 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1073 temporary signals in reset list if
1074 verilog-auto-reset-blocking-in-non is nil, and match assignment
1075 style to each signal's assignment type, bug381.
1076 Reported by Thomas Esposito.
1077 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1078 (verilog-uvm-statement-re): Support UVM indentation and
1079 highlighting, with old OVM keywords only.
1080 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1081 Support AUTOTIEOFF creating non-wire data types.
1082 Suggested by Jonathan Greenlaw.
1083 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1084 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1085 (verilog-inject-sense, verilog-read-inst-pins)
1086 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1087 Fix mismatching parenthesis inside commented out code when deleting
1088 AUTOINST, bug383. Reported by Jonathan Greenlaw.
1089 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1090 non-numeric vector width. Reported by Alex Reed.
1091 (verilog-auto-ascii-enum): Add "onehot" option to work around not
1092 detecting signals with parameter widths. Reported by Alex Reed.
1093 (verilog-auto-delete-trailing-whitespace):
1094 With `verilog-auto-delete-trailing-whitespace' remove trailing
1095 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1096 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1097 Fix verilog-scan-cache corruption when running user AUTO expansion
1098 hooks that call indentation routines.
1099 (verilog-simplify-range-expression): Fix typo ignoring lower case
1100 identifiers.
1101 (verilog-delete-auto): Fix delete-autos to also remove user created
1102 automatics, as long as they start with AUTO.
1103 (verilog-batch-diff-auto, verilog-diff-auto)
1104 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1105 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1106 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1107 (verilog-in-paren-quick, verilog-re-search-backward-quick)
1108 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1109 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
1110 is disabled and its cache will get corrupt, causing AUTOS not to
1111 expand. Instead use only -quick functions.
1112 (verilog-scan-region): Fix scanning over escaped quotes.
1113 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1114 (verilog-re-search-backward-quick)
1115 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1116 related functions now ignore strings, to fix misparsing of strings
1117 with magic comments embedded in them.
1118 (verilog-read-auto-template):
1119 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1120 Reported by Brad Dobbie.
1121 (verilog-read-auto-template):
1122 Fix 'verilog-auto-inst-template-numbers' with comments.
1123 Reported by Brad Dobbie.
1124 (verilog-auto-inst, verilog-auto-inst-param)
1125 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1126 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1127 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
1128 debugging templates without merge conflicts, bug357.
1129 Reported by Brad Dobbie.
1130 (verilog-read-auto-template):
1131 Fix verilog-auto-inst-template-numbers with multiple templates.
1132 Reported by Brad Dobbie.
1133 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1134 abbrevs so user won't be asked to save.
1135 (verilog-read-auto-lisp-present): Fix to start at beginning of
1136 buffer in case called outside of verilog-auto.
1137 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1138 to "X-2". Reported by Matthew Myers.
1139 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1140 all inputs from module templates. Reported by Leith Johnson.
1141 (verilog-module-inside-filename-p): Fix locating programs as with
1142 modules.
1143 (verilog-auto-inst-port): Fix vl-width expressions when using
1144 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1145 (verilog-decls-get-regs, verilog-decls-get-signals,
1146 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1147 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1148 verilog-read-decls): Combine reg and wire structures into one var
1149 structure to represent SystemVerilog concepts.
1150 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1151 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
1152 (verilog-auto-wire-type, verilog-insert-definition):
1153 Add verilog-auto-wire-type and AUTOLOGIC to support using
1154 SystemVerilog "logic" keyword instead of "wire"/"reg".
1155 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1156 to declares outputs that also have assignments (presumably in an
1157 ifdef or generate if so there's not a driver conflict).
1158 Reported by Matthew Myers.
1159 (verilog-auto-declare-nettype, verilog-insert-definition):
1160 Add verilog-auto-declare-nettype to fix declarations using
1161 `default_nettype none. Reported by Julian Gorfajn.
1162 (verilog-read-always-signals-recurse, verilog-read-decls)
1163 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1164 malformed end statement, bug325. Reported by Joshua Wise and
1165 Andrew Drake.
1166 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1167 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1168 when expanding .* in interfaces, bug320.
1169 Reported by Pierre-David Pfister.
1170 (verilog-read-module-name): Fix import statements between module
1171 name and open parenthesis, bug317.
1172 Reported by Pierre-David Pfister.
1173 (verilog-simplify-range-expression): Fix simplification of
1174 multiplications inside AUTOWIRE connections, bug303.
1175 (verilog-auto-inst-port): Support parameter expansion in
1176 multidimensional arrays.
1177 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1178 after "assert property". Reported by Julian Gorfajn.
1179 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1180 with multiplication, bug303.
1181 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1182 Reported by Jan Frode Lonnum.
1183
1184 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1187 (hfy-shell-file-name, hfy-shell):
1188 * international/fontset.el (x-decompose-font-name): Fix typos.
1189
1190 2011-11-29 Ken Brown <kbrown@cornell.edu>
1191
1192 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1193 (gdb-version): Remove defvar.
1194 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1195 (gdb-gud-context-command, gdb-non-stop-handler)
1196 (gdb-current-context-command, gdb-stopped): Use it.
1197 (gdb-init-1): Enable pretty printing here.
1198 (gdb-non-stop-handler): Don't enable pretty-printing here.
1199 Check to see if the target supports non-stop mode; if not, turn off
1200 non-stop mode. Use the following.
1201 (gdb-check-target-async): New defun.
1202 (gud-watch, gdb-stopped): Fix whitespace.
1203 (gdb-get-source-file): Don't try to display the source file if
1204 `gdb-main-file' is nil.
1205
1206 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * align.el: Try to generate fewer markers (bug#10047).
1209 (align--set-marker): New macro.
1210 (align-region): Use it.
1211
1212 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1215
1216 2011-11-29 Chong Yidong <cyd@gnu.org>
1217
1218 * indent.el (indent-for-tab-command, indent-according-to-mode):
1219 Doc fix.
1220 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1221
1222 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
1223
1224 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1225 aware of remote file names. (Bug#10124)
1226
1227 2011-11-29 Chong Yidong <cyd@gnu.org>
1228
1229 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1230
1231 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * files.el (find-file): Don't use force-same-window (bug#10144).
1234 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1235 use pop-to-buffer if the selected window can't be used.
1236 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1237
1238 2011-11-28 Eli Zaretskii <eliz@gnu.org>
1239
1240 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1241 special-mode-map.
1242
1243 2011-11-28 Chong Yidong <cyd@gnu.org>
1244
1245 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1246
1247 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
1248
1249 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1250 gdb-get-source-file-list on gdb-create-source-file-list.
1251
1252 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1253
1254 * whitespace.el (whitespace-newline): Use a different foreground
1255 color for 16-color light-background displays.
1256
1257 2011-11-24 Chong Yidong <cyd@gnu.org>
1258
1259 * window.el (display-buffer--special-action): Doc fix.
1260
1261 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1264 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1265 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1266 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1267 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1268 (avl-tree-stack-first):
1269 * emacs-lisp/cconv.el (cconv--analyse-use):
1270 * net/gnutls.el (gnutls-negotiate): Fix typos.
1271
1272 2011-11-24 Glenn Morris <rgm@gnu.org>
1273
1274 * lpr.el (lpr-windows-system, lpr-lp-system):
1275 * mail/binhex.el (binhex-begin-line):
1276 * progmodes/grep.el (grep-history, grep-find-history):
1277 * textmodes/flyspell.el:
1278 * vc/pcvs-defs.el (cvs-global-menu):
1279 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1280 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1281 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1282
1283 * net/tls.el: Fix case of "GnuTLS".
1284
1285 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1286
1287 * version.el (emacs-build-system): Give it a doc-string.
1288
1289 2011-11-24 Juri Linkov <juri@jurta.org>
1290
1291 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1292
1293 2011-11-24 Glenn Morris <rgm@gnu.org>
1294
1295 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1296 if called on a non-mime message just toggle the headers. (Bug#8006)
1297
1298 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1301 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1302 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1303 (allout-rebullet-heading, allout-open-sibtopic)
1304 (allout-toggle-current-subtree-encryption)
1305 (allout-toggle-subtree-encryption, allout-encrypt-string)
1306 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1307 (allout-distinctive-bullets-string, allout-auto-activation):
1308 * window.el (window-normalize-buffer-to-display):
1309 * progmodes/verilog-mode.el (verilog-batch-indent):
1310 * textmodes/bibtex.el (bibtex-field-braces-opt)
1311 (bibtex-field-strings-opt):
1312 * vc/cvs-status.el (cvs-tree-merge):
1313 Fix typos.
1314
1315 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1318 `non-essential' to t, in order to avoid remote connections.
1319
1320 2011-11-23 Eli Zaretskii <eliz@gnu.org>
1321
1322 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1323 On MS-DOS and MS-Windows, compare with loaddefs.el
1324 case-insensitively.
1325
1326 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1327
1328 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1329
1330 2011-11-23 Glenn Morris <rgm@gnu.org>
1331
1332 * paths.el (rmail-file-name): Reformat the doc-string so that it
1333 is picked up.
1334
1335 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1336 (rmail-auto-file): Ignore case in the "special" field names,
1337 as mail-fetch-field does for all others.
1338
1339 * mail/rmail.el (rmail-forward):
1340 * mail/rmailkwd.el (rmail-set-label):
1341 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1342 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1343
1344 * mail/rmail.el (rmail-current-message): Doc fix.
1345
1346 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1347
1348 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1351
1352 2011-11-22 Glenn Morris <rgm@gnu.org>
1353
1354 * mail/rmailmm.el (test-rmail-mime-handler)
1355 (test-rmail-mime-bulk-handler)
1356 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1357
1358 2011-11-21 Juri Linkov <juri@jurta.org>
1359
1360 * calc/calc.el (calc-read-key-sequence):
1361 Let-bind `input-method-function' to nil. (Bug#10018)
1362
1363 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364
1365 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1366 Tell the caller that the next line needs recomputation, even
1367 though it doesn't start a sexp (bug#10094).
1368
1369 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1372
1373 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1376 Use force-same-window.
1377
1378 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * descr-text.el (describe-char-unicode-data):
1381 * json.el (json-string-escape):
1382 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1383 (Footnote-unicode, Footnote-style-p):
1384 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1385
1386 2011-11-20 Chong Yidong <cyd@gnu.org>
1387
1388 * window.el (replace-buffer-in-windows): Restore interactive spec.
1389
1390 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1393
1394 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1395 (byte-compile-global-not-obsolete-vars): New var.
1396 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1397 Use it.
1398 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1399
1400 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1403 * progmodes/pascal.el (electric-pascal-equal):
1404 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1405 * xml.el (xml-substitute-special): Fix typos.
1406
1407 2011-11-20 Glenn Morris <rgm@gnu.org>
1408
1409 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1410 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1411 Doc fixes.
1412 (rmail-decode-mime-charset): Mark as obsolete.
1413
1414 * mail/rmailsum.el (rmail-message-regexp-p-1):
1415 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1416 Before using mime functions, check they are set. (Bug#10077)
1417
1418 2011-11-19 Juri Linkov <juri@jurta.org>
1419
1420 * info.el (Info-finder-find-node): Use `package--builtins' instead
1421 of `package-alist'. Use node names formed by the pattern "Keyword "
1422 and the keyword name.
1423
1424 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1425
1426 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1427
1428 2011-11-19 Juri Linkov <juri@jurta.org>
1429
1430 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1431 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1432 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1433 `old-history', `old-history-forward'. Add let-binding
1434 `window-selected'. Remove calls to `kill-buffer',
1435 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1436 before calling `Info-find-node', so `Info-find-node-2' will reread
1437 the Info file. Restore window positions only when `window-selected'
1438 is non-nil.
1439
1440 2011-11-19 Juri Linkov <juri@jurta.org>
1441
1442 * isearch.el (isearch-lazy-highlight-new-loop):
1443 Remove condition `(not isearch-error)'. (Bug#9918)
1444
1445 * misearch.el (multi-isearch-search-fun): Add condition
1446 `(not bound)' to ignore lazy-highlighting search.
1447 Add the search-failed message "end of multi" when the end of
1448 multi-sequence is reached. Uncapitalize the search-failed
1449 message "Repeat for next buffer".
1450
1451 * info.el (Info-search): Add the search-failed message
1452 "end of the manual" when the end of the manual is reached
1453 in Isearch mode.
1454
1455 2011-11-19 Juri Linkov <juri@jurta.org>
1456
1457 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1458 Use non-destructive `remove' instead of `delete' because
1459 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1460 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1461
1462 2011-11-19 Juri Linkov <juri@jurta.org>
1463
1464 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1465 to nil instead of binding `search-ring' and `regexp-search-ring'.
1466 (Bug#9185)
1467
1468 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1469
1470 * simple.el (line-move): Force movement by logical lines for any
1471 hscrolled window, not only when auto-hscroll-mode is on.
1472 (line-move-visual): Update doc string to that effect. (Bug#10076)
1473
1474 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1475
1476 * language/european.el (macintosh): Define as alias for mac-roman.
1477
1478 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1479
1480 * mail/rmailmm.el (rmail-mime-display-header)
1481 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1482 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1483 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1484 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1485 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1486 of a raw aref.
1487 (rmail-mime-entity-segment): To get past the tagline, move forward
1488 2 more lines, to account for the 2 empty lines that precede and
1489 follow the line with the buttons.
1490 (rmail-mime-update-tagline): Move one more line, to get past the
1491 empty line that follows the buttons in the tagline. (Bug#9520)
1492
1493 2011-11-19 Martin Rudalics <rudalics@gmx.at>
1494
1495 * window.el (window-max-delta-1, window-min-delta-1)
1496 (window-min-size-1, window-state-get-1, window-state-put-1)
1497 (window-state-put-2): Use "window--" prefix.
1498
1499 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1502 (smie-warning-count): New var.
1503 (smie-set-prec2tab): Use it.
1504 (smie-bnf->prec2): Improve warnings. Add docstring.
1505 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1506 (smie-bnf--set-class): New function.
1507 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1508 corner case.
1509
1510 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1511 (compilation-error-properties, compilation-move-to-column):
1512 Handle compilation-first-column while in the target buffer.
1513
1514 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1515 Don't hardcode point-min==1.
1516
1517 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1518 (eshell-rewrite-for-command): Remove workaround.
1519 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1520 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1521 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1522
1523 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1524
1525 2011-11-17 Glenn Morris <rgm@gnu.org>
1526
1527 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1528 Ignore buffer-local generated-autoload-file if it is the same
1529 as the global value. (Bug#10049)
1530
1531 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1534 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1535 (reftex-toc-previous-heading, reftex-toc-max-level)
1536 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1537 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1538 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1539 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1540 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1541 (reftex-toc-rename-label, reftex-toc-visit-location)
1542 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1543 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1544 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1545 leaving "*toc*" only for references to the buffer.
1546
1547 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1548
1549 * window.el (window-resize, delete-window, split-window):
1550 Replace window-splits by window-combination-resize.
1551 * cus-start.el (window-splits): Replace by window-combination-resize.
1552
1553 2011-11-17 Glenn Morris <rgm@gnu.org>
1554
1555 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1556 Make bash entry derive from sh entry, not shell entry.
1557
1558 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
1559
1560 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1561 properties of linked files. (Bug#9879)
1562
1563 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1564 local file name.
1565
1566 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * menu-bar.el (menu-bar-file-menu):
1569 * printing.el (pr-ps-utility):
1570 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1571 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1572 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1573 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1574 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1575 (icalendar--convert-cyclic-to-ical)
1576 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1577 (icalendar--convert-ical-to-diary)
1578 (icalendar--convert-recurring-to-diary)
1579 (icalendar--convert-non-recurring-all-day-to-diary)
1580 (icalendar-import-format-sample):
1581 * progmodes/idlw-shell.el (idlwave-shell-mode):
1582 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1583 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1584 (vhdl-ps-print-init): Fix typos.
1585
1586 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1587
1588 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1589 FSF and collapse date sequence, obscure author/maintainer email address
1590 better, remove extra version line, track relocation of author's webpage.
1591
1592 * progmodes/python.el (python-pdbtrack-input-prompt)
1593 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1594 regular python pdb prompts. Adjustments shamelessly taken exactly as
1595 suggested in EmacsWiki page (tiny change):
1596 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1597
1598 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * expand.el (expand-pos, expand-index, expand-point):
1601 Remove redundant info from docstring.
1602 (expand-add-abbrevs): Doc fix.
1603 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1604 (expand-sample-perl-mode-expand-list): Fix typos.
1605
1606 * net/dbus.el (dbus-event-member-name):
1607 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1608 * term/pc-win.el (msdos-create-frame-with-faces):
1609 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1610
1611 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1612
1613 * window.el (split-window, window-state-get-1)
1614 (window-state-put-1, window-state-put-2): Rename occurrences of
1615 window-nest to window-combination-limit.
1616 * cus-start.el (window-nest): Rename to window-combination-limit.
1617
1618 2011-11-16 Chong Yidong <cyd@gnu.org>
1619
1620 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1621 regexp (Bug#10033).
1622
1623 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1626 `completing-read' will remove *Completions* and will preserve
1627 current-buffer for us.
1628 (tmm-add-prompt): Users of *Completions* will always (re)set its
1629 major mode.
1630 (tmm-old-comp-map): Remove.
1631
1632 2011-11-16 Glenn Morris <rgm@gnu.org>
1633
1634 * mail/rmailedit.el: Require rmailmm when compiling.
1635 (rmail-old-mime-state): New declaration.
1636 (rmail-edit-current-message): If editing a mime message,
1637 edit the "raw" message from the mbox buffer.
1638 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1639
1640 2011-11-15 Glenn Morris <rgm@gnu.org>
1641
1642 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1643 which wasn't being used. Add optional arg to force given state.
1644 (rmail-mime): Add optional arg to force given state.
1645
1646 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1649 * frame.el (display-mm-dimensions-alist):
1650 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1651 (outline-move-subtree-down):
1652 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1653 (newsticker--treeview-do-get-node):
1654 * net/quickurl.el (quickurl-list-buffer-name):
1655 * progmodes/dcl-mode.el (dcl-mode):
1656 * progmodes/gdb-mi.el (gdb-mapcar*):
1657 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1658
1659 2011-11-15 Glenn Morris <rgm@gnu.org>
1660
1661 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1662 in a boolean sense, so just make it a boolean, and fix the doc.
1663 (rmail-show-mime-function, rmail-mime-feature)
1664 (rmail-require-mime-maybe): Doc fixes.
1665 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1666
1667 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1668
1669 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1672 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1673 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1674 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1675
1676 2011-11-15 Glenn Morris <rgm@gnu.org>
1677
1678 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1679 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1680 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1681 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1682 (rmail-mime, rmail-show-mime): Doc fixes.
1683
1684 * term/ns-win.el (mode-line-frame-identification):
1685 Leave it alone. (Bug#10051)
1686
1687 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1688
1689 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1690 Handle empty buffers. (Bug#9978)
1691
1692 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1693
1694 * international/mule.el (define-charset):
1695 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1696 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1697 * progmodes/verilog-mode.el (verilog-backward-token):
1698 * textmodes/ispell.el (lookup-words):
1699 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1700
1701 2011-11-14 Glenn Morris <rgm@gnu.org>
1702
1703 * progmodes/executable.el
1704 (executable-make-buffer-file-executable-if-script-p):
1705 Handle file-modes returning nil.
1706
1707 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1708 message - not necessary, and causes problems. (Bug#9831)
1709
1710 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1711
1712 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1713
1714 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1715 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1716 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1717
1718 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1719
1720 * window.el (window-resize, delete-window): Use window-splits
1721 variable instead of function.
1722 (window-state-get-1, window-state-put-2, window-state-put):
1723 Don't deal with windows' splits status.
1724
1725 2011-11-12 Glenn Morris <rgm@gnu.org>
1726
1727 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1728 (apropos-documentation): Doc fixes.
1729
1730 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1731
1732 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1733 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1734
1735 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * electric.el (electric-indent-post-self-insert-function): Make it
1738 possible for a char to only indent in some circumstances.
1739 (electric-indent-mode): Simplify.
1740
1741 2011-11-11 Martin Rudalics <rudalics@gmx.at>
1742
1743 * window.el (windows-with-parameter): Remove unused function.
1744 (windows-at-side): Rename to window-at-side-list.
1745 (window-check, window-atom-check, window-atom-check-1)
1746 (window-side-check, window-size-ignore, window-size-fixed-1)
1747 (window-in-direction-2): Prefix with "window--".
1748 (window-tree-1): Rename to window--subtree, fix doc-string.
1749
1750 2011-11-11 Glenn Morris <rgm@gnu.org>
1751
1752 * subr.el (eval-after-load): If FILE is already loaded,
1753 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1754
1755 2011-11-10 Glenn Morris <rgm@gnu.org>
1756
1757 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1758 Call svn via vc-svn-command rather than vc-do-command.
1759 (vc-svn-command): Add --non-interactive. (Bug#9993)
1760 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1761
1762 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1763 Add toggle-read-only. (Bug#7292)
1764 * files.el (toggle-read-only): Mention that it should only
1765 be used interactively. (Bug#10006)
1766
1767 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1770 Adjust regexp for OCaml warnings.
1771
1772 * electric.el (electric-pair-post-self-insert-function): Let user
1773 turn it off buffer-locally (bug#9932).
1774
1775 * progmodes/python.el (python-beginning-of-statement):
1776 Rewrite (bug#2703).
1777
1778 * progmodes/compile.el: Better handle TABs (bug#9749).
1779 (compilation-internal-error-properties)
1780 (compilation-next-error-function): Obey the target buffer's
1781 compilation-error-screen-columns.
1782
1783 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * progmodes/meta-mode.el: Remove obsolete comments.
1786 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1787 Fix typos in docstrings.
1788
1789 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1790
1791 * window.el (window-size-fixed-p): Rewrite doc-string.
1792 (window-resizable-p): Rename to window--resizable-p. Update callers.
1793 (window--resizable): New function. Make all callers of
1794 window-resizable call window--resizable instead.
1795 (window-resizable): Rewrite in terms of window--resizable.
1796
1797 2011-11-08 Glenn Morris <rgm@gnu.org>
1798
1799 * progmodes/delphi.el (delphi-mode-syntax-table):
1800 Let define-derived-mode define a proper syntax table. (Bug#9994)
1801
1802 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * window.el: Stay away from defsubst.
1805 (window-list-no-nils): Remove.
1806 (window-state-get-1, window-state-get): Use backquote instead.
1807
1808 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1809
1810 * emacs-lisp/find-func.el (find-function-read):
1811 Fix incorrect use of default argument in `completing-read'.
1812
1813 2011-11-08 Martin Rudalics <rudalics@gmx.at>
1814
1815 * window.el (display-buffer-function, special-display-function):
1816 Mention display-buffer-record-window but do not mention
1817 help-setup parameter in doc-strings.
1818 (window-min-delta): Fix doc-string typo.
1819
1820 2011-11-08 Chong Yidong <cyd@gnu.org>
1821
1822 * window.el (window-total-height, window-total-width): Doc fix.
1823 (window-body-size): Move from C.
1824 (window-body-height, window-body-width): Move to C.
1825
1826 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * window.el: Make special-display like display-buffer-alist (bug#9532).
1829 (display-buffer--special-action): New function, morphed
1830 from display-buffer--special.
1831 (display-buffer): Use it to handle special-display-buffers at higher
1832 priority (just after display-buffer-alist).
1833 (display-buffer-fallback-action, display-buffer--other-frame-action)
1834 (pop-to-buffer-same-window): Remove display-buffer--special.
1835
1836 2011-11-07 Glenn Morris <rgm@gnu.org>
1837
1838 * calendar/cal-menu.el (cal-menu-set-date-title):
1839 Do nothing if not in a calendar. (Bug#9976)
1840
1841 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * files.el (find-file): Always use selected-window.
1844
1845 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1846
1847 * window.el (window-combinations): Make WINDOW argument
1848 mandatory. Rewrite doc-string.
1849 (walk-window-subtree, window-atom-check, window-min-delta)
1850 (window-max-delta, window--resize-this-window)
1851 (window--resize-root-window-vertically, window-tree)
1852 (balance-windows, window-state-put): Rewrite doc-strings as to
1853 not mention the term "subwindow".
1854 (window--resize-subwindows-skip-p): Rename to
1855 window--resize-child-windows-skip-p.
1856 (window--resize-subwindows-normal): Rename to
1857 window--resize-child-windows-normal.
1858 (window--resize-subwindows): Rename to
1859 window--resize-child-windows.
1860 (window-or-subwindow-p): Rename to window--in-subtree-p.
1861
1862 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1863
1864 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1865 Ensure that mbox format messages end in two newlines (Bug#9974).
1866
1867 2011-11-06 Chong Yidong <cyd@gnu.org>
1868
1869 * window.el (window-combination-p): Function deleted; its
1870 side-effect is not used in any existing code.
1871 (window-combinations, window-combined-p): Call window-*-child
1872 directly.
1873
1874 2011-11-05 Chong Yidong <cyd@gnu.org>
1875
1876 * window.el (window-valid-p): Rename from window-any-p.
1877 (window-size-ignore, window-state-get): Callers changed.
1878 (window-normalize-window): Rename from window-normalize-any-window.
1879 New arg LIVE-ONLY, replacing window-normalize-live-window.
1880 (window-normalize-live-window): Delete.
1881 (window-combination-p, window-combined-p, window-combinations)
1882 (walk-window-subtree, window-atom-root, window-min-size)
1883 (window-sizable, window-sizable-p, window-size-fixed-p)
1884 (window-min-delta, window-max-delta, window-resizable)
1885 (window-resizable-p, window-full-height-p, window-full-width-p)
1886 (window-current-scroll-bars, window-point-1, set-window-point-1)
1887 (window-at-side-p, window-in-direction, window-resize)
1888 (adjust-window-trailing-edge, maximize-window, minimize-window)
1889 (window-deletable-p, delete-window, delete-other-windows)
1890 (record-window-buffer, unrecord-window-buffer)
1891 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1892 (quit-window, split-window, window-state-put)
1893 (set-window-text-height, fit-window-to-buffer)
1894 (shrink-window-if-larger-than-buffer): Callers changed.
1895
1896 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1897
1898 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1899 rfc2047-decode-string.
1900 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1901 warnings.
1902
1903 * window.el (window-body-height, window-body-width): Mention in
1904 the doc string that the return values are in frame's canonical
1905 units. (Bug#9949)
1906
1907 2011-11-03 Alan Mackenzie <acm@muc.de>
1908
1909 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1910 change in cc-engine.el.
1911
1912 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1915
1916 2011-11-02 Martin Rudalics <rudalics@gmx.at>
1917
1918 * window.el (quit-window): Call unrecord-window-buffer after
1919 showing another buffer in the window. (Bug#9937)
1920 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1921
1922 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1925 Accept status with more than 9 shelves. (Bug#9935)
1926 Reported by Colin D Bennett <colin@gibibit.com>.
1927
1928 2011-11-01 Martin Rudalics <rudalics@gmx.at>
1929
1930 * help.el (with-help-window): Don't reference
1931 temp-buffer-show-specifiers in doc-string.
1932
1933 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1934
1935 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1936 menu-item.
1937
1938 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1939
1940 * whitespace.el: New version 13.2.2.
1941 (whitespace-newline-mode): Disable properly. Reported by Sarah
1942 <EmacsWiki>.
1943
1944 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1945
1946 * net/newst-treeview.el: Remove "Time-stamp".
1947 (newsticker--group-manage-orphan-feeds): Do not call
1948 newsticker--treeview-tree-update.
1949 (newsticker-treeview-update, newsticker-treeview):
1950 Call newsticker--treeview-tree-update if necessary.
1951
1952 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1953
1954 * window.el (window-iso-combination-p, window-iso-combined-p)
1955 (window-iso-combinations): Remove "iso-" infix.
1956 Suggested by Chong Yidong.
1957 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1958 (window-max-delta-1, window-resize, window--resize-siblings)
1959 (window--resize-this-window, adjust-window-trailing-edge)
1960 (split-window, balance-windows-1)
1961 (shrink-window-if-larger-than-buffer):
1962 * calendar/calendar.el (calendar-generate-window):
1963 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1964
1965 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1968 in place (bug#9907).
1969 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1970 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1971 (eshell-structure-basic-command, eshell-rewrite-while-command)
1972 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1973 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1974 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1975 (eshell-do-pipelines-synchronously, eshell-eval-command):
1976 Use backquotes and prefer setq to set.
1977 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1978 (eshell-macrop): Use functionp.
1979 (eshell-do-eval): Handle multiple expressions in `while' body.
1980
1981 2011-10-30 Chong Yidong <cyd@gnu.org>
1982
1983 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1984 instead of set-mark (Bug#9810).
1985
1986 2011-10-30 Chong Yidong <cyd@gnu.org>
1987
1988 * window.el (split-window-below, split-window-right): Rename from
1989 split-window-above-each-other and split-window-side-by-side
1990 respectively. All callers changed.
1991 (split-window-sensibly, split-window-sensibly): Use them.
1992 (split-window-keep-point): Doc fix.
1993
1994 * isearch.el: Add isearch-scroll property to split-window-below
1995 and split-window-right.
1996
1997 * follow.el (follow-mode):
1998 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1999 * progmodes/ada-xref.el (ada-gdb-application):
2000 * emulation/vip.el (vip-buffer-in-two-windows):
2001 * image-dired.el (image-dired-dired-with-window-configuration):
2002 * dired-x.el (dired-do-find-marked-files):
2003 * dired.el (dired-pop-to-buffer):
2004 * bs.el (bs--show-with-configuration):
2005 * vc/emerge.el (emerge-setup-windows):
2006 * textmodes/two-column.el (2C-two-columns):
2007 * textmodes/reftex-toc.el (reftex-toc):
2008 * progmodes/gdb-mi.el (gdb-setup-windows):
2009 * progmodes/fortran.el (fortran-window-create):
2010 * net/newst-treeview.el (newsticker--treeview-window-init):
2011 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2012 * emulation/tpu-edt.el (tpu-gold-map):
2013 * emulation/crisp.el (crisp-mode-map):
2014 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2015
2016 2011-10-29 Chong Yidong <cyd@gnu.org>
2017
2018 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2019
2020 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2021
2022 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2023 forged Ispell output (Bug#7904).
2024
2025 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2026
2027 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * doc-view.el: Avoid ugly errors about not finding nil.
2030 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2031 (doc-view-dvipdf-program, doc-view-unoconv-program)
2032 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2033 Avoid nil or absolute file name as default value.
2034 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2035
2036 2011-10-28 Alan Mackenzie <acm@muc.de>
2037
2038 * progmodes/cc-defs.el (c-version): -> 5.32.2.
2039
2040 2011-10-28 Alan Mackenzie <acm@muc.de>
2041
2042 Amend the handling of c-beginning/end-of-defun in nested declaration
2043 scopes.
2044
2045 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2046 cc-langs.el. Change it to a defcustom.
2047
2048 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2049 cc-vars.el.
2050
2051 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2052 Prevent "class foo : bar" being spuriously recognized as a label.
2053
2054 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
2055 Add parameter `inclusive' (to include enclosing braces in the region).
2056 (c-widen-to-enclosing-decl-scope): New function.
2057 (c-while-widening-to-decl-block): New macro.
2058 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2059 outward for defun boundaries, and correspondingly change symbol
2060 `respect-enclosure' to `go-outward'.
2061 (c-declaration-limits): Change algorithm to report only the "innermost"
2062 defun's boundaries.
2063
2064 2011-10-28 Deniz Dogan <deniz@dogan.se>
2065
2066 * net/rcirc.el (rcirc-mode): Use hard newlines.
2067
2068 2011-10-28 Alan Mackenzie <acm@muc.de>
2069
2070 Amend to indent and fontify macros "which include their own semicolon"
2071 correctly, using the "virtual semicolon" mechanism.
2072
2073 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
2074
2075 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2076 Recode to scan one line at a time rather than having \n and \r
2077 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
2078 (c-forward-label): Amend for virtual semicolons.
2079 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
2080
2081 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2082 of the new C macros.
2083
2084 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
2085 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2086 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
2087 (c-opt-cpp-macro-define): Make into a full language variable.
2088 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2089 AWK Mode (including \n, \r) removed, no longer needed.
2090
2091 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2092 Invoke c-make-macro-with-semi-re.
2093
2094 * progmodes/cc-vars.el (c-macro-with-semi-re):
2095 (c-macro-names-with-semicolon): New variables.
2096 (c-make-macro-with-semi-re): New function.
2097
2098 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * vc/log-edit.el: Fill empty field rather than adding new one.
2101 (log-edit-add-field): New function.
2102 (log-edit-insert-changelog): Use it.
2103
2104 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2105
2106 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2107
2108 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2111 (gdb--check-interpreter): New function.
2112 (gdb): Use it.
2113
2114 2011-10-27 Glenn Morris <rgm@gnu.org>
2115
2116 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2117 (least-positive-float, least-negative-float)
2118 (least-positive-normalized-float, least-negative-normalized-float)
2119 (float-epsilon, float-negative-epsilon):
2120 Remove unnecessary declarations.
2121
2122 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2123 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2124 (least-positive-float, least-negative-float)
2125 (least-positive-normalized-float, least-negative-normalized-float)
2126 (float-epsilon, float-negative-epsilon): Add doc-strings,
2127 based on those in cl.texi.
2128
2129 * files.el (set-visited-file-name): If the major-mode changed,
2130 reload the local variables. (Bug#9796)
2131
2132 2011-10-27 Chong Yidong <cyd@gnu.org>
2133
2134 * subr.el (change-major-mode-after-body-hook): New hook.
2135 (run-mode-hooks): Run it.
2136
2137 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2138 Use change-major-mode-before-body-hook.
2139
2140 * simple.el (fundamental-mode):
2141 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2142 change introducing fundamental-mode-hook.
2143
2144 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
2147
2148 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * ido.el (ido-file-name-all-completions-1): Do not require
2151 tramp.el explicitly. (Bug#7583)
2152
2153 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * progmodes/octave-mod.el:
2156 * progmodes/octave-inf.el: Update maintainer.
2157
2158 2011-10-26 Chong Yidong <cyd@gnu.org>
2159
2160 * subr.el (with-wrapper-hook): Rewrite doc.
2161
2162 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
2165 filenames "/method:foo:". (Bug#9793)
2166
2167 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2170 (bug#9865).
2171
2172 2011-10-24 Glenn Morris <rgm@gnu.org>
2173
2174 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2175
2176 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * notifications.el: Add the requirement of a running D-Bus session
2179 bus to the Commentary.
2180
2181 2011-10-24 Juri Linkov <juri@jurta.org>
2182
2183 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2184 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2185 (Bug#9364)
2186
2187 2011-10-24 Juri Linkov <juri@jurta.org>
2188
2189 * info.el (Info-following-node-name-re): Add newline to the list
2190 of allowed characters for leading space. (Bug#9824)
2191
2192 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * progmodes/octave-inf.el (inferior-octave-mode-map):
2195 Fix C-c C-h binding.
2196 * progmodes/octave-mod.el (octave-help): Remove.
2197
2198 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2199
2200 Sync with Tramp 2.2.3.
2201
2202 * net/tramp-cache.el (top): Pacify byte-compiler using
2203 `init-file-user' and `site-run-file'.
2204
2205 * net/trampver.el: Update release number.
2206
2207 2011-10-23 Chong Yidong <cyd@gnu.org>
2208
2209 * files.el (toggle-read-only): Remove obsolete comment about
2210 version control.
2211
2212 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2213 for toggle-read-only. Note that this hasn't called vc-next-action
2214 since 2008-05-02, though it wasn't documented at the time.
2215
2216 * vc/ediff-init.el (ediff-toggle-read-only-function):
2217 Use toggle-read-only.
2218
2219 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2220
2221 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2222 of c-parse-state.
2223
2224 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2225 correct faulty logical expression.
2226 (c-parse-state-state, c-record-parse-state-state):
2227 (c-replay-parse-state-state): New defvar/defuns.
2228 (c-debug-parse-state): Use new functions.
2229
2230 2011-10-22 Martin Rudalics <rudalics@gmx.at>
2231
2232 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
2233 last fix. Use window-in-direction correctly.
2234
2235 2011-10-21 Chong Yidong <cyd@gnu.org>
2236
2237 * progmodes/idlwave.el (idlwave-mode):
2238 * progmodes/vera-mode.el (vera-mode): No need to set
2239 require-final-newline; that's done in prog-mode.
2240 Suggested by Stefan Monnier.
2241
2242 2011-10-21 Martin Rudalics <rudalics@gmx.at>
2243
2244 * mouse.el (mouse-drag-window-above)
2245 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2246 (mouse-drag-mode-line-1, mouse-drag-header-line)
2247 (mouse-drag-vertical-line-rightward-window): Remove.
2248 (mouse-drag-line): New function.
2249 (mouse-drag-mode-line, mouse-drag-header-line)
2250 (mouse-drag-vertical-line): Call mouse-drag-line.
2251 * window.el (window-at-side-p, windows-at-side): New functions.
2252
2253 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
2254
2255 * tar-mode.el (tar-grind-file-mode):
2256 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2257
2258 2011-10-21 Chong Yidong <cyd@gnu.org>
2259
2260 * progmodes/idlwave.el (idlwave-mode):
2261 * progmodes/vera-mode.el (vera-mode):
2262 Use mode-require-final-newline.
2263
2264 2011-10-20 Glenn Morris <rgm@gnu.org>
2265
2266 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
2267
2268 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2269
2270 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2271
2272 2011-10-20 Chong Yidong <cyd@gnu.org>
2273
2274 * emulation/cua-base.el (cua-mode):
2275 * mail/footnote.el (footnote-mode):
2276 * mail/mailabbrev.el (mail-abbrevs-mode):
2277 * net/xesam.el (xesam-minor-mode):
2278 * progmodes/bug-reference.el (bug-reference-mode):
2279 * progmodes/cap-words.el (capitalized-words-mode):
2280 * progmodes/compile.el (compilation-minor-mode)
2281 (compilation-shell-minor-mode):
2282 * progmodes/gud.el (gud-tooltip-mode):
2283 * progmodes/hideif.el (hide-ifdef-mode):
2284 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2285 * progmodes/subword.el (subword-mode):
2286 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2287 * progmodes/which-func.el (which-function-mode):
2288 * term/tvi970.el (tvi970-set-keypad-mode):
2289 * term/vt100.el (vt100-wide-mode):
2290 * textmodes/flyspell.el (flyspell-mode):
2291 * textmodes/ispell.el (ispell-minor-mode):
2292 * textmodes/nroff-mode.el (nroff-electric-mode):
2293 * textmodes/paragraphs.el (use-hard-newlines):
2294 * textmodes/refill.el (refill-mode):
2295 * textmodes/reftex.el (reftex-mode):
2296 * textmodes/rst.el (rst-minor-mode):
2297 * textmodes/sgml-mode.el (html-autoview-mode)
2298 (sgml-electric-tag-pair-mode):
2299 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2300 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2301 * emulation/crisp.el (crisp-mode):
2302 * emacs-lisp/eldoc.el (eldoc-mode):
2303 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2304 minor mode behavior.
2305
2306 2011-10-19 Juri Linkov <juri@jurta.org>
2307
2308 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2309 the list of hard-coded chars with escape-glyph face.
2310
2311 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2314
2315 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2318 running process.
2319
2320 2011-10-19 Glenn Morris <rgm@gnu.org>
2321
2322 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2323 Ignore ignored files. (Bug#9726)
2324
2325 2011-10-19 Chong Yidong <cyd@gnu.org>
2326
2327 Doc fix for minor modes, stating that an omitted argument enables
2328 the mode unconditionally when called from Lisp.
2329
2330 * abbrev.el (abbrev-mode):
2331 * allout.el (allout-mode):
2332 * autoinsert.el (auto-insert-mode):
2333 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2334 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2335 (global-auto-revert-mode):
2336 * battery.el (display-battery-mode):
2337 * composite.el (global-auto-composition-mode)
2338 (auto-composition-mode):
2339 * delsel.el (delete-selection-mode):
2340 * desktop.el (desktop-save-mode):
2341 * dired-x.el (dired-omit-mode):
2342 * dirtrack.el (dirtrack-mode):
2343 * doc-view.el (doc-view-minor-mode):
2344 * double.el (double-mode):
2345 * electric.el (electric-indent-mode, electric-pair-mode):
2346 * emacs-lock.el (emacs-lock-mode):
2347 * epa-hook.el (auto-encryption-mode):
2348 * follow.el (follow-mode):
2349 * font-core.el (font-lock-mode):
2350 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2351 * help.el (temp-buffer-resize-mode):
2352 * hilit-chg.el (highlight-changes-mode)
2353 (highlight-changes-visible-mode):
2354 * hi-lock.el (hi-lock-mode):
2355 * hl-line.el (hl-line-mode, global-hl-line-mode):
2356 * icomplete.el (icomplete-mode):
2357 * ido.el (ido-everywhere):
2358 * image-file.el (auto-image-file-mode):
2359 * image-mode.el (image-minor-mode):
2360 * iswitchb.el (iswitchb-mode):
2361 * jka-cmpr-hook.el (auto-compression-mode):
2362 * linum.el (linum-mode):
2363 * longlines.el (longlines-mode):
2364 * master.el (master-mode):
2365 * mb-depth.el (minibuffer-depth-indicate-mode):
2366 * menu-bar.el (menu-bar-mode):
2367 * minibuf-eldef.el (minibuffer-electric-default-mode):
2368 * mouse-sel.el (mouse-sel-mode):
2369 * msb.el (msb-mode):
2370 * mwheel.el (mouse-wheel-mode):
2371 * outline.el (outline-minor-mode):
2372 * paren.el (show-paren-mode):
2373 * recentf.el (recentf-mode):
2374 * reveal.el (reveal-mode, global-reveal-mode):
2375 * rfn-eshadow.el (file-name-shadow-mode):
2376 * ruler-mode.el (ruler-mode):
2377 * savehist.el (savehist-mode):
2378 * scroll-all.el (scroll-all-mode):
2379 * scroll-bar.el (scroll-bar-mode):
2380 * server.el (server-mode):
2381 * shell.el (shell-dirtrack-mode):
2382 * simple.el (auto-fill-mode, transient-mark-mode)
2383 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2384 (line-number-mode, column-number-mode, size-indication-mode)
2385 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2386 * strokes.el (strokes-mode):
2387 * time.el (display-time-mode):
2388 * t-mouse.el (gpm-mouse-mode):
2389 * tool-bar.el (tool-bar-mode):
2390 * tooltip.el (tooltip-mode):
2391 * type-break.el (type-break-mode-line-message-mode)
2392 (type-break-query-mode):
2393 * view.el (view-mode):
2394 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2395 (global-whitespace-mode, global-whitespace-newline-mode):
2396 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2397
2398 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2399 Fix autogenerated docstring.
2400
2401 2011-10-19 Juri Linkov <juri@jurta.org>
2402
2403 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2404 by checking environment variables "DESKTOP_SESSION" and
2405 "XDG_CURRENT_DESKTOP". (Bug#9779)
2406
2407 2011-10-19 Juri Linkov <juri@jurta.org>
2408
2409 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2410 (browse-url-chromium-program, browse-url-chromium-arguments):
2411 New defcustoms.
2412 (browse-url-default-browser): Check for `browse-url-chromium' and
2413 call `browse-url-chromium-program'.
2414 (browse-url-chromium): New command. (Bug#9779)
2415
2416 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * facemenu.el (list-colors-duplicates): On Windows, detect more
2419 duplicates by assuming that only colors matching "^System" are
2420 special "system colors". (Bug#9722)
2421
2422 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2425 to distinguish the author from the committer.
2426
2427 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2430
2431 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2432
2433 * international/mule.el (sgml-html-meta-auto-coding-function):
2434 Add support for detecting encoding in HTML5 specified only as
2435 <meta charset="UTF-8">. Implementation just makes http-equiv and
2436 content-type parts from HTML4 encoding string optional. (Bug#9716)
2437
2438 2011-10-18 Glenn Morris <rgm@gnu.org>
2439
2440 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2441
2442 2011-10-18 Chong Yidong <cyd@gnu.org>
2443
2444 * faces.el (cursor): Doc fix.
2445
2446 2011-10-17 Chong Yidong <cyd@gnu.org>
2447
2448 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2449
2450 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
2451
2452 * dirtrack.el (dirtrack): Support shell buffers with path
2453 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2454
2455 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2456
2457 * json.el: Bump version to 1.3 and note change in History.
2458 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2459
2460 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * comint.el (comint-insert-input, comint-send-input)
2463 (comint-get-old-input-default, comint-backward-matching-input)
2464 (comint-next-prompt): Use nil instead of `input' for field property of
2465 past user input (bug#114).
2466
2467 * minibuffer.el (completion--replace): Inherit surrounding properties
2468 (bug#114).
2469 (minibuffer-complete-and-exit): Use it.
2470
2471 * comint.el (comint--table-subvert): Quote the all-completions output
2472 (bug#9160).
2473
2474 2011-10-17 Martin Rudalics <rudalics@gmx.at>
2475
2476 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2477
2478 * menu-bar.el (menu-bar-file-menu): Add entry for making new
2479 window on right of selected. (Bug#9350) Reword other window
2480 entries and separate them from frame entries.
2481
2482 2011-10-15 Glenn Morris <rgm@gnu.org>
2483
2484 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2485 Doc fixes.
2486
2487 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * net/network-stream.el (network-stream-open-starttls):
2490 Improve detection of failure due to lack of TLS support.
2491
2492 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2493 putting the input text in front and in bold.
2494
2495 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2498
2499 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2500 empty buffer.
2501
2502 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2503 unread-command-events rather than pushing yet-another event.
2504
2505 2011-10-14 Eli Zaretskii <eliz@gnu.org>
2506
2507 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2508 the explanation of the possible choices. Make the options passed
2509 to completing-read shorter.
2510
2511 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2512
2513 * textmodes/flyspell.el (flyspell-large-region): Make sure
2514 extended character mode is used if defined (Bug#1339).
2515
2516 2011-10-13 Eli Zaretskii <eliz@gnu.org>
2517
2518 * simple.el (what-cursor-position): Fix the display of the
2519 character info for LRE, LRO, RLE, and RLO characters by appending
2520 an invisible PDF.
2521
2522 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2525 even in case of error; add debug spec; simplify data flow.
2526 (with-timeout-handler): Remove.
2527
2528 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
2529
2530 Fix Bug#6019, Bug#9315.
2531
2532 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2533 complete `buffer-file-name', the local file name part could look
2534 remotely (for example on VMS).
2535
2536 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2537 `tramp-run-real-handler'.
2538 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2539 already quoted by '"'.
2540
2541 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2542 Let `file-name-handler-alist' be nil, the local file name part
2543 could look remotely (for example on VMS).
2544
2545 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2548 from here...
2549 (flyspell-post-command-hook): ...to here.
2550
2551 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2554 if not needed.
2555 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2556 using completion. Protect against "slow" callers.
2557 Remove the "message hack".
2558
2559 2011-10-11 Juri Linkov <juri@jurta.org>
2560
2561 * isearch.el (isearch-lazy-highlight-word): New variable.
2562 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2563 Use it. (Bug#9727)
2564
2565 2011-10-11 Glenn Morris <rgm@gnu.org>
2566
2567 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2568 like f90-previous-statement does.
2569
2570 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2571
2572 * eshell/eshell.el (eshell-command): History should be saved
2573 only in interactive use, to avoid error.
2574
2575 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * minibuffer.el (completion-file-name-table): Fix last change,
2578 i.e. ignore normal errors but not the other ones.
2579
2580 2011-10-10 Martin Rudalics <rudalics@gmx.at>
2581
2582 * window.el (special-display-buffer-names)
2583 (special-display-regexps): Remove some remnants of earlier
2584 changes from doc-strings.
2585 (quit-windows-on): New function.
2586
2587 * vc/vc.el (vc-revert, vc-rollback):
2588 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2589 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
2590 (Bug#6183) (Bug#7074) (Bug#7447)
2591
2592 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2593
2594 * window.el (frame-auto-hide-function): Add version tag.
2595 (Bug#9699)
2596
2597 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2600 condition.
2601
2602 2011-10-09 Leo Liu <sdl.web@gmail.com>
2603
2604 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2605 (Bug#9701)
2606
2607 2011-10-08 Glenn Morris <rgm@gnu.org>
2608
2609 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2610 before the first code statement zero indent. (Bug#9690)
2611
2612 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2613
2614 * simple.el (count-words-region): Always count in the region.
2615 Report the number of lines and characters too.
2616 (count-words): New command, which counts in the buffer if the
2617 region is inactive, as count-words-region used to.
2618 (count-words--message): New function. Handle plurals.
2619 (count-lines-region): Make it an alias for count-words-region.
2620
2621 * bindings.el (esc-map): Replace count-lines-region with
2622 count-words-region.
2623
2624 2011-10-08 Martin Rudalics <rudalics@gmx.at>
2625
2626 * window.el (window--delete): Delete dedicated frame
2627 unconditionally when argument KILL is non-nil. (Bug#9699)
2628 (switch-to-buffer): Fix doc-string typo.
2629
2630 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2631
2632 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2633
2634 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * bindings.el ([M-left],[M-right]): Bind to left-word and
2637 right-word respectively.
2638
2639 2011-10-07 Glenn Morris <rgm@gnu.org>
2640
2641 * cus-start.el (debug-on-quit): Fix custom type.
2642
2643 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2644
2645 * subr.el (define-key-after): Clarify that the function is not
2646 useful for non-menu keymaps.
2647
2648 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2649
2650 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2651
2652 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2653 in current minibuffer (Fix bug with recursive minibuffers).
2654
2655 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * progmodes/gdb-mi.el (gdb): Doc fix.
2658
2659 2011-10-05 Martin Rudalics <rudalics@gmx.at>
2660
2661 * window.el (frame-auto-hide-function): New option replacing
2662 frame-auto-delete. Suggested by Stefan Monnier.
2663 (window--delete): Call frame-auto-hide-function instead of
2664 investigating frame-auto-delete.
2665 (window-point-1, set-window-point-1): New functions.
2666 (window-in-direction, record-window-buffer, window-state-get-1)
2667 (display-buffer-record-window): Use window-point-1 instead of
2668 window-point.
2669 (set-window-buffer-start-and-point): Use set-window-point-1.
2670
2671 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2674
2675 2011-10-05 Glenn Morris <rgm@gnu.org>
2676
2677 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2678 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2679
2680 2011-10-05 Leo Liu <sdl.web@gmail.com>
2681
2682 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2683 works with buffer object.
2684
2685 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * mpc.el (mpc-tool-bar-map): Add labels.
2688
2689 2011-10-04 Glenn Morris <rgm@gnu.org>
2690
2691 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2692
2693 2011-10-04 Martin Rudalics <rudalics@gmx.at>
2694
2695 * window.el (window--delete): New function.
2696 (frame-auto-delete): Resuscitate option.
2697 (bury-buffer, replace-buffer-in-windows)
2698 (quit-window): Rewrite using window--delete.
2699 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2700 Pass display-buffer-mark-dedicated to window--display-buffer-2
2701 (Bug#9639).
2702
2703 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2706 returns a list (bug#9554). Add remote file name completion.
2707 * comint.el (comint--table-subvert): Curry and get quote&unquote
2708 functions as arguments.
2709 (comint--complete-file-name-data): Adjust call accordingly.
2710 * pcomplete.el (pcomplete--table-subvert): Remove.
2711 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2712
2713 * minibuffer.el (completion-table-case-fold): Use currying.
2714 (completion--styles-type, completion--cycling-threshold-type):
2715 New constants.
2716 (completion-styles, completion-category-overrides)
2717 (completion-cycle-threshold): Use them.
2718 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2719 completion-table-case-fold.
2720
2721 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
2722
2723 * minibuffer.el (completion-category-overrides): Fix type of styles
2724 and add more user friendly tags (bug#9660).
2725
2726 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2729 (mule-input-method-string): New widget.
2730 (default-input-method, language-info-custom-alist): Use it.
2731
2732 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * pcomplete.el: Require comint.
2735 (pcomplete--common-suffix): Remove.
2736 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2737 (pcomplete--table-subvert): Sync with comint--table-subvert.
2738 (pcomplete--entries): Use comint-completion-file-name-table.
2739 * comint.el (comint-unquote-filename): Simplify.
2740 (comint-completion-file-name-table): New function (bug#9616).
2741 (comint--complete-file-name-data): Use it.
2742
2743 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2744 (pcmpl-gnu-tar-buffer): Remove.
2745 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
2746 around. Make sure pcomplete-suffix-list is only changed temporarily.
2747 Don't look inside the tar's file if it's too large.
2748
2749 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * cus-edit.el (custom-mode-map):
2752 * epa.el (epa-key-list-mode-map):
2753 * man.el (Man-mode-map):
2754 * startup.el (splash-screen-keymap):
2755 * simple.el (special-mode-map): Use scroll-up-command and
2756 scroll-down-command.
2757
2758 * progmodes/idlw-help.el (idlwave-help-mode-map):
2759 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2760 * net/newst-plainview.el (newsticker-mode-map):
2761 * emulation/ws-mode.el (wordstar-mode-map):
2762 * emulation/vi.el (vi-com-map):
2763 * calc/calc-graph.el (calc-graph-show-dumb):
2764 * term/sun.el (terminal-init-sun):
2765 * term/ns-win.el (global-map):
2766 * progmodes/grep.el (grep-mode-map):
2767 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2768 * mail/rmail.el (rmail-mode-map):
2769 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2770
2771 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2772 custom-safe-themes as special.
2773
2774 2011-10-01 Julien Danjou <julien@danjou.info>
2775
2776 * notifications.el (notifications-notify): Fix docstring.
2777
2778 2011-10-01 Per Starbäck <per@starback.se>
2779
2780 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2781
2782 2011-09-30 Martin Rudalics <rudalics@gmx.at>
2783
2784 * startup.el (command-line-1): Fix last fix by inserting
2785 initial-scratch-message into *scratch* before displaying it.
2786 (Bug#9605) and (Bug#9636)
2787
2788 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2789
2790 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2791 window is hscrolled, move by logical lines. (Bug#9607)
2792 (line-move-visual): Update the doc string to the above effect.
2793
2794 2011-09-29 Martin Rudalics <rudalics@gmx.at>
2795
2796 * window.el (display-buffer-record-window): When WINDOW is the
2797 selected window use `point' instead of `window-point'. (Bug#9626)
2798
2799 * startup.el (command-line-1): Use insert-before-markers when
2800 inserting initial-scratch-message. (Bug#9605)
2801
2802 * help.el (help-window): Remove variable.
2803
2804 2011-09-29 Glenn Morris <rgm@gnu.org>
2805
2806 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2807
2808 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * descr-text.el (describe-char-categories): Accept category
2811 descriptions more than one line long.
2812
2813 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * simple.el (delete-trailing-whitespace): Fix last change.
2816
2817 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2818 Don't confuse "y => 3" as the beginning of a `y' operation.
2819
2820 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2821 object has more than 4 slots (bug#9613).
2822
2823 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * subr.el (with-output-to-temp-buffer):
2826 * net/quickurl.el (quickurl, quickurl-browse-url):
2827 Fix typos in docstrings.
2828
2829 2011-09-27 Eli Zaretskii <eliz@gnu.org>
2830
2831 * minibuffer.el (completion-styles)
2832 (completion-category-overrides): Cross reference each other in doc
2833 strings.
2834
2835 2011-09-27 Glenn Morris <rgm@gnu.org>
2836
2837 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2838 to split-string. (Bug#9606)
2839
2840 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2841
2842 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2843 (bug#9615).
2844
2845 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * emacs-lisp/package.el (list-packages): Fix echo area message.
2848
2849 2011-09-27 Leo Liu <sdl.web@gmail.com>
2850
2851 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2852
2853 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
2854
2855 * net/dbus.el (dbus-unregister-object): Don't release services for
2856 registered signals. (Bug#9581)
2857
2858 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2859
2860 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2861 function that picks between cfengine 2 and 3 support
2862 automatically. Update docs accordingly.
2863
2864 2011-09-22 Kenichi Handa <handa@m17n.org>
2865
2866 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2867 ZERO.
2868 (indian-itrans-v5-table-for-tamil): New variable.
2869 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2870
2871 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2872
2873 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2874 that's true if the current command involved collapsing of text.
2875 It's reset to false at the beginning of the next command.
2876 (allout-post-command-business): Move the cursor to the beginning
2877 of entry if the cursor is hidden and collapsing activity just
2878 happened.
2879
2880 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2883 tracking (Bug#9541).
2884
2885 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
2886
2887 * net/newst-reader.el (newsticker-html-renderer)
2888 (newsticker-show-news): Automatically load html rendering package
2889 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2890 because w3m-fill-column is let-bound" and the error "Symbol's value
2891 as variable is void: w3m-fill-column".
2892
2893 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2896 Release services only if they are defined. (Bug#9581)
2897
2898 2011-09-23 Richard Stallman <rms@gnu.org>
2899
2900 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2901 distinguish start of paragraph from start of its text.
2902
2903 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2904
2905 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2906 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2907 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2908
2909 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2910
2911 * international/mule-diag.el (mule-diag): Insert a newline after
2912 each fontset description.
2913
2914 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * simple.el (delete-trailing-whitespace):
2917 Document last change; simplify.
2918
2919 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2920
2921 * simple.el (delete-trailing-whitespace): Also delete
2922 extra newlines at the end of the buffer.
2923
2924 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2925 (picture-newline): Use forward-line so as to ignore fields.
2926
2927 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * subr.el (with-wrapper-hook): Fix edebug spec.
2930
2931 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2932
2933 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2934 (bug#4538).
2935
2936 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
2937
2938 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2939 Fix nasty bug using wrong cached values.
2940
2941 2011-09-23 Alan Mackenzie <acm@muc.de>
2942
2943 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2944
2945 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * window.el (pop-to-buffer): Ensure right window is selected if we
2948 chose another frame.
2949
2950 2011-09-22 Eli Zaretskii <eliz@gnu.org>
2951
2952 * simple.el (what-cursor-position): Use get-char-property-change
2953 and next-single-char-property-change, to be able to show display
2954 properties that come from overlays as well as text properties.
2955
2956 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2959
2960 * cmuscheme.el (run-scheme, switch-to-scheme):
2961 * cus-edit.el (customize-group, custom-buffer-create)
2962 (customize-browse):
2963 * info.el (info):
2964 * shell.el (shell):
2965 * mail/sendmail.el (mail):
2966 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2967
2968 2011-09-22 Richard Stallman <rms@gnu.org>
2969
2970 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2971 move back only to line beg, don't move back over blank lines.
2972
2973 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * files.el (copy-directory): Set directory attributes only in case
2976 they could be retrieved from the source directory. (Bug#9565)
2977
2978 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2979
2980 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2981 (hs-find-block-beginning, hs-hide-level-recursive):
2982 Ignore strings as well as comments. (Bug#9502)
2983
2984 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2985
2986 * progmodes/sql.el (sql-comint-postgres):
2987 Convert port number to a string. (Bug#9566)
2988
2989 2011-09-22 Martin Rudalics <rudalics@gmx.at>
2990
2991 * window.el (quit-window): Undedicate window when switching to
2992 previous buffer. Reported by Thierry Volpiatto
2993 <thierry.volpiatto@gmail.com>.
2994 (special-display-popup-frame): When popping up a new frame reset
2995 its previous buffers to nil. Simplify code.
2996
2997 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
2998
2999 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3000 and process filter, as done also in `shell-command'.
3001
3002 2011-09-21 Martin Rudalics <rudalics@gmx.at>
3003
3004 * window.el (set-window-buffer-start-and-point):
3005 Call set-window-start with NOFORCE argument t.
3006 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3007 (quit-window): Reword doc-string. Handle new format of
3008 quit-restore parameter. Don't delete window if it has a
3009 previous buffer we can show instead of the present one.
3010 (display-buffer-record-window): Rewrite using a new format for
3011 the quit-restore window parameter
3012 (special-display-popup-frame, display-buffer-same-window)
3013 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3014 (display-buffer-pop-up-window, display-buffer-use-some-window):
3015 Adapt symbol passed to display-buffer-record-window.
3016 * help.el (help-window-setup): Handle new format of quit-restore
3017 parameter.
3018
3019 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * faces.el (face-list): Fix docstring (bug#9564).
3022
3023 * window.el (display-buffer--action-function-custom-type):
3024 Don't include internal functions in the Custom interface.
3025
3026 2011-09-20 Juri Linkov <juri@jurta.org>
3027
3028 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3029 (Info-forward-node, Info-backward-node, Info-next-preorder)
3030 (Info-last-preorder): Use it. (Bug#9528)
3031
3032 2011-09-20 Juri Linkov <juri@jurta.org>
3033
3034 * info.el (Info-last-preorder): Visit last menu item only when
3035 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3036
3037 2011-09-20 Julien Danjou <julien@danjou.info>
3038
3039 * password-cache.el (password-cache-remove): Remove entries even if the
3040 value is nil, so that password with a nil value (negative caching) is
3041 possible to invalidate.
3042
3043 2011-09-20 Lawrence Mitchell <wence@gmx.li>
3044
3045 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3046 all whitespace around breakpoint. (Bug#9553)
3047 (f90-find-breakpoint): Only break at whitespace inside a comment.
3048
3049 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * minibuffer.el (completion-file-name-table): Keep track of errors.
3052 (completion-table-with-predicate): Handle the case where pred1 is nil.
3053 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3054
3055 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3058 (debugger-return-value): Signal an error if the debugging context does
3059 not await any return value.
3060
3061 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3062 * image-mode.el (image-toggle-display-text)
3063 (image-toggle-display-image): Stay away from evil `intangible'.
3064
3065 2011-09-19 Leo Liu <sdl.web@gmail.com>
3066
3067 * replace.el (occur-revert-arguments): Make it permanent-local.
3068 (occur-mode): Don't call font-lock-defontify.
3069
3070 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * net/ldap.el (ldap-search-internal): Don't push empty search
3073 result (Bug#9508).
3074
3075 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3078
3079 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3082 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3083
3084 2011-09-18 Juri Linkov <juri@jurta.org>
3085
3086 * buff-menu.el (Buffer-menu-mode-map):
3087 * dired.el (dired-mode-map):
3088 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3089 (lisp-interaction-mode-map):
3090 * emacs-lisp/package.el (package-menu-mode-map):
3091 * epa.el (epa-key-list-mode-map):
3092 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3093 (menu-bar-options-menu):
3094 * outline.el (outline-mode-menu-bar-map):
3095 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3096 * vc/vc-dir.el (vc-dir-menu-map):
3097 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3098 Capitalize non-function content words in menu item strings.
3099
3100 * dired.el (dired-mode-map): Add menu item for
3101 `image-dired-dired-toggle-marked-thumbs'.
3102
3103 2011-09-18 Juri Linkov <juri@jurta.org>
3104
3105 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3106 to `isearch-case-fold-search' and restore its original value
3107 after the `isearch-mode' call.
3108
3109 2011-09-18 Juri Linkov <juri@jurta.org>
3110
3111 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3112 because `zgrep' returns 1 for successful matches (bug#9226).
3113
3114 2011-09-18 Juri Linkov <juri@jurta.org>
3115
3116 * info.el (Info-extract-menu-node-name): Check the second match
3117 for empty string (second test-case of bug#9528).
3118 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3119 intermediate nodes to the history (first test-case of bug#9528).
3120
3121 2011-09-18 Juri Linkov <juri@jurta.org>
3122
3123 * info.el (Info-mode-syntax-table): New variable.
3124 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
3125
3126 2011-09-18 Juri Linkov <juri@jurta.org>
3127
3128 * info.el (Info-file-supports-index-cookies):
3129 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3130 outputs one more line for long file names (bug#4142).
3131
3132 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * newcomment.el (comment-normalize-vars): If prompting for
3135 comment-start, set comment-start-skip too (Bug#8424).
3136
3137 2011-09-18 Johan Bockgård <bojohan@gnu.org>
3138
3139 * icomplete.el: Fix previous fix of Bug#5849.
3140 (icomplete-mode): Don't set completion-show-inline-help.
3141 (icomplete-minibuffer-setup): Set completion-show-inline-help
3142 locally during icompletion.
3143
3144 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * woman.el (woman2-process-escapes): Don't delete unrecognized
3147 escapes (Bug#7843).
3148
3149 * files.el (inhibit-first-line-modes-regexps): Add image files.
3150 (hack-local-variables-prop-line): Return nil for malformed
3151 prop-lines (Bug#9044).
3152
3153 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * net/tramp.el (top): Don't require 'shell.
3156 (tramp-methods): Fix docstring.
3157 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
3158 Return complete remote file name. Handle "smb" case.
3159 Use `tramp-tmpdir', if defined for the respective method.
3160 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3161
3162 * net/tramp-compat.el (top): Require 'shell.
3163
3164 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3165 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3166 `tramp-current-host'.
3167 (tramp-get-remote-tmpdir): Remove.
3168
3169 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3170 `tramp-tmpdir' entries.
3171 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3172 (tramp-smb-handle-file-attributes): Ignore errors.
3173 (tramp-smb-wait-for-output): Check also for process end.
3174
3175 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3176
3177 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3178 when sending QUIT (bug#9312).
3179
3180 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3183 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3184 occur-mode-display-occurrence.
3185 (occur-edit-mode): Add usage message.
3186 (occur-cease-edit): New command.
3187 (occur-after-change-function): Use text properties to find the
3188 position of the prefix text.
3189 (occur-engine): Set stickiness of prefix text properties.
3190
3191 2011-09-17 Glenn Morris <rgm@gnu.org>
3192
3193 * progmodes/etags.el (complete-tag):
3194 Fix call to completion-in-region. (Bug#9526)
3195
3196 2011-09-17 Juri Linkov <juri@jurta.org>
3197
3198 * textmodes/ispell.el (ispell-word): Add to the error message
3199 the word, ispell program name and current dictionary (bug#9121).
3200 (ispell-tex-arg-end): Capitalize "error" in the error message.
3201
3202 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3203
3204 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3205 check. (Bug#4251)
3206
3207 2011-09-17 Juri Linkov <juri@jurta.org>
3208
3209 * window.el (window-safe-min-height, window-safe-min-width):
3210 Fix typos (followup to bug#9522).
3211
3212 2011-09-17 Sven Joachim <svenjoac@gmx.de>
3213
3214 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3215
3216 2011-09-16 Eli Zaretskii <eliz@gnu.org>
3217
3218 * simple.el (line-move): If goal-column is set, move by logical
3219 lines, not by display lines. (Bug#971)
3220 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3221 to reflect the above change.
3222
3223 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * image.el (imagemagick-register-types): Use regexp-opt.
3226
3227 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * window.el (display-buffer-base-action): Rename from
3230 display-buffer-default-action. Make default value empty.
3231 (display-buffer-overriding-action): Convert to defvar.
3232 (display-buffer-fallback-action): New var.
3233
3234 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3237 declaration.
3238 (package--add-to-archive-contents): If there is a duplicate entry
3239 with an older version, remove it.
3240 (package-menu-mark-delete, package-menu-mark-install)
3241 (package-menu-mark-unmark): Make unused args optional.
3242 (package-menu-mark-obsolete-for-deletion):
3243 Use package-menu-get-status instead of a regexp search.
3244 (package-menu-get-status): Use tabulated-list-entry.
3245 (package-menu-mark-upgrades): New command.
3246 (package-menu-mode-map): Bind it to U. Add it to menu bar.
3247 (package-menu-execute): Do installation before deletion.
3248 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3249 instead of checking major-mode.
3250 (package-menu--find-upgrades): New function.
3251
3252 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3255 passwords in the log buffer.
3256 (smtpmail-process-filter): Update the process marker so that the
3257 "broken by peer" status message is inserted in the right place.
3258
3259 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3262 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3263 bibtex-completion-at-point-function.
3264 (bibtex-completion-at-point-function): Use them.
3265
3266 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3267
3268 * mpc.el (mpc-constraints-tag-lookup): New function.
3269 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3270 also to browser "album|playlist".
3271
3272 2011-09-14 Juri Linkov <juri@jurta.org>
3273
3274 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3275 (isearch-edit-string): Use length of `isearch-string' when
3276 `isearch-fail-pos' returns nil.
3277 (isearch-message): Remove duplicate code and call
3278 `isearch-fail-pos' with arg `t'.
3279
3280 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * replace.el (occur-mode-goto-occurrence): Don't force using other
3283 window (Bug#9499).
3284
3285 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3286
3287 2011-09-14 Martin Rudalics <rudalics@gmx.at>
3288
3289 * window.el (display-buffer-window): Remove.
3290 (display-buffer-record-window): Use help-setup window parameter
3291 instead of variable display-buffer-window.
3292 (display-buffer-function, special-display-buffer-names)
3293 (special-display-function): Mention help-setup parameter instead
3294 of display-buffer-window in doc-string.
3295 * help.el (help-window-setup): New argument help-window.
3296 Use help-window-setup parameter instead of display-buffer-window.
3297 Reword some messages.
3298 (with-help-window): Pass window used for displaying the buffer
3299 to help-window-setup. Don't set display-buffer-window.
3300
3301 2011-09-13 Glenn Morris <rgm@gnu.org>
3302
3303 * emacs-lisp/debug.el (debugger-make-xrefs):
3304 Preserve point. (Bug#9462)
3305
3306 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * window.el (window-deletable-p): Use next-frame.
3309
3310 2011-09-13 Martin Rudalics <rudalics@gmx.at>
3311
3312 * window.el (window-auto-delete): Remove.
3313 (window-deletable-p): Remove argument FORCE. Don't deal with
3314 dedication and previous buffers.
3315 (switch-to-prev-buffer): Don't delete window.
3316 (delete-windows-on): Delete a window's frame if and only if the
3317 window is dedicated.
3318 (replace-buffer-in-windows): Delete buffer's window or frame if
3319 and only if window is dedicated.
3320 (quit-window): Handle quit-restore as before last change.
3321 (bury-buffer): Delete window only if window-deletable-p returns t.
3322
3323 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * window.el (window-deletable-p): Never delete the last frame on a
3326 given terminal.
3327
3328 2011-09-13 Glenn Morris <rgm@gnu.org>
3329
3330 * help.el (describe-key-briefly): Copy previous standard-output change.
3331
3332 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
3333
3334 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3335
3336 2011-09-13 Glenn Morris <rgm@gnu.org>
3337
3338 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3339 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3340
3341 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * dired-aux.el (dired-mark-read-string): Don't return default
3344 value on empty input (Bug#9361).
3345 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3346 Omit initial minibuffer contents.
3347 (dired-do-chmod): Signal an error on empty input.
3348 (dired-mark-read-string): Don't return default on empty input.
3349
3350 * files.el (file-modes-symbolic-to-number): Doc fix.
3351
3352 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * international/mule-cmds.el (ucs-completions): Remove.
3355 (read-char-by-name): Use complete-with-action instead; add metadata.
3356
3357 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * window.el (display-buffer--action-function-custom-type)
3360 (display-buffer--action-custom-type): New vars.
3361 (display-buffer-alist, display-buffer-default-action)
3362 (display-buffer-overriding-action): Add defcustom types.
3363
3364 * frame.el (delete-other-frames): Doc fix (Bug#276).
3365
3366 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3367
3368 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3369
3370 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3371
3372 Change modes that used same-window-* vars to use switch-to-buffer.
3373
3374 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3375 Use switch-to-buffer.
3376
3377 * cus-edit.el (customize-group, custom-buffer-create)
3378 (customize-browse, custom-buffer-create-other-window):
3379 Use switch-to-buffer or switch-to-buffer-other-window.
3380
3381 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3382 (Info-prev, Info-up, Info-speedbar-goto-node)
3383 (info-display-manual): Use switch-to-buffer.
3384 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3385
3386 * mail/sendmail.el (mail): Use switch-to-buffer.
3387 (mail-recover): Use switch-to-buffer-other-window.
3388
3389 * cmuscheme.el (run-scheme, switch-to-scheme):
3390 * ielm.el (ielm):
3391 * shell.el (shell):
3392 * net/rlogin.el (rlogin):
3393 * net/telnet.el (telnet, rsh):
3394 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3395
3396 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3397
3398 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3399
3400 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3401
3402 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3403 so don't mention it (bug#9301).
3404 (dired-sort-toggle-or-edit): Clarify string further.
3405
3406 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3407 match `x', `w32' and `ns', like the manual says (bug#9029).
3408
3409 * subr.el (eval-after-load): Doc string clarification (bug#9125).
3410 (process-kill-buffer-query-function): Mention the buffer name in
3411 the query.
3412
3413 * image-mode.el (image-next-line): The line parameter is mandatory
3414 (bug#9258).
3415
3416 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3417 which can be useful (bug#9301).
3418
3419 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3420
3421 * subr.el (match-string): Mention that the current buffer should
3422 be the same as the search was done in (bug#9282).
3423
3424 * facemenu.el: Disable the remove-* commands if the mark isn't
3425 active (bug#9162).
3426
3427 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3428
3429 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3430 of display-buffer.
3431 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3432
3433 * replace.el (occur-mode-goto-occurrence)
3434 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3435 and display-buffer.
3436
3437 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3438 display-buffer.
3439
3440 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3441 special-display and same-window variables.
3442 (mail-other-window): Use switch-to-buffer-other-window.
3443 (mail-other-frame): USe switch-to-buffer-other-frame.
3444
3445 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3446 Use display-buffer-other-frame.
3447 (gdb-display-gdb-buffer): Use pop-to-buffer.
3448
3449 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3450
3451 * progmodes/python.el: Don't set same-window-buffer-names.
3452
3453 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3454
3455 * window.el (display-buffer-alist): Add *Python*.
3456
3457 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * window.el (display-buffer-alist): Add entry for buffers
3460 previously handled same-window-*.
3461 (display-buffer-alist, display-buffer-default-action)
3462 (display-buffer-overriding-action): Mark as risky.
3463 (display-buffer-alist): Document action function changes.
3464 (display-buffer--same-window-action)
3465 (display-buffer--other-frame-action): New variables.
3466 (switch-to-buffer, display-buffer-other-frame): Use them.
3467 (display-buffer): Rename reuse-frame entry to reusable-frames.
3468 (display-buffer-reuse-selected-window): Function deleted.
3469 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3470 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3471 (display-buffer-special): New function.
3472 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3473 display-buffer-reuse-or-pop-window. Split off special-display
3474 part into display-buffer-special.
3475 (display-buffer-use-some-window): Don't perform any special
3476 pop-up-frames handling.
3477 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3478 (display-buffer--maybe-same-window): Rename from
3479 display-buffer-maybe-same-window.
3480
3481 * info.el: Don't set same-window-regexps.
3482 (info-setup): New function.
3483 (info-other-window, info): Call it.
3484
3485 * cus-edit.el: Don't set same-window-regexps.
3486 (customize-group): New argument.
3487 (customize-group-other-window): Use it.
3488 (customize-face, customize-face-other-window): Likewise.
3489 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3490
3491 * net/rlogin.el:
3492 * net/telnet.el:
3493 * progmodes/gud.el: Don't set same-window-regexps.
3494
3495 * cmuscheme.el:
3496 * ielm.el:
3497 * shell.el:
3498 * mail/sendmail.el:
3499 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3500
3501 2011-09-10 Juri Linkov <juri@jurta.org>
3502
3503 * isearch.el (isearch-edit-string): Remove obsolete mention of
3504 `C-w' (`isearch-yank-word-or-char') from docstring.
3505 (isearch-query-replace): Fix typo in docstring (bug#9466).
3506
3507 2011-09-10 Juri Linkov <juri@jurta.org>
3508
3509 * paren.el (show-paren-function): Don't show escaped parens.
3510 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3511
3512 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3513
3514 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3515 (mm-default-file-encoding): Remove autoload forms, they are
3516 replaced with autoload cookies in mml.el and mm-encode.el.
3517 (mail-add-attachment): New command.
3518 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3519 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3520 the doc string.
3521 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3522
3523 2011-09-10 Reuben Thomas <rrt@sc3d.org>
3524
3525 * simple.el (count-words-region): Use buffer if there's no region
3526 (bug#9429).
3527
3528 2011-09-09 Juri Linkov <juri@jurta.org>
3529
3530 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3531 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3532 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3533
3534 2011-09-09 Alan Mackenzie <acm@muc.de>
3535
3536 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3537 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3538
3539 2011-09-09 Eli Zaretskii <eliz@gnu.org>
3540
3541 Fix for Savannah bug#9392.
3542 * simple.el (mail-encode-mml): New defvar.
3543
3544 * mail/rmail.el (mail-encode-mml): Add a defvar.
3545 (rmail-enable-mime-composing): Default to t.
3546 (rmail-forward): Use MIME method of forwarding only if both
3547 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3548 Set mail-encode-mml non-nil if the MIME method was used.
3549
3550 * mail/sendmail.el (mml-to-mime): Add autoload form.
3551 (mail-encode-mml): Add a defvar.
3552 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3553 to nil.
3554 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3555 message through mml-to-mime, and reset mail-encode-mml to nil.
3556
3557 2011-09-09 Glenn Morris <rgm@gnu.org>
3558
3559 * woman.el (woman-if-body): When processing an .el block,
3560 do not delete the next .el block as well. (Bug#9447)
3561 (woman-special-characters): Add oq, cq, and hy characters.
3562
3563 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3564
3565 * window.el (window-deletable-p): Make sure window is live before
3566 invoking window-prev-buffers.
3567
3568 2011-09-08 Leo Liu <sdl.web@gmail.com>
3569
3570 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3571
3572 2011-09-08 Juri Linkov <juri@jurta.org>
3573
3574 * progmodes/compile.el (compilation-environment): Make it
3575 a defcustom (bug#8340).
3576
3577 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3578
3579 * window.el (frame-auto-delete): Rename to window-auto-delete.
3580 Make it control auto-deletion of windows and/or frames.
3581 (window-deletable-p): New argument FORCE. Rewrite conditions
3582 for deleting window/frame. (Bug#9419)
3583 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3584 Rewrite handling of case when window/frame can be deleted.
3585 (delete-windows-on): Call window-deletable-p with new FORCE
3586 argument t. (Bug#9456)
3587
3588 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * help-mode.el (help-mode): Restore autoload.
3591
3592 2011-09-07 Juri Linkov <juri@jurta.org>
3593
3594 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3595 `compilation-environment'. Set buffer-local
3596 `compilation-environment' to `thisenv' later after (funcall mode).
3597 (Bug#8340)
3598
3599 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3600 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3601 instead of replacing its value. (Bug#8340)
3602
3603 2011-09-07 Juri Linkov <juri@jurta.org>
3604
3605 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3606 based on text properties put by `grep-filter' instead of matching
3607 escape sequences.
3608 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3609 to the value of `grep-error-screen-columns' (bug#9438).
3610
3611 2011-09-07 Juri Linkov <juri@jurta.org>
3612
3613 * simple.el (next-error-highlight, next-error-highlight-no-select):
3614 Doc fix (bug#9432).
3615
3616 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3617
3618 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3619 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3620
3621 2011-09-07 Leo Liu <sdl.web@gmail.com>
3622
3623 * net/rcirc.el (rcirc-mode): Conditionally initialize
3624 rcirc-input-ring.
3625
3626 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * emacs-lisp/find-func.el (find-function-C-source): Only set
3629 find-function-C-source-directory after checking that we found a source
3630 file there (bug#9440).
3631
3632 2011-09-06 Alan Mackenzie <acm@muc.de>
3633
3634 * isearch.el (isearch-other-meta-char): Wherever a key list is
3635 unread, "unread" the prefix arg, too. This fixes bug #8901.
3636
3637 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3638
3639 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3640
3641 2011-09-05 Juri Linkov <juri@jurta.org>
3642
3643 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3644
3645 2011-09-05 Juri Linkov <juri@jurta.org>
3646
3647 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3648 keeping point where processing of grep matches begins, and
3649 continue to delete remaining escape sequences from the same point.
3650 (grep-filter): Make leading zero optional in "0?1;31m" because
3651 git-grep emits "\033[1;31m" escape sequences unlike expected
3652 "\033[01;31m" as GNU Grep does (bug#9408).
3653 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3654
3655 2011-09-05 Juri Linkov <juri@jurta.org>
3656
3657 * subr.el (y-or-n-p): Capitalize "yes".
3658
3659 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3662 `tramp-cache-unload-hook' where appropriate.
3663 (tramp-methods): Rename `tramp-remote-sh' to
3664 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3665 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3666
3667 * net/tramp-sh.el (top): Don't require 'shell.
3668 (tramp-methods): Add `tramp-remote-shell' and
3669 `tramp-remote-shell-args' entries.
3670 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3671 (tramp-sh-handle-shell-command): Remove.
3672 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3673 Use `tramp-remote-shell'.
3674
3675 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * mail/sendmail.el (sendmail-query-once-function): Delete.
3678 (sendmail-query-once): Save directly to send-mail-function.
3679 Update message-send-mail-function too.
3680
3681 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3682
3683 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3684
3685 * progmodes/python.el (python-mode-map): Use correct function to
3686 start python interpreter from menu-bar (as reported by Geert
3687 Kloosterman).
3688 (inferior-python-mode-map): Fix typo.
3689 (python-shell-map): Remove.
3690
3691 2011-09-03 Deniz Dogan <deniz@dogan.se>
3692
3693 * net/rcirc.el (rcirc-print): Simplify code for
3694 rcirc-scroll-show-maximum-output. There is no need to walk
3695 through all windows to find the right one.
3696
3697 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3698
3699 * help.el (help-return-method): Doc fix.
3700
3701 2011-09-03 Martin Rudalics <rudalics@gmx.at>
3702
3703 * window.el (window-deletable-p): Don't return a non-nil value
3704 when there's a buffer that was shown in the window before.
3705 (Bug#9419)
3706 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3707 Set window's previous buffers to nil.
3708
3709 2011-09-03 Eli Zaretskii <eliz@gnu.org>
3710
3711 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3712 newline before and after the tag line, so it doesn't interfere
3713 with determining the paragraph direction of bidirectional text.
3714
3715 2011-09-03 Leo Liu <sdl.web@gmail.com>
3716
3717 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3718
3719 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
3722 (pop-to-buffer): Change interactive spec. Pass second argument
3723 directly to display-buffer.
3724 (display-buffer): Fix interactive spec. Use functionp to
3725 distinguish between a function and a list of functions.
3726
3727 * abbrev.el (edit-abbrevs):
3728 * arc-mode.el (archive-extract):
3729 * autoinsert.el (auto-insert):
3730 * bookmark.el (bookmark-bmenu-list):
3731 * files.el (find-file):
3732 * view.el (view-buffer):
3733 * progmodes/compile.el (compilation-goto-locus):
3734 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3735
3736 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * window.el (display-buffer-alist): Doc fix.
3739 (display-buffer): Add docstring. Don't treat
3740 display-buffer-default specially.
3741 (display-buffer-reuse-selected-window)
3742 (display-buffer-same-window, display-buffer-maybe-same-window)
3743 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3744 (display-buffer-pop-up-window)
3745 (display-buffer-reuse-or-pop-window)
3746 (display-buffer-use-some-window): New functions.
3747 (display-buffer-default-action): Use them.
3748 (display-buffer-default): Delete.
3749 (pop-to-buffer-1): Fix choice of actions.
3750
3751 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * minibuffer.el (completion--insert-strings): Don't get confused by
3754 completion entries that end with an LF char.
3755
3756 2011-09-01 Eli Zaretskii <eliz@gnu.org>
3757
3758 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3759
3760 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * window.el (display-buffer): Restore interactive spec.
3763 (display-buffer-same-window, display-buffer-other-window):
3764 New functions.
3765 (pop-to-buffer-1): New function. Use the above.
3766 (pop-to-buffer, pop-to-buffer-same-window): Use it.
3767 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3768
3769 * view.el (view-buffer-other-window, view-buffer-other-frame):
3770 Just use pop-to-buffer.
3771
3772 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3773
3774 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3775
3776 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3777
3778 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3779
3780 2011-08-31 Richard Stallman <rms@gnu.org>
3781
3782 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3783 of the separation of rmail-view-buffer from rmail-buffer.
3784 If you say no to "replace original", the decrypt is in the
3785 view buffer. If you say yes, the decrypt goes into the
3786 rmail buffer also.
3787
3788 2011-08-31 Martin Rudalics <rudalics@gmx.at>
3789
3790 * window.el (display-buffer-window): Rewrite doc-string.
3791 (display-buffer-record-window): New function.
3792 (display-buffer-macro-specifiers)
3793 (display-buffer-even-window-sizes, display-buffer-set-height)
3794 (display-buffer-set-width, display-buffer-in-window)
3795 (display-buffer-reuse-window, display-buffer-split-specifiers)
3796 (display-buffer-side-specifiers, display-buffer-split-window-1)
3797 (display-buffer-split-window, display-buffer-split-atom-window)
3798 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3799 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3800 (display-buffer-other-window-means-other-frame)
3801 (display-buffer-normalize-special)
3802 (display-buffer-normalize-default)
3803 (display-buffer-normalize-argument)
3804 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3805 (display-buffer-normalize-specifiers, display-buffer-frame)
3806 (display-buffer-same-window, display-buffer-same-frame)
3807 (display-buffer-other-window)
3808 (display-buffer-same-frame-other-window)
3809 (display-buffer-other-frame, pop-to-buffer-same-window)
3810 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3811 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3812 (switch-to-buffer-same-frame)
3813 (switch-to-buffer-other-window-same-frame)
3814 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3815 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3816 (display-buffer-alist-set): Remove.
3817 (display-buffer-function, special-display-buffer-names)
3818 (special-display-regexps, special-display-function):
3819 In doc-string refer to display-buffer-window and quit-restore
3820 parameter.
3821 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3822 (special-display-frame-alist, special-display-popup-frame)
3823 (same-window-buffer-names, same-window-regexps, same-window-p)
3824 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3825 (split-window-preferred-function, split-height-threshold)
3826 (split-width-threshold, window-splittable-p)
3827 (split-window-sensibly, window--try-to-split-window)
3828 (window--frame-usable-p, even-window-heights)
3829 (window--even-window-heights, window--display-buffer-1)
3830 (window--display-buffer-2, display-buffer-other-frame):
3831 Restore old Emacs 23 code, order and doc-strings where applicable.
3832 (display-buffer-default, display-buffer-assq-regexp): New functions.
3833 (display-buffer-alist): Rewrite doc-string.
3834 (display-buffer-default-action)
3835 (display-buffer-overriding-action): New variables.
3836 (display-buffer, switch-to-buffer): Rewrite.
3837 (pop-to-buffer): Restore Emacs 23 behavior but use
3838 window-normalize-buffer-to-display.
3839 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3840 Restore Emacs 23 behavior but use
3841 window-normalize-buffer-to-switch-to.
3842 (pop-to-buffer-same-window): Rewrite.
3843 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3844 Rewrite using Emacs 23 options.
3845
3846 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * net/tramp.el (tramp-root-regexp): Remove.
3849 (tramp-completion-file-name-regexp-unified)
3850 (tramp-completion-file-name-regexp-separate)
3851 (tramp-completion-file-name-regexp-url): Don't use leading volume
3852 letter on win32 systems. (Bug#5303, Bug#9311)
3853 (tramp-drop-volume-letter): Simplify definition.
3854 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3855
3856 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3859 (bug#9356).
3860
3861 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3862
3863 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3864
3865 2011-08-29 Juri Linkov <juri@jurta.org>
3866
3867 * isearch.el (isearch-done): Don't display message "Mark saved"
3868 when arg `edit' is non-nil to prevent its flicker in the echo area.
3869
3870 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3873 obsolete packages for deletion.
3874
3875 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3876
3877 * help-mode.el (help-mode-map): Add special-mode-map to parent.
3878 (help-mode): Derive help-mode from special-mode. Don't invoke
3879 view-mode from help-mode.
3880 (help-xref-override-view-map): Remove.
3881 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3882 view-mode is not used anymore.
3883
3884 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * server.el (server-port): Doc fix.
3887
3888 * cus-theme.el (custom-theme-choose-mode): Inherit from
3889 special-mode (Bug#9124).
3890 (custom-theme-choose-mode-map): Add special-mode to parent.
3891
3892 2011-08-28 Alan Mackenzie <acm@muc.de>
3893
3894 * progmodes/cc-fonts.el
3895 (c-make-font-lock-BO-decl-search-function): New function.
3896 (c-basic-matchers-after - "Fontify the clauses after various
3897 keywords"): Extract the three keyword lists for the 3 erroneous
3898 constructs from the list of four, and use the new function above
3899 in place of an old one.
3900
3901 2011-08-28 Deniz Dogan <deniz@dogan.se>
3902
3903 * net/rcirc.el (rcirc-insert-prev-input)
3904 (rcirc-insert-next-input): Remove unused argument.
3905
3906 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3909
3910 2011-08-27 Alan Mackenzie <acm@muc.de>
3911
3912 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3913 handle function pointer parameters properly.
3914
3915 2011-08-27 Martin Rudalics <rudalics@gmx.at>
3916
3917 * window.el (display-buffer-reuse-window): Fix case where
3918 selected window was reused with non-nil OTHER-WINDOW argument.
3919 (Bug#9381)
3920
3921 2011-08-27 Deniz Dogan <deniz@dogan.se>
3922
3923 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3924 oftc's NickServ messages.
3925
3926 2011-08-27 Glenn Morris <rgm@gnu.org>
3927
3928 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3929
3930 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * emacs-lisp/package.el (package-install): Call package-initialize
3933 if called interactively.
3934
3935 2011-08-26 Leo Liu <sdl.web@gmail.com>
3936
3937 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3938
3939 2011-08-25 Juri Linkov <juri@jurta.org>
3940
3941 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3942 `search-whitespace-regexp' (bug#9364).
3943
3944 2011-08-25 Juri Linkov <juri@jurta.org>
3945
3946 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3947 `regexp-search-ring' to their global values to protect from
3948 updating by `read-from-minibuffer' (bug#9185).
3949
3950 2011-08-25 Juri Linkov <juri@jurta.org>
3951
3952 * textmodes/ispell.el (ispell-command-loop): Add newline
3953 at the end of the "Use option `i'..." line.
3954
3955 2011-08-25 Juri Linkov <juri@jurta.org>
3956
3957 * battery.el (display-battery-mode): If `battery-status-function'
3958 or `battery-mode-line-format' is nil, display the message and set
3959 `display-battery-mode' to nil (bug#9363).
3960
3961 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3962
3963 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3964 bidi-string-mark-left-to-right; they are unnecessary now.
3965
3966 2011-08-25 Deniz Dogan <deniz@dogan.se>
3967
3968 * net/quickurl.el: Documentation typo fixes.
3969
3970 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3973
3974 2011-08-25 Glenn Morris <rgm@gnu.org>
3975
3976 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3977
3978 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3979 (smtpmail-via-smtp): Handle nil response from smtp.
3980
3981 2011-08-24 Juri Linkov <juri@jurta.org>
3982
3983 * proced.el (proced-marked): Inherit from `error' instead of
3984 `font-lock-warning-face'.
3985
3986 * ibuffer.el (ibuffer-marked-face): Change default face from
3987 `font-lock-warning-face' to `warning'.
3988 (ibuffer-deletion-face): Change default face from
3989 `font-lock-type-face' to `error'.
3990
3991 * battery.el (battery-update): Use the face `error' instead of
3992 `font-lock-warning-face' (bug#6117).
3993
3994 2011-08-24 Juri Linkov <juri@jurta.org>
3995
3996 * faces.el (success): Change face color from "Green3" to
3997 "ForestGreen" on light background (bug#9353).
3998
3999 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
4000
4001 * window.el (quit-window): Rename from quit-restore-window.
4002 Use same arglist as old quit-window.
4003 (frame-auto-delete): Doc fix.
4004
4005 * view.el (view-mode-exit): Use quit-window.
4006
4007 2011-08-24 Juri Linkov <juri@jurta.org>
4008
4009 * isearch.el (isearch-ring-adjust1): Start visiting previous
4010 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4011 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4012 for empty search string (when the last search string is reused
4013 automatically) to adjust the isearch ring to the last element and
4014 prepare the correct index for further M-p commands (bug#9185).
4015
4016 2011-08-24 Kenichi Handa <handa@m17n.org>
4017
4018 * international/ucs-normalize.el: If decomposition property of
4019 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4020 nil.
4021 (nfd, nfkd): Likewise.
4022
4023 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4026 from process filters aren't reliably transmitted to the surrounding
4027 accept-process-output.
4028 (mpc-proc-check): New function.
4029 (mpc-proc-sync): Use it (bug#8293)
4030
4031 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4034 Add compatibility functions (bug#9313).
4035
4036 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4037
4038 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4039
4040 * international/uni-bidi.el: Regenerated.
4041
4042 2011-08-23 Kenichi Handa <handa@m17n.org>
4043
4044 * international/charprop.el:
4045 * international/uni-bidi.el:
4046 * international/uni-category.el:
4047 * international/uni-combining.el:
4048 * international/uni-comment.el:
4049 * international/uni-decimal.el:
4050 * international/uni-decomposition.el:
4051 * international/uni-digit.el:
4052 * international/uni-lowercase.el:
4053 * international/uni-mirrored.el:
4054 * international/uni-name.el:
4055 * international/uni-numeric.el:
4056 * international/uni-old-name.el:
4057 * international/uni-titlecase.el:
4058 * international/uni-uppercase.el: Regenerate.
4059
4060 2011-08-23 Martin Rudalics <rudalics@gmx.at>
4061
4062 * help.el (help-window-setup): Fix message displayed when other
4063 window is reused. (Bug#9341)
4064
4065 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4068 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4069
4070 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4071 Mark obsolete.
4072 * shell.el (shell-parse-pcomplete-arguments): New function.
4073 (shell-completion-vars): Use it instead (bug#9160).
4074
4075 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4078 strings and comments (bug#9333).
4079
4080 * emacs-lisp/debug.el (debug-arglist): New function.
4081 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4082 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4083
4084 2011-08-22 Juri Linkov <juri@jurta.org>
4085
4086 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4087 Revert regexp that highlights output switches to its old
4088 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4089
4090 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4091 to check for empty output (bug#9226).
4092
4093 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4096 symbol-constituent as the default, as that stops font-lock from
4097 working properly (Bug#8843).
4098
4099 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4100
4101 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4102 `coding-system-for-*' around the process open call to avoid
4103 auth-source side effects.
4104 (smtpmail-try-auth-methods): Expand the secret password.
4105 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4106 probe hangs.
4107
4108 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4111
4112 * emacs-lisp/find-func.el (find-function-noselect): New arg
4113 lisp-only.
4114
4115 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4116 signal an error for built-in functions (Bug#6664).
4117
4118 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4121 (smtpmail-try-auth-methods): Use it.
4122
4123 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * font-lock.el (font-lock-fontify-region)
4126 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4127 (font-lock-default-unfontify-buffer)
4128 (font-lock-default-fontify-region)
4129 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4130
4131 * progmodes/compile.el (compilation-error-properties):
4132 Fix confusion between file struct and message struct (Bug#9319).
4133 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4134 `ant' regexp.
4135
4136 * net/browse-url.el (browse-url-firefox): Don't call
4137 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4138
4139 2011-08-20 Glenn Morris <rgm@gnu.org>
4140
4141 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4142
4143 * tutorial.el (tutorial--default-keys): Update some default bindings.
4144
4145 * files.el (hack-local-variables): Fully ignore case for "mode:".
4146
4147 2011-08-20 Alan Mackenzie <acm@muc.de>
4148
4149 Resolve invalid use of a regexp in regexp-opt.
4150
4151 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4152 detection for a java annotation.
4153
4154 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
4155 detection for a java annotation.
4156
4157 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4158 handling for java.
4159 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4160
4161 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
4162
4163 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4164 (Bug#9274).
4165
4166 2011-08-20 Alan Mackenzie <acm@muc.de>
4167
4168 Fontify CPP expressions correctly when starting in the middle of
4169 such a construct. Mainly for when jit-lock etc. starts a chunk
4170 here.
4171
4172 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
4173 variable.
4174 (c-make-font-lock-search-form): New function, extracted from
4175 c-make-font-lock-search-function.
4176 (c-make-font-lock-search-function): Use the above function.
4177 (c-make-font-lock-context-search-function): New function.
4178 (c-cpp-matchers): Enhance the preprocessor expression case with
4179 the above function
4180 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4181 which takes an expression.
4182
4183 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4184
4185 2011-08-20 Martin Rudalics <rudalics@gmx.at>
4186
4187 * window.el (display-buffer-reuse-window)
4188 (display-buffer-pop-up-window): Don't reuse or split a side
4189 window.
4190
4191 2011-08-19 Glenn Morris <rgm@gnu.org>
4192
4193 * files.el (hack-local-variables-prop-line, hack-local-variables):
4194 Downcase "Mode:". (Bug#9331)
4195
4196 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * international/characters.el: Add L and R categories.
4199
4200 * subr.el (bidi-string-mark-left-to-right): Rename from
4201 string-mark-left-to-right. Use category search.
4202
4203 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4204
4205 2011-08-18 Juri Linkov <juri@jurta.org>
4206
4207 * faces.el (error, warning, success): New faces with definitions
4208 copied from old default values of `font-lock-warning-face',
4209 `compilation-warning', `compilation-info' (bug#6117).
4210
4211 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4212
4213 * progmodes/compile.el (compilation-error): Inherit from `error'.
4214 (compilation-warning): Inherit from `warning'.
4215 (compilation-info): Inherit from `success'.
4216
4217 * dired.el (dired-marked): Inherit from `warning'.
4218 (dired-flagged): Inherit from `error'.
4219
4220 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4221
4222 * mail/smtpmail.el (auth-source): Require to avoid problems with
4223 binding variables (bug#9298). Also clean up some unused
4224 autoloads.
4225
4226 * net/network-stream.el (network-stream-open-starttls):
4227 Support using starttls.el without using gnutls-cli.
4228
4229 2011-08-17 Juri Linkov <juri@jurta.org>
4230
4231 * progmodes/grep.el (rgrep): Handle the case when
4232 `grep-find-command' is a cons cell (bug#9278).
4233
4234 2011-08-17 Martin Rudalics <rudalics@gmx.at>
4235
4236 * window.el (display-buffer-pop-up-frame): Run frame creation
4237 function with BUFFER current (as special-display-popup-frame
4238 does). Reported by Drew Adams.
4239
4240 2011-08-17 Daiki Ueno <ueno@unixuser.org>
4241
4242 * epa-mail.el: Simplify GnuPG group expansion using
4243 epg-expand-group.
4244 (epa-mail-group-alist, epa-mail-group-modtime)
4245 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4246 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4247 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4248 Remove.
4249
4250 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
4251
4252 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4253
4254 2011-08-16 Alan Mackenzie <acm@muc.de>
4255
4256 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4257 Correct, to avoid the inside of macros.
4258
4259 2011-08-16 Richard Stallman <rms@gnu.org>
4260
4261 * epa-mail.el: Handle GnuPG group definitions.
4262 (epa-mail-group-alist, epa-mail-group-modtime)
4263 (epa-mail-gnupg-conf-file): New variables.
4264 (epa-mail-parse-groups, epa-mail-sync-groups)
4265 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4266 (epa-mail-expand-recipients): New functions.
4267 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4268
4269 * mail/rmail.el (rmail-epa-decrypt): New command.
4270
4271 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4272 Don't bind buffer-read-only, just inhibit-read-only.
4273 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4274 (epa-decrypt-armor-in-region): Make error message clearer.
4275
4276 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4279 and "a2b" to "ab" for `prefix'.
4280
4281 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4284 filter groups.
4285 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4286 Fourquet (Bug#8804).
4287
4288 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * startup.el (argi): Declare as global variable (bug#9275).
4291
4292 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * subr.el (string-mark-left-to-right): Search the entire string
4295 for RTL script, not just the terminating character. Doc fix.
4296
4297 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4300 New function.
4301 (js--regexp-literal, js-syntax-propertize-function): Remove.
4302 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4303 (js-mode-map): Don't rebind electric keys.
4304 (js-insert-and-indent): Remove.
4305 (js-mode): Setup electric-layout and electric-indent instead.
4306
4307 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4308
4309 2011-08-12 Daiki Ueno <ueno@unixuser.org>
4310
4311 * epa.el (epa-progress-callback-function): Fix the logic of
4312 displaying progress.
4313 * epa-file.el (epa-file-insert-file-contents): Make progress
4314 display more user-friendly.
4315 (epa-file-write-region): Ditto.
4316
4317 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * subr.el (string-mark-left-to-right): New function.
4320
4321 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4322 Use string-mark-left-to-right.
4323 (list-buffers-noselect): Caller changed.
4324
4325 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4326 Use string-mark-left-to-right.
4327 (tabulated-list-print): Recenter after moving point.
4328
4329 2011-08-10 Juri Linkov <juri@jurta.org>
4330
4331 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4332 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4333 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4334
4335 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4338 (Bug#7554).
4339
4340 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
4341
4342 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4343 character. (Bug#6594)
4344
4345 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4348 (image-dired--with-db-file): New macro.
4349 (image-dired-write-tags, image-dired-remove-tag)
4350 (image-dired-create-gallery-lists, image-dired-write-comments)
4351 (image-dired-get-comment, image-dired-mark-tagged-files)
4352 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4353 (image-dired-gallery-generate): Use insert-file-contents.
4354
4355 * time.el (display-time-world-list, display-time-world-display):
4356 * time-stamp.el (time-stamp-string):
4357 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4358 set-time-zone-rule (Bug#7337).
4359
4360 2011-08-08 Daiki Ueno <ueno@unixuser.org>
4361
4362 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4363 (epg-error-to-string, epg-errors-to-string): New function.
4364 (epg-wait-for-completion): Reverse errors list.
4365 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4366 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4367 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4368 (epg-sign-keys, epg-generate-key-from-file)
4369 (epg-generate-key-from-string): Format errors by using
4370 epg-errors-to-string (bug#9255).
4371 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4372
4373 2011-08-07 Juri Linkov <juri@jurta.org>
4374
4375 * faces.el (list-faces-display): Remove extra angle bracket
4376 from `help-mode-map'.
4377
4378 * info.el (Info-history-toc-nodes): Doc fix.
4379
4380 * longlines.el (longlines-mode): Doc fix.
4381
4382 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4385 of statements and in a few more cases (bug#9183).
4386
4387 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4388 New functions.
4389 (cl-transform-lambda): Use them (bug#9239).
4390
4391 2011-08-05 Martin Rudalics <rudalics@gmx.at>
4392
4393 * window.el (display-buffer-same-window)
4394 (display-buffer-same-frame, display-buffer-other-window)
4395 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4396 (pop-to-buffer-other-window)
4397 (pop-to-buffer-same-frame-other-window)
4398 (pop-to-buffer-other-frame): Make them defuns.
4399 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4400
4401 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * subr.el (make-composed-keymap): Move from C. Change calling
4404 convention, and improve docstring to bring attention to a subtle point.
4405 * minibuffer.el (completing-read-default): Adjust accordingly.
4406
4407 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4410 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4411
4412 * net/trampver.el: Update release number.
4413
4414 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4417 "in" (bug#9190).
4418
4419 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4420
4421 * mail/sendmail.el (sendmail-query-once): Restore the current
4422 buffer after querying (bug#9074).
4423
4424 * dired.el (dired-flagged): Use different faces for marked and
4425 flagged files (bug#6117).
4426
4427 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4428 (bug#4433).
4429
4430 * ido.el (ido-mode): Switch off the message if called
4431 non-interactively.
4432
4433 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4434 before 587, since it appears that that's more likely to work for
4435 more people.
4436
4437 * cus-edit.el (custom-file): When running under emacs -q, always
4438 refuse to save the customizations, even if the .emacs file doesn't
4439 exist.
4440
4441 * info.el: Remove the `Info-beginning-of-buffer' function
4442 (bug#8325).
4443
4444 * net/network-stream.el (network-stream-open-starttls):
4445 Use `starttls-available-p' to see whether starttls.el can be used.
4446
4447 2011-08-01 Martin Rudalics <rudalics@gmx.at>
4448
4449 * window.el (display-buffer-in-window): Don't set dedicated status
4450 of window here (Bug#9215).
4451 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4452 (display-buffer-pop-up-side-window)
4453 (display-buffer-in-side-window): Set dedicated status of window here.
4454
4455 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4458 before binding generated-autoload-file.
4459
4460 2011-08-01 Deniz Dogan <deniz@dogan.se>
4461
4462 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4463
4464 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
4465
4466 Sync with Tramp 2.2.2.
4467
4468 * net/trampver.el: Update release number.
4469
4470 2011-07-30 Juri Linkov <juri@jurta.org>
4471
4472 * dired-aux.el (dired-touch-initial): Remove function.
4473 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4474 current time, and `default' to the last modification time of the
4475 current marked file (bug#6887).
4476
4477 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4478
4479 * simple.el (goto-line): Use string-to-number to provide a
4480 numeric argument to read-number (bug#9163).
4481
4482 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
4483
4484 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4485 connection process, it could be nil.
4486
4487 2011-07-27 Leo Liu <sdl.web@gmail.com>
4488
4489 Simplify url handling in rcirc-mode.
4490
4491 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4492 (rcirc-browse-url-at-mouse): Remove.
4493 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4494
4495 2011-07-26 Alan Mackenzie <acm@muc.de>
4496
4497 Fontify bitfield declarations properly.
4498
4499 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4500 (c-symbol-chars): Now exported as a lang variable.
4501 (c-not-primitive-type-keywords): New lang variable.
4502
4503 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4504 QT keyword "more" to prevent "more slots: ...." being spuriously
4505 parsed as a bitfield declaration.
4506
4507 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4508 Refactor and enhance to handle bitfield declarations.
4509 (c-punctuation-in): New function.
4510 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4511 declarations properly.
4512
4513 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
4514
4515 * calendar/icalendar.el (icalendar--all-events): Take care of
4516 multiple vcalendars in a single file.
4517 (icalendar--convert-float-to-ical): Checkdoc fixes.
4518
4519 2011-07-25 Deniz Dogan <deniz@dogan.se>
4520
4521 * image.el (insert-image): Clarifying docstring.
4522
4523 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4526 `tramp-send-command-and-check' if there is no error.
4527 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4528
4529 2011-07-22 Alan Mackenzie <acm@muc.de>
4530
4531 Prevent cc-langs.elc being loaded at run time.
4532
4533 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4534 cc-langs.
4535
4536 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4537 "(require 'cc-langs)". Quote a form so it will evaluate at
4538 (cc-mode's) compilation time.
4539
4540 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
4541
4542 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4543 loading. (Bug#9114)
4544
4545 2011-07-21 Martin Rudalics <rudalics@gmx.at>
4546
4547 * window.el (display-buffer-pop-up-window)
4548 (display-buffer-pop-up-side-window)
4549 (display-buffer-in-side-window): Call display-buffer-set-height
4550 and display-buffer-set-width after setting the new window's
4551 buffer so `fit-window-to-buffer' and friends work on the right buffer.
4552
4553 2011-07-20 Sam Steingold <sds@gnu.org>
4554
4555 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4556 (etags-tags-included-tables): Call `convert-standard-filename' on
4557 the file names contained in TAGS so that windows Emacs can handle
4558 TAGS files created by cygwin ctags.
4559
4560 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4561
4562 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4563 which apparently didn't work.
4564
4565 2011-07-19 Roland Winkler <winkler@gnu.org>
4566
4567 * proced.el (proced-send-signal): For *Marked Processes* buffer
4568 put point at beginning of buffer.
4569
4570 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
4571
4572 * proced.el (proced-format): Make header lines align with the text
4573 (bug#1779).
4574
4575 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * view.el (view-buffer): Allow running in `special' modes if we're
4578 visiting a file (bug#8615).
4579
4580 2011-07-19 Martin Rudalics <rudalics@gmx.at>
4581
4582 * window.el (display-buffer-alist-of-strings-p)
4583 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4584 New functions.
4585 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4586 more accurately.
4587
4588 2011-07-18 Alan Mackenzie <acm@muc.de>
4589
4590 Fontify declarators properly when, e.g., a jit-lock chunk begins
4591 inside a declaration.
4592
4593 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4594
4595 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4596 New function.
4597 (c-complex-decl-matchers): Insert reference to
4598 c-font-lock-enclosing-decls.
4599
4600 * progmodes/cc-engine.el (c-backward-single-comment):
4601 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4602 to nil around calls to (forward-comment -1).
4603
4604 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4605
4606 * image.el (put-image): Doc typo fix.
4607
4608 * progmodes/etags.el (tags-search): Doc typo fix.
4609
4610 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4611 password if we get errors 550 to 554.
4612
4613 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * net/gnutls.el (gnutls-log-level): Remove.
4616
4617 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4618 indentation character (bug#6380).
4619
4620 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4621
4622 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4623 to clarify what the problem is (bug#4291).
4624
4625 * simple.el (current-kill): Clarify what
4626 `interprogram-paste-function' does (bug#7500).
4627 (auto-fill-mode): Document `auto-fill-function' in relation to
4628 `auto-fill-mode' (bug#2470).
4629
4630 2011-07-16 Lawrence Mitchell <wence@gmx.li>
4631
4632 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4633 method if slot is read-only (bug#9035).
4634
4635 2011-07-16 Martin Rudalics <rudalics@gmx.at>
4636
4637 * frame.el (select-frame-set-input-focus): New argument NORECORD.
4638 * window.el (pop-to-buffer): Select window used even if it was
4639 selected before, see discussion of (Bug#8615), (Bug#6954).
4640 Pass argument NORECORD on to select-frame-set-input-focus.
4641
4642 2011-07-15 Glenn Morris <rgm@gnu.org>
4643
4644 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
4645 Respect help-form.
4646
4647 2011-07-09 Lawrence Mitchell <wence@gmx.li>
4648
4649 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4650 (gnutls-negotiate): Use it.
4651
4652 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4653
4654 * net/gnutls.el (gnutls-negotiate):
4655 Upcase `gnutls-algorithm-priority'.
4656
4657 2011-07-15 Glenn Morris <rgm@gnu.org>
4658
4659 * jka-compr.el (jka-compr-verbose): Move from here...
4660 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4661 Add missing :version tag.
4662 * info.el: No need to require jka-compr when compiling.
4663
4664 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4667 (gnutls-negotiate): Use it.
4668
4669 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4670
4671 * info.el (Info-beginning-of-buffer): New command.
4672 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4673 announcing `b' as the key (bug#8325).
4674 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4675
4676 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4677
4678 * international/mule-cmds.el
4679 (describe-specified-language-support): Make the error message
4680 clearer (bug#8905).
4681
4682 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4683
4684 * isearch.el (isearch-barrier): Add a doc string, since it's
4685 mentioned in a function doc string (bug#8678).
4686
4687 2011-07-15 Martin Rudalics <rudalics@gmx.at>
4688
4689 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4690 buffer argument (Bug#9083) and self-identifying label argument.
4691
4692 2011-07-15 Glenn Morris <rgm@gnu.org>
4693
4694 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4695
4696 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
4698 * man.el (Man-fontify-manpage): Fix message when formatting the
4699 man page (bug#7929).
4700
4701 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4702
4703 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4704 argument LRM; if non-nil, append an invisible LRM character to the
4705 buffer name.
4706 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4707 last argument non-nil, when formatting buffer names.
4708 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4709 paragraph direction.
4710
4711 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4714 the man page name (bug#7929).
4715
4716 * image.el (put-image): Mention the `put-image' overlay property
4717 (bug#7834).
4718
4719 * scroll-bar.el (set-scroll-bar-mode): Mention that
4720 `scroll-bar-mode' lists the values (bug#7772).
4721
4722 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4723 command (bug#7729).
4724
4725 * rect.el (apply-on-rectangle): Return the point after the last
4726 operation.
4727 (string-rectangle): Go to the point after the last operation
4728 (bug#7522).
4729
4730 * printing.el (pr-toggle-region): Clarify the documentation
4731 slightly (bug#7493).
4732
4733 * time.el (display-time-update):
4734 Allow `display-time-mail-function' to return nil (bug#7158).
4735 Fix suggested by Detlev Zundel.
4736
4737 * vc/diff.el (diff): Clarify the order the file names are read
4738 (bug#7111).
4739
4740 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4741 the doc string (bug#7015).
4742
4743 * font-lock.el (font-lock-maximum-decoration): Mention what
4744 numeric levels mean (bug#6935).
4745
4746 * startup.el (initial-buffer-choice): Don't mention the `none'
4747 selection, which is against policy.
4748
4749 2011-07-14 Martin Rudalics <rudalics@gmx.at>
4750
4751 * window.el (display-buffer-normalize-special):
4752 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
4753
4754 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4755
4756 * subr.el (version<, version<=, version=): Mention "-CVS" and
4757 "-12345" alpha version numbers.
4758
4759 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * bindings.el: Add advertised binding for set-mark-command
4762 (Bug#5772).
4763
4764 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * bindings.el (mode-line-other-buffer):
4767 * bookmark.el (bookmark-bmenu-2-window):
4768 * bs.el (bs-cycle-next, bs-cycle-previous):
4769 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4770 switch-to-buffer.
4771
4772 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4773 Delete.
4774
4775 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * follow.el (follow-debug-message, follow-redisplay):
4778 * jka-cmpr-hook.el (with-auto-compression-mode):
4779 Fix typos in docstrings.
4780
4781 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4782
4783 * subr.el (with-silent-modifications): Clarify somewhat what the
4784 macro inhibits (bug#6525).
4785
4786 * simple.el (eval-expression): Note what it does if called
4787 interactively (bug#6495).
4788
4789 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4792 Use pop-to-buffer buffer-or-name if it is nil.
4793
4794 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4795 Remove switch-to-buffer.
4796
4797 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * files.el (make-directory): Clarify that an error will be raised
4800 if there's an error (bug#6397).
4801
4802 * startup.el (initial-buffer-choice): Add `none' as a choice
4803 (bug#6234).
4804
4805 * subr.el (add-hook): Clarify section about buffer-local hooks
4806 (bug#6218).
4807
4808 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4809
4810 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * tabify.el (untabify): Preserve the current column so that point
4813 doesn't move (bug#6032).
4814
4815 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4818 Rewrite to avoid awkward possessive "s" (bug#5986).
4819
4820 2011-07-13 Glenn Morris <rgm@gnu.org>
4821
4822 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4823 (dired-insert-directory): Give a message the first time
4824 if ls is found not to support --dired.
4825
4826 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4827
4828 * simple.el (toggle-truncate-lines): Clarify what is toggled
4829 (bug#5580). Text by Drew Adams.
4830
4831 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * simple.el (blink-matching-open): Make the error message from the
4834 last change less verbose.
4835
4836 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * font-lock.el (font-lock-comment-face): Use the high contrast
4839 "yellow" color for font-lock-comment-face on low color terminals
4840 using a dark background color (bug#4221).
4841
4842 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4843
4844 * dired.el (dired-insert-set-properties): Make the doc string
4845 reflect what it does now (bug#5325).
4846
4847 * simple.el (blink-matching-open): Say that we were unable to find
4848 the match within the limit, if we're limited (bug#5122).
4849
4850 * international/mule-cmds.el (prefer-coding-system): Add an
4851 example (bug#4869).
4852
4853 * progmodes/etags.el (tags-search): Document `file-list-form'
4854 (bug#4731).
4855
4856 2011-07-13 Lawrence Mitchell <wence@gmx.li>
4857
4858 * net/browse-url.el (browse-url-default-browser)
4859 (browse-url-browser-function): Make the default browser choice a
4860 bit more logical (bug#4300). Also clean up the doc string.
4861
4862 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4865 binary endings (bug#4440).
4866
4867 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4868
4869 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4870 which can be pretty annoying (bug#8971).
4871
4872 * jka-compr.el (jka-compr-verbose): New variable, and use
4873 throughout (bug#8971).
4874
4875 * info.el (Info-find-file): Fall back on the installation
4876 directory if we can't find the info node anywhere else.
4877
4878 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4879
4880 * vc/vc.el (vc-revert-file):
4881 Don't set file time-stamp in the past. (Bug#5181)
4882
4883 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4884
4885 * files.el (after-find-file): Give a better error message when
4886 trying to find a symlink that points to a file that doesn't exist
4887 (bug#4398).
4888
4889 * progmodes/cc-vars.el: Remove (probably) misleading comment
4890 (bug#4396).
4891
4892 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4893
4894 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4895
4896 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * mouse-sel.el: Hack restoring functionality, while keeping
4899 compatibility with 2010-07-03 changes to mouse selection.
4900 (mouse-sel-primary-overlay): New var.
4901 (mouse-sel-selection-alist): Use it.
4902 (mouse-sel-mode): Doc fix; remove points that are default features
4903 of mouse.el.
4904
4905 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4906
4907 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4908 Fix previous fix (bug#2490).
4909
4910 2011-07-12 Roland Winkler <winkler@gnu.org>
4911
4912 * textmodes/bibtex.el (bibtex-initialize):
4913 Use pop-to-buffer-same-window.
4914 (bibtex-search-entries): Fix interactive call.
4915
4916 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4917
4918 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4919 Fontise bytecomp Error lines more correctly (bug#2490).
4920 Fix suggested by Johan Bockgård.
4921
4922 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4923
4924 * dired-x.el (dired-guess-default): Use `delete-dups'.
4925
4926 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * dired.el (dired-mark-prompt):
4929 * dired-aux.el (dired-read-shell-command): Doc fix.
4930
4931 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4932
4933 * mail/sendmail.el (sendmail-query-once):
4934 Use `customize-save-variable' unconditionally, now that it works under
4935 emacs -Q.
4936
4937 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4938
4939 * cus-edit.el (custom-file): Take an optional no-error variable.
4940 (customize-save-variable): Set the variable, and give a warning if
4941 running under "emacs -q".
4942
4943 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * loadhist.el (unload-feature-special-hooks):
4946 Add `auto-coding-functions', `fill-nobreak-predicate' and
4947 `find-directory-functions' (bug#5327).
4948
4949 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4950
4951 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4952
4953 * cus-edit.el (custom-guess-name-alist): -alist variables should
4954 use the `alist' type (bug#3120). Suggested by Drew Adams.
4955
4956 * printing.el: Add documentation to all the `pr-toggle-' commands.
4957
4958 2011-07-11 Leo Liu <sdl.web@gmail.com>
4959
4960 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4961 backends where it makes sense (bug#2623).
4962
4963 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964
4965 * dired-x.el (dired-guess-default): Remove duplicate shell command
4966 entries (bug#2028).
4967 (dired-guess-default): Fix grammar in doc string (bug#2028).
4968 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4969
4970 * subr.el (remove-duplicates): New conveniency function.
4971
4972 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
4974 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4975 (bug#1526).
4976
4977 2011-07-10 Martin Rudalics <rudalics@gmx.at>
4978
4979 * window.el (display-buffer-normalize-default): Don't invert
4980 meaning of even-window-heights. Reported by Eli Zaretskii
4981 <eliz@gnu.org>.
4982
4983 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4984
4985 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4986
4987 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * window.el (display-buffer): Fix arguments to
4990 display-buffer-reuse-window in last change.
4991
4992 * faces.el (link): Use a less saturated blue on light backgrounds.
4993
4994 * startup.el (fancy-startup-text, fancy-about-text)
4995 (fancy-startup-tail): Use font-lock faces, for background safety.
4996
4997 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4998
4999 * emulation/viper-cmd.el (viper-change-state-to-vi):
5000 Limit triggering of abbrev expansion (Bug#9038).
5001
5002 2011-07-09 Martin Rudalics <rudalics@gmx.at>
5003
5004 * window.el (display-buffer-default-specifiers): Remove.
5005 (display-buffer-macro-specifiers): Remove default specifiers.
5006 (display-buffer-alist): Default to nil.
5007 (display-buffer-reuse-window): New optional argument other-window.
5008 (display-buffer-pop-up-window): Allow splitting internal
5009 windows. Check whether a live window was created.
5010 (display-buffer-other-window-means-other-frame)
5011 (display-buffer-normalize-arguments): Rename to
5012 display-buffer-normalize-argument and rewrite. Set the
5013 other-window specifier.
5014 (display-buffer-normalize-special): New function.
5015 (display-buffer-normalize-options): Rename to
5016 display-buffer-normalize-default and rewrite.
5017 (display-buffer-normalize-options-inhibit): Remove.
5018 (display-buffer-normalize-specifiers): Rewrite.
5019 (display-buffer): Process other-window specifier and call
5020 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5021 more faithfully.
5022 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
5023 (display-buffer-alist-set): Don't handle 'unset default values.
5024 (display-buffer-in-window, display-buffer-alist-set):
5025 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
5026 <tassilo@member.fsf.org>.
5027
5028 2011-07-09 Leo Liu <sdl.web@gmail.com>
5029
5030 * register.el (insert-register): Restore accidental change on
5031 2011-06-26. (Bug#9028)
5032
5033 2011-07-09 Glenn Morris <rgm@gnu.org>
5034
5035 * subr.el (remq): Handle the empty list. (Bug#9024)
5036
5037 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5038
5039 * mail/sendmail.el (send-mail-function): No longer delay custom
5040 initialization.
5041 * custom.el (custom-initialize-delay): Doc fix.
5042
5043 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5046
5047 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5050 human-friendly prompt.
5051
5052 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5055 provided by a particular plugin.
5056
5057 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5058
5059 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5060 save customizations (with "emacs -Q"), just set the variable
5061 instead of erroring out.
5062
5063 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5064
5065 2011-07-08 Juri Linkov <juri@jurta.org>
5066
5067 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5068 (archive-zip-update-case): Use 7z if found by `executable-find'.
5069 The order of searching the available programs is the same as in
5070 `archive-zip-extract' (bug#8968).
5071
5072 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5073
5074 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5075 (menu-bar-options-menu): Tweak descriptions.
5076
5077 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5078
5079 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5080 menu items into verb phrases (bug#1421). Also refill to fit under
5081 80 columns.
5082
5083 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5086 (Info-read-node-name): Doc fix (Bug#1084).
5087
5088 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5089 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5090 (end-of-sexp, beginning-of-sexp)
5091 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5092 (forward-symbol, forward-same-syntax, word-at-point)
5093 (sentence-at-point): Doc fix (Bug#1144).
5094
5095 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5096
5097 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5098 should cover it (bug#1281).
5099
5100 * cus-edit.el (custom-show): Mark as obsolete.
5101
5102 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
5103 negotiation fails, then possibly try again with a non-encrypted
5104 connection (bug#9017).
5105
5106 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5107 be used.
5108
5109 2011-07-07 Richard Stallman <rms@gnu.org>
5110
5111 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5112 property, and handle its changed format.
5113 Look for the correct line number.
5114 Use file's line contents (but not past first =) to find
5115 correct line in message.
5116
5117 2011-07-07 Kenichi Handa <handa@m17n.org>
5118
5119 * international/characters.el (build-unicode-category-table):
5120 Delete it.
5121 (unicode-category-table): Set it by unicode-property-table-internal.
5122
5123 * international/mule-cmds.el (char-code-property-alist): Move to
5124 to src/chartab.c.
5125 (get-char-code-property): Call unicode-property-table-internal to
5126 load a file. Call get-unicode-property-internal where necessary.
5127 (put-char-code-property): Call unicode-property-table-internal to
5128 load a file. Call put-unicode-property-internal where necessary.
5129 put-unicode-property-internal where necessary.
5130 (char-code-property-description):
5131 Call unicode-property-table-internal to load a file.
5132
5133 * international/charprop.el:
5134 * international/uni-bidi.el:
5135 * international/uni-category.el:
5136 * international/uni-combining.el:
5137 * international/uni-comment.el:
5138 * international/uni-decimal.el:
5139 * international/uni-decomposition.el:
5140 * international/uni-digit.el:
5141 * international/uni-lowercase.el:
5142 * international/uni-mirrored.el:
5143 * international/uni-name.el:
5144 * international/uni-numeric.el:
5145 * international/uni-old-name.el:
5146 * international/uni-titlecase.el:
5147 * international/uni-uppercase.el: Regenerate.
5148
5149 * loadup.el: Load international/charprop.el before
5150 international/characters.
5151
5152 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * window.el (next-buffer, previous-buffer): Signal an error if
5155 called from a minibuffer window.
5156
5157 * bindings.el: Revert 2011-07-04 change.
5158
5159 2011-07-06 Richard Stallman <rms@gnu.org>
5160
5161 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5162 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5163 Treat markers like ints.
5164 (rmail-mime-entity): Doc fix.
5165
5166 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
5168 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5169 defcustom again for backwards compatibility.
5170
5171 * simple.el (shell-command-on-region): Fill.
5172
5173 * dired-aux.el (dired-kill-line): Add a doc string.
5174
5175 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5176 to "\\sw\\|\\s_" (bug#358).
5177
5178 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5179 (dired-unmark-backward): Ditto.
5180 (dired-flag-backup-files): Ditto.
5181
5182 * dired-x.el (dired-mark-sexp): Ditto.
5183
5184 2011-07-06 Richard Stallman <rms@gnu.org>
5185
5186 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5187 (rmail-mime-entity): New arg TRUNCATED.
5188 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5189 New functions.
5190 (rmail-mime-save): Warn if entity is truncated.
5191 (rmail-mime-toggle-hidden): Likewise, for showing.
5192 (rmail-mime-process-multipart): Record when an entity is truncated.
5193
5194 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5195 if ENTITY is a string.
5196
5197 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
5199 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
5200 of faces when `M-C-x'-ing their definitions (bug#8378).
5201 Also clean up the code slightly.
5202
5203 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
5204 because that makes the colors go away.
5205
5206 * mail/sendmail.el (send-mail-function): Change the default to
5207 `sendmail-query-once'.
5208 (sendmail-query-once): Add an autoload cookie.
5209
5210 * net/network-stream.el (network-stream-open-starttls): Try using
5211 a plain connection even if the server offered STARTTLS, and we
5212 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5213 capability. This should make smtpmail.el work in slightly more
5214 configurations.
5215
5216 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5219 New defun.
5220 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5221
5222 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5223
5224 * progmodes/sql.el: Version 3.0
5225 (sql-product-alist): Add product :completion-object,
5226 :completion-column, and :statement attributes.
5227 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
5228 (sql-mode-syntax-table): Mark all punctuation.
5229 (sql-font-lock-keywords-builder): Temporarily remove fallback on
5230 ansi keywords.
5231 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
5232 (sql-mode-oracle-font-lock-keywords): Improve.
5233 (sql-oracle-show-reserved-words): New function for development.
5234 (sql-product-font-lock): Simplify for source code buffers.
5235 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5236 New functions.
5237 (sql-highlight-product): Set product specific syntax table.
5238 (sql-mode-map): Add statement movement functions.
5239 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5240 New variable.
5241 (sql-statement-regexp, sql-beginning-of-statement)
5242 (sql-end-of-statement, sql-signum): New functions.
5243 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
5244 (sql-show-sqli-buffer): Bug fix.
5245 (sql-interactive-mode): Store connection data as buffer local.
5246 (sql-connect): Add NEW-NAME parameter. Redesign interaction
5247 with sql-interactive-mode.
5248 (sql-save-connection): Save buffer local settings.
5249 (sql-connection-menu-filter): Change menu entry name.
5250 (sql-product-interactive): Bug fix.
5251 (sql-preoutput-hold): New variable.
5252 (sql-interactive-remove-continuation-prompt): Bug fixes.
5253 (sql-debug-redirect): New variable.
5254 (sql-str-literal): New function.
5255 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5256 Redesign.
5257 (sql-oracle-save-settings, sql-oracle-restore-settings)
5258 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5259 (sql-completion-object, sql-completion-column)
5260 (sql-completion-sqlbuf): New variables.
5261 (sql-build-completions-1, sql-build-completions)
5262 (sql-try-completion): New functions.
5263 (sql-read-table-name): Use them.
5264 (sql-contains-names): New buffer local variable.
5265 (sql-list-all, sql-list-table): Use it.
5266 (sql-oracle-completion-types): New variable.
5267 (sql-oracle-completion-object, sql-sqlite-completion-object)
5268 (sql-postgres-completion-object): New functions.
5269
5270 2011-07-06 Glenn Morris <rgm@gnu.org>
5271
5272 * window.el (pop-to-buffer): Doc fix.
5273
5274 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
5275
5276 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5277
5278 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5281
5282 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5283
5284 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * button.el (button): Inherit from link face. Suggested by Dan
5287 Nicolaescu.
5288
5289 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * progmodes/gdb-mi.el: Fit in 80 columns.
5292 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5293 switch-to-buffer.
5294
5295 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5296 if imenu is simply not configured (bug#8941).
5297
5298 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5299
5300 * allout.el (allout-post-undo-hook): New allout outline-change
5301 event hook to signal undo activity.
5302 (allout-post-command-business): Run allout-post-undo-hook if an
5303 undo just occurred.
5304 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5305 * allout-widgets.el (allout-widgets-after-undo-function):
5306 Ensure the integrity of the current item's decoration after it has been
5307 in the vicinity of an undo.
5308 (allout-widgets-mode): Include allout-widgets-after-undo-function
5309 on the new allout-post-undo-hook.
5310
5311 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5314 Let define-derived-mode define it.
5315 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5316 cycles of abbrev-table inheritance (bug#8998).
5317
5318 2011-07-05 Roland Winkler <winkler@gnu.org>
5319
5320 * textmodes/bibtex.el: Add support for biblatex.
5321 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5322 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5323 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5324 (bibtex-entry-alist, bibtex-field-alist): New variables.
5325 (bibtex-entry-field-alist): Obsolete alias for
5326 bibtex-BibTeX-entry-alist.
5327 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5328 (bibtex-set-dialect): New command.
5329 (bibtex-entry-type, bibtex-entry-head)
5330 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5331 Bind via bibtex-set-dialect.
5332 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5333 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5334 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5335 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5336 Define via bibtex-set-dialect.
5337 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5338 Obey bibtex-no-opt-remove-re.
5339 (bibtex-vec-push, bibtex-vec-incr): New functions.
5340 (bibtex-format-entry, bibtex-field-list)
5341 (bibtex-print-help-message, bibtex-validate)
5342 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5343
5344 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * progmodes/compile.el (compilation-goto-locus):
5347 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5348 * bs.el (bs-cycle-next, bs-cycle-previous):
5349 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5350 * bindings.el (mode-line-other-buffer):
5351 * autoinsert.el (auto-insert):
5352 * arc-mode.el (archive-extract):
5353 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5354
5355 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5358 Fix check of `emacs-lock-unlockable-modes'.
5359 Coerce true values of `emacs-lock--try-unlocking' to t.
5360
5361 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5364 * emacs-lock.el: New file.
5365
5366 2011-07-05 Julien Danjou <julien@danjou.info>
5367
5368 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5369 than `boundp' to check if face is set.
5370
5371 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * register.el (registerv-make):
5374 * window.el (window-min-height): Fix typos in docstrings.
5375
5376 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5377
5378 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5379 Update doc string.
5380
5381 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * server.el (server-execute): Catch quit and call
5384 `server-return-error' to pass the error back to emacsclient and
5385 close the connection (bug#8942).
5386
5387 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5388
5389 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5390 insecure exception for current topic. Also note that auto-saves
5391 are handled differently.
5392
5393 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5394 State variables for tracking auto-save inhibition situation.
5395
5396 (allout-write-contents-hook-handler): Rename from
5397 'allout-write-file-hook-handler', and describe how it depends on
5398 write-contents-functions sensitivity to non-nil value to prevent
5399 file write.
5400
5401 (allout-auto-save-hook-handler): Remove. auto-save does not check
5402 this in individual buffers, only in the starting buffer, so this
5403 is not the right way for us to inhibit auto-save in a buffer
5404 according to its condition.
5405
5406 (allout-mode): Use new allout-write-contents-hook-handler, and
5407 only with write-contents-functions. Remove auto-save provisions -
5408 they're implemented elsewhere.
5409
5410 (allout-before-change-handler): If undo is in progress, note that
5411 for attention of allout-post-command-business.
5412
5413 (allout-post-command-business): If the command we're following was
5414 an undo, check for change in the status of encrypted items and
5415 adjust auto-save inhibitions accordingly.
5416
5417 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5418 according to whether there are or aren't any plain-text topics
5419 pending encryption.
5420
5421 (allout-inhibit-auto-save-info-for-decryption):
5422 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5423 if there are plain-text topics pending encryption.
5424
5425 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5426 buffer-saved-size and some allout state to not inhibit auto-saves
5427 if there are no longer any plain-text topics pending encryption.
5428
5429 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5430 No longer provide for exemption of the current topic.
5431
5432 2011-07-04 Juri Linkov <juri@jurta.org>
5433
5434 Add 7z operations to delete and save changed members (bug#8968).
5435 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5436 New defcustoms.
5437 (archive-7z-write-file-member): New function.
5438 (archive-7z-summarize): Fix the number of dashes in the
5439 listing output.
5440
5441 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5444 (bug#8958).
5445
5446 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * bindings.el: Ignore next-buffer and previous-buffer in
5449 minibuffer-local-map.
5450
5451 * font-lock.el (font-lock-builtin-face): Change light background
5452 color to dark slate blue (Bug#6693).
5453
5454 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5455
5456 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5457
5458 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5461 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5462 Add switch-to-buffer.
5463
5464 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5465
5466 * isearch.el (isearch-search-fun-function): Clarify further the
5467 meaning of the function returned.
5468
5469 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5472
5473 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5474 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5475 Use it.
5476 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5477 `tramp-default-remote-path' does not exist.
5478 (tramp-send-command-and-read): New optional argument NOERROR.
5479 (tramp-open-connection-setup-interactive-shell)
5480 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5481 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5482 (tramp-process-sentinel): Flush also process' connection property.
5483 (tramp-sh-handle-start-file-process): Do not set process
5484 sentinel. It is done now ...
5485 (tramp-maybe-open-connection): ... here. (Bug#8929)
5486
5487 2011-07-04 MON KEY <monkey@sandpframing.com>
5488
5489 * play/animate.el (animate-string): Doc fixes and allow changing
5490 the buffer name (bug#5417).
5491
5492 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5493
5494 * play/animate.el (animation-buffer-name): Rename from *animate*.
5495
5496 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5497
5498 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5499 This is simpler and helps future-proof the code.
5500 (timer-until): Use time-subtract and float-time.
5501 (timer--time-less-p): Use time-less-p.
5502
5503 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5504
5505 * type-break.el (timep): Use the value of `float-time' to avoid a
5506 byte-compiler warning.
5507
5508 * server.el (server-eval-and-print): Return any result, even nil.
5509
5510 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5511
5512 * type-break.el: Accept time formats that the builtins accept.
5513 (timep, type-break-time-difference): Accept any format that
5514 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5515 This is simpler and helps future-proof the code.
5516 (type-break-time-difference): Round rather than ignoring
5517 subseconds components.
5518
5519 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5520
5521 * info.el (Info-apropos-matches): Make non-interactive, since it
5522 doesn't seem to do anything useful as a command (bug#8829).
5523
5524 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * frame.el (frame-background-mode, frame-set-background-mode):
5527 Move from faces.el.
5528 (frame-default-terminal-background): New function.
5529
5530 * custom.el (custom-push-theme): Don't record faces in `changed'
5531 theme; this doesn't work correctly for per-frame face settings.
5532 (disable-theme): Use face-set-after-frame-default to reset faces.
5533 (custom--frame-color-default): New function.
5534
5535 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5536
5537 * dired.el (dired-flagging-regexp): Remove unused variable
5538 (bug#8769).
5539
5540 2011-03-29 Kevin Ryde <user42@zip.com.au>
5541
5542 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5543 `perl-Test2' extend to match possible "fail #N" rep count
5544 (bug#8377).
5545
5546 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5547
5548 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5549 `smtpmail-via-smtp' now returns the error instead of nil.
5550
5551 * isearch.el (isearch-search-fun-function): Clarify the doc string
5552 (bug#8101).
5553
5554 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
5555
5556 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5557 unnecessary spaces (bug#8987).
5558
5559 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5560
5561 * net/network-stream.el (open-network-stream): Use the
5562 :end-of-capability command thoughout.
5563
5564 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5565
5566 * net/network-stream.el (open-network-stream): Add the
5567 :end-of-capability command parameter, used by pop3.el.
5568
5569 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5570
5571 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5572
5573 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5574 for list)" (bug#6475).
5575
5576 * files.el (file-expand-wildcards): Ignore non-readable
5577 sub-directories while trying to find matches instead of signaling
5578 an error (bug#6297).
5579
5580 * man.el (Man-reference-regexp): Allow matching possible
5581 word-wrapped references (bug#6289).
5582
5583 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5584 for consistency with the other vc buffers (bug#6197).
5585 (vc-checkin): Ditto.
5586
5587 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5588
5589 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5590
5591 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5592
5593 * custom.el (defcustom): Clarify that :set is only used in the
5594 Customize user interface (bug#6089).
5595
5596 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5597 associated with a file, refuse to run instead of erroring out
5598 (bug#6084).
5599
5600 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5601 the doc string, since it appears that using `fill-column' always
5602 controls the width (bug#7845).
5603
5604 * simple.el (shell-command-on-region): Say where the error output
5605 went if `shell-command-default-error-buffer' is set (bug#6857).
5606
5607 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5608
5609 * allout.el (allout-yank-processing): Adjust cursor position for
5610 backwards-deleted space.
5611
5612 (allout-rebullet-heading): Register changes with
5613 allout-exposure-changed-hook, so the modified topic is properly
5614 decorated.
5615
5616 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5617
5618 * minibuffer.el (completion-in-region): Document PREDICATE
5619 (bug#7136).
5620
5621 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5622 of keyword/argument pairs (bug#6904).
5623
5624 * replace.el (multi-occur):
5625 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5626
5627 2011-07-02 Drew Adams <drew.adams@oracle.com>
5628
5629 * dired.el (dired-mark-if): Make the message about whether it's
5630 marking or unmarking clearer (bug#8523).
5631
5632 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5633
5634 * disp-table.el (display-table-print-array): New function.
5635 (describe-display-table): Use it to print the vectors more pretty
5636 (Bug#8859).
5637
5638 2011-07-02 Martin Rudalics <rudalics@gmx.at>
5639
5640 * window.el (window-state-get-1): Don't assign clone numbers.
5641 Add clone-of item to list of window parameters.
5642 (window-state-put-2): Don't process clone numbers.
5643 (display-buffer-alist): Fix doc-string.
5644
5645 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * subr.el (remq): Don't allocate if it's not needed.
5648 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5649 (keymap--merge-bindings): New functions.
5650 (keymap-canonicalize): Use them to refine the canonicalization.
5651 * minibuffer.el (minibuffer-local-completion-map)
5652 (minibuffer-local-must-match-map): Move initialization from C.
5653 (minibuffer-local-filename-completion-map): Move initialization from C;
5654 don't inherit from anything here.
5655 (minibuffer-local-filename-must-match-map): Make obsolete.
5656 (completing-read-default): Use make-composed-keymap to combine
5657 minibuffer-local-filename-completion-map with either
5658 minibuffer-local-must-match-map or
5659 minibuffer-local-filename-completion-map.
5660
5661 2011-07-01 Glenn Morris <rgm@gnu.org>
5662
5663 * type-break.el (type-break-time-sum): Use dolist.
5664
5665 * textmodes/flyspell.el (flyspell-word-search-backward):
5666 Replace CL function.
5667
5668 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * mouse.el (mouse--strip-first-event): New function.
5671 (function-key-map): Use it to map fringe clicks to normal clicks
5672 by default.
5673
5674 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5675 (vc-bzr-revision-completion-table): Add support for annotate and date.
5676
5677 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5678 inherit from parent.
5679
5680 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5681
5682 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5683 (dired-show-file-type): Doc fixup (bug#8818).
5684
5685 * dired.el (dired-mode): Fix up the doc string as suggested by
5686 Drew Adams (bug#8817).
5687
5688 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5689 cookie, since the manual says that it should be possible to add
5690 this function to `find-file-hook' (bug#8709).
5691
5692 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5693
5694 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5695 here. Noted Ted Zlatanov as the maintainer.
5696 (cfengine-common-settings, cfengine-common-syntax): New functions
5697 to set up common things between `cfengine-mode' and
5698 `cfengine3-mode'.
5699 (cfengine3-mode): New mode.
5700 (cfengine3-defuns cfengine3-defuns-regex
5701 (cfengine3-class-selector-regex cfengine3-category-regex)
5702 (cfengine3-vartypes cfengine3-font-lock-keywords)
5703 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
5704 (cfengine3-indent-line): Add from cfengine3.el.
5705
5706 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5709
5710 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5711
5712 2011-07-01 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (same-window-buffer-names, same-window-regexps)
5715 (same-window-p, special-display-frame-alist)
5716 (special-display-popup-frame, special-display-function)
5717 (special-display-buffer-names, special-display-regexps)
5718 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5719 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5720 (split-window-preferred-function, split-height-threshold)
5721 (split-width-threshold, even-window-heights)
5722 (display-buffer-mark-dedicated, window-splittable-p)
5723 (split-window-sensibly, window-safely-shrinkable-p):
5724 Un-obsolete.
5725 (display-buffer): Don't spread args with function specifier
5726 because special-display-popup-frame won't like it.
5727
5728 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5729
5730 Time-stamp simplifications and fixes.
5731 These improve accuracy slightly, and future-proof the code
5732 against some potential changes to current-time format.
5733
5734 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5735 by using time-since and float-time.
5736
5737 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5738 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5739 + NNN microseconds".
5740
5741 * type-break.el (type-break-time-sum): Rewrite using time-add.
5742
5743 * play/hanoi.el (hanoi-current-time-float): Remove.
5744 All uses replaced by float-time.
5745
5746 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5747 This yields a more-accurate answer.
5748 (rng-time-to-float): Remove; no longer needed.
5749
5750 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5751
5752 * calendar/timeclock.el (timeclock-seconds-to-time):
5753 Defalias to seconds-to-time, since they're the same thing.
5754
5755 * emacs-lisp/elp.el (elp-elapsed-time):
5756 * emacs-lisp/benchmark.el (benchmark-elapse):
5757 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5758
5759 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * window.el (bury-buffer): Don't iconify the only frame.
5762 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5763 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5764
5765 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5768 Add mouse-yank-primary.
5769
5770 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5771
5772 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5773
5774 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5777 (find-library-name): Use it to find relative load names when provided
5778 absolute file name (bug#8803).
5779
5780 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5781
5782 * textmodes/flyspell.el (flyspell-word): Consider words that
5783 differ only in case as potential doublons (bug#5687).
5784
5785 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5786 Remove two rather uninteresting debugging-like messages to make
5787 debbugs.el more silent.
5788
5789 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5790 a password-like phrase.
5791
5792 2011-06-30 Mastake YAMATO <yamato@redhat.com>
5793
5794 * progmodes/cc-guess.el: New file.
5795
5796 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5797
5798 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5799 derived from `c-basic-common-init'.
5800
5801 * progmodes/cc-mode.el (top-level): Require cc-guess.
5802 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5803
5804 2011-06-30 Lawrence Mitchell <wence@gmx.li>
5805
5806 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5807
5808 2011-06-30 Alan Mackenzie <acm@muc.de>
5809
5810 * progmodes/cc-engine.el (c-guess-continued-construct):
5811 Correct the handling of template-args-cont, particularly for when font
5812 lock is disabled. Name this case as "CASE G".
5813
5814 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5815
5816 * allout.el (allout-yank-processing): Fix injection of extra space
5817 between bullet and non-whitespace character in first topic when
5818 pasting, ensuring that the actual spacing in the pasted topic
5819 following the bullet char is preserved. This extra space was
5820 causing pasted encrypted topics to get a decrypted status even
5821 when the content was actually still encrypted. Now the decryption
5822 status from before the paste is preserved.
5823
5824 (allout-flag-region): Set all allout overlays so they evaporate
5825 when reduced to zero length (evanescent), to prevent overlay
5826 leakage.
5827
5828 2011-06-30 Glenn Morris <rgm@gnu.org>
5829
5830 * w32-fns.el (w32-charset-info-alist): Declare.
5831
5832 * find-dired.el (find-grep-options): Simplify.
5833
5834 * term/ns-win.el (ns-set-resource): Declare.
5835
5836 * ses.el (row, col): Declare dynamic variables honestly.
5837
5838 * textmodes/reftex-parse.el (index-tags): Declare.
5839
5840 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * cus-edit.el (customize-push-and-save): New function.
5843
5844 * files.el (hack-local-variables-confirm): Use it.
5845
5846 * custom.el (load-theme): New arg NO-CONFIRM.
5847 Use customize-push-and-save (Bug#8720).
5848 (custom-enabled-themes): Doc fix.
5849
5850 * cus-theme.el (customize-create-theme)
5851 (custom-theme-merge-theme): Callers to load-theme changed.
5852
5853 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5854
5855 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5856 short URLs have at least one dot in them (bug #7614).
5857
5858 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5859 nil, because using a pty is apparently too slow (bug #895).
5860
5861 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * mail/sendmail.el (sendmail-query-once): New function.
5864 (sendmail-query-once-function): New variable.
5865
5866 2011-06-29 Glenn Morris <rgm@gnu.org>
5867
5868 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5869
5870 * ses.el (top-level): Require cl when compiling.
5871 (ses-set-localvars): Fix error statement.
5872 Call it at compile time to silence a storm of warnings.
5873
5874 2011-06-29 Martin Rudalics <rudalics@gmx.at>
5875
5876 * window.el (normalize-live-buffer): Rename to
5877 window-normalize-buffer.
5878 (normalize-live-frame): Rename to window-normalize-frame.
5879 (normalize-any-window): Rename to window-normalize-any-window.
5880 (normalize-live-window): Rename to window-normalize-live-window.
5881 (make-window-atom): Rename to window-make-atom.
5882 (window-resize-reset): Rename to window--resize-reset.
5883 (window-resize-reset-1): Rename to window--resize-reset-1.
5884 (resize-mini-window): Rename to window--resize-mini-window.
5885 (resize-subwindows-skip-p): Rename to
5886 window--resize-subwindows-skip-p.
5887 (resize-subwindows-normal): Rename to
5888 window--resize-subwindows-normal.
5889 (resize-subwindows): Rename to window--resize-subwindows.
5890 (resize-other-windows): Rename to window--resize-siblings.
5891 (resize-this-window): Rename to window--resize-this-window.
5892 (resize-root-window): Rename to window--resize-root-window.
5893 (resize-root-window-vertically): Rename to
5894 window--resize-root-window-vertically.
5895 (normalize-buffer-to-display): Rename to
5896 window-normalize-buffer-to-display.
5897 (normalize-buffer-to-switch-to): Rename to
5898 window-normalize-buffer-to-switch-to.
5899 Correspondingly update all callers of the functions listed
5900 above.
5901 (display-buffer-alist, display-buffer-normalize-arguments)
5902 (display-buffer-normalize-options, display-buffer)
5903 (display-buffer-alist-set): Use "function" instead of
5904 "fun-with-args".
5905
5906 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5909 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5910 debbugs.gnu.org. Mention acknowledgment email.
5911
5912 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5913
5914 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5915 buffer multibyteness, since it shouldn't matter.
5916
5917 2011-06-28 Martin Rudalics <rudalics@gmx.at>
5918
5919 * window.el (display-buffer-in-side-window): Handle dedicated
5920 windows as in display-buffer-reuse-window.
5921 (display-buffer-normalize-alist): Use value of override
5922 specifier.
5923 (display-buffer-normalize-specifiers): Use value of
5924 other-window-means-other-frame specifier.
5925 (display-buffer-alist): Rewrite some texts in widgets.
5926 (display-buffer): Spread arguments when calling function
5927 specified by fun-with-args.
5928
5929 2011-06-28 Deniz Dogan <deniz@dogan.se>
5930
5931 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5932 Unnest `let'.
5933
5934 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5935 selectors (Bug#5732).
5936 (css-proprietary-nmstart-re): Use `regexp-opt'.
5937
5938 2011-06-27 Jari Aalto <jari.aalto@cante.net>
5939
5940 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5941 (eshell-ls-date-format): New defcustom.
5942 (eshell-ls-file): Use it.
5943
5944 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5947
5948 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5951 (ange-ftp-make-tmp-name): New arg.
5952 (ange-ftp-file-local-copy): Use it.
5953
5954 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
5955
5956 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5957 no-conversion (Bug#8870).
5958
5959 2011-06-27 Martin Rudalics <rudalics@gmx.at>
5960
5961 * window.el (window-right, window-left, window-child)
5962 (window-child-count, window-last-child)
5963 (window-iso-combination-p, walk-window-tree-1)
5964 (window-atom-check-1, window-tree-1, delete-window)
5965 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5966 new naming conventions - window-vchild, window-hchild,
5967 window-next and window-prev are now called window-top-child,
5968 window-left-child, window-next-sibling and window-prev-sibling
5969 respectively.
5970 (resize-window-reset): Rename to window-resize-reset.
5971 (resize-window-reset-1): Rename to window-resize-reset-1.
5972 (resize-window): Rename to window-resize.
5973 (window-min-height, window-min-width)
5974 (resize-mini-window, resize-this-window, resize-root-window)
5975 (resize-root-window-vertically, adjust-window-trailing-edge)
5976 (enlarge-window, shrink-window, maximize-window)
5977 (minimize-window, delete-window, quit-restore-window)
5978 (split-window, balance-windows, balance-windows-area-adjust)
5979 (balance-windows-area, window-state-put-2)
5980 (display-buffer-even-window-sizes, display-buffer-set-height)
5981 (display-buffer-set-width, set-window-text-height)
5982 (fit-window-to-buffer): Rename all "resize-window" prefixed
5983 calls to use the "window-resize" prefix convention.
5984 (display-buffer-alist): Fix symbol for label specifier.
5985 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5986 corresponding specifier.
5987 Reported by Juanma Barranquero <lekktu@gmail.com>.
5988
5989 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5990
5991 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5992 convention.
5993 (ses-call-printer): Does not pass an empty string to formatter when the
5994 cell is empty to keep from barking printer Calc math-format-value.
5995
5996 2011-06-27 Richard Stallman <rms@gnu.org>
5997
5998 * battery.el (battery-mode-line-limit): New variable.
5999 (battery-update): Handle it.
6000
6001 * mail/rmailmm.el (rmail-mime-process-multipart):
6002 Handle truncated messages.
6003
6004 2011-06-27 Glenn Morris <rgm@gnu.org>
6005
6006 * progmodes/flymake.el (flymake-err-line-patterns):
6007 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6008
6009 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6010
6011 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
6012 (ses--clean-!, ses--clean-_): New functions.
6013 (ses-range): Add configurability of readout order, and conversion
6014 to Calc vector.
6015
6016 * ses.el (ses-repair-cell-reference-all): New function.
6017 (ses-cell-symbol): Set macro as safe, so that it can be used in
6018 formulas.
6019
6020 * ses.el: Update cycle detection algorithm.
6021 (ses-localvars): Add ses--Dijkstra-attempt-nb and
6022 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
6023 (ses-set-localvars): New function.
6024 (ses-make-cell): Add property-list as a cell element.
6025 (ses-cell-property-get-fun, ses-cell-property-get)
6026 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
6027 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6028 New functions.
6029 (ses-cell-property-set, ses-cell-property-pop)
6030 (ses-cell-property-get-handle): New macro.
6031 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6032 New aliases, used for code readability.
6033 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6034 cycle detection.
6035 (ses-self-reference-early-detection): New defcustom.
6036 (ses-formula-references): Robustify against self-referring cells.
6037 (ses-mode): Use ses-set-localvars.
6038 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6039 before lauching the update processing.
6040 (ses-initialize-Dijkstra-attempt): New function.
6041 (ses-recalculate-cell): Update for cycle detection based on
6042 Dijkstra algorithm.
6043
6044 * ses.el: Fix commenting and indenting convention.
6045
6046 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * bs.el (bs-cycle-next): Complete last change.
6049
6050 2011-06-27 Drew Adams <drew.adams@oracle.com>
6051
6052 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6053
6054 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6055
6056 * net/network-stream.el (network-stream-open-starttls):
6057 Don't re-get capabilities unless we've reestablished connection.
6058 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6059
6060 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6061 to binary to possibly avoid line encoding issues on Windows (among
6062 other things).
6063
6064 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6065
6066 * net/network-stream.el (open-network-stream): Return an :error
6067 saying what the problem was, if possible.
6068
6069 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6070 server.
6071
6072 * net/network-stream.el (network-stream-open-starttls): If we
6073 wanted to use STARTTLS, and the server offered it, but we weren't
6074 able to because we had no STARTTLS support, then close the connection.
6075 (open-network-stream): Return an :error element, if present.
6076
6077 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * hl-line.el (hl-line-sticky-flag): Doc fix.
6080 (global-hl-line-sticky-flag): New option (Bug#8323).
6081 (global-hl-line-highlight): Obey it.
6082
6083 * vc/vc.el (vc-revert-show-diff): Default to t.
6084
6085 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6086
6087 * allout-widgets.el (allout-widgets-post-command-business):
6088 Stop decorating intermediate isearch matches. They're not being
6089 undecorated when an isearch is continued past, and isearch
6090 automatically collapses them. This leads to "widget leaks", where
6091 decorated items accumulate in collapsed areas. Lines with lots of
6092 hidden widgets can slow down cursor travel, substantially.
6093 Too much complicated machinery would be needed to ensure undecoration,
6094 so we're doing without this nicety.
6095
6096 (allout-widgets-tally-string): Don't try to do a hash-table-count
6097 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6098 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6099 *Messages* when allout-widgets-maintain-tally is t.
6100
6101 2011-06-26 Martin Rudalics <rudalics@gmx.at>
6102
6103 * window.el (display-buffer-normalize-argument): Rename to
6104 display-buffer-normalize-arguments. Handle special meaning of
6105 LABEL argument. Respect special-display-function when popping up
6106 a new frame. Fix code searching for a window showing the buffer
6107 on another frame.
6108 (display-buffer-normalize-specifiers):
6109 Call display-buffer-normalize-arguments.
6110 (display-buffer-in-window): Don't undedicate the window if its
6111 buffer remains the same.
6112 Reported by Drew Adams <drew.adams@oracle.com>.
6113 (display-buffer-alist): Add choice for same-window macro
6114 specfier.
6115 (display-buffer): Mention special meaning of LABEL argument in
6116 doc-string. Fix quoting. Don't pop up a new frame even as
6117 fallback.
6118
6119 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6122 avoid deleting the current window in some cases (bug#8911).
6123
6124 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6125
6126 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6127 (Bug#8934)
6128
6129 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6130
6131 * net/network-stream.el (network-stream-open-starttls):
6132 Use built-in TLS support if `gnutls-available-p' is true.
6133 (network-stream-open-tls): Ditto.
6134
6135 2011-06-26 Leo Liu <sdl.web@gmail.com>
6136
6137 * register.el (registerv): New struct.
6138 (registerv-make): New function.
6139 (jump-to-register, describe-register-1, insert-register):
6140 Support the jump-func, print-func and insert-func slot of a registerv
6141 struct. (Bug#8415)
6142
6143 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * vc/vc.el (vc-revert-show-diff): New defcustom.
6146 (vc-diff-internal): New arg specifying diff buffer.
6147 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6148 reuse an existing *vc-diff* buffer (Bug#8927).
6149
6150 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6151
6152 2011-06-26 Glenn Morris <rgm@gnu.org>
6153
6154 * progmodes/f90.el (f90-critical-indent): New option.
6155 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6156 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6157 (f90-mode): Doc fix.
6158 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6159 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6160 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6161 (f90-match-end): Handle block, critical.
6162
6163 2011-06-25 Glenn Morris <rgm@gnu.org>
6164
6165 * calendar/diary-lib.el (diary-included-files): Doc fix.
6166 (diary-include-files): New function, extracted from
6167 diary-include-other-diary-files and diary-mark-included-diary-files.
6168 (diary-include-other-diary-files, diary-mark-included-diary-files):
6169 Just call diary-include-files.
6170 (diary-mark-entries): Reset diary-included-files on first call.
6171
6172 * calendar/diary-lib.el (diary-mark-entries)
6173 (diary-mark-included-diary-files):
6174 Visit included diary-files in temp buffers.
6175
6176 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6177 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6178 (f90-start-block-re, f90-imenu-generic-expression)
6179 (f90-looking-at-program-block-start, f90-no-block-limit):
6180 Add support for submodules.
6181
6182 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6183 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
6184
6185 2011-06-25 Eli Zaretskii <eliz@gnu.org>
6186
6187 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6188 buffer-file-type before setting its value, to avoid disastrous
6189 global effects on decoding files for DOS/Windows systems. (Bug#8780)
6190
6191 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6194
6195 * ses.el (ses-unload-function):
6196 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6197
6198 * proced.el (proced-unload-function):
6199 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6200
6201 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6202
6203 * server.el (server-create-window-system-frame): Add parameters arg.
6204 (server-process-filter): Doc fix. Handle frame-parameters.
6205
6206 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
6207
6208 Fix bug#8730, bug#8781.
6209
6210 * loadhist.el (unload--set-major-mode): New function.
6211 (unload-feature): Use it.
6212
6213 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6214 (python-unload-function): New function.
6215
6216 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6219
6220 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6221
6222 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6223 the candidates list.
6224
6225 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6228
6229 2011-06-23 Richard Stallman <rms@gnu.org>
6230
6231 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6232 (rmail-variables): Set next-error-move-function.
6233 (rmail-what-message): Take argument POS.
6234 (rmail-next-error-move): New function.
6235
6236 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6239 messages for adjacent non-terminals.
6240
6241 2011-06-23 Richard Stallman <rms@gnu.org>
6242
6243 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
6244 (rmail-show-message-1): Preserve buffer modified flag.
6245 (rmail-start-mail): Don't specify use of rmail-mail-return;
6246 that's done by mail-bury now.
6247 (rmail-mail-return): Handle arg NEWBUF.
6248
6249 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6252 SIZE is a number.
6253
6254 2011-06-23 Martin Rudalics <rudalics@gmx.at>
6255
6256 * window.el (get-lru-window, get-mru-window)
6257 (get-largest-window): Never return a minibuffer window.
6258 (display-buffer-pop-up-window): Fix a bug that could lead to
6259 reusing the minibuffer window.
6260 (display-buffer): Pass original specifier argument to
6261 display-buffer-function instead of the normalized one.
6262 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6263
6264 2011-06-22 Leo Liu <sdl.web@gmail.com>
6265
6266 * minibuffer.el (completing-read-function)
6267 (completing-read-default): Move from minibuf.c
6268
6269 2011-06-22 Richard Stallman <rms@gnu.org>
6270
6271 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6272 to Rmail even if not started by a special Rmail command.
6273
6274 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6275 Copy the buffer currently showing just one message.
6276
6277 2011-06-22 Roland Winkler <winkler@gnu.org>
6278
6279 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6280 (bibtex-clean-entry): First delete the old key so that a
6281 customized algorithm for generating the new key does not get
6282 confused by the old key.
6283 (bibtex-url): Obey regexp of first step.
6284 (bibtex-search-entries): Do not use add-to-list with local
6285 list-var.
6286
6287 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6288
6289 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6290 stored a user name, then query for the password first, instead of
6291 waiting for SMTP to give an error message and the trying again.
6292
6293 2011-06-22 Lawrence Mitchell <wence@gmx.li>
6294
6295 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6296 BUFFER in call-process.
6297
6298 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6299
6300 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6301 QUIT twice.
6302 (smtpmail-try-auth-methods): Require user name and password from
6303 auth-source.
6304
6305 2011-06-22 Martin Rudalics <rudalics@gmx.at>
6306
6307 * window.el (display-buffer-default-specifiers)
6308 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6309 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6310 (split-window): Normalize SIDE argument (Bug#8916).
6311
6312 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6313 (special-display-frame-alist, special-display-popup-frame):
6314 Remove duplicate declarations. These are now in window.el.
6315
6316 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
6318 * mail/smtpmail.el (smtpmail-via-smtp):
6319 Set :use-starttls-if-possible so that we always use STARTTLS if the
6320 server supports it. SMTP servers that support STARTTLS commonly
6321 require it.
6322
6323 * net/network-stream.el (network-stream-open-starttls): Support
6324 upgrading to STARTTLS always, even if we don't have built-in support.
6325 (open-network-stream): Add the :always-query-capabilities keyword.
6326
6327 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6328 upgrades with `open-network-stream', and rely solely on
6329 auth-source for all credentials. Big changes throughout the file,
6330 but in particular:
6331 (smtpmail-auth-credentials): Remove.
6332 (smtpmail-starttls-credentials): Remove.
6333 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6334 MAIL FROM, too.
6335
6336 * net/network-stream.el (network-stream-open-starttls):
6337 Provide support for client certificates both for external and built-in
6338 STARTTLS.
6339 (auth-source): Require.
6340 (open-network-stream): Document the :client-certificate keyword.
6341 (network-stream-certificate): Change cert-cert to cert and
6342 cert-key to key.
6343
6344 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
6345
6346 * net/tramp-cache.el (top): Don't load the persistency file when
6347 "emacs -Q" has been called.
6348
6349 2011-06-21 Tim Harper <timcharper@gmail.com>
6350
6351 * term/ns-win.el (ns-initialize-window-system):
6352 Set application-specific `ApplePressAndHoldEnabled' system
6353 resource to NO as it is not yet supported by the NS port.
6354
6355 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6358 (list-dynamic-libraries): ...not here.
6359
6360 2011-06-21 Leo Liu <sdl.web@gmail.com>
6361
6362 * subr.el (sha1): Implement sha1 using secure-hash.
6363
6364 2011-06-21 Martin Rudalics <rudalics@gmx.at>
6365
6366 * window.el (display-buffer-alist): In default value do not
6367 enforce searching a window on any but the selected frame.
6368 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6369 (display-buffer-select-window): Remove function.
6370 (display-buffer-in-window): When a window on another frame gets
6371 reused, do not select it any more but just raise its frame if
6372 necessary (Bug#8851) and (Bug#8856).
6373 (display-buffer-normalize-options): Handle pop-up-frames related
6374 options more faithfully.
6375 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6376 window if it is on another frame.
6377 (display-buffer-alist, display-buffer-default-specifiers):
6378 Don't make new frame unsplittable by default.
6379 (display-buffer-normalize-argument): Fix doc-string typo and use
6380 'same-frame-other-window instead of 'other-window when associating
6381 with display-buffer-macro-specifiers.
6382
6383 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6384
6385 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6386 New functions.
6387 (5x5-mode-map, 5x5-mode-menu): Bind them.
6388 (5x5-draw-grid): Tweak the solver's rendering.
6389
6390 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6393 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6394
6395 2011-06-21 Drew Adams <drew.adams@oracle.com>
6396
6397 * menu-bar.el: Use function variable instead of switch-to-buffer.
6398 (menu-bar-select-buffer-function): New variable.
6399 (menu-bar-update-buffers): Use it (bug#8876).
6400
6401 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6404 variable's status.
6405
6406 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6407
6408 * x-dnd.el (x-dnd-version-from-flags)
6409 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6410 and long as number (Bug#8899).
6411 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6412
6413 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6416 (completion-try-completion, completion-all-completions): Compute the
6417 metadata argument if it's missing; make it optional (bug#8795).
6418
6419 * wid-edit.el: Use lex-bind and move towards completion-at-point.
6420 (widget-complete): Use new :completion-function property.
6421 (widget-completions-at-point): New function.
6422 (default): Use :completion-function instead of :complete.
6423 (widget-default-completions): Rename from widget-default-complete;
6424 Rewrite.
6425 (widget-string-complete, widget-file-complete, widget-color-complete):
6426 Remove functions.
6427 (file, symbol, function, variable, coding-system, color):
6428 * international/mule-cmds.el (default-input-method, charset)
6429 (language-info-custom-alist):
6430 * cus-edit.el (face): Use new property :completions.
6431
6432 * progmodes/pascal.el (pascal-completions-at-point): New function.
6433 (pascal-mode): Use it.
6434 (pascal-mode-map): Use completion-at-point.
6435 (pascal-toggle-completions): Make obsolete.
6436 (pascal-complete-word, pascal-show-completions):
6437 * progmodes/octave-mod.el (octave-complete-symbol):
6438 Redefine as obsolete alias.
6439 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6440 Signal absence of completion info for old Octave,
6441 (inferior-octave-complete): Redefine as obsolete alias.
6442 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6443 (meta-completions-at-point): Rename from meta-complete-symbol and
6444 adapt it for use on completion-at-point-functions.
6445 (meta-common-mode): Use it.
6446 (meta-looking-at-backward, meta-match-buffer): Remove.
6447 (meta-complete-symbol): Redefine as obsolete alias.
6448 (meta-common-mode-map): Use completion-at-point.
6449 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6450 (makefile-mode-map): Use completion-at-point.
6451 (makefile-completions-at-point): Rename from makefile-complete and
6452 adapt it for use on completion-at-point-functions.
6453 (makefile-mode): Use it.
6454 (makefile-complete): Redefine as obsolete alias.
6455
6456 2011-06-20 Deniz Dogan <deniz@dogan.se>
6457
6458 * net/rcirc.el: Delete trailing whitespaces once and for all.
6459
6460 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6461
6462 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6463
6464 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6467
6468 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6469
6470 2011-06-19 Martin Rudalics <rudalics@gmx.at>
6471
6472 * window.el (display-buffer-other-window-means-other-frame):
6473 Call display-buffer-normalize-alist.
6474 (display-buffer-normalize-specifiers-1): Rename to
6475 display-buffer-normalize-argument. New argument other-frame.
6476 Rewrite.
6477 (display-buffer-normalize-specifiers-2): Rename to
6478 display-buffer-normalize-options.
6479 (display-buffer-normalize-alist-1): New function.
6480 (display-buffer-normalize-specifiers-3): Rename to
6481 display-buffer-normalize-alist.
6482 Call display-buffer-normalize-alist-1.
6483 (display-buffer-normalize-options-inhibit): New variable.
6484 (display-buffer-normalize-specifiers): Rewrite calling
6485 display-buffer-normalize-alist,
6486 display-buffer-normalize-argument, and
6487 display-buffer-normalize-options. Don't call the latter if
6488 display-buffer-normalize-options-inhibit is non-nil.
6489 (frame-auto-delete): New option.
6490 (window-deletable-p): Use frame-auto-delete.
6491 (window-list-no-nils, window-state-ignored-parameters)
6492 (window-state-get-1, window-state-get, window-state-put-list)
6493 (window-state-put-1, window-state-put-2, window-state-put):
6494 New functions.
6495 (display-buffer-normalize-options): Move special-display-p group
6496 after pop-up-frame group (Bug#8851) and (Bug#8856).
6497
6498 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6501 groups (Bug#8776).
6502 (rx-submatch-n): New function.
6503 (rx): Document it.
6504
6505 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6506 (Bug#8768).
6507
6508 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6509
6510 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6511
6512 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6513 anytime existing face settings are present (Bug#8889).
6514
6515 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6516 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6517 Remove unused argument.
6518
6519 2011-06-18 Martin Rudalics <rudalics@gmx.at>
6520
6521 * window.el (display-buffer-default-specifiers):
6522 Remove pop-up-frame. Add pop-up-window-min-height,
6523 pop-up-window-min-width, and another reuse-window specifier
6524 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
6525 (display-buffer-normalize-specifiers-2):
6526 Handle split-height-threshold and split-width-threshold also when
6527 pop-up-windows is unset. Add a reuse-window specifier for the
6528 case popping up a new window fails.
6529 (special-display-popup-frame): Remove double quoting.
6530 (display-buffer-normalize-specifiers-1): Fix thinko.
6531
6532 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6535 according to comint-completion-addsuffix.
6536
6537 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6538 (pcomplete-suffix-list): Mark as obsolete.
6539 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6540 pcomplete-seen in the closure.
6541 (pcomplete-comint-setup): Setup completion-at-point as well.
6542 (pcomplete--entries): New function.
6543 (pcomplete--env-regexp): New var.
6544 (pcomplete-entries): Rewrite to work with partial-completion and
6545 without relying on pcomplete-suffix-list.
6546 (pcomplete-pare-list): Remove, unused.
6547
6548 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6549
6550 * window.el (display-buffer-alist): Set pop-up-window-min-height
6551 and pop-up-window-min-width in default value. Reported by
6552 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6553 other-window-means-other-frame.
6554 (display-buffer-macro-specifiers): Comment out entry for
6555 other-window specifier.
6556 (display-buffer-other-window-means-other-frame): New function.
6557 (display-buffer-normalize-specifiers-1): New arguments
6558 buffer-name and label. Treat other-window case specially.
6559 (display-buffer-normalize-specifiers-2): Treat other-window case
6560 specially.
6561 (display-buffer-normalize-specifiers-3): New function.
6562 (display-buffer-normalize-specifiers):
6563 Call display-buffer-normalize-specifiers-3.
6564
6565 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6566
6567 * window.el (same-window-p): Fix two typos introduced when
6568 adding with-no-warnings.
6569 (display-buffer-normalize-specifiers-1): Don't check
6570 pop-up-frames for 'unset initialization.
6571 (display-buffer-normalize-specifiers-2): Major rewrite using
6572 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6573 (pop-up-frames, display-buffer-reuse-frames)
6574 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6575 Suggested by David Engster <deng@randomsample.de>.
6576 (even-window-heights): Initialize to 'unset.
6577 (display-buffer-alist-set): Handle new 'unset initializations.
6578 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6579 other window case.
6580
6581 2011-06-16 Martin Rudalics <rudalics@gmx.at>
6582
6583 * window.el (display-buffer-normalize-specifiers-1):
6584 Respect current value of pop-up-frames for most reasonable values of
6585 second argument of display-buffer (Bug#8865).
6586 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6587 (switch-to-buffer-other-window-same-frame)
6588 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6589 Adams (Bug#8875).
6590 (display-buffer): Don't check noninteractive when calling
6591 display-buffer-pop-up-frame.
6592 (display-buffer-pop-up-frame): Never pop up a frame in
6593 noninteractive mode (Bug#8857).
6594 (enlarge-window, shrink-window): Don't report an error when the
6595 window can't be resized as requested (Bug#8862).
6596
6597 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6600
6601 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6602
6603 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6604
6605 2011-06-15 Alan Mackenzie <acm@muc.de>
6606
6607 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6608 for declarators, disable knr checking to speed up for normal files.
6609 2: Refactor, replacing a sequence of nested if forms by a cond form.
6610
6611 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * net/network-stream.el (open-network-stream): Add the keyword
6614 :always-query-capabilities for the case where you want to force a
6615 `plain' network connection, but the protocol still requires the
6616 capabilitiy command (i.e., SMTP and EHLO).
6617
6618 * subr.el (process-live-p): Rename from `process-alive-p' for
6619 consistency with other `-live-p' functions.
6620
6621 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * window.el (same-window-buffer-names, same-window-regexps)
6624 (special-display-frame-alist, special-display-popup-frame)
6625 (special-display-function, special-display-buffer-names)
6626 (special-display-regexps, pop-up-frame-alist)
6627 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6628 (pop-up-windows, split-window-preferred-function)
6629 (split-height-threshold, split-width-threshold, even-window-heights)
6630 (display-buffer-mark-dedicated): Don't encourage the use of
6631 display-buffer-alist from Elisp code.
6632
6633 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6634
6635 * progmodes/python.el (python-mode): Derive from prog-mode.
6636 * progmodes/ps-mode.el (ps-mode):
6637 * progmodes/mixal-mode.el (mixal-mode):
6638 * progmodes/cfengine.el (cfengine-mode):
6639 * progmodes/ld-script.el (ld-script-mode): Likewise.
6640
6641 2011-06-15 Martin Rudalics <rudalics@gmx.at>
6642
6643 * window.el (display-buffer-alist): Trim default value to avoid
6644 popping up a new frame (Bug#8857) or reusing an arbitrary window
6645 on another frame.
6646 (display-buffer): Do not fall back on popping up a new frame in
6647 batch mode (Bug#8857).
6648
6649 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6652 (custom-theme-summary): New function.
6653 (customize-themes): Use it.
6654
6655 2011-06-13 Glenn Morris <rgm@gnu.org>
6656
6657 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6658
6659 2011-06-13 Martin Rudalics <rudalics@gmx.at>
6660
6661 * help.el (help-window): Remove variable.
6662 (help-window-point-marker, temp-buffer-max-height)
6663 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6664 (help-print-return-message): Don't set help-window.
6665 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6666 (help-window-setup-finish): Remove.
6667 (help-window-display-message, help-window-setup)
6668 (with-help-window): Major rewrite based on new
6669 display-buffer-window variable.
6670
6671 * help-mode.el (help-mode-finish): Remove help-window related
6672 code.
6673
6674 * view.el (view-exits-all-viewing-windows): Remove reference to
6675 view-return-to-alist in doc-string.
6676 (view-return-to-alist): Make obsolete.
6677 (view-buffer): Call pop-to-buffer-same-window and remove
6678 undo-window code.
6679 (view-buffer-other-window): Call pop-to-buffer-other-window and
6680 simplify code. Ignore second argument.
6681 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6682 simplify code. Ignore second argument.
6683 (view-return-to-alist-update): Make obsolete.
6684 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6685 Rewrite using quit-restore window parameters.
6686 (view-mode-exit): Rename second argument to EXIT-ONLY.
6687 Rewrite using quit-restore-window.
6688 (View-exit, View-exit-and-edit, View-leave, View-quit)
6689 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6690 appropriate arguments.
6691 (view-end-message): Use quit-restore window parameter.
6692
6693 * window.el (display-buffer-function): Rewrite doc-string.
6694 (display-buffer-window, display-buffer-alist): New variables.
6695 (display-buffer-split-specifiers)
6696 (display-buffer-side-specifiers)
6697 (display-buffer-macro-specifiers): New constants.
6698 (display-buffer-even-window-sizes, display-buffer-set-height)
6699 (display-buffer-set-width, display-buffer-select-window)
6700 (display-buffer-in-window, display-buffer-reuse-window)
6701 (display-buffer-split-window-1, display-buffer-split-window)
6702 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6703 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6704 (display-buffer-in-side-window, normalize-buffer-to-display)
6705 (display-buffer-normalize-specifiers-1)
6706 (display-buffer-normalize-specifiers-2)
6707 (display-buffer-normalize-specifiers, display-buffer-frame):
6708 New functions.
6709 (display-buffer): Major rewrite.
6710 (display-buffer-other-window, display-buffer-other-frame)
6711 (pop-to-buffer, switch-to-buffer-other-window)
6712 (switch-to-buffer-other-frame): Rewrite.
6713 (display-buffer-same-window, display-buffer-same-frame)
6714 (display-buffer-same-frame-other-window)
6715 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6716 (pop-to-buffer-other-window)
6717 (pop-to-buffer-same-frame-other-window)
6718 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6719 (switch-to-buffer-other-window-same-frame): New functions.
6720 (same-window-p, special-display-p): Rewrite disabling warnings.
6721 Make obsolete.
6722 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6723 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6724 Make obsolete
6725 (same-window-buffer-names, same-window-regexps)
6726 (special-display-frame-alist, special-display-popup-frame)
6727 (special-display-function, special-display-buffer-names)
6728 (special-display-regexps, pop-up-frame-alist)
6729 (pop-up-frame-function, split-window-preferred-function)
6730 (split-height-threshold, split-width-threshold)
6731 (even-window-heights): Make obsolete.
6732
6733 2011-06-12 Glenn Morris <rgm@gnu.org>
6734
6735 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
6736 Misc simplifications.
6737
6738 2011-06-12 Martin Rudalics <rudalics@gmx.at>
6739
6740 * window.el (window-safely-shrinkable-p): Restore function which
6741 was inadvertently removed in change from 2011-06-11. Declare as
6742 obsolete.
6743
6744 * calendar/calendar.el (calendar-generate-window):
6745 Use window-iso-combined-p instead of combination of one-window-p and
6746 window-safely-shrinkable-p.
6747
6748 2011-06-12 Glenn Morris <rgm@gnu.org>
6749
6750 * progmodes/fortran.el (fortran-mode-syntax-table):
6751 * progmodes/f90.el (f90-mode-syntax-table):
6752 Set % to punctuation. (Bug#8820)
6753 (f90-find-tag-default): Remove, no longer needed.
6754
6755 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6756
6757 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6758
6759 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * image.el (image-animated-p): Return animation delay in seconds.
6762 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6763 (image-animate-timeout): Remove DELAY argument. Don't assume
6764 every subimage has the same delay; get it from image-animated-p.
6765 (image-animate): Caller changed.
6766
6767 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
6768
6769 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6770 to ignored backtrace functions.
6771
6772 2011-06-11 Glenn Morris <rgm@gnu.org>
6773
6774 * calendar/appt.el (appt-disp-window-function): Doc fix.
6775 (appt-check): Handle overlapping appointments. (Bug#8337)
6776
6777 2011-06-11 Martin Rudalics <rudalics@gmx.at>
6778
6779 * window.el (window-tree-1, window-tree): New functions, moving
6780 the latter to window.el.
6781 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6782 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6783 (bw-refresh-edges): Remove.
6784 (balance-windows-1, balance-windows-2): New functions.
6785 (balance-windows): Rewrite in terms of window tree functions,
6786 balance-windows-1 and balance-windows-2.
6787 (bw-adjust-window): Remove.
6788 (balance-windows-area-adjust): New function with functionality of
6789 bw-adjust-window but using resize-window.
6790 (set-window-text-height): Rewrite doc-string.
6791 Use normalize-live-window and resize-window.
6792 (enlarge-window-horizontally, shrink-window-horizontally):
6793 Rename argument to DELTA.
6794 (window-buffer-height): New function.
6795 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6796 Rewrite using new window resize routines.
6797 (kill-buffer-and-window, mouse-autoselect-window-select):
6798 Use ignore-errors instead of condition-case.
6799 (quit-window): Call delete-frame instead of delete-windows-on
6800 for the only buffer on frame.
6801
6802 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6803
6804 * loadup.el (top-level): Load window before files for the sake
6805 of replace-buffer-in-windows.
6806
6807 * files.el (read-buffer-to-switch)
6808 (switch-to-buffer-other-window)
6809 (switch-to-buffer-other-frame, display-buffer-other-frame):
6810 Move to window.el.
6811
6812 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6813 (previous-buffer): Move to window.el.
6814
6815 * bindings.el (unbury-buffer): Move to window.el.
6816
6817 * window.el (delete-other-windows-vertically): Move after
6818 definition of delete-other-windows.
6819 (other-window, delete-windows-on, replace-buffer-in-windows):
6820 Move here from window.c.
6821 (record-window-buffer, unrecord-window-buffer)
6822 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6823 (switch-to-next-buffer): New functions.
6824 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6825 from simple.el. Call switch-to-next-buffer.
6826 (previous-buffer): Move here from simple.el.
6827 Call switch-to-prev-buffer.
6828 (bury-buffer): Move here from buffer.c. Switch to previous
6829 buffer when window cannot be deleted.
6830 (unbury-buffer): Move here from bindings.el.
6831 (ctl-x-map): Move binding for other-window from window.c to
6832 here.
6833 (read-buffer-to-switch, switch-to-buffer-other-window)
6834 (switch-to-buffer-other-frame): Move here from files.el.
6835 (normalize-buffer-to-switch-to): New functions.
6836 (switch-to-buffer): Move here from buffer.c.
6837 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6838
6839 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6840
6841 * window.el (window-min-height, window-min-width): Move here
6842 from window.c. Add defcustoms and rewrite doc-strings.
6843 (resize-mini-window, resize-window): New functions.
6844 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6845 Move here from window.c.
6846 (maximize-window, minimize-window): New functions.
6847 (delete-window, delete-other-windows, split-window): Move here
6848 from window.c.
6849 (window-split-min-size): New function.
6850 (split-window-keep-point): Mention split-window-above-each-other
6851 instead of split-window-vertically.
6852 (split-window-above-each-other, split-window-vertically):
6853 Rename split-window-vertically to split-window-above-each-other
6854 and provide defalias for old definition.
6855 (split-window-side-by-side, split-window-horizontally):
6856 Rename split-window-horizontally to split-window-side-by-side
6857 and provide defalias for the old definition.
6858 (ctl-x-map): Move bindings for delete-window,
6859 delete-other-windows and enlarge-window here from window.c.
6860 Replace bindings for split-window-vertically and
6861 split-window-horizontally by bindings for
6862 split-window-above-each-other and split-window-side-by-side.
6863
6864 * cus-start.el (all): Remove entries for window-min-height and
6865 window-min-width. Add entries for window-splits and
6866 window-nest.
6867
6868 2011-06-09 Glenn Morris <rgm@gnu.org>
6869
6870 * calendar/appt.el (appt-mode-line): New function.
6871 (appt-check, appt-disp-window): Use it.
6872
6873 * files.el (hack-one-local-variable-eval-safep):
6874 Allow minor-modes with explicit +/-1 arguments.
6875
6876 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6877
6878 * term/xterm.el (xterm): Add defgroup.
6879 (xterm-extra-capabilities): Add defcustom to supply known xterm
6880 capabilities, skip querying them, or query them (default).
6881 (terminal-init-xterm): Use it.
6882 (terminal-init-xterm-modify-other-keys): New function to set up
6883 modifyOtherKeys support to simplify `terminal-init-xterm'.
6884
6885 2011-06-09 Martin Rudalics <rudalics@gmx.at>
6886
6887 * window.el (resize-window-reset, resize-window-reset-1)
6888 (resize-subwindows-skip-p, resize-subwindows-normal)
6889 (resize-subwindows, resize-other-windows, resize-this-window)
6890 (resize-root-window, resize-root-window-vertically)
6891 (window-deletable-p, window-or-subwindow-p)
6892 (frame-root-window-p): New functions.
6893
6894 2011-06-09 Glenn Morris <rgm@gnu.org>
6895
6896 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6897 (ange-ftp-get-files): Use it.
6898
6899 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6900
6901 * mail/sendmail.el (mail-recover-1, mail-recover):
6902 * files.el (recover-file, recover-session):
6903 Handle dired-listing-switches not being just a single short option.
6904
6905 2011-06-09 Glenn Morris <rgm@gnu.org>
6906
6907 * calendar/appt.el (appt-display-message, appt-disp-window):
6908 Handle lists of appointments.
6909
6910 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6911
6912 * window.el (one-window-p): Move down in code.
6913 Rewrite doc-string.
6914 (window-current-scroll-bars): Rewrite doc-string.
6915 Normalize live window argument.
6916 (walk-windows, get-window-with-predicate, count-windows):
6917 Rewrite doc-string. Use window-list-1.
6918 (window-in-direction-2, window-in-direction, get-mru-window):
6919 New functions.
6920
6921 2011-06-08 Reuben Thomas <rrt@sc3d.org>
6922
6923 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6924 Doc fix (Bug#8713).
6925
6926 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6929
6930 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
6931
6932 * loadhist.el (unload-feature-special-hooks):
6933 Add `comint-output-filter-functions'.
6934
6935 2011-06-08 Ivan Kanis <gnu@kanis.fr>
6936
6937 * calendar/appt.el (appt-check): Move some initializations into the let.
6938
6939 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6940
6941 * window.el (window-height): Defalias to window-total-height.
6942 (window-width): Defalias to window-body-width.
6943
6944 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
6945
6946 * image-mode.el (image-toggle-animation): New command.
6947 (image-mode-map): Bind it to RET.
6948 (image-mode): Update message.
6949 (image-toggle-display-image): Avoid a spurious cache flush.
6950 (image-transform-rotation): Doc fix.
6951 (image-transform-properties): Return quickly in the normal case.
6952 (image-animate-loop): Rename from image-animate-max-time.
6953
6954 * image.el (image-animate-max-time): Move to image-mode.el.
6955 (create-animated-image): Remove unnecessary function.
6956 (image-animate): Rename from image-animate-start. New arg.
6957 (image-animate-stop): Remove; just use image-animate-timer.
6958 (image-animate-timer): Use car-safe.
6959 (image-animate-timeout): Rename argument.
6960
6961 2011-06-07 Martin Rudalics <rudalics@gmx.at>
6962
6963 * window.el (get-lru-window, get-largest-window): Move here from
6964 window.c. Rename first argument to ALL-FRAMES.
6965 Rephrase doc-strings.
6966 (get-buffer-window-list): Rewrite using window-list-1.
6967 Rephrase doc-string.
6968 (window-safe-min-height, window-safe-min-width): New constants.
6969 (window-size-ignore, window-min-size, window-min-size-1)
6970 (window-sizable, window-sizable-p, window-size-fixed-1)
6971 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6972 (window-max-delta-1, window-max-delta, window-resizable)
6973 (window-resizable-p, window-total-height, window-total-width)
6974 (window-body-width): New functions.
6975 (window-full-height-p, window-full-width-p): Rewrite using
6976 window-total-size.
6977 (window-body-height): Rewrite using window-body-size.
6978
6979 2011-06-06 Martin Rudalics <rudalics@gmx.at>
6980
6981 * window.el (window-right, window-left, window-child)
6982 (window-child-count, window-last-child, window-any-p)
6983 (normalize-live-buffer, normalize-live-frame)
6984 (normalize-any-window, normalize-live-window)
6985 (window-iso-combination-p, window-iso-combined-p)
6986 (window-iso-combinations)
6987 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6988 (windows-with-parameter, window-with-parameter)
6989 (window-atom-root, make-window-atom, window-atom-check-1)
6990 (window-atom-check, window-side-check, window-check):
6991 New functions.
6992 (ignore-window-parameters, window-sides, window-sides-vertical)
6993 (window-sides-slots): New variables.
6994 (window-size-fixed): Move down in code. Minor doc-string fix.
6995
6996 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6997
6998 * comint.el (comint-dynamic-complete-as-filename)
6999 (comint-dynamic-complete-filename): Correctly call
7000 completion-in-region.
7001
7002 2011-06-05 Deniz Dogan <deniz@dogan.se>
7003
7004 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7005 in last change.
7006
7007 2011-06-05 Deniz Dogan <deniz@dogan.se>
7008
7009 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7010 (rcirc): Use it to prompt for encryption.
7011
7012 2011-06-05 Roland Winkler <winkler@gnu.org>
7013
7014 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7015 (bibtex-search-entries): New command bound to C-c C-a.
7016 (bibtex-display-entries): New function.
7017
7018 2011-06-05 Roland Winkler <winkler@gnu.org>
7019
7020 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7021 (bibtex-insert-kill): After yanking insert newline if necessary.
7022 (bibtex-initialize): Call bibtex-string-files-init only once.
7023 (bibtex-mode): Do not call easy-menu-add.
7024 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7025 (bibtex-yank): Set arg properly if nil.
7026
7027 2011-06-05 Roland Winkler <winkler@gnu.org>
7028
7029 * textmodes/bibtex.el (bibtex-search-entry-globally):
7030 New variable.
7031 (bibtex-search-entry): Use it.
7032
7033 2011-06-05 Roland Winkler <winkler@gnu.org>
7034
7035 * textmodes/bibtex.el (bibtex-entry-format): New option
7036 sort-fields.
7037 (bibtex-format-entry, bibtex-reformat): Honor this option.
7038 (bibtex-parse-entry): Return fields in proper order.
7039
7040 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
7041
7042 * doc-view.el (doc-view-remove-if): Move computation of result out
7043 of `dolist' to silence misleading lexical-binding warning.
7044
7045 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7048 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7049
7050 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7053 "SunOS 5.10".
7054
7055 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
7056
7057 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7058 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7059 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7060 (tramp-parse-putty):
7061 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7062 (tramp-completion-function-alist-ssh)
7063 (tramp-completion-function-alist-telnet)
7064 (tramp-completion-function-alist-su)
7065 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7066 cookie.
7067
7068 * net/tramp-ftp.el:
7069 * net/tramp-sh.el:
7070 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7071 load "tramp.el" `tramp-set-completion-function'.
7072
7073 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * shell.el: Require and use pcomplete.
7076 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7077 (shell-completion-vars): Set pcomplete-default-completion-function.
7078
7079 2011-06-04 Deniz Dogan <deniz@dogan.se>
7080
7081 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7082 `memq' (Bug#8799).
7083
7084 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7087
7088 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7091 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7092 * vc/log-view.el (log-view-beginning-of-defun):
7093 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7094 (smerge-refine-forward, smerge-refine-chopup-region):
7095 Silence warning for unused `dotimes' counter variables.
7096
7097 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * net/tramp.el (tramp-with-progress-reporter): Rename from
7100 with-progress-reporter. Use `declare'.
7101 * net/tramp-smb.el:
7102 * net/tramp-sh.el:
7103 * net/tramp-gvfs.el: Update all uses.
7104
7105 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7106
7107 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7108 buffer isn't killed before making it current.
7109
7110 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 Silence various byte-compiler warnings.
7113 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7114 `access-type' and new obsolescence format.
7115 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7116 new format.
7117 (byte-compile-check-variable): New `access-type' argument.
7118 Only warn if the access-type is obsolete.
7119 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7120 (byte-compile-variable-set): Adjust callers.
7121 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7122 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7123 setting it as obsolete.
7124 * simple.el (minibuffer-completing-symbol):
7125 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7126 access as obsolete.
7127 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7128 obsolete yet.
7129 * international/quail.el (quail-mouse-choose-completion): Remove unused
7130 code referring to obsolete var.
7131 (quail-choose-completion-string): Remove.
7132 * server.el (server-clients-with, server-kill-buffer-query-function)
7133 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7134 * proced.el (proced-send-signal):
7135 * emacs-lisp/lisp.el (lisp-complete-symbol):
7136 Replace completion-annotate-function with completion-extra-properties.
7137
7138 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * simple.el (goto-line): Use read-number.
7141 (overriding-map-is-bound): Remove.
7142 (saved-overriding-map): Change default.
7143 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7144 Take the map as argument.
7145 (universal-argument, negative-argument, digit-argument): Use it.
7146 (restore-overriding-map): Adjust.
7147 (do-auto-fill): Use fill-forward-paragraph.
7148 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7149
7150 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7151 (minibuffer-inactive-mode): New major mode.
7152 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7153 the *Messages* buffer" hack.
7154 (mouse-popup-menubar): Don't burp if the event is a normal key.
7155
7156 Miscellaneous tweaks.
7157 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7158 lexical scoping as in subr.el's dolist and dotimes.
7159 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7160 Silence compiler warning.
7161 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7162 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7163 * international/ccl.el (ccl-compile): Trivial simplification.
7164 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7165 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7166 `printflag' argument.
7167 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7168 Purecopy the whole obsolescence data.
7169
7170 2011-06-01 Leo Liu <sdl.web@gmail.com>
7171
7172 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7173 improve doc-string as suggested by Marco Pessotto
7174 <melmothx@gmail.com>.
7175 (rcirc-print): Fix last change.
7176
7177 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * minibuffer.el (complete-with-action): Return nil for the metadata and
7180 boundaries of non-functional tables.
7181 (completion-table-dynamic): Return nil for the metadata.
7182 (completion-table-with-terminator): Add default case, using
7183 complete-with-action.
7184 (completion--metadata): New function.
7185 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7186 to try and avoid pathological performance problems.
7187 (completion--embedded-envvar-table): Return `category' metadata.
7188
7189 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190
7191 * subr.el (process-alive-p): New tiny convenience function.
7192
7193 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7196 content but also its previous major mode.
7197
7198 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
7199
7200 * emacs-lisp/debug.el (debug): Restore the previous content of the
7201 *Backtrace* buffer when we exit with C-M-c.
7202
7203 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * minibuffer.el: Add metadata method to completion tables.
7206 (completion-category-overrides): New defcustom.
7207 (completion-metadata, completion--field-metadata)
7208 (completion-metadata-get, completion--styles)
7209 (completion--cycle-threshold): New functions.
7210 (completion-try-completion, completion-all-completions):
7211 Add `metadata' argument to choose completion-styles.
7212 (completion--do-completion): Use metadata to choose cycling.
7213 (completion-all-sorted-completions): Use metadata for sorting.
7214 Remove :completion-cycle-penalty which is not needed any more.
7215 (completion--try-word-completion): Add `metadata' argument.
7216 (minibuffer-completion-help): Check metadata for annotation function
7217 and sorting.
7218 (completion-file-name-table): Return `category' metadata.
7219 (minibuffer-completing-file-name): Make obsolete.
7220 * simple.el (minibuffer-completing-symbol): Make obsolete.
7221 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7222 completion-try-completion.
7223
7224 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7227
7228 2011-05-30 Leo Liu <sdl.web@gmail.com>
7229
7230 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
7231 (rcirc-print): Decode all incoming messages (bug#8744).
7232 (rcirc-decode-coding-system): Allow value nil for automatic coding
7233 system detection.
7234
7235 2011-06-01 Glenn Morris <rgm@gnu.org>
7236
7237 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7238
7239 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * image.el (image-animate-max-time): Allow nil and t values.
7242 Default to nil.
7243 (create-animated-image): Doc fix.
7244 (image-animate-start): Remove second arg; just use
7245 image-animate-max-time.
7246 (image-animate-timeout): Doc fix. Args changed.
7247
7248 * image-mode.el (image-toggle-display-image): Ensure that the
7249 image spec passed to the animate timer is the same object as in
7250 the buffer's display property (Bug#6981).
7251 (image-transform-properties): Doc fix.
7252
7253 * image.el (image-animate-max-time): Default to nil.
7254
7255 2011-05-29 Martin Rudalics <rudalics@gmx.at>
7256
7257 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7258 entire buffer list (Bug#8184).
7259
7260 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7261
7262 * image.el (imagemagick-types-inhibit)
7263 (imagemagick-register-types): Doc fix.
7264
7265 2011-05-29 Deniz Dogan <deniz@dogan.se>
7266
7267 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7268 default.
7269
7270 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * select.el: Don't perform clipboard-manager saving in hooks;
7273 leave the hooks empty.
7274
7275 2011-05-28 Leo Liu <sdl.web@gmail.com>
7276
7277 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7278 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7279 (occur-edit-mode): New major mode (Bug#8463).
7280 (occur-after-change-function): New function.
7281 (occur-engine): Give Occur tags a read-only property.
7282
7283 2011-05-28 Kevin Ryde <user42@zip.com.au>
7284
7285 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7286
7287 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * bindings.el (help-echo): Make the initial non-indicator dash
7290 empty on graphical terminals (Bug#7295).
7291
7292 * files.el (auto-mode-alist): Move config rule after the
7293 in-stripping one (Bug#8547).
7294
7295 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7296
7297 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7298 setting (Bug#8740).
7299
7300 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7301
7302 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7303 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7304 (Bug#8539).
7305
7306 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7309
7310 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7311
7312 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7313 (hs-hide-block-at-point, hs-find-block-beginning)
7314 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7315 (Bug#8279).
7316
7317 2011-05-28 Glenn Morris <rgm@gnu.org>
7318
7319 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7320
7321 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7322
7323 * help-fns.el (describe-function-1): If the function is a derived
7324 major mode, print the parent mode.
7325
7326 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7327 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7328
7329 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * minibuffer.el (completion--capf-wrapper): Check applicability before
7332 returning non-nil for non-exclusive completion data.
7333 * progmodes/etags.el (tags-completion-at-point-function):
7334 * info-look.el (info-lookup-completions-at-point): Mark as
7335 non-exclusive.
7336 (info-complete): Adjust accordingly.
7337
7338 * info-look.el: Convert to lexical-binding and completion-at-point.
7339 (info-lookup-completions-at-point): New function.
7340 (info-complete): Use it and completion-in-region.
7341
7342 2011-05-28 Drew Adams <drew.adams@oracle.com>
7343
7344 * isearch.el: Let M-e start with point at the first mismatched char.
7345 (isearch-fail-pos): New function.
7346 (isearch-edit-string): Use it.
7347
7348 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7349
7350 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7351
7352 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7353
7354 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7355 traversal functions for avl-trees.
7356 (avl-tree--stack): New struct.
7357 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7358 (avl-tree-enter): Add optional `updatefun' arg.
7359 (avl-tree--do-enter): Add optional `updatefun' arg.
7360 Change return value.
7361 (avl-tree-delete): Add optional `test' and `nilflag' args.
7362 (avl-tree--do-delete): Add `test' and `nilflag' args.
7363 Change return value.
7364 (avl-tree-member): Add optional `nilflag'
7365 (avl-tree-member-p): New function.
7366 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7367 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7368 (avl-tree-stack-empty-p): New functions.
7369
7370 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7371
7372 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7373 avl-tree--del-balance1 and make it work both ways.
7374 (avl-tree--del-balance2): Remove.
7375 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7376 make it work both ways.
7377 (avl-tree--enter-balance2): Remove.
7378 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7379 New macros.
7380 (avl-tree--mapc, avl-tree-map): Add direction argument.
7381
7382 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7383
7384 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7385
7386 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * select.el: Support clipboard managers with built-in function
7389 x-clipboard-manager-save, via delete-frame-functions and
7390 kill-emacs-hook.
7391 (xselect-convert-to-targets): Add MULTIPLE target to list.
7392 (xselect-convert-to-save-targets): New function.
7393
7394 2011-05-27 Kenichi Handa <handa@m17n.org>
7395
7396 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7397 let-binding rfc2047-encode-encoded-words to nil.
7398
7399 2011-05-27 Glenn Morris <rgm@gnu.org>
7400
7401 * mail/emacsbug.el: Don't require url-util.
7402
7403 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7404
7405 * files.el (set-auto-mode):
7406 Also respect mode: entries at the end of the file. (Bug#8586)
7407
7408 2011-05-26 Glenn Morris <rgm@gnu.org>
7409
7410 * files.el (hack-local-variables-prop-line, hack-local-variables):
7411 Downcase mode names, as seems to be traditional.
7412 (hack-local-variables, hack-local-variables-apply): Doc fixes.
7413
7414 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7415 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7416
7417 2011-05-25 Julien Danjou <julien@danjou.info>
7418
7419 * textmodes/rst.el (rst-define-level-faces): Do not define face
7420 symbol if it is already defined.
7421
7422 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7423
7424 * play/5x5.el (5x5-new-game, 5x5-randomize):
7425 Reset 5x5-solver-output to nil when a new grid is cast.
7426 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7427 these debugging traces, as defmacro breaks the compiled code.
7428
7429 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7430
7431 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7432
7433 2011-05-24 Leo Liu <sdl.web@gmail.com>
7434
7435 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7436 (vc-bzr-sha1): Adapt.
7437
7438 * sha1.el: Remove. Function `sha1' is now builtin.
7439
7440 * bindings.el: Provide sha1 feature.
7441
7442 2011-05-24 Kenichi Handa <handa@m17n.org>
7443
7444 * mail/sendmail.el: Require `rfc2047'.
7445 (mail-insert-from-field): Do not perform RFC2047 encoding.
7446 (mail-encode-header): New function.
7447 (sendmail-send-it): Set buffer-file-coding-system of the work
7448 buffer to the return value of select-message-coding-system.
7449 Call mail-encode-header.
7450
7451 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7452
7453 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7454
7455 * mail/supercite.el (sc-default-cite-frame):
7456 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7457
7458 2011-05-24 Glenn Morris <rgm@gnu.org>
7459
7460 * progmodes/python.el (brm-menu): Declare.
7461
7462 * emulation/viper.el (viper-set-hooks): Declare.
7463
7464 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7465 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7466 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7467 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7468 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7469 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7470
7471 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 Add an :exit-function for completion-at-point.
7474
7475 * minibuffer.el (completion--done): New fun.
7476 (completion--do-completion): Use it. New arg `expect-exact'.
7477 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7478 since completion--do-completion does it for us now.
7479 (minibuffer-force-complete): Use completion--done and
7480 completion--replace. Handle sole-completion case with more care.
7481 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7482 (completion-extra-properties): New var.
7483 (completion-annotate-function): Make obsolete.
7484 (minibuffer-completion-help): Adjust accordingly.
7485 Use completion-list-insert-choice-function.
7486 (completion-at-point, completion-help-at-point):
7487 Bind completion-extra-properties.
7488 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7489 * simple.el (completion-list-insert-choice-function): New var.
7490 (completion-setup-function): Preserve it.
7491 (choose-completion): Pay attention to it, shuffle the code a bit.
7492 (choose-completion-string): New arg `insert-function'.
7493
7494 * textmodes/bibtex.el: Convert to lexical binding.
7495 (bibtex-mode-map): Use completion-at-point.
7496 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7497 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7498 (bibtex-complete): Define as obsolete alias.
7499 (bibtex-complete-internal): Remove.
7500 (bibtex-format-entry): Remove unused sub-group in regexp.
7501 * shell.el (shell--command-completion-data)
7502 (shell-environment-variable-completion):
7503 * pcomplete.el (pcomplete-completions-at-point):
7504 * comint.el (comint--complete-file-name-data): Use :exit-function
7505 instead of completion-table-with-terminator so it also works for
7506 choose-completion.
7507
7508 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7511
7512 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7513 (bug#8710).
7514
7515 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7516
7517 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7518
7519 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7520 customization variable and implement: If non-nil, auto-fill will
7521 be inhibited while on topic's header line.
7522
7523 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7524
7525 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7526 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
7527 always have a solution in grid size = 5 cases.
7528 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7529 (5x5-solver-output, 5x5-log-buffer): New vars.
7530 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7531 Make these variables buffer local to achieve 5x5 multi-session-ness.
7532 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7533 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7534 (5x5-solve-suggest): New funs.
7535 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7536 randomize a grid so that we ensure that there is always a solution.
7537 (5x5-make-random-grid): Allow other movement than flipping.
7538
7539 2011-05-23 Kevin Ryde <user42@zip.com.au>
7540
7541 * emacs-lisp/advice.el (ad-read-advised-function):
7542 Use `function-called-at-point' as the default, if it has
7543 advice and passes PREDICATE.
7544
7545 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7548 byte-compile-lambda if it's actually a lambda.
7549
7550 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7551 Fix function quoting. Use backquote better.
7552
7553 2011-05-22 Yuanle Song <sylecn@gmail.com>
7554
7555 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7556 matching (Bug#8516).
7557
7558 2011-01-22 Jari Aalto <jari.aalto@cante.net>
7559
7560 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7561 different face (Bug#8178).
7562
7563 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7566 defface (Bug#8144).
7567
7568 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7571 funcall as well (bug#8712). Warn when performing those conversions.
7572 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7573
7574 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7575
7576 2011-05-22 Glenn Morris <rgm@gnu.org>
7577
7578 * files.el (hack-local-variables-prop-line): Small simplifications.
7579 (hack-local-variables, hack-local-variables-prop-line):
7580 If MODE-ONLY, return the mode, rather than just `t'.
7581
7582 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7585
7586 2011-05-21 Glenn Morris <rgm@gnu.org>
7587
7588 * files.el (hack-local-variables-prop-line, hack-local-variables):
7589 If only interested in the mode, don't bother doing the other stuff.
7590
7591 * image-mode.el (image-after-revert-hook):
7592 Redraw all frames on which the image is visible. (Bug#8567)
7593
7594 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7595
7596 * wid-edit.el (widget-checklist-match-inline):
7597 Fix 2011-04-19 change. (Bug#8649)
7598
7599 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7602 Also allow singlespace after single-letter capitals followed by a dot.
7603
7604 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7605 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7606
7607 2011-05-20 Nix <nix@esperi.org.uk>
7608
7609 * files.el (basic-save-buffer-2):
7610 Fix handling of break-hardlink-on-save with non-existent files.
7611
7612 2011-05-19 Deniz Dogan <deniz@dogan.se>
7613
7614 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7615 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7616
7617 2011-05-19 Glenn Morris <rgm@gnu.org>
7618
7619 * progmodes/f90.el (f90-type-def-re):
7620 Handle "type, bind(c)". (Bug#8691)
7621
7622 * emacs-lisp/autoload.el (batch-update-autoloads):
7623 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7624
7625 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
7626
7627 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7628 property for the correct connection in case of multihops.
7629
7630 2011-05-18 Glenn Morris <rgm@gnu.org>
7631
7632 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7633 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7634
7635 Rationalize calendar handling of day and month abbrev-arrays.
7636 * calendar/calendar.el (calendar-customized-p): New function.
7637 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7638 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7639 Add :set function.
7640 (calendar-abbrev-length, calendar-day-abbrev-array)
7641 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7642 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7643 Elements may no longer be nil.
7644 (calendar-day-name, calendar-month-name):
7645 Update for changed nature of abbrev arrays.
7646 * calendar/diary-lib.el (diary-name-pattern):
7647 Update for changed nature of abbrev arrays.
7648 (diary-mark-entries-1): Update calendar-make-alist calls.
7649 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7650 * calendar/cal-html.el (cal-html-day-abbrev-array):
7651 Simply inherit from calendar-day-abbrev-array.
7652
7653 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * progmodes/grep.el (grep-mode): Disable default
7656 compilation-directory-matcher setting (bug#8684).
7657
7658 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
7659
7660 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7661 instead of "head" and "tail". There were problems with SunOS 5.9,
7662 and it performs better.
7663
7664 2011-05-17 Glenn Morris <rgm@gnu.org>
7665
7666 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7667
7668 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7669 Replace obsolete function.
7670
7671 * shell.el (pcomplete-parse-arguments-function): Declare.
7672
7673 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7674 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7675 (appt-check): Doc fixes.
7676 (appt-disp-window-function, appt-delete-window-function):
7677 Remove needless special case in custom :type.
7678 (appt-display-count): Default to 0, not nil.
7679 (appt-check): Reset appt-display-count to 0, not nil.
7680
7681 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
7682
7683 * progmodes/python.el (python-font-lock-keywords):
7684 Add the Python 3.X keyword "nonlocal" (bug#8639).
7685
7686 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7689
7690 2011-05-16 Kevin Ryde <user42@zip.com.au>
7691
7692 * info-look.el (makefile-automake-mode): New setups, looking in
7693 automake manual, then makefile-mode.
7694 (makefile-mode): Remove automake manual, have it just in
7695 makefile-automake-mode since there's various things different or
7696 not relevant to plain make.
7697 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7698 believe a hypothetical automake-mode would go to makefile-mode,
7699 not the other way around.
7700
7701 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
7702
7703 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7704 hunk-end tags (Bug#8672).
7705
7706 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7707 vc-annotate-show-diff-revision-at-line (Bug#8671).
7708
7709 2011-05-14 Glenn Morris <rgm@gnu.org>
7710
7711 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7712 in the middle of an existing one with multiple authors. (Bug#8645)
7713 (change-log-font-lock-keywords): Also handle multiple author lines
7714 with leading tabs. (Bug#8644)
7715
7716 * calendar/appt.el (appt-check): Rename some local variables.
7717 Some simplification/reordering.
7718
7719 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7720 (feedmail-sendmail-f-doesnt-sell-me-out)
7721 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7722 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7723 (feedmail-queue-runner-message-sender): Set :version.
7724 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7725 (bbdb-dwim-net-address, vm-mail): Declare.
7726 (feedmail-binmail-gnulinuxish-template):
7727 Rename from feedmail-binmail-linuxish-template.
7728 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7729 Use insert-buffer-substring.
7730
7731 2011-05-14 Bill Carpenter <bill@carpenter.org>
7732
7733 * mail/feedmail.el (feedmail-patch-level): Increase.
7734 (feedmail-debug): New custom group.
7735 (feedmail-confirm-outgoing-timeout)
7736 (feedmail-sendmail-f-doesnt-sell-me-out)
7737 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7738 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7739 (feedmail-sender-line, feedmail-from-line)
7740 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
7741 (feedmail-spray-this-address)
7742 (feedmail-spray-address-fiddle-plex-list)
7743 (feedmail-queue-use-send-time-for-date)
7744 (feedmail-queue-use-send-time-for-message-id)
7745 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7746 (feedmail-buffer-eating-function):
7747 Doc fixes.
7748 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7749 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7750 (feedmail-message-action-scroll-down): New functions.
7751 (feedmail-queue-directory, feedmail-queue-draft-directory):
7752 Use expand-file-name.
7753 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7754 Remove C-v help entry.
7755 (feedmail-queue-buffer-file-name): New variable.
7756 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7757 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7758 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7759 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7760 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7761 (feedmail-message-action-toggle-spray)
7762 (feedmail-run-the-queue-no-prompts)
7763 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7764 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7765 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7766 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7767 (feedmail-envelope-deducer, feedmail-fiddle-from)
7768 (feedmail-fiddle-sender, feedmail-default-date-generator)
7769 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7770 (feedmail-fiddle-spray-address)
7771 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7772 (feedmail-fiddle-list-of-fiddle-plexes)
7773 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7774 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7775 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7776 Change default. Doc fix.
7777 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7778 (feedmail-binmail-linuxish-template): New constant.
7779 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7780 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7781 (feedmail-send-it): Add debug call.
7782 Use feedmail-queue-buffer-file-name, and
7783 feedmail-send-it-immediately-wrapper.
7784 (feedmail-message-action-send): Add debug call.
7785 Use feedmail-send-it-immediately-wrapper.
7786 (feedmail-queue-express-to-queue): Add debug call.
7787 Run feedmail-queue-express-hook.
7788 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7789 (feedmail-message-action-help-blat):
7790 Rename from feedmail-queue-send-edit-prompt-help-first.
7791 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7792 Check line-endings. Handle errors better.
7793 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7794 Doc fix. Add debug call.
7795 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7796 Use feedmail-queue-send-edit-prompt-inner.
7797 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7798 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7799 from feedmail-queue-send-edit-prompt.
7800 (feedmail-queue-send-edit-prompt-help)
7801 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7802 (feedmail-tidy-up-slug): Add debug call.
7803 Respect feedmail-queue-slug-suspect-regexp.
7804 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7805 (feedmail-dump-message-to-queue): Add debug call.
7806 Expand queue-directory.
7807 (feedmail-dump-message-to-queue): Change message slightly.
7808 Use feedmail-say-chatter.
7809 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7810 (feedmail-send-it-immediately-wrapper): New function.
7811 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7812 Insert empty string rather than newline. Handle full-frame case.
7813 Use catch/throw. Use feedmail-say-chatter.
7814 (feedmail-fiddle-from): Try mail-host-address.
7815 (feedmail-default-message-id-generator): Doc fix.
7816 Bind system-time-locale. Handle missing end.
7817 (feedmail-fiddle-x-mailer): Add debug call.
7818 Handle feedmail-x-mailer-line being nil.
7819 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7820 Add debug call. Use buffer-substring-no-properties.
7821 (feedmail-say-debug, feedmail-say-chatter): New functions.
7822 (feedmail-find-eoh): Give an explicit error.
7823
7824 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
7825
7826 * net/newst-treeview.el (newsticker-treeview-face): Change default
7827 family from helvetica to sans.
7828 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7829 etc/images/newsticker.
7830
7831 * net/newst-reader.el (newsticker-feed-face): Change default
7832 family from helvetica to sans.
7833
7834 * net/newst-plainview.el (newsticker-new-item-face)
7835 (newsticker-old-item-face, newsticker-immortal-item-face)
7836 (newsticker-obsolete-item-face, newsticker-date-face)
7837 (newsticker-statistics-face): Change default family from
7838 helvetica to sans.
7839 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7840 etc/images/newsticker.
7841
7842 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7843 (newsticker--process-auto-mark-filter-match): : Tell user about
7844 auto-marking.
7845
7846 2011-05-13 Didier Verna <didier@xemacs.org>
7847
7848 Common Lisp indentation improvements on defmethod and lambda-lists.
7849 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7850 TODO entries.
7851 (lisp-lambda-list-keyword-parameter-indentation)
7852 (lisp-lambda-list-keyword-parameter-alignment)
7853 (lisp-lambda-list-keyword-alignment): New customizable user options.
7854 (lisp-indent-defun-method): Improve docstring.
7855 (extended-loop-p): Fix comment.
7856 (lisp-indent-lambda-list-keywords-regexp): New variable.
7857 (lisp-indent-lambda-list): New function.
7858 (lisp-indent-259): Use it.
7859 (lisp-indent-defmethod): Support for more than one
7860 method qualifier and properly indent methods lambda-lists.
7861 (defgeneric): Provide a missing common-lisp-indent-function property.
7862
7863 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7866 bounds for the empty string (bug#8667).
7867
7868 2011-05-13 Glenn Morris <rgm@gnu.org>
7869
7870 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7871
7872 * mail/sendmail.el (sendmail-program): Try executable-find first.
7873 (sendmail-send-it): `sendmail-program' cannot be unbound.
7874
7875 * calendar/appt.el (appt-make-list): Simplify.
7876 (appt-time-msg-list): Doc fix.
7877 (appt-check): Change mode-line message at the time of the appointment.
7878
7879 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7880
7881 * progmodes/ld-script.el (ld-script-keywords)
7882 (ld-script-builtins): Update keywords list.
7883
7884 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7887
7888 * shell.el (shell-completion-vars): New function.
7889 (shell-mode):
7890 * simple.el (read-shell-command): Use it.
7891 (blink-matching-open): No need for " [...]" in minibuffer-message.
7892
7893 2011-05-12 Glenn Morris <rgm@gnu.org>
7894
7895 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7896 (appt-check): Simplify.
7897
7898 2011-05-12 Eli Zaretskii <eliz@gnu.org>
7899
7900 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7901 literal "/dev/null".
7902
7903 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7906 Fix typo.
7907
7908 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
7909
7910 * progmodes/which-func.el (which-function):
7911 Use add-log-current-defun instead of add-log-current-defun-function,
7912 which might not be defined (Bug#8260).
7913
7914 2011-05-12 Glenn Morris <rgm@gnu.org>
7915
7916 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7917 Let byte-compile-initial-macro-environment always take precedence.
7918
7919 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * net/rcirc.el: Add support for SSL/TLS connections.
7922 (rcirc-server-alist): New field `encryption'.
7923 (rcirc): Check `encryption' settings.
7924 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7925 Merge make-local-variable into `set'.
7926 (rcirc--connection-open-p): New function.
7927 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7928 the process is not a network process (e.g. running gnutls-cli).
7929 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7930 Make rcirc-(en|de)code-coding-system local here.
7931 (rcirc-mode): Merge make-local-variable into `set'.
7932 (rcirc-parent-buffer): Make permanent buffer-local.
7933 (rcirc-multiline-minor-mode): Don't do it here.
7934 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7935 there's no server buffer.
7936
7937 2011-05-11 Glenn Morris <rgm@gnu.org>
7938
7939 * newcomment.el (comment-kill): Prefix "unused" local.
7940
7941 * term/w32console.el (get-screen-color): Declare.
7942
7943 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7944 Handle symbol elements of byte-compile-initial-macro-environment.
7945
7946 2011-05-10 Leo Liu <sdl.web@gmail.com>
7947
7948 * bookmark.el (bookmark-bmenu-mode-map):
7949 Bind bookmark-bmenu-search to `/'.
7950
7951 * mail/footnote.el: Convert to utf-8 encoding.
7952 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7953 (Footnote-unicode): New function.
7954 (footnote-style-alist): Add unicode style to the list.
7955 (footnote-style): Doc fix.
7956
7957 2011-05-10 Jim Meyering <meyering@redhat.com>
7958
7959 Fix doubled-word typos.
7960 * international/quail.el (quail-insert-kbd-layout): and and -> and
7961 * kermit.el: and and -> and
7962 * net/ldap.el (ldap-search-internal): to to -> to
7963 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7964 * progmodes/js.el (js-mode): and and -> and
7965 * textmodes/artist.el (artist-move-to-xy): at at -> at
7966 (artist-draw-region-trim-line-endings): if if -> if
7967 And Safetyc -> Safety.
7968 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7969
7970 2011-05-10 Glenn Morris <rgm@gnu.org>
7971 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * files.el (hack-one-local-variable-eval-safep):
7974 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7975
7976 2011-05-10 Glenn Morris <rgm@gnu.org>
7977
7978 * calendar/diary-lib.el (diary-list-entries-hook)
7979 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7980 (diary-nongregorian-marking-hook, diary-list-entries)
7981 (diary-include-other-diary-files, diary-mark-entries)
7982 (diary-mark-included-diary-files): Doc fixes.
7983
7984 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * misc.el: Require tabulated-list.el during compilation.
7987
7988 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * progmodes/compile.el (compilation-start):
7991 Run compilation-filter-hook for the async case too.
7992 (compilation-filter-hook): Doc fix.
7993
7994 2011-05-09 Deniz Dogan <deniz@dogan.se>
7995
7996 * wdired.el: Remove outdated installation comment. Fix usage
7997 comment.
7998
7999 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * misc.el: Implement new command `list-dynamic-libraries'.
8002 (list-dynamic-libraries--loaded-only-p): New variable.
8003 (list-dynamic-libraries--refresh): New function.
8004 (list-dynamic-libraries): New command.
8005
8006 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
8007
8008 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8009 Fix the ant regexp to handle end-line and end-column info from jikes.
8010 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8011 higher priority to avoid clobbering by gnu.
8012
8013 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8016 if the face has existing theme settings (Bug#8454).
8017
8018 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8019
8020 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8021 Only match variables declared via `my' or `our' (Bug#8261).
8022
8023 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8024 special file names `.' and `..' (Bug#8259).
8025
8026 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * progmodes/grep.el (grep-mode-font-lock-keywords):
8029 Remove buffer-changing entries.
8030 (grep-filter): New function.
8031 (grep-mode): Add it to compilation-filter-hook.
8032
8033 * progmodes/compile.el (compilation-filter-hook)
8034 (compilation-filter-start): New defvars.
8035 (compilation-filter): Call compilation-filter-hook prior to
8036 updating the process mark.
8037
8038 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8041
8042 2011-05-07 Eli Zaretskii <eliz@gnu.org>
8043
8044 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8045 mailclient-send-it even if window-system is nil. (Bug#8595)
8046
8047 * term/w32console.el (terminal-init-w32console):
8048 Call get-screen-color and use its output to set the frame
8049 background-mode. (Bug#8597)
8050
8051 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8054 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8055 New functions.
8056 (defgeneric, eieio--defmethod): Use them.
8057 (eieio-defgeneric): Remove.
8058 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8059
8060 2011-05-07 Glenn Morris <rgm@gnu.org>
8061
8062 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8063 Use let rather than let*.
8064 (timeclock-find-discrep): Remove unused local.
8065
8066 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8067
8068 * calendar/appt.el (appt-time-msg-list): Doc fix.
8069
8070 2011-05-06 Noah Friedman <friedman@splode.com>
8071
8072 * apropos.el (apropos-print-doc): Only use
8073 emacs-lisp-docstring-fill-column when it is bound to an integer,
8074 per that variable's documentation.
8075
8076 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
8079 and warnings are not silently discarded (e.g. use -d instead of -P).
8080
8081 2011-05-06 Glenn Morris <rgm@gnu.org>
8082
8083 * calendar/appt.el (appt-message-warning-time): Doc fix.
8084 (appt-warning-time-regexp): New option.
8085 (appt-make-list): Respect appt-message-warning-time.
8086
8087 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8088 New options.
8089 (diary-add-to-list): Strip comments from the displayed string.
8090 (diary-mode): Set comment-start and comment-end.
8091
8092 * vc/diff-mode.el (smerge-refine-subst): Declare.
8093 (diff-refine-hunk): Don't require smerge-mode when compiling.
8094
8095 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * simple.el (list-processes): Return nil as the docstring says.
8098
8099 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
8100
8101 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8102 to "".
8103 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8104 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8105 determining of binary transfer. (Bug#7383)
8106
8107 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8110 Fix port computation bug. (Bug#8618)
8111
8112 2011-05-05 Glenn Morris <rgm@gnu.org>
8113
8114 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8115
8116 * simple.el (shell-dynamic-complete-functions)
8117 (comint-dynamic-complete-functions): Declare.
8118
8119 * net/network-stream.el (gnutls-negotiate):
8120 * simple.el (tabulated-list-print): Fix declarations.
8121
8122 * progmodes/gud.el (syntax-symbol, syntax-point):
8123 Remove unnecessary and incorrect declarations.
8124
8125 * emacs-lisp/check-declare.el (check-declare-scan):
8126 Handle byte-compile-initial-macro-environment in bytecomp.el
8127
8128 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 Fix earlier half-done eieio-defmethod change (bug#8338).
8131 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8132 Streamline and change calling convention.
8133 (defmethod): Adjust accordingly and simplify.
8134 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8135 new eieio--defmethod.
8136 (slot-boundp): Minor CSE simplification.
8137
8138 2011-05-05 Milan Zamazal <pdm@zamazal.org>
8139
8140 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8141 (glasses-make-readable): Use glasses-separate-capital-groups.
8142
8143 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
8144
8145 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8146 (warning-series): Doc fix.
8147 (display-warning): Don't try to create the buffer if we just found it.
8148
8149 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8152 (autoload-find-generated-file): New function.
8153 (generate-file-autoloads): Bind generated-autoload-file to
8154 buffer-file-name.
8155 (update-file-autoloads, update-directory-autoloads):
8156 Use autoload-find-generated-file. If called interactively, prompt for
8157 output file (Bug#7989).
8158 (batch-update-autoloads): Doc fix.
8159
8160 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
8161
8162 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8163
8164 2011-05-04 Glenn Morris <rgm@gnu.org>
8165
8166 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8167 function, so it follows changes in calendar-date-style.
8168 (diary-fancy-date-matcher): New function.
8169 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8170 (diary-fancy-font-lock-fontify-region-function):
8171 Use diary-fancy-date-pattern as a function.
8172
8173 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8174 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8175
8176 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8177
8178 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8179 instead of positional arguments. Allow :keylist and :crlfiles
8180 arguments.
8181 (open-gnutls-stream): Call it.
8182
8183 * net/network-stream.el (network-stream-open-starttls): Adjust to
8184 call `gnutls-negotiate' with :process and :hostname arguments.
8185
8186 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * minibuffer.el (completion--message): New function.
8189 (completion--do-completion, minibuffer-complete)
8190 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8191 (completion--do-completion): Don't ignore completion-auto-help when in
8192 icomplete-mode.
8193
8194 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8195 internal encoding (e.g. tibetan zero is not whitespace).
8196 (global-whitespace-mode): Prefer save-current-buffer.
8197 (whitespace-trailing-regexp): Remove useless save-match-data.
8198 (whitespace-empty-at-bob-regexp): Minor simplification.
8199
8200 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
8201
8202 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8203
8204 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8205
8206 * textmodes/ispell.el (ispell-add-per-file-word-list):
8207 Use `concat' to create string for insertion.
8208
8209 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8212 Avoid open-line which runs post-self-insert-hook.
8213 (bibtex-fill-entry): Remove unused `end' var.
8214
8215 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8216
8217 * textmodes/ispell.el (ispell-add-per-file-word-list):
8218 Protect against `nil' value of `comment-start' (Bug#8579).
8219
8220 2011-05-03 Leo Liu <sdl.web@gmail.com>
8221
8222 * isearch.el (isearch-yank-pop): New command.
8223 (isearch-mode-map): Bind it to `M-y'.
8224 (isearch-forward): Mention it.
8225
8226 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * simple.el (minibuffer-complete-shell-command): Remove.
8229 (minibuffer-local-shell-command-map): Use completion-at-point.
8230 (read-shell-command): Setup completion vars here instead.
8231 (read-expression-map): Bind TAB to symbol completion.
8232
8233 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8234 error directly rather via storing it into `results'.
8235
8236 2011-05-02 Leo Liu <sdl.web@gmail.com>
8237
8238 * vc/diff.el: Fix description.
8239
8240 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
8242 * server.el (server-eval-at): New function.
8243
8244 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8245
8246 * net/network-stream.el (open-network-stream): Take a :nowait
8247 parameter and pass it on to `make-network-process'.
8248 (network-stream-open-plain): Ditto.
8249
8250 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8251
8252 * faces.el (face-spec-set-match-display): Don't match toolkit
8253 options on terminal frames.
8254
8255 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * progmodes/pascal.el: Use lexical binding.
8258 (pascal-mode-map): Remove author preferences.
8259
8260 * pcomplete.el (pcomplete-std-complete): Don't abuse
8261 completion-at-point.
8262
8263 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8264
8265 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8266 removing code that has been dead since 1991 or so.
8267
8268 * startup.el (command-line): When warning about "_emacs", use a
8269 delayed warning to allow the user to filter it out.
8270
8271 2011-04-28 Deniz Dogan <deniz@dogan.se>
8272
8273 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8274 user has not joined.
8275
8276 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8279 aren't any completions at point.
8280
8281 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8282
8283 * subr.el (display-delayed-warnings): New function.
8284 (delayed-warnings-hook): New variable.
8285
8286 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * minibuffer.el (completion-at-point, completion-help-at-point):
8289 Don't presume that a given completion-at-point-function will always
8290 use the same calling convention.
8291
8292 * pcomplete.el (pcomplete-completions-at-point):
8293 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8294 pcomplete-seen is non-nil.
8295 (pcomplete-comint-setup): Also recognize the new comint/shell
8296 completion functions.
8297 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8298 pcomplete-seen is non-nil.
8299
8300 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
8301
8302 * calendar/icalendar.el (diary-lib): Add require statement.
8303 (icalendar--create-uid): Read out a uid from a text-property on
8304 the first character in the entry. This allows for code to add its
8305 own uid to the entry.
8306 (icalendar--convert-float-to-ical): Add export of
8307 `diary-float'-entries save for those with the optional DAY
8308 argument.
8309
8310 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8311
8312 * subr.el (shell-quote-argument): Use alternate escaping strategy
8313 when we spot a variable reference in a string.
8314
8315 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8316
8317 * cus-start.el (all): Define customization for debug-on-event.
8318
8319 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8320
8321 * subr.el (shell-quote-argument): Escape correctly under Windows.
8322
8323 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8326
8327 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp.el (tramp-process-actions): Add POS argument.
8330 Delete region between POS and (pos).
8331
8332 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8333 Use `nil' position in `tramp-process-actions' call.
8334 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8335
8336 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8337 position in `tramp-process-actions' call.
8338
8339 * net/trampver.el: Update release number.
8340
8341 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * custom.el (defcustom): Obey lexical-binding.
8344
8345 Fix octave-inf completion problems reported by Alexander Klimov.
8346 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8347 Inherit from octave-mode-syntax-table.
8348 (inferior-octave-mode): Set info-lookup-mode.
8349 (inferior-octave-completion-at-point): New function.
8350 (inferior-octave-complete): Use it and completion-in-region.
8351 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8352 comint-filename-completion.
8353 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8354 symbol elements which shouldn't be word elements.
8355 (octave-font-lock-keywords, octave-beginning-of-defun)
8356 (octave-function-header-regexp): Adjust regexps accordingly.
8357 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8358
8359 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
8360
8361 * net/gnutls.el (gnutls-errorp): Declare before first use.
8362
8363 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8364
8365 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8366 verify-error, and verify-hostname-error parameters. Check whether
8367 default trustfile exists before going to use it. Add missing
8368 argument to gnutls-message-maybe call. Return value.
8369 Reported by Claudio Bley <claudio.bley@gmail.com>.
8370 (open-gnutls-stream): Add usage example.
8371
8372 * net/network-stream.el (network-stream-open-starttls): Give host
8373 parameter to `gnutls-negotiate'.
8374 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8375 * subr.el (shell-quote-argument): Escape correctly under Windows.
8376
8377 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
8378
8379 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8380 Use correct match group (bug#8438).
8381
8382 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8385 (package-menu--generate): New arg specifying packages to show.
8386 (package-menu-refresh, package-menu-execute, list-packages):
8387 Callers changed.
8388 (package-show-package-list): New function, replacing deleted
8389 package--list-packages (renamed because it is non-internal).
8390
8391 * finder.el (finder-list-matches): Use package-show-package-list
8392 instead of deleted package--list-packages.
8393
8394 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8395 Based on a previous implementation by Juanma Barranquero (Bug#8366).
8396 (vc-annotate-mode-map): Bind it to RET.
8397
8398 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8399
8400 * progmodes/etags.el (next-file): Don't use set-buffer to change
8401 buffers (Bug#8478).
8402
8403 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8406
8407 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8408 (apropos-accumulator): Doc fix.
8409 (apropos-function, apropos-macro, apropos-command)
8410 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8411 (apropos-plist): Add face property.
8412 (apropos-symbols-internal): Fix indentation.
8413 (apropos-print): Simplify help, and recognize apropos-multi-type.
8414 (apropos-print-doc): Use button-type-get to extract the button's
8415 face property. Fill docstring (Bug#8352).
8416
8417 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
8418
8419 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8420
8421 * play/mpuz.el (mpuz-silent): Doc fix.
8422 (mpuz-mode-map): Use mapc.
8423 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8424 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8425 Fix typos in docstrings.
8426
8427 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8428 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8429
8430 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8431
8432 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * minibuffer.el (completion--do-completion): Avoid the "Next char
8435 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8436
8437 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8438 mouse-2 into unread-command-events, it is interpreted correctly.
8439
8440 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8441 (image-toggle-display): Doc fix.
8442
8443 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
8444
8445 * textmodes/page.el (what-page): Use line-number-at-pos to
8446 calculate line number (Bug#6825).
8447
8448 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8449
8450 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8451 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8452 Pass argument NO-DEFAULT to `find-tag-interactive'.
8453
8454 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8455
8456 Lexical-binding cleanup.
8457
8458 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8459 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8460 * progmodes/ada-prj.el (ada-prj-initialize-values)
8461 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8462 (ada-prj-show-value):
8463 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8464 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8465 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8466 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8467 * progmodes/bug-reference.el (bug-reference-push-button):
8468 * progmodes/fortran.el (fortran-line-length):
8469 * progmodes/glasses.el (glasses-change):
8470 * progmodes/octave-mod.el (octave-fill-paragraph):
8471 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8472 (python-pdbtrack-grub-for-buffer, python-sentinel):
8473 * progmodes/sql.el (sql-save-connection):
8474 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8475 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8476 Mark unused parameters.
8477
8478 * progmodes/compile.el (compilation--flush-directory-cache)
8479 (compilation--flush-parse, compile-internal): Mark unused parameters.
8480 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8481 (compilation-next-error-function): Remove unused variable `timestamp'.
8482
8483 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8484 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8485
8486 * progmodes/dcl-mode.el (dcl-end-of-command):
8487 Remove unused variable `start'.
8488 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8489 (dcl-option-value-basic, dcl-option-value-offset)
8490 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8491 Mark unused parameters.
8492 (dcl-save-local-variable): Remove unused variable `val'.
8493 (mode): Declare.
8494
8495 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8496 Mark unused parameters.
8497 (delphi-ignore-changes): Move before first use.
8498 (delphi-charset-token-at): Remove unused variable `start'.
8499 (delphi-else-start): Remove unused variable `if-count'.
8500 (delphi-comment-block-start, delphi-comment-block-end):
8501 Remove unused variable `kind'.
8502 (delphi-indent-line): Remove unused variable `new-point'.
8503
8504 * progmodes/ebrowse.el (ebrowse-files-list)
8505 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8506 Mark unused parameters. Don't quote `lambda'.
8507 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8508 Don't quote `lambda'.
8509 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8510 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8511 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8512 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8513 Use `ignore-errors'.
8514 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8515 (ebrowse-view/find-file-and-search-pattern)
8516 (ebrowse-view/find-member-declaration/definition):
8517 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8518 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8519 Rename parameter PREFIX-ARG to PREFIX.
8520 (ebrowse-tags-read-name): Remove unused variables `start' and
8521 `member-info'.
8522 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8523 to `tags-file'.
8524
8525 * progmodes/etags.el (local-find-tag-hook): Declare.
8526 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8527 Mark unused parameters.
8528
8529 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8530 (executable-interpret): Mark unused parameter.
8531
8532 * progmodes/flymake.el (flymake-process-sentinel)
8533 (flymake-after-change-function)
8534 (flymake-create-temp-with-folder-structure)
8535 (flymake-get-include-dirs-dot): Mark unused parameters.
8536 (flymake-safe-delete-directory): Remove unused variable `err'.
8537
8538 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8539 (speedbar-timer-fn, speedbar-line-text)
8540 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8541 (speedbar-center-buffer-smartly): Declare functions.
8542 (gdb-find-watch-expression): Remove unused variable `array'.
8543 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8544 (gdb-starting): Mark unused parameters.
8545 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8546 (gdb-table-string): Remove unused variable `res'.
8547 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8548 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8549 (gdb-display-buffer): Remove unused variable `cur-size'.
8550
8551 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8552 allow lexical-binding compilation.
8553 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8554 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8555 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8556 Mark unused parameters.
8557 (gud-gdb-marker-filter): Remove unused variable `match'.
8558 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8559 lambda expressions and funcall them, instead of using `fset'.
8560
8561 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8562 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8563
8564 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8565 variable `header-beg'; use `let'.
8566
8567 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8568 `restart', `last-sexp' and `at-do'.
8569
8570 * progmodes/js.el (js--debug): Mark unused parameter.
8571 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8572 (js--splice-into-items): Remove unused variable `item'.
8573 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8574
8575 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8576 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8577 (makefile-complete): Remove unused variable `try'.
8578 (makefile-fill-paragraph, makefile-match-function-end):
8579 Mark unused parameters.
8580
8581 * progmodes/octave-inf.el (inferior-octave-complete):
8582 Remove unused variable `proc'.
8583 (inferior-octave-output-digest): Mark unused parameter.
8584
8585 * progmodes/perl-mode.el (perl-calculate-indent):
8586 Remove unused variable `err'.
8587
8588 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8589 (prolog-indent-line): Mark unused parameters.
8590 (prolog-indent-line): Remove unused variable `beg'.
8591
8592 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8593 (reporter-dont-compact-list): Declare.
8594
8595 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8596 Remove unused variable `char'.
8597 (sh-debug): Mark unused parameter.
8598 (sh-get-indent-info): Remove unused variable `start'.
8599 (sh-calculate-indent): Remove unused variable `var'.
8600
8601 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8602 (simula-electric-keyword): Remove unused variable `null'.
8603 (simula-search-backward, simula-search-forward): Remove unused
8604 variables `begin' and `end'.
8605
8606 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8607 Remove unused variable `pos'.
8608 (vera-electric-tab, vera-comment-uncomment-region):
8609 Mark unused parameters.
8610 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8611
8612 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * emacs-lisp/package.el (package--builtins, package-alist)
8615 (package-load-descriptor, package-built-in-p, package-activate)
8616 (define-package, package-installed-p)
8617 (package-compute-transaction, package-buffer-info)
8618 (package--push): Doc fix. Distinguish more clearly between
8619 version strings and version lists.
8620
8621 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
8622
8623 Lexical-binding cleanup.
8624
8625 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8626 (5x5-make-mutate-best):
8627 * play/fortune.el (fortune-in-buffer):
8628 * play/gomoku.el (gomoku-init-display):
8629 * play/solitaire.el (solitaire, solitaire-do-check):
8630 * play/tetris.el (tetris-default-update-speed-function):
8631 Mark unused parameters.
8632
8633 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8634 (bubbles--shift): Remove unused variable `char-org'.
8635 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8636 (bubbles--show-images): Remove unused variable `char'.
8637
8638 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8639 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8640 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8641 (decipher-analyze-buffer): Use ?\s.
8642 (decipher-make-checkpoint): Remove unused variable `mapping'.
8643
8644 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8645
8646 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8647 Remove unused variable `result'; use `let'.
8648
8649 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8650 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8651 (gametree-children-shown-p, gametree-compute-reduced-score):
8652 Use `ignore-errors'.
8653
8654 * play/handwrite.el (ps-lpr-switches): Declare.
8655 (handwrite): Remove unused variables `pmin' and `lastp'.
8656
8657 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8658
8659 * play/landmark.el (landmark-init-display)
8660 (landmark-update-naught-weights): Mark unused parameters.
8661 (landmark-y): Remove unused variable `noise'. Simplify.
8662 (landmark-human-plays): Remove unused variable `score'.
8663
8664 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8665 (mpuz-try-proposal): Remove unused variable `game'.
8666
8667 * play/zone.el (life-patterns): Declare.
8668
8669 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * vc/vc.el (ediff-vc-internal): Declare function.
8672
8673 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * shell.el: Use lexical-binding and std completion UI.
8676 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8677 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8678 comint-preoutput-filter-functions rather than on
8679 comint-output-filter-functions.
8680 (shell-command-completion, shell--command-completion-data)
8681 (shell-filename-completion, shell-environment-variable-completion)
8682 (shell-c-a-p-replace-by-expanded-directory): New functions.
8683 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8684 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8685 (shell-dynamic-complete-environment-variable): Use them.
8686 (shell-dynamic-complete-as-environment-variable)
8687 (shell-dynamic-complete-as-command): Remove.
8688 (shell-match-partial-variable): Match past point.
8689 * comint.el: Clean up use of completion-at-point-functions.
8690 (comint-completion-at-point): New function.
8691 (comint-mode): Use it completion-at-point-functions.
8692 (comint-dynamic-complete): Make it obsolete.
8693 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8694 (comint-c-a-p-replace-by-expanded-history): New function.
8695 (comint-dynamic-complete-functions)
8696 (comint-replace-by-expanded-history): Use it.
8697 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8698 termination strings. Try harder to avoid second try-completion.
8699 (completion-in-region-mode-map): Disable bindings that don't work yet.
8700
8701 * comint.el: Use lexical-binding. Require CL.
8702 (comint-dynamic-complete-functions): Use comint-filename-completion.
8703 (comint-completion-addsuffix): Tweak custom type.
8704 (comint-filename-completion, comint--common-suffix)
8705 (comint--common-quoted-suffix, comint--table-subvert)
8706 (comint--complete-file-name-data): New functions.
8707 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8708 (comint-dynamic-list-filename-completions): Use them.
8709 (comint-dynamic-simple-complete): Make obsolete.
8710
8711 * minibuffer.el (completion-in-region-mode):
8712 Keep completion-in-region-mode--predicate global.
8713 (completion-in-region--postch):
8714 Assume completion-in-region-mode--predicate is not null.
8715
8716 * progmodes/flymake.el (flymake-start-syntax-check-process):
8717 Obey `dir'. Simplify.
8718
8719 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8720 we're in VC after all.
8721
8722 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8723
8724 * vc/vc.el (vc-diff-build-argument-list-internal)
8725 (vc-version-ediff, vc-ediff): New commands.
8726 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8727
8728 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8731 add sanity check.
8732
8733 * obsolete/erc-hecomplete.el: Make obsolete.
8734 * obsolete/: Standardize obsolescence info in the header.
8735
8736 2011-04-20 Glenn Morris <rgm@gnu.org>
8737
8738 * calendar/solar.el (solar-horizontal-coordinates):
8739 Use the longitude argument rather than `calendar-longitude'.
8740 (solar-date-next-longitude): Remove unused locals.
8741
8742 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8743
8744 * whitespace.el: New version 13.2.1.
8745
8746 2011-04-20 felix <EmacsWiki> (tiny change)
8747
8748 * whitespace.el (global-whitespace-mode): Keep highlight when
8749 switching between major modes on a file.
8750
8751 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8754 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8755 multi-line comments as well.
8756
8757 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
8758
8759 Lexical-binding cleanup.
8760
8761 * arc-mode.el (archive-mode-revert):
8762 * cmuscheme.el (scheme-interactively-start-process):
8763 * custom.el (custom-initialize-delay):
8764 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8765 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8766 * emacs-lock.el (emacs-lock-clear-sentinel):
8767 * ezimage.el (defezimage):
8768 * follow.el (follow-avoid-tail-recenter):
8769 * fringe.el (set-fringe-mode-1):
8770 * generic-x.el (bat-generic-mode-compile):
8771 * help-mode.el (help-info-variable, help-do-xref)
8772 (help-mode-revert-buffer):
8773 * help.el (view-emacs-todo):
8774 * iswitchb.el (iswitchb-completion-help):
8775 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8776 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8777 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8778 * locate.el (locate-update):
8779 * longlines.el (longlines-encode-region)
8780 (longlines-after-change-function):
8781 * outline.el (outline-isearch-open-invisible):
8782 * ps-def.el (declare-function, charset-dimension, char-width)
8783 (encode-char):
8784 * ps-mule.el (ps-mule-plot-string):
8785 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8786 (recentf-edit-list-select, recentf-edit-list-validate)
8787 (recentf-open-files-action):
8788 * rect.el (delete-whitespace-rectangle-line)
8789 (rectangle-number-line-callback):
8790 * register.el (window-configuration-to-register)
8791 (frame-configuration-to-register):
8792 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8793 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8794 (xselect-convert-to-targets, xselect-convert-to-delete)
8795 (xselect-convert-to-filename, xselect-convert-to-charpos)
8796 (xselect-convert-to-lineno, xselect-convert-to-colno)
8797 (xselect-convert-to-os, xselect-convert-to-host)
8798 (xselect-convert-to-user, xselect-convert-to-class)
8799 (xselect-convert-to-name, xselect-convert-to-integer)
8800 (xselect-convert-to-atom, xselect-convert-to-identity):
8801 * subr.el (declare, ignore, process-kill-without-query)
8802 (text-clone-maintain):
8803 * terminal.el (te-get-char, te-tic-sentinel):
8804 * tool-bar.el (tool-bar-make-keymap):
8805 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8806 * type-break.el (type-break-mode, type-break-noninteractive-query):
8807 * view.el (View-back-to-mark):
8808 * wid-browse.el (widget-browse-action, widget-browse-widget)
8809 (widget-browse-widgets, widget-browse-sexp):
8810 * widget.el (define-widget-keywords):
8811 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8812 Mark unused parameters.
8813
8814 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8815 (align-areas): Remove unused variable `look'.
8816 (align-region): Remove unused variables `real-end' and `pos-list'.
8817
8818 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8819
8820 * bindings.el (mode-line-modified, mode-line-remote):
8821 Mark unused parameters.
8822 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8823
8824 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8825 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8826
8827 * comint.el (comint-history-isearch-pop-state)
8828 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8829 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8830 (comint-substitute-in-file-name): Doc fix.
8831
8832 * completion.el (cmpl-statistics-block): Mark unused parameter.
8833 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8834 (save-completions-to-file, load-completions-from-file):
8835 Remove unused local variable `e'.
8836
8837 * composite.el (compose-chars): Remove unused variable `len'.
8838 (lgstring-insert-glyph): Remove unused variable `g'.
8839 (compose-glyph-string): Remove unused variables `ascent',
8840 `descent', `lbearing' and `rbearing'.
8841 (compose-glyph-string-relative): Remove unused variables
8842 `lbearing', `rbearing' and `wadjust'.
8843 (compose-gstring-for-graphic): Remove unused variables `header',
8844 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8845 (compose-gstring-for-terminal): Remove unused variables `header'
8846 and `nchars'. Use `let', not `let*'.
8847
8848 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8849 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8850 (Custom-buffer-done, custom-buffer-create-internal)
8851 (custom-browse-visibility-action, custom-browse-group-tag-action)
8852 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8853 (widget-magic-mouse-down-action, custom-toggle-parent)
8854 (custom-add-parent-links, custom-toggle-hide-variable)
8855 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8856 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8857 (custom-face-menu-create, custom-variable-menu-create, get)
8858 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8859 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8860 (customize-apropos): Remove unused variable `tests'.
8861 (custom-group-value-create): Remove unused variable `hidden-p'.
8862 (sort-fold-case): Declare.
8863
8864 * cus-theme.el (custom-reset-standard-faces-list)
8865 (custom-reset-standard-variables-list): Declare.
8866 (customize-create-theme, custom-theme-revert, custom-theme-write)
8867 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8868 Mark unused parameters.
8869
8870 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8871
8872 * delim-col.el (delimit-columns-max): Move defvar before first use.
8873
8874 * descr-text.el (describe-char-categories): Don't quote `lambda'.
8875 (describe-char): Don't quote `lambda'. Mark unused parameter.
8876
8877 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8878 (auto-insert): Declare.
8879 (desktop-restore-file-buffer): Rename desktop-* parameters;
8880 mark unused ones.
8881 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8882 (desktop-buffer): Rename desktop-* parameters.
8883
8884 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8885 (dframe-reposition-frame-xemacs, dframe-help-echo)
8886 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8887 Mark unused parameters.
8888
8889 * dired-aux.el (backup-extract-version-start, overwrite-query)
8890 (overwrite-backup-query, rename-regexp-query)
8891 (rename-non-directory-query): Declare.
8892 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8893 (dired-add-entry): Remove unused variable `orig-file-name'.
8894 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8895 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8896 `dired-copy-preserve-time' directly.
8897 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8898 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8899
8900 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8901 (dired-virtual-revert, dired-make-relative-symlink):
8902 Mark unused parameters.
8903 (manual-program): Declare.
8904 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8905 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8906 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8907
8908 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8909
8910 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8911
8912 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8913 Declare.
8914
8915 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8916
8917 * electric.el (Electric-command-loop): Rename parameter
8918 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8919
8920 * expand.el (expand-in-literal): Remove unused variable `here'.
8921
8922 * facemenu.el (facemenu-add-new-color):
8923 Remove unused variable `docstring'.
8924
8925 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8926 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8927 (face-attr-construct): Mark unused parameter. Doc fix.
8928 (read-color): Remove unused variable `hex-string'.
8929
8930 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8931 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8932 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8933 (display-buffer-other-frame): Remove unused variable `old-window'.
8934 (kill-buffer-hook): Declare.
8935 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8936 Mark unused parameters.
8937 (after-find-file): Pass 1 to `auto-save-mode', not t.
8938
8939 * files-x.el (auto-insert): Declare.
8940 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8941
8942 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8943 variable `buf'. Mark unused parameter.
8944 (find-lisp-insert-directory): Mark unused parameter.
8945
8946 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8947 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8948 (format-common-tail): Remove, unused.
8949 (format-deannotate-region): Remove unused variable `loc'.
8950 (format-annotate-region): Remove unused variable `p'.
8951 (format-annotate-single-property-change): Remove unused variables
8952 `default' and `tail'.
8953
8954 * forms.el (read-file-filter): Declare.
8955 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8956
8957 * frame.el (frame-creation-function-alist): Mark unused parameter.
8958 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8959
8960 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8961 Remove unused parameters.
8962 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8963 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8964
8965 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8966 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8967 (hfy-prepare-tag-map): Mark unused parameters.
8968 (htmlfontify-buffer): Use `called-interactively-p'.
8969
8970 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8971 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8972 (ibuffer-do-occur): Mark unused parameters.
8973 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8974 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8975
8976 * ibuffer.el: Don't quote `lambda'.
8977 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8978 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8979 Mark unused parameters.
8980
8981 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8982 (ido-completing-read): Mark unused parameters.
8983 (ido-copy-current-word): Mark unused parameters;
8984 remove unused variable `name'.
8985 (ido-sort-merged-list): Remove unused parameter `dirs'.
8986
8987 * ielm.el (ielm-input-sender): Mark unused parameter.
8988 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8989 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8990 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8991 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8992 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8993
8994 * image-dired.el (image-dired-display-thumbs): Remove unused
8995 variables `curr-file' and `count'.
8996 (image-dired-remove-tag): Remove unused variable `start'.
8997 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8998 variable `curr-file'
8999 (image-dired-rotate-original): Remove unused variable `temp-file'.
9000 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9001 Remove unused variable `file'.
9002 (image-dired-gallery-generate): Remove unused variable `curr'.
9003 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9004
9005 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9006
9007 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9008
9009 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9010
9011 * isearch.el (minibuffer-history-symbol): Declare.
9012 (isearch-edit-string): Remove unused variable `err'.
9013 (isearch-message-prefix, isearch-message-suffix):
9014 Mark unused parameters.
9015
9016 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9017
9018 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9019
9020 * makesum.el (double-column): Remove unused variable `cnt'.
9021
9022 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9023 (ido-ignore-item-temp-list): Declare.
9024
9025 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9026 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9027 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9028 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9029 `mouse-col-delta'.
9030
9031 * mouse-sel.el (mouse-extend-internal):
9032 Remove unused variable `orig-window-frame'.
9033
9034 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9035 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9036 Move declarations before first use.
9037 (pcomplete-opt): Mark unused parameters; doc fix.
9038
9039 * proced.el (proced-revert): Mark unused parameter.
9040 (proced-send-signal): Remove unused variable `err'.
9041
9042 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9043 Rename parameter PREFIX-ARG to ARG.
9044 (ps-basic-plot-string, ps-basic-plot-whitespace):
9045 Mark unused parameters.
9046
9047 * replace.el (replace-count): Define.
9048 (occur-revert-function): Mark unused parameters.
9049 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9050 (isearch-case-fold-search, isearch-string): Declare.
9051 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9052 bind `case-fold-search'. Remove unused variables `beg' and `end',
9053 and simplify.
9054 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9055 COUNT and bind `replace-count'.
9056 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9057 to COUNT.
9058
9059 * savehist.el (print-readably, print-string-length): Declare.
9060
9061 * shadowfile.el (shadow-expand-cluster-in-file-name):
9062 Remove unused variable `cluster'.
9063 (shadow-copy-file): Remove unused variable `i'.
9064 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9065 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9066 (shadow-define-literal-group, shadow-define-regexp-group)
9067 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9068
9069 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9070 (shell): Use `called-interactively-p'.
9071 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9072
9073 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9074 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9075 (delete-backward-char): Remove unused variable `ocol'.
9076 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9077 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9078 (event-apply-hyper-modifier, event-apply-shift-modifier)
9079 (event-apply-control-modifier, event-apply-meta-modifier):
9080 Mark unused parameters.
9081 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9082 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9083
9084 * speedbar.el (speedbar-ignored-directory-expressions)
9085 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9086 (speedbar-find-file, speedbar-dir-follow)
9087 (speedbar-directory-buttons-follow, speedbar-tag-find)
9088 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9089 (speedbar-buffers-line-directory, speedbar-buffer-click):
9090 Mark unused parameters.
9091 (speedbar-tag-file): Remove unused variable `mode'.
9092 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9093
9094 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9095
9096 * talk.el (talk): Remove unused variable `display'.
9097
9098 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9099 (tar-write-region-annotate): Mark unused parameter.
9100
9101 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9102 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9103 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9104 warning by another.
9105
9106 * time-stamp.el (time-stamp-string-preprocess):
9107 Remove unused variable `require-padding'.
9108
9109 * tree-widget.el (widget-glyph-enable): Declare.
9110 (tree-widget-action): Mark unused parameter.
9111
9112 * w32-fns.el (x-get-selection): Mark unused parameter.
9113 (autoload-make-program, generated-autoload-file): Declare.
9114
9115 * wdired.el (wdired-revert): Mark unused parameters.
9116 (wdired-xcase-word): Remove unused variable `err'.
9117
9118 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9119 (whitespace-help-scroll): Remove unused variable `data-help'.
9120
9121 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9122 (widget-image-insert, widget-after-change, default)
9123 (widget-default-format-handler, widget-default-notify)
9124 (widget-default-prompt-value, widget-info-link-action)
9125 (widget-url-link-action, widget-function-link-action)
9126 (widget-variable-link-action, widget-file-link-action)
9127 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9128 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9129 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9130 (widget-insert-button-action, widget-delete-button-action, visibility)
9131 (widget-documentation-link-action, widget-documentation-string-action)
9132 (widget-const-prompt-value, widget-regexp-match, symbol)
9133 (widget-coding-system-prompt-value)
9134 (widget-key-sequence-value-to-external, sexp)
9135 (widget-sexp-value-to-internal, character, vector, cons)
9136 (widget-choice-prompt-value, widget-boolean-prompt-value)
9137 (widget-color--choose-action): Mark unused parameters.
9138 (widget-item-match-inline, widget-choice-match-inline)
9139 (widget-checklist-match, widget-checklist-match-inline)
9140 (widget-group-match): Rename parameter VALUES to VALS.
9141 (widget-field-value-set): Remove unused variable `size'.
9142 (widget-color-action): Remove unused variables `value' and `start'.
9143
9144 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
9145 variable `dir'. Doc fix.
9146 (windmove-find-other-window): Don't pass it.
9147
9148 * window.el (count-windows): Mark unused parameter.
9149 (bw-adjust-window): Remove unused variable `err'.
9150
9151 * woman.el (woman-file-name): Remove unused variable `default'.
9152 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9153 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9154 (global-font-lock-mode): Declare.
9155 (woman-decode-region): Mark unused parameter.
9156 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9157
9158 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9159 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9160 (x-dnd-handle-moz-url): Remove unused variable `title'.
9161 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9162
9163 * xml.el (xml-parse-tag, xml-parse-attlist):
9164 Remove unused variable `pos'.
9165
9166 2011-04-19 Glenn Morris <rgm@gnu.org>
9167
9168 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9169 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9170 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9171 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9172 * calendar/cal-html.el (cal-html-insert-minical):
9173 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9174 (calendar-mark-date-pattern):
9175 Prefix "unused" locals.
9176
9177 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9178 optional argument `style'.
9179
9180 * calendar/appt.el (appt-make-list):
9181 * calendar/cal-china.el (calendar-chinese-date-string):
9182 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9183 (diary-hebrew-yahrzeit):
9184 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9185 * calendar/calendar.el (calendar-generate-window):
9186 * calendar/time-date.el (time-to-days):
9187 Remove unused local variables.
9188
9189 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
9190
9191 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9192 glyphless-char-display table.
9193 (tabulated-list-glyphless-char-display): New var.
9194
9195 2011-04-18 Sam Steingold <sds@gnu.org>
9196
9197 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9198 to acknowledgments.
9199
9200 2011-04-17 Glenn Morris <rgm@gnu.org>
9201
9202 * calendar/diary-lib.el (diary-sexp-entry):
9203 * calendar/holidays.el (holiday-sexp):
9204 Set debug-on-error rather than the removed stack-trace-on-error.
9205
9206 2011-04-16 Glenn Morris <rgm@gnu.org>
9207
9208 * progmodes/f90.el: Use lexical-binding.
9209 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9210
9211 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9214 (mail-mode): Setup mailalias completion here instead.
9215 * mail/mailalias.el: Use lexical-binding.
9216 (pattern, mailalias-done): Declare dynamic.
9217 (mail-completion-at-point-function): New function, from mail-complete.
9218 (mail-complete): Use it.
9219 (mail-completion-expand): New function.
9220 (mail-get-names): Use it.
9221 (mail-directory, mail-directory-process, mail-directory-stream):
9222 Don't use `pattern' for lexically bound arg.
9223
9224 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9225
9226 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9227 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9228 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9229
9230 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9231 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9232 (byte-interactive-p): Define them again, for use when inlining
9233 old code.
9234
9235 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
9236
9237 * loadup.el: Use `string-to-number', not `string-to-int'.
9238
9239 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9242 gud-gdb-complete-command.
9243 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9244 (gud-gdb-completion-at-point): New function.
9245 (gud-gdb-completions): Remove.
9246
9247 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
9248
9249 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9250 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9251 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9252 whether `executable-find' is bound.
9253
9254 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9255
9256 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * minibuffer.el (completion-in-region-mode-predicate)
9259 (completion-in-region-mode--predicate): New vars.
9260 (completion-in-region, completion-in-region--postch)
9261 (completion-in-region-mode): Use them.
9262 (completion--capf-wrapper): Also return the hook function.
9263 (completion-at-point, completion-help-at-point):
9264 Adjust and provide a predicate.
9265
9266 Preserve arg names for advice of subr and lexical functions (bug#8457).
9267 * help-fns.el (help-function-arglist): Consolidate the subr and
9268 new-byte-code cases. Add argument `preserve-names' to extract names
9269 from the docstring when needed.
9270 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9271 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9272 (ad-arglist): Use help-function-arglist's new arg.
9273 (ad-definition-type): Use cond.
9274
9275 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
9276
9277 * autorevert.el (auto-revert-handler):
9278 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9279 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9280 Don't quote lambda.
9281
9282 * image-mode.el (image-transform-set-scale):
9283 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9284
9285 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
9287 * net/network-stream.el (network-stream-open-starttls): Only do
9288 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9289 Upgrades via gnutls-cli are too slow to be done opportunistically.
9290
9291 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
9292
9293 * dframe.el (dframe-current-frame): Remove spurious quote.
9294
9295 2011-04-12 Glenn Morris <rgm@gnu.org>
9296
9297 * calendar/cal-tex.el (cal-tex-end-document):
9298 Try to automatically use latin1 input if needed.
9299
9300 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9301 Don't try to cons a mark onto an empty element.
9302
9303 2011-04-11 Leo Liu <sdl.web@gmail.com>
9304
9305 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9306 buffers.
9307 (ido-kill-buffer-at-head): Support killing virtual buffers.
9308
9309 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
9310
9311 * minibuffer.el (completion-show-inline-help): New var.
9312 (completion--do-completion, minibuffer-complete)
9313 (minibuffer-force-complete, minibuffer-complete-word):
9314 Inhibit minibuffer messages if completion-show-inline-help is nil.
9315
9316 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9317 to avoid interference from inline help (Bug#5849).
9318
9319 2011-04-10 Leo Liu <sdl.web@gmail.com>
9320
9321 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9322 Fix typo.
9323
9324 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * image-mode.el (image-toggle-display-image): Signal an error if
9327 not in Image mode.
9328 (image-transform-mode, image-transform-resize)
9329 (image-transform-set-rotation): Doc fix.
9330 (image-transform-set-resize): Delete.
9331 (image-transform-set-scale, image-transform-fit-to-height)
9332 (image-transform-fit-to-width): Handle image-toggle-display-image
9333 and image-transform-resize directly.
9334
9335 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
9336
9337 * doc-view.el (doc-view-fit-width-to-window)
9338 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9339 New functions for fitting the shown image to the Emacs window size.
9340 (doc-view-mode-map): Add bindings for the new functions.
9341
9342 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9345 Fix typo in docstring.
9346
9347 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9348
9349 * files.el (file-size-human-readable): Produce one digit after
9350 decimal, like "ls -lh" does.
9351
9352 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9353 the file size representation.
9354
9355 * simple.el (list-processes): If async subprocesses are not
9356 available, error out with a clear error message.
9357
9358 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * help.el (help-form-show): New function, to be called from C.
9361 Put help-form output in a buffer named differently than *Help*.
9362
9363 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9364
9365 * files.el (file-size-human-readable): New function.
9366
9367 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9368 computing the representation inline. Don't require `cl'.
9369
9370 2011-04-08 Glenn Morris <rgm@gnu.org>
9371
9372 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9373
9374 * net/browse-url.el (browse-url-firefox):
9375 Test system-type, not system-configuration.
9376
9377 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9378 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9379 Use log-edit-empty-buffer-p. (Bug#7598)
9380
9381 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9382 (rlogin-mode-map): Initialize in the defvar.
9383 (rlogin): Use ignore-errors.
9384
9385 * replace.el (occur-mode-map): Some fixes for menu items.
9386
9387 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9388
9389 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9390
9391 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9392
9393 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9394 issuing unused warnings.
9395
9396 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9397 macro directly.
9398
9399 * simple.el: Lisp reimplement of list-processes. Based on an
9400 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9401 (process-menu-mode): New major mode.
9402 (list-processes--refresh, list-processes):
9403 (process-menu-visit-buffer): New functions.
9404
9405 * files.el (save-buffers-kill-emacs): Don't assume any return
9406 value of list-processes, which is undocumented anyway.
9407
9408 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * emacs-lisp/tabulated-list.el: New file.
9411
9412 * emacs-lisp/package.el: Use Tabulated List mode.
9413 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9414 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9415 table format using Tabulated List mode variables.
9416 (package--push): New macro, replacing package-list-maybe-add.
9417 (package-menu--generate): Use package--push. Renamed from
9418 package--generate-package-list.
9419 (package-menu-refresh, list-packages): Use it.
9420 (package-menu--print-info): Rename from package-print-package.
9421 Return insertion data instead of inserting it directly.
9422 (package-menu-describe-package, package-menu-execute):
9423 Use tabulated-list-get-id.
9424 (package-menu-mark-delete, package-menu-mark-install)
9425 (package-menu-mark-unmark, package-menu-backup-unmark)
9426 (package-menu-mark-obsolete-for-deletion):
9427 Use tabulated-list-put-tag.
9428 (package--list-packages, package-menu-revert)
9429 (package-menu-get-package, package-menu-get-version)
9430 (package-menu-sort-by-column): Functions deleted.
9431 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9432 (package-menu--status-predicate, package-menu--version-predicate)
9433 (package-menu--name-predicate)
9434 (package-menu--description-predicate): Handle arguments in the
9435 Tabulated List format.
9436 (package-list-packages-no-fetch): Call list-packages.
9437
9438 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
9439
9440 * files.el (after-find-file-from-revert-buffer): Remove variable.
9441 (after-find-file): Don't bind it.
9442 (revert-buffer-in-progress-p): New variable.
9443 (revert-buffer): Bind it.
9444 Pass nil for `after-find-file-from-revert-buffer'.
9445
9446 * saveplace.el (save-place-find-file-hook): Use new variable
9447 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9448
9449 2011-04-06 Glenn Morris <rgm@gnu.org>
9450
9451 * Makefile.in (AUTOGEN_VCS): New variable.
9452 (autoloads): Use $AUTOGEN_VCS.
9453
9454 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9455 * calendar/calendar.el (calendar-mode-map):
9456 Check for toolkit scroll bars. (Bug#8305)
9457
9458 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9459
9460 * minibuffer.el (completion-in-region--postch)
9461 (completion-in-region-mode): Remove unnecessary messages.
9462
9463 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
9464
9465 * font-lock.el (font-lock-refresh-defaults):
9466 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9467 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9468
9469 * info.el (Info-directory-list, Info-read-node-name-2)
9470 (Info-split-parameter-string): Doc fixes.
9471 (Info-virtual-nodes): Reflow docstring.
9472 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9473 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9474 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9475 Fix typos in docstrings.
9476 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9477 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9478 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9479 (Info-restore-desktop-buffer): Mark unused parameters.
9480 (Info-directory-find-file, Info-directory-find-node)
9481 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9482 (Info-virtual-index-find-node, Info-apropos-find-file)
9483 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9484 Mark unused parameters; fix typos in docstrings.
9485 (Info-virtual-index): Remove unused local variable `nodename'.
9486
9487 2011-04-05 Deniz Dogan <deniz@dogan.se>
9488
9489 * net/rcirc.el: Update my e-mail address.
9490 (rcirc-mode-map): Remove M-o binding.
9491
9492 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * startup.el (command-line): Save the cursor's theme-face
9495 directly, instead of using face-override-spec.
9496
9497 * custom.el (load-theme): Minor optimization in assigning faces.
9498
9499 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * help-fns.el (describe-variable): Complete all variables having
9502 documentation, including keywords.
9503 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9504
9505 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9506
9507 Convert to lexical-binding.
9508
9509 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9510 (bs--get-marked-string, bs--get-modified-string)
9511 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9512 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9513 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9514
9515 * ehelp.el (electric-help-execute-extended)
9516 (electric-help-ctrl-x-prefix):
9517 * hexl.el (hexl-revert-buffer-function):
9518 * linum.el (linum-after-change, linum-after-scroll):
9519 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9520
9521 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9522
9523 2011-04-04 Daiki Ueno <ueno@unixuser.org>
9524
9525 * epa-dired.el:
9526 * epa-mail.el:
9527 * epa-hook.el:
9528 * epa-file.el:
9529 * epa.el:
9530 * epg.el: Use lexical binding.
9531
9532 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9535
9536 * textmodes/flyspell.el (flyspell-word): Recognize default
9537 dictionary case for flyspell-mark-duplications-exceptions.
9538 Use regexp matching for languages.
9539 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9540 default dictionary (Bug#7926).
9541
9542 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * emacs-lisp/package.el (package--with-work-buffer):
9545 Recognize https URLs.
9546
9547 * net/network-stream.el: Move from gnus/proto-stream.el.
9548 Change prefix to network-stream throughout.
9549 (open-protocol-stream): Merge into open-network-stream, leaving
9550 open-protocol-stream as an alias. Handle nil BUFFER args.
9551
9552 * subr.el (open-network-stream): Move to net/network-stream.el.
9553
9554 2011-04-02 Glenn Morris <rgm@gnu.org>
9555
9556 * find-dired.el (find-exec-terminator): New option.
9557 (find-ls-option): Test for -ls support.
9558 (find-ls-subdir-switches): Test for -b in find-ls-option.
9559 (find-dired, find-grep-dired): Doc fixes.
9560 (find-dired): Use find-exec-terminator.
9561
9562 * find-dired.el (find-ls-option, find-ls-subdir-switches)
9563 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9564 (find-name-arg): Remove purecopy.
9565
9566 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9567 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9568 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9569 accordingly. Don't add the null-device if not needed.
9570
9571 * files.el (save-some-buffers): Doc fix.
9572
9573 2011-04-02 Eli Zaretskii <eliz@gnu.org>
9574
9575 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9576
9577 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
9578
9579 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9580 Use `dolist' rather than `mapcar'.
9581
9582 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 Add lexical binding.
9585
9586 * subr.el (apply-partially): Use new closures rather than CL.
9587 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9588 (dolist, dotimes): Use slightly different expansion for lexical code.
9589 (functionp): Move to C.
9590 (letrec): New macro.
9591 (with-wrapper-hook): Use it and apply-partially instead of CL.
9592 (eval-after-load): Preserve lexical-binding.
9593 (save-window-excursion, with-output-to-temp-buffer): Turn them
9594 into macros.
9595
9596 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9597
9598 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9599 than the arglist.
9600 (help-add-fundoc-usage): Don't add `Not documented'.
9601 (help-function-arglist): Handle closures, subroutines, and new
9602 byte-code-functions.
9603 (help-make-usage): Remove leading underscores.
9604 (describe-function-1): Handle closures.
9605 (describe-variable): Use special-variable-p for completion.
9606
9607 * files.el (lexical-binding): Declare safe.
9608
9609 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9610 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9611 (pcase): Add `let' pattern.
9612 Change memoization so it actually works.
9613 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9614 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9615 <let>: New case.
9616
9617 * emacs-lisp/macroexp.el: Use lexical binding.
9618 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9619 Don't convert ' to #' without checking that it's indeed quoting
9620 a lambda.
9621
9622 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9623 Use eval-sexp-add-defvars.
9624 (eval-sexp-add-defvars): New fun.
9625
9626 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9627
9628 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9629 Don't autoload.
9630 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9631 than the internal `byte-compile-lambda'.
9632 (defmethod): Don't hide code under quotes.
9633 (eieio-defmethod): New `code' argument.
9634
9635 * emacs-lisp/eieio-comp.el: Remove.
9636
9637 * emacs-lisp/edebug.el (edebug-eval-defun)
9638 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9639 (edebug-toggle): Avoid `eval'.
9640
9641 * emacs-lisp/disass.el (disassemble-internal): Handle new
9642 `closure' objects.
9643 (disassemble-1): Handle new byte codes.
9644
9645 * emacs-lisp/cl.el (pushnew): Silence warning.
9646
9647 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9648 (cl-byte-compile-throw): Remove.
9649 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9650
9651 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9652 closures.
9653
9654 * emacs-lisp/cconv.el: New file.
9655
9656 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9657 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9658 (byte-compile-initial-macro-environment):
9659 Handle declare-function here.
9660 (byte-compile--lexical-environment): New var.
9661 (byte-stack-ref, byte-stack-set, byte-discardN)
9662 (byte-discardN-preserve-tos): New lap codes.
9663 (byte-interactive-p): Don't use any more.
9664 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9665 New macros.
9666 (byte-compile-lapcode): Use them and handle new lap codes.
9667 (byte-compile-obsolete): Remove.
9668 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9669 (byte-compile-arglist-warn): Check late def of inlinable funs.
9670 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9671 since they should have been expanded by now.
9672 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9673 (byte-compile-from-buffer): Remove unused second arg.
9674 (byte-compile-preprocess): New function.
9675 (byte-compile-toplevel-file-form): New function to distinguish
9676 file-form calls from outside from file-form calls from hunk-handlers.
9677 (byte-compile-file-form): Simplify.
9678 (byte-compile-file-form-defsubst): Remove.
9679 (byte-compile-file-form-defmumble): Simplify now that
9680 byte-compile-lambda always returns a byte-code-function.
9681 (byte-compile): Preprocess.
9682 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9683 Remove, not used any more.
9684 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9685 (byte-compile-make-args-desc): New funs.
9686 (byte-compile-lambda): Handle lexical functions. Always return
9687 a byte-code-function.
9688 (byte-compile-reserved-constants): New var, to make up room for
9689 closed-over variables.
9690 (byte-compile-constants-vector): Obey it.
9691 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9692 (byte-compile-macroexpand-declare-function): New function.
9693 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9694 byte-code-functions.
9695 (byte-compile-form): Check obsolescence here.
9696 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9697 (byte-compile-variable-ref): Remove.
9698 (byte-compile-dynamic-variable-op): New fun.
9699 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9700 (byte-compile-variable-set): New funs.
9701 (byte-compile-discard): Add 2 args.
9702 (byte-compile-stack-ref, byte-compile-stack-set)
9703 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9704 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9705 macroexpand-all instead.
9706 (byte-compile-quote-form): Remove.
9707 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9708 (byte-compile-bind, byte-compile-unbind): New funs.
9709 (byte-compile-let): Handle let* and lexical binding.
9710 (byte-compile-let*): Remove.
9711 (byte-compile-catch, byte-compile-unwind-protect)
9712 (byte-compile-track-mouse, byte-compile-condition-case):
9713 Handle a new :fun-body form, used for lexical scoping.
9714 (byte-compile-save-window-excursion)
9715 (byte-compile-with-output-to-temp-buffer): Remove.
9716 (byte-compile-defun): Simplify.
9717 (byte-compile-stack-adjustment): New fun.
9718 (byte-compile-out): Use it.
9719 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9720
9721 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9722 handler any more.
9723
9724 * emacs-lisp/byte-opt.el: Use lexical binding.
9725 (byte-inline-lapcode): Remove (to bytecomp).
9726 (byte-compile-inline-expand): Pay attention to inlining to/from
9727 lexically bound code.
9728 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9729 any more.
9730 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9731 any more and don't call compiler-macros.
9732 (byte-compile-splice-in-already-compiled-code): Remove.
9733 (byte-code): Don't inline any more.
9734 (disassemble-offset): Receive `bytes' as argument rather than via
9735 dynamic scoping.
9736 (byte-compile-tag-number): Declare before first use.
9737 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9738 `return' even if make-spliceable.
9739 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9740 obsolete interactive-p.
9741 (byte-optimize-lapcode): Optimize new lap-codes.
9742 Don't trip up on new form of `byte-constant' lap code.
9743
9744 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9745
9746 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9747
9748 * custom.el (custom-initialize-default, custom-declare-variable):
9749 Use `defvar'.
9750
9751 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9752 New variables.
9753 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9754 (COMPILE_FIRST): Add macroexp and cconv.
9755 * makefile.w32-in: Mirror changes in Makefile.in.
9756
9757 * vc/cvs-status.el:
9758 * vc/diff-mode.el:
9759 * vc/log-edit.el:
9760 * vc/log-view.el:
9761 * vc/smerge-mode.el:
9762 * textmodes/bibtex-style.el:
9763 * textmodes/css.el:
9764 * startup.el:
9765 * uniquify.el:
9766 * minibuffer.el:
9767 * newcomment.el:
9768 * reveal.el:
9769 * server.el:
9770 * mpc.el:
9771 * emacs-lisp/smie.el:
9772 * doc-view.el:
9773 * dired.el:
9774 * abbrev.el: Use lexical binding.
9775
9776 2011-04-01 Eli Zaretskii <eliz@gnu.org>
9777
9778 * info.el (info-display-manual): New function.
9779
9780 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9783
9784 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9785
9786 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9787 an entry for that server in rcirc-authinfo. (Bug#8385)
9788
9789 2011-03-31 Glenn Morris <rgm@gnu.org>
9790
9791 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9792
9793 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9794
9795 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9796
9797 * progmodes/python.el (python-default-interpreter)
9798 (python-python-command-args, python-jython-command-args)
9799 (python-which-shell, python-which-args, python-which-bufname)
9800 (python-file-queue, python-comint-output-filter-function)
9801 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9802 variables and functions.
9803
9804 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9807 (completion-in-region-mode): New minor mode.
9808 (completion-in-region): Use it.
9809 (completion-in-region--data, completion-in-region-mode-map): New vars.
9810 (completion-in-region--postch): New function.
9811 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9812 New vars.
9813 (completion--capf-wrapper): New function.
9814 (completion-at-point): Use it to track well-behavedness of
9815 hook functions.
9816 (completion-help-at-point): New command.
9817
9818 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9819
9820 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9821 syntax class to search for whitespace on a single line
9822 (Message-ID: <4D938140.4030905@redhat.com>).
9823
9824 2011-03-30 Leo Liu <sdl.web@gmail.com>
9825
9826 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9827 New commands.
9828 (edit-abbrevs-map): Bind them here.
9829 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9830
9831 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9832
9833 * allout.el (allout-hide-by-annotation, allout-flag-region):
9834 Reduce possibility of overlay leakage by making them volatile.
9835
9836 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9837 hash is not shared between buffers. Mode initialization is
9838 responsible for giving it a useful starting value.
9839 (allout-item-span): Reduce possibility of overlay leakage by
9840 making them volatile.
9841 (allout-widgets-count-buttons-in-region): Add diagnostic function
9842 for tracking down button overlay leaks.
9843
9844 2011-03-29 Leo Liu <sdl.web@gmail.com>
9845
9846 * ido.el (ido-read-internal): Use the default history var
9847 minibuffer-history if no HISTORY is specified.
9848
9849 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9850
9851 * net/imap.el (imap-shell-open, imap-process-connection-type):
9852 Use imap-process-connection-type for 'shell' streams as well as
9853 Kerberos, SSL, other subprocesses.
9854
9855 2011-03-28 Leo Liu <sdl.web@gmail.com>
9856
9857 * abbrev.el (abbrev-table-empty-p): New function.
9858 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9859 nonempty ones. (Bug#5937)
9860
9861 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9862
9863 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9864
9865 2011-03-27 Leo Liu <sdl.web@gmail.com>
9866
9867 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9868 for foreground and background colors.
9869 (ansi-color-make-color-map): Adapt.
9870
9871 2011-03-25 Leo Liu <sdl.web@gmail.com>
9872
9873 * midnight.el (midnight-time-float): Remove. Note it calculates
9874 the microsecond component incorrectly and seconds-to-time does the
9875 same job.
9876 Remove redundant (require 'timer).
9877
9878 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9879 (ido-completions): Remove unused arguments. (Bug#8329)
9880
9881 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * minibuffer.el (completion--flush-all-sorted-completions):
9884 Remove itself from hook.
9885 (completion-at-point): Let the functions perform the completion
9886 immediately and return nil or t.
9887 * comint.el (comint-dynamic-complete-functions): Now identical to
9888 completion-at-point-functions.
9889 (comint-dynamic-list-input-ring): Remove unused var `index'.
9890 (comint--match-partial-filename, comint--unquote&expand-filename):
9891 New funs, split from comint-match-partial-filename.
9892 (comint-dynamic-complete): Use completion-at-point.
9893 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9894
9895 2011-03-24 Drew Adams <drew.adams@oracle.com>
9896
9897 * thingatpt.el: Support `defun'.
9898
9899 2011-03-23 Leo Liu <sdl.web@gmail.com>
9900
9901 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9902
9903 * help-mode.el (help-mode-finish): Tweak regexp.
9904
9905 2011-03-23 Glenn Morris <rgm@gnu.org>
9906
9907 * eshell/esh-opt.el (eshell-eval-using-options):
9908 Do not bind unused local variable `eshell-option-stub'.
9909
9910 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9911
9912 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9915 keymap variable in `with-no-warnings' to avoid a warning when the
9916 keymap has been already `defconst'ed.
9917
9918 2011-03-22 Leo Liu <sdl.web@gmail.com>
9919
9920 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9921 encode all chars in abbrevs; otherwise use emacs-mule or
9922 utf-8-emacs. (Bug#8308)
9923
9924 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * simple.el (backward-delete-char-untabify):
9927 Avoid warning about using `delete-backward-char'.
9928
9929 * image.el (image-type-file-name-regexps): Make it variable.
9930 `imagemagick-register-types' modifies it, and the user may want
9931 to add new extensions for known image types.
9932 (imagemagick-register-types): Throw error if not using ImageMagick.
9933
9934 2011-03-22 Leo Liu <sdl.web@gmail.com>
9935
9936 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9937 located before rcirc-prompt-end-marker.
9938 (rcirc-complete): Error if point is not after rcirc prompt.
9939 Handle the case when table is nil.
9940 (rcirc-user-authenticated): Define to fix compiler warning.
9941
9942 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * custom.el (custom--inhibit-theme-enable): Make it affect only
9945 custom-theme-set-variables and custom-theme-set-faces.
9946 (provide-theme): Ignore custom--inhibit-theme-enable.
9947 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9948 (custom-enabling-themes): Delete variable.
9949 (enable-theme): Accept only loaded themes as arguments.
9950 Ignore the special custom-enabled-themes variable.
9951 (custom-enabled-themes): Forbid themes from setting this.
9952 Eliminate use of custom-enabling-themes.
9953 (custom-push-theme): Quote "changed" custom var entry.
9954
9955 2011-03-21 Leo Liu <sdl.web@gmail.com>
9956
9957 * ido.el (ido-read-internal): Add ido-selected to history instead
9958 of user input.
9959
9960 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * subr.el (deferred-action-list, deferred-action-function):
9963 Mark obsolete.
9964
9965 2011-03-21 Leo Liu <sdl.web@gmail.com>
9966
9967 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9968 change on 2011-02-13 (bug#8309).
9969
9970 * minibuffer.el (read-file-name-function): Change default value.
9971 (read-file-name--defaults): Rename from read-file-name-defaults.
9972 (read-file-name-default): Rename from read-file-name.
9973 (read-file-name): Call read-file-name-function.
9974
9975 2011-03-21 Glenn Morris <rgm@gnu.org>
9976
9977 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9978 Doc fixes.
9979
9980 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * cus-theme.el: Add missing provide statement.
9983 (customize-create-theme): Extract theme value correctly.
9984 (custom-theme-visit-theme): Autoload.
9985 (customize-create-theme): Prompt before inserting default faces.
9986
9987 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9988
9989 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9990 units and musical notes.
9991
9992 2011-03-20 Leo Liu <sdl.web@gmail.com>
9993
9994 * ido.el (ido-read-internal): Use completing-read-default.
9995 (ido-completing-read): Fix compatibility with completing-read.
9996
9997 2011-03-20 Christian Ohler <ohler@gnu.org>
9998
9999 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10000 (ert-delete-all-tests): Use `called-interactively-p' rather than
10001 `interactive-p'.
10002 (ert--make-xrefs-region): Respect END.
10003
10004 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
10005
10006 * dired-aux.el (dired-create-directory): Signal an error if the
10007 directory already exists (Bug#8246).
10008
10009 * facemenu.el (list-colors-display): Call list-faces-display
10010 inside with-help-window.
10011 (list-colors-print): Use display property to align the final
10012 column, instead of checking window-width.
10013
10014 2011-03-19 Eli Zaretskii <eliz@gnu.org>
10015
10016 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
10017 windows-nt systems.
10018 (emerge-protect-metachars): Quote correctly for ms-dos and
10019 windows-nt systems.
10020
10021 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
10022
10023 * info.el (info-initialize): Replace all uses of `:' with
10024 path-separator for compatibility with non-Unix systems.
10025 Cache quoting of path-separator. (Bug#8258)
10026
10027 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
10028
10029 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10030 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10031 (mouse-avoidance-mode): Fix typos in docstrings.
10032
10033 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * startup.el (package-subdirectory-regexp): Move from package.el.
10036 Omit \\` and \\', and let callers add them.
10037
10038 * emacs-lisp/package.el (package-strip-version)
10039 (package-load-all-descriptors): Add \\` and \\' to
10040 package-subdirectory-regexp before using it.
10041 (package-untar-buffer): New arg DIR; ensure that file untars only
10042 into this expected directory. Remove superfluous delete-region.
10043 (package-unpack): Caller changed.
10044 (package-tar-file-info): Use package-subdirectory-regexp.
10045
10046 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10049 diff-mode-shared-map (bug#8284).
10050 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
10051
10052 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10053
10054 * calendar/time-date.el (format-seconds): Use assoc instead of
10055 assoc-string, since assoc-string doesn't exist in XEmacs.
10056
10057 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
10058
10059 * custom.el (custom-known-themes): Reflow docstring.
10060 (custom-theme-load-path): Fix typo in docstring.
10061 (load-theme): Fix typo in error message.
10062 (custom-available-themes, custom-variable-theme-value):
10063 Use `let', not `let*'.
10064
10065 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10066
10067 * calc/README: Mention inclusion of musical notes.
10068
10069 * calc/calc-units.el (calc-lu-quant): Rename from
10070 `calc-logunits-quantity'.
10071 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10072 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10073 (calc-db): Rename from `calc-dblevel'.
10074 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10075 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10076 (calc-np): Rename from `calc-nplevel'.
10077 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10078 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10079 (calc-lu-plus): Rename from `calc-logunits-add'.
10080 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10081 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10082 (calc-lu-minus): Rename from `calc-logunits-sub'.
10083 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10084 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10085 (calc-lu-times): Rename from `calc-logunits-mul'.
10086 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10087 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10088 (calc-lu-divide): Rename from `calc-logunits-div'.
10089 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10090 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10091
10092 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10093 functions being autoloaded.
10094
10095 * calc/calc.el (calc-lu-power-reference): Rename from
10096 `calc-logunits-power-reference'.
10097 (calc-lu-field-reference): Rename from
10098 `calc-logunits-field-reference'.
10099
10100 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10101
10102 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * minibuffer.el (completion-all-sorted-completions):
10105 Use :completion-cycle-penalty text property if present.
10106
10107 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10108
10109 * allout.el (allout-yank-processing): Adjust for new rebulleting
10110 regime so bullet being yanked is used without prompting the user
10111 for a choice.
10112
10113 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
10114
10115 * startup.el (command-line): Warn the user that _emacs is deprecated.
10116
10117 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
10118
10119 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10120 (delphi-verbose, delphi-comment-face, delphi-string-face)
10121 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10122 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10123 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10124 (delphi-new-comment-line, delphi-font-lock-defaults)
10125 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10126 Fix typos in docstrings.
10127
10128 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10129
10130 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
10131 Invert the roles of character and string values for INSTEAD, so a
10132 string is used for the more common case of a defaulting prompt.
10133
10134 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * progmodes/ruby-mode.el (ruby-backward-sexp):
10137 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10138 * play/gamegrid.el (gamegrid-make-face):
10139 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10140 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10141 * notifications.el (notifications-notify):
10142 * net/xesam.el (xesam-search-engines):
10143 * net/quickurl.el (quickurl-list-insert):
10144 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10145
10146 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * startup.el (command-line): Update package subdirectory regexp.
10149
10150 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * allout.el (allout-abbreviate-flattened-numbering)
10153 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10154
10155 * subr.el (read-char-choice): Only show the cursor after the prompt,
10156 not after the answer.
10157
10158 2011-03-15 Kevin Ryde <user42@zip.com.au>
10159
10160 * help-fns.el (variable-at-point): Skip leading quotes, if any
10161 (bug#8253).
10162
10163 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10166 warning message.
10167
10168 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * shell.el (shell): When called interactively, offer to change the
10171 shell file name on remote hosts.
10172
10173 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10174
10175 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10176 integration for LDAP parameters. The host, base, user or binddn,
10177 and secret tokens can be specified in a netrc file, for instance.
10178 This is optional because an `auth-source' parameter must be
10179 specified in the search attributes.
10180
10181 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10184
10185 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10188 into declaration. Remove redundant and harmful binding.
10189
10190 2011-03-12 Eli Zaretskii <eliz@gnu.org>
10191
10192 * files.el (file-ownership-preserved-p): Pass `integer' as an
10193 explicit 2nd argument to `file-attributes'. If the file's owner
10194 is the Administrators group on Windows, and the current user is
10195 Administrator, consider that a match.
10196
10197 * server.el (server-ensure-safe-dir): Consider server directory
10198 safe on MS-Windows if its owner is the Administrators group while
10199 the current Emacs user is Administrator. Use `=' to compare
10200 numerical UIDs, since they could be integers or floats.
10201
10202 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
10203
10204 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10205
10206 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
10207
10208 Sync with Tramp 2.2.1.
10209
10210 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10211
10212 * net/trampver.el: Update release number.
10213
10214 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * progmodes/compile.el (compilation--previous-directory): Fix up
10217 various nil/dead-marker mismatches (bug#8014).
10218 (compilation-directory-properties, compilation-error-properties):
10219 Don't call it at a position past the one we're about to change.
10220
10221 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10222 Disable obsolescence warnings in the file that declares it.
10223
10224 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10225
10226 * allout-widgets.el (allout-widgets-tally):
10227 Initialize allout-widgets-tally as a hash table rather than nil to
10228 prevent mode-line redisplay warnings. Also, clarify the module
10229 description and fix a comment typo.
10230
10231 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * help-fns.el (describe-variable): Don't complete keywords.
10234 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10235
10236 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
10237
10238 * emacs-lisp/package.el (package-version-join): Impose a standard
10239 string representation for pre/alpha/beta version lists.
10240 (package-unpack-single): Standardize the directory name by passing
10241 it through package-version-join.
10242 (package-strip-rcs-id): Accept any version string that does not
10243 signal an error in version-to-list.
10244
10245 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
10246
10247 * simple.el (delete-trailing-whitespace): Return nil for the
10248 benefit of `write-file-functions'.
10249
10250 2011-03-10 Glenn Morris <rgm@gnu.org>
10251
10252 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10253
10254 * vc/vc-git.el (vc-git-program): New option.
10255 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10256 (vc-git--call): Use it.
10257
10258 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10259
10260 * cus-edit.el (Custom-newline): If no button at point, look
10261 for a subgroup button at start-of-line. (Bug#2298)
10262
10263 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10264
10265 2011-03-10 Julien Danjou <julien@danjou.info>
10266
10267 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10268 `cursor-type' is nil.
10269
10270 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10271
10272 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10273
10274 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10275
10276 * allout.el Summary: Change so yank of distinctive-bullet items
10277 preserves the existing header prefix, rebulleting it if necessary,
10278 rather than replacing it. This is necessary for proper operation
10279 of cooperative addons like allout-widgets.
10280 (allout-make-topic-prefix, allout-rebullet-heading):
10281 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10282 value as alternate bullet to be used, instead of prompting the user
10283 for a bullet character.
10284
10285 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10288 Do not use `tramp-file-name-port', because this returns also
10289 `tramp-default-port'.
10290
10291 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10292
10293 * net/rcirc.el (rcirc-handler-001): Remove useless
10294 with-rcirc-process-buffer.
10295 (rcirc-check-auth-status): Swap arguments to string-match.
10296
10297 2011-03-09 Glenn Morris <rgm@gnu.org>
10298
10299 * shell.el (shell-mode):
10300 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10301
10302 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10303 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10304
10305 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10306
10307 * emacs-lisp/package.el (package-refresh-contents)
10308 (package-menu-execute): Use condition-case-no-debug.
10309
10310 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
10311
10312 * simple.el (shell-command-to-string): Use `process-file'.
10313
10314 * emacs-lisp/package.el (package-tar-file-info): Handle also
10315 remote files.
10316
10317 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10318 Use `equal' for upload base check.
10319
10320 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10321
10322 * textmodes/texinfo.el (texinfo-environments):
10323 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10324
10325 2011-03-08 Glenn Morris <rgm@gnu.org>
10326
10327 * cus-start.el (cursor-in-non-selected-windows):
10328 Fix :set quoting oddness. (Bug#8192)
10329
10330 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10331 in some setf expressions. (Bug#2159)
10332
10333 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10334
10335 * custom.el (custom-available-themes): Return themes in
10336 alphabetical order.
10337
10338 See ChangeLog.15 for earlier changes.
10339
10340 ;; Local Variables:
10341 ;; coding: utf-8
10342 ;; End:
10343
10344 Copyright (C) 2011-2012 Free Software Foundation, Inc.
10345
10346 This file is part of GNU Emacs.
10347
10348 GNU Emacs is free software: you can redistribute it and/or modify
10349 it under the terms of the GNU General Public License as published by
10350 the Free Software Foundation, either version 3 of the License, or
10351 (at your option) any later version.
10352
10353 GNU Emacs is distributed in the hope that it will be useful,
10354 but WITHOUT ANY WARRANTY; without even the implied warranty of
10355 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10356 GNU General Public License for more details.
10357
10358 You should have received a copy of the GNU General Public License
10359 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.