* net/tramp.el (tramp-action-login): Set connection property "login-as".
[bpt/emacs.git] / lisp / ChangeLog
1 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4
5 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
6 properties, when "login-as" is set.
7
8 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
9 (tramp-default-user-alist): Don't add "pscp".
10 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11 property "login-as", if set. (Bug#10530)
12
13 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14
15 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16 "plink1" and "psftp". (Bug#10530)
17
18 2012-01-21 Kenichi Handa <handa@m17n.org>
19
20 * international/mule-cmds.el (prefer-coding-system): Show a
21 warning message if the default value of file-name-coding-system
22 was not changed.
23
24 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
25
26 * windmove.el (windmove-reference-loc): Fix
27 windmove-reference-loc miscalculation.
28
29 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
30
31 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
32 default unit.
33
34 2012-01-21 Glenn Morris <rgm@gnu.org>
35
36 * international/mule.el (auto-coding-alist): Add .tbz.
37
38 * files.el (local-enable-local-variables): Doc fix.
39 (inhibit-local-variables-regexps): Rename from
40 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
41 Doc fix. Add some extensions from auto-coding-alist.
42 (inhibit-local-variables-suffixes):
43 Rename from inhibit-first-line-modes-suffixes. Doc fix.
44 (inhibit-local-variables-p):
45 New function, extracted from set-auto-mode-1.
46 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
47 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
48 (hack-local-variables): Doc fix. Make the mode-only case
49 respect enable-local-variables and friends.
50 Respect inhibit-local-variables-regexps for file-locals, but
51 not for directory-locals.
52 (set-visited-file-name):
53 Take account of inhibit-local-variables-regexps.
54 Whether it applies may change as the file name is changed.
55 * jka-cmpr-hook.el (jka-compr-install):
56 * jka-compr.el (jka-compr-uninstall):
57 Update for inhibit-first-line-modes-suffixes name change.
58
59 2012-01-20 Martin Rudalics <rudalics@gmx.at>
60
61 * help-macro.el (make-help-screen): Temporarily restore original
62 binding for minor-mode-map-alist (Bug#10454).
63
64 2012-01-19 Julien Danjou <julien@danjou.info>
65
66 * color.el (color-name-to-rgb): Use the white color to find the max
67 color component value and return correctly computed values.
68 (color-name-to-rgb): Add missing float conversion for max value.
69
70 2012-01-19 Martin Rudalics <rudalics@gmx.at>
71
72 * window.el (window--state-get-1, window-state-get): Do not use
73 special state value for window-persistent-parameters. Rename
74 argument IGNORE to WRITABLE. Rewrite doc-string.
75 (window--state-put-2): Reset all window parameters to nil before
76 assigning values of persistent parameters.
77
78 2012-01-18 Alan Mackenzie <acm@muc.de>
79
80 Eliminate sluggishness and hangs in fontification of "semicolon
81 deserts".
82
83 * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
84 value 10000 -> 3000.
85 (c-state-safe-place): Reformulate so it doesn't stack up an
86 infinite number of wrong entries in c-state-nonlit-pos-cache.
87 (c-determine-limit-get-base, c-determine-limit): New functions to
88 determine backward search limits disregarding literals.
89 (c-find-decl-spots): Amend commenting.
90 (c-cheap-inside-bracelist-p): New function which detects "={".
91
92 * progmodes/cc-fonts.el
93 (c-make-font-lock-BO-decl-search-function): Give a limit to a
94 backward search.
95 (c-font-lock-declarations): Fix an occurrence of point being
96 undefined. Check additionally for point being in a bracelist or
97 near a macro invocation without a semicolon so as to avoid a
98 fruitless time consuming search for a declarator. Give a more
99 precise search limit for declarators using the new
100 c-determine-limit.
101
102 2012-01-18 Glenn Morris <rgm@gnu.org>
103
104 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
105 (set-auto-mode): Doc fixes.
106
107 2012-01-17 Glenn Morris <rgm@gnu.org>
108
109 * isearch.el (search-nonincremental-instead): Fix doc typo.
110
111 * dired.el (dired-insert-directory): Handle newlines in directory name.
112 (dired-build-subdir-alist): Unescape newlines in directory name.
113
114 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
115
116 * net/tramp.el (tramp-local-end-of-line): New defcustom.
117 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
118 (tramp-action-terminal): Use it. (Bug#10530)
119
120 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * minibuffer.el (completion--replace): Strip properties (bug#10062).
123
124 2012-01-16 Martin Rudalics <rudalics@gmx.at>
125
126 * window.el (window-state-ignored-parameters): Remove variable.
127 (window--state-get-1): Rename argument MARKERS to IGNORE.
128 Handle persistent window parameters. Make copy of clone-of
129 parameter only if requested. (Bug#10348)
130 (window--state-put-2): Install a window parameter only if it has
131 a non-nil value or an existing parameter shall be overwritten.
132
133 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
134
135 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
136
137 2012-01-14 Eli Zaretskii <eliz@gnu.org>
138
139 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
140 don't pass the (nil) value of `upnode' to string-match.
141
142 2012-01-14 Chong Yidong <cyd@gnu.org>
143
144 * startup.el (command-line): Fix X resource class for cursorColor.
145 Fix values recognized by the cursorBlink resource.
146
147 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
148
149 * epg.el (epg--make-temp-file): Avoid permission race condition
150 when running on old Emacs versions (bug#10403).
151
152 2012-01-14 Glenn Morris <rgm@gnu.org>
153
154 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
155
156 2012-01-13 Alan Mackenzie <acm@muc.de>
157
158 Fix filling for when filladapt mode is enabled.
159
160 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
161 c-mask-paragraph, pass in `fill-paragraph' rather than
162 `fill-region-as-paragraph'. (This is a reversion of a previous
163 change.)
164 * progmodes/cc-mode.el (c-basic-common-init): Make
165 fill-paragraph-handle-comment buffer local and set it to nil.
166
167 2012-01-13 Glenn Morris <rgm@gnu.org>
168
169 * dired.el (dired-switches-escape-p): New function.
170 (dired-insert-directory): Use dired-switches-escape-p.
171 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
172
173 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
174
175 2012-01-12 Glenn Morris <rgm@gnu.org>
176
177 * mail/sendmail.el (mail-mode): Update paragraph-separate for
178 changes in adaptive-fill-regexp. (Bug#10276)
179
180 2012-01-11 Alan Mackenzie <acm@muc.de>
181
182 Fix Emacs bug #10463 - put `widen's around the critical spots.
183
184 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
185 widen around each invocation of c-state-pp-to-literal. Remove an
186 unused let variable.
187
188 2012-01-11 Glenn Morris <rgm@gnu.org>
189
190 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
191 Doc fix.
192
193 2012-01-10 Chong Yidong <cyd@gnu.org>
194
195 * net/network-stream.el (network-stream-open-starttls):
196 Avoid emitting a confusing error message when the server gives a bad
197 response to the capability command.
198
199 2012-01-10 Glenn Morris <rgm@gnu.org>
200
201 * mail/unrmail.el (unrmail): Tweak previous change.
202
203 2012-01-09 Chong Yidong <cyd@gnu.org>
204
205 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
206
207 2012-01-08 Alan Mackenzie <acm@muc.de>
208
209 Optimise font locking in long enum definitions.
210
211 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
212 arm to a cond form to handle enums.
213 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
214 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
215
216 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
217
218 * files.el (move-file-to-trash): Preserve default file modes on error.
219 (Bug#10401)
220
221 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
222
223 * faces.el (set-face-attribute): Clarify the meaning of the nil
224 frame (bug#10294).
225
226 * subr.el (with-selected-frame): Mention that the selected frame
227 is restored (bug#9980).
228
229 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
230 (bug#9759).
231
232 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
233 (password-read): Don't autoload unused function.
234
235 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
236
237 * progmodes/which-func.el (which-func-mode): Turn into a
238 non-interactive function and mark as obsolete (bug#10428).
239
240 2012-01-06 Chong Yidong <cyd@gnu.org>
241
242 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
243 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
244 functions, along with 1 and -1.
245
246 2012-01-06 Eli Zaretskii <eliz@gnu.org>
247
248 * time.el (display-time-load-average)
249 (display-time-default-load-average): Doc fixes. See the thread
250 starting at
251 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
252 for the details.
253
254 2012-01-06 Glenn Morris <rgm@gnu.org>
255
256 * mail/unrmail.el (unrmail): Give an explicit error if the input file
257 has no messages. (Bug#10377)
258
259 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
260 than Info-edit. (Bug#10385)
261
262 * time.el (display-time-load-average, display-time-next-load-average):
263 Doc fixes.
264
265 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
266 local setting of buffer-read-only to the input buffer. (Bug#10419)
267
268 * calendar/calendar.el (calendar-mode):
269 Locally set scroll-margin to 0. (Bug#10379)
270
271 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
272
273 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
274
275 2012-01-05 Glenn Morris <rgm@gnu.org>
276
277 * eshell/em-unix.el (diff-no-select): Autoload it.
278 (eshell/diff): Use diff-no-select. (Bug#10420)
279
280 2012-01-05 Chong Yidong <cyd@gnu.org>
281
282 * shell.el (shell-dynamic-complete-functions): Revert last change.
283 (shell-command-completion-function): New function.
284 (shell-completion-vars): Use it to implement
285 shell-completion-execonly (Bug#10417).
286
287 * custom.el (enable-theme): Don't set custom-safe-themes.
288
289 * cus-theme.el (custom-theme-merge-theme):
290 Ignore custom-enabled-themes and custom-safe-themes.
291
292 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
293
294 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
295 first prompt in `sql-interacive-mode'.
296 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
297 keywords.
298 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
299 (sql-product-interactive): Bug fix: Set `sql-buffer' in
300 context of original buffer. Invoke `sql-login-hook'.
301
302 2012-01-04 Eli Zaretskii <eliz@gnu.org>
303
304 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
305 letters in cite-prefix.
306
307 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
308
309 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
310
311 2012-01-03 Chong Yidong <cyd@gnu.org>
312
313 * shell.el (shell-dynamic-complete-functions):
314 Put pcomplete-completions-at-point, so as to try
315 comint-filename-completion first (Bug#10417).
316
317 2012-01-02 Richard Stallman <rms@gnu.org>
318
319 * battery.el (battery-status-function):
320 Detect when to use battery-yeeloong-sysfs.
321 (battery-echo-area-format): Add string for Yeeloong.
322 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
323 (battery-yeeloong-sysfs): New function.
324
325 2012-01-02 Chong Yidong <cyd@gnu.org>
326
327 * dirtrack.el (dirtrack-list): Eliminate unused third element.
328 (dirtrack): Merge code for handling relative filenames in prompt
329 from shell-dir-cookie-watcher.
330 (dirtrack-debug-message): New arg to avoid excess format calls.
331
332 * shell.el (shell-dir-cookie-re): Variable deleted.
333 (shell-dir-cookie-watcher): Function deleted.
334 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
335 with dirtrack-mode.
336
337 2012-01-01 Eli Zaretskii <eliz@gnu.org>
338
339 * term/w32-win.el (dynamic-library-alist) <gnutls>:
340 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
341 libgnutls-26.dll.
342
343 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
344
345 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
346
347 2011-12-31 Eli Zaretskii <eliz@gnu.org>
348
349 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
350 headers of non-MIME messages, when rmail-enable-mime is non-nil.
351
352 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
355 also for alternative shells.
356 (tramp-open-connection-setup-interactive-shell): Check, whether
357 the shell is a busybox.
358 (tramp-send-command): Don't suppress multiple prompts for
359 busyboxes, it hurts.
360
361 2011-12-28 Chong Yidong <cyd@gnu.org>
362
363 * progmodes/gdb-mi.el (gdb-get-source-file-list)
364 (gdb-get-source-file): Move mode line update to
365 gdb-get-source-file (Bug#10087).
366
367 2011-12-25 Chong Yidong <cyd@gnu.org>
368
369 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
370 gud-gdb-marker-filter without taking it as an argument.
371 (gud-gdb-run-command-fetch-lines): Caller changed.
372 (gud-gdb-completion-function): New variable.
373 (gud-gdb-completion-at-point): Use it.
374 (gud-gdb-completions-1): Split from gud-gdb-completions.
375
376 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
377 function as separate arguments.
378 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
379 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
380 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
381 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
382 (gdb-stopped, def-gdb-auto-update-trigger)
383 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
384 (gdb-get-changed-registers, gdb-get-main-selected-frame):
385 Callers changed.
386 (gud-gdbmi-completions): New function.
387 (gdb): Use it for generating the completion table.
388
389 2011-12-24 Alan Mackenzie <acm@muc.de>
390
391 Introduce a mechanism to widen the region used in context font
392 locking. Use this to protect declarations from losing their contexts.
393
394 * progmodes/cc-langs.el (c-before-font-lock-functions):
395 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
396 (c-before-context-fontification-functions): New defvar, a list of
397 functions to be run just before context (etc.) font locking.
398
399 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
400 New, functionality extracted from
401 c-neutralize-syntax-in-and-mark-CPP.
402 (c-in-after-change-fontification): New variable.
403 (c-after-change): Set c-in-after-change-fontification.
404 (c-set-fl-decl-start): Rejig its interface, so it can be called
405 from both after-change and context fontifying.
406 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
407 New functions.
408 (c-standard-font-lock-fontify-region-function): New variable.
409 (c-font-lock-fontify-region): New function.
410
411 2011-12-24 Juri Linkov <juri@jurta.org>
412
413 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
414 (Bug#10348)
415
416 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
417
418 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
419 existence of source file. (Bug#10325)
420
421 2011-12-23 Alan Mackenzie <acm@muc.de>
422
423 Fix unstable fontification inside templates.
424
425 * progmodes/cc-langs.el (c-before-font-lock-functions):
426 Newly created from the singular version. The (c c++ objc) entry now
427 additionally has c-set-fl-decl-start. The other languages (apart
428 from AWK) have that as a single entry.
429
430 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
431 The functionality for "local" declarations has been extracted to
432 c-set-fl-decl-start.
433
434 * progmodes/cc-mode.el (c-common-init, c-after-change):
435 Changes due to pluralisation of c-before-font-lock-functions.
436 (c-set-fl-decl-start): New function, extracted from
437 c-font-lock-enclosing-decls and enhanced.
438
439 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
440
441 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
442
443 2011-12-22 Juri Linkov <juri@jurta.org>
444
445 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
446
447 2011-12-22 Chong Yidong <cyd@gnu.org>
448
449 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
450
451 2011-12-21 Drew Adams <drew.adams@oracle.com>
452
453 * files.el (file-remote-p): Fix docstring. (Bug#10319)
454
455 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
456
457 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
458
459 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
460
461 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
462 highlighting and support. Fix up comments for capitalization.
463 (cfengine-mode-debug): New var.
464 (cfengine3-mode): Change the modeline indicator to "CFE3".
465 (cfengine3-font-lock-keywords): Improve defun highlighting.
466 (cfengine2-actions): Rename from `cfengine-actions'.
467 (cfengine2-font-lock-keywords): Rename from
468 `cfengine-font-lock-keywords'.
469 (cfengine2-imenu-expression): Rename from
470 `cfengine-imenu-expression'.
471 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
472 (cfengine2-beginning-of-defun): Rename from
473 `cfengine-beginning-of-defun'.
474 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
475 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
476 (cfengine2-mode): Rename from `cfengine-mode'. Change the
477 modeline indicator to "CFE2".
478 (cfengine-mode): Defalias to `cfengine-auto-mode'.
479 (cfengine-mode-abbrevs): Mark obsolete.
480
481 2011-12-21 Chong Yidong <cyd@gnu.org>
482
483 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
484 filename argument.
485
486 2011-12-20 Martin Rudalics <rudalics@gmx.at>
487
488 * window.el (window-normalize-buffer-to-display): Remove.
489 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
490
491 2011-12-19 Chong Yidong <cyd@gnu.org>
492
493 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
494 Don't signal an error in a predicate function; return non-nil.
495 (vc-dir-mark-file): Move the error here.
496 (vc-dir-mark-unmark): If acting on the region, keep going if one
497 of the entries cannot be marked/unmarked.
498 (vc-dir-mark-all-files): If current entry is a directory, mark
499 only child files, as documented.
500
501 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
502
503 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
504 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
505 addition.
506
507 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
508
509 * term/ns-win.el (ns-get-selection-internal)
510 (ns-store-selection-internal): Declare.
511 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
512 Declare as obsolete.
513 (ns-get-pasteboard, ns-paste-secondary):
514 Use ns-get-selection-internal.
515 (ns-set-pasteboard, ns-copy-including-secondary):
516 Use ns-store-selection-internal.
517
518 2011-12-17 Chong Yidong <cyd@gnu.org>
519
520 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
521 (vc-deduce-fileset): Doc fix.
522
523 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
524
525 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
526
527 2011-12-13 Sam Steingold <sds@gnu.org>
528
529 * man.el (Man-getpage-in-background): When running under a
530 window-system, ignore $MANWIDTH and $COLUMNS.
531
532 2011-12-15 Kenichi Handa <handa@m17n.org>
533
534 * language/ethio-util.el: Change coding tag to utf-8-emacs.
535 (setup-ethiopic-environment-internal): Comment out key-binding for
536 ethio-toggle-punctuation.
537
538 2011-12-13 Alan Mackenzie <acm@muc.de>
539
540 Add the switch statement to AWK Mode.
541
542 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
543 "default" to the keywords regexp.
544
545 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
546 expression as the rest.
547 (c-nonlabel-token-key): Allow string literals for AWK.
548 Refactor for the other modes.
549
550 Large brace-block initialisation makes CC Mode slow: Fix.
551 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
552 routines. Limit backward searching in c-font-lock-enclosing.decl.
553
554 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
555 pp-state and literal type in addition to the limits.
556 (c-state-safe-place): New defun, extracted from c-state-literal-at.
557 (c-state-literal-at): Use the above new defun.
558 (c-slow-in-literal, c-fast-in-literal): Remove.
559 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
560
561 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
562 being in a literal. Add a limit for backward searching.
563
564 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
565 c-slow-in-literal.
566
567 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
570
571 2011-12-13 Martin Rudalics <rudalics@gmx.at>
572
573 * window.el (delete-other-windows): Use correct frame in call to
574 window-with-parameter.
575
576 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
577
578 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
579 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
580 (makefile-gmake-statements, makefile-makepp-statements):
581 Use it and add new makepp keywords.
582 (makefile-makepp-font-lock-keywords): Add new patterns.
583 (makefile-match-function-end): Match new [...] and [[...]].
584
585 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
586
587 * ses.el (ses-call-printer-return, ses-cell-property-get)
588 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
589 (ses-create-cell-variable, ses-reset-header-string)
590 (ses-cell-set-formula, ses-repair-cell-reference-all)
591 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
592 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
593 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
594 (ses-aset-with-undo, ses-load, ses-truncate-cell)
595 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
596 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
597 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
598 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
599 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
600 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
601 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
602 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
603
604 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
605
606 * ses.el: The overall change is to add cell renaming, that is
607 setting fancy names for cell symbols other than name matching
608 "\\`[A-Z]+[0-9]+\\'" regexp .
609 (ses-create-cell-variable): New defun.
610 (ses-relocate-formula): Relocate formulas only for cells the
611 symbols of which are not renamed, i.e. symbols whose names do not
612 match regexp "\\`[A-Z]+[0-9]+\\'".
613 (ses-relocate-all): Relocate values only for cells the symbols of
614 which are not renamed.
615 (ses-load): Create cells variables as the (ses-cell ...) are read,
616 in order to check row col consistency with cell symbol name only
617 for cells that are not renamed.
618 (ses-replace-name-in-formula): New defun.
619 (ses-rename-cell): New defun.
620
621 2011-12-11 Chong Yidong <cyd@gnu.org>
622
623 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
624 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
625
626 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
627
628 * window.el (other-window): Fix docstring.
629
630 2011-12-10 Eli Zaretskii <eliz@gnu.org>
631
632 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
633 `from' or `to' address before taking its substring.
634 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
635 encoded name is chopped in the middle of the encoded string, and
636 thus displayed encoded.
637
638 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
639
640 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
641
642 2011-12-10 Eli Zaretskii <eliz@gnu.org>
643
644 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
645 to use texinfo-update-node and commands that call it if the
646 Texinfo file uses @node lines without next/prev/up pointers.
647 Correct outdated description about texinfo-master-menu.
648 (texinfo-all-menus-update, texinfo-master-menu)
649 (texinfo-update-node, texinfo-every-node-update)
650 (texinfo-multiple-files-update): Doc fix. Warn against updating
651 all the @node lines.
652 (texinfo-master-menu): Only call texinfo-update-node if the prefix
653 argument is numeric. Explain better in the doc string what the
654 function really does.
655 (texinfo-insert-master-menu-list): Improve the error message
656 displayed if there's no menu in the Top node.
657 (Bug#2975) See also this thread:
658 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
659
660 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
661
662 * speedbar.el (speedbar-supported-extension-expressions):
663 Add .adb and .ads, commonly used for Ada source code (bug#10256).
664
665 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
666
667 * printing.el (pr-mode-alist):
668 * simple.el (filter-buffer-substring-functions)
669 (completion-list-insert-choice-function):
670 * window.el (window-with-parameter, window-atom-root)
671 (window-sides-slots, window-size-fixed, window-min-delta)
672 (window-max-delta, window--resize-mini-window)
673 (window--resize-child-windows-normal, window-tree)
674 (delete-other-windows, quit-window, split-window)
675 (display-buffer-record-window, special-display-buffer-names)
676 (special-display-regexps, special-display-popup-frame)
677 (same-window-p, split-window-sensibly)
678 (display-buffer-overriding-action, display-buffer-alist)
679 (display-buffer-base-action, display-buffer, switch-to-buffer)
680 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
681 (fit-window-to-buffer, recenter-positions)
682 (mouse-autoselect-window-state, mouse-autoselect-window-select):
683 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
684 and remove unneeded backslashes in docstrings.
685
686 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
689
690 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
691 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
692 end in ".mk".
693 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
694 when reading the makefile (bug#10116).
695
696 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
699 (bug#10116).
700
701 2011-12-06 Glenn Morris <rgm@gnu.org>
702
703 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
704
705 2011-12-06 Chong Yidong <cyd@gnu.org>
706
707 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
708
709 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
710
711 * textmodes/table.el (table-shorten-cell): Fix typo.
712
713 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
714
715 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
716
717 2011-12-05 Eli Zaretskii <eliz@gnu.org>
718
719 * descr-text.el (describe-char): Fix display of strong
720 right-to-left characters and directional embeddings and overrides.
721
722 * simple.el (what-cursor-position): Fix display of codepoints of
723 strong right-to-left characters.
724
725 2011-12-05 Chong Yidong <cyd@gnu.org>
726
727 * faces.el (read-color): Doc fix.
728
729 2011-12-05 Glenn Morris <rgm@gnu.org>
730
731 * align.el (align--set-marker): Add doc-string.
732 Don't try to move something that is not a marker. (Bug#10216)
733
734 2011-12-04 Glenn Morris <rgm@gnu.org>
735
736 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
737 overly zealous deletion of trailing whitespace.
738
739 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
740
741 * server.el (server-delete-client): On Windows, do not try to delete
742 the only terminal.
743 (server-process-filter): On Windows, treat requests for a tty frame as
744 if they were for a GUI frame if the running server is in GUI mode.
745
746 2011-12-03 Glenn Morris <rgm@gnu.org>
747
748 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
749
750 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * electric.el: Streamline electric-indent's hook.
753 (electric-indent-chars): Revert to simple list.
754 (electric-indent-functions): New var.
755 (electric-indent-post-self-insert-function): Use it.
756
757 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
758 there's no inferior buffer (bug#10196).
759 (prolog-consult-compile): Don't use toggle-read-only.
760
761 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
762
763 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
764 interrupt. (Bug#10187)
765
766 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
769 (bug#9160).
770
771 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
772 (bug#10191).
773
774 2011-12-02 Juri Linkov <juri@jurta.org>
775
776 * info.el (Info-search): Display "end of manual" when Isearch
777 reaches the end of single-file Info manual. (Bug#9918)
778
779 2011-12-02 Eli Zaretskii <eliz@gnu.org>
780
781 * isearch.el (isearch-message-prefix): Run the input method part
782 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
783
784 2011-12-02 Juri Linkov <juri@jurta.org>
785
786 * isearch.el (isearch-occur): Use `word-search-regexp' for
787 `isearch-word'.
788 (isearch-search-and-update): Add condition for `isearch-word' and
789 call `word-search-regexp'. (Bug#10145)
790
791 2011-12-01 Glenn Morris <rgm@gnu.org>
792
793 * eshell/em-hist.el (eshell-hist-initialize):
794 Handle eshell-history-size nil and HISTSIZE set or unset.
795 (eshell-history-file-name, eshell-history-size): Fix custom type.
796
797 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
800
801 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
802
803 * progmodes/verilog-mode.el (verilog-pretty-expr):
804 Rework verilog-pretty-expr to handle new assignment operators in system
805 verilog, such as += *= and the like.
806 (verilog-assignment-operator-re): Regular expression to find the
807 assigment operator in a verilog assignment.
808 (verilog-assignment-operation-re): Regular expression to find an
809 assignment statement for pretty-expr.
810 (verilog-in-attribute-p): Query returns true if point is in an
811 attribute context; used to skip these for expression line up from
812 pretty-expr.
813 (verilog-in-parameter-p): Query returns true if point is in an
814 parameter definition context; used to skip these for expression
815 line up from pretty-expr.
816 (verilog-in-parenthesis-p): Query returns true if point is in a
817 parenthetical expression, specifically ( ) but not [ ] or { };
818 used by pretty-expr.
819 (verilog-just-one-space): If there is no space, don't add one.
820 (verilog-get-lineup-indent-2): Specifically skip just attribute
821 contexts for expression lineup, rather than skipping all
822 parenthetical expressions.
823 (verilog-calculate-indent): Fix comment, and fix indent.
824 (verilog-do-indent): Indent declarations in lists (suggested by
825 Joachim Lechner).
826 (verilog-mode-abbrev-table): Populate abbrev mode with the various
827 skeleton items.
828 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
829 by Alain Mellan).
830
831 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
832
833 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
834 parameters with embedded comments. Reported by Ray Stevens.
835 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
836 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
837 Reported by Tim Holt.
838 (verilog-auto): Fix AUTOing a upper module then AUTOing module
839 instantiated by upper module causing wrong expansion until AUTOed a
840 second time. Reported by K C Buckenmaier.
841 (verilog-diff-auto): Fix showing .* as a difference when
842 `verilog-auto-star-save' off. Reported by Dan Dever.
843 (verilog-auto-reset, verilog-read-always-signals)
844 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
845 temporary signals in reset list if
846 verilog-auto-reset-blocking-in-non is nil, and match assignment
847 style to each signal's assignment type, bug381.
848 Reported by Thomas Esposito.
849 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
850 (verilog-uvm-statement-re): Support UVM indentation and
851 highlighting, with old OVM keywords only.
852 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
853 Support AUTOTIEOFF creating non-wire data types.
854 Suggested by Jonathan Greenlaw.
855 (verilog-auto-insert-lisp, verilog-delete-to-paren)
856 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
857 (verilog-inject-sense, verilog-read-inst-pins)
858 (verilog-read-sub-decls, verilog-read-sub-decls-line):
859 Fix mismatching parenthesis inside commented out code when deleting
860 AUTOINST, bug383. Reported by Jonathan Greenlaw.
861 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
862 non-numeric vector width. Reported by Alex Reed.
863 (verilog-auto-ascii-enum): Add "onehot" option to work around not
864 detecting signals with parameter widths. Reported by Alex Reed.
865 (verilog-auto-delete-trailing-whitespace):
866 With `verilog-auto-delete-trailing-whitespace' remove trailing
867 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
868 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
869 Fix verilog-scan-cache corruption when running user AUTO expansion
870 hooks that call indentation routines.
871 (verilog-simplify-range-expression): Fix typo ignoring lower case
872 identifiers.
873 (verilog-delete-auto): Fix delete-autos to also remove user created
874 automatics, as long as they start with AUTO.
875 (verilog-batch-diff-auto, verilog-diff-auto)
876 (verilog-diff-function): Add `verilog-diff-auto' and bind to
877 "C-c?" to report differences in AUTO expansion, ignoring spaces.
878 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
879 (verilog-in-paren-quick, verilog-re-search-backward-quick)
880 (verilog-re-search-forward-quick, verilog-syntax-ppss):
881 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
882 is disabled and its cache will get corrupt, causing AUTOS not to
883 expand. Instead use only -quick functions.
884 (verilog-scan-region): Fix scanning over escaped quotes.
885 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
886 (verilog-re-search-backward-quick)
887 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
888 related functions now ignore strings, to fix misparsing of strings
889 with magic comments embedded in them.
890 (verilog-read-auto-template):
891 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
892 Reported by Brad Dobbie.
893 (verilog-read-auto-template):
894 Fix 'verilog-auto-inst-template-numbers' with comments.
895 Reported by Brad Dobbie.
896 (verilog-auto-inst, verilog-auto-inst-param)
897 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
898 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
899 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
900 debugging templates without merge conflicts, bug357.
901 Reported by Brad Dobbie.
902 (verilog-read-auto-template):
903 Fix verilog-auto-inst-template-numbers with multiple templates.
904 Reported by Brad Dobbie.
905 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
906 abbrevs so user won't be asked to save.
907 (verilog-read-auto-lisp-present): Fix to start at beginning of
908 buffer in case called outside of verilog-auto.
909 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
910 to "X-2". Reported by Matthew Myers.
911 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
912 all inputs from module templates. Reported by Leith Johnson.
913 (verilog-module-inside-filename-p): Fix locating programs as with
914 modules.
915 (verilog-auto-inst-port): Fix vl-width expressions when using
916 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
917 (verilog-decls-get-regs, verilog-decls-get-signals,
918 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
919 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
920 verilog-read-decls): Combine reg and wire structures into one var
921 structure to represent SystemVerilog concepts.
922 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
923 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
924 (verilog-auto-wire-type, verilog-insert-definition):
925 Add verilog-auto-wire-type and AUTOLOGIC to support using
926 SystemVerilog "logic" keyword instead of "wire"/"reg".
927 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
928 to declares outputs that also have assignments (presumably in an
929 ifdef or generate if so there's not a driver conflict).
930 Reported by Matthew Myers.
931 (verilog-auto-declare-nettype, verilog-insert-definition):
932 Add verilog-auto-declare-nettype to fix declarations using
933 `default_nettype none. Reported by Julian Gorfajn.
934 (verilog-read-always-signals-recurse, verilog-read-decls)
935 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
936 malformed end statement, bug325. Reported by Joshua Wise and
937 Andrew Drake.
938 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
939 (verilog-inst-comment-re): Fix not deleting Interfaced comment
940 when expanding .* in interfaces, bug320.
941 Reported by Pierre-David Pfister.
942 (verilog-read-module-name): Fix import statements between module
943 name and open parenthesis, bug317.
944 Reported by Pierre-David Pfister.
945 (verilog-simplify-range-expression): Fix simplification of
946 multiplications inside AUTOWIRE connections, bug303.
947 (verilog-auto-inst-port): Support parameter expansion in
948 multidimensional arrays.
949 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
950 after "assert property". Reported by Julian Gorfajn.
951 (verilog-simplify-range-expression): Fix "couldn't merge" errors
952 with multiplication, bug303.
953 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
954 Reported by Jan Frode Lonnum.
955
956 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
957
958 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
959 (hfy-shell-file-name, hfy-shell):
960 * international/fontset.el (x-decompose-font-name): Fix typos.
961
962 2011-11-29 Ken Brown <kbrown@cornell.edu>
963
964 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
965 (gdb-version): Remove defvar.
966 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
967 (gdb-gud-context-command, gdb-non-stop-handler)
968 (gdb-current-context-command, gdb-stopped): Use it.
969 (gdb-init-1): Enable pretty printing here.
970 (gdb-non-stop-handler): Don't enable pretty-printing here.
971 Check to see if the target supports non-stop mode; if not, turn off
972 non-stop mode. Use the following.
973 (gdb-check-target-async): New defun.
974 (gud-watch, gdb-stopped): Fix whitespace.
975 (gdb-get-source-file): Don't try to display the source file if
976 `gdb-main-file' is nil.
977
978 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * align.el: Try to generate fewer markers (bug#10047).
981 (align--set-marker): New macro.
982 (align-region): Use it.
983
984 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
987
988 2011-11-29 Chong Yidong <cyd@gnu.org>
989
990 * indent.el (indent-for-tab-command, indent-according-to-mode):
991 Doc fix.
992 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
993
994 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
995
996 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
997 aware of remote file names. (Bug#10124)
998
999 2011-11-29 Chong Yidong <cyd@gnu.org>
1000
1001 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1002
1003 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * files.el (find-file): Don't use force-same-window (bug#10144).
1006 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1007 use pop-to-buffer if the selected window can't be used.
1008 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1009
1010 2011-11-28 Eli Zaretskii <eliz@gnu.org>
1011
1012 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1013 special-mode-map.
1014
1015 2011-11-28 Chong Yidong <cyd@gnu.org>
1016
1017 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1018
1019 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
1020
1021 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1022 gdb-get-source-file-list on gdb-create-source-file-list.
1023
1024 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1025
1026 * whitespace.el (whitespace-newline): Use a different foreground
1027 color for 16-color light-background displays.
1028
1029 2011-11-24 Chong Yidong <cyd@gnu.org>
1030
1031 * window.el (display-buffer--special-action): Doc fix.
1032
1033 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
1034
1035 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1036 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1037 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1038 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1039 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1040 (avl-tree-stack-first):
1041 * emacs-lisp/cconv.el (cconv--analyse-use):
1042 * net/gnutls.el (gnutls-negotiate): Fix typos.
1043
1044 2011-11-24 Glenn Morris <rgm@gnu.org>
1045
1046 * lpr.el (lpr-windows-system, lpr-lp-system):
1047 * mail/binhex.el (binhex-begin-line):
1048 * progmodes/grep.el (grep-history, grep-find-history):
1049 * textmodes/flyspell.el:
1050 * vc/pcvs-defs.el (cvs-global-menu):
1051 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1052 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1053 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1054
1055 * net/tls.el: Fix case of "GnuTLS".
1056
1057 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1058
1059 * version.el (emacs-build-system): Give it a doc-string.
1060
1061 2011-11-24 Juri Linkov <juri@jurta.org>
1062
1063 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1064
1065 2011-11-24 Glenn Morris <rgm@gnu.org>
1066
1067 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1068 if called on a non-mime message just toggle the headers. (Bug#8006)
1069
1070 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1073 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1074 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1075 (allout-rebullet-heading, allout-open-sibtopic)
1076 (allout-toggle-current-subtree-encryption)
1077 (allout-toggle-subtree-encryption, allout-encrypt-string)
1078 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1079 (allout-distinctive-bullets-string, allout-auto-activation):
1080 * window.el (window-normalize-buffer-to-display):
1081 * progmodes/verilog-mode.el (verilog-batch-indent):
1082 * textmodes/bibtex.el (bibtex-field-braces-opt)
1083 (bibtex-field-strings-opt):
1084 * vc/cvs-status.el (cvs-tree-merge):
1085 Fix typos.
1086
1087 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
1088
1089 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1090 `non-essential' to t, in order to avoid remote connections.
1091
1092 2011-11-23 Eli Zaretskii <eliz@gnu.org>
1093
1094 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1095 On MS-DOS and MS-Windows, compare with loaddefs.el
1096 case-insensitively.
1097
1098 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1099
1100 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1101
1102 2011-11-23 Glenn Morris <rgm@gnu.org>
1103
1104 * paths.el (rmail-file-name): Reformat the doc-string so that it
1105 is picked up.
1106
1107 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1108 (rmail-auto-file): Ignore case in the "special" field names,
1109 as mail-fetch-field does for all others.
1110
1111 * mail/rmail.el (rmail-forward):
1112 * mail/rmailkwd.el (rmail-set-label):
1113 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1114 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1115
1116 * mail/rmail.el (rmail-current-message): Doc fix.
1117
1118 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1119
1120 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1123
1124 2011-11-22 Glenn Morris <rgm@gnu.org>
1125
1126 * mail/rmailmm.el (test-rmail-mime-handler)
1127 (test-rmail-mime-bulk-handler)
1128 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1129
1130 2011-11-21 Juri Linkov <juri@jurta.org>
1131
1132 * calc/calc.el (calc-read-key-sequence):
1133 Let-bind `input-method-function' to nil. (Bug#10018)
1134
1135 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1136
1137 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1138 Tell the caller that the next line needs recomputation, even
1139 though it doesn't start a sexp (bug#10094).
1140
1141 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1144
1145 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1148 Use force-same-window.
1149
1150 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * descr-text.el (describe-char-unicode-data):
1153 * json.el (json-string-escape):
1154 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1155 (Footnote-unicode, Footnote-style-p):
1156 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1157
1158 2011-11-20 Chong Yidong <cyd@gnu.org>
1159
1160 * window.el (replace-buffer-in-windows): Restore interactive spec.
1161
1162 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1165
1166 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1167 (byte-compile-global-not-obsolete-vars): New var.
1168 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1169 Use it.
1170 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1171
1172 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1175 * progmodes/pascal.el (electric-pascal-equal):
1176 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1177 * xml.el (xml-substitute-special): Fix typos.
1178
1179 2011-11-20 Glenn Morris <rgm@gnu.org>
1180
1181 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1182 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1183 Doc fixes.
1184 (rmail-decode-mime-charset): Mark as obsolete.
1185
1186 * mail/rmailsum.el (rmail-message-regexp-p-1):
1187 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1188 Before using mime functions, check they are set. (Bug#10077)
1189
1190 2011-11-19 Juri Linkov <juri@jurta.org>
1191
1192 * info.el (Info-finder-find-node): Use `package--builtins' instead
1193 of `package-alist'. Use node names formed by the pattern "Keyword "
1194 and the keyword name.
1195
1196 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1197
1198 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1199
1200 2011-11-19 Juri Linkov <juri@jurta.org>
1201
1202 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1203 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1204 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1205 `old-history', `old-history-forward'. Add let-binding
1206 `window-selected'. Remove calls to `kill-buffer',
1207 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1208 before calling `Info-find-node', so `Info-find-node-2' will reread
1209 the Info file. Restore window positions only when `window-selected'
1210 is non-nil.
1211
1212 2011-11-19 Juri Linkov <juri@jurta.org>
1213
1214 * isearch.el (isearch-lazy-highlight-new-loop):
1215 Remove condition `(not isearch-error)'. (Bug#9918)
1216
1217 * misearch.el (multi-isearch-search-fun): Add condition
1218 `(not bound)' to ignore lazy-highlighting search.
1219 Add the search-failed message "end of multi" when the end of
1220 multi-sequence is reached. Uncapitalize the search-failed
1221 message "Repeat for next buffer".
1222
1223 * info.el (Info-search): Add the search-failed message
1224 "end of the manual" when the end of the manual is reached
1225 in Isearch mode.
1226
1227 2011-11-19 Juri Linkov <juri@jurta.org>
1228
1229 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1230 Use non-destructive `remove' instead of `delete' because
1231 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1232 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1233
1234 2011-11-19 Juri Linkov <juri@jurta.org>
1235
1236 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1237 to nil instead of binding `search-ring' and `regexp-search-ring'.
1238 (Bug#9185)
1239
1240 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1241
1242 * simple.el (line-move): Force movement by logical lines for any
1243 hscrolled window, not only when auto-hscroll-mode is on.
1244 (line-move-visual): Update doc string to that effect. (Bug#10076)
1245
1246 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1247
1248 * language/european.el (macintosh): Define as alias for mac-roman.
1249
1250 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1251
1252 * mail/rmailmm.el (rmail-mime-display-header)
1253 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1254 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1255 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1256 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1257 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1258 of a raw aref.
1259 (rmail-mime-entity-segment): To get past the tagline, move forward
1260 2 more lines, to account for the 2 empty lines that precede and
1261 follow the line with the buttons.
1262 (rmail-mime-update-tagline): Move one more line, to get past the
1263 empty line that follows the buttons in the tagline. (Bug#9520)
1264
1265 2011-11-19 Martin Rudalics <rudalics@gmx.at>
1266
1267 * window.el (window-max-delta-1, window-min-delta-1)
1268 (window-min-size-1, window-state-get-1, window-state-put-1)
1269 (window-state-put-2): Use "window--" prefix.
1270
1271 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1274 (smie-warning-count): New var.
1275 (smie-set-prec2tab): Use it.
1276 (smie-bnf->prec2): Improve warnings. Add docstring.
1277 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1278 (smie-bnf--set-class): New function.
1279 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1280 corner case.
1281
1282 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1283 (compilation-error-properties, compilation-move-to-column):
1284 Handle compilation-first-column while in the target buffer.
1285
1286 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1287 Don't hardcode point-min==1.
1288
1289 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1290 (eshell-rewrite-for-command): Remove workaround.
1291 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1292 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1293 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1294
1295 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1296
1297 2011-11-17 Glenn Morris <rgm@gnu.org>
1298
1299 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1300 Ignore buffer-local generated-autoload-file if it is the same
1301 as the global value. (Bug#10049)
1302
1303 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
1304
1305 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1306 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1307 (reftex-toc-previous-heading, reftex-toc-max-level)
1308 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1309 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1310 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1311 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1312 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1313 (reftex-toc-rename-label, reftex-toc-visit-location)
1314 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1315 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1316 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1317 leaving "*toc*" only for references to the buffer.
1318
1319 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1320
1321 * window.el (window-resize, delete-window, split-window):
1322 Replace window-splits by window-combination-resize.
1323 * cus-start.el (window-splits): Replace by window-combination-resize.
1324
1325 2011-11-17 Glenn Morris <rgm@gnu.org>
1326
1327 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1328 Make bash entry derive from sh entry, not shell entry.
1329
1330 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1333 properties of linked files. (Bug#9879)
1334
1335 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1336 local file name.
1337
1338 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * menu-bar.el (menu-bar-file-menu):
1341 * printing.el (pr-ps-utility):
1342 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1343 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1344 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1345 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1346 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1347 (icalendar--convert-cyclic-to-ical)
1348 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1349 (icalendar--convert-ical-to-diary)
1350 (icalendar--convert-recurring-to-diary)
1351 (icalendar--convert-non-recurring-all-day-to-diary)
1352 (icalendar-import-format-sample):
1353 * progmodes/idlw-shell.el (idlwave-shell-mode):
1354 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1355 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1356 (vhdl-ps-print-init): Fix typos.
1357
1358 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1359
1360 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1361 FSF and collapse date sequence, obscure author/maintainer email address
1362 better, remove extra version line, track relocation of author's webpage.
1363
1364 * progmodes/python.el (python-pdbtrack-input-prompt)
1365 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1366 regular python pdb prompts. Adjustments shamelessly taken exactly as
1367 suggested in EmacsWiki page (tiny change):
1368 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1369
1370 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1371
1372 * expand.el (expand-pos, expand-index, expand-point):
1373 Remove redundant info from docstring.
1374 (expand-add-abbrevs): Doc fix.
1375 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1376 (expand-sample-perl-mode-expand-list): Fix typos.
1377
1378 * net/dbus.el (dbus-event-member-name):
1379 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1380 * term/pc-win.el (msdos-create-frame-with-faces):
1381 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1382
1383 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1384
1385 * window.el (split-window, window-state-get-1)
1386 (window-state-put-1, window-state-put-2): Rename occurrences of
1387 window-nest to window-combination-limit.
1388 * cus-start.el (window-nest): Rename to window-combination-limit.
1389
1390 2011-11-16 Chong Yidong <cyd@gnu.org>
1391
1392 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1393 regexp (Bug#10033).
1394
1395 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1398 `completing-read' will remove *Completions* and will preserve
1399 current-buffer for us.
1400 (tmm-add-prompt): Users of *Completions* will always (re)set its
1401 major mode.
1402 (tmm-old-comp-map): Remove.
1403
1404 2011-11-16 Glenn Morris <rgm@gnu.org>
1405
1406 * mail/rmailedit.el: Require rmailmm when compiling.
1407 (rmail-old-mime-state): New declaration.
1408 (rmail-edit-current-message): If editing a mime message,
1409 edit the "raw" message from the mbox buffer.
1410 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1411
1412 2011-11-15 Glenn Morris <rgm@gnu.org>
1413
1414 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1415 which wasn't being used. Add optional arg to force given state.
1416 (rmail-mime): Add optional arg to force given state.
1417
1418 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1421 * frame.el (display-mm-dimensions-alist):
1422 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1423 (outline-move-subtree-down):
1424 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1425 (newsticker--treeview-do-get-node):
1426 * net/quickurl.el (quickurl-list-buffer-name):
1427 * progmodes/dcl-mode.el (dcl-mode):
1428 * progmodes/gdb-mi.el (gdb-mapcar*):
1429 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1430
1431 2011-11-15 Glenn Morris <rgm@gnu.org>
1432
1433 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1434 in a boolean sense, so just make it a boolean, and fix the doc.
1435 (rmail-show-mime-function, rmail-mime-feature)
1436 (rmail-require-mime-maybe): Doc fixes.
1437 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1438
1439 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1440
1441 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1444 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1445 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1446 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1447
1448 2011-11-15 Glenn Morris <rgm@gnu.org>
1449
1450 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1451 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1452 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1453 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1454 (rmail-mime, rmail-show-mime): Doc fixes.
1455
1456 * term/ns-win.el (mode-line-frame-identification):
1457 Leave it alone. (Bug#10051)
1458
1459 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1460
1461 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1462 Handle empty buffers. (Bug#9978)
1463
1464 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * international/mule.el (define-charset):
1467 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1468 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1469 * progmodes/verilog-mode.el (verilog-backward-token):
1470 * textmodes/ispell.el (lookup-words):
1471 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1472
1473 2011-11-14 Glenn Morris <rgm@gnu.org>
1474
1475 * progmodes/executable.el
1476 (executable-make-buffer-file-executable-if-script-p):
1477 Handle file-modes returning nil.
1478
1479 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1480 message - not necessary, and causes problems. (Bug#9831)
1481
1482 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1483
1484 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1485
1486 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1487 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1488 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1489
1490 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1491
1492 * window.el (window-resize, delete-window): Use window-splits
1493 variable instead of function.
1494 (window-state-get-1, window-state-put-2, window-state-put):
1495 Don't deal with windows' splits status.
1496
1497 2011-11-12 Glenn Morris <rgm@gnu.org>
1498
1499 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1500 (apropos-documentation): Doc fixes.
1501
1502 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1505 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1506
1507 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * electric.el (electric-indent-post-self-insert-function): Make it
1510 possible for a char to only indent in some circumstances.
1511 (electric-indent-mode): Simplify.
1512
1513 2011-11-11 Martin Rudalics <rudalics@gmx.at>
1514
1515 * window.el (windows-with-parameter): Remove unused function.
1516 (windows-at-side): Rename to window-at-side-list.
1517 (window-check, window-atom-check, window-atom-check-1)
1518 (window-side-check, window-size-ignore, window-size-fixed-1)
1519 (window-in-direction-2): Prefix with "window--".
1520 (window-tree-1): Rename to window--subtree, fix doc-string.
1521
1522 2011-11-11 Glenn Morris <rgm@gnu.org>
1523
1524 * subr.el (eval-after-load): If FILE is already loaded,
1525 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1526
1527 2011-11-10 Glenn Morris <rgm@gnu.org>
1528
1529 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1530 Call svn via vc-svn-command rather than vc-do-command.
1531 (vc-svn-command): Add --non-interactive. (Bug#9993)
1532 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1533
1534 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1535 Add toggle-read-only. (Bug#7292)
1536 * files.el (toggle-read-only): Mention that it should only
1537 be used interactively. (Bug#10006)
1538
1539 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1542 Adjust regexp for OCaml warnings.
1543
1544 * electric.el (electric-pair-post-self-insert-function): Let user
1545 turn it off buffer-locally (bug#9932).
1546
1547 * progmodes/python.el (python-beginning-of-statement):
1548 Rewrite (bug#2703).
1549
1550 * progmodes/compile.el: Better handle TABs (bug#9749).
1551 (compilation-internal-error-properties)
1552 (compilation-next-error-function): Obey the target buffer's
1553 compilation-error-screen-columns.
1554
1555 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * progmodes/meta-mode.el: Remove obsolete comments.
1558 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1559 Fix typos in docstrings.
1560
1561 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1562
1563 * window.el (window-size-fixed-p): Rewrite doc-string.
1564 (window-resizable-p): Rename to window--resizable-p. Update callers.
1565 (window--resizable): New function. Make all callers of
1566 window-resizable call window--resizable instead.
1567 (window-resizable): Rewrite in terms of window--resizable.
1568
1569 2011-11-08 Glenn Morris <rgm@gnu.org>
1570
1571 * progmodes/delphi.el (delphi-mode-syntax-table):
1572 Let define-derived-mode define a proper syntax table. (Bug#9994)
1573
1574 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * window.el: Stay away from defsubst.
1577 (window-list-no-nils): Remove.
1578 (window-state-get-1, window-state-get): Use backquote instead.
1579
1580 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1581
1582 * emacs-lisp/find-func.el (find-function-read):
1583 Fix incorrect use of default argument in `completing-read'.
1584
1585 2011-11-08 Martin Rudalics <rudalics@gmx.at>
1586
1587 * window.el (display-buffer-function, special-display-function):
1588 Mention display-buffer-record-window but do not mention
1589 help-setup parameter in doc-strings.
1590 (window-min-delta): Fix doc-string typo.
1591
1592 2011-11-08 Chong Yidong <cyd@gnu.org>
1593
1594 * window.el (window-total-height, window-total-width): Doc fix.
1595 (window-body-size): Move from C.
1596 (window-body-height, window-body-width): Move to C.
1597
1598 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * window.el: Make special-display like display-buffer-alist (bug#9532).
1601 (display-buffer--special-action): New function, morphed
1602 from display-buffer--special.
1603 (display-buffer): Use it to handle special-display-buffers at higher
1604 priority (just after display-buffer-alist).
1605 (display-buffer-fallback-action, display-buffer--other-frame-action)
1606 (pop-to-buffer-same-window): Remove display-buffer--special.
1607
1608 2011-11-07 Glenn Morris <rgm@gnu.org>
1609
1610 * calendar/cal-menu.el (cal-menu-set-date-title):
1611 Do nothing if not in a calendar. (Bug#9976)
1612
1613 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * files.el (find-file): Always use selected-window.
1616
1617 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1618
1619 * window.el (window-combinations): Make WINDOW argument
1620 mandatory. Rewrite doc-string.
1621 (walk-window-subtree, window-atom-check, window-min-delta)
1622 (window-max-delta, window--resize-this-window)
1623 (window--resize-root-window-vertically, window-tree)
1624 (balance-windows, window-state-put): Rewrite doc-strings as to
1625 not mention the term "subwindow".
1626 (window--resize-subwindows-skip-p): Rename to
1627 window--resize-child-windows-skip-p.
1628 (window--resize-subwindows-normal): Rename to
1629 window--resize-child-windows-normal.
1630 (window--resize-subwindows): Rename to
1631 window--resize-child-windows.
1632 (window-or-subwindow-p): Rename to window--in-subtree-p.
1633
1634 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1635
1636 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1637 Ensure that mbox format messages end in two newlines (Bug#9974).
1638
1639 2011-11-06 Chong Yidong <cyd@gnu.org>
1640
1641 * window.el (window-combination-p): Function deleted; its
1642 side-effect is not used in any existing code.
1643 (window-combinations, window-combined-p): Call window-*-child
1644 directly.
1645
1646 2011-11-05 Chong Yidong <cyd@gnu.org>
1647
1648 * window.el (window-valid-p): Rename from window-any-p.
1649 (window-size-ignore, window-state-get): Callers changed.
1650 (window-normalize-window): Rename from window-normalize-any-window.
1651 New arg LIVE-ONLY, replacing window-normalize-live-window.
1652 (window-normalize-live-window): Delete.
1653 (window-combination-p, window-combined-p, window-combinations)
1654 (walk-window-subtree, window-atom-root, window-min-size)
1655 (window-sizable, window-sizable-p, window-size-fixed-p)
1656 (window-min-delta, window-max-delta, window-resizable)
1657 (window-resizable-p, window-full-height-p, window-full-width-p)
1658 (window-current-scroll-bars, window-point-1, set-window-point-1)
1659 (window-at-side-p, window-in-direction, window-resize)
1660 (adjust-window-trailing-edge, maximize-window, minimize-window)
1661 (window-deletable-p, delete-window, delete-other-windows)
1662 (record-window-buffer, unrecord-window-buffer)
1663 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1664 (quit-window, split-window, window-state-put)
1665 (set-window-text-height, fit-window-to-buffer)
1666 (shrink-window-if-larger-than-buffer): Callers changed.
1667
1668 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1669
1670 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1671 rfc2047-decode-string.
1672 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1673 warnings.
1674
1675 * window.el (window-body-height, window-body-width): Mention in
1676 the doc string that the return values are in frame's canonical
1677 units. (Bug#9949)
1678
1679 2011-11-03 Alan Mackenzie <acm@muc.de>
1680
1681 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1682 change in cc-engine.el.
1683
1684 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1687
1688 2011-11-02 Martin Rudalics <rudalics@gmx.at>
1689
1690 * window.el (quit-window): Call unrecord-window-buffer after
1691 showing another buffer in the window. (Bug#9937)
1692 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1693
1694 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1697 Accept status with more than 9 shelves. (Bug#9935)
1698 Reported by Colin D Bennett <colin@gibibit.com>.
1699
1700 2011-11-01 Martin Rudalics <rudalics@gmx.at>
1701
1702 * help.el (with-help-window): Don't reference
1703 temp-buffer-show-specifiers in doc-string.
1704
1705 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1706
1707 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1708 menu-item.
1709
1710 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1711
1712 * whitespace.el: New version 13.2.2.
1713 (whitespace-newline-mode): Disable properly. Reported by Sarah
1714 <EmacsWiki>.
1715
1716 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1717
1718 * net/newst-treeview.el: Remove "Time-stamp".
1719 (newsticker--group-manage-orphan-feeds): Do not call
1720 newsticker--treeview-tree-update.
1721 (newsticker-treeview-update, newsticker-treeview):
1722 Call newsticker--treeview-tree-update if necessary.
1723
1724 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1725
1726 * window.el (window-iso-combination-p, window-iso-combined-p)
1727 (window-iso-combinations): Remove "iso-" infix.
1728 Suggested by Chong Yidong.
1729 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1730 (window-max-delta-1, window-resize, window--resize-siblings)
1731 (window--resize-this-window, adjust-window-trailing-edge)
1732 (split-window, balance-windows-1)
1733 (shrink-window-if-larger-than-buffer):
1734 * calendar/calendar.el (calendar-generate-window):
1735 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1736
1737 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1740 in place (bug#9907).
1741 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1742 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1743 (eshell-structure-basic-command, eshell-rewrite-while-command)
1744 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1745 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1746 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1747 (eshell-do-pipelines-synchronously, eshell-eval-command):
1748 Use backquotes and prefer setq to set.
1749 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1750 (eshell-macrop): Use functionp.
1751 (eshell-do-eval): Handle multiple expressions in `while' body.
1752
1753 2011-10-30 Chong Yidong <cyd@gnu.org>
1754
1755 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1756 instead of set-mark (Bug#9810).
1757
1758 2011-10-30 Chong Yidong <cyd@gnu.org>
1759
1760 * window.el (split-window-below, split-window-right): Rename from
1761 split-window-above-each-other and split-window-side-by-side
1762 respectively. All callers changed.
1763 (split-window-sensibly, split-window-sensibly): Use them.
1764 (split-window-keep-point): Doc fix.
1765
1766 * isearch.el: Add isearch-scroll property to split-window-below
1767 and split-window-right.
1768
1769 * follow.el (follow-mode):
1770 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1771 * progmodes/ada-xref.el (ada-gdb-application):
1772 * emulation/vip.el (vip-buffer-in-two-windows):
1773 * image-dired.el (image-dired-dired-with-window-configuration):
1774 * dired-x.el (dired-do-find-marked-files):
1775 * dired.el (dired-pop-to-buffer):
1776 * bs.el (bs--show-with-configuration):
1777 * vc/emerge.el (emerge-setup-windows):
1778 * textmodes/two-column.el (2C-two-columns):
1779 * textmodes/reftex-toc.el (reftex-toc):
1780 * progmodes/gdb-mi.el (gdb-setup-windows):
1781 * progmodes/fortran.el (fortran-window-create):
1782 * net/newst-treeview.el (newsticker--treeview-window-init):
1783 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1784 * emulation/tpu-edt.el (tpu-gold-map):
1785 * emulation/crisp.el (crisp-mode-map):
1786 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1787
1788 2011-10-29 Chong Yidong <cyd@gnu.org>
1789
1790 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1791
1792 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1793
1794 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1795 forged Ispell output (Bug#7904).
1796
1797 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1798
1799 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * doc-view.el: Avoid ugly errors about not finding nil.
1802 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1803 (doc-view-dvipdf-program, doc-view-unoconv-program)
1804 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1805 Avoid nil or absolute file name as default value.
1806 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1807
1808 2011-10-28 Alan Mackenzie <acm@muc.de>
1809
1810 * progmodes/cc-defs.el (c-version): -> 5.32.2.
1811
1812 2011-10-28 Alan Mackenzie <acm@muc.de>
1813
1814 Amend the handling of c-beginning/end-of-defun in nested declaration
1815 scopes.
1816
1817 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1818 cc-langs.el. Change it to a defcustom.
1819
1820 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1821 cc-vars.el.
1822
1823 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1824 Prevent "class foo : bar" being spuriously recognized as a label.
1825
1826 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
1827 Add parameter `inclusive' (to include enclosing braces in the region).
1828 (c-widen-to-enclosing-decl-scope): New function.
1829 (c-while-widening-to-decl-block): New macro.
1830 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1831 outward for defun boundaries, and correspondingly change symbol
1832 `respect-enclosure' to `go-outward'.
1833 (c-declaration-limits): Change algorithm to report only the "innermost"
1834 defun's boundaries.
1835
1836 2011-10-28 Deniz Dogan <deniz@dogan.se>
1837
1838 * net/rcirc.el (rcirc-mode): Use hard newlines.
1839
1840 2011-10-28 Alan Mackenzie <acm@muc.de>
1841
1842 Amend to indent and fontify macros "which include their own semicolon"
1843 correctly, using the "virtual semicolon" mechanism.
1844
1845 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
1846
1847 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1848 Recode to scan one line at a time rather than having \n and \r
1849 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
1850 (c-forward-label): Amend for virtual semicolons.
1851 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
1852
1853 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1854 of the new C macros.
1855
1856 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
1857 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1858 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
1859 (c-opt-cpp-macro-define): Make into a full language variable.
1860 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1861 AWK Mode (including \n, \r) removed, no longer needed.
1862
1863 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1864 Invoke c-make-macro-with-semi-re.
1865
1866 * progmodes/cc-vars.el (c-macro-with-semi-re):
1867 (c-macro-names-with-semicolon): New variables.
1868 (c-make-macro-with-semi-re): New function.
1869
1870 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * vc/log-edit.el: Fill empty field rather than adding new one.
1873 (log-edit-add-field): New function.
1874 (log-edit-insert-changelog): Use it.
1875
1876 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1877
1878 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1879
1880 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1883 (gdb--check-interpreter): New function.
1884 (gdb): Use it.
1885
1886 2011-10-27 Glenn Morris <rgm@gnu.org>
1887
1888 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1889 (least-positive-float, least-negative-float)
1890 (least-positive-normalized-float, least-negative-normalized-float)
1891 (float-epsilon, float-negative-epsilon):
1892 Remove unnecessary declarations.
1893
1894 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1895 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1896 (least-positive-float, least-negative-float)
1897 (least-positive-normalized-float, least-negative-normalized-float)
1898 (float-epsilon, float-negative-epsilon): Add doc-strings,
1899 based on those in cl.texi.
1900
1901 * files.el (set-visited-file-name): If the major-mode changed,
1902 reload the local variables. (Bug#9796)
1903
1904 2011-10-27 Chong Yidong <cyd@gnu.org>
1905
1906 * subr.el (change-major-mode-after-body-hook): New hook.
1907 (run-mode-hooks): Run it.
1908
1909 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1910 Use change-major-mode-before-body-hook.
1911
1912 * simple.el (fundamental-mode):
1913 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1914 change introducing fundamental-mode-hook.
1915
1916 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
1919
1920 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * ido.el (ido-file-name-all-completions-1): Do not require
1923 tramp.el explicitly. (Bug#7583)
1924
1925 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * progmodes/octave-mod.el:
1928 * progmodes/octave-inf.el: Update maintainer.
1929
1930 2011-10-26 Chong Yidong <cyd@gnu.org>
1931
1932 * subr.el (with-wrapper-hook): Rewrite doc.
1933
1934 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
1935
1936 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
1937 filenames "/method:foo:". (Bug#9793)
1938
1939 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1942 (bug#9865).
1943
1944 2011-10-24 Glenn Morris <rgm@gnu.org>
1945
1946 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1947
1948 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * notifications.el: Add the requirement of a running D-Bus session
1951 bus to the Commentary.
1952
1953 2011-10-24 Juri Linkov <juri@jurta.org>
1954
1955 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1956 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1957 (Bug#9364)
1958
1959 2011-10-24 Juri Linkov <juri@jurta.org>
1960
1961 * info.el (Info-following-node-name-re): Add newline to the list
1962 of allowed characters for leading space. (Bug#9824)
1963
1964 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * progmodes/octave-inf.el (inferior-octave-mode-map):
1967 Fix C-c C-h binding.
1968 * progmodes/octave-mod.el (octave-help): Remove.
1969
1970 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1971
1972 Sync with Tramp 2.2.3.
1973
1974 * net/tramp-cache.el (top): Pacify byte-compiler using
1975 `init-file-user' and `site-run-file'.
1976
1977 * net/trampver.el: Update release number.
1978
1979 2011-10-23 Chong Yidong <cyd@gnu.org>
1980
1981 * files.el (toggle-read-only): Remove obsolete comment about
1982 version control.
1983
1984 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1985 for toggle-read-only. Note that this hasn't called vc-next-action
1986 since 2008-05-02, though it wasn't documented at the time.
1987
1988 * vc/ediff-init.el (ediff-toggle-read-only-function):
1989 Use toggle-read-only.
1990
1991 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1992
1993 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1994 of c-parse-state.
1995
1996 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1997 correct faulty logical expression.
1998 (c-parse-state-state, c-record-parse-state-state):
1999 (c-replay-parse-state-state): New defvar/defuns.
2000 (c-debug-parse-state): Use new functions.
2001
2002 2011-10-22 Martin Rudalics <rudalics@gmx.at>
2003
2004 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
2005 last fix. Use window-in-direction correctly.
2006
2007 2011-10-21 Chong Yidong <cyd@gnu.org>
2008
2009 * progmodes/idlwave.el (idlwave-mode):
2010 * progmodes/vera-mode.el (vera-mode): No need to set
2011 require-final-newline; that's done in prog-mode.
2012 Suggested by Stefan Monnier.
2013
2014 2011-10-21 Martin Rudalics <rudalics@gmx.at>
2015
2016 * mouse.el (mouse-drag-window-above)
2017 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2018 (mouse-drag-mode-line-1, mouse-drag-header-line)
2019 (mouse-drag-vertical-line-rightward-window): Remove.
2020 (mouse-drag-line): New function.
2021 (mouse-drag-mode-line, mouse-drag-header-line)
2022 (mouse-drag-vertical-line): Call mouse-drag-line.
2023 * window.el (window-at-side-p, windows-at-side): New functions.
2024
2025 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
2026
2027 * tar-mode.el (tar-grind-file-mode):
2028 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2029
2030 2011-10-21 Chong Yidong <cyd@gnu.org>
2031
2032 * progmodes/idlwave.el (idlwave-mode):
2033 * progmodes/vera-mode.el (vera-mode):
2034 Use mode-require-final-newline.
2035
2036 2011-10-20 Glenn Morris <rgm@gnu.org>
2037
2038 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
2039
2040 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2041
2042 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2043
2044 2011-10-20 Chong Yidong <cyd@gnu.org>
2045
2046 * emulation/cua-base.el (cua-mode):
2047 * mail/footnote.el (footnote-mode):
2048 * mail/mailabbrev.el (mail-abbrevs-mode):
2049 * net/xesam.el (xesam-minor-mode):
2050 * progmodes/bug-reference.el (bug-reference-mode):
2051 * progmodes/cap-words.el (capitalized-words-mode):
2052 * progmodes/compile.el (compilation-minor-mode)
2053 (compilation-shell-minor-mode):
2054 * progmodes/gud.el (gud-tooltip-mode):
2055 * progmodes/hideif.el (hide-ifdef-mode):
2056 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2057 * progmodes/subword.el (subword-mode):
2058 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2059 * progmodes/which-func.el (which-function-mode):
2060 * term/tvi970.el (tvi970-set-keypad-mode):
2061 * term/vt100.el (vt100-wide-mode):
2062 * textmodes/flyspell.el (flyspell-mode):
2063 * textmodes/ispell.el (ispell-minor-mode):
2064 * textmodes/nroff-mode.el (nroff-electric-mode):
2065 * textmodes/paragraphs.el (use-hard-newlines):
2066 * textmodes/refill.el (refill-mode):
2067 * textmodes/reftex.el (reftex-mode):
2068 * textmodes/rst.el (rst-minor-mode):
2069 * textmodes/sgml-mode.el (html-autoview-mode)
2070 (sgml-electric-tag-pair-mode):
2071 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2072 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2073 * emulation/crisp.el (crisp-mode):
2074 * emacs-lisp/eldoc.el (eldoc-mode):
2075 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2076 minor mode behavior.
2077
2078 2011-10-19 Juri Linkov <juri@jurta.org>
2079
2080 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2081 the list of hard-coded chars with escape-glyph face.
2082
2083 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2086
2087 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
2088
2089 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2090 running process.
2091
2092 2011-10-19 Glenn Morris <rgm@gnu.org>
2093
2094 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2095 Ignore ignored files. (Bug#9726)
2096
2097 2011-10-19 Chong Yidong <cyd@gnu.org>
2098
2099 Doc fix for minor modes, stating that an omitted argument enables
2100 the mode unconditionally when called from Lisp.
2101
2102 * abbrev.el (abbrev-mode):
2103 * allout.el (allout-mode):
2104 * autoinsert.el (auto-insert-mode):
2105 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2106 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2107 (global-auto-revert-mode):
2108 * battery.el (display-battery-mode):
2109 * composite.el (global-auto-composition-mode)
2110 (auto-composition-mode):
2111 * delsel.el (delete-selection-mode):
2112 * desktop.el (desktop-save-mode):
2113 * dired-x.el (dired-omit-mode):
2114 * dirtrack.el (dirtrack-mode):
2115 * doc-view.el (doc-view-minor-mode):
2116 * double.el (double-mode):
2117 * electric.el (electric-indent-mode, electric-pair-mode):
2118 * emacs-lock.el (emacs-lock-mode):
2119 * epa-hook.el (auto-encryption-mode):
2120 * follow.el (follow-mode):
2121 * font-core.el (font-lock-mode):
2122 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2123 * help.el (temp-buffer-resize-mode):
2124 * hilit-chg.el (highlight-changes-mode)
2125 (highlight-changes-visible-mode):
2126 * hi-lock.el (hi-lock-mode):
2127 * hl-line.el (hl-line-mode, global-hl-line-mode):
2128 * icomplete.el (icomplete-mode):
2129 * ido.el (ido-everywhere):
2130 * image-file.el (auto-image-file-mode):
2131 * image-mode.el (image-minor-mode):
2132 * iswitchb.el (iswitchb-mode):
2133 * jka-cmpr-hook.el (auto-compression-mode):
2134 * linum.el (linum-mode):
2135 * longlines.el (longlines-mode):
2136 * master.el (master-mode):
2137 * mb-depth.el (minibuffer-depth-indicate-mode):
2138 * menu-bar.el (menu-bar-mode):
2139 * minibuf-eldef.el (minibuffer-electric-default-mode):
2140 * mouse-sel.el (mouse-sel-mode):
2141 * msb.el (msb-mode):
2142 * mwheel.el (mouse-wheel-mode):
2143 * outline.el (outline-minor-mode):
2144 * paren.el (show-paren-mode):
2145 * recentf.el (recentf-mode):
2146 * reveal.el (reveal-mode, global-reveal-mode):
2147 * rfn-eshadow.el (file-name-shadow-mode):
2148 * ruler-mode.el (ruler-mode):
2149 * savehist.el (savehist-mode):
2150 * scroll-all.el (scroll-all-mode):
2151 * scroll-bar.el (scroll-bar-mode):
2152 * server.el (server-mode):
2153 * shell.el (shell-dirtrack-mode):
2154 * simple.el (auto-fill-mode, transient-mark-mode)
2155 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2156 (line-number-mode, column-number-mode, size-indication-mode)
2157 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2158 * strokes.el (strokes-mode):
2159 * time.el (display-time-mode):
2160 * t-mouse.el (gpm-mouse-mode):
2161 * tool-bar.el (tool-bar-mode):
2162 * tooltip.el (tooltip-mode):
2163 * type-break.el (type-break-mode-line-message-mode)
2164 (type-break-query-mode):
2165 * view.el (view-mode):
2166 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2167 (global-whitespace-mode, global-whitespace-newline-mode):
2168 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2169
2170 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2171 Fix autogenerated docstring.
2172
2173 2011-10-19 Juri Linkov <juri@jurta.org>
2174
2175 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2176 by checking environment variables "DESKTOP_SESSION" and
2177 "XDG_CURRENT_DESKTOP". (Bug#9779)
2178
2179 2011-10-19 Juri Linkov <juri@jurta.org>
2180
2181 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2182 (browse-url-chromium-program, browse-url-chromium-arguments):
2183 New defcustoms.
2184 (browse-url-default-browser): Check for `browse-url-chromium' and
2185 call `browse-url-chromium-program'.
2186 (browse-url-chromium): New command. (Bug#9779)
2187
2188 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * facemenu.el (list-colors-duplicates): On Windows, detect more
2191 duplicates by assuming that only colors matching "^System" are
2192 special "system colors". (Bug#9722)
2193
2194 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2197 to distinguish the author from the committer.
2198
2199 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
2200
2201 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2202
2203 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2204
2205 * international/mule.el (sgml-html-meta-auto-coding-function):
2206 Add support for detecting encoding in HTML5 specified only as
2207 <meta charset="UTF-8">. Implementation just makes http-equiv and
2208 content-type parts from HTML4 encoding string optional. (Bug#9716)
2209
2210 2011-10-18 Glenn Morris <rgm@gnu.org>
2211
2212 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2213
2214 2011-10-18 Chong Yidong <cyd@gnu.org>
2215
2216 * faces.el (cursor): Doc fix.
2217
2218 2011-10-17 Chong Yidong <cyd@gnu.org>
2219
2220 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2221
2222 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
2223
2224 * dirtrack.el (dirtrack): Support shell buffers with path
2225 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2226
2227 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2228
2229 * json.el: Bump version to 1.3 and note change in History.
2230 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2231
2232 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * comint.el (comint-insert-input, comint-send-input)
2235 (comint-get-old-input-default, comint-backward-matching-input)
2236 (comint-next-prompt): Use nil instead of `input' for field property of
2237 past user input (bug#114).
2238
2239 * minibuffer.el (completion--replace): Inherit surrounding properties
2240 (bug#114).
2241 (minibuffer-complete-and-exit): Use it.
2242
2243 * comint.el (comint--table-subvert): Quote the all-completions output
2244 (bug#9160).
2245
2246 2011-10-17 Martin Rudalics <rudalics@gmx.at>
2247
2248 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2249
2250 * menu-bar.el (menu-bar-file-menu): Add entry for making new
2251 window on right of selected. (Bug#9350) Reword other window
2252 entries and separate them from frame entries.
2253
2254 2011-10-15 Glenn Morris <rgm@gnu.org>
2255
2256 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2257 Doc fixes.
2258
2259 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * net/network-stream.el (network-stream-open-starttls):
2262 Improve detection of failure due to lack of TLS support.
2263
2264 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2265 putting the input text in front and in bold.
2266
2267 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2270
2271 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2272 empty buffer.
2273
2274 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2275 unread-command-events rather than pushing yet-another event.
2276
2277 2011-10-14 Eli Zaretskii <eliz@gnu.org>
2278
2279 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2280 the explanation of the possible choices. Make the options passed
2281 to completing-read shorter.
2282
2283 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2284
2285 * textmodes/flyspell.el (flyspell-large-region): Make sure
2286 extended character mode is used if defined (Bug#1339).
2287
2288 2011-10-13 Eli Zaretskii <eliz@gnu.org>
2289
2290 * simple.el (what-cursor-position): Fix the display of the
2291 character info for LRE, LRO, RLE, and RLO characters by appending
2292 an invisible PDF.
2293
2294 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2297 even in case of error; add debug spec; simplify data flow.
2298 (with-timeout-handler): Remove.
2299
2300 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
2301
2302 Fix Bug#6019, Bug#9315.
2303
2304 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2305 complete `buffer-file-name', the local file name part could look
2306 remotely (for example on VMS).
2307
2308 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2309 `tramp-run-real-handler'.
2310 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2311 already quoted by '"'.
2312
2313 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2314 Let `file-name-handler-alist' be nil, the local file name part
2315 could look remotely (for example on VMS).
2316
2317 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2320 from here...
2321 (flyspell-post-command-hook): ...to here.
2322
2323 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2326 if not needed.
2327 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2328 using completion. Protect against "slow" callers.
2329 Remove the "message hack".
2330
2331 2011-10-11 Juri Linkov <juri@jurta.org>
2332
2333 * isearch.el (isearch-lazy-highlight-word): New variable.
2334 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2335 Use it. (Bug#9727)
2336
2337 2011-10-11 Glenn Morris <rgm@gnu.org>
2338
2339 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2340 like f90-previous-statement does.
2341
2342 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2343
2344 * eshell/eshell.el (eshell-command): History should be saved
2345 only in interactive use, to avoid error.
2346
2347 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * minibuffer.el (completion-file-name-table): Fix last change,
2350 i.e. ignore normal errors but not the other ones.
2351
2352 2011-10-10 Martin Rudalics <rudalics@gmx.at>
2353
2354 * window.el (special-display-buffer-names)
2355 (special-display-regexps): Remove some remnants of earlier
2356 changes from doc-strings.
2357 (quit-windows-on): New function.
2358
2359 * vc/vc.el (vc-revert, vc-rollback):
2360 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2361 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
2362 (Bug#6183) (Bug#7074) (Bug#7447)
2363
2364 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2365
2366 * window.el (frame-auto-hide-function): Add version tag.
2367 (Bug#9699)
2368
2369 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
2370
2371 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2372 condition.
2373
2374 2011-10-09 Leo Liu <sdl.web@gmail.com>
2375
2376 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2377 (Bug#9701)
2378
2379 2011-10-08 Glenn Morris <rgm@gnu.org>
2380
2381 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2382 before the first code statement zero indent. (Bug#9690)
2383
2384 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * simple.el (count-words-region): Always count in the region.
2387 Report the number of lines and characters too.
2388 (count-words): New command, which counts in the buffer if the
2389 region is inactive, as count-words-region used to.
2390 (count-words--message): New function. Handle plurals.
2391 (count-lines-region): Make it an alias for count-words-region.
2392
2393 * bindings.el (esc-map): Replace count-lines-region with
2394 count-words-region.
2395
2396 2011-10-08 Martin Rudalics <rudalics@gmx.at>
2397
2398 * window.el (window--delete): Delete dedicated frame
2399 unconditionally when argument KILL is non-nil. (Bug#9699)
2400 (switch-to-buffer): Fix doc-string typo.
2401
2402 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2403
2404 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2405
2406 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
2407
2408 * bindings.el ([M-left],[M-right]): Bind to left-word and
2409 right-word respectively.
2410
2411 2011-10-07 Glenn Morris <rgm@gnu.org>
2412
2413 * cus-start.el (debug-on-quit): Fix custom type.
2414
2415 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2416
2417 * subr.el (define-key-after): Clarify that the function is not
2418 useful for non-menu keymaps.
2419
2420 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2421
2422 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2423
2424 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2425 in current minibuffer (Fix bug with recursive minibuffers).
2426
2427 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * progmodes/gdb-mi.el (gdb): Doc fix.
2430
2431 2011-10-05 Martin Rudalics <rudalics@gmx.at>
2432
2433 * window.el (frame-auto-hide-function): New option replacing
2434 frame-auto-delete. Suggested by Stefan Monnier.
2435 (window--delete): Call frame-auto-hide-function instead of
2436 investigating frame-auto-delete.
2437 (window-point-1, set-window-point-1): New functions.
2438 (window-in-direction, record-window-buffer, window-state-get-1)
2439 (display-buffer-record-window): Use window-point-1 instead of
2440 window-point.
2441 (set-window-buffer-start-and-point): Use set-window-point-1.
2442
2443 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2446
2447 2011-10-05 Glenn Morris <rgm@gnu.org>
2448
2449 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2450 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2451
2452 2011-10-05 Leo Liu <sdl.web@gmail.com>
2453
2454 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2455 works with buffer object.
2456
2457 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * mpc.el (mpc-tool-bar-map): Add labels.
2460
2461 2011-10-04 Glenn Morris <rgm@gnu.org>
2462
2463 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2464
2465 2011-10-04 Martin Rudalics <rudalics@gmx.at>
2466
2467 * window.el (window--delete): New function.
2468 (frame-auto-delete): Resuscitate option.
2469 (bury-buffer, replace-buffer-in-windows)
2470 (quit-window): Rewrite using window--delete.
2471 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2472 Pass display-buffer-mark-dedicated to window--display-buffer-2
2473 (Bug#9639).
2474
2475 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2478 returns a list (bug#9554). Add remote file name completion.
2479 * comint.el (comint--table-subvert): Curry and get quote&unquote
2480 functions as arguments.
2481 (comint--complete-file-name-data): Adjust call accordingly.
2482 * pcomplete.el (pcomplete--table-subvert): Remove.
2483 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2484
2485 * minibuffer.el (completion-table-case-fold): Use currying.
2486 (completion--styles-type, completion--cycling-threshold-type):
2487 New constants.
2488 (completion-styles, completion-category-overrides)
2489 (completion-cycle-threshold): Use them.
2490 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2491 completion-table-case-fold.
2492
2493 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
2494
2495 * minibuffer.el (completion-category-overrides): Fix type of styles
2496 and add more user friendly tags (bug#9660).
2497
2498 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2501 (mule-input-method-string): New widget.
2502 (default-input-method, language-info-custom-alist): Use it.
2503
2504 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * pcomplete.el: Require comint.
2507 (pcomplete--common-suffix): Remove.
2508 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2509 (pcomplete--table-subvert): Sync with comint--table-subvert.
2510 (pcomplete--entries): Use comint-completion-file-name-table.
2511 * comint.el (comint-unquote-filename): Simplify.
2512 (comint-completion-file-name-table): New function (bug#9616).
2513 (comint--complete-file-name-data): Use it.
2514
2515 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2516 (pcmpl-gnu-tar-buffer): Remove.
2517 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
2518 around. Make sure pcomplete-suffix-list is only changed temporarily.
2519 Don't look inside the tar's file if it's too large.
2520
2521 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * cus-edit.el (custom-mode-map):
2524 * epa.el (epa-key-list-mode-map):
2525 * man.el (Man-mode-map):
2526 * startup.el (splash-screen-keymap):
2527 * simple.el (special-mode-map): Use scroll-up-command and
2528 scroll-down-command.
2529
2530 * progmodes/idlw-help.el (idlwave-help-mode-map):
2531 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2532 * net/newst-plainview.el (newsticker-mode-map):
2533 * emulation/ws-mode.el (wordstar-mode-map):
2534 * emulation/vi.el (vi-com-map):
2535 * calc/calc-graph.el (calc-graph-show-dumb):
2536 * term/sun.el (terminal-init-sun):
2537 * term/ns-win.el (global-map):
2538 * progmodes/grep.el (grep-mode-map):
2539 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2540 * mail/rmail.el (rmail-mode-map):
2541 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2542
2543 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2544 custom-safe-themes as special.
2545
2546 2011-10-01 Julien Danjou <julien@danjou.info>
2547
2548 * notifications.el (notifications-notify): Fix docstring.
2549
2550 2011-10-01 Per Starbäck <per@starback.se>
2551
2552 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2553
2554 2011-09-30 Martin Rudalics <rudalics@gmx.at>
2555
2556 * startup.el (command-line-1): Fix last fix by inserting
2557 initial-scratch-message into *scratch* before displaying it.
2558 (Bug#9605) and (Bug#9636)
2559
2560 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2561
2562 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2563 window is hscrolled, move by logical lines. (Bug#9607)
2564 (line-move-visual): Update the doc string to the above effect.
2565
2566 2011-09-29 Martin Rudalics <rudalics@gmx.at>
2567
2568 * window.el (display-buffer-record-window): When WINDOW is the
2569 selected window use `point' instead of `window-point'. (Bug#9626)
2570
2571 * startup.el (command-line-1): Use insert-before-markers when
2572 inserting initial-scratch-message. (Bug#9605)
2573
2574 * help.el (help-window): Remove variable.
2575
2576 2011-09-29 Glenn Morris <rgm@gnu.org>
2577
2578 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2579
2580 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * descr-text.el (describe-char-categories): Accept category
2583 descriptions more than one line long.
2584
2585 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * simple.el (delete-trailing-whitespace): Fix last change.
2588
2589 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2590 Don't confuse "y => 3" as the beginning of a `y' operation.
2591
2592 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2593 object has more than 4 slots (bug#9613).
2594
2595 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2596
2597 * subr.el (with-output-to-temp-buffer):
2598 * net/quickurl.el (quickurl, quickurl-browse-url):
2599 Fix typos in docstrings.
2600
2601 2011-09-27 Eli Zaretskii <eliz@gnu.org>
2602
2603 * minibuffer.el (completion-styles)
2604 (completion-category-overrides): Cross reference each other in doc
2605 strings.
2606
2607 2011-09-27 Glenn Morris <rgm@gnu.org>
2608
2609 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2610 to split-string. (Bug#9606)
2611
2612 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2613
2614 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2615 (bug#9615).
2616
2617 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * emacs-lisp/package.el (list-packages): Fix echo area message.
2620
2621 2011-09-27 Leo Liu <sdl.web@gmail.com>
2622
2623 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2624
2625 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
2626
2627 * net/dbus.el (dbus-unregister-object): Don't release services for
2628 registered signals. (Bug#9581)
2629
2630 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2631
2632 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2633 function that picks between cfengine 2 and 3 support
2634 automatically. Update docs accordingly.
2635
2636 2011-09-22 Kenichi Handa <handa@m17n.org>
2637
2638 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2639 ZERO.
2640 (indian-itrans-v5-table-for-tamil): New variable.
2641 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2642
2643 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2644
2645 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2646 that's true if the current command involved collapsing of text.
2647 It's reset to false at the beginning of the next command.
2648 (allout-post-command-business): Move the cursor to the beginning
2649 of entry if the cursor is hidden and collapsing activity just
2650 happened.
2651
2652 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2653
2654 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2655 tracking (Bug#9541).
2656
2657 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
2658
2659 * net/newst-reader.el (newsticker-html-renderer)
2660 (newsticker-show-news): Automatically load html rendering package
2661 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2662 because w3m-fill-column is let-bound" and the error "Symbol's value
2663 as variable is void: w3m-fill-column".
2664
2665 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
2666
2667 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2668 Release services only if they are defined. (Bug#9581)
2669
2670 2011-09-23 Richard Stallman <rms@gnu.org>
2671
2672 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2673 distinguish start of paragraph from start of its text.
2674
2675 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2676
2677 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2678 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2679 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2680
2681 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2682
2683 * international/mule-diag.el (mule-diag): Insert a newline after
2684 each fontset description.
2685
2686 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * simple.el (delete-trailing-whitespace):
2689 Document last change; simplify.
2690
2691 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2692
2693 * simple.el (delete-trailing-whitespace): Also delete
2694 extra newlines at the end of the buffer.
2695
2696 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2697 (picture-newline): Use forward-line so as to ignore fields.
2698
2699 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * subr.el (with-wrapper-hook): Fix edebug spec.
2702
2703 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2704
2705 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2706 (bug#4538).
2707
2708 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
2709
2710 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2711 Fix nasty bug using wrong cached values.
2712
2713 2011-09-23 Alan Mackenzie <acm@muc.de>
2714
2715 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2716
2717 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * window.el (pop-to-buffer): Ensure right window is selected if we
2720 chose another frame.
2721
2722 2011-09-22 Eli Zaretskii <eliz@gnu.org>
2723
2724 * simple.el (what-cursor-position): Use get-char-property-change
2725 and next-single-char-property-change, to be able to show display
2726 properties that come from overlays as well as text properties.
2727
2728 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2731
2732 * cmuscheme.el (run-scheme, switch-to-scheme):
2733 * cus-edit.el (customize-group, custom-buffer-create)
2734 (customize-browse):
2735 * info.el (info):
2736 * shell.el (shell):
2737 * mail/sendmail.el (mail):
2738 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2739
2740 2011-09-22 Richard Stallman <rms@gnu.org>
2741
2742 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2743 move back only to line beg, don't move back over blank lines.
2744
2745 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * files.el (copy-directory): Set directory attributes only in case
2748 they could be retrieved from the source directory. (Bug#9565)
2749
2750 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2751
2752 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2753 (hs-find-block-beginning, hs-hide-level-recursive):
2754 Ignore strings as well as comments. (Bug#9502)
2755
2756 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2757
2758 * progmodes/sql.el (sql-comint-postgres):
2759 Convert port number to a string. (Bug#9566)
2760
2761 2011-09-22 Martin Rudalics <rudalics@gmx.at>
2762
2763 * window.el (quit-window): Undedicate window when switching to
2764 previous buffer. Reported by Thierry Volpiatto
2765 <thierry.volpiatto@gmail.com>.
2766 (special-display-popup-frame): When popping up a new frame reset
2767 its previous buffers to nil. Simplify code.
2768
2769 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
2770
2771 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2772 and process filter, as done also in `shell-command'.
2773
2774 2011-09-21 Martin Rudalics <rudalics@gmx.at>
2775
2776 * window.el (set-window-buffer-start-and-point):
2777 Call set-window-start with NOFORCE argument t.
2778 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2779 (quit-window): Reword doc-string. Handle new format of
2780 quit-restore parameter. Don't delete window if it has a
2781 previous buffer we can show instead of the present one.
2782 (display-buffer-record-window): Rewrite using a new format for
2783 the quit-restore window parameter
2784 (special-display-popup-frame, display-buffer-same-window)
2785 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2786 (display-buffer-pop-up-window, display-buffer-use-some-window):
2787 Adapt symbol passed to display-buffer-record-window.
2788 * help.el (help-window-setup): Handle new format of quit-restore
2789 parameter.
2790
2791 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * faces.el (face-list): Fix docstring (bug#9564).
2794
2795 * window.el (display-buffer--action-function-custom-type):
2796 Don't include internal functions in the Custom interface.
2797
2798 2011-09-20 Juri Linkov <juri@jurta.org>
2799
2800 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2801 (Info-forward-node, Info-backward-node, Info-next-preorder)
2802 (Info-last-preorder): Use it. (Bug#9528)
2803
2804 2011-09-20 Juri Linkov <juri@jurta.org>
2805
2806 * info.el (Info-last-preorder): Visit last menu item only when
2807 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2808
2809 2011-09-20 Julien Danjou <julien@danjou.info>
2810
2811 * password-cache.el (password-cache-remove): Remove entries even if the
2812 value is nil, so that password with a nil value (negative caching) is
2813 possible to invalidate.
2814
2815 2011-09-20 Lawrence Mitchell <wence@gmx.li>
2816
2817 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2818 all whitespace around breakpoint. (Bug#9553)
2819 (f90-find-breakpoint): Only break at whitespace inside a comment.
2820
2821 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * minibuffer.el (completion-file-name-table): Keep track of errors.
2824 (completion-table-with-predicate): Handle the case where pred1 is nil.
2825 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2826
2827 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2830 (debugger-return-value): Signal an error if the debugging context does
2831 not await any return value.
2832
2833 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2834 * image-mode.el (image-toggle-display-text)
2835 (image-toggle-display-image): Stay away from evil `intangible'.
2836
2837 2011-09-19 Leo Liu <sdl.web@gmail.com>
2838
2839 * replace.el (occur-revert-arguments): Make it permanent-local.
2840 (occur-mode): Don't call font-lock-defontify.
2841
2842 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * net/ldap.el (ldap-search-internal): Don't push empty search
2845 result (Bug#9508).
2846
2847 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2850
2851 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2854 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2855
2856 2011-09-18 Juri Linkov <juri@jurta.org>
2857
2858 * buff-menu.el (Buffer-menu-mode-map):
2859 * dired.el (dired-mode-map):
2860 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2861 (lisp-interaction-mode-map):
2862 * emacs-lisp/package.el (package-menu-mode-map):
2863 * epa.el (epa-key-list-mode-map):
2864 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2865 (menu-bar-options-menu):
2866 * outline.el (outline-mode-menu-bar-map):
2867 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2868 * vc/vc-dir.el (vc-dir-menu-map):
2869 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2870 Capitalize non-function content words in menu item strings.
2871
2872 * dired.el (dired-mode-map): Add menu item for
2873 `image-dired-dired-toggle-marked-thumbs'.
2874
2875 2011-09-18 Juri Linkov <juri@jurta.org>
2876
2877 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2878 to `isearch-case-fold-search' and restore its original value
2879 after the `isearch-mode' call.
2880
2881 2011-09-18 Juri Linkov <juri@jurta.org>
2882
2883 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2884 because `zgrep' returns 1 for successful matches (bug#9226).
2885
2886 2011-09-18 Juri Linkov <juri@jurta.org>
2887
2888 * info.el (Info-extract-menu-node-name): Check the second match
2889 for empty string (second test-case of bug#9528).
2890 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2891 intermediate nodes to the history (first test-case of bug#9528).
2892
2893 2011-09-18 Juri Linkov <juri@jurta.org>
2894
2895 * info.el (Info-mode-syntax-table): New variable.
2896 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
2897
2898 2011-09-18 Juri Linkov <juri@jurta.org>
2899
2900 * info.el (Info-file-supports-index-cookies):
2901 Increment line-beginning-position's arg from 3 to 4 because makeinfo
2902 outputs one more line for long file names (bug#4142).
2903
2904 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * newcomment.el (comment-normalize-vars): If prompting for
2907 comment-start, set comment-start-skip too (Bug#8424).
2908
2909 2011-09-18 Johan Bockgård <bojohan@gnu.org>
2910
2911 * icomplete.el: Fix previous fix of Bug#5849.
2912 (icomplete-mode): Don't set completion-show-inline-help.
2913 (icomplete-minibuffer-setup): Set completion-show-inline-help
2914 locally during icompletion.
2915
2916 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * woman.el (woman2-process-escapes): Don't delete unrecognized
2919 escapes (Bug#7843).
2920
2921 * files.el (inhibit-first-line-modes-regexps): Add image files.
2922 (hack-local-variables-prop-line): Return nil for malformed
2923 prop-lines (Bug#9044).
2924
2925 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
2926
2927 * net/tramp.el (top): Don't require 'shell.
2928 (tramp-methods): Fix docstring.
2929 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
2930 Return complete remote file name. Handle "smb" case.
2931 Use `tramp-tmpdir', if defined for the respective method.
2932 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2933
2934 * net/tramp-compat.el (top): Require 'shell.
2935
2936 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2937 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2938 `tramp-current-host'.
2939 (tramp-get-remote-tmpdir): Remove.
2940
2941 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2942 `tramp-tmpdir' entries.
2943 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2944 (tramp-smb-handle-file-attributes): Ignore errors.
2945 (tramp-smb-wait-for-output): Check also for process end.
2946
2947 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2950 when sending QUIT (bug#9312).
2951
2952 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2955 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2956 occur-mode-display-occurrence.
2957 (occur-edit-mode): Add usage message.
2958 (occur-cease-edit): New command.
2959 (occur-after-change-function): Use text properties to find the
2960 position of the prefix text.
2961 (occur-engine): Set stickiness of prefix text properties.
2962
2963 2011-09-17 Glenn Morris <rgm@gnu.org>
2964
2965 * progmodes/etags.el (complete-tag):
2966 Fix call to completion-in-region. (Bug#9526)
2967
2968 2011-09-17 Juri Linkov <juri@jurta.org>
2969
2970 * textmodes/ispell.el (ispell-word): Add to the error message
2971 the word, ispell program name and current dictionary (bug#9121).
2972 (ispell-tex-arg-end): Capitalize "error" in the error message.
2973
2974 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2975
2976 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2977 check. (Bug#4251)
2978
2979 2011-09-17 Juri Linkov <juri@jurta.org>
2980
2981 * window.el (window-safe-min-height, window-safe-min-width):
2982 Fix typos (followup to bug#9522).
2983
2984 2011-09-17 Sven Joachim <svenjoac@gmx.de>
2985
2986 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2987
2988 2011-09-16 Eli Zaretskii <eliz@gnu.org>
2989
2990 * simple.el (line-move): If goal-column is set, move by logical
2991 lines, not by display lines. (Bug#971)
2992 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2993 to reflect the above change.
2994
2995 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * image.el (imagemagick-register-types): Use regexp-opt.
2998
2999 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * window.el (display-buffer-base-action): Rename from
3002 display-buffer-default-action. Make default value empty.
3003 (display-buffer-overriding-action): Convert to defvar.
3004 (display-buffer-fallback-action): New var.
3005
3006 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3009 declaration.
3010 (package--add-to-archive-contents): If there is a duplicate entry
3011 with an older version, remove it.
3012 (package-menu-mark-delete, package-menu-mark-install)
3013 (package-menu-mark-unmark): Make unused args optional.
3014 (package-menu-mark-obsolete-for-deletion):
3015 Use package-menu-get-status instead of a regexp search.
3016 (package-menu-get-status): Use tabulated-list-entry.
3017 (package-menu-mark-upgrades): New command.
3018 (package-menu-mode-map): Bind it to U. Add it to menu bar.
3019 (package-menu-execute): Do installation before deletion.
3020 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3021 instead of checking major-mode.
3022 (package-menu--find-upgrades): New function.
3023
3024 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3025
3026 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3027 passwords in the log buffer.
3028 (smtpmail-process-filter): Update the process marker so that the
3029 "broken by peer" status message is inserted in the right place.
3030
3031 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3034 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3035 bibtex-completion-at-point-function.
3036 (bibtex-completion-at-point-function): Use them.
3037
3038 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3039
3040 * mpc.el (mpc-constraints-tag-lookup): New function.
3041 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3042 also to browser "album|playlist".
3043
3044 2011-09-14 Juri Linkov <juri@jurta.org>
3045
3046 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3047 (isearch-edit-string): Use length of `isearch-string' when
3048 `isearch-fail-pos' returns nil.
3049 (isearch-message): Remove duplicate code and call
3050 `isearch-fail-pos' with arg `t'.
3051
3052 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * replace.el (occur-mode-goto-occurrence): Don't force using other
3055 window (Bug#9499).
3056
3057 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3058
3059 2011-09-14 Martin Rudalics <rudalics@gmx.at>
3060
3061 * window.el (display-buffer-window): Remove.
3062 (display-buffer-record-window): Use help-setup window parameter
3063 instead of variable display-buffer-window.
3064 (display-buffer-function, special-display-buffer-names)
3065 (special-display-function): Mention help-setup parameter instead
3066 of display-buffer-window in doc-string.
3067 * help.el (help-window-setup): New argument help-window.
3068 Use help-window-setup parameter instead of display-buffer-window.
3069 Reword some messages.
3070 (with-help-window): Pass window used for displaying the buffer
3071 to help-window-setup. Don't set display-buffer-window.
3072
3073 2011-09-13 Glenn Morris <rgm@gnu.org>
3074
3075 * emacs-lisp/debug.el (debugger-make-xrefs):
3076 Preserve point. (Bug#9462)
3077
3078 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * window.el (window-deletable-p): Use next-frame.
3081
3082 2011-09-13 Martin Rudalics <rudalics@gmx.at>
3083
3084 * window.el (window-auto-delete): Remove.
3085 (window-deletable-p): Remove argument FORCE. Don't deal with
3086 dedication and previous buffers.
3087 (switch-to-prev-buffer): Don't delete window.
3088 (delete-windows-on): Delete a window's frame if and only if the
3089 window is dedicated.
3090 (replace-buffer-in-windows): Delete buffer's window or frame if
3091 and only if window is dedicated.
3092 (quit-window): Handle quit-restore as before last change.
3093 (bury-buffer): Delete window only if window-deletable-p returns t.
3094
3095 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3096
3097 * window.el (window-deletable-p): Never delete the last frame on a
3098 given terminal.
3099
3100 2011-09-13 Glenn Morris <rgm@gnu.org>
3101
3102 * help.el (describe-key-briefly): Copy previous standard-output change.
3103
3104 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
3105
3106 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3107
3108 2011-09-13 Glenn Morris <rgm@gnu.org>
3109
3110 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3111 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3112
3113 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * dired-aux.el (dired-mark-read-string): Don't return default
3116 value on empty input (Bug#9361).
3117 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3118 Omit initial minibuffer contents.
3119 (dired-do-chmod): Signal an error on empty input.
3120 (dired-mark-read-string): Don't return default on empty input.
3121
3122 * files.el (file-modes-symbolic-to-number): Doc fix.
3123
3124 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * international/mule-cmds.el (ucs-completions): Remove.
3127 (read-char-by-name): Use complete-with-action instead; add metadata.
3128
3129 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * window.el (display-buffer--action-function-custom-type)
3132 (display-buffer--action-custom-type): New vars.
3133 (display-buffer-alist, display-buffer-default-action)
3134 (display-buffer-overriding-action): Add defcustom types.
3135
3136 * frame.el (delete-other-frames): Doc fix (Bug#276).
3137
3138 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
3140 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3141
3142 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3143
3144 Change modes that used same-window-* vars to use switch-to-buffer.
3145
3146 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3147 Use switch-to-buffer.
3148
3149 * cus-edit.el (customize-group, custom-buffer-create)
3150 (customize-browse, custom-buffer-create-other-window):
3151 Use switch-to-buffer or switch-to-buffer-other-window.
3152
3153 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3154 (Info-prev, Info-up, Info-speedbar-goto-node)
3155 (info-display-manual): Use switch-to-buffer.
3156 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3157
3158 * mail/sendmail.el (mail): Use switch-to-buffer.
3159 (mail-recover): Use switch-to-buffer-other-window.
3160
3161 * cmuscheme.el (run-scheme, switch-to-scheme):
3162 * ielm.el (ielm):
3163 * shell.el (shell):
3164 * net/rlogin.el (rlogin):
3165 * net/telnet.el (telnet, rsh):
3166 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3167
3168 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3169
3170 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3171
3172 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3173
3174 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3175 so don't mention it (bug#9301).
3176 (dired-sort-toggle-or-edit): Clarify string further.
3177
3178 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3179 match `x', `w32' and `ns', like the manual says (bug#9029).
3180
3181 * subr.el (eval-after-load): Doc string clarification (bug#9125).
3182 (process-kill-buffer-query-function): Mention the buffer name in
3183 the query.
3184
3185 * image-mode.el (image-next-line): The line parameter is mandatory
3186 (bug#9258).
3187
3188 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3189 which can be useful (bug#9301).
3190
3191 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3192
3193 * subr.el (match-string): Mention that the current buffer should
3194 be the same as the search was done in (bug#9282).
3195
3196 * facemenu.el: Disable the remove-* commands if the mark isn't
3197 active (bug#9162).
3198
3199 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3202 of display-buffer.
3203 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3204
3205 * replace.el (occur-mode-goto-occurrence)
3206 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3207 and display-buffer.
3208
3209 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3210 display-buffer.
3211
3212 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3213 special-display and same-window variables.
3214 (mail-other-window): Use switch-to-buffer-other-window.
3215 (mail-other-frame): USe switch-to-buffer-other-frame.
3216
3217 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3218 Use display-buffer-other-frame.
3219 (gdb-display-gdb-buffer): Use pop-to-buffer.
3220
3221 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3222
3223 * progmodes/python.el: Don't set same-window-buffer-names.
3224
3225 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3226
3227 * window.el (display-buffer-alist): Add *Python*.
3228
3229 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * window.el (display-buffer-alist): Add entry for buffers
3232 previously handled same-window-*.
3233 (display-buffer-alist, display-buffer-default-action)
3234 (display-buffer-overriding-action): Mark as risky.
3235 (display-buffer-alist): Document action function changes.
3236 (display-buffer--same-window-action)
3237 (display-buffer--other-frame-action): New variables.
3238 (switch-to-buffer, display-buffer-other-frame): Use them.
3239 (display-buffer): Rename reuse-frame entry to reusable-frames.
3240 (display-buffer-reuse-selected-window): Function deleted.
3241 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3242 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3243 (display-buffer-special): New function.
3244 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3245 display-buffer-reuse-or-pop-window. Split off special-display
3246 part into display-buffer-special.
3247 (display-buffer-use-some-window): Don't perform any special
3248 pop-up-frames handling.
3249 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3250 (display-buffer--maybe-same-window): Rename from
3251 display-buffer-maybe-same-window.
3252
3253 * info.el: Don't set same-window-regexps.
3254 (info-setup): New function.
3255 (info-other-window, info): Call it.
3256
3257 * cus-edit.el: Don't set same-window-regexps.
3258 (customize-group): New argument.
3259 (customize-group-other-window): Use it.
3260 (customize-face, customize-face-other-window): Likewise.
3261 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3262
3263 * net/rlogin.el:
3264 * net/telnet.el:
3265 * progmodes/gud.el: Don't set same-window-regexps.
3266
3267 * cmuscheme.el:
3268 * ielm.el:
3269 * shell.el:
3270 * mail/sendmail.el:
3271 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3272
3273 2011-09-10 Juri Linkov <juri@jurta.org>
3274
3275 * isearch.el (isearch-edit-string): Remove obsolete mention of
3276 `C-w' (`isearch-yank-word-or-char') from docstring.
3277 (isearch-query-replace): Fix typo in docstring (bug#9466).
3278
3279 2011-09-10 Juri Linkov <juri@jurta.org>
3280
3281 * paren.el (show-paren-function): Don't show escaped parens.
3282 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3283
3284 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3285
3286 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3287 (mm-default-file-encoding): Remove autoload forms, they are
3288 replaced with autoload cookies in mml.el and mm-encode.el.
3289 (mail-add-attachment): New command.
3290 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3291 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3292 the doc string.
3293 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3294
3295 2011-09-10 Reuben Thomas <rrt@sc3d.org>
3296
3297 * simple.el (count-words-region): Use buffer if there's no region
3298 (bug#9429).
3299
3300 2011-09-09 Juri Linkov <juri@jurta.org>
3301
3302 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3303 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3304 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3305
3306 2011-09-09 Alan Mackenzie <acm@muc.de>
3307
3308 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3309 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3310
3311 2011-09-09 Eli Zaretskii <eliz@gnu.org>
3312
3313 Fix for Savannah bug#9392.
3314 * simple.el (mail-encode-mml): New defvar.
3315
3316 * mail/rmail.el (mail-encode-mml): Add a defvar.
3317 (rmail-enable-mime-composing): Default to t.
3318 (rmail-forward): Use MIME method of forwarding only if both
3319 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3320 Set mail-encode-mml non-nil if the MIME method was used.
3321
3322 * mail/sendmail.el (mml-to-mime): Add autoload form.
3323 (mail-encode-mml): Add a defvar.
3324 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3325 to nil.
3326 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3327 message through mml-to-mime, and reset mail-encode-mml to nil.
3328
3329 2011-09-09 Glenn Morris <rgm@gnu.org>
3330
3331 * woman.el (woman-if-body): When processing an .el block,
3332 do not delete the next .el block as well. (Bug#9447)
3333 (woman-special-characters): Add oq, cq, and hy characters.
3334
3335 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3336
3337 * window.el (window-deletable-p): Make sure window is live before
3338 invoking window-prev-buffers.
3339
3340 2011-09-08 Leo Liu <sdl.web@gmail.com>
3341
3342 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3343
3344 2011-09-08 Juri Linkov <juri@jurta.org>
3345
3346 * progmodes/compile.el (compilation-environment): Make it
3347 a defcustom (bug#8340).
3348
3349 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3350
3351 * window.el (frame-auto-delete): Rename to window-auto-delete.
3352 Make it control auto-deletion of windows and/or frames.
3353 (window-deletable-p): New argument FORCE. Rewrite conditions
3354 for deleting window/frame. (Bug#9419)
3355 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3356 Rewrite handling of case when window/frame can be deleted.
3357 (delete-windows-on): Call window-deletable-p with new FORCE
3358 argument t. (Bug#9456)
3359
3360 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * help-mode.el (help-mode): Restore autoload.
3363
3364 2011-09-07 Juri Linkov <juri@jurta.org>
3365
3366 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3367 `compilation-environment'. Set buffer-local
3368 `compilation-environment' to `thisenv' later after (funcall mode).
3369 (Bug#8340)
3370
3371 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3372 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3373 instead of replacing its value. (Bug#8340)
3374
3375 2011-09-07 Juri Linkov <juri@jurta.org>
3376
3377 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3378 based on text properties put by `grep-filter' instead of matching
3379 escape sequences.
3380 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3381 to the value of `grep-error-screen-columns' (bug#9438).
3382
3383 2011-09-07 Juri Linkov <juri@jurta.org>
3384
3385 * simple.el (next-error-highlight, next-error-highlight-no-select):
3386 Doc fix (bug#9432).
3387
3388 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3389
3390 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3391 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3392
3393 2011-09-07 Leo Liu <sdl.web@gmail.com>
3394
3395 * net/rcirc.el (rcirc-mode): Conditionally initialize
3396 rcirc-input-ring.
3397
3398 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * emacs-lisp/find-func.el (find-function-C-source): Only set
3401 find-function-C-source-directory after checking that we found a source
3402 file there (bug#9440).
3403
3404 2011-09-06 Alan Mackenzie <acm@muc.de>
3405
3406 * isearch.el (isearch-other-meta-char): Wherever a key list is
3407 unread, "unread" the prefix arg, too. This fixes bug #8901.
3408
3409 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3410
3411 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3412
3413 2011-09-05 Juri Linkov <juri@jurta.org>
3414
3415 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3416
3417 2011-09-05 Juri Linkov <juri@jurta.org>
3418
3419 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3420 keeping point where processing of grep matches begins, and
3421 continue to delete remaining escape sequences from the same point.
3422 (grep-filter): Make leading zero optional in "0?1;31m" because
3423 git-grep emits "\033[1;31m" escape sequences unlike expected
3424 "\033[01;31m" as GNU Grep does (bug#9408).
3425 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3426
3427 2011-09-05 Juri Linkov <juri@jurta.org>
3428
3429 * subr.el (y-or-n-p): Capitalize "yes".
3430
3431 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3434 `tramp-cache-unload-hook' where appropriate.
3435 (tramp-methods): Rename `tramp-remote-sh' to
3436 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3437 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3438
3439 * net/tramp-sh.el (top): Don't require 'shell.
3440 (tramp-methods): Add `tramp-remote-shell' and
3441 `tramp-remote-shell-args' entries.
3442 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3443 (tramp-sh-handle-shell-command): Remove.
3444 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3445 Use `tramp-remote-shell'.
3446
3447 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
3448
3449 * mail/sendmail.el (sendmail-query-once-function): Delete.
3450 (sendmail-query-once): Save directly to send-mail-function.
3451 Update message-send-mail-function too.
3452
3453 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3454
3455 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3456
3457 * progmodes/python.el (python-mode-map): Use correct function to
3458 start python interpreter from menu-bar (as reported by Geert
3459 Kloosterman).
3460 (inferior-python-mode-map): Fix typo.
3461 (python-shell-map): Remove.
3462
3463 2011-09-03 Deniz Dogan <deniz@dogan.se>
3464
3465 * net/rcirc.el (rcirc-print): Simplify code for
3466 rcirc-scroll-show-maximum-output. There is no need to walk
3467 through all windows to find the right one.
3468
3469 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3470
3471 * help.el (help-return-method): Doc fix.
3472
3473 2011-09-03 Martin Rudalics <rudalics@gmx.at>
3474
3475 * window.el (window-deletable-p): Don't return a non-nil value
3476 when there's a buffer that was shown in the window before.
3477 (Bug#9419)
3478 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3479 Set window's previous buffers to nil.
3480
3481 2011-09-03 Eli Zaretskii <eliz@gnu.org>
3482
3483 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3484 newline before and after the tag line, so it doesn't interfere
3485 with determining the paragraph direction of bidirectional text.
3486
3487 2011-09-03 Leo Liu <sdl.web@gmail.com>
3488
3489 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3490
3491 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
3494 (pop-to-buffer): Change interactive spec. Pass second argument
3495 directly to display-buffer.
3496 (display-buffer): Fix interactive spec. Use functionp to
3497 distinguish between a function and a list of functions.
3498
3499 * abbrev.el (edit-abbrevs):
3500 * arc-mode.el (archive-extract):
3501 * autoinsert.el (auto-insert):
3502 * bookmark.el (bookmark-bmenu-list):
3503 * files.el (find-file):
3504 * view.el (view-buffer):
3505 * progmodes/compile.el (compilation-goto-locus):
3506 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3507
3508 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
3509
3510 * window.el (display-buffer-alist): Doc fix.
3511 (display-buffer): Add docstring. Don't treat
3512 display-buffer-default specially.
3513 (display-buffer-reuse-selected-window)
3514 (display-buffer-same-window, display-buffer-maybe-same-window)
3515 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3516 (display-buffer-pop-up-window)
3517 (display-buffer-reuse-or-pop-window)
3518 (display-buffer-use-some-window): New functions.
3519 (display-buffer-default-action): Use them.
3520 (display-buffer-default): Delete.
3521 (pop-to-buffer-1): Fix choice of actions.
3522
3523 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * minibuffer.el (completion--insert-strings): Don't get confused by
3526 completion entries that end with an LF char.
3527
3528 2011-09-01 Eli Zaretskii <eliz@gnu.org>
3529
3530 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3531
3532 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * window.el (display-buffer): Restore interactive spec.
3535 (display-buffer-same-window, display-buffer-other-window):
3536 New functions.
3537 (pop-to-buffer-1): New function. Use the above.
3538 (pop-to-buffer, pop-to-buffer-same-window): Use it.
3539 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3540
3541 * view.el (view-buffer-other-window, view-buffer-other-frame):
3542 Just use pop-to-buffer.
3543
3544 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3545
3546 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3547
3548 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3549
3550 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3551
3552 2011-08-31 Richard Stallman <rms@gnu.org>
3553
3554 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3555 of the separation of rmail-view-buffer from rmail-buffer.
3556 If you say no to "replace original", the decrypt is in the
3557 view buffer. If you say yes, the decrypt goes into the
3558 rmail buffer also.
3559
3560 2011-08-31 Martin Rudalics <rudalics@gmx.at>
3561
3562 * window.el (display-buffer-window): Rewrite doc-string.
3563 (display-buffer-record-window): New function.
3564 (display-buffer-macro-specifiers)
3565 (display-buffer-even-window-sizes, display-buffer-set-height)
3566 (display-buffer-set-width, display-buffer-in-window)
3567 (display-buffer-reuse-window, display-buffer-split-specifiers)
3568 (display-buffer-side-specifiers, display-buffer-split-window-1)
3569 (display-buffer-split-window, display-buffer-split-atom-window)
3570 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3571 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3572 (display-buffer-other-window-means-other-frame)
3573 (display-buffer-normalize-special)
3574 (display-buffer-normalize-default)
3575 (display-buffer-normalize-argument)
3576 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3577 (display-buffer-normalize-specifiers, display-buffer-frame)
3578 (display-buffer-same-window, display-buffer-same-frame)
3579 (display-buffer-other-window)
3580 (display-buffer-same-frame-other-window)
3581 (display-buffer-other-frame, pop-to-buffer-same-window)
3582 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3583 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3584 (switch-to-buffer-same-frame)
3585 (switch-to-buffer-other-window-same-frame)
3586 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3587 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3588 (display-buffer-alist-set): Remove.
3589 (display-buffer-function, special-display-buffer-names)
3590 (special-display-regexps, special-display-function):
3591 In doc-string refer to display-buffer-window and quit-restore
3592 parameter.
3593 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3594 (special-display-frame-alist, special-display-popup-frame)
3595 (same-window-buffer-names, same-window-regexps, same-window-p)
3596 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3597 (split-window-preferred-function, split-height-threshold)
3598 (split-width-threshold, window-splittable-p)
3599 (split-window-sensibly, window--try-to-split-window)
3600 (window--frame-usable-p, even-window-heights)
3601 (window--even-window-heights, window--display-buffer-1)
3602 (window--display-buffer-2, display-buffer-other-frame):
3603 Restore old Emacs 23 code, order and doc-strings where applicable.
3604 (display-buffer-default, display-buffer-assq-regexp): New functions.
3605 (display-buffer-alist): Rewrite doc-string.
3606 (display-buffer-default-action)
3607 (display-buffer-overriding-action): New variables.
3608 (display-buffer, switch-to-buffer): Rewrite.
3609 (pop-to-buffer): Restore Emacs 23 behavior but use
3610 window-normalize-buffer-to-display.
3611 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3612 Restore Emacs 23 behavior but use
3613 window-normalize-buffer-to-switch-to.
3614 (pop-to-buffer-same-window): Rewrite.
3615 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3616 Rewrite using Emacs 23 options.
3617
3618 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
3619
3620 * net/tramp.el (tramp-root-regexp): Remove.
3621 (tramp-completion-file-name-regexp-unified)
3622 (tramp-completion-file-name-regexp-separate)
3623 (tramp-completion-file-name-regexp-url): Don't use leading volume
3624 letter on win32 systems. (Bug#5303, Bug#9311)
3625 (tramp-drop-volume-letter): Simplify definition.
3626 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3627
3628 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3631 (bug#9356).
3632
3633 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3634
3635 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3636
3637 2011-08-29 Juri Linkov <juri@jurta.org>
3638
3639 * isearch.el (isearch-done): Don't display message "Mark saved"
3640 when arg `edit' is non-nil to prevent its flicker in the echo area.
3641
3642 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3643
3644 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3645 obsolete packages for deletion.
3646
3647 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3648
3649 * help-mode.el (help-mode-map): Add special-mode-map to parent.
3650 (help-mode): Derive help-mode from special-mode. Don't invoke
3651 view-mode from help-mode.
3652 (help-xref-override-view-map): Remove.
3653 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3654 view-mode is not used anymore.
3655
3656 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * server.el (server-port): Doc fix.
3659
3660 * cus-theme.el (custom-theme-choose-mode): Inherit from
3661 special-mode (Bug#9124).
3662 (custom-theme-choose-mode-map): Add special-mode to parent.
3663
3664 2011-08-28 Alan Mackenzie <acm@muc.de>
3665
3666 * progmodes/cc-fonts.el
3667 (c-make-font-lock-BO-decl-search-function): New function.
3668 (c-basic-matchers-after - "Fontify the clauses after various
3669 keywords"): Extract the three keyword lists for the 3 erroneous
3670 constructs from the list of four, and use the new function above
3671 in place of an old one.
3672
3673 2011-08-28 Deniz Dogan <deniz@dogan.se>
3674
3675 * net/rcirc.el (rcirc-insert-prev-input)
3676 (rcirc-insert-next-input): Remove unused argument.
3677
3678 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3681
3682 2011-08-27 Alan Mackenzie <acm@muc.de>
3683
3684 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3685 handle function pointer parameters properly.
3686
3687 2011-08-27 Martin Rudalics <rudalics@gmx.at>
3688
3689 * window.el (display-buffer-reuse-window): Fix case where
3690 selected window was reused with non-nil OTHER-WINDOW argument.
3691 (Bug#9381)
3692
3693 2011-08-27 Deniz Dogan <deniz@dogan.se>
3694
3695 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3696 oftc's NickServ messages.
3697
3698 2011-08-27 Glenn Morris <rgm@gnu.org>
3699
3700 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3701
3702 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * emacs-lisp/package.el (package-install): Call package-initialize
3705 if called interactively.
3706
3707 2011-08-26 Leo Liu <sdl.web@gmail.com>
3708
3709 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3710
3711 2011-08-25 Juri Linkov <juri@jurta.org>
3712
3713 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3714 `search-whitespace-regexp' (bug#9364).
3715
3716 2011-08-25 Juri Linkov <juri@jurta.org>
3717
3718 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3719 `regexp-search-ring' to their global values to protect from
3720 updating by `read-from-minibuffer' (bug#9185).
3721
3722 2011-08-25 Juri Linkov <juri@jurta.org>
3723
3724 * textmodes/ispell.el (ispell-command-loop): Add newline
3725 at the end of the "Use option `i'..." line.
3726
3727 2011-08-25 Juri Linkov <juri@jurta.org>
3728
3729 * battery.el (display-battery-mode): If `battery-status-function'
3730 or `battery-mode-line-format' is nil, display the message and set
3731 `display-battery-mode' to nil (bug#9363).
3732
3733 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3734
3735 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3736 bidi-string-mark-left-to-right; they are unnecessary now.
3737
3738 2011-08-25 Deniz Dogan <deniz@dogan.se>
3739
3740 * net/quickurl.el: Documentation typo fixes.
3741
3742 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3745
3746 2011-08-25 Glenn Morris <rgm@gnu.org>
3747
3748 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3749
3750 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3751 (smtpmail-via-smtp): Handle nil response from smtp.
3752
3753 2011-08-24 Juri Linkov <juri@jurta.org>
3754
3755 * proced.el (proced-marked): Inherit from `error' instead of
3756 `font-lock-warning-face'.
3757
3758 * ibuffer.el (ibuffer-marked-face): Change default face from
3759 `font-lock-warning-face' to `warning'.
3760 (ibuffer-deletion-face): Change default face from
3761 `font-lock-type-face' to `error'.
3762
3763 * battery.el (battery-update): Use the face `error' instead of
3764 `font-lock-warning-face' (bug#6117).
3765
3766 2011-08-24 Juri Linkov <juri@jurta.org>
3767
3768 * faces.el (success): Change face color from "Green3" to
3769 "ForestGreen" on light background (bug#9353).
3770
3771 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * window.el (quit-window): Rename from quit-restore-window.
3774 Use same arglist as old quit-window.
3775 (frame-auto-delete): Doc fix.
3776
3777 * view.el (view-mode-exit): Use quit-window.
3778
3779 2011-08-24 Juri Linkov <juri@jurta.org>
3780
3781 * isearch.el (isearch-ring-adjust1): Start visiting previous
3782 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3783 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3784 for empty search string (when the last search string is reused
3785 automatically) to adjust the isearch ring to the last element and
3786 prepare the correct index for further M-p commands (bug#9185).
3787
3788 2011-08-24 Kenichi Handa <handa@m17n.org>
3789
3790 * international/ucs-normalize.el: If decomposition property of
3791 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3792 nil.
3793 (nfd, nfkd): Likewise.
3794
3795 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3798 from process filters aren't reliably transmitted to the surrounding
3799 accept-process-output.
3800 (mpc-proc-check): New function.
3801 (mpc-proc-sync): Use it (bug#8293)
3802
3803 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3806 Add compatibility functions (bug#9313).
3807
3808 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3809
3810 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3811
3812 * international/uni-bidi.el: Regenerated.
3813
3814 2011-08-23 Kenichi Handa <handa@m17n.org>
3815
3816 * international/charprop.el:
3817 * international/uni-bidi.el:
3818 * international/uni-category.el:
3819 * international/uni-combining.el:
3820 * international/uni-comment.el:
3821 * international/uni-decimal.el:
3822 * international/uni-decomposition.el:
3823 * international/uni-digit.el:
3824 * international/uni-lowercase.el:
3825 * international/uni-mirrored.el:
3826 * international/uni-name.el:
3827 * international/uni-numeric.el:
3828 * international/uni-old-name.el:
3829 * international/uni-titlecase.el:
3830 * international/uni-uppercase.el: Regenerate.
3831
3832 2011-08-23 Martin Rudalics <rudalics@gmx.at>
3833
3834 * help.el (help-window-setup): Fix message displayed when other
3835 window is reused. (Bug#9341)
3836
3837 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3840 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3841
3842 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3843 Mark obsolete.
3844 * shell.el (shell-parse-pcomplete-arguments): New function.
3845 (shell-completion-vars): Use it instead (bug#9160).
3846
3847 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3850 strings and comments (bug#9333).
3851
3852 * emacs-lisp/debug.el (debug-arglist): New function.
3853 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3854 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3855
3856 2011-08-22 Juri Linkov <juri@jurta.org>
3857
3858 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3859 Revert regexp that highlights output switches to its old
3860 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3861
3862 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3863 to check for empty output (bug#9226).
3864
3865 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3868 symbol-constituent as the default, as that stops font-lock from
3869 working properly (Bug#8843).
3870
3871 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3874 `coding-system-for-*' around the process open call to avoid
3875 auth-source side effects.
3876 (smtpmail-try-auth-methods): Expand the secret password.
3877 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3878 probe hangs.
3879
3880 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3883
3884 * emacs-lisp/find-func.el (find-function-noselect): New arg
3885 lisp-only.
3886
3887 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3888 signal an error for built-in functions (Bug#6664).
3889
3890 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3891
3892 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3893 (smtpmail-try-auth-methods): Use it.
3894
3895 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * font-lock.el (font-lock-fontify-region)
3898 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3899 (font-lock-default-unfontify-buffer)
3900 (font-lock-default-fontify-region)
3901 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3902
3903 * progmodes/compile.el (compilation-error-properties):
3904 Fix confusion between file struct and message struct (Bug#9319).
3905 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3906 `ant' regexp.
3907
3908 * net/browse-url.el (browse-url-firefox): Don't call
3909 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3910
3911 2011-08-20 Glenn Morris <rgm@gnu.org>
3912
3913 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3914
3915 * tutorial.el (tutorial--default-keys): Update some default bindings.
3916
3917 * files.el (hack-local-variables): Fully ignore case for "mode:".
3918
3919 2011-08-20 Alan Mackenzie <acm@muc.de>
3920
3921 Resolve invalid use of a regexp in regexp-opt.
3922
3923 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3924 detection for a java annotation.
3925
3926 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
3927 detection for a java annotation.
3928
3929 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3930 handling for java.
3931 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3932
3933 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3936 (Bug#9274).
3937
3938 2011-08-20 Alan Mackenzie <acm@muc.de>
3939
3940 Fontify CPP expressions correctly when starting in the middle of
3941 such a construct. Mainly for when jit-lock etc. starts a chunk
3942 here.
3943
3944 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
3945 variable.
3946 (c-make-font-lock-search-form): New function, extracted from
3947 c-make-font-lock-search-function.
3948 (c-make-font-lock-search-function): Use the above function.
3949 (c-make-font-lock-context-search-function): New function.
3950 (c-cpp-matchers): Enhance the preprocessor expression case with
3951 the above function
3952 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3953 which takes an expression.
3954
3955 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3956
3957 2011-08-20 Martin Rudalics <rudalics@gmx.at>
3958
3959 * window.el (display-buffer-reuse-window)
3960 (display-buffer-pop-up-window): Don't reuse or split a side
3961 window.
3962
3963 2011-08-19 Glenn Morris <rgm@gnu.org>
3964
3965 * files.el (hack-local-variables-prop-line, hack-local-variables):
3966 Downcase "Mode:". (Bug#9331)
3967
3968 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
3969
3970 * international/characters.el: Add L and R categories.
3971
3972 * subr.el (bidi-string-mark-left-to-right): Rename from
3973 string-mark-left-to-right. Use category search.
3974
3975 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3976
3977 2011-08-18 Juri Linkov <juri@jurta.org>
3978
3979 * faces.el (error, warning, success): New faces with definitions
3980 copied from old default values of `font-lock-warning-face',
3981 `compilation-warning', `compilation-info' (bug#6117).
3982
3983 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3984
3985 * progmodes/compile.el (compilation-error): Inherit from `error'.
3986 (compilation-warning): Inherit from `warning'.
3987 (compilation-info): Inherit from `success'.
3988
3989 * dired.el (dired-marked): Inherit from `warning'.
3990 (dired-flagged): Inherit from `error'.
3991
3992 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3993
3994 * mail/smtpmail.el (auth-source): Require to avoid problems with
3995 binding variables (bug#9298). Also clean up some unused
3996 autoloads.
3997
3998 * net/network-stream.el (network-stream-open-starttls):
3999 Support using starttls.el without using gnutls-cli.
4000
4001 2011-08-17 Juri Linkov <juri@jurta.org>
4002
4003 * progmodes/grep.el (rgrep): Handle the case when
4004 `grep-find-command' is a cons cell (bug#9278).
4005
4006 2011-08-17 Martin Rudalics <rudalics@gmx.at>
4007
4008 * window.el (display-buffer-pop-up-frame): Run frame creation
4009 function with BUFFER current (as special-display-popup-frame
4010 does). Reported by Drew Adams.
4011
4012 2011-08-17 Daiki Ueno <ueno@unixuser.org>
4013
4014 * epa-mail.el: Simplify GnuPG group expansion using
4015 epg-expand-group.
4016 (epa-mail-group-alist, epa-mail-group-modtime)
4017 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4018 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4019 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4020 Remove.
4021
4022 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
4023
4024 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4025
4026 2011-08-16 Alan Mackenzie <acm@muc.de>
4027
4028 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4029 Correct, to avoid the inside of macros.
4030
4031 2011-08-16 Richard Stallman <rms@gnu.org>
4032
4033 * epa-mail.el: Handle GnuPG group definitions.
4034 (epa-mail-group-alist, epa-mail-group-modtime)
4035 (epa-mail-gnupg-conf-file): New variables.
4036 (epa-mail-parse-groups, epa-mail-sync-groups)
4037 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4038 (epa-mail-expand-recipients): New functions.
4039 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4040
4041 * mail/rmail.el (rmail-epa-decrypt): New command.
4042
4043 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4044 Don't bind buffer-read-only, just inhibit-read-only.
4045 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4046 (epa-decrypt-armor-in-region): Make error message clearer.
4047
4048 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4051 and "a2b" to "ab" for `prefix'.
4052
4053 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4056 filter groups.
4057 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4058 Fourquet (Bug#8804).
4059
4060 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
4061
4062 * startup.el (argi): Declare as global variable (bug#9275).
4063
4064 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * subr.el (string-mark-left-to-right): Search the entire string
4067 for RTL script, not just the terminating character. Doc fix.
4068
4069 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4072 New function.
4073 (js--regexp-literal, js-syntax-propertize-function): Remove.
4074 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4075 (js-mode-map): Don't rebind electric keys.
4076 (js-insert-and-indent): Remove.
4077 (js-mode): Setup electric-layout and electric-indent instead.
4078
4079 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4080
4081 2011-08-12 Daiki Ueno <ueno@unixuser.org>
4082
4083 * epa.el (epa-progress-callback-function): Fix the logic of
4084 displaying progress.
4085 * epa-file.el (epa-file-insert-file-contents): Make progress
4086 display more user-friendly.
4087 (epa-file-write-region): Ditto.
4088
4089 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * subr.el (string-mark-left-to-right): New function.
4092
4093 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4094 Use string-mark-left-to-right.
4095 (list-buffers-noselect): Caller changed.
4096
4097 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4098 Use string-mark-left-to-right.
4099 (tabulated-list-print): Recenter after moving point.
4100
4101 2011-08-10 Juri Linkov <juri@jurta.org>
4102
4103 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4104 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4105 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4106
4107 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4108
4109 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4110 (Bug#7554).
4111
4112 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
4113
4114 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4115 character. (Bug#6594)
4116
4117 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4120 (image-dired--with-db-file): New macro.
4121 (image-dired-write-tags, image-dired-remove-tag)
4122 (image-dired-create-gallery-lists, image-dired-write-comments)
4123 (image-dired-get-comment, image-dired-mark-tagged-files)
4124 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4125 (image-dired-gallery-generate): Use insert-file-contents.
4126
4127 * time.el (display-time-world-list, display-time-world-display):
4128 * time-stamp.el (time-stamp-string):
4129 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4130 set-time-zone-rule (Bug#7337).
4131
4132 2011-08-08 Daiki Ueno <ueno@unixuser.org>
4133
4134 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4135 (epg-error-to-string, epg-errors-to-string): New function.
4136 (epg-wait-for-completion): Reverse errors list.
4137 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4138 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4139 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4140 (epg-sign-keys, epg-generate-key-from-file)
4141 (epg-generate-key-from-string): Format errors by using
4142 epg-errors-to-string (bug#9255).
4143 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4144
4145 2011-08-07 Juri Linkov <juri@jurta.org>
4146
4147 * faces.el (list-faces-display): Remove extra angle bracket
4148 from `help-mode-map'.
4149
4150 * info.el (Info-history-toc-nodes): Doc fix.
4151
4152 * longlines.el (longlines-mode): Doc fix.
4153
4154 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4157 of statements and in a few more cases (bug#9183).
4158
4159 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4160 New functions.
4161 (cl-transform-lambda): Use them (bug#9239).
4162
4163 2011-08-05 Martin Rudalics <rudalics@gmx.at>
4164
4165 * window.el (display-buffer-same-window)
4166 (display-buffer-same-frame, display-buffer-other-window)
4167 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4168 (pop-to-buffer-other-window)
4169 (pop-to-buffer-same-frame-other-window)
4170 (pop-to-buffer-other-frame): Make them defuns.
4171 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4172
4173 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * subr.el (make-composed-keymap): Move from C. Change calling
4176 convention, and improve docstring to bring attention to a subtle point.
4177 * minibuffer.el (completing-read-default): Adjust accordingly.
4178
4179 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
4180
4181 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4182 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4183
4184 * net/trampver.el: Update release number.
4185
4186 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4189 "in" (bug#9190).
4190
4191 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4192
4193 * mail/sendmail.el (sendmail-query-once): Restore the current
4194 buffer after querying (bug#9074).
4195
4196 * dired.el (dired-flagged): Use different faces for marked and
4197 flagged files (bug#6117).
4198
4199 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4200 (bug#4433).
4201
4202 * ido.el (ido-mode): Switch off the message if called
4203 non-interactively.
4204
4205 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4206 before 587, since it appears that that's more likely to work for
4207 more people.
4208
4209 * cus-edit.el (custom-file): When running under emacs -q, always
4210 refuse to save the customizations, even if the .emacs file doesn't
4211 exist.
4212
4213 * info.el: Remove the `Info-beginning-of-buffer' function
4214 (bug#8325).
4215
4216 * net/network-stream.el (network-stream-open-starttls):
4217 Use `starttls-available-p' to see whether starttls.el can be used.
4218
4219 2011-08-01 Martin Rudalics <rudalics@gmx.at>
4220
4221 * window.el (display-buffer-in-window): Don't set dedicated status
4222 of window here (Bug#9215).
4223 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4224 (display-buffer-pop-up-side-window)
4225 (display-buffer-in-side-window): Set dedicated status of window here.
4226
4227 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4230 before binding generated-autoload-file.
4231
4232 2011-08-01 Deniz Dogan <deniz@dogan.se>
4233
4234 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4235
4236 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
4237
4238 Sync with Tramp 2.2.2.
4239
4240 * net/trampver.el: Update release number.
4241
4242 2011-07-30 Juri Linkov <juri@jurta.org>
4243
4244 * dired-aux.el (dired-touch-initial): Remove function.
4245 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4246 current time, and `default' to the last modification time of the
4247 current marked file (bug#6887).
4248
4249 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4250
4251 * simple.el (goto-line): Use string-to-number to provide a
4252 numeric argument to read-number (bug#9163).
4253
4254 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
4255
4256 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4257 connection process, it could be nil.
4258
4259 2011-07-27 Leo Liu <sdl.web@gmail.com>
4260
4261 Simplify url handling in rcirc-mode.
4262
4263 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4264 (rcirc-browse-url-at-mouse): Remove.
4265 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4266
4267 2011-07-26 Alan Mackenzie <acm@muc.de>
4268
4269 Fontify bitfield declarations properly.
4270
4271 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4272 (c-symbol-chars): Now exported as a lang variable.
4273 (c-not-primitive-type-keywords): New lang variable.
4274
4275 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4276 QT keyword "more" to prevent "more slots: ...." being spuriously
4277 parsed as a bitfield declaration.
4278
4279 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4280 Refactor and enhance to handle bitfield declarations.
4281 (c-punctuation-in): New function.
4282 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4283 declarations properly.
4284
4285 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
4286
4287 * calendar/icalendar.el (icalendar--all-events): Take care of
4288 multiple vcalendars in a single file.
4289 (icalendar--convert-float-to-ical): Checkdoc fixes.
4290
4291 2011-07-25 Deniz Dogan <deniz@dogan.se>
4292
4293 * image.el (insert-image): Clarifying docstring.
4294
4295 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4298 `tramp-send-command-and-check' if there is no error.
4299 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4300
4301 2011-07-22 Alan Mackenzie <acm@muc.de>
4302
4303 Prevent cc-langs.elc being loaded at run time.
4304
4305 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4306 cc-langs.
4307
4308 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4309 "(require 'cc-langs)". Quote a form so it will evaluate at
4310 (cc-mode's) compilation time.
4311
4312 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
4313
4314 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4315 loading. (Bug#9114)
4316
4317 2011-07-21 Martin Rudalics <rudalics@gmx.at>
4318
4319 * window.el (display-buffer-pop-up-window)
4320 (display-buffer-pop-up-side-window)
4321 (display-buffer-in-side-window): Call display-buffer-set-height
4322 and display-buffer-set-width after setting the new window's
4323 buffer so `fit-window-to-buffer' and friends work on the right buffer.
4324
4325 2011-07-20 Sam Steingold <sds@gnu.org>
4326
4327 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4328 (etags-tags-included-tables): Call `convert-standard-filename' on
4329 the file names contained in TAGS so that windows Emacs can handle
4330 TAGS files created by cygwin ctags.
4331
4332 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4333
4334 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4335 which apparently didn't work.
4336
4337 2011-07-19 Roland Winkler <winkler@gnu.org>
4338
4339 * proced.el (proced-send-signal): For *Marked Processes* buffer
4340 put point at beginning of buffer.
4341
4342 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
4343
4344 * proced.el (proced-format): Make header lines align with the text
4345 (bug#1779).
4346
4347 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * view.el (view-buffer): Allow running in `special' modes if we're
4350 visiting a file (bug#8615).
4351
4352 2011-07-19 Martin Rudalics <rudalics@gmx.at>
4353
4354 * window.el (display-buffer-alist-of-strings-p)
4355 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4356 New functions.
4357 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4358 more accurately.
4359
4360 2011-07-18 Alan Mackenzie <acm@muc.de>
4361
4362 Fontify declarators properly when, e.g., a jit-lock chunk begins
4363 inside a declaration.
4364
4365 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4366
4367 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4368 New function.
4369 (c-complex-decl-matchers): Insert reference to
4370 c-font-lock-enclosing-decls.
4371
4372 * progmodes/cc-engine.el (c-backward-single-comment):
4373 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4374 to nil around calls to (forward-comment -1).
4375
4376 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * image.el (put-image): Doc typo fix.
4379
4380 * progmodes/etags.el (tags-search): Doc typo fix.
4381
4382 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4383 password if we get errors 550 to 554.
4384
4385 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * net/gnutls.el (gnutls-log-level): Remove.
4388
4389 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4390 indentation character (bug#6380).
4391
4392 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4393
4394 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4395 to clarify what the problem is (bug#4291).
4396
4397 * simple.el (current-kill): Clarify what
4398 `interprogram-paste-function' does (bug#7500).
4399 (auto-fill-mode): Document `auto-fill-function' in relation to
4400 `auto-fill-mode' (bug#2470).
4401
4402 2011-07-16 Lawrence Mitchell <wence@gmx.li>
4403
4404 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4405 method if slot is read-only (bug#9035).
4406
4407 2011-07-16 Martin Rudalics <rudalics@gmx.at>
4408
4409 * frame.el (select-frame-set-input-focus): New argument NORECORD.
4410 * window.el (pop-to-buffer): Select window used even if it was
4411 selected before, see discussion of (Bug#8615), (Bug#6954).
4412 Pass argument NORECORD on to select-frame-set-input-focus.
4413
4414 2011-07-15 Glenn Morris <rgm@gnu.org>
4415
4416 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
4417 Respect help-form.
4418
4419 2011-07-09 Lawrence Mitchell <wence@gmx.li>
4420
4421 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4422 (gnutls-negotiate): Use it.
4423
4424 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
4426 * net/gnutls.el (gnutls-negotiate):
4427 Upcase `gnutls-algorithm-priority'.
4428
4429 2011-07-15 Glenn Morris <rgm@gnu.org>
4430
4431 * jka-compr.el (jka-compr-verbose): Move from here...
4432 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4433 Add missing :version tag.
4434 * info.el: No need to require jka-compr when compiling.
4435
4436 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4437
4438 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4439 (gnutls-negotiate): Use it.
4440
4441 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4442
4443 * info.el (Info-beginning-of-buffer): New command.
4444 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4445 announcing `b' as the key (bug#8325).
4446 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4447
4448 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4449
4450 * international/mule-cmds.el
4451 (describe-specified-language-support): Make the error message
4452 clearer (bug#8905).
4453
4454 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4455
4456 * isearch.el (isearch-barrier): Add a doc string, since it's
4457 mentioned in a function doc string (bug#8678).
4458
4459 2011-07-15 Martin Rudalics <rudalics@gmx.at>
4460
4461 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4462 buffer argument (Bug#9083) and self-identifying label argument.
4463
4464 2011-07-15 Glenn Morris <rgm@gnu.org>
4465
4466 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4467
4468 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * man.el (Man-fontify-manpage): Fix message when formatting the
4471 man page (bug#7929).
4472
4473 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4474
4475 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4476 argument LRM; if non-nil, append an invisible LRM character to the
4477 buffer name.
4478 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4479 last argument non-nil, when formatting buffer names.
4480 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4481 paragraph direction.
4482
4483 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4484
4485 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4486 the man page name (bug#7929).
4487
4488 * image.el (put-image): Mention the `put-image' overlay property
4489 (bug#7834).
4490
4491 * scroll-bar.el (set-scroll-bar-mode): Mention that
4492 `scroll-bar-mode' lists the values (bug#7772).
4493
4494 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4495 command (bug#7729).
4496
4497 * rect.el (apply-on-rectangle): Return the point after the last
4498 operation.
4499 (string-rectangle): Go to the point after the last operation
4500 (bug#7522).
4501
4502 * printing.el (pr-toggle-region): Clarify the documentation
4503 slightly (bug#7493).
4504
4505 * time.el (display-time-update):
4506 Allow `display-time-mail-function' to return nil (bug#7158).
4507 Fix suggested by Detlev Zundel.
4508
4509 * vc/diff.el (diff): Clarify the order the file names are read
4510 (bug#7111).
4511
4512 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4513 the doc string (bug#7015).
4514
4515 * font-lock.el (font-lock-maximum-decoration): Mention what
4516 numeric levels mean (bug#6935).
4517
4518 * startup.el (initial-buffer-choice): Don't mention the `none'
4519 selection, which is against policy.
4520
4521 2011-07-14 Martin Rudalics <rudalics@gmx.at>
4522
4523 * window.el (display-buffer-normalize-special):
4524 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
4525
4526 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4527
4528 * subr.el (version<, version<=, version=): Mention "-CVS" and
4529 "-12345" alpha version numbers.
4530
4531 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4532
4533 * bindings.el: Add advertised binding for set-mark-command
4534 (Bug#5772).
4535
4536 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * bindings.el (mode-line-other-buffer):
4539 * bookmark.el (bookmark-bmenu-2-window):
4540 * bs.el (bs-cycle-next, bs-cycle-previous):
4541 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4542 switch-to-buffer.
4543
4544 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4545 Delete.
4546
4547 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * follow.el (follow-debug-message, follow-redisplay):
4550 * jka-cmpr-hook.el (with-auto-compression-mode):
4551 Fix typos in docstrings.
4552
4553 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554
4555 * subr.el (with-silent-modifications): Clarify somewhat what the
4556 macro inhibits (bug#6525).
4557
4558 * simple.el (eval-expression): Note what it does if called
4559 interactively (bug#6495).
4560
4561 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4562
4563 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4564 Use pop-to-buffer buffer-or-name if it is nil.
4565
4566 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4567 Remove switch-to-buffer.
4568
4569 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * files.el (make-directory): Clarify that an error will be raised
4572 if there's an error (bug#6397).
4573
4574 * startup.el (initial-buffer-choice): Add `none' as a choice
4575 (bug#6234).
4576
4577 * subr.el (add-hook): Clarify section about buffer-local hooks
4578 (bug#6218).
4579
4580 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4581
4582 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * tabify.el (untabify): Preserve the current column so that point
4585 doesn't move (bug#6032).
4586
4587 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4588
4589 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4590 Rewrite to avoid awkward possessive "s" (bug#5986).
4591
4592 2011-07-13 Glenn Morris <rgm@gnu.org>
4593
4594 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4595 (dired-insert-directory): Give a message the first time
4596 if ls is found not to support --dired.
4597
4598 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599
4600 * simple.el (toggle-truncate-lines): Clarify what is toggled
4601 (bug#5580). Text by Drew Adams.
4602
4603 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * simple.el (blink-matching-open): Make the error message from the
4606 last change less verbose.
4607
4608 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4609
4610 * font-lock.el (font-lock-comment-face): Use the high contrast
4611 "yellow" color for font-lock-comment-face on low color terminals
4612 using a dark background color (bug#4221).
4613
4614 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4615
4616 * dired.el (dired-insert-set-properties): Make the doc string
4617 reflect what it does now (bug#5325).
4618
4619 * simple.el (blink-matching-open): Say that we were unable to find
4620 the match within the limit, if we're limited (bug#5122).
4621
4622 * international/mule-cmds.el (prefer-coding-system): Add an
4623 example (bug#4869).
4624
4625 * progmodes/etags.el (tags-search): Document `file-list-form'
4626 (bug#4731).
4627
4628 2011-07-13 Lawrence Mitchell <wence@gmx.li>
4629
4630 * net/browse-url.el (browse-url-default-browser)
4631 (browse-url-browser-function): Make the default browser choice a
4632 bit more logical (bug#4300). Also clean up the doc string.
4633
4634 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4635
4636 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4637 binary endings (bug#4440).
4638
4639 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4642 which can be pretty annoying (bug#8971).
4643
4644 * jka-compr.el (jka-compr-verbose): New variable, and use
4645 throughout (bug#8971).
4646
4647 * info.el (Info-find-file): Fall back on the installation
4648 directory if we can't find the info node anywhere else.
4649
4650 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4651
4652 * vc/vc.el (vc-revert-file):
4653 Don't set file time-stamp in the past. (Bug#5181)
4654
4655 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4656
4657 * files.el (after-find-file): Give a better error message when
4658 trying to find a symlink that points to a file that doesn't exist
4659 (bug#4398).
4660
4661 * progmodes/cc-vars.el: Remove (probably) misleading comment
4662 (bug#4396).
4663
4664 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4665
4666 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4667
4668 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * mouse-sel.el: Hack restoring functionality, while keeping
4671 compatibility with 2010-07-03 changes to mouse selection.
4672 (mouse-sel-primary-overlay): New var.
4673 (mouse-sel-selection-alist): Use it.
4674 (mouse-sel-mode): Doc fix; remove points that are default features
4675 of mouse.el.
4676
4677 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4678
4679 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4680 Fix previous fix (bug#2490).
4681
4682 2011-07-12 Roland Winkler <winkler@gnu.org>
4683
4684 * textmodes/bibtex.el (bibtex-initialize):
4685 Use pop-to-buffer-same-window.
4686 (bibtex-search-entries): Fix interactive call.
4687
4688 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4689
4690 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4691 Fontise bytecomp Error lines more correctly (bug#2490).
4692 Fix suggested by Johan Bockgård.
4693
4694 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4695
4696 * dired-x.el (dired-guess-default): Use `delete-dups'.
4697
4698 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * dired.el (dired-mark-prompt):
4701 * dired-aux.el (dired-read-shell-command): Doc fix.
4702
4703 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4704
4705 * mail/sendmail.el (sendmail-query-once):
4706 Use `customize-save-variable' unconditionally, now that it works under
4707 emacs -Q.
4708
4709 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4710
4711 * cus-edit.el (custom-file): Take an optional no-error variable.
4712 (customize-save-variable): Set the variable, and give a warning if
4713 running under "emacs -q".
4714
4715 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * loadhist.el (unload-feature-special-hooks):
4718 Add `auto-coding-functions', `fill-nobreak-predicate' and
4719 `find-directory-functions' (bug#5327).
4720
4721 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4722
4723 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4724
4725 * cus-edit.el (custom-guess-name-alist): -alist variables should
4726 use the `alist' type (bug#3120). Suggested by Drew Adams.
4727
4728 * printing.el: Add documentation to all the `pr-toggle-' commands.
4729
4730 2011-07-11 Leo Liu <sdl.web@gmail.com>
4731
4732 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4733 backends where it makes sense (bug#2623).
4734
4735 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4736
4737 * dired-x.el (dired-guess-default): Remove duplicate shell command
4738 entries (bug#2028).
4739 (dired-guess-default): Fix grammar in doc string (bug#2028).
4740 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4741
4742 * subr.el (remove-duplicates): New conveniency function.
4743
4744 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4747 (bug#1526).
4748
4749 2011-07-10 Martin Rudalics <rudalics@gmx.at>
4750
4751 * window.el (display-buffer-normalize-default): Don't invert
4752 meaning of even-window-heights. Reported by Eli Zaretskii
4753 <eliz@gnu.org>.
4754
4755 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4756
4757 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4758
4759 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * window.el (display-buffer): Fix arguments to
4762 display-buffer-reuse-window in last change.
4763
4764 * faces.el (link): Use a less saturated blue on light backgrounds.
4765
4766 * startup.el (fancy-startup-text, fancy-about-text)
4767 (fancy-startup-tail): Use font-lock faces, for background safety.
4768
4769 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4770
4771 * emulation/viper-cmd.el (viper-change-state-to-vi):
4772 Limit triggering of abbrev expansion (Bug#9038).
4773
4774 2011-07-09 Martin Rudalics <rudalics@gmx.at>
4775
4776 * window.el (display-buffer-default-specifiers): Remove.
4777 (display-buffer-macro-specifiers): Remove default specifiers.
4778 (display-buffer-alist): Default to nil.
4779 (display-buffer-reuse-window): New optional argument other-window.
4780 (display-buffer-pop-up-window): Allow splitting internal
4781 windows. Check whether a live window was created.
4782 (display-buffer-other-window-means-other-frame)
4783 (display-buffer-normalize-arguments): Rename to
4784 display-buffer-normalize-argument and rewrite. Set the
4785 other-window specifier.
4786 (display-buffer-normalize-special): New function.
4787 (display-buffer-normalize-options): Rename to
4788 display-buffer-normalize-default and rewrite.
4789 (display-buffer-normalize-options-inhibit): Remove.
4790 (display-buffer-normalize-specifiers): Rewrite.
4791 (display-buffer): Process other-window specifier and call
4792 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4793 more faithfully.
4794 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4795 (display-buffer-alist-set): Don't handle 'unset default values.
4796 (display-buffer-in-window, display-buffer-alist-set):
4797 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4798 <tassilo@member.fsf.org>.
4799
4800 2011-07-09 Leo Liu <sdl.web@gmail.com>
4801
4802 * register.el (insert-register): Restore accidental change on
4803 2011-06-26. (Bug#9028)
4804
4805 2011-07-09 Glenn Morris <rgm@gnu.org>
4806
4807 * subr.el (remq): Handle the empty list. (Bug#9024)
4808
4809 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4810
4811 * mail/sendmail.el (send-mail-function): No longer delay custom
4812 initialization.
4813 * custom.el (custom-initialize-delay): Doc fix.
4814
4815 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4818
4819 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
4820
4821 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4822 human-friendly prompt.
4823
4824 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4827 provided by a particular plugin.
4828
4829 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4830
4831 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4832 save customizations (with "emacs -Q"), just set the variable
4833 instead of erroring out.
4834
4835 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4836
4837 2011-07-08 Juri Linkov <juri@jurta.org>
4838
4839 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4840 (archive-zip-update-case): Use 7z if found by `executable-find'.
4841 The order of searching the available programs is the same as in
4842 `archive-zip-extract' (bug#8968).
4843
4844 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4847 (menu-bar-options-menu): Tweak descriptions.
4848
4849 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4850
4851 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4852 menu items into verb phrases (bug#1421). Also refill to fit under
4853 80 columns.
4854
4855 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4856
4857 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4858 (Info-read-node-name): Doc fix (Bug#1084).
4859
4860 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4861 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4862 (end-of-sexp, beginning-of-sexp)
4863 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4864 (forward-symbol, forward-same-syntax, word-at-point)
4865 (sentence-at-point): Doc fix (Bug#1144).
4866
4867 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4868
4869 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4870 should cover it (bug#1281).
4871
4872 * cus-edit.el (custom-show): Mark as obsolete.
4873
4874 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
4875 negotiation fails, then possibly try again with a non-encrypted
4876 connection (bug#9017).
4877
4878 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4879 be used.
4880
4881 2011-07-07 Richard Stallman <rms@gnu.org>
4882
4883 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4884 property, and handle its changed format.
4885 Look for the correct line number.
4886 Use file's line contents (but not past first =) to find
4887 correct line in message.
4888
4889 2011-07-07 Kenichi Handa <handa@m17n.org>
4890
4891 * international/characters.el (build-unicode-category-table):
4892 Delete it.
4893 (unicode-category-table): Set it by unicode-property-table-internal.
4894
4895 * international/mule-cmds.el (char-code-property-alist): Move to
4896 to src/chartab.c.
4897 (get-char-code-property): Call unicode-property-table-internal to
4898 load a file. Call get-unicode-property-internal where necessary.
4899 (put-char-code-property): Call unicode-property-table-internal to
4900 load a file. Call put-unicode-property-internal where necessary.
4901 put-unicode-property-internal where necessary.
4902 (char-code-property-description):
4903 Call unicode-property-table-internal to load a file.
4904
4905 * international/charprop.el:
4906 * international/uni-bidi.el:
4907 * international/uni-category.el:
4908 * international/uni-combining.el:
4909 * international/uni-comment.el:
4910 * international/uni-decimal.el:
4911 * international/uni-decomposition.el:
4912 * international/uni-digit.el:
4913 * international/uni-lowercase.el:
4914 * international/uni-mirrored.el:
4915 * international/uni-name.el:
4916 * international/uni-numeric.el:
4917 * international/uni-old-name.el:
4918 * international/uni-titlecase.el:
4919 * international/uni-uppercase.el: Regenerate.
4920
4921 * loadup.el: Load international/charprop.el before
4922 international/characters.
4923
4924 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4925
4926 * window.el (next-buffer, previous-buffer): Signal an error if
4927 called from a minibuffer window.
4928
4929 * bindings.el: Revert 2011-07-04 change.
4930
4931 2011-07-06 Richard Stallman <rms@gnu.org>
4932
4933 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4934 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4935 Treat markers like ints.
4936 (rmail-mime-entity): Doc fix.
4937
4938 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4939
4940 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4941 defcustom again for backwards compatibility.
4942
4943 * simple.el (shell-command-on-region): Fill.
4944
4945 * dired-aux.el (dired-kill-line): Add a doc string.
4946
4947 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4948 to "\\sw\\|\\s_" (bug#358).
4949
4950 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4951 (dired-unmark-backward): Ditto.
4952 (dired-flag-backup-files): Ditto.
4953
4954 * dired-x.el (dired-mark-sexp): Ditto.
4955
4956 2011-07-06 Richard Stallman <rms@gnu.org>
4957
4958 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4959 (rmail-mime-entity): New arg TRUNCATED.
4960 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4961 New functions.
4962 (rmail-mime-save): Warn if entity is truncated.
4963 (rmail-mime-toggle-hidden): Likewise, for showing.
4964 (rmail-mime-process-multipart): Record when an entity is truncated.
4965
4966 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4967 if ENTITY is a string.
4968
4969 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4970
4971 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
4972 of faces when `M-C-x'-ing their definitions (bug#8378).
4973 Also clean up the code slightly.
4974
4975 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
4976 because that makes the colors go away.
4977
4978 * mail/sendmail.el (send-mail-function): Change the default to
4979 `sendmail-query-once'.
4980 (sendmail-query-once): Add an autoload cookie.
4981
4982 * net/network-stream.el (network-stream-open-starttls): Try using
4983 a plain connection even if the server offered STARTTLS, and we
4984 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4985 capability. This should make smtpmail.el work in slightly more
4986 configurations.
4987
4988 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
4989
4990 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4991 New defun.
4992 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4993
4994 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4995
4996 * progmodes/sql.el: Version 3.0
4997 (sql-product-alist): Add product :completion-object,
4998 :completion-column, and :statement attributes.
4999 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
5000 (sql-mode-syntax-table): Mark all punctuation.
5001 (sql-font-lock-keywords-builder): Temporarily remove fallback on
5002 ansi keywords.
5003 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
5004 (sql-mode-oracle-font-lock-keywords): Improve.
5005 (sql-oracle-show-reserved-words): New function for development.
5006 (sql-product-font-lock): Simplify for source code buffers.
5007 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5008 New functions.
5009 (sql-highlight-product): Set product specific syntax table.
5010 (sql-mode-map): Add statement movement functions.
5011 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5012 New variable.
5013 (sql-statement-regexp, sql-beginning-of-statement)
5014 (sql-end-of-statement, sql-signum): New functions.
5015 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
5016 (sql-show-sqli-buffer): Bug fix.
5017 (sql-interactive-mode): Store connection data as buffer local.
5018 (sql-connect): Add NEW-NAME parameter. Redesign interaction
5019 with sql-interactive-mode.
5020 (sql-save-connection): Save buffer local settings.
5021 (sql-connection-menu-filter): Change menu entry name.
5022 (sql-product-interactive): Bug fix.
5023 (sql-preoutput-hold): New variable.
5024 (sql-interactive-remove-continuation-prompt): Bug fixes.
5025 (sql-debug-redirect): New variable.
5026 (sql-str-literal): New function.
5027 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5028 Redesign.
5029 (sql-oracle-save-settings, sql-oracle-restore-settings)
5030 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5031 (sql-completion-object, sql-completion-column)
5032 (sql-completion-sqlbuf): New variables.
5033 (sql-build-completions-1, sql-build-completions)
5034 (sql-try-completion): New functions.
5035 (sql-read-table-name): Use them.
5036 (sql-contains-names): New buffer local variable.
5037 (sql-list-all, sql-list-table): Use it.
5038 (sql-oracle-completion-types): New variable.
5039 (sql-oracle-completion-object, sql-sqlite-completion-object)
5040 (sql-postgres-completion-object): New functions.
5041
5042 2011-07-06 Glenn Morris <rgm@gnu.org>
5043
5044 * window.el (pop-to-buffer): Doc fix.
5045
5046 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
5047
5048 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5049
5050 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5053
5054 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5055
5056 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * button.el (button): Inherit from link face. Suggested by Dan
5059 Nicolaescu.
5060
5061 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * progmodes/gdb-mi.el: Fit in 80 columns.
5064 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5065 switch-to-buffer.
5066
5067 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5068 if imenu is simply not configured (bug#8941).
5069
5070 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5071
5072 * allout.el (allout-post-undo-hook): New allout outline-change
5073 event hook to signal undo activity.
5074 (allout-post-command-business): Run allout-post-undo-hook if an
5075 undo just occurred.
5076 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5077 * allout-widgets.el (allout-widgets-after-undo-function):
5078 Ensure the integrity of the current item's decoration after it has been
5079 in the vicinity of an undo.
5080 (allout-widgets-mode): Include allout-widgets-after-undo-function
5081 on the new allout-post-undo-hook.
5082
5083 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5086 Let define-derived-mode define it.
5087 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5088 cycles of abbrev-table inheritance (bug#8998).
5089
5090 2011-07-05 Roland Winkler <winkler@gnu.org>
5091
5092 * textmodes/bibtex.el: Add support for biblatex.
5093 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5094 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5095 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5096 (bibtex-entry-alist, bibtex-field-alist): New variables.
5097 (bibtex-entry-field-alist): Obsolete alias for
5098 bibtex-BibTeX-entry-alist.
5099 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5100 (bibtex-set-dialect): New command.
5101 (bibtex-entry-type, bibtex-entry-head)
5102 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5103 Bind via bibtex-set-dialect.
5104 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5105 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5106 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5107 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5108 Define via bibtex-set-dialect.
5109 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5110 Obey bibtex-no-opt-remove-re.
5111 (bibtex-vec-push, bibtex-vec-incr): New functions.
5112 (bibtex-format-entry, bibtex-field-list)
5113 (bibtex-print-help-message, bibtex-validate)
5114 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5115
5116 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * progmodes/compile.el (compilation-goto-locus):
5119 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5120 * bs.el (bs-cycle-next, bs-cycle-previous):
5121 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5122 * bindings.el (mode-line-other-buffer):
5123 * autoinsert.el (auto-insert):
5124 * arc-mode.el (archive-extract):
5125 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5126
5127 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5130 Fix check of `emacs-lock-unlockable-modes'.
5131 Coerce true values of `emacs-lock--try-unlocking' to t.
5132
5133 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5134
5135 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5136 * emacs-lock.el: New file.
5137
5138 2011-07-05 Julien Danjou <julien@danjou.info>
5139
5140 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5141 than `boundp' to check if face is set.
5142
5143 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * register.el (registerv-make):
5146 * window.el (window-min-height): Fix typos in docstrings.
5147
5148 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5149
5150 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5151 Update doc string.
5152
5153 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5154
5155 * server.el (server-execute): Catch quit and call
5156 `server-return-error' to pass the error back to emacsclient and
5157 close the connection (bug#8942).
5158
5159 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5160
5161 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5162 insecure exception for current topic. Also note that auto-saves
5163 are handled differently.
5164
5165 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5166 State variables for tracking auto-save inhibition situation.
5167
5168 (allout-write-contents-hook-handler): Rename from
5169 'allout-write-file-hook-handler', and describe how it depends on
5170 write-contents-functions sensitivity to non-nil value to prevent
5171 file write.
5172
5173 (allout-auto-save-hook-handler): Remove. auto-save does not check
5174 this in individual buffers, only in the starting buffer, so this
5175 is not the right way for us to inhibit auto-save in a buffer
5176 according to its condition.
5177
5178 (allout-mode): Use new allout-write-contents-hook-handler, and
5179 only with write-contents-functions. Remove auto-save provisions -
5180 they're implemented elsewhere.
5181
5182 (allout-before-change-handler): If undo is in progress, note that
5183 for attention of allout-post-command-business.
5184
5185 (allout-post-command-business): If the command we're following was
5186 an undo, check for change in the status of encrypted items and
5187 adjust auto-save inhibitions accordingly.
5188
5189 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5190 according to whether there are or aren't any plain-text topics
5191 pending encryption.
5192
5193 (allout-inhibit-auto-save-info-for-decryption):
5194 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5195 if there are plain-text topics pending encryption.
5196
5197 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5198 buffer-saved-size and some allout state to not inhibit auto-saves
5199 if there are no longer any plain-text topics pending encryption.
5200
5201 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5202 No longer provide for exemption of the current topic.
5203
5204 2011-07-04 Juri Linkov <juri@jurta.org>
5205
5206 Add 7z operations to delete and save changed members (bug#8968).
5207 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5208 New defcustoms.
5209 (archive-7z-write-file-member): New function.
5210 (archive-7z-summarize): Fix the number of dashes in the
5211 listing output.
5212
5213 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5216 (bug#8958).
5217
5218 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * bindings.el: Ignore next-buffer and previous-buffer in
5221 minibuffer-local-map.
5222
5223 * font-lock.el (font-lock-builtin-face): Change light background
5224 color to dark slate blue (Bug#6693).
5225
5226 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5227
5228 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5229
5230 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5233 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5234 Add switch-to-buffer.
5235
5236 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5237
5238 * isearch.el (isearch-search-fun-function): Clarify further the
5239 meaning of the function returned.
5240
5241 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
5242
5243 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5244
5245 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5246 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5247 Use it.
5248 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5249 `tramp-default-remote-path' does not exist.
5250 (tramp-send-command-and-read): New optional argument NOERROR.
5251 (tramp-open-connection-setup-interactive-shell)
5252 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5253 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5254 (tramp-process-sentinel): Flush also process' connection property.
5255 (tramp-sh-handle-start-file-process): Do not set process
5256 sentinel. It is done now ...
5257 (tramp-maybe-open-connection): ... here. (Bug#8929)
5258
5259 2011-07-04 MON KEY <monkey@sandpframing.com>
5260
5261 * play/animate.el (animate-string): Doc fixes and allow changing
5262 the buffer name (bug#5417).
5263
5264 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5265
5266 * play/animate.el (animation-buffer-name): Rename from *animate*.
5267
5268 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5269
5270 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5271 This is simpler and helps future-proof the code.
5272 (timer-until): Use time-subtract and float-time.
5273 (timer--time-less-p): Use time-less-p.
5274
5275 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * type-break.el (timep): Use the value of `float-time' to avoid a
5278 byte-compiler warning.
5279
5280 * server.el (server-eval-and-print): Return any result, even nil.
5281
5282 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5283
5284 * type-break.el: Accept time formats that the builtins accept.
5285 (timep, type-break-time-difference): Accept any format that
5286 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5287 This is simpler and helps future-proof the code.
5288 (type-break-time-difference): Round rather than ignoring
5289 subseconds components.
5290
5291 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5292
5293 * info.el (Info-apropos-matches): Make non-interactive, since it
5294 doesn't seem to do anything useful as a command (bug#8829).
5295
5296 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * frame.el (frame-background-mode, frame-set-background-mode):
5299 Move from faces.el.
5300 (frame-default-terminal-background): New function.
5301
5302 * custom.el (custom-push-theme): Don't record faces in `changed'
5303 theme; this doesn't work correctly for per-frame face settings.
5304 (disable-theme): Use face-set-after-frame-default to reset faces.
5305 (custom--frame-color-default): New function.
5306
5307 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5308
5309 * dired.el (dired-flagging-regexp): Remove unused variable
5310 (bug#8769).
5311
5312 2011-03-29 Kevin Ryde <user42@zip.com.au>
5313
5314 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5315 `perl-Test2' extend to match possible "fail #N" rep count
5316 (bug#8377).
5317
5318 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5319
5320 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5321 `smtpmail-via-smtp' now returns the error instead of nil.
5322
5323 * isearch.el (isearch-search-fun-function): Clarify the doc string
5324 (bug#8101).
5325
5326 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
5327
5328 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5329 unnecessary spaces (bug#8987).
5330
5331 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * net/network-stream.el (open-network-stream): Use the
5334 :end-of-capability command thoughout.
5335
5336 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5337
5338 * net/network-stream.el (open-network-stream): Add the
5339 :end-of-capability command parameter, used by pop3.el.
5340
5341 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5342
5343 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5344
5345 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5346 for list)" (bug#6475).
5347
5348 * files.el (file-expand-wildcards): Ignore non-readable
5349 sub-directories while trying to find matches instead of signaling
5350 an error (bug#6297).
5351
5352 * man.el (Man-reference-regexp): Allow matching possible
5353 word-wrapped references (bug#6289).
5354
5355 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5356 for consistency with the other vc buffers (bug#6197).
5357 (vc-checkin): Ditto.
5358
5359 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5360
5361 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5362
5363 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5364
5365 * custom.el (defcustom): Clarify that :set is only used in the
5366 Customize user interface (bug#6089).
5367
5368 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5369 associated with a file, refuse to run instead of erroring out
5370 (bug#6084).
5371
5372 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5373 the doc string, since it appears that using `fill-column' always
5374 controls the width (bug#7845).
5375
5376 * simple.el (shell-command-on-region): Say where the error output
5377 went if `shell-command-default-error-buffer' is set (bug#6857).
5378
5379 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5380
5381 * allout.el (allout-yank-processing): Adjust cursor position for
5382 backwards-deleted space.
5383
5384 (allout-rebullet-heading): Register changes with
5385 allout-exposure-changed-hook, so the modified topic is properly
5386 decorated.
5387
5388 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * minibuffer.el (completion-in-region): Document PREDICATE
5391 (bug#7136).
5392
5393 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5394 of keyword/argument pairs (bug#6904).
5395
5396 * replace.el (multi-occur):
5397 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5398
5399 2011-07-02 Drew Adams <drew.adams@oracle.com>
5400
5401 * dired.el (dired-mark-if): Make the message about whether it's
5402 marking or unmarking clearer (bug#8523).
5403
5404 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5405
5406 * disp-table.el (display-table-print-array): New function.
5407 (describe-display-table): Use it to print the vectors more pretty
5408 (Bug#8859).
5409
5410 2011-07-02 Martin Rudalics <rudalics@gmx.at>
5411
5412 * window.el (window-state-get-1): Don't assign clone numbers.
5413 Add clone-of item to list of window parameters.
5414 (window-state-put-2): Don't process clone numbers.
5415 (display-buffer-alist): Fix doc-string.
5416
5417 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * subr.el (remq): Don't allocate if it's not needed.
5420 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5421 (keymap--merge-bindings): New functions.
5422 (keymap-canonicalize): Use them to refine the canonicalization.
5423 * minibuffer.el (minibuffer-local-completion-map)
5424 (minibuffer-local-must-match-map): Move initialization from C.
5425 (minibuffer-local-filename-completion-map): Move initialization from C;
5426 don't inherit from anything here.
5427 (minibuffer-local-filename-must-match-map): Make obsolete.
5428 (completing-read-default): Use make-composed-keymap to combine
5429 minibuffer-local-filename-completion-map with either
5430 minibuffer-local-must-match-map or
5431 minibuffer-local-filename-completion-map.
5432
5433 2011-07-01 Glenn Morris <rgm@gnu.org>
5434
5435 * type-break.el (type-break-time-sum): Use dolist.
5436
5437 * textmodes/flyspell.el (flyspell-word-search-backward):
5438 Replace CL function.
5439
5440 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * mouse.el (mouse--strip-first-event): New function.
5443 (function-key-map): Use it to map fringe clicks to normal clicks
5444 by default.
5445
5446 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5447 (vc-bzr-revision-completion-table): Add support for annotate and date.
5448
5449 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5450 inherit from parent.
5451
5452 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5453
5454 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5455 (dired-show-file-type): Doc fixup (bug#8818).
5456
5457 * dired.el (dired-mode): Fix up the doc string as suggested by
5458 Drew Adams (bug#8817).
5459
5460 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5461 cookie, since the manual says that it should be possible to add
5462 this function to `find-file-hook' (bug#8709).
5463
5464 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5465
5466 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5467 here. Noted Ted Zlatanov as the maintainer.
5468 (cfengine-common-settings, cfengine-common-syntax): New functions
5469 to set up common things between `cfengine-mode' and
5470 `cfengine3-mode'.
5471 (cfengine3-mode): New mode.
5472 (cfengine3-defuns cfengine3-defuns-regex
5473 (cfengine3-class-selector-regex cfengine3-category-regex)
5474 (cfengine3-vartypes cfengine3-font-lock-keywords)
5475 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
5476 (cfengine3-indent-line): Add from cfengine3.el.
5477
5478 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
5479
5480 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5481
5482 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5483
5484 2011-07-01 Martin Rudalics <rudalics@gmx.at>
5485
5486 * window.el (same-window-buffer-names, same-window-regexps)
5487 (same-window-p, special-display-frame-alist)
5488 (special-display-popup-frame, special-display-function)
5489 (special-display-buffer-names, special-display-regexps)
5490 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5491 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5492 (split-window-preferred-function, split-height-threshold)
5493 (split-width-threshold, even-window-heights)
5494 (display-buffer-mark-dedicated, window-splittable-p)
5495 (split-window-sensibly, window-safely-shrinkable-p):
5496 Un-obsolete.
5497 (display-buffer): Don't spread args with function specifier
5498 because special-display-popup-frame won't like it.
5499
5500 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5501
5502 Time-stamp simplifications and fixes.
5503 These improve accuracy slightly, and future-proof the code
5504 against some potential changes to current-time format.
5505
5506 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5507 by using time-since and float-time.
5508
5509 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5510 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5511 + NNN microseconds".
5512
5513 * type-break.el (type-break-time-sum): Rewrite using time-add.
5514
5515 * play/hanoi.el (hanoi-current-time-float): Remove.
5516 All uses replaced by float-time.
5517
5518 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5519 This yields a more-accurate answer.
5520 (rng-time-to-float): Remove; no longer needed.
5521
5522 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5523
5524 * calendar/timeclock.el (timeclock-seconds-to-time):
5525 Defalias to seconds-to-time, since they're the same thing.
5526
5527 * emacs-lisp/elp.el (elp-elapsed-time):
5528 * emacs-lisp/benchmark.el (benchmark-elapse):
5529 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5530
5531 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * window.el (bury-buffer): Don't iconify the only frame.
5534 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5535 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5536
5537 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5540 Add mouse-yank-primary.
5541
5542 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5543
5544 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5545
5546 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5549 (find-library-name): Use it to find relative load names when provided
5550 absolute file name (bug#8803).
5551
5552 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5553
5554 * textmodes/flyspell.el (flyspell-word): Consider words that
5555 differ only in case as potential doublons (bug#5687).
5556
5557 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5558 Remove two rather uninteresting debugging-like messages to make
5559 debbugs.el more silent.
5560
5561 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5562 a password-like phrase.
5563
5564 2011-06-30 Mastake YAMATO <yamato@redhat.com>
5565
5566 * progmodes/cc-guess.el: New file.
5567
5568 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5569
5570 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5571 derived from `c-basic-common-init'.
5572
5573 * progmodes/cc-mode.el (top-level): Require cc-guess.
5574 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5575
5576 2011-06-30 Lawrence Mitchell <wence@gmx.li>
5577
5578 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5579
5580 2011-06-30 Alan Mackenzie <acm@muc.de>
5581
5582 * progmodes/cc-engine.el (c-guess-continued-construct):
5583 Correct the handling of template-args-cont, particularly for when font
5584 lock is disabled. Name this case as "CASE G".
5585
5586 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5587
5588 * allout.el (allout-yank-processing): Fix injection of extra space
5589 between bullet and non-whitespace character in first topic when
5590 pasting, ensuring that the actual spacing in the pasted topic
5591 following the bullet char is preserved. This extra space was
5592 causing pasted encrypted topics to get a decrypted status even
5593 when the content was actually still encrypted. Now the decryption
5594 status from before the paste is preserved.
5595
5596 (allout-flag-region): Set all allout overlays so they evaporate
5597 when reduced to zero length (evanescent), to prevent overlay
5598 leakage.
5599
5600 2011-06-30 Glenn Morris <rgm@gnu.org>
5601
5602 * w32-fns.el (w32-charset-info-alist): Declare.
5603
5604 * find-dired.el (find-grep-options): Simplify.
5605
5606 * term/ns-win.el (ns-set-resource): Declare.
5607
5608 * ses.el (row, col): Declare dynamic variables honestly.
5609
5610 * textmodes/reftex-parse.el (index-tags): Declare.
5611
5612 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * cus-edit.el (customize-push-and-save): New function.
5615
5616 * files.el (hack-local-variables-confirm): Use it.
5617
5618 * custom.el (load-theme): New arg NO-CONFIRM.
5619 Use customize-push-and-save (Bug#8720).
5620 (custom-enabled-themes): Doc fix.
5621
5622 * cus-theme.el (customize-create-theme)
5623 (custom-theme-merge-theme): Callers to load-theme changed.
5624
5625 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626
5627 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5628 short URLs have at least one dot in them (bug #7614).
5629
5630 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5631 nil, because using a pty is apparently too slow (bug #895).
5632
5633 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5634
5635 * mail/sendmail.el (sendmail-query-once): New function.
5636 (sendmail-query-once-function): New variable.
5637
5638 2011-06-29 Glenn Morris <rgm@gnu.org>
5639
5640 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5641
5642 * ses.el (top-level): Require cl when compiling.
5643 (ses-set-localvars): Fix error statement.
5644 Call it at compile time to silence a storm of warnings.
5645
5646 2011-06-29 Martin Rudalics <rudalics@gmx.at>
5647
5648 * window.el (normalize-live-buffer): Rename to
5649 window-normalize-buffer.
5650 (normalize-live-frame): Rename to window-normalize-frame.
5651 (normalize-any-window): Rename to window-normalize-any-window.
5652 (normalize-live-window): Rename to window-normalize-live-window.
5653 (make-window-atom): Rename to window-make-atom.
5654 (window-resize-reset): Rename to window--resize-reset.
5655 (window-resize-reset-1): Rename to window--resize-reset-1.
5656 (resize-mini-window): Rename to window--resize-mini-window.
5657 (resize-subwindows-skip-p): Rename to
5658 window--resize-subwindows-skip-p.
5659 (resize-subwindows-normal): Rename to
5660 window--resize-subwindows-normal.
5661 (resize-subwindows): Rename to window--resize-subwindows.
5662 (resize-other-windows): Rename to window--resize-siblings.
5663 (resize-this-window): Rename to window--resize-this-window.
5664 (resize-root-window): Rename to window--resize-root-window.
5665 (resize-root-window-vertically): Rename to
5666 window--resize-root-window-vertically.
5667 (normalize-buffer-to-display): Rename to
5668 window-normalize-buffer-to-display.
5669 (normalize-buffer-to-switch-to): Rename to
5670 window-normalize-buffer-to-switch-to.
5671 Correspondingly update all callers of the functions listed
5672 above.
5673 (display-buffer-alist, display-buffer-normalize-arguments)
5674 (display-buffer-normalize-options, display-buffer)
5675 (display-buffer-alist-set): Use "function" instead of
5676 "fun-with-args".
5677
5678 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
5679
5680 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5681 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5682 debbugs.gnu.org. Mention acknowledgment email.
5683
5684 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685
5686 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5687 buffer multibyteness, since it shouldn't matter.
5688
5689 2011-06-28 Martin Rudalics <rudalics@gmx.at>
5690
5691 * window.el (display-buffer-in-side-window): Handle dedicated
5692 windows as in display-buffer-reuse-window.
5693 (display-buffer-normalize-alist): Use value of override
5694 specifier.
5695 (display-buffer-normalize-specifiers): Use value of
5696 other-window-means-other-frame specifier.
5697 (display-buffer-alist): Rewrite some texts in widgets.
5698 (display-buffer): Spread arguments when calling function
5699 specified by fun-with-args.
5700
5701 2011-06-28 Deniz Dogan <deniz@dogan.se>
5702
5703 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5704 Unnest `let'.
5705
5706 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5707 selectors (Bug#5732).
5708 (css-proprietary-nmstart-re): Use `regexp-opt'.
5709
5710 2011-06-27 Jari Aalto <jari.aalto@cante.net>
5711
5712 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5713 (eshell-ls-date-format): New defcustom.
5714 (eshell-ls-file): Use it.
5715
5716 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5719
5720 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5721
5722 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5723 (ange-ftp-make-tmp-name): New arg.
5724 (ange-ftp-file-local-copy): Use it.
5725
5726 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
5727
5728 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5729 no-conversion (Bug#8870).
5730
5731 2011-06-27 Martin Rudalics <rudalics@gmx.at>
5732
5733 * window.el (window-right, window-left, window-child)
5734 (window-child-count, window-last-child)
5735 (window-iso-combination-p, walk-window-tree-1)
5736 (window-atom-check-1, window-tree-1, delete-window)
5737 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5738 new naming conventions - window-vchild, window-hchild,
5739 window-next and window-prev are now called window-top-child,
5740 window-left-child, window-next-sibling and window-prev-sibling
5741 respectively.
5742 (resize-window-reset): Rename to window-resize-reset.
5743 (resize-window-reset-1): Rename to window-resize-reset-1.
5744 (resize-window): Rename to window-resize.
5745 (window-min-height, window-min-width)
5746 (resize-mini-window, resize-this-window, resize-root-window)
5747 (resize-root-window-vertically, adjust-window-trailing-edge)
5748 (enlarge-window, shrink-window, maximize-window)
5749 (minimize-window, delete-window, quit-restore-window)
5750 (split-window, balance-windows, balance-windows-area-adjust)
5751 (balance-windows-area, window-state-put-2)
5752 (display-buffer-even-window-sizes, display-buffer-set-height)
5753 (display-buffer-set-width, set-window-text-height)
5754 (fit-window-to-buffer): Rename all "resize-window" prefixed
5755 calls to use the "window-resize" prefix convention.
5756 (display-buffer-alist): Fix symbol for label specifier.
5757 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5758 corresponding specifier.
5759 Reported by Juanma Barranquero <lekktu@gmail.com>.
5760
5761 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5762
5763 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5764 convention.
5765 (ses-call-printer): Does not pass an empty string to formatter when the
5766 cell is empty to keep from barking printer Calc math-format-value.
5767
5768 2011-06-27 Richard Stallman <rms@gnu.org>
5769
5770 * battery.el (battery-mode-line-limit): New variable.
5771 (battery-update): Handle it.
5772
5773 * mail/rmailmm.el (rmail-mime-process-multipart):
5774 Handle truncated messages.
5775
5776 2011-06-27 Glenn Morris <rgm@gnu.org>
5777
5778 * progmodes/flymake.el (flymake-err-line-patterns):
5779 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5780
5781 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5782
5783 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
5784 (ses--clean-!, ses--clean-_): New functions.
5785 (ses-range): Add configurability of readout order, and conversion
5786 to Calc vector.
5787
5788 * ses.el (ses-repair-cell-reference-all): New function.
5789 (ses-cell-symbol): Set macro as safe, so that it can be used in
5790 formulas.
5791
5792 * ses.el: Update cycle detection algorithm.
5793 (ses-localvars): Add ses--Dijkstra-attempt-nb and
5794 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
5795 (ses-set-localvars): New function.
5796 (ses-make-cell): Add property-list as a cell element.
5797 (ses-cell-property-get-fun, ses-cell-property-get)
5798 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
5799 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5800 New functions.
5801 (ses-cell-property-set, ses-cell-property-pop)
5802 (ses-cell-property-get-handle): New macro.
5803 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5804 New aliases, used for code readability.
5805 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5806 cycle detection.
5807 (ses-self-reference-early-detection): New defcustom.
5808 (ses-formula-references): Robustify against self-referring cells.
5809 (ses-mode): Use ses-set-localvars.
5810 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5811 before lauching the update processing.
5812 (ses-initialize-Dijkstra-attempt): New function.
5813 (ses-recalculate-cell): Update for cycle detection based on
5814 Dijkstra algorithm.
5815
5816 * ses.el: Fix commenting and indenting convention.
5817
5818 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * bs.el (bs-cycle-next): Complete last change.
5821
5822 2011-06-27 Drew Adams <drew.adams@oracle.com>
5823
5824 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5825
5826 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5827
5828 * net/network-stream.el (network-stream-open-starttls):
5829 Don't re-get capabilities unless we've reestablished connection.
5830 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5831
5832 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5833 to binary to possibly avoid line encoding issues on Windows (among
5834 other things).
5835
5836 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5837
5838 * net/network-stream.el (open-network-stream): Return an :error
5839 saying what the problem was, if possible.
5840
5841 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5842 server.
5843
5844 * net/network-stream.el (network-stream-open-starttls): If we
5845 wanted to use STARTTLS, and the server offered it, but we weren't
5846 able to because we had no STARTTLS support, then close the connection.
5847 (open-network-stream): Return an :error element, if present.
5848
5849 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * hl-line.el (hl-line-sticky-flag): Doc fix.
5852 (global-hl-line-sticky-flag): New option (Bug#8323).
5853 (global-hl-line-highlight): Obey it.
5854
5855 * vc/vc.el (vc-revert-show-diff): Default to t.
5856
5857 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5858
5859 * allout-widgets.el (allout-widgets-post-command-business):
5860 Stop decorating intermediate isearch matches. They're not being
5861 undecorated when an isearch is continued past, and isearch
5862 automatically collapses them. This leads to "widget leaks", where
5863 decorated items accumulate in collapsed areas. Lines with lots of
5864 hidden widgets can slow down cursor travel, substantially.
5865 Too much complicated machinery would be needed to ensure undecoration,
5866 so we're doing without this nicety.
5867
5868 (allout-widgets-tally-string): Don't try to do a hash-table-count
5869 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5870 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5871 *Messages* when allout-widgets-maintain-tally is t.
5872
5873 2011-06-26 Martin Rudalics <rudalics@gmx.at>
5874
5875 * window.el (display-buffer-normalize-argument): Rename to
5876 display-buffer-normalize-arguments. Handle special meaning of
5877 LABEL argument. Respect special-display-function when popping up
5878 a new frame. Fix code searching for a window showing the buffer
5879 on another frame.
5880 (display-buffer-normalize-specifiers):
5881 Call display-buffer-normalize-arguments.
5882 (display-buffer-in-window): Don't undedicate the window if its
5883 buffer remains the same.
5884 Reported by Drew Adams <drew.adams@oracle.com>.
5885 (display-buffer-alist): Add choice for same-window macro
5886 specfier.
5887 (display-buffer): Mention special meaning of LABEL argument in
5888 doc-string. Fix quoting. Don't pop up a new frame even as
5889 fallback.
5890
5891 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
5892
5893 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5894 avoid deleting the current window in some cases (bug#8911).
5895
5896 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5897
5898 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5899 (Bug#8934)
5900
5901 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5902
5903 * net/network-stream.el (network-stream-open-starttls):
5904 Use built-in TLS support if `gnutls-available-p' is true.
5905 (network-stream-open-tls): Ditto.
5906
5907 2011-06-26 Leo Liu <sdl.web@gmail.com>
5908
5909 * register.el (registerv): New struct.
5910 (registerv-make): New function.
5911 (jump-to-register, describe-register-1, insert-register):
5912 Support the jump-func, print-func and insert-func slot of a registerv
5913 struct. (Bug#8415)
5914
5915 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * vc/vc.el (vc-revert-show-diff): New defcustom.
5918 (vc-diff-internal): New arg specifying diff buffer.
5919 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5920 reuse an existing *vc-diff* buffer (Bug#8927).
5921
5922 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5923
5924 2011-06-26 Glenn Morris <rgm@gnu.org>
5925
5926 * progmodes/f90.el (f90-critical-indent): New option.
5927 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5928 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5929 (f90-mode): Doc fix.
5930 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5931 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5932 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5933 (f90-match-end): Handle block, critical.
5934
5935 2011-06-25 Glenn Morris <rgm@gnu.org>
5936
5937 * calendar/diary-lib.el (diary-included-files): Doc fix.
5938 (diary-include-files): New function, extracted from
5939 diary-include-other-diary-files and diary-mark-included-diary-files.
5940 (diary-include-other-diary-files, diary-mark-included-diary-files):
5941 Just call diary-include-files.
5942 (diary-mark-entries): Reset diary-included-files on first call.
5943
5944 * calendar/diary-lib.el (diary-mark-entries)
5945 (diary-mark-included-diary-files):
5946 Visit included diary-files in temp buffers.
5947
5948 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5949 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5950 (f90-start-block-re, f90-imenu-generic-expression)
5951 (f90-looking-at-program-block-start, f90-no-block-limit):
5952 Add support for submodules.
5953
5954 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5955 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
5956
5957 2011-06-25 Eli Zaretskii <eliz@gnu.org>
5958
5959 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5960 buffer-file-type before setting its value, to avoid disastrous
5961 global effects on decoding files for DOS/Windows systems. (Bug#8780)
5962
5963 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5966
5967 * ses.el (ses-unload-function):
5968 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5969
5970 * proced.el (proced-unload-function):
5971 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5972
5973 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5974
5975 * server.el (server-create-window-system-frame): Add parameters arg.
5976 (server-process-filter): Doc fix. Handle frame-parameters.
5977
5978 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
5979
5980 Fix bug#8730, bug#8781.
5981
5982 * loadhist.el (unload--set-major-mode): New function.
5983 (unload-feature): Use it.
5984
5985 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5986 (python-unload-function): New function.
5987
5988 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5991
5992 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5993
5994 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5995 the candidates list.
5996
5997 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
5998
5999 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6000
6001 2011-06-23 Richard Stallman <rms@gnu.org>
6002
6003 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6004 (rmail-variables): Set next-error-move-function.
6005 (rmail-what-message): Take argument POS.
6006 (rmail-next-error-move): New function.
6007
6008 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6011 messages for adjacent non-terminals.
6012
6013 2011-06-23 Richard Stallman <rms@gnu.org>
6014
6015 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
6016 (rmail-show-message-1): Preserve buffer modified flag.
6017 (rmail-start-mail): Don't specify use of rmail-mail-return;
6018 that's done by mail-bury now.
6019 (rmail-mail-return): Handle arg NEWBUF.
6020
6021 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
6022
6023 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6024 SIZE is a number.
6025
6026 2011-06-23 Martin Rudalics <rudalics@gmx.at>
6027
6028 * window.el (get-lru-window, get-mru-window)
6029 (get-largest-window): Never return a minibuffer window.
6030 (display-buffer-pop-up-window): Fix a bug that could lead to
6031 reusing the minibuffer window.
6032 (display-buffer): Pass original specifier argument to
6033 display-buffer-function instead of the normalized one.
6034 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6035
6036 2011-06-22 Leo Liu <sdl.web@gmail.com>
6037
6038 * minibuffer.el (completing-read-function)
6039 (completing-read-default): Move from minibuf.c
6040
6041 2011-06-22 Richard Stallman <rms@gnu.org>
6042
6043 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6044 to Rmail even if not started by a special Rmail command.
6045
6046 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6047 Copy the buffer currently showing just one message.
6048
6049 2011-06-22 Roland Winkler <winkler@gnu.org>
6050
6051 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6052 (bibtex-clean-entry): First delete the old key so that a
6053 customized algorithm for generating the new key does not get
6054 confused by the old key.
6055 (bibtex-url): Obey regexp of first step.
6056 (bibtex-search-entries): Do not use add-to-list with local
6057 list-var.
6058
6059 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6060
6061 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6062 stored a user name, then query for the password first, instead of
6063 waiting for SMTP to give an error message and the trying again.
6064
6065 2011-06-22 Lawrence Mitchell <wence@gmx.li>
6066
6067 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6068 BUFFER in call-process.
6069
6070 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6071
6072 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6073 QUIT twice.
6074 (smtpmail-try-auth-methods): Require user name and password from
6075 auth-source.
6076
6077 2011-06-22 Martin Rudalics <rudalics@gmx.at>
6078
6079 * window.el (display-buffer-default-specifiers)
6080 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6081 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6082 (split-window): Normalize SIDE argument (Bug#8916).
6083
6084 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6085 (special-display-frame-alist, special-display-popup-frame):
6086 Remove duplicate declarations. These are now in window.el.
6087
6088 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6089
6090 * mail/smtpmail.el (smtpmail-via-smtp):
6091 Set :use-starttls-if-possible so that we always use STARTTLS if the
6092 server supports it. SMTP servers that support STARTTLS commonly
6093 require it.
6094
6095 * net/network-stream.el (network-stream-open-starttls): Support
6096 upgrading to STARTTLS always, even if we don't have built-in support.
6097 (open-network-stream): Add the :always-query-capabilities keyword.
6098
6099 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6100 upgrades with `open-network-stream', and rely solely on
6101 auth-source for all credentials. Big changes throughout the file,
6102 but in particular:
6103 (smtpmail-auth-credentials): Remove.
6104 (smtpmail-starttls-credentials): Remove.
6105 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6106 MAIL FROM, too.
6107
6108 * net/network-stream.el (network-stream-open-starttls):
6109 Provide support for client certificates both for external and built-in
6110 STARTTLS.
6111 (auth-source): Require.
6112 (open-network-stream): Document the :client-certificate keyword.
6113 (network-stream-certificate): Change cert-cert to cert and
6114 cert-key to key.
6115
6116 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
6117
6118 * net/tramp-cache.el (top): Don't load the persistency file when
6119 "emacs -Q" has been called.
6120
6121 2011-06-21 Tim Harper <timcharper@gmail.com>
6122
6123 * term/ns-win.el (ns-initialize-window-system):
6124 Set application-specific `ApplePressAndHoldEnabled' system
6125 resource to NO as it is not yet supported by the NS port.
6126
6127 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
6128
6129 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6130 (list-dynamic-libraries): ...not here.
6131
6132 2011-06-21 Leo Liu <sdl.web@gmail.com>
6133
6134 * subr.el (sha1): Implement sha1 using secure-hash.
6135
6136 2011-06-21 Martin Rudalics <rudalics@gmx.at>
6137
6138 * window.el (display-buffer-alist): In default value do not
6139 enforce searching a window on any but the selected frame.
6140 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6141 (display-buffer-select-window): Remove function.
6142 (display-buffer-in-window): When a window on another frame gets
6143 reused, do not select it any more but just raise its frame if
6144 necessary (Bug#8851) and (Bug#8856).
6145 (display-buffer-normalize-options): Handle pop-up-frames related
6146 options more faithfully.
6147 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6148 window if it is on another frame.
6149 (display-buffer-alist, display-buffer-default-specifiers):
6150 Don't make new frame unsplittable by default.
6151 (display-buffer-normalize-argument): Fix doc-string typo and use
6152 'same-frame-other-window instead of 'other-window when associating
6153 with display-buffer-macro-specifiers.
6154
6155 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6156
6157 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6158 New functions.
6159 (5x5-mode-map, 5x5-mode-menu): Bind them.
6160 (5x5-draw-grid): Tweak the solver's rendering.
6161
6162 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6165 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6166
6167 2011-06-21 Drew Adams <drew.adams@oracle.com>
6168
6169 * menu-bar.el: Use function variable instead of switch-to-buffer.
6170 (menu-bar-select-buffer-function): New variable.
6171 (menu-bar-update-buffers): Use it (bug#8876).
6172
6173 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6176 variable's status.
6177
6178 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6179
6180 * x-dnd.el (x-dnd-version-from-flags)
6181 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6182 and long as number (Bug#8899).
6183 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6184
6185 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6188 (completion-try-completion, completion-all-completions): Compute the
6189 metadata argument if it's missing; make it optional (bug#8795).
6190
6191 * wid-edit.el: Use lex-bind and move towards completion-at-point.
6192 (widget-complete): Use new :completion-function property.
6193 (widget-completions-at-point): New function.
6194 (default): Use :completion-function instead of :complete.
6195 (widget-default-completions): Rename from widget-default-complete;
6196 Rewrite.
6197 (widget-string-complete, widget-file-complete, widget-color-complete):
6198 Remove functions.
6199 (file, symbol, function, variable, coding-system, color):
6200 * international/mule-cmds.el (default-input-method, charset)
6201 (language-info-custom-alist):
6202 * cus-edit.el (face): Use new property :completions.
6203
6204 * progmodes/pascal.el (pascal-completions-at-point): New function.
6205 (pascal-mode): Use it.
6206 (pascal-mode-map): Use completion-at-point.
6207 (pascal-toggle-completions): Make obsolete.
6208 (pascal-complete-word, pascal-show-completions):
6209 * progmodes/octave-mod.el (octave-complete-symbol):
6210 Redefine as obsolete alias.
6211 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6212 Signal absence of completion info for old Octave,
6213 (inferior-octave-complete): Redefine as obsolete alias.
6214 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6215 (meta-completions-at-point): Rename from meta-complete-symbol and
6216 adapt it for use on completion-at-point-functions.
6217 (meta-common-mode): Use it.
6218 (meta-looking-at-backward, meta-match-buffer): Remove.
6219 (meta-complete-symbol): Redefine as obsolete alias.
6220 (meta-common-mode-map): Use completion-at-point.
6221 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6222 (makefile-mode-map): Use completion-at-point.
6223 (makefile-completions-at-point): Rename from makefile-complete and
6224 adapt it for use on completion-at-point-functions.
6225 (makefile-mode): Use it.
6226 (makefile-complete): Redefine as obsolete alias.
6227
6228 2011-06-20 Deniz Dogan <deniz@dogan.se>
6229
6230 * net/rcirc.el: Delete trailing whitespaces once and for all.
6231
6232 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6233
6234 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6235
6236 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6239
6240 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6241
6242 2011-06-19 Martin Rudalics <rudalics@gmx.at>
6243
6244 * window.el (display-buffer-other-window-means-other-frame):
6245 Call display-buffer-normalize-alist.
6246 (display-buffer-normalize-specifiers-1): Rename to
6247 display-buffer-normalize-argument. New argument other-frame.
6248 Rewrite.
6249 (display-buffer-normalize-specifiers-2): Rename to
6250 display-buffer-normalize-options.
6251 (display-buffer-normalize-alist-1): New function.
6252 (display-buffer-normalize-specifiers-3): Rename to
6253 display-buffer-normalize-alist.
6254 Call display-buffer-normalize-alist-1.
6255 (display-buffer-normalize-options-inhibit): New variable.
6256 (display-buffer-normalize-specifiers): Rewrite calling
6257 display-buffer-normalize-alist,
6258 display-buffer-normalize-argument, and
6259 display-buffer-normalize-options. Don't call the latter if
6260 display-buffer-normalize-options-inhibit is non-nil.
6261 (frame-auto-delete): New option.
6262 (window-deletable-p): Use frame-auto-delete.
6263 (window-list-no-nils, window-state-ignored-parameters)
6264 (window-state-get-1, window-state-get, window-state-put-list)
6265 (window-state-put-1, window-state-put-2, window-state-put):
6266 New functions.
6267 (display-buffer-normalize-options): Move special-display-p group
6268 after pop-up-frame group (Bug#8851) and (Bug#8856).
6269
6270 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6273 groups (Bug#8776).
6274 (rx-submatch-n): New function.
6275 (rx): Document it.
6276
6277 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6278 (Bug#8768).
6279
6280 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6281
6282 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6283
6284 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6285 anytime existing face settings are present (Bug#8889).
6286
6287 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6288 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6289 Remove unused argument.
6290
6291 2011-06-18 Martin Rudalics <rudalics@gmx.at>
6292
6293 * window.el (display-buffer-default-specifiers):
6294 Remove pop-up-frame. Add pop-up-window-min-height,
6295 pop-up-window-min-width, and another reuse-window specifier
6296 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
6297 (display-buffer-normalize-specifiers-2):
6298 Handle split-height-threshold and split-width-threshold also when
6299 pop-up-windows is unset. Add a reuse-window specifier for the
6300 case popping up a new window fails.
6301 (special-display-popup-frame): Remove double quoting.
6302 (display-buffer-normalize-specifiers-1): Fix thinko.
6303
6304 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6307 according to comint-completion-addsuffix.
6308
6309 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6310 (pcomplete-suffix-list): Mark as obsolete.
6311 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6312 pcomplete-seen in the closure.
6313 (pcomplete-comint-setup): Setup completion-at-point as well.
6314 (pcomplete--entries): New function.
6315 (pcomplete--env-regexp): New var.
6316 (pcomplete-entries): Rewrite to work with partial-completion and
6317 without relying on pcomplete-suffix-list.
6318 (pcomplete-pare-list): Remove, unused.
6319
6320 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6321
6322 * window.el (display-buffer-alist): Set pop-up-window-min-height
6323 and pop-up-window-min-width in default value. Reported by
6324 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6325 other-window-means-other-frame.
6326 (display-buffer-macro-specifiers): Comment out entry for
6327 other-window specifier.
6328 (display-buffer-other-window-means-other-frame): New function.
6329 (display-buffer-normalize-specifiers-1): New arguments
6330 buffer-name and label. Treat other-window case specially.
6331 (display-buffer-normalize-specifiers-2): Treat other-window case
6332 specially.
6333 (display-buffer-normalize-specifiers-3): New function.
6334 (display-buffer-normalize-specifiers):
6335 Call display-buffer-normalize-specifiers-3.
6336
6337 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6338
6339 * window.el (same-window-p): Fix two typos introduced when
6340 adding with-no-warnings.
6341 (display-buffer-normalize-specifiers-1): Don't check
6342 pop-up-frames for 'unset initialization.
6343 (display-buffer-normalize-specifiers-2): Major rewrite using
6344 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6345 (pop-up-frames, display-buffer-reuse-frames)
6346 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6347 Suggested by David Engster <deng@randomsample.de>.
6348 (even-window-heights): Initialize to 'unset.
6349 (display-buffer-alist-set): Handle new 'unset initializations.
6350 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6351 other window case.
6352
6353 2011-06-16 Martin Rudalics <rudalics@gmx.at>
6354
6355 * window.el (display-buffer-normalize-specifiers-1):
6356 Respect current value of pop-up-frames for most reasonable values of
6357 second argument of display-buffer (Bug#8865).
6358 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6359 (switch-to-buffer-other-window-same-frame)
6360 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6361 Adams (Bug#8875).
6362 (display-buffer): Don't check noninteractive when calling
6363 display-buffer-pop-up-frame.
6364 (display-buffer-pop-up-frame): Never pop up a frame in
6365 noninteractive mode (Bug#8857).
6366 (enlarge-window, shrink-window): Don't report an error when the
6367 window can't be resized as requested (Bug#8862).
6368
6369 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6372
6373 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6374
6375 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6376
6377 2011-06-15 Alan Mackenzie <acm@muc.de>
6378
6379 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6380 for declarators, disable knr checking to speed up for normal files.
6381 2: Refactor, replacing a sequence of nested if forms by a cond form.
6382
6383 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6384
6385 * net/network-stream.el (open-network-stream): Add the keyword
6386 :always-query-capabilities for the case where you want to force a
6387 `plain' network connection, but the protocol still requires the
6388 capabilitiy command (i.e., SMTP and EHLO).
6389
6390 * subr.el (process-live-p): Rename from `process-alive-p' for
6391 consistency with other `-live-p' functions.
6392
6393 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * window.el (same-window-buffer-names, same-window-regexps)
6396 (special-display-frame-alist, special-display-popup-frame)
6397 (special-display-function, special-display-buffer-names)
6398 (special-display-regexps, pop-up-frame-alist)
6399 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6400 (pop-up-windows, split-window-preferred-function)
6401 (split-height-threshold, split-width-threshold, even-window-heights)
6402 (display-buffer-mark-dedicated): Don't encourage the use of
6403 display-buffer-alist from Elisp code.
6404
6405 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6406
6407 * progmodes/python.el (python-mode): Derive from prog-mode.
6408 * progmodes/ps-mode.el (ps-mode):
6409 * progmodes/mixal-mode.el (mixal-mode):
6410 * progmodes/cfengine.el (cfengine-mode):
6411 * progmodes/ld-script.el (ld-script-mode): Likewise.
6412
6413 2011-06-15 Martin Rudalics <rudalics@gmx.at>
6414
6415 * window.el (display-buffer-alist): Trim default value to avoid
6416 popping up a new frame (Bug#8857) or reusing an arbitrary window
6417 on another frame.
6418 (display-buffer): Do not fall back on popping up a new frame in
6419 batch mode (Bug#8857).
6420
6421 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6424 (custom-theme-summary): New function.
6425 (customize-themes): Use it.
6426
6427 2011-06-13 Glenn Morris <rgm@gnu.org>
6428
6429 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6430
6431 2011-06-13 Martin Rudalics <rudalics@gmx.at>
6432
6433 * help.el (help-window): Remove variable.
6434 (help-window-point-marker, temp-buffer-max-height)
6435 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6436 (help-print-return-message): Don't set help-window.
6437 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6438 (help-window-setup-finish): Remove.
6439 (help-window-display-message, help-window-setup)
6440 (with-help-window): Major rewrite based on new
6441 display-buffer-window variable.
6442
6443 * help-mode.el (help-mode-finish): Remove help-window related
6444 code.
6445
6446 * view.el (view-exits-all-viewing-windows): Remove reference to
6447 view-return-to-alist in doc-string.
6448 (view-return-to-alist): Make obsolete.
6449 (view-buffer): Call pop-to-buffer-same-window and remove
6450 undo-window code.
6451 (view-buffer-other-window): Call pop-to-buffer-other-window and
6452 simplify code. Ignore second argument.
6453 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6454 simplify code. Ignore second argument.
6455 (view-return-to-alist-update): Make obsolete.
6456 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6457 Rewrite using quit-restore window parameters.
6458 (view-mode-exit): Rename second argument to EXIT-ONLY.
6459 Rewrite using quit-restore-window.
6460 (View-exit, View-exit-and-edit, View-leave, View-quit)
6461 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6462 appropriate arguments.
6463 (view-end-message): Use quit-restore window parameter.
6464
6465 * window.el (display-buffer-function): Rewrite doc-string.
6466 (display-buffer-window, display-buffer-alist): New variables.
6467 (display-buffer-split-specifiers)
6468 (display-buffer-side-specifiers)
6469 (display-buffer-macro-specifiers): New constants.
6470 (display-buffer-even-window-sizes, display-buffer-set-height)
6471 (display-buffer-set-width, display-buffer-select-window)
6472 (display-buffer-in-window, display-buffer-reuse-window)
6473 (display-buffer-split-window-1, display-buffer-split-window)
6474 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6475 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6476 (display-buffer-in-side-window, normalize-buffer-to-display)
6477 (display-buffer-normalize-specifiers-1)
6478 (display-buffer-normalize-specifiers-2)
6479 (display-buffer-normalize-specifiers, display-buffer-frame):
6480 New functions.
6481 (display-buffer): Major rewrite.
6482 (display-buffer-other-window, display-buffer-other-frame)
6483 (pop-to-buffer, switch-to-buffer-other-window)
6484 (switch-to-buffer-other-frame): Rewrite.
6485 (display-buffer-same-window, display-buffer-same-frame)
6486 (display-buffer-same-frame-other-window)
6487 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6488 (pop-to-buffer-other-window)
6489 (pop-to-buffer-same-frame-other-window)
6490 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6491 (switch-to-buffer-other-window-same-frame): New functions.
6492 (same-window-p, special-display-p): Rewrite disabling warnings.
6493 Make obsolete.
6494 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6495 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6496 Make obsolete
6497 (same-window-buffer-names, same-window-regexps)
6498 (special-display-frame-alist, special-display-popup-frame)
6499 (special-display-function, special-display-buffer-names)
6500 (special-display-regexps, pop-up-frame-alist)
6501 (pop-up-frame-function, split-window-preferred-function)
6502 (split-height-threshold, split-width-threshold)
6503 (even-window-heights): Make obsolete.
6504
6505 2011-06-12 Glenn Morris <rgm@gnu.org>
6506
6507 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
6508 Misc simplifications.
6509
6510 2011-06-12 Martin Rudalics <rudalics@gmx.at>
6511
6512 * window.el (window-safely-shrinkable-p): Restore function which
6513 was inadvertently removed in change from 2011-06-11. Declare as
6514 obsolete.
6515
6516 * calendar/calendar.el (calendar-generate-window):
6517 Use window-iso-combined-p instead of combination of one-window-p and
6518 window-safely-shrinkable-p.
6519
6520 2011-06-12 Glenn Morris <rgm@gnu.org>
6521
6522 * progmodes/fortran.el (fortran-mode-syntax-table):
6523 * progmodes/f90.el (f90-mode-syntax-table):
6524 Set % to punctuation. (Bug#8820)
6525 (f90-find-tag-default): Remove, no longer needed.
6526
6527 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6528
6529 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6530
6531 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
6532
6533 * image.el (image-animated-p): Return animation delay in seconds.
6534 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6535 (image-animate-timeout): Remove DELAY argument. Don't assume
6536 every subimage has the same delay; get it from image-animated-p.
6537 (image-animate): Caller changed.
6538
6539 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6542 to ignored backtrace functions.
6543
6544 2011-06-11 Glenn Morris <rgm@gnu.org>
6545
6546 * calendar/appt.el (appt-disp-window-function): Doc fix.
6547 (appt-check): Handle overlapping appointments. (Bug#8337)
6548
6549 2011-06-11 Martin Rudalics <rudalics@gmx.at>
6550
6551 * window.el (window-tree-1, window-tree): New functions, moving
6552 the latter to window.el.
6553 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6554 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6555 (bw-refresh-edges): Remove.
6556 (balance-windows-1, balance-windows-2): New functions.
6557 (balance-windows): Rewrite in terms of window tree functions,
6558 balance-windows-1 and balance-windows-2.
6559 (bw-adjust-window): Remove.
6560 (balance-windows-area-adjust): New function with functionality of
6561 bw-adjust-window but using resize-window.
6562 (set-window-text-height): Rewrite doc-string.
6563 Use normalize-live-window and resize-window.
6564 (enlarge-window-horizontally, shrink-window-horizontally):
6565 Rename argument to DELTA.
6566 (window-buffer-height): New function.
6567 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6568 Rewrite using new window resize routines.
6569 (kill-buffer-and-window, mouse-autoselect-window-select):
6570 Use ignore-errors instead of condition-case.
6571 (quit-window): Call delete-frame instead of delete-windows-on
6572 for the only buffer on frame.
6573
6574 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6575
6576 * loadup.el (top-level): Load window before files for the sake
6577 of replace-buffer-in-windows.
6578
6579 * files.el (read-buffer-to-switch)
6580 (switch-to-buffer-other-window)
6581 (switch-to-buffer-other-frame, display-buffer-other-frame):
6582 Move to window.el.
6583
6584 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6585 (previous-buffer): Move to window.el.
6586
6587 * bindings.el (unbury-buffer): Move to window.el.
6588
6589 * window.el (delete-other-windows-vertically): Move after
6590 definition of delete-other-windows.
6591 (other-window, delete-windows-on, replace-buffer-in-windows):
6592 Move here from window.c.
6593 (record-window-buffer, unrecord-window-buffer)
6594 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6595 (switch-to-next-buffer): New functions.
6596 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6597 from simple.el. Call switch-to-next-buffer.
6598 (previous-buffer): Move here from simple.el.
6599 Call switch-to-prev-buffer.
6600 (bury-buffer): Move here from buffer.c. Switch to previous
6601 buffer when window cannot be deleted.
6602 (unbury-buffer): Move here from bindings.el.
6603 (ctl-x-map): Move binding for other-window from window.c to
6604 here.
6605 (read-buffer-to-switch, switch-to-buffer-other-window)
6606 (switch-to-buffer-other-frame): Move here from files.el.
6607 (normalize-buffer-to-switch-to): New functions.
6608 (switch-to-buffer): Move here from buffer.c.
6609 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6610
6611 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6612
6613 * window.el (window-min-height, window-min-width): Move here
6614 from window.c. Add defcustoms and rewrite doc-strings.
6615 (resize-mini-window, resize-window): New functions.
6616 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6617 Move here from window.c.
6618 (maximize-window, minimize-window): New functions.
6619 (delete-window, delete-other-windows, split-window): Move here
6620 from window.c.
6621 (window-split-min-size): New function.
6622 (split-window-keep-point): Mention split-window-above-each-other
6623 instead of split-window-vertically.
6624 (split-window-above-each-other, split-window-vertically):
6625 Rename split-window-vertically to split-window-above-each-other
6626 and provide defalias for old definition.
6627 (split-window-side-by-side, split-window-horizontally):
6628 Rename split-window-horizontally to split-window-side-by-side
6629 and provide defalias for the old definition.
6630 (ctl-x-map): Move bindings for delete-window,
6631 delete-other-windows and enlarge-window here from window.c.
6632 Replace bindings for split-window-vertically and
6633 split-window-horizontally by bindings for
6634 split-window-above-each-other and split-window-side-by-side.
6635
6636 * cus-start.el (all): Remove entries for window-min-height and
6637 window-min-width. Add entries for window-splits and
6638 window-nest.
6639
6640 2011-06-09 Glenn Morris <rgm@gnu.org>
6641
6642 * calendar/appt.el (appt-mode-line): New function.
6643 (appt-check, appt-disp-window): Use it.
6644
6645 * files.el (hack-one-local-variable-eval-safep):
6646 Allow minor-modes with explicit +/-1 arguments.
6647
6648 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6649
6650 * term/xterm.el (xterm): Add defgroup.
6651 (xterm-extra-capabilities): Add defcustom to supply known xterm
6652 capabilities, skip querying them, or query them (default).
6653 (terminal-init-xterm): Use it.
6654 (terminal-init-xterm-modify-other-keys): New function to set up
6655 modifyOtherKeys support to simplify `terminal-init-xterm'.
6656
6657 2011-06-09 Martin Rudalics <rudalics@gmx.at>
6658
6659 * window.el (resize-window-reset, resize-window-reset-1)
6660 (resize-subwindows-skip-p, resize-subwindows-normal)
6661 (resize-subwindows, resize-other-windows, resize-this-window)
6662 (resize-root-window, resize-root-window-vertically)
6663 (window-deletable-p, window-or-subwindow-p)
6664 (frame-root-window-p): New functions.
6665
6666 2011-06-09 Glenn Morris <rgm@gnu.org>
6667
6668 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6669 (ange-ftp-get-files): Use it.
6670
6671 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6672
6673 * mail/sendmail.el (mail-recover-1, mail-recover):
6674 * files.el (recover-file, recover-session):
6675 Handle dired-listing-switches not being just a single short option.
6676
6677 2011-06-09 Glenn Morris <rgm@gnu.org>
6678
6679 * calendar/appt.el (appt-display-message, appt-disp-window):
6680 Handle lists of appointments.
6681
6682 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6683
6684 * window.el (one-window-p): Move down in code.
6685 Rewrite doc-string.
6686 (window-current-scroll-bars): Rewrite doc-string.
6687 Normalize live window argument.
6688 (walk-windows, get-window-with-predicate, count-windows):
6689 Rewrite doc-string. Use window-list-1.
6690 (window-in-direction-2, window-in-direction, get-mru-window):
6691 New functions.
6692
6693 2011-06-08 Reuben Thomas <rrt@sc3d.org>
6694
6695 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6696 Doc fix (Bug#8713).
6697
6698 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
6699
6700 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6701
6702 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * loadhist.el (unload-feature-special-hooks):
6705 Add `comint-output-filter-functions'.
6706
6707 2011-06-08 Ivan Kanis <gnu@kanis.fr>
6708
6709 * calendar/appt.el (appt-check): Move some initializations into the let.
6710
6711 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6712
6713 * window.el (window-height): Defalias to window-total-height.
6714 (window-width): Defalias to window-body-width.
6715
6716 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * image-mode.el (image-toggle-animation): New command.
6719 (image-mode-map): Bind it to RET.
6720 (image-mode): Update message.
6721 (image-toggle-display-image): Avoid a spurious cache flush.
6722 (image-transform-rotation): Doc fix.
6723 (image-transform-properties): Return quickly in the normal case.
6724 (image-animate-loop): Rename from image-animate-max-time.
6725
6726 * image.el (image-animate-max-time): Move to image-mode.el.
6727 (create-animated-image): Remove unnecessary function.
6728 (image-animate): Rename from image-animate-start. New arg.
6729 (image-animate-stop): Remove; just use image-animate-timer.
6730 (image-animate-timer): Use car-safe.
6731 (image-animate-timeout): Rename argument.
6732
6733 2011-06-07 Martin Rudalics <rudalics@gmx.at>
6734
6735 * window.el (get-lru-window, get-largest-window): Move here from
6736 window.c. Rename first argument to ALL-FRAMES.
6737 Rephrase doc-strings.
6738 (get-buffer-window-list): Rewrite using window-list-1.
6739 Rephrase doc-string.
6740 (window-safe-min-height, window-safe-min-width): New constants.
6741 (window-size-ignore, window-min-size, window-min-size-1)
6742 (window-sizable, window-sizable-p, window-size-fixed-1)
6743 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6744 (window-max-delta-1, window-max-delta, window-resizable)
6745 (window-resizable-p, window-total-height, window-total-width)
6746 (window-body-width): New functions.
6747 (window-full-height-p, window-full-width-p): Rewrite using
6748 window-total-size.
6749 (window-body-height): Rewrite using window-body-size.
6750
6751 2011-06-06 Martin Rudalics <rudalics@gmx.at>
6752
6753 * window.el (window-right, window-left, window-child)
6754 (window-child-count, window-last-child, window-any-p)
6755 (normalize-live-buffer, normalize-live-frame)
6756 (normalize-any-window, normalize-live-window)
6757 (window-iso-combination-p, window-iso-combined-p)
6758 (window-iso-combinations)
6759 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6760 (windows-with-parameter, window-with-parameter)
6761 (window-atom-root, make-window-atom, window-atom-check-1)
6762 (window-atom-check, window-side-check, window-check):
6763 New functions.
6764 (ignore-window-parameters, window-sides, window-sides-vertical)
6765 (window-sides-slots): New variables.
6766 (window-size-fixed): Move down in code. Minor doc-string fix.
6767
6768 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6769
6770 * comint.el (comint-dynamic-complete-as-filename)
6771 (comint-dynamic-complete-filename): Correctly call
6772 completion-in-region.
6773
6774 2011-06-05 Deniz Dogan <deniz@dogan.se>
6775
6776 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6777 in last change.
6778
6779 2011-06-05 Deniz Dogan <deniz@dogan.se>
6780
6781 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6782 (rcirc): Use it to prompt for encryption.
6783
6784 2011-06-05 Roland Winkler <winkler@gnu.org>
6785
6786 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6787 (bibtex-search-entries): New command bound to C-c C-a.
6788 (bibtex-display-entries): New function.
6789
6790 2011-06-05 Roland Winkler <winkler@gnu.org>
6791
6792 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6793 (bibtex-insert-kill): After yanking insert newline if necessary.
6794 (bibtex-initialize): Call bibtex-string-files-init only once.
6795 (bibtex-mode): Do not call easy-menu-add.
6796 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6797 (bibtex-yank): Set arg properly if nil.
6798
6799 2011-06-05 Roland Winkler <winkler@gnu.org>
6800
6801 * textmodes/bibtex.el (bibtex-search-entry-globally):
6802 New variable.
6803 (bibtex-search-entry): Use it.
6804
6805 2011-06-05 Roland Winkler <winkler@gnu.org>
6806
6807 * textmodes/bibtex.el (bibtex-entry-format): New option
6808 sort-fields.
6809 (bibtex-format-entry, bibtex-reformat): Honor this option.
6810 (bibtex-parse-entry): Return fields in proper order.
6811
6812 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * doc-view.el (doc-view-remove-if): Move computation of result out
6815 of `dolist' to silence misleading lexical-binding warning.
6816
6817 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6820 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6821
6822 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6825 "SunOS 5.10".
6826
6827 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
6828
6829 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6830 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6831 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6832 (tramp-parse-putty):
6833 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6834 (tramp-completion-function-alist-ssh)
6835 (tramp-completion-function-alist-telnet)
6836 (tramp-completion-function-alist-su)
6837 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6838 cookie.
6839
6840 * net/tramp-ftp.el:
6841 * net/tramp-sh.el:
6842 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6843 load "tramp.el" `tramp-set-completion-function'.
6844
6845 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * shell.el: Require and use pcomplete.
6848 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6849 (shell-completion-vars): Set pcomplete-default-completion-function.
6850
6851 2011-06-04 Deniz Dogan <deniz@dogan.se>
6852
6853 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6854 `memq' (Bug#8799).
6855
6856 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6859
6860 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
6861
6862 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6863 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6864 * vc/log-view.el (log-view-beginning-of-defun):
6865 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6866 (smerge-refine-forward, smerge-refine-chopup-region):
6867 Silence warning for unused `dotimes' counter variables.
6868
6869 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * net/tramp.el (tramp-with-progress-reporter): Rename from
6872 with-progress-reporter. Use `declare'.
6873 * net/tramp-smb.el:
6874 * net/tramp-sh.el:
6875 * net/tramp-gvfs.el: Update all uses.
6876
6877 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6878
6879 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6880 buffer isn't killed before making it current.
6881
6882 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 Silence various byte-compiler warnings.
6885 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6886 `access-type' and new obsolescence format.
6887 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6888 new format.
6889 (byte-compile-check-variable): New `access-type' argument.
6890 Only warn if the access-type is obsolete.
6891 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6892 (byte-compile-variable-set): Adjust callers.
6893 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6894 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6895 setting it as obsolete.
6896 * simple.el (minibuffer-completing-symbol):
6897 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6898 access as obsolete.
6899 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6900 obsolete yet.
6901 * international/quail.el (quail-mouse-choose-completion): Remove unused
6902 code referring to obsolete var.
6903 (quail-choose-completion-string): Remove.
6904 * server.el (server-clients-with, server-kill-buffer-query-function)
6905 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6906 * proced.el (proced-send-signal):
6907 * emacs-lisp/lisp.el (lisp-complete-symbol):
6908 Replace completion-annotate-function with completion-extra-properties.
6909
6910 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * simple.el (goto-line): Use read-number.
6913 (overriding-map-is-bound): Remove.
6914 (saved-overriding-map): Change default.
6915 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6916 Take the map as argument.
6917 (universal-argument, negative-argument, digit-argument): Use it.
6918 (restore-overriding-map): Adjust.
6919 (do-auto-fill): Use fill-forward-paragraph.
6920 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6921
6922 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6923 (minibuffer-inactive-mode): New major mode.
6924 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6925 the *Messages* buffer" hack.
6926 (mouse-popup-menubar): Don't burp if the event is a normal key.
6927
6928 Miscellaneous tweaks.
6929 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6930 lexical scoping as in subr.el's dolist and dotimes.
6931 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6932 Silence compiler warning.
6933 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6934 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6935 * international/ccl.el (ccl-compile): Trivial simplification.
6936 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6937 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6938 `printflag' argument.
6939 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6940 Purecopy the whole obsolescence data.
6941
6942 2011-06-01 Leo Liu <sdl.web@gmail.com>
6943
6944 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6945 improve doc-string as suggested by Marco Pessotto
6946 <melmothx@gmail.com>.
6947 (rcirc-print): Fix last change.
6948
6949 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * minibuffer.el (complete-with-action): Return nil for the metadata and
6952 boundaries of non-functional tables.
6953 (completion-table-dynamic): Return nil for the metadata.
6954 (completion-table-with-terminator): Add default case, using
6955 complete-with-action.
6956 (completion--metadata): New function.
6957 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6958 to try and avoid pathological performance problems.
6959 (completion--embedded-envvar-table): Return `category' metadata.
6960
6961 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6962
6963 * subr.el (process-alive-p): New tiny convenience function.
6964
6965 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6968 content but also its previous major mode.
6969
6970 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
6971
6972 * emacs-lisp/debug.el (debug): Restore the previous content of the
6973 *Backtrace* buffer when we exit with C-M-c.
6974
6975 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * minibuffer.el: Add metadata method to completion tables.
6978 (completion-category-overrides): New defcustom.
6979 (completion-metadata, completion--field-metadata)
6980 (completion-metadata-get, completion--styles)
6981 (completion--cycle-threshold): New functions.
6982 (completion-try-completion, completion-all-completions):
6983 Add `metadata' argument to choose completion-styles.
6984 (completion--do-completion): Use metadata to choose cycling.
6985 (completion-all-sorted-completions): Use metadata for sorting.
6986 Remove :completion-cycle-penalty which is not needed any more.
6987 (completion--try-word-completion): Add `metadata' argument.
6988 (minibuffer-completion-help): Check metadata for annotation function
6989 and sorting.
6990 (completion-file-name-table): Return `category' metadata.
6991 (minibuffer-completing-file-name): Make obsolete.
6992 * simple.el (minibuffer-completing-symbol): Make obsolete.
6993 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6994 completion-try-completion.
6995
6996 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6999
7000 2011-05-30 Leo Liu <sdl.web@gmail.com>
7001
7002 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
7003 (rcirc-print): Decode all incoming messages (bug#8744).
7004 (rcirc-decode-coding-system): Allow value nil for automatic coding
7005 system detection.
7006
7007 2011-06-01 Glenn Morris <rgm@gnu.org>
7008
7009 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7010
7011 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * image.el (image-animate-max-time): Allow nil and t values.
7014 Default to nil.
7015 (create-animated-image): Doc fix.
7016 (image-animate-start): Remove second arg; just use
7017 image-animate-max-time.
7018 (image-animate-timeout): Doc fix. Args changed.
7019
7020 * image-mode.el (image-toggle-display-image): Ensure that the
7021 image spec passed to the animate timer is the same object as in
7022 the buffer's display property (Bug#6981).
7023 (image-transform-properties): Doc fix.
7024
7025 * image.el (image-animate-max-time): Default to nil.
7026
7027 2011-05-29 Martin Rudalics <rudalics@gmx.at>
7028
7029 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7030 entire buffer list (Bug#8184).
7031
7032 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7033
7034 * image.el (imagemagick-types-inhibit)
7035 (imagemagick-register-types): Doc fix.
7036
7037 2011-05-29 Deniz Dogan <deniz@dogan.se>
7038
7039 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7040 default.
7041
7042 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7043
7044 * select.el: Don't perform clipboard-manager saving in hooks;
7045 leave the hooks empty.
7046
7047 2011-05-28 Leo Liu <sdl.web@gmail.com>
7048
7049 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7050 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7051 (occur-edit-mode): New major mode (Bug#8463).
7052 (occur-after-change-function): New function.
7053 (occur-engine): Give Occur tags a read-only property.
7054
7055 2011-05-28 Kevin Ryde <user42@zip.com.au>
7056
7057 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7058
7059 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7060
7061 * bindings.el (help-echo): Make the initial non-indicator dash
7062 empty on graphical terminals (Bug#7295).
7063
7064 * files.el (auto-mode-alist): Move config rule after the
7065 in-stripping one (Bug#8547).
7066
7067 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7068
7069 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7070 setting (Bug#8740).
7071
7072 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7073
7074 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7075 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7076 (Bug#8539).
7077
7078 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7079
7080 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7081
7082 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7083
7084 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7085 (hs-hide-block-at-point, hs-find-block-beginning)
7086 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7087 (Bug#8279).
7088
7089 2011-05-28 Glenn Morris <rgm@gnu.org>
7090
7091 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7092
7093 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * help-fns.el (describe-function-1): If the function is a derived
7096 major mode, print the parent mode.
7097
7098 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7099 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7100
7101 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7102
7103 * minibuffer.el (completion--capf-wrapper): Check applicability before
7104 returning non-nil for non-exclusive completion data.
7105 * progmodes/etags.el (tags-completion-at-point-function):
7106 * info-look.el (info-lookup-completions-at-point): Mark as
7107 non-exclusive.
7108 (info-complete): Adjust accordingly.
7109
7110 * info-look.el: Convert to lexical-binding and completion-at-point.
7111 (info-lookup-completions-at-point): New function.
7112 (info-complete): Use it and completion-in-region.
7113
7114 2011-05-28 Drew Adams <drew.adams@oracle.com>
7115
7116 * isearch.el: Let M-e start with point at the first mismatched char.
7117 (isearch-fail-pos): New function.
7118 (isearch-edit-string): Use it.
7119
7120 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7121
7122 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7123
7124 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7125
7126 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7127 traversal functions for avl-trees.
7128 (avl-tree--stack): New struct.
7129 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7130 (avl-tree-enter): Add optional `updatefun' arg.
7131 (avl-tree--do-enter): Add optional `updatefun' arg.
7132 Change return value.
7133 (avl-tree-delete): Add optional `test' and `nilflag' args.
7134 (avl-tree--do-delete): Add `test' and `nilflag' args.
7135 Change return value.
7136 (avl-tree-member): Add optional `nilflag'
7137 (avl-tree-member-p): New function.
7138 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7139 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7140 (avl-tree-stack-empty-p): New functions.
7141
7142 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7143
7144 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7145 avl-tree--del-balance1 and make it work both ways.
7146 (avl-tree--del-balance2): Remove.
7147 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7148 make it work both ways.
7149 (avl-tree--enter-balance2): Remove.
7150 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7151 New macros.
7152 (avl-tree--mapc, avl-tree-map): Add direction argument.
7153
7154 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7155
7156 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7157
7158 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * select.el: Support clipboard managers with built-in function
7161 x-clipboard-manager-save, via delete-frame-functions and
7162 kill-emacs-hook.
7163 (xselect-convert-to-targets): Add MULTIPLE target to list.
7164 (xselect-convert-to-save-targets): New function.
7165
7166 2011-05-27 Kenichi Handa <handa@m17n.org>
7167
7168 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7169 let-binding rfc2047-encode-encoded-words to nil.
7170
7171 2011-05-27 Glenn Morris <rgm@gnu.org>
7172
7173 * mail/emacsbug.el: Don't require url-util.
7174
7175 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7176
7177 * files.el (set-auto-mode):
7178 Also respect mode: entries at the end of the file. (Bug#8586)
7179
7180 2011-05-26 Glenn Morris <rgm@gnu.org>
7181
7182 * files.el (hack-local-variables-prop-line, hack-local-variables):
7183 Downcase mode names, as seems to be traditional.
7184 (hack-local-variables, hack-local-variables-apply): Doc fixes.
7185
7186 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7187 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7188
7189 2011-05-25 Julien Danjou <julien@danjou.info>
7190
7191 * textmodes/rst.el (rst-define-level-faces): Do not define face
7192 symbol if it is already defined.
7193
7194 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7195
7196 * play/5x5.el (5x5-new-game, 5x5-randomize):
7197 Reset 5x5-solver-output to nil when a new grid is cast.
7198 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7199 these debugging traces, as defmacro breaks the compiled code.
7200
7201 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7202
7203 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7204
7205 2011-05-24 Leo Liu <sdl.web@gmail.com>
7206
7207 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7208 (vc-bzr-sha1): Adapt.
7209
7210 * sha1.el: Remove. Function `sha1' is now builtin.
7211
7212 * bindings.el: Provide sha1 feature.
7213
7214 2011-05-24 Kenichi Handa <handa@m17n.org>
7215
7216 * mail/sendmail.el: Require `rfc2047'.
7217 (mail-insert-from-field): Do not perform RFC2047 encoding.
7218 (mail-encode-header): New function.
7219 (sendmail-send-it): Set buffer-file-coding-system of the work
7220 buffer to the return value of select-message-coding-system.
7221 Call mail-encode-header.
7222
7223 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7224
7225 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7226
7227 * mail/supercite.el (sc-default-cite-frame):
7228 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7229
7230 2011-05-24 Glenn Morris <rgm@gnu.org>
7231
7232 * progmodes/python.el (brm-menu): Declare.
7233
7234 * emulation/viper.el (viper-set-hooks): Declare.
7235
7236 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7237 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7238 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7239 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7240 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7241 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7242
7243 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 Add an :exit-function for completion-at-point.
7246
7247 * minibuffer.el (completion--done): New fun.
7248 (completion--do-completion): Use it. New arg `expect-exact'.
7249 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7250 since completion--do-completion does it for us now.
7251 (minibuffer-force-complete): Use completion--done and
7252 completion--replace. Handle sole-completion case with more care.
7253 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7254 (completion-extra-properties): New var.
7255 (completion-annotate-function): Make obsolete.
7256 (minibuffer-completion-help): Adjust accordingly.
7257 Use completion-list-insert-choice-function.
7258 (completion-at-point, completion-help-at-point):
7259 Bind completion-extra-properties.
7260 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7261 * simple.el (completion-list-insert-choice-function): New var.
7262 (completion-setup-function): Preserve it.
7263 (choose-completion): Pay attention to it, shuffle the code a bit.
7264 (choose-completion-string): New arg `insert-function'.
7265
7266 * textmodes/bibtex.el: Convert to lexical binding.
7267 (bibtex-mode-map): Use completion-at-point.
7268 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7269 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7270 (bibtex-complete): Define as obsolete alias.
7271 (bibtex-complete-internal): Remove.
7272 (bibtex-format-entry): Remove unused sub-group in regexp.
7273 * shell.el (shell--command-completion-data)
7274 (shell-environment-variable-completion):
7275 * pcomplete.el (pcomplete-completions-at-point):
7276 * comint.el (comint--complete-file-name-data): Use :exit-function
7277 instead of completion-table-with-terminator so it also works for
7278 choose-completion.
7279
7280 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7283
7284 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7285 (bug#8710).
7286
7287 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7288
7289 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7290
7291 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7292 customization variable and implement: If non-nil, auto-fill will
7293 be inhibited while on topic's header line.
7294
7295 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7296
7297 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7298 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
7299 always have a solution in grid size = 5 cases.
7300 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7301 (5x5-solver-output, 5x5-log-buffer): New vars.
7302 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7303 Make these variables buffer local to achieve 5x5 multi-session-ness.
7304 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7305 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7306 (5x5-solve-suggest): New funs.
7307 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7308 randomize a grid so that we ensure that there is always a solution.
7309 (5x5-make-random-grid): Allow other movement than flipping.
7310
7311 2011-05-23 Kevin Ryde <user42@zip.com.au>
7312
7313 * emacs-lisp/advice.el (ad-read-advised-function):
7314 Use `function-called-at-point' as the default, if it has
7315 advice and passes PREDICATE.
7316
7317 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7320 byte-compile-lambda if it's actually a lambda.
7321
7322 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7323 Fix function quoting. Use backquote better.
7324
7325 2011-05-22 Yuanle Song <sylecn@gmail.com>
7326
7327 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7328 matching (Bug#8516).
7329
7330 2011-01-22 Jari Aalto <jari.aalto@cante.net>
7331
7332 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7333 different face (Bug#8178).
7334
7335 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
7336
7337 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7338 defface (Bug#8144).
7339
7340 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7343 funcall as well (bug#8712). Warn when performing those conversions.
7344 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7345
7346 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7347
7348 2011-05-22 Glenn Morris <rgm@gnu.org>
7349
7350 * files.el (hack-local-variables-prop-line): Small simplifications.
7351 (hack-local-variables, hack-local-variables-prop-line):
7352 If MODE-ONLY, return the mode, rather than just `t'.
7353
7354 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7357
7358 2011-05-21 Glenn Morris <rgm@gnu.org>
7359
7360 * files.el (hack-local-variables-prop-line, hack-local-variables):
7361 If only interested in the mode, don't bother doing the other stuff.
7362
7363 * image-mode.el (image-after-revert-hook):
7364 Redraw all frames on which the image is visible. (Bug#8567)
7365
7366 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7367
7368 * wid-edit.el (widget-checklist-match-inline):
7369 Fix 2011-04-19 change. (Bug#8649)
7370
7371 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7374 Also allow singlespace after single-letter capitals followed by a dot.
7375
7376 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7377 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7378
7379 2011-05-20 Nix <nix@esperi.org.uk>
7380
7381 * files.el (basic-save-buffer-2):
7382 Fix handling of break-hardlink-on-save with non-existent files.
7383
7384 2011-05-19 Deniz Dogan <deniz@dogan.se>
7385
7386 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7387 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7388
7389 2011-05-19 Glenn Morris <rgm@gnu.org>
7390
7391 * progmodes/f90.el (f90-type-def-re):
7392 Handle "type, bind(c)". (Bug#8691)
7393
7394 * emacs-lisp/autoload.el (batch-update-autoloads):
7395 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7396
7397 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
7398
7399 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7400 property for the correct connection in case of multihops.
7401
7402 2011-05-18 Glenn Morris <rgm@gnu.org>
7403
7404 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7405 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7406
7407 Rationalize calendar handling of day and month abbrev-arrays.
7408 * calendar/calendar.el (calendar-customized-p): New function.
7409 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7410 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7411 Add :set function.
7412 (calendar-abbrev-length, calendar-day-abbrev-array)
7413 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7414 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7415 Elements may no longer be nil.
7416 (calendar-day-name, calendar-month-name):
7417 Update for changed nature of abbrev arrays.
7418 * calendar/diary-lib.el (diary-name-pattern):
7419 Update for changed nature of abbrev arrays.
7420 (diary-mark-entries-1): Update calendar-make-alist calls.
7421 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7422 * calendar/cal-html.el (cal-html-day-abbrev-array):
7423 Simply inherit from calendar-day-abbrev-array.
7424
7425 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * progmodes/grep.el (grep-mode): Disable default
7428 compilation-directory-matcher setting (bug#8684).
7429
7430 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
7431
7432 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7433 instead of "head" and "tail". There were problems with SunOS 5.9,
7434 and it performs better.
7435
7436 2011-05-17 Glenn Morris <rgm@gnu.org>
7437
7438 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7439
7440 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7441 Replace obsolete function.
7442
7443 * shell.el (pcomplete-parse-arguments-function): Declare.
7444
7445 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7446 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7447 (appt-check): Doc fixes.
7448 (appt-disp-window-function, appt-delete-window-function):
7449 Remove needless special case in custom :type.
7450 (appt-display-count): Default to 0, not nil.
7451 (appt-check): Reset appt-display-count to 0, not nil.
7452
7453 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
7454
7455 * progmodes/python.el (python-font-lock-keywords):
7456 Add the Python 3.X keyword "nonlocal" (bug#8639).
7457
7458 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7461
7462 2011-05-16 Kevin Ryde <user42@zip.com.au>
7463
7464 * info-look.el (makefile-automake-mode): New setups, looking in
7465 automake manual, then makefile-mode.
7466 (makefile-mode): Remove automake manual, have it just in
7467 makefile-automake-mode since there's various things different or
7468 not relevant to plain make.
7469 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7470 believe a hypothetical automake-mode would go to makefile-mode,
7471 not the other way around.
7472
7473 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7476 hunk-end tags (Bug#8672).
7477
7478 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7479 vc-annotate-show-diff-revision-at-line (Bug#8671).
7480
7481 2011-05-14 Glenn Morris <rgm@gnu.org>
7482
7483 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7484 in the middle of an existing one with multiple authors. (Bug#8645)
7485 (change-log-font-lock-keywords): Also handle multiple author lines
7486 with leading tabs. (Bug#8644)
7487
7488 * calendar/appt.el (appt-check): Rename some local variables.
7489 Some simplification/reordering.
7490
7491 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7492 (feedmail-sendmail-f-doesnt-sell-me-out)
7493 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7494 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7495 (feedmail-queue-runner-message-sender): Set :version.
7496 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7497 (bbdb-dwim-net-address, vm-mail): Declare.
7498 (feedmail-binmail-gnulinuxish-template):
7499 Rename from feedmail-binmail-linuxish-template.
7500 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7501 Use insert-buffer-substring.
7502
7503 2011-05-14 Bill Carpenter <bill@carpenter.org>
7504
7505 * mail/feedmail.el (feedmail-patch-level): Increase.
7506 (feedmail-debug): New custom group.
7507 (feedmail-confirm-outgoing-timeout)
7508 (feedmail-sendmail-f-doesnt-sell-me-out)
7509 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7510 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7511 (feedmail-sender-line, feedmail-from-line)
7512 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
7513 (feedmail-spray-this-address)
7514 (feedmail-spray-address-fiddle-plex-list)
7515 (feedmail-queue-use-send-time-for-date)
7516 (feedmail-queue-use-send-time-for-message-id)
7517 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7518 (feedmail-buffer-eating-function):
7519 Doc fixes.
7520 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7521 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7522 (feedmail-message-action-scroll-down): New functions.
7523 (feedmail-queue-directory, feedmail-queue-draft-directory):
7524 Use expand-file-name.
7525 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7526 Remove C-v help entry.
7527 (feedmail-queue-buffer-file-name): New variable.
7528 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7529 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7530 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7531 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7532 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7533 (feedmail-message-action-toggle-spray)
7534 (feedmail-run-the-queue-no-prompts)
7535 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7536 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7537 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7538 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7539 (feedmail-envelope-deducer, feedmail-fiddle-from)
7540 (feedmail-fiddle-sender, feedmail-default-date-generator)
7541 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7542 (feedmail-fiddle-spray-address)
7543 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7544 (feedmail-fiddle-list-of-fiddle-plexes)
7545 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7546 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7547 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7548 Change default. Doc fix.
7549 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7550 (feedmail-binmail-linuxish-template): New constant.
7551 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7552 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7553 (feedmail-send-it): Add debug call.
7554 Use feedmail-queue-buffer-file-name, and
7555 feedmail-send-it-immediately-wrapper.
7556 (feedmail-message-action-send): Add debug call.
7557 Use feedmail-send-it-immediately-wrapper.
7558 (feedmail-queue-express-to-queue): Add debug call.
7559 Run feedmail-queue-express-hook.
7560 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7561 (feedmail-message-action-help-blat):
7562 Rename from feedmail-queue-send-edit-prompt-help-first.
7563 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7564 Check line-endings. Handle errors better.
7565 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7566 Doc fix. Add debug call.
7567 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7568 Use feedmail-queue-send-edit-prompt-inner.
7569 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7570 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7571 from feedmail-queue-send-edit-prompt.
7572 (feedmail-queue-send-edit-prompt-help)
7573 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7574 (feedmail-tidy-up-slug): Add debug call.
7575 Respect feedmail-queue-slug-suspect-regexp.
7576 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7577 (feedmail-dump-message-to-queue): Add debug call.
7578 Expand queue-directory.
7579 (feedmail-dump-message-to-queue): Change message slightly.
7580 Use feedmail-say-chatter.
7581 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7582 (feedmail-send-it-immediately-wrapper): New function.
7583 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7584 Insert empty string rather than newline. Handle full-frame case.
7585 Use catch/throw. Use feedmail-say-chatter.
7586 (feedmail-fiddle-from): Try mail-host-address.
7587 (feedmail-default-message-id-generator): Doc fix.
7588 Bind system-time-locale. Handle missing end.
7589 (feedmail-fiddle-x-mailer): Add debug call.
7590 Handle feedmail-x-mailer-line being nil.
7591 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7592 Add debug call. Use buffer-substring-no-properties.
7593 (feedmail-say-debug, feedmail-say-chatter): New functions.
7594 (feedmail-find-eoh): Give an explicit error.
7595
7596 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
7597
7598 * net/newst-treeview.el (newsticker-treeview-face): Change default
7599 family from helvetica to sans.
7600 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7601 etc/images/newsticker.
7602
7603 * net/newst-reader.el (newsticker-feed-face): Change default
7604 family from helvetica to sans.
7605
7606 * net/newst-plainview.el (newsticker-new-item-face)
7607 (newsticker-old-item-face, newsticker-immortal-item-face)
7608 (newsticker-obsolete-item-face, newsticker-date-face)
7609 (newsticker-statistics-face): Change default family from
7610 helvetica to sans.
7611 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7612 etc/images/newsticker.
7613
7614 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7615 (newsticker--process-auto-mark-filter-match): : Tell user about
7616 auto-marking.
7617
7618 2011-05-13 Didier Verna <didier@xemacs.org>
7619
7620 Common Lisp indentation improvements on defmethod and lambda-lists.
7621 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7622 TODO entries.
7623 (lisp-lambda-list-keyword-parameter-indentation)
7624 (lisp-lambda-list-keyword-parameter-alignment)
7625 (lisp-lambda-list-keyword-alignment): New customizable user options.
7626 (lisp-indent-defun-method): Improve docstring.
7627 (extended-loop-p): Fix comment.
7628 (lisp-indent-lambda-list-keywords-regexp): New variable.
7629 (lisp-indent-lambda-list): New function.
7630 (lisp-indent-259): Use it.
7631 (lisp-indent-defmethod): Support for more than one
7632 method qualifier and properly indent methods lambda-lists.
7633 (defgeneric): Provide a missing common-lisp-indent-function property.
7634
7635 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7638 bounds for the empty string (bug#8667).
7639
7640 2011-05-13 Glenn Morris <rgm@gnu.org>
7641
7642 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7643
7644 * mail/sendmail.el (sendmail-program): Try executable-find first.
7645 (sendmail-send-it): `sendmail-program' cannot be unbound.
7646
7647 * calendar/appt.el (appt-make-list): Simplify.
7648 (appt-time-msg-list): Doc fix.
7649 (appt-check): Change mode-line message at the time of the appointment.
7650
7651 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7652
7653 * progmodes/ld-script.el (ld-script-keywords)
7654 (ld-script-builtins): Update keywords list.
7655
7656 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7659
7660 * shell.el (shell-completion-vars): New function.
7661 (shell-mode):
7662 * simple.el (read-shell-command): Use it.
7663 (blink-matching-open): No need for " [...]" in minibuffer-message.
7664
7665 2011-05-12 Glenn Morris <rgm@gnu.org>
7666
7667 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7668 (appt-check): Simplify.
7669
7670 2011-05-12 Eli Zaretskii <eliz@gnu.org>
7671
7672 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7673 literal "/dev/null".
7674
7675 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7678 Fix typo.
7679
7680 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
7681
7682 * progmodes/which-func.el (which-function):
7683 Use add-log-current-defun instead of add-log-current-defun-function,
7684 which might not be defined (Bug#8260).
7685
7686 2011-05-12 Glenn Morris <rgm@gnu.org>
7687
7688 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7689 Let byte-compile-initial-macro-environment always take precedence.
7690
7691 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * net/rcirc.el: Add support for SSL/TLS connections.
7694 (rcirc-server-alist): New field `encryption'.
7695 (rcirc): Check `encryption' settings.
7696 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7697 Merge make-local-variable into `set'.
7698 (rcirc--connection-open-p): New function.
7699 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7700 the process is not a network process (e.g. running gnutls-cli).
7701 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7702 Make rcirc-(en|de)code-coding-system local here.
7703 (rcirc-mode): Merge make-local-variable into `set'.
7704 (rcirc-parent-buffer): Make permanent buffer-local.
7705 (rcirc-multiline-minor-mode): Don't do it here.
7706 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7707 there's no server buffer.
7708
7709 2011-05-11 Glenn Morris <rgm@gnu.org>
7710
7711 * newcomment.el (comment-kill): Prefix "unused" local.
7712
7713 * term/w32console.el (get-screen-color): Declare.
7714
7715 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7716 Handle symbol elements of byte-compile-initial-macro-environment.
7717
7718 2011-05-10 Leo Liu <sdl.web@gmail.com>
7719
7720 * bookmark.el (bookmark-bmenu-mode-map):
7721 Bind bookmark-bmenu-search to `/'.
7722
7723 * mail/footnote.el: Convert to utf-8 encoding.
7724 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7725 (Footnote-unicode): New function.
7726 (footnote-style-alist): Add unicode style to the list.
7727 (footnote-style): Doc fix.
7728
7729 2011-05-10 Jim Meyering <meyering@redhat.com>
7730
7731 Fix doubled-word typos.
7732 * international/quail.el (quail-insert-kbd-layout): and and -> and
7733 * kermit.el: and and -> and
7734 * net/ldap.el (ldap-search-internal): to to -> to
7735 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7736 * progmodes/js.el (js-mode): and and -> and
7737 * textmodes/artist.el (artist-move-to-xy): at at -> at
7738 (artist-draw-region-trim-line-endings): if if -> if
7739 And Safetyc -> Safety.
7740 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7741
7742 2011-05-10 Glenn Morris <rgm@gnu.org>
7743 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * files.el (hack-one-local-variable-eval-safep):
7746 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7747
7748 2011-05-10 Glenn Morris <rgm@gnu.org>
7749
7750 * calendar/diary-lib.el (diary-list-entries-hook)
7751 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7752 (diary-nongregorian-marking-hook, diary-list-entries)
7753 (diary-include-other-diary-files, diary-mark-entries)
7754 (diary-mark-included-diary-files): Doc fixes.
7755
7756 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7757
7758 * misc.el: Require tabulated-list.el during compilation.
7759
7760 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * progmodes/compile.el (compilation-start):
7763 Run compilation-filter-hook for the async case too.
7764 (compilation-filter-hook): Doc fix.
7765
7766 2011-05-09 Deniz Dogan <deniz@dogan.se>
7767
7768 * wdired.el: Remove outdated installation comment. Fix usage
7769 comment.
7770
7771 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7772
7773 * misc.el: Implement new command `list-dynamic-libraries'.
7774 (list-dynamic-libraries--loaded-only-p): New variable.
7775 (list-dynamic-libraries--refresh): New function.
7776 (list-dynamic-libraries): New command.
7777
7778 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7779
7780 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7781 Fix the ant regexp to handle end-line and end-column info from jikes.
7782 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7783 higher priority to avoid clobbering by gnu.
7784
7785 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
7786
7787 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7788 if the face has existing theme settings (Bug#8454).
7789
7790 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7791
7792 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7793 Only match variables declared via `my' or `our' (Bug#8261).
7794
7795 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7796 special file names `.' and `..' (Bug#8259).
7797
7798 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
7799
7800 * progmodes/grep.el (grep-mode-font-lock-keywords):
7801 Remove buffer-changing entries.
7802 (grep-filter): New function.
7803 (grep-mode): Add it to compilation-filter-hook.
7804
7805 * progmodes/compile.el (compilation-filter-hook)
7806 (compilation-filter-start): New defvars.
7807 (compilation-filter): Call compilation-filter-hook prior to
7808 updating the process mark.
7809
7810 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7813
7814 2011-05-07 Eli Zaretskii <eliz@gnu.org>
7815
7816 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7817 mailclient-send-it even if window-system is nil. (Bug#8595)
7818
7819 * term/w32console.el (terminal-init-w32console):
7820 Call get-screen-color and use its output to set the frame
7821 background-mode. (Bug#8597)
7822
7823 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7826 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7827 New functions.
7828 (defgeneric, eieio--defmethod): Use them.
7829 (eieio-defgeneric): Remove.
7830 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7831
7832 2011-05-07 Glenn Morris <rgm@gnu.org>
7833
7834 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7835 Use let rather than let*.
7836 (timeclock-find-discrep): Remove unused local.
7837
7838 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7839
7840 * calendar/appt.el (appt-time-msg-list): Doc fix.
7841
7842 2011-05-06 Noah Friedman <friedman@splode.com>
7843
7844 * apropos.el (apropos-print-doc): Only use
7845 emacs-lisp-docstring-fill-column when it is bound to an integer,
7846 per that variable's documentation.
7847
7848 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
7851 and warnings are not silently discarded (e.g. use -d instead of -P).
7852
7853 2011-05-06 Glenn Morris <rgm@gnu.org>
7854
7855 * calendar/appt.el (appt-message-warning-time): Doc fix.
7856 (appt-warning-time-regexp): New option.
7857 (appt-make-list): Respect appt-message-warning-time.
7858
7859 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7860 New options.
7861 (diary-add-to-list): Strip comments from the displayed string.
7862 (diary-mode): Set comment-start and comment-end.
7863
7864 * vc/diff-mode.el (smerge-refine-subst): Declare.
7865 (diff-refine-hunk): Don't require smerge-mode when compiling.
7866
7867 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
7868
7869 * simple.el (list-processes): Return nil as the docstring says.
7870
7871 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
7872
7873 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7874 to "".
7875 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7876 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7877 determining of binary transfer. (Bug#7383)
7878
7879 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
7880
7881 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7882 Fix port computation bug. (Bug#8618)
7883
7884 2011-05-05 Glenn Morris <rgm@gnu.org>
7885
7886 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7887
7888 * simple.el (shell-dynamic-complete-functions)
7889 (comint-dynamic-complete-functions): Declare.
7890
7891 * net/network-stream.el (gnutls-negotiate):
7892 * simple.el (tabulated-list-print): Fix declarations.
7893
7894 * progmodes/gud.el (syntax-symbol, syntax-point):
7895 Remove unnecessary and incorrect declarations.
7896
7897 * emacs-lisp/check-declare.el (check-declare-scan):
7898 Handle byte-compile-initial-macro-environment in bytecomp.el
7899
7900 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 Fix earlier half-done eieio-defmethod change (bug#8338).
7903 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7904 Streamline and change calling convention.
7905 (defmethod): Adjust accordingly and simplify.
7906 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7907 new eieio--defmethod.
7908 (slot-boundp): Minor CSE simplification.
7909
7910 2011-05-05 Milan Zamazal <pdm@zamazal.org>
7911
7912 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7913 (glasses-make-readable): Use glasses-separate-capital-groups.
7914
7915 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
7916
7917 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7918 (warning-series): Doc fix.
7919 (display-warning): Don't try to create the buffer if we just found it.
7920
7921 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
7922
7923 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7924 (autoload-find-generated-file): New function.
7925 (generate-file-autoloads): Bind generated-autoload-file to
7926 buffer-file-name.
7927 (update-file-autoloads, update-directory-autoloads):
7928 Use autoload-find-generated-file. If called interactively, prompt for
7929 output file (Bug#7989).
7930 (batch-update-autoloads): Doc fix.
7931
7932 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7935
7936 2011-05-04 Glenn Morris <rgm@gnu.org>
7937
7938 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7939 function, so it follows changes in calendar-date-style.
7940 (diary-fancy-date-matcher): New function.
7941 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7942 (diary-fancy-font-lock-fontify-region-function):
7943 Use diary-fancy-date-pattern as a function.
7944
7945 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7946 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7947
7948 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7949
7950 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7951 instead of positional arguments. Allow :keylist and :crlfiles
7952 arguments.
7953 (open-gnutls-stream): Call it.
7954
7955 * net/network-stream.el (network-stream-open-starttls): Adjust to
7956 call `gnutls-negotiate' with :process and :hostname arguments.
7957
7958 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * minibuffer.el (completion--message): New function.
7961 (completion--do-completion, minibuffer-complete)
7962 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7963 (completion--do-completion): Don't ignore completion-auto-help when in
7964 icomplete-mode.
7965
7966 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7967 internal encoding (e.g. tibetan zero is not whitespace).
7968 (global-whitespace-mode): Prefer save-current-buffer.
7969 (whitespace-trailing-regexp): Remove useless save-match-data.
7970 (whitespace-empty-at-bob-regexp): Minor simplification.
7971
7972 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
7973
7974 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7975
7976 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7977
7978 * textmodes/ispell.el (ispell-add-per-file-word-list):
7979 Use `concat' to create string for insertion.
7980
7981 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7984 Avoid open-line which runs post-self-insert-hook.
7985 (bibtex-fill-entry): Remove unused `end' var.
7986
7987 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7988
7989 * textmodes/ispell.el (ispell-add-per-file-word-list):
7990 Protect against `nil' value of `comment-start' (Bug#8579).
7991
7992 2011-05-03 Leo Liu <sdl.web@gmail.com>
7993
7994 * isearch.el (isearch-yank-pop): New command.
7995 (isearch-mode-map): Bind it to `M-y'.
7996 (isearch-forward): Mention it.
7997
7998 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7999
8000 * simple.el (minibuffer-complete-shell-command): Remove.
8001 (minibuffer-local-shell-command-map): Use completion-at-point.
8002 (read-shell-command): Setup completion vars here instead.
8003 (read-expression-map): Bind TAB to symbol completion.
8004
8005 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8006 error directly rather via storing it into `results'.
8007
8008 2011-05-02 Leo Liu <sdl.web@gmail.com>
8009
8010 * vc/diff.el: Fix description.
8011
8012 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8013
8014 * server.el (server-eval-at): New function.
8015
8016 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8017
8018 * net/network-stream.el (open-network-stream): Take a :nowait
8019 parameter and pass it on to `make-network-process'.
8020 (network-stream-open-plain): Ditto.
8021
8022 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8023
8024 * faces.el (face-spec-set-match-display): Don't match toolkit
8025 options on terminal frames.
8026
8027 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * progmodes/pascal.el: Use lexical binding.
8030 (pascal-mode-map): Remove author preferences.
8031
8032 * pcomplete.el (pcomplete-std-complete): Don't abuse
8033 completion-at-point.
8034
8035 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8036
8037 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8038 removing code that has been dead since 1991 or so.
8039
8040 * startup.el (command-line): When warning about "_emacs", use a
8041 delayed warning to allow the user to filter it out.
8042
8043 2011-04-28 Deniz Dogan <deniz@dogan.se>
8044
8045 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8046 user has not joined.
8047
8048 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8051 aren't any completions at point.
8052
8053 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8054
8055 * subr.el (display-delayed-warnings): New function.
8056 (delayed-warnings-hook): New variable.
8057
8058 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * minibuffer.el (completion-at-point, completion-help-at-point):
8061 Don't presume that a given completion-at-point-function will always
8062 use the same calling convention.
8063
8064 * pcomplete.el (pcomplete-completions-at-point):
8065 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8066 pcomplete-seen is non-nil.
8067 (pcomplete-comint-setup): Also recognize the new comint/shell
8068 completion functions.
8069 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8070 pcomplete-seen is non-nil.
8071
8072 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
8073
8074 * calendar/icalendar.el (diary-lib): Add require statement.
8075 (icalendar--create-uid): Read out a uid from a text-property on
8076 the first character in the entry. This allows for code to add its
8077 own uid to the entry.
8078 (icalendar--convert-float-to-ical): Add export of
8079 `diary-float'-entries save for those with the optional DAY
8080 argument.
8081
8082 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8083
8084 * subr.el (shell-quote-argument): Use alternate escaping strategy
8085 when we spot a variable reference in a string.
8086
8087 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8088
8089 * cus-start.el (all): Define customization for debug-on-event.
8090
8091 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8092
8093 * subr.el (shell-quote-argument): Escape correctly under Windows.
8094
8095 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8098
8099 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
8100
8101 * net/tramp.el (tramp-process-actions): Add POS argument.
8102 Delete region between POS and (pos).
8103
8104 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8105 Use `nil' position in `tramp-process-actions' call.
8106 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8107
8108 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8109 position in `tramp-process-actions' call.
8110
8111 * net/trampver.el: Update release number.
8112
8113 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * custom.el (defcustom): Obey lexical-binding.
8116
8117 Fix octave-inf completion problems reported by Alexander Klimov.
8118 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8119 Inherit from octave-mode-syntax-table.
8120 (inferior-octave-mode): Set info-lookup-mode.
8121 (inferior-octave-completion-at-point): New function.
8122 (inferior-octave-complete): Use it and completion-in-region.
8123 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8124 comint-filename-completion.
8125 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8126 symbol elements which shouldn't be word elements.
8127 (octave-font-lock-keywords, octave-beginning-of-defun)
8128 (octave-function-header-regexp): Adjust regexps accordingly.
8129 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8130
8131 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
8132
8133 * net/gnutls.el (gnutls-errorp): Declare before first use.
8134
8135 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8136
8137 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8138 verify-error, and verify-hostname-error parameters. Check whether
8139 default trustfile exists before going to use it. Add missing
8140 argument to gnutls-message-maybe call. Return value.
8141 Reported by Claudio Bley <claudio.bley@gmail.com>.
8142 (open-gnutls-stream): Add usage example.
8143
8144 * net/network-stream.el (network-stream-open-starttls): Give host
8145 parameter to `gnutls-negotiate'.
8146 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8147 * subr.el (shell-quote-argument): Escape correctly under Windows.
8148
8149 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
8150
8151 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8152 Use correct match group (bug#8438).
8153
8154 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8157 (package-menu--generate): New arg specifying packages to show.
8158 (package-menu-refresh, package-menu-execute, list-packages):
8159 Callers changed.
8160 (package-show-package-list): New function, replacing deleted
8161 package--list-packages (renamed because it is non-internal).
8162
8163 * finder.el (finder-list-matches): Use package-show-package-list
8164 instead of deleted package--list-packages.
8165
8166 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8167 Based on a previous implementation by Juanma Barranquero (Bug#8366).
8168 (vc-annotate-mode-map): Bind it to RET.
8169
8170 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8171
8172 * progmodes/etags.el (next-file): Don't use set-buffer to change
8173 buffers (Bug#8478).
8174
8175 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8176
8177 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8178
8179 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8180 (apropos-accumulator): Doc fix.
8181 (apropos-function, apropos-macro, apropos-command)
8182 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8183 (apropos-plist): Add face property.
8184 (apropos-symbols-internal): Fix indentation.
8185 (apropos-print): Simplify help, and recognize apropos-multi-type.
8186 (apropos-print-doc): Use button-type-get to extract the button's
8187 face property. Fill docstring (Bug#8352).
8188
8189 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
8190
8191 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8192
8193 * play/mpuz.el (mpuz-silent): Doc fix.
8194 (mpuz-mode-map): Use mapc.
8195 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8196 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8197 Fix typos in docstrings.
8198
8199 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8200 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8201
8202 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8203
8204 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
8205
8206 * minibuffer.el (completion--do-completion): Avoid the "Next char
8207 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8208
8209 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8210 mouse-2 into unread-command-events, it is interpreted correctly.
8211
8212 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8213 (image-toggle-display): Doc fix.
8214
8215 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
8216
8217 * textmodes/page.el (what-page): Use line-number-at-pos to
8218 calculate line number (Bug#6825).
8219
8220 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8221
8222 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8223 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8224 Pass argument NO-DEFAULT to `find-tag-interactive'.
8225
8226 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8227
8228 Lexical-binding cleanup.
8229
8230 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8231 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8232 * progmodes/ada-prj.el (ada-prj-initialize-values)
8233 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8234 (ada-prj-show-value):
8235 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8236 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8237 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8238 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8239 * progmodes/bug-reference.el (bug-reference-push-button):
8240 * progmodes/fortran.el (fortran-line-length):
8241 * progmodes/glasses.el (glasses-change):
8242 * progmodes/octave-mod.el (octave-fill-paragraph):
8243 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8244 (python-pdbtrack-grub-for-buffer, python-sentinel):
8245 * progmodes/sql.el (sql-save-connection):
8246 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8247 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8248 Mark unused parameters.
8249
8250 * progmodes/compile.el (compilation--flush-directory-cache)
8251 (compilation--flush-parse, compile-internal): Mark unused parameters.
8252 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8253 (compilation-next-error-function): Remove unused variable `timestamp'.
8254
8255 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8256 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8257
8258 * progmodes/dcl-mode.el (dcl-end-of-command):
8259 Remove unused variable `start'.
8260 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8261 (dcl-option-value-basic, dcl-option-value-offset)
8262 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8263 Mark unused parameters.
8264 (dcl-save-local-variable): Remove unused variable `val'.
8265 (mode): Declare.
8266
8267 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8268 Mark unused parameters.
8269 (delphi-ignore-changes): Move before first use.
8270 (delphi-charset-token-at): Remove unused variable `start'.
8271 (delphi-else-start): Remove unused variable `if-count'.
8272 (delphi-comment-block-start, delphi-comment-block-end):
8273 Remove unused variable `kind'.
8274 (delphi-indent-line): Remove unused variable `new-point'.
8275
8276 * progmodes/ebrowse.el (ebrowse-files-list)
8277 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8278 Mark unused parameters. Don't quote `lambda'.
8279 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8280 Don't quote `lambda'.
8281 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8282 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8283 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8284 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8285 Use `ignore-errors'.
8286 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8287 (ebrowse-view/find-file-and-search-pattern)
8288 (ebrowse-view/find-member-declaration/definition):
8289 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8290 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8291 Rename parameter PREFIX-ARG to PREFIX.
8292 (ebrowse-tags-read-name): Remove unused variables `start' and
8293 `member-info'.
8294 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8295 to `tags-file'.
8296
8297 * progmodes/etags.el (local-find-tag-hook): Declare.
8298 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8299 Mark unused parameters.
8300
8301 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8302 (executable-interpret): Mark unused parameter.
8303
8304 * progmodes/flymake.el (flymake-process-sentinel)
8305 (flymake-after-change-function)
8306 (flymake-create-temp-with-folder-structure)
8307 (flymake-get-include-dirs-dot): Mark unused parameters.
8308 (flymake-safe-delete-directory): Remove unused variable `err'.
8309
8310 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8311 (speedbar-timer-fn, speedbar-line-text)
8312 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8313 (speedbar-center-buffer-smartly): Declare functions.
8314 (gdb-find-watch-expression): Remove unused variable `array'.
8315 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8316 (gdb-starting): Mark unused parameters.
8317 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8318 (gdb-table-string): Remove unused variable `res'.
8319 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8320 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8321 (gdb-display-buffer): Remove unused variable `cur-size'.
8322
8323 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8324 allow lexical-binding compilation.
8325 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8326 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8327 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8328 Mark unused parameters.
8329 (gud-gdb-marker-filter): Remove unused variable `match'.
8330 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8331 lambda expressions and funcall them, instead of using `fset'.
8332
8333 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8334 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8335
8336 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8337 variable `header-beg'; use `let'.
8338
8339 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8340 `restart', `last-sexp' and `at-do'.
8341
8342 * progmodes/js.el (js--debug): Mark unused parameter.
8343 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8344 (js--splice-into-items): Remove unused variable `item'.
8345 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8346
8347 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8348 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8349 (makefile-complete): Remove unused variable `try'.
8350 (makefile-fill-paragraph, makefile-match-function-end):
8351 Mark unused parameters.
8352
8353 * progmodes/octave-inf.el (inferior-octave-complete):
8354 Remove unused variable `proc'.
8355 (inferior-octave-output-digest): Mark unused parameter.
8356
8357 * progmodes/perl-mode.el (perl-calculate-indent):
8358 Remove unused variable `err'.
8359
8360 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8361 (prolog-indent-line): Mark unused parameters.
8362 (prolog-indent-line): Remove unused variable `beg'.
8363
8364 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8365 (reporter-dont-compact-list): Declare.
8366
8367 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8368 Remove unused variable `char'.
8369 (sh-debug): Mark unused parameter.
8370 (sh-get-indent-info): Remove unused variable `start'.
8371 (sh-calculate-indent): Remove unused variable `var'.
8372
8373 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8374 (simula-electric-keyword): Remove unused variable `null'.
8375 (simula-search-backward, simula-search-forward): Remove unused
8376 variables `begin' and `end'.
8377
8378 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8379 Remove unused variable `pos'.
8380 (vera-electric-tab, vera-comment-uncomment-region):
8381 Mark unused parameters.
8382 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8383
8384 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
8385
8386 * emacs-lisp/package.el (package--builtins, package-alist)
8387 (package-load-descriptor, package-built-in-p, package-activate)
8388 (define-package, package-installed-p)
8389 (package-compute-transaction, package-buffer-info)
8390 (package--push): Doc fix. Distinguish more clearly between
8391 version strings and version lists.
8392
8393 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
8394
8395 Lexical-binding cleanup.
8396
8397 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8398 (5x5-make-mutate-best):
8399 * play/fortune.el (fortune-in-buffer):
8400 * play/gomoku.el (gomoku-init-display):
8401 * play/solitaire.el (solitaire, solitaire-do-check):
8402 * play/tetris.el (tetris-default-update-speed-function):
8403 Mark unused parameters.
8404
8405 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8406 (bubbles--shift): Remove unused variable `char-org'.
8407 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8408 (bubbles--show-images): Remove unused variable `char'.
8409
8410 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8411 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8412 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8413 (decipher-analyze-buffer): Use ?\s.
8414 (decipher-make-checkpoint): Remove unused variable `mapping'.
8415
8416 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8417
8418 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8419 Remove unused variable `result'; use `let'.
8420
8421 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8422 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8423 (gametree-children-shown-p, gametree-compute-reduced-score):
8424 Use `ignore-errors'.
8425
8426 * play/handwrite.el (ps-lpr-switches): Declare.
8427 (handwrite): Remove unused variables `pmin' and `lastp'.
8428
8429 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8430
8431 * play/landmark.el (landmark-init-display)
8432 (landmark-update-naught-weights): Mark unused parameters.
8433 (landmark-y): Remove unused variable `noise'. Simplify.
8434 (landmark-human-plays): Remove unused variable `score'.
8435
8436 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8437 (mpuz-try-proposal): Remove unused variable `game'.
8438
8439 * play/zone.el (life-patterns): Declare.
8440
8441 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
8442
8443 * vc/vc.el (ediff-vc-internal): Declare function.
8444
8445 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * shell.el: Use lexical-binding and std completion UI.
8448 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8449 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8450 comint-preoutput-filter-functions rather than on
8451 comint-output-filter-functions.
8452 (shell-command-completion, shell--command-completion-data)
8453 (shell-filename-completion, shell-environment-variable-completion)
8454 (shell-c-a-p-replace-by-expanded-directory): New functions.
8455 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8456 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8457 (shell-dynamic-complete-environment-variable): Use them.
8458 (shell-dynamic-complete-as-environment-variable)
8459 (shell-dynamic-complete-as-command): Remove.
8460 (shell-match-partial-variable): Match past point.
8461 * comint.el: Clean up use of completion-at-point-functions.
8462 (comint-completion-at-point): New function.
8463 (comint-mode): Use it completion-at-point-functions.
8464 (comint-dynamic-complete): Make it obsolete.
8465 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8466 (comint-c-a-p-replace-by-expanded-history): New function.
8467 (comint-dynamic-complete-functions)
8468 (comint-replace-by-expanded-history): Use it.
8469 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8470 termination strings. Try harder to avoid second try-completion.
8471 (completion-in-region-mode-map): Disable bindings that don't work yet.
8472
8473 * comint.el: Use lexical-binding. Require CL.
8474 (comint-dynamic-complete-functions): Use comint-filename-completion.
8475 (comint-completion-addsuffix): Tweak custom type.
8476 (comint-filename-completion, comint--common-suffix)
8477 (comint--common-quoted-suffix, comint--table-subvert)
8478 (comint--complete-file-name-data): New functions.
8479 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8480 (comint-dynamic-list-filename-completions): Use them.
8481 (comint-dynamic-simple-complete): Make obsolete.
8482
8483 * minibuffer.el (completion-in-region-mode):
8484 Keep completion-in-region-mode--predicate global.
8485 (completion-in-region--postch):
8486 Assume completion-in-region-mode--predicate is not null.
8487
8488 * progmodes/flymake.el (flymake-start-syntax-check-process):
8489 Obey `dir'. Simplify.
8490
8491 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8492 we're in VC after all.
8493
8494 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8495
8496 * vc/vc.el (vc-diff-build-argument-list-internal)
8497 (vc-version-ediff, vc-ediff): New commands.
8498 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8499
8500 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8503 add sanity check.
8504
8505 * obsolete/erc-hecomplete.el: Make obsolete.
8506 * obsolete/: Standardize obsolescence info in the header.
8507
8508 2011-04-20 Glenn Morris <rgm@gnu.org>
8509
8510 * calendar/solar.el (solar-horizontal-coordinates):
8511 Use the longitude argument rather than `calendar-longitude'.
8512 (solar-date-next-longitude): Remove unused locals.
8513
8514 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8515
8516 * whitespace.el: New version 13.2.1.
8517
8518 2011-04-20 felix <EmacsWiki> (tiny change)
8519
8520 * whitespace.el (global-whitespace-mode): Keep highlight when
8521 switching between major modes on a file.
8522
8523 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8526 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8527 multi-line comments as well.
8528
8529 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
8530
8531 Lexical-binding cleanup.
8532
8533 * arc-mode.el (archive-mode-revert):
8534 * cmuscheme.el (scheme-interactively-start-process):
8535 * custom.el (custom-initialize-delay):
8536 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8537 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8538 * emacs-lock.el (emacs-lock-clear-sentinel):
8539 * ezimage.el (defezimage):
8540 * follow.el (follow-avoid-tail-recenter):
8541 * fringe.el (set-fringe-mode-1):
8542 * generic-x.el (bat-generic-mode-compile):
8543 * help-mode.el (help-info-variable, help-do-xref)
8544 (help-mode-revert-buffer):
8545 * help.el (view-emacs-todo):
8546 * iswitchb.el (iswitchb-completion-help):
8547 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8548 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8549 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8550 * locate.el (locate-update):
8551 * longlines.el (longlines-encode-region)
8552 (longlines-after-change-function):
8553 * outline.el (outline-isearch-open-invisible):
8554 * ps-def.el (declare-function, charset-dimension, char-width)
8555 (encode-char):
8556 * ps-mule.el (ps-mule-plot-string):
8557 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8558 (recentf-edit-list-select, recentf-edit-list-validate)
8559 (recentf-open-files-action):
8560 * rect.el (delete-whitespace-rectangle-line)
8561 (rectangle-number-line-callback):
8562 * register.el (window-configuration-to-register)
8563 (frame-configuration-to-register):
8564 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8565 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8566 (xselect-convert-to-targets, xselect-convert-to-delete)
8567 (xselect-convert-to-filename, xselect-convert-to-charpos)
8568 (xselect-convert-to-lineno, xselect-convert-to-colno)
8569 (xselect-convert-to-os, xselect-convert-to-host)
8570 (xselect-convert-to-user, xselect-convert-to-class)
8571 (xselect-convert-to-name, xselect-convert-to-integer)
8572 (xselect-convert-to-atom, xselect-convert-to-identity):
8573 * subr.el (declare, ignore, process-kill-without-query)
8574 (text-clone-maintain):
8575 * terminal.el (te-get-char, te-tic-sentinel):
8576 * tool-bar.el (tool-bar-make-keymap):
8577 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8578 * type-break.el (type-break-mode, type-break-noninteractive-query):
8579 * view.el (View-back-to-mark):
8580 * wid-browse.el (widget-browse-action, widget-browse-widget)
8581 (widget-browse-widgets, widget-browse-sexp):
8582 * widget.el (define-widget-keywords):
8583 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8584 Mark unused parameters.
8585
8586 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8587 (align-areas): Remove unused variable `look'.
8588 (align-region): Remove unused variables `real-end' and `pos-list'.
8589
8590 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8591
8592 * bindings.el (mode-line-modified, mode-line-remote):
8593 Mark unused parameters.
8594 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8595
8596 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8597 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8598
8599 * comint.el (comint-history-isearch-pop-state)
8600 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8601 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8602 (comint-substitute-in-file-name): Doc fix.
8603
8604 * completion.el (cmpl-statistics-block): Mark unused parameter.
8605 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8606 (save-completions-to-file, load-completions-from-file):
8607 Remove unused local variable `e'.
8608
8609 * composite.el (compose-chars): Remove unused variable `len'.
8610 (lgstring-insert-glyph): Remove unused variable `g'.
8611 (compose-glyph-string): Remove unused variables `ascent',
8612 `descent', `lbearing' and `rbearing'.
8613 (compose-glyph-string-relative): Remove unused variables
8614 `lbearing', `rbearing' and `wadjust'.
8615 (compose-gstring-for-graphic): Remove unused variables `header',
8616 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8617 (compose-gstring-for-terminal): Remove unused variables `header'
8618 and `nchars'. Use `let', not `let*'.
8619
8620 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8621 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8622 (Custom-buffer-done, custom-buffer-create-internal)
8623 (custom-browse-visibility-action, custom-browse-group-tag-action)
8624 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8625 (widget-magic-mouse-down-action, custom-toggle-parent)
8626 (custom-add-parent-links, custom-toggle-hide-variable)
8627 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8628 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8629 (custom-face-menu-create, custom-variable-menu-create, get)
8630 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8631 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8632 (customize-apropos): Remove unused variable `tests'.
8633 (custom-group-value-create): Remove unused variable `hidden-p'.
8634 (sort-fold-case): Declare.
8635
8636 * cus-theme.el (custom-reset-standard-faces-list)
8637 (custom-reset-standard-variables-list): Declare.
8638 (customize-create-theme, custom-theme-revert, custom-theme-write)
8639 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8640 Mark unused parameters.
8641
8642 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8643
8644 * delim-col.el (delimit-columns-max): Move defvar before first use.
8645
8646 * descr-text.el (describe-char-categories): Don't quote `lambda'.
8647 (describe-char): Don't quote `lambda'. Mark unused parameter.
8648
8649 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8650 (auto-insert): Declare.
8651 (desktop-restore-file-buffer): Rename desktop-* parameters;
8652 mark unused ones.
8653 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8654 (desktop-buffer): Rename desktop-* parameters.
8655
8656 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8657 (dframe-reposition-frame-xemacs, dframe-help-echo)
8658 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8659 Mark unused parameters.
8660
8661 * dired-aux.el (backup-extract-version-start, overwrite-query)
8662 (overwrite-backup-query, rename-regexp-query)
8663 (rename-non-directory-query): Declare.
8664 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8665 (dired-add-entry): Remove unused variable `orig-file-name'.
8666 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8667 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8668 `dired-copy-preserve-time' directly.
8669 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8670 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8671
8672 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8673 (dired-virtual-revert, dired-make-relative-symlink):
8674 Mark unused parameters.
8675 (manual-program): Declare.
8676 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8677 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8678 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8679
8680 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8681
8682 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8683
8684 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8685 Declare.
8686
8687 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8688
8689 * electric.el (Electric-command-loop): Rename parameter
8690 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8691
8692 * expand.el (expand-in-literal): Remove unused variable `here'.
8693
8694 * facemenu.el (facemenu-add-new-color):
8695 Remove unused variable `docstring'.
8696
8697 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8698 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8699 (face-attr-construct): Mark unused parameter. Doc fix.
8700 (read-color): Remove unused variable `hex-string'.
8701
8702 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8703 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8704 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8705 (display-buffer-other-frame): Remove unused variable `old-window'.
8706 (kill-buffer-hook): Declare.
8707 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8708 Mark unused parameters.
8709 (after-find-file): Pass 1 to `auto-save-mode', not t.
8710
8711 * files-x.el (auto-insert): Declare.
8712 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8713
8714 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8715 variable `buf'. Mark unused parameter.
8716 (find-lisp-insert-directory): Mark unused parameter.
8717
8718 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8719 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8720 (format-common-tail): Remove, unused.
8721 (format-deannotate-region): Remove unused variable `loc'.
8722 (format-annotate-region): Remove unused variable `p'.
8723 (format-annotate-single-property-change): Remove unused variables
8724 `default' and `tail'.
8725
8726 * forms.el (read-file-filter): Declare.
8727 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8728
8729 * frame.el (frame-creation-function-alist): Mark unused parameter.
8730 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8731
8732 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8733 Remove unused parameters.
8734 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8735 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8736
8737 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8738 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8739 (hfy-prepare-tag-map): Mark unused parameters.
8740 (htmlfontify-buffer): Use `called-interactively-p'.
8741
8742 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8743 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8744 (ibuffer-do-occur): Mark unused parameters.
8745 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8746 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8747
8748 * ibuffer.el: Don't quote `lambda'.
8749 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8750 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8751 Mark unused parameters.
8752
8753 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8754 (ido-completing-read): Mark unused parameters.
8755 (ido-copy-current-word): Mark unused parameters;
8756 remove unused variable `name'.
8757 (ido-sort-merged-list): Remove unused parameter `dirs'.
8758
8759 * ielm.el (ielm-input-sender): Mark unused parameter.
8760 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8761 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8762 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8763 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8764 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8765
8766 * image-dired.el (image-dired-display-thumbs): Remove unused
8767 variables `curr-file' and `count'.
8768 (image-dired-remove-tag): Remove unused variable `start'.
8769 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8770 variable `curr-file'
8771 (image-dired-rotate-original): Remove unused variable `temp-file'.
8772 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8773 Remove unused variable `file'.
8774 (image-dired-gallery-generate): Remove unused variable `curr'.
8775 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8776
8777 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8778
8779 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8780
8781 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8782
8783 * isearch.el (minibuffer-history-symbol): Declare.
8784 (isearch-edit-string): Remove unused variable `err'.
8785 (isearch-message-prefix, isearch-message-suffix):
8786 Mark unused parameters.
8787
8788 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8789
8790 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8791
8792 * makesum.el (double-column): Remove unused variable `cnt'.
8793
8794 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8795 (ido-ignore-item-temp-list): Declare.
8796
8797 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8798 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8799 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8800 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8801 `mouse-col-delta'.
8802
8803 * mouse-sel.el (mouse-extend-internal):
8804 Remove unused variable `orig-window-frame'.
8805
8806 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8807 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8808 Move declarations before first use.
8809 (pcomplete-opt): Mark unused parameters; doc fix.
8810
8811 * proced.el (proced-revert): Mark unused parameter.
8812 (proced-send-signal): Remove unused variable `err'.
8813
8814 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8815 Rename parameter PREFIX-ARG to ARG.
8816 (ps-basic-plot-string, ps-basic-plot-whitespace):
8817 Mark unused parameters.
8818
8819 * replace.el (replace-count): Define.
8820 (occur-revert-function): Mark unused parameters.
8821 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8822 (isearch-case-fold-search, isearch-string): Declare.
8823 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8824 bind `case-fold-search'. Remove unused variables `beg' and `end',
8825 and simplify.
8826 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8827 COUNT and bind `replace-count'.
8828 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8829 to COUNT.
8830
8831 * savehist.el (print-readably, print-string-length): Declare.
8832
8833 * shadowfile.el (shadow-expand-cluster-in-file-name):
8834 Remove unused variable `cluster'.
8835 (shadow-copy-file): Remove unused variable `i'.
8836 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8837 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8838 (shadow-define-literal-group, shadow-define-regexp-group)
8839 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8840
8841 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8842 (shell): Use `called-interactively-p'.
8843 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8844
8845 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8846 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8847 (delete-backward-char): Remove unused variable `ocol'.
8848 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8849 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8850 (event-apply-hyper-modifier, event-apply-shift-modifier)
8851 (event-apply-control-modifier, event-apply-meta-modifier):
8852 Mark unused parameters.
8853 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8854 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8855
8856 * speedbar.el (speedbar-ignored-directory-expressions)
8857 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8858 (speedbar-find-file, speedbar-dir-follow)
8859 (speedbar-directory-buttons-follow, speedbar-tag-find)
8860 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8861 (speedbar-buffers-line-directory, speedbar-buffer-click):
8862 Mark unused parameters.
8863 (speedbar-tag-file): Remove unused variable `mode'.
8864 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8865
8866 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8867
8868 * talk.el (talk): Remove unused variable `display'.
8869
8870 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8871 (tar-write-region-annotate): Mark unused parameter.
8872
8873 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8874 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8875 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8876 warning by another.
8877
8878 * time-stamp.el (time-stamp-string-preprocess):
8879 Remove unused variable `require-padding'.
8880
8881 * tree-widget.el (widget-glyph-enable): Declare.
8882 (tree-widget-action): Mark unused parameter.
8883
8884 * w32-fns.el (x-get-selection): Mark unused parameter.
8885 (autoload-make-program, generated-autoload-file): Declare.
8886
8887 * wdired.el (wdired-revert): Mark unused parameters.
8888 (wdired-xcase-word): Remove unused variable `err'.
8889
8890 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8891 (whitespace-help-scroll): Remove unused variable `data-help'.
8892
8893 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8894 (widget-image-insert, widget-after-change, default)
8895 (widget-default-format-handler, widget-default-notify)
8896 (widget-default-prompt-value, widget-info-link-action)
8897 (widget-url-link-action, widget-function-link-action)
8898 (widget-variable-link-action, widget-file-link-action)
8899 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8900 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8901 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8902 (widget-insert-button-action, widget-delete-button-action, visibility)
8903 (widget-documentation-link-action, widget-documentation-string-action)
8904 (widget-const-prompt-value, widget-regexp-match, symbol)
8905 (widget-coding-system-prompt-value)
8906 (widget-key-sequence-value-to-external, sexp)
8907 (widget-sexp-value-to-internal, character, vector, cons)
8908 (widget-choice-prompt-value, widget-boolean-prompt-value)
8909 (widget-color--choose-action): Mark unused parameters.
8910 (widget-item-match-inline, widget-choice-match-inline)
8911 (widget-checklist-match, widget-checklist-match-inline)
8912 (widget-group-match): Rename parameter VALUES to VALS.
8913 (widget-field-value-set): Remove unused variable `size'.
8914 (widget-color-action): Remove unused variables `value' and `start'.
8915
8916 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
8917 variable `dir'. Doc fix.
8918 (windmove-find-other-window): Don't pass it.
8919
8920 * window.el (count-windows): Mark unused parameter.
8921 (bw-adjust-window): Remove unused variable `err'.
8922
8923 * woman.el (woman-file-name): Remove unused variable `default'.
8924 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8925 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8926 (global-font-lock-mode): Declare.
8927 (woman-decode-region): Mark unused parameter.
8928 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8929
8930 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8931 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8932 (x-dnd-handle-moz-url): Remove unused variable `title'.
8933 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8934
8935 * xml.el (xml-parse-tag, xml-parse-attlist):
8936 Remove unused variable `pos'.
8937
8938 2011-04-19 Glenn Morris <rgm@gnu.org>
8939
8940 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8941 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8942 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8943 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8944 * calendar/cal-html.el (cal-html-insert-minical):
8945 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8946 (calendar-mark-date-pattern):
8947 Prefix "unused" locals.
8948
8949 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8950 optional argument `style'.
8951
8952 * calendar/appt.el (appt-make-list):
8953 * calendar/cal-china.el (calendar-chinese-date-string):
8954 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8955 (diary-hebrew-yahrzeit):
8956 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8957 * calendar/calendar.el (calendar-generate-window):
8958 * calendar/time-date.el (time-to-days):
8959 Remove unused local variables.
8960
8961 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8964 glyphless-char-display table.
8965 (tabulated-list-glyphless-char-display): New var.
8966
8967 2011-04-18 Sam Steingold <sds@gnu.org>
8968
8969 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8970 to acknowledgments.
8971
8972 2011-04-17 Glenn Morris <rgm@gnu.org>
8973
8974 * calendar/diary-lib.el (diary-sexp-entry):
8975 * calendar/holidays.el (holiday-sexp):
8976 Set debug-on-error rather than the removed stack-trace-on-error.
8977
8978 2011-04-16 Glenn Morris <rgm@gnu.org>
8979
8980 * progmodes/f90.el: Use lexical-binding.
8981 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8982
8983 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8986 (mail-mode): Setup mailalias completion here instead.
8987 * mail/mailalias.el: Use lexical-binding.
8988 (pattern, mailalias-done): Declare dynamic.
8989 (mail-completion-at-point-function): New function, from mail-complete.
8990 (mail-complete): Use it.
8991 (mail-completion-expand): New function.
8992 (mail-get-names): Use it.
8993 (mail-directory, mail-directory-process, mail-directory-stream):
8994 Don't use `pattern' for lexically bound arg.
8995
8996 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8997
8998 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8999 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9000 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9001
9002 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9003 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9004 (byte-interactive-p): Define them again, for use when inlining
9005 old code.
9006
9007 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
9008
9009 * loadup.el: Use `string-to-number', not `string-to-int'.
9010
9011 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9014 gud-gdb-complete-command.
9015 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9016 (gud-gdb-completion-at-point): New function.
9017 (gud-gdb-completions): Remove.
9018
9019 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
9020
9021 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9022 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9023 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9024 whether `executable-find' is bound.
9025
9026 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9027
9028 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * minibuffer.el (completion-in-region-mode-predicate)
9031 (completion-in-region-mode--predicate): New vars.
9032 (completion-in-region, completion-in-region--postch)
9033 (completion-in-region-mode): Use them.
9034 (completion--capf-wrapper): Also return the hook function.
9035 (completion-at-point, completion-help-at-point):
9036 Adjust and provide a predicate.
9037
9038 Preserve arg names for advice of subr and lexical functions (bug#8457).
9039 * help-fns.el (help-function-arglist): Consolidate the subr and
9040 new-byte-code cases. Add argument `preserve-names' to extract names
9041 from the docstring when needed.
9042 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9043 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9044 (ad-arglist): Use help-function-arglist's new arg.
9045 (ad-definition-type): Use cond.
9046
9047 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * autorevert.el (auto-revert-handler):
9050 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9051 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9052 Don't quote lambda.
9053
9054 * image-mode.el (image-transform-set-scale):
9055 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9056
9057 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9058
9059 * net/network-stream.el (network-stream-open-starttls): Only do
9060 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9061 Upgrades via gnutls-cli are too slow to be done opportunistically.
9062
9063 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
9064
9065 * dframe.el (dframe-current-frame): Remove spurious quote.
9066
9067 2011-04-12 Glenn Morris <rgm@gnu.org>
9068
9069 * calendar/cal-tex.el (cal-tex-end-document):
9070 Try to automatically use latin1 input if needed.
9071
9072 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9073 Don't try to cons a mark onto an empty element.
9074
9075 2011-04-11 Leo Liu <sdl.web@gmail.com>
9076
9077 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9078 buffers.
9079 (ido-kill-buffer-at-head): Support killing virtual buffers.
9080
9081 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * minibuffer.el (completion-show-inline-help): New var.
9084 (completion--do-completion, minibuffer-complete)
9085 (minibuffer-force-complete, minibuffer-complete-word):
9086 Inhibit minibuffer messages if completion-show-inline-help is nil.
9087
9088 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9089 to avoid interference from inline help (Bug#5849).
9090
9091 2011-04-10 Leo Liu <sdl.web@gmail.com>
9092
9093 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9094 Fix typo.
9095
9096 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * image-mode.el (image-toggle-display-image): Signal an error if
9099 not in Image mode.
9100 (image-transform-mode, image-transform-resize)
9101 (image-transform-set-rotation): Doc fix.
9102 (image-transform-set-resize): Delete.
9103 (image-transform-set-scale, image-transform-fit-to-height)
9104 (image-transform-fit-to-width): Handle image-toggle-display-image
9105 and image-transform-resize directly.
9106
9107 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
9108
9109 * doc-view.el (doc-view-fit-width-to-window)
9110 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9111 New functions for fitting the shown image to the Emacs window size.
9112 (doc-view-mode-map): Add bindings for the new functions.
9113
9114 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
9115
9116 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9117 Fix typo in docstring.
9118
9119 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9120
9121 * files.el (file-size-human-readable): Produce one digit after
9122 decimal, like "ls -lh" does.
9123
9124 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9125 the file size representation.
9126
9127 * simple.el (list-processes): If async subprocesses are not
9128 available, error out with a clear error message.
9129
9130 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
9131
9132 * help.el (help-form-show): New function, to be called from C.
9133 Put help-form output in a buffer named differently than *Help*.
9134
9135 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9136
9137 * files.el (file-size-human-readable): New function.
9138
9139 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9140 computing the representation inline. Don't require `cl'.
9141
9142 2011-04-08 Glenn Morris <rgm@gnu.org>
9143
9144 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9145
9146 * net/browse-url.el (browse-url-firefox):
9147 Test system-type, not system-configuration.
9148
9149 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9150 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9151 Use log-edit-empty-buffer-p. (Bug#7598)
9152
9153 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9154 (rlogin-mode-map): Initialize in the defvar.
9155 (rlogin): Use ignore-errors.
9156
9157 * replace.el (occur-mode-map): Some fixes for menu items.
9158
9159 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9160
9161 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9162
9163 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9166 issuing unused warnings.
9167
9168 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9169 macro directly.
9170
9171 * simple.el: Lisp reimplement of list-processes. Based on an
9172 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9173 (process-menu-mode): New major mode.
9174 (list-processes--refresh, list-processes):
9175 (process-menu-visit-buffer): New functions.
9176
9177 * files.el (save-buffers-kill-emacs): Don't assume any return
9178 value of list-processes, which is undocumented anyway.
9179
9180 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * emacs-lisp/tabulated-list.el: New file.
9183
9184 * emacs-lisp/package.el: Use Tabulated List mode.
9185 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9186 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9187 table format using Tabulated List mode variables.
9188 (package--push): New macro, replacing package-list-maybe-add.
9189 (package-menu--generate): Use package--push. Renamed from
9190 package--generate-package-list.
9191 (package-menu-refresh, list-packages): Use it.
9192 (package-menu--print-info): Rename from package-print-package.
9193 Return insertion data instead of inserting it directly.
9194 (package-menu-describe-package, package-menu-execute):
9195 Use tabulated-list-get-id.
9196 (package-menu-mark-delete, package-menu-mark-install)
9197 (package-menu-mark-unmark, package-menu-backup-unmark)
9198 (package-menu-mark-obsolete-for-deletion):
9199 Use tabulated-list-put-tag.
9200 (package--list-packages, package-menu-revert)
9201 (package-menu-get-package, package-menu-get-version)
9202 (package-menu-sort-by-column): Functions deleted.
9203 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9204 (package-menu--status-predicate, package-menu--version-predicate)
9205 (package-menu--name-predicate)
9206 (package-menu--description-predicate): Handle arguments in the
9207 Tabulated List format.
9208 (package-list-packages-no-fetch): Call list-packages.
9209
9210 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
9211
9212 * files.el (after-find-file-from-revert-buffer): Remove variable.
9213 (after-find-file): Don't bind it.
9214 (revert-buffer-in-progress-p): New variable.
9215 (revert-buffer): Bind it.
9216 Pass nil for `after-find-file-from-revert-buffer'.
9217
9218 * saveplace.el (save-place-find-file-hook): Use new variable
9219 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9220
9221 2011-04-06 Glenn Morris <rgm@gnu.org>
9222
9223 * Makefile.in (AUTOGEN_VCS): New variable.
9224 (autoloads): Use $AUTOGEN_VCS.
9225
9226 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9227 * calendar/calendar.el (calendar-mode-map):
9228 Check for toolkit scroll bars. (Bug#8305)
9229
9230 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9231
9232 * minibuffer.el (completion-in-region--postch)
9233 (completion-in-region-mode): Remove unnecessary messages.
9234
9235 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
9236
9237 * font-lock.el (font-lock-refresh-defaults):
9238 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9239 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9240
9241 * info.el (Info-directory-list, Info-read-node-name-2)
9242 (Info-split-parameter-string): Doc fixes.
9243 (Info-virtual-nodes): Reflow docstring.
9244 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9245 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9246 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9247 Fix typos in docstrings.
9248 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9249 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9250 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9251 (Info-restore-desktop-buffer): Mark unused parameters.
9252 (Info-directory-find-file, Info-directory-find-node)
9253 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9254 (Info-virtual-index-find-node, Info-apropos-find-file)
9255 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9256 Mark unused parameters; fix typos in docstrings.
9257 (Info-virtual-index): Remove unused local variable `nodename'.
9258
9259 2011-04-05 Deniz Dogan <deniz@dogan.se>
9260
9261 * net/rcirc.el: Update my e-mail address.
9262 (rcirc-mode-map): Remove M-o binding.
9263
9264 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * startup.el (command-line): Save the cursor's theme-face
9267 directly, instead of using face-override-spec.
9268
9269 * custom.el (load-theme): Minor optimization in assigning faces.
9270
9271 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9272
9273 * help-fns.el (describe-variable): Complete all variables having
9274 documentation, including keywords.
9275 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9276
9277 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9278
9279 Convert to lexical-binding.
9280
9281 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9282 (bs--get-marked-string, bs--get-modified-string)
9283 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9284 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9285 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9286
9287 * ehelp.el (electric-help-execute-extended)
9288 (electric-help-ctrl-x-prefix):
9289 * hexl.el (hexl-revert-buffer-function):
9290 * linum.el (linum-after-change, linum-after-scroll):
9291 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9292
9293 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9294
9295 2011-04-04 Daiki Ueno <ueno@unixuser.org>
9296
9297 * epa-dired.el:
9298 * epa-mail.el:
9299 * epa-hook.el:
9300 * epa-file.el:
9301 * epa.el:
9302 * epg.el: Use lexical binding.
9303
9304 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
9305
9306 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9307
9308 * textmodes/flyspell.el (flyspell-word): Recognize default
9309 dictionary case for flyspell-mark-duplications-exceptions.
9310 Use regexp matching for languages.
9311 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9312 default dictionary (Bug#7926).
9313
9314 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
9315
9316 * emacs-lisp/package.el (package--with-work-buffer):
9317 Recognize https URLs.
9318
9319 * net/network-stream.el: Move from gnus/proto-stream.el.
9320 Change prefix to network-stream throughout.
9321 (open-protocol-stream): Merge into open-network-stream, leaving
9322 open-protocol-stream as an alias. Handle nil BUFFER args.
9323
9324 * subr.el (open-network-stream): Move to net/network-stream.el.
9325
9326 2011-04-02 Glenn Morris <rgm@gnu.org>
9327
9328 * find-dired.el (find-exec-terminator): New option.
9329 (find-ls-option): Test for -ls support.
9330 (find-ls-subdir-switches): Test for -b in find-ls-option.
9331 (find-dired, find-grep-dired): Doc fixes.
9332 (find-dired): Use find-exec-terminator.
9333
9334 * find-dired.el (find-ls-option, find-ls-subdir-switches)
9335 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9336 (find-name-arg): Remove purecopy.
9337
9338 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9339 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9340 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9341 accordingly. Don't add the null-device if not needed.
9342
9343 * files.el (save-some-buffers): Doc fix.
9344
9345 2011-04-02 Eli Zaretskii <eliz@gnu.org>
9346
9347 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9348
9349 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9352 Use `dolist' rather than `mapcar'.
9353
9354 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 Add lexical binding.
9357
9358 * subr.el (apply-partially): Use new closures rather than CL.
9359 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9360 (dolist, dotimes): Use slightly different expansion for lexical code.
9361 (functionp): Move to C.
9362 (letrec): New macro.
9363 (with-wrapper-hook): Use it and apply-partially instead of CL.
9364 (eval-after-load): Preserve lexical-binding.
9365 (save-window-excursion, with-output-to-temp-buffer): Turn them
9366 into macros.
9367
9368 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9369
9370 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9371 than the arglist.
9372 (help-add-fundoc-usage): Don't add `Not documented'.
9373 (help-function-arglist): Handle closures, subroutines, and new
9374 byte-code-functions.
9375 (help-make-usage): Remove leading underscores.
9376 (describe-function-1): Handle closures.
9377 (describe-variable): Use special-variable-p for completion.
9378
9379 * files.el (lexical-binding): Declare safe.
9380
9381 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9382 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9383 (pcase): Add `let' pattern.
9384 Change memoization so it actually works.
9385 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9386 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9387 <let>: New case.
9388
9389 * emacs-lisp/macroexp.el: Use lexical binding.
9390 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9391 Don't convert ' to #' without checking that it's indeed quoting
9392 a lambda.
9393
9394 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9395 Use eval-sexp-add-defvars.
9396 (eval-sexp-add-defvars): New fun.
9397
9398 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9399
9400 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9401 Don't autoload.
9402 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9403 than the internal `byte-compile-lambda'.
9404 (defmethod): Don't hide code under quotes.
9405 (eieio-defmethod): New `code' argument.
9406
9407 * emacs-lisp/eieio-comp.el: Remove.
9408
9409 * emacs-lisp/edebug.el (edebug-eval-defun)
9410 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9411 (edebug-toggle): Avoid `eval'.
9412
9413 * emacs-lisp/disass.el (disassemble-internal): Handle new
9414 `closure' objects.
9415 (disassemble-1): Handle new byte codes.
9416
9417 * emacs-lisp/cl.el (pushnew): Silence warning.
9418
9419 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9420 (cl-byte-compile-throw): Remove.
9421 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9422
9423 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9424 closures.
9425
9426 * emacs-lisp/cconv.el: New file.
9427
9428 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9429 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9430 (byte-compile-initial-macro-environment):
9431 Handle declare-function here.
9432 (byte-compile--lexical-environment): New var.
9433 (byte-stack-ref, byte-stack-set, byte-discardN)
9434 (byte-discardN-preserve-tos): New lap codes.
9435 (byte-interactive-p): Don't use any more.
9436 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9437 New macros.
9438 (byte-compile-lapcode): Use them and handle new lap codes.
9439 (byte-compile-obsolete): Remove.
9440 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9441 (byte-compile-arglist-warn): Check late def of inlinable funs.
9442 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9443 since they should have been expanded by now.
9444 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9445 (byte-compile-from-buffer): Remove unused second arg.
9446 (byte-compile-preprocess): New function.
9447 (byte-compile-toplevel-file-form): New function to distinguish
9448 file-form calls from outside from file-form calls from hunk-handlers.
9449 (byte-compile-file-form): Simplify.
9450 (byte-compile-file-form-defsubst): Remove.
9451 (byte-compile-file-form-defmumble): Simplify now that
9452 byte-compile-lambda always returns a byte-code-function.
9453 (byte-compile): Preprocess.
9454 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9455 Remove, not used any more.
9456 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9457 (byte-compile-make-args-desc): New funs.
9458 (byte-compile-lambda): Handle lexical functions. Always return
9459 a byte-code-function.
9460 (byte-compile-reserved-constants): New var, to make up room for
9461 closed-over variables.
9462 (byte-compile-constants-vector): Obey it.
9463 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9464 (byte-compile-macroexpand-declare-function): New function.
9465 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9466 byte-code-functions.
9467 (byte-compile-form): Check obsolescence here.
9468 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9469 (byte-compile-variable-ref): Remove.
9470 (byte-compile-dynamic-variable-op): New fun.
9471 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9472 (byte-compile-variable-set): New funs.
9473 (byte-compile-discard): Add 2 args.
9474 (byte-compile-stack-ref, byte-compile-stack-set)
9475 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9476 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9477 macroexpand-all instead.
9478 (byte-compile-quote-form): Remove.
9479 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9480 (byte-compile-bind, byte-compile-unbind): New funs.
9481 (byte-compile-let): Handle let* and lexical binding.
9482 (byte-compile-let*): Remove.
9483 (byte-compile-catch, byte-compile-unwind-protect)
9484 (byte-compile-track-mouse, byte-compile-condition-case):
9485 Handle a new :fun-body form, used for lexical scoping.
9486 (byte-compile-save-window-excursion)
9487 (byte-compile-with-output-to-temp-buffer): Remove.
9488 (byte-compile-defun): Simplify.
9489 (byte-compile-stack-adjustment): New fun.
9490 (byte-compile-out): Use it.
9491 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9492
9493 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9494 handler any more.
9495
9496 * emacs-lisp/byte-opt.el: Use lexical binding.
9497 (byte-inline-lapcode): Remove (to bytecomp).
9498 (byte-compile-inline-expand): Pay attention to inlining to/from
9499 lexically bound code.
9500 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9501 any more.
9502 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9503 any more and don't call compiler-macros.
9504 (byte-compile-splice-in-already-compiled-code): Remove.
9505 (byte-code): Don't inline any more.
9506 (disassemble-offset): Receive `bytes' as argument rather than via
9507 dynamic scoping.
9508 (byte-compile-tag-number): Declare before first use.
9509 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9510 `return' even if make-spliceable.
9511 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9512 obsolete interactive-p.
9513 (byte-optimize-lapcode): Optimize new lap-codes.
9514 Don't trip up on new form of `byte-constant' lap code.
9515
9516 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9517
9518 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9519
9520 * custom.el (custom-initialize-default, custom-declare-variable):
9521 Use `defvar'.
9522
9523 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9524 New variables.
9525 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9526 (COMPILE_FIRST): Add macroexp and cconv.
9527 * makefile.w32-in: Mirror changes in Makefile.in.
9528
9529 * vc/cvs-status.el:
9530 * vc/diff-mode.el:
9531 * vc/log-edit.el:
9532 * vc/log-view.el:
9533 * vc/smerge-mode.el:
9534 * textmodes/bibtex-style.el:
9535 * textmodes/css.el:
9536 * startup.el:
9537 * uniquify.el:
9538 * minibuffer.el:
9539 * newcomment.el:
9540 * reveal.el:
9541 * server.el:
9542 * mpc.el:
9543 * emacs-lisp/smie.el:
9544 * doc-view.el:
9545 * dired.el:
9546 * abbrev.el: Use lexical binding.
9547
9548 2011-04-01 Eli Zaretskii <eliz@gnu.org>
9549
9550 * info.el (info-display-manual): New function.
9551
9552 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9555
9556 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9557
9558 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9559 an entry for that server in rcirc-authinfo. (Bug#8385)
9560
9561 2011-03-31 Glenn Morris <rgm@gnu.org>
9562
9563 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9564
9565 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9566
9567 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9568
9569 * progmodes/python.el (python-default-interpreter)
9570 (python-python-command-args, python-jython-command-args)
9571 (python-which-shell, python-which-args, python-which-bufname)
9572 (python-file-queue, python-comint-output-filter-function)
9573 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9574 variables and functions.
9575
9576 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9579 (completion-in-region-mode): New minor mode.
9580 (completion-in-region): Use it.
9581 (completion-in-region--data, completion-in-region-mode-map): New vars.
9582 (completion-in-region--postch): New function.
9583 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9584 New vars.
9585 (completion--capf-wrapper): New function.
9586 (completion-at-point): Use it to track well-behavedness of
9587 hook functions.
9588 (completion-help-at-point): New command.
9589
9590 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9591
9592 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9593 syntax class to search for whitespace on a single line
9594 (Message-ID: <4D938140.4030905@redhat.com>).
9595
9596 2011-03-30 Leo Liu <sdl.web@gmail.com>
9597
9598 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9599 New commands.
9600 (edit-abbrevs-map): Bind them here.
9601 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9602
9603 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9604
9605 * allout.el (allout-hide-by-annotation, allout-flag-region):
9606 Reduce possibility of overlay leakage by making them volatile.
9607
9608 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9609 hash is not shared between buffers. Mode initialization is
9610 responsible for giving it a useful starting value.
9611 (allout-item-span): Reduce possibility of overlay leakage by
9612 making them volatile.
9613 (allout-widgets-count-buttons-in-region): Add diagnostic function
9614 for tracking down button overlay leaks.
9615
9616 2011-03-29 Leo Liu <sdl.web@gmail.com>
9617
9618 * ido.el (ido-read-internal): Use the default history var
9619 minibuffer-history if no HISTORY is specified.
9620
9621 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9622
9623 * net/imap.el (imap-shell-open, imap-process-connection-type):
9624 Use imap-process-connection-type for 'shell' streams as well as
9625 Kerberos, SSL, other subprocesses.
9626
9627 2011-03-28 Leo Liu <sdl.web@gmail.com>
9628
9629 * abbrev.el (abbrev-table-empty-p): New function.
9630 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9631 nonempty ones. (Bug#5937)
9632
9633 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9634
9635 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9636
9637 2011-03-27 Leo Liu <sdl.web@gmail.com>
9638
9639 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9640 for foreground and background colors.
9641 (ansi-color-make-color-map): Adapt.
9642
9643 2011-03-25 Leo Liu <sdl.web@gmail.com>
9644
9645 * midnight.el (midnight-time-float): Remove. Note it calculates
9646 the microsecond component incorrectly and seconds-to-time does the
9647 same job.
9648 Remove redundant (require 'timer).
9649
9650 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9651 (ido-completions): Remove unused arguments. (Bug#8329)
9652
9653 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * minibuffer.el (completion--flush-all-sorted-completions):
9656 Remove itself from hook.
9657 (completion-at-point): Let the functions perform the completion
9658 immediately and return nil or t.
9659 * comint.el (comint-dynamic-complete-functions): Now identical to
9660 completion-at-point-functions.
9661 (comint-dynamic-list-input-ring): Remove unused var `index'.
9662 (comint--match-partial-filename, comint--unquote&expand-filename):
9663 New funs, split from comint-match-partial-filename.
9664 (comint-dynamic-complete): Use completion-at-point.
9665 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9666
9667 2011-03-24 Drew Adams <drew.adams@oracle.com>
9668
9669 * thingatpt.el: Support `defun'.
9670
9671 2011-03-23 Leo Liu <sdl.web@gmail.com>
9672
9673 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9674
9675 * help-mode.el (help-mode-finish): Tweak regexp.
9676
9677 2011-03-23 Glenn Morris <rgm@gnu.org>
9678
9679 * eshell/esh-opt.el (eshell-eval-using-options):
9680 Do not bind unused local variable `eshell-option-stub'.
9681
9682 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9683
9684 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9685
9686 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9687 keymap variable in `with-no-warnings' to avoid a warning when the
9688 keymap has been already `defconst'ed.
9689
9690 2011-03-22 Leo Liu <sdl.web@gmail.com>
9691
9692 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9693 encode all chars in abbrevs; otherwise use emacs-mule or
9694 utf-8-emacs. (Bug#8308)
9695
9696 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9697
9698 * simple.el (backward-delete-char-untabify):
9699 Avoid warning about using `delete-backward-char'.
9700
9701 * image.el (image-type-file-name-regexps): Make it variable.
9702 `imagemagick-register-types' modifies it, and the user may want
9703 to add new extensions for known image types.
9704 (imagemagick-register-types): Throw error if not using ImageMagick.
9705
9706 2011-03-22 Leo Liu <sdl.web@gmail.com>
9707
9708 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9709 located before rcirc-prompt-end-marker.
9710 (rcirc-complete): Error if point is not after rcirc prompt.
9711 Handle the case when table is nil.
9712 (rcirc-user-authenticated): Define to fix compiler warning.
9713
9714 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * custom.el (custom--inhibit-theme-enable): Make it affect only
9717 custom-theme-set-variables and custom-theme-set-faces.
9718 (provide-theme): Ignore custom--inhibit-theme-enable.
9719 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9720 (custom-enabling-themes): Delete variable.
9721 (enable-theme): Accept only loaded themes as arguments.
9722 Ignore the special custom-enabled-themes variable.
9723 (custom-enabled-themes): Forbid themes from setting this.
9724 Eliminate use of custom-enabling-themes.
9725 (custom-push-theme): Quote "changed" custom var entry.
9726
9727 2011-03-21 Leo Liu <sdl.web@gmail.com>
9728
9729 * ido.el (ido-read-internal): Add ido-selected to history instead
9730 of user input.
9731
9732 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * subr.el (deferred-action-list, deferred-action-function):
9735 Mark obsolete.
9736
9737 2011-03-21 Leo Liu <sdl.web@gmail.com>
9738
9739 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9740 change on 2011-02-13 (bug#8309).
9741
9742 * minibuffer.el (read-file-name-function): Change default value.
9743 (read-file-name--defaults): Rename from read-file-name-defaults.
9744 (read-file-name-default): Rename from read-file-name.
9745 (read-file-name): Call read-file-name-function.
9746
9747 2011-03-21 Glenn Morris <rgm@gnu.org>
9748
9749 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9750 Doc fixes.
9751
9752 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
9753
9754 * cus-theme.el: Add missing provide statement.
9755 (customize-create-theme): Extract theme value correctly.
9756 (custom-theme-visit-theme): Autoload.
9757 (customize-create-theme): Prompt before inserting default faces.
9758
9759 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9760
9761 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9762 units and musical notes.
9763
9764 2011-03-20 Leo Liu <sdl.web@gmail.com>
9765
9766 * ido.el (ido-read-internal): Use completing-read-default.
9767 (ido-completing-read): Fix compatibility with completing-read.
9768
9769 2011-03-20 Christian Ohler <ohler@gnu.org>
9770
9771 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9772 (ert-delete-all-tests): Use `called-interactively-p' rather than
9773 `interactive-p'.
9774 (ert--make-xrefs-region): Respect END.
9775
9776 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * dired-aux.el (dired-create-directory): Signal an error if the
9779 directory already exists (Bug#8246).
9780
9781 * facemenu.el (list-colors-display): Call list-faces-display
9782 inside with-help-window.
9783 (list-colors-print): Use display property to align the final
9784 column, instead of checking window-width.
9785
9786 2011-03-19 Eli Zaretskii <eliz@gnu.org>
9787
9788 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
9789 windows-nt systems.
9790 (emerge-protect-metachars): Quote correctly for ms-dos and
9791 windows-nt systems.
9792
9793 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
9794
9795 * info.el (info-initialize): Replace all uses of `:' with
9796 path-separator for compatibility with non-Unix systems.
9797 Cache quoting of path-separator. (Bug#8258)
9798
9799 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
9800
9801 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9802 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9803 (mouse-avoidance-mode): Fix typos in docstrings.
9804
9805 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * startup.el (package-subdirectory-regexp): Move from package.el.
9808 Omit \\` and \\', and let callers add them.
9809
9810 * emacs-lisp/package.el (package-strip-version)
9811 (package-load-all-descriptors): Add \\` and \\' to
9812 package-subdirectory-regexp before using it.
9813 (package-untar-buffer): New arg DIR; ensure that file untars only
9814 into this expected directory. Remove superfluous delete-region.
9815 (package-unpack): Caller changed.
9816 (package-tar-file-info): Use package-subdirectory-regexp.
9817
9818 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9821 diff-mode-shared-map (bug#8284).
9822 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
9823
9824 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9825
9826 * calendar/time-date.el (format-seconds): Use assoc instead of
9827 assoc-string, since assoc-string doesn't exist in XEmacs.
9828
9829 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * custom.el (custom-known-themes): Reflow docstring.
9832 (custom-theme-load-path): Fix typo in docstring.
9833 (load-theme): Fix typo in error message.
9834 (custom-available-themes, custom-variable-theme-value):
9835 Use `let', not `let*'.
9836
9837 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9838
9839 * calc/README: Mention inclusion of musical notes.
9840
9841 * calc/calc-units.el (calc-lu-quant): Rename from
9842 `calc-logunits-quantity'.
9843 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9844 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9845 (calc-db): Rename from `calc-dblevel'.
9846 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9847 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9848 (calc-np): Rename from `calc-nplevel'.
9849 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9850 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9851 (calc-lu-plus): Rename from `calc-logunits-add'.
9852 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9853 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9854 (calc-lu-minus): Rename from `calc-logunits-sub'.
9855 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9856 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9857 (calc-lu-times): Rename from `calc-logunits-mul'.
9858 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9859 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9860 (calc-lu-divide): Rename from `calc-logunits-div'.
9861 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9862 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9863
9864 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9865 functions being autoloaded.
9866
9867 * calc/calc.el (calc-lu-power-reference): Rename from
9868 `calc-logunits-power-reference'.
9869 (calc-lu-field-reference): Rename from
9870 `calc-logunits-field-reference'.
9871
9872 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9873
9874 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * minibuffer.el (completion-all-sorted-completions):
9877 Use :completion-cycle-penalty text property if present.
9878
9879 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9880
9881 * allout.el (allout-yank-processing): Adjust for new rebulleting
9882 regime so bullet being yanked is used without prompting the user
9883 for a choice.
9884
9885 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
9886
9887 * startup.el (command-line): Warn the user that _emacs is deprecated.
9888
9889 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
9890
9891 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9892 (delphi-verbose, delphi-comment-face, delphi-string-face)
9893 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9894 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9895 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9896 (delphi-new-comment-line, delphi-font-lock-defaults)
9897 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9898 Fix typos in docstrings.
9899
9900 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9901
9902 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
9903 Invert the roles of character and string values for INSTEAD, so a
9904 string is used for the more common case of a defaulting prompt.
9905
9906 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * progmodes/ruby-mode.el (ruby-backward-sexp):
9909 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9910 * play/gamegrid.el (gamegrid-make-face):
9911 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9912 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9913 * notifications.el (notifications-notify):
9914 * net/xesam.el (xesam-search-engines):
9915 * net/quickurl.el (quickurl-list-insert):
9916 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9917
9918 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
9919
9920 * startup.el (command-line): Update package subdirectory regexp.
9921
9922 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * allout.el (allout-abbreviate-flattened-numbering)
9925 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9926
9927 * subr.el (read-char-choice): Only show the cursor after the prompt,
9928 not after the answer.
9929
9930 2011-03-15 Kevin Ryde <user42@zip.com.au>
9931
9932 * help-fns.el (variable-at-point): Skip leading quotes, if any
9933 (bug#8253).
9934
9935 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9938 warning message.
9939
9940 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
9941
9942 * shell.el (shell): When called interactively, offer to change the
9943 shell file name on remote hosts.
9944
9945 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9946
9947 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9948 integration for LDAP parameters. The host, base, user or binddn,
9949 and secret tokens can be specified in a netrc file, for instance.
9950 This is optional because an `auth-source' parameter must be
9951 specified in the search attributes.
9952
9953 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
9954
9955 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9956
9957 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9960 into declaration. Remove redundant and harmful binding.
9961
9962 2011-03-12 Eli Zaretskii <eliz@gnu.org>
9963
9964 * files.el (file-ownership-preserved-p): Pass `integer' as an
9965 explicit 2nd argument to `file-attributes'. If the file's owner
9966 is the Administrators group on Windows, and the current user is
9967 Administrator, consider that a match.
9968
9969 * server.el (server-ensure-safe-dir): Consider server directory
9970 safe on MS-Windows if its owner is the Administrators group while
9971 the current Emacs user is Administrator. Use `=' to compare
9972 numerical UIDs, since they could be integers or floats.
9973
9974 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
9975
9976 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9977
9978 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
9979
9980 Sync with Tramp 2.2.1.
9981
9982 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9983
9984 * net/trampver.el: Update release number.
9985
9986 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * progmodes/compile.el (compilation--previous-directory): Fix up
9989 various nil/dead-marker mismatches (bug#8014).
9990 (compilation-directory-properties, compilation-error-properties):
9991 Don't call it at a position past the one we're about to change.
9992
9993 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9994 Disable obsolescence warnings in the file that declares it.
9995
9996 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9997
9998 * allout-widgets.el (allout-widgets-tally):
9999 Initialize allout-widgets-tally as a hash table rather than nil to
10000 prevent mode-line redisplay warnings. Also, clarify the module
10001 description and fix a comment typo.
10002
10003 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
10004
10005 * help-fns.el (describe-variable): Don't complete keywords.
10006 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10007
10008 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * emacs-lisp/package.el (package-version-join): Impose a standard
10011 string representation for pre/alpha/beta version lists.
10012 (package-unpack-single): Standardize the directory name by passing
10013 it through package-version-join.
10014 (package-strip-rcs-id): Accept any version string that does not
10015 signal an error in version-to-list.
10016
10017 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
10018
10019 * simple.el (delete-trailing-whitespace): Return nil for the
10020 benefit of `write-file-functions'.
10021
10022 2011-03-10 Glenn Morris <rgm@gnu.org>
10023
10024 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10025
10026 * vc/vc-git.el (vc-git-program): New option.
10027 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10028 (vc-git--call): Use it.
10029
10030 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10031
10032 * cus-edit.el (Custom-newline): If no button at point, look
10033 for a subgroup button at start-of-line. (Bug#2298)
10034
10035 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10036
10037 2011-03-10 Julien Danjou <julien@danjou.info>
10038
10039 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10040 `cursor-type' is nil.
10041
10042 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10043
10044 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10045
10046 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10047
10048 * allout.el Summary: Change so yank of distinctive-bullet items
10049 preserves the existing header prefix, rebulleting it if necessary,
10050 rather than replacing it. This is necessary for proper operation
10051 of cooperative addons like allout-widgets.
10052 (allout-make-topic-prefix, allout-rebullet-heading):
10053 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10054 value as alternate bullet to be used, instead of prompting the user
10055 for a bullet character.
10056
10057 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10060 Do not use `tramp-file-name-port', because this returns also
10061 `tramp-default-port'.
10062
10063 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10064
10065 * net/rcirc.el (rcirc-handler-001): Remove useless
10066 with-rcirc-process-buffer.
10067 (rcirc-check-auth-status): Swap arguments to string-match.
10068
10069 2011-03-09 Glenn Morris <rgm@gnu.org>
10070
10071 * shell.el (shell-mode):
10072 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10073
10074 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10075 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10076
10077 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * emacs-lisp/package.el (package-refresh-contents)
10080 (package-menu-execute): Use condition-case-no-debug.
10081
10082 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
10083
10084 * simple.el (shell-command-to-string): Use `process-file'.
10085
10086 * emacs-lisp/package.el (package-tar-file-info): Handle also
10087 remote files.
10088
10089 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10090 Use `equal' for upload base check.
10091
10092 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10093
10094 * textmodes/texinfo.el (texinfo-environments):
10095 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10096
10097 2011-03-08 Glenn Morris <rgm@gnu.org>
10098
10099 * cus-start.el (cursor-in-non-selected-windows):
10100 Fix :set quoting oddness. (Bug#8192)
10101
10102 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10103 in some setf expressions. (Bug#2159)
10104
10105 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10106
10107 * custom.el (custom-available-themes): Return themes in
10108 alphabetical order.
10109
10110 See ChangeLog.15 for earlier changes.
10111
10112 ;; Local Variables:
10113 ;; coding: utf-8
10114 ;; End:
10115
10116 Copyright (C) 2011-2012 Free Software Foundation, Inc.
10117
10118 This file is part of GNU Emacs.
10119
10120 GNU Emacs is free software: you can redistribute it and/or modify
10121 it under the terms of the GNU General Public License as published by
10122 the Free Software Foundation, either version 3 of the License, or
10123 (at your option) any later version.
10124
10125 GNU Emacs is distributed in the hope that it will be useful,
10126 but WITHOUT ANY WARRANTY; without even the implied warranty of
10127 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10128 GNU General Public License for more details.
10129
10130 You should have received a copy of the GNU General Public License
10131 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.