merge trunk
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
acfa068f 12012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
2
3 IDO: Disable match re-ordering for buffer switching.
2bc9406c 4 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
5 (ido-set-matches-1): Use it. (Bug#2042)
6
acfa068f 72012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
8
9 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10 Fix 2011-05-17 change. (Bug#12418)
11
acfa068f 122012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
13
14 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
15
acfa068f 162012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
17
18 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
19 Be more robust about locating simple.el.
20
acfa068f 212012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
22
23 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
24
acfa068f
CY
252012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
26
27 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
28
41a97e6f
JL
292012-09-20 Juri Linkov <juri@jurta.org>
30
eb2deaff
JL
31 * replace.el (query-replace-read-from): Use `read-regexp' instead
32 of `read-from-minibuffer' when `regexp-flag' is non-nil.
33 (occur-read-primary-args): Use `read-regexp' instead of
34 `read-string'.
35 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
36 `read-from-minibuffer'.
37 * isearch.el (isearch-occur): Use `read-regexp' instead of
38 `read-string'.
39 * dired.el (dired-read-regexp): Use `read-regexp' instead of
40 `read-from-minibuffer'.
41 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
42 of `read-string'. (Bug#7567)
43
5825610b
JL
44 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
45 and allow accepting a list of strings prepended to a list of
46 standard default values. Doc fix. (Bug#12321)
47
eebbf404
JL
48 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
49
41a97e6f
JL
50 * replace.el (read-regexp): Don't add ": " when PROMPT already
51 ends with a colon and space. (Bug#12321)
52
c9e452d3
TH
532012-09-20 Tassilo Horn <tsdh@gnu.org>
54
55 * doc-view.el (doc-view-display): Better fix for the cl-assertion
56 error.
57
ee97deee
SM
582012-09-20 Stefan Merten <smerten@oekonux.de>
59
60 * rst.el: Integrate support for `imenu' and `which-function'.
61 Fixes feature request bug#11711.
62 (rst-mode): Create `imenu-create-index-function'.
63 (rst-get-stripped-line): Delete after refactoring.
64 (rst-section-tree, rst-section-tree-rec)
65 (rst-section-tree-point): Refactor and document properly.
66 (rst-imenu-find-adornments-for-position)
67 (rst-imenu-convert-cell, rst-imenu-create-index): New
68 function.
69
f490dab9
SM
702012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
71
95b9712e
SM
72 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
73 (macroexp--expand-all): Use it.
74 (macroexp--funcall-and-return): Remove by folding it into its sole
75 caller (macroexp--warn-and-return).
76 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
77 Use macroexp--obsolete-warning.
78
f490dab9
SM
79 * calc/calc.el: Fix last change by removing the whole chunk, since it
80 was only needed back when Calc was not bundled.
81
96e8d411
MR
822012-09-20 Martin Rudalics <rudalics@gmx.at>
83
84 * emacs-lisp/debug.el (debug): Restore assignment to
85 debugger-old-buffer removed on 2012-09-08.
86
0876a82d
JL
872012-09-20 Juri Linkov <juri@jurta.org>
88
89 * dired-aux.el (dired-diff): Remove (require 'diff) since
90 `diff-latest-backup-file' is now autoloaded.
91
9f7c28f0
CY
922012-09-20 Chong Yidong <cyd@gnu.org>
93
94 * vc/diff.el (diff-latest-backup-file): Autoload.
95
7a04bee9
SM
962012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
97
e6f0a80d
SM
98 * calc/calc.el: Remove redundant autoload shape check.
99 (sel-mode): Don't defvar.
100 (calc-get-stack-element): Add `sel-mode' arg instead.
101 (calc-top, calc-top-list): Pass it this additional argument.
102 * calc/calc-store.el (calc-store-map):
103 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
104 (calc-map-equation, calc-outer-product, calc-inner-product):
105 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
106
7a04bee9
SM
107 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
108
12734222
JL
1092012-09-19 Juri Linkov <juri@jurta.org>
110
111 * dired-aux.el (dired-diff): Add (require 'diff) because
112 `diff-latest-backup-file' is not autoloaded.
113 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
114 of `dired-get-filename' to t to not report error when there is
115 no default file on the current line.
116
46624b4f
SM
1172012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
118
ce97595b
SM
119 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
120 macroexp--eval-if-compile.
121 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
122 (macroexp--expand-all): Use them (bug#12371).
123
46624b4f
SM
124 * doc-view.el (doc-view-guess-paper-size)
125 (doc-view-scale-bounding-box): Fix unbound `caddr'.
126
db8a5a18
TH
1272012-09-19 Tassilo Horn <tsdh@gnu.org>
128
129 New feature: set optimal slice from BoundingBox information.
130 * doc-view.el (doc-view-mode-map): Add keybinding.
131 (doc-view-menu): Add menu entry.
132 (doc-view-set-slice): Adapt docstring.
133 (doc-view-get-bounding-box, doc-view-guess-paper-size)
134 (doc-view-scale-bounding-box)
135 (doc-view-set-slice-from-bounding-box): New functions.
136 (doc-view-paper-sizes): New defvar.
137
69f6644c
GM
1382012-09-19 Glenn Morris <rgm@gnu.org>
139
35f5b19d
GM
140 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
141 (byte-compile-log-warning): Autoload. (Bug#12371)
142
69f6644c
GM
143 * calendar/calendar.el (calendar-american-month-header)
144 (calendar-european-month-header, calendar-iso-month-header)
145 (calendar-month-header): New options.
146 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
147 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
148
e543ae91
JD
1492012-09-19 Jan Djärv <jan.h.d@swipnet.se>
150
151 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
152
2fd5e67d
JL
1532012-09-18 Juri Linkov <juri@jurta.org>
154
155 * dired-aux.el (dired-diff): Restore original functionality of
156 getting the default value, but keep new feature of using the
157 latest existing backup file (`diff-latest-backup-file').
158
42917e79
JL
1592012-09-18 Juri Linkov <juri@jurta.org>
160
161 * dired.el (dired-mark): If the region is active in Transient Mark
162 mode, mark all files in the active region. Doc fix.
163 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
164 Doc fix. (Bug#10624)
165
20f70ede
JL
1662012-09-18 Juri Linkov <juri@jurta.org>
167
168 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
169 attributes for M-n are pulled from the file at point.
170 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
171 Suggested by Drew Adams. (Bug#10624)
172
32fb8162
DG
1732012-09-18 Dmitry Gutov <dgutov@yandex.ru>
174
175 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
176 whitespace after "end".
177 (ruby-do-end-to-brace): Collapse block to one line if it fits
178 within fill-column.
179
37ab5092
MR
1802012-09-18 Martin Rudalics <rudalics@gmx.at>
181
182 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
183 value.
184 (debug): Don't remove debugger window when debugger is expected
185 to be back.
186
ed1f0bd3
CY
1872012-09-18 Chong Yidong <cyd@gnu.org>
188
189 * custom.el (defface): Doc fix.
190
191 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
192
a11035b8
MB
1932012-09-18 Martin Blais <blais@furius.ca> (tiny change)
194
195 * progmodes/compile.el (compilation-start): Use compilation-always-kill
196 to initialize query-on-exit; then test that instead (bug#12288).
197
64f6a736
SM
1982012-09-17 Stefan Merten <smerten@oekonux.de>
199
200 * rst.el: Add support for `testcover'.
201 (rst-defcustom-testcover, rst-testcover-add-compose)
202 (rst-testcover-add-1value): New functions.
203 (rst-portable-mark-active-p): Replace by `use-region-p'.
204 (rst-update-section, rst-classify-adornment)
205 (rst-find-title-line): Mark `1value' forms.
206 (rst-classify-adornment): Remove superfluous form.
207 (rst-update-section, rst-get-adornments-around)
208 (rst-adornment-complete-p, rst-get-next-adornment)
209 (rst-adjust, rst-promote-region)
210 (rst-display-adornments-hierarchy, rst-straighten-adornments)
211 (rst-find-pfx-in-region, rst-section-tree-rec)
212 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
213 (rst-toc-node, rst-toc, rst-forward-section)
214 (rst-iterate-leftmost-paragraphs)
215 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
216 (rst-bullet-list-region)
217 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
218 (rst-compile-find-conf, rst-compile)
219 (rst-repeat-last-character): Fix style.
220
580bd868
CY
2212012-09-17 Chong Yidong <cyd@gnu.org>
222
223 * comint.el (comint--complete-file-name-data): Don't add a space
224 if the status is `sole'; that adds a gratuitous space in the
225 completion-cycling case (Bug#12092).
226
227 * pcomplete.el (pcomplete-completions-at-point): Likewise.
228
69de3ec6
RS
2292012-09-17 Richard Stallman <rms@gnu.org>
230
0dee970c
RS
231 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
232 only in the mime-shown mode, not in raw mode.
233 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 234 mime processing. (Bug#12305)
0dee970c 235
6b250df6
GM
236 * mail/rmail.el (rmail-retry-failure):
237 Turn off mime processing first. (Bug#12037)
acb1c47b 238
69de3ec6
RS
239 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
240
d079ee5f
CY
2412012-09-17 Chong Yidong <cyd@gnu.org>
242
243 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
244 (shell-dynamic-complete-functions): Convert to defcustom.
245 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
246
865fe16f
CY
247 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
248 * comint.el (comint-prompt-read-only):
249 * custom.el (defcustom):
250 * hi-lock.el (hi-lock-mode):
251 * ibuffer.el (ibuffer-formats):
252 * ielm.el (ielm-prompt-read-only):
253 * novice.el (disable-command):
254 * saveplace.el (toggle-save-place):
255 * speedbar.el (speedbar-supported-extension-expressions):
256 * startup.el (auto-save-list-file-prefix, init-file-user)
257 (after-init-hook, inhibit-startup-echo-area-message):
258 * strokes.el (strokes-help):
259 * time-stamp.el (time-stamp):
260 * calendar/calendar.el (calendar, diary-file):
261 * calendar/diary-lib.el (diary-mail-entries, diary)
262 (diary-list-entries-hook):
263 * calendar/holidays.el (holidays, calendar-holidays):
264 * calendar/lunar.el (lunar-phases):
265 * calendar/solar.el (sunrise-sunset):
266 * emulation/edt.el (edt-load-keys):
267 * emulation/viper.el (viper-mode):
268 * eshell/em-alias.el (eshell-command-aliases-list):
269 * eshell/esh-util.el (eshell-convert-numeric-arguments):
270 * international/ogonek.el (ogonek-information):
271 * net/tramp-cmds.el (tramp-bug):
272 * net/quickurl.el (quickurl-reread-hook-postfix):
273 * play/decipher.el (decipher-font-lock-keywords):
274 * progmodes/cc-styles.el (c-set-style):
275 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
276 * progmodes/inf-lisp.el (inferior-lisp-prompt):
277 * progmodes/octave-mod.el (octave-mode):
278 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
279 * progmodes/verilog-mode.el (verilog-read-defines):
280 * textmodes/two-column.el (2C-mode): Likewise.
281
48093eb9
KY
2822012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
283
284 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
285 that holds many addresses.
286
c584eaf9
CY
2872012-09-16 Chong Yidong <cyd@gnu.org>
288
40d70ecb
CY
289 * align.el (align-areas): Call the indication function with
290 positions instead of markers for arguments (Bug#12343).
291
1667e065
CY
292 * files.el (parse-colon-path): Use split-string (Bug#12351).
293
fdc2806d 294 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 295 (display-buffer-function): Mark as obsolete.
fdc2806d 296
f1be615c 297 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
298 values similar to font-lock-keywords (Bug#12136).
299 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
300 (compilation-error-regexp-alist): Doc fix.
301
f40a9709
GM
3022012-09-15 Glenn Morris <rgm@gnu.org>
303
72aa16e1
GM
304 * version.el (emacs-bzr-version-bzr): New function.
305 (emacs-bzr-get-version): Add optional EXTERNAL argument.
306
82375160
GM
307 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
308 checkouts, check the parent dirstate matches the branch.
309 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
310 empty string.
311
f40a9709
GM
312 * version.el (emacs-bzr-version): Doc fix.
313 (emacs-bzr-version-dirstate): New function.
314 (emacs-bzr-get-version): For lightweight checkouts, if the parent
315 is local try and check that it matches the branch. If not, just
316 use dirstate information. (Bug#12441)
317
cb26b7f5
JL
3182012-09-14 Juri Linkov <juri@jurta.org>
319
320 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
321 (Bug#12399)
322
2de39f08
SM
3232012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
324
0fb3cb7c
SM
325 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
326
2de39f08
SM
327 * emacs-lisp/edebug.el: Miscellaneous cleanup.
328 Remove obsolete byte-compiler hack that tried to silence some warnings.
329 (edebug-submit-bug-report): Remove.
330 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
331 Remove aliases, use the un-prefixed name instead.
332 (edebug-pop-to-buffer): Consider other frames.
333 (edebug-original-read):: Make it more obvious that it's always defined.
334 (edebug--make-form-data-entry, edebug--form-data-name)
335 (edebug--form-data-begin, edebug--form-data-end): Rename from the
336 single-dashed name, and implement with cl-defstruct.
337 (edebug-set-form-data-entry): Use the standard accessors.
338 (edebug-make-top-form-data-entry): Use push.
339 (edebug-no-match): Drop useless `funcall'.
340 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
341 to functions.
342 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
343 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
344 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
345 (easy-menu-define, with-custom-print): Remove redundant specs.
346 (edebug-outside-overriding-local-map)
347 (edebug-outside-overriding-terminal-local-map): Remove, unused.
348 (edebug--display): Bind unread-command-events directly to nil rather
349 than binding it to unread-command-events and later setting it to nil.
350 (edebug--display): Kill edebug-eval-buffer here...
351 (edebug--recursive-edit): ...rather than here.
352 Bind standard-output and standard-input.
353 (edebug-eval): Check cl-macroexpand-all is fboundp.
354 (edebug-temp-display-freq-count): Fix last change.
355
356 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
357 * subr.el (noreturn, 1value): Add `debug' spec.
358 * emacs-lisp/advice.el: Require cl-lib.
359 (ad-copy-tree): Remove, use copy-tree instead.
360 (ad-dolist): Remove use dolist or cl-dolist instead.
361 (ad-do-return): Remove, use cl-return instead.
362 (defadvice): Add `debug' spec.
363
5b68b333
JL
3642012-09-13 Juri Linkov <juri@jurta.org>
365
366 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
367 (Bug#12399)
368
b9800ec4
GM
3692012-09-13 Glenn Morris <rgm@gnu.org>
370
6a2e6868
GM
371 * calc/calc.el (math-compose-expr):
372 * calc/calc-ext.el (math-compose-expr):
373 * progmodes/cc-defs.el (cl-macroexpand-all):
374 * progmodes/cc-langs.el (delete-duplicates, mapcan)
375 (cl-macroexpand-all): Update declarations.
376
b9800ec4
GM
377 * vc/vc.el: No need to require ediff.
378 (ediff-load-version-control): Declare.
379 (ediff-vc-internal): Fix declaration.
380 (vc-version-ediff): Require ediff.
381
c18e885b
PE
3822012-09-13 Paul Eggert <eggert@cs.ucla.edu>
383
384 Use a more backwards-compatible timer format (Bug#12430).
385 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
386 being right after USECS, as that better supports old code that
387 inadvisedly looked directly at the timer vector.
388
d607d303
KH
3892012-09-13 Kenichi Handa <handa@gnu.org>
390
391 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
392 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
393 `coding-priority' property of these language environment.
394
72eac303
PE
3952012-09-13 Paul Eggert <eggert@cs.ucla.edu>
396
397 Fix glitches caused by addition of psec to timers (Bug#12430).
398 * image.el (image-animate-timer):
399 * time.el (display-time-world-timer):
400 Use timer--function and timer--args rather than raw access to
401 timer vector.
402
2168fe4f
GM
4032012-09-13 Glenn Morris <rgm@gnu.org>
404
405 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
406 If not compiling a file, try using load-file-name.
407
bd8d6108
SM
4082012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
409
c0c54fbd
SM
410 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
411 Fix last change.
412 (edebug-update-eval-list): Use `push'.
413
bd8d6108
SM
414 * emacs-lisp/edebug.el: Use lexical-binding.
415 Remove the "edebug-" prefix from non-dynamically-scoped variables.
416 Mark unused args with underscore.
417 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
418 (edebug-form-data): Use defvar-local.
419 (edebug-make-before-and-after-form, edebug-make-after-form):
420 Use backquote.
421 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
422 Not dynamically scoped any more.
423 (edebug--enter-trace): Add arguments `function' and `args'.
424 Rename from edebug-enter-trace.
425 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
426 (edebug--update-coverage): Add `after-index' and `value' args.
427 Rename from edebug-update-coverage.
428 (edebug-slow-after): Call it accordingly.
429 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
430 edebug-recursive-edit.
431 (edebug--display): Call it accordingly. Add args `value',
432 `offset-index', and `arg-mode'. Rename from edebug-display.
433 (edebug-debugger, edebug): Call it accordingly.
434 (edebug-eval-display-list): Use dolist.
435
a9f9d9de
JL
4362012-09-12 Juri Linkov <juri@jurta.org>
437
438 * info.el (Info-search): Don't check for isearch-mode and
439 isearch-regexp before let-binding search-spaces-regexp to
440 Info-search-whitespace-regexp.
441 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
442 search-whitespace-regexp if isearch-lax-whitespace or
443 isearch-regexp-lax-whitespace is non-nil.
444 (Info-mode): Don't set local variable search-whitespace-regexp.
445 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
446
bfeae2cf
SM
4472012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
450 (debugger-env-macro): Remove support for unread-command-char.
451
452 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
453 the temporary map re-appearing on emulation-mode-map-alists.
454
455 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
456 since 22.1.
457
458 * ehelp.el (with-electric-help): Accept functions in
459 electric-help-form-to-execute.
460 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
461 And replace unread-command-char -> unread-command-events.
462
fbbcaf1b
MA
4632012-09-12 Michael Albinus <michael.albinus@gmx.de>
464
465 Sync with Tramp 2.2.6.
466
467 * net/tramp.el (tramp-accept-process-output): Don't use
468 JUST-THIS-ONE in the XEmacs case.
469
470 * net/trampver.el: Update release number.
471
4dece104
MR
4722012-09-12 Martin Rudalics <rudalics@gmx.at>
473
bfeae2cf
SM
474 * emacs-lisp/debug.el (debugger-previous-window-height):
475 New variable.
4dece104
MR
476 (debug): When debugger-jumping-flag is non-nil try to restore
477 height of debugger window. (Bug#8789)
478
45b82ad0
SM
4792012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
480
60c49c0f
SM
481 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
482 overriding-local-map and pre/post-command-hook here.
483 (edebug-recursive-edit): Do it here instead (bug#12345).
484 (edebug-outside-unread-command-char): Remove all uses of
485 unread-command-char.
486
45b82ad0
SM
487 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
488 inhibit-debugger is bound instead.
489
baa26ea0
BG
4902012-09-11 Bastien Guerry <bzg@gnu.org>
491
492 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 493 (Bug#12346)
baa26ea0 494
04e8abfa
BG
4952012-09-11 Bastien Guerry <bzg@gnu.org>
496
96d03571 497 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 498 (Bug#12347)
96d03571
BG
499
5002012-09-11 Bastien Guerry <bzg@gnu.org>
501
fc0c31f8 502 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 503
04e082b0
MM
5042012-09-10 Michael R. Mauger <mmaug@yahoo.com>
505
506 * progmodes/sql.el: Version 3.1
507 (sql-db2-escape-newlines): New variable.
508 (sql-escape-newlines-filter): Use it.
509
399a361b
JB
5102012-09-10 Juanma Barranquero <lekktu@gmail.com>
511
512 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
513
0780c517
DN
5142012-09-10 Dan Nicolaescu <dann@gnu.org>
515
45b82ad0
SM
516 * vc/diff-mode.el (diff-mode-menu):
517 Bind diff-remove-trailing-whitespace.
0780c517 518
9b851e25
SM
5192012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
522 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
523 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
524 (eval-sexp-add-defvars): Don't skip defvars in column >0.
525 (eval-defun-2): Remove bogus interactive spec.
526 (lisp-indent-line): Remove redundant whole-exp code, now done in
527 indent-according-to-mode.
528 (save-match-data): Remove redundant indent data.
529
530 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
531 Use `declare'.
532
3231d532
JL
5332012-09-09 Juri Linkov <juri@jurta.org>
534
535 * replace.el (replace-regexp-lax-whitespace): New defcustom.
536 (replace-lax-whitespace, query-replace-regexp)
537 (query-replace-regexp-eval, replace-regexp): Doc fix.
538 (perform-replace, replace-highlight): Let-bind
539 isearch-lax-whitespace to replace-lax-whitespace and
540 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
541
542 * isearch.el (isearch-query-replace): Let-bind
543 replace-lax-whitespace to isearch-lax-whitespace and
544 replace-regexp-lax-whitespace to
545 isearch-regexp-lax-whitespace. (Bug#10885)
546
70fe8236
SM
5472012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
550
8ed43f15
AM
5512012-09-09 Alan Mackenzie <acm@muc.de>
552
70fe8236
SM
553 * progmodes/cc-engine.el (c-state-cache-init):
554 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
555 (c-record-parse-state-state):
556 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 557
bfabf70a
AS
5582012-09-09 Andreas Schwab <schwab@linux-m68k.org>
559
560 * register.el (register-separator): Rename from
561 separator-register. All uses changed. Doc fix.
562 (register): Fix version.
563
011474aa
CY
5642012-09-09 Chong Yidong <cyd@gnu.org>
565
566 * replace.el (query-replace-map): Bind four new symbols for
567 requesting window scrolling.
568
569 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
570 query-replace-map (Bug#8948).
571
572 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
573
574 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
575 since they are now in query-replace-map.
576
577 * window.el (scroll-other-window-down): Make the arg optional.
578
a8b7cd8d
CY
5792012-09-09 Chong Yidong <cyd@gnu.org>
580
581 * files.el (hack-local-variables-confirm): Use quit-window to kill
582 the *Local Variables* buffer.
583
c3268831
DG
5842012-09-08 Dmitry Gutov <dgutov@yandex.ru>
585
586 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
587 not just expect to be at its beginning. Adjust callees.
588 Succeed when do-end block has no space before the pipe character.
589 (ruby-brace-to-do-end): When the original block is one-liner,
590 convert to multiline. Reindent the result.
591
0979429b
J
5922012-09-08 Jambunathan K <kjambunathan@gmail.com>
593
594 * register.el (register): New group.
595 (register-separator): New user option.
596 (increment-register): Route it to `append-to-register', if
597 register contains text. Implication is that `C-x r +' can now be
598 used for appending to a text register (bug#12217).
599 (append-to-register, prepend-to-register): Add separator based on
600 `register-separator.
601
ace2989a
AM
6022012-09-08 Alan Mackenzie <acm@muc.de>
603
604 AWK Mode: make auto-newline work when there's "==" in the pattern.
605 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
606 correctly.
0979429b
J
607 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
608 Test more rigorously for "=" token.
ace2989a 609
616c6c36
DG
6102012-09-08 Dmitry Gutov <dgutov@yandex.ru>
611
0979429b
J
612 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
613 Only fail when reached LIMIT.
616c6c36 614
35d98877
CY
6152012-09-08 Chong Yidong <cyd@gnu.org>
616
617 * dired.el (dired-mode-map): Don't bind M-=.
618
619 * dired-aux.el (dired-diff): Use backup file as default.
620
1715f2db
DA
6212012-09-08 Drew Adams <drew.adams@oracle.com>
622
623 * subr.el (add-to-history): Fix delete usage (Bug#12314).
624
6dcef6ec
CY
6252012-09-08 Chong Yidong <cyd@gnu.org>
626
627 * subr.el (syntax-after, syntax-class): Doc fix.
628
fa2bcf43
MR
6292012-09-08 Martin Rudalics <rudalics@gmx.at>
630
631 * window.el (display-buffer-in-previous-window): New buffer
632 display action function.
633
634 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
635 (debugger-previous-window): New variable.
636 (debug): Rewrite using display-buffer-in-previous-window,
637 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
638
daac280a
SM
6392012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
642
9dd40b00
MM
6432012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
644
daac280a
SM
645 * progmodes/python.el (python-shell-send-string):
646 When default-directory is remote, create temp file on remote
9dd40b00
MM
647 filesystem.
648 (python-shell-send-file): When file is remote, pass local view of
649 file paths to remote Python interpreter. (Bug#12340)
650
145823ec
CY
6512012-09-07 Chong Yidong <cyd@gnu.org>
652
cee2e90d
CY
653 * window.el (switch-to-buffer): Doc fix (Bug#12181).
654
0d7eb2ea
CY
655 * files.el (after-find-file): Don't fail on a read-only buffer if
656 require-final-newline is `visit' or `visit-save' (Bug#11156).
657
145823ec
CY
658 * subr.el (read-char-choice): Allow quitting via ESC ESC.
659
daac280a
SM
660 * userlock.el (ask-user-about-supersession-threat):
661 Use read-char-choice (Bug#12093).
145823ec 662
74c582e6
CY
6632012-09-07 Chong Yidong <cyd@gnu.org>
664
e5c2edf7
CY
665 * subr.el (buffer-narrowed-p): New function.
666
667 * ses.el (ses-widen):
668 * simple.el (count-words--buffer-message):
669 * net/browse-url.el (browse-url-of-buffer): Use it
670
671 * simple.el (count-words-region): Don't signal an error if there
672 is a non-nil prefix arg and the mark is not set.
c640e87d 673
74c582e6
CY
674 * help.el (describe-key-briefly): Allow the message to be seen
675 when invoked from the minibuffer (Bug#7014).
676
d81ceaaf
DG
6772012-09-07 Dmitry Gutov <dgutov@yandex.ru>
678
679 * progmodes/ruby-mode.el (ruby-end-of-defun)
680 (ruby-beginning-of-defun): Simplify, allow indentation before
681 block beginning and end keywords.
8f06acce
DG
682 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
683 (ruby-end-of-defun): Expect that the point is at the beginning of
684 the defun.
d81ceaaf 685
d458ef98
SM
6862012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
689 (bug#12367).
690 (cl--make-usage-args): Strip _ from argument names.
691
20367d28
RS
6922012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
693
694 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
695 obsolete alias speedbar-key-map.
696 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
697 (vhdl-index-menu-init): Don't use obsolete variable
698 font-lock-maximum-size.
699
3424a4f6
CY
7002012-09-06 Chong Yidong <cyd@gnu.org>
701
702 * frame.el (window-system-version): Mark as obsolete.
703
fcbfbdea
CY
704 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
705 of obsolete variable speedbar-key-map.
706
826b3235
JL
7072012-09-06 Juri Linkov <juri@jurta.org>
708
709 * replace.el (replace-lax-whitespace): New defcustom.
710 (query-replace, query-replace-regexp, query-replace-regexp-eval)
711 (replace-string, replace-regexp): Mention it in docstrings.
712 (perform-replace, replace-highlight): Let-bind
713 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
714 to the values of replace-lax-whitespace and regexp-flag.
715 Don't let-bind search-whitespace-regexp. (Bug#10885)
716
717 * isearch.el (isearch-query-replace): Let-bind
718 replace-lax-whitespace instead of let-binding
719 replace-search-function and replace-re-search-function.
720 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
721 and isearch-regexp-lax-whitespace to lazy-highlight variables.
722 (isearch-toggle-symbol): Set isearch-regexp to nil
723 in isearch-word mode (like in isearch-toggle-word).
724
1ec5e41d
JL
7252012-09-06 Juri Linkov <juri@jurta.org>
726
727 * replace.el (replace-search-function)
728 (replace-re-search-function): Set default values to nil.
729 (perform-replace): Let-bind isearch-related variables based on
730 replace-related values, call `isearch-search-fun' and let-bind
731 the result to `search-function'. Remove code that sets
732 `search-function' and `search-string' separately for
733 `delimited-flag'.
734 (replace-highlight): Add new argument `delimited-flag' and
735 rename other arguments to the names used in `perform-replace'.
736 Let-bind `isearch-word' to the argument `delimited-flag'.
737 (Bug#10885, bug#10887)
738
0ba2d4b6
DG
7392012-09-07 Dmitry Gutov <dgutov@yandex.ru>
740
741 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
742 ruby-beginning-of-indent, simplify, allow all keywords to have
743 indentation before them.
744 (ruby-beginning-of-indent): Adjust for above. Search until the
745 found point is not inside a string or comment.
746 (ruby-font-lock-keywords): Allow symbols to start with "@"
747 character, give them higher priority than variables.
748 (ruby-syntax-propertize-function)
749 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
750 matchers. Expression expansions are not comments when inside a
751 string, and there comment syntax status is irrelevant.
752 (ruby-match-expression-expansion): New function. Check that
753 expression expansion is inside a string, and it's not escaped.
754 (ruby-font-lock-keywords): Use it.
755
ef654460
MR
7562012-09-05 Martin Rudalics <rudalics@gmx.at>
757
758 * help.el (temp-buffer-max-height): New default value.
759 (temp-buffer-resize-frames): New option.
760 (resize-temp-buffer-window): Optionally resize frame.
761
762 * window.el (fit-frame-to-buffer-bottom-margin): New option.
763 (fit-frame-to-buffer): New function.
764
7e570fbf 7652012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
766
767 * emulation/cua-rect.el (cua--init-rectangles):
768 * textmodes/picture.el (picture-mode-map):
769 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
770 like forward-char and backward-char. (Bug#12317)
771
7e570fbf 7722012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
773
774 * progmodes/flymake.el (flymake-warning-re): New variable.
775 (flymake-parse-line): Use it.
776
7e570fbf 7772012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
778
779 * calendar/holidays.el (holiday-christian-holidays):
780 Rename an entry. (Bug#12289)
781
7e570fbf 7822012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
783
784 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
785 (bug#12222).
786
972debf2
SM
7872012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * loadup.el: Load macroexp. Remove hack.
790 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
791 (macroexp--expand-all): Use it to get better warnings.
792 (macroexp--backtrace, macroexp--trim-backtrace-frame)
793 (internal-macroexpand-for-load): New functions.
794 (macroexp--pending-eager-loads): New var.
795 (emacs-startup-hook): New hack to replace one in loadup.el.
796 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
797 (cl--compiler-macro-cXXr): Move to top, before they can be used.
798 (cl-psetf): Simplify.
799 (cl-defstruct): Add indent rule.
800
8ce192e3
LI
8012012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
802
803 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
804 over `user-mail-address' for the SMTP MAIL FROM envelope.
805 (smtpmail-via-smtp): Ditto.
806
6578b4d8
DG
8072012-09-04 Dmitry Gutov <dgutov@yandex.ru>
808
809 * progmodes/ruby-mode.el: Clean up keybindings.
810 (ruby-mode-map): Don't bind ruby-electric-brace,
811 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
812 backward-kill-word, reindent-then-newline-and-indent.
813 (ruby-mark-defun): Remove.
814 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
815 (ruby-mode): Set local beginning-of-defun-function and
816 end-of-defun-function values.
817
c5e28e39
MR
8182012-09-03 Martin Rudalics <rudalics@gmx.at>
819
820 * window.el (temp-buffer-window-setup-hook)
821 (temp-buffer-window-show-hook): New hooks.
822 (temp-buffer-window-setup, temp-buffer-window-show)
823 (with-temp-buffer-window): New functions.
972debf2
SM
824 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
825 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
826
827 * help.el (temp-buffer-resize-mode): Fix doc-string.
828 (resize-temp-buffer-window): New optional argument WINDOW.
829
830 * files.el (recover-file, save-buffers-kill-emacs):
831 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
832
73406194
MA
8332012-09-02 Michael Albinus <michael.albinus@gmx.de>
834
835 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
836 remote definition of `default-directory', ensure we can connect.
837
63dd1c6f
JL
8382012-09-02 Juri Linkov <juri@jurta.org>
839
840 Toggle whitespace matching mode with M-s SPC.
841 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
842
843 * isearch.el (search-whitespace-regexp): Doc fix.
844 Remove cons cell customization.
845 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
846 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
847 New variables.
848 (isearch-forward, isearch-forward-regexp): Doc fix.
849 (isearch-toggle-lax-whitespace): New command.
850 (search-forward-lax-whitespace, search-backward-lax-whitespace)
851 (re-search-forward-lax-whitespace)
852 (re-search-backward-lax-whitespace): New functions.
853 (isearch-whitespace-regexp): Remove function.
854 (isearch-query-replace): Let-bind replace-search-function and
855 replace-re-search-function.
856 (isearch-occur): Let-bind search-spaces-regexp according to the
857 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
858 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
859 condition for C-q SPC.
860 (isearch-search-fun-default): Use new functions mentioned above.
861 (isearch-search-forward, isearch-search-backward): Remove functions.
862 (isearch-search): Don't let-bind search-spaces-regexp.
863 (isearch-lazy-highlight-space-regexp): Remove variable.
864 (isearch-lazy-highlight-lax-whitespace)
865 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
866 (isearch-lazy-highlight-new-loop): Use them.
867 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
868
af7dda05
CY
8692012-09-02 Chong Yidong <cyd@gnu.org>
870
871 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
872
d67d3afd
GM
8732012-09-02 Glenn Morris <rgm@gnu.org>
874
875 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
876
69678719
GM
8772012-09-01 Glenn Morris <rgm@gnu.org>
878
879 * term.el: Tidy up menu definitions.
880 (term-mode-map): Use easymenu for In/Out, Complete menus.
881 (term-pager-break-map): Initialize in the defvar.
882 (term-terminal-menu, term-signals-menu): Define with easymenu.
883 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
884 (term-pager-menu): New, extracted from term-process-pager.
885 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
886 (term-update-mode-line): Propertize line/char and page items.
887 (term-process-pager): Move keymap initialization elsewhere.
888
78dd6ab1
MR
8892012-09-01 Martin Rudalics <rudalics@gmx.at>
890
891 * window.el (switch-to-prev-buffer): Handle additional values of
892 BURY-OR-KILL argument. Don't switch in minibuffer window.
893 (switch-to-next-buffer): Don't switch in minibuffer window.
894 (quit-restore-window): New function based on quit-window.
895 Handle additional values of former KILL argument.
896 (quit-window): Call quit-restore-window with appropriate
897 interpretation of KILL argument.
898 (display-buffer-below-selected): New buffer display action
899 function.
900
3d10e134
SM
9012012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * minibuffer.el (completion-at-point-functions): Complete docstring
904 (bug#12254).
905
0e23ef9d
PE
9062012-09-01 Paul Eggert <eggert@cs.ucla.edu>
907
908 Better seed support for (random).
909 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
910 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
911 * play/mpuz.el, play/tetris.el, play/zone.el:
912 * calc/calc-comb.el (math-init-random-base):
913 * play/blackbox.el (bb-init-board):
914 * play/life.el (life):
915 * server.el (server-use-tcp):
916 * type-break.el (type-break):
917 Remove unnecessary call to (random t).
918 * net/sasl.el (sasl-unique-id-function):
919 Change (random t) to (random), now that the latter is more random.
920 * play/life.el (life-initialized): Remove no-longer-needed var.
921
862382df
MR
9222012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
923
924 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
925 Consider frame's buffer predicate when choosing the buffer.
926 (Bug#12081)
927
262a66e1
RS
9282012-08-30 Richard Stallman <rms@gnu.org>
929
930 * simple.el (special-mode-map): Delete binding for `z'.
931
f17e1d00
AS
9322012-08-30 Andreas Schwab <schwab@linux-m68k.org>
933
934 * progmodes/compile.el (compilation-always-kill): Doc fix.
935
24777832
CY
9362012-08-30 Chong Yidong <cyd@gnu.org>
937
938 * window.el (display-buffer-reuse-frames): Make the obsolescence
939 message more informative.
940
69ba1f04
GM
9412012-08-30 Glenn Morris <rgm@gnu.org>
942
943 * paren.el (show-paren-delay):
944 Add a :set function. Doc fix. (Bug#12297)
945
f0019ede
MB
9462012-08-29 Martin Blais <blais@furius.ca> (tiny change)
947
948 * progmodes/compile.el (compilation-always-kill): New var.
949 (compilation-start): Use it.
950
35e62fc9
SM
9512012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
952
af070a1c
SM
953 * simple.el (read-only-mode): Move from files.el for bootstrapping.
954 * files.el (read-only-mode): Move to simple.el.
955
35e62fc9
SM
956 * files.el (read-only-mode): New minor mode.
957 (toggle-read-only): Use it and mark obsolete.
958 (find-file--read-only):
959 * vc/vc.el (vc-next-action, vc-checkout):
960 * vc/vc-cvs.el (vc-cvs-checkout):
961 * obsolete/vc-mcvs.el (vc-mcvs-update):
962 * ffap.el (ffap--toggle-read-only): Update callers.
963
c2c43c23
MA
9642012-08-29 Michael Albinus <michael.albinus@gmx.de>
965
966 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
967 remote shell scripts.
968 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
969
970 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
971 "/usr/local/sbin".
972
9fba804b
SM
9732012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
974
975 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
976
eada0861 9772012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 978
806f0cc7
LL
979 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
980 completion-at-point. (Bug#12220)
981
3bb213b9
LL
982 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
983
22ab32ef
LL
984 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
985
eada0861 9862012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 987
19c17fc1
CY
988 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
989 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 990
eada0861 9912012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
992
993 * progmodes/hideif.el (hif-compress-define-list):
994 Fix typo. (Bug#11951)
995
eada0861 9962012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
997
998 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
999 buffer local setting.
1000
27d6c5a8
LL
1001 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
1002 rcirc-encode-coding-system.
1003
eada0861 10042012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
1005
1006 * net/rcirc.el (rcirc-split-message): New function.
1007 (rcirc-send-message): Use it. (Bug#12051)
1008
d44688e4
JL
10092012-08-28 Juri Linkov <juri@jurta.org>
1010
1011 * info.el (Info-fontify-node): Hide empty lines at the end of
1012 the node. (Bug#12272)
1013
34f10d41
MR
10142012-08-27 Drew Adams <drew.adams@oracle.com>
1015
1016 * dired.el (dired-pop-to-buffer): Make window start at beginning
1017 of buffer (Bug#12281).
1018
77f1f99c
CY
10192012-08-26 Chong Yidong <cyd@gnu.org>
1020
1021 * window.el (special-display-regexps, special-display-frame-alist)
1022 (special-display-buffer-names, special-display-function)
1023 (display-buffer-reuse-frames): Mark as obsolete.
1024
1025 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
1026
1027 * help.el (help-print-return-message): Don't treat
1028 display-buffer-reuse-frames specially.
1029
d97af5a0
CY
10302012-08-26 Chong Yidong <cyd@gnu.org>
1031
9fba804b
SM
1032 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1033 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
1034 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
1035 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
1036 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
1037 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
1038 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
1039 the functions directly with gdb-display-buffer-other-frame-action.
1040 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
1041 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
1042 (gdb-display-stack-buffer, gdb-display-locals-buffer)
1043 (gdb-display-registers-buffer): Define directly.
1044 (def-gdb-display-buffer): Macro deleted.
1045 (gdb-display-buffer): Remove second and third args, callers don't
1046 use them. Defer to the default display-buffer behavior, apart
1047 from making windows dedicated.
1048 (gdb-setup-windows): Don't call display-buffer unnecessarily.
1049
1050 * progmodes/gud.el (gud-display-line): Just use display-buffer.
1051
1052 * window.el (display-buffer-pop-up-frame): Handle a
1053 pop-up-frame-parameters alist entry.
1054 (display-buffer): Document it.
1055
dd7ffad6
CY
10562012-08-26 Chong Yidong <cyd@gnu.org>
1057
1058 * isearch.el (search-whitespace-regexp): Make string and nil
1059 values apply to both ordinary and regexp search. Allow a cons
1060 cell value to distinguish between the two.
1061 (isearch-whitespace-regexp, isearch-search-forward)
1062 (isearch-search-backward): New functions.
1063 (isearch-occur, isearch-search-fun-default, isearch-search)
1064 (isearch-lazy-highlight-new-loop): Use them.
1065 (isearch-forward, isearch-forward-regexp): Doc fix.
1066
4c47bd1e
CY
10672012-08-26 Chong Yidong <cyd@gnu.org>
1068
1069 * faces.el (help-argument-name): Always inherit from italic
1070 (Bug#12213).
1071
9aba119d
MR
10722012-08-25 Martin Rudalics <rudalics@gmx.at>
1073
1074 * window.el (window--even-window-heights): Even heights when
1075 WINDOW and the selected window form a vertical combination.
1076 (display-buffer-use-some-window): Provide that window used gets
1077 sized back by quit-window. (Bug#11880) and (Bug#12091)
1078
ca5256ad
PE
10792012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1080
1081 Fix file time stamp problem with bzr and CVS (Bug#12001).
1082 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
1083 in the file's time stamp, since the version control system loses
1084 that information.
1085
d1c0d176
JL
10862012-08-22 Juri Linkov <juri@jurta.org>
1087
1088 * info.el (Info-fontify-node): Hide the suffix of the
1089 Info file name in the header line. (Bug#12187)
1090
141562ff
GM
10912012-08-22 Glenn Morris <rgm@gnu.org>
1092
1093 * calendar/cal-tex.el (cal-tex-weekly-common):
1094 Restore leading blank page.
1095
61a48e19 10962012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
1097
1098 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
1099 the region under `shift-select-mode'. (Bug#12231)
1100
11012012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
1102
1103 * progmodes/executable.el (executable-prefix): Set to "#!" instead
1104 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
1105 gives details on why the space is never needed.
1106
ea95074e
MR
11072012-08-22 Martin Rudalics <rudalics@gmx.at>
1108
9fba804b
SM
1109 * window.el (walk-window-tree, window-with-parameter):
1110 New optional argument MINIBUF to control whether these functions
ea95074e
MR
1111 should run on the minibuffer window.
1112 (window-at-side-list): Don't operate on minibuffer window.
1113 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
1114 (window--size-ignore): Rename to window--size-ignore-p.
1115 Update callers.
caceae25
MR
1116 (display-buffer-in-atom-window, window--major-non-side-window)
1117 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
1118 (delete-side-window, display-buffer-in-side-window):
1119 New functions.
caceae25
MR
1120 (window--side-check, window-deletable-p, delete-window)
1121 (delete-other-windows, split-window): Handle side windows and
1122 atomic windows appropriately.
1123 (window--display-buffer): Call display-buffer-record-window also
1124 when the window buffer did not change.
ea95074e 1125
80a51fa0
CS
11262012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
1127
1128 * help-fns.el (help-fns--key-bindings):
1129 Abbreviate non-symbol remap targets. (Bug#12174)
1130
fbb6300b
MR
11312012-08-22 Martin Rudalics <rudalics@gmx.at>
1132
1133 * dired.el (dired-mark-remembered): Don't clobber point.
1134 (Bug#11795)
1135
2b2c0794
GM
11362012-08-22 Glenn Morris <rgm@gnu.org>
1137
1138 * progmodes/bug-reference.el (bug-reference): New custom group.
1139 (bug-reference-bug-regexp): Make it a defcustom.
1140
37219830
DU
11412012-08-22 Daiki Ueno <ueno@unixuser.org>
1142
1143 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
1144 (js-paren-indent-offset, js-square-indent-offset)
1145 (js-curly-indent-offset): Add :safe (Bug#12257).
1146
94e0e559
EC
11472012-08-22 Edward O'Connor <hober0@gmail.com>
1148
1149 * json.el (json-key-format): Add error properties.
1150 (json-encode-key): New function.
1151 (json-encode-hash-table, json-encode-alist, json-encode-plist):
1152 Use json-encode-key.
1153
da485f5e
GM
11542012-08-22 Glenn Morris <rgm@gnu.org>
1155
1156 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
1157 (cal-tex-leftday, cal-tex-rightday): Remove functions.
1158 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
1159 Update for above change.
1160
c6cc78b8
AS
11612012-08-21 Andreas Schwab <schwab@linux-m68k.org>
1162
1163 * cus-face.el (custom-face-attributes): Fix customize type for the
1164 :underline attribute. (Bug#11805)
1165
5481664a
MR
11662012-08-21 Martin Rudalics <rudalics@gmx.at>
1167
1168 * window.el (window-point-1, set-window-point-1): Remove.
1169 (window-in-direction, record-window-buffer)
1170 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
1171 (window--state-get-1, display-buffer-record-window):
1172 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
1173 window-point and set-window-point respectively.
1174
6d74698e
GM
11752012-08-21 Glenn Morris <rgm@gnu.org>
1176
b7fa2691
GM
1177 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
1178 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
1179 Use it.
1180
52f56d5a
GM
1181 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
1182 (cal-tex-shortday): New function.
1183 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
1184 (cal-tex-cursor-filofax-daily): Use the above.
1185
9f1ee09e
GM
1186 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
1187 New functions.
1188 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1189 (cal-tex-cursor-filofax-week): Use them.
1190
79858159
GM
1191 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
1192 New constants.
1193 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
1194 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
1195
d346b2b4
GM
1196 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
1197 (cal-tex-end-document): Don't rely on buffer name.
1198
b2403709
GM
1199 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
1200 Use cal-tex-vspace.
1201 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
1202 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
1203 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
1204 Use cal-tex-arg.
b2403709 1205
1cebb5c0
GM
1206 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
1207 (cal-tex-cursor-week, cal-tex-cursor-week2)
1208 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
1209 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1210 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
1211 (cal-tex-insert-preamble, cal-tex-b-document)
1212 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
1213 Improve cal-tex-cmd usage.
1214
c68cd5d4
GM
1215 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
1216 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
1217 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
1218 (cal-tex-weekly-paper): New function.
1219 (cal-tex-cursor-week, cal-tex-cursor-week2)
1220 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1221 (cal-tex-cursor-day): Use it.
1222
9dca4801
GM
1223 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
1224 (cal-tex-cursor-filofax-week): Remove leading blank page.
1225
1941e134
GM
1226 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1227 Add autoload cookie. For now at least, don't use color, since
1228 no other cal-tex function does.
1229
6d74698e
GM
1230 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
1231 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1232 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
1233
64cde199
JL
12342012-08-21 Juri Linkov <juri@jurta.org>
1235
1236 * info.el (Info-file-attributes): New variable.
1237 (info-insert-file-contents): Add file attributes to
1238 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
1239 `Info-toc-nodes' when previous modtime of the Info file is less
1240 than new modtime.
1241 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
1242 of info.el. (Bug#12230)
1243
32757648
GM
12442012-08-20 Glenn Morris <rgm@gnu.org>
1245
1246 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
1247 * calendar/holidays.el (calendar-holiday-list):
1248 Report errors with display-warning rather than beep'n'sleep.
1249
a32fbbcf
MA
12502012-08-20 Michael Albinus <michael.albinus@gmx.de>
1251
1252 * net/tramp.el (tramp-accept-process-output): Accept only output
1253 from PROC. Otherwise, process filters and sentinels might be
1254 confused. (Bug#12145)
1255
a05731a0
CY
12562012-08-20 Chong Yidong <cyd@gnu.org>
1257
1258 * descr-text.el (describe-text-properties-1): Use overlays-in to
1259 report on empty overlays (Bug#3322).
1260
36e8d1eb
GM
12612012-08-20 Glenn Morris <rgm@gnu.org>
1262
3d300447
GM
1263 * mail/rmailout.el (rmail-output-read-file-name):
1264 Trap and report errors in rmail-output-file-alist elements.
1265
36e8d1eb
GM
1266 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
1267 since most non-font-lock faces are not also variables).
1268
b96e5814
ER
12692012-08-20 Edward Reingold <reingold@iit.edu>
1270
1271 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
1272 New function. (Bug12160)
1273
7cef3569
GM
12742012-08-19 Glenn Morris <rgm@gnu.org>
1275
1276 * mail/rmailout.el (rmail-output-read-file-name):
1277 Fix previous change (when the alist is nil or does not match).
1278
17975d7f
CY
12792012-08-19 Chong Yidong <cyd@gnu.org>
1280
1281 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
1282 (Bug#12228).
1283
2170b1bd
CY
12842012-08-18 Chong Yidong <cyd@gnu.org>
1285
1286 * simple.el (yank-handled-properties): New defcustom.
1287 (yank-excluded-properties): Add font-lock-face and category.
1288 (yank): Doc fix.
1289
9fba804b
SM
1290 * subr.el (remove-yank-excluded-properties):
1291 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
1292 and category is now done this way, instead of being hard-coded.
1293 (insert-for-yank-1): Remove font-lock-face handling.
1294 (yank-handle-font-lock-face-property)
1295 (yank-handle-category-property): New function.
1296
ee218151
GM
12972012-08-17 Glenn Morris <rgm@gnu.org>
1298
1299 * mail/rmailout.el (rmail-output-read-file-name):
1300 Check rmail-output-file-alist against the full message body
1301 in the correct rmail buffer. (Bug#12214)
1302
4a6bc3fd
MA
13032012-08-17 Michael Albinus <michael.albinus@gmx.de>
1304
9fba804b
SM
1305 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1306 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 1307
383dcbf9
CY
13082012-08-17 Chong Yidong <cyd@gnu.org>
1309
1310 * mouse.el (mouse-appearance-menu): If x-select-font returns a
1311 font spec, set the font directly (Bug#3228).
1312
998c4a6a
MR
13132012-08-17 Martin Rudalics <rudalics@gmx.at>
1314
1315 * window.el (delete-window): Fix last fix.
1316
52162052
MR
13172012-08-16 Martin Rudalics <rudalics@gmx.at>
1318
1319 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
1320 (window-child, window-child-count, window-last-child)
1321 (window-normalize-window, window-combined-p)
1322 (window-combinations, window-atom-root, window-min-size)
1323 (window-sizable, window-sizable-p, window-size-fixed-p)
1324 (window-min-delta, window-max-delta, window--resizable)
1325 (window--resizable-p, window-resizable, window-total-size)
1326 (window-full-height-p, window-full-width-p, window-body-size)
1327 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
1328 (minimize-window, window-deletable-p, delete-window)
1329 (delete-other-windows, set-window-buffer-start-and-point)
1330 (next-buffer, previous-buffer, split-window, balance-windows-2)
1331 (set-window-text-height, window-buffer-height)
1332 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
1333 (truncated-partial-width-window-p): Minor code adjustments.
1334 In doc-strings state whether the argument window has to denote a
85c2386b 1335 live, valid or any window.
52162052 1336
1c308380
PS
13372012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1338
1339 * progmodes/subword.el (subword-forward-function)
1340 (subword-backward-function, subword-forward-regexp)
1341 (subword-backward-regexp): New variables.
1342 (subword-forward, subword-forward-internal, subword-backward-internal):
1343 Use new variables, eg so that different "word" definitions
1344 can be easily used. (Bug#11411)
1345
94c9ece1
SM
13462012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
1349 for composite selectors.
1350 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
1351 operation just because we can't find a previous revision.
1352
f2045622
CY
13532012-08-15 Chong Yidong <cyd@gnu.org>
1354
1355 * frame.el (set-frame-font): Accept font objects.
1356
582db660
SM
13572012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
1360
2f29c200
WJ
13612012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
1362
456e62c2
WJ
1363 * man.el (Man-overstrike-face, Man-underline-face)
1364 (Man-reverse-face): Remove variables.
1365 (Man-overstrike, Man-underline, Man-reverse): New faces.
1366 (Man-fontify-manpage): Use them instead of the variables.
1367 (Man-cleanup-manpage): Comment change.
1368 (Man-ansi-color-map): New variable.
1369 (Man-fontify-manpage): Use it.
1370 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
1371
2f29c200
WJ
1372 Implement ANSI SGR parameters 22-27 (bug#12146).
1373 * ansi-color.el (ansi-colors): Doc fix.
1374 (ansi-color-context, ansi-color-context-region): Doc fix.
1375 (ansi-color--find-face): New function.
1376 (ansi-color-apply, ansi-color-apply-on-region): Use it.
1377 Rename the local variable `face' to `codes' since it is now a list of
1378 ansi codes. Doc fix.
1379 (ansi-color-get-face): Remove.
1380 (ansi-color-parse-sequence): New function, derived from
1381 ansi-color-get-face.
1382 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
1383 codes 22-27.
1384
b4f5e9df
SM
13852012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * subr.el (read-passwd): Allow use from a minibuffer.
1388
ba025fbd
EZ
13892012-08-14 Eli Zaretskii <eliz@gnu.org>
1390
1391 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
1392 inside comments and strings as identifiers.
1393
1394 * progmodes/gud.el (gud-tooltip-print-command): Quote the
1395 expression to evaluate. This allows to evaluate expressions with
1396 embedded whitespace.
1397 (gud-tooltip-tips): Add a blank before the newline in the
1398 message-box text, for the benefit of message-box emulation on
1399 MS-Windows.
1400
1401 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
1402 messages from GDB, pop them up in a tooltip to give feedback to
1403 user.
b4f5e9df
SM
1404 (gdb-tooltip-print-1): Quote the expression to evaluate.
1405 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
1406 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
1407 if the TTY name is nil or empty (which happens when communicating
1408 with the inferior via pipes, e.g. on MS-Windows).
1409 (gdb-internals): If GDB sends a "&\n" empty debugging message,
1410 don't send that to the GUD buffer.
1411
c548f821
GM
14122012-08-14 Glenn Morris <rgm@gnu.org>
1413
1414 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
1415 Optimize away setq-default with no args, as for setq. (Bug#12195)
1416
55802e4a
CY
14172012-08-14 Chong Yidong <cyd@gnu.org>
1418
4abcdac8
CY
1419 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
1420
55802e4a
CY
1421 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
1422 (Bug#12085).
1423
3c3cda1a
GM
14242012-08-14 Glenn Morris <rgm@gnu.org>
1425
1426 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
1427
e1873bd0
MA
14282012-08-14 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
1431 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1432 Use cached shell name.
1433
925411b4
FEG
14342012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1435
1436 * progmodes/python.el (python-shell-send-string):
3c3cda1a 1437 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 1438
e636fafe
DG
14392012-08-14 Dmitry Gutov <dgutov@yandex.ru>
1440
1441 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
1442 (ruby-percent-literal-beg-re): New constant.
1443 (ruby-syntax-general-delimiters-goto-beg): Rename to
1444 `ruby-syntax-enclosing-percent-literal', improve literal type check.
1445 (ruby-syntax-propertize-general-delimiters): Rename to
1446 `ruby-syntax-propertize-percent-literal', it's a shorter and more
1447 popular term. Adjust comments everywhere.
1448 (ruby-syntax-propertize-percent-literal): Only propertize when not
1449 inside a simple string or comment. When the literal is unclosed,
1450 leave the text after it unpropertized.
f063063a
DG
1451 (ruby-syntax-methods-before-regexp): New constant.
1452 (ruby-syntax-propertize-function): Use it to recognize regexps.
1453 Don't look at the text after regexp, just use the whitelist.
e636fafe 1454
e5b19827
AS
14552012-08-14 Andreas Schwab <schwab@linux-m68k.org>
1456
1457 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
1458 non-nil always load the compiled file if it exists. (Bug#12197)
1459
a9f6f311
CY
14602012-08-14 Chong Yidong <cyd@gnu.org>
1461
1462 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
1463 (hi-lock-set-pattern): When deciding whether to use font lock or
1464 overlays, look at font-lock-mode instead of font-lock-fontified
1465 (Bug#12168).
1466 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
1467 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
1468
7d806b1e
DU
14692012-08-14 Daiki Ueno <ueno@unixuser.org>
1470
1471 * subr.el (internal--after-with-selected-window): Fix typo
1472 (Bug#12193).
1473
5beed586
FEG
14742012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
1475
1476 Use `completion-table-dynamic' for completion functions.
1477 * progmodes/python.el
1478 (python-shell-completion--do-completion-at-point)
e636fafe
DG
1479 (python-shell-completion--get-completions):
1480 Remove functions.
5beed586
FEG
1481 (python-shell-completion-complete-at-point): New function.
1482 (python-completion-complete-at-point): Use it.
1483
92cb3b04
J
14842012-08-13 Jambunathan K <kjambunathan@gmail.com>
1485
1486 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
1487 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
1488
89660017
SM
14892012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1490
3c98c962
SM
1491 * subr.el (function-get): Refine `autoload' arg so it can also
1492 autoload functions for gv.el (bug#12191).
1493 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
1494 autoloads macros.
1495
aa7c6dbe
SM
1496 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
1497 Prefer pcase-let over destructuring-bind.
1498 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
1499 Also, remove whitespace as we go, rather than after accumulating the
1500 various places.
1501
89660017
SM
1502 * subr.el (internal--before-with-selected-window)
1503 (internal--after-with-selected-window): Fix typo seleted->selected.
1504 (with-selected-window): Adjust callers.
1505 Reported by Dmitry Gutov <dgutov@yandex.ru>.
1506
31cd32c9
BG
15072012-08-13 Bastien Guerry <bzg@gnu.org>
1508
0fcd3d9f 1509 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
1510 enhancement. (Bug#12172)
1511
1b15d8ad
AS
15122012-08-13 Andreas Schwab <schwab@linux-m68k.org>
1513
31e54db0
AS
1514 * tar-mode.el (tar-header-data-end): Only ignore size for files of
1515 type 1-6.
1516 (tar-header-block-summarize, tar-get-descriptor): Handle pax
1517 extended headers.
1518
1b15d8ad
AS
1519 * files.el (hack-local-variables-filter): Remove useless eval.
1520
35cb9c06
MR
15212012-08-13 Martin Rudalics <rudalics@gmx.at>
1522
1523 * subr.el (with-selected-window): Fix last change.
1524
1439443b
SM
15252012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * subr.el (internal--before-with-seleted-window)
1528 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
1529 (with-selected-window): Use them, to replace dependency on
1530 tty-top-frame.
1439443b 1531
0d9e2599
NN
15322012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
1533
1534 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
1535 binding for `newline'.
1536 (ruby-move-to-block): When moving backward, stop at block opening,
1537 not indentation.
1538 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
1539 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
1540 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1541 `ruby-toggle-block'.
1542
ba10c48c
SM
15432012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * ibuffer.el (ibuffer-do-toggle-read-only):
1546 * dired.el (dired-toggle-read-only):
1547 * buff-menu.el (Buffer-menu-toggle-read-only):
1548 * bindings.el (mode-line-toggle-read-only):
1549 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
1550
9229c658
AS
15512012-08-12 Andreas Schwab <schwab@linux-m68k.org>
1552
1553 * descr-text.el (describe-char): Put the overlays over the
1554 "displayed as" character.
1555
0fd09128
JB
15562012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
1557
1558 * calc/calc-units.el (math-default-units-table): Give an
1559 initial value.
1560 (math-put-default-units): Add options to put composite units and
1561 unit systems in the default units table.
1562 (calc-convert-units): Send composite units to
1563 `math-put-default-units' when appropriate.
1564
9ff9402d 15652012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 1566
fbb5e336
GM
1567 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
1568
7aacaf15
GM
1569 * tutorial.el (help-with-tutorial):
1570 * emacs-lisp/copyright.el (copyright-update-directory):
1571 * emacs-lisp/autoload.el (autoload-find-generated-file)
1572 (autoload-find-file): Disable local eval: (for insurance).
1573
f40b9f10
GM
1574 * files.el (hack-local-variables-filter): If an eval: form is not
1575 known to be safe, and enable-local-variables is :safe, then ignore
1576 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 1577 This is CVE-2012-3479.
f40b9f10 1578
daa9f1a6
SM
15792012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
1582 (rx-form): Simplify.
1583
9cd80478
DG
15842012-08-09 Dmitry Gutov <dgutov@yandex.ru>
1585
0d9e2599
NN
1586 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
1587 ?, _, and : are symbol constituents, ! is not (but kinda should be).
1588 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
1589 (ruby-syntax-propertize-function): Adjust for changes in
1590 `ruby-syntax-propertize-heredoc'.
1591
15922012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
1593
9cd80478
DG
1594 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
1595 binding (use `M-;' instead).
9cd80478 1596 (ruby-singleton-class-p): New function.
0d9e2599 1597 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 1598
d301b413
SM
15992012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
1602
1530c98e
CY
16032012-08-10 Chong Yidong <cyd@gnu.org>
1604
1605 * progmodes/python.el (python-shell-get-process-name): Don't mess
1606 with same-window-buffer-names.
1607
1608 * eshell/eshell.el (eshell-add-to-window-buffer-names)
1609 (eshell-remove-from-window-buffer-names): Make obsolete.
1610 (eshell-buffer-name, eshell-unload-hook): Don't use them.
1611 (eshell): Just use pop-to-buffer-same-window instead.
1612
e1293765
CY
16132012-08-10 Chong Yidong <cyd@gnu.org>
1614
1615 * bindings.el: Bind M-= back to count-words-region.
1616
1617 * simple.el (count-words-region): Accept a prefix arg for acting
1618 on the entire buffer.
1619 (count-words--buffer-message): New helper function.
1620
e1894109
SM
16212012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
1624 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
1625 (event-start, event-end): Use posn-at-point to return a more
1626 informative posn.
1627 (posnp): New function.
1628 * mouse.el (popup-menu-normalize-position): Use it.
1629
c69f56a2
MY
16302012-08-10 Masatake YAMATO <yamato@redhat.com>
1631
1632 * mouse.el (popup-menu-normalize-position): New function.
1633 (popup-menu): Use `popup-menu-normalize-position' to normalize
1634 the form for POSITION argument.
1635
1636 * term/x-win.el (x-menu-bar-open):
1637 Use the value returend from (posn-at-point) as position
1638 passed to `popup-menu'.
1639
31673780
JB
16402012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1641
1642 * calc/calccomp.el (math-compose-expr): Add extra argument
1643 indicating that parentheses should be put around products in
1644 denominators. Give multiplication precedence over division during
1645 composition.
1646
dab7711b
CY
16472012-08-09 Chong Yidong <cyd@gnu.org>
1648
dee4ef93
CY
1649 * man.el (Man-switches, Man-sed-command, Man-awk-command)
1650 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
1651 (Man-untabify-command, manual-program): Convert to defcustom
1652 (Bug#10429).
1653
73e2bbc5
CY
1654 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
1655
3e861c8a
CY
1656 * descr-text.el (describe-char): Don't insert extra newlines
1657 (Bug#10127).
1658
a9f5a649
CY
1659 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
1660 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
1661
dab7711b
CY
1662 * align.el (align-region): Delete temporary markers (Bug#10047).
1663 Plus some code cleanups.
1664
e0cc4efa
FEG
16652012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1666
1667 * progmodes/python.el (python-pdbtrack-tracked-buffer)
1668 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
1669 (python-shell-internal-last-output): Use make-local-variable
1670 instead of make-variable-buffer-local.
1671
489af14f
FEG
16722012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
1673
1674 * progmodes/python.el: Enhancements to forward-sexp.
1675 (python-nav-forward-sexp): Rename from
1676 python-nav-forward-sexp-function.
c69f56a2
MY
1677 (python-nav--forward-sexp, python-nav--backward-sexp):
1678 New functions.
489af14f 1679
0fc50303
JB
16802012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
1681
1682 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
1683 modes and simplification modes.
1684
5d65606a
SM
16852012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * delsel.el (delete-selection-pre-hook): Don't propagate the
1688 file-supersession signals (bug#12161).
1689
4250fdf5
SM
16902012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
1693 (cl-map-extents): Add compatibility aliases (bug#12135).
1694
d9f9b465
MA
16952012-08-08 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
1698 tests by `ignore-error'.
1699 (tramp-find-shell): Open also a new shell, when cache is already
1700 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
1701
ce0fcefa
JL
17022012-08-08 Juri Linkov <juri@jurta.org>
1703
1704 * bookmark.el: Add `defaults' property to the bookmark record.
1705 (bookmark-current-buffer): Doc fix.
1706 (bookmark-make-record): Add `defaults' property with default values
1707 to the bookmark record.
1708 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
1709 with `bookmark-insert-current-bookmark'.
1710 (bookmark-set): Get `defaults' property from the bookmark record
1711 and use it in `read-from-minibuffer'.
1712 (bookmark-insert-current-bookmark): Remove function.
1713
1714 * info.el (Info-bookmark-make-record): Add `defaults' property
1715 with values of canonical Info node name, the current Info file
1716 name and the current Info node name. (Bug#12107)
1717
53fa8652
JL
17182012-08-08 Juri Linkov <juri@jurta.org>
1719
1720 * files.el (basic-save-buffer): Use `buffer-name' as the default
1721 of `read-file-name' when buffer is not visiting a file (bug#12128).
1722
242c0a95
JL
17232012-08-08 Juri Linkov <juri@jurta.org>
1724
1725 * info.el (Info-isearch-search): Doc fix.
1726 (Info-search): Change search-failed message from "initial node" to
1727 "end of node" (bug#12078).
1728 (Info-isearch-search): Change `isearch-string-state' to
1729 `isearch--state-string'.
1730
32ac3a6b
GM
17312012-08-08 Glenn Morris <rgm@gnu.org>
1732
1733 * language/persian.el: Remove file.
f8c1afd5 1734 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
1735 * loadup.el: Remove language/persian.
1736
2c2d9c9c
OF
17372012-08-08 Óscar Fuentes <ofv@wanadoo.es>
1738
1739 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
1740
2d79ec42
FEG
17412012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
1742
1743 * progmodes/python.el Fixed defsubst warning.
1744 (python-syntax-context) Rename from python-info-ppss-context.
1745 (python-syntax-context-type): Rename from
1746 python-info-ppss-context-type.
1747 (python-syntax-comment-or-string-p): Rename from
1748 python-info-ppss-comment-or-string-p.
1749
2bd255dd
JB
17502012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
1751
1752 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
1753
c395097f
AS
17542012-08-07 Andreas Schwab <schwab@linux-m68k.org>
1755
6125983e
AS
1756 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
1757 a defcustom that is quoted with backquote.
1758
4250fdf5
SM
1759 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
1760 Fix handling of interactive spec when the body uses return.
651eaf36
AS
1761 (math-do-arg-check, math-define-function-body): Use backquote forms.
1762 * calc/calc-ext.el (math-defcache): Likewise.
1763 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
1764 * allout.el (allout-new-exposure): Likewise.
1765 * calc/calcalg2.el (math-tracing-integral): Likewise.
1766 * info.el (Info-last-menu-item): Likewise.
1767 * emulation/vip.el (vip-loop): Likewise.
1768 * textmodes/artist.el (artist-funcall): Likewise.
1769 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
1770 Construct menu-item directly.
1771
4250fdf5
SM
1772 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1773 Don't declare.
c395097f 1774
5fb50dd3
CY
17752012-08-07 Chong Yidong <cyd@gnu.org>
1776
1777 * simple.el (deactivate-mark): Preserve text properties when
1778 saving the primary selection (Bug#8384).
1779
54eea618
KR
17802012-08-07 Kevin Ryde <user42@zip.com.au>
1781
1782 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
1783 (woman-parse-numeric-value): On a bad .IP line, issue a warning
1784 and continue processing (Bug#12110).
1785
638eaeb9
SM
17862012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
1789 syntax-propertize-function (bug#10095).
1790
ea376861
SM
17912012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1792
f91b35be
SM
1793 * help-fns.el (help-fns--key-bindings, help-fns--signature)
1794 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
1795 describe-function-1.
1796 (describe-function-1): Use them. Move compiler macro after sig.
1797 (help-fns--compiler-macro): Use function-get. Assume we're already in
1798 standard-output. Adjust layout to new call order.
1799
ea376861
SM
1800 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
1801 re-binding a symbol that has a symbol-macro (bug#12119).
1802
d5be7bd0
MB
18032012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
1804
1805 * language/persian.el: New file. (Bug#11812)
1806 * loadup.el: Add language/persian.el.
1807
90749b53
CY
18082012-08-06 Chong Yidong <cyd@gnu.org>
1809
1810 * window.el (window--maybe-raise-frame): New function.
1811 (window--display-buffer): Split off from here.
1812 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1813 (display-buffer-pop-up-window, display-buffer-use-some-window):
1814 Obey an inhibit-switch-frame action alist entry.
1815 (display-buffer): Update doc.
1816
1817 * replace.el (occur-after-change-function): Avoid losing focus by
1818 using the inhibit-switch-frame display parameter (Bug#12139).
1819
ba7b0154
FEG
18202012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
1821
1822 Make internal shell process buffer names start with space.
1823 * progmodes/python.el (python-shell-make-comint): Add optional
1824 argument INTERNAL.
1825 (run-python-internal): Use it.
1826 (python-shell-internal-get-or-create-process): Check for new
1827 internal buffer names.
1828
5eaeacb5
GM
18292012-08-06 Glenn Morris <rgm@gnu.org>
1830
e296d94b 1831 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
1832 Do less getting and setting of environment variables.
1833
b7ccbdc2
CY
18342012-08-05 Chong Yidong <cyd@gnu.org>
1835
777fe95e
CY
1836 * proced.el (proced): Add substitution string to docstring to
1837 trigger autoloading of the proced library on C-h f (Bug#1768).
1838
4250fdf5
SM
1839 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1840 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
1841
1842 * imenu.el (imenu-generic-expression): Move documentation here
1843 from imenu--generic-function.
1844 (imenu--generic-function): Refer to imenu-generic-expression.
1845
9e3b7800 18462012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
1847
1848 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
1849 indentation declaration.
1850 (viper-loop): Add indentation declaration (Bug#7025).
1851
e5d9c0d1
CY
18522012-08-05 Chong Yidong <cyd@gnu.org>
1853
f0422feb
CY
1854 * help-fns.el (describe-variable): Add hyperlink for
1855 directory-local variables files. Improve buffer-local and
1856 permanent-local reporting; suggested by MON KEY (Bug#6644).
1857
1858 * help-mode.el (help-dir-local-var-def): New button type.
1859
e5d9c0d1
CY
1860 * files.el (kill-buffer-hook): Provide a defvar.
1861
a4f2deaa
GM
18622012-08-05 Glenn Morris <rgm@gnu.org>
1863
1864 * eshell/esh-ext.el (eshell/addpath):
1865 Also update eshell-path-env. (Bug#12013)
1866
a9dd5754
CY
18672012-08-05 Chong Yidong <cyd@gnu.org>
1868
a4f2deaa 1869 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 1870
d014c740
CY
1871 * fringe.el (fringe-styles): Add docstring.
1872 (fringe--check-mode): New function.
1873 (set-fringe-mode, set-fringe-style): Use it.
1874 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
1875
a9dd5754
CY
1876 * files.el (set-auto-mode): Fix invalid setq call.
1877
7c2dc8bd
SM
18782012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * isearch.el: Misc simplification; use defstruct.
1881 (isearch-mode-map): Dense maps now work like sparse ones.
1882 (isearch--state): New defstruct.
1883 (isearch-string-state, isearch-message-state, isearch-point-state)
1884 (isearch-success-state, isearch-forward-state)
1885 (isearch-other-end-state, isearch-word-state, isearch-error-state)
1886 (isearch-wrapped-state, isearch-barrier-state)
1887 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
1888 replaced by defstruct's accessors.
1889 (isearch--set-state): Rename from isearch-top-state and change
1890 calling convention.
1891 (isearch-push-state): Use new isearch--get-state.
1892 (isearch-toggle-word): Disable regexp when enabling word.
1893 (isearch-message-prefix): Remove unused arg _c-q-hack.
1894 (isearch-message-suffix): Remove unused arg _ellipsis.
1895
7fcc0070
AS
18962012-08-04 Andreas Schwab <schwab@linux-m68k.org>
1897
1898 * simple.el (list-processes--refresh): For a server use :host or
1899 :local as the address.
97ad0769 1900 (list-processes): Doc fix.
7fcc0070 1901
a11035b8 19022012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
1903
1904 * lisp/mpc.el: Support password in host argument.
1905 (mpc--proc-connect): Parse and use new password element.
1906 Set mpc-proc variable instead of returning process.
1907 (mpc-proc): Adjust accordingly.
1908
6dad7178
EZ
19092012-08-03 Eli Zaretskii <eliz@gnu.org>
1910
18949c2f
EZ
1911 * whitespace.el (whitespace-display-mappings): Use Unicode
1912 codepoints, instead of emacs-mule codepoints. See
1913 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
1914 for the details.
1915
6dad7178
EZ
1916 * files.el (file-truename): Don't skip symlink-chasing part on
1917 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
1918 Windows into the loop that recursively chases symlinks.
1919 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
1920 MS-DOS.
1921
385b0198
CY
19222012-08-03 Chong Yidong <cyd@gnu.org>
1923
6200f3c4
CY
1924 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
1925
385b0198
CY
1926 * sort.el (sort-regexp-fields): Doc fix.
1927
b9e74744
TH
19282012-08-03 Tassilo Horn <tsdh@gnu.org>
1929
1930 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
1931 labels regex position point at the expected place.
1932
41013cb4
MK
19332012-08-03 MON KEY <monkey@sandpframing.com>
1934
1935 * net/imap.el (imap-interactive-login, imap-authenticate)
1936 (imap-mailbox-lsub, imap-mailbox-list)
1937 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
1938 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
1939 (imap-parse-response): Doc fix.
1940
0ffee616
JT
19412012-08-03 João Távora <joaotavora@gmail.com>
1942
1943 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
1944 if sexp scanning does not move point (Bug#5734).
1945
cfcc9cc8
TH
19462012-08-02 Tassilo Horn <tsdh@gnu.org>
1947
1948 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
1949 Add listings, minted, and ctable packages.
1950 (reftex-label-alist-builtin): Move listings, minted, and ctable
1951 entries before LaTeX.
a01bbb84 1952 (reftex-label-alist): Docfix.
cfcc9cc8 1953
66ec2442
BG
19542012-08-02 Bastien Guerry <bzg@gnu.org>
1955
1956 * replace.el (occur): Fix docstring (bug#12122).
1957
837b365b
GM
19582012-08-02 Glenn Morris <rgm@gnu.org>
1959
1960 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
1961
e098de97
PE
19622012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1963
1964 Obsolete alias inactivate-current-input-method-function (Bug#10150).
1965 * international/mule-cmds.el: Create
1966 inactivate-current-input-method-function as an obsolete alias for
1967 deactivate-current-input-method-function. See Katsumi Yamaoka in
1968 <http://bugs.gnu.org/10150#46>.
1969
a0f95636
JB
19702012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
1971
1972 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
1973 of nested `if's.
1974
0d26d7c4
GM
19752012-08-01 Glenn Morris <rgm@gnu.org>
1976
1977 * progmodes/autoconf.el (autoconf-definition-regexp):
1978 Add AH_TEMPLATE, adjust submatch numbering.
1979 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
1980 (autoconf-current-defun-function): Update for above change.
1981 (autoconf-current-defun-function): First skip to end of current word.
1982
b686ba06
RS
19832012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
1984
1985 * calendar/cal-html.el (cal-html-insert-agenda-days):
1986 Fix typo. (Bug#12018)
1987
0d49da68
FEG
19882012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
1989
1990 Shell processes: enhancements to startup and CEDET compatibility.
1991 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
1992 (python-shell-make-comint): accept-process-output at startup.
1993 (run-python-internal): Set inferior-python-mode-hook to nil.
1994 (python-shell-internal-get-or-create-process): call sit-for.
1995 (python-preoutput-result): Add obsolete alias.
1996 (python-shell-internal-send-string): Use it.
1997 (python-shell-send-setup-code): Remove call to
1998 accept-process-output.
1999
f1a71c6e
AS
20002012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2001
2002 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
2003 (Bug#12108)
2004
d2605269
JB
20052012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
2006
2007 * calc-mode.el (calc-basic-simplification-mode): Rename from
2008 `calc-limited-simplification-mode'.
2009 (calc-alg-simplification-mode): New function.
fc0c31f8 2010 (calc-set-simplify-mode): Adjust message.
f1a71c6e 2011
d2605269
JB
2012 * calc.el (calc-set-mode-line): Adjust mode line display for
2013 basic simplification mode.
2014
2015 * calc-help.el (calc-m-prefix-help): Update help message.
2016
2017 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
2018 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
2019
a3827a43
BG
20202012-07-31 Bastien Guerry <bzg@gnu.org>
2021
2022 * man.el (man): Fix comment. (bug#12101)
2023
502e3f89
MR
20242012-07-31 Martin Rudalics <rudalics@gmx.at>
2025
2026 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2027 Don't return a non-nil value when no suitable buffer was found.
2028
d7714961
FEG
20292012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
2030
2031 * progmodes/python.el (run-python-internal): Disable font lock for
2032 internal shells.
2033
1f45e27e
SM
20342012-07-30 Stefan Merten <smerten@oekonux.de>
2035
2036 * rst.el: Silence `checkdoc-ispell'.
2037 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
2038 (rst-official-version, rst-official-cvs-rev)
2039 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
2040 (rst-mode-map): New key binding.
2041
0aee6912
PE
20422012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2043
2044 Update .PHONY listings in makefiles.
2045 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
2046 autoloads, update-subdirs, updates, bzr-update, update-authors,
2047 compile-onefile, compile-calc, backup-compiled-files,
2048 compile-after-backup, compile-one-process, mh-autoloads,
2049 bootstrap-clean, distclean, maintainer-clean.
2050
9052f9f0
JB
20512012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
2052
1823ac5a
JB
2053 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
2054 (calc-set-mode-line): Don't display "AlgSimp ".
2055
2056 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
2057 (calc-lim-simplify-mode): New function.
2058 (calc-set-simplify-mode): Default to 'alg.
2059 (calc-default-simplify-mode): Make algebraic simplifications
2060 the default.
2061
2062 * calc/calc-ext.el (calc-init-extensions): Remove binding for
2063 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
2064
8d7c7eed 2065 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
2066 indicate new simplification modes.
2067
1823ac5a
JB
2068 * calc/README: Mention new default simplification mode.
2069
9052f9f0
JB
2070 * calc/calc.el (math-normalize-error): New variable.
2071 (math-normalize): Set `math-normalize-error' to t
2072 when there's an error.
2073
2074 * calc/calc-alg.el (math-simplify): Don't simplify when
2075 `math-normalize' returns an error.
2076
20ba0cb4
EZ
20772012-07-29 Eli Zaretskii <eliz@gnu.org>
2078
2079 * international/mule-cmds.el (set-locale-environment): Revert last
2080 change, since display-graphic-p returns nil when this function is
2081 called during startup. Instead...
2082
2083 * term/w32console.el (terminal-init-w32console): ...setup the
2084 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
2085
a5dcc929
JL
20862012-07-29 Juri Linkov <juri@jurta.org>
2087
2088 * simple.el (goto-line): Don't display default line number in the
2089 prompt because it should be displayed by `read-number' (bug#9952).
2090 Add the current line number to the defaults of `goto-line' to
2091 allow its easier modification by users with `M-n' (bug#9201).
2092
2093 * subr.el (read-number): Support multiple default values like in
2094 other minibuffer reading functions. Replace `read' with
2095 `string-to-number' for consistency with `number-to-string'.
2096
72b255c7
PE
20972012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2098
2099 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
2100 * emulation/viper-init.el (viper-deactivate-input-method-action):
2101 Rename from viper-inactivate-input-method-action.
2102 (viper-deactivate-input-method):
2103 Rename from viper-inactivate-input-method.
2104 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
2105 * international/mule-cmds.el (deactivate-input-method):
2106 Rename from inactivate-input-method.
2107 Also run input-method-deactivate-hook.
2108 (deactivate-current-input-method-function):
2109 Rename from inactivate-current-input-method-function.
2110 (input-method-deactivate-hook): New hook.
2111 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
2112 (inactivate-input-method): Mark obsolete.
2113
72b255c7
PE
2114 * international/quail.el (quail-activate):
2115 Also run quail-deactivate-hook.
2116 (quail-deactivate): Rename from quail-inactivate.
2117 * international/robin.el (robin-activate):
2118 Also run robin-deactivate-hook.
2119 (robin-deactivate): Rename from robin-inactivate.
2120
2549c068
CY
21212012-07-29 Chong Yidong <cyd@gnu.org>
2122
2123 * simple.el (indicate-copied-region): New function.
2124 (kill-ring-save): Split off from here.
2125
2126 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
2127 (kill-rectangle): Set deactivate-mark to t on read-only error.
2128
2129 * register.el (copy-to-register, copy-rectangle-to-register):
2130 Deactivate the mark, and use indicate-copied-region (Bug#10056).
c69f56a2
MY
2131 (append-to-register, prepend-to-register):
2132 Call 2012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
2133
2134 * simple.el (async-shell-command-buffer): New defcustom.
2135 (shell-command): Use it. (Bug#4719)
2136
01bd1b0d
EZ
21372012-07-28 Eli Zaretskii <eliz@gnu.org>
2138
2139 * international/mule-cmds.el (set-locale-environment): In a
2140 console session on MS-Windows, set up keyboard and terminal
2141 encoding from the OEM codepage, not the ANSI codepage.
2142 (Bug#12055)
2143
a55739d3
CY
21442012-07-28 Chong Yidong <cyd@gnu.org>
2145
2146 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
2147 gdb-get-location.
2148
0e1a094f 21492012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
2150
2151 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
2152 the alist (bug#12029).
2153
20329d73
EZ
21542012-07-28 Eli Zaretskii <eliz@gnu.org>
2155
2156 * makefile.w32-in (custom-deps, finder-data, updates, compile)
2157 (compile-always, compile-first)
2158 ($(lisp)/calendar/cal-loaddefs.el)
2159 ($(lisp)/calendar/diary-loaddefs.el)
2160 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
2161 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
2162 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
2163 instead of on update-subdirs.
2164 (bootstrap-clean): Delete $(lisp)/subdirs.el.
2165
345a2258
CY
21662012-07-28 Chong Yidong <cyd@gnu.org>
2167
1eee6341
CY
2168 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
2169 directory if vc-deduce-backend returns nil (Bug#7350).
2170
345a2258
CY
2171 * simple.el (delete-trailing-lines): New option.
2172 (delete-trailing-whitespace): Obey it (Bug#11879).
2173
049a0936
DE
21742012-07-28 David Engster <deng@randomsample.de>
2175
2176 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
2177 Explanation of new 'symbol-qnames feature in doc-strings.
2178 (xml-maybe-do-ns): Return expanded names as plain symbols if
2179 'symbol-qnames was provided in XML-NS argument (Bug#11916).
2180 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
2181
aa81af71
FEG
21822012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2183
2184 Consistent completion in inferior python with emacs -nw.
2185 * progmodes/python.el (inferior-python-mode): replace "<tab>"
2186 binding in inferior-python-mode-map with "\t".
2187 (python-shell-completion-complete-at-point)
2188 (python-completion-complete-at-point): Remove interactive spec.
2189
e827b1eb
JB
21902012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2191
2192 * calc/calccomp.el (math-compose-expr): Undo previous change.
2193
a90dfb95
FEG
21942012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
2195
4250fdf5 2196 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
2197 run-python.
2198 (python-shell-make-comint): Fix pop-to-buffer call.
2199 (run-python): Autoload. New arg SHOW.
2200 (python-shell-get-or-create-process): Do not pop python process
2201 buffer.
2202
32770973 22032012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
2204
2205 * notifications.el (notifications-on-action-signal)
2206 (notifications-on-closed-signal): Use also the bus address for the map.
2207 (notifications-notify, notifications-close-notification)
fc0c31f8 2208 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 2209
86332df2
TH
22102012-07-27 Tassilo Horn <tsdh@gnu.org>
2211
4250fdf5
SM
2212 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2213 Add support for the lstlisting and minted environments, and for the
86332df2
TH
2214 ctable macro.
2215 * textmodes/reftex.el (reftex-compile-variables): Also recognize
2216 labels written in keyvals syntax.
2217
ca1302a4
JB
22182012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
2219
2220 * calc/calccomp.el (math-compose-expr): Use parentheses when
2221 there is a product in the denominator of a fraction.
2222
f8b91036
EZ
22232012-07-26 Eli Zaretskii <eliz@gnu.org>
2224
2225 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
2226 ($(lisp)/calendar/diary-loaddefs.el)
2227 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
2228 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
2229 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
2230 rewritten while the autoload files are built at the same time,
2231 which needs to load subdirs.el.
2232
c8e5a42c
MR
22332012-07-26 Martin Rudalics <rudalics@gmx.at>
2234
2235 * mouse.el (popup-menu): Fix doc-string and re-indent code.
2236 (mouse-drag-line): Don't exit tracking when a switch-frame or
2237 switch-window event occurs (Bug#12006).
2238
670d85ea
SM
22392012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * mouse.el (popup-menu): Fix last change.
2242
7abaf5cc
SM
22432012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 Autoload from Lisp with more care. Follow aliases when looking for
2246 function properties.
2247 * subr.el (autoloadp): New function.
2248 (symbol-file): Use it.
2249 (function-get): New function.
2250 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
2251 autoload-do-load.
2252 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
2253 (lisp-indent-function):
2254 * emacs-lisp/gv.el (gv-get):
2255 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
2256 * emacs-lisp/byte-opt.el (byte-optimize-form):
2257 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
2258 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
2259 Use function-get.
2260 * emacs-lisp/cl.el: Don't propagate function properties any more.
2261
2262 * speedbar.el (speedbar-add-localized-speedbar-support):
2263 * emacs-lisp/disass.el (disassemble-internal):
2264 * desktop.el (desktop-load-file):
2265 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
2266 (describe-function-1):
2267 * emacs-lisp/find-func.el (find-function-noselect):
2268 * emacs-lisp/elp.el (elp-instrument-function):
2269 * emacs-lisp/advice.el (ad-has-proper-definition):
2270 * apropos.el (apropos-safe-documentation, apropos-macrop):
2271 * emacs-lisp/debug.el (debug-on-entry):
2272 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
2273 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2274 * calc/calc.el (name): Use autoloadp & autoload-do-load.
2275
b1364986
AA
22762012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
2277
2278 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
2279 function, not an obsolete variable (Bug#12046).
2280
67ada220
AS
22812012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2282
2283 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
2284
f08088e3
CS
22852012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2286
2287 * emacs-lisp/pp.el (pp-display-expression): Select old selected
2288 window only if it is still live (Bug#12034).
2289
8137e7b3
MR
22902012-07-25 Martin Rudalics <rudalics@gmx.at>
2291
2292 * subr.el (redirect-frame-focus): Add advertised calling
2293 convention (Bug#12030).
2294
09ae5da1
PE
22952012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2296
2297 Prefer typical American spelling for "acknowledgment".
2298 * vc/add-log.el (change-log-acknowledgment): Rename from
2299 change-log-acknowledgement, with an alias for the old name.
2300
3cc5a3a8
JB
23012012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
2302
2303 * calc-alg.el (math-simplify-divide): Don't cross multiply
2304 in an equation when the lhs is a variable.
2305
b7af7f62
JD
23062012-07-24 Julien Danjou <julien@danjou.info>
2307
2308 * net/netrc.el (netrc-find-service-number, netrc-store-data):
2309 Remove, unused.
2310
ec1b09b1
EZ
23112012-07-23 Eli Zaretskii <eliz@gnu.org>
2312
2313 * startup.el (command-line): Don't display an empty user name in
2314 the error message about non-existent home directory, when
2315 init-file-user was set to an empty string. See
2316 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
2317 for the details and context.
2318
b525fd8a
VB
23192012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
2320
2321 * ses.el (ses-cell-formula-aset): New macro.
2322 (ses-cell-references-aset): New macro.
2323 (ses-cell-p): New function.
2324 (ses-rename-cell): Do no longer rely on complex operations like
2325 ses-cell-set-formula or ses-set-cell to change the cell and handle
2326 the undo at the same time, but rather use lower level new macros
2327 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 2328 the undo directly. Refresh the mode line.
b525fd8a 2329
2c73e345
LL
23302012-07-21 Leo Liu <sdl.web@gmail.com>
2331
670d85ea
SM
2332 * progmodes/cc-cmds.el (c-defun-name):
2333 Use match-string-no-properties instead for consistency.
2c73e345 2334
542dfbde
LL
23352012-07-20 Leo Liu <sdl.web@gmail.com>
2336
3646bcd6
LL
2337 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
2338 (Bug#7879)
2339
542dfbde
LL
2340 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
2341
25721031
CY
23422012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
2345 * progmodes/bug-reference.el, misearch.el: Provide themselves
2346 (bug#11915).
2347
2348 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
2349 of narrowed buffer (bug#11966).
2350
316e68a7
VB
23512012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
2352
2353 * ses.el (ses-rename-cell): Set new name also in reference list of
2354 cells of which the renamed cell depends.
2355
bbf0e7d9
MY
23562012-07-20 Masatake YAMATO <yamato@redhat.com>
2357
2358 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
2359 to check whether menu-bar is shown or not. If not shown,
2360 show the menu-bar as a popup menu instead of using tmm.
2361 * mouse.el (popup-menu): Accept `point' as `position' argument.
2362
c28662a8
DG
23632012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2364
2365 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
2366 up inside string symbol literal (bug#11923).
2367
87ab808f
EZ
23682012-07-20 Eli Zaretskii <eliz@gnu.org>
2369
2370 * startup.el (fancy-startup-text): Read the whole tutorial, not
2371 just its first 256 bytes. Prevents gibberish in display of the
2372 tutorial title.
2373
89dea803
DA
23742012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2375
2376 Drop idle buffer compaction due to an absence of the
2377 proved efficiency.
2378 * compact.el: Remove.
2379
8a4e6db8
SS
23802012-07-19 Sam Steingold <sds@gnu.org>
2381
2382 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
2383 vc-bzr-pull & vc-bzr-merge-branch.
2384 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
2385 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
2386 for consistency with compilation-error-regexp-alist.
2387 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
2388 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
2389 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
2390 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
2391
5db81e33
SM
23922012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2393
2394 * emacs-lisp/chart.el: Use lexical-binding.
2395 (chart-emacs-storage): Don't hardcode the list of entries.
2396
5b835e1d
DA
23972012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2398
2399 Next round of tweaks caused by Fgarbage_collect changes.
2400 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
2401
9cd47b72
DA
24022012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
2403
2404 Compact buffers when idle.
2405 * compact.el: New file.
2406
1d6fc0df
SM
24072012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * subr.el (eventp): Presume that if it looks vaguely like an event,
2410 it's an event (bug#10190).
2411
1d29cc7d
FEG
24122012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
2413
2414 Enhancements to ppss related code (thanks Stefan).
2415 * progmodes/python.el (python-indent-context)
2416 (python-indent-calculate-indentation, python-indent-dedent-line)
2417 (python-indent-electric-colon, python-nav-forward-block)
2418 (python-mode-abbrev-table)
1d6fc0df 2419 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
2420 for ppss context.
2421 (python-info-continuation-line-p): Cleanup.
2422 (python-info-ppss-context): Do not catch 'quote.
2423 (python-info-ppss-context-type)
2424 (python-info-ppss-comment-or-string-p): Simplify.
2425
d583cbe6
FEG
24262012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
2427
2428 * progmodes/python.el: Enhancements to eldoc support.
2429 (python-info-current-symbol): New function.
2430 (python-eldoc-at-point): Use python-info-current-symbol.
2431 (python-info-current-defun): Fix cornercase on first defun scan.
2432 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
2433 and signal error when no inferior python process is available.
2434
eceb6feb
DG
24352012-07-18 Dmitry Gutov <dgutov@yandex.ru>
2436
2437 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
2438 assume it's always t.
2439 (vc-git-registered): Remove caching, the function is only called
2440 once.
2441 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
2442
4c8ff0fe
CY
24432012-07-18 Chong Yidong <cyd@gnu.org>
2444
19fb7186
CY
2445 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
2446
9587c688
CY
2447 * simple.el (count-words): Report on narrowing (Bug#9959).
2448
0fe776a1
CY
2449 * bindings.el: Bind M-= to count-words.
2450
4c8ff0fe
CY
2451 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
2452
7f5331cc
MY
24532012-07-18 Masatake YAMATO <yamato@redhat.com>
2454
2455 * progmodes/sh-script.el (sh-imenu-generic-expression):
2456 Capture a function with `function' keyword and without parentheses
2457 like "function FOO" (bug#11856).
2458
2dc2a609
TH
24592012-07-18 Tassilo Horn <tassilo@member.fsf.org>
2460
2461 * window.el (split-window-sensibly): Make WINDOW argument
2462 optional.
2463
439f7677
CY
24642012-07-18 Chong Yidong <cyd@gnu.org>
2465
9aeb25a6
CY
2466 * subr.el (keyboard-translate): Doc fix (Bug#7261).
2467
439f7677
CY
2468 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
2469 and make C-x 8 RET exit isearch (Bug#11439).
2470
2471 * international/iso-transl.el: Move isearch-mode-map key
2472 definitions to isearch.el.
2473
12999ea8
SM
24742012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
2477 (eieio-defclass): Use gv-define-setter when possible.
2478
3ab6e069
DA
24792012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
2480
2481 Reflect recent changes in Fgarbage_collect.
2482 * emacs-lisp/chart.el (chart-emacs-storage): Change to
2483 reflect new format of data returned by Fgarbage_collect.
2484
0a60bc10
FEG
24852012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2486
2487 New utility functions + python-info-ppss-context fix (Bug#11910).
2488 * progmodes/python.el (python-info-beginning-of-block-statement-p)
2489 (python-info-ppss-comment-or-string-p): New functions.
2490 (python-info-ppss-context): Small fix for string check.
2491
6dafa0d5
JL
24922012-07-17 Juri Linkov <juri@jurta.org>
2493
2494 * dired-aux.el (dired-do-async-shell-command): Doc fix.
2495 (dired-do-async-shell-command): Don't add `*' at the end of the
2496 command (Bug#11815).
2497 (dired-do-shell-command): Doc fix.
2498 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
2499 Join the individual commands using either "&" or ";" as the
2500 separator depending on the values of these trailing characters.
2501 At the end re-add the trailing "&". (Bug#10598)
2502
2503 * simple.el (async-shell-command): Sync the interactive spec with
2504 `shell-command'. Doc fix.
2505 (shell-command): Doc fix.
2506
b19dd9d1
JL
25072012-07-17 Juri Linkov <juri@jurta.org>
2508
2509 * descr-text.el (describe-char): Fix format args. (Bug#10129)
2510
bcdc27d7 25112012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 2512
bcdc27d7 2513 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
2514 * progmodes/python.el (python-nav-beginning-of-statement):
2515 Rename from python-nav-statement-start.
bcdc27d7
FEG
2516 (python-nav-end-of-statement): Rename from
2517 python-nav-statement-end.
2518 (python-nav-beginning-of-block): Rename from
2519 python-nav-block-start.
2520 (python-nav-end-of-block): Rename from python-nav-block-end.
2521
191da00e
FEG
25222012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
2523
7f5331cc
MY
2524 * progmodes/python.el (python-shell-send-string-no-output):
2525 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
2526 future interactions (Bug#11868).
2527
4dc7c8d5 25282012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 2529
88ecaf8f
SM
2530 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
2531
ef501ef0
SM
2532 * emacs-lisp/elint.el (elint-find-args-in-code):
2533 Use help-function-arglist, so as to handle lexical byte-code.
2534
aa7aaf8f
SM
2535 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
2536 change (bug#11826).
2537
45fd731c
SM
25382012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2143fa32
SM
2540 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2541 Avoid spuriously marking the buffer as modified because of c-is-sws.
2542
efc26dbe
SM
2543 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2544 as not-a-comment (bug#11946).
2545
f5695c9a
SM
2546 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
2547 for uninterned vars.
2548
2549 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
2550 Use read-event since we don't really want to read chars but bytes.
2551
45fd731c
SM
2552 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
2553 $$..$$ but also $..$ using regexps (bug#11953).
2554 Use tex-verbatim for \url and \path.
2555 (tex-font-lock-keywords): Define as defconst like the others.
2556 (tex-common-initialization): Don't use font-lock-syntax-table any more.
2557
ddfc8813
RK
25582012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
2559
2560 * international/mule-cmds.el (ucs-insert): Make it an obsolete
2561 alias for insert-char.
2562
758e556a
FEG
25632012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2564
2565 * progmodes/python.el: Simplified imenu implementation.
2566 (python-nav-jump-to-defun): Remove command.
2567 (python-mode-map): Use `imenu' instead.
2568 (python-nav-list-defun-positions-cache)
2569 (python-imenu-include-defun-type, python-imenu-make-tree)
2570 (python-imenu-subtree-root-label, python-imenu-index-alist):
2571 Remove vars.
2572 (python-nav-list-defun-positions, python-nav-read-defun)
2573 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
2574 (python-imenu-make-tree, python-imenu-create-index):
2575 Remove functions.
758e556a
FEG
2576 (python-mode): Update to interact with imenu by setting
2577 `imenu-extract-index-name-function' only.
2578
032d23ab
FEG
25792012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
2580
2581 * progmodes/python.el: Enhancements to navigation commands.
2582 (python-nav-backward-sentence)
2583 (python-nav-forward-sentence): Remove.
2584 (python-nav-backward-statement, python-nav-forward-statement)
2585 (python-nav-statement-start, python-nav-statement-end)
2586 (python-nav-backward-block, python-nav-forward-block)
2587 (python-nav-block-start, python-nav-block-end)
2588 (python-nav-forward-sexp-function)
2589 (python-info-current-line-comment-p)
2590 (python-info-current-line-empty-p): New functions.
2591 (python-indent-context): Use `python-nav-statement-start'.
2592
01795a1b
MA
25932012-07-16 Michael Albinus <michael.albinus@gmx.de>
2594
9328d9aa
MA
2595 * eshell/em-ls.el (eshell/ls): Use `apply'.
2596
2597 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
2598 multi-hops, instead of Tramp internals.
2599
01795a1b
MA
2600 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
2601
2602 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
2603 when F1 and F2 are located on different hosts.
2604
63408057
CY
26052012-07-14 Chong Yidong <cyd@gnu.org>
2606
2607 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
2608 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
2609 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
2610 (xterm-mouse--read-event-sequence-1000)
2611 (xterm-mouse--read-event-sequence-1006): New functions. For old
2612 mouse protocol, handle M-mouse-X events correctly.
2613 (xterm-mouse-event): New arg specifying mouse protocol.
2614 (turn-on-xterm-mouse-tracking-on-terminal)
2615 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
2616 sequence to toggle extended coordinates on newer XTerms.
2617 This appears to be harmless on terminals which do not support this.
63408057 2618
cd276f6e
LL
26192012-07-14 Leo Liu <sdl.web@gmail.com>
2620
28ca98ac
LL
2621 Add fringe bitmap indicators for flymake. (Bug#11253)
2622 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
2623 (flymake-make-overlay): New arg BITMAP.
2624 (flymake-error-bitmap, flymake-warning-bitmap)
2625 (flymake-fringe-indicator-position): New user variables.
2626
cd276f6e
LL
2627 * fringe.el: New bitmap exclamation-mark.
2628
04408072
JD
26292012-07-14 Jan Djärv <jan.h.d@swipnet.se>
2630
2631 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
2632 also (Bug#7879).
2633
b5cf7fc4
CY
26342012-07-14 Chong Yidong <cyd@gnu.org>
2635
2636 * electric.el (electric-pair-post-self-insert-function): Fix pair
2637 insertion in empty-region case (Bug#11520).
2638
be755c79
RT
26392012-07-14 Chong Yidong <cyd@gnu.org>
2640
45fd731c
SM
2641 * bindings.el: Consolidate ctl-x-r-map bindings.
2642 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
2643
2644 * rect.el, register.el: Move bindings to bindings.el.
2645
26462012-07-14 Reuben Thomas <rrt@sc3d.org>
2647
2648 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
2649
7f5b3198
AS
26502012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2651
2652 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
2653
97662200
JB
26542012-07-13 Juanma Barranquero <lekktu@gmail.com>
2655
80185fed
JB
2656 * bindings.el (top): Use `mapc' instead of `mapcar'.
2657
97662200
JB
2658 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
2659
2bb1ae55
MA
26602012-07-13 Michael Albinus <michael.albinus@gmx.de>
2661
2662 * progmodes/sql.el (sql-comint): Suppress the check for program on
2663 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
2664 (Bug#11908)
2665
dea31bd3
CY
26662012-07-13 Chong Yidong <cyd@gnu.org>
2667
2668 * bindings.el: Assign a non-nil permanent-local property to
2669 per-buffer variables which lack a default value (Bug#11930).
2670
2671 * help-fns.el (describe-variable): In the "automatically becomes
2672 local" notice, take note of permanent-local variables.
2673
b68b3337
CY
26742012-07-13 Chong Yidong <cyd@gnu.org>
2675
2676 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
2677 to allow printing the message when called from Lisp.
2678
2679 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2680 Remove toggle-read-only.
2681
2682 * bs.el (bs-toggle-readonly):
45fd731c
SM
2683 * buff-menu.el (Buffer-menu-toggle-read-only):
2684 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
2685
2686 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
2687 Remove with-no-warnings around toggle-read-only.
2688 (ffap-read-only, ffap-read-only-other-window)
2689 (ffap-read-only-other-frame): Callers changed.
2690
2691 * help-mode.el: Don't require view package.
2692 (help-mode-finish): Set buffer-read-only instead of calling
2693 toggle-read-only.
2694
2695 * bindings.el (mode-line-toggle-read-only):
2696 * dired.el (dired-toggle-read-only):
2697 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
2698 with non-nil second arg.
2699
2700 * emacs-lisp/eieio-custom.el (eieio-customize-object):
2701 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
2702 directly.
2703
56bc1586
EZ
27042012-07-12 Eli Zaretskii <eliz@gnu.org>
2705
2706 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
2707 not incf.
2708
a464a6c7
SM
27092012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 More CL cleanups and reduction of use of cl.el.
2712 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
2713 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
2714 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
2715 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
2716 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
2717 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
2718 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
2719 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
2720 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
2721 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
2722 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
2723 * eshell/em-cmpl.el, eshell/em-banner.el:
2724 * calendar/parse-time.el: Use cl-lib.
2725 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
2726 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
2727 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
2728 * term/ns-win.el, term.el, shell.el, ps-samp.el:
2729 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
2730 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
2731 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
2732 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
2733 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
2734 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
2735 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
2736 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
2737 `lambda' rather than with `quote'.
2738 (eshell-do-opt): Adjust accordingly.
2739 (eshell-process-option): Simplify.
2740 * eshell/esh-var.el:
2741 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
2742 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
2743 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
2744 to `pcase--dontcare'.
2745 * emacs-lisp/cl.el (labels): Mark obsolete.
2746 (cl--letf, letf): Move to cl-lib.
2747 (cl--letf*, letf*): Remove.
2748 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
2749 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
2750 (cl-progv): Rewrite.
2751 (cl--letf, cl-letf): Move from cl.el.
2752 (cl-letf*): New macro.
2753 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
2754
7ad4afe1
MA
27552012-07-11 Michael Albinus <michael.albinus@gmx.de>
2756
2757 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
2758
9af57756
CY
27592012-07-11 Chong Yidong <cyd@gnu.org>
2760
2761 * vc/log-edit.el (log-edit-vc-backend): New variable.
2762 (log-edit): Doc fix.
2763
2764 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
2765 argument of log-edit to set up all local variables.
2766 (vc-start-logentry): New optional arg specifying VC backend.
2767
2768 * vc/vc.el (vc-checkin): Use it.
2769 (vc-deduce-fileset): Handle Log Edit buffers.
2770 (vc-diff): Make first argument optional too.
2771
2772 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
2773
8477cc7a
MA
27742012-07-10 Michael Albinus <michael.albinus@gmx.de>
2775
2776 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
2777 command, just in case. The function is not needed anymore.
2778 (eshell-external-command): Do not call `eshell-remote-command'.
2779
19faa8e8
SM
27802012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2781
f58e0fd5
SM
2782 Reduce use of (require 'cl).
2783 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
2784 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
2785 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
2786 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
2787 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
2788 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
2789 * battery.el, avoid.el, abbrev.el: Use cl-lib.
2790 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
2791 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
2792 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
2793 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
2794 * calculator.el, autorevert.el, apropos.el: Don't require CL.
2795 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
2796 (byte-compile-unfold-bcf, byte-compile-check-variable):
2797 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2798 (byte-compile-nilconstp):
2799 * emacs-lisp/autoload.el (make-autoload): Use pcase.
2800 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
2801
2519d43a
SM
2802 * emacs-lisp/gv.el (cond): Make it a valid place.
2803 (if): Simplify slightly.
2804
19faa8e8
SM
2805 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
2806 (pcase--self-quoting-p): New function.
2807 (pcase--u1): Use it.
2808
c4907a5e
GM
28092012-07-10 Glenn Morris <rgm@gnu.org>
2810
2811 * emacs-lisp/authors.el (authors-fixed-entries):
2812 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
2813
c4444d16
PE
28142012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2815
2816 Rename configure.in to configure.ac (Bug#11603).
2817 * emacs-lisp/authors.el (authors-canonical-file-name):
2818 * progmodes/autoconf.el (autoconf-mode):
2819 Prefer configure.ac to configure.in.
2820
d75be97d
CY
28212012-07-08 Chong Yidong <cyd@gnu.org>
2822
01ac65bd
CY
2823 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
2824 Implement the mouse-1-click-follows-link handling properly.
2825
2826 * info.el (Info-link-keymap): Use follow-link mechanism for
2827 header-line links (Bug#374).
2828
d75be97d
CY
2829 * simple.el (deactivate-mark): Do not set the primary selection
2830 if another program has acquired it (Bug#11772).
2831
87a92845 28322012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
2833
2834 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
2835 (woman-decode-region): Replace escaped-escapes without destroying
2836 bold or underline (Bug#11552).
87a92845 2837 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 2838
621b9d6c
CY
28392012-07-07 Chong Yidong <cyd@gnu.org>
2840
2841 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
2842 (interprogram-cut-function, interprogram-paste-function):
2843 Mention that we typically mean the clipboard.
621b9d6c 2844
133a11fc
GM
28452012-07-06 Glenn Morris <rgm@gnu.org>
2846
0d27a45e
GM
2847 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
2848
133a11fc
GM
2849 * files.el (toggle-read-only): Restrict message to interactive use.
2850
07b151f1
MA
28512012-07-06 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
2854
2855 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
2856
211b896b
GM
28572012-07-06 Glenn Morris <rgm@gnu.org>
2858
50394322
GM
2859 * Makefile.in (compile-one-process): Rename from "recompile".
2860
211b896b
GM
2861 * Makefile.in (bzr-update): "compile" is the same as "recompile
2862 autoloads", but parallelizable, so use that instead.
2863
4737eec9
DG
28642012-07-06 Dmitry Gutov <dgutov@yandex.ru>
2865
2866 * window.el (quit-window): Always restore window height when
8137e7b3 2867 it's saved in quit-restore parameter (Bug#11810).
4737eec9 2868
226c3633 28692012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
2870
2871 * simple.el (kill-whole-line): Doc tweak.
2872
226c3633 28732012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
2874
2875 * files.el (file-relative-name): Compare file names
2876 case-insensitively if on MS-Windows or MS-DOS, or if
2877 read-file-name-completion-ignore-case is non-nil. Don't use
2878 case-fold-search for this purpose. (Bug#11827)
2879
4dc7c8d5
SM
28802012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2881
2882 * calendar/cal-dst.el (calendar-current-time-zone):
2883 Return calendar-current-time-zone-cache if non-nil.
2884
28852012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 28862012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 2887
19faa8e8
SM
2888 * calendar/cal-dst.el (calendar-current-time-zone):
2889 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 2890
60198fc9
GM
28912012-07-06 Glenn Morris <rgm@gnu.org>
2892
2893 * Makefile.in (cvs-update): Remove old alias.
2894
957b3189
MA
28952012-07-05 Michael Albinus <michael.albinus@gmx.de>
2896
2897 Sync with Tramp 2.2.6-pre.
2898
2899 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
2900 compatible declaration.
2901
19faa8e8
SM
2902 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2903 Protect `list-load-path-shadows' call.
957b3189
MA
2904
2905 * net/tramp-compat.el (top): Require packages, which aren't
2906 autoloaded anymore for XEmacs. Protect call of
2907 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
2908 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
2909 it hurts at least for SXEmacs.
2910 (tramp-compat-temporary-file-directory): In XEmacs, there is no
2911 standard-value for `temporary-file-directory'.
2912
2913 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
2914 Redirect stderr to /dev/null.
2915 (tramp-sh-handle-write-region): uid and gid can be floats.
2916 Reported by Russell Sim <russell.sim@gmail.com>.
2917 (tramp-sh-handle-vc-registered): Hide errors.
2918 (tramp-vc-file-name-handler): Use dummy results for `process-file'
2919 and `start-file-process'.
2920 (tramp-maybe-open-connection): Check also whether `non-essential'
2921 is bound.
2922
566df3fc
CY
29232012-07-04 Chong Yidong <cyd@gnu.org>
2924
2925 * xml.el (xml--parse-buffer): Use xml-syntax-table.
2926 (xml-parse-tag): Likewise, and avoid changing entity tables.
2927 (xml-syntax-table): Define from scratch, making sure not to give
2928 x2000 and other Unicode spaces whitespace syntax, since those are
2929 not spaces in XML.
2930 (xml-parse-fragment): Delete unused function.
2931 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
2932 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
2933 (xml-entity-ref, xml-pe-reference-re)
2934 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
2935 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
2936 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
2937 (xml-entity-value-re): Use syntax references in regexps where
2938 possible; no need to define inside a let-binding.
2939 (xml-parse-dtd): Use xml-pe-reference-re.
2940 (xml-entity-or-char-ref-re): New defconst.
2941 (xml-parse-string, xml-substitute-special): Use it.
2942
30eabd7a
SM
29432012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2944
0781098a
SM
2945 * files.el (locate-dominating-file): Allow `name' to be a predicate.
2946 (find-file--read-only): New function.
2947 (find-file-read-only, find-file-read-only-other-window)
2948 (find-file-read-only-other-frame): Use it.
2949 (insert-file-contents-literally): Don't `fset'.
2950 (get-free-disk-space): Use locate-dominating-file.
2951
b5771c0d
SM
2952 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
2953 function is already compiled.
2954
30eabd7a
SM
2955 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
2956
b4886f6e
MA
29572012-07-03 Michael Albinus <michael.albinus@gmx.de>
2958
2959 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
2960 files on the same host.
2961
b9d82339
AS
29622012-07-03 Andreas Schwab <schwab@linux-m68k.org>
2963
2964 * help-fns.el (describe-function-1): Only call
2965 help-fns--autoloaded-p when we have a file name. (Bug#11848)
2966
a76e6535
CY
29672012-07-03 Chong Yidong <cyd@gnu.org>
2968
2969 * xml.el: Protect parser against XML bombs.
2970 (xml-entity-expansion-limit): New variable.
2971 (xml-parse-string, xml-substitute-special): Use it.
2972 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
2973
b544fef2
GM
29742012-07-03 Glenn Morris <rgm@gnu.org>
2975
2976 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2977 Allow linking to specific messages in debbugs reports (eg 123#5).
2978
a7aef6f5
CY
29792012-07-02 Chong Yidong <cyd@gnu.org>
2980
2981 * xml.el: Fix entity and character reference expansion, allowing
2982 them to expand into markup as per XML spec.
2983 (xml-default-ns): New variable.
2984 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
2985 (xml-parse-region): Make first two arguments optional.
2986 Discard text properties.
2987 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
2988 All callers changed.
a7aef6f5
CY
2989 (xml-parse-tag): Call xml-parse-tag-1. For backward
2990 compatibility, this function should not modify buffer contents.
2991 (xml-parse-tag-1): Fix opening-tag regexp.
2992 (xml-parse-string): Rewrite, handling entity and character
2993 references properly.
2994 (xml--entity-replacement-text): Signal an error if a parameter
2995 entity is undefined.
2996
3df31c9f
SM
29972012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2b5208f1
SM
2999 * comint.el (comint-output-filter): Filter out repeated prompts.
3000
3df31c9f
SM
3001 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
3002 and file-name-absolute-p.
3003 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
3004 internal calls.
3005
e3ac1281
PE
30062012-07-02 Paul Eggert <eggert@cs.ucla.edu>
3007
3008 Spelling fixes.
3009 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
3010 Rename from byte-compile--refiy-function. All uses changed.
3011
fbf2e7ad
CY
30122012-07-01 Chong Yidong <cyd@gnu.org>
3013
3014 * xml.el (xml--parse-buffer): New function. Move most of
3015 xml-parse-region here.
3016 (xml-parse-region): Copy region into a temporary buffer, since
3017 parameter entity substitution requires changing buffer contents.
3018 Use xml--parse-buffer.
3019 (xml-parse-file): Use xml--parse-buffer.
3020 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 3021 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 3022
9bf0aa15
GM
30232012-06-30 Glenn Morris <rgm@gnu.org>
3024
bbce2853
GM
3025 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
3026
9bf0aa15
GM
3027 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
3028 Remove outdated and unnecessary dbus declarations.
3029
0d23c240
EZ
30302012-06-30 Eli Zaretskii <eliz@gnu.org>
3031
3032 * emacs-lisp/timer.el (timer-until): Subtract results of
3033 float-time, instead of taking float-time of the result of
3034 time-subtract, since float-time signals an error for negative time
3035 arguments.
3036
b3218de1
CY
30372012-06-30 Chong Yidong <cyd@gnu.org>
3038
3039 * xml.el (xml-*-re): Convert defvars into defconsts, and
3040 eval-and-compile them so eval-and-compile works on derivatives.
3041 (xml--entity-replacement-text): Use eval-and-comple.
3042
a40c87a0
MA
30432012-06-30 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * vc/vc-git.el (vc-git-registered): Use cache property
3046 `git-registered'.
3047 (vc-git-mode-line-string): Call `vc-working-revision' instead of
3048 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 3049 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 3050
ac87de97
DG
30512012-06-30 Dmitry Gutov <dgutov@yandex.ru>
3052
3053 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 3054 removed (likely outside Emacs). (Bug#11757)
ac87de97 3055
ac10fe06
SM
30562012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3057
3df31c9f 3058 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 3059
7f3fbd5d
CY
30602012-06-30 Chong Yidong <cyd@gnu.org>
3061
3062 * xml.el: Implement XML parameter entities.
3063 (xml-parameter-entity-alist): New variable.
3064 (xml-parse-region, xml-parse-fragment): Preserve previous values
3065 of xml-entity-alist and xml-parameter-entity-alist, so that
3066 repeated calls on different documents do not change them.
3067 (xml-parse-tag): Fix doctype regexp.
3068 (xml--entity-replacement-text): New function.
3069 (xml-parse-dtd): Use it. Don't handle system entities; doing that
3070 properly requires url retrieval which is unimplemented.
3071 (xml-escape-string): Doc fix.
3072
3cfbebba
SM
30732012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
3076
2af3565e
DA
30772012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
3078
3079 * fringe.el (fringe-mode): Doc fix.
3080
929df0e7
MA
30812012-06-29 Michael Albinus <michael.albinus@gmx.de>
3082
3083 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
3084 is non-nil.
3085 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
3086 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
3087
c8d3a25c 30882012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 3089
c8d3a25c
GM
3090 * calendar/cal-dst.el (calendar-current-time-zone):
3091 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 3092
c8d3a25c 30932012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
3094
3095 * progmodes/which-func.el (which-func-format):
3096 Add mouse-face. (Bug#11698)
3097
c8d3a25c
GM
30982012-06-29 Leo Liu <sdl.web@gmail.com>
3099
3100 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
3101
31022012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * minibuffer.el (minibuffer-confirm-exit-commands):
3105 Add completion-at-point (bug#11725).
3106
31072012-06-29 Glenn Morris <rgm@gnu.org>
3108
3109 * progmodes/f90.el (f90-font-lock-keywords-2):
3110 Add some preprocessor elements. (Bug#10499)
3111
31122012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * progmodes/cperl-mode.el (cperl-update-syntaxification):
3115 Use syntax-propertize (bug#11739).
3116
2badeec4
JB
31172012-06-28 Juanma Barranquero <lekktu@gmail.com>
3118
3119 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
3120
ae4969c2
JD
31212012-06-28 Julien Danjou <julien@danjou.info>
3122
3123 * term.el (term-handle-colors-array): Use a set of new faces to
3124 color the terminal. Also uses :inverse-video property.
3125 (term-default-fg-color): Set to nil by default, deprecate in favor
3126 of `term-face'.
3127 (term-default-bg-color): Set to nil by default, deprecate in favor
3128 of `term-face'.
3129 (term-current-face): Use `term-face' by default.
3130 (term-bold-attribute): Variable deleted.
3131
1c9bd870
GM
31322012-06-28 Glenn Morris <rgm@gnu.org>
3133
3134 * simple.el (completion-list-mode-finish):
3135 Don't use toggle-read-only. (Since completion-list-mode has
3136 a special mode-class, it wasn't doing anything extra anyway.)
3137
c207708c
SM
31382012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
3139
3140 Make inlining of other-mode interpreted functions work (bug#11799).
3141 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
3142 (byte-compile): Use it to fix compilation of lexical-binding closures.
3143 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
3144 function, if needed.
3145
3fd56834
SM
31462012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3147
04901786
SM
3148 * help-mode.el (help-make-xrefs): Don't just withstand
3149 cyclic-variable-indirection but any error in documentation-property.
3150
1ec4b7b2
SM
3151 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
3152 memory use.
3153 * bindings.el (bindings--define-key): New function.
3154 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
3155 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
3156 * bindings.el: Use it to purecopy define-key bindings.
3157
e309e2a5
SM
3158 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
3159
d5c6faf9
SM
3160 * emacs-lisp/cl.el (flet): Mark obsolete.
3161 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
3162 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
3163 * progmodes/js.el (js-c-fill-paragraph):
3164 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
3165 (ebrowse-switch-member-buffer-to-derived-class):
3166 * play/5x5.el (5x5-solver): Use cl-flet.
3167
6e9590e2
SM
3168 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
3169 (cl--symbol-function): New macro.
3170 (cl--letf, cl--letf*): Use it.
3171
3fd56834
SM
3172 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3173 Strip "toggle-" if any.
3174
35ff222c
GM
31752012-06-27 Glenn Morris <rgm@gnu.org>
3176
1ba6038a
GM
3177 * info.el (Info-default-directory-list): Move here from paths.el.
3178 * paths.el: Remove file, which is now empty.
3179 * loadup.el: No longer load "paths".
3180
0ea0e51b
GM
3181 * custom.el (custom-initialize-delay): Doc fix.
3182
35ff222c
GM
3183 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3184 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3185 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3186 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3187 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3188 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
3189 * eshell/eshell.el (eshell-defgroup): Remove alias.
3190
c89926a5
CY
31912012-06-27 Chong Yidong <cyd@gnu.org>
3192
3193 * help.el (help-enable-auto-load): New variable.
3194
3195 * help-fns.el (help-fns--autoloaded-p): New function.
3196 (describe-function-1): Refer to a function as "autoloaded" if it
3197 was autoloaded at any time in the past. Perform autoloading if
3198 help-enable-auto-load is non-nil.
3199
cc06e7e7
EZ
32002012-06-26 Eli Zaretskii <eliz@gnu.org>
3201
3202 * makefile.w32-in (compile, compile-always): Depend on
3203 update-subdirs, not on subdirs.el. Otherwise, several different
3204 sub-targets of 'bootstrap' running in parallel could
3205 simultaneously write to subdirs.el, producing a garbled file.
3206
d2c32364
SS
32072012-06-26 Sam Steingold <sds@gnu.org>
3208
3209 * files.el (file-name-base): New convenience function.
0d14cc21
GM
3210 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
3211 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
3212 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
3213 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
3214 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
3215 * textmodes/tex-mode.el: Use it.
3216 Did not touch cedet and org because they are maintained elsewhere.
3217
5cf983b2
MR
32182012-06-26 Martin Rudalics <rudalics@gmx.at>
3219
3220 * calendar/calendar.el (calendar-exit): Don't try to delete or
3221 iconify last frame. See:
3222 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
3223
8c4f2952
JD
32242012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
3225
3226 * server.el (server-process-filter): Remember dir in the
3227 process's `server-client-directory' properties.
3228
772b2e2c
CY
32292012-06-24 Chong Yidong <cyd@gnu.org>
3230
3231 * xml.el (xml-parse-tag): Correctly handle comment embedded in
3232 non-tag text.
3233
711b11e1
JB
32342012-06-23 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
3237
dc5d230c
SM
32382012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * help-fns.el (describe-variable): Don't croak when doc is not found.
3241 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
3242 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
3243 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
3244 * emacs-lisp/smie.el (smie-next-sexp): CSE.
3245 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
3246 ((lambda ..) ..).
3247 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
3248
136e1c1d
CY
32492012-06-23 Chong Yidong <cyd@gnu.org>
3250
e8c1cabf
CY
3251 * info.el (Info-mouse-follow-link): Accept symbol values of
3252 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
3253 (Info-fontify-node): Use Info-link-keymap for all navigation
3254 buttons, with link-args property to perform the desired action.
3255 (Info-link-keymap): Doc fix.
3256 (Info-next-link-keymap, Info-prev-link-keymap)
3257 (Info-up-link-keymap): Delete now-unused keymaps.
3258
0e9e6c6a
CY
32592012-06-23 Chong Yidong <cyd@gnu.org>
3260
05e89fea
CY
3261 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
3262
0e9e6c6a
CY
3263 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
3264 system abbrevs.
3265
3266 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
3267
e33c6771
SM
32682012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3269
b68581e2
SM
3270 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
3271 (bug#11719).
3272
e33c6771
SM
3273 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
3274 the requote function doesn't work properly (bug#11714).
3275
7117e105
GM
32762012-06-23 Glenn Morris <rgm@gnu.org>
3277
3278 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
3279
36cec983
SM
32802012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 Further GV/CL cleanups.
3283 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
3284 gv-expander.
3285 (gv--defun-declaration): New function.
3286 (defun-declarations-alist): Use it.
3287 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
3288 (gv-place): Autoload.
3289 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
3290 original definition of dotimes and dolist.
3291 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
3292 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
3293 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
3294 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3295 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
3296 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
3297 to the function's definition.
3298 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
3299 * window.el:
3300 * files.el:
3301 * faces.el:
3302 * env.el: Don't use CL.
3303
d35af63c
PE
33042012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3305
3306 Support higher-resolution time stamps (Bug#9000).
3307
3308 * calendar/time-date.el (with-decoded-time-value): New arg
3309 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
3310 (encode-time-value): New optional arg PICO. New type 3.
3311 (time-to-seconds) [!float-time]: Support the new picoseconds
3312 component if it's used.
3313 (seconds-to-time, time-subtract, time-add):
3314 Support ps-resolution time stamps as well.
3315
3316 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
3317 (timerp): Timer vectors now have length 9, not 8.
3318 (timer--time): Support new-style (4-part) time stamps.
3319 (timer-next-integral-multiple-of-time): Time stamps now have
3320 picosecond resolution, so take a bit more care about rounding.
3321 (timer-relative-time, timer-inc-time): New optional arg psecs.
3322 (timer-set-time-with-usecs): Set psecs to 0.
3323 (timer--activate): Check psecs component, too.
3324
3325 * proced.el (proced-time-lessp): Support ps-resolution stamps.
3326
ac77b21a
SM
33272012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3328
f143bfe3
SM
3329 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
3330 Move the non-essential binding to the post/pre-command-hook where it is
3331 more obviously correct.
3332
ac77b21a
SM
3333 * subr.el (read-passwd): Don't use a history at all.
3334 * savehist.el (savehist-save): Remove password saved accidentally
3335 because of the above bug.
3336
76386c5a
BG
33372012-06-22 Bastien Guerry <bzg@gnu.org>
3338
3339 * files.el (toggle-read-only): Display a message telling whether
3340 the buffer is read-only or not (bug#11726).
3341
2ee3d7f0
SM
33422012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * emacs-lisp/gv.el: New file.
3345 * subr.el (push, pop): Extend to generalized variables.
3346 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
3347 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
3348 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
3349 gv-define-simple-setter, and gv-define-expander.
3350 Remove setf-methods defined in gv. Rename cl-setf -> setf.
3351 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
3352 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
3353 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
3354 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
3355 gv-letplace.
3356 (cl-defstruct): Don't define setf-method any more.
3357 * emacs-lisp/cl.el (flet): Don't autoload.
3358 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
3359 (define-setf-expander, defsetf, define-modify-macro)
3360 (cl-struct-setf-expander): Move from cl-lib.el.
3361 * emacs-lisp/syntax.el:
3362 * emacs-lisp/ewoc.el:
3363 * emacs-lisp/smie.el:
3364 * emacs-lisp/cconv.el:
3365 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
3366 (timer--time): Use gv-define-simple-setter.
3367 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
3368 to avoid coding-system problems in subr.el. Adjust all users.
3369 (macroexp--maxsize, macroexp-small-p): New functions.
3370 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
3371 * scroll-bar.el (scroll-bar-mode):
3372 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3373 (normal-erase-is-backspace-mode): Don't use the `eq' place.
3374 * winner.el (winner-configuration, winner-make-point-alist)
3375 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
3376 * files.el (locate-file-completion-table): Avoid list*.
3377
c5695d1d
CY
33782012-06-22 Chong Yidong <cyd@gnu.org>
3379
3380 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
3381 (dired-create-files): Doc fix (Bug#11329).
3382 (dired-do-copy): Doc fix (Bug#11334).
3383 (dired-mark-read-string): Doc fix (Bug#11553).
3384
2ee3d7f0
SM
3385 * dired.el (dired-recursive-copies, dired-recursive-deletes):
3386 Doc fix (Bug#11326).
c5695d1d
CY
3387 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
3388 (dired-dwim-target): Doc fix.
3389
3390 * wdired.el (wdired-mode): Doc fix.
3391
89b5595a
GM
33922012-06-22 Glenn Morris <rgm@gnu.org>
3393
575db3f1
GM
3394 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
3395 (pcmpl-rpm-cache-stamp-file): New constant.
3396 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
3397 (pcmpl-rpm-packages): Optionally cache list of packages.
3398
a4c8dd51
GM
3399 * pcmpl-rpm.el (pcmpl-rpm): New group.
3400 (pcmpl-rpm-query-options): New option.
3401 (pcmpl-rpm-packages): No need to inline it.
3402 Use pcmpl-rpm-query-options.
3403
89b5595a
GM
3404 * calendar/calendar.el (calendar-in-read-only-buffer):
3405 Avoid some needless mode changes.
3406
e76f0800
CY
34072012-06-21 Chong Yidong <cyd@gnu.org>
3408
3409 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
3410 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 3411 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 3412
297a8f1d
CY
34132012-06-20 Chong Yidong <cyd@gnu.org>
3414
3415 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
3416
d34c18b1
DR
34172012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
3418
3419 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
3420 (bug#11201).
3421
32f7f28e
CY
34222012-06-20 Chong Yidong <cyd@gnu.org>
3423
3424 * term.el (term-window-width): Handle the case of a missing right
3425 fringe (Bug#8837).
3426 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
3427 (term-mode): Use define-derived-mode. Minor cleanups.
3428 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
3429 (term-move-columns, term-insert-char, term-emulate-terminal)
3430 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 3431
493c6688
MA
34322012-06-20 Michael Albinus <michael.albinus@gmx.de>
3433
d34c18b1
DR
3434 * net/ange-ftp.el (ange-ftp-get-passwd):
3435 Bind `enable-recursive-minibuffers'.
493c6688
MA
3436 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
3437
3f06ecf4
DR
34382012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
3439
3440 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
3441
68f12411
GM
34422012-06-19 Glenn Morris <rgm@gnu.org>
3443
3444 * progmodes/python.el (python-mode): Derive from prog-mode.
3445
b3820318
KG
34462012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3447
3448 * emulation/edt.el (edt-default-menu-bar-update-buffers)
3449 (edt-user-menu-bar-update-buffers): New functions.
3450 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
3451
c6bf3022
CY
34522012-06-19 Chong Yidong <cyd@gnu.org>
3453
3454 * subr.el (with-selected-window): Preserve the selected window's
3455 terminal's top-frame (Bug#4702).
3456
3457 * window.el (save-selected-window): Likewise.
3458
25f09295
SM
34592012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 * progmodes/python.el (python-rx-constituents): Move backquote.
3462 (python-skeleton-define, python-define-auxiliary-skeleton):
3463 Use `declare'.
3464
6b11952a
MA
34652012-06-18 Michael Albinus <michael.albinus@gmx.de>
3466
3467 * minibuffer.el (read-file-name-default): Revert the patch from
3468 2012-06-17.
3469
ee4b1330
SM
34702012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
3473 (pcase--u1, pcase--q1): Don't use apply-partially.
3474
35647f79
GM
34752012-06-18 Glenn Morris <rgm@gnu.org>
3476
3477 * progmodes/python.el (python-proc, python-buffer)
3478 (python-send-receive, python-send-string): Fix obsolete versions.
3479
24b0cff0
MR
34802012-06-18 Martin Rudalics <rudalics@gmx.at>
3481
3482 * window.el (special-display-p): Completely remove stringp
3483 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
3484
29855149
MA
34852012-06-17 Michael Albinus <michael.albinus@gmx.de>
3486
3487 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
3488
3489 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
3490
3491 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
3492 * net/tramp-sh.el (tramp-maybe-open-connection):
3493 Throw if `non-essential' is non-nil.
3494
07463363
MR
34952012-06-17 Martin Rudalics <rudalics@gmx.at>
3496
3497 * window.el (special-display-p): Signal an error if BUFFER-NAME
3498 is not a string (Bug#11713).
3499
48d1354e
PE
35002012-06-17 Paul Eggert <eggert@cs.ucla.edu>
3501
3502 * progmodes/python.el (python-info-beginning-of-backslash):
3503 Rename from python-info-beginning-of-backlash, as a spelling fix.
3504
eb4a8a9a
CY
35052012-06-17 Chong Yidong <cyd@gnu.org>
3506
3507 * term.el (term-emulate-terminal): If term-check-size is called,
3508 move point to the process mark without resetting point (Bug#4635).
3509
ddfbf826 35102012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
3511
3512 * international/mule-cmds.el (mule-menu-keymap)
3513 (set-language-environment, set-locale-environment): Doc tweaks.
3514
9b0e3eba
AA
35152012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
3516
3517 * cus-face.el (custom-face-attributes): Add wave-style underline
3518 attribute.
3519 * faces.el (set-face-attribute): Update docstring to describe
3520 wave-style underline attribute.
3521
771e3eae
CY
35222012-06-16 Chong Yidong <cyd@gnu.org>
3523
3524 * term/xterm.el (terminal-init-xterm): Discard input before
3525 querying background mode (Bug#10959).
3526
7ae2ea10
SM
35272012-06-16 Stefan Merten <smerten@oekonux.de>
3528
3529 * textmodes/rst.el: Added and corrected some comments.
3530 (rst-re-alist-def): Improve symbol syntax.
3531 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
3532 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3533 (rst-official-version, rst-official-cvs-rev): Update version
3534 information.
7ae2ea10 3535
b6974efa
JB
35362012-06-15 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
3539 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
3540
8826d473
GM
35412012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
3542
3543 * progmodes/python.el: New python.el merge.
3544 (python-guess-indent): Obsolete var.
3545 (python-indent-guess-indent-offset): New defcustom.
3546 (python-indent): Obsolete var.
3547 (python-indent-offset): New defcustom.
3548 (python-python-command, python-jython-command): Delete var.
3549 (python-shell-interpreter): New defcustom.
3550 (python-pdbtrack-do-tracking-p): Delete var.
3551 (python-pdbtrack-activate): New defcustom.
3552 (python-use-skeletons): Obsolete var.
3553 (python-skeleton-autoinsert): New defcustom.
3554 (inferior-python-filter-regexp, python-continuation-offset)
3555 (python-honour-comment-indentation, python-indent-string-contents)
3556 (python-jython-packages, python-mode-hook)
3557 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
3558 (python-shell-prompt-alist)
3559 (python-source-modes): Delete defcustoms.
3560 (python-check-buffer-name, python-eldoc-setup-code)
3561 (python-eldoc-string-code, python-ffap-setup-code)
3562 (python-ffap-string-code, python-fill-comment-function)
3563 (python-fill-decorator-function, python-fill-paren-function)
3564 (python-fill-string-function, python-imenu-include-defun-type)
3565 (python-imenu-make-tree, python-imenu-subtree-root-label)
3566 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
3567 (python-shell-compilation-regexp-alist)
3568 (python-shell-completion-module-string-code)
3569 (python-shell-completion-pdb-string-code)
3570 (python-shell-completion-setup-code)
3571 (python-shell-completion-string-code)
3572 (python-shell-enable-font-lock, python-shell-exec-path)
3573 (python-shell-extra-pythonpaths)
3574 (python-shell-internal-buffer-name, python-shell-interpreter-args)
3575 (python-shell-process-environment)
3576 (python-shell-prompt-block-regexp)
3577 (python-shell-prompt-output-regexp)
3578 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
3579 (python-shell-send-setup-max-wait, python-shell-setup-codes)
3580 (python-shell-virtualenv-path): New defcustoms.
3581 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
3582 (inferior-python-mode-syntax-table, python--prompt-regexp)
3583 (python-buffer, python-command python-python-command)
3584 (python-default-template, python-imports, python-indent-index)
3585 (python-indent-list, python-indent-list-length)
3586 (python-mode-running, python-pdbtrack-is-tracking-p)
3587 (python-preoutput-continuation, python-preoutput-leftover)
3588 (python-preoutput-result, python-preoutput-skip-next-prompt)
3589 (python-prev-dir/file, python-recursing)
3590 (python-saved-check-command, python-version-checked)
3591 (python-which-func-length-limit)
3592 (view-return-to-alist): Delete vars.
3593 (python-check-custom-command, python-dotty-syntax-table)
3594 (python-imenu-index-alist, python-indent-current-level)
3595 (python-indent-dedenters, python-indent-levels)
3596 (python-nav-beginning-of-defun-regexp)
3597 (python-nav-list-defun-positions-cache)
3598 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
3599 (python-shell-internal-buffer)
3600 (python-skeleton-available): New vars.
3601 (def-python-skeleton): Delete macro.
3602 (python-skeleton-define): New macro.
3603 (python-define-auxiliary-skeleton, python-rx): New macros.
3604 (python-insert-class): Delete command.
3605 (python-skeleton-class): New command.
3606 (python-insert-def): Delete command.
3607 (python-skeleton-def): New command.
3608 (python-insert-for): Delete command.
3609 (python-skeleton-for): New command.
3610 (python-insert-if): Delete command.
3611 (python-skeleton-if): New command.
3612 (python-insert-try/except, python-insert-try/finally): Delete commands.
3613 (python-skeleton-try): New command.
3614 (python-insert-while): Delete command.
3615 (python-skeleton-while): New command.
3616 (python-backspace): Delete command.
3617 (python-indent-dedent-line-backspace): New command.
3618 (python-electric-colon): Delete command.
3619 (python-indent-electric-colon): New command.
3620 (python-guess-indent): Delete command.
3621 (python-indent-guess-indent-offset): New command.
3622 (python-shift-left): Delete command.
3623 (python-indent-shift-left): New command.
3624 (python-shift-right): Delete command.
3625 (python-indent-shift-right): New command.
3626 (python-find-function): Delete command.
3627 (python-nav-jump-to-defun): New command.
3628 (python-next-statement): Delete command.
3629 (python-nav-forward-sentence): New command.
3630 (python-previous-statement): Delete command.
3631 (python-nav-backward-sentence): New command.
3632 (python-fill-paragraph): Delete command.
3633 (python-fill-paragraph-function): New command.
3634 (python-send-buffer): Delete command.
3635 (python-shell-send-buffer): New command.
3636 (python-send-defun): Delete command.
3637 (python-shell-send-defun): New command.
3638 (python-send-region, python-send-region-and-go): Delete commands.
3639 (python-shell-send-region)
3640 (python-shell-switch-to-shell): New commands.
3641 (python-send-string): Delete command.
3642 (python-shell-send-string): New command.
3643 (python-switch-to-python): Delete command.
3644 (python-shell-switch-to-shell): New command.
3645 (python-describe-symbol): Delete command.
3646 (python-eldoc-at-point): New command.
3647 (python--set-prompt-regexp, python-args-to-list)
3648 (python-after-info-look, python-check-version)
3649 (python-check-comint-prompt, python-find-imports)
3650 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
3651 (python-unload-function, python-expand-template)
3652 (python-maybe-jython, python-preoutput-filter)
3653 (python-pdbtrack-get-source-buffer)
3654 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
3655 (python-pdbtrack-toggle-stack-tracking)
3656 (python-pdbtrack-track-stack-file, python-initial-text)
3657 (python-first-word, python-comment-line-p, python-send-command)
3658 (python-setup-brm, python-sentinel, python-set-proc)
3659 (python-skip-out, python-input-filter, python-outdent-p)
3660 (python-outline-level, python-backslash-continuation-line-p)
3661 (python-end-of-block, python-end-of-statement, python-mark-block)
3662 (python-beginning-of-block, python-beginning-of-statement)
3663 (python-blank-line-p, python-beginning-of-string)
3664 (python-open-block-statement-p): Delete functions.
3665 (python-indent-line, python-indent-line-1): Delete functions.
3666 (python-indent-line): New function.
3667 (python-indentation-levels): Delete function.
3668 (python-indent-calculate-levels): New function.
3669 (python-proc): Delete function.
3670 (python-shell-get-process): New function.
3671 (python-send-receive): Delete function.
3672 (python-shell-send-string-no-output): New function.
3673 (python-module-path): Delete function.
3674 (python-ffap-module-path): New function.
3675 (python-completion-at-point)
3676 (python-symbol-completions): Delete functions.
3677 (python-completion-complete-at-point): New function.
3678 (python-load-file): Delete function.
3679 (python-shell-send-file): New function.
3680 (python-calculate-indentation): Delete function.
3681 (python-indent-calculate-indentation): New function.
3682 (python-skip-comments/blanks): Delete function.
3683 (python-util-forward-comment): New function.
3684 (python-continuation-line-p): Delete function.
3685 (python-info-continuation-line-p): New function.
3686 (python-which-func, python-current-defun): Delete function.
3687 (python-info-current-defun): New function.
3688 (python-beginning-of-defun): Delete function.
3689 (python-nav-beginning-of-defun): New function.
3690 (python-close-block-statement-p)
3691 (python-block-end-p): Delete function.
3692 (python-info-closing-block): New function.
3693 (python-comint-output-filter-function)
3694 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
3695 (python-fill-comment, python-fill-decorator, python-fill-paren)
3696 (python-fill-string, python-imenu-make-element-tree)
3697 (python-imenu-make-tree, python-imenu-tree-assoc)
3698 (python-indent-context, python-indent-dedent-line)
3699 (python-indent-line-function)
3700 (python-indent-post-self-insert-function)
3701 (python-indent-toggle-levels)
3702 (python-info-assignment-continuation-line-p)
3703 (python-info-beginning-of-backlash)
3704 (python-info-block-continuation-line-p)
3705 (python-info-closing-block-message)
3706 (python-info-line-ends-backslash-p)
3707 (python-info-looking-at-beginning-of-defun)
3708 (python-info-ppss-context, python-info-ppss-context-type)
3709 (python-nav-list-defun-positions, python-nav-read-defun)
3710 (python-nav-sentence-end, python-nav-sentence-start)
3711 (python-pdbtrack-comint-output-filter-function)
3712 (python-pdbtrack-set-tracked-buffer)
3713 (python-shell-calculate-exec-path)
3714 (python-shell-calculate-process-environment)
3715 (python-shell-completion--do-completion-at-point)
3716 (python-shell-completion--get-completions)
3717 (python-shell-completion-complete-at-point)
3718 (python-shell-completion-complete-or-indent)
3719 (python-shell-get-or-create-process)
3720 (python-shell-get-process-name)
3721 (python-shell-internal-get-or-create-process)
3722 (python-shell-internal-get-process-name)
3723 (python-shell-internal-send-string, python-shell-make-comint)
3724 (python-shell-parse-command, python-shell-send-setup-code)
3725 (python-skeleton-add-menu-items)
3726 (python-util-clone-local-variables, python-util-position)
3727 (run-python-internal, python-indentation-levels)
3728 (python-nav-beginning-of-defun)
3729 (python-completion-complete-at-point): New functions.
3730 (run-python): Change arguments. New API requirements.
3731
4302f5ba
SM
37322012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3733
f38ea36d
SM
3734 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
3735 (bug#11649).
3736
3737 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
3738 (macroexp--expand-all): Use it.
3739
4302f5ba
SM
3740 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
3741 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
3742 Use `cl-function' instead.
3743
33377562
JB
37442012-06-14 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
3747 Suggested by Stefan Monnier while discussing bug#11657.
3748
54c5ba1a
SS
37492012-06-14 Sam Steingold <sds@gnu.org>
3750
3751 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
3752
f9f1b1fe
AS
37532012-06-14 Andreas Schwab <schwab@linux-m68k.org>
3754
3755 * play/doctor.el (doctor-doc): Remove parameter and use
3756 doctor-sent instead of sent.
3757 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
3758
a81068ba
SM
37592012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3760
5a315f9c
SM
3761 * files.el: Require cl-lib.
3762 (file-name-non-special): Replace case -> cl-case.
3763
3764 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
3765
a81068ba
SM
3766 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
3767 mapping from #' to function*.
3768
8cca9703
CY
37692012-06-13 Chong Yidong <cyd@gnu.org>
3770
3771 * mouse.el (mouse-drag-track): Do not set the mark if the user
3772 releases the mouse without selecting anything (Bug#11588).
3773
a12ac9d7
SM
37742012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3775
ccf1dc18
SM
3776 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
3777 as well (bug#11646).
3778
ef62b23d
SM
3779 * loadup.el: Count byte-code functions as well.
3780
c4c8444a
SM
3781 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
3782 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
3783
a12ac9d7
SM
3784 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
3785 (bug#11649). Add cl-defun and cl-defmacro.
3786
87e6e64f
DA
37872012-06-13 Drew Adams <drew.adams@oracle.com>
3788
3789 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3790 Fix last change.
3791
682cefaf
MA
37922012-06-13 Michael Albinus <michael.albinus@gmx.de>
3793
3794 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
3795 Otherwise, it blocks in batch mode.
3796
773e1f08
JB
37972012-06-13 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * help-mode.el (bookmark-make-record-default): Declare.
3800
60057926
CY
38012012-06-13 Chong Yidong <cyd@gnu.org>
3802
3803 * emacs-lisp/package.el (list-packages): Compute a list of
3804 packages that are newly-available since the last list-packages
3805 invocation.
3806 (package-menu--new-package-list): New var.
3807 (package-menu--generate, package-menu--print-info)
3808 (package-menu--status-predicate, package-menu-mark-install):
3809 Handle new status label "new".
3810
ad4d226c
SM
38112012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3812
3813 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
3814 conversion to backquotes.
3815
f1a4e679
CY
38162012-06-12 Chong Yidong <cyd@gnu.org>
3817
3818 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
3819 Rename from gud-inhibit-global-bindings.
3820
3821 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
3822
3823 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
3824 hook from nxml-glyph-set-hook.
3825
3826 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
3827 declaration.
3828
3829 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
3830
3831 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
3832 Convert to defcustom.
3833
0c9e42b5
DA
38342012-06-12 Drew Adams <drew.adams@oracle.com>
3835
3836 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
3837 New functions.
3838 (help-mode): Use them.
3839
09e06855
GM
38402012-06-11 Glenn Morris <rgm@gnu.org>
3841
3842 * progmodes/fortran.el (fortran-font-lock-keywords-3):
3843 Use preprocessor face for directives.
3844 (fortran-directive-re): Doc fix.
3845
71adb94b
SM
38462012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3847
2eb87922
SM
3848 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
3849 conversion to backquotes (bug#11652).
3850
71adb94b
SM
3851 Fix compiler-expansion of CL's cXXr functions (bug#11673).
3852 * emacs-lisp/cl-lib.el (cl--defalias): New function.
3853 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
3854 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
3855 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
3856 (cl-ninth, cl-tenth): Mark them as inlinable.
3857 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
3858 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
3859 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
3860 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
3861 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
3862 (cl-list*, cl-adjoin): Don't put an autoload manually.
3863 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
3864 (cl--compiler-macro-list*): Add autoload cookie.
3865 (cl--compiler-macro-cXXr): New function.
2eb87922 3866
71adb94b
SM
3867 * help-fns.el (help-fns--compiler-macro): New function extracted from
3868 describe-function-1; follow aliases and use `compiler-macro' property.
3869 (describe-function-1): Use it.
3870
a6674402
CY
38712012-06-11 Chong Yidong <cyd@gnu.org>
3872
3873 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
3874 is uninstalled, if imagemagick is installed.
3875
bb3faf5b
SM
38762012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * emacs-lisp/cl-lib.el: Use lexical-binding.
3879 (cl-map-extents, cl-maclisp-member): Remove.
3880 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
3881 (cl--set-substring, cl--block-wrapper, cl--block-throw)
3882 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
3883 * emacs-lisp/cl-extra.el: Use lexical-binding.
3884 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
3885 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
3886 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
3887 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
3888 * emacs-lisp/cl-seq.el: Use lexical-binding.
3889 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
3890 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
3891 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
3892 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
3893 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
3894 CL's internals.
3895
2fe4b125
MA
38962012-06-11 Michael Albinus <michael.albinus@gmx.de>
3897
3898 Sync with Tramp 2.2.6-pre.
3899
3900 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
3901 `print-length' and `print-level' to nil, in order to avoid
3902 truncation. Reported by Christopher Schmidt
3903 <christopher@ristopher.com>.
3904
3905 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
3906
3907 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
3908 New defmacro.
3909 (tramp-compat-copy-directory): Add optional argument
3910 COPY-CONTENTS. It is not handled yet.
3911
3912 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
3913 (tramp-ftp-file-name-p): Simplify.
3914
3915 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
3916 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
3917 connection vector.
3918
3919 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
3920 (tramp-methods): Do not use `tramp-password-end-of-line'.
3921 (tramp-completion-function-alist-putty): Handle UNIX case.
3922 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
3923 (tramp-do-file-attributes-with-stat)
3924 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
3925 gid as real numbers. They could run out of integer range on cygwin.
3926 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
3927 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
3928 (tramp-open-connection-setup-interactive-shell):
3929 Use `tramp-cleanup'. Move check for busyboxes ...
3930 (tramp-find-shell): ... here. Simplify implementation.
3931 Set "remote-shell" property also for alternative shells.
3932 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
3933 If failing, a regular file would be written otherwise.
3934 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
3935 (tramp-find-inline-encoding): Cache the coding commands in the
3936 process cache. Apply test command on the remote side, if defined.
3937 (tramp-find-inline-compress): Cache the compress commands in the
3938 process cache.
3939 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
3940 when requested. Handle hops.
3941 (tramp-current-connection): New defvar.
87e6e64f
DA
3942 (tramp-maybe-open-connection): Use `tramp-cleanup'.
3943 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 3944 Handle user interrupt. (Bug#10187)
87e6e64f
DA
3945 (tramp-get-inline-compress, tramp-get-inline-coding):
3946 Read connection properties from the process cache.
2fe4b125
MA
3947
3948 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
3949 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
3950 New defconsts.
2fe4b125
MA
3951 (tramp-smb-prompt): Extend for powershell prompt.
3952 (tramp-smb-file-name-handler-alist): Add handlers for
3953 `process-file', `shell-command' and `start-file-process'.
3954 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
3955 (tramp-smb-winexe-shell-command-switch): New defcustoms.
3956 (tramp-smb-file-name-p): Simplify.
3957 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
3958 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
3959 (tramp-smb-shell-quote-argument): New defuns.
3960 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
3961 Implement using "tar". By this, time-stamps are preserved.
3962 (tramp-smb-handle-copy-file): Handle also the case of directories.
3963 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
3964 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
3965 Use `tramp-get-connection-buffer').
2fe4b125
MA
3966 (tramp-smb-handle-rename-file): Use "rename", when source and
3967 target are on the same share.
87e6e64f
DA
3968 (tramp-smb-maybe-open-connection): Handle wrong passwords.
3969 Use `tramp-smb-server-version'.
2fe4b125
MA
3970 (tramp-smb-wait-for-output): Remove prompt.
3971
3972 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
3973 (tramp-methods, tramp-rsh-end-of-line):
3974 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
3975 (tramp-save-ad-hoc-proxies): New defcustom.
3976 (tramp-completion-function-alist): Adapt docstring.
3977 (tramp-default-password-end-of-line): Remove defcustom.
3978 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
3979 (tramp-user-regexp, tramp-file-name-regexp-unified)
3980 (tramp-file-name-regexp-url): Extend regexp by hop separator.
3981 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
3982 (tramp-remote-file-name-spec-regexp): New defconst.
3983 (tramp-file-name-structure): Extend structure for hops.
3984 (tramp-get-method-parameter): Move up.
3985 (tramp-file-name-p, tramp-dissect-file-name)
3986 (with-parsed-tramp-file-name): Handle hops.
3987 (tramp-file-name-hop): New defun.
3988 (tramp-make-tramp-file-name): New optional arg HOP.
3989 (tramp-message-show-progress-reporter-message): New defvar.
3990 (tramp-with-progress-reporter): Use it. We cannot use
3991 `tramp-message-show-message' here, because this suppresses also
3992 error buffers.
3993 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
3994 `tramp-message-show-message' is nil.
3995 Use `tramp-get-connection-buffer'.
2fe4b125
MA
3996 (tramp-cleanup): New defun.
3997 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
3998 (tramp-file-name-handler): If `debug-on-error' is set, propagate
3999 an error unchanged.
4000 (tramp-completion-handle-file-name-all-completions): Handle hops.
4001 Fix an error when called from ido.
4002 (tramp-completion-dissect-file-name): Use better local variable
4003 name. Add hop to the vector.
4004 (tramp-handle-insert-file-contents): Use progress-reporter for the
4005 whole scenario.
4006 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
4007 to `t'.
4008 (tramp-check-for-regexp): Simplify search.
4009 (tramp-enter-password): Remove it. Move implementation ...
4010 (tramp-action-password): ... here.
4011 (tramp-mode-string-to-int, tramp-local-host-p)
4012 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
4013 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
4014 Set tramp-autoload cookie.
2fe4b125
MA
4015
4016 * net/trampver.el: Update release number.
4017
40182012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4019 Michael Albinus <michael.albinus@gmx.de>
4020
4021 * net/tramp.el (tramp-set-completion-function): Fix docstring.
4022 (tramp-parse-group, tramp-parse-file)
4023 (tramp-parse-shostkeys-sknownhosts): New defuns.
4024 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
4025 (tramp-parse-shosts-group, tramp-parse-sconfig)
4026 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
4027 (tramp-parse-sknownhosts, tramp-parse-hosts)
4028 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
4029 Use them.
4030 (tramp-parse-passwd-group, tramp-parse-netrc-group)
4031 (tramp-parse-putty-group): Don't narrow.
4032 (tramp-parse-putty): Make a loop.
4033 (tramp-file-name-handler): Catch the `suppress' signal.
4034
72834e10
CY
40352012-06-11 Chong Yidong <cyd@gnu.org>
4036
4037 * image.el (imagemagick-register-types): Put the ImageMagick entry
4038 at the end of image-type-file-name-regexps.
4039
a4712e11
JB
40402012-06-11 Johan Bockgård <bojohan@gnu.org>
4041
4042 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
4043 (pcase, pcase-let*, pcase-dolist): Use them.
4044
82ad98e3
SM
40452012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * emacs-lisp/pcase.el (pcase--let*): New function.
4048 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
4049 (pcase--expand): Use macroexp-let².
4050
f80efb86
SM
40512012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
4054 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
4055 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
4056 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
4057 * emacs-lisp/derived.el: Use pcase instead of `cl'.
4058 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
4059
31ca4639 40602012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 4061
31ca4639
CY
4062 * mail/rmail.el (rmail-yank-current-message): Leave point at
4063 correct position. (Bug#11660)
94f0aa34 4064
31ca4639 40652012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 4066
31ca4639 4067 * allout-widgets.el: Fix code header.
9e1b8ec4 4068
31ca4639 40692012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 4070
f80efb86
SM
4071 * cus-edit.el (customize-changed-options-previous-release):
4072 Bump to 24.1.
31ca4639 4073
642b6d30
AS
40742012-06-09 Andreas Schwab <schwab@linux-m68k.org>
4075
4076 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
4077
4f5d2ba1
CY
40782012-06-09 Chong Yidong <cyd@gnu.org>
4079
4080 * ebuff-menu.el (electric-buffer-list): Preserve header line.
4081
e75852fd
MR
40822012-06-09 Martin Rudalics <rudalics@gmx.at>
4083
4084 * window.el (special-display-popup-frame): Don't use
4085 window--display-buffer (Bug#11651).
4086
1e48e282
EZ
40872012-06-09 Eli Zaretskii <eliz@gnu.org>
4088
8a26b487
EZ
4089 Fix parallel builds: make sure loaddefs.el is not being written
4090 while Lisp files are compiled.
4091 (compile): Don't depend on 'mh-autoloads'.
4092 (compile-CMD, compile-SH): Depend on 'autoloads'.
4093 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
4094
1e48e282
EZ
4095 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
4096
6175e34b
CY
40972012-06-09 Chong Yidong <cyd@gnu.org>
4098
4099 * face-remap.el (face-remap-add-relative, face-remap-set-base)
4100 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
4101 Doc fixes (Bug#11225).
4102
d9857e53
SM
41032012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
4106 a function if there's a clear indication that it has a compiler-macro.
4107 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
4108 (macro-declarations-alist): Add arglist to declaration functions.
4109 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
4110 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
4111 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
4112 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
4113 Also add autoload to find the compiler macro.
4114 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
4115 (cl--compiler-macro-member, cl--compiler-macro-assoc)
4116 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
4117 (cl--compiler-macro-get): New functions, replacing calls to
4118 cl-define-compiler-macro.
4119 (cl-typep) [compiler-macro]: Use macroexp-let².
4120
f81298f8 41212012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
4122
4123 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
4124 string properly, fixes Bug#11473.
4125
4b56d0fe
CY
41262012-06-08 Chong Yidong <cyd@gnu.org>
4127
4128 * faces.el (set-face-attribute): Doc fix.
4129 (modify-face): Don't use :bold and :italic.
4130 (error, warning, success): Tweak definitions.
4131
4132 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
4133 (custom-modified, custom-set, custom-changed, custom-themed)
4134 (custom-saved, custom-button, custom-button-mouse)
4135 (custom-button-pressed, custom-state, custom-comment-tag)
4136 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
4137 (custom-group-subtitle): Use new-style face specs.
4138 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4139 (custom-set-face, custom-changed-face, custom-saved-face)
4140 (custom-button-face, custom-button-pressed-face)
4141 (custom-documentation-face, custom-state-face)
4142 (custom-comment-face, custom-comment-tag-face)
4143 (custom-variable-tag-face, custom-variable-button-face)
4144 (custom-face-tag-face, custom-group-tag-face-1)
4145 (custom-group-tag-face): Remove obsolete face alias.
4146
4147 * epa.el (epa-validity-high, epa-validity-medium)
4148 (epa-validity-low, epa-mark, epa-field-name, epa-string)
4149 (epa-field-name, epa-field-body):
4150 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4151 (font-lock-keyword-face, font-lock-builtin-face)
4152 (font-lock-function-name-face, font-lock-variable-name-face)
4153 (font-lock-type-face, font-lock-constant-face):
4154 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4155 (ido-virtual, ido-indicator, ido-incomplete-regexp):
4156 * speedbar.el (speedbar-button-face, speedbar-file-face)
4157 (speedbar-directory-face, speedbar-tag-face)
4158 (speedbar-selected-face, speedbar-highlight-face)
4159 (speedbar-separator-face):
4160 * whitespace.el (whitespace-newline, whitespace-space)
4161 (whitespace-hspace, whitespace-tab, whitespace-trailing)
4162 (whitespace-line, whitespace-space-before-tab)
4163 (whitespace-space-after-tab, whitespace-indentation)
4164 (whitespace-empty):
4165 * emulation/cua-base.el (cua-global-mark):
4166 * eshell/em-prompt.el (eshell-prompt):
4167 * net/newst-plainview.el (newsticker-new-item-face)
4168 (newsticker-old-item-face, newsticker-immortal-item-face)
4169 (newsticker-obsolete-item-face, newsticker-date-face)
4170 (newsticker-statistics-face, newsticker-default-face):
4171 * net/newst-reader.el (newsticker-feed-face)
4172 (newsticker-extra-face, newsticker-enclosure-face):
4173 * net/newst-treeview.el (newsticker-treeview-face)
4174 (newsticker-treeview-new-face, newsticker-treeview-old-face)
4175 (newsticker-treeview-immortal-face)
4176 (newsticker-treeview-obsolete-face)
4177 (newsticker-treeview-selection-face):
4178 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
4179 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
4180 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
4181 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
4182 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
4183 (nxml-outline-active-indicator, nxml-outline-ellipsis):
4184 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4185 (mpuz-text):
4186 * progmodes/vera-mode.el (vera-font-lock-number)
4187 (vera-font-lock-function, vera-font-lock-interface):
4188 * textmodes/table.el (table-cell): Use new-style face specs, and
4189 don't use the old :bold and :italic attributes.
4190
4191 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4192 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
4193 (ebrowse-member-class, ebrowse-progress): Likewise.
4194 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4195 (ebrowse-file-name-face, ebrowse-default-face)
4196 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4197 (ebrowse-progress-face): Remove obsolete faces.
4198
4199 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4200 Inherit from error and warning faces respectively.
4201
4202 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4203 Likewise.
f80efb86
SM
4204 (flyspell-incorrect-face, flyspell-duplicate-face):
4205 Remove obsolete aliases.
4b56d0fe 4206
03310646
MA
42072012-06-08 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4210 Avoid infloop.
4211
513749ee
SM
42122012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * startup.el (argv, argi): Make lexically scoped.
4215 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
4216 * emacs-lisp/cl-macs.el: Use lexical-binding.
4217 Rename cl-bind-* to cl--bind-*.
4218 * files.el: Don't require `cl' since it doesn't use it.
4219 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
4220
595ef4ad
JB
42212012-06-08 Juanma Barranquero <lekktu@gmail.com>
4222
4223 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
4224 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
4225 instead of calling external sort utility.
4226 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
4227
e9f66fcb
EZ
42282012-06-08 Eli Zaretskii <eliz@gnu.org>
4229
4230 * descr-text.el (describe-char): Mention how to insert the
4231 character, if the current input method doesn't support it.
4232 See the discussion in this thread for the details:
4233 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
4234
3d10db47
SS
42352012-06-08 Sam Steingold <sds@gnu.org>
4236
4237 * bindings.el (global-map): Bind XF86Forward to next-buffer and
4238 XF86Back to previous-buffer.
4239 (minibuffer-local-map): Bind them to next-history-element and
4240 previous-history-element respectively.
4241 * help-mode.el (help-mode-map): Bind them to help-go-forward and
4242 help-go-back respectively.
4243 * info.el (Info-mode-map): Bind them to Info-history-forward and
4244 Info-history-back respectively.
4245 These are the keys next to Up on the ThinkPad keyboard.
4246
de7e2b36
SM
42472012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
4250 * emacs-lisp/cl-macs.el: Provide itself.
4251 (cl--labels-convert-cache): New var.
4252 (cl--labels-convert): New function.
4253 (cl-flet, cl-labels): New implementation with new semantics, relying on
4254 lexical-binding.
4255 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
4256 (cl-closure-vars, cl--function-convert-cache)
4257 (cl--function-convert): Move from cl-macs.el.
4258 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
4259 rename by removing the "cl-" prefix.
4260 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
4261
6fa6c4ae
SM
42622012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
4265 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
4266 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
4267 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
4268 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
4269 (cl-hash-table-count): Add old compatibility aliases.
4270
4271 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
4272 Use macroexpand-all-environment instead.
4273 (cl--old-macroexpand): New var.
4274 (cl--sm-macroexpand): New function.
4275 (cl-symbol-macrolet): Use it during macro expansion.
4276 (cl--function-convert-cache): New var.
4277 (cl--function-convert): New function, extracted from
4278 cl-macroexpand-all.
4279 (cl-lexical-let): Use it.
4280
4281 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
4282 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
4283 (cl-member): Remove old alias.
4284
4285 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
4286 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
4287 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
4288 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
4289 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
4290 (cl-macroexpand-cmacs): Remove var.
4291 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
4292 Use macroexpand-all instead.
4293
4dd1c416
SM
42942012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
4297 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
4298 (macroexp-copyable-p): New functions and macros.
4299 * emacs-lisp/edebug.el (edebug-unwrap):
4300 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
4301 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
4302 (pcase--let*): Remove.
4303 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
4304 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
4305 macroexp-const-p instead.
4306 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
4307
4308 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
4309 instead of "cl-" for internal definitions. Use macroexp-const-p.
4310 (cl-old-bc-file-form): Remove var.
4311 (cl-const-exprs-p): Remove fun.
4312 (cl-labels, cl-macrolet): Use backquote.
4313 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
4314 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
4315 (cl-define-setf-expander): Rename from cl-define-setf-method.
4316 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
4317
4318 * international/mule-cmds.el: Don't require CL.
4319 (view-hello-file): Don't use `letf'.
4320
ed8bd4d7
SM
43212012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4322
7287f2f3
SM
4323 * tmm.el (tmm-prompt): Use string-prefix-p.
4324 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
4325 (tmm-add-prompt): Use minibuffer-completion-help.
4326 (tmm-delete-map): Remove.
4327
ed8bd4d7
SM
4328 * subr.el (kbd): Make it its own function.
4329
7b4cdbf4
SM
43302012-06-07 Stefan Merten <smerten@oekonux.de>
4331
4332 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
4333 Silence compiler warnings. Fix versions.
ed8bd4d7 4334 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 4335 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 4336 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
4337 (rst-package-emacs-version-alist): Correct Emacs version to
4338 represent major merge with upstream.
ed8bd4d7 4339 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 4340
2b48d721
GM
43412012-06-06 Glenn Morris <rgm@gnu.org>
4342
4343 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
4344 Only print environment variables if set.
4345
fa779ab0
SM
43462012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
4349 (macroexp--cons): Rename from maybe-cons.
4350 (macroexp--accumulate): Rename from macroexp-accumulate.
4351 (macroexp--all-forms): Rename from macroexpand-all-forms.
4352 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
4353 (macroexp--expand-all): Rename from macroexpand-all-1.
4354
628299e0
SS
43552012-06-06 Sam Steingold <sds@gnu.org>
4356
4357 * calendar/calendar.el (calendar-in-read-only-buffer):
4358 Call `special-mode' to enable the standard read-only keybindings.
4359
b7bb5838
SM
43602012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
4363 with "loading" messages (bug#11635).
4364
dfb308ba
MA
43652012-06-06 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * files.el (enable-remote-dir-locals): New option.
4368 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
4369
0372ee92
MA
4370 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
4371 Ensure, that the temp directory is local.
4372
4373 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
4374 `temporary-file-directory'.
4375
eed0bb91
MA
4376 * progmodes/python.el (python-send-region): Ensure, that the
4377 temporary file is created also in the remote case.
4378
7a58f64d
GM
43792012-06-06 Glenn Morris <rgm@gnu.org>
4380
f7dd4e98
GM
4381 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
4382 (vc-rcs-update-changelog): Use it.
4383
090bd7cb 4384 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 4385
7a58f64d
GM
4386 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
4387 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
4388 (vc-sccs-diff): Replace use of the external vcdiff script.
4389
daed4003
GM
43902012-06-05 Glenn Morris <rgm@gnu.org>
4391
4392 * ledit.el: Move to obsolete/.
4393
48c455c7
SS
43942012-06-05 Sam Steingold <sds@gnu.org>
4395
ed9265fc 4396 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
4397 patch (Bug#11140).
4398
57a7d507
SM
43992012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4400
090bd7cb 4401 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 4402
53aacf21
SM
4403 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
4404 compiler-macro expansion.
4405
57a7d507
SM
4406 Add native compiler-macro support.
4407 * emacs-lisp/macroexp.el (macroexpand-all-1):
4408 Support compiler-macros directly. Properly follow aliases and apply
4409 the compiler macros more thoroughly.
4410 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
4411 macroexpand now properly follows aliases.
4412 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
4413 (cl-compiler-macroexpand): Use new prop.
4414 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
4415
4416 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
4417
51a5f9d8
MR
44182012-06-05 Martin Rudalics <rudalics@gmx.at>
4419
4420 * window.el (get-lru-window, get-mru-window, get-largest-window):
4421 New argument NOT-SELECTED to avoid picking the selected window.
4422 (window--display-buffer-1, window--display-buffer-2): Replace by
4423 new function window--display-buffer
4424 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
4425 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4426 Use window--display-buffer.
51a5f9d8
MR
4427 (display-buffer-use-some-window): Remove temporary dedication
4428 hack by calling get-lru-window and get-largest-window with
4429 NOT-SELECTED argument non-nil. Call window--display-buffer.
4430
08f9f738
GM
44312012-06-05 Glenn Morris <rgm@gnu.org>
4432
4433 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
4434 Replace external vcdiff script.
4435
e364a2b7
SM
44362012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
4439
041df390
CY
44402012-06-04 Chong Yidong <cyd@gnu.org>
4441
e364a2b7
SM
4442 * image.el (imagemagick-types-inhibit): Revert last change.
4443 Add INFO and M.
47b36b94 4444 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 4445
7c1898a7
SM
44462012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * emacs-lisp/cl-lib.el: Rename from cl.el.
4449 * emacs-lisp/cl.el: New compatibility file.
4450 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
4451 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
4452 to obey the "cl-" prefix.
4453 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
4454
0c3461de
GM
44552012-06-03 Glenn Morris <rgm@gnu.org>
4456
1e266c88
GM
4457 * emacs-lisp/authors.el (authors-aliases): Addition.
4458
0c3461de
GM
4459 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
4460 Fix :version.
4461
d8a52e15
SM
44622012-06-03 Stefan Merten <smerten@oekonux.de>
4463
4464 * textmodes/rst.el: Add comments.
4465 (rst-transition, rst-adornment): New faces.
4466 (rst-adornment-faces-alist): Make default safe to reevaluate.
4467 Fixes
4468 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
4469 Improve customization tags.
4470 (rst-define-level-faces): Clarify meaning.
4471
5205d6f6
CY
44722012-06-03 Chong Yidong <cyd@gnu.org>
4473
4474 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
4475 (compilation-mode-line-run, compilation-mode-line-exit):
4476 New faces.
5205d6f6
CY
4477 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
4478
757ee657
JD
44792012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
4480
7c1898a7
SM
4481 * progmodes/which-func.el (which-func-update-ediff-windows):
4482 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 4483
5f2c76c6
CY
44842012-06-03 Chong Yidong <cyd@gnu.org>
4485
4486 * bindings.el: Remove explicit help text from format-mode-line.
4487 It is now supplied by mode-line-default-help-echo.
4488 (mode-line-front-space, mode-line-end-spaces)
4489 (mode-line-misc-info): New variables.
4490 (mode-line-modes, mode-line-position): Move the default value to
4491 the variable definition.
4492 (mode-line-default-help-echo): New defcustom.
383f7350
CY
4493 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
4494 (mode-line-modified-help-echo): New functions.
4495 (mode-line-mule-info, mode-line-modified): Use them.
4496 (mode-line-eol-desc, propertized-buffer-identification):
4497 Consistency fixes for help text.
cbe46e5f
CY
4498 (mode-line-coding-system-map): Allow using mouse-3 to invoke
4499 set-buffer-file-coding-system (Bug#289).
4500 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 4501
f2d6a3df
SM
45022012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * simple.el (execute-extended-command): Set real-this-command
4505 (bug#11506).
4506
37269466
CY
45072012-06-02 Chong Yidong <cyd@gnu.org>
4508
4509 Remove incorrect uses of "modeline" in comments, docstrings, and
4510 function/variable names (Bug#10329).
4511
4512 * cus-edit.el (mode-line):
4513 * dframe.el (dframe-mouse-hscroll):
4514 * emacs-lisp/re-builder.el:
4515 * emacs-lisp/easy-mmode.el (define-minor-mode):
4516 * frame.el (set-frame-name):
4517 * help.el (lookup-minor-mode-from-indicator):
4518 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
4519 * progmodes/cc-cmds.el (c-toggle-auto-newline)
4520 (c-toggle-hungry-state):
4521 * progmodes/antlr-mode.el (antlr-language-alist):
4522 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
4523 * progmodes/vhdl-mode.el (vhdl-mode):
4524 * progmodes/which-func.el (which-func, which-func-cleanup-function):
4525 * term/ns-win.el (ns-face-at-pos):
4526 * term/sup-mouse.el (sup-mouse-report):
4527 * textmodes/flyspell.el (flyspell-mode-line-string):
4528 * textmodes/ispell.el (ispell-highlight-face):
4529 * textmodes/reftex-global.el:
4530 * vc/vc-arch.el (vc-arch-mode-line-string):
4531 * vc/vc-cvs.el (vc-cvs-mode-line-string):
4532 * vc/vc-git.el (vc-git-mode-line-string):
4533 * vc/vc-hooks.el (vc-display-status)
4534 (vc-default-mode-line-string):
4535 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
4536
4537 * ansi-color.el (ansi-color-faces-vector): Change default faces.
4538
4539 * dired.el (dired-sort-set-mode-line): Rename from
4540 dired-sort-set-modeline. All callers changed.
4541
4542 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
4543 eshell-status-in-modeline.
4544
4545 * foldout.el (foldout-mode-line-string): Rename from
4546 foldout-modeline-string. All callers changed.
4547 (foldout-update-mode-line): Rename from foldout-update-modeline.
4548
4549 * subr.el (redraw-modeline): Make into obsolete alias.
4550
4551 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
4552 timeclock-modeline-display. Make old name an alias.
4553 (timeclock-update-mode-line): Likewise. All callers changed.
4554 (timeclock-mode-line-display): No need to check before using
4555 add-hook.
4556 (timeclock-relative, timeclock-day-over-hook)
4557 (timeclock-use-elapsed, timeclock-mode-string)
4558 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
4559
4560 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
4561 crisp-mode-modeline-string.
4562
4563 * play/solitaire.el (solitaire-build-mode-line): Rename from
4564 solitaire-build-modeline. All callers changed.
4565
4566 * play/zone.el (zone-hiding-mode-line): Rename from
4567 zone-hiding-modeline. All callers changed.
4568 (zone): Remove unusued `modeline-hidden-level' property.
4569
4570 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
4571 xscheme-modeline-initialize. All callers changed.
4572
4573 * strokes.el (strokes-lighter): Rename from
4574 strokes-modeline-string.
4575
4576 * textmodes/sgml-mode.el (html-face-tag-alist)
4577 (html-tag-face-alist): Use mode-line face instead of obsolete
4578 alias modeline.
4579
42152ee4
SM
45802012-06-02 Stefan Merten <smerten@oekonux.de>
4581
4582 * textmodes/rst.el: Always require `cl'.
4cf9b38d 4583 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 4584
95f520b5
CY
45852012-06-02 Chong Yidong <cyd@gnu.org>
4586
4587 * image.el (imagemagick-enabled-types): Rename from
4588 imagemagick-types-enable. Add many more types.
4589 (imagemagick-types-inhibit): Change default to nil.
4590 (imagemagick-filter-types): Caller changed.
4591
4a5f187a
SM
45922012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4593
03fef3e6
SM
4594 * emacs-lisp/cl-macs.el: Use backquotes.
4595 (cl-transform-function-property): Use eval-and-compile rather than
4596 abusing `require'.
4597 (defstruct): Use declare-function instead of with-no-warnings.
4598
4a5f187a
SM
4599 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
4600 (byte-compile-output-docform): Re-add the print-circle bindings.
4601 (byte-compile-fix-header): Use #$ just because it's shorter.
4602 (byte-compile-output-file-form): Remove defun/defmacro.
4603
bd56924f
MR
46042012-06-01 Martin Rudalics <rudalics@gmx.at>
4605
4606 * simple.el (choose-completion): Remove now obsolete binding for
4607 owindow.
4608
046e38ce
MA
46092012-06-01 Michael Albinus <michael.albinus@gmx.de>
4610
4611 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
4612 in order to avoid "Stack overflow in regexp matcher".
4613
32d72c2f
GM
46142012-05-31 Glenn Morris <rgm@gnu.org>
4615
4616 * image.el: For clarity, call imagemagick-register-types at
4617 top-level, rather than relying on a custom :initialize.
4618 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
4619 (imagemagick-filter-types): New function. (Bug#7406)
4620 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
4621 If disabling support, remove elements altogether rather
4622 than using an impossible regexp.
4623 (imagemagick-types-inhibit): Give it the default init function.
4624
dd41169b
SM
46252012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4a5f187a
SM
4627 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
4628 Handle arbitrary file name lengths (Bug#11585).
dd41169b 4629
efc00ab1 46302012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
4631
4632 * desktop.el (desktop-read): Clear previous and next buffers for
4633 all windows and bury *Messages* buffer (bug#11556).
4634
500fcedc
SM
46352012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 Add `declare' for `defun'. Align `defmacro's with it.
4638 * emacs-lisp/easy-mmode.el (define-minor-mode)
4639 (define-globalized-minor-mode): Don't autoload the var definitions.
4640 * emacs-lisp/byte-run.el: Use lexical-binding.
4641 (defun-declarations-alist, macro-declarations-alist): New vars.
4642 (defmacro, defun): Use them.
4643 (make-obsolete, define-obsolete-function-alias)
4644 (make-obsolete-variable, define-obsolete-variable-alias):
4645 Use `declare'.
4646 (macro-declaration-function): Mark obsolete.
4647 * emacs-lisp/autoload.el: Use lexical-binding.
4648 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
4649
6e8a1786
AM
46502012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4651
4652 * textmodes/ispell.el (ispell-with-no-warnings):
4653 Define as a macro.
500fcedc
SM
4654 (ispell-kill-ispell, ispell-change-dictionary):
4655 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
4656 `interactive-p'.
4657
61b108cc
SM
46582012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
4661 (macro-declaration-function): Move var from C code.
4662 (macro-declaration-function): Define function with defalias.
4663 * emacs-lisp/macroexp.el (macroexpand-all-1):
4664 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
4665 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
4666 defun/defmacro any more.
4667 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
4668 Provide fallback for unknown arglist.
4669 (byte-compile-arglist-warn): Change calling convention.
4670 (byte-compile-output-file-form): Move print-vars binding.
4671 (byte-compile-output-docform): Simplify accordingly.
4672 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
4673 (byte-compile-defmacro-declaration): Remove.
4674 (byte-compile-file-form-defmumble): Generalize to defalias.
4675 (byte-compile-output-as-comment): Return byte-positions.
4676 Simplify callers accordingly.
4677 (byte-compile-lambda): Use `assert'.
4678 (byte-compile-defun, byte-compile-defmacro): Remove.
4679 (byte-compile-file-form-defalias):
4680 Use byte-compile-file-form-defmumble.
4681 (byte-compile-defalias-warn): Remove.
4682
6d3f7c2f
SM
46832012-05-29 Stefan Merten <smerten@oekonux.de>
4684
4685 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 4686 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
4687
4688 (rst-mode-abbrev-table): Merge definition.
4689 (rst-mode): Make sure `font-lock-defaults' is buffer local.
4690 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
4691
6dbaa1c7
UJ
46922012-05-29 Ulf Jasper <ulf.jasper@web.de>
4693
4694 * calendar/icalendar.el
4695 (icalendar-export-region): Export UID properly.
4696
d209e2fb 46972012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
4698 * calendar/icalendar.el (icalendar-import-format):
4699 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
4700 (icalendar-import-format-uid): New.
4701 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
4702 Export UID.
4703
6876a58d
SM
47042012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
4707 different alternative patterns.
4708 (pcase-codegen): Be more careful to preserve identity.
4709 (pcase--u1): Don't forget to mark vars as used.
4710
4711 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
4712 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
4713 (byte-compile-from-buffer): ...rather than here.
4714
4715 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
4716 functions from byte-compile-function-environment.
4717
46b7967e
TN
47182012-05-29 Troels Nielsen <bn.troels@gmail.com>
4719
4720 * window.el (window-deletable-p): Avoid deleting the root window
4721 of a frame with an active minibuffer.
4722
69d565e2
MR
47232012-05-29 Martin Rudalics <rudalics@gmx.at>
4724
4725 * simple.el (choose-completion): Use quit-window (Bug#11567).
4726
a149fa51
CY
47272012-05-29 Chong Yidong <cyd@gnu.org>
4728
4729 * whitespace.el (whitespace-cleanup): Fix usage of
4730 whitespace-empty-at-bob-regexp (Bug#11492).
4731
2b311310
AH
47322012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4733
4734 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
4735 revert (Bug#11488).
4736
b9cb2387
JL
47372012-05-29 Juri Linkov <juri@jurta.org>
4738
4739 * isearch.el (isearch-mode-map): Bind `M-s _' to
4740 `isearch-toggle-symbol'. Bind `M-s c' to
4741 `isearch-toggle-case-fold'.
4742 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
4743 (isearch-forward): Add `M-s _' to the docstring.
4744 (isearch-forward-symbol, isearch-toggle-case-fold)
4745 (isearch-symbol-regexp): New functions. (Bug#11381)
4746
d5e61c1c
JL
47472012-05-29 Juri Linkov <juri@jurta.org>
4748
4749 * isearch.el (isearch-word): Add docstring. (Bug#11381)
4750 (isearch-occur, isearch-search-and-update): If `isearch-word' is
4751 a function, call it to get the regexp.
4752 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
4753 property `isearch-message-prefix' instead of the string "word ".
4754 (isearch-search-fun-default): For the case of `isearch-word',
4755 return a lambda that calls re-search-forward/re-search-backward
4756 with a regexp returned by `word-search-regexp' or by the function
4757 in `isearch-word'.
4758
8cbd80f7
JL
47592012-05-29 Juri Linkov <juri@jurta.org>
4760
4761 * isearch.el (isearch-search-fun-default): New function.
4762 (isearch-search-fun): Move default part to the new function
4763 `isearch-search-fun-default'.
4764 (isearch-search-fun-function): Set the default value to
4765 `isearch-search-fun-default'. (Bug#11381)
4766
4767 * comint.el (comint-history-isearch-end):
4768 Use `isearch-search-fun-default'.
4769 (comint-history-isearch-search): Use `isearch-search-fun-default'
4770 and remove spacial case for `isearch-word'.
4771 (comint-history-isearch-wrap): Remove spacial case for
4772 `isearch-word'.
4773
4774 * hexl.el (hexl-isearch-search-function):
4775 Use `isearch-search-fun-default'.
4776
4777 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
4778 Use `word-search-regexp' for `isearch-word'.
4779
4780 * misearch.el (multi-isearch-search-fun):
4781 Use `isearch-search-fun-default'.
4782
4783 * simple.el (minibuffer-history-isearch-search):
4784 Use `isearch-search-fun-default' and remove spacial case for
4785 `isearch-word'.
4786 (minibuffer-history-isearch-wrap): Remove spacial case for
4787 `isearch-word'.
4788
4789 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
4790 Remove spacial case for `isearch-word'.
4791 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
4792
85c8c5b6
AM
47932012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4794
4795 Decrease XEmacs incompatibilities.
4796 * textmodes/flyspell.el (flyspell-check-pre-word-p):
4797 Use `string-match'.
4798 (flyspell-delete-region-overlays): Use alternative definition for
4799 XEmacs.
4800 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
4801 (flyspell-word): Use `process-kill-without-query' if XEmacs.
4802 (flyspell-mode-on): Use `interactive-p' if XEmacs.
4803 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
4804 `define-obsolete-face-alias' under XEmacs, but old method.
4805
4806 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
4807 `with-no-warnings' definition or Emacs alias.
4808 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
4809 (ispell-word): Do not use `region-p' if XEmacs.
4810
8cab9efc
AM
48112012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4812
4813 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4814 Check for `ispell-dictionary-base-alist' instead of full
4815 `ispell-dictionary-alist'.
4816 (ispell-init-process): Show spellchecker when starting new Ispell
4817 process.
4818
fda91268
RZ
48192012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
4822 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
4823
694ea8e3
JB
48242012-05-27 Juanma Barranquero <lekktu@gmail.com>
4825
4826 * version.el (motif-version-string, gtk-version-string)
4827 (ns-version-string): Declare.
4828
e4d4f539
JL
48292012-05-27 Juri Linkov <juri@jurta.org>
4830
4831 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
4832 after the `eval-defun-1' specialcaseing
4833 like in `edebug-eval-defun' (bug#10181).
4834
4835 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
4836 like in `eval-defun-1'.
4837
33017faf 48382012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 4839
fda91268
RZ
4840 * mail/sendmail.el (mail-yank-region):
4841 Recognize rmail-yank-current-message in addition to insert-buffer.
4842 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
4843 a *mail* buffer created through rmail-start-mail with sendmail as
4844 mail-user-agent.
4845
33017faf
GM
48462012-05-27 Chong Yidong <cyd@gnu.org>
4847
4848 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
4849 Default to 256 (Bug#11267).
4850
4851 * help.el (describe-mode): Doc fix.
4852
04188bb9
GM
48532012-05-26 Glenn Morris <rgm@gnu.org>
4854
38264cc9
GM
4855 * w32-fns.el (w32-init-info): Remove.
4856 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
4857
eb7afdad
GM
4858 * info.el (info-initialize): For self-contained NS builds, put the
4859 included info/ directory at the front. (Bug#2791)
4860
04188bb9
GM
4861 * paths.el (Info-default-directory-list): Make it a defcustom,
4862 mainly so that we can use custom-initialize-delay.
4863
a179e3f7
SM
48642012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4865
43416392
SM
4866 * subr.el (buffer-has-markers-at): Mark obsolete.
4867
a179e3f7 4868 * subr.el (lambda): Use declare.
43416392 4869
a179e3f7
SM
4870 * emacs-lisp/lisp-mode.el (lambda):
4871 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
4872
34a008d9
AH
48732012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4874
4875 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
4876
0a3b289f
GM
48772012-05-26 Glenn Morris <rgm@gnu.org>
4878
4879 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
4880
758c81e8
GM
48812012-05-25 Glenn Morris <rgm@gnu.org>
4882
f9f334f0
GM
4883 * paths.el: Remove no-byte-compile.
4884 * loadup.el: No need to load paths.el uncompiled.
4885
87eb79c2
GM
4886 * image.el (imagemagick-types-inhibit): Doc fix.
4887
758c81e8
GM
4888 * version.el: Remove no-byte-compile and associated formatting.
4889 * loadup.el: No need to load version.el uncompiled. AFAICS, this
4890 is ancient code from when there was an "inc-vers.el".
4891
e7e85dc0
SM
48922012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * progmodes/gdb-mi.el: Minor style changes.
4895 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
4896 Turn into minor modes.
4897 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
4898 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
4899 (gdb-shell): Remove unneeded let-binding.
4900 (gdb-get-many-fields): Eliminate O(n²) behavior.
4901
f31237a4
EZ
49022012-05-25 Eli Zaretskii <eliz@gnu.org>
4903
4904 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
4905 platforms that don't link in fontset.c.
4906
bc1b21bb
JL
49072012-05-25 Juri Linkov <juri@jurta.org>
4908
4909 Use the same diff color scheme as in modern VCSes (bug#10181).
4910
4911 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
4912 to avoid confusion with `diff-added' that now uses green colors.
4913 (diff-removed): Use shades of red.
4914 (diff-added): Use shades of green.
4915 (diff-changed): Leave just the yellow color.
4916 (diff-use-changed-face): New variable.
4917 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
4918 how to highlight context diff changes.
4919 (diff-refine-change): Use shades of yellow.
4920 (diff-refine-removed): New face that uses shades of red.
4921 (diff-refine-added): New face that uses shades of green.
4922 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
4923 `diff-refine-removed' in the call to `smerge-refine-subst'
4924 depending on the value of `diff-use-changed-face'.
4925
4926 * vc/smerge-mode.el (smerge-mine): Use shades of red.
4927 (smerge-other): Use shades of green.
4928 (smerge-base): Use shades of yellow.
4929 (smerge-refined-change): Empty face.
4930 (smerge-refined-removed): New face that uses shades of red.
4931 (smerge-refined-added): New face that uses shades of green.
4932 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
4933 args `props-r' and `props-a', and use them. Doc fix.
4934 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
4935 on its value use different faces `smerge-refined-change',
4936 `smerge-refined-removed', `smerge-refined-added' in the call to
4937 `smerge-refine-subst'.
4938
4939 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
4940 Add face condition `min-colors 88' with shades of red.
4941 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
4942 `min-colors 88' with shades of green.
4943 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
4944 `min-colors 88' with shades of yellow.
4945
6df9112c
GM
49462012-05-24 Glenn Morris <rgm@gnu.org>
4947
ead5edc0
GM
4948 * paths.el (prune-directory-list, remote-shell-program): Move to...
4949 * files.el (prune-directory-list, remote-shell-program): ...here.
4950 For the latter, delay initialization, prefer ssh, just search PATH.
4951
f18b81e6
GM
4952 * paths.el (term-file-prefix): Move to faces.el (the only user).
4953 * faces.el (term-file-prefix): Move here, make it a defcustom.
4954
ee2f89a6
GM
4955 * paths.el (news-directory, news-path, news-inews-program):
4956 Move to gnus/nnspool.el.
61a583ca 4957
f8815e4c
GM
4958 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
4959
c8f3b42c
GM
4960 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
4961 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
4962 Make the latter a defcustom, with a delayed initialization.
4963
6df9112c
GM
4964 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
4965 These were deleted from Gnus itself late 2010.
4966
5dadff36
JB
49672012-05-22 Juanma Barranquero <lekktu@gmail.com>
4968
9e1701c6
JB
4969 * progmodes/which-func.el (which-func-ff-hook):
4970 Check against user-error, not error.
4971
bd7239f5 4972 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
4973 cl-specs.el, which no longer exists.
4974
3290526d
GM
49752012-05-22 Glenn Morris <rgm@gnu.org>
4976
4977 * info.el (info-emacs-bug): New command.
4978 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
4979 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
4980
ff0c3cfb
GM
49812012-05-21 Glenn Morris <rgm@gnu.org>
4982
4983 * makefile.w32-in (update-subdirs-SH):
4984 * Makefile.in (update-subdirs): Update for moved update-subdirs.
4985
5814f126
SM
49862012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4987
a52c0aa0
SM
4988 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
4989
5814f126
SM
4990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4991 Simplify Maven regexp, and make sure the file can't start with a space
4992 (bug#11517).
4993
b847032c
GM
49942012-05-21 Glenn Morris <rgm@gnu.org>
4995
4996 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4997 Scrap superfluous subshells.
4998
3858bfe7
SM
49992012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
5002 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
5003
d14b0029
JB
50042012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
5005
5006 * calc/calc.el (calc-ensure-consistent-units): New variable.
5007
a52c0aa0
SM
5008 * calc/calc-units.el (math-consistent-units-p)
5009 (math-check-unit-consistency): New functions.
5010 (calc-quick-units, calc-convert-units):
5011 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
5012 is non-nil.
d14b0029
JB
5013 (calc-extract-units): Fix typo.
5014
60c4db3a
SM
50152012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5016
77f3b62e
SM
5017 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
5018
60c4db3a
SM
5019 * textmodes/flyspell.el: Commenting style, plus code simplifications.
5020 (flyspell-default-deplacement-commands): Don't spell check after
5021 repeated window/frame switches (e.g. triggered by mouse-movement).
5022 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
5023 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
5024 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
5025 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
5026 Remove unused vars.
5027 (flyspell-get-casechars, flyspell-get-not-casechars):
5028 Simplify; Don't bother removing a ] just to add it back.
5029 * textmodes/ispell.el (ispell-program-name): Use executable-find.
5030
d209e2fb 50312012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
5032
5033 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
5034 New functions.
bd7239f5 5035 (math-function-table): Add support for more C functions.
b1a10716 5036
3f1b25b5
AM
50372012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5038
090bd7cb
JB
5039 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5040 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5041 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 5042
b581bb5c
SM
50432012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
5046 their respective macro declarations.
5047 * skeleton.el (define-skeleton):
5048 * progmodes/compile.el (define-compilation-mode):
5049 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
5050 (define-ibuffer-filter):
5051 * emacs-lisp/generic.el (define-generic-mode):
5052 * emacs-lisp/easy-mmode.el (define-minor-mode)
5053 (define-globalized-minor-mode):
5054 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
5055 * emacs-lisp/byte-run.el (defsubst):
5056 * custom.el (deftheme): Add doc-string metadata.
5057
70b8ef8f
SM
50582012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
5061
b1198e17
SM
50622012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5063
9abdc45d
SM
5064 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
5065
b1198e17
SM
5066 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
5067 * emacs-lisp/cl-macs.el: Idem.
5068 * emacs-lisp/cl-specs.el: Remove.
5069
4735906a
SM
50702012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 Minor renaming of internal CL functions and variables.
5073 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
5074 (cl--position): Rename from cl-position.
5075 (cl--delete-duplicates): Rename from cl-delete-duplicates.
5076 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
5077 (cl--random-state): Rename from *random-state*.
5078
ac348012
SM
50792012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
5082 parens around the arg list (bug#11499).
5083
a0a79cde
JL
50842012-05-17 Juri Linkov <juri@jurta.org>
5085
5086 * isearch.el (word-search-regexp, word-search-backward)
5087 (word-search-forward, word-search-backward-lax)
5088 (word-search-forward-lax): Move functions from search.c
5089 (bug#10145, bug#11381).
5090
65034a51
AM
50912012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5092
090bd7cb
JB
5093 * textmodes/flyspell.el (flyspell-check-pre-word-p)
5094 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
5095 Delay for otherchars as for normal word components.
65034a51 5096
1a72a195
SM
50972012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * minibuffer.el (completion--sifn-requote): Fix last change.
5100 (minibuffer-local-must-match-filename-map):
5101 Move define-obsolete-variable-alias before its var.
5102
fdb058c2
SM
51032012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5104
c41045e6
SM
5105 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
5106
036dfb8b
SM
5107 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
5108 behavior.
5109 (completion--string-equal-p): New function.
5110 (completion--twq-all): Use it to get better assertion failure data.
5111
2473256d
SM
5112 Only handle ".." and '..' quoting in shell-mode (bug#11466).
5113 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
5114 (shell--requote-argument): New functions.
5115 (shell-completion-vars): Use them.
5116 (shell--parse-pcomplete-arguments): Rename from
5117 shell-parse-pcomplete-arguments.
5118 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
5119 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
5120 Obey comint-file-name-quote-list.
5121
fdb058c2
SM
5122 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
5123 (smie-indent-keyword): Use it.
5124
51fa99f1
SM
51252012-05-14 Stefan Merten <smerten@oekonux.de>
5126
5127 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
5128
e18afed7 51292012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
5130
5131 * net/rlogin.el (rlogin-mode-map): Fix last change.
5132
e18afed7 51332012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
5134
5135 * mail/smtpmail.el (smtpmail-send-command): Send the command and
5136 the following \r\n using a single `process-send-string', since the
5137 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 5138 with two `process-send-string's (Bug#11444).
8633b1f4 5139
e18afed7 51402012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 5141
fdb058c2
SM
5142 * shell.el (shell-parse-pcomplete-arguments):
5143 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 5144
2d21d7f6
WJ
51452012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5146
e18afed7 5147 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
5148 (image-transform-scale, image-transform-right-angle-fudge): New vars.
5149 (image-transform-width, image-transform-fit-width): New functions.
5150 (image-transform-properties): Use them.
5151 (image-transform-check-size): New function.
5152 (image-toggle-display-image): Use it (for testing).
5153 (image-transform-set-rotation): Reduce angle mod 360.
5154 Delete obsolete comment.
5155
7102e6d0
WJ
51562012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
5157
5158 * image-mode.el: Fix scaling (bug#11399).
5159 (image-transform-resize): Doc fix.
5160 (image-transform-properties): Default scale is 1 and height should
5161 be an integer.
5162
06bc5e6e
SM
51632012-05-13 Johan Bockgård <bojohan@gnu.org>
5164
5165 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
5166 than hard-coding `car', to fix misbehavior when moving forward.
5167
0ae03b6a
CY
51682012-05-13 Chong Yidong <cyd@gnu.org>
5169
5170 * emacs-lisp/tabulated-list.el (tabulated-list-format)
5171 (tabulated-list-entries, tabulated-list-padding)
5172 (tabulated-list-sort-key): Make permanent-local.
5173
5174 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
5175 (electric-buffer-list): Put electric buffer menu
5176 command descriptions in this docstring, instead of the docstring
5177 of electric-buffer-menu-mode. Code cleanups.
5178 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
5179 Electric-buffer-menu-mode.
5180 (electric-buffer-update-highlight): Minor code cleanup.
5181
205a7391
MA
51822012-05-13 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
5185 (Bug#11447)
5186
e5bd0a28
SM
51872012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 Move define-obsolete-variable-alias before the var's definition.
5190 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
5191 * tooltip.el (tooltip-hook):
5192 * textmodes/reftex-toc.el (reftex-toc-map):
5193 * textmodes/reftex-sel.el (reftex-select-label-map)
5194 (reftex-select-bib-map):
5195 * textmodes/reftex-index.el (reftex-index-map)
5196 (reftex-index-phrases-map):
5197 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
5198 * progmodes/meta-mode.el (meta-mode-map):
5199 * novice.el (disabled-command-hook):
5200 * loadhist.el (unload-hook-features-list):
5201 * frame.el (blink-cursor):
5202 * files.el (find-file-not-found-hooks, write-file-hooks)
5203 (write-contents-hooks):
5204 * emulation/tpu-edt.el (GOLD-map):
5205 * emacs-lock.el (emacs-lock-from-exiting):
5206 * emacs-lisp/generic.el (generic-font-lock-defaults):
5207 * emacs-lisp/chart.el (chart-map):
5208 * dos-fns.el (register-name-alist):
5209 * dired-x.el (dired-omit-files-p):
5210 * desktop.el (desktop-enable):
5211 * cus-edit.el (custom-mode-hook):
5212 * buff-menu.el (buffer-menu-mode-hook):
5213 * bookmark.el (bookmark-read-annotation-text-func)
5214 (bookmark-exit-hooks):
5215 * allout.el (allout-mode-deactivate-hook)
5216 (allout-exposure-change-hook, allout-structure-added-hook)
5217 (allout-structure-deleted-hook, allout-structure-shifted-hook):
5218 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
5219 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
5220 comes before the corresponding variable's definition.
5221
ac59c2f6
CY
52222012-05-12 Chong Yidong <cyd@gnu.org>
5223
5224 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
5225 (Buffer-menu-mouse-select): Restore function (Bug#11459).
5226 (Buffer-menu-mode-map): Bind it.
5227 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 5228
dee6c9a3
SM
52292012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5230
2171cea5
SM
5231 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
5232 (prolog-upper-case-string, prolog-lower-case-string)
5233 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
5234 (prolog-use-smie, prolog-smie-grammar): New vars.
5235 (prolog-smie-forward-token, prolog-smie-backward-token)
5236 (prolog-smie-rules): New funs.
5237 (prolog-comment-indent): Remove.
5238 (prolog-mode-variables): Use default comment indentation instead.
5239 Setup SMIE.
5240 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
5241 (prolog-mode): Don't call them any more.
5242 (prolog-electric-colon, prolog-electric-dash)
5243 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
5244
aa0382bd
SM
5245 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
5246
dbacb4bd
SM
5247 * minibuffer.el (completion--twq-all): Again, allow case differences.
5248
13bdd94c
SM
5249 * term.el: Move keymap initialization code to be more idiomatic.
5250 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
5251 (term-terminal-menu): Move initialization into declaration.
5252 (term-escape-char): Let the user set it in her .emacs.
5253
ff46c759
SM
5254 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
5255 Provide SMIE-based indentation (not enabled by default yet).
5256 (sh-mode-map): Don't bind electric keys.
5257 Use electric-pair-mode instead of skeleton-pair.
5258 (sh-assignment-regexp): Fit within 80 columns.
5259 (sh-indent-supported): Specify actual shell name instead of boolean.
5260 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
5261 (sh-maybe-here-document): Use it. Make obsolete.
5262 (sh-electric-here-document-mode) New minor mode.
5263 (sh-mode): Use it. Don't set sh-indent-supported-here here.
5264 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
5265 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
5266 (sh-smie-rc-grammar, sh-use-smie): New vars.
5267 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
5268 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
5269 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
5270 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
5271 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
5272 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
5273 (sh-set-shell): Use smie-setup if requested.
5274
dee6c9a3
SM
5275 * term.el (term-set-escape-char): Properly set term-escape-char.
5276 See http://stackoverflow.com/questions/10524656.
5277
9f9aa044
CY
52782012-05-10 Chong Yidong <cyd@gnu.org>
5279
5280 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
5281 Use url-generic-parse-url, and handle host names and Windows
5282 filenames properly.
5283 (ffap-url-unwrap-remote): Use url-generic-parse-url.
5284 (ffap-url-unwrap-remote): Accept list values, specifying a list of
5285 URL schemes to work on.
5286 (ffap--toggle-read-only): New function.
5287 (ffap-read-only, ffap-read-only-other-window)
5288 (ffap-read-only-other-frame): Use it.
5289 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
5290 necessary for ffap-url-unwrap-remote.
5291
836d29b3
DA
52922012-05-10 Dave Abrahams <dave@boostpro.com>
5293
5294 * cus-start.el (create-lockfiles): Add it.
5295
00fd78ed
CY
52962012-05-09 Chong Yidong <cyd@gnu.org>
5297
5298 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
5299 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
5300
666b903b 53012012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
5302
5303 * shell.el (shell-completion-vars): Fix last change (bug#11348).
5304
666b903b 53052012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
5306
5307 * ansi-color.el (ansi-color-process-output): Check for validity of
5308 comint-last-output-start before using it. This avoids a bad
5309 interaction with gdb-mi's input/output buffer.
5310
666b903b 53112012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
5312
5313 * files.el (dir-locals-read-from-file):
5314 Mention dir-locals in any error message.
5315
666b903b 53162012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
5317
5318 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
5319 package (Bug#11410).
5320
f677562b
CY
5321 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
5322 variables into description.
5323
666b903b 53242012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
5325
5326 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
5327 shell-delimiter-argument-list (bug#11348).
5328 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
5329
b499d8d0
JB
53302012-05-09 Juanma Barranquero <lekktu@gmail.com>
5331
8f6b6da8
JB
5332 * textmodes/rst.el: Silence byte-compiler warnings.
5333 (rst-re-alist, rst-reset-section-caches): Move around.
5334 (rst-re): Use `characterp', not `char-valid-p'.
5335 (font-lock-beg, font-lock-end): Declare.
5336
4824146a
JB
5337 * progmodes/idlw-shell.el (specs): Remove reference to deleted
5338 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5339
b499d8d0
JB
5340 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
5341
ad89bb83
GM
53422012-05-08 Glenn Morris <rgm@gnu.org>
5343
5344 * files.el (auto-mode-alist): Treat ".make" like ".mk".
5345
8bba5a75
SM
53462012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5347
49ed9c8e
SM
5348 * vc/log-edit.el: Add GNU coding standards highlighting.
5349 (log-edit-font-lock-gnu-style)
5350 (log-edit-font-lock-gnu-keywords): New vars.
5351 (log-edit-font-lock-keywords): New fun.
5352 (log-edit-mode): Don't fold case in font-lock.
5353 (log-edit-font-lock-keywords): Do not assume case-folding.
5354
07d00b56
SM
5355 * imenu.el: Misc cleanup. Make docstrings out of comments.
5356 Use lexical-binding.
5357 (imenu--index-alist, imenu--last-menubar-index-alist)
5358 (imenu-menubar-modified-tick): Use defvar-local.
5359 (imenu--split-menu): Remove unused var.
5360 (imenu--cleanup-seen): Declare as global.
5361 (imenu--cleanup): Use dolist.
5362
8bba5a75
SM
5363 * subr.el (defvar-local): Add debug spec and doc-string position.
5364
5075bdb5
GM
53652012-05-08 Glenn Morris <rgm@gnu.org>
5366
090bd7cb 5367 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
5368 * language/english.el, language/georgian.el, language/greek.el:
5369 * language/japanese.el, language/khmer.el, language/korean.el:
5370 * language/lao.el, language/misc-lang.el, language/romanian.el:
5371 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
5372 * language/thai.el, language/utf-8-lang.el:
5373 Remove no-byte-compile setting.
5374
5075bdb5
GM
5375 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
5376
06f679a7
AH
53772012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5378
5379 * progmodes/make-mode.el (makefile-browse):
5380 Remove unnecessary interactive. (Bug#11324)
5381
03794570
GM
53822012-05-07 Glenn Morris <rgm@gnu.org>
5383
af8630f4
GM
5384 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
5385
03794570
GM
5386 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
5387
f0809a9d
SM
53882012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5389
28be5ce7
SM
5390 * loadup.el: Preload newcomment.el.
5391 * newcomment.el: Move autoload-only code to toplevel.
5392
f0809a9d
SM
5393 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
5394 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
5395 Handle new :right-align column property.
5396 (tabulated-list-print-col): Idem, plus use `display' text-property to
5397 try and preserve alignment for variable pitch fonts.
5398
1241b724
CY
53992012-05-07 Chong Yidong <cyd@gnu.org>
5400
5401 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
5402 (tabulated-list-use-header-line): New var.
5403 (tabulated-list-init-header): Use it.
5404 (tabulated-list-print-fake-header): New function.
5405 (tabulated-list-print): Use it.
5406 (tabulated-list-sort-button-map): Add non-header-line commands.
5407 (tabulated-list-init-header): Add column name property to basic
5408 labels as well.
5409 (tabulated-list-col-sort): Handle non-header-line button case.
5410 (tabulated-list--sort-by-column-name): Fix a corner case.
5411
f0809a9d
SM
5412 * buff-menu.el (list-buffers--refresh):
5413 Handle Buffer-menu-use-header-line.
1241b724 5414
e5f9458f
CY
54152012-05-06 Chong Yidong <cyd@gnu.org>
5416
5417 * buff-menu.el: Convert to Tabulated List mode.
5418 (Buffer-menu-buffer+size-width): Make obsolete.
5419 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
5420 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
5421 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
5422 documentation into docstring of buffer-menu.
5423 (Buffer-menu-toggle-files-only): Add an informative message.
5424 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
5425 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
5426 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
5427 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
5428 (Buffer-menu-execute, Buffer-menu-select)
5429 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
5430 (Buffer-menu-bury): Use Tabulated List machinery.
5431 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
5432 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 5433 Delete.
e5f9458f
CY
5434 (list-buffers--refresh): New function.
5435 (list-buffers-noselect): Use it.
5436 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
5437 (Buffer-menu--pretty-file-name): New helper functions.
5438
5439 * loadup.el: Preload tabulated-list.
5440
5441 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
5442 tabulated-list-sort-column.
5443 (tabulated-list-init-header): Add the initial aligning space even
5444 if tabulated-list-padding is zero.
5445
e129292c
CS
54462012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
5447
5448 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
5449 whose cdr is not a cons cell correctly (bug#11038).
5450
6632d361
CY
54512012-05-06 Chong Yidong <cyd@gnu.org>
5452
e129292c
CS
5453 * emacs-lisp/tabulated-list.el (tabulated-list-format):
5454 Accept additional plist in column descriptors.
6632d361
CY
5455 (tabulated-list-init-header): Obey it.
5456 (tabulated-list-get-entry): New function.
5457 (tabulated-list-put-tag): Use it. Use string-width instead of
5458 length.
5459 (tabulated-list--column-number): New function.
5460 (tabulated-list-print): Use it.
e129292c
CS
5461 (tabulated-list-print-col): New function.
5462 Set `tabulated-list-column-name' property on each column's text.
6632d361 5463 (tabulated-list-print-entry): Use it.
e129292c
CS
5464 (tabulated-list-delete-entry, tabulated-list-set-col):
5465 New functions.
6632d361
CY
5466 (tabulated-list-sort-column): New command (Bug#11337).
5467
3cc99f68
CY
5468 * buff-menu.el (list-buffers): Move C-x C-b binding from
5469 buff-menu.el to bindings.el.
5470
5471 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
5472 :advertised-binding feature.
5473
52b61776
TN
54742012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
5475
5476 * progmodes/compile.el (compilation-internal-error-properties):
5477 Calculate start position correctly when end-col is set but
5478 end-line is not (Bug#11382).
5479
ebfe2597
WJ
54802012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
5481
5482 * man.el (Man-unindent): Use text-property-default-nonsticky to
5483 prevent untabify from inheriting face properties (Bug#11408).
5484
6d3f7c2f
SM
54852012-05-05 Stefan Merten <smerten@oekonux.de>
5486
5487 * textmodes/rst.el: Major merge with upstream development up to
5488 Docutils SVN r7399 / rst.el V1.2.1.
5489
5490 Clarify maintainership and authors.
5491
5492 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
5493 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
5494 (rst-official-version, rst-official-cvs-rev, rst-version)
5495 (rst-package-emacs-version-alist): New functions and variables
5496 for version information.
5497
5498 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
5499 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
5500 (rst-mode-syntax-table, rst-mode): New and corrected functions
5501 and variables representing reStructuredText features.
5502
5503 (rst-re): New function for reStructuredText regexes. Use in
5504 many places.
5505
5506 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
5507 (rst-mode-map): Rebind keys.
5508
5509 (rst-mode-lazy, rst-font-lock-keywords)
5510 (rst-font-lock-extend-region)
5511 (rst-font-lock-extend-region-internal)
5512 (rst-font-lock-extend-region-extend)
5513 (rst-font-lock-find-unindented-line-limit)
5514 (rst-font-lock-find-unindented-line-match)
5515 (rst-adornment-level, rst-font-lock-adornment-level)
5516 (rst-font-lock-adornment-match)
5517 (rst-font-lock-handle-adornment-pre-match-form)
5518 (rst-font-lock-handle-adornment-matcher): Major revision of
5519 font-locking. Integrate with other code. Use `jit-lock-mode'.
5520
5521 (rst-preferred-adornments, rst-adjust-hook)
5522 (rst-new-adornment-down, rst-preferred-bullets)
5523 (rst-preferred-bullets, rst-indent, rst-indent-width)
5524 (rst-indent-field, rst-indent-literal-normal)
5525 (rst-indent-literal-minimized, rst-indent-comment): Change,
5526 extend and improve customization.
5527
5528 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
5529 (rst-normalize-cursor-position, rst-get-decoration)
5530 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
5531 (rst-rstrip, rst-toc-insert-find-delete-contents)
5532 (rst-shift-fill-region, rst-compute-bullet-tabs)
5533 (rst-debug-print-tabs, rst-debug-mark-found)
5534 (rst-shift-region-guts, rst-shift-region-right)
5535 (rst-shift-region-left, rst-use-char-classes)
5536 (rst-font-lock-keywords-function)
5537 (rst-font-lock-indentation-point)
5538 (rst-font-lock-find-unindented-line-begin)
5539 (rst-font-lock-find-unindented-line-end)
5540 (rst-font-lock-find-unindented-line)
5541 (rst-font-lock-adornment-point, rst-font-lock-level)
5542 (rst-adornment-level-alist): Remove functions and variables.
5543
5544 (rst-compare-adornments, rst-get-adornment-match)
5545 (rst-suggest-new-adornment, rst-get-adornments-around)
5546 (rst-adornment-complete-p, rst-get-next-adornment)
5547 (rst-adjust-adornment, rst-display-adornments-hierarchy)
5548 (rst-straighten-adornments): Standardize function names to
5549 use "adornment" instead of "decoration". Correct callers.
5550 Similar standardizing in many places.
5551
5552 (rst-update-section, rst-adjust, rst-promote-region)
5553 (rst-enumerate-region, rst-bullet-list-region)
5554 (rst-repeat-last-character): Correct use of `interactive'.
5555
5556 (rst-classify-adornment, rst-find-all-adornments)
5557 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
5558 (rst-find-leftmost-column, rst-repeat-last-character):
5559 Refactor functions.
5560
5561 (rst-find-title-line, rst-reset-section-caches)
5562 (rst-get-adornments-around, rst-adjust-adornment-work)
5563 (rst-arabic-to-roman, rst-roman-to-arabic)
5564 (rst-insert-list-pos, rst-insert-list-new-item)
5565 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
5566 New functions.
5567
5568 (rst-all-sections, rst-section-hierarchy)
5569 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
5570 New variables.
5571
5572 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
5573 configuration instead of only buffer. Change where necessary.
5574
5575 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
5576 (rst-shift-region, rst-adaptive-fill): New functions for
5577 indentation and filling.
5578
5579 (rst-comment-line-break, rst-comment-indent)
5580 (rst-comment-insert-comment, rst-comment-region)
5581 (rst-uncomment-region): New functions for handling comments.
5582
5583 (rst-compile): Quote shell arguments.
5584
5585 (rst-compile-pdf-preview, rst-compile-slides-preview):
5586 Delete temporary files after use.
5587
a43f98b3
GM
55882012-05-05 Glenn Morris <rgm@gnu.org>
5589
48176e8b
GM
5590 * calendar/cal-html.el: Optionally include holidays in the output.
5591 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
5592 (cal-html-holidays): New option.
5593 (cal-html-css-default): Add holiday entry.
5594 (holiday-in-range): Autoload it.
5595 (cal-html-htmlify-entry): Add optional class argument.
5596 (cal-html-htmlify-list): Add optional holidays argument.
5597 (cal-html-insert-agenda-days): Include holidays in the output.
5598 (cal-html-one-month): Maybe include holidays.
5599
a43f98b3
GM
5600 * calendar/holidays.el (holiday-in-range):
5601 Move here from cal-tex-list-holidays.
5602 * calendar/cal-tex.el (cal-tex-list-holidays):
5603 Make it an obsolete alias for holiday-in-range. Update all callers.
5604
fef9d149 56052012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
5606
5607 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
5608 Nextstep.
5609
248da2f4
RW
56102012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
5611
5612 * files.el (file-auto-mode-skip): New var.
5613 (set-auto-mode-1): Use it.
5614
f95e9344
SM
56152012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5616
df96ab1e
SM
5617 * repeat.el: Use lexical-binding.
5618 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
5619 (repeat-undo-count): Remove.
5620 (repeat):
5621 * progmodes/octave-mod.el (octave-abbrev-start):
5622 * progmodes/f90.el (f90-abbrev-start):
5623 * face-remap.el (text-scale-adjust):
5624 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
5625
5342bb06
SM
5626 * emacs-lisp/pcase.el (pcase--let*): New function.
5627 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
5628 a bit more.
5629 (pcase--split-pred): Be more clever about ruling out overlap between
5630 a predicate and some constant pattern.
5631 (pcase--q1): Use `null' instead of (eq foo nil).
5632
f95e9344
SM
5633 * subr.el (setq-local, defvar-local): New macros.
5634 (kbd): Redefine as an alias.
5635 (with-selected-window): Leave unrelated frames alone.
5636 (set-temporary-overlay-map): New function.
5637
71873e2b
SM
56382012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * subr.el (user-error): New function.
5641 * window.el (switch-to-buffer):
5642 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
5643 (smerge-match-conflict):
5644 * simple.el (previous-matching-history-element)
5645 (next-matching-history-element, goto-history-element, undo-more)
5646 (undo-start):
5647 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
5648 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
5649 (next-file, tags-loop-scan, list-tags, complete-tag):
5650 * progmodes/compile.el (compilation-loop):
5651 * mouse.el (mouse-minibuffer-check):
5652 * man.el (Man-bgproc-sentinel, Man-goto-page):
5653 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
5654 (Info-history-forward, Info-follow-reference, Info-menu)
5655 (Info-extract-menu-item, Info-extract-menu-counting)
5656 (Info-forward-node, Info-backward-node, Info-next-menu-item)
5657 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
5658 (Info-next-reference, Info-prev-reference, Info-index)
5659 (Info-index-next, Info-follow-nearest-node)
5660 (Info-copy-current-node-name):
5661 * imenu.el (imenu--make-index-alist)
5662 (imenu-default-create-index-function, imenu-add-to-menubar):
5663 * files.el (basic-save-buffer, recover-file):
5664 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5665 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5666 (checkdoc-message-text, checkdoc-defun):
5667 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
5668 * cus-edit.el (customize-changed-options, customize-rogue)
5669 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
5670 (custom-variable-mark-to-reset-standard)
5671 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
5672 (custom-file):
5673 * completion.el (check-completion-length):
5674 * comint.el (comint-search-arg)
5675 (comint-previous-matching-input-string-position)
5676 (comint-previous-matching-input)
5677 (comint-replace-by-expanded-history-before-point, comint-send-input)
5678 (comint-copy-old-input, comint-backward-matching-input)
5679 (comint-goto-process-mark, comint-set-process-mark):
5680 * calendar/calendar.el (calendar-cursor-to-date): Use it.
5681 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
5682
8a61ee22
SM
56832012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5684
66408d1e
SM
5685 * dabbrev.el (dabbrev--ignore-case-p): New function.
5686 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5687 Use it.
5688
8a61ee22
SM
5689 * files.el (automount-dir-prefix): Mark as obsolete.
5690
3c74813a
GM
56912012-05-04 Glenn Morris <rgm@gnu.org>
5692
5693 * patcomp.el, play/bruce.el: Move to obsolete/.
5694
0bfcf5c5
PE
56952012-05-04 Paul Eggert <eggert@cs.ucla.edu>
5696
5697 Fix minor Y10k bugs.
5698 * arc-mode.el (archive-unixdate):
5699 * autoinsert.el (auto-insert-alist):
5700 * calc/calc-forms.el (math-this-year):
5701 * emacs-lisp/copyright.el (copyright-current-year)
5702 (copyright-update-year, copyright):
5703 * tar-mode.el (tar-clip-time-string):
5704 * time.el (display-time-update):
5705 Don't assume years have 4 digits.
5706
78f3273a
CY
57072012-05-04 Chong Yidong <cyd@gnu.org>
5708
5709 * dos-w32.el (file-name-buffer-file-type-alist)
5710 (direct-print-region-use-command-dot-com):
5711 * ffap.el (ffap-menu-regexp):
5712 * find-file.el (ff-special-constructs):
5713 * follow.el (follow-debug):
5714 * forms.el (forms--debug):
5715 * iswitchb.el (iswitchb-all-frames):
5716 * ido.el (ido-all-frames):
5717 * emacs-lisp/timer.el (timer-max-repeats):
5718 * mail/feedmail.el (feedmail-mail-send-hook)
5719 (feedmail-mail-send-hook-queued):
5720 * mail/footnote.el (footnote-signature-separator):
5721 * mail/mailabbrev.el (mail-alias-separator-string)
5722 (mail-abbrev-mode-regexp):
5723 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
5724 * progmodes/idlwave.el (idlwave-libinfo-file)
5725 (idlwave-default-completion-case-is-down)
5726 (idlwave-library-routines): Convert defvars to defcustoms.
5727
5728 * mail/rmail.el (rmail-decode-mime-charset):
5729 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
5730 (idlwave-shell-fix-inserted-breaks)
5731 (idlwave-shell-activate-alt-keybindings)
5732 (idlwave-shell-use-breakpoint-glyph):
5733 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
5734
f7ae6719
SM
57352012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
5738
47086495
WS
57392012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
5740
5741 * progmodes/verilog-mode.el (font-lock-keywords):
5742 Fix mis-highligting auto. Reported by Craig Barner.
5743 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 5744 defines from global name space. Reported by Dan Dever.
47086495
WS
5745 (verilog-auto-reset, verilog-auto-reset-widths)
5746 (verilog-auto-tieoff): Support using unbased numbers for
5747 AUTORESET and AUTOTIEOFF.
5748 (verilog-submit-bug-report): Update variable list.
5749 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 5750 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
5751 (verilog-auto-template-lint): Fix hash error when linting modules
5752 with no used templates.
5753 (verilog-warn, verilog-warn-error)
5754 (verilog-warn-fatal): When non-interactive report multiple
5755 warnings before exiting. Suggested by Brad Dobbie.
5756 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
5757 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5758 to report unused template errors. Reported by Brad Dobbie.
5759 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 5760 nets, bug438. Reported by Vns Blore.
47086495
WS
5761 (verilog-auto-inout-module, verilog-auto-reg)
5762 (verilog-read-decls, verilog-read-sub-decls-sig)
5763 (verilog-signals-edit-wire-reg, verilog-signals-with):
5764 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 5765 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
5766 "reg" for backwards compatibility presuming Verilog 2001.
5767 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5768 (verilog-preprocess): Fix replication of preprocess output.
5769 Reported by Brad Dobbie.
5770 (verilog-auto-inst-interfaced-ports):
5771 Create verilog-auto-inst-interfaced-ports, bug429.
5772 Reported by Julian Gorfajn.
5773 (verilog-after-save-font-hook)
5774 (verilog-before-save-font-hook): New variable.
5775 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
5776 (verilog-save-font-mods): Wrap disabling fontification, reported
5777 by David Rogoff.
5778 (verilog-do-indent, verilog-pretty-declarations-auto)
5779 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
5780 Reported by Pierre-David Pfister.
5781 (verilog-set-auto-endcomments): Fix endtask auto comments outside
5782 of class declarations, bug292. Reported by Kevin Heilman.
5783 (verilog-read-decls): Fix 'parameter type' not appearing in
5784 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5785 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 5786 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
5787 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5788 Reported by David Kravitz.
5789
57902012-05-03 Michael McNamara <mac@mail.brushroad.com>
5791
5792 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
5793 assignment with tests in ifs and for loops.
5794 (verilog-extended-complete-re, verilog-complete-reg): Change so
5795 that DPI inport functions don't look like fuction declarations.
5796 (verilog-pretty-expr): Don't line up assignment
5797 operations to the test and increment in if and for loops
5798 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 5799 that DPI inport functions don't look like fuction declarations.
47086495 5800
2e51d4b5
KH
58012012-05-03 Kenichi Handa <handa@m17n.org>
5802
5803 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 5804 decoding, and show a warning message without signaling an error
2e51d4b5
KH
5805 (Bug#11282).
5806
2bd785a2
SM
58072012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * emacs-lisp/bytecomp.el
5810 (byte-compile-file-form-custom-declare-variable): Compile all elements,
5811 since cconv.el might have introduced :fun-body, internal-make-closure,
5812 and friends for bytecomp to handle (bug#11391).
5813 * custom.el (defcustom): Avoid ((λ ..) ..).
5814
99d27583
SM
58152012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
5818
55a71479
JB
58192012-05-02 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * notifications.el (dbus-debug):
5822 * term/linux.el (gpm-mouse-enable):
5823 * term/screen.el (xterm-register-default-colors): Declare.
5824
7b97c764
CY
58252012-05-02 Chong Yidong <cyd@gnu.org>
5826
2bc356d7
CY
5827 * cus-start.el (gc-cons-percentage, exec-suffixes)
5828 (dos-display-scancodes, dos-hyper-key, dos-super-key)
5829 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
5830 (make-cursor-line-fully-visible, void-text-area-pointer)
5831 (font-list-limit): Add customization data.
5832
7b97c764
CY
5833 * allout.el (allout-exposure-change-functions)
5834 (allout-structure-added-functions)
5835 (allout-structure-deleted-functions)
5836 (allout-structure-shifted-functions): Rename abnormal hooks from
5837 *-hook, and convert to defcustoms.
5d3385a0
JB
5838 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
5839 Convert to defcustoms.
7b97c764
CY
5840 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
5841
5842 * allout-widgets.el: Hook callers changed.
5843
90207a15 58442012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
5845
5846 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
5847 the yanked message in preference to the default value of
5848 buffer-file-coding-system.
5849
90207a15 58502012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 5851
5d3385a0
JB
5852 * window.el (display-buffer--action-function-custom-type):
5853 Fix entry.
d9558cad 5854
90207a15 58552012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
5856
5857 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
5858
d80ac57b
GM
58592012-05-01 Glenn Morris <rgm@gnu.org>
5860
976f7668
GM
5861 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
5862
beb83b5a
GM
5863 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
5864
d80ac57b
GM
5865 * cus-edit.el (custom-variable-documentation): Simplify with format.
5866
b593d6a9 58672012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 5868 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
5869
5870 * simple.el (suggest-key-bindings, execute-extended-command):
5871 Move from keyboard.c.
5872
782fbf2a
CY
58732012-05-01 Chong Yidong <cyd@gnu.org>
5874
5875 * follow.el: Eliminate advice.
5876 (set-process-filter, process-filter, sit-for): Advice deleted.
5877 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
5878 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
5879 Vars deleted.
782fbf2a
CY
5880 (follow-auto): Use a :set function.
5881 (follow-mode): Rewritten. Don't advise process filters.
5882 (follow-switch-to-current-buffer-all, follow-scroll-up)
5883 (follow-scroll-down): Assume follow-mode is bound.
5884 (follow-comint-scroll-to-bottom)
5885 (follow-align-compilation-windows): New functions.
5886 (follow--window-sorter): New function.
5887 (follow-all-followers): Use it to explicitly sort windows by their
5888 positions; don't make assumptions about next-window order.
5889 (follow-windows-start-end, follow-delete-other-windows-and-split)
5890 (follow-calc-win-start): Doc fix.
5891 (follow-windows-aligned-p, follow-select-if-visible): Don't call
5892 vertical-motion unnecessarily.
5893 (follow-adjust-window): New function.
5894 (follow-post-command-hook): Use it.
5895 (follow-call-set-process-filter, follow-call-process-filter)
5896 (follow-intercept-process-output, follow-tidy-process-filter-alist)
5897 (follow-stop-intercept-process-output, follow-generic-filter):
5898 Functions deleted.
5899 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
5900 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
5901 New functions, replacing advice on scroll-bar-* commands.
87233a14 5902 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
5903
5904 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
5905 (comint-postoutput-scroll-to-bottom): Use it.
5906 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 5907
290af740
GM
59082012-05-01 Glenn Morris <rgm@gnu.org>
5909
5910 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
5911 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
5912 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
5913 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
5914 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
5915 Remove no-byte-compile setting.
5916
6eac8dc9
SM
59172012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * minibuffer.el (completion-table-with-quoting): Fix compatibility
5920 all-completions code to not return a number in the last cdr.
5921
9cc7819c
LL
59222012-04-30 Leo Liu <sdl.web@gmail.com>
5923
5924 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
5925 read-only error.
5926
c93b886f
CY
59272012-04-29 Chong Yidong <cyd@gnu.org>
5928
5929 * follow.el (follow-calc-win-end): Rewrite to handle partial
5930 screen lines correctly (Bug#8390).
5931 (follow-avoid-tail-recenter): Minor cleanup.
5932
8b6c19f4
SM
59332012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 Avoid the obsolete `assoc' package.
5936 * speedbar.el (speedbar-refresh): Avoid adelete.
5937 (speedbar-file-lists): Simplify and avoid aput.
5938 * man.el (Man--sections, Man--refpages): New vars, replacing
5939 Man-sections-alist and Man-refpages-alist.
5940 (Man-build-section-alist, Man-build-references-alist):
5941 Use them; avoid aput.
5942 (Man--last-section, Man--last-refpage): New vars.
5943 (Man-follow-manual-reference): Use them.
5944 Use the `default' arg of completing-read.
5945 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
5946
c5bb7569
CY
59472012-04-27 Chong Yidong <cyd@gnu.org>
5948
d1d2e2e8
CY
5949 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
5950
15cd8efd
CY
5951 * startup.el (x-apply-session-resources): New function.
5952
5953 * term/ns-win.el (ns-initialize-window-system):
5954 * term/w32-win.el (w32-initialize-window-system):
5955 * term/x-win.el (x-initialize-window-system): Use it to properly
5956 set menu-bar-mode and other vars from X resources, even if the
5957 initial frame is not a window-system frame (Bug#2299).
5958
c5bb7569
CY
5959 * subr.el (read-key): Avoid running filter function when setting
5960 up temporary tool bar entries (Bug#9922).
5961
a8e7d6d7 59622012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
5963
5964 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
5965 (Bug#11344)
5966
a8e7d6d7 59672012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
5968
5969 * select.el (xselect--encode-string): New function, split from
5970 xselect-convert-to-string.
5971 (xselect-convert-to-string): Use it.
5972 (xselect-convert-to-filename, xselect-convert-to-os)
5973 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
5974 returned strings are properly encoded (Bug#11315).
5975
a8e7d6d7 59762012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
5977
5978 * simple.el (delete-active-region): Move to killing custom group.
5979
a8e7d6d7 59802012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
5981
5982 * progmodes/which-func.el (which-func-current): Quote %
5983 characters for mode-line processing.
5984
578c1d4b 59852012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
5986
5987 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
5988 reaching eob (Bug#11286).
5989
a8e7d6d7 59902012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
5991
5992 * progmodes/gdb-mi.el (gdb-control-level): New variable.
5993 (gdb): Make it buffer-local and init to zero.
5994 (gdb-control-commands-regexp): New variable.
5995 (gdb-send): Don't wrap in "-interpreter-exec console" if
5996 gdb-control-level is positive. Increment gdb-control-level
5997 whenever the command matches gdb-control-commands-regexp, and
5998 decrement it each time the command is "end". (Bug#11279)
5999
a8e7d6d7 60002012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
6001
6002 * window.el (adjust-window-trailing-edge, enlarge-window)
6003 (shrink-window, window-resize):
6004 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
6005 windows (Bug#11276).
6006
b3608390
CY
60072012-04-27 Chong Yidong <cyd@gnu.org>
6008
6009 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 6010 fix "missing prefix" warning. All callers changed.
b3608390 6011
797e6e88
SM
60122012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * emacs-lisp/assoc.el: Move to obsolete/.
6015
e95a67dc
SM
60162012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6017
657c21e4 6018 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
6019
6020 * term/ns-win.el (ns-define-service):
6021 * progmodes/pascal.el (pascal-goto-defun):
6022 * progmodes/js.el (js--read-tab):
6023 * progmodes/etags.el (tags-lazy-completion-table):
6024 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
6025 * emacs-lisp/ewoc.el (ewoc--wrap):
6026 * emacs-lisp/assoc.el (aput, adelete, amake):
6027 * doc-view.el (doc-view-convert-current-doc):
6028 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
6029
cb3e7ae0
CY
60302012-04-26 Chong Yidong <cyd@gnu.org>
6031
dce04f7f
CY
6032 * image.el (image-type-from-buffer): Only return supported image
6033 type (Bug#9045).
6034
cb3e7ae0
CY
6035 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
6036 value, for symmetry with diff-end-of-hunk.
6037 (diff-split-hunk, diff-find-source-location)
6038 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
6039 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
6040 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
6041 compute the relevant hunk or file properly (Bug#6005).
6042 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
6043
0d42eb3e
SM
60442012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * vc/vc-mtn.el:
6047 * vc/vc-hg.el:
6048 * vc/vc-git.el:
6049 * vc/vc-dir.el:
6050 * vc/vc-cvs.el:
6051 * vc/vc-bzr.el:
6052 * vc/vc-arch.el:
6053 * vc/vc.el: Replace lexical-let by lexical-binding.
6054 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
6055 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
6056 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
6057
f08ae1c9
CY
60582012-04-26 Chong Yidong <cyd@gnu.org>
6059
8b71081d
CY
6060 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
6061 (diff-mode-shared-map): Bind it to / and [remap undo].
6062
f08ae1c9
CY
6063 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
6064 (ediff-window-setup-function): Use it as the default, to set up
6065 windows based on whether the current frame is graphical (Bug#2138).
6066 (ediff-choose-window-setup-function-automatically): Make obsolete.
6067
6068 * vc/ediff-init.el: Always define ediff-pixel-width/height.
6069
ef24141c
SM
60702012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6071
cc356a5d
SM
6072 * ffap.el: Remove old code for obsolete package.
6073 (ffap-complete-as-file-p): Remove.
6074
b4ff4f1f
SM
6075 Use completion-table-with-quoting for comint and pcomplete.
6076 * comint.el (comint--unquote&requote-argument)
6077 (comint--unquote-argument, comint--requote-argument): New functions.
6078 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
6079 (comint-quote-filename): Use regexp-opt-charset.
6080 (comint--common-suffix, comint--common-quoted-suffix)
6081 (comint--table-subvert): Remove.
6082 (comint-unquote-function, comint-requote-function): New vars.
6083 (comint--complete-file-name-data): Use them with
6084 completion-table-with-quoting.
6085 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
6086 * pcomplete.el (pcomplete-arg-quote-list)
6087 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
6088 (pcomplete-unquote-argument-function): Default to non-nil.
6089 (pcomplete-unquote-argument): Simplify.
6090 (pcomplete--common-quoted-suffix): Remove.
6091 (pcomplete-requote-argument-function): New var.
6092 (pcomplete--common-suffix): New function.
6093 (pcomplete-completions-at-point): Use completion-table-with-quoting
6094 and completion-table-subvert.
6095
79c4eeb4
SM
6096 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
6097 (minibuffer--double-dollars): Preserve properties.
6098 (completion--sifn-requote): New function.
6099 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
6100
ef24141c
SM
6101 * minibuffer.el: Add support for completion of quoted/escaped data.
6102 (completion-table-with-quoting, completion-table-subvert): New funs.
6103 (completion--twq-try, completion--twq-all): New functions.
6104 (completion--nth-completion): New function.
6105 (completion-try-completion, completion-all-completions): Use it.
6106
784e7d6e
LL
61072012-04-25 Leo Liu <sdl.web@gmail.com>
6108
dd2ac746
SM
6109 * progmodes/python.el (python-pdbtrack-get-source-buffer):
6110 Use compilation-message if available to find real filename.
784e7d6e 6111
07875ee7
CY
61122012-04-25 Chong Yidong <cyd@gnu.org>
6113
6114 * vc/diff-mode.el (diff-setup-whitespace): New function.
6115 (diff-mode): Use it.
6116
6117 * vc/diff.el (diff-sentinel):
6118 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
6119 Whitespace mode variables based on diff style (Bug#8612).
6120
5055880d
LL
61212012-04-25 Leo Liu <sdl.web@gmail.com>
6122
daf75653
LL
6123 * progmodes/python.el (python-send-region): Add suffix .py to the
6124 temp file.
6125
5055880d
LL
6126 * files.el (auto-mode-alist): Use javascript-mode instead.
6127
db9b177b
AH
61282012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
6129
ef24141c 6130 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 6131
090bd7cb 6132 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 6133 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 6134 references, see Bug#9.
ef24141c 6135 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 6136 when receiving a fault reply.
ef24141c 6137 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 6138
090bd7cb 6139 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 6140 (soap-inspect-simple-type): New function.
db9b177b 6141
090bd7cb 6142 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 6143 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
6144 (soap-decode-basic-type, soap-encode-basic-type):
6145 support unsignedInt and double basic types.
db9b177b 6146 (soap-resolve-references-for-simple-type)
ef24141c
SM
6147 (soap-parse-simple-type, soap-encode-simple-type): New function.
6148 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 6149
090bd7cb 6150 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
6151 (soap-default-soapenc-types): Add integer, byte and anyURI types.
6152 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
6153 the local name of "soapenc:Array".
6154 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
6155 decoding integer, byte and anyURI xsd types.
6156
1fc6097b
CY
61572012-04-25 Chong Yidong <cyd@gnu.org>
6158
6159 * cus-edit.el (custom-buffer-create-internal): Update header text.
6160
afc6df87
EZ
61612012-04-25 Eli Zaretskii <eliz@gnu.org>
6162
6163 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
6164 settings on 'system-type', not on 'window-system'. On MS-Windows,
6165 set interactive-mode on in GDB.
6166
dfbd787f
SM
61672012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
6170 (ruby-syntax-propertize-regexp): Remove.
6171 (ruby-syntax-propertize-function): Split regexp into chunks.
6172 Match following code directly.
6173
85222d44
DG
61742012-04-24 Dmitry Gutov <dgutov@yandex.ru>
6175
51a8ea2a
DG
6176 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
6177 (ruby-syntax-propertize-regexp): New function.
6178 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
6179 by a special keyword.
6180
85222d44
DG
6181 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
6182 (ruby-syntax-general-delimiters-goto-beg)
6183 (ruby-syntax-propertize-general-delimiters): New functions.
6184 (ruby-syntax-propertize-function): Use them to handle GDL.
6185 (ruby-font-lock-keywords): Move old handling of GDL...
6186 (ruby-font-lock-syntactic-keywords): .. to here.
6187 (ruby-calculate-indent): Adjust indentation for GDL.
6188
b613912b
MA
61892012-04-24 Michael Albinus <michael.albinus@gmx.de>
6190
b5380639
MA
6191 * notifications.el (top): Remove unneeded declarations.
6192 (notifications-specification-version): Change to "1.2".
e43042fe 6193 (notifications-interface, notifications-notify-method)
b613912b
MA
6194 (notifications-close-notification-method): Fix docstring.
6195 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
6196 (notifications-notify): Add :action-items, :resident and
6197 :transient hints. Change "image_data" to "image-data" and
6198 "image_path" to "image-path".
b613912b
MA
6199 (notifications-get-capabilities): New defun.
6200
257440aa
LL
62012012-04-24 Leo Liu <sdl.web@gmail.com>
6202
6203 * progmodes/python.el: Move hideshow setup to the end.
6204
b1bac16e
MR
62052012-04-24 Martin Rudalics <rudalics@gmx.at>
6206
6207 * window.el (handle-select-window): Clear echo area since this is
6208 no more done by read_char (Bug#11304).
6209
d81bd059
SM
62102012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
6213 and `/ M' to filter-derived-mode.
6214 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
6215 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6216 (ibuffer-mark-by-mode): Use default rather than initial-input.
6217 (ibuffer-filter-by-derived-mode): Autoload and require-match.
6218
c4cf6d91
IA
62192012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
6220
6221 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
6222 (ibuffer-filter-by-derived-mode): New filter.
6223 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
6224
7511ded8
CY
62252012-04-23 Andreas Politz <politza@fh-trier.de>
6226
6227 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
6228
775c916b
CY
62292012-04-23 Chong Yidong <cyd@gnu.org>
6230
6231 * cus-edit.el (customize-apropos, customize-apropos-options):
6232 Disable matching of non-option variables (Bug#11176).
6233 (customize-option, customize-option-other-window)
6234 (customize-changed-options): Doc fix.
6235 (customize-apropos-options, customize-apropos-faces)
6236 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
6237
6238 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 6239 Fix word list splitting (Bug#11132).
46c71e23
CY
6240 (apropos-symbol, apropos-keybinding, apropos-label)
6241 (apropos-property, apropos-function-button)
6242 (apropos-variable-button, apropos-misc-button): New faces.
6243 (apropos-symbol-face, apropos-keybinding-face)
6244 (apropos-label-face, apropos-property-face, apropos-match-face):
6245 Variables removed (Bug#8396).
6246 (apropos-library-button, apropos-format-plist, apropos-print)
6247 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 6248
2df41f9c
MA
62492012-04-23 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/xesam.el (xesam-mode-map): Use let-bound map in
6252 initialization. (Bug#11292)
6253
da00640a
AM
62542012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6255
6256 Preserve ispell session localwords when switching back to
6257 original buffer.
6258
090bd7cb
JB
6259 * textmodes/ispell.el (ispell-buffer-session-localwords):
6260 New buffer-local variable to hold buffer session localwords.
ed9265fc 6261 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
6262 localwords.
6263 (ispell-command-loop, ispell-change-dictionary)
6264 (ispell-buffer-local-words): Preserve session localwords when
6265 needed.
6266
090bd7cb
JB
6267 * textmodes/flyspell.el (flyspell-process-localwords)
6268 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 6269
f621ccf5
AM
62702012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6271
090bd7cb
JB
6272 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
6273 using obsolete `translation-table-for-input'.
ef24141c
SM
6274 (ispell-word, ispell-process-line, ispell-complete-word):
6275 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 6276
c2d1019e
CY
62772012-04-22 Chong Yidong <cyd@gnu.org>
6278
6279 * cus-edit.el (custom-variable-menu)
6280 (custom-variable-reset-saved, custom-face-menu)
6281 (custom-face-reset-saved): If there is no saved value, make the
6282 "reset-saved" operation bring back the default (Bug#9509).
6283 (custom-face-state): Properly detect themed faces.
6284
eeddc531
CY
6285 * faces.el (face-spec-set): Stop supporting deprecated form of
6286 third arg.
6287
dcbf5805
MA
62882012-04-22 Michael Albinus <michael.albinus@gmx.de>
6289
6290 Move functions from C to Lisp. Make non-blocking method calls
6291 the default. Implement further D-Bus standard interfaces.
6292
ef24141c
SM
6293 * net/dbus.el (dbus-message-internal): Declare function.
6294 Remove unneeded function declarations.
dcbf5805
MA
6295 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
6296 (dbus-message-type-method-return, dbus-message-type-error)
6297 (dbus-message-type-signal): Declare variables. Remove local
6298 definitions.
6299 (dbus-interface-dbus, dbus-interface-peer)
6300 (dbus-interface-introspectable, dbus-interface-properties)
6301 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
6302 Adapt docstring.
6303 (dbus-interface-objectmanager): New defconst.
6304 (dbus-call-method, dbus-call-method-asynchronously)
6305 (dbus-send-signal, dbus-method-return-internal)
6306 (dbus-method-error-internal, dbus-register-service)
6307 (dbus-register-signal, dbus-register-method): New defuns, moved
6308 from dbusbind.c
6309 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
6310 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
6311 New defuns.
dcbf5805
MA
6312 (dbus-call-method-non-blocking): Make it an obsolete function.
6313 (dbus-unregister-object, dbus-unregister-service)
6314 (dbus-handle-event, dbus-register-property)
6315 (dbus-property-handler): Obey the new structure of
6316 `bus-registered-objects'.
6317 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
6318 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6319 Use `dbus-call-method'.
6320
cf20dee0
CY
63212012-04-22 Chong Yidong <cyd@gnu.org>
6322
6323 * cus-edit.el (custom-commands, custom-reset-menu)
6324 (Custom-reset-standard): Tweak labels.
6325 (custom-reset-button-menu): Change default to t.
6326 (custom-buffer-create-internal): For the custom-reset-button-menu
6327 case, put the revert button first.
6328 (custom-group-subtitle): New face.
6329 (custom-group-value-create): Align docstring to a specific column.
6330
6331 * wid-edit.el (widget-documentation-link-add): Don't handle
6332 indentation in this function.
6333 (widget-documentation-string-indent-to): New function.
6334 (widget-documentation-string-value-create): Use it.
6335
6336 * autorevert.el (auto-revert):
6337 * epg-config.el (epg):
6338 * ibuffer.el (ibuffer):
6339 * mpc.el (mpc):
6340 * ses.el (ses):
6341 * eshell/eshell.el (eshell):
6342 * net/ange-ftp.el (ange-ftp):
6343 * progmodes/ebnf2ps.el (postscript):
6344 * progmodes/flymake.el (flymake):
6345 * progmodes/prolog.el (prolog):
6346 * progmodes/verilog-mode.el (verilog-mode):
6347 * progmodes/which-func.el (which-func):
6348 * term/xterm.el (xterm):
6349 * textmodes/picture.el (picture):
6350 * textmodes/tildify.el (tildify):
6351 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
6352 customization buffers.
6353
583e23bd
AM
63542012-04-22 Alan Mackenzie <acm@muc.de>
6355
6356 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
6357 Adding a ) can hide the resulting (..) from searches. Fix it.
6358 Bound the backward search to the position of the existing (.
6359
7dd51bf1
JB
63602012-04-21 Juanma Barranquero <lekktu@gmail.com>
6361
6362 * progmodes/verilog-mode.el (verilog-mode): Check whether
6363 which-func-modes is t before adding verilog-mode.
6364 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
6365
d64a438f
LL
63662012-04-21 Leo Liu <sdl.web@gmail.com>
6367
7dd51bf1 6368 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 6369
081e8d65
MV
63702012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
6371
6372 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
6373 filling of the last column of a table (Bug#5635).
6374 (woman-find-next-control-line): New arg, specifying an additional
6375 regexp component for the control line.
6376 (woman2-roff-buffer): Use it.
6377 (woman-break-table): New function.
6378 (woman2-TS): Use it.
6379
63802012-04-21 Chong Yidong <cyd@gnu.org>
6381
6382 * woman.el (woman-set-buffer-display-table, woman-decode-region)
6383 (woman-horizontal-escapes, woman-negative-vertical-space)
6384 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
6385 (WoMan-warn-ignored): Use ?\s instead of ?\ .
6386
ed571ccb
SM
63872012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * minibuffer.el (completion-file-name-table): Complete user names.
6390
39773899
LL
63912012-04-20 Leo Liu <sdl.web@gmail.com>
6392
6393 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
6394 and pcase-let*.
6395
de6ff46d
CY
63962012-04-20 Chong Yidong <cyd@gnu.org>
6397
6398 * server.el (server-execute): Respect initial-buffer-choice if it
6399 is a string and there are no files to open (Bug#2825).
6400 (server-create-window-system-frame, server-create-tty-frame):
6401 Don't switch buffers here.
2d0e8e61
CY
6402 (server-process-filter): Only try to open a window system frame if
6403 compiled with graphical support (Bug#8314).
de6ff46d 6404
54071013
DN
64052012-04-20 Dan Nicolaescu <dann@gnu.org>
6406
6407 * battery.el (battery-echo-area-format): Display remaining time
6408 for sysfs backend too (Bug#11269).
6409 (battery-linux-sysfs): Fix conditional for the charge.
6410
f30d612a
CY
64112012-04-20 Chong Yidong <cyd@gnu.org>
6412
c07a4c0b 6413 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
6414 (gdb-inferior-io--init-proc): New function.
6415 (gdb-init-1): Use it.
6416 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
6417 responsible for allocating a new pty and hooking it to gdb when
6418 the old pty gets an EIO due to process exit.
6419 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
6420 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
6421 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
6422
2116e93c
EZ
64232012-04-20 Eli Zaretskii <eliz@gnu.org>
6424
6425 * window.el (window-min-size, window-sizable, window-min-delta)
6426 (window-max-delta, window--resizable, window-resizable)
6427 (window-total-size, window-full-height-p, window-full-width-p)
6428 (window-in-direction, window--resize-mini-window, window-resize)
6429 (window--resize-child-windows-normal)
6430 (window--resize-child-windows, window--resize-siblings)
6431 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 6432 (enlarge-window, shrink-window): Doc fixes.
2116e93c 6433
c07a4c0b 64342012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 6435
ef24141c
SM
6436 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
6437 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
6438 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
6439 pty process (Bug#11273).
6440 (gdb-update): New arg to suppress talking to the gdb process.
6441 (gdb-done-or-error): Use it.
6442 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
6443 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
6444 sentinel not being called.
6445
6446 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
6447
d02766ab
CY
6448 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
6449
c07a4c0b 64502012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
6451
6452 * net/network-stream.el (open-network-stream): Doc fix.
6453
c07a4c0b 64542012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
6455
6456 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
6457
c07a4c0b 64582012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
6459
6460 Ensure searching for keywords is case sensitive.
6461
6462 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
6463 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
6464 (c-defun-name, c-mark-function, c-cpp-define-name)
6465 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 6466 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 6467
ef24141c
SM
6468 * progmodes/cc-mode.el (c-font-lock-fontify-region):
6469 Bind case-fold-search to nil.
f0f6bc35 6470
c07a4c0b 64712012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
6472
6473 * mail/sendmail.el (mail-bury): Call return action with the right
6474 Rmail buffer (Bug#11242).
6475
9a864fa2
CY
6476 * server.el (server-process-filter): Handle corner case where both
6477 tty and nowait options are present (Bug#11102).
6478
539aa513
EZ
64792012-04-20 Eli Zaretskii <eliz@gnu.org>
6480
6481 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
6482 (top level): Put into the executable the ident-style '$Id:' tag on
6483 windows-nt as well.
539aa513 6484
cfc7d5da
SM
64852012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * electric.el (electric-indent-post-self-insert-function): Check that
6488 electric-indent-mode is enabled in current buffer.
6489
5b01685c
JB
64902012-04-19 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * imenu.el (imenu-progress-message): Restore; it is "used" in
6493 erc/erc-imenu.el and net/snmp-mode.el.
6494
4d6769e1
JB
64952012-04-19 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * avoid.el (mouse-avoidance-mode): Mark unused arg.
6498 (mouse-avoidance-nudge-mouse): Remove unused binding.
6499
6500 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
6501
6502 * descr-text.el (describe-char):
6503 * progmodes/python.el (python-describe-symbol):
6504 Don't call `toggle-read-only', set `buffer-read-only'.
6505
6506 * imenu.el (imenu-default-goto-function): Mark unused args.
6507 (imenu-progress-message): Remove obsolete macro; all callers changed.
6508
6509 * subr.el (keymap-canonicalize): Remove unused binding.
6510 (read-passwd): Mark unused arg.
6511
6512 * tutorial.el (tutorial--display-changes): Remove unused binding.
6513 (tutorial--save-tutorial-to): Remove unused variable.
6514
6515 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
6516 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
6517 (package-generate-autoloads, package-menu--generate)
6518 (package-menu--find-upgrades): Remove unused bindings.
6519
6520 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
6521 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
6522 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
6523 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
6524 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
6525 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
6526 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
6527 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
6528 (cua-delete-char-rectangle): Mark unused args.
6529 (cua-align-rectangle): Remove unused binding.
6530
6531 * mail/rmail.el (compilation--message->loc)
6532 (epa--find-coding-system-for-mime-charset): Declare.
6533
6534 * net/dbus.el (dbus-register-service): Declare.
6535 (dbus-name-owner-changed-handler): Remove unused binding.
6536
6537 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
6538 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
6539 (nxml-scan-backward-within): Mark unused arg.
6540 (nxml-dynamic-markup-word): Remove unused binding.
6541
6542 * mouse.el (mouse-menu-major-mode-map):
6543 * emacs-lisp/authors.el (authors-scan-change-log)
6544 (authors-add-to-author-list):
6545 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
6546 * emacs-lisp/smie.el (smie-auto-fill):
6547 * mail/sendmail.el (mail-bury):
6548 * mail/unrmail.el (unrmail):
6549 * net/tls.el (open-tls-stream):
6550 * textmodes/picture.el (picture-mouse-set-point):
6551 Remove unused bindings.
6552
8c8fc5df
MA
65532012-04-19 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * net/tramp.el (tramp-action-password): Let-bind
6556 `enable-recursive-minibuffers' to t.
6557
a77b0ac9
SS
65582012-04-18 Sam Steingold <sds@gnu.org>
6559
6560 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
6561 instead of 'string to accommodate values like [f11].
6562 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
6563 * progmodes/gdb-mi.el: Likewise.
6564
12a106a9
LL
65652012-04-18 Leo Liu <sdl.web@gmail.com>
6566
6567 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
6568 current buffer.
6569 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
6570 LOCAL is nil.
6571
bc6494ef
CY
65722012-04-18 Chong Yidong <cyd@gnu.org>
6573
6574 * simple.el (line-move): Use forward-line if in batch mode
6575 (Bug#11053).
6576
c09c46b2
CS
65772012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
6578
6579 * files.el (after-find-file): Do not try to add a final newline if
6580 the buffer is read-only (Bug#11156).
6581
5f6530ea
RS
65822012-04-17 Richard Stallman <rms@gnu.org>
6583
6584 * mail/rmail.el (rmail-start-mail):
6585 Pass (rmail-mail-return...) for the return-action.
6586 Pass (rmail-yank-current-message...) for the yank-action.
6587 (rmail-yank-current-message): New function.
6588 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
6589 (rmail-reply): Likewise.
6590 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
6591
6592 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 6593 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
6594 buffer, not newbuf.
6595
197b6f3c
JB
65962012-04-17 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * server.el (server-ensure-safe-dir): Simplify.
6599
2311d8e5 66002012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 6601
2311d8e5
GM
6602 * emacs-lisp/smie.el: Provide smarter auto-filling.
6603 (smie-auto-fill): New function.
6604 (smie-setup): Use it.
98fb480e 6605
2311d8e5
GM
6606 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
6607
66082012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
6609
6610 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
6611 (comment-indent): Use it.
6612
2311d8e5 66132012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
6614
6615 * ses.el: The overall change is to add cell renaming, that is
6616 setting fancy names for cell symbols other than name matching
6617 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 6618 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 6619 (ses-create-cell-variable): New defun.
2311d8e5 6620 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
6621 (ses-relocate-formula): Relocate formulas only for cells the
6622 symbols of which are not renamed, i.e. symbols whose names do not
6623 match regexp "\\`[A-Z]+[0-9]+\\'".
6624 (ses-relocate-all): Relocate values only for cells the symbols of
6625 which are not renamed.
6626 (ses-load): Create cells variables as the (ses-cell ...) are read,
6627 in order to check row col consistency with cell symbol name only
6628 for cells that are not renamed.
6629 (ses-replace-name-in-formula): New defun.
6630 (ses-rename-cell): New defun.
4bdf2ad2 6631
fc72b15c
PO
66322012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
6633
6634 * progmodes/perl-mode.el (perl-indent-parens-as-block):
6635 New option (bug#11118).
6636 (perl-calculate-indent): Respect it.
6637
12e10e61
GM
66382012-04-17 Glenn Morris <rgm@gnu.org>
6639
6640 * dired-aux.el (dired-mark-read-string): Doc fix.
6641
30009afd
DA
66422012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6643
6644 * dired-aux.el (dired-mark-read-string): Offer optional completion.
6645 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
6646
41f03f4d
GM
66472012-04-17 Glenn Morris <rgm@gnu.org>
6648
6649 * mouse.el (mouse-drag-track):
6650 * speedbar.el (speedbar-frame-mode):
6651 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6652
f45f90f3
LL
66532012-04-16 Leo Liu <sdl.web@gmail.com>
6654
6655 * progmodes/python.el: Trivial cleanup.
6656
94ee8db5
GM
66572012-04-16 Glenn Morris <rgm@gnu.org>
6658
121b8917
GM
6659 * vc/vc.el (vc-string-prefix-p):
6660 * vc/pcvs-util.el (cvs-string-prefix-p):
6661 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
6662 * mpc.el (mpc-string-prefix-p):
6663 Make all of these into obsolete aliases for string-prefix-p.
6664 Update callers.
6665 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
6666
1197ecfa
GM
6667 * textmodes/two-column.el: Move custom options to the start.
6668 (frame-width): Remove compat definition.
6669 (2C-associate-buffer, 2C-dissociate):
6670 Use with-current-buffer rather than save-excursion.
6671 (2C-dissociate): Force a mode-line update.
6672 (2C-autoscroll): Use ignore-errors.
6673
099e7202
GM
6674 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
6675 Autoload trivia.
6676
bf350d6a
GM
6677 * emacs-lisp/cl-extra.el (*random-state*):
6678 Remove unnecessary declaration.
6679
0e829eab
GM
6680 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
6681
e3ad7552
GM
6682 * play/cookie1.el (cookie-snarf):
6683 Give an explicit error if input file cannot be read.
6684
68892d27
GM
6685 * play/yow.el (yow-file): Use expand-file-name rather than concat.
6686
20f0c46d
GM
6687 * progmodes/perl-mode.el (c-macro-expand):
6688 Remove unnecessary autoload (it is in loaddefs.el).
6689
5a0978ce
GM
6690 * textmodes/picture.el (picture-desired-column)
6691 (picture-update-desired-column): Convert comments to doc-strings.
6692 (picture-substitute): Remove function.
6693 (picture-mode-map): Initialize in the defvar.
6694
6b955486
GM
6695 * woman.el: Remove eval-after-load for tar-mode.
6696 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
6697 (woman-tar-extract-file): Autoload it.
6698
94ee8db5
GM
6699 * frame.el (automatic-hscrolling): Make this alias obsolete.
6700
177eca34
AM
67012012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6702
090bd7cb 6703 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 6704 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
6705 (ispell-dictionary-base-alist): Revert to original XEmacs
6706 friendly version for default. [:alpha:] will be added in
090bd7cb 6707 `ispell-set-spellchecker-params' if needed.
177eca34 6708
c505aaeb
CY
67092012-04-16 Chong Yidong <cyd@gnu.org>
6710
b19dd9d1 6711 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
6712 (imagemagick-register-types): Use it.
6713 (imagemagick-types-inhibit): Add :set function. Allow new value
6714 of t to inhibit all types.
6715
6716 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
6717 so we can preload it.
6718
6719 * loadup.el (fboundp): Preload regexp-opt, needed by
6720 imagemagick-register-types.
6721
60efac0f
CY
67222012-04-15 Chong Yidong <cyd@gnu.org>
6723
6724 * frame.el (scrolling): Remove nearly unused customization group.
6725
6726 * scroll-all.el (scroll-all-mode): Move to windows group.
6727
5dd1713e
CY
67282012-04-15 Chong Yidong <cyd@gnu.org>
6729
6730 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
6731
e6fd457e
CY
67322012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 6735 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 6736
e153c136
GM
67372012-04-15 Glenn Morris <rgm@gnu.org>
6738
6739 * simple.el (process-file-side-effects): Doc fix.
6740
e6fd457e 67412012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
6742
6743 * international/mule-cmds.el (set-language-environment): Doc fix.
6744
3603c3b1
JB
67452012-04-14 Juanma Barranquero <lekktu@gmail.com>
6746
6747 * server.el (server-auth-key, server-generate-key): Doc fixes.
6748 (server-get-auth-key): Doc fix. Use `string-match-p'.
6749 (server-start): Reflow docstring.
6750
e6de100c
LI
67512012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
6752
6753 * server.el (server-generate-key): `called-interactively-p'
6754 requires a parameter.
6755
29734c21
MN
67562012-04-14 Michal Nazarewicz <mina86@mina86.com>
6757
6758 * server.el (server-auth-key): New variable.
75f1671a 6759 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
6760 (server-start): Use the new variable and functions to allow
6761 setting a permanent server key (bug#9423).
6762
d65c9521
LL
67632012-04-14 Leo Liu <sdl.web@gmail.com>
6764
6765 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
6766
5ae255c7
PE
67672012-04-14 Paul Eggert <eggert@cs.ucla.edu>
6768
6769 Spelling fixes.
6770 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
6771 Emacs uses American spelling.
6772
d5e6342e
JB
67732012-04-14 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
6776 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
6777 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
6778 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
6779
ab036cd7
SM
67802012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * progmodes/which-func.el (which-func-modes): Change default.
6783
35dc09a1 67842012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
6785
6786 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
6787 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
6788
35dc09a1 67892012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
6790
6791 * custom.el (custom-theme-set-variables): Doc fix.
6792
35dc09a1 67932012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
6794
6795 * international/mule.el (set-auto-coding-for-load): Doc fix.
6796
35dc09a1 67972012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 6798
35dc09a1
GM
6799 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
6800 imenu work again for Objective C Mode. Correct the *-index values,
6801 these having been disturbed by a previous change in 2011-08.
57f845ee 6802
0de3da9f
AM
6803 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
6804 Correct two search limits.
6805
35dc09a1 68062012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
6807
6808 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
6809
35dc09a1 68102012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
6811
6812 * international/characters.el: Fix sorting.
6813
35dc09a1 68142012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
6815
6816 * international/characters.el: Add more missing Latin case pairs.
6817
35dc09a1 68182012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
6819
6820 * files.el (dir-locals-set-class-variables): Doc fix.
6821
35dc09a1 68222012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 6823
3f1b5bf8
EZ
6824 * international/characters.el: Add set-case-syntax-pair call for
6825 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
6826 counterpart. (Bug#11209)
6827
9f847f41
EZ
6828 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
6829
35dc09a1 68302012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
6831
6832 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6833
35dc09a1 68342012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 6835
35dc09a1
GM
6836 * textmodes/ispell.el (ispell-dictionary-base-alist):
6837 Add data for Hebrew.
e2627d21 6838
35dc09a1 68392012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 6840
35dc09a1
GM
6841 * net/rcirc.el (rcirc-cmd-quit):
6842 Revert 2012-03-18 change (Bug#11192).
5c14e333 6843
35dc09a1 68442012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
6845
6846 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
6847
35dc09a1 68482012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 6849
4517fe3a
SM
6850 * minibuffer.el (completion-in-region-mode-map):
6851 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 6852
b472a594
VD
68532012-04-13 Vivek Dasmohapatra <vivek@etla.org>
6854
6855 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
6856
09b95ce3
MY
68572012-04-13 Masatake YAMATO <yamato@redhat.com>
6858
6859 * minibuffer.el (minibuffer-local-filename-syntax): New variable
6860 to allow `C-M-f' and `C-M-b' to move to the nearest path
6861 separator (bug#9511).
6862
4b63a9ca
LI
68632012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
6864
6865 * avoid.el: Require cl when compiling. And also move the
6866 `provide' to the end.
6867
7b55b8bf
TV
68682012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6869
6870 * avoid.el (mouse-avoidance-banish-position): New variable.
6871 (mouse-avoidance-banish-destination): Use it (bug#10165).
6872
adedaa1f
LL
68732012-04-13 Leo Liu <sdl.web@gmail.com>
6874
6875 * progmodes/which-func.el (which-func-modes): Add objc-mode.
6876
70e74021
KB
68772012-04-13 Ken Brown <kbrown@cornell.edu>
6878
6879 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 6880 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
6881 (browse-url-filename-alist): For the same reason, don't modify
6882 file:// URLs on Cygwin.
6883
e75e89ba
SM
68842012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
6887 the region on shift if the binding is already shifted (bug#11221).
6888
82f289a4
GM
68892012-04-12 Glenn Morris <rgm@gnu.org>
6890
6891 * mail/mailpost.el: Move to obsolete/.
6892
d333dc4c
DA
68932012-04-12 Drew Adams <drew.adams@oracle.com>
6894
6895 * imenu.el (imenu--generic-function): Ignore invisible definitions
6896 (bug#10123).
6897
0d15b5ba
VD
68982012-04-12 Vivek Dasmohapatra <vivek@etla.org>
6899
6900 * hexl.el (hexl-bits): New variable.
6901 (hexl-options): Mention the variable in the doc string.
75f1671a 6902 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 6903 (hexl-mode): Mention the new variable.
75f1671a
JB
6904 (hexl-mode, hexl-current-address, hexl-current-address):
6905 Use the displen.
0d15b5ba
VD
6906 (hexl-ascii-start-column): New function.
6907 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
6908 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
6909
64a440db
AM
69102012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6911
6912 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
6913 '("-i" ENCODING), in 2 separate command-line arguments, to specify
6914 the encoding, as expected by hunspell.
6915
6decb6c2
SM
69162012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * battery.el (battery--linux-sysfs-regexp): New const.
6919 (battery-status-function): Use it. Remove yeeloong special case.
6920 (battery-yeeloong-sysfs): Remove.
6921 (battery-echo-area-format): Remove yeeloong special case.
6922
088be6fb
SM
69232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6622e416
SM
6925 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
6926 Reported by Noah Friedman.
6927
088be6fb
SM
6928 * subr.el (read-passwd): Use read-string.
6929
b49f886e
LMI
69302012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6931
6932 * vcursor.el (vcursor-move): Increase the priority of the overlay
6933 (bug#9663).
6934
a63067fc
DD
69352012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6936
6937 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
6938 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
6939
ac3cf14a
WS
69402012-04-11 William Stevenson <yhvh2000@gmail.com>
6941
6942 * textmodes/artist.el (artist-mode): Convert artist-mode to use
6943 define-minor-mode (bug#10760).
6944
c4fc691b 69452012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 6946
4d6769e1 6947 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
6948 that directories matching `grep-find-ignored-files' won't be
6949 pruned (bug#10351).
6950
af23e2e5
CY
69512012-04-11 Chong Yidong <cyd@gnu.org>
6952
6953 * startup.el (command-line): Remove support for long-obsolete
6954 variable font-lock-face-attributes.
6955
ab7ce8c1
GM
69562012-04-11 Glenn Morris <rgm@gnu.org>
6957
6958 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
6959
de8c03dc
SM
69602012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * window.el (window--state-get-1): Obey window-point-insertion-type.
6963
050cc68b
LB
69642012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
6965
6966 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
6967 to previous function when point is on the first character of a
75f1671a 6968 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 6969
a38c310c
GM
69702012-04-11 Glenn Morris <rgm@gnu.org>
6971
effed0c2
GM
6972 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
6973 not just file-errors.
6974
a38c310c
GM
6975 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
6976 (vc-bzr-sha1): Use internal sha1.
6977
0221e323
SM
69782012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
6981
43956923
SG
69822012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
6983
6984 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
6985 that start in the middle of the line (bug#10496).
6986
6a8c9eaf
DN
69872012-04-10 Dan Nicolaescu <dann@gnu.org>
6988
6989 * battery.el (battery-linux-proc-acpi): Only one battery is
6990 discharged at a time, but that seems to confuse battery.el when
6991 computing `rate-type' for the battery not being discharged
6992 (bug#10332).
6993
1930bf5d
SM
69942012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6995
2a718f6f
SM
6996 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
6997
599430d0
SM
6998 * international/quail.el: Use dolist and simplify.
6999 (quail-define-package, quail-update-keyboard-layout)
7000 (quail-define-rules): Use dolist.
7001 (quail-insert-kbd-layout, quail-get-translation): CSE.
7002
a2754b6c
SM
7003 * tmm.el: Use dolist, remove left over hook.
7004 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
7005 Use dolist.
7006 (calendar-load-hook): Don't mess with it.
7007
1930bf5d
SM
7008 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7009 Use derived-mode-p. Run the diff asynchronously.
7010
9f67961c
LMI
70112012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7012
7013 * obsolete/mouse-sel.el: Add an Obsolete-since header.
7014
2a8ce227
JB
70152012-04-10 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * misc.el: Display absolute path of loaded DLLs (bug#10424).
7018 (list-dynamic-libraries--loaded): New function.
7019 (list-dynamic-libraries--refresh): Use it.
7020
8f33b5f8
NW
70212012-04-10 Nathan Weizenbaum <nweiz@google.com>
7022
1930bf5d
SM
7023 * progmodes/python.el (python-fill-paragraph):
7024 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
7025 disabled (bug#7018).
7026
b12f0439
L
70272012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
7028
1930bf5d 7029 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
7030 DOS/MS Windows for the Baltic languages. There are still plenty
7031 of texts written in this encoding/codepage (bug#6519).
b12f0439 7032
57c3bd01
GM
70332012-04-10 Glenn Morris <rgm@gnu.org>
7034
7035 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
7036 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
7037
6c3eab30
FA
70382012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
7039
1930bf5d 7040 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
7041 next-line "n" and previous-line "p" in order to make recentf more
7042 consistent with ibuffer, dired or org-mode (bug#9387).
7043
24d78a88
LMI
70442012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7045
bc72b5d9
LMI
7046 * image.el (put-image): Return the overlay created instead of the
7047 optional input string (bug#7834). Note that this may break code
7048 that is (for some reason or other) depending on `put-image'
7049 returning the string.
7050
bd2dba5a
LMI
7051 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
7052
74beb59f
LMI
7053 * simple.el (zap-to-char): Allow zapping using input methods
7054 (bug#1580).
7055
24d78a88
LMI
7056 * textmodes/fill.el (fill-region): Leave point and mark where they
7057 were before filling (bug#5399).
7058
263f20cd
GM
70592012-04-09 Glenn Morris <rgm@gnu.org>
7060
7061 * version.el (emacs-bzr-get-version):
7062 Handle lightweight checkouts of local branches.
7063
58d1f797
AS
70642012-04-09 Andreas Schwab <schwab@linux-m68k.org>
7065
263f20cd 7066 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 7067
b4d3bc10
CY
70682012-04-09 Chong Yidong <cyd@gnu.org>
7069
7070 * custom.el (custom-variable-p): Return nil for non-symbol
7071 arguments instead of signaling an error.
7072 (user-variable-p): Obsolete alias for custom-variable-p.
7073
7074 * apropos.el (apropos-variable):
7075 * files-x.el (read-file-local-variable):
7076 * simple.el (set-variable):
7077 * woman.el (woman-mini-help):
7078 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
7079
fd06db5d
GM
70802012-04-09 Glenn Morris <rgm@gnu.org>
7081
e5fcdb5e
GM
7082 * startup.el (normal-top-level): Don't look for leim-list.el
7083 in places where it will not be found. (Bug#910)
7084
fd06db5d
GM
7085 * international/mule-cmds.el (set-default-coding-systems):
7086 * files.el (normal-mode):
7087 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
7088 This function was removed with ucs-tables.el in 2008.
7089
b39bb7e1
EZ
70902012-04-08 Eli Zaretskii <eliz@gnu.org>
7091
7092 * textmodes/ispell.el (ispell-check-version): For hunspell, set
7093 ispell-encoding8-command to "-i", without a trailing space.
7094 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
7095 separate command-line arguments, to specify the encoding, since
7096 that's how hunspell expects it.
7097
5c5b8e23
GM
70982012-04-08 Glenn Morris <rgm@gnu.org>
7099
7100 * loadup.el: Load bindings before cus-start.
7101 This reduces somewhat the number of "rogue" settings in emacs -Q.
7102
a1ed8b05
GM
71032012-04-07 Glenn Morris <rgm@gnu.org>
7104
7105 * version.el (emacs-bzr-get-version): New function.
dfae128a 7106 (emacs-bzr-version): New variable.
a1ed8b05
GM
7107 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
7108 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
7109
b142f158
EZ
71102012-04-07 Eli Zaretskii <eliz@gnu.org>
7111
dfae128a
GM
7112 * international/uni-bidi.el, international/uni-category.el:
7113 * international/uni-combining.el, international/uni-decimal.el:
7114 * international/uni-decomposition.el, international/uni-digit.el:
7115 * international/uni-lowercase.el, international/uni-mirrored.el:
7116 * international/uni-name.el, international/uni-numeric.el:
7117 * international/uni-titlecase.el, international/uni-uppercase.el:
7118 Update for Unicode 6.1.
b142f158 7119
9078ead6
EZ
71202012-04-07 Eli Zaretskii <eliz@gnu.org>
7121
7122 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
7123
f23d2c7d
LMI
71242012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * window.el (shrink-window): Mention the `window-min-height'
7127 variable in the doc string.
7128
0a0a3573
BG
71292012-04-05 Bastien Guerry <bzg@altern.org>
7130
7131 * color.el (color-lighten-name): Fix typo.
7132
e5248ac9
SM
71332012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * server.el (server--on-display-p): New function.
7136 (server--on-display-p): Use it.
7137
b4243e22
GV
71382012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
7139
7140 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
7141 (bug#11145).
7142
305d9f44
SM
71432012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * comint.el (comint--common-quoted-suffix): Check string boundary
7146 before comparing (bug#11158).
7147 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
7148
3d439cd1
CY
71492012-04-04 Chong Yidong <cyd@gnu.org>
7150
321cc491
CY
7151 * minibuffer.el (completion-extra-properties): Doc fix.
7152
3d439cd1
CY
7153 * subr.el (delayed-warnings-hook): Doc fix.
7154
2d562c0f
DU
71552012-04-04 Daiki Ueno <ueno@unixuser.org>
7156
7157 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
7158 selection (Bug#11159).
7159 (epa-insert-keys): Inform that the default public key will be
7160 exported if no key is selected.
7161
4443f204
RS
71622012-04-04 Richard Stallman <rms@gnu.org>
7163
7164 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
7165
529c06b6
CY
71662012-04-03 Chong Yidong <cyd@gnu.org>
7167
7168 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
7169 mail-insert-file, not its obsolete alias mail-attach-file.
7170
66b907dc
MA
71712012-04-03 Michael Albinus <michael.albinus@gmx.de>
7172
7173 * notifications.el (notifications-notify): Fix docstring.
7174
c0ea195d
GM
71752012-04-02 Glenn Morris <rgm@gnu.org>
7176
7177 * emacs-lisp/authors.el (authors-aliases): Another addition.
7178
5ca64e00
MA
71792012-04-02 Michael Albinus <michael.albinus@gmx.de>
7180
7181 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
7182 `tramp-compat-call-process' instead of `tramp-local-call-process'.
7183 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
7184
42ee526b
CY
71852012-04-01 Chong Yidong <cyd@gnu.org>
7186
7187 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
7188 Handle root directory properly.
7189 (copy-directory): Caller changed.
7190
7191 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7192 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
7193
0b021094
GM
71942012-03-31 Glenn Morris <rgm@gnu.org>
7195
40f86458
GM
7196 * term/xterm.el (xterm-extra-capabilities): Doc fix.
7197
7019c177
GM
7198 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
7199
a1daddd6
GM
7200 * calendar/calendar.el (calendar-window-list)
7201 (calendar-hide-window): Restore. (Bug#11140)
7202 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
7203
0b021094
GM
7204 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
7205
40311efc
TV
72062012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7207
7208 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
7209 Check if file is a symlink (Bug#10489).
7210
7211 * files.el (copy-directory): Likewise.
7212
5319014e
CY
72132012-03-30 Chong Yidong <cyd@gnu.org>
7214
7215 * image.el (imagemagick-types-inhibit)
7216 (imagemagick-register-types): Doc fix.
7217
935d1290
AM
72182012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7219
090bd7cb 7220 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 7221 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 7222 and treats ~word as ordinary words in pipe mode.
935d1290 7223
61c6e8fd
GM
72242012-03-30 Glenn Morris <rgm@gnu.org>
7225
7226 * tutorial.el (help-with-tutorial): Ensure local variables don't
7227 happen to make the buffer read-only. (Bug#11127)
7228
81fdff00
SM
72292012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
7232 (perl-calculate-indent): Return `noindent' in strings.
7233
6e7a6ec0
SS
72342012-03-28 Sam Steingold <sds@gnu.org>
7235
7236 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
7237 instead of the broken adhockery which does not prevent calendar
7238 buffers from being displayed at random after exit.
7239 (calendar-window-list, calendar-hide-window): Remove the broken
7240 adhockery.
7241
fee88ca0
GM
72422012-03-28 Glenn Morris <rgm@gnu.org>
7243
7244 * replace.el (query-replace-map): Doc fix.
7245
38de3354
AS
72462012-03-28 Andreas Schwab <schwab@linux-m68k.org>
7247
7248 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
7249 contents. (Bug#11109)
7250
b973155e
SM
72512012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
7254 (bug#11077).
7255 (avl-tree--check, avl-tree--check-node): New funs.
7256
dcb6e7b3
MR
72572012-03-27 Martin Rudalics <rudalics@gmx.at>
7258
7259 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
7260 (switch-to-prev-buffer, switch-to-next-buffer):
7261 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
7262 showing a buffer already is done on the same frame.
7263
b4fa35fa
GM
72642012-03-27 Glenn Morris <rgm@gnu.org>
7265
7266 * startup.el (mail-host-address): Doc fix.
7267
f9210e18
SM
72682012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
7271 than 197 variables.
7272
c0bf7753
AF
72732012-03-26 Ami Fischman <ami@fischman.org>
7274
7275 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
7276
33da7b16
GM
72772012-03-26 Glenn Morris <rgm@gnu.org>
7278
02243d9d
GM
7279 * files.el (save-buffers-kill-emacs): Doc fix.
7280
33da7b16
GM
7281 * startup.el (normal-top-level, command-line, command-line-1):
7282 Give them doc strings.
7283
e5a69fd0
EZ
72842012-03-25 Eli Zaretskii <eliz@gnu.org>
7285
7286 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 7287 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 7288
9a69676a
CY
72892012-03-25 Chong Yidong <cyd@gnu.org>
7290
4125cb8b
CY
7291 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
7292 theme if it was previously enabled before (Bug#11031).
7293
dd470960
CY
7294 * cus-theme.el (custom-theme-write-faces): Retrieve current face
7295 spec with custom-face-get-current-spec if its :shown-value is not
7296 determined yet (Bug#9337).
4125cb8b 7297 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 7298
9a69676a
CY
7299 * button.el (button-at): Minor addition to docstring.
7300
6e7e90fa
SL
73012012-03-24 Simon Leinen <simon.leinen@gmail.com>
7302
7303 * vc/vc.el (vc-merge): Fix a prompt.
7304
f06e2758
CY
73052012-03-24 Chong Yidong <cyd@gnu.org>
7306
7307 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
7308 point (Bug#9623).
7309
6e7e90fa
SL
7310 * button.el (button-at): Minor addition to docstring.
7311
b9d0879b
SM
73122012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * newcomment.el (comment-choose-indent): No space after BOL.
7315
e71cebb3
SS
73162012-03-22 Sam Steingold <sds@gnu.org>
7317
7318 * window.el (switch-to-prev-buffer): Revert last patch because the
7319 bug turned out to be an advertised feature (Elisp manual 28.14).
7320
335aff35
GM
73212012-03-22 Glenn Morris <rgm@gnu.org>
7322
7323 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
7324 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
7325
c676576a
LMI
73262012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7327
7328 * net/network-stream.el (network-stream-open-starttls): Make error
7329 message under Windows be less misleading.
7330
126f3d39
LW
73312012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
7332
7333 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
7334 understands (bug#9942).
7335
64fee311
CY
73362012-03-22 Chong Yidong <cyd@gnu.org>
7337
7338 * simple.el (end-of-visible-line): Handle return value of
7339 next-single-property-change properly (Bug#9371).
7340
a640d29a
KH
73412012-03-22 Kenichi Handa <handa@m17n.org>
7342
7343 * international/quail.el (quail-insert-kbd-layout): Fix previous
7344 change. To avoid unwanted bidi reordering, use
7345 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
7346
39675016
DG
73472012-03-21 Dmitry Gutov <dgutov@yandex.ru>
7348
7349 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
7350 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
7351 (ruby-beginning-of-indent): Be more careful with the difference
7352 between word-boundary and symbol boundary.
7353 (ruby-mode-syntax-table): Make : a symbol constituent.
7354
0a6934fc 73552012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 7356
3d008e4f
SM
7357 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
7358
0a6934fc
SM
73592012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7360
af67c9d7
SM
7361 * progmodes/etags.el (tags-completion-at-point-function):
7362 Improve last fix.
7363
1acad97c
SM
7364 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
7365
e298b5da
SS
73662012-03-21 Sam Steingold <sds@gnu.org>
7367
7368 * progmodes/etags.el (tags-completion-at-point-function):
7369 Avoid the error when point is inside the pattern.
7370
91d82a70
JY
73712012-03-21 John Yates <john@yates-sheets.org> (tiny change)
7372
7373 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
7374 line (Bug#10855).
7375
69188b79
CY
73762012-03-21 Drew Adams <drew.adams@oracle.com>
7377
7378 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
7379
99fc91fe
AK
73802012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
7381
7382 * ido.el (ido-set-current-directory, ido-read-internal)
7383 (ido-choose-completion-string, ido-completion-help): Handle nil
7384 value of ido-completion-buffer (Bug#11008).
7385
087bbb4c
SS
73862012-03-21 Sam Steingold <sds@gnu.org>
7387
7388 * window.el (switch-to-prev-buffer): Do not switch to a visible
7389 window previous buffer, just like with the frame previous buffers.
7390
fb5b8aca
CY
73912012-03-21 Chong Yidong <cyd@gnu.org>
7392
7393 * faces.el (make-face, make-empty-face, copy-face):
7394 * face-remap.el (face-remap-add-relative, face-remap-set-base):
7395 Doc fixes.
7396
dc9924b8
SM
73972012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * wid-edit.el (widget-complete-field): Remove (bug#11051).
7400 (widget-complete): Remove broken use of it.
7401
f0bcceb9
CY
74022012-03-20 Chong Yidong <cyd@gnu.org>
7403
dc9924b8
SM
7404 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7405 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
7406 characters.
7407
ee52ebf3
TH
74082012-03-20 Tassilo Horn <tassilo@member.fsf.org>
7409
7410 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
7411 to draw rectangles, not squares. (Regression introduced by revno
7412 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
7413
4c5779ab
CY
74142012-03-18 Chong Yidong <cyd@gnu.org>
7415
7416 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
7417 it is not yet defined (for temacs).
7418
15360934
LL
74192012-03-18 Leo Liu <sdl.web@gmail.com>
7420
dc9924b8 7421 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 7422
d9a8eb66
EZ
74232012-03-17 Eli Zaretskii <eliz@gnu.org>
7424
7425 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
7426 (ispell-choices-win-default-height, ispell-silently-savep)
7427 (ispell-dictionary-alist, ispell-encoding8-command)
7428 (ispell-check-version, ispell-aspell-find-dictionary)
7429 (ispell-valid-dictionary-list, ispell-words-keyword)
7430 (ispell-get-word, ispell-internal-change-dictionary)
7431 (ispell-region, ispell-skip-region-list)
7432 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
7433 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
7434 (ispell-message-text-end, ispell-message)
7435 (ispell-buffer-local-parsing): Doc fix.
7436
f02ff80d
J
74372012-03-13 Jambunathan K <kjambunathan@gmail.com>
7438
7439 * htmlfontify.el: Add support for code block fontification for ODT
7440 export (Bug #9914).
7441 (hfy-optimisations): Define new option
7442 `body-text-only'
7443 (hfy-fontify-buffer): Honor above setting.
7444 (hfy-begin-span, hfy-end-span): New routines factored out form
7445 `hfy-fontify-buffer'.
7446 (hfy-begin-span-handler, hfy-end-span-handler): New variables
7447 that permit insertion of custom tags.
7448 (hfy-fontify-buffer): Use above handlers.
7449 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
7450 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 7451 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 7452 over multiple runs. This is made possible by having the caller let
f02ff80d
J
7453 bind a special variable `hfy-user-sheet-assoc'.
7454 (htmlfontify-string): New defun.
7455 (hfy-compile-face-map): Make sure that the last char in the
7456 buffer is correctly fontified.
7457 (hfy-face-resolve-face): Whitespace only change.
7458
9ac7a13f
EZ
74592012-03-17 Eli Zaretskii <eliz@gnu.org>
7460
7461 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
7462 message more clear.
7463
e2b5bdd7
LL
74642012-03-16 Leo Liu <sdl.web@gmail.com>
7465
7466 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
7467
2e492df3
AM
74682012-03-16 Alan Mackenzie <acm@muc.de>
7469
7470 Further optimise the handling of large macros.
7471
7472 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
7473 limit to a call of `c-literal-limits'.
7474 (c-determine-+ve-limit): New function.
dc9924b8
SM
7475 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
7476 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
7477 In CASE 5B, restrict a search limit to 500.
7478 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
7479
7480 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
7481 Restrict macro bounds to +-500 from after-change's BEG END.
7482
50e94f0c
LL
74832012-03-16 Leo Liu <sdl.web@gmail.com>
7484
7485 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
7486
6f09f6ed
AH
74872012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
7488
7489 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 7490 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 7491
c7e73d51
GM
74922012-03-16 Glenn Morris <rgm@gnu.org>
7493
da986230
GM
7494 * view.el (view-buffer, view-buffer-other-window)
7495 (view-buffer-other-frame): Doc fixes re special mode-class.
7496
0835f01e
GM
7497 * subr.el (eval-after-load): If named feature is provided not from
7498 a file, run after-load forms. (Bug#10946)
7499
c7e73d51
GM
7500 * calendar/calendar.el (calendar-insert-at-column):
7501 Handle non-unit-width characters a bit better. (Bug#10978)
7502
3f2eafd1
CY
75032012-03-15 Chong Yidong <cyd@gnu.org>
7504
7505 * emacs-lisp/ring.el (ring-extend): New function.
7506 (ring-insert+extend): Extend the ring correctly (Bug#11019).
7507
7508 * comint.el (comint-read-input-ring)
7509 (comint-add-to-input-history): Grow comint-input-ring lazily.
7510
103af3fe
SM
75112012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7512
663b1677
SM
7513 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
7514 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
7515
103af3fe
SM
7516 * imenu.el: Fix multiple inheritance breakage (bug#9199).
7517 (imenu-add-to-menubar): Don't add a redundant index.
7518 (imenu-update-menubar): Handle a dynamically composed keymap.
7519
899cb7cb
KY
75202012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7521
7522 * mail/sendmail.el (mail-encode-header):
7523 Bind rfc2047-encode-encoded-words to nil.
7524
3809f91d
GM
75252012-03-13 Glenn Morris <rgm@gnu.org>
7526
7527 * calendar/calendar.el (calendar-string-spread):
7528 Handle non-unit-width characters a bit better. (Bug#10978)
7529
9e345a01
LL
75302012-03-13 Leo Liu <sdl.web@gmail.com>
7531
7532 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
7533 directory and file as argument (Bug#10822).
7534
4a07df36
KS
75352012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7536
7537 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
7538 For dynamically generated code, follow $PC.
7539 (gdb-disassembly-handler-custom): Handle no function name case.
7540
4aaa9356
TL
75412012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
7542
7543 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
7544 * emulation/ws-mode.el (ws-query-replace):
7545 * sort.el (sort-regexp-fields):
7546 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
7547
225979da
SM
75482012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * dabbrev.el: Fix cycle completion order (bug#10963).
7551 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
7552 (dabbrev-completion): Don't use an obarray; provide
7553 a cycle-sort-function.
7554
e2f1fdab
LL
75552012-03-12 Leo Liu <sdl.web@gmail.com>
7556
dc9924b8 7557 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
7558 (kill-do-not-save-duplicates): Doc fix.
7559
b19490ed
SM
75602012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * dabbrev.el: Fix cycle completion (bug#10963).
7563 Use lexical binding and wrap to 80 columns.
7564 (dabbrev-completion): Delay computing the list of completions.
7565
4b05d722
KH
75662012-03-12 Kenichi Handa <handa@m17n.org>
7567
7568 * international/quail.el (quail-insert-kbd-layout): Surround each
7569 row by LRO and PDF instead of inserting many LRMs. Pad the left
7570 and right of each non-spacing marks. Insert invisible space
7571 between lower and upper characters to prevent composition.
7572
dbbc2e69
SM
75732012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * minibuffer.el (minibuffer-complete): Don't get confused when the
7576 function is run twice via different commands (bug#10958).
7577 (complete-with-action): Fix docstring.
7578
292112ed
CY
75792012-03-12 Chong Yidong <cyd@gnu.org>
7580
5d1ac394
CY
7581 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
7582 (nxml-completion-at-point-function): New function.
7583 (nxml-mode): Use it.
7584 (nxml-bind-meta-tab-to-complete-flag): Default to t.
7585
292112ed
CY
7586 * emacs-lisp/package.el (package-unpack, package-unpack-single):
7587 Load generated autoloads file before byte compiling (Bug#10970).
7588 (package--make-autoloads-and-compile): New helper fun.
7589
4098f8f7
CS
75902012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
7591
7592 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
7593
8f754691
MA
75942012-03-11 Michael Albinus <michael.albinus@gmx.de>
7595
7596 * autorevert.el (auto-revert-handler): Ensure, that
7597 file-readable-p is applied only for local files or in
7598 auto-revert-tail-mode.
7599
e29ab36b
AS
76002012-03-11 Andreas Schwab <schwab@linux-m68k.org>
7601
dbbc2e69
SM
7602 * server.el (server-eval-at): Handle non-tcp connections.
7603 Decode result string.
ad0bf5b6 7604
e29ab36b
AS
7605 * server.el (server-msg-size): New constant.
7606 (server-reply-print): New function.
7607 (server-eval-and-print): Use it.
7608 (server-eval-at): Use server-quote-arg and server-unquote-arg.
7609 Handle -print-nonl.
7610
de5939ba
CS
76112012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
7612
7613 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
7614 (Bug#10987).
7615
0c93eabf
CY
76162012-03-11 Chong Yidong <cyd@gnu.org>
7617
397a688f
CY
7618 * simple.el (goto-line): Doc fix (Bug#9938).
7619
2cc775f9
CY
7620 * subr.el (save-window-excursion): Doc fix (Bug#9979).
7621
0c93eabf
CY
7622 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
7623 when finished (Bug#10963).
7624
c491fa41
MR
76252012-03-11 Martin Rudalics <rudalics@gmx.at>
7626
7627 * window.el (split-window-below): Fix bug in case where
7628 split-window-keep-point is nil (Bug#10971).
7629
300e8fa5
JL
76302012-03-11 Juri Linkov <juri@jurta.org>
7631
7632 * replace.el (replace-highlight): Set isearch-word to nil
7633 unconditionally. (Bug#10887)
7634
dbf6c5a1
EZ
76352012-03-10 Eli Zaretskii <eliz@gnu.org>
7636
7637 * net/mairix.el (mairix-replace-invalid-chars): Rename from
7638 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 7639 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
7640 (mairix-widget-create-query): Add usage information about mairix
7641 search forms: negating words, searching for substrings, etc.
7642
b9e501de
JP
76432012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
7644
7645 * international/fontset.el (font-encoding-alist): Add an entry for
7646 ksx1001 (Bug#5667).
7647
92795c91
RS
76482012-03-10 Richard Stallman <rms@gnu.org>
7649
1694e6c1
RS
7650 * mail/sendmail.el (mail-encode-header):
7651 Set rfc2047-encode-encoded-words.
7652
607e8555
RS
7653 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
7654
de3bc99a
RS
7655 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
7656 view buffer means not swapped.
7657 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
7658 (rmail-write-region-annotate): Error if real text has disappeared.
7659
92795c91
RS
7660 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
7661
699bd04e
CY
76622012-03-10 Chong Yidong <cyd@gnu.org>
7663
7664 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
7665 * emulation/cua-base.el (cua--init-keymaps):
7666 Add delete-forward-char to remappings (Bug#9666).
699bd04e 7667
570a1714
MR
76682012-03-10 Martin Rudalics <rudalics@gmx.at>
7669
dbbc2e69
SM
7670 * speedbar.el (speedbar-unhighlight-one-tag-line):
7671 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 7672
82dcf4e4
CY
76732012-03-10 Chong Yidong <cyd@gnu.org>
7674
7a2c7ca7
CY
7675 * minibuffer.el (completion-in-region, completion-help-at-point):
7676 Give the completion field overlay a high priority (Bug#6830).
7677
82dcf4e4
CY
7678 * dired.el (dired-goto-file): Recognize absolute file name
7679 listings (Bug#7126).
7680 (dired-goto-file-1): New helper function.
7681 (dired-toggle-read-only): Inhibit warnings.
7682
052e28ac
MA
76832012-03-09 Michael Albinus <michael.albinus@gmx.de>
7684
75f1671a 7685 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
7686 there are no properties.
7687
95d5e396
LL
76882012-03-09 Leo Liu <sdl.web@gmail.com>
7689
7690 * savehist.el (savehist-printable): Stricter check for string
7691 value (Bug#10937).
7692
3f018d6d
EZ
76932012-03-09 Eli Zaretskii <eliz@gnu.org>
7694
dbbc2e69
SM
7695 * mail/smtpmail.el (smtpmail-send-it):
7696 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
7697 valid mbox format.
7698
f7fd3d79
GM
76992012-03-09 Glenn Morris <rgm@gnu.org>
7700
7701 * files.el (dir-locals-find-file):
7702 Don't check result is regular, readable.
7703 (dir-locals-read-from-file): Demote errors.
7704
6ff6e72f
EZ
77052012-03-08 Eli Zaretskii <eliz@gnu.org>
7706
dbbc2e69
SM
7707 * international/quail.el (quail-insert-kbd-layout):
7708 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
7709 layout cell, to prevent their reordering by bidi display engine.
7710 For details, see the discussion in
7711 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
7712
9cec7834
AM
77132012-03-08 Alan Mackenzie <acm@muc.de>
7714
7715 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
7716 the starting position; make it extend the marked region when
7717 invoked repeatedly - all under appropriate circumstances.
7718 Fixes bugs #5525, #10906.
7719
9a40b8d4
GM
77202012-03-08 Glenn Morris <rgm@gnu.org>
7721
7722 * files.el (locate-dominating-file, dir-locals-find-file):
7723 Undo 2012-03-06 change.
7724
7a08ed35
EZ
77252012-03-07 Eli Zaretskii <eliz@gnu.org>
7726
dbbc2e69
SM
7727 * international/quail.el (quail-help):
7728 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
7729 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
7730 for the reason.
7731
5aca4f71 77322012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
7733
7734 Avoid superfluous registering of signals. (Bug#10807)
7735
7736 * notifications.el (notifications-on-action-object)
7737 (notifications-on-close-object): New defvars.
7738 (notifications-on-action-signal, notifications-on-closed-signal):
7739 Unregister the signal if not needed any longer.
7740 (notifications-notify): Register `notifications-action-signal' or
7741 `notifications-closed-signal', if :on-action or :on-close has been
7742 passed as argument.
7743
78e8b10a
CY
77442012-03-07 Chong Yidong <cyd@gnu.org>
7745
7746 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
7747 non-X platforms.
7748
69481eb8
GM
77492012-03-06 Glenn Morris <rgm@gnu.org>
7750
7751 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7752 (x-disown-selection-internal, x-get-selection-internal):
7753 Doc fix (add arglist signatures). (Bug#10783)
7754
133b8e11
KS
77552012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
7756
7757 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7758 Handle breakpoints with no "type".
7759
99a83064
GM
77602012-03-06 Glenn Morris <rgm@gnu.org>
7761
7762 * files.el (locate-dominating-file): Add optional predicate argument.
7763 (dir-locals-find-file): Make use of above change.
7764
17798e78
TTN
77652012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
7766
7767 * info.el (Info-insert-dir): Also try "dir.gz".
7768
eb182446
GM
77692012-03-06 Glenn Morris <rgm@gnu.org>
7770
8f2114ee
GM
7771 * files.el (dir-locals-find-file):
7772 Ignore non-readable or non-regular files. (Bug#10928)
7773
eb182446
GM
7774 * files.el (locate-dominating-file): Doc fix.
7775
24679323
AS
77762012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
7777
7778 * calendar/calendar.el (calendar-set-mode-line):
7779 `getenv' returns a string. (Bug#10951)
7780
01d972a9
LL
77812012-03-05 Leo Liu <sdl.web@gmail.com>
7782
109aa8a9
LL
7783 * simple.el (backward-delete-char-untabify): Constrain point to
7784 field (Bug#10939).
7785
01d972a9
LL
7786 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
7787
10607bea
CY
77882012-03-05 Chong Yidong <cyd@gnu.org>
7789
7790 * simple.el (count-words): If called from Lisp, return the word
7791 count, for symmetry with `count-lines'. Arglist changed.
7792 (count-words--message): Args changed. Consolidate counting code
7793 from count-words and count-words-region.
7794 (count-words-region): Caller changed.
7795 (count-lines-region): Make it an obsolete alias.
7796
5dd11cfe
TH
77972012-03-04 Tassilo Horn <tassilo@member.fsf.org>
7798
7799 * saveplace.el (save-place-to-alist)
7800 (save-place-ignore-files-regexp): Allow value nil to disable this
7801 feature.
7802
c349f4e6
CY
78032012-03-04 Chong Yidong <cyd@gnu.org>
7804
7805 * faces.el (face-spec-reset-face): For the default face, reset the
7806 attributes to default values (Bug#10748).
7807
e627be4c
LMI
78082012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7809
7810 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
7811 previous patch: Check `message-send-mail-function', and not the
7812 default function (bug#10897).
7813
ebeabff4
MA
78142012-03-04 Michael Albinus <michael.albinus@gmx.de>
7815
a41a6cf4
MA
7816 * notifications.el (notifications-on-action-signal)
7817 (notifications-on-closed-signal): Check for unique service name of
7818 incoming event. Fix error in removing entry.
ebeabff4 7819 (top): Register for signals with wildcard service name.
a41a6cf4 7820 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 7821
c1ca42b4
CY
78222012-03-04 Chong Yidong <cyd@gnu.org>
7823
dc9924b8 7824 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 7825
ea16568d
GM
78262012-03-04 Glenn Morris <rgm@gnu.org>
7827
7828 * abbrev.el (copy-abbrev-table, abbrev-table-p)
7829 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
7830 (expand-abbrev, define-abbrev-table): Doc fixes.
7831
fbae4637
LMI
78322012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7833
7834 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
7835 `message-default-send-mail-function' and not `send-mail-function'
7836 when doing the prompting for `sendmail-query-once' before sending
7837 in Message buffers (bug#10897).
7838
a1e7225c
LMI
7839 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
7840 This is inconsistent with all the other stream functions, which leave
7841 the setting up to the higher levels (if so wanted) (bug#10931).
7842
56d093a9
AM
78432012-03-02 Alan Mackenzie <acm@muc.de>
7844
7845 Depessimize the handling of very large macros.
7846
7847 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
7848 (c-macro-cache-syntactic): New variables to implement a one
7849 element macro cache.
7850 (c-invalidate-macro-cache): New function.
7851 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
7852 Adapt to use the new cache.
7853 (c-state-safe-place): Use better the cache of safe positions.
7854 (c-state-semi-nonlit-pos-cache)
7855 (c-state-semi-nonlit-pos-cache-limit):
7856 New variables for...
7857 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
7858 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
7859 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
7860 Use c-state-semi-safe-place.
56d093a9 7861
dbbc2e69
SM
7862 * progmodes/cc-langs.el (c-get-state-before-change-functions):
7863 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 7864
817e5c3d
MA
78652012-03-02 Michael Albinus <michael.albinus@gmx.de>
7866
dbbc2e69
SM
7867 * jka-compr.el (jka-compr-call-process):
7868 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
7869 not remote.
7870
a032a702
MA
78712012-03-01 Michael Albinus <michael.albinus@gmx.de>
7872
7873 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
7874 access of FILE2, if FILE1 does not exist.
7875
99a54f21
MA
7876 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
7877 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
7878
7879 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
7880 Add "PAGER=" to `process-environment'.
7881
f6561e1f
MM
78822012-03-01 Michael R. Mauger <mmaug@yahoo.com>
7883
7884 * progmodes/sql.el: Bug fix
7885 (sql-get-login-ext): Save login values in globals.
7886 (sql-get-login): Use new version of `sql-get-login-ext'.
7887 (sql-interactive-mode): Set global `sql-connection' to nil.
7888 (sql-connect): Set global values for connection.
7889 (sql-product-interactive): Save global values as buffer local.
7890
2d44d9cc
LL
78912012-02-29 Leo Liu <sdl.web@gmail.com>
7892
7893 * abbrev.el (define-abbrevs): Reset sys to nil.
7894
96b49301 78952012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7896
bf7f9bc5
JB
7897 * files.el (file-equal-p): Rename from `files-equal-p'.
7898 Return nil when one or both files don't exist.
96b49301 7899 (file-subdir-of-p): Now only top directory must exists,
7900 return nil if it doesn't.
bf7f9bc5
JB
7901 (copy-directory): No need to test with `file-subdir-of-p' after
7902 creating dir.
7903 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
7904 to `file-equal-p'.
96b49301 7905
44e97401
GM
79062012-02-28 Glenn Morris <rgm@gnu.org>
7907
7908 * shell.el (shell-mode):
7909 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
7910 * play/landmark.el (landmark-font-lock-face-O):
7911 * play/handwrite.el (handwrite):
7912 * play/gomoku.el (gomoku-O):
7913 * net/browse-url.el (browse-url-browser-display):
7914 * international/mule.el (define-charset):
7915 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
7916 * filesets.el (filesets-find-file-delay):
7917 * eshell/em-xtra.el (eshell-xtra):
7918 * eshell/em-unix.el (eshell-grep):
7919 * emulation/viper.el (viper-mode):
7920 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7921 * emacs-lisp/easymenu.el (easy-menu-define):
7922 * calendar/timeclock.el (timeclock-use-display-time):
7923 * bs.el (bs-mode):
7924 * bookmark.el (bookmark-save-flag):
7925 Doc fix (standardize possessive apostrophe usage).
7926
c98c6276
CY
79272012-02-27 Chong Yidong <cyd@gnu.org>
7928
bf7f9bc5
JB
7929 * emulation/viper-cmd.el (viper-intercept-ESC-key):
7930 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 7931
c98c6276
CY
7932 * font-lock.el (font-lock-specified-p): Rename from
7933 font-lock-spec-present. Callers changed.
7934
9c62cd04 79352012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 7936
bf7f9bc5
JB
7937 * emacs-lisp/package.el (package-compute-transaction):
7938 Handle holding a package version to t in package-load-list.
8ac9e529 7939
530739c9
MA
79402012-02-26 Michael Albinus <michael.albinus@gmx.de>
7941
7942 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
7943 (tramp-get-inode, tramp-get-device): Use cached values.
7944
487915d7
AM
79452012-02-26 Alan Mackenzie <acm@muc.de>
7946
7947 Check there is a font-lock specification before doing initial
7948 fontification.
7949
7950 * font-core.el (font-lock-mode): Move the conditional from
7951 :after-hook to font-lock-initial-fontify.
7952 (font-lock-default-function): Move the check for a specification
7953 to font-lock-spec-present.
7954
dc9924b8 7955 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
7956 (font-lock-spec-present): New function.
7957
4fd96557
JB
79582012-02-26 Jim Blandy <jimb@red-bean.com>
7959
7960 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
7961 (gdb-send): Apply it to the operand of the '-interpreter-exec
7962 console' command, so that we can pass arguments with (say) quotes
7963 in them. Store exact string sent in gdb-debug-log (Bug#10765).
7964
9a4888c0
CY
79652012-02-26 Chong Yidong <cyd@gnu.org>
7966
07498861
CY
7967 * help-fns.el (describe-function-1): Clarify description of
7968 remapping (Bug#10844).
7969
9a4888c0
CY
7970 * files.el (files-equal-p): Doc fix.
7971 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
7972 and quit the loop once a mismatch is found.
7973
ea8fb88d
JB
79742012-02-25 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * bs.el (bs--show-with-configuration): Don't throw an error
7977 if the window cannot be split; otherwise, subsequent calls to
7978 bs-show fail, restoring a stale window config. (Bug#10882)
7979
525795c1
JD
79802012-02-25 Jan Djärv <jan.h.d@swipnet.se>
7981
7982 * term/ns-win.el (global-map): Bind ns-drag-file to
7983 ns-find-file (Bug#5855, Bug#10050).
7984
f008086f
AS
79852012-02-25 Andreas Schwab <schwab@linux-m68k.org>
7986
7987 * calendar/parse-time.el (parse-time-string): Allow extractor to
7988 return nil.
7989
a3fcfa99
MA
79902012-02-25 Michael Albinus <michael.albinus@gmx.de>
7991
91027d08
JB
7992 * net/tramp.el (tramp-file-name-for-operation):
7993 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
7994
7995 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
7996 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7997 Add COPY-CONTENTS argument.
a3fcfa99 7998
67b0de11
CY
79992012-02-25 Chong Yidong <cyd@gnu.org>
8000
8001 Add custom groups for VC backends, for consistency with vc-bzr.
8002
8003 * vc/vc-arch.el (vc-arch):
8004 * vc/vc-cvs.el (vc-cvs):
8005 * vc/vc-git.el (vc-git):
8006 * vc/vc-hg.el (vc-hg):
8007 * vc/vc-mtn.el (vc-mtn):
8008 * vc/vc-rcs.el (vc-rcs):
8009 * vc/vc-sccs.el (vc-sccs):
8010 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
8011 All relevant defcustoms reassigned.
8012
3c9dfce6
CY
80132012-02-25 Chong Yidong <cyd@gnu.org>
8014
1339bf43
CY
8015 * newcomment.el (comment-styles): Add autoload (Bug#10868).
8016
3c9dfce6
CY
8017 * term/x-win.el (x-initialize-window-system): Reduce default for
8018 x-selection-timeout to 5 seconds (Bug#8869).
8019
25b2e303 80202012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8021
ec70a47d
GM
8022 * files.el (files-equal-p, file-subdir-of-p): New functions.
8023 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 8024 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
8025 * dired-aux.el (dired-copy-file-recursive): Same.
8026 (dired-create-files): Modify destination when source is equal to
8027 dest when copying files.
53a46cd0 8028 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 8029
914260cd
MA
80302012-02-24 Michael Albinus <michael.albinus@gmx.de>
8031
8032 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
8033 (Bug#10874)
8034
2cb228f7
AM
80352012-02-23 Alan Mackenzie <acm@muc.de>
8036
8037 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
8038 parameter "after-hook:" to allow the expansion to run code after
8039 the execution of the mode hooks.
8040
8041 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 8042 from font-lock-mode-internal.
2cb228f7 8043
91027d08 8044 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
8045 :after-hook.
8046
8f0fde21
SM
80472012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8048
3e88618b
SM
8049 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
8050 (completion--cache-all-sorted-completions): New function.
8051 (completion-all-sorted-completions): Use it.
8052 (completion--do-completion, minibuffer-force-complete):
8053 Use it to re-instate the flush hook.
8054
8f0fde21
SM
8055 * icomplete.el (icomplete-completions): Replace last fix with a better
8056 one (bug#10850).
8057
8e911f6f
DG
80582012-02-23 Dmitry Gutov <dgutov@yandex.ru>
8059
8060 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
8061 when it might call us back infinitely (bug#10797).
8062
49fe4321
GM
80632012-02-23 Glenn Morris <rgm@gnu.org>
8064
8065 * minibuffer.el (completion-category-overrides): Doc fix.
8066
b291b572
SM
80672012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * minibuffer.el (completion-table-with-context): Fix inf-loop.
8070 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
8071
31a9ef2e
GM
80722012-02-23 Glenn Morris <rgm@gnu.org>
8073
5e6e6794 8074 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
8075 (authors-obsolete-files-regexps, authors-ignored-files)
8076 (authors-ambiguous-files, authors-renamed-files-alist):
8077 Add more entries.
8078
0bd1e074
JL
80792012-02-23 Juri Linkov <juri@jurta.org>
8080
8081 * isearch.el (isearch-occur): Sync interactive spec with occur's
8082 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
8083
b617673c
JL
8084 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
8085
19e9789e
JL
80862012-02-22 Juri Linkov <juri@jurta.org>
8087
8088 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
8089 (ucs-insert): Doc fix. Check for hex digits in the string.
8090 Don't display `nil' in the error message. (Bug#10857)
8091
f41ce09d
AM
80922012-02-22 Alan Mackenzie <acm@muc.de>
8093
7a71b18d 8094 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 8095
ac2eceee
GM
80962012-02-22 Glenn Morris <rgm@gnu.org>
8097
8098 * ffap.el (ffap-c-path):
8099 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
8100
abd1f678
CY
81012012-02-22 Chong Yidong <cyd@gnu.org>
8102
8103 * custom.el (load-theme): Doc fix.
8104
f25aef2e
GM
81052012-02-22 Glenn Morris <rgm@gnu.org>
8106
8107 * dired-x.el (dired-guess-shell-alist-default):
8108 Remove escape sequences from nroff output. (Bug#172)
8109
5f8dc2ca
GM
81102012-02-21 Glenn Morris <rgm@gnu.org>
8111
6ff86ec4
GM
8112 * vc/emerge.el (emerge-defvar-local):
8113 Set `permanent-local' property rather than unused `preserved'.
8114
be3223a3 8115 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
8116 (picture-mode-map): Use it. (Bug#10860)
8117 (picture-mode): Doc fix.
8118
3fe58f4f
JB
81192012-02-21 Juanma Barranquero <lekktu@gmail.com>
8120
8121 * newcomment.el (uncomment-region-default): Remove unused binding.
8122
f9a998c3
GM
81232012-02-21 Glenn Morris <rgm@gnu.org>
8124
8125 * textmodes/picture.el (picture-motion, picture-motion-reverse)
8126 (picture-self-insert, picture-tab-chars): Doc fix.
8127 (picture-mode-map): Fix C-a, C-e.
8128
c6029348
GM
81292012-02-20 Glenn Morris <rgm@gnu.org>
8130
8131 * emacs-lisp/authors.el (authors-aliases): Add another entry.
8132
ab1ce9d7
LL
81332012-02-20 Leo Liu <sdl.web@gmail.com>
8134
8135 * icomplete.el (icomplete-completions): Check FROM arg before
8136 passing to substring (Bug#10850).
8137
0fd40f89
CY
81382012-02-19 Chong Yidong <cyd@gnu.org>
8139
8140 * comint.el: Require ansi-color.
8141 (comint-output-filter-functions): Add ansi-color-process-output.
8142
8143 * ansi-color.el: Don't set comint-output-filter-functions; it is
8144 now in the initial value defined in comint.el.
8145 (ansi-color-apply-face-function): New variable.
8146 (ansi-color-apply-on-region): Use it.
8147 (ansi-color-apply-overlay-face): New function.
8148
8149 * shell.el (shell): No need to require ansi-color.
8150 (shell-mode): Use ansi-color-apply-face-function to highlight
8151 color escapes using font-lock-face property (Bug#10835).
8152
20af2394
CY
81532012-02-19 Chong Yidong <cyd@gnu.org>
8154
8155 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
8156 mode-line formats (Bug#10839).
8157
e23a3fbe
GM
81582012-02-18 Glenn Morris <rgm@gnu.org>
8159
b474519e
GM
8160 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
8161
8162 * mail/undigest.el (unforward-rmail-message): Doc fix.
8163
e23a3fbe
GM
8164 * saveplace.el (save-place-ignore-files-regexp): Add :version.
8165
57939ff4
EZ
81662012-02-18 Eli Zaretskii <eliz@gnu.org>
8167
8168 * international/characters.el (script-list): Sync with the latest
8169 Unicode Character Database.
8170
0c23686e
AS
81712012-02-18 Andreas Schwab <schwab@linux-m68k.org>
8172
8173 * international/titdic-cnv.el: Remove duplicate coding tag.
8174 * language/cham.el: Likewise.
8175 * language/tai-viet.el: Likewise.
8176
6818b449
GM
81772012-02-18 Glenn Morris <rgm@gnu.org>
8178
8179 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
8180 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
8181 (calendar-bahai-all-holidays-flag, calendar-other-dates):
8182 * calendar/diary-lib.el (diary-abbreviated-year-flag):
8183 * calendar/holidays.el (holiday-bahai-holidays)
8184 (calendar-holidays, list-holidays):
8185 Use utf-8 Bahá'í in doc-strings, menus, etc.
8186
0311a3fc
TH
81872012-02-17 Tassilo Horn <tassilo@member.fsf.org>
8188
8189 * saveplace.el (save-place-ignore-files-regexp): New variable
8190 allowing for excluding files from saving their location of point.
8191 The default value matches the temporary commit message editing
8192 files from Git, SVN, Bazaar, and Mercurial.
8193 (save-place-to-alist): Use it.
8194
d209e2fb 81952012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 8196 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
8197
8198 * newcomment.el (uncomment-region-default): Don't leave extra space
8199 when an arg is provided (bug#8150).
8200
ee0ce425
TZ
82012012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
8202
eb864a71 8203 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 8204
95ddf442
GM
82052012-02-17 Glenn Morris <rgm@gnu.org>
8206
8207 * net/socks.el: Require network-stream. (Bug#10599)
8208
48dd1e39 82092012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
8210
8211 * international/charprop.el:
8212 * international/uni-name.el:
8213 * international/uni-old-name.el:
8214 * international/uni-comment.el: Regenerate.
8215
d68cd087
GM
82162012-02-16 Glenn Morris <rgm@gnu.org>
8217
8218 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
8219 Interactively in calendar buffer, give an error if not on a date.
8220
13932042
GM
82212012-02-15 Glenn Morris <rgm@gnu.org>
8222
8223 * shell.el (shell-delimiter-argument-list):
8224 Revert 2011-02-17 change. (Bug#8027)
8225
c3a70e2b
CY
82262012-02-15 Chong Yidong <cyd@gnu.org>
8227
60236b0d
CY
8228 * minibuffer.el (completion-at-point-functions): Doc fix.
8229
c3a70e2b
CY
8230 * custom.el (defcustom): Doc fix; note use of defvar.
8231
9f26dc24
GM
82322012-02-15 Glenn Morris <rgm@gnu.org>
8233
8234 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
8235 Doc fixes.
8236
6546b134
GM
82372012-02-14 Glenn Morris <rgm@gnu.org>
8238
8239 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
8240
d29b2b4c
LI
82412012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
8242
8243 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
8244 way the ports list is computed.
835bdcba
LI
8245 (smtpmail-query-smtp-server): Prompt the user for a port number if
8246 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 8247
08dcdbc9
TZ
82482012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8249
8250 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
8251
2605051a
GM
82522012-02-13 Glenn Morris <rgm@gnu.org>
8253
8254 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
8255
7ee99f32
TZ
82562012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
8257
8258 * net/gnutls.el (gnutls-trustfiles): New variable.
8259 (gnutls-negotiate): Use it.
8260
5f0af64f
LI
82612012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
8262
8263 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
8264 does its stuff if Gnus is running.
8265
c14fcc95
AM
82662012-02-13 Alan Mackenzie <acm@muc.de>
8267
8268 Fix a loop in c-set-fl-decl-start.
8269
7a71b18d 8270 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
8271 c-backward-syntactic-ws actually moves backwards.
8272
142b4d90
LL
82732012-02-13 Leo Liu <sdl.web@gmail.com>
8274
8275 * net/rcirc.el (rcirc-markup-attributes): Move point to the
8276 beginning so that all \C-o chars are removed.
8277
fa9958a6
TZ
82782012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
8279
dc9924b8 8280 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 8281
0bc5886a
AM
82822012-02-12 Alan Mackenzie <acm@muc.de>
8283
8284 Fix infinite loop with long macros.
4d6769e1 8285 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 8286
d4bd55e7
CY
82872012-02-12 Chong Yidong <cyd@gnu.org>
8288
8289 * window.el (display-buffer): Doc fix (Bug#10785).
8290
66f3fe22
GM
82912012-02-12 Glenn Morris <rgm@gnu.org>
8292
bd7da63e
GM
8293 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8294 (x-disown-selection-internal, x-get-selection-internal):
8295 Sync docs with the xselect.c versions.
8296
66f3fe22
GM
8297 * allout-widgets.el: Add missing license notice.
8298
3e0d2fa7
GM
82992012-02-11 Glenn Morris <rgm@gnu.org>
8300
cfecdf09
GM
8301 * select.el (x-get-selection-internal, x-own-selection-internal)
8302 (x-disown-selection-internal):
8303 * x-dnd.el (x-get-selection-internal): Update declarations.
8304
6d216d7f
GM
8305 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
8306
2bed3f04
GM
8307 * window.el (window-sides-slots):
8308 * tool-bar.el (tool-bar-position):
8309 * term/xterm.el (xterm-extra-capabilities):
8310 * ses.el (ses-self-reference-early-detection):
8311 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
8312 (verilog-auto-wire-type)
8313 (verilog-auto-delete-trailing-whitespace)
8314 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
8315 (verilog-auto-tieoff-declaration):
8316 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
8317 (sql-oracle-statement-starters, sql-oracle-scan-on):
8318 * progmodes/prolog.el (prolog-align-comments-flag)
8319 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
8320 (prolog-left-indent-regexp, prolog-paren-indent-p)
8321 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
8322 (prolog-types, prolog-mode-specificators)
8323 (prolog-determinism-specificators, prolog-directives)
8324 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
8325 (prolog-electric-dot-flag)
8326 (prolog-electric-dot-full-predicate-template)
8327 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
8328 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
8329 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
8330 (prolog-program-switches, prolog-prompt-regexp)
8331 (prolog-debug-on-string, prolog-debug-off-string)
8332 (prolog-trace-on-string, prolog-trace-off-string)
8333 (prolog-zip-on-string, prolog-zip-off-string)
8334 (prolog-use-standard-consult-compile-method-flag)
8335 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
8336 (prolog-imenu-max-lines, prolog-info-predicate-index)
8337 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
8338 (prolog-char-quote-workaround):
8339 * progmodes/cc-vars.el (c-defun-tactic):
8340 * net/tramp.el (tramp-encoding-command-interactive)
8341 (tramp-local-end-of-line):
8342 * net/soap-client.el (soap-client):
8343 * net/netrc.el (netrc-file):
8344 * net/gnutls.el (gnutls):
8345 * minibuffer.el (completion-category-overrides)
8346 (completion-cycle-threshold)
8347 (completion-pcm-complete-word-inserts-delimiters):
8348 * man.el (Man-name-local-regexp):
8349 * mail/feedmail.el (feedmail-display-full-frame):
8350 * international/characters.el (glyphless-char-display-control):
8351 * eshell/em-ls.el (eshell-ls-date-format):
8352 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
8353 (lisp-lambda-list-keyword-parameter-indentation)
8354 (lisp-lambda-list-keyword-parameter-alignment):
8355 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
8356 * dired-x.el (dired-omit-verbose):
8357 * cus-theme.el (custom-theme-allow-multiple-selections):
8358 * calc/calc.el (calc-highlight-selections-with-faces)
8359 (calc-lu-field-reference, calc-lu-power-reference)
8360 (calc-note-threshold):
8361 * battery.el (battery-mode-line-limit):
8362 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8363 (archive-7z-update):
8364 * allout.el (allout-prefixed-keybindings)
8365 (allout-unprefixed-keybindings)
8366 (allout-inhibit-auto-fill-on-headline)
8367 (allout-flattened-numbering-abbreviation):
8368 * allout-widgets.el (allout-widgets-auto-activation)
8369 (allout-widgets-icons-dark-subdir)
8370 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
8371 (allout-widgets-theme-dark-background)
8372 (allout-widgets-theme-light-background)
8373 (allout-widgets-item-image-properties-emacs)
8374 (allout-widgets-item-image-properties-xemacs)
8375 (allout-widgets-run-unit-tests-on-load)
8376 (allout-widgets-time-decoration-activity)
8377 (allout-widgets-hook-error-post-time)
8378 (allout-widgets-track-decoration):
8379 Add missing :version tags to new defcustoms and defgroups.
8380
5fec1b8e
GM
8381 * progmodes/sql.el (sql-ansi-statement-starters)
8382 (sql-oracle-statement-starters): Add custom type.
8383
3e0d2fa7
GM
8384 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
8385 (prolog-system-version): Give it a type.
8386
90b671e2
EZ
83872012-02-11 Eli Zaretskii <eliz@gnu.org>
8388
8389 * term/pc-win.el (x-select-text, x-selection-owner-p)
8390 (x-own-selection-internal, x-disown-selection-internal)
8391 (x-get-selection-internal): Sync doc strings and argument lists
8392 with xselect.c, common-win.el and x-win.el. (Bug#10783)
8393
5eac0c02
LL
83942012-02-11 Leo Liu <sdl.web@gmail.com>
8395
8396 * progmodes/python.el (python-end-of-statement): Fix infinite
8397 loop. (Bug#10788)
8398
f82cb659
GM
83992012-02-10 Glenn Morris <rgm@gnu.org>
8400
8401 * international/mule-cmds.el (unify-8859-on-encoding-mode)
8402 (unify-8859-on-decoding-mode): Properly mark as obsolete.
8403
cc26d239
LI
84042012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
8405
8406 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
8407 about SMTP before checking the From header.
8408
91027d08 8409 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
8410 into own function for reuse by emacsbug.el.
8411
1be3ca5a
LL
84122012-02-10 Leo Liu <sdl.web@gmail.com>
8413
8414 * subr.el (condition-case-unless-debug): Rename from
8415 condition-case-no-debug. All callers changed.
8416 (with-demoted-errors): Fix caller.
8417
8418 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
8419 * nxml/rng-valid.el (rng-do-some-validation):
8420 * emacs-lisp/package.el (package-refresh-contents)
8421 (package-menu-execute):
8422 * desktop.el (desktop-create-buffer):
91027d08 8423 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 8424
b011fbfe
GM
84252012-02-10 Glenn Morris <rgm@gnu.org>
8426
b2096d72
GM
8427 * textmodes/bibtex.el:
8428 Add missing :version tags for new/changed defcustoms.
8429
b011fbfe
GM
8430 * files.el (remote-file-name-inhibit-cache): Doc fixes.
8431
4c7e65bf
LI
84322012-02-09 Lars Ingebrigtsen <larsi@rusty>
8433
8434 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
8435 (smtpmail-via-smtp): Use it, or fall back on the From address.
8436 (smtpmail-send-it): Ditto.
8437
f3934f6f
SM
84382012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
8441 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
8442 (byte-compile-tmp-var): New const.
8443 (byte-compile-defvar): Use it to minimize .elc size.
8444 Just use `defvar' rather than simulate it (bug#10761).
8445
a075a2c5
GM
84462012-02-09 Glenn Morris <rgm@gnu.org>
8447
cf3aa21b
GM
8448 * files.el (rename-uniquely): Doc fix. (Bug#3806)
8449
354998cd
GM
8450 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
8451 Add :version tags.
8452
dc9924b8
SM
8453 * progmodes/compile.el (compilation-error-screen-columns)
8454 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 8455
dab3703d
GM
8456 * vc/log-view.el (log-view-toggle-entry-display):
8457 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
8458
3f88cd72
GM
8459 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
8460 (report-emacs-bug-can-use-xdg-email):
8461 (report-emacs-bug-insert-to-mailer): Doc fixes.
8462 (report-emacs-bug): Message fix.
8463
d95b247d
GM
8464 * net/browse-url.el (browse-url-can-use-xdg-open)
8465 (browse-url-xdg-open): Doc fixes.
8466
a075a2c5
GM
8467 * electric.el (electric-indent-mode, electric-pair-mode)
8468 (electric-layout-rules, electric-layout-mode): Doc fixes.
8469 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
8470
ffb6157e
MR
84712012-02-08 Martin Rudalics <rudalics@gmx.at>
8472
8473 * server.el (server-unselect-display): Don't inadvertently kill
8474 the current buffer. (Bug#10729)
8475
e1ac4066
GM
84762012-02-08 Glenn Morris <rgm@gnu.org>
8477
34e8a2da
GM
8478 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
8479 (sql-list-table): Doc fixes.
8480
b4ac6e8c
GM
8481 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
8482 Comment out (does nothing).
8483
e1ac4066
GM
8484 * completion.el (dynamic-completion-mode):
8485 * dirtrack.el (dirtrack-debug-mode):
8486 * electric.el (electric-layout-mode):
8487 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
8488 * face-remap.el (text-scale-mode, buffer-face-mode):
8489 * iimage.el (iimage-mode):
8490 * image-mode.el (image-transform-mode):
8491 * minibuffer.el (completion-in-region-mode):
8492 * scroll-lock.el (scroll-lock-mode):
8493 * simple.el (next-error-follow-minor-mode):
8494 * tar-mode.el (tar-subfile-mode):
8495 * tooltip.el (tooltip-mode):
8496 * vcursor.el (vcursor-use-vcursor-map):
8497 * wid-browse.el (widget-minor-mode):
8498 * emulation/tpu-edt.el (tpu-edt-mode):
8499 * emulation/tpu-extras.el (tpu-cursor-free-mode):
8500 * international/iso-ascii.el (iso-ascii-mode):
8501 * language/thai-util.el (thai-word-mode):
8502 * mail/supercite.el (sc-minor-mode):
8503 * net/goto-addr.el (goto-address-mode):
8504 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
8505 * progmodes/cwarn.el (cwarn-mode):
8506 * progmodes/flymake.el (flymake-mode):
8507 * progmodes/glasses.el (glasses-mode):
8508 * progmodes/hideshow.el (hs-minor-mode):
8509 * progmodes/pascal.el (pascal-outline-mode):
8510 * textmodes/enriched.el (enriched-mode):
8511 * vc/smerge-mode.el (smerge-mode):
8512 Doc fixes (minor mode argument).
8513
5e0d957f
EZ
85142012-02-07 Eli Zaretskii <eliz@gnu.org>
8515
8516 * ls-lisp.el (ls-lisp-sanitize): New function.
8517 (ls-lisp-insert-directory): Use it to fix or remove any elements
8518 in file-alist with missing attributes. (Bug#4673)
8519
98d7371e
AM
85202012-02-07 Alan Mackenzie <acm@muc.de>
8521
8522 Fix spurious recognition of c-in-knr-argdecl.
8523
8524 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
8525 putative K&R region.
8526
667ced3a
AM
85272012-02-07 Alan Mackenzie <acm@muc.de>
8528
eb864a71
LM
8529 * progmodes/cc-engine.el (c-forward-objc-directive):
8530 Prevent looping in "#pragma mark @implementation".
667ced3a 8531
5b77774d
MA
85322012-02-07 Michael Albinus <michael.albinus@gmx.de>
8533
8534 * notifications.el (notifications-on-closed-signal): Make `reason'
8535 optional. (Bug#10744)
8536
af008560
GM
85372012-02-07 Glenn Morris <rgm@gnu.org>
8538
60d47423
GM
8539 * emacs-lisp/easy-mmode.el (define-minor-mode):
8540 Doc fixes for the macro and the mode it defines.
8541
dd605cc4
GM
8542 * image.el (imagemagick-types-inhibit): Doc fix.
8543
af008560
GM
8544 * cus-start.el (imagemagick-render-type): Add it.
8545
5cc59a37
LI
85462012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
8547
4d6769e1
JB
8548 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
8549 Set the default at load time, too, so that `font-lock-fontify-buffer'
8550 can be called without setting up the entire mode first. This fixes
8551 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 8552
9a6dd747
CY
85532012-02-06 Chong Yidong <cyd@gnu.org>
8554
2d16b285
CY
8555 * simple.el (list-processes--refresh): Delete exited processes
8556 (Bug#8094).
8557
171e9b6e
CY
8558 * comint.el (comint-next-prompt): next-single-char-property-change
8559 and prev-single-char-property-change never return nil (Bug#8657).
8560
9a6dd747
CY
8561 * custom.el (defcustom): Doc fix (Bug#9711).
8562
aa4589a7
CY
85632012-02-05 Chong Yidong <cyd@gnu.org>
8564
5c2a252f
CY
8565 * cus-edit.el (custom-variable-reset-backup): Quote the value
8566 before storing it in the customized-value property (Bug#6712).
4aab9006 8567 (custom-display): Add a customization type tag.
983b9602 8568 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 8569
aa4589a7
CY
8570 * wid-edit.el (widget-field-value-get): New optional arg to
8571 suppress trailing whitespace truncation.
8572 (character): Use it (Bug#2689).
8573
1ff980ae
AS
85742012-02-05 Andreas Schwab <schwab@linux-m68k.org>
8575
8576 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
8577 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
8578
03988c98
CY
85792012-02-05 Chong Yidong <cyd@gnu.org>
8580
eeb6cc88
CY
8581 * cus-edit.el (custom-variable-value-create): For mismatched
8582 types, show the current value (Bug#7600).
8583
03988c98
CY
8584 * custom.el (defcustom): Doc fix.
8585
f8cdeef0
GM
85862012-02-05 Glenn Morris <rgm@gnu.org>
8587
8588 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
8589
0696d255
JB
85902012-02-05 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
8593 (pp-buffer): Use `ignore-errors', `looking-at-p'.
8594 (pp-last-sexp): Use `looking-at-p'.
8595
34c99998
GM
85962012-02-04 Glenn Morris <rgm@gnu.org>
8597
8f05da42
GM
8598 * files.el (revert-buffer):
8599 Doc fix (mention revert-buffer-in-progress-p).
8600
f160676e
GM
8601 * emacs-lisp/ert-x.el (ert-simulate-command):
8602 Check deferred-action-list (which is obsolete) is bound.
8603
c7291ad9
GM
8604 * subr.el (with-wrapper-hook): Doc fixes.
8605
34c99998
GM
8606 * simple.el (filter-buffer-substring-functions)
8607 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
8608
6283a7d3
LL
86092012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
8610
8611 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
8612 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
8613
e96e3013
LL
86142012-02-04 Leo Liu <sdl.web@gmail.com>
8615
8616 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
8617
8ded50f2
GM
86182012-02-04 Glenn Morris <rgm@gnu.org>
8619
82ff1d13
GM
8620 * image.el (image-extension-data): Add obsolete alias.
8621
987a0a16
GM
8622 * isearch.el (isearch-update): Doc fix.
8623
ea32ef46
GM
8624 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
8625
8ded50f2
GM
8626 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
8627
eea14f31
GM
86282012-02-03 Glenn Morris <rgm@gnu.org>
8629
8630 * image.el (image-animated-p): Doc fix. Use image-animated-types.
8631 (image-animate-timeout): Doc fix.
8632
8633 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
8634
12f381b7
GM
86352012-02-02 Glenn Morris <rgm@gnu.org>
8636
953cebf5
GM
8637 * server.el (server-auth-dir): Doc fix.
8638 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
8639
12f381b7
GM
8640 * subr.el (run-mode-hooks): Doc fix.
8641
953a8c3b
JL
86422012-02-02 Juri Linkov <juri@jurta.org>
8643
8644 * image-mode.el (image-toggle-display-image): Remove tautological
8645 `major-mode' from the `derived-mode-p' test.
8646
c5d3843c
KH
86472012-02-02 Kenichi Handa <handa@m17n.org>
8648
9f6e692e 8649 * composite.el (compose-region): Cancel previous change.
c5d3843c 8650
159462d4 86512012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
8652
8653 * composite.el (compose-region, compose-string): Signal error for
8654 a null string component (Bug#6988).
8655
9f562668
CY
86562012-02-01 Chong Yidong <cyd@gnu.org>
8657
e2cef717
CY
8658 * view.el (view-buffer-other-window, view-buffer-other-frame):
8659 Handle special modes like view-buffer (Bug#10650).
8660 (view-buffer): Simplify.
8661
9f562668
CY
8662 * frame.el (set-frame-font): Tweak meaning of third argument.
8663
9f6e692e
JB
8664 * dynamic-setting.el (font-setting-change-default-font):
8665 Use set-frame-font (Bug#9982).
9f562668 8666
781acb9f
GM
86672012-02-01 Glenn Morris <rgm@gnu.org>
8668
6035be52
GM
8669 * progmodes/compile.el (compilation-internal-error-properties):
8670 Respect compilation-first-column in the "*compilation*" buffer.
8671
781acb9f
GM
8672 * emacs-lisp/easy-mmode.el (define-minor-mode):
8673 Relax :variable's test for a named function.
8674
abbceb00
AM
86752012-01-31 Alan Mackenzie <acm@muc.de>
8676
8677 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
8678 off by one error.
8679
fce3fdeb
CY
86802012-01-31 Chong Yidong <cyd@gnu.org>
8681
8682 * frame.el (set-frame-font): New arg ALL-FRAMES.
8683
8684 * menu-bar.el (menu-set-font): Use set-frame-font.
8685
8686 * faces.el (face-spec-reset-face): Don't apply unspecified
8687 attribute values to the default face.
8688
47893581
JB
86892012-01-31 Juanma Barranquero <lekktu@gmail.com>
8690
8691 * progmodes/cwarn.el (cwarn): Remove dead link.
8692 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
8693 Remove * from defcustom docstrings.
8694 (turn-on-cwarn-mode): Make obsolete.
8695 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8696 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
8697
e58e988a
GM
86982012-01-31 Glenn Morris <rgm@gnu.org>
8699
60dc2671 8700 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 8701 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 8702 Allow named functions to be used as the cdr of :variable.
e58e988a 8703
7a3f511d
GM
87042012-01-30 Glenn Morris <rgm@gnu.org>
8705
8706 * emacs-lisp/authors.el (authors-fixed-entries):
8707 Remove reference to deleted file rnewspost.el.
8708
cb882333
JB
87092012-01-29 Juanma Barranquero <lekktu@gmail.com>
8710
8711 * window.el (window-with-parameter): Remove unused variable `windows'.
8712 (window--side-check): Remove unused variable `code'.
8713 (window--resize-siblings): Remove unused variable `first'.
8714 (adjust-window-trailing-edge): Remove unused variable `failed'.
8715 (window-deletable-p, window--delete): Remove unused variable `buffer'.
8716 Use `let', not `let*'.
8717 (balance-windows-2): Remove unused variable `found'.
8718 (window--state-put-2): Remove unused variable `splits'.
8719 (window-state-put): Remove unused variable `selected'.
8720 (same-window-p): Use `string-match-p'.
8721 (display-buffer-assq-regexp): Remove unused variable `value'.
8722 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8723 Mark argument ALIST as ignored.
8724 (pop-to-buffer): Remove unused variable `old-window'.
8725
907201af
EZ
87262012-01-29 Eli Zaretskii <eliz@gnu.org>
8727
8728 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
8729 and .lzma compressed files.
8730
ea162670
CY
87312012-01-29 Chong Yidong <cyd@gnu.org>
8732
5b95ee8a
CY
8733 * frame.el (window-system-default-frame-alist): Doc fix.
8734
ea162670
CY
8735 * dynamic-setting.el (font-setting-change-default-font): Don't
8736 change the default face if SET-FONT argument is non-nil (Bug#9982).
8737
d6e6f4b1
SB
87382012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
8739
8740 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
8741
0f29fa41 87422012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
8743
8744 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
8745 breakpoints in files outside current directory (Bug#6098).
8746
db174434
CY
87472012-01-29 Chong Yidong <cyd@gnu.org>
8748
6b25e4e2
SE
8749 * progmodes/python.el: Require ansi-color at top-level.
8750
6df6ae42
JB
8751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
8752 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
8753 (lisp-mode-abbrev-table): Add doc.
8754 (lisp-mode-variables): Don't set local-abbrev-table.
8755 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
8756
e70ee681
RW
87572012-01-28 Roland Winkler <winkler@gnu.org>
8758
8759 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
8760
ace88aa2
RW
87612012-01-28 Roland Winkler <winkler@gnu.org>
8762
8763 * textmodes/bibtex.el (bibtex-entry-alist): New function.
8764 (bibtex-set-dialect): Use it. Either set global values of
8765 dialect-dependent variables or bind these variables buffer-locally
8766 (Bug#10254).
8767 (bibtex-mode): Call bibtex-set-dialect via
8768 hack-local-variables-hook.
eb864a71
LM
8769 (bibtex-dialect): Update docstring.
8770 Add safe-local-variable predicate.
ace88aa2
RW
8771 (bibtex-entry-alist, bibtex-field-alist): Initialize via
8772 bibtex-set-dialect.
8773 (bibtex-mode-map): Define menu for each dialect.
8774 (bibtex-entry): Fix docstring.
8775
93376c5b
CY
87762012-01-28 Chong Yidong <cyd@gnu.org>
8777
8778 * eshell/esh-arg.el (eshell-quote-argument): New function.
8779
8780 * eshell/esh-ext.el (eshell-invoke-batch-file):
8781 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
8782 first arg to eshell-parse-command (Bug#10523).
8783
4372494f
DA
87842012-01-28 Drew Adams <drew.adams@oracle.com>
8785
8786 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
8787 `default-directory' is non-nil.
8788
4d4ec1f8
EZ
87892012-01-28 Eli Zaretskii <eliz@gnu.org>
8790
8791 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
8792 line that displays system-configuration-options. (Bug#9924)
8793
7c188927
DA
87942012-01-28 Drew Adams <drew.adams@oracle.com>
8795
8796 * descr-text.el (describe-char): Show information about POS, in
8797 addition to information about the character at POS. Improve and
8798 update the doc string. Change "code point" to "code point in
8799 charset", to avoid confusion with the character's Unicode code
8800 point shown above that. (Bug#10129)
8801
e0da685a
EZ
88022012-01-28 Eli Zaretskii <eliz@gnu.org>
8803
8804 * descr-text.el (describe-char): Show the raw character, not only
8805 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
8806 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
8807 for the reasons.
8808
70550acf
PH
88092012-01-28 Phil Hagelberg <phil@hagelb.org>
8810
eb864a71
LM
8811 * emacs-lisp/package.el (package-install):
8812 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 8813
0ce8e868
CY
88142012-01-28 Chong Yidong <cyd@gnu.org>
8815
cb882333
JB
8816 * emacs-lisp/package.el (package-maybe-load-descriptor):
8817 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
8818 (package-maybe-load-descriptor): Use it.
8819 (package-download-transaction): Fully load required packages
8820 inside the loop, so that `require' calls work (Bug#10593).
8821 (package-install): No need to call package-initialize now.
8822
2e7f3bea
CY
88232012-01-28 Chong Yidong <cyd@gnu.org>
8824
6e9bad14
CY
8825 * simple.el (deactivate-mark): Doc fix (Bug#8614).
8826
f823b8ca
CY
8827 * tooltip.el (tooltip-mode): Doc fix.
8828 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
8829
2680c309
CY
8830 * frame.el (set-cursor-color): Doc fix (Bug#352).
8831
d7a9e63b
CY
8832 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
8833 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
8834
2e7f3bea
CY
8835 * cus-edit.el (custom-buffer-create-internal): Fix search button
8836 action (Bug#10542).
2ae01800 8837 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 8838
fc4f7a23
EW
88392012-01-27 Eduard Wiebe <usenet@pusto.de>
8840
8841 * dired.el (dired-mark-files-regexp):
8842 Include any subdirectory components. (Bug#10445)
8843
7dd37071
ML
88442012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
8845
8846 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
8847 Handle [host]:port syntax. (Bug#10533)
8848
a268160b
AH
88492012-01-27 Alex Harsanyi <harsanyi@mac.com>
8850
8851 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
8852
e43273ef
GM
88532012-01-26 Glenn Morris <rgm@gnu.org>
8854
8855 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
8856 * term.el (term-raw-escape-map): Use Control-X-prefix.
8857 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
8858
1edf595d
MR
88592012-01-25 Martin Rudalics <rudalics@gmx.at>
8860
8861 * window.el (window-state-get, window--state-get-1): Don't deal
8862 with fixed-sizeness of windows. Simplify code.
8863
fa8eafef
JC
88642012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
8865
6df6ae42
JB
8866 * window.el (window--state-get-1, window--state-put-2):
8867 Don't save and restore the mark.
fa8eafef 8868
0b21c100
CY
88692012-01-25 Chong Yidong <cyd@gnu.org>
8870
8871 * custom.el (custom-variable-p): Doc fix.
8872
5ae1a6c8
GM
88732012-01-25 Glenn Morris <rgm@gnu.org>
8874
40047858
GM
8875 * dired.el (dired-goto-file): Handle some of the more common
8876 characters that `ls -b' escapes. (Bug#10596)
8877
5ddce96c
GM
8878 * progmodes/compile.el (compilation-next-error-function):
8879 Respect compilation-first-column in the "*compilation*" buffer.
8880 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
8881
5ae1a6c8
GM
8882 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
8883
b559f1a9
GM
88842012-01-24 Glenn Morris <rgm@gnu.org>
8885
8886 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
8887
6725d21a
JD
88882012-01-24 Julien Danjou <julien@danjou.info>
8889
8890 * color.el (color-rgb-to-hsl): Fix value computing.
8891 (color-hue-to-rgb): New function.
8892 (color-hsl-to-rgb): New function.
8893 (color-clamp, color-saturate-hsl, color-saturate-name)
8894 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8895 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
8896
70df4bbe
GM
88972012-01-24 Glenn Morris <rgm@gnu.org>
8898
8899 * vc/vc-rcs.el (vc-rcs-create-tag):
8900 * vc/vc-sccs.el (vc-sccs-create-tag):
8901 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
8902
802a2ae2
ML
89032012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
8904
8905 * eshell/esh-util.el (eshell-read-hosts-file):
8906 Skip comment lines. (Bug#10549)
8907
d7128bb1
ML
8908 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
8909
d1a5c3b4
JB
89102012-01-23 Juanma Barranquero <lekktu@gmail.com>
8911
2724d9c7
JB
8912 * subr.el (display-delayed-warnings): Doc fix.
8913 (collapse-delayed-warnings): New function to collapse identical
8914 adjacent warnings.
8915 (delayed-warnings-hook): Add it.
d1a5c3b4 8916
a5509865
MA
89172012-01-22 Michael Albinus <michael.albinus@gmx.de>
8918
8919 * net/tramp.el (tramp-action-login): Set connection property "login-as".
8920
a5509865
MA
8921 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
8922 (tramp-default-user-alist): Don't add "pscp".
8923 (tramp-do-copy-or-rename-file-out-of-band): Use connection
8924 property "login-as", if set. (Bug#10530)
8925
cc6d5805
MA
89262012-01-21 Michael Albinus <michael.albinus@gmx.de>
8927
8928 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
8929 "plink1" and "psftp". (Bug#10530)
8930
89312012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
8932
8933 * international/mule-cmds.el (prefer-coding-system): Show a
8934 warning message if the default value of file-name-coding-system
8935 was not changed.
8936
f0960428
JC
89372012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
8938
cb882333
JB
8939 * windmove.el (windmove-reference-loc):
8940 Fix windmove-reference-loc miscalculation.
f0960428 8941
dd6f2a63
JB
89422012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
8943
8944 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
8945 default unit.
8946
7b447e9b
GM
89472012-01-21 Glenn Morris <rgm@gnu.org>
8948
117a9ea1
GM
8949 * international/mule.el (auto-coding-alist): Add .tbz.
8950
7b447e9b
GM
8951 * files.el (local-enable-local-variables): Doc fix.
8952 (inhibit-local-variables-regexps): Rename from
8953 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
8954 Doc fix. Add some extensions from auto-coding-alist.
8955 (inhibit-local-variables-suffixes):
8956 Rename from inhibit-first-line-modes-suffixes. Doc fix.
8957 (inhibit-local-variables-p):
8958 New function, extracted from set-auto-mode-1.
8959 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
8960 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
8961 (hack-local-variables): Doc fix. Make the mode-only case
8962 respect enable-local-variables and friends.
8963 Respect inhibit-local-variables-regexps for file-locals, but
8964 not for directory-locals.
8965 (set-visited-file-name):
8966 Take account of inhibit-local-variables-regexps.
8967 Whether it applies may change as the file name is changed.
8968 * jka-cmpr-hook.el (jka-compr-install):
8969 * jka-compr.el (jka-compr-uninstall):
8970 Update for inhibit-first-line-modes-suffixes name change.
8971
dd6e3cdd
MR
89722012-01-20 Martin Rudalics <rudalics@gmx.at>
8973
8974 * help-macro.el (make-help-screen): Temporarily restore original
8975 binding for minor-mode-map-alist (Bug#10454).
8976
0d0deb38
JD
89772012-01-19 Julien Danjou <julien@danjou.info>
8978
8979 * color.el (color-name-to-rgb): Use the white color to find the max
8980 color component value and return correctly computed values.
8981 (color-name-to-rgb): Add missing float conversion for max value.
8982
34a02f46
MR
89832012-01-19 Martin Rudalics <rudalics@gmx.at>
8984
8985 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
8986 special state value for window-persistent-parameters.
8987 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
8988 (window--state-put-2): Reset all window parameters to nil before
8989 assigning values of persistent parameters.
8990
606c44c4
AM
89912012-01-18 Alan Mackenzie <acm@muc.de>
8992
8993 Eliminate sluggishness and hangs in fontification of "semicolon
8994 deserts".
8995
cb882333
JB
8996 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
8997 Change value 10000 -> 3000.
606c44c4
AM
8998 (c-state-safe-place): Reformulate so it doesn't stack up an
8999 infinite number of wrong entries in c-state-nonlit-pos-cache.
9000 (c-determine-limit-get-base, c-determine-limit): New functions to
9001 determine backward search limits disregarding literals.
9002 (c-find-decl-spots): Amend commenting.
9003 (c-cheap-inside-bracelist-p): New function which detects "={".
9004
9005 * progmodes/cc-fonts.el
9006 (c-make-font-lock-BO-decl-search-function): Give a limit to a
9007 backward search.
9008 (c-font-lock-declarations): Fix an occurrence of point being
9009 undefined. Check additionally for point being in a bracelist or
9010 near a macro invocation without a semicolon so as to avoid a
9011 fruitless time consuming search for a declarator. Give a more
9012 precise search limit for declarators using the new
9013 c-determine-limit.
9014
f3860cea
GM
90152012-01-18 Glenn Morris <rgm@gnu.org>
9016
9017 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
9018 (set-auto-mode): Doc fixes.
9019
1db03b16
GM
90202012-01-17 Glenn Morris <rgm@gnu.org>
9021
0e6038be
GM
9022 * isearch.el (search-nonincremental-instead): Fix doc typo.
9023
1db03b16
GM
9024 * dired.el (dired-insert-directory): Handle newlines in directory name.
9025 (dired-build-subdir-alist): Unescape newlines in directory name.
9026
4cb0aa75
MA
90272012-01-17 Michael Albinus <michael.albinus@gmx.de>
9028
9029 * net/tramp.el (tramp-local-end-of-line): New defcustom.
9030 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
9031 (tramp-action-terminal): Use it. (Bug#10530)
9032
1d00653d
SM
90332012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * minibuffer.el (completion--replace): Strip properties (bug#10062).
9036
6a6ee00d
MR
90372012-01-16 Martin Rudalics <rudalics@gmx.at>
9038
9039 * window.el (window-state-ignored-parameters): Remove variable.
9040 (window--state-get-1): Rename argument MARKERS to IGNORE.
9041 Handle persistent window parameters. Make copy of clone-of
9042 parameter only if requested. (Bug#10348)
9043 (window--state-put-2): Install a window parameter only if it has
9044 a non-nil value or an existing parameter shall be overwritten.
9045
97912def
MA
90462012-01-15 Michael Albinus <michael.albinus@gmx.de>
9047
9048 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
9049
688070a5
EZ
90502012-01-14 Eli Zaretskii <eliz@gnu.org>
9051
9052 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
9053 don't pass the (nil) value of `upnode' to string-match.
9054
301afadc
CY
90552012-01-14 Chong Yidong <cyd@gnu.org>
9056
9057 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 9058 Fix values recognized by the cursorBlink resource.
301afadc 9059
9e5788aa
PE
90602012-01-14 Paul Eggert <eggert@cs.ucla.edu>
9061
9062 * epg.el (epg--make-temp-file): Avoid permission race condition
9063 when running on old Emacs versions (bug#10403).
9064
3cdb7f5a
GM
90652012-01-14 Glenn Morris <rgm@gnu.org>
9066
9067 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
9068
8c82b1b4
AM
90692012-01-13 Alan Mackenzie <acm@muc.de>
9070
9071 Fix filling for when filladapt mode is enabled.
9072
9073 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
9074 c-mask-paragraph, pass in `fill-paragraph' rather than
9075 `fill-region-as-paragraph'. (This is a reversion of a previous
9076 change.)
eb864a71
LM
9077 * progmodes/cc-mode.el (c-basic-common-init):
9078 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 9079
e517eda4
GM
90802012-01-13 Glenn Morris <rgm@gnu.org>
9081
1498536e
GM
9082 * dired.el (dired-switches-escape-p): New function.
9083 (dired-insert-directory): Use dired-switches-escape-p.
9084 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
9085
e517eda4
GM
9086 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
9087
328f984d
GM
90882012-01-12 Glenn Morris <rgm@gnu.org>
9089
9090 * mail/sendmail.el (mail-mode): Update paragraph-separate for
9091 changes in adaptive-fill-regexp. (Bug#10276)
9092
2cc769a8
AM
90932012-01-11 Alan Mackenzie <acm@muc.de>
9094
9095 Fix Emacs bug #10463 - put `widen's around the critical spots.
9096
1d00653d 9097 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
9098 widen around each invocation of c-state-pp-to-literal. Remove an
9099 unused let variable.
9100
e52c37fa
GM
91012012-01-11 Glenn Morris <rgm@gnu.org>
9102
9103 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 9104 Doc fix.
e52c37fa 9105
96f8741e
CY
91062012-01-10 Chong Yidong <cyd@gnu.org>
9107
1d00653d
SM
9108 * net/network-stream.el (network-stream-open-starttls):
9109 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
9110 response to the capability command.
9111
b09a806e
GM
91122012-01-10 Glenn Morris <rgm@gnu.org>
9113
9114 * mail/unrmail.el (unrmail): Tweak previous change.
9115
7655cb66
CY
91162012-01-09 Chong Yidong <cyd@gnu.org>
9117
9118 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
9119
9d5a8f0b
AM
91202012-01-08 Alan Mackenzie <acm@muc.de>
9121
9122 Optimise font locking in long enum definitions.
9123
9124 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
9125 arm to a cond form to handle enums.
9126 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
9127 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
9128
9a0115ab 91292012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
9130
9131 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 9132 (Bug#10401)
6bb72cbd 9133
f186bb95
LMI
91342012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9135
29232a68
LMI
9136 * faces.el (set-face-attribute): Clarify the meaning of the nil
9137 frame (bug#10294).
9138
4e5d086d
LMI
9139 * subr.el (with-selected-frame): Mention that the selected frame
9140 is restored (bug#9980).
9141
8e66aebe
LMI
9142 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
9143 (bug#9759).
9144
cd394be1 9145 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
9146 (password-read): Don't autoload unused function.
9147
adf4e762
JB
91482012-01-07 Juanma Barranquero <lekktu@gmail.com>
9149
9150 * progmodes/which-func.el (which-func-mode): Turn into a
9151 non-interactive function and mark as obsolete (bug#10428).
9152
89bd9ccd
CY
91532012-01-06 Chong Yidong <cyd@gnu.org>
9154
9155 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
9156 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
9157 functions, along with 1 and -1.
9158
4afee9d5
EZ
91592012-01-06 Eli Zaretskii <eliz@gnu.org>
9160
9161 * time.el (display-time-load-average)
9162 (display-time-default-load-average): Doc fixes. See the thread
9163 starting at
9164 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
9165 for the details.
9166
536aea70
GM
91672012-01-06 Glenn Morris <rgm@gnu.org>
9168
665ae865
GM
9169 * mail/unrmail.el (unrmail): Give an explicit error if the input file
9170 has no messages. (Bug#10377)
9171
c869783d
GM
9172 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
9173 than Info-edit. (Bug#10385)
9174
2bb4227e
GM
9175 * time.el (display-time-load-average, display-time-next-load-average):
9176 Doc fixes.
9177
7d5944b9
GM
9178 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
9179 local setting of buffer-read-only to the input buffer. (Bug#10419)
9180
536aea70
GM
9181 * calendar/calendar.el (calendar-mode):
9182 Locally set scroll-margin to 0. (Bug#10379)
9183
7dccca16
UM
91842012-01-06 Ulrich Mueller <ulm@gentoo.org>
9185
9186 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
9187
afbb7930
GM
91882012-01-05 Glenn Morris <rgm@gnu.org>
9189
9190 * eshell/em-unix.el (diff-no-select): Autoload it.
9191 (eshell/diff): Use diff-no-select. (Bug#10420)
9192
04482335
CY
91932012-01-05 Chong Yidong <cyd@gnu.org>
9194
7baca3bc
CY
9195 * shell.el (shell-dynamic-complete-functions): Revert last change.
9196 (shell-command-completion-function): New function.
9197 (shell-completion-vars): Use it to implement
9198 shell-completion-execonly (Bug#10417).
9199
04482335
CY
9200 * custom.el (enable-theme): Don't set custom-safe-themes.
9201
1d00653d
SM
9202 * cus-theme.el (custom-theme-merge-theme):
9203 Ignore custom-enabled-themes and custom-safe-themes.
04482335 9204
bb5aa5d6
MM
92052012-01-05 Michael R. Mauger <mmaug@yahoo.com>
9206
9207 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
9208 first prompt in `sql-interacive-mode'.
9209 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 9210 keywords.
6df6ae42 9211 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
9212 (sql-product-interactive): Bug fix: Set `sql-buffer' in
9213 context of original buffer. Invoke `sql-login-hook'.
9214
a7183d7c
EZ
92152012-01-04 Eli Zaretskii <eliz@gnu.org>
9216
9217 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
9218 letters in cite-prefix.
9219
a1eacd1e
LMI
92202012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9221
9222 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
9223
787cdb34
CY
92242012-01-03 Chong Yidong <cyd@gnu.org>
9225
1d00653d
SM
9226 * shell.el (shell-dynamic-complete-functions):
9227 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
9228 comint-filename-completion first (Bug#10417).
9229
30710442
RS
92302012-01-02 Richard Stallman <rms@gnu.org>
9231
9232 * battery.el (battery-status-function):
9233 Detect when to use battery-yeeloong-sysfs.
9234 (battery-echo-area-format): Add string for Yeeloong.
9235 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
9236 (battery-yeeloong-sysfs): New function.
9237
f75bfc33
CY
92382012-01-02 Chong Yidong <cyd@gnu.org>
9239
9240 * dirtrack.el (dirtrack-list): Eliminate unused third element.
9241 (dirtrack): Merge code for handling relative filenames in prompt
9242 from shell-dir-cookie-watcher.
9243 (dirtrack-debug-message): New arg to avoid excess format calls.
9244
9245 * shell.el (shell-dir-cookie-re): Variable deleted.
9246 (shell-dir-cookie-watcher): Function deleted.
9247 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
9248 with dirtrack-mode.
9249
651e947e
EZ
92502012-01-01 Eli Zaretskii <eliz@gnu.org>
9251
1d00653d
SM
9252 * term/w32-win.el (dynamic-library-alist) <gnutls>:
9253 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
9254 libgnutls-26.dll.
9255
94d4c7dc
AS
92562011-12-31 Andreas Schwab <schwab@linux-m68k.org>
9257
9258 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
9259
8d43f3cd
EZ
92602011-12-31 Eli Zaretskii <eliz@gnu.org>
9261
9262 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
9263 headers of non-MIME messages, when rmail-enable-mime is non-nil.
9264
98c8795a
MA
92652011-12-29 Michael Albinus <michael.albinus@gmx.de>
9266
9267 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
9268 also for alternative shells.
9269 (tramp-open-connection-setup-interactive-shell): Check, whether
9270 the shell is a busybox.
9271 (tramp-send-command): Don't suppress multiple prompts for
9272 busyboxes, it hurts.
9273
51281b32
CY
92742011-12-28 Chong Yidong <cyd@gnu.org>
9275
9276 * progmodes/gdb-mi.el (gdb-get-source-file-list)
9277 (gdb-get-source-file): Move mode line update to
9278 gdb-get-source-file (Bug#10087).
9279
2170cb53
CY
92802011-12-25 Chong Yidong <cyd@gnu.org>
9281
9282 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
9283 gud-gdb-marker-filter without taking it as an argument.
9284 (gud-gdb-run-command-fetch-lines): Caller changed.
9285 (gud-gdb-completion-function): New variable.
9286 (gud-gdb-completion-at-point): Use it.
9287 (gud-gdb-completions-1): Split from gud-gdb-completions.
9288
9289 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
9290 function as separate arguments.
9291 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
9292 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
9293 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
9294 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
9295 (gdb-stopped, def-gdb-auto-update-trigger)
9296 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
9297 (gdb-get-changed-registers, gdb-get-main-selected-frame):
9298 Callers changed.
2170cb53
CY
9299 (gud-gdbmi-completions): New function.
9300 (gdb): Use it for generating the completion table.
9301
be8b11bb
AM
93022011-12-24 Alan Mackenzie <acm@muc.de>
9303
9304 Introduce a mechanism to widen the region used in context font
1d00653d 9305 locking. Use this to protect declarations from losing their contexts.
be8b11bb 9306
1d00653d
SM
9307 * progmodes/cc-langs.el (c-before-font-lock-functions):
9308 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 9309 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
9310 functions to be run just before context (etc.) font locking.
9311
9312 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 9313 New, functionality extracted from
be8b11bb 9314 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 9315 (c-in-after-change-fontification): New variable.
be8b11bb
AM
9316 (c-after-change): Set c-in-after-change-fontification.
9317 (c-set-fl-decl-start): Rejig its interface, so it can be called
9318 from both after-change and context fontifying.
b81d40f0
JB
9319 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
9320 New functions.
9321 (c-standard-font-lock-fontify-region-function): New variable.
9322 (c-font-lock-fontify-region): New function.
be8b11bb 9323
341cf6ac
JL
93242011-12-24 Juri Linkov <juri@jurta.org>
9325
9326 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
9327 (Bug#10348)
9328
bffcee0a
MA
93292011-12-23 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
9332 existence of source file. (Bug#10325)
9333
cb5e207c
AM
93342011-12-23 Alan Mackenzie <acm@muc.de>
9335
9336 Fix unstable fontification inside templates.
9337
b81d40f0
JB
9338 * progmodes/cc-langs.el (c-before-font-lock-functions):
9339 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
9340 additionally has c-set-fl-decl-start. The other languages (apart
9341 from AWK) have that as a single entry.
9342
b81d40f0
JB
9343 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9344 The functionality for "local" declarations has been extracted to
cb5e207c
AM
9345 c-set-fl-decl-start.
9346
b81d40f0
JB
9347 * progmodes/cc-mode.el (c-common-init, c-after-change):
9348 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
9349 (c-set-fl-decl-start): New function, extracted from
9350 c-font-lock-enclosing-decls and enhanced.
9351
60ff536c
JB
93522011-12-23 Juanma Barranquero <lekktu@gmail.com>
9353
9354 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
9355
1c4757d6
JL
93562011-12-22 Juri Linkov <juri@jurta.org>
9357
9358 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
9359
d031f2c7
CY
93602011-12-22 Chong Yidong <cyd@gnu.org>
9361
9362 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
9363
bace743a
DA
93642011-12-21 Drew Adams <drew.adams@oracle.com>
9365
9366 * files.el (file-remote-p): Fix docstring. (Bug#10319)
9367
728a1f2b
JC
93682011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
9369
9370 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
9371
0d373f73
TZ
93722011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9373
fec0aaa4
TZ
9374 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
9375 highlighting and support. Fix up comments for capitalization.
9376 (cfengine-mode-debug): New var.
9377 (cfengine3-mode): Change the modeline indicator to "CFE3".
9378 (cfengine3-font-lock-keywords): Improve defun highlighting.
9379 (cfengine2-actions): Rename from `cfengine-actions'.
9380 (cfengine2-font-lock-keywords): Rename from
9381 `cfengine-font-lock-keywords'.
9382 (cfengine2-imenu-expression): Rename from
9383 `cfengine-imenu-expression'.
9384 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
9385 (cfengine2-beginning-of-defun): Rename from
9386 `cfengine-beginning-of-defun'.
9387 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
9388 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
9389 (cfengine2-mode): Rename from `cfengine-mode'. Change the
9390 modeline indicator to "CFE2".
9391 (cfengine-mode): Defalias to `cfengine-auto-mode'.
9392 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 9393
bc86f573
CY
93942011-12-21 Chong Yidong <cyd@gnu.org>
9395
9396 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
9397 filename argument.
9398
d45ba96b
MR
93992011-12-20 Martin Rudalics <rudalics@gmx.at>
9400
9401 * window.el (window-normalize-buffer-to-display): Remove.
9402 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
9403
a6198c90
CY
94042011-12-19 Chong Yidong <cyd@gnu.org>
9405
9406 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
9407 Don't signal an error in a predicate function; return non-nil.
9408 (vc-dir-mark-file): Move the error here.
9409 (vc-dir-mark-unmark): If acting on the region, keep going if one
9410 of the entries cannot be marked/unmarked.
9411 (vc-dir-mark-all-files): If current entry is a directory, mark
9412 only child files, as documented.
9413
34c5fb55
VB
94142011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
9415
9416 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
9417 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
9418 addition.
9419
c803b2b7
JD
94202011-12-18 Jan Djärv <jan.h.d@swipnet.se>
9421
9422 * term/ns-win.el (ns-get-selection-internal)
9423 (ns-store-selection-internal): Declare.
1154d12e
JB
9424 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
9425 Declare as obsolete.
9426 (ns-get-pasteboard, ns-paste-secondary):
9427 Use ns-get-selection-internal.
9428 (ns-set-pasteboard, ns-copy-including-secondary):
9429 Use ns-store-selection-internal.
c803b2b7 9430
9cff91f8 94312011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
9432
9433 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 9434 (vc-deduce-fileset): Doc fix.
99a289d9 9435
f16c898a
AS
94362011-12-16 Andreas Schwab <schwab@linux-m68k.org>
9437
9438 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
9439
763237c4
SS
94402011-12-13 Sam Steingold <sds@gnu.org>
9441
9442 * man.el (Man-getpage-in-background): When running under a
9443 window-system, ignore $MANWIDTH and $COLUMNS.
9444
5fc1c122
KH
94452011-12-15 Kenichi Handa <handa@m17n.org>
9446
9447 * language/ethio-util.el: Change coding tag to utf-8-emacs.
9448 (setup-ethiopic-environment-internal): Comment out key-binding for
9449 ethio-toggle-punctuation.
9450
13d49cbb
AM
94512011-12-13 Alan Mackenzie <acm@muc.de>
9452
898169a2
AM
9453 Add the switch statement to AWK Mode.
9454
7a71b18d 9455 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
9456 "default" to the keywords regexp.
9457
7a71b18d 9458 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 9459 expression as the rest.
1d00653d
SM
9460 (c-nonlabel-token-key): Allow string literals for AWK.
9461 Refactor for the other modes.
898169a2 9462
13d49cbb 9463 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 9464 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
9465 routines. Limit backward searching in c-font-lock-enclosing.decl.
9466
9467 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
9468 pp-state and literal type in addition to the limits.
1d00653d 9469 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 9470 (c-state-literal-at): Use the above new defun.
1d00653d
SM
9471 (c-slow-in-literal, c-fast-in-literal): Remove.
9472 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
9473
9474 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
9475 being in a literal. Add a limit for backward searching.
9476
9477 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
9478 c-slow-in-literal.
9479
15e0efc7
SM
94802011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
9483
454592a6
MR
94842011-12-13 Martin Rudalics <rudalics@gmx.at>
9485
9486 * window.el (delete-other-windows): Use correct frame in call to
9487 window-with-parameter.
9488
87393f26
DP
94892011-12-12 Daniel Pfeiffer <occitan@t-online.de>
9490
9491 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
9492 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
9493 (makefile-gmake-statements, makefile-makepp-statements):
9494 Use it and add new makepp keywords.
9495 (makefile-makepp-font-lock-keywords): Add new patterns.
9496 (makefile-match-function-end): Match new [...] and [[...]].
9497
11636b22
JB
94982011-12-11 Juanma Barranquero <lekktu@gmail.com>
9499
9500 * ses.el (ses-call-printer-return, ses-cell-property-get)
9501 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
9502 (ses-create-cell-variable, ses-reset-header-string)
9503 (ses-cell-set-formula, ses-repair-cell-reference-all)
9504 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
9505 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9506 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
9507 (ses-aset-with-undo, ses-load, ses-truncate-cell)
9508 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
9509 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
9510 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
9511 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
9512 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
9513 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
9514 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
9515 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
9516
cf018193
VB
95172011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
9518
9519 * ses.el: The overall change is to add cell renaming, that is
9520 setting fancy names for cell symbols other than name matching
9521 "\\`[A-Z]+[0-9]+\\'" regexp .
9522 (ses-create-cell-variable): New defun.
9523 (ses-relocate-formula): Relocate formulas only for cells the
9524 symbols of which are not renamed, i.e. symbols whose names do not
9525 match regexp "\\`[A-Z]+[0-9]+\\'".
9526 (ses-relocate-all): Relocate values only for cells the symbols of
9527 which are not renamed.
9528 (ses-load): Create cells variables as the (ses-cell ...) are read,
9529 in order to check row col consistency with cell symbol name only
9530 for cells that are not renamed.
9531 (ses-replace-name-in-formula): New defun.
9532 (ses-rename-cell): New defun.
9533
ee957461
CY
95342011-12-11 Chong Yidong <cyd@gnu.org>
9535
9536 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
9537 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
9538
9a9e9ef0
MR
95392011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
9540
9541 * window.el (other-window): Fix docstring.
9542
92a8eba5
EZ
95432011-12-10 Eli Zaretskii <eliz@gnu.org>
9544
9545 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
9546 `from' or `to' address before taking its substring.
9547 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
9548 encoded name is chopped in the middle of the encoded string, and
9549 thus displayed encoded.
9550
e152e577
JB
95512011-12-10 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
9554
e5d84bfe
EZ
95552011-12-10 Eli Zaretskii <eliz@gnu.org>
9556
9557 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
9558 to use texinfo-update-node and commands that call it if the
9559 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 9560 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
9561 (texinfo-all-menus-update, texinfo-master-menu)
9562 (texinfo-update-node, texinfo-every-node-update)
9563 (texinfo-multiple-files-update): Doc fix. Warn against updating
9564 all the @node lines.
9565 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
9566 argument is numeric. Explain better in the doc string what the
9567 function really does.
9568 (texinfo-insert-master-menu-list): Improve the error message
9569 displayed if there's no menu in the Top node.
9570 (Bug#2975) See also this thread:
e5d84bfe
EZ
9571 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
9572
1d84e9bb
MG
95732011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
9574
9575 * speedbar.el (speedbar-supported-extension-expressions):
9576 Add .adb and .ads, commonly used for Ada source code (bug#10256).
9577
382c953b
JB
95782011-12-09 Juanma Barranquero <lekktu@gmail.com>
9579
9580 * printing.el (pr-mode-alist):
9581 * simple.el (filter-buffer-substring-functions)
9582 (completion-list-insert-choice-function):
9583 * window.el (window-with-parameter, window-atom-root)
9584 (window-sides-slots, window-size-fixed, window-min-delta)
9585 (window-max-delta, window--resize-mini-window)
9586 (window--resize-child-windows-normal, window-tree)
9587 (delete-other-windows, quit-window, split-window)
9588 (display-buffer-record-window, special-display-buffer-names)
9589 (special-display-regexps, special-display-popup-frame)
9590 (same-window-p, split-window-sensibly)
9591 (display-buffer-overriding-action, display-buffer-alist)
9592 (display-buffer-base-action, display-buffer, switch-to-buffer)
9593 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
9594 (fit-window-to-buffer, recenter-positions)
9595 (mouse-autoselect-window-state, mouse-autoselect-window-select):
9596 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
9597 and remove unneeded backslashes in docstrings.
9598
39c9faef
SM
95992011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9600
98449af8
SM
9601 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
9602
39c9faef
SM
9603 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
9604 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
9605 end in ".mk".
9606 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
9607 when reading the makefile (bug#10116).
9608
86ed9fdc
SM
96092011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9610
9611 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
9612 (bug#10116).
9613
5580f89d
GM
96142011-12-06 Glenn Morris <rgm@gnu.org>
9615
9616 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
9617
28d3917c
CY
96182011-12-06 Chong Yidong <cyd@gnu.org>
9619
9620 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
9621
a98edce9
JB
96222011-12-06 Juanma Barranquero <lekktu@gmail.com>
9623
9624 * textmodes/table.el (table-shorten-cell): Fix typo.
9625
e65adfac
CG
96262011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
9627
9628 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
9629
71cc0b74
EZ
96302011-12-05 Eli Zaretskii <eliz@gnu.org>
9631
9632 * descr-text.el (describe-char): Fix display of strong
9633 right-to-left characters and directional embeddings and overrides.
9634
9635 * simple.el (what-cursor-position): Fix display of codepoints of
9636 strong right-to-left characters.
9637
315bc30d
CY
96382011-12-05 Chong Yidong <cyd@gnu.org>
9639
9640 * faces.el (read-color): Doc fix.
9641
58a70b94
GM
96422011-12-05 Glenn Morris <rgm@gnu.org>
9643
9644 * align.el (align--set-marker): Add doc-string.
9645 Don't try to move something that is not a marker. (Bug#10216)
9646
5158face
GM
96472011-12-04 Glenn Morris <rgm@gnu.org>
9648
9649 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
9650 overly zealous deletion of trailing whitespace.
9651
520fca41
JB
96522011-12-04 Juanma Barranquero <lekktu@gmail.com>
9653
9654 * server.el (server-delete-client): On Windows, do not try to delete
9655 the only terminal.
9656 (server-process-filter): On Windows, treat requests for a tty frame as
9657 if they were for a GUI frame if the running server is in GUI mode.
9658
5e605a2e
GM
96592011-12-03 Glenn Morris <rgm@gnu.org>
9660
9661 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
9662
5c3fe83f
SM
96632011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9664
6f5e57e7
SM
9665 * electric.el: Streamline electric-indent's hook.
9666 (electric-indent-chars): Revert to simple list.
9667 (electric-indent-functions): New var.
9668 (electric-indent-post-self-insert-function): Use it.
9669
5c3fe83f
SM
9670 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
9671 there's no inferior buffer (bug#10196).
9672 (prolog-consult-compile): Don't use toggle-read-only.
9673
6bdac736
MA
96742011-12-02 Michael Albinus <michael.albinus@gmx.de>
9675
9676 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
9677 interrupt. (Bug#10187)
9678
6131ba7f
SM
96792011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9680
99c79fee
SM
9681 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9682 (bug#9160).
9683
6131ba7f
SM
9684 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
9685 (bug#10191).
9686
cb0a02ea
JL
96872011-12-02 Juri Linkov <juri@jurta.org>
9688
9689 * info.el (Info-search): Display "end of manual" when Isearch
9690 reaches the end of single-file Info manual. (Bug#9918)
9691
66e0570c
EZ
96922011-12-02 Eli Zaretskii <eliz@gnu.org>
9693
9694 * isearch.el (isearch-message-prefix): Run the input method part
9695 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
9696
02b16839
JL
96972011-12-02 Juri Linkov <juri@jurta.org>
9698
9699 * isearch.el (isearch-occur): Use `word-search-regexp' for
9700 `isearch-word'.
9701 (isearch-search-and-update): Add condition for `isearch-word' and
9702 call `word-search-regexp'. (Bug#10145)
9703
0b950688
GM
97042011-12-01 Glenn Morris <rgm@gnu.org>
9705
9706 * eshell/em-hist.el (eshell-hist-initialize):
9707 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 9708 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 9709
9505c3c7
SM
97102011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
9713
1bbe96b2 97142011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 9715
a1beca85
SM
9716 * progmodes/verilog-mode.el (verilog-pretty-expr):
9717 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
9718 verilog, such as += *= and the like.
9719 (verilog-assignment-operator-re): Regular expression to find the
9720 assigment operator in a verilog assignment.
9721 (verilog-assignment-operation-re): Regular expression to find an
9722 assignment statement for pretty-expr.
9723 (verilog-in-attribute-p): Query returns true if point is in an
9724 attribute context; used to skip these for expression line up from
9725 pretty-expr.
9726 (verilog-in-parameter-p): Query returns true if point is in an
9727 parameter definition context; used to skip these for expression
9728 line up from pretty-expr.
9729 (verilog-in-parenthesis-p): Query returns true if point is in a
9730 parenthetical expression, specifically ( ) but not [ ] or { };
9731 used by pretty-expr.
9732 (verilog-just-one-space): If there is no space, don't add one.
9733 (verilog-get-lineup-indent-2): Specifically skip just attribute
9734 contexts for expression lineup, rather than skipping all
9735 parenthetical expressions.
9736 (verilog-calculate-indent): Fix comment, and fix indent.
9737 (verilog-do-indent): Indent declarations in lists (suggested by
9738 Joachim Lechner).
9739 (verilog-mode-abbrev-table): Populate abbrev mode with the various
9740 skeleton items.
9741 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
9742 by Alain Mellan).
9743
1bbe96b2 97442011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
9745
9746 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
9747 parameters with embedded comments. Reported by Ray Stevens.
9748 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
9749 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
9750 Reported by Tim Holt.
9751 (verilog-auto): Fix AUTOing a upper module then AUTOing module
9752 instantiated by upper module causing wrong expansion until AUTOed a
9753 second time. Reported by K C Buckenmaier.
9754 (verilog-diff-auto): Fix showing .* as a difference when
9755 `verilog-auto-star-save' off. Reported by Dan Dever.
9756 (verilog-auto-reset, verilog-read-always-signals)
9757 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
9758 temporary signals in reset list if
9759 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
9760 style to each signal's assignment type, bug381.
9761 Reported by Thomas Esposito.
6288f0ca
WS
9762 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
9763 (verilog-uvm-statement-re): Support UVM indentation and
9764 highlighting, with old OVM keywords only.
a1beca85 9765 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
9766 Support AUTOTIEOFF creating non-wire data types.
9767 Suggested by Jonathan Greenlaw.
6288f0ca
WS
9768 (verilog-auto-insert-lisp, verilog-delete-to-paren)
9769 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
9770 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
9771 (verilog-read-sub-decls, verilog-read-sub-decls-line):
9772 Fix mismatching parenthesis inside commented out code when deleting
382c953b 9773 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
9774 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
9775 non-numeric vector width. Reported by Alex Reed.
9776 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 9777 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
9778 (verilog-auto-delete-trailing-whitespace):
9779 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
9780 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
9781 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
9782 Fix verilog-scan-cache corruption when running user AUTO expansion
9783 hooks that call indentation routines.
9784 (verilog-simplify-range-expression): Fix typo ignoring lower case
9785 identifiers.
9786 (verilog-delete-auto): Fix delete-autos to also remove user created
9787 automatics, as long as they start with AUTO.
9788 (verilog-batch-diff-auto, verilog-diff-auto)
9789 (verilog-diff-function): Add `verilog-diff-auto' and bind to
9790 "C-c?" to report differences in AUTO expansion, ignoring spaces.
9791 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
9792 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
9793 (verilog-re-search-forward-quick, verilog-syntax-ppss):
9794 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
9795 is disabled and its cache will get corrupt, causing AUTOS not to
9796 expand. Instead use only -quick functions.
9797 (verilog-scan-region): Fix scanning over escaped quotes.
9798 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
9799 (verilog-re-search-backward-quick)
9800 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
9801 related functions now ignore strings, to fix misparsing of strings
9802 with magic comments embedded in them.
a1beca85
SM
9803 (verilog-read-auto-template):
9804 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
9805 Reported by Brad Dobbie.
9806 (verilog-read-auto-template):
9807 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 9808 Reported by Brad Dobbie.
6288f0ca
WS
9809 (verilog-auto-inst, verilog-auto-inst-param)
9810 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
9811 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
9812 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
9813 debugging templates without merge conflicts, bug357.
9814 Reported by Brad Dobbie.
9815 (verilog-read-auto-template):
9816 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
9817 Reported by Brad Dobbie.
9818 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
9819 abbrevs so user won't be asked to save.
9820 (verilog-read-auto-lisp-present): Fix to start at beginning of
9821 buffer in case called outside of verilog-auto.
9822 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
9823 to "X-2". Reported by Matthew Myers.
9824 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
9825 all inputs from module templates. Reported by Leith Johnson.
9826 (verilog-module-inside-filename-p): Fix locating programs as with
9827 modules.
9828 (verilog-auto-inst-port): Fix vl-width expressions when using
9829 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
9830 (verilog-decls-get-regs, verilog-decls-get-signals,
9831 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
9832 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
9833 verilog-read-decls): Combine reg and wire structures into one var
9834 structure to represent SystemVerilog concepts.
9835 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
9836 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
9837 (verilog-auto-wire-type, verilog-insert-definition):
9838 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
9839 SystemVerilog "logic" keyword instead of "wire"/"reg".
9840 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
9841 to declares outputs that also have assignments (presumably in an
a1beca85
SM
9842 ifdef or generate if so there's not a driver conflict).
9843 Reported by Matthew Myers.
9844 (verilog-auto-declare-nettype, verilog-insert-definition):
9845 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
9846 `default_nettype none. Reported by Julian Gorfajn.
9847 (verilog-read-always-signals-recurse, verilog-read-decls)
9848 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
9849 malformed end statement, bug325. Reported by Joshua Wise and
9850 Andrew Drake.
9851 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
9852 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
9853 when expanding .* in interfaces, bug320.
9854 Reported by Pierre-David Pfister.
6288f0ca 9855 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
9856 name and open parenthesis, bug317.
9857 Reported by Pierre-David Pfister.
6288f0ca
WS
9858 (verilog-simplify-range-expression): Fix simplification of
9859 multiplications inside AUTOWIRE connections, bug303.
9860 (verilog-auto-inst-port): Support parameter expansion in
9861 multidimensional arrays.
9862 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
9863 after "assert property". Reported by Julian Gorfajn.
9864 (verilog-simplify-range-expression): Fix "couldn't merge" errors
9865 with multiplication, bug303.
9866 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
9867 Reported by Jan Frode Lonnum.
9868
1bbe96b2
GM
98692011-11-30 Juanma Barranquero <lekktu@gmail.com>
9870
9871 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
9872 (hfy-shell-file-name, hfy-shell):
9873 * international/fontset.el (x-decompose-font-name): Fix typos.
9874
98752011-11-29 Ken Brown <kbrown@cornell.edu>
9876
9877 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
9878 (gdb-version): Remove defvar.
9879 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
9880 (gdb-gud-context-command, gdb-non-stop-handler)
9881 (gdb-current-context-command, gdb-stopped): Use it.
9882 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
9883 (gdb-non-stop-handler): Don't enable pretty-printing here.
9884 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
9885 non-stop mode. Use the following.
9886 (gdb-check-target-async): New defun.
9887 (gud-watch, gdb-stopped): Fix whitespace.
9888 (gdb-get-source-file): Don't try to display the source file if
9889 `gdb-main-file' is nil.
9890
98912011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * align.el: Try to generate fewer markers (bug#10047).
9894 (align--set-marker): New macro.
9895 (align-region): Use it.
9896
c935221f
SM
98972011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
9900
e70b5064
CY
99012011-11-29 Chong Yidong <cyd@gnu.org>
9902
9903 * indent.el (indent-for-tab-command, indent-according-to-mode):
9904 Doc fix.
9905 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
9906
f3af92b7
MA
99072011-11-29 Michael Albinus <michael.albinus@gmx.de>
9908
9909 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
9910 aware of remote file names. (Bug#10124)
9911
ed472be9
CY
99122011-11-29 Chong Yidong <cyd@gnu.org>
9913
9914 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
9915
24510c22
SM
99162011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * files.el (find-file): Don't use force-same-window (bug#10144).
9919 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
9920 use pop-to-buffer if the selected window can't be used.
9921 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
9922
c60c3703
EZ
99232011-11-28 Eli Zaretskii <eliz@gnu.org>
9924
9925 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
9926 special-mode-map.
9927
e95def75
CY
99282011-11-28 Chong Yidong <cyd@gnu.org>
9929
9930 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
9931
c3f1c606
NR
99322011-11-27 Nick Roberts <nickrob@snap.net.nz>
9933
9934 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
9935 gdb-get-source-file-list on gdb-create-source-file-list.
9936
00db469c
EZ
99372011-11-26 Eli Zaretskii <eliz@gnu.org>
9938
9939 * whitespace.el (whitespace-newline): Use a different foreground
9940 color for 16-color light-background displays.
9941
4ad3bc2a
CY
99422011-11-24 Chong Yidong <cyd@gnu.org>
9943
9944 * window.el (display-buffer--special-action): Doc fix.
9945
e9fce1ac
JB
99462011-11-25 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
9949 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
9950 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
9951 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
9952 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
9953 (avl-tree-stack-first):
9954 * emacs-lisp/cconv.el (cconv--analyse-use):
9955 * net/gnutls.el (gnutls-negotiate): Fix typos.
9956
cb825e5d
GM
99572011-11-24 Glenn Morris <rgm@gnu.org>
9958
3adbe224
GM
9959 * lpr.el (lpr-windows-system, lpr-lp-system):
9960 * mail/binhex.el (binhex-begin-line):
9961 * progmodes/grep.el (grep-history, grep-find-history):
9962 * textmodes/flyspell.el:
9963 * vc/pcvs-defs.el (cvs-global-menu):
9964 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
9965 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
9966 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
9967
321decc8
GM
9968 * net/tls.el: Fix case of "GnuTLS".
9969
420b63ad
GM
9970 * paths.el (rmail-file-name): Format doc-string for make-docfile.
9971
cb825e5d
GM
9972 * version.el (emacs-build-system): Give it a doc-string.
9973
a0649f08
JL
99742011-11-24 Juri Linkov <juri@jurta.org>
9975
9976 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
9977
c0bc0fd4
GM
99782011-11-24 Glenn Morris <rgm@gnu.org>
9979
9980 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
9981 if called on a non-mime message just toggle the headers. (Bug#8006)
9982
20db1522
JB
99832011-11-24 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
9986 (allout-lead-with-comment-string, allout-structure-deleted-hook)
9987 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
9988 (allout-rebullet-heading, allout-open-sibtopic)
9989 (allout-toggle-current-subtree-encryption)
9990 (allout-toggle-subtree-encryption, allout-encrypt-string)
9991 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
9992 (allout-distinctive-bullets-string, allout-auto-activation):
9993 * window.el (window-normalize-buffer-to-display):
9994 * progmodes/verilog-mode.el (verilog-batch-indent):
9995 * textmodes/bibtex.el (bibtex-field-braces-opt)
9996 (bibtex-field-strings-opt):
9997 * vc/cvs-status.el (cvs-tree-merge):
9998 Fix typos.
9999
7262a87c
MA
100002011-11-23 Michael Albinus <michael.albinus@gmx.de>
10001
10002 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
10003 `non-essential' to t, in order to avoid remote connections.
10004
283430a1
EZ
100052011-11-23 Eli Zaretskii <eliz@gnu.org>
10006
a1beca85
SM
10007 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10008 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
10009 case-insensitively.
10010
d2992a38
ML
100112011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10012
10013 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
10014
50419064
GM
100152011-11-23 Glenn Morris <rgm@gnu.org>
10016
da94eca1
GM
10017 * paths.el (rmail-file-name): Reformat the doc-string so that it
10018 is picked up.
10019
9aac4de2
GM
10020 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
10021 (rmail-auto-file): Ignore case in the "special" field names,
10022 as mail-fetch-field does for all others.
10023
8038d2d2
GM
10024 * mail/rmail.el (rmail-forward):
10025 * mail/rmailkwd.el (rmail-set-label):
10026 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
10027 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
10028
f3fe222a
GM
10029 * mail/rmail.el (rmail-current-message): Doc fix.
10030
50419064
GM
10031 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
10032
28109f49
SM
100332011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * server.el (server-eval-and-print): Allow C-g (bug#6585).
10036
394c65f1
GM
100372011-11-22 Glenn Morris <rgm@gnu.org>
10038
10039 * mail/rmailmm.el (test-rmail-mime-handler)
10040 (test-rmail-mime-bulk-handler)
10041 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
10042
f2a0aa3a
JL
100432011-11-21 Juri Linkov <juri@jurta.org>
10044
1154d12e
JB
10045 * calc/calc.el (calc-read-key-sequence):
10046 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 10047
9c34a344
LMI
100482011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10049
10050 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
10051 Tell the caller that the next line needs recomputation, even
10052 though it doesn't start a sexp (bug#10094).
10053
f04a3be9
SM
100542011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
10057
7978747f
SM
100582011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10059
f04a3be9
SM
10060 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10061 Use force-same-window.
7978747f 10062
fe7a3057
JB
100632011-11-20 Juanma Barranquero <lekktu@gmail.com>
10064
10065 * descr-text.el (describe-char-unicode-data):
10066 * json.el (json-string-escape):
10067 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
10068 (Footnote-unicode, Footnote-style-p):
10069 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
10070
24901d61
CY
100712011-11-20 Chong Yidong <cyd@gnu.org>
10072
10073 * window.el (replace-buffer-in-windows): Restore interactive spec.
10074
bac7ff22
SM
100752011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10076
24f3d7b9
SM
10077 * electric.el (electric-indent-mode): Fix last change (too optimistic).
10078
bac7ff22
SM
10079 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
10080 (byte-compile-global-not-obsolete-vars): New var.
10081 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
10082 Use it.
10083 (byte-compile-warn-obsolete): Align text with the one in *Help*.
10084
cd1181db
JB
100852011-11-20 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
10088 * progmodes/pascal.el (electric-pascal-equal):
10089 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
10090 * xml.el (xml-substitute-special): Fix typos.
10091
7fb18e9e
GM
100922011-11-20 Glenn Morris <rgm@gnu.org>
10093
10094 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
10095 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
10096 Doc fixes.
10097 (rmail-decode-mime-charset): Mark as obsolete.
10098
10099 * mail/rmailsum.el (rmail-message-regexp-p-1):
10100 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
10101 Before using mime functions, check they are set. (Bug#10077)
10102
d5a6b3ba
JL
101032011-11-19 Juri Linkov <juri@jurta.org>
10104
10105 * info.el (Info-finder-find-node): Use `package--builtins' instead
10106 of `package-alist'. Use node names formed by the pattern "Keyword "
10107 and the keyword name.
10108
e981b61f
AS
101092011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10110
1d00653d 10111 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 10112
3ffbc301
JL
101132011-11-19 Juri Linkov <juri@jurta.org>
10114
10115 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
10116 that calls `revert-buffer' on all Info buffers. (Bug#9915)
10117 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
10118 `old-history', `old-history-forward'. Add let-binding
10119 `window-selected'. Remove calls to `kill-buffer',
10120 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
10121 before calling `Info-find-node', so `Info-find-node-2' will reread
10122 the Info file. Restore window positions only when `window-selected'
10123 is non-nil.
10124
30c62133
JL
101252011-11-19 Juri Linkov <juri@jurta.org>
10126
10127 * isearch.el (isearch-lazy-highlight-new-loop):
10128 Remove condition `(not isearch-error)'. (Bug#9918)
10129
10130 * misearch.el (multi-isearch-search-fun): Add condition
10131 `(not bound)' to ignore lazy-highlighting search.
10132 Add the search-failed message "end of multi" when the end of
10133 multi-sequence is reached. Uncapitalize the search-failed
10134 message "Repeat for next buffer".
10135
10136 * info.el (Info-search): Add the search-failed message
10137 "end of the manual" when the end of the manual is reached
10138 in Isearch mode.
10139
645ca9cf
JL
101402011-11-19 Juri Linkov <juri@jurta.org>
10141
10142 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
10143 Use non-destructive `remove' instead of `delete' because
10144 `Info-history-list' stored to `Info-isearch-initial-history-list' in
10145 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
10146
df754f66
JL
101472011-11-19 Juri Linkov <juri@jurta.org>
10148
10149 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
10150 to nil instead of binding `search-ring' and `regexp-search-ring'.
10151 (Bug#9185)
10152
0e23d96a
EZ
101532011-11-19 Eli Zaretskii <eliz@gnu.org>
10154
10155 * simple.el (line-move): Force movement by logical lines for any
10156 hscrolled window, not only when auto-hscroll-mode is on.
10157 (line-move-visual): Update doc string to that effect. (Bug#10076)
10158
8a6ccb66
AS
101592011-11-19 Andreas Schwab <schwab@linux-m68k.org>
10160
10161 * language/european.el (macintosh): Define as alias for mac-roman.
10162
49ae5b39
EZ
101632011-11-19 Eli Zaretskii <eliz@gnu.org>
10164
10165 * mail/rmailmm.el (rmail-mime-display-header)
10166 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
10167 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
10168 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
10169 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
10170 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
10171 of a raw aref.
10172 (rmail-mime-entity-segment): To get past the tagline, move forward
10173 2 more lines, to account for the 2 empty lines that precede and
10174 follow the line with the buttons.
10175 (rmail-mime-update-tagline): Move one more line, to get past the
10176 empty line that follows the buttons in the tagline. (Bug#9520)
10177
c56cad4a
MR
101782011-11-19 Martin Rudalics <rudalics@gmx.at>
10179
10180 * window.el (window-max-delta-1, window-min-delta-1)
10181 (window-min-size-1, window-state-get-1, window-state-put-1)
10182 (window-state-put-2): Use "window--" prefix.
10183
cbe71af3
SM
101842011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10185
2ad52c60
SM
10186 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10187 (smie-warning-count): New var.
10188 (smie-set-prec2tab): Use it.
10189 (smie-bnf->prec2): Improve warnings. Add docstring.
10190 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
10191 (smie-bnf--set-class): New function.
10192 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
10193 corner case.
10194
6944dbc1
SM
10195 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
10196 (compilation-error-properties, compilation-move-to-column):
10197 Handle compilation-first-column while in the target buffer.
10198
c400c4d7
SM
10199 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
10200 Don't hardcode point-min==1.
10201
6dbe3e96
SM
10202 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
10203 (eshell-rewrite-for-command): Remove workaround.
10204 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
10205 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
10206 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
10207
cbe71af3
SM
10208 * files-x.el (modify-file-local-variable): Obey commenting conventions.
10209
a8e1496d
GM
102102011-11-17 Glenn Morris <rgm@gnu.org>
10211
10212 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10213 Ignore buffer-local generated-autoload-file if it is the same
10214 as the global value. (Bug#10049)
10215
df85d315
JB
102162011-11-17 Juanma Barranquero <lekktu@gmail.com>
10217
10218 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10219 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
10220 (reftex-toc-previous-heading, reftex-toc-max-level)
10221 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
10222 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
10223 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10224 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10225 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
10226 (reftex-toc-rename-label, reftex-toc-visit-location)
10227 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
10228 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
10229 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
10230 leaving "*toc*" only for references to the buffer.
10231
a0c2d0ae
MR
102322011-11-17 Martin Rudalics <rudalics@gmx.at>
10233
10234 * window.el (window-resize, delete-window, split-window):
10235 Replace window-splits by window-combination-resize.
1d00653d 10236 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 10237
35c0bac8
GM
102382011-11-17 Glenn Morris <rgm@gnu.org>
10239
10240 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10241 Make bash entry derive from sh entry, not shell entry.
10242
d0c8fc8a
MA
102432011-11-16 Michael Albinus <michael.albinus@gmx.de>
10244
7262a87c
MA
10245 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
10246 local file name.
10247
7877f373
JB
102482011-11-16 Juanma Barranquero <lekktu@gmail.com>
10249
10250 * menu-bar.el (menu-bar-file-menu):
10251 * printing.el (pr-ps-utility):
10252 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
10253 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
10254 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
10255 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
10256 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
10257 (icalendar--convert-cyclic-to-ical)
10258 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
10259 (icalendar--convert-ical-to-diary)
10260 (icalendar--convert-recurring-to-diary)
10261 (icalendar--convert-non-recurring-all-day-to-diary)
10262 (icalendar-import-format-sample):
10263 * progmodes/idlw-shell.el (idlwave-shell-mode):
10264 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
10265 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
10266 (vhdl-ps-print-init): Fix typos.
10267
10649b82
KM
102682011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
10269
9d0cfcd6
GM
10270 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
10271 FSF and collapse date sequence, obscure author/maintainer email address
10272 better, remove extra version line, track relocation of author's webpage.
10649b82 10273
9d0cfcd6
GM
10274 * progmodes/python.el (python-pdbtrack-input-prompt)
10275 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
10276 regular python pdb prompts. Adjustments shamelessly taken exactly as
10277 suggested in EmacsWiki page (tiny change):
10278 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 10279
58179cce
JB
102802011-11-16 Juanma Barranquero <lekktu@gmail.com>
10281
10282 * expand.el (expand-pos, expand-index, expand-point):
10283 Remove redundant info from docstring.
10284 (expand-add-abbrevs): Doc fix.
10285 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
10286 (expand-sample-perl-mode-expand-list): Fix typos.
10287
10288 * net/dbus.el (dbus-event-member-name):
10289 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
10290 * term/pc-win.el (msdos-create-frame-with-faces):
10291 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
10292
b6f67890
MR
102932011-11-16 Martin Rudalics <rudalics@gmx.at>
10294
10295 * window.el (split-window, window-state-get-1)
10296 (window-state-put-1, window-state-put-2): Rename occurrences of
10297 window-nest to window-combination-limit.
1d00653d 10298 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 10299
ce7ddba0
CY
103002011-11-16 Chong Yidong <cyd@gnu.org>
10301
10302 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
10303 regexp (Bug#10033).
10304
3ae704f4
SM
103052011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
10308 `completing-read' will remove *Completions* and will preserve
10309 current-buffer for us.
10310 (tmm-add-prompt): Users of *Completions* will always (re)set its
10311 major mode.
10312 (tmm-old-comp-map): Remove.
10313
6ad1cdde
GM
103142011-11-16 Glenn Morris <rgm@gnu.org>
10315
10316 * mail/rmailedit.el: Require rmailmm when compiling.
10317 (rmail-old-mime-state): New declaration.
10318 (rmail-edit-current-message): If editing a mime message,
10319 edit the "raw" message from the mbox buffer.
10320 (rmail-cease-edit): Handle mime messages. (Bug#9840)
10321
d20faa20
GM
103222011-11-15 Glenn Morris <rgm@gnu.org>
10323
10324 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
10325 which wasn't being used. Add optional arg to force given state.
10326 (rmail-mime): Add optional arg to force given state.
10327
c7015153
JB
103282011-11-15 Juanma Barranquero <lekktu@gmail.com>
10329
10330 * allout.el (allout-encryption-plaintext-sanitization-regexps):
10331 * frame.el (display-mm-dimensions-alist):
10332 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
10333 (outline-move-subtree-down):
10334 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
10335 (newsticker--treeview-do-get-node):
10336 * net/quickurl.el (quickurl-list-buffer-name):
10337 * progmodes/dcl-mode.el (dcl-mode):
10338 * progmodes/gdb-mi.el (gdb-mapcar*):
10339 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
10340
45261b50
GM
103412011-11-15 Glenn Morris <rgm@gnu.org>
10342
10343 * mail/rmail.el (rmail-file-coding-system): It's only ever used
10344 in a boolean sense, so just make it a boolean, and fix the doc.
10345 (rmail-show-mime-function, rmail-mime-feature)
10346 (rmail-require-mime-maybe): Doc fixes.
10347 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
10348
10349 * mail/rmailmm.el (rmail-show-mime): Doc fix.
10350
0d26e0b6
JB
103512011-11-15 Juanma Barranquero <lekktu@gmail.com>
10352
10353 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
10354 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
10355 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
10356 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
10357
447f30f6
GM
103582011-11-15 Glenn Morris <rgm@gnu.org>
10359
672b871d
GM
10360 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
10361 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
10362 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
10363 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
10364 (rmail-mime, rmail-show-mime): Doc fixes.
10365
f6aa5bb1
GM
10366 * term/ns-win.el (mode-line-frame-identification):
10367 Leave it alone. (Bug#10051)
10368
947cd66b
GM
10369 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
10370
447f30f6
GM
10371 * mail/rmailout.el (rmail-output-to-rmail-buffer):
10372 Handle empty buffers. (Bug#9978)
10373
0b381c7e
JB
103742011-11-14 Juanma Barranquero <lekktu@gmail.com>
10375
10376 * international/mule.el (define-charset):
10377 * mail/rmailmm.el (rmail-mime-find-header-encoding):
10378 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
10379 * progmodes/verilog-mode.el (verilog-backward-token):
10380 * textmodes/ispell.el (lookup-words):
10381 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
10382
71e027ac
GM
103832011-11-14 Glenn Morris <rgm@gnu.org>
10384
56632ce4
GM
10385 * progmodes/executable.el
10386 (executable-make-buffer-file-executable-if-script-p):
10387 Handle file-modes returning nil.
10388
40500957
GM
10389 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
10390 message - not necessary, and causes problems. (Bug#9831)
10391
071c2340
GM
10392 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
10393
d3cfca60
GM
10394 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
10395
71e027ac
GM
10396 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
10397 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
10398 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
10399
89d61221
MR
104002011-11-12 Martin Rudalics <rudalics@gmx.at>
10401
10402 * window.el (window-resize, delete-window): Use window-splits
10403 variable instead of function.
10404 (window-state-get-1, window-state-put-2, window-state-put):
10405 Don't deal with windows' splits status.
10406
98282f6f
GM
104072011-11-12 Glenn Morris <rgm@gnu.org>
10408
10409 * apropos.el (apropos-do-all, apropos-library, apropos-value)
10410 (apropos-documentation): Doc fixes.
10411
40a8bdf6
JB
104122011-11-11 Juanma Barranquero <lekktu@gmail.com>
10413
10414 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
10415 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
10416
65bd19ff
SM
104172011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * electric.el (electric-indent-post-self-insert-function): Make it
10420 possible for a char to only indent in some circumstances.
10421 (electric-indent-mode): Simplify.
10422
54f9154c
MR
104232011-11-11 Martin Rudalics <rudalics@gmx.at>
10424
10425 * window.el (windows-with-parameter): Remove unused function.
10426 (windows-at-side): Rename to window-at-side-list.
10427 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
10428 (window-side-check, window-size-ignore, window-size-fixed-1)
10429 (window-in-direction-2): Prefix with "window--".
10430 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 10431
68cbc58b
GM
104322011-11-11 Glenn Morris <rgm@gnu.org>
10433
10434 * subr.el (eval-after-load): If FILE is already loaded,
10435 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
10436
b2621720
GM
104372011-11-10 Glenn Morris <rgm@gnu.org>
10438
9a4de110
GM
10439 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
10440 Call svn via vc-svn-command rather than vc-do-command.
10441 (vc-svn-command): Add --non-interactive. (Bug#9993)
10442 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
10443
b2621720
GM
10444 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10445 Add toggle-read-only. (Bug#7292)
10446 * files.el (toggle-read-only): Mention that it should only
10447 be used interactively. (Bug#10006)
10448
1dce7193
SM
104492011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10450
d9ac1a1e
SM
10451 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10452 Adjust regexp for OCaml warnings.
10453
0c325082
SM
10454 * electric.el (electric-pair-post-self-insert-function): Let user
10455 turn it off buffer-locally (bug#9932).
10456
90132c14
SM
10457 * progmodes/python.el (python-beginning-of-statement):
10458 Rewrite (bug#2703).
10459
1dce7193
SM
10460 * progmodes/compile.el: Better handle TABs (bug#9749).
10461 (compilation-internal-error-properties)
10462 (compilation-next-error-function): Obey the target buffer's
10463 compilation-error-screen-columns.
10464
c4e7c63a
JB
104652011-11-09 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * progmodes/meta-mode.el: Remove obsolete comments.
10468 (meta-right-comment-regexp, meta-ignore-comment-regexp):
10469 Fix typos in docstrings.
10470
2cffd681
MR
104712011-11-09 Martin Rudalics <rudalics@gmx.at>
10472
10473 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 10474 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
10475 (window--resizable): New function. Make all callers of
10476 window-resizable call window--resizable instead.
10477 (window-resizable): Rewrite in terms of window--resizable.
10478
0edcba87
GM
104792011-11-08 Glenn Morris <rgm@gnu.org>
10480
10481 * progmodes/delphi.el (delphi-mode-syntax-table):
10482 Let define-derived-mode define a proper syntax table. (Bug#9994)
10483
4b0d61e3
SM
104842011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * window.el: Stay away from defsubst.
10487 (window-list-no-nils): Remove.
10488 (window-state-get-1, window-state-get): Use backquote instead.
10489
cd394be1 104902011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 10491
4b0d61e3 10492 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 10493 Fix incorrect use of default argument in `completing-read'.
10494
e1c2c6f2
MR
104952011-11-08 Martin Rudalics <rudalics@gmx.at>
10496
10497 * window.el (display-buffer-function, special-display-function):
10498 Mention display-buffer-record-window but do not mention
10499 help-setup parameter in doc-strings.
b3f4a882 10500 (window-min-delta): Fix doc-string typo.
e1c2c6f2 10501
105216ed
CY
105022011-11-08 Chong Yidong <cyd@gnu.org>
10503
10504 * window.el (window-total-height, window-total-width): Doc fix.
10505 (window-body-size): Move from C.
10506 (window-body-height, window-body-width): Move to C.
10507
0a9f9ab5
SM
105082011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * window.el: Make special-display like display-buffer-alist (bug#9532).
10511 (display-buffer--special-action): New function, morphed
10512 from display-buffer--special.
10513 (display-buffer): Use it to handle special-display-buffers at higher
10514 priority (just after display-buffer-alist).
10515 (display-buffer-fallback-action, display-buffer--other-frame-action)
10516 (pop-to-buffer-same-window): Remove display-buffer--special.
10517
a769dd15
GM
105182011-11-07 Glenn Morris <rgm@gnu.org>
10519
10520 * calendar/cal-menu.el (cal-menu-set-date-title):
10521 Do nothing if not in a calendar. (Bug#9976)
10522
05a61ee3
SM
105232011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * files.el (find-file): Always use selected-window.
10526
be7f5545
MR
105272011-11-07 Martin Rudalics <rudalics@gmx.at>
10528
10529 * window.el (window-combinations): Make WINDOW argument
10530 mandatory. Rewrite doc-string.
10531 (walk-window-subtree, window-atom-check, window-min-delta)
10532 (window-max-delta, window--resize-this-window)
10533 (window--resize-root-window-vertically, window-tree)
10534 (balance-windows, window-state-put): Rewrite doc-strings as to
10535 not mention the term "subwindow".
10536 (window--resize-subwindows-skip-p): Rename to
10537 window--resize-child-windows-skip-p.
10538 (window--resize-subwindows-normal): Rename to
10539 window--resize-child-windows-normal.
10540 (window--resize-subwindows): Rename to
10541 window--resize-child-windows.
10542 (window-or-subwindow-p): Rename to window--in-subtree-p.
10543
3c6702ef
ML
105442011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10545
10546 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
10547 Ensure that mbox format messages end in two newlines (Bug#9974).
10548
49745b39
CY
105492011-11-06 Chong Yidong <cyd@gnu.org>
10550
10551 * window.el (window-combination-p): Function deleted; its
10552 side-effect is not used in any existing code.
10553 (window-combinations, window-combined-p): Call window-*-child
10554 directly.
10555
24300f5f
CY
105562011-11-05 Chong Yidong <cyd@gnu.org>
10557
10558 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
10559 (window-size-ignore, window-state-get): Callers changed.
10560 (window-normalize-window): Rename from window-normalize-any-window.
10561 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 10562 (window-normalize-live-window): Delete.
447f16b8
CY
10563 (window-combination-p, window-combined-p, window-combinations)
10564 (walk-window-subtree, window-atom-root, window-min-size)
10565 (window-sizable, window-sizable-p, window-size-fixed-p)
10566 (window-min-delta, window-max-delta, window-resizable)
10567 (window-resizable-p, window-full-height-p, window-full-width-p)
10568 (window-current-scroll-bars, window-point-1, set-window-point-1)
10569 (window-at-side-p, window-in-direction, window-resize)
10570 (adjust-window-trailing-edge, maximize-window, minimize-window)
10571 (window-deletable-p, delete-window, delete-other-windows)
10572 (record-window-buffer, unrecord-window-buffer)
10573 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
10574 (quit-window, split-window, window-state-put)
10575 (set-window-text-height, fit-window-to-buffer)
10576 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 10577
89bd5ee1
EZ
105782011-11-04 Eli Zaretskii <eliz@gnu.org>
10579
53479029
EZ
10580 * mail/rmail.el (rmail-simplified-subject): Decode subject with
10581 rfc2047-decode-string.
10582 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
10583 warnings.
10584
89bd5ee1
EZ
10585 * window.el (window-body-height, window-body-width): Mention in
10586 the doc string that the return values are in frame's canonical
10587 units. (Bug#9949)
10588
bd17fdee
AM
105892011-11-03 Alan Mackenzie <acm@muc.de>
10590
10591 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10592 change in cc-engine.el.
10593
acc825c5
SM
105942011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * window.el (switch-to-buffer): Use `force-same-window' interactively.
10597
1885e5b8
MR
105982011-11-02 Martin Rudalics <rudalics@gmx.at>
10599
10600 * window.el (quit-window): Call unrecord-window-buffer after
10601 showing another buffer in the window. (Bug#9937)
acc825c5 10602 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 10603
ebe06da9
JB
106042011-11-02 Juanma Barranquero <lekktu@gmail.com>
10605
10606 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
10607 Accept status with more than 9 shelves. (Bug#9935)
10608 Reported by Colin D Bennett <colin@gibibit.com>.
10609
4ee88440
MR
106102011-11-01 Martin Rudalics <rudalics@gmx.at>
10611
10612 * help.el (with-help-window): Don't reference
10613 temp-buffer-show-specifiers in doc-string.
10614
08e1d82c
AS
106152011-10-31 Andreas Schwab <schwab@linux-m68k.org>
10616
10617 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
10618 menu-item.
10619
84bd6e9e
VJL
106202011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10621
10622 * whitespace.el: New version 13.2.2.
10623 (whitespace-newline-mode): Disable properly. Reported by Sarah
10624 <EmacsWiki>.
10625
dba0634a
UJ
106262011-10-30 Ulf Jasper <ulf.jasper@web.de>
10627
10628 * net/newst-treeview.el: Remove "Time-stamp".
10629 (newsticker--group-manage-orphan-feeds): Do not call
10630 newsticker--treeview-tree-update.
db22a3c2
JB
10631 (newsticker-treeview-update, newsticker-treeview):
10632 Call newsticker--treeview-tree-update if necessary.
dba0634a 10633
3d8daefe
MR
106342011-10-30 Martin Rudalics <rudalics@gmx.at>
10635
10636 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
10637 (window-iso-combinations): Remove "iso-" infix.
10638 Suggested by Chong Yidong.
3d8daefe
MR
10639 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
10640 (window-max-delta-1, window-resize, window--resize-siblings)
10641 (window--resize-this-window, adjust-window-trailing-edge)
10642 (split-window, balance-windows-1)
10643 (shrink-window-if-larger-than-buffer):
10644 * calendar/calendar.el (calendar-generate-window):
db22a3c2 10645 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 10646
1bc4c3ae
SM
106472011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
10650 in place (bug#9907).
10651 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
10652 (eshell-rewrite-if-command, eshell-rewrite-for-command)
10653 (eshell-structure-basic-command, eshell-rewrite-while-command)
10654 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
10655 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
10656 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
10657 (eshell-do-pipelines-synchronously, eshell-eval-command):
10658 Use backquotes and prefer setq to set.
10659 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
10660 (eshell-macrop): Use functionp.
c1e2f5fa 10661 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 10662
30b65d9c
CY
106632011-10-30 Chong Yidong <cyd@gnu.org>
10664
10665 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
10666 instead of set-mark (Bug#9810).
10667
2d197ffb
CY
106682011-10-30 Chong Yidong <cyd@gnu.org>
10669
10670 * window.el (split-window-below, split-window-right): Rename from
10671 split-window-above-each-other and split-window-side-by-side
10672 respectively. All callers changed.
10673 (split-window-sensibly, split-window-sensibly): Use them.
10674 (split-window-keep-point): Doc fix.
10675
10676 * isearch.el: Add isearch-scroll property to split-window-below
10677 and split-window-right.
10678
10679 * follow.el (follow-mode):
10680 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
10681 * progmodes/ada-xref.el (ada-gdb-application):
10682 * emulation/vip.el (vip-buffer-in-two-windows):
10683 * image-dired.el (image-dired-dired-with-window-configuration):
10684 * dired-x.el (dired-do-find-marked-files):
10685 * dired.el (dired-pop-to-buffer):
10686 * bs.el (bs--show-with-configuration):
10687 * vc/emerge.el (emerge-setup-windows):
10688 * textmodes/two-column.el (2C-two-columns):
10689 * textmodes/reftex-toc.el (reftex-toc):
10690 * progmodes/gdb-mi.el (gdb-setup-windows):
10691 * progmodes/fortran.el (fortran-window-create):
10692 * net/newst-treeview.el (newsticker--treeview-window-init):
10693 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
10694 * emulation/tpu-edt.el (tpu-gold-map):
10695 * emulation/crisp.el (crisp-mode-map):
10696 * calendar/calendar.el (calendar-basic-setup): Callers changed.
10697
38bb2ca8
CY
106982011-10-29 Chong Yidong <cyd@gnu.org>
10699
aa4de341
CY
10700 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
10701
e1eb5385
CY
10702 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
10703
5d2ece3c
CY
10704 * textmodes/flyspell.el (flyspell-word): Fix char offset for
10705 forged Ispell output (Bug#7904).
10706
38bb2ca8
CY
10707 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
10708
d0af9f77
SM
107092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * doc-view.el: Avoid ugly errors about not finding nil.
10712 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
10713 (doc-view-dvipdf-program, doc-view-unoconv-program)
10714 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
10715 Avoid nil or absolute file name as default value.
10716 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
10717
52bedd34
AM
107182011-10-28 Alan Mackenzie <acm@muc.de>
10719
db22a3c2 10720 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 10721
7e43cfa5
AM
107222011-10-28 Alan Mackenzie <acm@muc.de>
10723
10724 Amend the handling of c-beginning/end-of-defun in nested declaration
10725 scopes.
10726
52bedd34
AM
10727 * progmodes/cc-vars.el (c-defun-tactic): Move here from
10728 cc-langs.el. Change it to a defcustom.
7e43cfa5 10729
52bedd34
AM
10730 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
10731 cc-vars.el.
7e43cfa5 10732
d0af9f77
SM
10733 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10734 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 10735
52bedd34 10736 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 10737 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
10738 (c-widen-to-enclosing-decl-scope): New function.
10739 (c-while-widening-to-decl-block): New macro.
10740 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
10741 outward for defun boundaries, and correspondingly change symbol
10742 `respect-enclosure' to `go-outward'.
10743 (c-declaration-limits): Change algorithm to report only the "innermost"
10744 defun's boundaries.
10745
1a2ce9ee
DD
107462011-10-28 Deniz Dogan <deniz@dogan.se>
10747
10748 * net/rcirc.el (rcirc-mode): Use hard newlines.
10749
bc97a826
AM
107502011-10-28 Alan Mackenzie <acm@muc.de>
10751
10752 Amend to indent and fontify macros "which include their own semicolon"
10753 correctly, using the "virtual semicolon" mechanism.
10754
52bedd34 10755 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 10756
d0af9f77 10757 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 10758 Recode to scan one line at a time rather than having \n and \r
58179cce 10759 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 10760 (c-forward-label): Amend for virtual semicolons.
58179cce 10761 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 10762
52bedd34
AM
10763 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
10764 of the new C macros.
bc97a826 10765
52bedd34 10766 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
10767 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
10768 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
10769 (c-opt-cpp-macro-define): Make into a full language variable.
10770 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
10771 AWK Mode (including \n, \r) removed, no longer needed.
10772
d0af9f77
SM
10773 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
10774 Invoke c-make-macro-with-semi-re.
bc97a826 10775
52bedd34
AM
10776 * progmodes/cc-vars.el (c-macro-with-semi-re):
10777 (c-macro-names-with-semicolon): New variables.
58179cce 10778 (c-make-macro-with-semi-re): New function.
bc97a826 10779
7a6c0941
SM
107802011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * vc/log-edit.el: Fill empty field rather than adding new one.
10783 (log-edit-add-field): New function.
10784 (log-edit-insert-changelog): Use it.
10785
b0c4cdcf
ML
107862011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
10787
10788 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
10789
ee1f1da9
SM
107902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
10793 (gdb--check-interpreter): New function.
10794 (gdb): Use it.
10795
51bc5f8b
GM
107962011-10-27 Glenn Morris <rgm@gnu.org>
10797
416a2c45
GM
10798 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
10799 (least-positive-float, least-negative-float)
10800 (least-positive-normalized-float, least-negative-normalized-float)
10801 (float-epsilon, float-negative-epsilon):
10802 Remove unnecessary declarations.
10803
10804 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10805 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
10806 (least-positive-float, least-negative-float)
10807 (least-positive-normalized-float, least-negative-normalized-float)
10808 (float-epsilon, float-negative-epsilon): Add doc-strings,
10809 based on those in cl.texi.
10810
51bc5f8b
GM
10811 * files.el (set-visited-file-name): If the major-mode changed,
10812 reload the local variables. (Bug#9796)
10813
15de15c6
CY
108142011-10-27 Chong Yidong <cyd@gnu.org>
10815
10816 * subr.el (change-major-mode-after-body-hook): New hook.
10817 (run-mode-hooks): Run it.
10818
ee1f1da9
SM
10819 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10820 Use change-major-mode-before-body-hook.
15de15c6
CY
10821
10822 * simple.el (fundamental-mode):
10823 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
10824 change introducing fundamental-mode-hook.
10825
5430d399
JB
108262011-10-26 Juanma Barranquero <lekktu@gmail.com>
10827
acc825c5 10828 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 10829
ad74a69e
MA
108302011-10-26 Michael Albinus <michael.albinus@gmx.de>
10831
10832 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 10833 tramp.el explicitly. (Bug#7583)
ad74a69e 10834
71d4c2a5
SM
108352011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * progmodes/octave-mod.el:
10838 * progmodes/octave-inf.el: Update maintainer.
10839
b1f6fa26
CY
108402011-10-26 Chong Yidong <cyd@gnu.org>
10841
10842 * subr.el (with-wrapper-hook): Rewrite doc.
10843
3f04efd6
MA
108442011-10-25 Michael Albinus <michael.albinus@gmx.de>
10845
10846 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 10847 filenames "/method:foo:". (Bug#9793)
3f04efd6 10848
410488d3
SM
108492011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
10852 (bug#9865).
10853
c1ebb47e
GM
108542011-10-24 Glenn Morris <rgm@gnu.org>
10855
10856 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
10857
7f5c46c7
MA
108582011-10-24 Michael Albinus <michael.albinus@gmx.de>
10859
10860 * notifications.el: Add the requirement of a running D-Bus session
10861 bus to the Commentary.
10862
db2440b6
JL
108632011-10-24 Juri Linkov <juri@jurta.org>
10864
10865 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10866 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
10867 (Bug#9364)
10868
feecf435
JL
108692011-10-24 Juri Linkov <juri@jurta.org>
10870
10871 * info.el (Info-following-node-name-re): Add newline to the list
10872 of allowed characters for leading space. (Bug#9824)
10873
a3839de2
SM
108742011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10875
acc825c5
SM
10876 * progmodes/octave-inf.el (inferior-octave-mode-map):
10877 Fix C-c C-h binding.
a3839de2
SM
10878 * progmodes/octave-mod.el (octave-help): Remove.
10879
09388e76
MA
108802011-10-23 Michael Albinus <michael.albinus@gmx.de>
10881
10882 Sync with Tramp 2.2.3.
10883
10884 * net/tramp-cache.el (top): Pacify byte-compiler using
10885 `init-file-user' and `site-run-file'.
10886
10887 * net/trampver.el: Update release number.
10888
86c60681
CY
108892011-10-23 Chong Yidong <cyd@gnu.org>
10890
10891 * files.el (toggle-read-only): Remove obsolete comment about
10892 version control.
10893
10894 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
10895 for toggle-read-only. Note that this hasn't called vc-next-action
10896 since 2008-05-02, though it wasn't documented at the time.
10897
a3839de2
SM
10898 * vc/ediff-init.el (ediff-toggle-read-only-function):
10899 Use toggle-read-only.
86c60681 10900
cd5495ff
AM
109012011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
10902
10903 Fix bug #9560, sporadic wrong indentation; improve instrumentation
10904 of c-parse-state.
10905
00b77525 10906 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 10907 correct faulty logical expression.
cd5495ff
AM
10908 (c-parse-state-state, c-record-parse-state-state):
10909 (c-replay-parse-state-state): New defvar/defuns.
10910 (c-debug-parse-state): Use new functions.
10911
42ee24ed
MR
109122011-10-22 Martin Rudalics <rudalics@gmx.at>
10913
10914 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 10915 last fix. Use window-in-direction correctly.
42ee24ed 10916
a7dee7e7
CY
109172011-10-21 Chong Yidong <cyd@gnu.org>
10918
10919 * progmodes/idlwave.el (idlwave-mode):
10920 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
10921 require-final-newline; that's done in prog-mode.
10922 Suggested by Stefan Monnier.
a7dee7e7 10923
e07b9a6d
MR
109242011-10-21 Martin Rudalics <rudalics@gmx.at>
10925
10926 * mouse.el (mouse-drag-window-above)
10927 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
10928 (mouse-drag-mode-line-1, mouse-drag-header-line)
10929 (mouse-drag-vertical-line-rightward-window): Remove.
10930 (mouse-drag-line): New function.
10931 (mouse-drag-mode-line, mouse-drag-header-line)
10932 (mouse-drag-vertical-line): Call mouse-drag-line.
10933 * window.el (window-at-side-p, windows-at-side): New functions.
10934
7e1361d9
UM
109352011-10-21 Ulrich Mueller <ulm@gentoo.org>
10936
10937 * tar-mode.el (tar-grind-file-mode):
10938 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
10939
30fcaf3a
CY
109402011-10-21 Chong Yidong <cyd@gnu.org>
10941
10942 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
10943 * progmodes/vera-mode.el (vera-mode):
10944 Use mode-require-final-newline.
30fcaf3a 10945
516eddb0
GM
109462011-10-20 Glenn Morris <rgm@gnu.org>
10947
db22a3c2 10948 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 10949
10d5f513
CS
109502011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
10951
10952 * emulation/cua-base.el (cua-set-mark): Fix case of string.
10953
ac6c8639
CY
109542011-10-20 Chong Yidong <cyd@gnu.org>
10955
10956 * emulation/cua-base.el (cua-mode):
10957 * mail/footnote.el (footnote-mode):
10958 * mail/mailabbrev.el (mail-abbrevs-mode):
10959 * net/xesam.el (xesam-minor-mode):
10960 * progmodes/bug-reference.el (bug-reference-mode):
10961 * progmodes/cap-words.el (capitalized-words-mode):
10962 * progmodes/compile.el (compilation-minor-mode)
10963 (compilation-shell-minor-mode):
10964 * progmodes/gud.el (gud-tooltip-mode):
10965 * progmodes/hideif.el (hide-ifdef-mode):
10966 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10967 * progmodes/subword.el (subword-mode):
10968 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10969 * progmodes/which-func.el (which-function-mode):
10970 * term/tvi970.el (tvi970-set-keypad-mode):
10971 * term/vt100.el (vt100-wide-mode):
10972 * textmodes/flyspell.el (flyspell-mode):
10973 * textmodes/ispell.el (ispell-minor-mode):
10974 * textmodes/nroff-mode.el (nroff-electric-mode):
10975 * textmodes/paragraphs.el (use-hard-newlines):
10976 * textmodes/refill.el (refill-mode):
10977 * textmodes/reftex.el (reftex-mode):
10978 * textmodes/rst.el (rst-minor-mode):
10979 * textmodes/sgml-mode.el (html-autoview-mode)
10980 (sgml-electric-tag-pair-mode):
10981 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
10982 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
10983 * emulation/crisp.el (crisp-mode):
10984 * emacs-lisp/eldoc.el (eldoc-mode):
10985 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
10986 minor mode behavior.
10987
aa42ab43
JL
109882011-10-19 Juri Linkov <juri@jurta.org>
10989
10990 * descr-text.el (describe-char): Add #x2010 and #x2011 to
10991 the list of hard-coded chars with escape-glyph face.
10992
89400f1d
SM
109932011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
10996
305c07f6
MA
109972011-10-19 Michael Albinus <michael.albinus@gmx.de>
10998
10999 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
11000 running process.
11001
13754b54
GM
110022011-10-19 Glenn Morris <rgm@gnu.org>
11003
11004 * vc/vc-bzr.el (vc-bzr-after-dir-status):
11005 Ignore ignored files. (Bug#9726)
11006
06e21633
CY
110072011-10-19 Chong Yidong <cyd@gnu.org>
11008
11009 Doc fix for minor modes, stating that an omitted argument enables
11010 the mode unconditionally when called from Lisp.
11011
11012 * abbrev.el (abbrev-mode):
11013 * allout.el (allout-mode):
11014 * autoinsert.el (auto-insert-mode):
11015 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11016 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11017 (global-auto-revert-mode):
11018 * battery.el (display-battery-mode):
11019 * composite.el (global-auto-composition-mode)
11020 (auto-composition-mode):
11021 * delsel.el (delete-selection-mode):
11022 * desktop.el (desktop-save-mode):
11023 * dired-x.el (dired-omit-mode):
11024 * dirtrack.el (dirtrack-mode):
11025 * doc-view.el (doc-view-minor-mode):
11026 * double.el (double-mode):
11027 * electric.el (electric-indent-mode, electric-pair-mode):
11028 * emacs-lock.el (emacs-lock-mode):
11029 * epa-hook.el (auto-encryption-mode):
11030 * follow.el (follow-mode):
11031 * font-core.el (font-lock-mode):
11032 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
11033 * help.el (temp-buffer-resize-mode):
11034 * hilit-chg.el (highlight-changes-mode)
11035 (highlight-changes-visible-mode):
11036 * hi-lock.el (hi-lock-mode):
11037 * hl-line.el (hl-line-mode, global-hl-line-mode):
11038 * icomplete.el (icomplete-mode):
11039 * ido.el (ido-everywhere):
11040 * image-file.el (auto-image-file-mode):
11041 * image-mode.el (image-minor-mode):
11042 * iswitchb.el (iswitchb-mode):
11043 * jka-cmpr-hook.el (auto-compression-mode):
11044 * linum.el (linum-mode):
11045 * longlines.el (longlines-mode):
11046 * master.el (master-mode):
11047 * mb-depth.el (minibuffer-depth-indicate-mode):
11048 * menu-bar.el (menu-bar-mode):
11049 * minibuf-eldef.el (minibuffer-electric-default-mode):
11050 * mouse-sel.el (mouse-sel-mode):
11051 * msb.el (msb-mode):
11052 * mwheel.el (mouse-wheel-mode):
11053 * outline.el (outline-minor-mode):
11054 * paren.el (show-paren-mode):
11055 * recentf.el (recentf-mode):
11056 * reveal.el (reveal-mode, global-reveal-mode):
11057 * rfn-eshadow.el (file-name-shadow-mode):
11058 * ruler-mode.el (ruler-mode):
11059 * savehist.el (savehist-mode):
11060 * scroll-all.el (scroll-all-mode):
11061 * scroll-bar.el (scroll-bar-mode):
11062 * server.el (server-mode):
11063 * shell.el (shell-dirtrack-mode):
11064 * simple.el (auto-fill-mode, transient-mark-mode)
11065 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
11066 (line-number-mode, column-number-mode, size-indication-mode)
11067 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
11068 * strokes.el (strokes-mode):
11069 * time.el (display-time-mode):
11070 * t-mouse.el (gpm-mouse-mode):
11071 * tool-bar.el (tool-bar-mode):
11072 * tooltip.el (tooltip-mode):
11073 * type-break.el (type-break-mode-line-message-mode)
11074 (type-break-query-mode):
11075 * view.el (view-mode):
11076 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11077 (global-whitespace-mode, global-whitespace-newline-mode):
11078 * xt-mouse.el (xterm-mouse-mode): Doc fix.
11079
a3839de2
SM
11080 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11081 Fix autogenerated docstring.
06e21633 11082
5214e501
JL
110832011-10-19 Juri Linkov <juri@jurta.org>
11084
11085 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
11086 by checking environment variables "DESKTOP_SESSION" and
11087 "XDG_CURRENT_DESKTOP". (Bug#9779)
11088
195f8db9
JL
110892011-10-19 Juri Linkov <juri@jurta.org>
11090
11091 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
11092 (browse-url-chromium-program, browse-url-chromium-arguments):
11093 New defcustoms.
11094 (browse-url-default-browser): Check for `browse-url-chromium' and
11095 call `browse-url-chromium-program'.
11096 (browse-url-chromium): New command. (Bug#9779)
11097
343a34ff
JB
110982011-10-18 Juanma Barranquero <lekktu@gmail.com>
11099
11100 * facemenu.el (list-colors-duplicates): On Windows, detect more
11101 duplicates by assuming that only colors matching "^System" are
11102 special "system colors". (Bug#9722)
11103
6978a151
SM
111042011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
11107 to distinguish the author from the committer.
11108
6a80b297
MA
111092011-10-18 Michael Albinus <michael.albinus@gmx.de>
11110
11111 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
11112
b31a5677
JK
111132011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
11114
11115 * international/mule.el (sgml-html-meta-auto-coding-function):
11116 Add support for detecting encoding in HTML5 specified only as
11117 <meta charset="UTF-8">. Implementation just makes http-equiv and
11118 content-type parts from HTML4 encoding string optional. (Bug#9716)
11119
80c6d77f
GM
111202011-10-18 Glenn Morris <rgm@gnu.org>
11121
11122 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
11123
08b0fee8
CY
111242011-10-18 Chong Yidong <cyd@gnu.org>
11125
11126 * faces.el (cursor): Doc fix.
11127
67e729a5
CY
111282011-10-17 Chong Yidong <cyd@gnu.org>
11129
11130 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
11131
343a34ff 111322011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
11133
11134 * dirtrack.el (dirtrack): Support shell buffers with path
11135 prefixes, e.g. tramp-based remote shells. (Bug#9647)
11136
0bc06380
TZ
111372011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
11138
11139 * json.el: Bump version to 1.3 and note change in History.
11140 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
11141
8b79f3e0
SM
111422011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11143
5a7c536b
SM
11144 * comint.el (comint-insert-input, comint-send-input)
11145 (comint-get-old-input-default, comint-backward-matching-input)
11146 (comint-next-prompt): Use nil instead of `input' for field property of
11147 past user input (bug#114).
11148
96a8a0df
SM
11149 * minibuffer.el (completion--replace): Inherit surrounding properties
11150 (bug#114).
11151 (minibuffer-complete-and-exit): Use it.
11152
8b79f3e0
SM
11153 * comint.el (comint--table-subvert): Quote the all-completions output
11154 (bug#9160).
11155
b8f7ff0d
MR
111562011-10-17 Martin Rudalics <rudalics@gmx.at>
11157
8b79f3e0 11158 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 11159
b8f7ff0d 11160 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 11161 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
11162 entries and separate them from frame entries.
11163
c235b555
GM
111642011-10-15 Glenn Morris <rgm@gnu.org>
11165
11166 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
11167 Doc fixes.
11168
6bbfa6e1
CY
111692011-10-15 Chong Yidong <cyd@stupidchicken.com>
11170
8b79f3e0
SM
11171 * net/network-stream.el (network-stream-open-starttls):
11172 Improve detection of failure due to lack of TLS support.
ec5c990d 11173
6bbfa6e1
CY
11174 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
11175 putting the input text in front and in bold.
11176
98488977
SM
111772011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11178
3d1337be
SM
11179 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
11180
ee0b45e4
SM
11181 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
11182 empty buffer.
11183
98488977
SM
11184 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
11185 unread-command-events rather than pushing yet-another event.
11186
186f4720
EZ
111872011-10-14 Eli Zaretskii <eliz@gnu.org>
11188
11189 * mail/sendmail.el (sendmail-query-once): Improve the wording of
11190 the explanation of the possible choices. Make the options passed
11191 to completing-read shorter.
11192
8b7a997c
AM
111932011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11194
11195 * textmodes/flyspell.el (flyspell-large-region): Make sure
11196 extended character mode is used if defined (Bug#1339).
11197
12587bbb
EZ
111982011-10-13 Eli Zaretskii <eliz@gnu.org>
11199
11200 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
11201 character info for LRE, LRO, RLE, and RLO characters by appending
11202 an invisible PDF.
12587bbb 11203
bad41229
SM
112042011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
11207 even in case of error; add debug spec; simplify data flow.
11208 (with-timeout-handler): Remove.
11209
28dbc92f
MA
112102011-10-12 Michael Albinus <michael.albinus@gmx.de>
11211
11212 Fix Bug#6019, Bug#9315.
11213
11214 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
11215 complete `buffer-file-name', the local file name part could look
11216 remotely (for example on VMS).
11217
11218 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
11219 `tramp-run-real-handler'.
11220 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
11221 already quoted by '"'.
11222
11223 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
11224 Let `file-name-handler-alist' be nil, the local file name part
11225 could look remotely (for example on VMS).
11226
e1b0b23a
SM
112272011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
11230 from here...
11231 (flyspell-post-command-hook): ...to here.
11232
a120bde9
SM
112332011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
11236 if not needed.
11237 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
11238 using completion. Protect against "slow" callers.
11239 Remove the "message hack".
11240
7ce7717b
JL
112412011-10-11 Juri Linkov <juri@jurta.org>
11242
11243 * isearch.el (isearch-lazy-highlight-word): New variable.
11244 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
11245 Use it. (Bug#9727)
11246
c02ee9d6
GM
112472011-10-11 Glenn Morris <rgm@gnu.org>
11248
11249 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
11250 like f90-previous-statement does.
11251
93e616fd 112522011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11253
1f190e73 11254 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
11255 only in interactive use, to avoid error.
11256
af7b6078
SM
112572011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * minibuffer.el (completion-file-name-table): Fix last change,
11260 i.e. ignore normal errors but not the other ones.
11261
0563dae9
MR
112622011-10-10 Martin Rudalics <rudalics@gmx.at>
11263
11264 * window.el (special-display-buffer-names)
11265 (special-display-regexps): Remove some remnants of earlier
11266 changes from doc-strings.
366ca7f3
MR
11267 (quit-windows-on): New function.
11268
11269 * vc/vc.el (vc-revert, vc-rollback):
11270 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
11271 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 11272 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 11273
49677495
MR
112742011-10-09 Martin Rudalics <rudalics@gmx.at>
11275
11276 * window.el (frame-auto-hide-function): Add version tag.
11277 (Bug#9699)
11278
56f2d1e1
MA
112792011-10-09 Michael Albinus <michael.albinus@gmx.de>
11280
11281 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
11282 condition.
11283
112a6592
LL
112842011-10-09 Leo Liu <sdl.web@gmail.com>
11285
11286 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
11287 (Bug#9701)
11288
0812589b
GM
112892011-10-08 Glenn Morris <rgm@gnu.org>
11290
11291 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
11292 before the first code statement zero indent. (Bug#9690)
11293
b2b0776e
CY
112942011-10-08 Chong Yidong <cyd@stupidchicken.com>
11295
11296 * simple.el (count-words-region): Always count in the region.
11297 Report the number of lines and characters too.
11298 (count-words): New command, which counts in the buffer if the
11299 region is inactive, as count-words-region used to.
11300 (count-words--message): New function. Handle plurals.
11301 (count-lines-region): Make it an alias for count-words-region.
11302
11303 * bindings.el (esc-map): Replace count-lines-region with
11304 count-words-region.
11305
c557cd6b
MR
113062011-10-08 Martin Rudalics <rudalics@gmx.at>
11307
11308 * window.el (window--delete): Delete dedicated frame
11309 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 11310 (switch-to-buffer): Fix doc-string typo.
c557cd6b 11311
61a57ef4 113122011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11313
3a7d293b 11314 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 11315
c3833279
CY
113162011-10-07 Chong Yidong <cyd@stupidchicken.com>
11317
11318 * bindings.el ([M-left],[M-right]): Bind to left-word and
11319 right-word respectively.
11320
21ce8245
GM
113212011-10-07 Glenn Morris <rgm@gnu.org>
11322
11323 * cus-start.el (debug-on-quit): Fix custom type.
11324
6d823bb2
LMI
113252011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11326
0181e193
LMI
11327 * subr.el (define-key-after): Clarify that the function is not
11328 useful for non-menu keymaps.
11329
6d823bb2
LMI
11330 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
11331
8e3459ce 113322011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11333
21ce8245 11334 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 11335 in current minibuffer (Fix bug with recursive minibuffers).
11336
a1c2d21e
CY
113372011-10-06 Chong Yidong <cyd@stupidchicken.com>
11338
11339 * progmodes/gdb-mi.el (gdb): Doc fix.
11340
5a4cf282
MR
113412011-10-05 Martin Rudalics <rudalics@gmx.at>
11342
11343 * window.el (frame-auto-hide-function): New option replacing
11344 frame-auto-delete. Suggested by Stefan Monnier.
11345 (window--delete): Call frame-auto-hide-function instead of
11346 investigating frame-auto-delete.
c96111ea
MR
11347 (window-point-1, set-window-point-1): New functions.
11348 (window-in-direction, record-window-buffer, window-state-get-1)
11349 (display-buffer-record-window): Use window-point-1 instead of
11350 window-point.
11351 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 11352
9854542e
SM
113532011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
11356
8943cfb0
GM
113572011-10-05 Glenn Morris <rgm@gnu.org>
11358
11359 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
11360 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
11361
647ab967
LL
113622011-10-05 Leo Liu <sdl.web@gmail.com>
11363
11364 * subr.el (read-char-choice): Fix argument to buffer-live-p which
11365 works with buffer object.
11366
3ddfbced
SM
113672011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * mpc.el (mpc-tool-bar-map): Add labels.
11370
bdfa5dd2
GM
113712011-10-04 Glenn Morris <rgm@gnu.org>
11372
11373 * calendar/holidays.el (calendar-check-holidays): Doc fix.
11374
0e2070b5
MR
113752011-10-04 Martin Rudalics <rudalics@gmx.at>
11376
11377 * window.el (window--delete): New function.
11378 (frame-auto-delete): Resuscitate option.
11379 (bury-buffer, replace-buffer-in-windows)
11380 (quit-window): Rewrite using window--delete.
11381 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11382 Pass display-buffer-mark-dedicated to window--display-buffer-2
11383 (Bug#9639).
11384
3dc61a09
SM
113852011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11386
915a9b64
SM
11387 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
11388 returns a list (bug#9554). Add remote file name completion.
11389 * comint.el (comint--table-subvert): Curry and get quote&unquote
11390 functions as arguments.
11391 (comint--complete-file-name-data): Adjust call accordingly.
11392 * pcomplete.el (pcomplete--table-subvert): Remove.
11393 (pcomplete-completions-at-point): Use comint--table-subvert instead.
11394
3dc61a09
SM
11395 * minibuffer.el (completion-table-case-fold): Use currying.
11396 (completion--styles-type, completion--cycling-threshold-type):
11397 New constants.
11398 (completion-styles, completion-category-overrides)
11399 (completion-cycle-threshold): Use them.
11400 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
11401 completion-table-case-fold.
11402
8ea0a993
SB
114032011-10-03 Stephen Berman <stephen.berman@gmx.net>
11404
11405 * minibuffer.el (completion-category-overrides): Fix type of styles
11406 and add more user friendly tags (bug#9660).
11407
8c24b7f6
SM
114082011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
11411 (mule-input-method-string): New widget.
11412 (default-input-method, language-info-custom-alist): Use it.
11413
428fe61a
SM
114142011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11415
32c1fffd
SM
11416 * pcomplete.el: Require comint.
11417 (pcomplete--common-suffix): Remove.
11418 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
11419 (pcomplete--table-subvert): Sync with comint--table-subvert.
11420 (pcomplete--entries): Use comint-completion-file-name-table.
11421 * comint.el (comint-unquote-filename): Simplify.
11422 (comint-completion-file-name-table): New function (bug#9616).
11423 (comint--complete-file-name-data): Use it.
11424
428fe61a
SM
11425 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
11426 (pcmpl-gnu-tar-buffer): Remove.
11427 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
11428 around. Make sure pcomplete-suffix-list is only changed temporarily.
11429 Don't look inside the tar's file if it's too large.
428fe61a 11430
04c52e2f
CY
114312011-10-01 Chong Yidong <cyd@stupidchicken.com>
11432
ce3cefcc
CY
11433 * cus-edit.el (custom-mode-map):
11434 * epa.el (epa-key-list-mode-map):
11435 * man.el (Man-mode-map):
11436 * startup.el (splash-screen-keymap):
11437 * simple.el (special-mode-map): Use scroll-up-command and
11438 scroll-down-command.
11439
11440 * progmodes/idlw-help.el (idlwave-help-mode-map):
11441 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
11442 * net/newst-plainview.el (newsticker-mode-map):
11443 * emulation/ws-mode.el (wordstar-mode-map):
11444 * emulation/vi.el (vi-com-map):
11445 * calc/calc-graph.el (calc-graph-show-dumb):
11446 * term/sun.el (terminal-init-sun):
11447 * term/ns-win.el (global-map):
11448 * progmodes/grep.el (grep-mode-map):
11449 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
11450 * mail/rmail.el (rmail-mode-map):
11451 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
11452
04c52e2f
CY
11453 * custom.el (custom-safe-themes, load-theme): Treat value of t for
11454 custom-safe-themes as special.
11455
79adf8c8
JD
114562011-10-01 Julien Danjou <julien@danjou.info>
11457
11458 * notifications.el (notifications-notify): Fix docstring.
11459
63bd50d3
PS
114602011-10-01 Per Starbäck <per@starback.se>
11461
11462 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
11463
199e4c7e
MR
114642011-09-30 Martin Rudalics <rudalics@gmx.at>
11465
11466 * startup.el (command-line-1): Fix last fix by inserting
11467 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 11468 (Bug#9605) and (Bug#9636)
199e4c7e 11469
fe5f08dd
EZ
114702011-09-29 Eli Zaretskii <eliz@gnu.org>
11471
11472 * simple.el (line-move): If auto-hscroll-mode is disabled and the
11473 window is hscrolled, move by logical lines. (Bug#9607)
11474 (line-move-visual): Update the doc string to the above effect.
11475
b5516bbd
MR
114762011-09-29 Martin Rudalics <rudalics@gmx.at>
11477
ccee00c0
MR
11478 * window.el (display-buffer-record-window): When WINDOW is the
11479 selected window use `point' instead of `window-point'. (Bug#9626)
11480
b5516bbd
MR
11481 * startup.el (command-line-1): Use insert-before-markers when
11482 inserting initial-scratch-message. (Bug#9605)
ccee00c0 11483
b5516bbd
MR
11484 * help.el (help-window): Remove variable.
11485
52aa0014
GM
114862011-09-29 Glenn Morris <rgm@gnu.org>
11487
11488 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
11489
df9a7357
JB
114902011-09-29 Juanma Barranquero <lekktu@gmail.com>
11491
11492 * descr-text.el (describe-char-categories): Accept category
11493 descriptions more than one line long.
11494
a8406c20
SM
114952011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11496
88d9610c
SM
11497 * simple.el (delete-trailing-whitespace): Fix last change.
11498
a5daf810
SM
11499 * progmodes/perl-mode.el (perl-syntax-propertize-function):
11500 Don't confuse "y => 3" as the beginning of a `y' operation.
11501
a8406c20
SM
11502 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
11503 object has more than 4 slots (bug#9613).
11504
a239d4e9
JB
115052011-09-28 Juanma Barranquero <lekktu@gmail.com>
11506
11507 * subr.el (with-output-to-temp-buffer):
11508 * net/quickurl.el (quickurl, quickurl-browse-url):
11509 Fix typos in docstrings.
11510
693fbdb6
EZ
115112011-09-27 Eli Zaretskii <eliz@gnu.org>
11512
11513 * minibuffer.el (completion-styles)
11514 (completion-category-overrides): Cross reference each other in doc
11515 strings.
11516
8b457e28
GM
115172011-09-27 Glenn Morris <rgm@gnu.org>
11518
11519 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
11520 to split-string. (Bug#9606)
11521
85a16208
LMI
115222011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11523
11524 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
11525 (bug#9615).
11526
502f9ebd
CY
115272011-09-27 Chong Yidong <cyd@stupidchicken.com>
11528
11529 * emacs-lisp/package.el (list-packages): Fix echo area message.
11530
7690bdea
LL
115312011-09-27 Leo Liu <sdl.web@gmail.com>
11532
11533 * ido.el (ido-read-internal): Accept cons cell HIST arg.
11534
e2ee6f30
MA
115352011-09-25 Michael Albinus <michael.albinus@gmx.de>
11536
11537 * net/dbus.el (dbus-unregister-object): Don't release services for
11538 registered signals. (Bug#9581)
11539
f3f98342
TZ
115402011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11541
11542 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
11543 function that picks between cfengine 2 and 3 support
11544 automatically. Update docs accordingly.
11545
dd7aa8dd
KH
115462011-09-22 Kenichi Handa <handa@m17n.org>
11547
11548 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
11549 ZERO.
11550 (indian-itrans-v5-table-for-tamil): New variable.
11551 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
11552
3f2b07f8
KM
115532011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
11554
11555 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
11556 that's true if the current command involved collapsing of text.
11557 It's reset to false at the beginning of the next command.
11558 (allout-post-command-business): Move the cursor to the beginning
11559 of entry if the cursor is hidden and collapsing activity just
11560 happened.
11561
371d6a61
CY
115622011-09-24 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
11565 tracking (Bug#9541).
11566
2ac2721a
UJ
115672011-09-24 Ulf Jasper <ulf.jasper@web.de>
11568
11569 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
11570 (newsticker-show-news): Automatically load html rendering package
11571 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
11572 because w3m-fill-column is let-bound" and the error "Symbol's value
11573 as variable is void: w3m-fill-column".
2ac2721a 11574
fac7ae53
MA
115752011-09-24 Michael Albinus <michael.albinus@gmx.de>
11576
11577 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
11578 Release services only if they are defined. (Bug#9581)
11579
e08b633b
RS
115802011-09-23 Richard Stallman <rms@gnu.org>
11581
e488d29c
RS
11582 * textmodes/paragraphs.el (forward-sentence): For backwards case,
11583 distinguish start of paragraph from start of its text.
11584
19c38752
RS
11585 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
11586
e08b633b
RS
11587 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
11588 (rmail-generate-viewer-buffer): Put that hook on view buffer.
11589 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
11590
0a39f27e
AS
115912011-09-23 Andreas Schwab <schwab@linux-m68k.org>
11592
11593 * international/mule-diag.el (mule-diag): Insert a newline after
11594 each fontset description.
11595
db4e950d
SM
115962011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * simple.el (delete-trailing-whitespace):
11599 Document last change; simplify.
11600
eca3f3ea
PW
116012011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
11602
d68e189a
PW
11603 * simple.el (delete-trailing-whitespace): Also delete
11604 extra newlines at the end of the buffer.
11605
eca3f3ea
PW
11606 * textmodes/picture.el: Make motion commands obey shift-select-mode.
11607 (picture-newline): Use forward-line so as to ignore fields.
11608
01c157cc
SM
116092011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * subr.el (with-wrapper-hook): Fix edebug spec.
11612
022de23e
LMI
116132011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11614
11615 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
11616 (bug#4538).
11617
91683089
MA
116182011-09-23 Michael Albinus <michael.albinus@gmx.de>
11619
eca3f3ea
PW
11620 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
11621 Fix nasty bug using wrong cached values.
91683089 11622
5bdd6fa4
AM
116232011-09-23 Alan Mackenzie <acm@muc.de>
11624
11625 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
11626
97adfb97
CY
116272011-09-23 Chong Yidong <cyd@stupidchicken.com>
11628
11629 * window.el (pop-to-buffer): Ensure right window is selected if we
11630 chose another frame.
11631
d4ef2b50
EZ
116322011-09-22 Eli Zaretskii <eliz@gnu.org>
11633
11634 * simple.el (what-cursor-position): Use get-char-property-change
11635 and next-single-char-property-change, to be able to show display
11636 properties that come from overlays as well as text properties.
11637
72258fe5
CY
116382011-09-22 Chong Yidong <cyd@stupidchicken.com>
11639
11640 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
11641
11642 * cmuscheme.el (run-scheme, switch-to-scheme):
11643 * cus-edit.el (customize-group, custom-buffer-create)
11644 (customize-browse):
11645 * info.el (info):
11646 * shell.el (shell):
11647 * mail/sendmail.el (mail):
11648 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
11649
8f098516
RS
116502011-09-22 Richard Stallman <rms@gnu.org>
11651
11652 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
11653 move back only to line beg, don't move back over blank lines.
11654
e74f1bb6
MA
116552011-09-22 Michael Albinus <michael.albinus@gmx.de>
11656
11657 * files.el (copy-directory): Set directory attributes only in case
11658 they could be retrieved from the source directory. (Bug#9565)
11659
bfeef8b6
DK
116602011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
11661
11662 * progmodes/hideshow.el (hs-looking-at-block-start-p)
11663 (hs-find-block-beginning, hs-hide-level-recursive):
11664 Ignore strings as well as comments. (Bug#9502)
11665
7e423bb8
AS
116662011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
11667
11668 * progmodes/sql.el (sql-comint-postgres):
11669 Convert port number to a string. (Bug#9566)
11670
b4d72fcf
MR
116712011-09-22 Martin Rudalics <rudalics@gmx.at>
11672
11673 * window.el (quit-window): Undedicate window when switching to
11674 previous buffer. Reported by Thierry Volpiatto
11675 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
11676 (special-display-popup-frame): When popping up a new frame reset
11677 its previous buffers to nil. Simplify code.
b4d72fcf 11678
a7b88dc6
MA
116792011-09-21 Michael Albinus <michael.albinus@gmx.de>
11680
11681 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
11682 and process filter, as done also in `shell-command'.
11683
cf4eacfd
MR
116842011-09-21 Martin Rudalics <rudalics@gmx.at>
11685
eca3f3ea 11686 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
11687 Call set-window-start with NOFORCE argument t.
11688 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
11689 (quit-window): Reword doc-string. Handle new format of
11690 quit-restore parameter. Don't delete window if it has a
11691 previous buffer we can show instead of the present one.
11692 (display-buffer-record-window): Rewrite using a new format for
11693 the quit-restore window parameter
11694 (special-display-popup-frame, display-buffer-same-window)
11695 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11696 (display-buffer-pop-up-window, display-buffer-use-some-window):
11697 Adapt symbol passed to display-buffer-record-window.
11698 * help.el (help-window-setup): Handle new format of quit-restore
11699 parameter.
11700
8d28cb95
SM
117012011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11702
94ab793f
SM
11703 * faces.el (face-list): Fix docstring (bug#9564).
11704
8d28cb95
SM
11705 * window.el (display-buffer--action-function-custom-type):
11706 Don't include internal functions in the Custom interface.
11707
3820edeb
JL
117082011-09-20 Juri Linkov <juri@jurta.org>
11709
11710 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
11711 (Info-forward-node, Info-backward-node, Info-next-preorder)
11712 (Info-last-preorder): Use it. (Bug#9528)
11713
5147931d
JL
117142011-09-20 Juri Linkov <juri@jurta.org>
11715
11716 * info.el (Info-last-preorder): Visit last menu item only when
11717 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
11718
cf499a1a
JD
117192011-09-20 Julien Danjou <julien@danjou.info>
11720
11721 * password-cache.el (password-cache-remove): Remove entries even if the
11722 value is nil, so that password with a nil value (negative caching) is
11723 possible to invalidate.
11724
f84e2fe2
LM
117252011-09-20 Lawrence Mitchell <wence@gmx.li>
11726
11727 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
11728 all whitespace around breakpoint. (Bug#9553)
11729 (f90-find-breakpoint): Only break at whitespace inside a comment.
11730
78054a46
SM
117312011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * minibuffer.el (completion-file-name-table): Keep track of errors.
11734 (completion-table-with-predicate): Handle the case where pred1 is nil.
11735 * pcomplete.el (pcomplete-completions-at-point): Simplify.
11736
345083b2
SM
117372011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11738
e24e27be
SM
11739 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
11740 (debugger-return-value): Signal an error if the debugging context does
11741 not await any return value.
11742
345083b2
SM
11743 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
11744 * image-mode.el (image-toggle-display-text)
11745 (image-toggle-display-image): Stay away from evil `intangible'.
11746
08d355e3
LL
117472011-09-19 Leo Liu <sdl.web@gmail.com>
11748
11749 * replace.el (occur-revert-arguments): Make it permanent-local.
11750 (occur-mode): Don't call font-lock-defontify.
11751
f01da43f
CY
117522011-09-19 Chong Yidong <cyd@stupidchicken.com>
11753
11754 * net/ldap.el (ldap-search-internal): Don't push empty search
11755 result (Bug#9508).
11756
b6072fa6
SM
117572011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
11760
443d6696
MA
117612011-09-19 Michael Albinus <michael.albinus@gmx.de>
11762
11763 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
11764 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
11765
7cc6e154
JL
117662011-09-18 Juri Linkov <juri@jurta.org>
11767
11768 * buff-menu.el (Buffer-menu-mode-map):
11769 * dired.el (dired-mode-map):
11770 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
11771 (lisp-interaction-mode-map):
11772 * emacs-lisp/package.el (package-menu-mode-map):
11773 * epa.el (epa-key-list-mode-map):
11774 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
11775 (menu-bar-options-menu):
11776 * outline.el (outline-mode-menu-bar-map):
11777 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
11778 * vc/vc-dir.el (vc-dir-menu-map):
11779 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
11780 Capitalize non-function content words in menu item strings.
11781
11782 * dired.el (dired-mode-map): Add menu item for
11783 `image-dired-dired-toggle-marked-thumbs'.
11784
80302a81
JL
117852011-09-18 Juri Linkov <juri@jurta.org>
11786
11787 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
11788 to `isearch-case-fold-search' and restore its original value
11789 after the `isearch-mode' call.
11790
46c5cf66
JL
117912011-09-18 Juri Linkov <juri@jurta.org>
11792
11793 * progmodes/grep.el (grep-process-setup): Don't check code for 1
11794 because `zgrep' returns 1 for successful matches (bug#9226).
11795
d18b513b
JL
117962011-09-18 Juri Linkov <juri@jurta.org>
11797
11798 * info.el (Info-extract-menu-node-name): Check the second match
11799 for empty string (second test-case of bug#9528).
11800 (Info-last-preorder): Let-bind `Info-history' to nil to not add
11801 intermediate nodes to the history (first test-case of bug#9528).
11802
72753f87
JL
118032011-09-18 Juri Linkov <juri@jurta.org>
11804
11805 * info.el (Info-mode-syntax-table): New variable.
1154d12e 11806 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 11807
c9384295
JL
118082011-09-18 Juri Linkov <juri@jurta.org>
11809
1154d12e
JB
11810 * info.el (Info-file-supports-index-cookies):
11811 Increment line-beginning-position's arg from 3 to 4 because makeinfo
11812 outputs one more line for long file names (bug#4142).
c9384295 11813
d473dce8
CY
118142011-09-18 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * newcomment.el (comment-normalize-vars): If prompting for
11817 comment-start, set comment-start-skip too (Bug#8424).
11818
2176854d
JB
118192011-09-18 Johan Bockgård <bojohan@gnu.org>
11820
11821 * icomplete.el: Fix previous fix of Bug#5849.
11822 (icomplete-mode): Don't set completion-show-inline-help.
11823 (icomplete-minibuffer-setup): Set completion-show-inline-help
11824 locally during icompletion.
11825
3aace4e4
CY
118262011-09-18 Chong Yidong <cyd@stupidchicken.com>
11827
c940224f
CY
11828 * woman.el (woman2-process-escapes): Don't delete unrecognized
11829 escapes (Bug#7843).
11830
3aace4e4
CY
11831 * files.el (inhibit-first-line-modes-regexps): Add image files.
11832 (hack-local-variables-prop-line): Return nil for malformed
11833 prop-lines (Bug#9044).
11834
710dec63
MA
118352011-09-18 Michael Albinus <michael.albinus@gmx.de>
11836
11837 * net/tramp.el (top): Don't require 'shell.
11838 (tramp-methods): Fix docstring.
11839 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
11840 Return complete remote file name. Handle "smb" case.
11841 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
11842 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
11843
11844 * net/tramp-compat.el (top): Require 'shell.
11845
11846 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11847 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
11848 `tramp-current-host'.
11849 (tramp-get-remote-tmpdir): Remove.
11850
11851 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
11852 `tramp-tmpdir' entries.
11853 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
11854 (tramp-smb-handle-file-attributes): Ignore errors.
11855 (tramp-smb-wait-for-output): Check also for process end.
11856
5d5ac8ec
LMI
118572011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11858
11859 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
11860 when sending QUIT (bug#9312).
11861
8c0f49f0
CY
118622011-09-17 Chong Yidong <cyd@stupidchicken.com>
11863
11864 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
11865 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
11866 occur-mode-display-occurrence.
11867 (occur-edit-mode): Add usage message.
11868 (occur-cease-edit): New command.
11869 (occur-after-change-function): Use text properties to find the
11870 position of the prefix text.
11871 (occur-engine): Set stickiness of prefix text properties.
11872
8f1383f7
GM
118732011-09-17 Glenn Morris <rgm@gnu.org>
11874
11875 * progmodes/etags.el (complete-tag):
11876 Fix call to completion-in-region. (Bug#9526)
11877
744ba0e3
JL
118782011-09-17 Juri Linkov <juri@jurta.org>
11879
11880 * textmodes/ispell.el (ispell-word): Add to the error message
11881 the word, ispell program name and current dictionary (bug#9121).
11882 (ispell-tex-arg-end): Capitalize "error" in the error message.
11883
d9bbf400
AS
118842011-09-17 Andreas Schwab <schwab@linux-m68k.org>
11885
11886 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
11887 check. (Bug#4251)
11888
8da11505
JL
118892011-09-17 Juri Linkov <juri@jurta.org>
11890
11891 * window.el (window-safe-min-height, window-safe-min-width):
11892 Fix typos (followup to bug#9522).
11893
a91adc7e
SJ
118942011-09-17 Sven Joachim <svenjoac@gmx.de>
11895
11896 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
11897
064f328a
EZ
118982011-09-16 Eli Zaretskii <eliz@gnu.org>
11899
11900 * simple.el (line-move): If goal-column is set, move by logical
11901 lines, not by display lines. (Bug#971)
11902 (next-line, previous-line, goal-column, line-move-visual): Doc fix
11903 to reflect the above change.
11904
e69df516
SM
119052011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * image.el (imagemagick-register-types): Use regexp-opt.
11908
cbb0f9ab
CY
119092011-09-15 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * window.el (display-buffer-base-action): Rename from
11912 display-buffer-default-action. Make default value empty.
11913 (display-buffer-overriding-action): Convert to defvar.
11914 (display-buffer-fallback-action): New var.
11915
25322144
CY
119162011-09-15 Chong Yidong <cyd@stupidchicken.com>
11917
11918 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
11919 declaration.
11920 (package--add-to-archive-contents): If there is a duplicate entry
11921 with an older version, remove it.
11922 (package-menu-mark-delete, package-menu-mark-install)
11923 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
11924 (package-menu-mark-obsolete-for-deletion):
11925 Use package-menu-get-status instead of a regexp search.
25322144
CY
11926 (package-menu-get-status): Use tabulated-list-entry.
11927 (package-menu-mark-upgrades): New command.
d770725a 11928 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
11929 (package-menu-execute): Do installation before deletion.
11930 (package-menu-refresh, package-menu-execute): Use derived-mode-p
11931 instead of checking major-mode.
11932 (package-menu--find-upgrades): New function.
11933
7520339c
LMI
119342011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11935
11936 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
11937 passwords in the log buffer.
65a046c4
LMI
11938 (smtpmail-process-filter): Update the process marker so that the
11939 "broken by peer" status message is inserted in the right place.
7520339c 11940
d3c30954
SM
119412011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11942
3fe48822
SM
11943 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
11944 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
11945 bibtex-completion-at-point-function.
11946 (bibtex-completion-at-point-function): Use them.
11947
1b8b3954
SM
11948 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
11949
d3c30954
SM
11950 * mpc.el (mpc-constraints-tag-lookup): New function.
11951 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
11952 also to browser "album|playlist".
11953
72779976
JL
119542011-09-14 Juri Linkov <juri@jurta.org>
11955
11956 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
11957 (isearch-edit-string): Use length of `isearch-string' when
11958 `isearch-fail-pos' returns nil.
11959 (isearch-message): Remove duplicate code and call
11960 `isearch-fail-pos' with arg `t'.
11961
a0bf2bcd
CY
119622011-09-14 Chong Yidong <cyd@stupidchicken.com>
11963
17bb0a2d
CY
11964 * replace.el (occur-mode-goto-occurrence): Don't force using other
11965 window (Bug#9499).
11966
a0bf2bcd
CY
11967 * dired-aux.el (dired-do-chmod): Don't provide initial input.
11968
f678e0b6
MR
119692011-09-14 Martin Rudalics <rudalics@gmx.at>
11970
11971 * window.el (display-buffer-window): Remove.
11972 (display-buffer-record-window): Use help-setup window parameter
11973 instead of variable display-buffer-window.
11974 (display-buffer-function, special-display-buffer-names)
11975 (special-display-function): Mention help-setup parameter instead
11976 of display-buffer-window in doc-string.
d3c30954
SM
11977 * help.el (help-window-setup): New argument help-window.
11978 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
11979 Reword some messages.
11980 (with-help-window): Pass window used for displaying the buffer
11981 to help-window-setup. Don't set display-buffer-window.
11982
8e39b2e8
GM
119832011-09-13 Glenn Morris <rgm@gnu.org>
11984
11985 * emacs-lisp/debug.el (debugger-make-xrefs):
11986 Preserve point. (Bug#9462)
11987
85e9c04b
CY
119882011-09-13 Chong Yidong <cyd@stupidchicken.com>
11989
11990 * window.el (window-deletable-p): Use next-frame.
11991
1b36ed6a
MR
119922011-09-13 Martin Rudalics <rudalics@gmx.at>
11993
11994 * window.el (window-auto-delete): Remove.
11995 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 11996 dedication and previous buffers.
1b36ed6a
MR
11997 (switch-to-prev-buffer): Don't delete window.
11998 (delete-windows-on): Delete a window's frame if and only if the
11999 window is dedicated.
12000 (replace-buffer-in-windows): Delete buffer's window or frame if
12001 and only if window is dedicated.
12002 (quit-window): Handle quit-restore as before last change.
4d61f28d 12003 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 12004
ef8ef9fb
CY
120052011-09-13 Chong Yidong <cyd@stupidchicken.com>
12006
12007 * window.el (window-deletable-p): Never delete the last frame on a
12008 given terminal.
12009
b2cba41e
GM
120102011-09-13 Glenn Morris <rgm@gnu.org>
12011
12012 * help.el (describe-key-briefly): Copy previous standard-output change.
12013
51553db6 120142011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
12015
12016 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
12017
b7556719
GM
120182011-09-13 Glenn Morris <rgm@gnu.org>
12019
12020 * emacs-lisp/lisp-mode.el (lisp-indent-function):
12021 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
12022
64b51947
CY
120232011-09-12 Chong Yidong <cyd@stupidchicken.com>
12024
12025 * dired-aux.el (dired-mark-read-string): Don't return default
12026 value on empty input (Bug#9361).
12027 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
12028 Omit initial minibuffer contents.
12029 (dired-do-chmod): Signal an error on empty input.
12030 (dired-mark-read-string): Don't return default on empty input.
12031
12032 * files.el (file-modes-symbolic-to-number): Doc fix.
12033
393a301e
SM
120342011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * international/mule-cmds.el (ucs-completions): Remove.
12037 (read-char-by-name): Use complete-with-action instead; add metadata.
12038
fa5660f9
CY
120392011-09-11 Chong Yidong <cyd@stupidchicken.com>
12040
12041 * window.el (display-buffer--action-function-custom-type)
12042 (display-buffer--action-custom-type): New vars.
12043 (display-buffer-alist, display-buffer-default-action)
12044 (display-buffer-overriding-action): Add defcustom types.
12045
4a592f66
CY
12046 * frame.el (delete-other-frames): Doc fix (Bug#276).
12047
73d56dbd
LMI
120482011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12049
12050 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
12051
37ac18a3
CY
120522011-09-11 Chong Yidong <cyd@stupidchicken.com>
12053
12054 Change modes that used same-window-* vars to use switch-to-buffer.
12055
12056 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
12057 Use switch-to-buffer.
12058
12059 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
12060 (customize-browse, custom-buffer-create-other-window):
12061 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
12062
12063 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
12064 (Info-prev, Info-up, Info-speedbar-goto-node)
12065 (info-display-manual): Use switch-to-buffer.
12066 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
12067
12068 * mail/sendmail.el (mail): Use switch-to-buffer.
12069 (mail-recover): Use switch-to-buffer-other-window.
12070
12071 * cmuscheme.el (run-scheme, switch-to-scheme):
12072 * ielm.el (ielm):
12073 * shell.el (shell):
12074 * net/rlogin.el (rlogin):
12075 * net/telnet.el (telnet, rsh):
12076 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
12077
10195bd6
AS
120782011-09-11 Andreas Schwab <schwab@linux-m68k.org>
12079
12080 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
12081
b322f63a
LMI
120822011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12083
39d7fed6
LMI
12084 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
12085 so don't mention it (bug#9301).
ba5a81f1 12086 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 12087
ee0e9f11
LMI
12088 * faces.el (face-spec-set-match-display): Make `(type graphic)'
12089 match `x', `w32' and `ns', like the manual says (bug#9029).
12090
0b1c89c1 12091 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
12092 (process-kill-buffer-query-function): Mention the buffer name in
12093 the query.
0b1c89c1 12094
77549ea8
LMI
12095 * image-mode.el (image-next-line): The line parameter is mandatory
12096 (bug#9258).
12097
803ef892
LMI
12098 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
12099 which can be useful (bug#9301).
12100
12980837
LMI
12101 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
12102
91054f8f
LMI
12103 * subr.el (match-string): Mention that the current buffer should
12104 be the same as the search was done in (bug#9282).
12105
b322f63a
LMI
12106 * facemenu.el: Disable the remove-* commands if the mark isn't
12107 active (bug#9162).
12108
3199b96f
CY
121092011-09-10 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
12112 of display-buffer.
12113 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
12114
12115 * replace.el (occur-mode-goto-occurrence)
12116 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
12117 and display-buffer.
12118
12119 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
12120 display-buffer.
12121
12122 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
12123 special-display and same-window variables.
12124 (mail-other-window): Use switch-to-buffer-other-window.
12125 (mail-other-frame): USe switch-to-buffer-other-frame.
12126
393a301e
SM
12127 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
12128 Use display-buffer-other-frame.
3199b96f
CY
12129 (gdb-display-gdb-buffer): Use pop-to-buffer.
12130
12131 * progmodes/gud.el (gud-goto-info): Use info-other-window.
12132
12133 * progmodes/python.el: Don't set same-window-buffer-names.
12134
12135 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
12136
12137 * window.el (display-buffer-alist): Add *Python*.
12138
8319e0bf
CY
121392011-09-10 Chong Yidong <cyd@stupidchicken.com>
12140
12141 * window.el (display-buffer-alist): Add entry for buffers
12142 previously handled same-window-*.
12143 (display-buffer-alist, display-buffer-default-action)
12144 (display-buffer-overriding-action): Mark as risky.
12145 (display-buffer-alist): Document action function changes.
12146 (display-buffer--same-window-action)
12147 (display-buffer--other-frame-action): New variables.
12148 (switch-to-buffer, display-buffer-other-frame): Use them.
12149 (display-buffer): Rename reuse-frame entry to reusable-frames.
12150 (display-buffer-reuse-selected-window): Function deleted.
12151 (display-buffer-reuse-window): Handle reusable-frames alist entry.
12152 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
12153 (display-buffer-special): New function.
12154 (display-buffer--maybe-pop-up-frame-or-window): Rename from
12155 display-buffer-reuse-or-pop-window. Split off special-display
12156 part into display-buffer-special.
12157 (display-buffer-use-some-window): Don't perform any special
12158 pop-up-frames handling.
12159 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 12160 (display-buffer--maybe-same-window): Rename from
0d3ff375 12161 display-buffer-maybe-same-window.
8319e0bf 12162
919a69aa
CY
12163 * info.el: Don't set same-window-regexps.
12164 (info-setup): New function.
12165 (info-other-window, info): Call it.
12166
12167 * cus-edit.el: Don't set same-window-regexps.
12168 (customize-group): New argument.
12169 (customize-group-other-window): Use it.
12170 (customize-face, customize-face-other-window): Likewise.
12171 (custom-buffer-create-other-window): Use pop-to-buffer directly.
12172
8319e0bf
CY
12173 * net/rlogin.el:
12174 * net/telnet.el:
12175 * progmodes/gud.el: Don't set same-window-regexps.
12176
12177 * cmuscheme.el:
12178 * ielm.el:
12179 * shell.el:
12180 * mail/sendmail.el:
12181 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
12182
25173000
JL
121832011-09-10 Juri Linkov <juri@jurta.org>
12184
12185 * isearch.el (isearch-edit-string): Remove obsolete mention of
12186 `C-w' (`isearch-yank-word-or-char') from docstring.
12187 (isearch-query-replace): Fix typo in docstring (bug#9466).
12188
056e44ef
JL
121892011-09-10 Juri Linkov <juri@jurta.org>
12190
12191 * paren.el (show-paren-function): Don't show escaped parens.
12192 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
12193
c3760c17
EZ
121942011-09-10 Eli Zaretskii <eliz@gnu.org>
12195
12196 * mail/sendmail.el (mml-to-mime, mml-attach-file)
12197 (mm-default-file-encoding): Remove autoload forms, they are
12198 replaced with autoload cookies in mml.el and mm-encode.el.
12199 (mail-add-attachment): New command.
12200 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
12201 (mail-mode): Mention mail-insert-file and mail-add-attachment in
12202 the doc string.
12203 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
12204
fece895e
RT
122052011-09-10 Reuben Thomas <rrt@sc3d.org>
12206
e69df516
SM
12207 * simple.el (count-words-region): Use buffer if there's no region
12208 (bug#9429).
fece895e 12209
5e68ce4a
JL
122102011-09-09 Juri Linkov <juri@jurta.org>
12211
12212 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
12213 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
12214 (wdired-isearch-filter-read-only): New function. (Bug#6362)
12215
0a6b9622
AM
122162011-09-09 Alan Mackenzie <acm@muc.de>
12217
12218 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
12219 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
12220
14a29deb
EZ
122212011-09-09 Eli Zaretskii <eliz@gnu.org>
12222
12223 Fix for Savannah bug#9392.
12224 * simple.el (mail-encode-mml): New defvar.
12225
12226 * mail/rmail.el (mail-encode-mml): Add a defvar.
12227 (rmail-enable-mime-composing): Default to t.
12228 (rmail-forward): Use MIME method of forwarding only if both
12229 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
12230 Set mail-encode-mml non-nil if the MIME method was used.
12231
12232 * mail/sendmail.el (mml-to-mime): Add autoload form.
12233 (mail-encode-mml): Add a defvar.
12234 (mail-mode): Make mail-encode-mml buffer-local and initialize it
12235 to nil.
12236 (mail-send): If mail-encode-mml is non-nil, run the outgoing
12237 message through mml-to-mime, and reset mail-encode-mml to nil.
12238
28c45130
GM
122392011-09-09 Glenn Morris <rgm@gnu.org>
12240
12241 * woman.el (woman-if-body): When processing an .el block,
12242 do not delete the next .el block as well. (Bug#9447)
69f4b618 12243 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 12244
9b1c252e
MR
122452011-09-08 Martin Rudalics <rudalics@gmx.at>
12246
12247 * window.el (window-deletable-p): Make sure window is live before
12248 invoking window-prev-buffers.
12249
567457e3
LL
122502011-09-08 Leo Liu <sdl.web@gmail.com>
12251
12252 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
12253
97f05794
JL
122542011-09-08 Juri Linkov <juri@jurta.org>
12255
12256 * progmodes/compile.el (compilation-environment): Make it
12257 a defcustom (bug#8340).
12258
8b0874b5
MR
122592011-09-08 Martin Rudalics <rudalics@gmx.at>
12260
12261 * window.el (frame-auto-delete): Rename to window-auto-delete.
12262 Make it control auto-deletion of windows and/or frames.
12263 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 12264 for deleting window/frame. (Bug#9419)
8b0874b5
MR
12265 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
12266 Rewrite handling of case when window/frame can be deleted.
12267 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 12268 argument t. (Bug#9456)
8b0874b5 12269
4feb6e73
CY
122702011-09-07 Chong Yidong <cyd@stupidchicken.com>
12271
12272 * help-mode.el (help-mode): Restore autoload.
12273
91ab9c13
JL
122742011-09-07 Juri Linkov <juri@jurta.org>
12275
12276 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
12277 `compilation-environment'. Set buffer-local
12278 `compilation-environment' to `thisenv' later after (funcall mode).
12279 (Bug#8340)
12280
12281 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
12282 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
12283 instead of replacing its value. (Bug#8340)
12284
0527e251
JL
122852011-09-07 Juri Linkov <juri@jurta.org>
12286
12287 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
12288 based on text properties put by `grep-filter' instead of matching
12289 escape sequences.
12290 (grep-mode): Set buffer-local `compilation-error-screen-columns'
12291 to the value of `grep-error-screen-columns' (bug#9438).
12292
249f792c
JL
122932011-09-07 Juri Linkov <juri@jurta.org>
12294
12295 * simple.el (next-error-highlight, next-error-highlight-no-select):
12296 Doc fix (bug#9432).
12297
ff7271b9
OT
122982011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
12299
12300 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12301 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
12302
183fc730
LL
123032011-09-07 Leo Liu <sdl.web@gmail.com>
12304
12305 * net/rcirc.el (rcirc-mode): Conditionally initialize
12306 rcirc-input-ring.
12307
77694924
SM
123082011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 * emacs-lisp/find-func.el (find-function-C-source): Only set
12311 find-function-C-source-directory after checking that we found a source
12312 file there (bug#9440).
12313
d809b8eb
AM
123142011-09-06 Alan Mackenzie <acm@muc.de>
12315
12316 * isearch.el (isearch-other-meta-char): Wherever a key list is
12317 unread, "unread" the prefix arg, too. This fixes bug #8901.
12318
453de99f
OG
123192011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
12320
12321 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
12322
90439906
JL
123232011-09-05 Juri Linkov <juri@jurta.org>
12324
12325 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
12326
f62bd846
JL
123272011-09-05 Juri Linkov <juri@jurta.org>
12328
12329 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
12330 keeping point where processing of grep matches begins, and
12331 continue to delete remaining escape sequences from the same point.
12332 (grep-filter): Make leading zero optional in "0?1;31m" because
12333 git-grep emits "\033[1;31m" escape sequences unlike expected
12334 "\033[01;31m" as GNU Grep does (bug#9408).
12335 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
12336
045820ec
JL
123372011-09-05 Juri Linkov <juri@jurta.org>
12338
12339 * subr.el (y-or-n-p): Capitalize "yes".
12340
f5e29b9b
MA
123412011-09-04 Michael Albinus <michael.albinus@gmx.de>
12342
12343 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
12344 `tramp-cache-unload-hook' where appropriate.
12345 (tramp-methods): Rename `tramp-remote-sh' to
12346 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
12347 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
12348
12349 * net/tramp-sh.el (top): Don't require 'shell.
12350 (tramp-methods): Add `tramp-remote-shell' and
12351 `tramp-remote-shell-args' entries.
12352 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
12353 (tramp-sh-handle-shell-command): Remove.
12354 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12355 Use `tramp-remote-shell'.
12356
2784c434
CY
123572011-09-03 Chong Yidong <cyd@stupidchicken.com>
12358
393a301e 12359 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
12360 (sendmail-query-once): Save directly to send-mail-function.
12361 Update message-send-mail-function too.
12362
12363 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
12364
464cdf56
CS
123652011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12366
12367 * progmodes/python.el (python-mode-map): Use correct function to
12368 start python interpreter from menu-bar (as reported by Geert
12369 Kloosterman).
12370 (inferior-python-mode-map): Fix typo.
393a301e 12371 (python-shell-map): Remove.
464cdf56 12372
d37e5c87
DD
123732011-09-03 Deniz Dogan <deniz@dogan.se>
12374
12375 * net/rcirc.el (rcirc-print): Simplify code for
12376 rcirc-scroll-show-maximum-output. There is no need to walk
12377 through all windows to find the right one.
12378
f3ada0ee
CS
123792011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
12380
12381 * help.el (help-return-method): Doc fix.
12382
1f3c99ca
MR
123832011-09-03 Martin Rudalics <rudalics@gmx.at>
12384
12385 * window.el (window-deletable-p): Don't return a non-nil value
12386 when there's a buffer that was shown in the window before.
12387 (Bug#9419)
393a301e
SM
12388 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12389 Set window's previous buffers to nil.
1f3c99ca 12390
a3cf097f
EZ
123912011-09-03 Eli Zaretskii <eliz@gnu.org>
12392
12393 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
12394 newline before and after the tag line, so it doesn't interfere
12395 with determining the paragraph direction of bidirectional text.
12396
3d03de90
LL
123972011-09-03 Leo Liu <sdl.web@gmail.com>
12398
12399 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
12400
c3313451
CY
124012011-09-02 Chong Yidong <cyd@stupidchicken.com>
12402
393a301e 12403 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
12404 (pop-to-buffer): Change interactive spec. Pass second argument
12405 directly to display-buffer.
12406 (display-buffer): Fix interactive spec. Use functionp to
12407 distinguish between a function and a list of functions.
12408
12409 * abbrev.el (edit-abbrevs):
12410 * arc-mode.el (archive-extract):
12411 * autoinsert.el (auto-insert):
12412 * bookmark.el (bookmark-bmenu-list):
12413 * files.el (find-file):
12414 * view.el (view-buffer):
12415 * progmodes/compile.el (compilation-goto-locus):
12416 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
12417
89894cd8
CY
124182011-09-02 Chong Yidong <cyd@stupidchicken.com>
12419
12420 * window.el (display-buffer-alist): Doc fix.
12421 (display-buffer): Add docstring. Don't treat
12422 display-buffer-default specially.
12423 (display-buffer-reuse-selected-window)
12424 (display-buffer-same-window, display-buffer-maybe-same-window)
12425 (display-buffer-reuse-window, display-buffer-pop-up-frame)
12426 (display-buffer-pop-up-window)
12427 (display-buffer-reuse-or-pop-window)
12428 (display-buffer-use-some-window): New functions.
12429 (display-buffer-default-action): Use them.
393a301e 12430 (display-buffer-default): Delete.
89894cd8
CY
12431 (pop-to-buffer-1): Fix choice of actions.
12432
ae0bc9fb
SM
124332011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * minibuffer.el (completion--insert-strings): Don't get confused by
12436 completion entries that end with an LF char.
12437
e9d90883
EZ
124382011-09-01 Eli Zaretskii <eliz@gnu.org>
12439
12440 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
12441
437014c8
CY
124422011-09-01 Chong Yidong <cyd@stupidchicken.com>
12443
12444 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
12445 (display-buffer-same-window, display-buffer-other-window):
12446 New functions.
437014c8
CY
12447 (pop-to-buffer-1): New function. Use the above.
12448 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 12449 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
12450
12451 * view.el (view-buffer-other-window, view-buffer-other-frame):
12452 Just use pop-to-buffer.
12453
a5e063d5
TV
124542011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12455
12456 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
12457
793d32bb
WH
124582011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
12459
12460 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
12461
d65e4c15
RS
124622011-08-31 Richard Stallman <rms@gnu.org>
12463
12464 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
12465 of the separation of rmail-view-buffer from rmail-buffer.
12466 If you say no to "replace original", the decrypt is in the
12467 view buffer. If you say yes, the decrypt goes into the
12468 rmail buffer also.
12469
f818cd2a
MR
124702011-08-31 Martin Rudalics <rudalics@gmx.at>
12471
12472 * window.el (display-buffer-window): Rewrite doc-string.
12473 (display-buffer-record-window): New function.
12474 (display-buffer-macro-specifiers)
12475 (display-buffer-even-window-sizes, display-buffer-set-height)
12476 (display-buffer-set-width, display-buffer-in-window)
12477 (display-buffer-reuse-window, display-buffer-split-specifiers)
12478 (display-buffer-side-specifiers, display-buffer-split-window-1)
12479 (display-buffer-split-window, display-buffer-split-atom-window)
12480 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
12481 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
12482 (display-buffer-other-window-means-other-frame)
12483 (display-buffer-normalize-special)
12484 (display-buffer-normalize-default)
12485 (display-buffer-normalize-argument)
12486 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
12487 (display-buffer-normalize-specifiers, display-buffer-frame)
12488 (display-buffer-same-window, display-buffer-same-frame)
12489 (display-buffer-other-window)
12490 (display-buffer-same-frame-other-window)
12491 (display-buffer-other-frame, pop-to-buffer-same-window)
12492 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
12493 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
12494 (switch-to-buffer-same-frame)
12495 (switch-to-buffer-other-window-same-frame)
12496 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
12497 (display-buffer-alist-set-1, display-buffer-alist-set-2)
12498 (display-buffer-alist-set): Remove.
12499 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
12500 (special-display-regexps, special-display-function):
12501 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
12502 parameter.
12503 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
12504 (special-display-frame-alist, special-display-popup-frame)
12505 (same-window-buffer-names, same-window-regexps, same-window-p)
12506 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12507 (split-window-preferred-function, split-height-threshold)
12508 (split-width-threshold, window-splittable-p)
12509 (split-window-sensibly, window--try-to-split-window)
12510 (window--frame-usable-p, even-window-heights)
12511 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
12512 (window--display-buffer-2, display-buffer-other-frame):
12513 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
12514 (display-buffer-default, display-buffer-assq-regexp): New functions.
12515 (display-buffer-alist): Rewrite doc-string.
12516 (display-buffer-default-action)
12517 (display-buffer-overriding-action): New variables.
12518 (display-buffer, switch-to-buffer): Rewrite.
12519 (pop-to-buffer): Restore Emacs 23 behavior but use
12520 window-normalize-buffer-to-display.
12521 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12522 Restore Emacs 23 behavior but use
12523 window-normalize-buffer-to-switch-to.
12524 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
12525 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
12526 Rewrite using Emacs 23 options.
f818cd2a 12527
5bc3b51d
MA
125282011-08-31 Michael Albinus <michael.albinus@gmx.de>
12529
12530 * net/tramp.el (tramp-root-regexp): Remove.
12531 (tramp-completion-file-name-regexp-unified)
12532 (tramp-completion-file-name-regexp-separate)
12533 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 12534 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
12535 (tramp-drop-volume-letter): Simplify definition.
12536 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 12537
b1a4f8e1
SM
125382011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
12541 (bug#9356).
12542
5664fa7b
RT
125432011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
12544
b1a4f8e1 12545 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 12546
9a45d6c3
JL
125472011-08-29 Juri Linkov <juri@jurta.org>
12548
12549 * isearch.el (isearch-done): Don't display message "Mark saved"
12550 when arg `edit' is non-nil to prevent its flicker in the echo area.
12551
fb87e0fb
CY
125522011-08-28 Chong Yidong <cyd@stupidchicken.com>
12553
12554 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
12555 obsolete packages for deletion.
12556
09ac1c2a
CS
125572011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
12558
12559 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 12560 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
12561 view-mode from help-mode.
12562 (help-xref-override-view-map): Remove.
12563 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
12564 view-mode is not used anymore.
12565
7a1ff57f
CY
125662011-08-28 Chong Yidong <cyd@stupidchicken.com>
12567
12568 * server.el (server-port): Doc fix.
12569
b9696605
CY
12570 * cus-theme.el (custom-theme-choose-mode): Inherit from
12571 special-mode (Bug#9124).
12572 (custom-theme-choose-mode-map): Add special-mode to parent.
12573
ef8cdf8c
AM
125742011-08-28 Alan Mackenzie <acm@muc.de>
12575
12576 * progmodes/cc-fonts.el
12577 (c-make-font-lock-BO-decl-search-function): New function.
12578 (c-basic-matchers-after - "Fontify the clauses after various
12579 keywords"): Extract the three keyword lists for the 3 erroneous
12580 constructs from the list of four, and use the new function above
12581 in place of an old one.
12582
27de4e20
DD
125832011-08-28 Deniz Dogan <deniz@dogan.se>
12584
12585 * net/rcirc.el (rcirc-insert-prev-input)
12586 (rcirc-insert-next-input): Remove unused argument.
12587
356a3681
SM
125882011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
12591
3fc9b218
AM
125922011-08-27 Alan Mackenzie <acm@muc.de>
12593
12594 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
12595 handle function pointer parameters properly.
12596
538a061c
MR
125972011-08-27 Martin Rudalics <rudalics@gmx.at>
12598
12599 * window.el (display-buffer-reuse-window): Fix case where
12600 selected window was reused with non-nil OTHER-WINDOW argument.
12601 (Bug#9381)
12602
35b1c40c
DD
126032011-08-27 Deniz Dogan <deniz@dogan.se>
12604
12605 * net/rcirc.el (rcirc-check-auth-status): Adding support for
12606 oftc's NickServ messages.
12607
2f6a3e79
GM
126082011-08-27 Glenn Morris <rgm@gnu.org>
12609
12610 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
12611
7254299e
CY
126122011-08-26 Chong Yidong <cyd@stupidchicken.com>
12613
12614 * emacs-lisp/package.el (package-install): Call package-initialize
12615 if called interactively.
12616
f8ccf167
LL
126172011-08-26 Leo Liu <sdl.web@gmail.com>
12618
12619 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
12620
3e8cd5ce
JL
126212011-08-25 Juri Linkov <juri@jurta.org>
12622
12623 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12624 `search-whitespace-regexp' (bug#9364).
12625
93eb7113
JL
126262011-08-25 Juri Linkov <juri@jurta.org>
12627
12628 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
12629 `regexp-search-ring' to their global values to protect from
12630 updating by `read-from-minibuffer' (bug#9185).
12631
f65d1611
JL
126322011-08-25 Juri Linkov <juri@jurta.org>
12633
12634 * textmodes/ispell.el (ispell-command-loop): Add newline
12635 at the end of the "Use option `i'..." line.
12636
f1cf7a31
JL
126372011-08-25 Juri Linkov <juri@jurta.org>
12638
12639 * battery.el (display-battery-mode): If `battery-status-function'
12640 or `battery-mode-line-format' is nil, display the message and set
12641 `display-battery-mode' to nil (bug#9363).
12642
0c95fcf7
EZ
126432011-08-25 Eli Zaretskii <eliz@gnu.org>
12644
12645 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
12646 bidi-string-mark-left-to-right; they are unnecessary now.
12647
a2ebe600
DD
126482011-08-25 Deniz Dogan <deniz@dogan.se>
12649
12650 * net/quickurl.el: Documentation typo fixes.
12651
e4ed06f1
CY
126522011-08-25 Chong Yidong <cyd@stupidchicken.com>
12653
12654 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
12655
e5f1c99e
GM
126562011-08-25 Glenn Morris <rgm@gnu.org>
12657
b2948976
GM
12658 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
12659
e5f1c99e
GM
12660 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
12661 (smtpmail-via-smtp): Handle nil response from smtp.
12662
f22f4808
JL
126632011-08-24 Juri Linkov <juri@jurta.org>
12664
12665 * proced.el (proced-marked): Inherit from `error' instead of
12666 `font-lock-warning-face'.
12667
12668 * ibuffer.el (ibuffer-marked-face): Change default face from
12669 `font-lock-warning-face' to `warning'.
12670 (ibuffer-deletion-face): Change default face from
12671 `font-lock-type-face' to `error'.
12672
12673 * battery.el (battery-update): Use the face `error' instead of
12674 `font-lock-warning-face' (bug#6117).
12675
6a93965e
JL
126762011-08-24 Juri Linkov <juri@jurta.org>
12677
12678 * faces.el (success): Change face color from "Green3" to
12679 "ForestGreen" on light background (bug#9353).
12680
1ed43b09
CY
126812011-08-24 Chong Yidong <cyd@stupidchicken.com>
12682
5664fa7b
RT
12683 * window.el (quit-window): Rename from quit-restore-window.
12684 Use same arglist as old quit-window.
1ed43b09
CY
12685 (frame-auto-delete): Doc fix.
12686
12687 * view.el (view-mode-exit): Use quit-window.
12688
11dcdbb2
JL
126892011-08-24 Juri Linkov <juri@jurta.org>
12690
12691 * isearch.el (isearch-ring-adjust1): Start visiting previous
12692 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
12693 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
12694 for empty search string (when the last search string is reused
12695 automatically) to adjust the isearch ring to the last element and
12696 prepare the correct index for further M-p commands (bug#9185).
12697
de62b4df
KH
126982011-08-24 Kenichi Handa <handa@m17n.org>
12699
12700 * international/ucs-normalize.el: If decomposition property of
12701 CHAR is the default one (i.e. a list of CHAR itself), treat it as
12702 nil.
12703 (nfd, nfkd): Likewise.
12704
963b492b
SM
127052011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
12708 from process filters aren't reliably transmitted to the surrounding
12709 accept-process-output.
12710 (mpc-proc-check): New function.
12711 (mpc-proc-sync): Use it (bug#8293)
12712
93b6b5e1
SM
127132011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
12716 Add compatibility functions (bug#9313).
12717
bca633fb
EZ
127182011-08-23 Eli Zaretskii <eliz@gnu.org>
12719
b177498a
EZ
12720 * cus-start.el (all): Add entry for bidi-paragraph-direction.
12721
6df6ae42 12722 * international/uni-bidi.el: Regenerate.
bca633fb 12723
0902a04e
KH
127242011-08-23 Kenichi Handa <handa@m17n.org>
12725
12726 * international/charprop.el:
12727 * international/uni-bidi.el:
12728 * international/uni-category.el:
12729 * international/uni-combining.el:
12730 * international/uni-comment.el:
12731 * international/uni-decimal.el:
12732 * international/uni-decomposition.el:
12733 * international/uni-digit.el:
12734 * international/uni-lowercase.el:
12735 * international/uni-mirrored.el:
12736 * international/uni-name.el:
12737 * international/uni-numeric.el:
12738 * international/uni-old-name.el:
12739 * international/uni-titlecase.el:
12740 * international/uni-uppercase.el: Regenerate.
12741
3bbf23bc
MR
127422011-08-23 Martin Rudalics <rudalics@gmx.at>
12743
12744 * help.el (help-window-setup): Fix message displayed when other
12745 window is reused. (Bug#9341)
12746
b3fd59bd
SM
127472011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12748
1802e444
SM
12749 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
12750 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
12751
b3fd59bd
SM
12752 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
12753 Mark obsolete.
12754 * shell.el (shell-parse-pcomplete-arguments): New function.
12755 (shell-completion-vars): Use it instead (bug#9160).
12756
4eb61348
SM
127572011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12758
867cab74
SM
12759 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
12760 strings and comments (bug#9333).
12761
4eb61348
SM
12762 * emacs-lisp/debug.el (debug-arglist): New function.
12763 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
12764 (debug-on-entry-1): Handle interpreted closures (bug#9120).
12765
262a1439
JL
127662011-08-22 Juri Linkov <juri@jurta.org>
12767
56ee679c
JL
12768 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12769 Revert regexp that highlights output switches to its old
12770 pre-2010-10-28 value and remove one `?' from it (bug#9319).
12771
262a1439
JL
12772 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
12773 to check for empty output (bug#9226).
12774
f13f86fb
CY
127752011-08-22 Chong Yidong <cyd@stupidchicken.com>
12776
12777 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
12778 symbol-constituent as the default, as that stops font-lock from
12779 working properly (Bug#8843).
12780
c65c9622
LMI
127812011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12782
12783 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
12784 `coding-system-for-*' around the process open call to avoid
12785 auth-source side effects.
e7f2c178 12786 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
12787 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
12788 probe hangs.
c65c9622 12789
23a8a5ab
CY
127902011-08-21 Chong Yidong <cyd@stupidchicken.com>
12791
ff98b2dd
CY
12792 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
12793
23a8a5ab
CY
12794 * emacs-lisp/find-func.el (find-function-noselect): New arg
12795 lisp-only.
12796
12797 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
12798 signal an error for built-in functions (Bug#6664).
12799
f5e3c598
LMI
128002011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12801
12802 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
12803 (smtpmail-try-auth-methods): Use it.
12804
a3f2468a
CY
128052011-08-21 Chong Yidong <cyd@stupidchicken.com>
12806
2c34e8da
CY
12807 * font-lock.el (font-lock-fontify-region)
12808 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
12809 (font-lock-default-unfontify-buffer)
12810 (font-lock-default-fontify-region)
12811 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
12812
b3fd59bd
SM
12813 * progmodes/compile.el (compilation-error-properties):
12814 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
12815 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
12816 `ant' regexp.
ee31aabc 12817
a3f2468a
CY
12818 * net/browse-url.el (browse-url-firefox): Don't call
12819 browse-url-firefox-sentinel unless using -remote (Bug#9328).
12820
8e999f70
GM
128212011-08-20 Glenn Morris <rgm@gnu.org>
12822
c21a496a
GM
12823 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
12824
59ee0542
GM
12825 * tutorial.el (tutorial--default-keys): Update some default bindings.
12826
8e999f70
GM
12827 * files.el (hack-local-variables): Fully ignore case for "mode:".
12828
e3715033
AM
128292011-08-20 Alan Mackenzie <acm@muc.de>
12830
12831 Resolve invalid use of a regexp in regexp-opt.
12832
4d61f28d
JB
12833 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
12834 detection for a java annotation.
e3715033 12835
4d61f28d 12836 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
12837 detection for a java annotation.
12838
4d61f28d
JB
12839 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
12840 handling for java.
e3715033
AM
12841 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
12842
04ed2e9c
CY
128432011-08-20 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
12846 (Bug#9274).
12847
826cee64
AM
128482011-08-20 Alan Mackenzie <acm@muc.de>
12849
58179cce 12850 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
12851 such a construct. Mainly for when jit-lock etc. starts a chunk
12852 here.
12853
58179cce 12854 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 12855 variable.
58179cce 12856 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
12857 c-make-font-lock-search-function.
12858 (c-make-font-lock-search-function): Use the above function.
12859 (c-make-font-lock-context-search-function): New function.
12860 (c-cpp-matchers): Enhance the preprocessor expression case with
12861 the above function
12862 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
12863 which takes an expression.
12864
12865 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
12866
13009bd8
MR
128672011-08-20 Martin Rudalics <rudalics@gmx.at>
12868
12869 * window.el (display-buffer-reuse-window)
12870 (display-buffer-pop-up-window): Don't reuse or split a side
12871 window.
12872
9234ff7f
GM
128732011-08-19 Glenn Morris <rgm@gnu.org>
12874
12875 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 12876 Downcase "Mode:". (Bug#9331)
9234ff7f 12877
f635daa1
CY
128782011-08-18 Chong Yidong <cyd@stupidchicken.com>
12879
12880 * international/characters.el: Add L and R categories.
12881
12882 * subr.el (bidi-string-mark-left-to-right): Rename from
12883 string-mark-left-to-right. Use category search.
12884
12885 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
12886
bc987f8b
JL
128872011-08-18 Juri Linkov <juri@jurta.org>
12888
12889 * faces.el (error, warning, success): New faces with definitions
12890 copied from old default values of `font-lock-warning-face',
12891 `compilation-warning', `compilation-info' (bug#6117).
12892
12893 * font-lock.el (font-lock-warning-face): Inherit from `error'.
12894
12895 * progmodes/compile.el (compilation-error): Inherit from `error'.
12896 (compilation-warning): Inherit from `warning'.
12897 (compilation-info): Inherit from `success'.
12898
12899 * dired.el (dired-marked): Inherit from `warning'.
12900 (dired-flagged): Inherit from `error'.
12901
57173b96
LMI
129022011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12903
3e79eb87
LMI
12904 * mail/smtpmail.el (auth-source): Require to avoid problems with
12905 binding variables (bug#9298). Also clean up some unused
12906 autoloads.
12907
b3fd59bd
SM
12908 * net/network-stream.el (network-stream-open-starttls):
12909 Support using starttls.el without using gnutls-cli.
57173b96 12910
02b404de
JL
129112011-08-17 Juri Linkov <juri@jurta.org>
12912
12913 * progmodes/grep.el (rgrep): Handle the case when
12914 `grep-find-command' is a cons cell (bug#9278).
12915
8c9177f2
MR
129162011-08-17 Martin Rudalics <rudalics@gmx.at>
12917
12918 * window.el (display-buffer-pop-up-frame): Run frame creation
12919 function with BUFFER current (as special-display-popup-frame
12920 does). Reported by Drew Adams.
12921
3644a0ab
DU
129222011-08-17 Daiki Ueno <ueno@unixuser.org>
12923
12924 * epa-mail.el: Simplify GnuPG group expansion using
12925 epg-expand-group.
12926 (epa-mail-group-alist, epa-mail-group-modtime)
12927 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
12928 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
12929 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
12930 Remove.
12931
5e617bc2 129322011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
12933
12934 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
12935
9c4aeabf
AM
129362011-08-16 Alan Mackenzie <acm@muc.de>
12937
12938 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
12939 Correct, to avoid the inside of macros.
12940
3a99bf64
RS
129412011-08-16 Richard Stallman <rms@gnu.org>
12942
04963aa8
RS
12943 * epa-mail.el: Handle GnuPG group definitions.
12944 (epa-mail-group-alist, epa-mail-group-modtime)
12945 (epa-mail-gnupg-conf-file): New variables.
12946 (epa-mail-parse-groups, epa-mail-sync-groups)
12947 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
12948 (epa-mail-expand-recipients): New functions.
12949 (epa-mail-encrypt): Call epa-mail-expand-recipients.
12950
177549d0
RS
12951 * mail/rmail.el (rmail-epa-decrypt): New command.
12952
fe38beef
RS
12953 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
12954 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
12955 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
12956 (epa-decrypt-armor-in-region): Make error message clearer.
12957
934eacb9
SM
129582011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
12959
12960 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
12961 and "a2b" to "ab" for `prefix'.
12962
d024fb4e
CY
129632011-08-14 Chong Yidong <cyd@stupidchicken.com>
12964
12965 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
12966 filter groups.
de148fee
CY
12967 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
12968 Fourquet (Bug#8804).
d024fb4e 12969
62f1ca49
JB
129702011-08-12 Juanma Barranquero <lekktu@gmail.com>
12971
12972 * startup.el (argi): Declare as global variable (bug#9275).
12973
9ccaaa4b
CY
129742011-08-12 Chong Yidong <cyd@stupidchicken.com>
12975
12976 * subr.el (string-mark-left-to-right): Search the entire string
12977 for RTL script, not just the terminating character. Doc fix.
12978
a3dae87a
SM
129792011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
12980
6cd18349
SM
12981 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
12982 New function.
12983 (js--regexp-literal, js-syntax-propertize-function): Remove.
12984 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
12985 (js-mode-map): Don't rebind electric keys.
12986 (js-insert-and-indent): Remove.
12987 (js-mode): Setup electric-layout and electric-indent instead.
12988
a3dae87a
SM
12989 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
12990
9d5cb631
DU
129912011-08-12 Daiki Ueno <ueno@unixuser.org>
12992
12993 * epa.el (epa-progress-callback-function): Fix the logic of
12994 displaying progress.
12995 * epa-file.el (epa-file-insert-file-contents): Make progress
12996 display more user-friendly.
12997 (epa-file-write-region): Ditto.
12998
3e26a4a2
CY
129992011-08-10 Chong Yidong <cyd@stupidchicken.com>
13000
13001 * subr.el (string-mark-left-to-right): New function.
13002
13003 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
13004 Use string-mark-left-to-right.
13005 (list-buffers-noselect): Caller changed.
13006
a3dae87a
SM
13007 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13008 Use string-mark-left-to-right.
3e26a4a2
CY
13009 (tabulated-list-print): Recenter after moving point.
13010
ac8cf6e6
JL
130112011-08-10 Juri Linkov <juri@jurta.org>
13012
13013 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
13014 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
13015 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
13016
8d96c9a4
CY
130172011-08-09 Chong Yidong <cyd@stupidchicken.com>
13018
13019 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
13020 (Bug#7554).
13021
7be1c708 130222011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
13023
13024 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
13025 character. (Bug#6594)
13026
37e11a63
CY
130272011-08-08 Chong Yidong <cyd@stupidchicken.com>
13028
839dde57
CY
13029 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
13030 (image-dired--with-db-file): New macro.
13031 (image-dired-write-tags, image-dired-remove-tag)
13032 (image-dired-create-gallery-lists, image-dired-write-comments)
13033 (image-dired-get-comment, image-dired-mark-tagged-files)
13034 (image-dired-list-tags, image-dired-gallery-generate): Use it.
13035 (image-dired-gallery-generate): Use insert-file-contents.
13036
37e11a63
CY
13037 * time.el (display-time-world-list, display-time-world-display):
13038 * time-stamp.el (time-stamp-string):
13039 * vc/add-log.el (add-change-log-entry): Use setenv instead of
13040 set-time-zone-rule (Bug#7337).
13041
0b4946c4
DU
130422011-08-08 Daiki Ueno <ueno@unixuser.org>
13043
13044 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
13045 (epg-error-to-string, epg-errors-to-string): New function.
13046 (epg-wait-for-completion): Reverse errors list.
13047 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
13048 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
13049 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
13050 (epg-sign-keys, epg-generate-key-from-file)
13051 (epg-generate-key-from-string): Format errors by using
13052 epg-errors-to-string (bug#9255).
13053 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
13054
75bfc667
JL
130552011-08-07 Juri Linkov <juri@jurta.org>
13056
13057 * faces.el (list-faces-display): Remove extra angle bracket
13058 from `help-mode-map'.
13059
13060 * info.el (Info-history-toc-nodes): Doc fix.
13061
13062 * longlines.el (longlines-mode): Doc fix.
13063
673e08bb
SM
130642011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
13065
4640dd88
SM
13066 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
13067 of statements and in a few more cases (bug#9183).
13068
673e08bb
SM
13069 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
13070 New functions.
13071 (cl-transform-lambda): Use them (bug#9239).
13072
89b3f019
MR
130732011-08-05 Martin Rudalics <rudalics@gmx.at>
13074
13075 * window.el (display-buffer-same-window)
13076 (display-buffer-same-frame, display-buffer-other-window)
13077 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13078 (pop-to-buffer-other-window)
13079 (pop-to-buffer-same-frame-other-window)
13080 (pop-to-buffer-other-frame): Make them defuns.
13081 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
13082
640c8776
SM
130832011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * subr.el (make-composed-keymap): Move from C. Change calling
13086 convention, and improve docstring to bring attention to a subtle point.
13087 * minibuffer.el (completing-read-default): Adjust accordingly.
13088
63648a95
MA
130892011-08-03 Michael Albinus <michael.albinus@gmx.de>
13090
13091 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
13092 (tramp-open-shell): Use `tramp-shell-quote-argument'.
13093
13094 * net/trampver.el: Update release number.
13095
b796c9b7
SM
130962011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
13099 "in" (bug#9190).
13100
2239d7d5
LMI
131012011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
13102
e07dd7c3
LMI
13103 * mail/sendmail.el (sendmail-query-once): Restore the current
13104 buffer after querying (bug#9074).
13105
0e6a2bd7
LMI
13106 * dired.el (dired-flagged): Use different faces for marked and
13107 flagged files (bug#6117).
13108
ce887515
LMI
13109 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
13110 (bug#4433).
13111
92f2affc
LMI
13112 * ido.el (ido-mode): Switch off the message if called
13113 non-interactively.
13114
57d5aff0
LMI
13115 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
13116 before 587, since it appears that that's more likely to work for
13117 more people.
13118
98cd6c18 13119 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 13120 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
13121 exist.
13122
b96dec83
LMI
13123 * info.el: Remove the `Info-beginning-of-buffer' function
13124 (bug#8325).
13125
b796c9b7
SM
13126 * net/network-stream.el (network-stream-open-starttls):
13127 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 13128
d90e2ea0
MR
131292011-08-01 Martin Rudalics <rudalics@gmx.at>
13130
13131 * window.el (display-buffer-in-window): Don't set dedicated status
13132 of window here (Bug#9215).
13133 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13134 (display-buffer-pop-up-side-window)
b796c9b7 13135 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 13136
cca09170
SM
131372011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
13140 before binding generated-autoload-file.
13141
027b979c
DD
131422011-08-01 Deniz Dogan <deniz@dogan.se>
13143
13144 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
13145
3c7ee4f3
MA
131462011-07-30 Michael Albinus <michael.albinus@gmx.de>
13147
13148 Sync with Tramp 2.2.2.
13149
13150 * net/trampver.el: Update release number.
13151
2cc8e51a
JL
131522011-07-30 Juri Linkov <juri@jurta.org>
13153
13154 * dired-aux.el (dired-touch-initial): Remove function.
13155 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
13156 current time, and `default' to the last modification time of the
13157 current marked file (bug#6887).
13158
a514d856
JM
131592011-07-28 Jose E. Marchesi <jemarch@gnu.org>
13160
13161 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 13162 numeric argument to read-number (bug#9163).
a514d856 13163
8a7eddd7
MA
131642011-07-27 Michael Albinus <michael.albinus@gmx.de>
13165
13166 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
13167 connection process, it could be nil.
13168
1ddd96f5
LL
131692011-07-27 Leo Liu <sdl.web@gmail.com>
13170
13171 Simplify url handling in rcirc-mode.
13172
13173 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
13174 (rcirc-browse-url-at-mouse): Remove.
13175 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
13176
b248a85d
AM
131772011-07-26 Alan Mackenzie <acm@muc.de>
13178
13179 Fontify bitfield declarations properly.
13180
13181 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
13182 (c-symbol-chars): Now exported as a lang variable.
13183 (c-not-primitive-type-keywords): New lang variable.
13184
13185 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
13186 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 13187 parsed as a bitfield declaration.
b248a85d 13188
b796c9b7
SM
13189 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13190 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
13191 (c-punctuation-in): New function.
13192 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
13193 declarations properly.
13194
68575ab0
UJ
131952011-07-26 Ulf Jasper <ulf.jasper@web.de>
13196
13197 * calendar/icalendar.el (icalendar--all-events): Take care of
13198 multiple vcalendars in a single file.
b796c9b7 13199 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 13200
0f0a88b9
DD
132012011-07-25 Deniz Dogan <deniz@dogan.se>
13202
13203 * image.el (insert-image): Clarifying docstring.
13204
0b3f36df
MA
132052011-07-24 Michael Albinus <michael.albinus@gmx.de>
13206
13207 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
13208 `tramp-send-command-and-check' if there is no error.
13209 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
13210
a9901f61
AM
132112011-07-22 Alan Mackenzie <acm@muc.de>
13212
13213 Prevent cc-langs.elc being loaded at run time.
13214
13215 * progmodes/cc-mode.el: Remove two autoload forms which loaded
13216 cc-langs.
13217
4d61f28d 13218 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
13219 "(require 'cc-langs)". Quote a form so it will evaluate at
13220 (cc-mode's) compilation time.
13221
11d074b2
MA
132222011-07-22 Michael Albinus <michael.albinus@gmx.de>
13223
13224 * net/tramp.el (tramp-file-name-handler): Avoid recursive
13225 loading. (Bug#9114)
13226
938b94c8
MR
132272011-07-21 Martin Rudalics <rudalics@gmx.at>
13228
13229 * window.el (display-buffer-pop-up-window)
13230 (display-buffer-pop-up-side-window)
13231 (display-buffer-in-side-window): Call display-buffer-set-height
13232 and display-buffer-set-width after setting the new window's
b796c9b7 13233 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 13234
bfa4f190
SS
132352011-07-20 Sam Steingold <sds@gnu.org>
13236
13237 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
13238 (etags-tags-included-tables): Call `convert-standard-filename' on
13239 the file names contained in TAGS so that windows Emacs can handle
13240 TAGS files created by cygwin ctags.
13241
8ca42262
LMI
132422011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13243
13244 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
13245 which apparently didn't work.
13246
5db2afd2 132472011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 13248
5db2afd2
RW
13249 * proced.el (proced-send-signal): For *Marked Processes* buffer
13250 put point at beginning of buffer.
13251
92e15d10
SB
132522011-07-19 Stephen Berman <stephen.berman@gmx.net>
13253
13254 * proced.el (proced-format): Make header lines align with the text
13255 (bug#1779).
13256
1bfd59e5
LMI
132572011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13258
13259 * view.el (view-buffer): Allow running in `special' modes if we're
13260 visiting a file (bug#8615).
13261
f5aae37c
MR
132622011-07-19 Martin Rudalics <rudalics@gmx.at>
13263
13264 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
13265 (display-buffer-alist-set-1, display-buffer-alist-set-2):
13266 New functions.
f5aae37c
MR
13267 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
13268 more accurately.
13269
bf2c1571
AM
132702011-07-18 Alan Mackenzie <acm@muc.de>
13271
13272 Fontify declarators properly when, e.g., a jit-lock chunk begins
13273 inside a declaration.
13274
13275 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
13276
b796c9b7
SM
13277 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13278 New function.
bf2c1571
AM
13279 (c-complex-decl-matchers): Insert reference to
13280 c-font-lock-enclosing-decls.
13281
13282 * progmodes/cc-engine.el (c-backward-single-comment):
13283 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
13284 to nil around calls to (forward-comment -1).
13285
4e190b80
LMI
132862011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13287
12dc863d
LMI
13288 * image.el (put-image): Doc typo fix.
13289
a762e966
LMI
13290 * progmodes/etags.el (tags-search): Doc typo fix.
13291
4e190b80
LMI
13292 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
13293 password if we get errors 550 to 554.
13294
f019fb21
LMI
132952011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13296
b796c9b7 13297 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 13298
81746738
LMI
13299 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
13300 indentation character (bug#6380).
13301
3ee3a1b5
LMI
13302 * files.el (buffer-offer-save): Made permanently local (bug#6241).
13303
c82f64de
LMI
13304 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
13305 to clarify what the problem is (bug#4291).
13306
f019fb21
LMI
13307 * simple.el (current-kill): Clarify what
13308 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
13309 (auto-fill-mode): Document `auto-fill-function' in relation to
13310 `auto-fill-mode' (bug#2470).
f019fb21 13311
0794775d
LM
133122011-07-16 Lawrence Mitchell <wence@gmx.li>
13313
13314 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
13315 method if slot is read-only (bug#9035).
13316
be39b8cc
MR
133172011-07-16 Martin Rudalics <rudalics@gmx.at>
13318
b796c9b7 13319 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 13320 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
13321 selected before, see discussion of (Bug#8615), (Bug#6954).
13322 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 13323
6ccf7859
GM
133242011-07-15 Glenn Morris <rgm@gnu.org>
13325
13326 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 13327 Respect help-form.
6ccf7859 13328
87e86684
LM
133292011-07-09 Lawrence Mitchell <wence@gmx.li>
13330
13331 * net/gnutls.el (gnutls-min-prime-bits): New variable.
13332 (gnutls-negotiate): Use it.
13333
d6066239
LMI
133342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13335
b796c9b7
SM
13336 * net/gnutls.el (gnutls-negotiate):
13337 Upcase `gnutls-algorithm-priority'.
d6066239 13338
bd23ebc0
GM
133392011-07-15 Glenn Morris <rgm@gnu.org>
13340
c65bca65
GM
13341 * jka-compr.el (jka-compr-verbose): Move from here...
13342 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
13343 Add missing :version tag.
13344 * info.el: No need to require jka-compr when compiling.
bd23ebc0 13345
478615cc
LMI
133462011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13347
7b41decb
LMI
13348 * net/gnutls.el (gnutls-algorithm-priority): New variable.
13349 (gnutls-negotiate): Use it.
13350
dbc44fcd
LMI
13351 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
13352
06789f97
LMI
13353 * info.el (Info-beginning-of-buffer): New command.
13354 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
13355 announcing `b' as the key (bug#8325).
ab896c37 13356 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 13357
c39da690
LMI
13358 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
13359
3aa5f34b
LMI
13360 * international/mule-cmds.el
13361 (describe-specified-language-support): Make the error message
13362 clearer (bug#8905).
13363
4bf0979f
LMI
13364 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
13365
478615cc
LMI
13366 * isearch.el (isearch-barrier): Add a doc string, since it's
13367 mentioned in a function doc string (bug#8678).
13368
75c68aa1
MR
133692011-07-15 Martin Rudalics <rudalics@gmx.at>
13370
13371 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
13372 buffer argument (Bug#9083) and self-identifying label argument.
13373
a7c33da2
GM
133742011-07-15 Glenn Morris <rgm@gnu.org>
13375
13376 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
13377
2f5c6024
LMI
133782011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13379
13380 * man.el (Man-fontify-manpage): Fix message when formatting the
13381 man page (bug#7929).
13382
0bb23927 133832011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
13384
13385 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
13386 argument LRM; if non-nil, append an invisible LRM character to the
13387 buffer name.
13388 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
13389 last argument non-nil, when formatting buffer names.
0bb23927
EZ
13390 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
13391 paragraph direction.
cce4b0a7 13392
621ef9ab
LMI
133932011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13394
d1583c48
LMI
13395 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
13396 the man page name (bug#7929).
13397
6a57fb5f
LMI
13398 * image.el (put-image): Mention the `put-image' overlay property
13399 (bug#7834).
13400
d7956b14
LMI
13401 * scroll-bar.el (set-scroll-bar-mode): Mention that
13402 `scroll-bar-mode' lists the values (bug#7772).
13403
5b2d4a66
LMI
13404 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
13405 command (bug#7729).
13406
7509a874
LMI
13407 * rect.el (apply-on-rectangle): Return the point after the last
13408 operation.
13409 (string-rectangle): Go to the point after the last operation
13410 (bug#7522).
13411
4fe74b19
LMI
13412 * printing.el (pr-toggle-region): Clarify the documentation
13413 slightly (bug#7493).
13414
b796c9b7
SM
13415 * time.el (display-time-update):
13416 Allow `display-time-mail-function' to return nil (bug#7158).
13417 Fix suggested by Detlev Zundel.
ab283561 13418
fc233c9d
LMI
13419 * vc/diff.el (diff): Clarify the order the file names are read
13420 (bug#7111).
13421
43f5740b
LMI
13422 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
13423 the doc string (bug#7015).
13424
f2182a76
LMI
13425 * font-lock.el (font-lock-maximum-decoration): Mention what
13426 numeric levels mean (bug#6935).
13427
621ef9ab
LMI
13428 * startup.el (initial-buffer-choice): Don't mention the `none'
13429 selection, which is against policy.
13430
adc47434
MR
134312011-07-14 Martin Rudalics <rudalics@gmx.at>
13432
b796c9b7
SM
13433 * window.el (display-buffer-normalize-special):
13434 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 13435
7e5bfb8f
EZ
134362011-07-14 Eli Zaretskii <eliz@gnu.org>
13437
13438 * subr.el (version<, version<=, version=): Mention "-CVS" and
13439 "-12345" alpha version numbers.
13440
27fa387a
CY
134412011-07-14 Chong Yidong <cyd@stupidchicken.com>
13442
13443 * bindings.el: Add advertised binding for set-mark-command
13444 (Bug#5772).
13445
8bdfa064
CY
134462011-07-14 Chong Yidong <cyd@stupidchicken.com>
13447
13448 * bindings.el (mode-line-other-buffer):
13449 * bookmark.el (bookmark-bmenu-2-window):
13450 * bs.el (bs-cycle-next, bs-cycle-previous):
13451 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
13452 switch-to-buffer.
13453
13454 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 13455 Delete.
8bdfa064 13456
5eba16a3
JB
134572011-07-14 Juanma Barranquero <lekktu@gmail.com>
13458
13459 * follow.el (follow-debug-message, follow-redisplay):
13460 * jka-cmpr-hook.el (with-auto-compression-mode):
13461 Fix typos in docstrings.
13462
15853710
LMI
134632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13464
a28e4607
LMI
13465 * subr.el (with-silent-modifications): Clarify somewhat what the
13466 macro inhibits (bug#6525).
13467
15853710
LMI
13468 * simple.el (eval-expression): Note what it does if called
13469 interactively (bug#6495).
13470
bee0fcef
CY
134712011-07-13 Chong Yidong <cyd@stupidchicken.com>
13472
b796c9b7
SM
13473 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
13474 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
13475
13476 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13477 Remove switch-to-buffer.
13478
58274504
LMI
134792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13480
bd2fcc8d
LMI
13481 * files.el (make-directory): Clarify that an error will be raised
13482 if there's an error (bug#6397).
13483
0f04b32c
LMI
13484 * startup.el (initial-buffer-choice): Add `none' as a choice
13485 (bug#6234).
13486
465c5fc8
LMI
13487 * subr.el (add-hook): Clarify section about buffer-local hooks
13488 (bug#6218).
13489
58274504
LMI
13490 * dired.el (dired-flagged): Clarify doc string (bug#6117).
13491
bead9a43
JB
134922011-07-13 Juanma Barranquero <lekktu@gmail.com>
13493
13494 * tabify.el (untabify): Preserve the current column so that point
13495 doesn't move (bug#6032).
13496
3af98a7b
LMI
134972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13498
b796c9b7
SM
13499 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
13500 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 13501
6240145a
GM
135022011-07-13 Glenn Morris <rgm@gnu.org>
13503
13504 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
13505 (dired-insert-directory): Give a message the first time
13506 if ls is found not to support --dired.
13507
1d8c2ccc
LMI
135082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13509
13510 * simple.el (toggle-truncate-lines): Clarify what is toggled
13511 (bug#5580). Text by Drew Adams.
13512
5fc4038e
CY
135132011-07-13 Chong Yidong <cyd@stupidchicken.com>
13514
13515 * simple.el (blink-matching-open): Make the error message from the
13516 last change less verbose.
13517
bf6012e5
DN
135182011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
13519
13520 * font-lock.el (font-lock-comment-face): Use the high contrast
13521 "yellow" color for font-lock-comment-face on low color terminals
13522 using a dark background color (bug#4221).
13523
343c3b5a
LMI
135242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13525
7e9505c5
LMI
13526 * dired.el (dired-insert-set-properties): Make the doc string
13527 reflect what it does now (bug#5325).
13528
c26fdcf5
LMI
13529 * simple.el (blink-matching-open): Say that we were unable to find
13530 the match within the limit, if we're limited (bug#5122).
13531
bb388cc5
LMI
13532 * international/mule-cmds.el (prefer-coding-system): Add an
13533 example (bug#4869).
13534
343c3b5a
LMI
13535 * progmodes/etags.el (tags-search): Document `file-list-form'
13536 (bug#4731).
13537
2a517d45
LM
135382011-07-13 Lawrence Mitchell <wence@gmx.li>
13539
13540 * net/browse-url.el (browse-url-default-browser)
13541 (browse-url-browser-function): Make the default browser choice a
13542 bit more logical (bug#4300). Also clean up the doc string.
13543
b6c78ef2
JB
135442011-07-13 Juanma Barranquero <lekktu@gmail.com>
13545
13546 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
13547 binary endings (bug#4440).
13548
1c4dd947
LMI
135492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13550
a2014063
LMI
13551 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
13552 which can be pretty annoying (bug#8971).
13553
9c9c2d88
LMI
13554 * jka-compr.el (jka-compr-verbose): New variable, and use
13555 throughout (bug#8971).
13556
1c4dd947
LMI
13557 * info.el (Info-find-file): Fall back on the installation
13558 directory if we can't find the info node anywhere else.
13559
a1c9f41b
SO
135602011-07-13 Sergei Organov <osv@javad.com> (tiny change)
13561
13562 * vc/vc.el (vc-revert-file):
13563 Don't set file time-stamp in the past. (Bug#5181)
13564
536f3d36
LMI
135652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13566
7152b011
LMI
13567 * files.el (after-find-file): Give a better error message when
13568 trying to find a symlink that points to a file that doesn't exist
13569 (bug#4398).
13570
536f3d36
LMI
13571 * progmodes/cc-vars.el: Remove (probably) misleading comment
13572 (bug#4396).
13573
460c0fba
JB
135742011-07-12 Johan Bockgård <bojohan@gnu.org>
13575
13576 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
13577
7a6bda45
CY
135782011-07-12 Chong Yidong <cyd@stupidchicken.com>
13579
13580 * mouse-sel.el: Hack restoring functionality, while keeping
13581 compatibility with 2010-07-03 changes to mouse selection.
13582 (mouse-sel-primary-overlay): New var.
13583 (mouse-sel-selection-alist): Use it.
13584 (mouse-sel-mode): Doc fix; remove points that are default features
13585 of mouse.el.
13586
c79598ef
JB
135872011-07-12 Johan Bockgård <bojohan@gnu.org>
13588
13589 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13590 Fix previous fix (bug#2490).
13591
ff8be6ef
RW
135922011-07-12 Roland Winkler <winkler@gnu.org>
13593
b796c9b7
SM
13594 * textmodes/bibtex.el (bibtex-initialize):
13595 Use pop-to-buffer-same-window.
ff8be6ef
RW
13596 (bibtex-search-entries): Fix interactive call.
13597
296ba3ee
LMI
135982011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13599
f5242a02 13600 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
13601 Fontise bytecomp Error lines more correctly (bug#2490).
13602 Fix suggested by Johan Bockgård.
f5242a02 13603
296ba3ee
LMI
13604 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
13605
13606 * dired-x.el (dired-guess-default): Use `delete-dups'.
13607
f69fd0d2
CY
136082011-07-12 Chong Yidong <cyd@stupidchicken.com>
13609
13610 * dired.el (dired-mark-prompt):
13611 * dired-aux.el (dired-read-shell-command): Doc fix.
13612
eab5dc07
LMI
136132011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13614
b796c9b7
SM
13615 * mail/sendmail.el (sendmail-query-once):
13616 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
13617 emacs -Q.
13618
13619 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13620
eab5dc07
LMI
13621 * cus-edit.el (custom-file): Take an optional no-error variable.
13622 (customize-save-variable): Set the variable, and give a warning if
13623 running under "emacs -q".
13624
a1e65d42
JB
136252011-07-11 Juanma Barranquero <lekktu@gmail.com>
13626
13627 * loadhist.el (unload-feature-special-hooks):
13628 Add `auto-coding-functions', `fill-nobreak-predicate' and
13629 `find-directory-functions' (bug#5327).
13630
1d52da10
LMI
136312011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13632
be958f1d
LMI
13633 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
13634
5bedb26c
LMI
13635 * cus-edit.el (custom-guess-name-alist): -alist variables should
13636 use the `alist' type (bug#3120). Suggested by Drew Adams.
13637
1d52da10
LMI
13638 * printing.el: Add documentation to all the `pr-toggle-' commands.
13639
cd394be1 136402011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
13641
13642 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
13643 backends where it makes sense (bug#2623).
13644
dcc88d8a
LMI
136452011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13646
c3de9feb
LMI
13647 * dired-x.el (dired-guess-default): Remove duplicate shell command
13648 entries (bug#2028).
8a93078b 13649 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 13650 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 13651
dcc88d8a
LMI
13652 * subr.el (remove-duplicates): New conveniency function.
13653
505e3645
LMI
136542011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13655
13656 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
13657 (bug#1526).
13658
136592011-07-10 Martin Rudalics <rudalics@gmx.at>
13660
13661 * window.el (display-buffer-normalize-default): Don't invert
13662 meaning of even-window-heights. Reported by Eli Zaretskii
13663 <eliz@gnu.org>.
13664
455e4fa1
BR
136652011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
13666
13667 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
13668
8e0bc3e9
CY
136692011-07-10 Chong Yidong <cyd@stupidchicken.com>
13670
13671 * window.el (display-buffer): Fix arguments to
13672 display-buffer-reuse-window in last change.
13673
fa7c3228
CY
13674 * faces.el (link): Use a less saturated blue on light backgrounds.
13675
13676 * startup.el (fancy-startup-text, fancy-about-text)
13677 (fancy-startup-tail): Use font-lock faces, for background safety.
13678
c0a7f300
BN
136792011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
13680
b796c9b7
SM
13681 * emulation/viper-cmd.el (viper-change-state-to-vi):
13682 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 13683
4dc2a129
MR
136842011-07-09 Martin Rudalics <rudalics@gmx.at>
13685
13686 * window.el (display-buffer-default-specifiers): Remove.
13687 (display-buffer-macro-specifiers): Remove default specifiers.
13688 (display-buffer-alist): Default to nil.
b796c9b7 13689 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
13690 (display-buffer-pop-up-window): Allow splitting internal
13691 windows. Check whether a live window was created.
13692 (display-buffer-other-window-means-other-frame)
13693 (display-buffer-normalize-arguments): Rename to
13694 display-buffer-normalize-argument and rewrite. Set the
13695 other-window specifier.
13696 (display-buffer-normalize-special): New function.
13697 (display-buffer-normalize-options): Rename to
13698 display-buffer-normalize-default and rewrite.
13699 (display-buffer-normalize-options-inhibit): Remove.
13700 (display-buffer-normalize-specifiers): Rewrite.
13701 (display-buffer): Process other-window specifier and call
13702 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
13703 more faithfully.
b796c9b7 13704 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 13705 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
13706 (display-buffer-in-window, display-buffer-alist-set):
13707 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
13708 <tassilo@member.fsf.org>.
13709
2d43b8c9
LL
137102011-07-09 Leo Liu <sdl.web@gmail.com>
13711
13712 * register.el (insert-register): Restore accidental change on
13713 2011-06-26. (Bug#9028)
13714
7f9b7c53
GM
137152011-07-09 Glenn Morris <rgm@gnu.org>
13716
13717 * subr.el (remq): Handle the empty list. (Bug#9024)
13718
f042cfd8
AS
137192011-07-08 Andreas Schwab <schwab@linux-m68k.org>
13720
13721 * mail/sendmail.el (send-mail-function): No longer delay custom
13722 initialization.
13723 * custom.el (custom-initialize-delay): Doc fix.
13724
856b2f11
SM
137252011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
13728
afae1d68
MA
137292011-07-08 Michael Albinus <michael.albinus@gmx.de>
13730
13731 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
13732 human-friendly prompt.
13733
0757af94
SM
137342011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13735
13736 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
13737 provided by a particular plugin.
13738
d760b731
LMI
137392011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13740
13741 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
13742 save customizations (with "emacs -Q"), just set the variable
13743 instead of erroring out.
13744
13745 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
13746
cd79ce90
JL
137472011-07-08 Juri Linkov <juri@jurta.org>
13748
13749 * arc-mode.el (archive-zip-expunge, archive-zip-update)
13750 (archive-zip-update-case): Use 7z if found by `executable-find'.
13751 The order of searching the available programs is the same as in
13752 `archive-zip-extract' (bug#8968).
13753
14cc04aa
CY
137542011-07-07 Chong Yidong <cyd@stupidchicken.com>
13755
13756 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
13757 (menu-bar-options-menu): Tweak descriptions.
13758
0a1848ec
LMI
137592011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13760
13761 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
13762 menu items into verb phrases (bug#1421). Also refill to fit under
13763 80 columns.
13764
f5bd0689
CY
137652011-07-07 Chong Yidong <cyd@stupidchicken.com>
13766
538e85c6
CY
13767 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
13768 (Info-read-node-name): Doc fix (Bug#1084).
13769
f5bd0689
CY
13770 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
13771 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
13772 (end-of-sexp, beginning-of-sexp)
13773 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
13774 (forward-symbol, forward-same-syntax, word-at-point)
13775 (sentence-at-point): Doc fix (Bug#1144).
13776
56ec5115
LMI
137772011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13778
f3f8e37f
LMI
13779 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
13780 should cover it (bug#1281).
13781
0757af94 13782 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 13783
e9fce1ac 13784 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
13785 negotiation fails, then possibly try again with a non-encrypted
13786 connection (bug#9017).
13787
56ec5115
LMI
13788 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
13789 be used.
13790
c2f9aec8
RS
137912011-07-07 Richard Stallman <rms@gnu.org>
13792
13793 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
13794 property, and handle its changed format.
13795 Look for the correct line number.
13796 Use file's line contents (but not past first =) to find
13797 correct line in message.
13798
ef7b981d 137992011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
13800
13801 * international/characters.el (build-unicode-category-table):
13802 Delete it.
0757af94 13803 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 13804
0757af94 13805 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
13806 to src/chartab.c.
13807 (get-char-code-property): Call unicode-property-table-internal to
13808 load a file. Call get-unicode-property-internal where necessary.
13809 (put-char-code-property): Call unicode-property-table-internal to
13810 load a file. Call put-unicode-property-internal where necessary.
13811 put-unicode-property-internal where necessary.
0757af94
SM
13812 (char-code-property-description):
13813 Call unicode-property-table-internal to load a file.
c805dec0
KH
13814
13815 * international/charprop.el:
13816 * international/uni-bidi.el:
13817 * international/uni-category.el:
13818 * international/uni-combining.el:
13819 * international/uni-comment.el:
13820 * international/uni-decimal.el:
13821 * international/uni-decomposition.el:
13822 * international/uni-digit.el:
13823 * international/uni-lowercase.el:
13824 * international/uni-mirrored.el:
13825 * international/uni-name.el:
13826 * international/uni-numeric.el:
13827 * international/uni-old-name.el:
13828 * international/uni-titlecase.el:
13829 * international/uni-uppercase.el: Regenerate.
13830
13831 * loadup.el: Load international/charprop.el before
13832 international/characters.
13833
e14b388a
CY
138342011-07-07 Chong Yidong <cyd@stupidchicken.com>
13835
13836 * window.el (next-buffer, previous-buffer): Signal an error if
13837 called from a minibuffer window.
13838
13839 * bindings.el: Revert 2011-07-04 change.
13840
354cf0ba
RS
138412011-07-06 Richard Stallman <rms@gnu.org>
13842
13843 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
13844 (rmail-mime-insert-bulk, rmail-mime-insert-text):
13845 Treat markers like ints.
13846 (rmail-mime-entity): Doc fix.
13847
a48868a7
LMI
138482011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13849
4906cd3d
LMI
13850 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
13851 defcustom again for backwards compatibility.
13852
e0457abe
LMI
13853 * simple.el (shell-command-on-region): Fill.
13854
d67f7e1f
LMI
13855 * dired-aux.el (dired-kill-line): Add a doc string.
13856
fe204702
LMI
13857 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
13858 to "\\sw\\|\\s_" (bug#358).
13859
a48868a7
LMI
13860 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
13861 (dired-unmark-backward): Ditto.
13862 (dired-flag-backup-files): Ditto.
13863
13864 * dired-x.el (dired-mark-sexp): Ditto.
13865
aa8a705c
RS
138662011-07-06 Richard Stallman <rms@gnu.org>
13867
13868 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
13869 (rmail-mime-entity): New arg TRUNCATED.
13870 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
13871 New functions.
13872 (rmail-mime-save): Warn if entity is truncated.
13873 (rmail-mime-toggle-hidden): Likewise, for showing.
13874 (rmail-mime-process-multipart): Record when an entity is truncated.
13875
a9a936b9
RS
13876 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
13877 if ENTITY is a string.
13878
1f2b92cb
LMI
138792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13880
f4f73198 13881 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
13882 of faces when `M-C-x'-ing their definitions (bug#8378).
13883 Also clean up the code slightly.
f4f73198 13884
12b16734 13885 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 13886 because that makes the colors go away.
12b16734 13887
f0691d22
LMI
13888 * mail/sendmail.el (send-mail-function): Change the default to
13889 `sendmail-query-once'.
9e87df06 13890 (sendmail-query-once): Add an autoload cookie.
f0691d22 13891
1f2b92cb
LMI
13892 * net/network-stream.el (network-stream-open-starttls): Try using
13893 a plain connection even if the server offered STARTTLS, and we
13894 kinda wanted to use it, if Emacs doesn't have any STARTTLS
13895 capability. This should make smtpmail.el work in slightly more
13896 configurations.
13897
1cdd2a1b
MA
138982011-07-06 Michael Albinus <michael.albinus@gmx.de>
13899
13900 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
13901 New defun.
13902 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
13903
fbcc67e2
MM
139042011-07-06 Michael R. Mauger <mmaug@yahoo.com>
13905
13906 * progmodes/sql.el: Version 3.0
0757af94 13907 (sql-product-alist): Add product :completion-object,
fbcc67e2 13908 :completion-column, and :statement attributes.
0757af94 13909 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 13910 (sql-mode-syntax-table): Mark all punctuation.
0757af94 13911 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
13912 ansi keywords.
13913 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 13914 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
13915 (sql-oracle-show-reserved-words): New function for development.
13916 (sql-product-font-lock): Simplify for source code buffers.
13917 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
13918 New functions.
13919 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
13920 (sql-mode-map): Add statement movement functions.
13921 (sql-ansi-statement-starters, sql-oracle-statement-starters):
13922 New variable.
fbcc67e2
MM
13923 (sql-statement-regexp, sql-beginning-of-statement)
13924 (sql-end-of-statement, sql-signum): New functions.
0757af94 13925 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
13926 (sql-show-sqli-buffer): Bug fix.
13927 (sql-interactive-mode): Store connection data as buffer local.
0757af94 13928 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
13929 with sql-interactive-mode.
13930 (sql-save-connection): Save buffer local settings.
0757af94 13931 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
13932 (sql-product-interactive): Bug fix.
13933 (sql-preoutput-hold): New variable.
13934 (sql-interactive-remove-continuation-prompt): Bug fixes.
13935 (sql-debug-redirect): New variable.
13936 (sql-str-literal): New function.
13937 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 13938 Redesign.
fbcc67e2
MM
13939 (sql-oracle-save-settings, sql-oracle-restore-settings)
13940 (sql-oracle-list-all, sql-oracle-list-table): New functions.
13941 (sql-completion-object, sql-completion-column)
13942 (sql-completion-sqlbuf): New variables.
13943 (sql-build-completions-1, sql-build-completions)
13944 (sql-try-completion): New functions.
13945 (sql-read-table-name): Use them.
13946 (sql-contains-names): New buffer local variable.
13947 (sql-list-all, sql-list-table): Use it.
13948 (sql-oracle-completion-types): New variable.
13949 (sql-oracle-completion-object, sql-sqlite-completion-object)
13950 (sql-postgres-completion-object): New functions.
13951
d4eaeab1
GM
139522011-07-06 Glenn Morris <rgm@gnu.org>
13953
13954 * window.el (pop-to-buffer): Doc fix.
13955
322b7dab 139562011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
13957
13958 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
13959
322b7dab 139602011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 13961
322b7dab 13962 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 13963
322b7dab 13964 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 13965
605dd5bf
CY
139662011-07-05 Chong Yidong <cyd@stupidchicken.com>
13967
13968 * button.el (button): Inherit from link face. Suggested by Dan
13969 Nicolaescu.
13970
7dbfa719
SM
139712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13972
3db614b0
SM
13973 * progmodes/gdb-mi.el: Fit in 80 columns.
13974 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
13975 switch-to-buffer.
13976
7dbfa719
SM
13977 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
13978 if imenu is simply not configured (bug#8941).
13979
919d884a
KM
139802011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
13981
13982 * allout.el (allout-post-undo-hook): New allout outline-change
13983 event hook to signal undo activity.
13984 (allout-post-command-business): Run allout-post-undo-hook if an
13985 undo just occurred.
7dbfa719
SM
13986 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
13987 * allout-widgets.el (allout-widgets-after-undo-function):
13988 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
13989 in the vicinity of an undo.
13990 (allout-widgets-mode): Include allout-widgets-after-undo-function
13991 on the new allout-post-undo-hook.
13992
450a0f09
SM
139932011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
13996 Let define-derived-mode define it.
13997 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
13998 cycles of abbrev-table inheritance (bug#8998).
13999
2de69e00
RW
140002011-07-05 Roland Winkler <winkler@gnu.org>
14001
14002 * textmodes/bibtex.el: Add support for biblatex.
14003 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
14004 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
14005 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
14006 (bibtex-entry-alist, bibtex-field-alist): New variables.
14007 (bibtex-entry-field-alist): Obsolete alias for
14008 bibtex-BibTeX-entry-alist.
14009 (bibtex-entry-alist, bibtex-field-alist): New widgets.
14010 (bibtex-set-dialect): New command.
14011 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
14012 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
14013 Bind via bibtex-set-dialect.
2de69e00
RW
14014 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
14015 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
14016 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
14017 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
14018 Define via bibtex-set-dialect.
450a0f09
SM
14019 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
14020 Obey bibtex-no-opt-remove-re.
2de69e00
RW
14021 (bibtex-vec-push, bibtex-vec-incr): New functions.
14022 (bibtex-format-entry, bibtex-field-list)
14023 (bibtex-print-help-message, bibtex-validate)
14024 (bibtex-search-entries): Use new format of bibtex-entry-alist.
14025
2dcdbdd9
SM
140262011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * progmodes/compile.el (compilation-goto-locus):
14029 * net/tramp-cmds.el (tramp-append-tramp-buffers):
14030 * bs.el (bs-cycle-next, bs-cycle-previous):
14031 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
14032 * bindings.el (mode-line-other-buffer):
14033 * autoinsert.el (auto-insert):
14034 * arc-mode.el (archive-extract):
14035 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
14036
b27640fe
JB
140372011-07-05 Juanma Barranquero <lekktu@gmail.com>
14038
14039 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
14040 Fix check of `emacs-lock-unlockable-modes'.
14041 Coerce true values of `emacs-lock--try-unlocking' to t.
14042
53bbe3ad
JB
140432011-07-05 Juanma Barranquero <lekktu@gmail.com>
14044
14045 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
14046 * emacs-lock.el: New file.
14047
1d3cdbc7
JD
140482011-07-05 Julien Danjou <julien@danjou.info>
14049
14050 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
14051 than `boundp' to check if face is set.
14052
9173deec
JB
140532011-07-05 Juanma Barranquero <lekktu@gmail.com>
14054
14055 * register.el (registerv-make):
14056 * window.el (window-min-height): Fix typos in docstrings.
14057
869795d6
JD
140582011-07-05 Jan Djärv <jan.h.d@swipnet.se>
14059
9173deec 14060 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
14061 Update doc string.
14062
b768cdcd
JB
140632011-07-04 Juanma Barranquero <lekktu@gmail.com>
14064
14065 * server.el (server-execute): Catch quit and call
14066 `server-return-error' to pass the error back to emacsclient and
14067 close the connection (bug#8942).
14068
13aa217b
KM
140692011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
14070
14071 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
14072 insecure exception for current topic. Also note that auto-saves
14073 are handled differently.
14074
5d3385a0 14075 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
14076 State variables for tracking auto-save inhibition situation.
14077
14078 (allout-write-contents-hook-handler): Rename from
14079 'allout-write-file-hook-handler', and describe how it depends on
14080 write-contents-functions sensitivity to non-nil value to prevent
14081 file write.
14082
14083 (allout-auto-save-hook-handler): Remove. auto-save does not check
14084 this in individual buffers, only in the starting buffer, so this
14085 is not the right way for us to inhibit auto-save in a buffer
14086 according to its condition.
14087
14088 (allout-mode): Use new allout-write-contents-hook-handler, and
14089 only with write-contents-functions. Remove auto-save provisions -
14090 they're implemented elsewhere.
14091
14092 (allout-before-change-handler): If undo is in progress, note that
14093 for attention of allout-post-command-business.
14094
14095 (allout-post-command-business): If the command we're following was
14096 an undo, check for change in the status of encrypted items and
14097 adjust auto-save inhibitions accordingly.
14098
14099 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
14100 according to whether there are or aren't any plain-text topics
14101 pending encryption.
14102
2dcdbdd9 14103 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
14104 Adjust buffer-saved-size and some allout state to inhibit auto-saves
14105 if there are plain-text topics pending encryption.
13aa217b
KM
14106
14107 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
14108 buffer-saved-size and some allout state to not inhibit auto-saves
14109 if there are no longer any plain-text topics pending encryption.
14110
0757af94
SM
14111 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
14112 No longer provide for exemption of the current topic.
13aa217b 14113
ac89b32c
JL
141142011-07-04 Juri Linkov <juri@jurta.org>
14115
14116 Add 7z operations to delete and save changed members (bug#8968).
14117 * arc-mode.el (archive-7z-expunge, archive-7z-update):
14118 New defcustoms.
14119 (archive-7z-write-file-member): New function.
14120 (archive-7z-summarize): Fix the number of dashes in the
14121 listing output.
14122
8fa39615
SM
141232011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
14126 (bug#8958).
14127
2f11b3f1
CY
141282011-07-04 Chong Yidong <cyd@stupidchicken.com>
14129
d66fef2b
CY
14130 * bindings.el: Ignore next-buffer and previous-buffer in
14131 minibuffer-local-map.
14132
2f11b3f1
CY
14133 * font-lock.el (font-lock-builtin-face): Change light background
14134 color to dark slate blue (Bug#6693).
14135
f932a347
WD
141362011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
14137
14138 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
14139
c8af70e1
SM
141402011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
14143 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14144 Add switch-to-buffer.
14145
f158badc
LMI
141462011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14147
14148 * isearch.el (isearch-search-fun-function): Clarify further the
14149 meaning of the function returned.
14150
6d95bd46
MA
141512011-07-04 Michael Albinus <michael.albinus@gmx.de>
14152
14153 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
14154
14155 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
14156 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
14157 Use it.
14158 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
14159 `tramp-default-remote-path' does not exist.
14160 (tramp-send-command-and-read): New optional argument NOERROR.
14161 (tramp-open-connection-setup-interactive-shell)
14162 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
14163 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
14164 (tramp-process-sentinel): Flush also process' connection property.
14165 (tramp-sh-handle-start-file-process): Do not set process
14166 sentinel. It is done now ...
14167 (tramp-maybe-open-connection): ... here. (Bug#8929)
14168
909e6b67
MK
141692011-07-04 MON KEY <monkey@sandpframing.com>
14170
14171 * play/animate.el (animate-string): Doc fixes and allow changing
14172 the buffer name (bug#5417).
14173
141742011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14175
c8af70e1 14176 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 14177
f34755dc
PE
141782011-07-04 Paul Eggert <eggert@cs.ucla.edu>
14179
396cec72
PE
14180 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
14181 This is simpler and helps future-proof the code.
14182 (timer-until): Use time-subtract and float-time.
08235028 14183 (timer--time-less-p): Use time-less-p.
f34755dc 14184
56e6cc31
JB
141852011-07-04 Juanma Barranquero <lekktu@gmail.com>
14186
3abb79e5
JB
14187 * type-break.el (timep): Use the value of `float-time' to avoid a
14188 byte-compiler warning.
14189
56e6cc31
JB
14190 * server.el (server-eval-and-print): Return any result, even nil.
14191
7b9430b4
PE
141922011-07-03 Paul Eggert <eggert@cs.ucla.edu>
14193
14194 * type-break.el: Accept time formats that the builtins accept.
14195 (timep, type-break-time-difference): Accept any format that
14196 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
14197 This is simpler and helps future-proof the code.
14198 (type-break-time-difference): Round rather than ignoring
14199 subseconds components.
14200
3034e9e7
LMI
142012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14202
14203 * info.el (Info-apropos-matches): Make non-interactive, since it
14204 doesn't seem to do anything useful as a command (bug#8829).
14205
1485f4c0
CY
142062011-07-03 Chong Yidong <cyd@stupidchicken.com>
14207
14208 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 14209 Move from faces.el.
1485f4c0
CY
14210 (frame-default-terminal-background): New function.
14211
14212 * custom.el (custom-push-theme): Don't record faces in `changed'
14213 theme; this doesn't work correctly for per-frame face settings.
14214 (disable-theme): Use face-set-after-frame-default to reset faces.
14215 (custom--frame-color-default): New function.
14216
9fa3dd45
LMI
142172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14218
c8af70e1 14219 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
14220 (bug#8769).
14221
6cbbc20c
KR
142222011-03-29 Kevin Ryde <user42@zip.com.au>
14223
14224 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14225 `perl-Test2' extend to match possible "fail #N" rep count
14226 (bug#8377).
14227
c7f98048
LMI
142282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14229
65676592
LMI
14230 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
14231 `smtpmail-via-smtp' now returns the error instead of nil.
14232
c7f98048
LMI
14233 * isearch.el (isearch-search-fun-function): Clarify the doc string
14234 (bug#8101).
14235
56e6cc31 142362011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
14237
14238 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
14239 unnecessary spaces (bug#8987).
14240
2b216704
LMI
142412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14242
14243 * net/network-stream.el (open-network-stream): Use the
14244 :end-of-capability command thoughout.
14245
142462011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14247
14248 * net/network-stream.el (open-network-stream): Add the
14249 :end-of-capability command parameter, used by pop3.el.
14250
36adf6ce
LMI
142512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14252
1ca0da0e
LMI
14253 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
14254
fc00f69c
LMI
14255 * fringe.el (fringe-query-style): Remove redundant text " (type ?
14256 for list)" (bug#6475).
14257
28fd8759 14258 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 14259 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
14260 an error (bug#6297).
14261
0dd8b6da
LMI
14262 * man.el (Man-reference-regexp): Allow matching possible
14263 word-wrapped references (bug#6289).
14264
ce1438d6
LMI
14265 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
14266 for consistency with the other vc buffers (bug#6197).
14267 (vc-checkin): Ditto.
14268
14269 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
14270
36adf6ce
LMI
14271 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
14272
e83cc1f7
LMI
142732011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14274
8a20ca4c
LMI
14275 * custom.el (defcustom): Clarify that :set is only used in the
14276 Customize user interface (bug#6089).
14277
83319045
LMI
14278 * progmodes/flymake.el (flymake-mode): If the buffer isn't
14279 associated with a file, refuse to run instead of erroring out
14280 (bug#6084).
14281
a8392169
LMI
14282 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
14283 the doc string, since it appears that using `fill-column' always
14284 controls the width (bug#7845).
14285
e83cc1f7
LMI
14286 * simple.el (shell-command-on-region): Say where the error output
14287 went if `shell-command-default-error-buffer' is set (bug#6857).
14288
e47ca23b
KM
142892011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
14290
14291 * allout.el (allout-yank-processing): Adjust cursor position for
14292 backwards-deleted space.
14293
14294 (allout-rebullet-heading): Register changes with
14295 allout-exposure-changed-hook, so the modified topic is properly
14296 decorated.
14297
5cf56143
LMI
142982011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14299
08549772
LMI
14300 * minibuffer.el (completion-in-region): Document PREDICATE
14301 (bug#7136).
14302
48e96771
LMI
14303 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
14304 of keyword/argument pairs (bug#6904).
14305
c8af70e1
SM
14306 * replace.el (multi-occur):
14307 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 14308
e17d05e2
LMI
143092011-07-02 Drew Adams <drew.adams@oracle.com>
14310
14311 * dired.el (dired-mark-if): Make the message about whether it's
14312 marking or unmarking clearer (bug#8523).
14313
063b0e45
LMI
143142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14315
14316 * disp-table.el (display-table-print-array): New function.
14317 (describe-display-table): Use it to print the vectors more pretty
14318 (Bug#8859).
14319
28545e04
MR
143202011-07-02 Martin Rudalics <rudalics@gmx.at>
14321
14322 * window.el (window-state-get-1): Don't assign clone numbers.
14323 Add clone-of item to list of window parameters.
14324 (window-state-put-2): Don't process clone numbers.
14325 (display-buffer-alist): Fix doc-string.
14326
3349e122
SM
143272011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * subr.el (remq): Don't allocate if it's not needed.
14330 (keymap--menu-item-binding, keymap--menu-item-with-binding)
14331 (keymap--merge-bindings): New functions.
14332 (keymap-canonicalize): Use them to refine the canonicalization.
14333 * minibuffer.el (minibuffer-local-completion-map)
14334 (minibuffer-local-must-match-map): Move initialization from C.
14335 (minibuffer-local-filename-completion-map): Move initialization from C;
14336 don't inherit from anything here.
14337 (minibuffer-local-filename-must-match-map): Make obsolete.
14338 (completing-read-default): Use make-composed-keymap to combine
14339 minibuffer-local-filename-completion-map with either
14340 minibuffer-local-must-match-map or
14341 minibuffer-local-filename-completion-map.
14342
d224ac83
GM
143432011-07-01 Glenn Morris <rgm@gnu.org>
14344
3de63bf8
GM
14345 * type-break.el (type-break-time-sum): Use dolist.
14346
d224ac83
GM
14347 * textmodes/flyspell.el (flyspell-word-search-backward):
14348 Replace CL function.
14349
1a1e3f32
SM
143502011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14351
fe3f64d5
SM
14352 * mouse.el (mouse--strip-first-event): New function.
14353 (function-key-map): Use it to map fringe clicks to normal clicks
14354 by default.
14355
eb604e34
SM
14356 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
14357 (vc-bzr-revision-completion-table): Add support for annotate and date.
14358
1a1e3f32
SM
14359 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
14360 inherit from parent.
14361
5bd35902
LMI
143622011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14363
ace6c69c 14364 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 14365 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 14366
191e2bed
LMI
14367 * dired.el (dired-mode): Fix up the doc string as suggested by
14368 Drew Adams (bug#8817).
14369
5bd35902
LMI
14370 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
14371 cookie, since the manual says that it should be possible to add
14372 this function to `find-file-hook' (bug#8709).
14373
eee8207a
TZ
143742011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14375
14376 * progmodes/cfengine.el: Moved all cfengine3.el functionality
14377 here. Noted Ted Zlatanov as the maintainer.
14378 (cfengine-common-settings, cfengine-common-syntax): New functions
14379 to set up common things between `cfengine-mode' and
14380 `cfengine3-mode'.
14381 (cfengine3-mode): New mode.
14382 (cfengine3-defuns cfengine3-defuns-regex
14383 (cfengine3-class-selector-regex cfengine3-category-regex)
14384 (cfengine3-vartypes cfengine3-font-lock-keywords)
14385 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 14386 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 14387
36b148cf
MA
143882011-07-01 Michael Albinus <michael.albinus@gmx.de>
14389
14390 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
14391
14392 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
14393
0bf4ba9a
MR
143942011-07-01 Martin Rudalics <rudalics@gmx.at>
14395
14396 * window.el (same-window-buffer-names, same-window-regexps)
14397 (same-window-p, special-display-frame-alist)
14398 (special-display-popup-frame, special-display-function)
14399 (special-display-buffer-names, special-display-regexps)
14400 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
14401 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14402 (split-window-preferred-function, split-height-threshold)
14403 (split-width-threshold, even-window-heights)
14404 (display-buffer-mark-dedicated, window-splittable-p)
14405 (split-window-sensibly, window-safely-shrinkable-p):
14406 Un-obsolete.
14407 (display-buffer): Don't spread args with function specifier
14408 because special-display-popup-frame won't like it.
14409
35837f51
PE
144102011-07-01 Paul Eggert <eggert@cs.ucla.edu>
14411
d0672f86
PE
14412 Time-stamp simplifications and fixes.
14413 These improve accuracy slightly, and future-proof the code
14414 against some potential changes to current-time format.
14415
b9444d97
PE
14416 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
14417 by using time-since and float-time.
14418
0ef923dc
PE
14419 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
14420 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
14421 + NNN microseconds".
14422
2f81380d
PE
14423 * type-break.el (type-break-time-sum): Rewrite using time-add.
14424
845b5c3e
PE
14425 * play/hanoi.el (hanoi-current-time-float): Remove.
14426 All uses replaced by float-time.
14427
ee6f1be0
PE
14428 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
14429 This yields a more-accurate answer.
14430 (rng-time-to-float): Remove; no longer needed.
14431
fe955043
PE
14432 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
14433
5777162a
PE
14434 * calendar/timeclock.el (timeclock-seconds-to-time):
14435 Defalias to seconds-to-time, since they're the same thing.
14436
3103f8b6 14437 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 14438 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
14439 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
14440
0e61a35f
SM
144412011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * window.el (bury-buffer): Don't iconify the only frame.
14444 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
14445 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
14446
ddd63a1e
CY
144472011-07-01 Chong Yidong <cyd@stupidchicken.com>
14448
0e61a35f
SM
14449 * eshell/em-smart.el (eshell-smart-display-navigate-list):
14450 Add mouse-yank-primary.
ddd63a1e 14451
055f4923
TZ
144522011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
14453
14454 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
14455
6a2fb145
SM
144562011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * emacs-lisp/find-func.el (find-library--load-name): New fun.
14459 (find-library-name): Use it to find relative load names when provided
14460 absolute file name (bug#8803).
14461
fd4983f2
LMI
144622011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14463
887d14ad
LMI
14464 * textmodes/flyspell.el (flyspell-word): Consider words that
14465 differ only in case as potential doublons (bug#5687).
14466
c53dc7fc
LMI
14467 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
14468 Remove two rather uninteresting debugging-like messages to make
14469 debbugs.el more silent.
14470
fd4983f2
LMI
14471 * comint.el (comint-password-prompt-regexp): Accept "Response" as
14472 a password-like phrase.
14473
7a71b18d 144742011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
14475
14476 * progmodes/cc-guess.el: New file.
14477
6a2fb145 14478 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
14479
14480 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
14481 derived from `c-basic-common-init'.
14482
14483 * progmodes/cc-mode.el (top-level): Require cc-guess.
14484 (c-basic-common-init): Use `cc-choose-style-for-mode'.
14485
1fa280a3
LM
144862011-06-30 Lawrence Mitchell <wence@gmx.li>
14487
14488 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
14489
e6597158
AM
144902011-06-30 Alan Mackenzie <acm@muc.de>
14491
1fa280a3
LM
14492 * progmodes/cc-engine.el (c-guess-continued-construct):
14493 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
14494 lock is disabled. Name this case as "CASE G".
14495
68ba37fb
KM
144962011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
14497
14498 * allout.el (allout-yank-processing): Fix injection of extra space
14499 between bullet and non-whitespace character in first topic when
14500 pasting, ensuring that the actual spacing in the pasted topic
14501 following the bullet char is preserved. This extra space was
14502 causing pasted encrypted topics to get a decrypted status even
14503 when the content was actually still encrypted. Now the decryption
14504 status from before the paste is preserved.
14505
14506 (allout-flag-region): Set all allout overlays so they evaporate
14507 when reduced to zero length (evanescent), to prevent overlay
14508 leakage.
14509
887a0b34
GM
145102011-06-30 Glenn Morris <rgm@gnu.org>
14511
94b9acce
GM
14512 * w32-fns.el (w32-charset-info-alist): Declare.
14513
1d9b46d4
GM
14514 * find-dired.el (find-grep-options): Simplify.
14515
cc232200
GM
14516 * term/ns-win.el (ns-set-resource): Declare.
14517
28e77c46
GM
14518 * ses.el (row, col): Declare dynamic variables honestly.
14519
887a0b34
GM
14520 * textmodes/reftex-parse.el (index-tags): Declare.
14521
658d8eb8
CY
145222011-06-30 Chong Yidong <cyd@stupidchicken.com>
14523
14524 * cus-edit.el (customize-push-and-save): New function.
14525
14526 * files.el (hack-local-variables-confirm): Use it.
14527
1fa280a3
LM
14528 * custom.el (load-theme): New arg NO-CONFIRM.
14529 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
14530 (custom-enabled-themes): Doc fix.
14531
14532 * cus-theme.el (customize-create-theme)
14533 (custom-theme-merge-theme): Callers to load-theme changed.
14534
bb617717
LMI
145352011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14536
d61bdd5d
LMI
14537 * thingatpt.el (thing-at-point-short-url-regexp): Require that
14538 short URLs have at least one dot in them (bug #7614).
14539
bb617717
LMI
14540 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
14541 nil, because using a pty is apparently too slow (bug #895).
14542
2f31f37a
LMI
145432011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14544
14545 * mail/sendmail.el (sendmail-query-once): New function.
14546 (sendmail-query-once-function): New variable.
14547
3076b24e
GM
145482011-06-29 Glenn Morris <rgm@gnu.org>
14549
faf2a174
GM
14550 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
14551
3076b24e
GM
14552 * ses.el (top-level): Require cl when compiling.
14553 (ses-set-localvars): Fix error statement.
14554 Call it at compile time to silence a storm of warnings.
14555
5386012d
MR
145562011-06-29 Martin Rudalics <rudalics@gmx.at>
14557
14558 * window.el (normalize-live-buffer): Rename to
14559 window-normalize-buffer.
14560 (normalize-live-frame): Rename to window-normalize-frame.
14561 (normalize-any-window): Rename to window-normalize-any-window.
14562 (normalize-live-window): Rename to window-normalize-live-window.
14563 (make-window-atom): Rename to window-make-atom.
14564 (window-resize-reset): Rename to window--resize-reset.
14565 (window-resize-reset-1): Rename to window--resize-reset-1.
14566 (resize-mini-window): Rename to window--resize-mini-window.
14567 (resize-subwindows-skip-p): Rename to
14568 window--resize-subwindows-skip-p.
14569 (resize-subwindows-normal): Rename to
14570 window--resize-subwindows-normal.
14571 (resize-subwindows): Rename to window--resize-subwindows.
14572 (resize-other-windows): Rename to window--resize-siblings.
14573 (resize-this-window): Rename to window--resize-this-window.
14574 (resize-root-window): Rename to window--resize-root-window.
14575 (resize-root-window-vertically): Rename to
14576 window--resize-root-window-vertically.
14577 (normalize-buffer-to-display): Rename to
14578 window-normalize-buffer-to-display.
14579 (normalize-buffer-to-switch-to): Rename to
14580 window-normalize-buffer-to-switch-to.
14581 Correspondingly update all callers of the functions listed
14582 above.
14583 (display-buffer-alist, display-buffer-normalize-arguments)
14584 (display-buffer-normalize-options, display-buffer)
14585 (display-buffer-alist-set): Use "function" instead of
14586 "fun-with-args".
14587
1176868d
CY
145882011-06-28 Chong Yidong <cyd@stupidchicken.com>
14589
14590 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
14591 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
14592 debbugs.gnu.org. Mention acknowledgment email.
14593
20a7a65f
LMI
145942011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
14595
14596 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
14597 buffer multibyteness, since it shouldn't matter.
14598
5f45cca5
MR
145992011-06-28 Martin Rudalics <rudalics@gmx.at>
14600
14601 * window.el (display-buffer-in-side-window): Handle dedicated
14602 windows as in display-buffer-reuse-window.
14603 (display-buffer-normalize-alist): Use value of override
14604 specifier.
14605 (display-buffer-normalize-specifiers): Use value of
14606 other-window-means-other-frame specifier.
14607 (display-buffer-alist): Rewrite some texts in widgets.
14608 (display-buffer): Spread arguments when calling function
14609 specified by fun-with-args.
14610
ad85fe1f
DD
146112011-06-28 Deniz Dogan <deniz@dogan.se>
14612
1fa280a3
LM
14613 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14614 Unnest `let'.
da68c4c8 14615
ad85fe1f
DD
14616 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
14617 selectors (Bug#5732).
ec49bd31 14618 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 14619
a08cc025
JA
146202011-06-27 Jari Aalto <jari.aalto@cante.net>
14621
14622 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
14623 (eshell-ls-date-format): New defcustom.
14624 (eshell-ls-file): Use it.
14625
e2b551c5
SM
146262011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * help-fns.el (describe-variable): Fix message for terminal-local vars.
14629
8982b231
KY
146302011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
14631
14632 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
14633 (ange-ftp-make-tmp-name): New arg.
14634 (ange-ftp-file-local-copy): Use it.
14635
36c9fa27
J
146362011-06-27 Jambunathan K <kjambunathan@gmail.com>
14637
14638 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
14639 no-conversion (Bug#8870).
14640
d68443dc
MR
146412011-06-27 Martin Rudalics <rudalics@gmx.at>
14642
14643 * window.el (window-right, window-left, window-child)
14644 (window-child-count, window-last-child)
14645 (window-iso-combination-p, walk-window-tree-1)
14646 (window-atom-check-1, window-tree-1, delete-window)
14647 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
14648 new naming conventions - window-vchild, window-hchild,
14649 window-next and window-prev are now called window-top-child,
14650 window-left-child, window-next-sibling and window-prev-sibling
14651 respectively.
d615d6d2
MR
14652 (resize-window-reset): Rename to window-resize-reset.
14653 (resize-window-reset-1): Rename to window-resize-reset-1.
14654 (resize-window): Rename to window-resize.
14655 (window-min-height, window-min-width)
14656 (resize-mini-window, resize-this-window, resize-root-window)
14657 (resize-root-window-vertically, adjust-window-trailing-edge)
14658 (enlarge-window, shrink-window, maximize-window)
14659 (minimize-window, delete-window, quit-restore-window)
14660 (split-window, balance-windows, balance-windows-area-adjust)
14661 (balance-windows-area, window-state-put-2)
14662 (display-buffer-even-window-sizes, display-buffer-set-height)
14663 (display-buffer-set-width, set-window-text-height)
14664 (fit-window-to-buffer): Rename all "resize-window" prefixed
14665 calls to use the "window-resize" prefix convention.
14666 (display-buffer-alist): Fix symbol for label specifier.
14667 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
14668 corresponding specifier.
14669 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 14670
b6458526
VB
146712011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14672
14673 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
14674 convention.
14675 (ses-call-printer): Does not pass an empty string to formatter when the
14676 cell is empty to keep from barking printer Calc math-format-value.
14677
d31fd9ac
RS
146782011-06-27 Richard Stallman <rms@gnu.org>
14679
43d5bf84
RS
14680 * battery.el (battery-mode-line-limit): New variable.
14681 (battery-update): Handle it.
14682
d31fd9ac
RS
14683 * mail/rmailmm.el (rmail-mime-process-multipart):
14684 Handle truncated messages.
14685
819a6054
GM
146862011-06-27 Glenn Morris <rgm@gnu.org>
14687
14688 * progmodes/flymake.el (flymake-err-line-patterns):
14689 Allow for column numbers in the ant/javac pattern. (Bug#8866)
14690
cedc73f2
VB
146912011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
14692
819a6054 14693 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
14694 (ses--clean-!, ses--clean-_): New functions.
14695 (ses-range): Add configurability of readout order, and conversion
14696 to Calc vector.
14697
5e5d49b6
VB
14698 * ses.el (ses-repair-cell-reference-all): New function.
14699 (ses-cell-symbol): Set macro as safe, so that it can be used in
14700 formulas.
14701
56e6cc31 14702 * ses.el: Update cycle detection algorithm.
90ca8b49 14703 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 14704 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
14705 (ses-set-localvars): New function.
14706 (ses-make-cell): Add property-list as a cell element.
14707 (ses-cell-property-get-fun, ses-cell-property-get)
14708 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
14709 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
14710 New functions.
90ca8b49
VB
14711 (ses-cell-property-set, ses-cell-property-pop)
14712 (ses-cell-property-get-handle): New macro.
14713 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
14714 New aliases, used for code readability.
14715 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
14716 cycle detection.
14717 (ses-self-reference-early-detection): New defcustom.
fac916bf 14718 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
14719 (ses-mode): Use ses-set-localvars.
14720 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
14721 before lauching the update processing.
14722 (ses-initialize-Dijkstra-attempt): New function.
14723 (ses-recalculate-cell): Update for cycle detection based on
14724 Dijkstra algorithm.
14725
2bb63e81
VB
14726 * ses.el: Fix commenting and indenting convention.
14727
c9d29fb8
SM
147282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * bs.el (bs-cycle-next): Complete last change.
14731
d8e4b68b
JB
147322011-06-27 Drew Adams <drew.adams@oracle.com>
14733
14734 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
14735
40098786
LMI
147362011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14737
c9d29fb8
SM
14738 * net/network-stream.el (network-stream-open-starttls):
14739 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
14740 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
14741
40098786
LMI
14742 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
14743 to binary to possibly avoid line encoding issues on Windows (among
14744 other things).
14745
468d09d4
LMI
147462011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14747
14748 * net/network-stream.el (open-network-stream): Return an :error
14749 saying what the problem was, if possible.
14750
14751 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
14752 server.
14753
14754 * net/network-stream.el (network-stream-open-starttls): If we
14755 wanted to use STARTTLS, and the server offered it, but we weren't
14756 able to because we had no STARTTLS support, then close the connection.
14757 (open-network-stream): Return an :error element, if present.
14758
16f07dd7
CY
147592011-06-26 Chong Yidong <cyd@stupidchicken.com>
14760
88821ca0
CY
14761 * hl-line.el (hl-line-sticky-flag): Doc fix.
14762 (global-hl-line-sticky-flag): New option (Bug#8323).
14763 (global-hl-line-highlight): Obey it.
14764
16f07dd7
CY
14765 * vc/vc.el (vc-revert-show-diff): Default to t.
14766
6b5ccddf
KM
147672011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
14768
c9d29fb8
SM
14769 * allout-widgets.el (allout-widgets-post-command-business):
14770 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
14771 undecorated when an isearch is continued past, and isearch
14772 automatically collapses them. This leads to "widget leaks", where
14773 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
14774 hidden widgets can slow down cursor travel, substantially.
14775 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
14776 so we're doing without this nicety.
14777
14778 (allout-widgets-tally-string): Don't try to do a hash-table-count
14779 of allout-widgets-tally when it's nil. This eliminates spurious "Error
14780 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
14781 *Messages* when allout-widgets-maintain-tally is t.
14782
355f2e07
MR
147832011-06-26 Martin Rudalics <rudalics@gmx.at>
14784
14785 * window.el (display-buffer-normalize-argument): Rename to
14786 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
14787 LABEL argument. Respect special-display-function when popping up
14788 a new frame. Fix code searching for a window showing the buffer
14789 on another frame.
c9d29fb8
SM
14790 (display-buffer-normalize-specifiers):
14791 Call display-buffer-normalize-arguments.
355f2e07
MR
14792 (display-buffer-in-window): Don't undedicate the window if its
14793 buffer remains the same.
14794 Reported by Drew Adams <drew.adams@oracle.com>.
14795 (display-buffer-alist): Add choice for same-window macro
14796 specfier.
14797 (display-buffer): Mention special meaning of LABEL argument in
14798 doc-string. Fix quoting. Don't pop up a new frame even as
14799 fallback.
14800
7ca8fc42
JB
148012011-06-26 Juanma Barranquero <lekktu@gmail.com>
14802
14803 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
14804 avoid deleting the current window in some cases (bug#8911).
14805
bc312254
AS
148062011-06-26 Andreas Schwab <schwab@linux-m68k.org>
14807
14808 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
14809 (Bug#8934)
14810
2db18f3f
LMI
148112011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14812
c9d29fb8
SM
14813 * net/network-stream.el (network-stream-open-starttls):
14814 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
14815 (network-stream-open-tls): Ditto.
14816
6302e0d3
LL
148172011-06-26 Leo Liu <sdl.web@gmail.com>
14818
14819 * register.el (registerv): New struct.
14820 (registerv-make): New function.
c9d29fb8
SM
14821 (jump-to-register, describe-register-1, insert-register):
14822 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
14823 struct. (Bug#8415)
14824
5fdd4046
CY
148252011-06-26 Chong Yidong <cyd@stupidchicken.com>
14826
2afef60a
CY
14827 * vc/vc.el (vc-revert-show-diff): New defcustom.
14828 (vc-diff-internal): New arg specifying diff buffer.
14829 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
14830 reuse an existing *vc-diff* buffer (Bug#8927).
14831
5fdd4046
CY
14832 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
14833
e93db24a
GM
148342011-06-26 Glenn Morris <rgm@gnu.org>
14835
14836 * progmodes/f90.el (f90-critical-indent): New option.
14837 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
14838 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
14839 (f90-mode): Doc fix.
14840 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
14841 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
14842 (f90-beginning-of-block, f90-next-block, f90-indent-region)
14843 (f90-match-end): Handle block, critical.
14844
eefff499
GM
148452011-06-25 Glenn Morris <rgm@gnu.org>
14846
f6ba4cc9
GM
14847 * calendar/diary-lib.el (diary-included-files): Doc fix.
14848 (diary-include-files): New function, extracted from
14849 diary-include-other-diary-files and diary-mark-included-diary-files.
14850 (diary-include-other-diary-files, diary-mark-included-diary-files):
14851 Just call diary-include-files.
14852 (diary-mark-entries): Reset diary-included-files on first call.
14853
16712304
GM
14854 * calendar/diary-lib.el (diary-mark-entries)
14855 (diary-mark-included-diary-files):
14856 Visit included diary-files in temp buffers.
14857
5d8e0d43
GM
14858 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
14859 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
14860 (f90-start-block-re, f90-imenu-generic-expression)
14861 (f90-looking-at-program-block-start, f90-no-block-limit):
14862 Add support for submodules.
14863
ccf7a5d5
GM
14864 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14865 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 14866
11fdef7d 148672011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
14868
14869 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
14870 buffer-file-type before setting its value, to avoid disastrous
eefff499 14871 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 14872
74f53697
JB
148732011-06-25 Juanma Barranquero <lekktu@gmail.com>
14874
14875 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
14876
14877 * ses.el (ses-unload-function):
14878 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
14879
14880 * proced.el (proced-unload-function):
14881 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
14882
18a4ce5e
AR
148832011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
14884
14885 * server.el (server-create-window-system-frame): Add parameters arg.
14886 (server-process-filter): Doc fix. Handle frame-parameters.
14887
519d22cc
JB
148882011-06-25 Juanma Barranquero <lekktu@gmail.com>
14889
14890 Fix bug#8730, bug#8781.
14891
14892 * loadhist.el (unload--set-major-mode): New function.
14893 (unload-feature): Use it.
14894
14895 * progmodes/python.el (python-after-info-look): Add autoload cookie.
14896 (python-unload-function): New function.
14897
c206f5b0
SM
148982011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
14901
f9ad64f3
GS
149022011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
14903
14904 * net/browse-url.el (browse-url-firefox-program): Add icecat to
14905 the candidates list.
14906
7d0da90e
JB
149072011-06-24 Juanma Barranquero <lekktu@gmail.com>
14908
14909 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
14910
14b4e83d
RS
149112011-06-23 Richard Stallman <rms@gnu.org>
14912
14913 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
14914 (rmail-variables): Set next-error-move-function.
14915 (rmail-what-message): Take argument POS.
14916 (rmail-next-error-move): New function.
14917
273d2baf
SM
149182011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
14921 messages for adjacent non-terminals.
14922
56c2cc9a
RS
149232011-06-23 Richard Stallman <rms@gnu.org>
14924
14925 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 14926 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
14927 (rmail-start-mail): Don't specify use of rmail-mail-return;
14928 that's done by mail-bury now.
14929 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 14930
d59eb518
MA
149312011-06-23 Michael Albinus <michael.albinus@gmx.de>
14932
14933 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
14934 SIZE is a number.
14935
02cfc6d6
MR
149362011-06-23 Martin Rudalics <rudalics@gmx.at>
14937
14938 * window.el (get-lru-window, get-mru-window)
14939 (get-largest-window): Never return a minibuffer window.
14940 (display-buffer-pop-up-window): Fix a bug that could lead to
14941 reusing the minibuffer window.
14942 (display-buffer): Pass original specifier argument to
14943 display-buffer-function instead of the normalized one.
14944 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14945
4e323265
LL
149462011-06-22 Leo Liu <sdl.web@gmail.com>
14947
14948 * minibuffer.el (completing-read-function)
14949 (completing-read-default): Move from minibuf.c
14950
7a70468f
RS
149512011-06-22 Richard Stallman <rms@gnu.org>
14952
50718fc2
RS
14953 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
14954 to Rmail even if not started by a special Rmail command.
14955
7a70468f
RS
14956 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
14957 Copy the buffer currently showing just one message.
14958
297dde5a
RW
149592011-06-22 Roland Winkler <winkler@gnu.org>
14960
14961 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
14962 (bibtex-clean-entry): First delete the old key so that a
14963 customized algorithm for generating the new key does not get
14964 confused by the old key.
14965 (bibtex-url): Obey regexp of first step.
14966 (bibtex-search-entries): Do not use add-to-list with local
14967 list-var.
14968
97bb1093
LMI
149692011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14970
14971 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
14972 stored a user name, then query for the password first, instead of
14973 waiting for SMTP to give an error message and the trying again.
14974
1c0f1a19
JD
149752011-06-22 Lawrence Mitchell <wence@gmx.li>
14976
14977 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
14978 BUFFER in call-process.
14979
396f7c9d
LMI
149802011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14981
14982 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
14983 QUIT twice.
ddb7ffee
LMI
14984 (smtpmail-try-auth-methods): Require user name and password from
14985 auth-source.
396f7c9d 14986
8998d1b3
MR
149872011-06-22 Martin Rudalics <rudalics@gmx.at>
14988
14989 * window.el (display-buffer-default-specifiers)
14990 (display-buffer-alist): Remove entries for pop-up-frame-alist.
14991 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 14992 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
14993
14994 * frame.el (pop-up-frame-alist, pop-up-frame-function)
14995 (special-display-frame-alist, special-display-popup-frame):
14996 Remove duplicate declarations. These are now in window.el.
14997
4ea31e07
LMI
149982011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14999
c9d29fb8
SM
15000 * mail/smtpmail.el (smtpmail-via-smtp):
15001 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
15002 server supports it. SMTP servers that support STARTTLS commonly
15003 require it.
15004
15005 * net/network-stream.el (network-stream-open-starttls): Support
15006 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 15007 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 15008
95f41d9a
LMI
15009 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
15010 upgrades with `open-network-stream', and rely solely on
15011 auth-source for all credentials. Big changes throughout the file,
15012 but in particular:
c9d29fb8
SM
15013 (smtpmail-auth-credentials): Remove.
15014 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
15015 (smtpmail-via-smtp): Check for servers saying they want AUTH after
15016 MAIL FROM, too.
95f41d9a 15017
c9d29fb8
SM
15018 * net/network-stream.el (network-stream-open-starttls):
15019 Provide support for client certificates both for external and built-in
4ea31e07
LMI
15020 STARTTLS.
15021 (auth-source): Require.
15022 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
15023 (network-stream-certificate): Change cert-cert to cert and
15024 cert-key to key.
4ea31e07 15025
065ec2c7
MA
150262011-06-21 Michael Albinus <michael.albinus@gmx.de>
15027
15028 * net/tramp-cache.el (top): Don't load the persistency file when
15029 "emacs -Q" has been called.
15030
cd93b359
DR
150312011-06-21 Tim Harper <timcharper@gmail.com>
15032
d8e4b68b
JB
15033 * term/ns-win.el (ns-initialize-window-system):
15034 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
15035 resource to NO as it is not yet supported by the NS port.
15036
ae9c0411
JB
150372011-06-21 Juanma Barranquero <lekktu@gmail.com>
15038
15039 * misc.el (list-dynamic-libraries--refresh): Compute header here...
15040 (list-dynamic-libraries): ...not here.
15041
7f3f739f
LL
150422011-06-21 Leo Liu <sdl.web@gmail.com>
15043
15044 * subr.el (sha1): Implement sha1 using secure-hash.
15045
327c8fb1
MR
150462011-06-21 Martin Rudalics <rudalics@gmx.at>
15047
15048 * window.el (display-buffer-alist): In default value do not
15049 enforce searching a window on any but the selected frame.
15050 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15051 (display-buffer-select-window): Remove function.
15052 (display-buffer-in-window): When a window on another frame gets
15053 reused, do not select it any more but just raise its frame if
15054 necessary (Bug#8851) and (Bug#8856).
15055 (display-buffer-normalize-options): Handle pop-up-frames related
15056 options more faithfully.
15057 (pop-to-buffer): Don't rely on `display-buffer' selecting the
15058 window if it is on another frame.
c9d29fb8
SM
15059 (display-buffer-alist, display-buffer-default-specifiers):
15060 Don't make new frame unsplittable by default.
9e9de014
MR
15061 (display-buffer-normalize-argument): Fix doc-string typo and use
15062 'same-frame-other-window instead of 'other-window when associating
15063 with display-buffer-macro-specifiers.
327c8fb1 15064
7cf3f556
VB
150652011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
15066
15067 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
15068 New functions.
15069 (5x5-mode-map, 5x5-mode-menu): Bind them.
15070 (5x5-draw-grid): Tweak the solver's rendering.
15071
60a406cf
SM
150722011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
15075 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
15076
d8e4b68b 150772011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
15078
15079 * menu-bar.el: Use function variable instead of switch-to-buffer.
15080 (menu-bar-select-buffer-function): New variable.
60a406cf 15081 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 15082
478d6f95
SM
150832011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
15084
15085 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
15086 variable's status.
15087
ca530739
JD
150882011-06-20 Jan Djärv <jan.h.d@swipnet.se>
15089
15090 * x-dnd.el (x-dnd-version-from-flags)
15091 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
15092 and long as number (Bug#8899).
15093 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
15094
bcd70d97
SM
150952011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
15096
60a406cf 15097 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
15098 (completion-try-completion, completion-all-completions): Compute the
15099 metadata argument if it's missing; make it optional (bug#8795).
15100
60a406cf 15101 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
15102 (widget-complete): Use new :completion-function property.
15103 (widget-completions-at-point): New function.
15104 (default): Use :completion-function instead of :complete.
60a406cf
SM
15105 (widget-default-completions): Rename from widget-default-complete;
15106 Rewrite.
bcd70d97
SM
15107 (widget-string-complete, widget-file-complete, widget-color-complete):
15108 Remove functions.
15109 (file, symbol, function, variable, coding-system, color):
15110 * international/mule-cmds.el (default-input-method, charset)
15111 (language-info-custom-alist):
15112 * cus-edit.el (face): Use new property :completions.
15113
15114 * progmodes/pascal.el (pascal-completions-at-point): New function.
15115 (pascal-mode): Use it.
15116 (pascal-mode-map): Use completion-at-point.
15117 (pascal-toggle-completions): Make obsolete.
15118 (pascal-complete-word, pascal-show-completions):
15119 * progmodes/octave-mod.el (octave-complete-symbol):
15120 Redefine as obsolete alias.
15121 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
15122 Signal absence of completion info for old Octave,
15123 (inferior-octave-complete): Redefine as obsolete alias.
15124 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
15125 (meta-completions-at-point): Rename from meta-complete-symbol and
15126 adapt it for use on completion-at-point-functions.
15127 (meta-common-mode): Use it.
15128 (meta-looking-at-backward, meta-match-buffer): Remove.
15129 (meta-complete-symbol): Redefine as obsolete alias.
15130 (meta-common-mode-map): Use completion-at-point.
15131 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
15132 (makefile-mode-map): Use completion-at-point.
15133 (makefile-completions-at-point): Rename from makefile-complete and
15134 adapt it for use on completion-at-point-functions.
15135 (makefile-mode): Use it.
15136 (makefile-complete): Redefine as obsolete alias.
15137
aebf69c8
DD
151382011-06-20 Deniz Dogan <deniz@dogan.se>
15139
15140 * net/rcirc.el: Delete trailing whitespaces once and for all.
15141
bfbbb27d
DC
151422011-06-20 Daniel Colascione <dan.colascione@gmail.com>
15143
15144 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
15145
d264a46b
CY
151462011-06-19 Chong Yidong <cyd@stupidchicken.com>
15147
4ca009e5
CY
15148 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
15149
d264a46b
CY
15150 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
15151
fbf5b3ce
MR
151522011-06-19 Martin Rudalics <rudalics@gmx.at>
15153
15154 * window.el (display-buffer-other-window-means-other-frame):
15155 Call display-buffer-normalize-alist.
15156 (display-buffer-normalize-specifiers-1): Rename to
15157 display-buffer-normalize-argument. New argument other-frame.
15158 Rewrite.
15159 (display-buffer-normalize-specifiers-2): Rename to
15160 display-buffer-normalize-options.
15161 (display-buffer-normalize-alist-1): New function.
15162 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
15163 display-buffer-normalize-alist.
15164 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
15165 (display-buffer-normalize-options-inhibit): New variable.
15166 (display-buffer-normalize-specifiers): Rewrite calling
15167 display-buffer-normalize-alist,
15168 display-buffer-normalize-argument, and
15169 display-buffer-normalize-options. Don't call the latter if
15170 display-buffer-normalize-options-inhibit is non-nil.
15171 (frame-auto-delete): New option.
15172 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
15173 (window-list-no-nils, window-state-ignored-parameters)
15174 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
15175 (window-state-put-1, window-state-put-2, window-state-put):
15176 New functions.
9a028c23
MR
15177 (display-buffer-normalize-options): Move special-display-p group
15178 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 15179
6d10d800
CY
151802011-06-18 Chong Yidong <cyd@stupidchicken.com>
15181
6420d28b
CY
15182 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
15183 groups (Bug#8776).
15184 (rx-submatch-n): New function.
15185 (rx): Document it.
15186
ddb8b596
CY
15187 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
15188 (Bug#8768).
15189
15190 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
15191
77080289
CY
15192 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
15193
61dfb316
CY
15194 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
15195 anytime existing face settings are present (Bug#8889).
15196
6d10d800
CY
15197 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
15198 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
15199 Remove unused argument.
15200
be3fb2b8
MR
152012011-06-18 Martin Rudalics <rudalics@gmx.at>
15202
bcd70d97
SM
15203 * window.el (display-buffer-default-specifiers):
15204 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
15205 pop-up-window-min-width, and another reuse-window specifier
15206 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
15207 (display-buffer-normalize-specifiers-2):
15208 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
15209 pop-up-windows is unset. Add a reuse-window specifier for the
15210 case popping up a new window fails.
15211 (special-display-popup-frame): Remove double quoting.
28dec25a 15212 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 15213
1c6d8c76
SM
152142011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * shell.el (shell-completion-vars): Set pcomplete-termination-string
15217 according to comint-completion-addsuffix.
15218
15219 * pcomplete.el: Convert to lexical binding and fix bug#8819.
15220 (pcomplete-suffix-list): Mark as obsolete.
15221 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
15222 pcomplete-seen in the closure.
15223 (pcomplete-comint-setup): Setup completion-at-point as well.
15224 (pcomplete--entries): New function.
15225 (pcomplete--env-regexp): New var.
15226 (pcomplete-entries): Rewrite to work with partial-completion and
15227 without relying on pcomplete-suffix-list.
15228 (pcomplete-pare-list): Remove, unused.
15229
25aef8b8
MR
152302011-06-17 Martin Rudalics <rudalics@gmx.at>
15231
15232 * window.el (display-buffer-alist): Set pop-up-window-min-height
15233 and pop-up-window-min-width in default value. Reported by
15234 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
15235 other-window-means-other-frame.
15236 (display-buffer-macro-specifiers): Comment out entry for
15237 other-window specifier.
15238 (display-buffer-other-window-means-other-frame): New function.
15239 (display-buffer-normalize-specifiers-1): New arguments
15240 buffer-name and label. Treat other-window case specially.
15241 (display-buffer-normalize-specifiers-2): Treat other-window case
15242 specially.
15243 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
15244 (display-buffer-normalize-specifiers):
15245 Call display-buffer-normalize-specifiers-3.
25aef8b8 15246
dbad4f69
MR
152472011-06-17 Martin Rudalics <rudalics@gmx.at>
15248
15249 * window.el (same-window-p): Fix two typos introduced when
15250 adding with-no-warnings.
d1067961
MR
15251 (display-buffer-normalize-specifiers-1): Don't check
15252 pop-up-frames for 'unset initialization.
15253 (display-buffer-normalize-specifiers-2): Major rewrite using
15254 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
15255 (pop-up-frames, display-buffer-reuse-frames)
15256 (display-buffer-mark-dedicated): Don't initialize to 'unset.
15257 Suggested by David Engster <deng@randomsample.de>.
15258 (even-window-heights): Initialize to 'unset.
15259 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
15260 (display-buffer-macro-specifiers): Don't pop up a new frame in the
15261 other window case.
dbad4f69 15262
9b9c9e3a
MR
152632011-06-16 Martin Rudalics <rudalics@gmx.at>
15264
bcd70d97
SM
15265 * window.el (display-buffer-normalize-specifiers-1):
15266 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 15267 second argument of display-buffer (Bug#8865).
981d5c09
MR
15268 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
15269 (switch-to-buffer-other-window-same-frame)
15270 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
15271 Adams (Bug#8875).
9c2755e9
MR
15272 (display-buffer): Don't check noninteractive when calling
15273 display-buffer-pop-up-frame.
15274 (display-buffer-pop-up-frame): Never pop up a frame in
15275 noninteractive mode (Bug#8857).
67222e1d
MR
15276 (enlarge-window, shrink-window): Don't report an error when the
15277 window can't be resized as requested (Bug#8862).
9b9c9e3a 15278
2b75be67
SM
152792011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15280
9ffdd3ba
SM
15281 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
15282
cb581a67
SM
15283 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
15284
2b75be67
SM
15285 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
15286
8c0e3589
AM
152872011-06-15 Alan Mackenzie <acm@muc.de>
15288
cb581a67
SM
15289 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
15290 for declarators, disable knr checking to speed up for normal files.
15291 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 15292
b96e6cde
LMI
152932011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15294
4bba86e6
LMI
15295 * net/network-stream.el (open-network-stream): Add the keyword
15296 :always-query-capabilities for the case where you want to force a
15297 `plain' network connection, but the protocol still requires the
15298 capabilitiy command (i.e., SMTP and EHLO).
15299
2b75be67 15300 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
15301 consistency with other `-live-p' functions.
15302
efdcdbf8
SM
153032011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15304
15305 * window.el (same-window-buffer-names, same-window-regexps)
15306 (special-display-frame-alist, special-display-popup-frame)
15307 (special-display-function, special-display-buffer-names)
15308 (special-display-regexps, pop-up-frame-alist)
15309 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
15310 (pop-up-windows, split-window-preferred-function)
15311 (split-height-threshold, split-width-threshold, even-window-heights)
15312 (display-buffer-mark-dedicated): Don't encourage the use of
15313 display-buffer-alist from Elisp code.
15314
c5cde042
DN
153152011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
15316
15317 * progmodes/python.el (python-mode): Derive from prog-mode.
15318 * progmodes/ps-mode.el (ps-mode):
15319 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 15320 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
15321 * progmodes/ld-script.el (ld-script-mode): Likewise.
15322
baa1c9ab
MR
153232011-06-15 Martin Rudalics <rudalics@gmx.at>
15324
15325 * window.el (display-buffer-alist): Trim default value to avoid
15326 popping up a new frame (Bug#8857) or reusing an arbitrary window
15327 on another frame.
15328 (display-buffer): Do not fall back on popping up a new frame in
15329 batch mode (Bug#8857).
15330
c5dd5a51
CY
153312011-06-14 Chong Yidong <cyd@stupidchicken.com>
15332
15333 * cus-theme.el (describe-theme-1): Use custom-theme-p.
15334 (custom-theme-summary): New function.
15335 (customize-themes): Use it.
15336
d647b7c4
GM
153372011-06-13 Glenn Morris <rgm@gnu.org>
15338
15339 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
15340
9481c002
MR
153412011-06-13 Martin Rudalics <rudalics@gmx.at>
15342
357f93d2
MR
15343 * help.el (help-window): Remove variable.
15344 (help-window-point-marker, temp-buffer-max-height)
15345 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
15346 (help-print-return-message): Don't set help-window.
15347 (resize-temp-buffer-window): Rewrite cod eand doc-string.
15348 (help-window-setup-finish): Remove.
15349 (help-window-display-message, help-window-setup)
15350 (with-help-window): Major rewrite based on new
15351 display-buffer-window variable.
15352
15353 * help-mode.el (help-mode-finish): Remove help-window related
15354 code.
15355
15356 * view.el (view-exits-all-viewing-windows): Remove reference to
15357 view-return-to-alist in doc-string.
15358 (view-return-to-alist): Make obsolete.
15359 (view-buffer): Call pop-to-buffer-same-window and remove
15360 undo-window code.
15361 (view-buffer-other-window): Call pop-to-buffer-other-window and
15362 simplify code. Ignore second argument.
15363 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
15364 simplify code. Ignore second argument.
15365 (view-return-to-alist-update): Make obsolete.
15366 (view-mode-enter): Rename second argument to QUIT-RESTORE.
15367 Rewrite using quit-restore window parameters.
2b75be67
SM
15368 (view-mode-exit): Rename second argument to EXIT-ONLY.
15369 Rewrite using quit-restore-window.
357f93d2
MR
15370 (View-exit, View-exit-and-edit, View-leave, View-quit)
15371 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
15372 appropriate arguments.
15373 (view-end-message): Use quit-restore window parameter.
15374
9481c002
MR
15375 * window.el (display-buffer-function): Rewrite doc-string.
15376 (display-buffer-window, display-buffer-alist): New variables.
15377 (display-buffer-split-specifiers)
15378 (display-buffer-side-specifiers)
15379 (display-buffer-macro-specifiers): New constants.
15380 (display-buffer-even-window-sizes, display-buffer-set-height)
15381 (display-buffer-set-width, display-buffer-select-window)
15382 (display-buffer-in-window, display-buffer-reuse-window)
15383 (display-buffer-split-window-1, display-buffer-split-window)
15384 (display-buffer-split-atom-window, display-buffer-pop-up-window)
15385 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
15386 (display-buffer-in-side-window, normalize-buffer-to-display)
15387 (display-buffer-normalize-specifiers-1)
15388 (display-buffer-normalize-specifiers-2)
2b75be67
SM
15389 (display-buffer-normalize-specifiers, display-buffer-frame):
15390 New functions.
9481c002
MR
15391 (display-buffer): Major rewrite.
15392 (display-buffer-other-window, display-buffer-other-frame)
15393 (pop-to-buffer, switch-to-buffer-other-window)
15394 (switch-to-buffer-other-frame): Rewrite.
15395 (display-buffer-same-window, display-buffer-same-frame)
15396 (display-buffer-same-frame-other-window)
15397 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15398 (pop-to-buffer-other-window)
15399 (pop-to-buffer-same-frame-other-window)
15400 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
15401 (switch-to-buffer-other-window-same-frame): New functions.
15402 (same-window-p, special-display-p): Rewrite disabling warnings.
15403 Make obsolete.
15404 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15405 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
15406 Make obsolete
15407 (same-window-buffer-names, same-window-regexps)
15408 (special-display-frame-alist, special-display-popup-frame)
15409 (special-display-function, special-display-buffer-names)
15410 (special-display-regexps, pop-up-frame-alist)
15411 (pop-up-frame-function, split-window-preferred-function)
15412 (split-height-threshold, split-width-threshold)
15413 (even-window-heights): Make obsolete.
15414
9db51aca
GM
154152011-06-12 Glenn Morris <rgm@gnu.org>
15416
15417 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 15418 Misc simplifications.
9db51aca 15419
39cffb44
MR
154202011-06-12 Martin Rudalics <rudalics@gmx.at>
15421
15422 * window.el (window-safely-shrinkable-p): Restore function which
15423 was inadvertently removed in change from 2011-06-11. Declare as
15424 obsolete.
15425
2b75be67
SM
15426 * calendar/calendar.el (calendar-generate-window):
15427 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
15428 window-safely-shrinkable-p.
15429
a8955be7
GM
154302011-06-12 Glenn Morris <rgm@gnu.org>
15431
15432 * progmodes/fortran.el (fortran-mode-syntax-table):
15433 * progmodes/f90.el (f90-mode-syntax-table):
15434 Set % to punctuation. (Bug#8820)
15435 (f90-find-tag-default): Remove, no longer needed.
15436
f0d4059d
DC
154372011-06-12 Daniel Colascione <dan.colascione@gmail.com>
15438
15439 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
15440
1100a63c
CY
154412011-06-11 Chong Yidong <cyd@stupidchicken.com>
15442
15443 * image.el (image-animated-p): Return animation delay in seconds.
15444 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
15445 (image-animate-timeout): Remove DELAY argument. Don't assume
15446 every subimage has the same delay; get it from image-animated-p.
15447 (image-animate): Caller changed.
15448
def722bf
MA
154492011-06-11 Michael Albinus <michael.albinus@gmx.de>
15450
15451 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
15452 to ignored backtrace functions.
15453
0a2bb1a9
GM
154542011-06-11 Glenn Morris <rgm@gnu.org>
15455
15456 * calendar/appt.el (appt-disp-window-function): Doc fix.
15457 (appt-check): Handle overlapping appointments. (Bug#8337)
15458
6198ccd0
MR
154592011-06-11 Martin Rudalics <rudalics@gmx.at>
15460
15461 * window.el (window-tree-1, window-tree): New functions, moving
15462 the latter to window.el.
15463 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15464 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15465 (bw-refresh-edges): Remove.
15466 (balance-windows-1, balance-windows-2): New functions.
15467 (balance-windows): Rewrite in terms of window tree functions,
15468 balance-windows-1 and balance-windows-2.
15469 (bw-adjust-window): Remove.
15470 (balance-windows-area-adjust): New function with functionality of
15471 bw-adjust-window but using resize-window.
2b75be67
SM
15472 (set-window-text-height): Rewrite doc-string.
15473 Use normalize-live-window and resize-window.
15474 (enlarge-window-horizontally, shrink-window-horizontally):
15475 Rename argument to DELTA.
6198ccd0
MR
15476 (window-buffer-height): New function.
15477 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
15478 Rewrite using new window resize routines.
2b75be67
SM
15479 (kill-buffer-and-window, mouse-autoselect-window-select):
15480 Use ignore-errors instead of condition-case.
6198ccd0
MR
15481 (quit-window): Call delete-frame instead of delete-windows-on
15482 for the only buffer on frame.
15483
9397e56f
MR
154842011-06-10 Martin Rudalics <rudalics@gmx.at>
15485
15486 * loadup.el (top-level): Load window before files for the sake
15487 of replace-buffer-in-windows.
15488
15489 * files.el (read-buffer-to-switch)
15490 (switch-to-buffer-other-window)
2b75be67
SM
15491 (switch-to-buffer-other-frame, display-buffer-other-frame):
15492 Move to window.el.
9397e56f
MR
15493
15494 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
15495 (previous-buffer): Move to window.el.
15496
15497 * bindings.el (unbury-buffer): Move to window.el.
15498
15499 * window.el (delete-other-windows-vertically): Move after
15500 definition of delete-other-windows.
15501 (other-window, delete-windows-on, replace-buffer-in-windows):
15502 Move here from window.c.
15503 (record-window-buffer, unrecord-window-buffer)
15504 (set-window-buffer-start-and-point, switch-to-prev-buffer)
15505 (switch-to-next-buffer): New functions.
15506 (get-next-valid-buffer, last-buffer, next-buffer): Move here
15507 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
15508 (previous-buffer): Move here from simple.el.
15509 Call switch-to-prev-buffer.
9397e56f
MR
15510 (bury-buffer): Move here from buffer.c. Switch to previous
15511 buffer when window cannot be deleted.
15512 (unbury-buffer): Move here from bindings.el.
15513 (ctl-x-map): Move binding for other-window from window.c to
15514 here.
15515 (read-buffer-to-switch, switch-to-buffer-other-window)
15516 (switch-to-buffer-other-frame): Move here from files.el.
15517 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
15518 (switch-to-buffer): Move here from buffer.c.
15519 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 15520
562dd5e9
MR
155212011-06-10 Martin Rudalics <rudalics@gmx.at>
15522
15523 * window.el (window-min-height, window-min-width): Move here
15524 from window.c. Add defcustoms and rewrite doc-strings.
15525 (resize-mini-window, resize-window): New functions.
15526 (adjust-window-trailing-edge, enlarge-window, shrink-window):
15527 Move here from window.c.
15528 (maximize-window, minimize-window): New functions.
15529 (delete-window, delete-other-windows, split-window): Move here
15530 from window.c.
15531 (window-split-min-size): New function.
15532 (split-window-keep-point): Mention split-window-above-each-other
15533 instead of split-window-vertically.
2b75be67 15534 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
15535 Rename split-window-vertically to split-window-above-each-other
15536 and provide defalias for old definition.
15537 (split-window-side-by-side, split-window-horizontally):
15538 Rename split-window-horizontally to split-window-side-by-side
15539 and provide defalias for the old definition.
562dd5e9
MR
15540 (ctl-x-map): Move bindings for delete-window,
15541 delete-other-windows and enlarge-window here from window.c.
15542 Replace bindings for split-window-vertically and
15543 split-window-horizontally by bindings for
15544 split-window-above-each-other and split-window-side-by-side.
15545
15546 * cus-start.el (all): Remove entries for window-min-height and
15547 window-min-width. Add entries for window-splits and
15548 window-nest.
15549
f0da764a
GM
155502011-06-09 Glenn Morris <rgm@gnu.org>
15551
80675c21
GM
15552 * calendar/appt.el (appt-mode-line): New function.
15553 (appt-check, appt-disp-window): Use it.
15554
f0da764a
GM
15555 * files.el (hack-one-local-variable-eval-safep):
15556 Allow minor-modes with explicit +/-1 arguments.
15557
59f623b7
TZ
155582011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
15559
15560 * term/xterm.el (xterm): Add defgroup.
15561 (xterm-extra-capabilities): Add defcustom to supply known xterm
15562 capabilities, skip querying them, or query them (default).
15563 (terminal-init-xterm): Use it.
15564 (terminal-init-xterm-modify-other-keys): New function to set up
15565 modifyOtherKeys support to simplify `terminal-init-xterm'.
15566
9aab8e0d
MR
155672011-06-09 Martin Rudalics <rudalics@gmx.at>
15568
15569 * window.el (resize-window-reset, resize-window-reset-1)
15570 (resize-subwindows-skip-p, resize-subwindows-normal)
15571 (resize-subwindows, resize-other-windows, resize-this-window)
15572 (resize-root-window, resize-root-window-vertically)
15573 (window-deletable-p, window-or-subwindow-p)
15574 (frame-root-window-p): New functions.
15575
e8b08aee
GM
155762011-06-09 Glenn Morris <rgm@gnu.org>
15577
15578 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
15579 (ange-ftp-get-files): Use it.
15580
254c37a5
AK
155812011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15582
15583 * mail/sendmail.el (mail-recover-1, mail-recover):
15584 * files.el (recover-file, recover-session):
15585 Handle dired-listing-switches not being just a single short option.
15586
35d7dbd3
GM
155872011-06-09 Glenn Morris <rgm@gnu.org>
15588
15589 * calendar/appt.el (appt-display-message, appt-disp-window):
15590 Handle lists of appointments.
15591
387522b2
MR
155922011-06-08 Martin Rudalics <rudalics@gmx.at>
15593
2b75be67
SM
15594 * window.el (one-window-p): Move down in code.
15595 Rewrite doc-string.
15596 (window-current-scroll-bars): Rewrite doc-string.
15597 Normalize live window argument.
387522b2
MR
15598 (walk-windows, get-window-with-predicate, count-windows):
15599 Rewrite doc-string. Use window-list-1.
15600 (window-in-direction-2, window-in-direction, get-mru-window):
15601 New functions.
15602
d8e4b68b 156032011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
15604
15605 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
15606 Doc fix (Bug#8713).
15607
156082011-06-08 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
15611
156122011-06-08 Juanma Barranquero <lekktu@gmail.com>
15613
15614 * loadhist.el (unload-feature-special-hooks):
15615 Add `comint-output-filter-functions'.
15616
0de12c52
IK
156172011-06-08 Ivan Kanis <gnu@kanis.fr>
15618
15619 * calendar/appt.el (appt-check): Move some initializations into the let.
15620
f3d1777e
MR
156212011-06-08 Martin Rudalics <rudalics@gmx.at>
15622
15623 * window.el (window-height): Defalias to window-total-height.
15624 (window-width): Defalias to window-body-width.
15625
18af70d0
CY
156262011-06-07 Chong Yidong <cyd@stupidchicken.com>
15627
15628 * image-mode.el (image-toggle-animation): New command.
15629 (image-mode-map): Bind it to RET.
15630 (image-mode): Update message.
15631 (image-toggle-display-image): Avoid a spurious cache flush.
15632 (image-transform-rotation): Doc fix.
15633 (image-transform-properties): Return quickly in the normal case.
15634 (image-animate-loop): Rename from image-animate-max-time.
15635
2b75be67 15636 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
15637 (create-animated-image): Remove unnecessary function.
15638 (image-animate): Rename from image-animate-start. New arg.
2b75be67 15639 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
15640 (image-animate-timer): Use car-safe.
15641 (image-animate-timeout): Rename argument.
15642
190b47e6
MR
156432011-06-07 Martin Rudalics <rudalics@gmx.at>
15644
15645 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
15646 window.c. Rename first argument to ALL-FRAMES.
15647 Rephrase doc-strings.
15648 (get-buffer-window-list): Rewrite using window-list-1.
15649 Rephrase doc-string.
a1511caf
MR
15650 (window-safe-min-height, window-safe-min-width): New constants.
15651 (window-size-ignore, window-min-size, window-min-size-1)
15652 (window-sizable, window-sizable-p, window-size-fixed-1)
15653 (window-size-fixed-p, window-min-delta-1, window-min-delta)
15654 (window-max-delta-1, window-max-delta, window-resizable)
15655 (window-resizable-p, window-total-height, window-total-width)
15656 (window-body-width): New functions.
15657 (window-full-height-p, window-full-width-p): Rewrite using
15658 window-total-size.
15659 (window-body-height): Rewrite using window-body-size.
190b47e6 15660
85cc1f11
MR
156612011-06-06 Martin Rudalics <rudalics@gmx.at>
15662
15663 * window.el (window-right, window-left, window-child)
15664 (window-child-count, window-last-child, window-any-p)
15665 (normalize-live-buffer, normalize-live-frame)
15666 (normalize-any-window, normalize-live-window)
15667 (window-iso-combination-p, window-iso-combined-p)
15668 (window-iso-combinations)
15669 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
15670 (windows-with-parameter, window-with-parameter)
15671 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
15672 (window-atom-check, window-side-check, window-check):
15673 New functions.
85cc1f11
MR
15674 (ignore-window-parameters, window-sides, window-sides-vertical)
15675 (window-sides-slots): New variables.
15676 (window-size-fixed): Move down in code. Minor doc-string fix.
15677
e7156492
AS
156782011-06-05 Andreas Schwab <schwab@linux-m68k.org>
15679
15680 * comint.el (comint-dynamic-complete-as-filename)
15681 (comint-dynamic-complete-filename): Correctly call
15682 completion-in-region.
15683
7e821d0d
DD
156842011-06-05 Deniz Dogan <deniz@dogan.se>
15685
15686 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
15687 in last change.
15688
ac09b8a1
DD
156892011-06-05 Deniz Dogan <deniz@dogan.se>
15690
15691 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
15692 (rcirc): Use it to prompt for encryption.
15693
34699b85
RW
156942011-06-05 Roland Winkler <winkler@gnu.org>
15695
15696 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
15697 (bibtex-search-entries): New command bound to C-c C-a.
15698 (bibtex-display-entries): New function.
15699
004dedd3
RW
157002011-06-05 Roland Winkler <winkler@gnu.org>
15701
15702 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
15703 (bibtex-insert-kill): After yanking insert newline if necessary.
15704 (bibtex-initialize): Call bibtex-string-files-init only once.
15705 (bibtex-mode): Do not call easy-menu-add.
15706 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
15707 (bibtex-yank): Set arg properly if nil.
15708
022fe7ce
RW
157092011-06-05 Roland Winkler <winkler@gnu.org>
15710
2b75be67
SM
15711 * textmodes/bibtex.el (bibtex-search-entry-globally):
15712 New variable.
022fe7ce
RW
15713 (bibtex-search-entry): Use it.
15714
b7c3692a
RW
157152011-06-05 Roland Winkler <winkler@gnu.org>
15716
15717 * textmodes/bibtex.el (bibtex-entry-format): New option
15718 sort-fields.
15719 (bibtex-format-entry, bibtex-reformat): Honor this option.
15720 (bibtex-parse-entry): Return fields in proper order.
15721
8eda563d
JB
157222011-06-05 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * doc-view.el (doc-view-remove-if): Move computation of result out
15725 of `dolist' to silence misleading lexical-binding warning.
15726
7dbe3dbc
CY
157272011-06-04 Chong Yidong <cyd@stupidchicken.com>
15728
15729 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
15730 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
15731
0c33dd17
MA
157322011-06-04 Michael Albinus <michael.albinus@gmx.de>
15733
15734 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
15735 "SunOS 5.10".
15736
f8f91c2b
MA
157372011-06-04 Michael Albinus <michael.albinus@gmx.de>
15738
15739 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
15740 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
15741 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
15742 (tramp-parse-putty):
15743 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
15744 (tramp-completion-function-alist-ssh)
15745 (tramp-completion-function-alist-telnet)
15746 (tramp-completion-function-alist-su)
15747 (tramp-completion-function-alist-putty): Set `tramp-autoload'
15748 cookie.
15749
15750 * net/tramp-ftp.el:
15751 * net/tramp-sh.el:
15752 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
15753 load "tramp.el" `tramp-set-completion-function'.
15754
e17d9003
SM
157552011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * shell.el: Require and use pcomplete.
15758 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
15759 (shell-completion-vars): Set pcomplete-default-completion-function.
15760
6c4cab03
DD
157612011-06-04 Deniz Dogan <deniz@dogan.se>
15762
15763 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
15764 `memq' (Bug#8799).
15765
ea9fafe0
SM
157662011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
15769
b3e945d3
JB
157702011-06-02 Juanma Barranquero <lekktu@gmail.com>
15771
15772 * bs.el (bs--mark-unmark, bs--nth-wrapper):
15773 * mpc.el (mpc-select-extend, mpc-songpointer-context):
15774 * vc/log-view.el (log-view-beginning-of-defun):
15775 * vc/smerge-mode.el (smerge-apply-resolution-patch)
15776 (smerge-refine-forward, smerge-refine-chopup-region):
15777 Silence warning for unused `dotimes' counter variables.
15778
7d520089
SM
157792011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * net/tramp.el (tramp-with-progress-reporter): Rename from
15782 with-progress-reporter. Use `declare'.
15783 * net/tramp-smb.el:
15784 * net/tramp-sh.el:
15785 * net/tramp-gvfs.el: Update all uses.
15786
a1c2400f
JB
157872011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
15788
15789 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
15790 buffer isn't killed before making it current.
15791
2403c841
SM
157922011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 Silence various byte-compiler warnings.
15795 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
15796 `access-type' and new obsolescence format.
15797 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
15798 new format.
15799 (byte-compile-check-variable): New `access-type' argument.
15800 Only warn if the access-type is obsolete.
15801 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15802 (byte-compile-variable-set): Adjust callers.
15803 * help-fns.el (describe-variable): Adjust to new obsolescence format.
15804 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
15805 setting it as obsolete.
15806 * simple.el (minibuffer-completing-symbol):
15807 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
15808 access as obsolete.
15809 * minibuffer.el (minibuffer-completing-file-name): Don't make it
15810 obsolete yet.
15811 * international/quail.el (quail-mouse-choose-completion): Remove unused
15812 code referring to obsolete var.
15813 (quail-choose-completion-string): Remove.
15814 * server.el (server-clients-with, server-kill-buffer-query-function)
15815 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
15816 * proced.el (proced-send-signal):
15817 * emacs-lisp/lisp.el (lisp-complete-symbol):
15818 Replace completion-annotate-function with completion-extra-properties.
15819
2462470b
SM
158202011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15821
fb5b2591
SM
15822 * simple.el (goto-line): Use read-number.
15823 (overriding-map-is-bound): Remove.
15824 (saved-overriding-map): Change default.
15825 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
15826 Take the map as argument.
15827 (universal-argument, negative-argument, digit-argument): Use it.
15828 (restore-overriding-map): Adjust.
15829 (do-auto-fill): Use fill-forward-paragraph.
15830 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
15831
fd6fa53f
SM
15832 * minibuffer.el (minibuffer-inactive-mode-map): New var.
15833 (minibuffer-inactive-mode): New major mode.
15834 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
15835 the *Messages* buffer" hack.
15836 (mouse-popup-menubar): Don't burp if the event is a normal key.
15837
2462470b
SM
15838 Miscellaneous tweaks.
15839 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
15840 lexical scoping as in subr.el's dolist and dotimes.
15841 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
15842 Silence compiler warning.
15843 * thingatpt.el (forward-whitespace): Trivial coding style fix.
15844 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
15845 * international/ccl.el (ccl-compile): Trivial simplification.
15846 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
15847 * emacs-lisp/testcover.el (testcover-end): Remove spurious
15848 `printflag' argument.
15849 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15850 Purecopy the whole obsolescence data.
15851
108bf785
LL
158522011-06-01 Leo Liu <sdl.web@gmail.com>
15853
15854 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
15855 improve doc-string as suggested by Marco Pessotto
15856 <melmothx@gmail.com>.
15857 (rcirc-print): Fix last change.
15858
30a23501
SM
158592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15860
15861 * minibuffer.el (complete-with-action): Return nil for the metadata and
15862 boundaries of non-functional tables.
15863 (completion-table-dynamic): Return nil for the metadata.
15864 (completion-table-with-terminator): Add default case, using
15865 complete-with-action.
15866 (completion--metadata): New function.
15867 (completion-all-sorted-completions, minibuffer-completion-help): Use it
15868 to try and avoid pathological performance problems.
15869 (completion--embedded-envvar-table): Return `category' metadata.
15870
bcd54f83
LMI
158712011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15872
15873 * subr.el (process-alive-p): New tiny convenience function.
15874
e227544d
SM
158752011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
15878 content but also its previous major mode.
15879
e8296fdc
HE
158802011-05-31 Helmut Eller <eller.helmut@gmail.com>
15881
4d61f28d 15882 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
15883 *Backtrace* buffer when we exit with C-M-c.
15884
620c53a6
SM
158852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15886
15887 * minibuffer.el: Add metadata method to completion tables.
15888 (completion-category-overrides): New defcustom.
15889 (completion-metadata, completion--field-metadata)
15890 (completion-metadata-get, completion--styles)
15891 (completion--cycle-threshold): New functions.
15892 (completion-try-completion, completion-all-completions):
15893 Add `metadata' argument to choose completion-styles.
15894 (completion--do-completion): Use metadata to choose cycling.
15895 (completion-all-sorted-completions): Use metadata for sorting.
15896 Remove :completion-cycle-penalty which is not needed any more.
15897 (completion--try-word-completion): Add `metadata' argument.
15898 (minibuffer-completion-help): Check metadata for annotation function
15899 and sorting.
15900 (completion-file-name-table): Return `category' metadata.
15901 (minibuffer-completing-file-name): Make obsolete.
15902 * simple.el (minibuffer-completing-symbol): Make obsolete.
15903 * icomplete.el (icomplete-completions): Pass new `metadata' param to
15904 completion-try-completion.
15905
1257e755
SM
159062011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
15909
3767e706
LL
159102011-05-30 Leo Liu <sdl.web@gmail.com>
15911
15912 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
15913 (rcirc-print): Decode all incoming messages (bug#8744).
15914 (rcirc-decode-coding-system): Allow value nil for automatic coding
15915 system detection.
3767e706 15916
d1a5d56a
GM
159172011-06-01 Glenn Morris <rgm@gnu.org>
15918
15919 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
15920
e8cbec34
CY
159212011-05-29 Chong Yidong <cyd@stupidchicken.com>
15922
15923 * image.el (image-animate-max-time): Allow nil and t values.
15924 Default to nil.
15925 (create-animated-image): Doc fix.
15926 (image-animate-start): Remove second arg; just use
15927 image-animate-max-time.
15928 (image-animate-timeout): Doc fix. Args changed.
15929
15930 * image-mode.el (image-toggle-display-image): Ensure that the
15931 image spec passed to the animate timer is the same object as in
58179cce 15932 the buffer's display property (Bug#6981).
e8cbec34
CY
15933 (image-transform-properties): Doc fix.
15934
15935 * image.el (image-animate-max-time): Default to nil.
15936
159daf87
MR
159372011-05-29 Martin Rudalics <rudalics@gmx.at>
15938
15939 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
15940 entire buffer list (Bug#8184).
15941
d66c4c7c
CY
159422011-05-29 Chong Yidong <cyd@stupidchicken.com>
15943
15944 * image.el (imagemagick-types-inhibit)
15945 (imagemagick-register-types): Doc fix.
15946
80aec780
DD
159472011-05-29 Deniz Dogan <deniz@dogan.se>
15948
15949 * net/rcirc.el (rcirc): Use the user's stored encryption method by
15950 default.
15951
1dd3c2d9
CY
159522011-05-29 Chong Yidong <cyd@stupidchicken.com>
15953
15954 * select.el: Don't perform clipboard-manager saving in hooks;
15955 leave the hooks empty.
15956
60e56523
LL
159572011-05-28 Leo Liu <sdl.web@gmail.com>
15958
15959 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
15960 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
15961 (occur-edit-mode): New major mode (Bug#8463).
15962 (occur-after-change-function): New function.
15963 (occur-engine): Give Occur tags a read-only property.
15964
2b1e1a22
KR
159652011-05-28 Kevin Ryde <user42@zip.com.au>
15966
15967 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
15968
5d344e88
CY
159692011-05-28 Chong Yidong <cyd@stupidchicken.com>
15970
8e6ca83d
CY
15971 * bindings.el (help-echo): Make the initial non-indicator dash
15972 empty on graphical terminals (Bug#7295).
15973
5d344e88
CY
15974 * files.el (auto-mode-alist): Move config rule after the
15975 in-stripping one (Bug#8547).
15976
bfbbace7
CY
15977 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
15978
fbeba6e2
CY
15979 * startup.el (normal-splash-screen): Remove gratuitous mode-line
15980 setting (Bug#8740).
15981
60ed8c72
AA
159822011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
15983
4ac619f0
AA
15984 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
15985 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
15986 (Bug#8539).
60ed8c72 15987
23db196e
CY
159882011-05-28 Chong Yidong <cyd@stupidchicken.com>
15989
15990 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
15991
5012f24c
DK
159922011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
15993
15994 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
15995 (hs-hide-block-at-point, hs-find-block-beginning)
15996 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
15997 (Bug#8279).
15998
6a639b16
GM
159992011-05-28 Glenn Morris <rgm@gnu.org>
16000
16001 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
16002
d43eaf2c
CY
160032011-05-28 Chong Yidong <cyd@stupidchicken.com>
16004
5199bde1
CY
16005 * help-fns.el (describe-function-1): If the function is a derived
16006 major mode, print the parent mode.
16007
d43eaf2c
CY
16008 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
16009 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
16010
423428a8
SM
160112011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16012
0ff8e1ba 16013 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 16014 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
16015 * progmodes/etags.el (tags-completion-at-point-function):
16016 * info-look.el (info-lookup-completions-at-point): Mark as
16017 non-exclusive.
16018 (info-complete): Adjust accordingly.
16019
423428a8
SM
16020 * info-look.el: Convert to lexical-binding and completion-at-point.
16021 (info-lookup-completions-at-point): New function.
16022 (info-complete): Use it and completion-in-region.
16023
b74aa22b
DA
160242011-05-28 Drew Adams <drew.adams@oracle.com>
16025
16026 * isearch.el: Let M-e start with point at the first mismatched char.
16027 (isearch-fail-pos): New function.
16028 (isearch-edit-string): Use it.
16029
66e2e71d
DK
160302011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16031
16032 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16033
b1890b0f 160342011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
16035
16036 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
16037 traversal functions for avl-trees.
16038 (avl-tree--stack): New struct.
16039 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
16040 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
16041 (avl-tree--do-enter): Add optional `updatefun' arg.
16042 Change return value.
eb95d01d 16043 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
16044 (avl-tree--do-delete): Add `test' and `nilflag' args.
16045 Change return value.
eb95d01d
TC
16046 (avl-tree-member): Add optional `nilflag'
16047 (avl-tree-member-p): New function.
16048 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
16049 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
16050 (avl-tree-stack-empty-p): New functions.
16051
3769ddcf
TC
16052 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
16053 avl-tree--del-balance1 and make it work both ways.
16054 (avl-tree--del-balance2): Remove.
16055 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
16056 make it work both ways.
16057 (avl-tree--enter-balance2): Remove.
16058 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
16059 New macros.
16060 (avl-tree--mapc, avl-tree-map): Add direction argument.
16061
eb95d01d 160622011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
16063
16064 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
16065
a9f737ee
CY
160662011-05-27 Chong Yidong <cyd@stupidchicken.com>
16067
16068 * select.el: Support clipboard managers with built-in function
16069 x-clipboard-manager-save, via delete-frame-functions and
16070 kill-emacs-hook.
16071 (xselect-convert-to-targets): Add MULTIPLE target to list.
16072 (xselect-convert-to-save-targets): New function.
16073
c92a1e54
KH
160742011-05-27 Kenichi Handa <handa@m17n.org>
16075
16076 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
16077 let-binding rfc2047-encode-encoded-words to nil.
16078
e145f188
GM
160792011-05-27 Glenn Morris <rgm@gnu.org>
16080
5ec8a862
GM
16081 * mail/emacsbug.el: Don't require url-util.
16082
4b29d9fb
GM
16083 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
16084
e145f188
GM
16085 * files.el (set-auto-mode):
16086 Also respect mode: entries at the end of the file. (Bug#8586)
16087
7d15102b
GM
160882011-05-26 Glenn Morris <rgm@gnu.org>
16089
98f593b8
GM
16090 * files.el (hack-local-variables-prop-line, hack-local-variables):
16091 Downcase mode names, as seems to be traditional.
27b48e63 16092 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 16093
7d15102b
GM
16094 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
16095 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
16096
51d5b4ec
JD
160972011-05-25 Julien Danjou <julien@danjou.info>
16098
16099 * textmodes/rst.el (rst-define-level-faces): Do not define face
16100 symbol if it is already defined.
16101
91513f63
VB
161022011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
16103
16104 * play/5x5.el (5x5-new-game, 5x5-randomize):
16105 Reset 5x5-solver-output to nil when a new grid is cast.
16106 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
16107 these debugging traces, as defmacro breaks the compiled code.
16108
4d90d6d0
DK
161092011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
16110
16111 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
16112
e1b90ef6
LL
161132011-05-24 Leo Liu <sdl.web@gmail.com>
16114
16115 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
16116 (vc-bzr-sha1): Adapt.
16117
d8e4b68b 16118 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
16119
16120 * bindings.el: Provide sha1 feature.
16121
db0406bb 161222011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
16123
16124 * mail/sendmail.el: Require `rfc2047'.
16125 (mail-insert-from-field): Do not perform RFC2047 encoding.
16126 (mail-encode-header): New function.
16127 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
16128 buffer to the return value of select-message-coding-system.
16129 Call mail-encode-header.
b8d747b9
KH
16130
16131 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
16132
db0406bb 161332011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 16134
4d90d6d0
DK
16135 * mail/supercite.el (sc-default-cite-frame):
16136 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 16137
eb8a5e9b
GM
161382011-05-24 Glenn Morris <rgm@gnu.org>
16139
f8630703
GM
16140 * progmodes/python.el (brm-menu): Declare.
16141
8831bbed
GM
16142 * emulation/viper.el (viper-set-hooks): Declare.
16143
eb8a5e9b
GM
16144 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
16145 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
16146 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
16147 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
16148 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
16149 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
16150
a2a25d24
SM
161512011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 Add an :exit-function for completion-at-point.
16154
16155 * minibuffer.el (completion--done): New fun.
16156 (completion--do-completion): Use it. New arg `expect-exact'.
16157 (minibuffer-complete, minibuffer-complete-word): Don't output message,
16158 since completion--do-completion does it for us now.
16159 (minibuffer-force-complete): Use completion--done and
16160 completion--replace. Handle sole-completion case with more care.
16161 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
16162 (completion-extra-properties): New var.
16163 (completion-annotate-function): Make obsolete.
16164 (minibuffer-completion-help): Adjust accordingly.
16165 Use completion-list-insert-choice-function.
16166 (completion-at-point, completion-help-at-point):
16167 Bind completion-extra-properties.
16168 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
16169 * simple.el (completion-list-insert-choice-function): New var.
16170 (completion-setup-function): Preserve it.
16171 (choose-completion): Pay attention to it, shuffle the code a bit.
16172 (choose-completion-string): New arg `insert-function'.
16173
16174 * textmodes/bibtex.el: Convert to lexical binding.
16175 (bibtex-mode-map): Use completion-at-point.
16176 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
16177 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
16178 (bibtex-complete): Define as obsolete alias.
16179 (bibtex-complete-internal): Remove.
16180 (bibtex-format-entry): Remove unused sub-group in regexp.
16181 * shell.el (shell--command-completion-data)
16182 (shell-environment-variable-completion):
16183 * pcomplete.el (pcomplete-completions-at-point):
16184 * comint.el (comint--complete-file-name-data): Use :exit-function
16185 instead of completion-table-with-terminator so it also works for
16186 choose-completion.
16187
e44e373d
SM
161882011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16189
4f91a816
SM
16190 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
16191
782fc819
SM
16192 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
16193 (bug#8710).
16194
e44e373d
SM
16195 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
16196
381987c3
KM
161972011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
16198
16199 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
16200 customization variable and implement: If non-nil, auto-fill will
16201 be inhibited while on topic's header line.
16202
b776bc70
VB
162032011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
16204
16205 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 16206 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
16207 always have a solution in grid size = 5 cases.
16208 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
16209 (5x5-solver-output, 5x5-log-buffer): New vars.
16210 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
16211 Make these variables buffer local to achieve 5x5 multi-session-ness.
16212 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
16213 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
16214 (5x5-solve-suggest): New funs.
16215 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
16216 randomize a grid so that we ensure that there is always a solution.
16217 (5x5-make-random-grid): Allow other movement than flipping.
16218
7de88b6e
KR
162192011-05-23 Kevin Ryde <user42@zip.com.au>
16220
16221 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 16222 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
16223 advice and passes PREDICATE.
16224
b1ef1257
SM
162252011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16226
bbca48fe
SM
16227 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
16228 byte-compile-lambda if it's actually a lambda.
16229
b1ef1257
SM
16230 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
16231 Fix function quoting. Use backquote better.
16232
92a9cc65
YS
162332011-05-22 Yuanle Song <sylecn@gmail.com>
16234
16235 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
16236 matching (Bug#8516).
16237
f0fb8059
JA
162382011-01-22 Jari Aalto <jari.aalto@cante.net>
16239
16240 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
16241 different face (Bug#8178).
16242
d5b44c93
CY
162432011-05-22 Chong Yidong <cyd@stupidchicken.com>
16244
16245 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
16246 defface (Bug#8144).
16247
79106a44
SM
162482011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16249
9c848d8a
SM
16250 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
16251 funcall as well (bug#8712). Warn when performing those conversions.
16252 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
16253
79106a44
SM
16254 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
16255
88dfa756
GM
162562011-05-22 Glenn Morris <rgm@gnu.org>
16257
16258 * files.el (hack-local-variables-prop-line): Small simplifications.
16259 (hack-local-variables, hack-local-variables-prop-line):
16260 If MODE-ONLY, return the mode, rather than just `t'.
16261
b7cf2c79
SM
162622011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
16265
3f1a8558
GM
162662011-05-21 Glenn Morris <rgm@gnu.org>
16267
7e4ccca3
GM
16268 * files.el (hack-local-variables-prop-line, hack-local-variables):
16269 If only interested in the mode, don't bother doing the other stuff.
16270
637d46ca
GM
16271 * image-mode.el (image-after-revert-hook):
16272 Redraw all frames on which the image is visible. (Bug#8567)
16273
973d955b
GM
16274 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
16275
3f1a8558
GM
16276 * wid-edit.el (widget-checklist-match-inline):
16277 Fix 2011-04-19 change. (Bug#8649)
16278
96479927
SM
162792011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16280
1dcf791f
SM
16281 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
16282 Also allow singlespace after single-letter capitals followed by a dot.
16283
96479927
SM
16284 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
16285 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
16286
35fd0881
N
162872011-05-20 Nix <nix@esperi.org.uk>
16288
16289 * files.el (basic-save-buffer-2):
16290 Fix handling of break-hardlink-on-save with non-existent files.
16291
82745640
DD
162922011-05-19 Deniz Dogan <deniz@dogan.se>
16293
16294 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 16295 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 16296
4a720484
GM
162972011-05-19 Glenn Morris <rgm@gnu.org>
16298
d1f21341
GM
16299 * progmodes/f90.el (f90-type-def-re):
16300 Handle "type, bind(c)". (Bug#8691)
16301
4a720484
GM
16302 * emacs-lisp/autoload.el (batch-update-autoloads):
16303 Set autoload-excludes by parsing loadup.el rather than Makefiles.
16304
2fb0a219
MA
163052011-05-18 Michael Albinus <michael.albinus@gmx.de>
16306
16307 * net/tramp.el (tramp-process-actions): Set "first-password-request"
16308 property for the correct connection in case of multihops.
16309
e565dd37
GM
163102011-05-18 Glenn Morris <rgm@gnu.org>
16311
c2571358 16312 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
16313 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
16314
e565dd37
GM
16315 Rationalize calendar handling of day and month abbrev-arrays.
16316 * calendar/calendar.el (calendar-customized-p): New function.
16317 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
16318 (calendar-day-name-array, calendar-month-name-array): Doc fix.
16319 Add :set function.
16320 (calendar-abbrev-length, calendar-day-abbrev-array)
16321 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
16322 (calendar-day-abbrev-array, calendar-month-abbrev-array):
16323 Elements may no longer be nil.
16324 (calendar-day-name, calendar-month-name):
16325 Update for changed nature of abbrev arrays.
16326 * calendar/diary-lib.el (diary-name-pattern):
16327 Update for changed nature of abbrev arrays.
16328 (diary-mark-entries-1): Update calendar-make-alist calls.
16329 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
16330 * calendar/cal-html.el (cal-html-day-abbrev-array):
16331 Simply inherit from calendar-day-abbrev-array.
16332
1d99a745
SM
163332011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * progmodes/grep.el (grep-mode): Disable default
16336 compilation-directory-matcher setting (bug#8684).
16337
7c1d9aa0
MA
163382011-05-17 Michael Albinus <michael.albinus@gmx.de>
16339
16340 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
16341 instead of "head" and "tail". There were problems with SunOS 5.9,
16342 and it performs better.
16343
3952e9d8
GM
163442011-05-17 Glenn Morris <rgm@gnu.org>
16345
2dd12e7f
GM
16346 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
16347
e4157b9c
GM
16348 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
16349 Replace obsolete function.
16350
8e249bbd
GM
16351 * shell.el (pcomplete-parse-arguments-function): Declare.
16352
3952e9d8
GM
16353 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
16354 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
16355 (appt-check): Doc fixes.
16356 (appt-disp-window-function, appt-delete-window-function):
16357 Remove needless special case in custom :type.
16358 (appt-display-count): Default to 0, not nil.
16359 (appt-check): Reset appt-display-count to 0, not nil.
16360
c71a0d48 163612011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 16362
c71a0d48
GM
16363 * progmodes/python.el (python-font-lock-keywords):
16364 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 16365
31d55be9
SM
163662011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
16369
3bfacb2f
KR
163702011-05-16 Kevin Ryde <user42@zip.com.au>
16371
16372 * info-look.el (makefile-automake-mode): New setups, looking in
16373 automake manual, then makefile-mode.
16374 (makefile-mode): Remove automake manual, have it just in
16375 makefile-automake-mode since there's various things different or
16376 not relevant to plain make.
16377 (makefile-mode): Remove "other-modes" non-existent automake-mode,
16378 believe a hypothetical automake-mode would go to makefile-mode,
16379 not the other way around.
16380
c8e83751
CY
163812011-05-15 Chong Yidong <cyd@stupidchicken.com>
16382
5e9e35cd
CY
16383 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
16384 hunk-end tags (Bug#8672).
16385
c8e83751
CY
16386 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
16387 vc-annotate-show-diff-revision-at-line (Bug#8671).
16388
50b23e5a
GM
163892011-05-14 Glenn Morris <rgm@gnu.org>
16390
7210a739
GM
16391 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
16392 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
16393 (change-log-font-lock-keywords): Also handle multiple author lines
16394 with leading tabs. (Bug#8644)
7210a739 16395
4691905a
GM
16396 * calendar/appt.el (appt-check): Rename some local variables.
16397 Some simplification/reordering.
16398
50b23e5a
GM
16399 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
16400 (feedmail-sendmail-f-doesnt-sell-me-out)
16401 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16402 (feedmail-debug-sit-for, feedmail-queue-express-hook)
16403 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
16404 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
16405 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
16406 (feedmail-binmail-gnulinuxish-template):
16407 Rename from feedmail-binmail-linuxish-template.
16408 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
16409 Use insert-buffer-substring.
16410
215cda7c
BC
164112011-05-14 Bill Carpenter <bill@carpenter.org>
16412
16413 * mail/feedmail.el (feedmail-patch-level): Increase.
16414 (feedmail-debug): New custom group.
16415 (feedmail-confirm-outgoing-timeout)
16416 (feedmail-sendmail-f-doesnt-sell-me-out)
16417 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
16418 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
16419 (feedmail-sender-line, feedmail-from-line)
16420 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 16421 (feedmail-spray-this-address)
215cda7c
BC
16422 (feedmail-spray-address-fiddle-plex-list)
16423 (feedmail-queue-use-send-time-for-date)
16424 (feedmail-queue-use-send-time-for-message-id)
16425 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
16426 (feedmail-buffer-eating-function):
16427 Doc fixes.
16428 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
16429 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
16430 (feedmail-message-action-scroll-down): New functions.
16431 (feedmail-queue-directory, feedmail-queue-draft-directory):
16432 Use expand-file-name.
16433 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
16434 Remove C-v help entry.
16435 (feedmail-queue-buffer-file-name): New variable.
16436 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
16437 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
16438 (feedmail-message-action-send-strong, feedmail-message-action-edit)
16439 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
16440 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
16441 (feedmail-message-action-toggle-spray)
16442 (feedmail-run-the-queue-no-prompts)
16443 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
16444 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
16445 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
16446 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
16447 (feedmail-envelope-deducer, feedmail-fiddle-from)
16448 (feedmail-fiddle-sender, feedmail-default-date-generator)
16449 (feedmail-fiddle-date, feedmail-fiddle-message-id)
16450 (feedmail-fiddle-spray-address)
16451 (feedmail-fiddle-list-of-spray-fiddle-plexes)
16452 (feedmail-fiddle-list-of-fiddle-plexes)
16453 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
16454 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
16455 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
16456 Change default. Doc fix.
16457 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
16458 (feedmail-binmail-linuxish-template): New constant.
16459 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
16460 Respect feedmail-sendmail-f-doesnt-sell-me-out.
16461 (feedmail-send-it): Add debug call.
16462 Use feedmail-queue-buffer-file-name, and
16463 feedmail-send-it-immediately-wrapper.
16464 (feedmail-message-action-send): Add debug call.
16465 Use feedmail-send-it-immediately-wrapper.
16466 (feedmail-queue-express-to-queue): Add debug call.
16467 Run feedmail-queue-express-hook.
16468 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
16469 (feedmail-message-action-help-blat):
16470 Rename from feedmail-queue-send-edit-prompt-help-first.
16471 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
16472 Check line-endings. Handle errors better.
16473 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
16474 Doc fix. Add debug call.
16475 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
16476 Use feedmail-queue-send-edit-prompt-inner.
16477 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
16478 (feedmail-queue-send-edit-prompt-inner): New function, extracted
16479 from feedmail-queue-send-edit-prompt.
16480 (feedmail-queue-send-edit-prompt-help)
16481 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
16482 (feedmail-tidy-up-slug): Add debug call.
16483 Respect feedmail-queue-slug-suspect-regexp.
16484 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
16485 (feedmail-dump-message-to-queue): Add debug call.
16486 Expand queue-directory.
16487 (feedmail-dump-message-to-queue): Change message slightly.
16488 Use feedmail-say-chatter.
16489 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
16490 (feedmail-send-it-immediately-wrapper): New function.
16491 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
16492 Insert empty string rather than newline. Handle full-frame case.
16493 Use catch/throw. Use feedmail-say-chatter.
16494 (feedmail-fiddle-from): Try mail-host-address.
16495 (feedmail-default-message-id-generator): Doc fix.
16496 Bind system-time-locale. Handle missing end.
16497 (feedmail-fiddle-x-mailer): Add debug call.
16498 Handle feedmail-x-mailer-line being nil.
16499 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
16500 Add debug call. Use buffer-substring-no-properties.
16501 (feedmail-say-debug, feedmail-say-chatter): New functions.
16502 (feedmail-find-eoh): Give an explicit error.
16503
42c7e61e
UJ
165042011-05-13 Ulf Jasper <ulf.jasper@web.de>
16505
c2571358 16506 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 16507 family from helvetica to sans.
c2571358 16508 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16509 etc/images/newsticker.
16510
c2571358 16511 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
16512 family from helvetica to sans.
16513
16514 * net/newst-plainview.el (newsticker-new-item-face)
16515 (newsticker-old-item-face, newsticker-immortal-item-face)
16516 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 16517 (newsticker-statistics-face): Change default family from
42c7e61e 16518 helvetica to sans.
c2571358 16519 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
16520 etc/images/newsticker.
16521
5d3385a0
JB
16522 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
16523 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
16524 auto-marking.
16525
8497a297
DV
165262011-05-13 Didier Verna <didier@xemacs.org>
16527
16528 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
16529 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
16530 TODO entries.
8497a297
DV
16531 (lisp-lambda-list-keyword-parameter-indentation)
16532 (lisp-lambda-list-keyword-parameter-alignment)
16533 (lisp-lambda-list-keyword-alignment): New customizable user options.
16534 (lisp-indent-defun-method): Improve docstring.
16535 (extended-loop-p): Fix comment.
16536 (lisp-indent-lambda-list-keywords-regexp): New variable.
16537 (lisp-indent-lambda-list): New function.
16538 (lisp-indent-259): Use it.
16539 (lisp-indent-defmethod): Support for more than one
16540 method qualifier and properly indent methods lambda-lists.
16541 (defgeneric): Provide a missing common-lisp-indent-function property.
16542
f278f87f
SM
165432011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
16546 bounds for the empty string (bug#8667).
16547
5233edd7
GM
165482011-05-13 Glenn Morris <rgm@gnu.org>
16549
5237a44f
GM
16550 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
16551
8340026c 16552 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 16553 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 16554
5233edd7 16555 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 16556 (appt-time-msg-list): Doc fix.
a5464014 16557 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 16558
92d10796
AS
165592011-05-12 Andreas Schwab <schwab@linux-m68k.org>
16560
16561 * progmodes/ld-script.el (ld-script-keywords)
16562 (ld-script-builtins): Update keywords list.
16563
914a0ae1
SM
165642011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16565
c89be45f
SM
16566 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
16567
914a0ae1
SM
16568 * shell.el (shell-completion-vars): New function.
16569 (shell-mode):
16570 * simple.el (read-shell-command): Use it.
16571 (blink-matching-open): No need for " [...]" in minibuffer-message.
16572
98dc3df3
GM
165732011-05-12 Glenn Morris <rgm@gnu.org>
16574
16575 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
16576 (appt-check): Simplify.
16577
d2fc7e3d 165782011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 16579
4d61f28d 16580 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
16581 literal "/dev/null".
16582
d2fc7e3d 165832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
16584
16585 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
16586 Fix typo.
16587
d2fc7e3d 165882011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 16589
3f254caa
SM
16590 * progmodes/which-func.el (which-function):
16591 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
16592 which might not be defined (Bug#8260).
16593
d45885f7
GM
165942011-05-12 Glenn Morris <rgm@gnu.org>
16595
16596 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
16597 Let byte-compile-initial-macro-environment always take precedence.
16598
488086f4
SM
165992011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * net/rcirc.el: Add support for SSL/TLS connections.
16602 (rcirc-server-alist): New field `encryption'.
16603 (rcirc): Check `encryption' settings.
16604 (rcirc-connect): New arg `encryption'. Use open-network-stream.
16605 Merge make-local-variable into `set'.
16606 (rcirc--connection-open-p): New function.
16607 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
16608 the process is not a network process (e.g. running gnutls-cli).
16609 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
16610 Make rcirc-(en|de)code-coding-system local here.
16611 (rcirc-mode): Merge make-local-variable into `set'.
16612 (rcirc-parent-buffer): Make permanent buffer-local.
16613 (rcirc-multiline-minor-mode): Don't do it here.
16614 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
16615 there's no server buffer.
16616
7d3b9d44
GM
166172011-05-11 Glenn Morris <rgm@gnu.org>
16618
f64049c6
GM
16619 * newcomment.el (comment-kill): Prefix "unused" local.
16620
93c9df73
GM
16621 * term/w32console.el (get-screen-color): Declare.
16622
7d3b9d44
GM
16623 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
16624 Handle symbol elements of byte-compile-initial-macro-environment.
16625
9e2dd53f
LL
166262011-05-10 Leo Liu <sdl.web@gmail.com>
16627
488086f4
SM
16628 * bookmark.el (bookmark-bmenu-mode-map):
16629 Bind bookmark-bmenu-search to `/'.
8b340240 16630
9e2dd53f 16631 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
16632 (footnote-unicode-string, footnote-unicode-regexp): New variable.
16633 (Footnote-unicode): New function.
16634 (footnote-style-alist): Add unicode style to the list.
16635 (footnote-style): Doc fix.
9e2dd53f 16636
79b70037
GM
166372011-05-10 Jim Meyering <meyering@redhat.com>
16638
16639 Fix doubled-word typos.
16640 * international/quail.el (quail-insert-kbd-layout): and and -> and
16641 * kermit.el: and and -> and
16642 * net/ldap.el (ldap-search-internal): to to -> to
16643 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
16644 * progmodes/js.el (js-mode): and and -> and
16645 * textmodes/artist.el (artist-move-to-xy): at at -> at
16646 (artist-draw-region-trim-line-endings): if if -> if
16647 And Safetyc -> Safety.
16648 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
16649
b8f82dc1 166502011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 16651 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
16652
16653 * files.el (hack-one-local-variable-eval-safep):
16654 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
16655
4f99f44b
GM
166562011-05-10 Glenn Morris <rgm@gnu.org>
16657
16658 * calendar/diary-lib.el (diary-list-entries-hook)
16659 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
16660 (diary-nongregorian-marking-hook, diary-list-entries)
16661 (diary-include-other-diary-files, diary-mark-entries)
16662 (diary-mark-included-diary-files): Doc fixes.
16663
84f29e6b
JB
166642011-05-09 Juanma Barranquero <lekktu@gmail.com>
16665
16666 * misc.el: Require tabulated-list.el during compilation.
16667
9bedd73a
CY
166682011-05-09 Chong Yidong <cyd@stupidchicken.com>
16669
488086f4
SM
16670 * progmodes/compile.el (compilation-start):
16671 Run compilation-filter-hook for the async case too.
9bedd73a
CY
16672 (compilation-filter-hook): Doc fix.
16673
797c735c
DD
166742011-05-09 Deniz Dogan <deniz@dogan.se>
16675
16676 * wdired.el: Remove outdated installation comment. Fix usage
16677 comment.
16678
5f4b1dfe
JB
166792011-05-09 Juanma Barranquero <lekktu@gmail.com>
16680
16681 * misc.el: Implement new command `list-dynamic-libraries'.
16682 (list-dynamic-libraries--loaded-only-p): New variable.
16683 (list-dynamic-libraries--refresh): New function.
16684 (list-dynamic-libraries): New command.
16685
4c44026c
CY
166862011-05-09 Chong Yidong <cyd@stupidchicken.com>
16687
488086f4
SM
16688 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16689 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
16690 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
16691 higher priority to avoid clobbering by gnu.
16692
027f966d
CY
166932011-05-08 Chong Yidong <cyd@stupidchicken.com>
16694
16695 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
16696 if the face has existing theme settings (Bug#8454).
16697
085f5d7d
CY
166982011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
16699
488086f4
SM
16700 * progmodes/perl-mode.el (perl-imenu-generic-expression):
16701 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 16702
2a86a00c
RS
16703 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
16704 special file names `.' and `..' (Bug#8259).
16705
d9c54a06
CY
167062011-05-08 Chong Yidong <cyd@stupidchicken.com>
16707
488086f4
SM
16708 * progmodes/grep.el (grep-mode-font-lock-keywords):
16709 Remove buffer-changing entries.
d9c54a06
CY
16710 (grep-filter): New function.
16711 (grep-mode): Add it to compilation-filter-hook.
16712
16713 * progmodes/compile.el (compilation-filter-hook)
16714 (compilation-filter-start): New defvars.
16715 (compilation-filter): Call compilation-filter-hook prior to
16716 updating the process mark.
16717
c4662635
SM
167182011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16719
16720 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
16721
b0512a1d
EZ
167222011-05-07 Eli Zaretskii <eliz@gnu.org>
16723
605c9376
EZ
16724 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
16725 mailclient-send-it even if window-system is nil. (Bug#8595)
16726
c4662635
SM
16727 * term/w32console.el (terminal-init-w32console):
16728 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
16729 background-mode. (Bug#8597)
16730
d1dc2cc2
SM
167312011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 Make bytecomp.el understand that defmethod defines funs (bug#8631).
16734 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
16735 New functions.
16736 (defgeneric, eieio--defmethod): Use them.
16737 (eieio-defgeneric): Remove.
16738 (defmethod): Call defgeneric in a way visible to the byte-compiler.
16739
915d1300
GM
167402011-05-07 Glenn Morris <rgm@gnu.org>
16741
a3961c3e
GM
16742 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
16743 Use let rather than let*.
16744 (timeclock-find-discrep): Remove unused local.
16745
314347b9
GM
16746 * calendar/diary-lib.el (diary-comment-start): Doc fix.
16747
915d1300
GM
16748 * calendar/appt.el (appt-time-msg-list): Doc fix.
16749
275b59b0
NF
167502011-05-06 Noah Friedman <friedman@splode.com>
16751
16752 * apropos.el (apropos-print-doc): Only use
16753 emacs-lisp-docstring-fill-column when it is bound to an integer,
16754 per that variable's documentation.
16755
6c19f744
SM
167562011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 16759 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 16760
60f884b2
GM
167612011-05-06 Glenn Morris <rgm@gnu.org>
16762
5006e634
GM
16763 * calendar/appt.el (appt-message-warning-time): Doc fix.
16764 (appt-warning-time-regexp): New option.
16765 (appt-make-list): Respect appt-message-warning-time.
16766
548d0a63
GM
16767 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
16768 New options.
16769 (diary-add-to-list): Strip comments from the displayed string.
16770 (diary-mode): Set comment-start and comment-end.
16771
60f884b2
GM
16772 * vc/diff-mode.el (smerge-refine-subst): Declare.
16773 (diff-refine-hunk): Don't require smerge-mode when compiling.
16774
989681bb
JB
167752011-05-06 Juanma Barranquero <lekktu@gmail.com>
16776
16777 * simple.el (list-processes): Return nil as the docstring says.
16778
a6bc05e1
MA
167792011-05-05 Michael Albinus <michael.albinus@gmx.de>
16780
16781 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
16782 to "".
16783 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16784 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
16785 determining of binary transfer. (Bug#7383)
16786
23c22e9a
MA
167872011-05-05 Michael Albinus <michael.albinus@gmx.de>
16788
c4662635
SM
16789 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16790 Fix port computation bug. (Bug#8618)
23c22e9a 16791
0bff894f
GM
167922011-05-05 Glenn Morris <rgm@gnu.org>
16793
b8296902
GM
16794 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
16795
1f522ce8
GM
16796 * simple.el (shell-dynamic-complete-functions)
16797 (comint-dynamic-complete-functions): Declare.
16798
cf5bee67
GM
16799 * net/network-stream.el (gnutls-negotiate):
16800 * simple.el (tabulated-list-print): Fix declarations.
16801
16802 * progmodes/gud.el (syntax-symbol, syntax-point):
16803 Remove unnecessary and incorrect declarations.
16804
0bff894f
GM
16805 * emacs-lisp/check-declare.el (check-declare-scan):
16806 Handle byte-compile-initial-macro-environment in bytecomp.el
16807
9869b3ae
SM
168082011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 Fix earlier half-done eieio-defmethod change (bug#8338).
16811 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
16812 Streamline and change calling convention.
16813 (defmethod): Adjust accordingly and simplify.
16814 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
16815 new eieio--defmethod.
16816 (slot-boundp): Minor CSE simplification.
16817
9c1d5ac5
MZ
168182011-05-05 Milan Zamazal <pdm@zamazal.org>
16819
16820 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
16821 (glasses-make-readable): Use glasses-separate-capital-groups.
16822
455c834e
JB
168232011-05-05 Juanma Barranquero <lekktu@gmail.com>
16824
16825 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
16826 (warning-series): Doc fix.
16827 (display-warning): Don't try to create the buffer if we just found it.
16828
9ed7c8cb
CY
168292011-05-04 Chong Yidong <cyd@stupidchicken.com>
16830
16831 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
16832 (autoload-find-generated-file): New function.
16833 (generate-file-autoloads): Bind generated-autoload-file to
16834 buffer-file-name.
9869b3ae
SM
16835 (update-file-autoloads, update-directory-autoloads):
16836 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
16837 output file (Bug#7989).
16838 (batch-update-autoloads): Doc fix.
16839
0898ca10
JB
168402011-05-04 Juanma Barranquero <lekktu@gmail.com>
16841
16842 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
16843
31dfb76c
GM
168442011-05-04 Glenn Morris <rgm@gnu.org>
16845
f330b642
GM
16846 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
16847 function, so it follows changes in calendar-date-style.
16848 (diary-fancy-date-matcher): New function.
16849 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
16850 (diary-fancy-font-lock-fontify-region-function):
16851 Use diary-fancy-date-pattern as a function.
16852
31dfb76c
GM
16853 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
16854 non-numbers for `year' etc pseudo-variables. (Bug#8583)
16855
48e79d6a
TZ
168562011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
16857
16858 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
16859 instead of positional arguments. Allow :keylist and :crlfiles
16860 arguments.
16861 (open-gnutls-stream): Call it.
16862
16863 * net/network-stream.el (network-stream-open-starttls): Adjust to
16864 call `gnutls-negotiate' with :process and :hostname arguments.
16865
dd5a5ee0
SM
168662011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16867
ef80fc09
SM
16868 * minibuffer.el (completion--message): New function.
16869 (completion--do-completion, minibuffer-complete)
16870 (minibuffer-force-complete, minibuffer-complete-word): Use it.
16871 (completion--do-completion): Don't ignore completion-auto-help when in
16872 icomplete-mode.
16873
dd5a5ee0
SM
16874 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
16875 internal encoding (e.g. tibetan zero is not whitespace).
16876 (global-whitespace-mode): Prefer save-current-buffer.
16877 (whitespace-trailing-regexp): Remove useless save-match-data.
16878 (whitespace-empty-at-bob-regexp): Minor simplification.
16879
b7d22a83
CY
168802011-05-03 Chong Yidong <cyd@stupidchicken.com>
16881
16882 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
16883
5192af46
AM
168842011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16885
16886 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 16887 Use `concat' to create string for insertion.
5192af46 16888
5767d190
SM
168892011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16890
16891 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
16892 Avoid open-line which runs post-self-insert-hook.
16893 (bibtex-fill-entry): Remove unused `end' var.
16894
bf242939
AM
168952011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
16896
5767d190
SM
16897 * textmodes/ispell.el (ispell-add-per-file-word-list):
16898 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 16899
25666126
LL
169002011-05-03 Leo Liu <sdl.web@gmail.com>
16901
16902 * isearch.el (isearch-yank-pop): New command.
5767d190 16903 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
16904 (isearch-forward): Mention it.
16905
52d3c2d0
SM
169062011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16907
1bcace58
SM
16908 * simple.el (minibuffer-complete-shell-command): Remove.
16909 (minibuffer-local-shell-command-map): Use completion-at-point.
16910 (read-shell-command): Setup completion vars here instead.
16911 (read-expression-map): Bind TAB to symbol completion.
16912
52d3c2d0
SM
16913 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
16914 error directly rather via storing it into `results'.
16915
35813471
LL
169162011-05-02 Leo Liu <sdl.web@gmail.com>
16917
16918 * vc/diff.el: Fix description.
16919
e793a940
LMI
169202011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16921
16922 * server.el (server-eval-at): New function.
16923
8de66e05
LMI
169242011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16925
16926 * net/network-stream.el (open-network-stream): Take a :nowait
16927 parameter and pass it on to `make-network-process'.
16928 (network-stream-open-plain): Ditto.
16929
dcb79f20
AS
169302011-04-30 Andreas Schwab <schwab@linux-m68k.org>
16931
16932 * faces.el (face-spec-set-match-display): Don't match toolkit
16933 options on terminal frames.
16934
14a7fbd8
SM
169352011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16936
7eabc1be
SM
16937 * progmodes/pascal.el: Use lexical binding.
16938 (pascal-mode-map): Remove author preferences.
16939
14a7fbd8
SM
16940 * pcomplete.el (pcomplete-std-complete): Don't abuse
16941 completion-at-point.
16942
50f84510
JB
169432011-04-28 Juanma Barranquero <lekktu@gmail.com>
16944
6e087a44
JB
16945 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
16946 removing code that has been dead since 1991 or so.
16947
50f84510
JB
16948 * startup.el (command-line): When warning about "_emacs", use a
16949 delayed warning to allow the user to filter it out.
16950
0ba690bd
DD
169512011-04-28 Deniz Dogan <deniz@dogan.se>
16952
16953 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
16954 user has not joined.
16955
08abfaad
SM
169562011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
16959 aren't any completions at point.
16960
638f053a
JB
169612011-04-28 Juanma Barranquero <lekktu@gmail.com>
16962
16963 * subr.el (display-delayed-warnings): New function.
16964 (delayed-warnings-hook): New variable.
16965
8fff8daa
SM
169662011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16967
08abfaad
SM
16968 * minibuffer.el (completion-at-point, completion-help-at-point):
16969 Don't presume that a given completion-at-point-function will always
16970 use the same calling convention.
16971
8fff8daa
SM
16972 * pcomplete.el (pcomplete-completions-at-point):
16973 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
16974 pcomplete-seen is non-nil.
16975 (pcomplete-comint-setup): Also recognize the new comint/shell
16976 completion functions.
16977 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
16978 pcomplete-seen is non-nil.
16979
841a1577 169802011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 16981
841a1577 16982 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 16983 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 16984 the first character in the entry. This allows for code to add its
211ec907
UJ
16985 own uid to the entry.
16986 (icalendar--convert-float-to-ical): Add export of
16987 `diary-float'-entries save for those with the optional DAY
16988 argument.
16989
2a782793
DC
169902011-04-27 Daniel Colascione <dan.colascione@gmail.com>
16991
16992 * subr.el (shell-quote-argument): Use alternate escaping strategy
16993 when we spot a variable reference in a string.
16994
0438ce91
DC
169952011-04-26 Daniel Colascione <dan.colascione@gmail.com>
16996
16997 * cus-start.el (all): Define customization for debug-on-event.
16998
841a1577 169992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
17000
17001 * subr.el (shell-quote-argument): Escape correctly under Windows.
17002
d090ed6c
SM
170032011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17004
17005 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
17006
bfd31217
MA
170072011-04-25 Michael Albinus <michael.albinus@gmx.de>
17008
d090ed6c
SM
17009 * net/tramp.el (tramp-process-actions): Add POS argument.
17010 Delete region between POS and (pos).
bfd31217 17011
d090ed6c
SM
17012 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17013 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
17014 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
17015
17016 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
17017 position in `tramp-process-actions' call.
17018
17019 * net/trampver.el: Update release number.
17020
e92f3bd3
SM
170212011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17022
850256b5
SM
17023 * custom.el (defcustom): Obey lexical-binding.
17024
e92f3bd3
SM
17025 Fix octave-inf completion problems reported by Alexander Klimov.
17026 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
17027 Inherit from octave-mode-syntax-table.
17028 (inferior-octave-mode): Set info-lookup-mode.
17029 (inferior-octave-completion-at-point): New function.
17030 (inferior-octave-complete): Use it and completion-in-region.
17031 (inferior-octave-dynamic-complete-functions): Use it as well, and use
17032 comint-filename-completion.
17033 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
17034 symbol elements which shouldn't be word elements.
17035 (octave-font-lock-keywords, octave-beginning-of-defun)
17036 (octave-function-header-regexp): Adjust regexps accordingly.
17037 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
17038
cd22b309
JB
170392011-04-25 Juanma Barranquero <lekktu@gmail.com>
17040
17041 * net/gnutls.el (gnutls-errorp): Declare before first use.
17042
8b492194
TZ
170432011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
17044
17045 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
17046 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 17047 default trustfile exists before going to use it. Add missing
5a5fa834 17048 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
17049 Reported by Claudio Bley <claudio.bley@gmail.com>.
17050 (open-gnutls-stream): Add usage example.
17051
17052 * net/network-stream.el (network-stream-open-starttls): Give host
17053 parameter to `gnutls-negotiate'.
17054 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 17055 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 17056
841a1577 170572011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 17058
cd22b309
JB
17059 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
17060 Use correct match group (bug#8438).
05842630 17061
3ba7869c
CY
170622011-04-24 Chong Yidong <cyd@stupidchicken.com>
17063
512e3ae1
CY
17064 * emacs-lisp/package.el (package-built-in-p): Fix typo.
17065 (package-menu--generate): New arg specifying packages to show.
17066 (package-menu-refresh, package-menu-execute, list-packages):
17067 Callers changed.
17068 (package-show-package-list): New function, replacing deleted
17069 package--list-packages (renamed because it is non-internal).
17070
17071 * finder.el (finder-list-matches): Use package-show-package-list
17072 instead of deleted package--list-packages.
17073
e92f3bd3
SM
17074 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
17075 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
17076 (vc-annotate-mode-map): Bind it to RET.
17077
7031be6d
UR
170782011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
17079
17080 * progmodes/etags.el (next-file): Don't use set-buffer to change
17081 buffers (Bug#8478).
17082
4ef177aa
CY
170832011-04-24 Chong Yidong <cyd@stupidchicken.com>
17084
c8d173eb
CY
17085 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
17086
4ef177aa
CY
17087 * apropos.el (apropos-label-face): Avoid variable-pitch face.
17088 (apropos-accumulator): Doc fix.
17089 (apropos-function, apropos-macro, apropos-command)
17090 (apropos-variable, apropos-face, apropos-group, apropos-widget)
17091 (apropos-plist): Add face property.
17092 (apropos-symbols-internal): Fix indentation.
17093 (apropos-print): Simplify help, and recognize apropos-multi-type.
17094 (apropos-print-doc): Use button-type-get to extract the button's
17095 face property. Fill docstring (Bug#8352).
17096
4ffd0d6b 170972011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
17098
17099 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
17100
c6c32125 17101 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 17102 (mpuz-mode-map): Use mapc.
c6c32125
JB
17103 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
17104 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
17105 Fix typos in docstrings.
17106
58d468b4
JB
17107 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
17108 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
17109
6470c3c6
JB
17110 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
17111
4ffd0d6b 171122011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
17113
17114 * minibuffer.el (completion--do-completion): Avoid the "Next char
17115 not unique" prompt if icomplete-mode is enabled (Bug#5849).
17116
3ad8bad0
CY
17117 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
17118 mouse-2 into unread-command-events, it is interpreted correctly.
17119
71d73c9c 17120 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 17121 (image-toggle-display): Doc fix.
71d73c9c 17122
841a1577 171232011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 17124
4ffd0d6b
GM
17125 * textmodes/page.el (what-page): Use line-number-at-pos to
17126 calculate line number (Bug#6825).
6e1dbaa9 17127
c2fb1b60
JB
171282011-04-22 Juanma Barranquero <lekktu@gmail.com>
17129
17130 * eshell/esh-mode.el (find-tag-interactive): Declare function.
17131 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
17132 Pass argument NO-DEFAULT to `find-tag-interactive'.
17133
e02f48d7
JB
171342011-04-22 Juanma Barranquero <lekktu@gmail.com>
17135
17136 Lexical-binding cleanup.
17137
17138 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
17139 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
17140 * progmodes/ada-prj.el (ada-prj-initialize-values)
17141 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
17142 (ada-prj-show-value):
17143 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
17144 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
17145 (antlr-invalidate-context-cache, antlr-options-menu-filter)
17146 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
17147 * progmodes/bug-reference.el (bug-reference-push-button):
17148 * progmodes/fortran.el (fortran-line-length):
17149 * progmodes/glasses.el (glasses-change):
17150 * progmodes/octave-mod.el (octave-fill-paragraph):
17151 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
17152 (python-pdbtrack-grub-for-buffer, python-sentinel):
17153 * progmodes/sql.el (sql-save-connection):
17154 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
17155 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
17156 Mark unused parameters.
17157
17158 * progmodes/compile.el (compilation--flush-directory-cache)
17159 (compilation--flush-parse, compile-internal): Mark unused parameters.
17160 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
17161 (compilation-next-error-function): Remove unused variable `timestamp'.
17162
17163 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
17164 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
17165
17166 * progmodes/dcl-mode.el (dcl-end-of-command):
17167 Remove unused variable `start'.
17168 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
17169 (dcl-option-value-basic, dcl-option-value-offset)
17170 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
17171 Mark unused parameters.
17172 (dcl-save-local-variable): Remove unused variable `val'.
17173 (mode): Declare.
17174
17175 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
17176 Mark unused parameters.
17177 (delphi-ignore-changes): Move before first use.
17178 (delphi-charset-token-at): Remove unused variable `start'.
17179 (delphi-else-start): Remove unused variable `if-count'.
17180 (delphi-comment-block-start, delphi-comment-block-end):
17181 Remove unused variable `kind'.
17182 (delphi-indent-line): Remove unused variable `new-point'.
17183
17184 * progmodes/ebrowse.el (ebrowse-files-list)
17185 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
17186 Mark unused parameters. Don't quote `lambda'.
17187 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
17188 Don't quote `lambda'.
17189 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
17190 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
17191 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
17192 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
17193 Use `ignore-errors'.
17194 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
17195 (ebrowse-view/find-file-and-search-pattern)
17196 (ebrowse-view/find-member-declaration/definition):
17197 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
17198 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
17199 Rename parameter PREFIX-ARG to PREFIX.
17200 (ebrowse-tags-read-name): Remove unused variables `start' and
17201 `member-info'.
17202 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
17203 to `tags-file'.
17204
17205 * progmodes/etags.el (local-find-tag-hook): Declare.
17206 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
17207 Mark unused parameters.
17208
17209 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
17210 (executable-interpret): Mark unused parameter.
17211
17212 * progmodes/flymake.el (flymake-process-sentinel)
17213 (flymake-after-change-function)
17214 (flymake-create-temp-with-folder-structure)
17215 (flymake-get-include-dirs-dot): Mark unused parameters.
17216 (flymake-safe-delete-directory): Remove unused variable `err'.
17217
17218 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
17219 (speedbar-timer-fn, speedbar-line-text)
17220 (speedbar-change-expand-button-char, speedbar-delete-subblock)
17221 (speedbar-center-buffer-smartly): Declare functions.
17222 (gdb-find-watch-expression): Remove unused variable `array'.
17223 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
17224 (gdb-starting): Mark unused parameters.
17225 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
17226 (gdb-table-string): Remove unused variable `res'.
17227 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
17228 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
17229 (gdb-display-buffer): Remove unused variable `cur-size'.
17230
17231 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
17232 allow lexical-binding compilation.
17233 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
17234 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
17235 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
17236 Mark unused parameters.
17237 (gud-gdb-marker-filter): Remove unused variable `match'.
17238 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
17239 lambda expressions and funcall them, instead of using `fset'.
17240
17241 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
17242 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
17243
17244 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
17245 variable `header-beg'; use `let'.
17246
17247 * progmodes/icon.el (indent-icon-exp): Remove unused variables
17248 `restart', `last-sexp' and `at-do'.
17249
17250 * progmodes/js.el (js--debug): Mark unused parameter.
17251 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
17252 (js--splice-into-items): Remove unused variable `item'.
17253 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
17254
17255 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
17256 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
17257 (makefile-complete): Remove unused variable `try'.
17258 (makefile-fill-paragraph, makefile-match-function-end):
17259 Mark unused parameters.
17260
17261 * progmodes/octave-inf.el (inferior-octave-complete):
17262 Remove unused variable `proc'.
17263 (inferior-octave-output-digest): Mark unused parameter.
17264
17265 * progmodes/perl-mode.el (perl-calculate-indent):
17266 Remove unused variable `err'.
17267
17268 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
17269 (prolog-indent-line): Mark unused parameters.
17270 (prolog-indent-line): Remove unused variable `beg'.
17271
17272 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
17273 (reporter-dont-compact-list): Declare.
17274
17275 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
17276 Remove unused variable `char'.
17277 (sh-debug): Mark unused parameter.
17278 (sh-get-indent-info): Remove unused variable `start'.
17279 (sh-calculate-indent): Remove unused variable `var'.
17280
17281 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
17282 (simula-electric-keyword): Remove unused variable `null'.
17283 (simula-search-backward, simula-search-forward): Remove unused
17284 variables `begin' and `end'.
17285
17286 * progmodes/vera-mode.el (vera-guess-basic-syntax):
17287 Remove unused variable `pos'.
17288 (vera-electric-tab, vera-comment-uncomment-region):
17289 Mark unused parameters.
17290 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
17291
7ede3b65
CY
172922011-04-22 Chong Yidong <cyd@stupidchicken.com>
17293
17294 * emacs-lisp/package.el (package--builtins, package-alist)
17295 (package-load-descriptor, package-built-in-p, package-activate)
17296 (define-package, package-installed-p)
17297 (package-compute-transaction, package-buffer-info)
17298 (package--push): Doc fix. Distinguish more clearly between
17299 version strings and version lists.
17300
121656e9
JB
173012011-04-21 Juanma Barranquero <lekktu@gmail.com>
17302
17303 Lexical-binding cleanup.
17304
17305 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
17306 (5x5-make-mutate-best):
17307 * play/fortune.el (fortune-in-buffer):
17308 * play/gomoku.el (gomoku-init-display):
17309 * play/solitaire.el (solitaire, solitaire-do-check):
17310 * play/tetris.el (tetris-default-update-speed-function):
17311 Mark unused parameters.
17312
17313 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
17314 (bubbles--shift): Remove unused variable `char-org'.
17315 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
17316 (bubbles--show-images): Remove unused variable `char'.
17317
17318 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
17319 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
17320 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
17321 (decipher-analyze-buffer): Use ?\s.
17322 (decipher-make-checkpoint): Remove unused variable `mapping'.
17323
17324 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
17325
17326 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17327 Remove unused variable `result'; use `let'.
17328
17329 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
17330 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
17331 (gametree-children-shown-p, gametree-compute-reduced-score):
17332 Use `ignore-errors'.
17333
17334 * play/handwrite.el (ps-lpr-switches): Declare.
17335 (handwrite): Remove unused variables `pmin' and `lastp'.
17336
17337 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
17338
17339 * play/landmark.el (landmark-init-display)
17340 (landmark-update-naught-weights): Mark unused parameters.
17341 (landmark-y): Remove unused variable `noise'. Simplify.
17342 (landmark-human-plays): Remove unused variable `score'.
17343
17344 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
17345 (mpuz-try-proposal): Remove unused variable `game'.
17346
17347 * play/zone.el (life-patterns): Declare.
17348
80f499c7
JB
173492011-04-20 Juanma Barranquero <lekktu@gmail.com>
17350
17351 * vc/vc.el (ediff-vc-internal): Declare function.
17352
024ff170
SM
173532011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17354
c0a193ea
SM
17355 * shell.el: Use lexical-binding and std completion UI.
17356 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
17357 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
17358 comint-preoutput-filter-functions rather than on
17359 comint-output-filter-functions.
17360 (shell-command-completion, shell--command-completion-data)
17361 (shell-filename-completion, shell-environment-variable-completion)
17362 (shell-c-a-p-replace-by-expanded-directory): New functions.
17363 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
17364 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
17365 (shell-dynamic-complete-environment-variable): Use them.
17366 (shell-dynamic-complete-as-environment-variable)
17367 (shell-dynamic-complete-as-command): Remove.
17368 (shell-match-partial-variable): Match past point.
17369 * comint.el: Clean up use of completion-at-point-functions.
17370 (comint-completion-at-point): New function.
17371 (comint-mode): Use it completion-at-point-functions.
17372 (comint-dynamic-complete): Make it obsolete.
17373 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
17374 (comint-c-a-p-replace-by-expanded-history): New function.
17375 (comint-dynamic-complete-functions)
17376 (comint-replace-by-expanded-history): Use it.
17377 * minibuffer.el (completion-table-with-terminator): Allow dynamic
17378 termination strings. Try harder to avoid second try-completion.
17379 (completion-in-region-mode-map): Disable bindings that don't work yet.
17380
2dbaa080
SM
17381 * comint.el: Use lexical-binding. Require CL.
17382 (comint-dynamic-complete-functions): Use comint-filename-completion.
17383 (comint-completion-addsuffix): Tweak custom type.
17384 (comint-filename-completion, comint--common-suffix)
17385 (comint--common-quoted-suffix, comint--table-subvert)
17386 (comint--complete-file-name-data): New functions.
17387 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
17388 (comint-dynamic-list-filename-completions): Use them.
17389 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 17390
2dbaa080
SM
17391 * minibuffer.el (completion-in-region-mode):
17392 Keep completion-in-region-mode--predicate global.
17393 (completion-in-region--postch):
17394 Assume completion-in-region-mode--predicate is not null.
17395
c79a6f38
SM
17396 * progmodes/flymake.el (flymake-start-syntax-check-process):
17397 Obey `dir'. Simplify.
17398
024ff170
SM
17399 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
17400 we're in VC after all.
17401
1c6c854e
CS
174022011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
17403
17404 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 17405 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
17406 (vc-version-diff): Use vc-diff-build-argument-list-internal.
17407
bed7f140
SM
174082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17409
332e62ab
SM
17410 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
17411 add sanity check.
17412
bed7f140
SM
17413 * obsolete/erc-hecomplete.el: Make obsolete.
17414 * obsolete/: Standardize obsolescence info in the header.
17415
f195c582
GM
174162011-04-20 Glenn Morris <rgm@gnu.org>
17417
17418 * calendar/solar.el (solar-horizontal-coordinates):
17419 Use the longitude argument rather than `calendar-longitude'.
17420 (solar-date-next-longitude): Remove unused locals.
17421
cb79b8c0
VJL
174222011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17423
17424 * whitespace.el: New version 13.2.1.
17425
174262011-04-20 felix <EmacsWiki> (tiny change)
17427
d8e4b68b 17428 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
17429 switching between major modes on a file.
17430
602ea69d
SM
174312011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17432
17433 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
17434 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
17435 multi-line comments as well.
17436
06b60517
JB
174372011-04-19 Juanma Barranquero <lekktu@gmail.com>
17438
17439 Lexical-binding cleanup.
17440
17441 * arc-mode.el (archive-mode-revert):
17442 * cmuscheme.el (scheme-interactively-start-process):
17443 * custom.el (custom-initialize-delay):
17444 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
17445 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
17446 * emacs-lock.el (emacs-lock-clear-sentinel):
17447 * ezimage.el (defezimage):
17448 * follow.el (follow-avoid-tail-recenter):
17449 * fringe.el (set-fringe-mode-1):
17450 * generic-x.el (bat-generic-mode-compile):
17451 * help-mode.el (help-info-variable, help-do-xref)
17452 (help-mode-revert-buffer):
17453 * help.el (view-emacs-todo):
17454 * iswitchb.el (iswitchb-completion-help):
17455 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
17456 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
17457 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
17458 * locate.el (locate-update):
17459 * longlines.el (longlines-encode-region)
17460 (longlines-after-change-function):
17461 * outline.el (outline-isearch-open-invisible):
17462 * ps-def.el (declare-function, charset-dimension, char-width)
17463 (encode-char):
17464 * ps-mule.el (ps-mule-plot-string):
17465 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
17466 (recentf-edit-list-select, recentf-edit-list-validate)
17467 (recentf-open-files-action):
17468 * rect.el (delete-whitespace-rectangle-line)
17469 (rectangle-number-line-callback):
17470 * register.el (window-configuration-to-register)
17471 (frame-configuration-to-register):
17472 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
17473 * select.el (xselect-convert-to-string, xselect-convert-to-length)
17474 (xselect-convert-to-targets, xselect-convert-to-delete)
17475 (xselect-convert-to-filename, xselect-convert-to-charpos)
17476 (xselect-convert-to-lineno, xselect-convert-to-colno)
17477 (xselect-convert-to-os, xselect-convert-to-host)
17478 (xselect-convert-to-user, xselect-convert-to-class)
17479 (xselect-convert-to-name, xselect-convert-to-integer)
17480 (xselect-convert-to-atom, xselect-convert-to-identity):
17481 * subr.el (declare, ignore, process-kill-without-query)
17482 (text-clone-maintain):
17483 * terminal.el (te-get-char, te-tic-sentinel):
17484 * tool-bar.el (tool-bar-make-keymap):
17485 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
17486 * type-break.el (type-break-mode, type-break-noninteractive-query):
17487 * view.el (View-back-to-mark):
17488 * wid-browse.el (widget-browse-action, widget-browse-widget)
17489 (widget-browse-widgets, widget-browse-sexp):
17490 * widget.el (define-widget-keywords):
17491 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
17492 Mark unused parameters.
17493
17494 * align.el (align-adjust-col-for-rule): Mark unused parameter.
17495 (align-areas): Remove unused variable `look'.
17496 (align-region): Remove unused variables `real-end' and `pos-list'.
17497
17498 * apropos.el (apropos-score-doc): Remove unused variable `i'.
17499
17500 * bindings.el (mode-line-modified, mode-line-remote):
17501 Mark unused parameters.
17502 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
17503
17504 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
17505 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
17506
17507 * comint.el (comint-history-isearch-pop-state)
17508 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
17509 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
17510 (comint-substitute-in-file-name): Doc fix.
17511
17512 * completion.el (cmpl-statistics-block): Mark unused parameter.
17513 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
17514 (save-completions-to-file, load-completions-from-file):
17515 Remove unused local variable `e'.
17516
17517 * composite.el (compose-chars): Remove unused variable `len'.
17518 (lgstring-insert-glyph): Remove unused variable `g'.
17519 (compose-glyph-string): Remove unused variables `ascent',
17520 `descent', `lbearing' and `rbearing'.
17521 (compose-glyph-string-relative): Remove unused variables
17522 `lbearing', `rbearing' and `wadjust'.
17523 (compose-gstring-for-graphic): Remove unused variables `header',
17524 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
17525 (compose-gstring-for-terminal): Remove unused variables `header'
17526 and `nchars'. Use `let', not `let*'.
17527
17528 * cus-edit.el (Custom-set, Custom-save, custom-reset)
17529 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
17530 (Custom-buffer-done, custom-buffer-create-internal)
17531 (custom-browse-visibility-action, custom-browse-group-tag-action)
17532 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
17533 (widget-magic-mouse-down-action, custom-toggle-parent)
17534 (custom-add-parent-links, custom-toggle-hide-variable)
17535 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
17536 (custom-toggle-hide-face, face, hook, custom-group-link-action)
17537 (custom-face-menu-create, custom-variable-menu-create, get)
17538 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
17539 (custom-reset-standard-save-and-update): Remove unused variable `value'.
17540 (customize-apropos): Remove unused variable `tests'.
17541 (custom-group-value-create): Remove unused variable `hidden-p'.
17542 (sort-fold-case): Declare.
17543
17544 * cus-theme.el (custom-reset-standard-faces-list)
17545 (custom-reset-standard-variables-list): Declare.
17546 (customize-create-theme, custom-theme-revert, custom-theme-write)
17547 (custom-theme-choose-mode, customize-themes, custom-theme-save):
17548 Mark unused parameters.
17549
17550 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
17551
17552 * delim-col.el (delimit-columns-max): Move defvar before first use.
17553
17554 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 17555 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
17556
17557 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
17558 (auto-insert): Declare.
17559 (desktop-restore-file-buffer): Rename desktop-* parameters;
17560 mark unused ones.
17561 (desktop-create-buffer): Rename desktop-* parameters and bind them.
17562 (desktop-buffer): Rename desktop-* parameters.
17563
17564 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17565 (dframe-reposition-frame-xemacs, dframe-help-echo)
17566 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
17567 Mark unused parameters.
17568
17569 * dired-aux.el (backup-extract-version-start, overwrite-query)
17570 (overwrite-backup-query, rename-regexp-query)
17571 (rename-non-directory-query): Declare.
17572 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
17573 (dired-add-entry): Remove unused variable `orig-file-name'.
17574 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
17575 Use parameter PRESERVE-TIME instead of accessing dynamic variable
17576 `dired-copy-preserve-time' directly.
17577 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
17578 (dired-insert-subdir-newpos): Rename unused variable `pos'.
17579
17580 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
17581 (dired-virtual-revert, dired-make-relative-symlink):
17582 Mark unused parameters.
17583 (manual-program): Declare.
17584 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
17585 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
17586 wrapped in `with-no-warnings' to avoid replacing one warning by another.
17587
17588 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
17589
17590 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
17591
17592 * echistory.el (electric-history-in-progress, Helper-return-blurb):
17593 Declare.
17594
17595 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
17596
17597 * electric.el (Electric-command-loop): Rename parameter
17598 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
17599
17600 * expand.el (expand-in-literal): Remove unused variable `here'.
17601
17602 * facemenu.el (facemenu-add-new-color):
17603 Remove unused variable `docstring'.
17604
17605 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
17606 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
17607 (face-attr-construct): Mark unused parameter. Doc fix.
17608 (read-color): Remove unused variable `hex-string'.
17609
17610 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
17611 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
17612 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
17613 (display-buffer-other-frame): Remove unused variable `old-window'.
17614 (kill-buffer-hook): Declare.
17615 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
17616 Mark unused parameters.
17617 (after-find-file): Pass 1 to `auto-save-mode', not t.
17618
17619 * files-x.el (auto-insert): Declare.
17620 (modify-file-local-variable-prop-line): Remove unused variable `val'.
17621
17622 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 17623 variable `buf'. Mark unused parameter.
06b60517
JB
17624 (find-lisp-insert-directory): Mark unused parameter.
17625
17626 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
17627 (format-encode-region): Remove unused variables `cur-buf' and `result'.
17628 (format-common-tail): Remove, unused.
17629 (format-deannotate-region): Remove unused variable `loc'.
17630 (format-annotate-region): Remove unused variable `p'.
17631 (format-annotate-single-property-change): Remove unused variables
17632 `default' and `tail'.
17633
17634 * forms.el (read-file-filter): Declare.
17635 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
17636
17637 * frame.el (frame-creation-function-alist): Mark unused parameter.
17638 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
17639
17640 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
17641 Remove unused parameters.
17642 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
17643 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
17644
17645 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
17646 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
17647 (hfy-prepare-tag-map): Mark unused parameters.
17648 (htmlfontify-buffer): Use `called-interactively-p'.
17649
17650 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
17651 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
17652 (ibuffer-do-occur): Mark unused parameters.
17653 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
17654 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
17655
17656 * ibuffer.el: Don't quote `lambda'.
17657 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
17658 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
17659 Mark unused parameters.
17660
17661 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
17662 (ido-completing-read): Mark unused parameters.
17663 (ido-copy-current-word): Mark unused parameters;
17664 remove unused variable `name'.
17665 (ido-sort-merged-list): Remove unused parameter `dirs'.
17666
17667 * ielm.el (ielm-input-sender): Mark unused parameter.
17668 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
17669 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
17670 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
17671 `ielm-string' as a dynamic variable accessible from the IELM prompt.
17672 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
17673
17674 * image-dired.el (image-dired-display-thumbs): Remove unused
17675 variables `curr-file' and `count'.
17676 (image-dired-remove-tag): Remove unused variable `start'.
17677 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
17678 variable `curr-file'
17679 (image-dired-rotate-original): Remove unused variable `temp-file'.
17680 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
17681 Remove unused variable `file'.
17682 (image-dired-gallery-generate): Remove unused variable `curr'.
17683 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
17684
17685 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
17686
17687 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
17688
17689 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
17690
17691 * isearch.el (minibuffer-history-symbol): Declare.
17692 (isearch-edit-string): Remove unused variable `err'.
17693 (isearch-message-prefix, isearch-message-suffix):
17694 Mark unused parameters.
17695
17696 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
17697
17698 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
17699
17700 * makesum.el (double-column): Remove unused variable `cnt'.
17701
17702 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
17703 (ido-ignore-item-temp-list): Declare.
17704
17705 * mouse-drag.el (mouse-drag-throw): Remove unused variables
17706 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
17707 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
17708 (mouse-drag-drag): Remove unused variables `mouse-delta' and
17709 `mouse-col-delta'.
17710
17711 * mouse-sel.el (mouse-extend-internal):
17712 Remove unused variable `orig-window-frame'.
17713
17714 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
17715 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
17716 Move declarations before first use.
17717 (pcomplete-opt): Mark unused parameters; doc fix.
17718
17719 * proced.el (proced-revert): Mark unused parameter.
17720 (proced-send-signal): Remove unused variable `err'.
17721
17722 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
17723 Rename parameter PREFIX-ARG to ARG.
17724 (ps-basic-plot-string, ps-basic-plot-whitespace):
17725 Mark unused parameters.
17726
17727 * replace.el (replace-count): Define.
17728 (occur-revert-function): Mark unused parameters.
17729 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
17730 (isearch-case-fold-search, isearch-string): Declare.
17731 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
17732 bind `case-fold-search'. Remove unused variables `beg' and `end',
17733 and simplify.
17734 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
17735 COUNT and bind `replace-count'.
17736 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
17737 to COUNT.
17738
17739 * savehist.el (print-readably, print-string-length): Declare.
17740
17741 * shadowfile.el (shadow-expand-cluster-in-file-name):
17742 Remove unused variable `cluster'.
17743 (shadow-copy-file): Remove unused variable `i'.
17744 (shadow-noquery, shadow-clusters, shadow-site-cluster)
17745 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
17746 (shadow-define-literal-group, shadow-define-regexp-group)
17747 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
17748
17749 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
17750 (shell): Use `called-interactively-p'.
17751 (shell-directory-tracker): Remove unused variable `chdir-failure'.
17752
17753 * simple.el (compilation-context-lines, comint-file-name-quote-list)
17754 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
17755 (delete-backward-char): Remove unused variable `ocol'.
17756 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
17757 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
17758 (event-apply-hyper-modifier, event-apply-shift-modifier)
17759 (event-apply-control-modifier, event-apply-meta-modifier):
17760 Mark unused parameters.
17761 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
17762 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
17763
17764 * speedbar.el (speedbar-ignored-directory-expressions)
17765 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
17766 (speedbar-find-file, speedbar-dir-follow)
17767 (speedbar-directory-buttons-follow, speedbar-tag-find)
17768 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
17769 (speedbar-buffers-line-directory, speedbar-buffer-click):
17770 Mark unused parameters.
17771 (speedbar-tag-file): Remove unused variable `mode'.
17772 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
17773
17774 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
17775
17776 * talk.el (talk): Remove unused variable `display'.
17777
17778 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
17779 (tar-write-region-annotate): Mark unused parameter.
17780
17781 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
17782 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
17783 Declare them, wrapped in `with-no-warnings' to avoid replacing one
17784 warning by another.
17785
17786 * time-stamp.el (time-stamp-string-preprocess):
17787 Remove unused variable `require-padding'.
17788
17789 * tree-widget.el (widget-glyph-enable): Declare.
17790 (tree-widget-action): Mark unused parameter.
17791
17792 * w32-fns.el (x-get-selection): Mark unused parameter.
17793 (autoload-make-program, generated-autoload-file): Declare.
17794
17795 * wdired.el (wdired-revert): Mark unused parameters.
17796 (wdired-xcase-word): Remove unused variable `err'.
17797
17798 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
17799 (whitespace-help-scroll): Remove unused variable `data-help'.
17800
17801 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
17802 (widget-image-insert, widget-after-change, default)
17803 (widget-default-format-handler, widget-default-notify)
17804 (widget-default-prompt-value, widget-info-link-action)
17805 (widget-url-link-action, widget-function-link-action)
17806 (widget-variable-link-action, widget-file-link-action)
17807 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
17808 (widget-field-prompt-internal, widget-field-action, widget-field-match)
17809 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
17810 (widget-insert-button-action, widget-delete-button-action, visibility)
17811 (widget-documentation-link-action, widget-documentation-string-action)
17812 (widget-const-prompt-value, widget-regexp-match, symbol)
17813 (widget-coding-system-prompt-value)
17814 (widget-key-sequence-value-to-external, sexp)
17815 (widget-sexp-value-to-internal, character, vector, cons)
17816 (widget-choice-prompt-value, widget-boolean-prompt-value)
17817 (widget-color--choose-action): Mark unused parameters.
17818 (widget-item-match-inline, widget-choice-match-inline)
17819 (widget-checklist-match, widget-checklist-match-inline)
17820 (widget-group-match): Rename parameter VALUES to VALS.
17821 (widget-field-value-set): Remove unused variable `size'.
17822 (widget-color-action): Remove unused variables `value' and `start'.
17823
17824 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 17825 variable `dir'. Doc fix.
06b60517
JB
17826 (windmove-find-other-window): Don't pass it.
17827
17828 * window.el (count-windows): Mark unused parameter.
17829 (bw-adjust-window): Remove unused variable `err'.
17830
17831 * woman.el (woman-file-name): Remove unused variable `default'.
17832 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
17833 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
17834 (global-font-lock-mode): Declare.
17835 (woman-decode-region): Mark unused parameter.
17836 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
17837
17838 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
17839 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
17840 (x-dnd-handle-moz-url): Remove unused variable `title'.
17841 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
17842
17843 * xml.el (xml-parse-tag, xml-parse-attlist):
17844 Remove unused variable `pos'.
17845
bc4f7f3d
GM
178462011-04-19 Glenn Morris <rgm@gnu.org>
17847
17848 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
17849 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
17850 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
17851 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
17852 * calendar/cal-html.el (cal-html-insert-minical):
17853 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
17854 (calendar-mark-date-pattern):
17855 Prefix "unused" locals.
17856
17857 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
17858 optional argument `style'.
17859
17860 * calendar/appt.el (appt-make-list):
17861 * calendar/cal-china.el (calendar-chinese-date-string):
17862 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
17863 (diary-hebrew-yahrzeit):
17864 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
17865 * calendar/calendar.el (calendar-generate-window):
17866 * calendar/time-date.el (time-to-days):
17867 Remove unused local variables.
17868
16a43933
CY
178692011-04-18 Chong Yidong <cyd@stupidchicken.com>
17870
17871 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
17872 glyphless-char-display table.
17873 (tabulated-list-glyphless-char-display): New var.
17874
7eed1860
SS
178752011-04-18 Sam Steingold <sds@gnu.org>
17876
17877 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
17878 to acknowledgments.
17879
4d2d1ccd
GM
178802011-04-17 Glenn Morris <rgm@gnu.org>
17881
17882 * calendar/diary-lib.el (diary-sexp-entry):
17883 * calendar/holidays.el (holiday-sexp):
17884 Set debug-on-error rather than the removed stack-trace-on-error.
17885
239da61d
GM
178862011-04-16 Glenn Morris <rgm@gnu.org>
17887
17888 * progmodes/f90.el: Use lexical-binding.
17889 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
17890
8b05752a
SM
178912011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17892
daca8ba5
SM
17893 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
17894 (mail-mode): Setup mailalias completion here instead.
17895 * mail/mailalias.el: Use lexical-binding.
17896 (pattern, mailalias-done): Declare dynamic.
17897 (mail-completion-at-point-function): New function, from mail-complete.
17898 (mail-complete): Use it.
17899 (mail-completion-expand): New function.
17900 (mail-get-names): Use it.
17901 (mail-directory, mail-directory-process, mail-directory-stream):
17902 Don't use `pattern' for lexically bound arg.
17903
6f542485
SM
17904 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
17905
037e7c3f
SM
17906 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
17907 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
17908 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
17909
8b05752a
SM
17910 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
17911 (byte-save-window-excursion, byte-temp-output-buffer-setup)
17912 (byte-interactive-p): Define them again, for use when inlining
17913 old code.
17914
49093f60
JB
179152011-04-15 Juanma Barranquero <lekktu@gmail.com>
17916
17917 * loadup.el: Use `string-to-number', not `string-to-int'.
17918
b5b8e7de
SM
179192011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17920
17921 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
17922 gud-gdb-complete-command.
17923 (gud-gdb-completions): New function, from gud-gdb-complete-command.
17924 (gud-gdb-completion-at-point): New function.
17925 (gud-gdb-completions): Remove.
17926
f42efeb5
MA
179272011-04-14 Michael Albinus <michael.albinus@gmx.de>
17928
49093f60
JB
17929 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
17930 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
17931 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
17932 whether `executable-find' is bound.
f42efeb5
MA
17933
17934 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
17935
e240cc21
SM
179362011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17937
17938 * minibuffer.el (completion-in-region-mode-predicate)
17939 (completion-in-region-mode--predicate): New vars.
17940 (completion-in-region, completion-in-region--postch)
17941 (completion-in-region-mode): Use them.
17942 (completion--capf-wrapper): Also return the hook function.
17943 (completion-at-point, completion-help-at-point):
17944 Adjust and provide a predicate.
c2bd2ab0
SM
17945
17946 Preserve arg names for advice of subr and lexical functions (bug#8457).
17947 * help-fns.el (help-function-arglist): Consolidate the subr and
17948 new-byte-code cases. Add argument `preserve-names' to extract names
17949 from the docstring when needed.
17950 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
17951 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
17952 (ad-arglist): Use help-function-arglist's new arg.
17953 (ad-definition-type): Use cond.
17954
c183f693
JB
179552011-04-13 Juanma Barranquero <lekktu@gmail.com>
17956
06641a47
JB
17957 * autorevert.el (auto-revert-handler):
17958 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
17959 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17960 Don't quote lambda.
17961
c183f693
JB
17962 * image-mode.el (image-transform-set-scale):
17963 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
17964
1e3b6001
G
179652011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17966
17967 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 17968 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
17969 Upgrades via gnutls-cli are too slow to be done opportunistically.
17970
2d6af8dd
JB
179712011-04-12 Juanma Barranquero <lekktu@gmail.com>
17972
17973 * dframe.el (dframe-current-frame): Remove spurious quote.
17974
c0749a51
GM
179752011-04-12 Glenn Morris <rgm@gnu.org>
17976
088d0d61
GM
17977 * calendar/cal-tex.el (cal-tex-end-document):
17978 Try to automatically use latin1 input if needed.
17979
c0749a51
GM
17980 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
17981 Don't try to cons a mark onto an empty element.
17982
5c90fde0
LL
179832011-04-11 Leo Liu <sdl.web@gmail.com>
17984
17985 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
17986 buffers.
17987 (ido-kill-buffer-at-head): Support killing virtual buffers.
17988
369e974d
CY
179892011-04-10 Chong Yidong <cyd@stupidchicken.com>
17990
17991 * minibuffer.el (completion-show-inline-help): New var.
17992 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
17993 (minibuffer-force-complete, minibuffer-complete-word):
17994 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
17995
17996 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
17997 to avoid interference from inline help (Bug#5849).
17998
37f1c930
LL
179992011-04-10 Leo Liu <sdl.web@gmail.com>
18000
099c39a4
JB
18001 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18002 Fix typo.
37f1c930 18003
a32d4040
CY
180042011-04-09 Chong Yidong <cyd@stupidchicken.com>
18005
18006 * image-mode.el (image-toggle-display-image): Signal an error if
18007 not in Image mode.
18008 (image-transform-mode, image-transform-resize)
18009 (image-transform-set-rotation): Doc fix.
daca8ba5 18010 (image-transform-set-resize): Delete.
a32d4040
CY
18011 (image-transform-set-scale, image-transform-fit-to-height)
18012 (image-transform-fit-to-width): Handle image-toggle-display-image
18013 and image-transform-resize directly.
18014
099c39a4 180152011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
18016
18017 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
18018 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
18019 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
18020 (doc-view-mode-map): Add bindings for the new functions.
18021
099c39a4 180222011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 18023
4d61f28d 18024 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
18025 Fix typo in docstring.
18026
3726838a
EZ
180272011-04-08 Eli Zaretskii <eliz@gnu.org>
18028
04f33f1e
EZ
18029 * files.el (file-size-human-readable): Produce one digit after
18030 decimal, like "ls -lh" does.
18031
18032 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
18033 the file size representation.
18034
3726838a
EZ
18035 * simple.el (list-processes): If async subprocesses are not
18036 available, error out with a clear error message.
18037
cbb59342
CY
180382011-04-08 Chong Yidong <cyd@stupidchicken.com>
18039
18040 * help.el (help-form-show): New function, to be called from C.
18041 Put help-form output in a buffer named differently than *Help*.
18042
e3971c44
EZ
180432011-04-08 Eli Zaretskii <eliz@gnu.org>
18044
18045 * files.el (file-size-human-readable): New function.
18046
18047 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
18048 computing the representation inline. Don't require `cl'.
18049
12544bbe
GM
180502011-04-08 Glenn Morris <rgm@gnu.org>
18051
a1de6c6a
GM
18052 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
18053
3c4671f4
GM
18054 * net/browse-url.el (browse-url-firefox):
18055 Test system-type, not system-configuration.
18056
b605679c
GM
18057 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
18058 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
18059 Use log-edit-empty-buffer-p. (Bug#7598)
18060
56442f0c
GM
18061 * net/rlogin.el (rlogin-process-connection-type): Simplify.
18062 (rlogin-mode-map): Initialize in the defvar.
18063 (rlogin): Use ignore-errors.
18064
12544bbe
GM
18065 * replace.el (occur-mode-map): Some fixes for menu items.
18066
eb237b0f
AH
180672011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
18068
18069 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
18070
7d668f2c
CY
180712011-04-06 Chong Yidong <cyd@stupidchicken.com>
18072
e67a13ab
CY
18073 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
18074 issuing unused warnings.
18075
18076 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
18077 macro directly.
18078
7d668f2c
CY
18079 * simple.el: Lisp reimplement of list-processes. Based on an
18080 earlier reimplementation by Leo Liu, but using tabulated-list.el.
18081 (process-menu-mode): New major mode.
18082 (list-processes--refresh, list-processes):
18083 (process-menu-visit-buffer): New functions.
18084
18085 * files.el (save-buffers-kill-emacs): Don't assume any return
18086 value of list-processes, which is undocumented anyway.
18087
a83ec3c9
CY
180882011-04-06 Chong Yidong <cyd@stupidchicken.com>
18089
18090 * emacs-lisp/tabulated-list.el: New file.
18091
e91a96fe
CY
18092 * emacs-lisp/package.el: Use Tabulated List mode.
18093 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
18094 (package-menu-mode): Derive from tabulated-list-mode. Set up the
18095 table format using Tabulated List mode variables.
18096 (package--push): New macro, replacing package-list-maybe-add.
18097 (package-menu--generate): Use package--push. Renamed from
18098 package--generate-package-list.
18099 (package-menu-refresh, list-packages): Use it.
daca8ba5 18100 (package-menu--print-info): Rename from package-print-package.
e91a96fe 18101 Return insertion data instead of inserting it directly.
099c39a4
JB
18102 (package-menu-describe-package, package-menu-execute):
18103 Use tabulated-list-get-id.
e91a96fe
CY
18104 (package-menu-mark-delete, package-menu-mark-install)
18105 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
18106 (package-menu-mark-obsolete-for-deletion):
18107 Use tabulated-list-put-tag.
e91a96fe
CY
18108 (package--list-packages, package-menu-revert)
18109 (package-menu-get-package, package-menu-get-version)
18110 (package-menu-sort-by-column): Functions deleted.
18111 (package-menu-package-list, package-menu-sort-key): Vars deleted.
18112 (package-menu--status-predicate, package-menu--version-predicate)
18113 (package-menu--name-predicate)
18114 (package-menu--description-predicate): Handle arguments in the
18115 Tabulated List format.
18116 (package-list-packages-no-fetch): Call list-packages.
18117
3e214b50
JB
181182011-04-06 Juanma Barranquero <lekktu@gmail.com>
18119
18120 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 18121 (after-find-file): Don't bind it.
3e214b50
JB
18122 (revert-buffer-in-progress-p): New variable.
18123 (revert-buffer): Bind it.
18124 Pass nil for `after-find-file-from-revert-buffer'.
18125
18126 * saveplace.el (save-place-find-file-hook): Use new variable
18127 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
18128
3f0f1700
GM
181292011-04-06 Glenn Morris <rgm@gnu.org>
18130
c0274801
GM
18131 * Makefile.in (AUTOGEN_VCS): New variable.
18132 (autoloads): Use $AUTOGEN_VCS.
18133
3f0f1700
GM
18134 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
18135 * calendar/calendar.el (calendar-mode-map):
18136 Check for toolkit scroll bars. (Bug#8305)
18137
41ea9e48
CY
181382011-04-05 Chong Yidong <cyd@stupidchicken.com>
18139
18140 * minibuffer.el (completion-in-region--postch)
18141 (completion-in-region-mode): Remove unnecessary messages.
18142
6194c800
JB
181432011-04-05 Juanma Barranquero <lekktu@gmail.com>
18144
33256f14
JB
18145 * font-lock.el (font-lock-refresh-defaults):
18146 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
18147 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
18148
6194c800
JB
18149 * info.el (Info-directory-list, Info-read-node-name-2)
18150 (Info-split-parameter-string): Doc fixes.
18151 (Info-virtual-nodes): Reflow docstring.
18152 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
18153 (Info-apropos-toc-nodes, info-finder, Info-get-token)
18154 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
18155 Fix typos in docstrings.
18156 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
18157 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
18158 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
18159 (Info-restore-desktop-buffer): Mark unused parameters.
18160 (Info-directory-find-file, Info-directory-find-node)
18161 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
18162 (Info-virtual-index-find-node, Info-apropos-find-file)
18163 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 18164 Mark unused parameters; fix typos in docstrings.
6194c800
JB
18165 (Info-virtual-index): Remove unused local variable `nodename'.
18166
b87a8200 181672011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 18168
b87a8200
DD
18169 * net/rcirc.el: Update my e-mail address.
18170 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 18171
3b2ff876
CY
181722011-04-05 Chong Yidong <cyd@stupidchicken.com>
18173
18174 * startup.el (command-line): Save the cursor's theme-face
18175 directly, instead of using face-override-spec.
18176
18177 * custom.el (load-theme): Minor optimization in assigning faces.
18178
8d17e7ca
JB
181792011-04-04 Juanma Barranquero <lekktu@gmail.com>
18180
18181 * help-fns.el (describe-variable): Complete all variables having
18182 documentation, including keywords.
18183 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
18184
2fbc1934
JB
181852011-04-04 Juanma Barranquero <lekktu@gmail.com>
18186
18187 Convert to lexical-binding.
18188
18189 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
18190 (bs--get-marked-string, bs--get-modified-string)
18191 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18192 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
18193 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
18194
18195 * ehelp.el (electric-help-execute-extended)
18196 (electric-help-ctrl-x-prefix):
18197 * hexl.el (hexl-revert-buffer-function):
18198 * linum.el (linum-after-change, linum-after-scroll):
18199 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
18200
18201 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
18202
74f50695
DU
182032011-04-04 Daiki Ueno <ueno@unixuser.org>
18204
18205 * epa-dired.el:
18206 * epa-mail.el:
18207 * epa-hook.el:
18208 * epa-file.el:
18209 * epa.el:
18210 * epg.el: Use lexical binding.
18211
c11325f7
CY
182122011-04-03 Chong Yidong <cyd@stupidchicken.com>
18213
0d9e9a12
CY
18214 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
18215
c11325f7 18216 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
18217 dictionary case for flyspell-mark-duplications-exceptions.
18218 Use regexp matching for languages.
c11325f7
CY
18219 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
18220 default dictionary (Bug#7926).
18221
da91b5f2
CY
182222011-04-02 Chong Yidong <cyd@stupidchicken.com>
18223
099c39a4
JB
18224 * emacs-lisp/package.el (package--with-work-buffer):
18225 Recognize https URLs.
da91b5f2 18226
099c39a4
JB
18227 * net/network-stream.el: Move from gnus/proto-stream.el.
18228 Change prefix to network-stream throughout.
da91b5f2
CY
18229 (open-protocol-stream): Merge into open-network-stream, leaving
18230 open-protocol-stream as an alias. Handle nil BUFFER args.
18231
18232 * subr.el (open-network-stream): Move to net/network-stream.el.
18233
afa8e9f6
GM
182342011-04-02 Glenn Morris <rgm@gnu.org>
18235
1d2e369d
GM
18236 * find-dired.el (find-exec-terminator): New option.
18237 (find-ls-option): Test for -ls support.
18238 (find-ls-subdir-switches): Test for -b in find-ls-option.
18239 (find-dired, find-grep-dired): Doc fixes.
18240 (find-dired): Use find-exec-terminator.
18241
8abb7da8 18242 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
18243 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
18244 (find-name-arg): Remove purecopy.
8abb7da8 18245
f3ca7378
GM
18246 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
18247 (grep-compute-defaults): Check for `-exec COMMAND +' support.
18248 Set grep-find-use-xargs, grep-find-command, and grep-find-template
18249 accordingly. Don't add the null-device if not needed.
18250
afa8e9f6
GM
18251 * files.el (save-some-buffers): Doc fix.
18252
35eae264
EZ
182532011-04-02 Eli Zaretskii <eliz@gnu.org>
18254
18255 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
18256
26b51db5
JB
182572011-04-01 Juanma Barranquero <lekktu@gmail.com>
18258
18259 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
18260 Use `dolist' rather than `mapcar'.
18261
7200d79c
SM
182622011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18263
03408648 18264 Add lexical binding.
7200d79c 18265
03408648
SM
18266 * subr.el (apply-partially): Use new closures rather than CL.
18267 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
18268 (dolist, dotimes): Use slightly different expansion for lexical code.
18269 (functionp): Move to C.
18270 (letrec): New macro.
18271 (with-wrapper-hook): Use it and apply-partially instead of CL.
18272 (eval-after-load): Preserve lexical-binding.
18273 (save-window-excursion, with-output-to-temp-buffer): Turn them
18274 into macros.
7200d79c 18275
03408648
SM
18276 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
18277
18278 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
18279 than the arglist.
18280 (help-add-fundoc-usage): Don't add `Not documented'.
18281 (help-function-arglist): Handle closures, subroutines, and new
18282 byte-code-functions.
18283 (help-make-usage): Remove leading underscores.
18284 (describe-function-1): Handle closures.
18285 (describe-variable): Use special-variable-p for completion.
18286
18287 * files.el (lexical-binding): Declare safe.
f488fb65 18288
03408648
SM
18289 * emacs-lisp/pcase.el: Don't use destructuring-bind.
18290 (pcase--memoize): Rename from pcase-memoize. Change weakness.
18291 (pcase): Add `let' pattern.
18292 Change memoization so it actually works.
18293 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
18294 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
18295 <let>: New case.
f488fb65 18296
03408648
SM
18297 * emacs-lisp/macroexp.el: Use lexical binding.
18298 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
18299 Don't convert ' to #' without checking that it's indeed quoting
18300 a lambda.
18301
18302 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 18303 Use eval-sexp-add-defvars.
03408648
SM
18304 (eval-sexp-add-defvars): New fun.
18305
18306 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
18307
18308 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
18309 Don't autoload.
18310 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
18311 than the internal `byte-compile-lambda'.
18312 (defmethod): Don't hide code under quotes.
18313 (eieio-defmethod): New `code' argument.
18314
18315 * emacs-lisp/eieio-comp.el: Remove.
18316
18317 * emacs-lisp/edebug.el (edebug-eval-defun)
18318 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
18319 (edebug-toggle): Avoid `eval'.
18320
18321 * emacs-lisp/disass.el (disassemble-internal): Handle new
18322 `closure' objects.
18323 (disassemble-1): Handle new byte codes.
18324
18325 * emacs-lisp/cl.el (pushnew): Silence warning.
18326
18327 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
18328 (cl-byte-compile-throw): Remove.
18329 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
18330
18331 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
18332 closures.
18333
18334 * emacs-lisp/cconv.el: New file.
18335
18336 * emacs-lisp/bytecomp.el: Use lexical binding instead of
18337 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
18338 (byte-compile-initial-macro-environment):
18339 Handle declare-function here.
18340 (byte-compile--lexical-environment): New var.
18341 (byte-stack-ref, byte-stack-set, byte-discardN)
18342 (byte-discardN-preserve-tos): New lap codes.
18343 (byte-interactive-p): Don't use any more.
18344 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
18345 New macros.
18346 (byte-compile-lapcode): Use them and handle new lap codes.
18347 (byte-compile-obsolete): Remove.
18348 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
18349 (byte-compile-arglist-warn): Check late def of inlinable funs.
18350 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
18351 since they should have been expanded by now.
18352 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
18353 (byte-compile-from-buffer): Remove unused second arg.
18354 (byte-compile-preprocess): New function.
18355 (byte-compile-toplevel-file-form): New function to distinguish
18356 file-form calls from outside from file-form calls from hunk-handlers.
18357 (byte-compile-file-form): Simplify.
18358 (byte-compile-file-form-defsubst): Remove.
18359 (byte-compile-file-form-defmumble): Simplify now that
18360 byte-compile-lambda always returns a byte-code-function.
18361 (byte-compile): Preprocess.
18362 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
18363 Remove, not used any more.
18364 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
18365 (byte-compile-make-args-desc): New funs.
18366 (byte-compile-lambda): Handle lexical functions. Always return
18367 a byte-code-function.
18368 (byte-compile-reserved-constants): New var, to make up room for
18369 closed-over variables.
18370 (byte-compile-constants-vector): Obey it.
18371 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
18372 (byte-compile-macroexpand-declare-function): New function.
18373 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
18374 byte-code-functions.
18375 (byte-compile-form): Check obsolescence here.
18376 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
18377 (byte-compile-variable-ref): Remove.
18378 (byte-compile-dynamic-variable-op): New fun.
18379 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18380 (byte-compile-variable-set): New funs.
18381 (byte-compile-discard): Add 2 args.
18382 (byte-compile-stack-ref, byte-compile-stack-set)
18383 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
18384 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
18385 macroexpand-all instead.
18386 (byte-compile-quote-form): Remove.
18387 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
18388 (byte-compile-bind, byte-compile-unbind): New funs.
18389 (byte-compile-let): Handle let* and lexical binding.
18390 (byte-compile-let*): Remove.
18391 (byte-compile-catch, byte-compile-unwind-protect)
18392 (byte-compile-track-mouse, byte-compile-condition-case):
18393 Handle a new :fun-body form, used for lexical scoping.
18394 (byte-compile-save-window-excursion)
18395 (byte-compile-with-output-to-temp-buffer): Remove.
18396 (byte-compile-defun): Simplify.
18397 (byte-compile-stack-adjustment): New fun.
18398 (byte-compile-out): Use it.
18399 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
18400
18401 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
18402 handler any more.
18403
18404 * emacs-lisp/byte-opt.el: Use lexical binding.
18405 (byte-inline-lapcode): Remove (to bytecomp).
18406 (byte-compile-inline-expand): Pay attention to inlining to/from
18407 lexically bound code.
18408 (byte-compile-unfold-lambda): Don't handle byte-code-functions
18409 any more.
18410 (byte-optimize-form-code-walker): Don't handle save-window-excursion
18411 any more and don't call compiler-macros.
18412 (byte-compile-splice-in-already-compiled-code): Remove.
18413 (byte-code): Don't inline any more.
18414 (disassemble-offset): Receive `bytes' as argument rather than via
18415 dynamic scoping.
18416 (byte-compile-tag-number): Declare before first use.
18417 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
18418 `return' even if make-spliceable.
18419 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
18420 obsolete interactive-p.
18421 (byte-optimize-lapcode): Optimize new lap-codes.
18422 Don't trip up on new form of `byte-constant' lap code.
18423
18424 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
18425
18426 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
18427
18428 * custom.el (custom-initialize-default, custom-declare-variable):
18429 Use `defvar'.
18430
18431 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
18432 New variables.
18433 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
18434 (COMPILE_FIRST): Add macroexp and cconv.
18435 * makefile.w32-in: Mirror changes in Makefile.in.
18436
18437 * vc/cvs-status.el:
18438 * vc/diff-mode.el:
18439 * vc/log-edit.el:
18440 * vc/log-view.el:
18441 * vc/smerge-mode.el:
18442 * textmodes/bibtex-style.el:
090bd7cb 18443 * textmodes/css-mode.el:
03408648
SM
18444 * startup.el:
18445 * uniquify.el:
da91b5f2
CY
18446 * minibuffer.el:
18447 * newcomment.el:
18448 * reveal.el:
18449 * server.el:
18450 * mpc.el:
18451 * emacs-lisp/smie.el:
18452 * doc-view.el:
18453 * dired.el:
03408648
SM
18454 * abbrev.el: Use lexical binding.
18455
0f0c1f27
EZ
184562011-04-01 Eli Zaretskii <eliz@gnu.org>
18457
18458 * info.el (info-display-manual): New function.
18459
c82b2579
SM
184602011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18461
18462 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
18463
221ddf68
TH
184642011-03-31 Tassilo Horn <tassilo@member.fsf.org>
18465
18466 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 18467 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 18468
cba6e77e
GM
184692011-03-31 Glenn Morris <rgm@gnu.org>
18470
e040639f
GM
18471 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
18472
cba6e77e
GM
18473 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
18474
6d0f1c9e
CS
184752011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
18476
18477 * progmodes/python.el (python-default-interpreter)
18478 (python-python-command-args, python-jython-command-args)
18479 (python-which-shell, python-which-args, python-which-bufname)
18480 (python-file-queue, python-comint-output-filter-function)
18481 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
18482 variables and functions.
18483
3e2d70fd
SM
184842011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
18487 (completion-in-region-mode): New minor mode.
18488 (completion-in-region): Use it.
18489 (completion-in-region--data, completion-in-region-mode-map): New vars.
18490 (completion-in-region--postch): New function.
18491 (completion--capf-misbehave-funs, completion--capf-safe-funs):
18492 New vars.
18493 (completion--capf-wrapper): New function.
18494 (completion-at-point): Use it to track well-behavedness of
18495 hook functions.
18496 (completion-help-at-point): New command.
18497
f3e4086c
JM
184982011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
18499
18500 * vc/add-log.el (add-change-log-entry): Don't use whitespace
18501 syntax class to search for whitespace on a single line
18502 (Message-ID: <4D938140.4030905@redhat.com>).
18503
eb7ffc14
LL
185042011-03-30 Leo Liu <sdl.web@gmail.com>
18505
18506 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
18507 New commands.
18508 (edit-abbrevs-map): Bind them here.
18509 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
18510
d806ab68
KM
185112011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
18512
18513 * allout.el (allout-hide-by-annotation, allout-flag-region):
18514 Reduce possibility of overlay leakage by making them volatile.
18515
18516 * allout-widgets.el (allout-widgets-tally): Define as nil so the
18517 hash is not shared between buffers. Mode initialization is
18518 responsible for giving it a useful starting value.
18519 (allout-item-span): Reduce possibility of overlay leakage by
18520 making them volatile.
18521 (allout-widgets-count-buttons-in-region): Add diagnostic function
18522 for tracking down button overlay leaks.
18523
ea622834
LL
185242011-03-29 Leo Liu <sdl.web@gmail.com>
18525
18526 * ido.el (ido-read-internal): Use the default history var
18527 minibuffer-history if no HISTORY is specified.
18528
b62f8267
G
185292011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
18530
03408648
SM
18531 * net/imap.el (imap-shell-open, imap-process-connection-type):
18532 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
18533 Kerberos, SSL, other subprocesses.
18534
947b6566
LL
185352011-03-28 Leo Liu <sdl.web@gmail.com>
18536
18537 * abbrev.el (abbrev-table-empty-p): New function.
18538 (prepare-abbrev-list-buffer): Place empty abbrev tables after
18539 nonempty ones. (Bug#5937)
18540
5ffb62aa
JD
185412011-03-27 Jan Djärv <jan.h.d@swipnet.se>
18542
18543 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
18544
7a097943
LL
185452011-03-27 Leo Liu <sdl.web@gmail.com>
18546
18547 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
18548 for foreground and background colors.
18549 (ansi-color-make-color-map): Adapt.
18550
c5b40130
LL
185512011-03-25 Leo Liu <sdl.web@gmail.com>
18552
1f48f7d2
LL
18553 * midnight.el (midnight-time-float): Remove. Note it calculates
18554 the microsecond component incorrectly and seconds-to-time does the
18555 same job.
625897ec 18556 Remove redundant (require 'timer).
1f48f7d2 18557
c5b40130
LL
18558 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
18559 (ido-completions): Remove unused arguments. (Bug#8329)
18560
d86d2721
SM
185612011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * minibuffer.el (completion--flush-all-sorted-completions):
18564 Remove itself from hook.
18565 (completion-at-point): Let the functions perform the completion
18566 immediately and return nil or t.
18567 * comint.el (comint-dynamic-complete-functions): Now identical to
18568 completion-at-point-functions.
18569 (comint-dynamic-list-input-ring): Remove unused var `index'.
18570 (comint--match-partial-filename, comint--unquote&expand-filename):
18571 New funs, split from comint-match-partial-filename.
18572 (comint-dynamic-complete): Use completion-at-point.
18573 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
18574
e8974c48
DA
185752011-03-24 Drew Adams <drew.adams@oracle.com>
18576
18577 * thingatpt.el: Support `defun'.
18578
def71b5e
LL
185792011-03-23 Leo Liu <sdl.web@gmail.com>
18580
cb5af48e
LL
18581 * abbrevlist.el: Move to obsolete/abbrevlist.el.
18582
def71b5e
LL
18583 * help-mode.el (help-mode-finish): Tweak regexp.
18584
927c53e7
GM
185852011-03-23 Glenn Morris <rgm@gnu.org>
18586
18d05bed
GM
18587 * eshell/esh-opt.el (eshell-eval-using-options):
18588 Do not bind unused local variable `eshell-option-stub'.
18589
927c53e7
GM
18590 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
18591
9d0da923
JB
185922011-03-22 Juanma Barranquero <lekktu@gmail.com>
18593
18594 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
18595 keymap variable in `with-no-warnings' to avoid a warning when the
18596 keymap has been already `defconst'ed.
18597
4b978a67
LL
185982011-03-22 Leo Liu <sdl.web@gmail.com>
18599
18600 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
18601 encode all chars in abbrevs; otherwise use emacs-mule or
18602 utf-8-emacs. (Bug#8308)
18603
5fd62452
JB
186042011-03-22 Juanma Barranquero <lekktu@gmail.com>
18605
0b1596c6
JB
18606 * simple.el (backward-delete-char-untabify):
18607 Avoid warning about using `delete-backward-char'.
18608
5fd62452
JB
18609 * image.el (image-type-file-name-regexps): Make it variable.
18610 `imagemagick-register-types' modifies it, and the user may want
18611 to add new extensions for known image types.
18612 (imagemagick-register-types): Throw error if not using ImageMagick.
18613
0b4e93f1
LL
186142011-03-22 Leo Liu <sdl.web@gmail.com>
18615
18616 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
18617 located before rcirc-prompt-end-marker.
18618 (rcirc-complete): Error if point is not after rcirc prompt.
18619 Handle the case when table is nil.
9882e214 18620 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 18621
fccee4ab
CY
186222011-03-22 Chong Yidong <cyd@stupidchicken.com>
18623
18624 * custom.el (custom--inhibit-theme-enable): Make it affect only
18625 custom-theme-set-variables and custom-theme-set-faces.
18626 (provide-theme): Ignore custom--inhibit-theme-enable.
18627 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
18628 (custom-enabling-themes): Delete variable.
d86d2721
SM
18629 (enable-theme): Accept only loaded themes as arguments.
18630 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
18631 (custom-enabled-themes): Forbid themes from setting this.
18632 Eliminate use of custom-enabling-themes.
18633 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 18634
af896da6
LL
186352011-03-21 Leo Liu <sdl.web@gmail.com>
18636
18637 * ido.el (ido-read-internal): Add ido-selected to history instead
18638 of user input.
18639
78f64af0
SM
186402011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * subr.el (deferred-action-list, deferred-action-function):
18643 Mark obsolete.
18644
b16ac1ec
LL
186452011-03-21 Leo Liu <sdl.web@gmail.com>
18646
810f7698
LL
18647 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
18648 change on 2011-02-13 (bug#8309).
18649
b16ac1ec
LL
18650 * minibuffer.el (read-file-name-function): Change default value.
18651 (read-file-name--defaults): Rename from read-file-name-defaults.
18652 (read-file-name-default): Rename from read-file-name.
18653 (read-file-name): Call read-file-name-function.
18654
4e05e67e
GM
186552011-03-21 Glenn Morris <rgm@gnu.org>
18656
18657 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
18658 Doc fixes.
18659
4359915b
CY
186602011-03-21 Chong Yidong <cyd@stupidchicken.com>
18661
18662 * cus-theme.el: Add missing provide statement.
18663 (customize-create-theme): Extract theme value correctly.
18664 (custom-theme-visit-theme): Autoload.
18665 (customize-create-theme): Prompt before inserting default faces.
18666
1fe275ee
JB
186672011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
18668
18669 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
18670 units and musical notes.
18671
cd394be1 186722011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
18673
18674 * ido.el (ido-read-internal): Use completing-read-default.
18675 (ido-completing-read): Fix compatibility with completing-read.
18676
7d476bde
CO
186772011-03-20 Christian Ohler <ohler@gnu.org>
18678
18679 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
18680 (ert-delete-all-tests): Use `called-interactively-p' rather than
18681 `interactive-p'.
18682 (ert--make-xrefs-region): Respect END.
18683
fe0fb33e
CY
186842011-03-19 Chong Yidong <cyd@stupidchicken.com>
18685
ff854b0b
CY
18686 * dired-aux.el (dired-create-directory): Signal an error if the
18687 directory already exists (Bug#8246).
18688
fe0fb33e
CY
18689 * facemenu.el (list-colors-display): Call list-faces-display
18690 inside with-help-window.
18691 (list-colors-print): Use display property to align the final
18692 column, instead of checking window-width.
18693
576bce32
EZ
186942011-03-19 Eli Zaretskii <eliz@gnu.org>
18695
4d61f28d 18696 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
18697 windows-nt systems.
18698 (emerge-protect-metachars): Quote correctly for ms-dos and
18699 windows-nt systems.
18700
89c41d68 187012011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
18702
18703 * info.el (info-initialize): Replace all uses of `:' with
18704 path-separator for compatibility with non-Unix systems.
18705 Cache quoting of path-separator. (Bug#8258)
18706
b14e3e21 187072011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
18708
18709 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
18710 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
18711 (mouse-avoidance-mode): Fix typos in docstrings.
18712
4525ce3e
CY
187132011-03-19 Chong Yidong <cyd@stupidchicken.com>
18714
18715 * startup.el (package-subdirectory-regexp): Move from package.el.
18716 Omit \\` and \\', and let callers add them.
18717
18718 * emacs-lisp/package.el (package-strip-version)
18719 (package-load-all-descriptors): Add \\` and \\' to
18720 package-subdirectory-regexp before using it.
18721 (package-untar-buffer): New arg DIR; ensure that file untars only
18722 into this expected directory. Remove superfluous delete-region.
18723 (package-unpack): Caller changed.
18724 (package-tar-file-info): Use package-subdirectory-regexp.
18725
a904a09a 187262011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 18727
a904a09a
SM
18728 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
18729 diff-mode-shared-map (bug#8284).
18730 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
18731
187322011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18733
18734 * calendar/time-date.el (format-seconds): Use assoc instead of
18735 assoc-string, since assoc-string doesn't exist in XEmacs.
18736
171fc304
JB
187372011-03-17 Juanma Barranquero <lekktu@gmail.com>
18738
18739 * custom.el (custom-known-themes): Reflow docstring.
18740 (custom-theme-load-path): Fix typo in docstring.
18741 (load-theme): Fix typo in error message.
18742 (custom-available-themes, custom-variable-theme-value):
18743 Use `let', not `let*'.
18744
d71990a1
JB
187452011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18746
18747 * calc/README: Mention inclusion of musical notes.
18748
18749 * calc/calc-units.el (calc-lu-quant): Rename from
18750 `calc-logunits-quantity'.
18751 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
18752 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
18753 (calc-db): Rename from `calc-dblevel'.
18754 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
18755 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
18756 (calc-np): Rename from `calc-nplevel'.
18757 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
18758 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
18759 (calc-lu-plus): Rename from `calc-logunits-add'.
18760 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
18761 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
18762 (calc-lu-minus): Rename from `calc-logunits-sub'.
18763 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
18764 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
18765 (calc-lu-times): Rename from `calc-logunits-mul'.
18766 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
18767 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
18768 (calc-lu-divide): Rename from `calc-logunits-div'.
18769 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
18770 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
18771
18772 * calc/calc-ext.el (calc-init-extensions): Update the names of the
18773 functions being autoloaded.
18774
18775 * calc/calc.el (calc-lu-power-reference): Rename from
18776 `calc-logunits-power-reference'.
18777 (calc-lu-field-reference): Rename from
18778 `calc-logunits-field-reference'.
18779
7a71b18d
GM
18780 * calc/calc-help.el (calc-l-prefix-help):
18781 Mention musical note functions.
d71990a1 18782
40c2934b
SM
187832011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18784
18785 * minibuffer.el (completion-all-sorted-completions):
18786 Use :completion-cycle-penalty text property if present.
18787
b0911414
KM
187882011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
18789
18790 * allout.el (allout-yank-processing): Adjust for new rebulleting
18791 regime so bullet being yanked is used without prompting the user
18792 for a choice.
18793
8a05b668
JB
187942011-03-16 Juanma Barranquero <lekktu@gmail.com>
18795
18796 * startup.el (command-line): Warn the user that _emacs is deprecated.
18797
5ba5fb81
JB
187982011-03-16 Juanma Barranquero <lekktu@gmail.com>
18799
18800 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
18801 (delphi-verbose, delphi-comment-face, delphi-string-face)
18802 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
18803 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
18804 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
18805 (delphi-new-comment-line, delphi-font-lock-defaults)
18806 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
18807 Fix typos in docstrings.
18808
2dab465b
KM
188092011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
18810
5ba5fb81 18811 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
18812 Invert the roles of character and string values for INSTEAD, so a
18813 string is used for the more common case of a defaulting prompt.
18814
0adf5618
SM
188152011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18816
18817 * progmodes/ruby-mode.el (ruby-backward-sexp):
18818 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
18819 * play/gamegrid.el (gamegrid-make-face):
18820 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
18821 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
18822 * notifications.el (notifications-notify):
18823 * net/xesam.el (xesam-search-engines):
18824 * net/quickurl.el (quickurl-list-insert):
18825 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
18826
d72700e5
CY
188272011-03-15 Chong Yidong <cyd@stupidchicken.com>
18828
18829 * startup.el (command-line): Update package subdirectory regexp.
18830
49c5410a
SM
188312011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18832
c6eee9aa
SM
18833 * allout.el (allout-abbreviate-flattened-numbering)
18834 (allout-mode-deactivate-hook): Fix up obsolescence "date".
18835
49c5410a
SM
18836 * subr.el (read-char-choice): Only show the cursor after the prompt,
18837 not after the answer.
18838
047b2bb9
KR
188392011-03-15 Kevin Ryde <user42@zip.com.au>
18840
18841 * help-fns.el (variable-at-point): Skip leading quotes, if any
18842 (bug#8253).
18843
0a57d256
SM
188442011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18845
18846 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
18847 warning message.
18848
77c992bc
MA
188492011-03-14 Michael Albinus <michael.albinus@gmx.de>
18850
18851 * shell.el (shell): When called interactively, offer to change the
18852 shell file name on remote hosts.
18853
eebc475d
TZ
188542011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
18855
18856 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
18857 integration for LDAP parameters. The host, base, user or binddn,
18858 and secret tokens can be specified in a netrc file, for instance.
18859 This is optional because an `auth-source' parameter must be
18860 specified in the search attributes.
18861
9d05d1ba
JB
188622011-03-13 Juanma Barranquero <lekktu@gmail.com>
18863
18864 * help.el (describe-mode): Link to the mode's definition (bug#8185).
18865
09d9db2c
GM
188662011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18867
18868 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
18869 into declaration. Remove redundant and harmful binding.
18870
188712011-03-12 Eli Zaretskii <eliz@gnu.org>
18872
18873 * files.el (file-ownership-preserved-p): Pass `integer' as an
18874 explicit 2nd argument to `file-attributes'. If the file's owner
18875 is the Administrators group on Windows, and the current user is
18876 Administrator, consider that a match.
18877
18878 * server.el (server-ensure-safe-dir): Consider server directory
18879 safe on MS-Windows if its owner is the Administrators group while
18880 the current Emacs user is Administrator. Use `=' to compare
18881 numerical UIDs, since they could be integers or floats.
18882
219bd536
JB
188832011-03-12 Juanma Barranquero <lekktu@gmail.com>
18884
18885 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
18886
f3afd36b
MA
188872011-03-12 Michael Albinus <michael.albinus@gmx.de>
18888
18889 Sync with Tramp 2.2.1.
18890
18891 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
18892
18893 * net/trampver.el: Update release number.
18894
3aaaa6f1
SM
188952011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18896
94642599
SM
18897 * progmodes/compile.el (compilation--previous-directory): Fix up
18898 various nil/dead-marker mismatches (bug#8014).
18899 (compilation-directory-properties, compilation-error-properties):
18900 Don't call it at a position past the one we're about to change.
18901
3aaaa6f1
SM
18902 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
18903 Disable obsolescence warnings in the file that declares it.
18904
14239447
KM
189052011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
18906
099c39a4
JB
18907 * allout-widgets.el (allout-widgets-tally):
18908 Initialize allout-widgets-tally as a hash table rather than nil to
18909 prevent mode-line redisplay warnings. Also, clarify the module
18910 description and fix a comment typo.
14239447 18911
135e287c
JB
189122011-03-11 Juanma Barranquero <lekktu@gmail.com>
18913
18914 * help-fns.el (describe-variable): Don't complete keywords.
18915 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
18916
ffbf300e
CY
189172011-03-10 Chong Yidong <cyd@stupidchicken.com>
18918
ba08b241
CY
18919 * emacs-lisp/package.el (package-version-join): Impose a standard
18920 string representation for pre/alpha/beta version lists.
18921 (package-unpack-single): Standardize the directory name by passing
18922 it through package-version-join.
18923 (package-strip-rcs-id): Accept any version string that does not
18924 signal an error in version-to-list.
ffbf300e 18925
f346fd6b
MA
189262011-03-10 Michael Albinus <michael.albinus@gmx.de>
18927
18928 * simple.el (delete-trailing-whitespace): Return nil for the
18929 benefit of `write-file-functions'.
18930
ccb55d27
GM
189312011-03-10 Glenn Morris <rgm@gnu.org>
18932
5ceaac0c
GM
18933 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
18934
02da65ff
GM
18935 * vc/vc-git.el (vc-git-program): New option.
18936 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
18937 (vc-git--call): Use it.
18938
b2f603cc
GM
18939 * eshell/esh-util.el (eshell-condition-case): Doc fix.
18940
5772caab
GM
18941 * cus-edit.el (Custom-newline): If no button at point, look
18942 for a subgroup button at start-of-line. (Bug#2298)
18943
ccb55d27
GM
18944 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
18945
ec6ecaed
JD
189462011-03-10 Julien Danjou <julien@danjou.info>
18947
18948 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
18949 `cursor-type' is nil.
18950
9d5aa01d
JB
189512011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
18952
18953 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
18954
b6a5875b
KM
189552011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
18956
7a71b18d 18957 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
18958 preserves the existing header prefix, rebulleting it if necessary,
18959 rather than replacing it. This is necessary for proper operation
18960 of cooperative addons like allout-widgets.
1154d12e
JB
18961 (allout-make-topic-prefix, allout-rebullet-heading):
18962 Change SOLICIT arg to INSTEAD, and interpret additionally a string
18963 value as alternate bullet to be used, instead of prompting the user
18964 for a bullet character.
b6a5875b 18965
ee545c35
MA
189662011-03-09 Michael Albinus <michael.albinus@gmx.de>
18967
d86d2721
SM
18968 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18969 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
18970 `tramp-default-port'.
18971
c47971d7
DD
189722011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
18973
18974 * net/rcirc.el (rcirc-handler-001): Remove useless
18975 with-rcirc-process-buffer.
18976 (rcirc-check-auth-status): Swap arguments to string-match.
18977
13522cb4
GM
189782011-03-09 Glenn Morris <rgm@gnu.org>
18979
0be6f4f1
GM
18980 * shell.el (shell-mode):
18981 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
18982
13522cb4
GM
18983 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
18984 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
18985
515de2e3
CY
189862011-03-08 Chong Yidong <cyd@stupidchicken.com>
18987
18988 * emacs-lisp/package.el (package-refresh-contents)
18989 (package-menu-execute): Use condition-case-no-debug.
18990
b511b994
MA
189912011-03-08 Michael Albinus <michael.albinus@gmx.de>
18992
18993 * simple.el (shell-command-to-string): Use `process-file'.
18994
18995 * emacs-lisp/package.el (package-tar-file-info): Handle also
18996 remote files.
18997
d86d2721
SM
18998 * emacs-lisp/package-x.el (package-upload-buffer-internal):
18999 Use `equal' for upload base check.
b511b994 19000
25bbfb31
AM
190012011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
19002
19003 * textmodes/texinfo.el (texinfo-environments):
19004 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
19005
be996521
GM
190062011-03-08 Glenn Morris <rgm@gnu.org>
19007
e9c8529f
GM
19008 * cus-start.el (cursor-in-non-selected-windows):
19009 Fix :set quoting oddness. (Bug#8192)
19010
be996521
GM
19011 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
19012 in some setf expressions. (Bug#2159)
19013
2bb5649e
CY
190142011-03-08 Chong Yidong <cyd@stupidchicken.com>
19015
19016 * custom.el (custom-available-themes): Return themes in
19017 alphabetical order.
19018
33383987 19019See ChangeLog.15 for earlier changes.
e3d51b27
MR
19020
19021;; Local Variables:
19022;; coding: utf-8
e3d51b27
MR
19023;; End:
19024
acaf905b 19025 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
19026
19027 This file is part of GNU Emacs.
19028
19029 GNU Emacs is free software: you can redistribute it and/or modify
19030 it under the terms of the GNU General Public License as published by
19031 the Free Software Foundation, either version 3 of the License, or
19032 (at your option) any later version.
19033
19034 GNU Emacs is distributed in the hope that it will be useful,
19035 but WITHOUT ANY WARRANTY; without even the implied warranty of
19036 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19037 GNU General Public License for more details.
19038
19039 You should have received a copy of the GNU General Public License
19040 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.