(recenter-top-bottom): Don't use `ecase'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
18715c33
RS
12007-12-03 Richard Stallman <rms@gnu.org>
2
3 * window.el (recenter-top-bottom): Don't use `ecase'.
4
e1970249
KF
52007-12-02 Karl Fogel <kfogel@red-bean.com>
6
7 * saveplace.el (save-place-alist-to-file): Set
8 coding-system-for-write once and refer to it throughout.
9 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
10
82115f7b
KF
112007-12-02 Karl Fogel <kfogel@red-bean.com>
12
13 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
14 system when writing, and set it in the first-line file variables.
15 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
16 and a suggestion by Juanma Barranquero.
17
b01fc9c9
GM
182007-12-02 Glenn Morris <rgm@gnu.org>
19
369fc5a6
GM
20 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse
21 branches of if statement.
22
b01fc9c9
GM
23 * emulation/viper-cmd.el (top-level): Don't require advice.
24 Don't load viper-util, viper-keym, viper-mous, viper-macs,
25 viper-ex when compiling.
26
27 * emulation/viper-ex.el (top-level): Don't load viper-util,
28 viper-keym when compiling.
29
30 * emulation/viper-init.el (top-level): Move provide statement to end.
31
32 * emulation/viper-keym.el (top-level): Don't load viper-util when
33 compiling. Move provide statement to end.
34
35 * emulation/viper-macs.el (top-level): Don't load viper-util,
36 viper-keym, viper-mous when compiling.
37
38 * emulation/viper-mous.el (top-level): Don't load viper-util when
39 compiling.
40
41 * emulation/viper-util.el (top-level): Don't load viper-init when
42 compiling.
43
44 * emulation/viper.el (top-level): Don't require ring.
45 Don't load viper-init, viper-cmd when compiling.
46
369fc5a6
GM
47 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
48 Move here from gnus/.
49
dad93563
KF
502007-12-02 Karl Fogel <kfogel@red-bean.com>
51
52 Offer option for saveplace to be quiet about loading and saving.
53 Suggested by: David Reitter <dreitter{_AT_}inf.ed.ac.uk>
54
55 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
56 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
57 to determine whether to print loading/saving messages.
58
5b8178bb
GM
592007-12-02 Glenn Morris <rgm@gnu.org>
60
61 * mail/binhex.el: Move here from gnus/.
62 (binhex): New custom group.
63 (binhex-decoder-program, binhex-decoder-switches)
64 (binhex-use-external): Move to the binhex custom group.
65
66 * mail/uudecode.el: Move here from gnus/.
67 (uudecode): New custom group.
68 (uudecode-decoder-program, uudecode-decoder-switches)
69 (uudecode-use-external): Move to the uudecode custom group.
70
cb11d614
GM
71 * net/netrc.el (top-level): Don't load `encrypt' features.
72 (netrc-parse): Don't use encrypt.
73 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
74
2650c1db
GM
75 * progmodes/python.el (top-level): Don't require cl when compiling.
76
a3614e04
GM
772007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
78
79 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
80 encoding for aspell process and for communication with it.
81 Only add "-d" option if not already present.
82 Use ispell-current-dictionary and ispell-current-personal-dictionary.
83 General reorganization.
84
85 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
86 encoding here.
87 (ispell-start-process): Explicitly set encoding here if using aspell.
88
43202f8a
DN
892007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
90
91 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
92 function to log-edit.
93
3a993e3d
MA
942007-12-02 Michael Albinus <michael.albinus@gmx.de>
95
96 * net/dbus.el: New file.
97
27c11d0f
JB
982007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
99
100 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
101 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
102 (calc-lang-parens-are-subscripts): New variables.
103 (math-expr-special-function-mapping): Remove variable.
104 (math-eqn-ignore-words, math-tex-ignore-words)
105 (math-latex-ignore-words): Move to calc-lang.el.
106
107 * calc/calc-lang.el (math-compose-vector, math-compose-var)
108 (math-tex-expr-is-flat): Declare as functions.
109 (calc-lang-slash-idiv, calc-lang-allow-underscores)
110 (math-comp-left-bracket, math-comp-right-bracket)
111 (math-comp-comma, math-comp-vector-prec): Declare as variables.
112 (math-var-formatter, math-matrix-formatter)
113 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
114 (math-punc-table, math-compose-subscr,math-dots)
115 (math-func-formatter): New property names to store language
116 specific information.
117 (math-compose-tex-var, math-compose-tex-intv)
118 (math-compose-maple-intv, math-compose-eqn-intv)
119 (math-compose-tex-sum, math-compose-tex-func)
120 (math-compose-tex-intv): New functions.
121 (math-eqn-ignore-words,math-tex-ignore-words)
122 (math-latex-ignore-words): Move from calc.el.
123 (math-special-function-table): Add entries for tex.
124 (calc-lang-slash-idiv, calc-lang-allows-underscores):
125 New variables.
126 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
127 (math-compose-tex-matrix, math-compose-eqn-matrix)
128 (math-eqn-special-functions): Move from calccomp.el.
129
130 * calc/calccomp.el (math-compose-var): New function.
131 (math-compose-expr): Allow more special functions to be used.
132 Change test for formatting fractions. Use variables and property
133 names to help with language specific formatting.
134 (math-compose-tex-matrix, math-compose-eqn-matrix)
135 (math-eqn-special-functions): Move to calc-lang.el.
136 (math-compose-rows): Use property names to help with language
137 specific formatting.
138
139 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
140 into nested subscripts.
141 (math-read-token): Use variables and property names to help with
142 language specific parsing.
143 (math-read-expression-level): Use variables to help with language
144 specific parsing.
145
c9db111a
SM
1462007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
149 (archive-rar-summarize): Allow the file name to be passed as argument.
150 Remove unused vars `header' and `footer'.
151 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
152
93a142e1
DN
1532007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
154
155 * log-edit.el (log-edit-show-diff): New function.
156 (log-edit-mode-map, log-edit-menu): Bind it.
157 (log-edit-diff-function): New variable.
158 (log-edit): Change the 3rd param to be an alist and accept a
159 function that computes a diff for the files involved.
160
161 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
162
395bbcd3
MR
1632007-12-01 Martin Rudalics <rudalics@gmx.at>
164
165 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
166 wrap next-/previous-line in with-no-warnings.
167
3092d1fb
GM
1682007-12-01 Glenn Morris <rgm@gnu.org>
169
15689fa7 170 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
06cec913
GM
171
172 * net/dig.el: Move here from gnus/.
173 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
174
175 * net/dns.el: Move here from gnus/.
176 (top-level): Don't require mm-util, or cl when compiling.
177 (dns-write-name, dns-read, dns-read-type, query-dns):
178 Replace mm-with-unibyte-buffer with its expansion.
179 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
180
3092d1fb
GM
181 * progmodes/gdb-ui.el (gud-remove, gud-break):
182 * progmodes/gud.el (gdb-create-define-alist)
183 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
184 (hl-line-highlight, gdb-display-source-buffer)
185 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
186 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
187
182aef95
DN
1882007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
189
190 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
191 Move args on defun line.
192
c9db111a
SM
193 * textmodes/org.el (org-calendar-holiday):
194 Use calendar-check-holidays instead of the obsolete
182aef95
DN
195 check-calendar-holidays.
196 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
197 (bbdb-company, bbdb-current-record, bbdb-name)
198 (bbdb-record-getprop, bbdb-record-name)
199 (bibtex-beginning-of-entry, bibtex-generate-autokey)
200 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
201 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
202 (mh-find-path, mh-get-header-field, mh-get-msg-num)
203 (mh-header-display, mh-index-previous-folder)
204 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
205 (mh-show-buffer-message-number, mh-show-header-display)
206 (mh-show-msg, mh-show-show, mh-visit-folder)
207 (org-export-latex-cleaned-string, remember)
208 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
209 (rmail-what-message, elmo-folder-exists-p)
210 (elmo-message-entity-field, elmo-message-field)
211 (vm-beginning-of-message, vm-follow-summary-cursor)
212 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
213 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
214 (vm-summarize, wl-folder-get-elmo-folder)
215 (wl-summary-goto-folder-subr)
216 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
217 (wl-summary-line-subject, wl-summary-message-number)
218 (wl-summary-redisplay): Declare as functions.
219
fc0eafe1
MR
2202007-11-30 Martin Rudalics <rudalics@gmx.at>
221
222 * longlines.el (longlines-show-hard-newlines): Remove handling of
223 buffer-undo-list and buffer-modified status.
c9db111a
SM
224 (longlines-show-region, longlines-unshow-hard-newlines):
225 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
fc0eafe1
MR
226 inhibit-modification-hooks here to avoid that a buffer appears
227 modified when toggling visibility of hard newlines.
228
2bca2e0d
GM
2292007-11-30 Glenn Morris <rgm@gnu.org>
230
231 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
232
1a717047
GM
233 * progmodes/idlw-complete-structtag.el
234 (idlwave-sintern-structtag):
235 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
236 (idlwave-sintern-sysvartag):
237 * progmodes/idlwave.el (idlwave-sintern-class-tag)
238 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
239 functions.
240
f29263b3
DN
2412007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
242
243 * textmodes/reftex-index.el (texmathp):
244 * textmodes/reftex-auc.el (TeX-argument-insert)
245 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
246 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
247 (LaTeX-label-list):
248 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
249 (rng-clear-conditional-region, rng-do-some-validation): Declare as
250 functions.
251 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
252
8fff8988
GM
2532007-11-30 Glenn Morris <rgm@gnu.org>
254
255 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
256 argument and document it.
257
258 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
259 Third argument to declare-function must be a list to specify arglist.
260
261 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
262 Handle declare-function third argument `t' and fourth argument.
263 (check-declare-verify): Doc fix. Handle `fileonly' case.
264 Use progn rather than prog1.
265
36176341
GM
266 * desktop.el (uniquify-item-base):
267 * term/mac-win.el (url-type): Declare as functions.
8fff8988
GM
268
269 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
270 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
271 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
272 fourth arg to declare-function.
273
53e2f97f
GM
274 * play/dunnet.el: Don't require cl when compiling.
275 (byte-compile-warnings): Set via file local variables.
276 (dun-parse): Let-bind `beg' and `line'.
277
8d6d388d
DN
2782007-11-29 Alexandre Julliard <julliard@winehq.org>
279
280 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
281
9c15b1e7
GM
2822007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
283
284 * calendar/time-date.el (encode-time-value): Doc fix.
285
0bd90741
GM
2862007-11-29 Glenn Morris <rgm@gnu.org>
287
9c15b1e7
GM
288 * calendar/time-date.el (with-decoded-time-value): Doc fix.
289
0bd90741
GM
290 * textmodes/css-mode.el (prog-mode): Remove.
291 (css-mode): Derive from fundamental-mode rather than prog-mode.
292
293 * emacs-lisp/byte-run.el (declare-function): Doc fix.
294
295 * emacs-lisp/check-declare.el (check-declare-locate)
296 (check-declare-verify): Handle `external' files.
297 (check-declare-errmsg): New function.
298 (check-declare-verify, check-declare-file, check-declare-directory):
299 Use check-declare-errmsg to report the number of problems.
300
301 * ffap.el (w3-view-this-url)
302 * mail/mspools.el (vm-visit-folder)
303 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
304 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
305 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
306 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
307 (bbdb-records)
308 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
309 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
310 (sasl-make-client, sasl-next-step, sasl-step-data)
311 (sasl-step-set-data)
312 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
313 (htmlr-step): Declare as functions.
314
c9db111a
SM
315 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
316 Use bbdb-address-zip rather than bbdb-address-zip-string.
0bd90741 317
d50fd8e2
GM
3182007-11-28 Richard Stallman <rms@gnu.org>
319
320 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
321 Move here from gnus/.
322
53dd1d53
GM
3232007-11-28 Martin Rudalics <rudalics@gmx.at>
324
325 * newcomment.el (comment-region-internal): Fix newline insertion
326 in `block' case.
327
571e4e61
SM
3282007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
331
488f4498
GM
3322007-11-28 Glenn Morris <rgm@gnu.org>
333
6bf181fb
GM
334 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
335 delete .elc files.
336
9e02db22
GM
337 * nxml/char-name/unicode: Move to etc/nxml/.
338 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
339
488f4498
GM
340 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
341 Declare as a function.
342
343 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
344 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
c9db111a 345 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
488f4498
GM
346
347 * nxml/nxml-outln.el (nxml-token-start-tag-p)
348 (nxml-token-end-tag-p): Move definitions before use.
349
350 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
351
352 * nxml/nxml-uchnm.el (top-level)
353 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
354 (nxml-enabled-unicode-blocks): Add custom group.
355
356 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
357 Use string-to-number rather than string-to-int.
358
359 * dired-x.el (dired-omit-old-add-entry): Declare as function.
360 Move definition before use.
361 (dired-old-find-buffer-nocreate): Declare as function.
362
363 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
364 (check-declare-verify): Handle fset.
365
571e4e61
SM
366 * emulation/edt.el (edt-user-emulation-setup):
367 Test edt-setup-user-bindings is bound before calling.
488f4498
GM
368
369 * emulation/tpu-edt.el: Don't require cl when compiling.
370 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
371 (tpu-edt-off): Use condition-case rather than ignore-errors.
372 Use with-no-warnings.
373
374 * eshell/esh-util.el (top-level): Use require rather than load for
375 ange-ftp.
376
377 * mail/supercite.el (sc-version): Redefine as an alias for
378 emacs-version.
379 (sc-help-address): Remove.
380 (sc-version): Use emacs-version rather than sc-version.
381 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
382
383 * net/socks.el (socks-original-open-network-stream): Declare as
384 function. Move definition before use.
385
79df1d6f
JB
3862007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
387
388 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
389 (math-make-frac): Declare as functions.
390
73e72da4
DN
3912007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
392
571e4e61
SM
393 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
394 Pacify byte compiler.
73e72da4
DN
395 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
396
397 * progmodes/idlwave.el (idlwave-shell-get-path-info)
398 (idlwave-shell-temp-file, idlwave-shell-is-running)
399 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
400 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
401 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
402 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
403 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
404 (idlwave-completing-read, idlwave-current-routine)
405 (idlwave-downcase-safe, idlwave-entry-find-keyword)
406 (idlwave-expand-keyword, idlwave-find-class-definition)
407 (idlwave-find-inherited-class, idlwave-find-struct-tag)
408 (idlwave-get-buffer-visiting, idlwave-in-quote)
409 (idlwave-make-full-name, idlwave-members-only)
410 (idlwave-popup-select, idlwave-routine-source-file)
411 (idlwave-routines, idlwave-sintern-class)
412 (idlwave-sintern-keyword, idlwave-sintern-method)
413 (idlwave-sintern-routine-or-method)
414 (idlwave-substitute-link-target, idlwave-sys-dir)
415 (idlwave-this-word, idlwave-what-module-find-class)
416 (idlwave-where):
417 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
418 * mail/uce.el (rmail-msg-is-pruned)
419 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
420 (rmail-toggle-header):
421 * mail/sendmail.el (dired-view-file, dired-get-filename):
422 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
423 (rmail-display-labels, rmail-msgbeg)
424 (rmail-set-message-deleted-p, rmail-message-labels-p)
425 (rmail-show-message, mail-comma-list-regexp)
426 (mail-parse-comma-list):
427 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
428 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
429 (rfc822-addresses, mail-abbrev-make-syntax-table)
430 (mail-sendmail-delimit-header, mail-header-end):
431 * mail/hashcash.el (message-narrow-to-headers-or-head)
432 (message-fetch-field, message-goto-eoh)
433 (message-narrow-to-headers):
434 * vc.el (view-mode-exit): Declare as functions.
435
436 * mail/vms-pmail.el:
437 * vmsproc.el:
438 * vms-patch.el: Don't byte compile these files, they don't work.
439
af5db4a5
GM
4402007-11-27 Glenn Morris <rgm@gnu.org>
441
8ac92256
GM
442 * calc/calc-ext.el (math-read-big-rec):
443 * calc/calc-nlfit.el (math-map-binop):
444 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
445
af5db4a5
GM
446 * eshell/eshell.el (eshell-report-bug): Add version number of
447 obsolescence.
448
1007a0a7
GM
449 * emulation/viper.el, emulation/viper-util.el,
450 emulation/viper-macs.el, emulation/viper-keym.el,
451 emulation/viper-ex.el, emulation/viper-cmd.el:
452 Load viper-*.el files silently.
453
af5db4a5
GM
454 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
455 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
456 Load ediff-*.el files silently.
457
458 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
459 compiling.
460 (Info-goto-node): Declare as a function.
461
462 * ediff-init.el: Don't load ange-ftp when compiling.
463 * ediff-util.el: Don't load reporter when compiling.
464
465 * ediff-wind.el (ediff-display-pixel-width)
466 (ediff-display-pixel-height):
467 * generic-x.el (ini-generic-mode):
468 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
469 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
470 (ps-mule-initialize, ps-mule-begin-job):
471 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
472 (mark-calendar-days-named):
473 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
474 (add-to-diary-list, diary-name-pattern)
475 (mark-calendar-days-named):
476 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
477 (mark-calendar-days-named):
478 * calendar/cal-x.el (make-fancy-diary-buffer):
479 * calendar/holidays.el (calendar-absolute-from-julian):
480 * calendar/todo-mode.el (calendar-current-date):
225ccf92
GM
481 * calendar/cal-menu.el (calendar-increment-month)
482 (calendar-month-name, extract-calendar-year)
483 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
484 (calendar-current-date, calendar-cursor-holidays)
485 (calendar-date-string, insert-diary-entry, calendar-set-mark)
486 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
487 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
488 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
489 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
490 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
491 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
492 (calendar-day-of-year-string, calendar-iso-date-string)
493 (calendar-julian-date-string, calendar-astro-date-string)
494 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
495 (calendar-persian-date-string, calendar-bahai-date-string)
496 (calendar-islamic-date-string, calendar-chinese-date-string)
497 (calendar-coptic-date-string, calendar-ethiopic-date-string)
498 (calendar-french-date-string, calendar-mayan-date-string)
499 (calendar-print-chinese-date, calendar-goto-date):
af5db4a5
GM
500 Declare as functions.
501
502 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
503 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
504
505 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
506 aliases for report-emacs-bug.
507 (gnus-summary-select-article, gnus-configure-windows): Declare as
508 functions.
509
510 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
511 compiler.
512
513 * pgg.el (pgg-clear-string): Declare as a function.
514 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
515 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
516
517 * emacs-lisp/check-declare.el (check-declare-locate):
518 Handle compressed files.
519 (check-declare-verify): Handle define-generic-mode,
520 define-global(ized)-minor-mode, define-obsolete-function-alias.
521
84df9db8
JB
5222007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
523
d3b91357 524 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
84df9db8
JB
525 algebraic modes.
526
d3b91357
JB
527 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
528 (math-is-true, calc-explain-why, calc-alg-edit)
529 (math-composite-inequalities, math-flatten-lands)
530 (math-multi-subst, calcFunc-vmatches, math-simplify)
531 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
532 (math-read-string, math-read-brackets, math-read-angle-brackets):
533 Declare as functions.
534
535 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
536 (calc-fit-bell-shaped-logistic-curve)
537 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
538 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
539 (math-max-list): Declare as functions.
540 (math-map-binop): New function.
541 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
542
543 * calc/calc.el (calc-set-language, calc-edit-finish)
544 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
545 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
546 (math-lessp, calc-embedded-finish-command)
547 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
548 (calc-push-list-in-macro, calc-replace-selections)
549 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
550 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
551 (calc-embedded-stack-change, calc-refresh-evaltos)
552 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
553 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
554 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
555 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
556 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
557 (math-dimension-error, calc-incomplete-error, math-float-fancy)
558 (math-neg-fancy, math-zerop, calc-add-fractions)
559 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
560 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
561 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
562 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
563 (math-compose-expr, math-comp-width, math-composition-to-string)
564 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
565 (math-adjust-fraction, math-format-binary, math-format-radix)
566 (math-group-float, math-mod, math-format-number-fancy)
567 (math-format-bignum-fancy, math-read-number-fancy)
568 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
569 (calc-do-embedded-activate, math-do-defmath)
570 (calc-load-everything): Declare as functions.
571
572 * calc/calc-ext.el (math-clip, math-round, math-simplify)
573 (math-simplify-extended, math-simplify-units, calc-set-language)
574 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
575 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
576 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
577 (math-normalize-hms, math-normalize-mod, math-make-sdev)
578 (math-make-intv, math-normalize-logical-op, math-possible-signs)
579 (math-infinite-dir, math-calcFunc-to-var)
580 (calc-embedded-evaluate-expr, math-known-nonzerop)
581 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
582 (math-format-date, math-vector-is-string, math-vector-to-string)
583 (math-format-radix-float, math-compose-expr, math-abs)
584 (math-format-bignum-binary, math-format-bignum-octal)
585 (math-format-bignum-hex, math-format-bignum-radix)
586 (math-compute-max-digits): Declare as functions.
587 (math-provably-realp): Fix typo.
588
589 * calc/calc-forms.el (calendar-current-time-zone)
590 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
591 functions.
592
571e4e61 593 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
d3b91357
JB
594
595 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
596 Declare as functions.
597
598 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
599 (math-posp, math-compare, math-bignum, math-compare-bignum):
600 Declare as functions.
601
602 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
603 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
604 (calc-explain-why, calc-clear-command-flag)
605 (calc-roll-down-with-selections, calc-roll-up-with-selections)
606 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
607 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
608 (math-trunc-special, math-trunc-fancy, math-floor-special)
609 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
610 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
611 (math-pow-zero, math-pow-fancy): Declare as functions.
612
613 * calc/calc-mode.el (calc-embedded-save-original-modes):
614 Declare as a function.
615
616 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
617 Declare as functions.
618 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
619 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
620 Replace `mapcar*' by `math-map-binop'.
621 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
622
623 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
624 (math-read-expr-level): Declare as functions.
625
626 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
627
61e21607
SM
6282007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
af5db4a5
GM
631 end-of-defun-function is called consistently, even for negative
632 arguments.
61e21607
SM
633 (end-of-defun-function): Default to forward-sexp.
634
06f61dac
JB
6352007-11-26 Juanma Barranquero <lekktu@gmail.com>
636
637 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
638
42e32ed8
GM
6392007-11-26 Glenn Morris <rgm@gnu.org>
640
60806b73
GM
641 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
642 than :suffix.
643
42e32ed8
GM
644 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
645
a06e7b5d
SJ
6462007-11-26 Simon Josefsson <simon@josefsson.org>
647
648 * net/imap.el: Move from ../gnus.
649
789ab9d4
RS
6502007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
651
652 * doc-view.el (doc-view-mode-p): New function.
653
2b54af74
DN
6542007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
655
656 * mail/mspools.el (rmail-get-new-mail):
657 * mail/reporter.el (mail-position-on-field, mail-text):
658 * mail/rmail.el (mail-position-on-field, mail-text-start)
659 (rmail-update-summary):
1dcf3f16
JB
660 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
661 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2b54af74
DN
662 * mail/rmailout.el (rmail-update-summary):
663 * mail/rmailsort.el (rmail-update-summary):
664 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
665 (dired-view-file):
666 * mail/uce.el (mail-strip-quoted-names):
667 * mail/undigest.el (rmail-update-summary):
668 * mail/unrmail.el (mail-strip-quoted-names):
669 * ediff.el (diff-latest-backup-file): Declare as functions.
670
671 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
672 (kill-to-end-of-line):
1dcf3f16
JB
673 * obsolete/rnews.el (news-set-minor-modes):
674 Remove non working functions.
2b54af74 675
abf1a55b
GM
6762007-11-25 Glenn Morris <rgm@gnu.org>
677
989823ed
GM
678 * eshell/esh-maint.el (top-level): Use require with NOERROR for
679 pcomplete. Don't mess with load-path.
49433569 680
abf1a55b
GM
681 * eshell/eshell.el (eshell-report-bug-address): Remove.
682 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
683
c6d48e47
GM
6842007-11-24 Glenn Morris <rgm@gnu.org>
685
40f79f5b 686 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
1dcf3f16
JB
687 (appt-disp-window): Don't require electric.
688 Simplify minibuffer-avoidance code.
40f79f5b
GM
689 (appt-select-lowest-window): Avoid minibuffer.
690
c6d48e47
GM
691 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
692 (esh-mode): Require it.
693 (esh-util): Use require rather than featurep and load.
694 (eshell): No need to test if eshell-mode is bound; remove obsolete
695 reference to eshell-auto.
696 (eshell-command, eshell-command-result): Don't require esh-mode
697 now that the file does.
1dcf3f16
JB
698 (top-level): Move provide statement to the end of the file.
699 Re-order and update commentary.
c6d48e47 700
5731a8e0
TTN
7012007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
702
703 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
704 (vc-annotate-toggle-annotation-visibility): New command.
705 (vc-annotate-mode-map): Bind "V" to it.
706 (vc-annotate-mode-menu): Add entry for it.
707 (vc-annotate-get-time-set-line-props): New func.
708 (vc-annotate-display-autoscale)
709 (vc-annotate-display-difference): Use it.
710
0bcc6163
TTN
711 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
712 Also, match one space at end of annotation text, after last paren.
713
d9e43b70
MA
7142007-11-24 Michael Albinus <michael.albinus@gmx.de>
715
716 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
717 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
718 `tramp-completion-mode'.
719
b16bd82d
TTN
7202007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
721
722 * vc-git.el (vc-git-show-log-entry): New func.
723
5fdbecd8
TTN
724 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
725 (vc-git-state): Use vc-git--call.
726 (vc-git-registered, vc-git-working-revision)
727 (vc-git-previous-revision, vc-git-next-revision)
728 (vc-git--run-command-string, vc-git-symbolic-commit):
729 Use vc-git--out-ok.
730
e1b0f17b
GM
7312007-11-24 Glenn Morris <rgm@gnu.org>
732
733 * emacs-lisp/byte-run.el (declare-function): Doc fix.
734
193e7f80
KH
7352007-11-24 Kenichi Handa <handa@m17n.org>
736
737 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
738
95ec6ea4
DK
7392007-11-23 David Kastrup <dak@gnu.org>
740
1dcf3f16 741 * server.el (server-process-filter): Use `command-line-args-left'.
95ec6ea4 742
43b99780
SM
7432007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
744
2a5bb249 745 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
43b99780 746
d24182bb
DN
7472007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
748
749 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
750 buffer if the parent buffer is in vc-dired-mode.
751
8cd39fb3
MH
7522007-11-23 Mark A. Hershberger <mah@everybody.org>
753
14521da1 754 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
8cd39fb3 755
b3acb094
JL
7562007-11-23 Juri Linkov <juri@jurta.org>
757
758 * dired.el (dired-read-dir-and-switches): For C-x d, set the
759 value for M-n to the visited file name of the current buffer.
760 Use minibuffer-with-setup-hook to set minibuffer-default to
761 buffer-file-name inside read-file-name.
762
763 * man.el (Man-getpage-in-background): Don't disregard user option
764 `Man-width' on non-window systems. Remove test for `window-system'
765 around setting envvar "COLUMNS" depending on the value of `Man-width'.
766
767 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
768 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
769 of "--color=always".
770
50bfa18a
SM
7712007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
774 beginning-of-defun-function.
775
47b1ca26
RS
7762007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
777
778 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
779
e3e72162
GM
7802007-11-22 Glenn Morris <rgm@gnu.org>
781
d0a3b8c2
GM
782 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
783
e3e72162
GM
784 * emacs-lisp/check-declare.el (check-declare-locate): New function.
785 (check-declare-scan): Use check-declare-locate.
786 (check-declare-verify): No longer adjust fnfile, now
787 check-declare-locate does it.
788
789 * emacs-lisp/byte-run.el (declare-function): Doc fix.
790
2546bcdd
SM
7912007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
792
e31d2d89
SM
793 * subr.el (posn-col-row): Make the `default-value' use explicit.
794
693b2fe2
SM
795 * window.el (balance-windows): Remove unused var `counter'.
796 (bw-balance-sub): Remove unused var `lastchild'.
797 (split-window-vertically): Remove unused var `switch'.
798 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
799
2546bcdd
SM
800 * emacs-lisp/bytecomp.el
801 (byte-compile-file-form-custom-declare-variable): Simplify.
802
967c6c49
JB
8032007-11-22 Juanma Barranquero <lekktu@gmail.com>
804
d1a3873f
JB
805 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
806 Set `show-trailing-whitespace' to nil.
807
967c6c49
JB
808 * dired.el (make-symbolic-link):
809 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
810 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
811 * dired-x.el (make-symbolic-link):
812 * frame.el (x-initialize-window-system):
813 * menu-bar.el (x-menu-bar-open):
814 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
815 (x-store-cut-buffer-internal):
816 * wdired.el (make-symbolic-link):
817 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
818 (x-send-client-message):
819 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
820
d2ea6863
JD
8212007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
822
823 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
824
9769d49f
GM
8252007-11-22 Glenn Morris <rgm@gnu.org>
826
827 * dos-fns.el (int86):
828 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
829
830 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
831
832 * calendar/holidays.el (holiday-list): Add autoload cookie.
833
834 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
835 files relative to src/ directory.
d5cf82de
GM
836 (check-declare-verify): Handle .c files. Warn if could not find
837 an arglist to check.
9769d49f
GM
838
839 * emacs-lisp/byte-run.el (declare-function): Doc fix.
840
73e6adaa
DN
8412007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
842
85ea5b19
DN
843 * replace.el (occur-mode-map): Add a major mode menu with entries
844 for all occur operations.
845
73e6adaa
DN
846 * international/titdic-cnv.el (dos-8+3-filename):
847 * obsolete/fast-lock.el (msdos-long-file-names):
848 * frame.el (msdos-mouse-p):
65c5f027 849 * files.el (msdos-long-file-names, w32-long-file-name):
73e6adaa
DN
850 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
851 (mac-resume-apple-event, mac-font-panel-mode)
852 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
853 (mac-clear-font-name-table):
854 * term/pc-win.el (msdos-remember-default-colors)
855 (w16-set-clipboard-data, w16-get-clipboard-data):
856 * term/w32-win.el (w32-send-sys-command, w32-select-font)
857 (set-message-beep):
858 * net/browse-url.el (w32-shell-execute):
859 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
860 (w32-get-locale-info, w32-get-valid-locale-ids)
861 (w32-set-clipboard-data):
862 * dos-fns.el (int86, msdos-long-file-names):
863 * dos-w32.el (default-printer-name): Declare as functions.
864
c2ca78bc
JR
8652007-11-21 Jason Rumney <jasonr@gnu.org>
866
867 * emacs-lisp/byte-run.el (declare-function): Return nil.
868
b6ddf8d7
SM
8692007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
872
9b1d7c34
VJL
8732007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
874
875 * ps-print.el (ps-lpr-switches): Docstring fix.
876 (ps-string-list): New fun.
877 (ps-do-despool): Code fix.
878
b541ccb4
JB
8792007-11-21 Juanma Barranquero <lekktu@gmail.com>
880
881 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
882
2ae3bb85
GM
8832007-11-21 Glenn Morris <rgm@gnu.org>
884
885 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
886 for now. Handle define-minor-mode, and defalias (with no argument
887 checking).
888
99c71516
DN
8892007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
890
891 * frame.el (msdos-mouse-p):
6a1f4398 892 * files.el (msdos-long-file-names, w32-long-file-name):
99c71516
DN
893 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
894 (mac-resume-apple-event, mac-font-panel-mode)
895 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
896 (mac-clear-font-name-table):
897 * term/pc-win.el (msdos-remember-default-colors)
898 (w16-set-clipboard-data, w16-get-clipboard-data):
899 * term/w32-win.el (w32-send-sys-command, w32-select-font)
900 (set-message-beep):
901 * net/browse-url.el (w32-shell-execute):
902 * dos-fns.el (int86, msdos-long-file-names):
903 * dos-w32.el (default-printer-name): Undo previous change.
904
d4aa48db 9052007-11-21 Eli Zaretskii <eliz@gnu.org>
6fee106e 906
b6ddf8d7
SM
907 * international/mule-cmds.el (set-locale-environment):
908 Set default-file-name-coding-system _after_ keyboard and terminal
d4aa48db 909 coding systems. This fixes last change.
6fee106e 910
d4aa48db
MB
911 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
912 one space after "Subject:".
6fee106e 913
d4aa48db 9142007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 915
d4aa48db
MB
916 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
917 in order to determine if there's a conflict.
6fee106e 918
d4aa48db 9192007-11-21 Richard Stallman <rms@gnu.org>
6fee106e 920
d4aa48db 921 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
6fee106e 922
d4aa48db
MB
923 * reposition.el (reposition-window):
924 Binding C-M-l moved to bindings.el.
6fee106e 925
d4aa48db 926 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
6fee106e 927
d4aa48db
MB
928 * add-log.el (add-change-log-entry-other-window):
929 Key binding C-x 4 a moved to bindings.el.
6fee106e 930
d4aa48db
MB
931 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
932 from filecache.el.
6fee106e 933
d4aa48db 934 * filecache.el: Minibuffer map bindings moved to bindings.el.
6fee106e 935
d4aa48db 9362007-11-21 Jason Rumney <jasonr@gnu.org>
6fee106e 937
d4aa48db
MB
938 * international/mule-cmds.el (set-locale-environment):
939 Set default-file-name-coding-system from system defaults on Windows.
6fee106e 940
2101ea1a
JR
9412007-11-21 Jason Rumney <jasonr@gnu.org>
942
943 * term/w32console.el: New term init file for w32 console.
944
945 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
946 (x-setup-function-keys): Likewise, replacing top-level key definitions.
947 (w32-tty-standard-colors): Move to term/w32console.el.
948
949 * term/w32-win.el (x-setup-function-keys): Remove.
950
951 * term/tty-colors.el (tty-register-default-colors): Remove special
952 case for w32.
953
e8ffb999
DN
9542007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * frame.el (msdos-mouse-p):
957 * generic-x.el (w32-shell-name):
958 * files.el (msdos-long-file-names, w32-long-file-name)
6a1f4398
JB
959 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
960 (dos-8+3-filename, vms-read-directory, view-mode-disable):
e8ffb999
DN
961 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
962 (mac-resume-apple-event, mac-font-panel-mode)
963 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
964 (mac-clear-font-name-table):
965 * term/pc-win.el (msdos-remember-default-colors)
966 (w16-set-clipboard-data, w16-get-clipboard-data):
967 * term/w32-win.el (w32-send-sys-command, w32-select-font)
968 (set-message-beep):
969 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
970 (w32-get-locale-info, w32-get-valid-locale-ids)
971 (w32-set-clipboard-data):
972 * help-fns.el (ad-get-advice-info):
973 * font-lock.el (fast-lock-after-fontify-buffer)
974 (fast-lock-after-unfontify-buffer, fast-lock-mode)
975 (lazy-lock-after-fontify-buffer)
976 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
977 * net/browse-url.el (w32-shell-execute):
978 * dos-fns.el (int86, msdos-long-file-names):
979 * dos-w32.el (default-printer-name): Declare as functions.
980
3644f786
JB
9812007-11-21 Juanma Barranquero <lekktu@gmail.com>
982
983 * textmodes/paragraphs.el (forward-sentence): Doc fix.
984 Reported by Drew Adams <drew.adams@oracle.com>.
985
8281b9f9
JR
9862007-11-20 Jason Rumney <jasonr@gnu.org>
987
988 * term/w32-win.el (x-setup-function-keys): Protect against
989 multiple calls on the same terminal.
990
202c09a8
DN
9912007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
992
993 * term/mac-win.el (x-setup-function-keys): Only setup
994 local-function-key-map if it has not been setup already for the
3644f786 995 current frame. Move the suspend-emacs processing here.
202c09a8 996
1571d112
JB
9972007-11-20 Juanma Barranquero <lekktu@gmail.com>
998
999 * progmodes/grep.el (xargs-program): New variable.
1000 (grep-compute-defaults): Use it.
1001 (grep-default-command): Doc fix.
1002 (grep, lgrep, rgrep): Reflow docstrings.
1003
6d00e226
DN
10042007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1005
48b43130
DN
1006 * vc.el (vc-find-revision): Set the parent buffer.
1007 Use when instead of if.
1008
6d00e226
DN
1009 * progmodes/python.el (info-lookup-maybe-add-help):
1010 * progmodes/ps-mode.el (doc-view-minor-mode):
1011 * mail/emacsbug.el (Info-menu, Info-goto-node):
1012 * emulation/viper-keym.el (viper-ex)
1013 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1014 * emulation/viper-cmd.el (widget-type, widget-button-press)
1015 (viper-set-hooks):
1016 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1017 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1018 (ses-load, ses-vector-delete, ses-create-header-string)
1019 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1571d112 1020 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
6d00e226 1021
77fdc5c3
SM
10222007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1025
82b3ac7a
GM
10262007-11-20 Glenn Morris <rgm@gnu.org>
1027
1028 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1029 for end of function-name. Handle define-derived-mode.
1030
153ef845
DN
10312007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1032
1033 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1034 is available by default.
1035 (idlwave-help-browse-url-available): Change default to t.
1036
1037 * emulation/edt.el (defgroup, defcustom): Remove definition.
1038 (eval-when-compile): Remove.
1039 (c-mark-function):
1040 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1041 * textmodes/fill.el (comment-search-forward)
1042 (comment-string-strip):
1043 * progmodes/prolog.el (comint-mode, comint-send-string)
1044 (comint-send-region, comint-send-eof):
1045 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1046 * emulation/viper-util.el (viper-forward-Word):
1047 * emulation/vi.el (c-mark-function):
1048 * emulation/edt-vt100.el (vt100-wide-mode):
1049 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1050
8950769a
MA
10512007-11-19 Michael Albinus <michael.albinus@gmx.de>
1052
1053 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1054 Still some tuning in case of an echoing shell.
1055 (tramp-send-command): Connection property "remote-echo" is not
1056 persistent; cache key is the process therefore.
1057
d8f1d2f3
JB
10582007-11-19 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1061 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1062
004a00f4
DN
10632007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1064
1065 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1066 * play/yow.el (doctor-ret-or-read):
1067 * vc-hooks.el (vc-dired-resynch-file):
1068 * vc-hg.el (log-view-get-marked):
1069 * smerge-mode.el (ediff-cleanup-mess):
1070 * pcvs.el (vc-editable-p, vc-checkout):
1071 * pcomplete.el (comint-bol):
1072 * informat.el (texinfo-format-refill):
1073 * ido.el (tramp-tramp-file-p):
1074 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
39da3b68 1075 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
004a00f4
DN
1076 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1077 functions.
1078
1079 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1080 instead of fset.
1081 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1082
1083 * ido.el (ido-file-internal): Move with-no-warnings to include the
1084 ffap-string-at-point call.
1085
39da3b68 1086 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
004a00f4
DN
1087
1088 * vc-hg.el (vc-hg-revision-table): Fix last change.
1089
34cf517c
MR
10902007-11-19 Martin Rudalics <rudalics@gmx.at>
1091
1092 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1093 clipboard-yank when the buffer is read-only.
1094
1095 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1096 keymaps such that it's before the definition of Custom-mode-menu.
1097 (Custom-mode-menu): Show it for custom-field-keymap too.
1098
cb07a30c
NR
10992007-11-19 Nick Roberts <nickrob@snap.net.nz>
1100
1101 * progmodes/gdb-ui.el: Update commentary.
1102
282e1e37
DN
11032007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1104
39da3b68 1105 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
282e1e37 1106
db283402
GM
11072007-11-19 Glenn Morris <rgm@gnu.org>
1108
1109 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1110 does not exist, try adding `.el' extension. Also search for defsubsts.
1111
1112 * cus-edit.el (recentf-expand-file-name):
1113 * dired.el (dired-relist-entry):
1114 * subr.el (w32-shell-dos-semantics):
1115 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1116 Declare as functions.
1117
0b281d03
SM
11182007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1121 (prepare-abbrev-list-buffer): Use dolist.
1122 (clear-abbrev-table): Preserve properties.
1123
71f89cd9
JL
11242007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1125
0b281d03
SM
1126 * textmodes/texinfmt.el (texinfo-format-printindex):
1127 Collect combined indexes using texinfo-short-index-format-cmds-alist.
71f89cd9
JL
1128 Reported on <bug-texinfo@gnu.org>.
1129
b50dd0d2
MA
11302007-11-18 Michael Albinus <michael.albinus@gmx.de>
1131
0b281d03
SM
1132 * net/tramp.el (tramp-completion-reread-directory-timeout):
1133 New defcustom.
b50dd0d2
MA
1134 (tramp-handle-file-name-all-completions): Flush directory contents
1135 from cache regularly.
0b281d03
SM
1136 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1137 (tramp-open-connection-setup-interactive-shell):
1138 Call `tramp-cleanup-connection' via funcall.
b50dd0d2
MA
1139
1140 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1141 created when copying.
1142
a3269bc4
DN
11432007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1144
1145 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
0b281d03 1146 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
a3269bc4
DN
1147 * eshell/esh-ext.el (eshell-external-command):
1148 * eshell/esh-cmd.el (require):
1149 * eshell/em-unix.el (eshell-plain-locate-behavior):
0b281d03
SM
1150 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1151 Replace eshell-under-xemacs-p with (featurep 'xemacs).
39da3b68 1152 * eshell/esh-mode.el (characterp, char-int): Remove unused
a3269bc4
DN
1153 conditional defaliases.
1154
0b281d03
SM
1155 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1156 Rename from event-matches-key-specifier-p, define unconditionally.
a3269bc4
DN
1157 (event-basic-type): Remove unused defalias.
1158 (pcomplete-show-completions):
1159 Use pcomplete-event-matches-key-specifier-p.
1160
4e60b1b6
EZ
11612007-11-17 Eli Zaretskii <eliz@gnu.org>
1162
1163 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1164 when saving esh-groups.el.
1165
48b0e82e
MR
11662007-11-17 Martin Rudalics <rudalics@gmx.at>
1167
1168 * wid-edit.el (widget-default-complete):
1169 * progmodes/flymake.el (flymake-goto-file-and-line):
1170 Fix typo in (doc-)string.
1171
f772cd18
GM
11722007-11-17 Glenn Morris <rgm@gnu.org>
1173
1174 * emacs-lisp/byte-run.el (declare-function): New macro.
1175 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1176 New function, byte-hunk-handler for declare-function.
1177 (byte-compile-callargs-warn): Handle declared functions.
1178
1179 * emacs-lisp/check-declare.el: New file.
1180 * Makefile.in (check-declare): New target.
1181
2e49e9f7
GM
1182 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1183
f772cd18
GM
1184 * subr.el (process-lines): Move here from ../admin/admin.el.
1185 * emacs-lisp/authors.el (authors-process-lines): Remove.
1186 (authors): Use process-lines rather than authors-process-lines.
1187
c4c0510a
GM
1188 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1189 Remove these files.
1190
efb67a5e
JB
11912007-11-17 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * emacs-lisp/backquote.el (backquote):
1194 Improve argument/docstring consistency.
1195
1196 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1197 (ring-length, ring-empty-p): Use c[ad]dr.
1198 (ring-plus1): Use `1+'.
1199 (ring-minus1): Use `zerop'.
1200 (ring-remove): Use c[ad]dr. Use `when'.
1201 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1202 (ring-ref): Use `let', not `let*'.
1203 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1204 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1205 (ring-member): Simplify. Doc fix.
1206 (ring-convert-sequence-to-ring): Simplify.
1207
934b4968
JL
12082007-11-17 Juri Linkov <juri@jurta.org>
1209
1210 * dired-aux.el (dired-create-directory): Allow creating
1211 a directory of an arbitrary depth. Add a loop to find the topmost
1212 nonexistent parent dir `new', and call `dired-add-file' on it.
1213 Set the `PARENTS' arg of `make-directory' to t.
1214
b2e7f0f0
JB
12152007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1216
1217 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
b6ddf8d7 1218 (math-build-parse-table): Get parse information from math-parse-table.
b2e7f0f0 1219
e85c6b7c
SM
12202007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1221
de8ebf62
SM
1222 * window.el (recenter-last-op): New var.
1223 (recenter-top-bottom): New command.
1224 (global-map): Bind it to C-l.
1225
d548715c
SM
1226 * abbrev.el (abbrev--write): Fix error in transcription from C.
1227
e85c6b7c
SM
1228 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1229 (pc-select-ensure-mark): Set mark-active to a special value instead.
1230 Rename from ensure-mark. Update call callers.
1231 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1232 Rewrite. Update all callers.
1233 (pc-selection-mode): Remove redundant var declaration.
1234
da99b369
DN
12352007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1236
e85c6b7c
SM
1237 * doc-view.el (doc-view-search-backward, doc-view-search):
1238 Fix assignment to free variable bug.
da99b369 1239
de299ed7
SM
12402007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1241
1242 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1243 (ensure-mark): Set it.
1244 (maybe-deactivate-mark): New fun.
efb67a5e 1245 Use it everywhere instead of (setq mark-active nil).
de299ed7 1246
9efa445f
DN
12472007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1248
efb67a5e
JB
1249 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1250 Add check for XEmacs.
9efa445f
DN
1251
1252 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1253
1254 * doc-view.el (doc-view-resolution): Add missing :group.
1255
c4569608
JB
12562007-11-16 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * subr.el (make-variable-frame-local):
1259 Fix typo in obsolescence declaration.
1260
dddb4597
WL
12612007-11-16 Werner Lemberg <wl@gnu.org>
1262
1263 * files.el (set-auto-mode-1): Check second line for -*- if file
1264 starts with '\" (which is used by man pages to identify needed
1265 troff preprocessors).
1266
78a4e22e
GM
12672007-11-16 Glenn Morris <rgm@gnu.org>
1268
1269 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1270
e6059429
JB
12712007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1272
1273 * calc/calc-lang.el (math-oper-table): Fix typo.
1274 Reduce precedence of "/" for TeX.
1275
1276 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1277
7dc5b46d
JL
12782007-11-16 Juri Linkov <juri@jurta.org>
1279
1280 * dired-aux.el (dired-read-shell-command-default): New function.
1281 (dired-read-shell-command): Use its return value for DEFAULT arg.
1282
1283 * replace.el (keep-lines-read-args, occur-read-primary-args):
1284 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1285
1286 * man.el (Man-heading-regexp): Add 0-9.
1287 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1288
05477667
SM
12892007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1292 (doc-view-resolution): New custom var.
1293 (doc-view-pdf/ps->png): Use it.
1294 (doc-view-shrink-factor): New var.
1295 (doc-view-enlarge, doc-view-shrink): New commands.
1296 (doc-view-mode-map): Use them.
1297
ec5741dc
JB
12982007-11-15 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * ediff-wind.el (ediff-window-setup-function):
1301 * simple.el (normal-erase-is-backspace):
1302 * eshell/em-unix.el (eshell/info):
1303 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1304 Fix typos in docstrings.
1305
1306 * emulation/cua-base.el (cua--keymaps-initialized):
1307 Rename from `cua--keymaps-initalized'. Callers changed.
1308 (cua-highlight-region-shift-only): Doc fix.
1309 (cua-paste-pop): Fix typo in docstring.
1310
e75e6cc8
SM
13112007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1312
f2c232a2
SM
1313 * emulation/cua-base.el (cua--pre-command-handler-1):
1314 Use input-decode-map instead of function-key-map.
1315 Use event-modifiers now that it works reliably.
1316
4befebc1
SM
1317 * vc.el (vc-diff-internal): Pop-to-buffer later.
1318
58da34c7
SM
1319 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1320
e75e6cc8
SM
1321 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1322 did not touch them.
1323
3fad8aaa
JB
13242007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1325
1326 * calc/calc-menu.el: New file.
1327 * calc/calc.el (calc-mode): Require calc-menu.
1328
f31d0424
JB
13292007-11-14 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1332
8e813bab
NR
13332007-11-14 Nick Roberts <nickrob@snap.net.nz>
1334
1335 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1336 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1337 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1338 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1339 locations.
1340 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1341 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1342 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1343
84b4b70d
NF
13442007-11-13 Noah Friedman <friedman@splode.com>
1345
1346 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1347 bindings to remap when `calc-scan-for-dels' is non-nil.
1348
d8947b79
DN
13492007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1352 constant forms.
1353 (byte-compile-nilconstp): New function.
1354 (byte-optimize-cond): Kill subsequent branches when a branch is
1355 know to be taken or not taken.
e75e6cc8 1356 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
d8947b79 1357
30a308aa
DN
13582007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1359
1360 * vc.el (vc-register): Allow registering a file passed as a
1361 parameter instead of just the current buffer.
1362
e42c6bbc
MA
13632007-11-12 Michael Albinus <michael.albinus@gmx.de>
1364
e75e6cc8
SM
1365 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1366 Check whether the output of "uname -sr" has been changed.
e42c6bbc 1367
ddab7705
VJL
13682007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1369
1370 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1371 patterns from compilation-perl.el and compilation-weblint.el files.
1372
2e7a8a21
DN
13732007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1374
2dea72ab
DN
1375 * progmodes/compilation-perl.el:
1376 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1377 a bootstrap failure.
1378
2e7a8a21 1379 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
e75e6cc8 1380 instead of doing "cvs diff" in order to avoid accessing the repository.
2e7a8a21 1381
4cbf3aa7
VJL
13822007-11-12 Kevin Ryde <user42@zip.com.au>
1383
1384 * progmodes/compilation-perl.el:
1385 * progmodes/compilation-weblint.el: New files.
1386
dcb3ea40
JB
13872007-11-11 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1390 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1391 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1392 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1393 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1394 Rewrite in active voice.
1395
34065e5e
JL
13962007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1397
1398 * doc-view.el: Add comments about isearch support.
1399
c27f56ee
DN
14002007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * vc.el (vc-start-entry): Fix setting the in the case the function
dcb3ea40 1403 is called from vc-dired. Use when instead of if where appropriate.
c27f56ee 1404
3bcc60cf 14052007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6fee106e 1406
dcb3ea40
JB
1407 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1408 to be a list.
3bcc60cf 1409 (ps-begin-job): Error if ps-lpr-switches is not a list.
6fee106e 1410
a457417e 14112007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6fee106e 1412
a457417e
MB
1413 * faces.el (face-normalize-spec): Remove function.
1414 (frame-set-background-mode): Undo last change.
6fee106e 1415
3bcc60cf
VJL
14162007-11-10 Jason Rumney <jasonr@gnu.org>
1417
1418 * w32-fns.el: Sync charset names with setup-default-fontset.
1419 Append "-1" where second part missing.
1420
06f5c483
JL
14212007-11-10 Juri Linkov <juri@jurta.org>
1422
1423 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1424 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1425
1426 * custom.el (custom-note-var-changed): Remove the `interactive'
1427 spec from this new non-interactive function.
1428
7baca0fa
JL
14292007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1430
1431 * doc-view.el (doc-view-mode-map, doc-view-menu)
1432 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1433 (doc-view-search-backward): New function.
1434 (doc-view-search): Query new regexp if prefix arg is given, else
1435 jump to next/previous match.
1436 (doc-view-mode): Handle compressed files.
1437 (jka-compr): Required for compressed files.
1438
7abe68aa
JL
14392007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1440
1441 * replace.el (query-replace-show-replacement): New defcustom.
1442 (perform-replace): Use `match-substitute-replacement' if
1443 `query-replace-show-replacement' is non-nil.
1444
14452007-11-10 David Kastrup <dak@gnu.org>
1446
1447 * subr.el (match-substitute-replacement): New function.
1448
303c8351
CD
14492007-11-10 Carsten Dominik <dominik@science.uva.nl>
1450
1451 * files.el (auto-mode-alist): Select org-mode for files with the
1452 extension ".org".
1453
aa13a094
MR
14542007-11-10 Martin Rudalics <rudalics@gmx.at>
1455
1456 * help.el (help-window, help-window-point-marker): New variables.
1457 (help-window-select): New option.
1458 (with-help-window): New macro for displaying help windows.
1459 (help-window-display-message, help-window-setup-finish)
1460 (help-window-setup): New functions used for setting up help windows.
1461 (print-help-return-message): Reset help-window to nil.
1462 (view-lossage): Use with-help-window instead of
1463 with-output-to-temp-buffer and move help-window-point-marker after
1464 inserted text.
1465 (describe-bindings, describe-key, describe-mode): Use
1466 with-help-window instead of with-output-to-temp-buffer.
1467
1468 * help-mode.el (help-mode): Set view-exit-action to bury the
1469 buffer instead of fiddling with windows. Simplify code.
1470 (help-mode-finish): When help-window eqs t set it to the selected
1471 window and have with-help-window set up view-return-to-alist.
1472 (help-buffer): Add autoload cookie.
1473
1474 * view.el (view-remove-frame-by-deleting): Change default value to t.
1475 Add autoload cookie.
1476 (view-exit-action, view-file, view-file-other-window)
1477 (view-file-other-frame, view-buffer, view-buffer-other-window)
1478 (view-buffer-other-frame): Rewrite doc strings.
1479 (view-return-to-alist-update): New function to remove stale entries
1480 from view-return-to-alist.
1481 (view-mode-enter): Rewrite doc string and simplify code.
1482 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1483 view-exit-action to nil. Simplify code and rewrite doc string.
1484
1485 * apropos.el (apropos-describe-plist):
1486 * descr-text.el (describe-char):
1487 * disp-table.el (describe-display-table):
1488 * faces.el (list-faces-display, describe-face):
1489 * facemenu.el (list-colors-display):
1490 * help-fns.el (describe-function, describe-variable)
1491 (describe-syntax, describe-categories):
1492 Use with-help-window instead of with-output-to-temp-buffer.
1493
fe1919ab
DN
14942007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1495
dcb3ea40
JB
1496 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1497 Optimize (featurep 'emacs) to t.
70f41945 1498
dcb3ea40
JB
1499 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1500 New function.
70f41945
DN
1501 (byte-compile-maybe-guarded): Use it to also look for bound
1502 symbols inside `and' forms. Comment out non-working code that was
1503 trying to avoid warnings for XEmacs code.
1504
fe1919ab
DN
1505 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1506
1507 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1508 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1509 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1510 (vc-cvs-annotate-command):
1511 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1512 is bound, it always is.
1513
1adf362d
JR
15142007-11-10 Jason Rumney <jasonr@gnu.org>
1515
1516 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1517 setup here from global scope.
1518
d725608c
JB
15192007-11-10 Juanma Barranquero <lekktu@gmail.com>
1520
1521 * ido.el (ido-save-history): Save the history file in UTF-8, not
1522 the current filename coding system.
1523
c7e36bd9
SM
15242007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1525
5015055e
SM
1526 * simple.el (interprogram-cut-function, interprogram-paste-function):
1527 Don't make them frame-local any more.
1528
a3ee6f08
SM
1529 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1530 Don't set interprogram-(cut|paste)-function on each frame.
1531
c7e36bd9
SM
1532 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1533 Make them work in tty frames.
1534 (interprogram-cut-function, interprogram-paste-function):
1535 Set them globally.
1536
aa58f006
JB
15372007-11-09 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1540 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1541 (iso-iso2duden-trans-tab): Add docstring.
1542
b7c76a30
SM
15432007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1544
4eebd7fe
SM
1545 * abbrev.el (define-abbrev-table): Record the variable definition.
1546
b7c76a30
SM
1547 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1548 New function.
1549
4a6789f7
VJL
15502007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1551
d54ad496
VJL
1552 * ps-print.el: Clean the code for checking suitable Emacs version.
1553 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
4a6789f7
VJL
1554 (ps-print-version): New version 6.8.1.
1555
d355b270
JB
15562007-11-09 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * files.el (enable-local-variables): Doc fix.
1559
c12ecb0a 15602007-11-09 Nick Roberts <nickrob@snap.net.nz>
9d2185d1 1561
c12ecb0a 1562 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
6fee106e 1563
c12ecb0a 15642007-11-09 Sven Joachim <svenjoac@gmx.de>
6fee106e 1565
c12ecb0a
MB
1566 * dired-aux.el (dired-copy-file-recursive):
1567 Preserve directory permissions.
6fee106e 1568
c12ecb0a 15692007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1570
c12ecb0a
MB
1571 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1572 (whitespace-unload-function): New-style unload function. When run,
1573 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1574 to stop the old hook from messing with the unloading.
6fee106e 1575
c12ecb0a 15762007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1577
c12ecb0a
MB
1578 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1579 (elp-unset-master, elp-results): Fix typos.
1580 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1581 Doc fixes.
6fee106e 1582
c12ecb0a
MB
1583 * msb.el (msb--many-menus): Remove variable.
1584 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1585 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1586 (msb--toggle-menu-type): Fix typos in docstrings.
6fee106e 1587
c12ecb0a
MB
1588 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1589 (shadow-insert-var): Doc fixes.
1590 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1591 Reflow docstrings.
1592 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
6fee106e 1593
c12ecb0a 15942007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1595
c12ecb0a
MB
1596 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1597 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1598 Fix typos in autoload docstrings.
6fee106e 1599
c12ecb0a 16002007-11-09 Richard Stallman <rms@gnu.org>
6fee106e 1601
c12ecb0a 1602 * savehist.el (savehist-save): Obey savehist-ignored-variables.
6fee106e 1603
c12ecb0a 16042007-11-09 Nick Roberts <nickrob@snap.net.nz>
6fee106e 1605
c12ecb0a
MB
1606 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1607 (gdb-var-update-handler-1): Use it.
6fee106e 1608
c12ecb0a 16092007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1610
c12ecb0a
MB
1611 * loadhist.el (unload-feature): Remove erroneous check for the
1612 FEATURE-unload-function variable; check the existence of the
1613 function (that's what the docstring says, and it makes more sense).
6fee106e 1614
c12ecb0a
MB
1615 * follow.el (follow-unload-function): Add docstring.
1616 (follow-unload-function): Remove variable.
6fee106e 1617
c12ecb0a
MB
1618 * server.el (server-unload-function): Remove variable.
1619 (server-unload-function): Unbind `server-edit' from `C-x #'.
6fee106e 1620
c12ecb0a 1621 * ses.el (ses-unload-function): New function.
6fee106e 1622
c12ecb0a 16232007-11-09 Juanma Barranquero <lekktu@gmail.com>
6fee106e 1624
c12ecb0a
MB
1625 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1626 (unsafep-progn, unsafep-let): Fix typos in docstrings.
6fee106e 1627
c12ecb0a
MB
1628 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1629 before use to avoid a warning in packages that require uniquify.
1630 (uniquify-unload-function): New function and var.
6fee106e 1631
e83d1fe8
DN
16322007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1633
1634 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1635 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1636 (ediff-current-diff-A, ediff-current-diff-B)
1637 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1638 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1639 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1640 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1641 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1642 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1643 (ediff-setup-windows-plain-merge)
1644 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1645 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1646 * ediff-util.el (ediff-setup-keymap, )
1647 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1648 (ediff-toggle-use-toolbar, ediff-really-quit)
1649 (ediff-good-frame-under-mouse)
1650 (ediff-highlight-diff-in-one-buffer)
1651 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1652 (ediff-make-bullet-proof-overlay):
1653 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1654 (ediff-set-meta-overlay):
1655 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1656 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1657 ediff-emacs-p with their former definitions.
1658
1659 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1660 (viper-has-face-support-p, viper-inactivate-input-method)
1661 (viper-activate-input-method)
1662 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1663 * emulation/viper-mous.el (viper-multiclick-timeout)
1664 (viper-surrounding-word, viper-mouse-click-insert-word)
1665 (viper-mouse-click-search-word, viper-parse-mouse-key):
1666 * emulation/viper-macs.el (viper-char-array-to-macro):
1667 * emulation/viper.el (viper-go-away, viper-set-hooks)
1668 (viper-non-hook-settings):
1669 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1670 (viper-get-saved-cursor-color-in-insert-mode)
1671 (viper-get-saved-cursor-color-in-emacs-mode)
1672 (viper-check-version, viper-get-visible-buffer-window)
1673 (viper-file-checked-in-p, viper-set-replace-overlay)
1674 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1675 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1676 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1677 with their former definitions.
1678 (viper-eventify-list-xemacs): Only do work for XEmacs.
1679 (viper-set-unread-command-events): Only do work for Emacs.
1680 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1681 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1682 (viper-overlay-get, viper-overlay-put, viper-read-event)
1683 (viper-characterp, viper-int-to-char, viper-get-face)
1684 (viper-color-defined-p, viper-iconify): New defaliases replacing
1685 the old fsets.
1686
1687 * progmodes/fortran.el (comment-region-function)
1688 (uncomment-region-function): Pacify byte compiler.
1689
d355b270 1690 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
e83d1fe8 1691
67932d94
MA
16922007-11-08 Michael Albinus <michael.albinus@gmx.de>
1693
1694 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1695 `process-environment'.
1696
661192e6
VJL
16972007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1698
1699 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1700 match dir like "a...b".
1701
f56f00fa
SM
17022007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1705
b08104a0
MA
17062007-11-07 Michael Albinus <michael.albinus@gmx.de>
1707
f56f00fa
SM
1708 * net/tramp.el (tramp-handle-substitute-in-file-name):
1709 Don't expand the remote connection identification.
b08104a0
MA
1710 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1711 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1712 before calling stty.
1713
1714 * net/tramp-cache.el (tramp-cache-print)
1715 (tramp-dump-connection-properties): Fix docstring.
39da3b68 1716 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
b08104a0
MA
1717
1718 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1719
1720 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1721 remote connection identification when setting connection property.
1722
1723 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1724 "//" substitutes only in the local filename part.
1725
53afc686
GM
17262007-11-07 David Hansen <david.hansen@gmx.net>
1727
1728 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1729
c74e901d
GM
17302007-11-07 Glenn Morris <rgm@gnu.org>
1731
1732 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1733 Remove superfluous concats. Move final set-buffer to
1734 non-emacs-specific code.
1735
6ffadbb8
GM
17362007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1737
1738 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1739
dafac6f3
GM
17402007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1741
1742 * eshell/esh-mode.el (eshell-output-filter):
1743 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1744 Use `with-current-buffer'.
1745
1d515b42
AS
17462007-11-07 Andreas Schwab <schwab@suse.de>
1747
1748 * server.el (server-start): Only register cleanup after server was
1749 started.
1750
726f0272
MA
17512007-11-06 Michael Albinus <michael.albinus@gmx.de>
1752
1753 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1754
1755 * net/tramp-cache (tramp-cache-print): Move down.
1756 (tramp-cache-list-connections): New defun.
1757
1758 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1759
77e81232
JB
17602007-11-06 Juanma Barranquero <lekktu@gmail.com>
1761
1762 * ido.el (ido-save-history): Write the history file in the current
1763 filename coding system, and add `coding' file-local variable.
1764
dfdaf4ee
CD
17652007-11-06 Carsten Dominik <dominik@science.uva.nl>
1766
b5729367
JB
1767 * textmodes/org.el (org-table-formula-substitute-names):
1768 Remove forgotten temporary debugging code.
dfdaf4ee 1769
bdbeca7b
MA
17702007-11-05 Michael Albinus <michael.albinus@gmx.de>
1771
1772 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1773 the prompt.
1774
59d97623
TTN
17752007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1776
1777 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1778
45374a15
SJ
17792007-11-05 Simon Josefsson <simon@josefsson.org>
1780
1781 * net/tls.el (tls-end-of-info): Doc fix.
1782
543a1ac4
KH
17832007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1784
1785 * international/utf-7.el (utf-7-imap): New coding system.
1786 (utf-7-imap-post-read-conversion): New function.
1787 (utf-7-imap-pre-write-conversion): New function.
1788
e486b005
SM
17892007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * abbrev.el (abbrev--write): Fix up typo.
1792
f57a9512
JB
17932007-11-04 Juanma Barranquero <lekktu@gmail.com>
1794
1795 * abbrev.el (define-abbrev-table): Doc fix.
1796
e56f84d7
TTN
17972007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1798
1799 * info.el (Info-revert-buffer-function): New func.
1800 (Info-mode): Arrange to use it for reverting.
f0815137 1801 (Info-copy-current-node-name): Add space between filename and nodename.
e56f84d7 1802
1449012d
SM
18032007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1806
cd6db47c
GM
18072007-11-04 Glenn Morris <rgm@gnu.org>
1808
1809 * net/tls.el: Don't require rx when compiling.
1810 (tls-end-of-info): Rewrite without using rx.
1811 (open-tls-stream): Use with-current-buffer.
1812
18132007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1814
1815 * net/tls.el: Require rx when compiling.
1816 (tls-end-of-info): New variable.
1817 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1818 matched.
1819
c81f72ce
TTN
18202007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1821
1822 * register.el (append-to-register, prepend-to-register):
1823 Don't signal error on empty register; use the text, instead.
1824
6159985a
MO
18252007-11-03 Michael Olson <mwolson@gnu.org>
1826
1449012d
SM
1827 * textmodes/remember.el (remember-buffer):
1828 Use define-obsolete-function-alias rather than defalias.
6159985a 1829
7796ee61
GM
18302007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1831
1832 * simple.el (bad-packages-alist): Anchor semantic regexp.
1833
7a05f2bd
GM
18342007-11-03 Glenn Morris <rgm@gnu.org>
1835
1836 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1837 if defined, for blank lines. Doc fix.
1838
1839 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1840 (fortran-mode): Set values for comment-region-function,
1841 uncomment-region-function and comment-insert-comment-function.
1842 (fortran-uncomment-region): New function.
1843
1449012d
SM
1844 * textmodes/nroff-mode.el (nroff-mode):
1845 Set comment-insert-comment-function rather than indent-line-function.
7a05f2bd
GM
1846 (nroff-indent-line-function): Remove.
1847 (nroff-insert-comment-function): New function.
1848
8ef97aec 18492007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
d779c510
JB
1850
1851 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1852
18532007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1854
1855 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1856
1857 * emulation/viper-cmd.el (viper-prev-destructive-command)
1858 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1859 copy-sequence.
1860
1861 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1862 Got rid of ediff-copy-list.
1863
1864 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1865 use face-name.
39da3b68 1866 (ediff-test-utility, ediff-diff-mandatory-option)
d779c510
JB
1867 (ediff-reset-diff-options): Remove to simplify the mandatory option
1868 handling on Windows.
1869 (ediff-set-diff-options): Add.
cfe80861 1870 (ediff-diff-options): Set "--binary" option as default in some cases.
d779c510
JB
1871
1872 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
cfe80861
JB
1873 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1874 ediff-vc-working-revision. Require vc-hooks.
d779c510 1875
3020ee92
RF
18762007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1877
1878 * files.el (hack-local-variables): Fix membership tests to avoid
1879 treating all variables as safe if `enable-local-variables' is
c5eb76e4 1880 set to :safe (CVE-2007-5795).
3020ee92 1881
05db920d
GM
18822007-11-02 Glenn Morris <rgm@gnu.org>
1883
b9b4d12c
GM
1884 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1885 if defined, do all the work of inserting a new comment.
1886
5ec19a11
GM
1887 * progmodes/etags.el (tags-table-mode): Disable undo.
1888
05db920d
GM
1889 * simple.el (bad-packages-alist): Revert previous change.
1890
8b1e0dff
DN
18912007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1894
1895 * obsolete/lselect.el: Do not warn about unknown functions.
1896
246a4316
MO
18972007-11-02 Michael Olson <mwolson@gnu.org>
1898
1899 * textmodes/remember.el (remember-buffer): Make this an alias of
1900 remember-finalize, because Org uses it.
1901
174a72ea
MO
19022007-11-01 Michael Olson <mwolson@gnu.org>
1903
77210f1e
MO
1904 * textmodes/remember.el: Improve documentation in heading.
1905 (remember-before-remember-hook): Turn into a customizable option.
174a72ea
MO
1906 (remember): Document INITIAL argument.
1907 (remember-region): Remove autoload cookie. Improve docstring to
1908 mention that it is called from the *Remember* buffer, and does not
1909 have any functional overlap with the `remember' function.
1910 (remember-finalize): Remove autoload cookie. Rename from
1911 remember-buffer to emphasize that this does not have any
1912 functional overlap with the `remember' function.
1913 (remember-destroy): Remove autoload cookie.
80f0c18f 1914 (remember-mode-map): Define and initialize in one step.
869dc290 1915 (remember-mode): Improve docstring.
209dc81c
JB
1916 (remember-annotation-functions): Default to just '(buffer-file-name),
1917 and don't try to take the default value from Planner.
174a72ea 1918
56dad874
GM
19192007-11-01 Glenn Morris <rgm@gnu.org>
1920
8aafd651
GM
1921 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1922
50c44633
GM
1923 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1924
68013cfa
GM
1925 * emacs-lisp/authors.el (authors-scan-change-log)
1926 (authors-scan-el): Don't enable local eval; enable only safe local
1927 variables, without querying.
1928
56dad874
GM
1929 * mail/footnote.el (footnote-numeric-regexp)
1930 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1931 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1932 Match multi-character footnotes.
1933
a9d8037f
GM
1934 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1935 (nroff-indent-line-function): New function.
1936 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1937 obsolete alias.
1938
683b7dc6
GM
19392007-11-01 Ryan Yeske <rcyeske@gmail.com>
1940
1941 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1942 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1943 (rcirc-print): Only update the line count when not marking the
1944 line as omittable.
1945 (rcirc-log-write): Specify coding system when writing logfile.
1946 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1947
399f21c1
DN
19482007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1949
6a2c788e
DN
1950 * printing.el (printing): Fix :version, printing.el was included
1951 for in emacs-22.1.
1952 (pr-path-style, pr-path-alist, pr-txt-name)
1953 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1954 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1955 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1956 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1957 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1958 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1959 (pr-setting-database, pr-visible-entry-list)
1960 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
209dc81c 1961 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
6a2c788e 1962
399f21c1
DN
1963 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1964 top level, make it dependent on the emacs flavor.
1965
1966 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1967 Test for XEmacs not for itimer.
1968
1969 * term/sun-mouse.el:
1970 * obsolete/sun-fns.el:
1971 * obsolete/sun-curs.el: Remove files.
1972
209dc81c 1973 * term/sun.el (select-previous-complex-command): Remove obsolete code.
399f21c1 1974
bce6be12
RS
19752007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1976
1977 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1978 was given to concat.
1979
dcbb251e
SM
19802007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1981
7656fe61
SM
1982 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1983 used normally for goto-line. Change `g' to revert the buffer.
1984 Add redundant `r' binding for buffer-revert.
1985
dcbb251e
SM
1986 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1987 (mail-abbrevs-setup): Use abbrev-expand-functions.
1988 (build-mail-abbrevs): Use with-temp-buffer.
1989 (define-mail-abbrev): Simplify.
1990 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1991 Change it for use on abbrev-expand-functions.
1992 (mail-abbrev-complete-alias): Use with-syntax-table.
1993
3412f35d
MA
19942007-10-31 Michael Albinus <michael.albinus@gmx.de>
1995
1996 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1997 directly. Fix bug in deleting temp file.
1998
c01b9971
SM
19992007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2002 Merge defvar and define-abbrev-table.
2003 (def-python-skeleton): Use :case-fixed and :enable-function.
2004 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2005 Remove.
2006 (python-mode): Don't modify pre-abbrev-expand-hook.
2007
8ac56013
DN
20082007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2009
2010 * ediff-util.el (ediff-file-checked-out-p)
2011 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2012
2b86bfb1
SM
20132007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * abbrev.el (abbrev-symbol): Correct let->let*.
2016 (abbrev--before-point): Only use abbrev-start-location if before point.
2017
26e96680
JB
20182007-10-31 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2021 (strokes-unload-hook): Remove function and variable.
2022 (strokes-unload-function): New-style unload function, adapted
2023 from `strokes-unload-hook'.
2024
2025 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2026 (cl-unload-hook): Remove variable.
2027 (cl-unload-function): New-style unload function, adapted
2028 from `cl-cannot-unload'.
2029
2030 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2031 (elp-unload-function): New-style unload function, adapted
2032 from `elp-unload-hook'.
2033
c896ea95
VJL
20342007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2035
26e96680 2036 * emacs-lisp/find-func.el (find-library): Use library at
c896ea95
VJL
2037 point as default interactive argument.
2038
32f389a4
JB
20392007-10-31 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * shadowfile.el (shadow-join): Remove.
2042 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2043 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2044 (shadowfile-unload-hook): Remove function and variable.
2045 (shadowfile-unload-function): New-style unload function, adapted
2046 from `shadowfile-unload-hook'.
2047
91dd4dc4
DN
20482007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2049
2050 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2051 only if it is bound.
2052
2053 * textmodes/reftex.el: Move autoloads for before all uses.
2054 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2055 (reftex-delete-overlay): Move to the top level with the condition
2056 in the body.
2057
2058 * progmodes/simula.el: Use when instead of if.
2059
2060 * iimage.el (iimage-locate-file): Define unconditionally.
2061
2062 * mail/mailabbrev.el (mail-abbrev-next-line):
2063 * emulation/vip.el (vip-enlarge-region, vip-line)
2064 (vip-next-line-at-bol, vip-previous-line)
2065 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2066 Wrap with-no-warnings around uses of next-line and previous-line.
2067
2068 * ediff.el (run-ediff-from-cvs-buffer):
32f389a4
JB
2069 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2070 Remove function not used by pcl-cvs anymore.
91dd4dc4
DN
2071 (noninteractive, generic-sc-get-latest-rev)
2072 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2073 Delete support for long obsolete generic-sc.el.
2074
8fa07e4f
GM
20752007-10-31 Glenn Morris <rgm@gnu.org>
2076
2077 * cvs-status.el: No longer require pcvs when compiling.
2078
2079 * doc-view.el (doc-view-conversion-refresh-interval)
2080 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2081 (doc-view-reset-slice): Doc fixes.
2082 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2083
0bbaf7b4
JB
20842007-10-31 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2087 Timers are automatically canceled by `unload-feature'.
2088
2089 * delsel.el (delsel-unload-hook): Remove function and variable.
2090 (delsel-unload-function): New-style unload function, adapted
2091 from `delsel-unload-hook'.
2092
2093 * msb.el (msb-unload-hook): Remove function and variable.
2094 (msb-unload-function): New-style unload function, adapted from
2095 `msb-unload-hook'.
2096
20972007-10-30 Juanma Barranquero <lekktu@gmail.com>
93c5a976
JB
2098
2099 * desktop.el (uniquify-managed): Pacify byte compiler.
2100 (desktop-buffer-info): If the buffer name is managed by uniquify,
2101 save the base name, not the uniquified one.
2102 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2103 name in case of conflict.
2104
c17587fe
SM
21052007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * doc-view.el: Use expand-file-name rather than concat.
2108 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2109 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2110 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2111 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2112 not to have to touch the buffer's content.
2113 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2114 (doc-view-mode): Use it. Don't mark as a special mode.
2115 Put the page numbers in the modeline.
2116 Set up the overlay. Hide the cursor. Run the mode hook.
2117 Use after-revert-hook rather than revert-buffer-function.
2118 (doc-view-search-internal): Fix typo.
2119 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2120 image-cache flush.
2121 (doc-view-reconvert-doc): Don't reset the whole mode.
2122 (doc-view-make-safe-dir): New function.
2123 (doc-view-current-cache-dir): Use it.
2124
36d4b145
JR
21252007-10-30 Jason Rumney <jasonr@gnu.org>
2126
2127 * time.el (display-time-world-list): Test for zoneinfo support.
2128
a7580c1c
MA
21292007-10-30 Michael Albinus <michael.albinus@gmx.de>
2130
2131 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2132
2133 * net/tramp-cache.el (tramp-flush-file-function): Check also
2134 `default-directory' if `buffer-file-name' does not return a
2135 string. Added to `eshell-pre-command-hook'.
2136
1a59edfc
SM
21372007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2138
f4c75497
SM
2139 * doc-view.el (doc-view-current-doc): Remove.
2140 Replace all uses by buffer-file-name.
2141 (doc-view-menu): New menu.
2142 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2143 unused var `doc'.
2144 (doc-view-sort): Simplify.
2145 (doc-view-buffer-message): Don't change buffer-modified-p.
2146 (doc-view-mode): Change it here instead.
2147 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2148 Don't modify the global value of revert-buffer-function.
2149
1a59edfc
SM
2150 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2151 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2152 (image-toggle-display): Take overlays into account and don't assume
2153 point-min==1.
2154
01823b77
TTN
21552007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2156
2157 * vc.el (vc-annotate): Fix omission bug:
2158 Specify value for vc-sentinel-movepoint.
2159
e0628060
MO
21602007-10-30 Michael Olson <mwolson@gnu.org>
2161
2162 * textmodes/remember.el (remember-mode-hook)
f4c75497
SM
2163 (remember-handler-functions, remember-annotation-functions):
2164 Add additional items as options, including some Org functions.
e0628060 2165
5b549c31
GM
21662007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2167
2168 * doc-view.el: Remove cl-dependency.
2169 (doc-view-buffer-message): Mention new binding K.
2170 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2171 instead of variable.
2172 (doc-view-current-cache-dir): Better cache dir naming.
2173 (doc-view-current-display): Remove variable.
2174 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2175 (doc-view-kill-proc): Set converter process to nil.
2176 (doc-view-minor-mode): New minor mode.
2177 (doc-view-minor-mode-map): New keymap.
2178 (doc-view-mode): Remove text/image switching code. Use plain defun.
2179 (doc-view-mode-map): New binding K kills converter process.
2180 Remove C-c C-e binding.
2181 (doc-view-mode-text-map): Remove keymap.
2182 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2183 d-v-display-maybe.
2184 (doc-view-previous-major-mode): New variable.
2185 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2186 (doc-view-remove-if): New function.
2187 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2188 (doc-view-toggle-display): Toggle modes instead of display styles.
2189 (doc-view-reconvert-doc): Adapt to new way of doing things.
2190
2191 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2192
2799e7a0
GM
21932007-10-30 Glenn Morris <rgm@gnu.org>
2194
370d4074 2195 * dirtrack.el (dirtrack-mode): Doc fix.
b5729367 2196
370d4074
GM
2197 * shell.el (shell-dirtrack-verbose, shell-mode)
2198 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2199
2799e7a0
GM
2200 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2201 (byte-compile-enable-warning): Doc fix.
2202
2203 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2204 suppress byte-opt warning.
2205
4ea0e84a
DN
22062007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2207
2208 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2209 (edt-gnu-emacs19-p): Remove.
2210 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2211 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2212 (edt-end-of-line-forward, edt-end-of-line-backward)
2213 (edt-one-word-forward, edt-one-word-backward, edt-character)
2214 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2215 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2216 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2217 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2218 (edt-sentence-backward, edt-paragraph-forward)
2219 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2220 (edt-window-bottom, edt-scroll-window-forward-line)
2221 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2222 (edt-line-to-top-of-window, edt-paragraph-backward)
2223 (edt-restore-key, edt-window-top, edt-window-bottom)
2224 (edt-scroll-window-forward-line)
2225 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2226 (edt-line-to-middle-of-window, edt-goto-percentage)
2227 (edt-display-the-time, edt-remember, edt-split-window)
2228 (edt-emulation-on, edt-emulation-off)
2229 (edt-default-emulation-setup, edt-user-emulation-setup)
2230 (edt-select-default-global-map, edt-select-user-global-map):
2231 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2232 tests.
2233
1a59edfc
SM
2234 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2235 Use feature test instead of boundp test so it can be resolved at
4ea0e84a
DN
2236 compile time.
2237
39da3b68 2238 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
4ea0e84a 2239
79415279
SM
22402007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2243 Update all users.
2244 (abbrev-get, abbrev-put): Simplify.
2245 (define-abbrev): Don't store the `force' value in the :system property.
2246 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2247
f2168a4c
MO
22482007-10-30 Michael Olson <mwolson@gnu.org>
2249
2250 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2251
15f3eb73
MO
2252 * textmodes/remember.el: New file that implements a mode for
2253 quickly jotting down things to remember.
2254
2255 * textmodes/remember-diary.el: A backend for remember.el that
2256 implements saving notes to a Diary file.
2257
2a1408fd
DN
22582007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2259
1a59edfc 2260 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2a1408fd 2261 Relocate in file.
1a59edfc 2262 (allout-doublecheck-at-and-shallower): Increase to include
0bbaf7b4
JB
2263 slightly greater depths, since yank interaction is now ok.
2264 Also, elaborate the docstring to explain the situation.
1a59edfc 2265 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2a1408fd
DN
2266 instead of concat, so we accommodate key sequences expressed as
2267 vectors as well as strings and lists.
1a59edfc 2268 (allout-flag-region, allout-hide-by-annotation): Make the
2a1408fd 2269 hidden-text overlays 'front-advance.
0bbaf7b4 2270 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
1a59edfc
SM
2271 (allout-aberrant-container-p, allout-on-current-heading-p)
2272 (allout-e-o-prefix-p, allout-next-heading)
2273 (allout-previous-heading, allout-goto-prefix)
2274 (allout-end-of-prefix, allout-next-sibling-leap)
2275 (allout-next-visible-heading, allout-auto-fill)
2276 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2277 (allout-yank-processing, allout-resolve-xref)
2278 (allout-current-topic-collapsed-p, allout-hide-region-body)
2279 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2280 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2281 (count-trailing-whitespace-region): Preserve match data, so allout
0bbaf7b4 2282 outline navigation doesn't disrupt other Emacs operations.
1a59edfc 2283 (allout-beginning-of-line): Retreat to the beginning of the hidden
2a1408fd 2284 text, so fields are respected (for submodes that care).
0bbaf7b4 2285 (allout-end-of-line): Preserve mark activation status when jumping.
1a59edfc 2286 (allout-open-topic): Account for opening after a child that
0bbaf7b4
JB
2287 contains a hidden trailing newline. Preserve match data.
2288 Run allout-structure-added-hook
1a59edfc
SM
2289 (allout-encrypt-decrypted): Preserve match data.
2290 (allout-toggle-current-subtree-exposure): Add new interactive
2a1408fd 2291 function for toggle subtree exposure - suggested by tassilo.
1a59edfc 2292 (move-beginning-of-line, move-end-of-line): Don't use
39da3b68 2293 line-move-invisible-p, it's obsolete - substitute the code, instead.
2a1408fd 2294
6546555e
DN
22952007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2296
fc5e09b3
DN
2297 * textmodes/flyspell.el (message-signature-separator):
2298 * longlines.el (message-indent-citation-function): Pacify byte
2299 compiler.
2300
2301 * emacs-lisp/cl-loaddefs.el:
2302 * ldefs-boot.el: Regenerate.
2303
2304 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2305 (.el.elc, compile, compile-always, compile-calc)
2306 ($(lisp)/progmodes/cc-mode.elc): Use it.
2307
b5729367
JB
2308 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2309 Only do work for XEmacs.
c9b3d6a5
DN
2310 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2311 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2312 on XEmacs.
2313 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2314 (ps-x-color-name, ps-x-color-specifier-p)
2315 (ps-x-copy-coding-system, ps-x-device-class)
2316 (ps-x-extent-end-position, ps-x-extent-face)
2317 (ps-x-extent-priority, ps-x-extent-start-position)
2318 (ps-x-face-font-instance, ps-x-find-coding-system)
2319 (ps-x-font-instance-properties, ps-x-make-color-instance)
2320 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2321 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2322 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2323 (ps-generate-postscript-with-faces): Delete defaliases.
2324 (ps-face-foreground-name, ps-face-background-name)
b5729367
JB
2325 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2326 Move definitions to top level, make the body conditional on the Emacs
0bbaf7b4 2327 flavor. Replace uses of deleted aliases and renamed functions.
c9b3d6a5
DN
2328 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2329 of deleted aliases and renamed functions.
2330
6546555e
DN
2331 * calc/calc.el (calc-emacs-type-lucid): Remove.
2332 (calc-digit-map, calcDigit-start, calc-read-key)
2333 (calc-clear-unread-commands):
2334 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2335 calc-emacs-type-lucid with (featurep 'xemacs)
2336
2337 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2338 (featurep 'xemacs).
2339 (tpu-lucid-emacs19-p): Remove.
2340 (tpu-map-key): Make it a function instead of using fset. Inline
2341 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2342 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2343
2344 * ielm.el: Use featurep 'xemacs.
2345
2346 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2347 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2348 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2349 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2350 cperl-xemacs-p with (featurep 'xemacs).
2351 (font-lock-cache-position): Pacify byte compiler.
2352
d9774611
RS
23532007-10-29 Drew Adams <drew.adams@oracle.com>
2354
2355 * faces.el (read-color): New function.
2356 (face-at-point, foreground-color-at-point)
2357 (background-color-at-point): New functions.
2358
23592007-10-28 Richard Stallman <rms@gnu.org>
2360
b5729367 2361 * net/browse-url.el (browse-url-text-xterm): Rename from
d9774611
RS
2362 browse-url-lynx-xterm and made generic.
2363 (browse-url-text-emacs): Likewise.
2364 (browse-url-text-browser): New variable.
b5729367 2365 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
d9774611
RS
2366 (browse-url-text-input-field, browse-url-text-input-attempts)
2367 (browse-url-kde-program): Likewise.
2368
4194f0a4
GM
23692007-10-29 Glenn Morris <rgm@gnu.org>
2370
2371 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2372 Use mapc rather than mapcar (reinstall change deleted without log
2373 entry 2007-10-22).
2374
e9283e70
MR
23752007-10-29 Martin Rudalics <rudalics@gmx.at>
2376
7b54abdd
JB
2377 * wdired.el (wdired-next-line, wdired-previous-line):
2378 Use next-line and previous-line wrapped in with-no-warnings.
e9283e70 2379
a0a5c583
GM
23802007-10-29 Ryan Yeske <rcyeske@gmail.com>
2381
7b54abdd 2382 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
a0a5c583
GM
2383 (rcirc-recent-quit-alist): New function.
2384 (rcirc): Print a better message when there is only one connected server.
2385 (rcirc-complete-nick): Do not update the nick table here.
2386 (rcirc-mode-map): Add M-o.
2387 (rcirc-current-line): Add variable.
2388 (rcirc-mode): Setup variables for line based omit.
2389 (rcirc-edit-multiline): Strip text properties.
2390 (rcirc-omit-responses): Add NICK.
2391 (rcirc-omit-threshold): Add variable.
2392 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2393 Add functions.
2394 (rcirc-print): Keep track of current line. Do not fill text if
2395 `rcirc-fill-flag' is null. Only omit text if the last activity
2396 from the sender is more than `rcirc-omit-threshold' lines ago.
2397 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2398 numbers instead of time.
2399 (rcirc-channel-nicks): Sort by line numbers instead of time.
2400 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2401 (rcirc-handler-JOIN): Restore the joiners linestamp.
2402 (rcirc-maybe-remember-nick-quit): Add function.
2403 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2404
08446d5e
JB
24052007-10-29 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * loadhist.el (unload-feature-special-hooks):
2408 Add `delete-frame-functions' and `suspend-tty-functions'.
2409
2410 * server.el (server-unload-function): Rename from `server-unload-hook'
2411 and adapt to new `unload-feature' functionality. Remove hook from
2412 `kill-buffer-hook' buffer-locally.
2413 (server-unload-hook): Remove.
2414 (server-unload-function): New var; replaces `server-unload-hook'.
2415
042be1d3
GM
24162007-10-29 Glenn Morris <rgm@gnu.org>
2417
2418 * dirtrack.el (dirtrack-debug): Doc fix.
2419 (dirtrack-mode, dirtrack-debug-mode): New names for
2420 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2421 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2422 Make obsolete.
2423 (dirtrack-debug-message): Only print message if
2424 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2425 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2426 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2427
cf637a34
GM
24282007-10-28 Glenn Morris <rgm@gnu.org>
2429
2430 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2431 (byte-compile-warnings-safe-p): Handle `not'.
2432 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2433 (byte-compile-enable-warning): New functions.
2434 (byte-compile-eval-before-compile)
2435 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2436 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2437 but do not modify it.
2438 (byte-compile-eval, byte-compile-obsolete)
2439 (byte-compile-warn-about-unresolved-functions)
2440 (byte-compile-file-form-defvar)
2441 (byte-compile-file-form-custom-declare-variable)
2442 (byte-compile-file-form-require)
2443 (byte-compile-file-form-defmumble, byte-compile-lambda)
2444 (byte-compile-form, byte-compile-normal-call)
2445 (byte-compile-variable-ref, byte-compile-defvar)
2446 (byte-compile-make-variable-buffer-local):
2447 Use byte-compile-warning-enabled-p.
2448 * emacs-lisp/advice.el (ad-compile-function):
2449 Use byte-compile-disable-warning.
bdf5c7d9
GM
2450 * emacs-lisp/cl.el: Move local variables to end of file, and set
2451 byte-compile-warnings to `(not cl-functions)'.
cf637a34
GM
2452 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2453 byte-compile-warnings to `(not cl-functions)'.
2454 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2455 byte-compile-warnings to `(not cl-functions)'.
2456 (cl-do-proclaim): Use byte-compile-disable-warning and
2457 byte-compile-enable-warning.
2458 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2459 byte-compile-warnings to `(not cl-functions)'.
2460 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2461 Use byte-compile-disable-warning.
2462
a7f58f4b
DN
24632007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2464
2465 * cus-edit.el (custom-browse-insert-prefix):
2466 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2467
c48254fb
JB
24682007-10-28 Juanma Barranquero <lekktu@gmail.com>
2469
2470 * server.el (server-process-filter): Fix typo in docstring.
2471 (server-log): Reflow docstrings.
2472 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2473 (server-goto-line-column): Use `when'.
2474
72a69d7f
JL
24752007-10-28 Juri Linkov <juri@jurta.org>
2476
2477 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2478 when mouse is clicked on the isearch message.
2479 (isearch-resume): Call `isearch-update' at the end.
2480 Rename argument `search' to `string' to conform to the
2481 isearch terminology.
2482
e047f448
SM
24832007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 Rewrite abbrev.c in Elisp.
2486 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2487 (abbrev-table-get, abbrev-table-put, abbrev-get)
2488 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2489 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2490 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2491 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2492 (unexpand-abbrev, abbrev--write, abbrev--describe)
2493 (insert-abbrev-table-description, define-abbrev-table):
2494 New funs, largely transcribed from abbrev.c.
2495 (abbrev-with-wrapper-hook): New macro.
2496 (abbrev-table-name-list, global-abbrev-table)
2497 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2498 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2499 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2500 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2501 New vars, largely transcribed from abbrev.c.
2502 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2503 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2504 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2505
ccae01a6
VJL
25062007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2507
2508 * ps-print.el: Now detect if text foreground and background colors are
c48254fb 2509 equal and replace the foreground color by another color, so the text
ccae01a6
VJL
2510 becomes visible. Doc fix.
2511 (ps-print-version): New version 6.8.
2512 (ps-default-fg, ps-default-bg): Docstring fix.
2513 (ps-postscript-code-directory): Fix default value code.
2514 (ps-fg-list, ps-fg-validate-p): New options.
2515 (ps-foreground-list): New var.
2516 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2517
2161a8ac
GM
25182007-10-27 Glenn Morris <rgm@gnu.org>
2519
2520 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2521 (shell-dirtrack-toggle): Mark as obsolete.
2522 (dirtrack-toggle, dirtrack-mode): No longer alias to
2523 shell-dirtrack-mode.
2524
ecaf7186
JB
25252007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2526
2527 * calc/calc.el (math-standard-opers): Lower the precedence
2528 of negation.
2529 * calc/calc-lang.el (math-oper-table): Lower precedence of
2530 negation for C, TeX, and eqn.
2531
f83fb05a
DN
25322007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2533
2534 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2535
8f3f313d
JB
25362007-10-27 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2539 (desktop-not-loaded-hook): Fix :version tags.
2540
a4aeb9a4
MA
25412007-10-27 Michael Albinus <michael.albinus@gmx.de>
2542
2543 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2544 (tramp-get-remote-tmpdir): New defun.
2545 (tramp-make-tramp-temp-file): Use it.
2546 (tramp-local-call-process): New defun. Replace all calls of
2547 `call-process' by this when appropriate.
2548 (tramp-handle-write-region): Replace calls of `file-attributes' by
2549 `tramp-compat-file-attributes'.
2550 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2551 Make the first command a `tramp-send-command' call, with let-bind
2552 of `tramp-end-of-output'.
2553 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
f14ee802
JB
2554 (tramp-load-report-modules, tramp-append-tramp-buffers):
2555 Move to tramp-cmds.el.
a4aeb9a4
MA
2556
2557 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2558 (tramp-fish-do-copy-or-rename-file)
2559 (tramp-fish-do-copy-or-rename-file-directly):
2560 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2561 Add parameter PRESERVE-UID-GID.
2562
dca2168c
EZ
25632007-10-27 Eli Zaretskii <eliz@gnu.org>
2564
2565 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2566 New defcustoms.
2567 (display-time-world-list): Use them as appropriate for the current
2568 value of `system-type'.
2569
ebe4c710
VJL
25702007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2571
2572 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2573 Move (again) some variable definitions before use, define some fun
2574 aliases, no code change.
2575 (pr-version): New version 6.9.2.
2576 (pr-path-style, pr-auto-region, pr-menu-char-height)
2577 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2578 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2579 via (defvar VAR).
2580 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2581 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2582 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2583 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2584 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
ccae01a6 2585 (pr-menu-print-item, pr-ps-printer-menu-modified)
ebe4c710
VJL
2586 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2587 (pr-even-or-odd-alist): Vars definition moved.
2588
72229917
DN
25892007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2590
3fe5c37a
DN
2591 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2592 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2593 around uses of previous-line and next-line.
2594
f14ee802
JB
2595 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2596 New defvars.
3fe5c37a
DN
2597
2598 * textmodes/css-mode.el (comment-continue):
2599 * net/browse-url.el (url-handler-regexp):
f14ee802
JB
2600 * progmodes/idlw-help.el (idlwave-system-routines):
2601 Pacify byte-compiler.
3fe5c37a 2602
72229917 2603 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
f14ee802
JB
2604 line-move-invisible-p with its former definition: invisible-p.
2605 line-move-invisible-p was removed on 2007-08-29.
72229917 2606
6daab4ed
JB
26072007-10-26 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * files.el (kill-emacs-query-functions): Doc fix;
2610 `save-buffers-kill-emacs' is no longer bound to a key.
2611
9097e8af
RS
26122007-10-26 Richard Stallman <rms@gnu.org>
2613
2614 * isearch-multi.el (isearch-buffers-multi): New option.
2615 (isearch-buffers-search-fun): Test it.
2616
2617 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2618 Put ps-run-clear on C-c C-l.
2619
2620 * newcomment.el (comment-styles): New style indent-or-triple.
2621 (comment-style): Make that the default.
2622 (comment-add defvar): Doc fix.
2623 (comment-add): Delete arg EXTRA.
2624 (comment-region-default): Open code call to comment-add.
2625 Handle indent-or-triple style which uses `multi-char' for INDENT.
2626
622ce662
JB
26272007-10-26 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * eshell/em-unix.el (nil-blank-string): Doc fix.
2630
4990598e
JW
26312007-10-26 John Wiegley <johnw@newartisans.com>
2632
2633 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
622ce662 2634 function, ensure that the third argument is turned into a nil if
4990598e
JW
2635 the string is otherwise completely empty (either no characters, or
2636 all tabs/spaces). This fixes a bug from a user who found himself
2637 unable to customize `diff-switches' and still use Eshell's diff
2638 command.
2639
6a831405
GM
26402007-10-26 Glenn Morris <rgm@gnu.org>
2641
2642 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2643 safe-local-variable property.
2644
66dc1ca2
RS
26452007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2646
2647 * net/browse-url.el (browse-url-browser-function): Delete grail.
2648 (browse-url-grail): Function and variable deleted.
2649 (browse-url-browser-function): Delete IXI Mosaic.
2650 (browse-url-default-browser): Don't try IXI Mosaic.
2651 (browse-url-iximosaic): Function deleted.
2652 (browse-url-browser-function): Delete MMM.
2653 (browse-url-default-browser): Don't try MMM.
2654 (browse-url-mmm): Function deleted.
2655
26562007-10-26 Drew Adams <drew.adams@oracle.com>
2657
2658 * custom.el (custom-note-var-changed): New function.
2659
0bde6a03
DN
26602007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2661
2662 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
622ce662 2663 use with the definition. Remove.
0bde6a03
DN
2664
2665 * add-log.el (change-log-start-entry-re): New defconst.
2666 (change-log-sortable-date-at): Use it.
622ce662
JB
2667 (change-log-beginning-of-defun, change-log-end-of-defun):
2668 New functions.
0bde6a03
DN
2669 (change-log-mode): Use them for beginning-of-defun-function and
2670 end-of-defun-function.
2671
4eb3897c
JY
26722007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2673
2674 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
5aec60df 2675 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4eb3897c
JY
2676 (ses-recalculate-cell): Deal with point being just beyond end of
2677 data area (why does this happen?)
2678 (ses-set-curcell): Ditto.
2679 (ses-column-letter): Handle columns beyond 702. Code written by
2680 Gareth Rees.
2681
35a5d294
CD
26822007-10-25 Carsten Dominik <dominik@science.uva.nl>
2683
5aec60df
JB
2684 * textmodes/org.el (org-agenda-get-restriction-and-command):
2685 Use `mapc' instead of `mapcar'.
35a5d294
CD
2686 (org-agenda-list): Numeric prefix argument can specify the number
2687 of days.
2688 (remember-register, remember-buffer): Prevent byte compiler from
2689 complaining.
89be04af 2690 (org-todo): Save and restore match data.
429f0457
CD
2691 (org-no-warnings): New macro.
2692 (org-columns-eval): Use `org-no-warnings'.
35a5d294 2693
b68769f2
GM
26942007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2695
2696 * comint.el (comint-password-prompt-regexp):
2697 Handle `[sudo] password'-style prompt.
2698
26992007-10-25 Glenn Morris <rgm@gnu.org>
2700
2701 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2702 (defcustom): Doc fix.
2703
2704 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2705 Add `non_intrinsic'.
2706 (f90-constants-re): Add ieee modules.
2707 (f90-typedef-matcher, f90-typedec-matcher)
2708 (f90-imenu-type-matcher): New functions.
2709 (f90-font-lock-keywords-1): Give module procedures function-name face.
2710 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2711 Add `use, intrinsic'.
2712 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2713 Move start of `enum' blocks to separate entry.
2714 (f90-start-block-re): Fix `type', `abstract interface'.
2715 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2716 derived types.
2717 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2718 `elemental', change `enumerator'.
2719 (f90-no-block-limit): Fix `abstract interface'.
2720
2721 * progmodes/f90.el (f90-indented-comment-re)
2722 (f90-directive-comment-re, f90-break-delimiters):
2723 * progmodes/fortran.el (fortran-comment-line-start-skip)
2724 (fortran-directive-re):
2725 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2726 as safe if they are strings.
2727
70b8d0a4
SM
27282007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * startup.el (window-system): Remove. Don't make it frame-local.
2731
fdc90613 27322007-10-24 Richard Stallman <rms@gnu.org>
6fee106e 2733
fdc90613 2734 * savehist.el (savehist-save): Omit unreadable elements.
6fee106e 2735
1a59edfc 2736 * loadhist.el (unload-function-defs-list): Rename from
fdc90613
MB
2737 unload-function-features-list.
2738 (unload-feature-special-hooks, unload-feature): Doc fixes.
6fee106e 2739
fdc90613
MB
2740 * indent.el (indent-to-left-margin): If point's in the indentation,
2741 move to the end of the indentation.
6fee106e 2742
fdc90613 2743 * cus-edit.el (customize-changed-options): Make arg optional.
6fee106e 2744
fdc90613 27452007-10-24 Juanma Barranquero <lekktu@gmail.com>
6fee106e 2746
fdc90613 2747 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
6fee106e 2748
5656d1bf
DN
27492007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2750
2751 * textmodes/org-publish.el (org-publish-attachment): Re-install
2752 accidentally deleted change.
2753
d1886efb
SM
27542007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2757
392225ee
JB
27582007-10-24 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2761 (Buffer-menu-mode-map): Initialize in the declaration.
2762 (Buffer-menu-mode): Define with `define-derived-mode'.
2763
e6fc6b48
CD
27642007-10-24 Carsten Dominik <dominik@science.uva.nl>
2765
d1886efb
SM
2766 * textmodes/org.el (org-version): Change to 5.13e.
2767 (org-agenda-file-regexp): Fix typo in docstring.
2768 (org-add-planning-info): Fix bug in parenthesis settings.
392225ee 2769 (org-scan-tags): Catch the case of indirect buffers with no filename.
e6fc6b48 2770 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
d1886efb 2771 Re-install switch to mapc, had been removed by accident.
e6fc6b48 2772 (org-columns-map): New binding `C-c C-o'.
d1886efb
SM
2773 (org-columns-menu): Change menu text and added new entry.
2774 (org-columns-eval): Document the use of `next-line'.
e6fc6b48 2775 (org-columns-open-link): New function.
d1886efb 2776 (org-columns-follow-link): Remove function.
e6fc6b48 2777 (org-open-link-from-string): New function.
d1886efb 2778 (org-read-date-get-relative): Fix typo in docstring.
e6fc6b48
CD
2779 (org-read-date-get-relative): Leading +/- is not optional.
2780 (org-agenda-get-restriction-and-command): Always resize window on
2781 first loop cycle.
2782 (org-agenda-open-link): Make sure the link abbreviations are
2783 present in the agenda buffer.
2784 (org-agenda-copy-local-variable): New function.
2785
0b8dce84
SM
27862007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2789
eb3d6c67
SM
27902007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * simple.el (reindent-then-newline-and-indent): Use a `move after
2793 insert' kind of marker in the save-excursion.
2794
fdc90613 27952007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2796
fdc90613
MB
2797 * textmodes/css-mode.el: Require CL.
2798 (comment-continue): Declare.
6fee106e 2799
fdc90613
MB
2800 * subr.el (make-variable-frame-localizable): Remove.
2801 (make-variable-frame-local): Mark obsolete.
6fee106e 2802
fdc90613 28032007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2804
fdc90613
MB
2805 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2806 of the subdirs is unreadable.
6fee106e 2807
3bde9f24
MA
28082007-10-23 Michael Albinus <michael.albinus@gmx.de>
2809
2810 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2811 when we are local.
2812
d720f96e
SM
28132007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * progmodes/python.el (python-current-defun): Remove left-over
2816 assignment to `start'.
2817
368851a5
JB
28182007-10-23 Juanma Barranquero <lekktu@gmail.com>
2819
2820 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2821 than `mapcar'; return value is not used.
2822
700fb4ba
DN
28232007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2824
2825 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2826 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2827
de4032e9
JB
28282007-10-23 Juanma Barranquero <lekktu@gmail.com>
2829
2830 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2831 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2832
657e8332
DN
28332007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2834
de4032e9 2835 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
657e8332 2836
5eceba81
JB
28372007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2838
2839 * emacs-lisp/advice.el (ad-make-advised-docstring):
2840 Add ad-advice-info text property to doc string.
2841
a4430c3a
GM
28422007-10-23 Glenn Morris <rgm@gnu.org>
2843
b404cf7b
GM
2844 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2845 (f90-type-indent, f90-program-indent, f90-associate-indent)
2846 (f90-continuation-indent, f90-comment-region)
2847 (f90-beginning-ampersand, f90-smart-end)
2848 (f90-break-before-delimiters, f90-auto-keyword-case)
2849 (f90-leave-line-no, f90-mode-hook):
2850 Give an appropriate safe-local-variable property.
2851
a4430c3a
GM
2852 * progmodes/fortran.el (fortran-tab-mode-default)
2853 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2854 (fortran-structure-indent, fortran-continuation-indent)
2855 (fortran-comment-indent, fortran-comment-line-extra-indent)
2856 (fortran-comment-line-start)
2857 (fortran-minimum-statement-indent-fixed)
2858 (fortran-minimum-statement-indent-tab)
2859 (fortran-comment-indent-char, fortran-line-number-indent)
2860 (fortran-check-all-num-for-matching-do)
2861 (fortran-blink-matching-if, fortran-continuation-string)
2862 (fortran-comment-region, fortran-electric-line-number)
2863 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2864 (fortran-analyze-depth, fortran-break-before-delimiters):
2865 Give an appropriate safe-local-variable property.
2866
32707f05
DN
28672007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2868
2869 * printing.el: Move variable definitions before use.
2870 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2871
fdc90613 28722007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 2873
fdc90613
MB
2874 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2875 (tpu-edt-off): Use it.
2876 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2877 the global-map before adding it to global-map.
6fee106e 2878
fdc90613
MB
2879 * menu-bar.el (global-buffers-menu-map): New var.
2880 (global-map, menu-bar-update-buffers): Use it.
2881 * msb.el (msb-menu-bar-update-buffers): Use it.
2882 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2883 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
6fee106e 2884 Use with-current-buffer.
6fee106e 2885
73b27641
JL
28862007-10-22 Juri Linkov <juri@jurta.org>
2887
2888 * isearch-multi.el: New file.
2889
2890 * isearch.el (isearch-search-string): After finding the next
2891 occurrence switch to buffer isearch-buffers-current-buffer when
2892 isearch-buffers-next-buffer-function is non-nil and
2893 isearch-buffers-current-buffer is live.
2894
2895 * add-log.el (change-log-mode): Make and set buffer-local variable
2896 isearch-buffers-next-buffer-function to change-log-next-buffer.
2897 Call isearch-buffers-minor-mode.
2898 (change-log-next-buffer): New function.
2899
69c2d914
JW
29002007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2901
01823b77 2902 * org-export-latex.el (org-export-latex-protect-string):
1a59edfc 2903 Renaming of `org-latex-protect'.
01823b77 2904 (org-export-latex-emphasis-alist): By default, don't protect
1a59edfc
SM
2905 any emphasis formatter from further conversion.
2906 (org-export-latex-tables): Honor column grouping for tables.
69c2d914 2907 (org-export-latex-title-command): New option.
1a59edfc
SM
2908 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2909 export backslash character.
69c2d914 2910
03f3cf35
JW
29112007-10-22 Carsten Dominik <dominik@science.uva.nl>
2912
93137d49 2913 * textmodes/org.el (org-read-date-get-relative): New function.
03f3cf35
JW
2914 (org-agenda-file-regexp): New variable.
2915 (org-agenda-files): Allow directories in the variable.
2916 (org-agenda-get-restriction-and-command): New function.
2917 (org-agenda): Use `org-agenda-get-restriction-and-command'.
8b296cdd 2918 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
03f3cf35
JW
2919 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2920 New functions.
2921 (org-entry-add-to-multivalued-property)
2922 (org-entry-remove-from-multivalued-property)
2923 (org-entry-member-in-multivalued-property): New functions.
2924 (org-remember-apply-template): Catch C-g and make sure window
2925 configuration is restored.
8b296cdd 2926 (org-agenda-open-link): Make it work with several links in the line.
03f3cf35 2927 (org-drawers, org-set-regexps-and-options)
8b296cdd 2928 (org-get-current-options): Add support for a DRAWERS in-buffer option.
03f3cf35
JW
2929 (org-agenda-window-frame-fractions): New option.
2930 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2931 (org-columns-cleanup-item, org-find-entry-with-id)
2932 (org-insert-columns-dblock, org-listtable-to-string)
2933 (org-dblock-write:columnview, org-columns-capture-view)
2934 (org-edit-headline): New functions.
2935 (org-agenda-to-appt): Require calendar.
2936 (org-entry-get-with-inheritance): Widen for search.
2937 (org-columns-display-here): Don't mark buffer as modified when
2938 adding space characters to accomodate column overlays.
2939 (org-export-as-html): Better formatting of tags in the toc.
8b296cdd 2940 (org-columns-display-here): Make the ITEM column as compact as possible.
03f3cf35
JW
2941 (org-remember-templates): Customization interface improved.
2942 (org-export-with-property-drawer): Variable removed.
2943 (org-export-with-drawers): New option.
2944 (org-complex-heading-regexp): New variable.
2945 (org-sort-entries): Rewrite using `sort-subr'.
8b296cdd 2946 (org-set-property): More appropriate completion during interactive use.
03f3cf35 2947 (org-sort-entries): Allow sorting by property.
8b296cdd
JB
2948 (org-additional-option-like-keywords): Add more values.
2949 (org-sort-entries-or-items): Rename from `org-sort-entries'.
03f3cf35
JW
2950
29512007-10-22 Carsten Dominik <dominik@science.uva.nl>
2952
93137d49 2953 * textmodes/org.el (org-get-date-from-calendar): New function.
03f3cf35
JW
2954 (org-at-timestamp-p, org-timestamp-change)
2955 (org-remember-templates): First element of each entry is now a
2956 name for the template.
2957 (org-store-log-note): Check for `org-note-abort'.
2958 (org-kill-note-or-show-branches): New command.
2959 (org-fontify-priorities): New option.
2960 (org-fontify-priorities): New function.
2961 (org-cut-subtree, org-copy-subtree): New argument N to
2962 act on N sequential subtrees.
2963 (org-paste-subtree): Fix the level at which a tree is pasted.
2964 (org-fit-agenda-window): Limitations on window size removed.
8b296cdd
JB
2965 (org-agenda-find-same-or-today-or-agenda): Rename from
2966 `org-agenda-find-today-or-agenda'.
03f3cf35
JW
2967 (org-scheduled-past-days): New option.
2968 (org-agenda-scheduled-leaders)
2969 (org-agenda-deadline-leaders): New options.
2970 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2971 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2972 (org-export-with-tags, org-export-plist-vars)
2973 (org-infile-export-plist): New "tags" option.
2974 (org-use-property-inheritance): New option.
2975 (org-cached-entry-get): Use `org-use-property-inheritance'.
8b296cdd 2976 (org-remember-apply-template): Fix typo.
03f3cf35 2977
7e780ff1
MA
29782007-10-22 Michael Albinus <michael.albinus@gmx.de>
2979
2980 * net/tramp.el (tramp-find-shell)
2981 (tramp-open-connection-setup-interactive-shell): Improve sending
2982 initial commands.
2983 (tramp-action-terminal): Send debug message.
8b296cdd 2984 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
7e780ff1
MA
2985 (tramp-barf-if-no-shell-prompt): Insert code of
2986 `tramp-wait-for-shell-prompt'.
2987
4cbe2739
SM
29882007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2989
916e6880
SM
2990 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2991
4cbe2739
SM
2992 * term/vt200.el (terminal-init-vt200):
2993 * term/vt201.el (terminal-init-vt201):
2994 * term/vt220.el (terminal-init-vt220):
2995 * term/vt240.el (terminal-init-vt240):
2996 * term/vt300.el (terminal-init-vt300):
2997 * term/vt320.el (terminal-init-vt320):
2998 * term/vt400.el (terminal-init-vt400):
2999 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3000
3001 * term/wyse50.el (wyse50-terminal-map): New var.
3002 (terminal-init-wyse50): Use it and input-decode-map.
3003 (enable-arrow-keys): Emasculate.
3004
3005 * term/tvi970.el (tvi970-terminal-map): New var.
3006 (terminal-init-tvi970): Use it and input-decode-map.
3007 (tvi970-keypad-numeric): Remove.
3008 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3009
3010 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3011 (terminal-init-sun): Use it and input-decode-map.
3012
3013 * term/news.el (terminal-init-news):
3014 * term/lk201.el (terminal-init-lk201):
3015 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3016
e4a7fe73 30172007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
da3e76dc
JB
3018
3019 * complete.el (PC-expand-many-files): Remove.
3020 (PC-do-completion): Call file-expand-wildcards instead of
3021 PC-expand-many-files.
3022
3023 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3024 (PC-expand-many-files): Remove advice.
3025
d4654cff
GM
30262007-10-22 Glenn Morris <rgm@gnu.org>
3027
3028 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
5ab33946
GM
3029 Add some support for Fortran 2003 syntax:
3030 (f90-type-indent): Now also applies to `enum'.
3031 (f90-associate-indent): New user option.
3032 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3033 Add some F2003 keywords.
3034 (f90-constants-re): New constant.
3035 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3036 Interface'.
3037 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3038 `class'. Arguments for `type'/`class' may have spaces. Add a new
3039 element for functions with specified types. Add `end enum' and
4cbe2739
SM
3040 `select type'. Add `implicit enumerator' and `procedure'.
3041 Add `class default' and `type is', `class is'. Fix `go to' regexp.
5ab33946
GM
3042 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3043 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3044 (f90-blocks-re): Add `enum' and `associate'.
3045 (f90-else-like-re): Add `class is', `type is', and `class default'.
3046 (f90-end-type-re): Add `enum'.
3047 (f90-end-associate-re, f90-typeis-re): New constants.
3048 (f90-end-block-re): Add `enum' and `associate'. Change from
3049 optional whitespace to end-of-word, to avoid `enumerator'.
3050 (f90-start-block-re): Add `select type', `abstract interface', and
3051 `enum'. Avoid `type is', and `type (sometype)'.
3052 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3053 (f90-mode): Doc fix.
3054 (f90-looking-at-select-case): Doc fix. Add `select type'.
e4a7fe73 3055 (f90-looking-at-associate): New function.
5ab33946
GM
3056 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3057 Add `enum' and `abstract interface'.
3058 (f90-no-block-limit): Add `select type' and `abstract interface'.
3059 (f90-get-correct-indent, f90-calculate-indent)
3060 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
602d8678 3061 (f90-indent-region, f90-match-end): Handle `associate' blocks.
d4654cff 3062
ca03b5a9
GM
30632007-10-22 Martin Rudalics <rudalics@gmx.at>
3064
3065 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3066 Use window-full-width-p.
3067
46447ab3
DN
30682007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3069
3070 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3071
3072 * tooltip.el: Use featurep 'xemacs.
3073
602d8678 3074 * printing.el: Move variable definitions before use, no code change.
46447ab3 3075
b38fc7f1
JL
30762007-10-22 Juri Linkov <juri@jurta.org>
3077
3078 * simple.el (goto-history-element): Allow minibuffer-default to be
3079 a list of default values accessible by typing M-n in the minibuffer.
3080
5420b514
JL
3081 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3082 minibuffer default value list instead of pushing them temporarily
3083 to the history list.
3084
fdc90613 30852007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 3086
fdc90613 3087 * hexl.el (hexl-menu): New major mode menu.
6fee106e 3088
538a93d8
SM
30892007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3092
3cd79f62
DN
30932007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3094
538a93d8 3095 * w32-fns.el (w32-quote-process-args):
200fe89b
DN
3096 * dos-w32.el (print-region-function, lpr-headers-switches)
3097 (ps-print-region-function): Pacify byte-compiler.
3098
f8246027 3099 * emulation/edt-mapper.el (function-key-map):
538a93d8
SM
3100 (edt-map-key): Make it a function instead of using fset.
3101 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
f8246027
DN
3102 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3103 (edt-x-emacs-p): Remove.
538a93d8 3104 (edt-emacs-variant, edt-window-system, edt-xserver):
f8246027
DN
3105 Use featurep 'xemacs.
3106
3107 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3108 Replace eudc-xemacs-p with its definition.
3109 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3110 (eudc-emacs-mule-p): Remove.
3111 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3112 eudc-xemacs-p with feature tests.
3113
3114 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3115 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3116 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
538a93d8
SM
3117 (eudc-bob-toggle-inline-display):
3118 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3119 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
f8246027 3120
538a93d8
SM
3121 * net/eudcb-ph.el (eudc-ph-open-session):
3122 Replace eudc-xemacs-mule-p with its former definition.
f8246027
DN
3123
3124 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
538a93d8 3125 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
f8246027 3126
538a93d8
SM
3127 * progmodes/vera-mode.el (vera-xemacs): Remove.
3128 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
f8246027
DN
3129
3130 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3131 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3132 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3133 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3134 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3135 with (featurep 'xemacs).
3136
3137 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
538a93d8
SM
3138 (save-buffer-state-x):
3139 * obsolete/fast-lock.el (fast-lock-verbose):
f8246027 3140 * emulation/viper-init.el (viper-xemacs-p)
538a93d8
SM
3141 (viper-cond-compile-for-xemacs-or-emacs):
3142 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3143 * ps-print.el (case-fold-search):
3144 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
f8246027
DN
3145 * calculator.el (calculator-help): Use featurep 'xemacs.
3146
3cd79f62 3147 * progmodes/prolog.el: Undo previous change.
538a93d8 3148 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3cd79f62
DN
3149
3150 * progmodes/dcl-mode.el:
3151 * play/yow.el:
3152 * calendar/todo-mode.el:
3153 * calendar/cal-hebrew.el:
3154 * vc-hg.el: Undo previous change.
538a93d8 3155
3cd79f62
DN
3156 * vms-patch.el: Likewise.
3157 (print-region-function): Pacify byte-compiler.
3158
5b2e628f
MA
31592007-10-21 Michael Albinus <michael.albinus@gmx.de>
3160
3161 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3162 preserve-uid-gid.
3163
3164 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3165 compatibility. It is not used, though.
3166
9c13938d
MA
3167 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3168 Require tramp-cmds.el.
3169 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3170 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3171 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3172 (tramp-do-copy-or-rename-file-out-of-band)
3173 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3174 possible, because we don't need to create the temporary file, but
538a93d8 3175 we need a prefix for ssh, which has its own temporary file handling.
9c13938d
MA
3176 (tramp-handle-delete-directory): Add "-f" to rmdir.
3177 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3178 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3179 a signal, in order to give the callee a chance to suppress.
3180 (tramp-handle-write-region): Set owner also in case of short
3181 track. Don't use compatibility calls for `write-region' anymore.
3182 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3183 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3184
3185 * net/tramp-cmds.el: New file.
3186
3187 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3188 `tramp-clear-passwd'.
3189
3190 * net/trampver.el: Update release number.
3191
2f42c75f
DN
31922007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * progmodes/gud.el (gud-target-name): Move definition before use.
3195
3196 * progmodes/dcl-mode.el: Require imenu at compile time.
3197
538a93d8
SM
3198 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3199 Pacify byte-compiler.
2f42c75f 3200
538a93d8 3201 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2f42c75f 3202
538a93d8
SM
3203 * eshell/esh-mode.el (eshell-handle-ansi-color):
3204 Require ansi-color at compile time too.
2f42c75f 3205
ba63d441 3206 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2f42c75f
DN
3207
3208 * w32-fns.el: Require w32-vars.
3209
3210 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3211 time too.
3212
c46f60a8
SM
32132007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3214
538a93d8 3215 * double.el ([ignore]): Use `ignore'.
c46f60a8
SM
3216 (double-setup): Inline into double-mode.
3217 (double-mode): Use define-minor-mode.
3218
729f1525
DN
32192007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * textmodes/reftex.el: Move require easymenu before first use.
3222 (reftex-info): Require info at compile too.
3223
3224 * textmodes/org-publish.el (org-publish-org-to-html)
3225 (org-publish-org-to): Require org at compile time too.
3226 (org-publish-attachment): Require at compile time too.
3227
c46f60a8
SM
3228 * term/tty-colors.el (w32-tty-standard-colors):
3229 Pacify byte-compiler.
729f1525
DN
3230
3231 * term/pc-win.el (frame-creation-function-alist): Add to this
3232 instead of setting frame-creation-function.
3233
3234 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3235
c46f60a8 3236 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
729f1525
DN
3237
3238 * calendar/todo-mode.el: Require calendar at compile time.
3239
3b0664df 3240 * calendar/cal-hebrew.el: Require holidays at compile time.
729f1525
DN
3241
3242 * w32-vars.el: Provide w32-vars.
3243
3244 * term/w32-win.el: Require w32-vars.
3245 (w32-color-map): Pacify byte-compiler.
3246
ba63d441 3247 * loadup.el: Load w32-vars before term/w32-win.
729f1525 3248
64b53a1f
JL
32492007-10-20 Juri Linkov <juri@jurta.org>
3250
3251 * textmodes/fill.el (fill-paragraph): When the region is active,
3252 don't try other `or' branches regardless of the value returned by
3253 fill-region; just return t.
3254
e0752dd7
ER
32552007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3256
3257 * vc.el (vc-do-command): Condition out a misleading message when
3258 running asynchronously.
ccd9fab6 3259 (vc-deduce-fileset): New argument enables using an unregistered
675007bc 3260 visited file as a singleton fileset if nothing else is available.
ccd9fab6 3261 (vc-next-action): Restore file-registering behavior.
e0752dd7 3262
437806ed
JB
32632007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3264
3265 * calc/README: Add recent news.
3266
97546017
DN
32672007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3268
3269 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3270 (x-gtk-map-stock): Delete duplicated definitions from merge.
3271
97546017 3272 * progmodes/compile.el (compilation-skip-to-next-location)
ba63d441
JB
3273 (compilation-skip-threshold, compilation-skip-visited):
3274 Move definitions earlier.
97546017 3275
d5d1f5fd 3276 * play/decipher.el (decipher-keypress):
97546017
DN
3277 * play/zone.el (zone-fall-through-ws):
3278 * play/landmark.el (lm-move-down, lm-move-up):
3279 * play/handwrite.el (handwrite):
3280 * mail/mspools.el (mspools-visit-spool):
3281 * wdired.el (wdired-next-line, wdired-previous-line):
3282 * tar-mode.el (tar-subfile-save-buffer):
3283 * scroll-lock.el (scroll-lock-next-line)
3284 (scroll-lock-previous-line):
3285 * image-dired.el (image-dired-next-line)
3286 (image-dired-previous-line):
ba63d441
JB
3287 * ediff-help.el (ediff-help-message-line-length):
3288 Use forward-line.
97546017
DN
3289
3290 * smerge-mode.el (smerge-auto-refine):
3291 * diff-mode.el (diff-auto-refine): Add :group.
3292
3293 * play/yow.el: Require doctor at compile time.
3294
3295 * vmsproc.el: Provide vmsproc.
3296 (command-send-input): Use forward-line.
3297
3298 * vms-patch.el: Require ps-print and vmsproc at compile time.
3299
3300 * vc-mtn.el (log-view-message-re, log-view-file-re)
3301 (log-view-font-lock-keywords): Pacify byte-compiler.
3302
3303 * vc-hg.el: Require log-view at compile time.
3304
dce693f8
ER
33052007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3306
3307 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3308
dd026a6a
GM
33092007-10-20 Glenn Morris <rgm@gnu.org>
3310
3311 * progmodes/f90.el (f90-font-lock-keywords-2)
3312 (f90-looking-at-type-like): Fix regexp typos.
3313
1dd743c9
JB
33142007-10-19 Juanma Barranquero <lekktu@gmail.com>
3315
74a6d927 3316 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5c742460 3317 (bs-mode): Set mode-class property to special.
74a6d927 3318
2659df68
SM
33192007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * diff-mode.el (diff-auto-refine): New var.
3322 (diff-hunk): Use it.
3323 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3324 (diff-refine-change): Rename from diff-fine-change. Change it.
3325 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3326 (diff-refine-hunk): Rename from diff-fine-highlight.
3327
83ea5543
JPW
33282007-10-20 John Paul Wallington <jpw@pobox.com>
3329
3330 * help-fns.el (describe-variable-custom-version-info): New function
3331 to return variable's version or package version note.
3332 (describe-variable): Use it, display result.
3333
54a2247d
SM
33342007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3335
2daf4bc6
SM
3336 * smerge-mode.el (smerge-auto-refine): New var.
3337 (smerge-next, smerge-prev): Use it.
3338 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3339
cc349341
SM
3340 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3341 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3342
54a2247d
SM
3343 * vc-bzr.el (vc-bzr-diff-tree):
3344 * vc-git.el (vc-git-diff-tree):
3345 * vc-hg.el (vc-hg-diff-tree):
3346 * vc-mcvs.el (vc-mcvs-diff-tree):
3347 * vc-mtn.el (vc-mtn-diff-tree):
3348 * vc-svn.el (vc-svn-diff-tree): Remove.
3349
844b90ae
SM
3350 * vc-mtn.el (vc-mtn-revision-completion-table):
3351 * vc-cvs.el (vc-cvs-revision-completion-table):
3352 * vc-arch.el (vc-arch-revision-completion-table):
87d1a48e 3353 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
9f11ce4e 3354 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
844b90ae 3355 Make it work when the arg is a list of files.
a44d450b 3356
a7192ddb
SM
33572007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3360 Also `revision-completion-table' now takes a list of files.
3361 (vc-deduce-fileset): Remove unused var `regexp'.
3362 Only obey allow-directory-wildcard in dired buffers.
3363 (vc-default-diff-tree): Remove.
3364 (vc-diff-added-files): New var.
3365 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3366 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3367 Remove the `backend' arg.
3368 (vc-contains-version-controlled-file): Remove.
3369 (vc-diff): Bring it closer to the version in Emacs-22.
3370 (vc-revert): Fix typo in let-binding.
3371 (vc-default-unregister): Remove.
3372 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3373
7caf6803
DN
33742007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3375
3376 * textmodes/two-column.el (2C-split, 2C-merge):
3377 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3378 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3379 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3380 * progmodes/ada-xref.el (ada-get-all-references):
3381 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3382 * emulation/vi.el (vi-previous-line-first-nonwhite)
3383 (vi-effective-range, vi-put-before):
3384 * emulation/edt.el (edt-next-line, edt-previous-line)
3385 (edt-paragraph-forward): Use forward-line.
3386
3387 * progmodes/etags.el (tags-apropos): Require apropos at compile
3388 time too.
3389
3390 * progmodes/prolog.el: Require comint when compiling.
3391 (inferior-prolog-flavor): Move defvar before use.
3392
35a46c5c
RS
33932007-10-19 Richard Stallman <rms@gnu.org>
3394
3395 * font-core.el (turn-on-font-lock-if-desired):
a7192ddb 3396 Rename from `turn-on-font-lock-if-enabled'.
35a46c5c
RS
3397 Fully obey `font-lock-global-modes'.
3398
cd62539f
SM
33992007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3400
8872469d
SM
3401 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3402 which will not affect the behavior of things like forward-word.
3403 (diff-fine-highlight): Preserve point.
3404
eb8d0216
SM
3405 * doc-view.el (doc-view-mode-map): Use remapping.
3406 Don't rebind C-v, M-v to their default value.
3407 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3408
cd62539f
SM
3409 * smerge-mode.el: Add word-granularity refinement.
3410 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3411 (smerge-refine-weight-hack): New vars.
3412 (smerge-refine-forward): New fun.
3413 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3414 (smerge-refine-subst): Use them as well. Preserve point.
3415
d66d6ac0
JB
34162007-10-19 Juanma Barranquero <lekktu@gmail.com>
3417
fc779383
JB
3418 * follow.el (follow-unload-function): New function.
3419
d66d6ac0
JB
3420 * loadhist.el (unload-function-features-list):
3421 Rename from `unload-hook-features-list'.
3422 (unload-hook-features-list): Add as obsolete alias.
3423 (unload-feature): Use `unload-function-features-list'
3424 and new FEATURE-unload-function.
3425
7e4e9c66
GM
34262007-10-19 Glenn Morris <rgm@gnu.org>
3427
3428 * bindings.el (mouse-minor-mode-menu)
3429 (minor-mode-menu-from-indicator): Move to mouse.el.
3430 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
d66d6ac0 3431 Move here from bindings.el.
7e4e9c66 3432
07894d42
RS
34332007-10-19 Richard Stallman <rms@gnu.org>
3434
3435 * help-fns.el (describe-function-1): Don't use the advice origname
3436 if it has no function definition.
3437
bd316474
KY
34382007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3439
3440 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3441 Use `save-restriction' rather than `widen'.
3442
658dcd47
RS
34432007-10-18 Richard Stallman <rms@gnu.org>
3444
3445 * time.el (display-time-world-time-format): Display day # not month #.
3446
c9a9a5e3
RS
34472007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3448
9a905782
RS
3449 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3450
c9a9a5e3
RS
3451 * doc-view.el: Remove version keyword.
3452 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3453 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3454 (doc-view-ghostscript-options): Improve custom type.
3455 (doc-view-cache-directory, doc-view-conversion-buffer)
3456 (doc-view-conversion-refresh-interval): Simplify custom type.
3457
d27180ec
RS
34582007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3459
3460 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3461 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3462 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
d66d6ac0
JB
3463 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3464 Remove superfluous messages.
3465 (doc-view-mode-map): Use the image-mode scrolling commands.
3466 Don't rebind C-x k.
414dd971 3467
6a658a30
RS
34682007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3469
3470 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3471 Add comment about "-dSAFER".
3472
1bb5ab89
SM
34732007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3474
4387d9f4
SM
3475 * term/xterm.el: Don't require xt-mouse.
3476 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3477 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3478
af020a04
SM
3479 * xt-mouse.el: Don't change the global function-key-map anny more.
3480 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3481 Don't use after-make-frame-functions now that term/xterm.el calls
3482 us directly.
3483 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3484 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3485 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3486 Setup input-decode-map and remember that xterm-mouse-mode was
3487 enabled in this terminal.
3488 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3489 terminals where it has been enabled.
3490
8782c744
SM
3491 * faces.el (tty-create-frame-with-faces): Make sure not only
3492 tty-run-terminal-initialization but also set-locale-environment
3493 are run only once per terminal.
3494 (tty-run-terminal-initialization): Don't check if the terminal was
3495 already initted.
3496
1bb5ab89
SM
3497 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3498 not to remove keymaps that just happen to inherit from one of ours.
3499 When setting up our keymap, make sure it won't be accidentally
3500 modified by someone else.
3501
cb7bddf6
TTN
35022007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3503
3504 * textmodes/artist.el (artist-previous-line, artist-next-line):
e82a724f 3505 * dired.el (dired-next-line, dired-previous-line):
e73ea842
TTN
3506 * progmodes/delphi.el (delphi-newline):
3507 * textmodes/org.el (org-columns-eval):
cb7bddf6
TTN
3508 Use forward-line.
3509
de3cc816
TTN
3510 * emerge.el (emerge-setup): Use insert-buffer-substring.
3511 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3512
3e4dfbb6
JB
35132007-10-18 Juanma Barranquero <lekktu@gmail.com>
3514
3515 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3516 (adaptive-fill-function): Doc fix. Remove * from docstring.
3517
35182007-10-18 Tom Horsley <tom.horsley@att.net>
d4cb4833
GM
3519
3520 * simple.el (interprogram-paste-function): Doc fix.
3521 (current-kill): Accept list of strings as well
3522 as single string from `interprogram-paste-function'.
3523
4fbd8ec3
GM
35242007-10-18 Glenn Morris <rgm@gnu.org>
3525
3526 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3527
fe1afc9b
GM
35282007-10-18 Drew Adams <drew.adams@oracle.com>
3529
3530 * bindings.el (mode-line-minor-mode-keymap):
3531 Add mouse-minor-mode-menu on mouse-1.
3532 (mode-line-modes): Add mouse-1 to help-echo text.
3533 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3534 New functions.
3535 (mode-line-minor-mode-help): Doc fix.
3536
8dd4830b
JL
35372007-10-17 Juri Linkov <juri@jurta.org>
3538
3539 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3540 at the request of RMS.
3541 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3542 arg `region'. Fix docstring. At the first `or' branch add call to
3543 `fill-region' if it the region is active in transient-mark-mode.
3544
3545 * bindings.el (esc-map): Bind M-q to fill-paragraph
3546 instead of fill-paragraph-or-region.
3547
3548 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3549 with fill-paragraph.
3550
3551 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3552 Fix docstring.
3553
3554 * indent.el (indent-for-tab-command): Change interactive spec from
3555 "P" to "p". Add check for interactive arg before indenting the
3556 active region.
3557
3558 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3559 Regroup.
3560
b5307e9c
JB
35612007-10-17 Juanma Barranquero <lekktu@gmail.com>
3562
77f698ef
JB
3563 * emacs-lisp/find-func.el: Don't require loadhist.
3564
b5307e9c
JB
3565 * loadhist.el (feature-symbols, file-provides, file-requires)
3566 (file-set-intersect, file-dependents): Simplify.
3567 (unload-feature-special-hooks): Update list of special hooks.
3568
640602f7
RS
35692007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3570
3571 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3572 extensions since they can be viewed with doc-view.
3573
3574 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3575 for pdf, ps and dvi files.
3576
3577 * doc-view.el: Make doc-view-mode the standard mode for viewing
3578 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3579 text and image display. Add binding C-c C-e to switch to an
3580 editing mode.
3581 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
b5307e9c 3582 avoid security problems when rendering files from untrusted sources.
640602f7 3583
57581fcc
VJL
35842007-10-17 Aaron Hawley <aaronh@garden.org>
3585
3586 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3587 position is not saved.
3588
4b378e75
RS
35892007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3590
3591 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3592 (doc-view-ghostscript-options): Fix typo in doc string.
3593
17f3909f
SM
35942007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3595
77041513
SM
3596 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3597 handling, so compilation-fake-loc works again.
3598
1a4a884c
SM
3599 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3600 (server-process-filter): Revert last change.
3601
17f3909f
SM
3602 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3603 behavior unrelated to filesets.
3604
cdbd4b4b
CY
36052007-10-17 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * longlines.el (longlines-wrap-follows-window-size): Integer value
3608 specifies wrapping margin.
17f3909f
SM
3609 (longlines-mode, longlines-window-change-function):
3610 Set window-specific wrapping margin based on the above.
cdbd4b4b 3611
902fa837
CY
36122007-10-17 John Wiegley <johnw@newartisans.com>
3613
3614 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3615
8a3a4fd3
DN
36162007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3617
3618 * server.el (server-process-filter): Only set display if X11 is
3619 supported.
3620
f3523b17
GM
36212007-10-17 Glenn Morris <rgm@gnu.org>
3622
17f3909f
SM
3623 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3624 Tweak regexp to avoid stack overflow.
f3523b17 3625
4144e15e
SM
36262007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * simple.el (reindent-then-newline-and-indent): Don't assume that
3629 indent-according-to-mode preserves point.
3630
e749f576
JB
36312007-10-16 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3634 (bs--nth-wrapper): Simplify.
3635 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3636 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3637 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3638 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3639 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3640 (bs-configurations, bs-default-configuration)
3641 (bs-alternative-configuration, bs-cycle-configuration-name)
3642 (bs-string-show-always, bs-string-show-never, bs-string-current)
3643 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3644 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3645 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3646 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3647 (bs--window-config-coming-from): Revert 2006-11-09 change.
3648 (bs--restore-window-config): Keep the selected frame.
3649 (bs--track-window-changes, bs--remove-hooks): New functions.
3650 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3651 (bs--create-header): Remove.
3652 (bs--create-header-line): New function, based on `bs--create-header'.
3653 (bs--show-header): Use `bs--create-header-line'.
3654 (bs--show-with-configuration): Revert 2006-11-09 change.
3655 Don't reuse window unless it is visible on the selected frame.
3656 Restore window configuration (possibly in a different frame)
3657 before creating any window.
3658
bf825c62
GM
36592007-10-16 Glenn Morris <rgm@gnu.org>
3660
3661 * simple.el (blink-matching-open): Don't report false errors with
3662 the `$' syntax class.
3663
745dc723
RS
36642007-10-16 Richard Stallman <rms@gnu.org>
3665
3666 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3667 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3668 (ad-is-advised, ad-get-advice-info-field)
3669 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3670
6e5d0e9e
SM
36712007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3674 (vc-default-working-revision): Compatibility for backends.
3675
095aa9cd
JB
36762007-10-15 Juanma Barranquero <lekktu@gmail.com>
3677
3678 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3679 (filesets-ormap, filesets-sort-case-sensitive-flag)
3680 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3681 Fix typos in docstrings.
3682 (filesets-conditional-sort, filesets-find-or-display-file)
3683 (filesets-data-get-name, filesets-data-get-data)
3684 (filesets-data-set, filesets-cmd-query-replace-getargs)
3685 (filesets-ingroup-collect): Doc fixes.
3686
78205dab
SS
36872007-10-15 Sam Steingold <sds@gnu.org>
3688
3689 * mail/sendmail.el (sendmail-error-reporting-interactive)
3690 (sendmail-error-reporting-non-interactive): New variables for
3691 sendmail error reporting options to simplify support for imperfect
3692 sendmail emulators.
3693 (sendmail-send-it): Use them instead of list literals.
3694
0c2ab389
JB
36952007-10-15 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * help-fns.el: Revert previous change; it creates a
3698 dependency loop between advice.el and help-fns.el.
3699
20beebfe
JB
37002007-10-15 Juanma Barranquero <lekktu@gmail.com>
3701
3702 * help-fns.el: Require advice when compiling.
3703
0fbd1f76
RS
37042007-10-14 Drew Adams <drew.adams@oracle.com>
3705
3706 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3707 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3708 (ring-next, ring-previous): New functions.
3709
72a20032
RS
37102007-10-14 Richard Stallman <rms@gnu.org>
3711
3712 * emacs-lisp/advice.el (documentation): Advice deleted.
3713 Doc for advised functions is now handled at C level.
72a20032
RS
3714 (ad-stop-advice, ad-start-advice): Don't enable or disable
3715 advice for `documentation'.
3716 (ad-advised-definition-docstring-regexp): Var deleted.
3717 (ad-make-advised-definition-docstring): Store orig name
3718 as text property of string.
3719 (ad-advised-definition-p): Check for text property of docstring.
3720
3721 * help-fns.el (describe-function-1): Find source of advised functions.
3722
09723615
JL
37232007-10-14 Juri Linkov <juri@jurta.org>
3724
3725 * faces.el (describe-face): Allow handling a string as the face name.
3726
3727 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3728 active region in transient-mark-mode.
3729 (ispell-region): Change messages displayed at the start and end of
3730 the spell-checking to be the same.
3731
3732 * startup.el (fancy-startup-tail): Say exactly what does the button
3733 dismiss ("Dismiss this startup screen"). Use text "Never show
3734 it again" for the checkbox after this button.
3735 (fancy-startup-screen, fancy-about-screen): Put point before the
3736 first link, so the user can quickly select links with the keyboard.
3737 (normal-mouse-startup-screen): Add more useful text describing how
3738 to follow a link.
3739
9099b373
GM
37402007-10-14 Glenn Morris <rgm@gnu.org>
3741
3742 * progmodes/etags.el (select-tags-table): Disable undo in the
3743 `*Tags Table List*' buffer.
3744
2140d97e
EZ
37452007-10-13 Eli Zaretskii <eliz@gnu.org>
3746
3747 * dired.el (dired-warn-writable): New face.
3748 (dired-warn-writable-face): New variable.
3749 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3750 of dired-warning-face, for group- and world-writable files.
3751
b2529d56
MB
37522007-10-13 Richard Stallman <rms@gnu.org>
3753
3754 * files.el (directory-abbrev-alist): Doc fix.
3755
37562007-10-13 Jari Aalto <jari.aalto@cante.net>
3757
3758 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3759
37602007-10-12 Martin Rudalics <rudalics@gmx.at>
3761
3762 * frame.el (set-frame-configuration): Assign name parameter only
3763 if it has been set explicitly before.
3764
37652007-10-11 Tom Tromey <tromey@redhat.com>
3766
3767 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3768 frame is visible.
3769
37702007-10-10 Richard Stallman <rms@gnu.org>
3771
3772 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3773 in *Backtrace*.
3774
3775 * faces.el (face-font-selection-order): Doc fix.
3776
3777 * loadhist.el (unload-feature): Doc fix.
3778
d1b38156
GM
37792007-10-13 Glenn Morris <rgm@gnu.org>
3780
3781 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3782 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3783 Add doc string, and an explicit COUNT argument.
3784 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3785 `inc' to search functions.
3786
3787 * faces.el (face-spec-set): When FRAME is nil, set the default for
3788 new frames (restores pre-2007-09-17 behavior). Doc fix.
3789
a584f30f
GM
37902007-10-13 John W. Eaton <jwe@octave.org>
3791
3792 * progmodes/octave-mod.el (octave-looking-at-kw)
3793 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3794 New functions.
3795 (octave-in-defun-p, calculate-octave-indent)
3796 (octave-blink-matching-block-open, octave-beginning-of-defun)
3797 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3798 to search for regexps that contain case-sensitive keywords.
3799 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3800 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3801
ce00d093
DN
38022007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3803
20beebfe
JB
3804 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3805 Do not use a single clause cond.
2b444e1f 3806
ce00d093
DN
3807 * cus-start.el (all): Use test that does not match the X11 version
3808 for mac.
3809
a4382f98
EZ
38102007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3811
3812 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3813 BROWSE buffer.
3814
3d2062d8
DN
38152007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3816
3817 * cus-start.el (all): Undo previous change.
3818
e2cfa9af
GM
38192007-10-13 Glenn Morris <rgm@gnu.org>
3820
3821 * woman.el (woman0-rename): Fix paren typo.
3822
3823 * mail/feedmail.el (feedmail-run-the-queue)
3824 (feedmail-look-at-queue-directory):
3825 * mail/reporter.el (reporter-dump-state):
3826 * net/eudc-hotlist.el (eudc-edit-hotlist):
3827 * net/eudc.el (eudc-display-records)
3828 (eudc-filter-duplicate-attributes)
dd026a6a 3829 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
e2cfa9af
GM
3830 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3831 (eudc-bbdb-query-internal):
3832 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3833 * net/socks.el (socks-build-auth-list):
3834 * progmodes/cc-cmds.el (top level):
dd026a6a 3835 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
e2cfa9af
GM
3836 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3837 (cperl-write-tags, cperl-tags-treeify):
3838 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3839 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3840 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3841 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3842 (idlwave-toolbar-remove-everywhere):
3843 * progmodes/idlwave.el (idlwave-indent-line)
3844 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3845 (idlwave-write-paths, idlwave-all-method-classes)
3846 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
feba774f
GM
3847 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3848 (idlwave-complete-in-buffer):
e2cfa9af 3849 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
9001c33f 3850 (org-fast-tag-selection):
20beebfe 3851 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
9001c33f 3852 than mapcar.
e2cfa9af 3853
5eee3c95
DN
38542007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 * diff-mode.el (diff-fine-change): Add :group.
3857
e470405c
DN
38582007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * cus-start.el (all): Use the same test as the 22.2 branch.
3861
ef63ea1c
SM
38622007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * diff-mode.el (diff-current-defun): Force recomputation of
3865 change-log-default-name.
3866
34c10a58
CY
38672007-10-12 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3870 and some leftover logic regarding dedicated frames. If showing
3871 concise startup screen, fit window to buffer.
3872 (command-line-1): If we will be using the splash screen, use
6e5d0e9e
SM
3873 find-file instead of find-file-other-window to find additional files.
3874 Comment out unused code for coping with the old sit-for behavior.
34c10a58 3875
e3d60db0
SM
38762007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3879 `meta' modifier consistently, rather than using sometimes meta
3880 sometimes alt.
3881
af84194a
MR
38822007-10-12 Martin Rudalics <rudalics@gmx.at>
3883
3884 * window.el (handle-select-window): Revert part of 2007-10-08
3885 change setting the input focus.
3886
9b5007e7
GM
38872007-10-12 Glenn Morris <rgm@gnu.org>
3888
0128cdc0
GM
3889 * startup.el (command-line): Do not read abbrev file in batch mode.
3890
1663d0b8
GM
3891 * emacs-lisp/byte-opt.el (top level):
3892 * mail/rmail.el (rmail-list-to-menu):
3893 * obsolete/hilit19.el (hilit-mode):
3894 * progmodes/cc-mode.el (c-postprocess-file-styles)
3895 (c-submit-bug-report):
b6064d52
GM
3896 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3897 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3898 (reftex-access-parse-file):
3899 * textmodes/reftex-cite.el (reftex-do-citation)
3900 (reftex-insert-bib-matches):
3901 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3902 * textmodes/reftex-sel.el (reftex-select-unmark):
3903 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1663d0b8
GM
3904 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3905
9b5007e7
GM
3906 * cus-edit.el (custom-variable-menu, custom-face-menu)
3907 (custom-group-menu): Check init-file-user rather than
3908 user-init-file, in case cus-edit is loaded by site-run-file.
3909
f509e245
DN
39102007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3911
3912 * vc.el (vc-deduce-fileset): Delete unused code.
3913 (vc-next-action): Fix typos.
3914
3d5aef76
JB
39152007-10-11 Juanma Barranquero <lekktu@gmail.com>
3916
3917 * bs.el (bs--mark-unmark): New function.
3918 (bs-mark-current, bs-unmark-current): Use it.
3919
ebd0c5ba
ER
39202007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3921
1e355d74
ER
3922 * vc.el (vc-diff):
3923 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
dd026a6a
GM
3924 temporarily disable the check for his edge case of
3925 vc-diff (stopping it from grinding when called from $HOME), as
1e355d74
ER
3926 it's calling some brittle code in vc-hooks.el.
3927 (with-vc-properties): Fix evaluation time of a macro argument.
d69db164 3928 * ediff-vers.el (ediff-vc-internal):
9b5007e7
GM
3929 * vc-hooks.el:
3930 * loaddefs.el: Follow up on VC terminology change.
ebd0c5ba 3931
76448620
JB
39322007-10-11 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * follow.el (follow-stop-intercept-process-output):
3935 Use `follow-call-process-filter' rather than `process-filter'.
3936 Simplify.
3937
44cd688b
ER
39382007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3939
3940 * vc-hooks.el (vc-registered): Robustify this function a bit
3941 against filenames with no directory component.
3942
8785049a
SM
39432007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * international/characters.el: Undo unwanted and unexplained change.
3946
4d7a3631
VJL
39472007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3948
3949 * ps-print.el: Fix the usage of :foreground and :background face
3950 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3951 (ps-print-version): New version 6.7.6.
76448620
JB
3952 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3953 Fix code.
4d7a3631
VJL
3954 (ps-face-foreground-color-p, ps-face-background-color-p)
3955 (ps-face-color-p): New inline funs.
3956
15841868
JW
39572007-10-10 Carsten Dominik <dominik@science.uva.nl>
3958
93137d49 3959 * textmodes/org.el (org-additional-option-like-keywords): New constant.
15841868
JW
3960 (org-complete): Use `org-additional-option-like-keywords'.
3961 (org-parse-local-options): New function.
3962
39632007-10-10 Carsten Dominik <dominik@science.uva.nl>
3964
93137d49
JB
3965 * textmodes/org.el (org-in-clocktable-p): New function.
3966 (org-clock-report): Only update the table at point, or insert a new one.
15841868
JW
3967 (org-clock-goto): New function.
3968 (org-open-file): Use `start-process-shell-command' instead of
8785049a 3969 `shell-command' with an ampersand.
15841868
JW
3970 (org-deadline, org-schedule): New argument REMOVE to remove the
3971 date from the entry.
3972 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3973 argument to `org-schedule' and `org-deadline'.
3974 (org-trim): Use the correct expressions for beginning and end of
3975 the string.
3976 (org-get-cleaned-entry): Trim the string before returning it.
3977 (org-clock-find-position): New function.
3978 (org-clock-into-drawer): New option.
8785049a
SM
3979 (org-agenda-tags-column): Rename from
3980 `org-agenda-align-tags-to-column'.
15841868
JW
3981 (org-agenda-align-tags): Allow negative values for
3982 `org-agenda-tags-column'.
8785049a
SM
3983 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3984 (org-agenda-to-appt): New optional argument FILTER.
15841868
JW
3985 (org-completion-fallback-command): New variable.
3986 (org-complete): Use `org-completion-fallback-command'.
3987 (org-find-base-buffer-visiting): Catch the case that there is no
3988 buffer visiting the file.
3989 (org-property-or-variable-value): New function.
3990 (org-todo): Use `org-property-or-variable-value'
3991 (org-agenda-compact-blocks): New option.
8785049a
SM
3992 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3993 (org-agenda-schedule, org-agenda-deadline):
3994 Call `org-agenda-show-new-time'.
15841868 3995 (org-agenda-show-new-time): New argument PREFIX.
8785049a 3996 (org-colgroup-info-to-vline-list): Fix but that cause a
15841868
JW
3997 shift in the vertical lines.
3998 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3999 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4000 (org-indent-item): No arg in call to `org-fix-bullet-type'.
8785049a 4001 (org-fix-bullet-type): Remove argument.
15841868
JW
4002 (org-read-date): Check for am/pm twice, to catch the end time.
4003 (org-goto-map): Use `suppress-keymap'.
4004 (org-remember-apply-template): Respect the dynamically scoped
4005 selection character.
4006
15841868
JW
40072007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4008
93137d49 4009 * textmodes/org-export-latex.el (org-export-latex-protect-string):
8785049a
SM
4010 Renaming of `org-latex-protect'.
4011 (org-export-latex-emphasis-alist): By default, don't protect
4012 any emphasis formatter from further conversion.
4013 (org-export-latex-tables): Honor column grouping for tables.
15841868 4014 (org-export-latex-title-command): New option.
8785049a
SM
4015 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4016 export backslash character.
15841868 4017
a888f521
SM
40182007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4019
9e483377
SM
4020 * frame.el (frame-inherited-parameters): Remove unused `environment'
4021 parameter, and let server.el add `client' when needed.
4022
4419b755
SM
4023 * server.el (server-create-tty-frame)
4024 (server-create-window-system-frame): Set frame-inherited-parameters.
4025
ab6198b2
SM
4026 * frame.el (frame-inherited-parameters): New var.
4027 (make-frame): Use it.
4028
ef651d13
SM
4029 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4030
4031 * env.el (let-environment): Remove. Unused.
4032 (read-envvar-name): Simplify.
4033 (setenv): Remove unused arg `frame'.
4034
a888f521
SM
4035 * help-fns.el (describe-variable): Add missing " " for multiline
4036 obsolescence info and missing EOL after global value.
4037
ac3f4c6f
ER
40382007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4039
4040 * add-log.el:
4041 * ediff-vers.el:
4042 * log-view.el:
4043 * pcvs.el:
4044 * vc-arch.el:
4045 * vc-bzr.el:
4046 * vc-cvs.el:
4047 * vc.el:
4048 * vc-git.el:
4049 * vc-hg.el:
4050 * vc-hooks.el:
4051 * vc-mcvs.el:
4052 * vc-mtn.el:
4053 * vc-rcs.el:
4054 * vc-sccs.el:
ef63ea1c 4055 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
ac3f4c6f
ER
4056 {find,init,next,previous,annotate-*,log}-version ->
4057 {find,init,next,previous,annotate-*,log}-revision,
4058 annotate-focus-version -> annotate-working-revision, The term
4059 'focus' is gone. The term 'revision' is now used consistently
4060 everywhere that reference to a revision ID is intended, replacing
4061 older use of 'version'.
4062
ed4e8e8a
JB
40632007-10-10 Juanma Barranquero <lekktu@gmail.com>
4064
4065 * follow.el: Change all instances of "Follow Mode" to "Follow
4066 mode" in docstrings and messages.
4067 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4068
d7b60083
ER
40692007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4070
ef651d13 4071 * vc.el (vc-next-action): Rewrite completely; this principal
d7b60083
ER
4072 entry point now operates on a current fileset selected either
4073 explicitly via VC-Dired or implicitly by visiting a file buffer,
4074 rather than always operating on the file of the current buffer as
ef651d13
SM
4075 in older versions. Rewrite the rest of the mode to match.
4076 (with-vc-properties): Rewrite to operate on a file list.
d7b60083
ER
4077 (with-vc-file): vc-checkin takes a file list argument now.
4078 (vc-post-command-functions): This hook now receives a file list.
ef651d13 4079 (vc-do-command): Take a either a file or a file list as argument.
d7b60083
ER
4080 (vc-deduce-fileset): New function for deducing a file list to
4081 operate on.
ef651d13
SM
4082 (vc-next-action-on-file, vc-next-action-dired): Remove.
4083 Merge into vc-next-action.
4084 (vc-register): Adapt to the fact that vc-start-entry now takes a
d7b60083
ER
4085 file list.
4086 (vc-register-with): New function.
ef651d13 4087 (vc-start-entry): Take a file list argument rather than a
d7b60083 4088 file argument.
ef651d13
SM
4089 (vc-checkout): Cope with vc-start-entry taking a file list.
4090 (vc-steal-lock): Cope with with-vc-properties taking a
d7b60083 4091 file list.
ef651d13 4092 (vc-checkin): Take a file list argument rather than a file argument.
d7b60083 4093 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
ef651d13 4094 (vc-diff-internal): Rewrite for filesets.
d7b60083
ER
4095 (vc-diff-sentinel): New function, tests whether changes were
4096 written into a diff buffer.
ef651d13
SM
4097 (vc-diff): Rewrite for filesets.
4098 (vc-version-diff): Rewrite for filesets.
4099 (vc-print-log): Take a fileset argument.
4100 (vc-revert): Revert the entire selected fileset, not just the
d7b60083 4101 current buffer.
ef651d13 4102 (vc-rollback): Roll back the entire selected fileset, if
d7b60083 4103 possible. No longer accepts a prefix argument.
ef651d13 4104 (vc-update): Merge new changes for the entire selected
d7b60083 4105 fileset, not just the current buffer.
ef651d13 4106 (vc-revert-file): Cope with with-vc-properties taking a file list.
d7b60083
ER
4107 (vc-default-dired-state-info): Add + status suffix if the file is
4108 modified.
4109 (vc-annotate-warp-version): Use the new diff machinery.
ef651d13 4110 (vc-log-edit): Take a file list argument rather than a file argument.
d7b60083 4111
311dd93f
MA
41122007-10-10 Michael Albinus <michael.albinus@gmx.de>
4113
4114 Sync with Tramp 2.1.11.
4115
4116 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4117 Pacify byte compiler.
4118
4119 * net/trampver.el: Update release number.
4120
72a20032
RS
41212007-10-09 Richard Stallman <rms@gnu.org>
4122
4123 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4124
d1871943
JB
41252007-10-09 Juanma Barranquero <lekktu@gmail.com>
4126
9271083a
JB
4127 * follow.el: Require easymenu.
4128 (follow-mode-hook, follow-mode): Doc fixes.
d1871943
JB
4129 (follow-mode-off-hook): Mark as obsolete.
4130
1af74d06 41312007-10-08 Martin Rudalics <rudalics@gmx.at>
1398509c
MR
4132
4133 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4134 select-window or select-frame events.
4135 (handle-select-window): When autoselecting window set input
4136 focus. Restructure.
4137
ef651d13 4138 * frame.el (focus-follows-mouse): Move to frame.c.
1398509c
MR
4139 * cus-start.el (all): Add focus-follows-mouse.
4140
1af74d06 41412007-10-08 Juanma Barranquero <lekktu@gmail.com>
462db93c 4142
5a25a895
JB
4143 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4144 activate font-locking in the *buffer-selection* buffer.
4145 (bs-show-sorted): Doc fix.
4146
462db93c
JB
4147 * bs.el (bs--get-marked-string, bs--get-modified-string)
4148 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4149 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4150 (bs--format-aux): Doc fix.
4151
1af74d06 41522007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
d4f1855a
MC
4153
4154 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4155
1af74d06 41562007-10-08 Nick Roberts <nickrob@snap.net.nz>
7285a019
NR
4157
4158 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4159 (gud-gdb): New function for old M-x gdb (text command mode).
4160 (gud-gdb-command-name, gdb): Move to...
4161
4162 * progmodes/gdb-ui.el: ...here and adapt doc string.
4163 (gud-gdba-command-name, gdba): Delete.
4164
1af74d06 41652007-10-08 Juanma Barranquero <lekktu@gmail.com>
e0d0133a 4166
6af00b67 4167 * bs.el: Don't defvar `font-lock-verbose'.
b8063421
JB
4168 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4169 (bs--get-file-name): Fix typos in docstrings.
e0d0133a
JB
4170 (bs--show-header): Use `dolist' instead of `mapcar'.
4171 (bs-mode): Set `show-trailing-whitespace' to nil.
b8063421
JB
4172 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4173 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4174 Doc fixes.
e0d0133a 4175
1af74d06 41762007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17bfdfc6 4177
cb07a30c 4178 * progmodes/gud.el (pdb): Specify file for gud-break.
17bfdfc6 4179
1af74d06 41802007-10-08 Nick Roberts <nickrob@snap.net.nz>
2a08c176 4181
7285a019
NR
4182 * progmodes/gud.el (gdb): Make graphical mode the default and
4183 switch to text command mode if appropriate, i.e., reverse previous
4184 arrangement.
2a08c176
NR
4185 (gud-gdb-marker-filter): Adapt for above change.
4186
4187 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4188 gud-minor-mode and gud-marker-filter.
4189 (gdb-fullname-regexp): New variable.
4190 (gud-gdba-marker-filter): Use it to switch to text command
4191 mode if appropriate.
4192
1af74d06 41932007-10-08 Nick Roberts <nickrob@snap.net.nz>
1042a066
NR
4194
4195 * progmodes/gud.el (gud-display-line): Find source buffer even when
94eca2ae 4196 GUD buffer has its own frame.
1042a066 4197
1af74d06 41982007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1f09f6e8 4199
94eca2ae 4200 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1f09f6e8 4201
1af74d06 42022007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
f7d4d4df 4203
e0d0133a 4204 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
f7d4d4df 4205
1af74d06 42062007-10-08 Martin Rudalics <rudalics@gmx.at>
f520c6f2
MR
4207
4208 * allout.el (allout-before-change-handler): Replace got-char by
4209 goto-char.
4210
1af74d06 42112007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b2943616 4212
1c67a814
SM
4213 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4214 Used to try and automatically enabled smerge-mode in the presence of
4215 conflicts and to call `svn resolved' when the conflicts are gone.
4216 (vc-svn-parse-status): Remember the svn-specific status.
4217
1af74d06 42182007-10-08 Eli Zaretskii <eliz@gnu.org>
9f3bfa54 4219
b2943616 4220 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
9f3bfa54
EZ
4221 menu-bar-apropos-menu. All users changed.
4222 (menu-bar-help-menu): Change menu symbols to better match the text
4223 displayed by the menu.
4224
1af74d06 42252007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
9a3d2737
DN
4226
4227 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4228 #, @, : and ^.
4229
1af74d06 42302007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
25edda53
DN
4231
4232 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4233
4234 * log-view.el (log-view-mode-map): Likewise.
4235
4236 * diff-mode.el (diff-mode-shared-map): Likewise.
4237
1af74d06 42382007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5e8c0b8b 4239
b368551b
DN
4240 * files.el (file-name-sans-versions): Also allow `A-Z'.
4241
5e8c0b8b
DN
4242 * vc.el: Mention all supported VC backends.
4243
1af74d06 42442007-10-08 Richard Stallman <rms@gnu.org>
8e061b69
RS
4245
4246 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4247 neighbouring buttons.
4248
1af74d06 42492007-10-08 Andreas Schwab <schwab@suse.de>
d2f95fca
AS
4250
4251 * files.el (file-name-sans-versions): Also allow `_'.
4252
1af74d06 42532007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
a3f5d84d 4254
b2943616 4255 * files.el (file-name-sans-versions): Allow - and a-z in version names.
a3f5d84d 4256
b2943616
SM
4257 * log-view.el (log-view-mode-map, log-view-mode-menu):
4258 Bind log-view-annotate-version.
a3f5d84d
DN
4259 (log-view-beginning-of-defun, log-view-end-of-defun)
4260 (log-view-annotate-version): New functions.
4261 (log-view-mode): Use log-view-beginning-of-defun and
4262 log-view-end-of-defun.
4263
1af74d06 42642007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
dae157b7 4265
b2943616 4266 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
dae157b7 4267
1af74d06 42682007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
d40a86f9
SM
4269
4270 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4271 neighbouring buttons.
4272
4273 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4274 Recognize gcc's use of "note" for informational messages.
4275
1af74d06 42762007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
fb7d9275
SM
4277
4278 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4279 (css-mode): Update correspondingly.
4280
1af74d06 42812007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
576c7f5e
DN
4282
4283 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4284 Signed-off-by, Acked-by and Merge.
4285
1af74d06 42862007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9d2fec03
SM
4287
4288 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4289
1af74d06 42902007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b1dc6d44
SM
4291
4292 * vc-mtn.el: New file.
4293
4294 * vc-hooks.el (vc-handled-backends): Add Mtn.
4295
1af74d06 42962007-10-08 Eli Zaretskii <eliz@gnu.org>
4d4efd30
EZ
4297
4298 * files.el (find-file, find-file-other-window)
4299 (find-file-other-frame, find-file-existing, find-file-read-only)
4300 (find-file-read-only-other-window)
4301 (find-file-read-only-other-frame)
4302 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4303
1af74d06 43042007-10-08 Nick Roberts <nickrob@snap.net.nz>
1c9e363a
NR
4305
4306 * progmodes/gud.el (gdb-ready): New variable.
4307 (gdb): Set it to nil. Set gud-running to nil here...
4308 (gud-common-init): ...instead of here.
4309
2c8b44f8 4310 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1c9e363a
NR
4311 Use gdb-ready. Discard input until GDB is ready to accept it.
4312
1af74d06 43132007-10-08 Martin Rudalics <rudalics@gmx.at>
0f0c86fc
MR
4314
4315 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4316 make it show up with eight colors.
4317
1af74d06 43182007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
80a01d97
SM
4319
4320 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4321 diffs are concatenated with no intervening line.
4322
1af74d06 43232007-10-08 Dave Love <fx@gnu.org>
308114ef
SM
4324
4325 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4326 (python-font-lock-keywords): Update to the 2.5 version of the language.
4327 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4328 (python-backspace): Only behave funny in code.
4329 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4330 (inferior-python-mode): Add PDB prompt regexp.
4331 (python-fill-paragraph): Refine the fenced-string regexp.
4332 (python-find-imports): Handle imports spanning several lines.
4333 (python-mode): Add `class' to hideshow support.
4334
1af74d06 43352007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
b7e5bc1c 4336
ef651d13
SM
4337 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4338 Use add-log-buffer-file-name-function rather than binding
4339 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4340 when `fi' is the ChangeLog file itself.
fd071fdf 4341
b7e5bc1c
SM
4342 * outline.el (outline-flag-region): Use front-advance.
4343
1af74d06 43442007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
82d9a08d
SM
4345
4346 * progmodes/cperl-mode.el: Merge upstream 5.23.
4347 (cperl-where-am-i): Remove function.
4348 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4349 (cperl-sniff-for-indent): De-invert [string] and [comment].
4350 When looking for label, skip s:m:y:tr.
4351 (cperl-indent-line): Likewise.
4352 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4353 (cperl-windowed-init): Wrong `ps-print' handling.
4354 Both thanks to Chong Yidong.
4355 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4356 (cperl-find-pods-heres): If the second part of s()[] is missing,
4357 don't try to highlight delimiters...
4358
1af74d06 43592007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
34a9bf20
SM
4360
4361 * progmodes/compile.el (compilation-get-file-structure): Complete last
4362 change by also using spec-directory in the puthash.
4363
1af74d06 43642007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6e98ad29 4365
1af74d06 4366 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6e98ad29
SM
4367 (vc-bzr-status): Fix shadowing of variable 'status'.
4368 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4369 Use `expand-file-name' instead of `concat'.
4370 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4371 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4372
1af74d06 43732007-10-08 Jason Rumney <jasonr@gnu.org>
98050a8a
JR
4374
4375 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4376
1af74d06 43772007-10-08 Richard Stallman <rms@gnu.org>
f2a92f2a
RS
4378
4379 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4380 Add `safe-local-variable' property.
4381 (lisp-body-indent): Likewise.
4382
1af74d06 43832007-10-08 Richard Stallman <rms@gnu.org>
70b49e57
RS
4384
4385 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4386 Add doc string.
4387
1af74d06 43882007-10-08 Martin Rudalics <rudalics@gmx.at>
0f39d2c9 4389
6e98ad29 4390 * files.el (backup-buffer-copy): Try to overwrite old backup first.
0f39d2c9 4391
1af74d06 43922007-10-08 Martin Rudalics <rudalics@gmx.at>
392abfd2
MR
4393
4394 * repeat.el (repeat): Use last-repeatable-command instead of
4395 real-last-command. Run pre- and post-command hooks for
4396 self-insertion. Update doc-string.
4397
1af74d06 43982007-10-08 Alexandre Julliard <julliard@winehq.org>
00d67080 4399
6e98ad29 4400 * vc-git.el (vc-git-state): Call git-add --refresh to update the
00d67080 4401 state of the file.
6e98ad29
SM
4402 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4403 (vc-git-create-repo): Fix invalid command.
fbd4de65 4404
1af74d06 44052007-10-08 Richard Stallman <rms@gnu.org>
478adae2
RS
4406
4407 * textmodes/flyspell.el (flyspell-mode):
4408 Catch errors in flyspell-mode-on.
4409
f6959eb4
JB
44102007-10-09 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4413
9f2e22a0
SM
44142007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4415
f49f5ca9
SM
4416 * international/encoded-kb.el (encoded-kbd-setup-display):
4417 Use input-decode-map rather than local-key-translation-map.
4418
8e337129
SM
4419 * term/rxvt.el (rxvt-alternatives-map): New map.
4420 (terminal-init-rxvt): Use it.
4421 Bind rxvt-function-map in input-decode-map.
4422
af162764
SM
4423 * term/xterm.el (xterm-alternatives-map): New map.
4424 (terminal-init-xterm): Use it.
4425 Bind xterm-function-map in input-decode-map.
4426
bbd2296c
SM
4427 * term/x-win.el (x-alternatives-map): New var.
4428 (x-setup-function-keys): Use it.
4429
ed2a19a1
SM
4430 * help-fns.el (describe-variable): Slightly change the layout of
4431 meta-info to separate it better from the docstring.
4432 Standardize insertion of extra empty lines in various circumstances.
4433
be36f934
SM
4434 * diff-mode.el (diff-hunk-style): New fun.
4435 (diff-end-of-hunk): Use it.
4436 (diff-context->unified): Use the new `apply' undo element,
4437 if applicable, so as to save undo-log space.
4438 (diff-fine-change): New face.
4439 (diff-fine-highlight-preproc): New function.
4440 (diff-fine-highlight): New command.
ed2a19a1 4441 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
be36f934 4442
9f2e22a0
SM
4443 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4444 (smerge-refine-highlight-change): Add `props' argument.
4445 (smerge-refine-subst): New function holding most of smerge-refine.
4446 (smerge-refine): Use it.
4447
228c2192
ER
44482007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4449
9f2e22a0 4450 * vc.el (vc-default-wash-log): Remove unused code, the
228c2192
ER
4451 log washers all live in the backends now.
4452 (vc-default-comment-history): Correct for the fact
4453 that wash-log is argumentless in the new API.
4454
1834b39f
MA
44552007-10-08 Michael Albinus <michael.albinus@gmx.de>
4456
9f2e22a0 4457 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1834b39f
MA
4458 (tramp-maybe-send-script): Apply `member' but `memq'.
4459 (tramp-advice-file-expand-wildcards): Simplify implementation.
4460
3d0910ae
JB
44612007-10-08 Juanma Barranquero <lekktu@gmail.com>
4462
8ea4c22f
JB
4463 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4464
3d0910ae
JB
4465 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4466 (minibuf-depth-setup-minibuffer): Use it.
4467
72d595b5
GM
44682007-10-07 Glenn Morris <rgm@gnu.org>
4469
4470 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4471 version numbers.
4472
3220ac7f
JL
44732007-10-06 Juri Linkov <juri@jurta.org>
4474
4475 * textmodes/fill.el (fill-paragraph-or-region): New function.
4476
4477 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4478 instead of fill-paragraph.
4479
4480 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4481 with fill-paragraph-or-region. Suspend command is now the same
4482 `suspend-frame' on window systems and on tty.
4483
4484 * image.el (image-type): Check if image-types is bound to not fail
4485 on tty.
4486
4487 * delsel.el (delete-selection-pre-hook):
4488 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4489 is fbound to not fail on mouseless tty.
4490
a6e96327
MA
44912007-10-06 Michael Albinus <michael.albinus@gmx.de>
4492
4493 * net/tramp.el (top): Move loading of tramp-util.el and
4494 tramp-vc.el to tramp-compat.el.
4495 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4496 temporary file if possible, in order to avoid a security hole.
4497 (tramp-do-copy-or-rename-file-out-of-band)
4498 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4499 with DONT-CREATE, because the connection is not setup yet.
4500 (tramp-handle-process-file): Rewrite temporary file handling.
4501 (tramp-completion-mode): New defvar.
4502 (tramp-completion-mode-p): Use it.
4503
3d0910ae 4504 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
a6e96327 4505
9f2e22a0
SM
4506 * net/tramp-fish.el (tramp-fish-handle-process-file):
4507 Rewrite temporary file handling.
a6e96327 4508
0d0e9356
ER
45092007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4510
3d0910ae 4511 * vc.el: Workfile version -> focus version change. Port various
61de26cb
ER
4512 comments from new VC to reduce the noise in the diff.
4513 Patch in the new vc-create-repo function to go with the
4514 header comment about it already present.
228c2192 4515 There are no changes to existing logic in this patch.
3d0910ae 4516 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
0d0e9356 4517
490a8abe
GM
45182007-10-06 Aaron Hawley <aaronh@garden.org>
4519
4520 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4521
45222007-10-05 Chris Moore <dooglus@gmail.com>
4523
4524 * server.el (server-kill-new-buffers): Doc fix.
4525
45262007-10-05 John W. Eaton <jwe@octave.org>
4527
4528 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3d0910ae
JB
4529 (octave-begin-keywords): Add "do".
4530 (octave-end-keywords): Remove "end".
4531 (octave-reserved-words): Add "end". Remove "all_va_args",
490a8abe 4532 "gplot", and 'gsplot".
3d0910ae
JB
4533 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4534 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
490a8abe
GM
4535 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4536 "default_return_value", "define_all_return_values",
4537 "do_fortran_indexing", "empty_list_elements_ok",
4538 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4539 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4540 "prefer_zero_one_indexing", "propagate_empty_matrices",
4541 "resize_on_range_error", "treat_neg_dim_as_zero",
4542 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4543 "warn_divide_by_zero", "warn_function_name_clash",
4544 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4545 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4546 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4547 "sigterm_dumps_octave_core".
3d0910ae 4548 (octave-block-match-alist): Remove "end" from block-end keywords.
490a8abe
GM
4549 (octave-mode): Update ftp site address.
4550
2765044b
DN
45512007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 * vc.el: Reorder functions, no code changes.
4554
258800f8
MA
45552007-10-04 Michael Albinus <michael.albinus@gmx.de>
4556
4557 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4558 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4559 the cond clauses where needed.
4560 (tramp-handle-write-region): Rearrange code for proper handling of
4561 tmpfile.
4562
4563 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4564
4565 * net/tramp.el:
4566 * net/tramp-fish.el:
4567 * net/tramp-ftp.el:
4568 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4569 `tramp-compat-make-temp-file'.
4570
b138403d
JB
45712007-10-04 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4574
2cb250dd
SM
45752007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4576
4577 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4578 already uses a more recent copyright version than the "current" one.
4579
e48a5bf9
MC
45802007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4581
4582 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4583 (doc-view-insert-image): Minor aesthetical docstring changes.
4584
45852007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1ca678aa
MC
4586
4587 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4588 completing filename.
4589 (doc-view-search-internal): Docstring change.
4590
94be87e8
MA
45912007-10-03 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2cb250dd
SM
4594 (tramp-file-name-handler-alist):
4595 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4596 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
94be87e8
MA
4597 used before, creates the file already, which is not desired.
4598 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4599 temporary file.
4600 (tramp-handle-insert-file-contents): Assign the result in the
4601 short track case.
4602 (tramp-handle-insert-file-contents-literally): New defun.
4603 (tramp-completion-mode-p): Revert change from 2007-09-24.
4604 Checking for `return' etc as last character is not sufficient, for
4605 example in dired-mode when entering <g> (revert-buffer) or
4606 <s> (dired-sort).
4607
4608 * net/tramp-compat.el (top): Add also compatibility code for loading
4609 appropriate timer package.
4610 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4611 order to avoid autoloading problems.
4612
4613 * net/tramp-fish.el:
2cb250dd 4614 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
94be87e8
MA
4615
4616 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4617 where the second parameter of `copy-file' or `rename-file' is a
4618 remote file but not via ftp.
4619
c9a39885
RS
46202007-10-02 Richard Stallman <rms@gnu.org>
4621
4622 * frame.el (cursor-in-non-selected-windows): Doc fix.
4623
5db17239
TTN
46242007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4625
4626 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4627 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4628
86e405cf
JB
46292007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4630
4631 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4632 when `expt' doesn't give range errors.
4633
46342007-10-01 Markus Triska <markus.triska@gmx.at>
4635
b138403d
JB
4636 * calc/calc-math.el (math-smallest-emacs-expt):
4637 Make the computation more robust.
86e405cf 4638
b616a212
DK
46392007-09-30 David Kastrup <dak@gnu.org>
4640
aa5310e4
DK
4641 * startup.el (argv): Alias for `command-line-args-left' to use as
4642 `(pop argv)' inside of --eval command sequences. Allows for
4643 passing shell commands into Emacs verbatim without need for Lisp
4644 quoting.
4645
fdc31e1d
DK
4646 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4647 check only for changed size.
4648 (auto-revert-tail-handler): Get size from caller. If the file has
4649 shrunk, tail the whole file again (the file presumably has been
4650 rewritten).
4651
2cb250dd
SM
4652 * woman.el (woman-topic-all-completions, woman-mini-help):
4653 Fix fallout from 2007-09-07 introduction of `dolist' when the list
b616a212
DK
4654 actually was being manipulated in the loop.
4655 (woman-Cyg-to-Win, woman-pre-process-region)
4656 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4657 (woman-strings, woman-special-characters, woman1-hc)
2cb250dd
SM
4658 (woman-change-fonts, woman-find-next-control-line):
4659 Use `match-beginning' rather than `match-string' when the result is
b616a212
DK
4660 just used as a flag.
4661
9e6ab520
MA
46622007-09-30 Michael Albinus <michael.albinus@gmx.de>
4663
4664 * net/tramp-compat.el: New file.
4665
4666 * net/tramp.el:
4667 * net/tramp-fish.el:
4668 * net/tramp-smb.el:
4669 * net/tramp-uu.el:
4670 * net/trampver.el: Move compatibility code to tramp-compat.el.
4671 Apply `mapc' instead of `mapcar' when the code needs side effects
4672 only. Move utf-8 coding cookie to the second line.
4673
2e55c986
RS
46742007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4675
4676 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4677 Improve custom type.
4678 (icon-map-list): Make it customizable. Document how to disable
4679 stock icons.
4680
ef673042
RS
46812007-09-30 Richard Stallman <rms@gnu.org>
4682
4683 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4684
1c801aa9
JD
46852007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4686
4687 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4688
0e2806fa
SM
46892007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4692 (t-mouse-mode): New compatibility alias.
4693
977ede64
DN
46942007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4695
4696 * server.el (server-delete-client): Only delete the terminal if it
4697 is non-nil.
4698
9ce8462a
MA
46992007-09-28 Michael Albinus <michael.albinus@gmx.de>
4700
4701 * net/tramp.el (with-file-property, with-connection-property):
4702 Highlight as keyword.
4703 (tramp-rfn-eshadow-setup-minibuffer)
4704 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4705 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4706 (tramp-do-copy-or-rename-file-directly)
4707 (tramp-do-copy-or-rename-file-out-of-band)
4708 (tramp-handle-shell-command, tramp-get-debug-buffer)
4709 (tramp-send-command-and-read, tramp-equal-remote)
4710 (tramp-get-local-gid): Pacify byte-compiler.
4711 (tramp-handle-file-name-directory): Result shall not be expanded.
4712 (tramp-find-foreign-file-name-handler): Rewrite.
4713 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4714
4715 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4716
0e2806fa
SM
4717 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4718 Apply `tramp-completion-mode-p'.
9ce8462a
MA
4719 (tramp-fish-handle-set-file-times)
4720 (tramp-fish-handle-executable-find)
4721 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4722 (tramp-fish-retrieve-data): Pacify byte-compiler.
4723
0e2806fa
SM
4724 * net/tramp-gw.el (tramp-gw-basic-authentication):
4725 Call `tramp-read-passwd' with first parameter `nil'.
9ce8462a 4726
8b6f62fc
GM
47272007-09-28 Glenn Morris <rgm@gnu.org>
4728
4729 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4730 than mapcar.
4731
4732 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4733 (tex-suscript-height-minimum): New customizable variables.
4734 (tex-suscript-height): New function.
4735 (superscript, subscript): Set height using tex-suscript-height
4736 rather than fixing at 0.8.
332de56f 4737 (tex-fontify-script, tex-font-script-display): Add :version tag.
8b6f62fc 4738
2092ac41
JB
47392007-09-27 Juanma Barranquero <lekktu@gmail.com>
4740
4741 * progmodes/python.el (python-eldoc-function): Doc fix.
4742
47432007-09-27 Glenn Morris <rgm@gnu.org>
5e8537bb
GM
4744
4745 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4746 image if it is not in image-type-auto-detectable, or is there with
4747 a nil value.
4748
1437876c
MA
47492007-09-27 Michael Albinus <michael.albinus@gmx.de>
4750
4751 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4752 connection more robust.
4753
c4e36c26
JB
47542007-09-26 Juanma Barranquero <lekktu@gmail.com>
4755
4756 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4757 Deal with the case that special &keywords are at the beginning or
4758 end of the argument list. Also add some (incomplete) support for
4759 non-standard arglists.
4760
d9d31f0a
JB
47612007-09-26 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4764 (eldoc-message-commands, eldoc-current-idle-delay)
4765 (eldoc-function-argstring-format): Fix typos in docstrings.
4766
0f3955d9
JB
47672007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4768
4769 * calc/calc-units.el (calc-convert-units)
4770 (calc-convert-temperature): Remove unnecessary colons.
4771
d5098885
JW
47722007-09-26 Bastien Guerry <bzg@altern.org>
4773
93137d49
JB
4774 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4775 New function.
0e2806fa 4776 (org-export-latex-remove-from-headlines): Name changed because of typo.
d5098885
JW
4777 (org-export-latex-quotation-marks-convention): Option removed.
4778 (org-export-latex-make-preamble): Handle the DATE option.
4779 (org-export-latex-cleaned-string): Now the only cleaning function,
4780 synched up with org.el.
4781 (org-export-latex-lists, org-export-latex-parse-list)
4782 (org-export-list-to-latex): New functions.
4783
d5098885
JW
47842007-09-26 Carsten Dominik <dominik@science.uva.nl>
4785
93137d49 4786 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
d5098885
JW
4787 (org-outline-regexp): New constant.
4788 (org-remember-handler): Throw error when the target file is not in
4789 org-mode.
4790 (org-cleaned-string-for-export): No longer call
4791 `org-export-latex-cleaned-string' with an argument.
4792 (org-get-tags): Returns now a list, not a string.
4793 (org-get-tags-string): New function.
4794 (org-archive-subtree): No need to split return of `org-get-tags'.
4795 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4796 instead of `org-get-tags'.
0e2806fa
SM
4797 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4798 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
d5098885
JW
4799 (org-compatible-face): New argument INHERITS. Inherit from this
4800 face if possible.
4801 (org-level-1, org-level-2, org-level-3, org-level-4)
4802 (org-level-5, org-level-6, org-level-7, org-level-8)
4803 (org-special-keyword, org-drawer, org-column, org-warning)
4804 (org-archived, org-todo, org-done, org-headline-done, org-table)
4805 (org-formula, org-code, org-agenda-structure)
4806 (org-scheduled-today, org-scheduled-previously)
4807 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4808 in the new way.
4809 (org-get-heading): New argument NO-TAGS.
4810 (org-fast-tag-selection-include-todo): Made defvar instead of
4811 defcustom, feature is not deprecated.
4812 (org-remember-store-without-prompt): New default value t.
4813 (org-todo-log-states): New variable.
4814 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4815 Compute the log states.
4816 (org-goto-map): More commands copied from global map. Also bind
4817 `org-occur'.
4818 (org-goto): Made into a general lookup command.
4819 (org-get-location): Complete rewrite.
4820 (org-goto-exit-command): New variable.
4821 (org-goto-selected-point): New variable.
0e2806fa
SM
4822 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4823 Set the new variables.
d5098885
JW
4824 (org-paste-subtree): Whitespace insertion strategy revised.
4825 (org-remember-apply-template): Protect v-A from the possibility
4826 that v-a might be nil.
4827 (org-remember-handler): Insertion rules revised.
4828 (org-todo): Respect org-todo-log-states.
4829 (org-up-heading-safe): New function.
4830 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
d9d31f0a 4831
62035afd
DN
48322007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4833
4834 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4835 region if in transient-mark-mode.
4836
4e454e5b
JB
48372007-09-26 Juanma Barranquero <lekktu@gmail.com>
4838
4839 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4840 * calc/calc-help.el (calc-full-help):
4841 * calc/calc-misc.el (another-calc):
4842 * calc/calc-store.el (calc-var-name-map):
4843 * calc/calc-stuff.el (calc-flush-caches):
4844 * calc/calc-units.el (math-build-units-table):
4845 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4846 (calc-quit):
4847 * calendar/icalendar.el (icalendar--format-ical-event)
4848 (icalendar--convert-ical-to-diary):
4849 * emacs-lisp/authors.el (authors):
4850 * emacs-lisp/cust-print.el (custom-print-install)
4851 (custom-print-uninstall):
4852 * emacs-lisp/disass.el (disassemble-1):
4853 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4854 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4855 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4856 (elint-check-let-form, elint-check-condition-case-form)
4857 (elint-initialize):
4858 * emacs-lisp/elp.el (elp-results):
4859 * emacs-lisp/generic.el (generic-mode-internal):
4860 * emacs-lisp/re-builder.el (reb-delete-overlays):
4861 * emacs-lisp/regi.el (regi-interpret):
4862 * emacs-lisp/sregex.el (sregex--char-aux):
4863 * emulation/cua-rect.el (cua--deactivate-rectangle)
4864 (cua--highlight-rectangle, cua--rectangle-post-command):
4865 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4866 * emulation/viper-macs.el (viper-describe-kbd-macros)
4867 (viper-describe-one-macro):
4868 * emulation/viper-util.el (viper-setup-master-buffer):
4869 * emulation/viper.el (set-viper-state-in-major-mode):
4870 * international/mule-diag.el (describe-current-coding-system):
4871 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4872 * mail/emacsbug.el (report-emacs-bug):
4873 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4874 * obsolete/hilit19.el (hilit-unhighlight-region)
4875 (hilit-set-mode-patterns):
4876 * play/solitaire.el (solitaire-check, solitaire-solve):
4877 * play/zone.el (zone-pgm-rotate):
4878 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4879 * progmodes/ada-prj.el (ada-prj-display-page):
4880 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4881 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4882 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4883 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4884 * progmodes/sh-script.el (sh-make-vars-local)
4885 (sh-reset-indent-vars-to-global-values):
4886 * progmodes/sql.el (top):
4887 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4888 * progmodes/xscheme.el (top):
4889 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4890 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4891 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4892 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4893 (artist-submit-bug-report):
4894 * textmodes/flyspell.el (flyspell-delay-commands)
4895 (flyspell-deplacement-commands):
4896 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4897 (table--generate-source-cells-in-a-row, table--make-cell-map)
4898 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4899
1909cca0
JB
49002007-09-25 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * allout.el (produce-allout-mode-map, allout-process-exposed):
4903 * ansi-color.el (ansi-color-make-color-map):
4904 * autoinsert.el (auto-insert):
4905 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4906 * dired-aux.el (dired-create-files):
4907 * dired.el (dired-restore-desktop-buffer):
4908 * ediff-diff.el (ediff-setup-fine-diff-regions):
4909 * ediff-mult.el (ediff-intersect-directories)
4910 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4911 (ediff-redraw-registry-buffer):
4912 * ediff-ptch.el (ediff-fixup-patch-map):
4913 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4914 (ediff-really-quit, ediff-clear-diff-vector):
4915 * emerge.el (emerge-really-quit):
4916 * ffap.el (ffap-replace-file-component):
4917 * filecache.el (file-cache-add-directory)
4918 (file-cache-add-directory-recursively)
4919 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4920 (file-cache-delete-directory, file-cache-files-matching-internal)
4921 (file-cache-display):
4922 * files.el (cd):
4923 * find-lisp.el (find-lisp-insert-directory):
4924 * finder.el (finder-compile-keywords):
4925 * help.el (view-emacs-news):
4926 * hi-lock.el (hi-lock-write-interactive-patterns):
4927 * ido.el (ido-to-end, ido-set-matches-1):
4928 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4929 (image-dired-mark-tagged-files):
4930 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4931 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4932 * ps-print.el (ps-background, ps-begin-file)
4933 (ps-build-reference-face-lists):
4934 * simple.el (clone-buffer):
4935 * startup.el (command-line):
4936 * tempo.el (tempo-insert-template, tempo-is-user-element)
4937 (tempo-forward-mark, tempo-backward-mark):
4938 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4939
5aca5ac3
GM
49402007-09-25 Glenn Morris <rgm@gnu.org>
4941
13b1f340
GM
4942 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4943
5aca5ac3
GM
4944 * view.el (view-search-no-match-lines): Add a doc string.
4945 Rewrite to simplify and work better.
4946
17ee4625
DN
49472007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4948
1909cca0
JB
4949 * progmodes/cc-mode.el (c-mode-base-map):
4950 Use c-indent-line-or-region instead of c-indent-line.
17ee4625
DN
4951
4952 * indent.el (indent-for-tab-command): First check if the region is
4953 active.
4954
f0fe5c14
MC
49552007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4956
4957 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4958 whitespace-rescan-timer-time is 0.
4959
104b04f5
KB
49602007-09-24 Karl Berry <karl@gnu.org>
4961
4962 * international/mule.el (coding-system-base): Fix doc string grammar.
4963
6c4e47fa
MA
49642007-09-24 Michael Albinus <michael.albinus@gmx.de>
4965
4966 * net/tramp.el (tramp-completion-mode-p): Rename from
1909cca0
JB
4967 `tramp-completion-mode'. Revert logic, check `return', `newline'
4968 and such alike. Packages like Icicles tend to use other completion
6c4e47fa
MA
4969 characters but `tab' and `space' only.
4970
f4ff3e5c
GM
49712007-09-24 Adam Hupp <adam@hupp.org>
4972
4e454e5b 4973 * progmodes/python.el (run-python): Import emacs module without
f4ff3e5c
GM
4974 waiting; prevents lockup on error.
4975
7c4d5b8a
RS
49762007-09-23 Richard Stallman <rms@gnu.org>
4977
e32725a7
RS
4978 * mail/sendmail.el (mail-bury): Delete the frame
4979 if this frame looks like it was made for this message.
4980
4981 * completion.el (completion-separator-self-insert-command)
4982 (completion-separator-self-insert-autofilling):
4983 If `self-insert-command' has been remapped, use the substitute.
4984
4985 * simple.el (copy-region-as-kill): Doc fix.
4986
7c4d5b8a
RS
4987 * textmodes/org.el (org-confirm-shell-link-function)
4988 (org-confirm-elisp-link-function): Doc fixes.
4989
f3d7e5c4
GM
49902007-09-23 Glenn Morris <rgm@gnu.org>
4991
4992 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4993
f7ba2ff4
DN
49942007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4995
4996 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4997
4998 * term/tvi970.el (terminal-init-tvi970): Likewise.
4999
5000 * term/sun-mouse.el (print-mouse-format): Likewise.
5001
1909cca0
JB
5002 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5003 Use forward-line instead of previous-line and next-line.
f7ba2ff4 5004
f3de57e9
JL
50052007-09-22 Juri Linkov <juri@jurta.org>
5006
5007 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5008
5009 * tutorial.el (tutorial--default-keys): Update standard bindings:
5010 rename `iconify-or-deiconify-frame' to `suspend-frame',
5011 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5012
6e0cfad3
JL
50132007-09-22 Juri Linkov <juri@jurta.org>
5014
5015 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5016 Add help-echo to external links and to links without description.
5017 (fancy-splash-insert): Use help-echo from the 3rd element of the
5018 link specification list, or "Follow this link" if it's nil. Doc fix.
5019
1cff9ad1
JL
50202007-09-22 Juri Linkov <juri@jurta.org>
5021
5022 * startup.el (command-line): Rename `inhibit-startup-message' to
5023 `inhibit-startup-screen'.
5024 (fancy-about-text): Use shorter label for "Ordering Manuals".
5025 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5026 is nil, display a line with "To start..." and 3 links to useful
5027 tasks. Display the "Dismiss" button and "Don't show this message
5028 again" only when concise is non-nil.
5029 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5030 arg `concise'. If CONCISE is non-nil, display a concise version
5031 of the splash screen in another window. Otherwise, switch to the
5032 startup buffer in the same window.
5033 (startup-echo-area-message): Change displayed binding from
5034 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5035 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5036 the GNU system".
5037 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5038 to "*GNU Emacs*".
5039 (display-about-screen): Don't check the existence of the buffer
5040 "*About GNU Emacs*".
5041 (display-splash-screen): Make alias to `display-startup-screen'.
5042 (command-line-1): Rename `inhibit-startup-message' to
5043 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5044 started with command line options "-f", "-funcall", "-e", "-eval",
5045 "-execute", "-insert", "-find-file", "-file", "-visit".
5046 Inhibit startup screen when Emacs is started with a file name only
5047 on tty (i.e. don't inhibit it when started with a file name like
5048 "emacs FILE..." on a window system).
5049 (command-line-1): Simplify logic of displaying the startup screen:
5050 if file-count > 0, then display the concise version in another
5051 window, otherwise display full version in the same window.
5052
5053 * help.el (help-map): Bind C-h C-a to about-emacs.
5054 (help-for-help-internal): Add C-a description to C-h help text.
5055
6dd697d9
DN
50562007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5057
2d5a3812
DN
5058 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5059 (checkdoc-permit-comma-termination-flag): Autoload the
5060 safe-local-variable setting.
5061
4211e434 5062 * bookmark.el (bookmark-xemacsp): Remove.
1909cca0
JB
5063 (bookmark-make): Don't use bookmark-xemacsp,
5064 use (featurep 'xemacs) instead.
4211e434 5065
3e51f308
DN
5066 * speedbar.el (speedbar-frame-mode)
5067 (speedbar-frame-reposition-smartly)
5068 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5069 (speedbar-check-vc): Remove use of non-existent variable
5070 dframe-xemacsp, use (featurep 'xemacs) instead.
5071
6dd697d9
DN
5072 * indent.el (indent-for-tab-command): Indent the region if
5073 transient-mark-mode and the region is active.
5074
87094c03
FP
50752007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5076
5077 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5078 add inferior-octave-directory-tracker to the buffer-local value
5079 of comint-input-filter-functions.
5080
23d4cba5
DN
50812007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5082
5083 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5084
2171e172
JB
50852007-09-21 Juanma Barranquero <lekktu@gmail.com>
5086
5087 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5088 on w32 frames.
5089
5dcbade2
SM
50902007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5091
4bbfda32 5092 * startup.el (normal-top-level): Remove DISPLAY from
2171e172 5093 process-environment to let it be computed dynamically in callproc.c.
4bbfda32 5094
5dcbade2
SM
5095 * frame.el (frame-initialize, make-frame):
5096 * faces.el (tty-set-up-initial-frame-faces):
5097 * env.el (setenv): Don't set display-environment-variable.
5098
e159b869
SM
5099 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5100 (server-create-tty-frame): Don't set unused `tty' property.
5101 Set `display' instead of display-environment-variable.
5102 (server-create-window-system-frame): No display-environment-variable.
5103
d037d501
MA
51042007-09-21 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5107 (rfn-eshadow-update-overlay-hook): New defvars.
e159b869
SM
5108 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5109 Run the hooks.
d037d501
MA
5110
5111 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5112 (tramp-rfn-eshadow-setup-minibuffer)
5113 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5114 rfn-eshadow.el.
5115
5116 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5117 timeout.
5118
ac3afa5a
GM
51192007-09-21 Glenn Morris <rgm@gnu.org>
5120
5121 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5122 * term/sun-mouse.el (suspend-emacstool): Remove.
5123 * term/sun.el: Remove emacstool-related code.
5124
2fb34c68
GM
5125 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5126 (byte-compile-warnings-safe-p): Add `mapcar'.
8cea6fdf 5127 (byte-compile-warning-types): Add mapcar and make-local.
2fb34c68
GM
5128 (byte-compile-normal-call): Add option to suppress mapcar warning.
5129 (top-level): Use mapc rather than mapcar in eval-when-compile.
0b63fc3b 5130
09b33024 5131 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
2fb34c68
GM
5132 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5133 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5134 Handle escaped parens.
09b33024
GM
5135 (latex-forward-sexp): Doc fix.
5136
538a93d8
SM
5137 * eshell/esh-mode.el (eshell-output-filter-functions):
5138 Add eshell-postoutput-scroll-to-bottom.
965d1f0e 5139
0b63fc3b
GM
5140 * loadup.el: Remove termdev.
5141
8cea6fdf
GM
5142 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5143 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5144
055f99f4
GM
51452007-09-21 Markus Triska <markus.triska@gmx.at>
5146
5147 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5148 `mapcar' is called for effect.
5149
2fb34c68
GM
51502007-09-21 Kevin Ryde <user42@zip.com.au>
5151
5152 * international/mule.el (sgml-html-meta-auto-coding-function):
5153 Bind `case-fold-search' to t.
5154
c35a54c7
SM
51552007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5156
385312c9
SM
5157 * termdev.el: Remove.
5158
5159 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5160 (frames-on-display-list): Use it.
5161
5162 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5163
c35a54c7
SM
5164 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5165
7f821b79
RS
51662007-09-20 Richard Stallman <rms@gnu.org>
5167
5168 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5169
fb1b68a4
SM
51702007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5173
0a4daff5
GM
51742007-09-20 Glenn Morris <rgm@gnu.org>
5175
5176 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5177 motion functions, rather than hard-coding "\n\n".
5178 (tex-validate-region): Check for eobp, to speed up.
5179 (tex-next-unmatched-end): Doc fix.
5180
b608e302
SM
51812007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5182
e7988f09
SM
5183 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5184
5185 * international/mule.el (auto-coding-alist): Rar archives are binary.
5186
7e9a3fef
SM
5187 * arc-mode.el: Add basic support for Rar.
5188 (archive-find-type): Recognize Rar's signature.
5189 (archive-desummarize): New fun.
5190 (archive-summarize): Use it to restore the buffer's data in case
5191 someone wants to switch to some other major mode.
5192 (archive-resummarize): Use it as well.
5193 (archive-rar-summarize, archive-rar-extract): New functions.
5194
91cc505c
SM
5195 * filesets.el: Remove spurious * in docstrings.
5196 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5197 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5198 (filesets-ingroup-collect): Remove unused arg `depth'.
5199 (filesets-update): Remove unused arg `version'.
5200
bf8aa901
SM
5201 * finder.el (finder-compile-keywords): Fix up comment style.
5202 (finder-mouse-face-on-line): previous-line -> forward-line.
5203
2aa7c4d5
SM
5204 * recentf.el: Remove spurious * in docstrings.
5205 (recentf-save-list): Fix up comment style.
5206
e22bbd48
SM
5207 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5208 (octave-mode-map): Move init into declaration and remove \t binding.
5209 (octave-mode-startup-message): Remove unused var.
5210 (octave-scan-blocks): Remove unused arg `from'.
5211 (octave-forward-block, octave-down-block, octave-up-block):
5212 Update callers.
5213
ff319790
SM
5214 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5215 (meta-mode-map): Likewise and remove \t binding.
5216
ab8e678c
SM
5217 * net/snmp-mode.el: Remove spurious * in docstrings.
5218 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5219 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5220 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5221 that completion accepts lists of strings.
5222 (snmp-mode-syntax-table): Move initialization into declaration.
5223 (snmp-mode-map): Likewise and remove \t binding.
5224 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5225 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5226 (snmp-indent-command): Remove.
5227
b608e302
SM
5228 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5229 binding, so tab-always-indent works right.
5230
a38de16e
MC
52312007-09-19 Johannes Weiner <hannes@saeurebad.de>
5232
5233 * net/browse-url.el (browse-url-elinks-new-window): New function.
b608e302
SM
5234 (browse-url-elinks): Use browse-url-elinks-new-window.
5235 Accept optional second argument `new-window'. Fix typo in doc-string.
a38de16e
MC
5236 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5237 Improve error message.
5238
59c4e1da
MC
52392007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5240
5241 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5242 parameter name in the function body.
5243 Reported by Johannes Weiner.
5244
b5355a9a
GM
52452007-09-19 Glenn Morris <rgm@gnu.org>
5246
ff0a21d6
GM
5247 * net/socks.el (socks-open-network-stream): Signal an explicit
5248 error if the port associated with a service string can't be found.
5249
b608e302 5250 * textmodes/tex-mode.el (tex-terminate-paragraph):
3cfff67b 5251 Use backward-paragraph.
b5355a9a 5252
44954c2f
SM
52532007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * server.el (server-running-p): New function.
5256
44fe0f65
JR
52572007-09-18 Jason Rumney <jasonr@gnu.org>
5258
5259 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5260 x-focus-frame.
5261
5262 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5263 Use x-focus-frame for w32.
5264
299ea3d3
RS
52652007-09-17 David Kastrup <dak@gnu.org>
5266
5267 * textmodes/tex-mode.el (tex-verbatim-environments):
5268 Eliminate CL dependency.
5269
5266b06b
RS
52702007-09-17 Richard Stallman <rms@gnu.org>
5271
5272 * newcomment.el (comment-add): New arg EXTRA.
5273 (comment-region-default): Pass EXTRA if not indenting lines.
5274
6eddc3bb
MC
52752007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5276
5277 * net/browse-url.el (browse-url-url-encode-chars): New function.
5278 URL-encode some chars in a string.
5279 (browse-url-encode-url): Rewrite using the previous function.
5280 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5281 (browse-url-elinks-sentinel): Fix typo.
5282 (browse-url-new-window-flag): Doc change.
5283
e47a29ad
GM
52842007-09-17 Glenn Morris <rgm@gnu.org>
5285
5286 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5287 filename from `--file-line-error', if it is available.
5288
52892007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5290
5291 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5292 TeX `--file-line-error' format.
5293
b9451e85
DN
52942007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5295
5296 * xt-mouse.el: Delete add-hook calls that were moved to
5297 xterm-mouse-mode.
9f596249
DN
5298 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5299 does not work.
b9451e85 5300
578b4e9d
RS
53012007-09-17 Richard Stallman <rms@gnu.org>
5302
5303 * cus-face.el (custom-theme-set-faces): Undo previous change.
5304
5305 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5306
f73dcb6f
GM
53072007-09-17 Glenn Morris <rgm@gnu.org>
5308
5309 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5310 handling the case where the region is not in `tex-main-file'.
5311 (tex-region-1): Delete.
5312 (tex-region-header): New function, doing the header part of the
5313 old tex-region-1.
5314
3137dda8
SM
53152007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * simple.el (newline): Simplify use of prefix-numeric-value.
5318 (line-move-partial): Remove unused var `ppos'.
5319 (line-move-1): Replace 9999 with most-positive-fixnum.
5320 (move-end-of-line): Use more efficient single-property search.
5321 (move-beginning-of-line): Remove unused var `start'.
5322 (blink-matching-open): Restructure in a more functional style.
5323
6fbc407a
MC
53242007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5325
5326 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5327
13ba3740
SM
53282007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5329
448f754f
SM
5330 * server.el (server-clients): Only keep procs, no properties any more.
5331 (server-client): Remove.
5332 (server-client-get, server-client-set): Remove, replace all callers by
5333 process-get and process-put resp.
5334 (server-clients-with, server-add-client, server-delete-client)
5335 (server-create-tty-frame, server-create-window-system-frame)
5336 (server-process-filter, server-execute, server-visit-files)
5337 (server-buffer-done, server-kill-buffer-query-function)
5338 (server-kill-emacs-query-function, server-switch-buffer)
5339 (server-save-buffers-kill-terminal): Update accordingly.
5340
13ba3740
SM
5341 * server.el (server-with-environment): Simplify.
5342 (server-select-display, server-unselect-display): Re-add functions that
5343 seem to have been lost in the multi-tty merge.
5344 (server-eval-and-print, server-create-tty-frame)
5345 (server-create-window-system-frame, server-goto-toplevel)
5346 (server-execute, server-return-error): New functions extracted from
5347 server-process-filter.
5348 (server-execute-continuation): New functions.
5349 (server-process-filter): Restructure so that all arguments are analysed
2171e172 5350 first and then acted upon in a subsequent stage. This way
13ba3740
SM
5351 server-goto-toplevel can be executed later, when we know if
5352 it's necessary.
5353 Remove the "-version" and "-version-good" support.
5354
47fdaab8
GM
53552007-09-16 Drew Adams <drew.adams@oracle.com>
5356
fdc90613 5357 * cus-edit.el (custom-face-edit-activate): Doc fix.
47fdaab8 5358
c5da8ef6
GM
53592007-09-16 Glenn Morris <rgm@gnu.org>
5360
5361 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5362 Following cal-bahai renaming, update all instances of
5363 list-bahai-diary-entries to diary-bahai-list-entries,
5364 mark-bahai-diary-entries to diary-bahai-mark-entries,
5365 calendar-goto-bahai-date to calendar-bahai-goto-date,
5366 insert-bahai-diary-entry to diary-bahai-insert-entry,
5367 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5368 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5369 calendar-print-bahai-date to calendar-bahai-print-date.
5370
5371 * textmodes/tex-mode.el (tex-region): Handle the case where the
5372 region is not in `tex-main-file'. Move the old code that applies
5373 to both cases...
5374 (tex-region-1): ...to this new function.
5375
03368919
SM
53762007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5377
86e80023
SM
5378 * vc.el (vc-process-sentinel): New function.
5379 (vc-exec-after): Use it instead of using ugly hackish analysis and
5380 construction of Elisp code.
5381 (vc-sentinel-movepoint): New dynamically scoped var.
5382 (vc-print-log, vc-annotate): Set it to move the user's point.
5383
72d1ce61
SM
5384 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5385 inhibit-modification-hooks.
5386
03368919
SM
5387 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5388 (calendar-bahai-print-date, calendar-bahai-goto-date)
5389 (diary-bahai-list-entries, diary-bahai-insert-entry):
5390 New names to clean up the namespace a bit more.
5391 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5392
24c6be9f
GM
53932007-09-15 Glenn Morris <rgm@gnu.org>
5394
5395 * calendar/holidays.el (holiday-list): Rename it back to
5396 `list-holidays', but leave `holiday-list' as an alias.
5397
96736d92
GM
5398 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5399 custom group.
5400
5401 * textmodes/css-mode.el (css): New custom group.
5402 (css-electrick-keys, css-selector, css-property)
5403 (css-indent-offset): Specify custom group.
5404
62b84d36
SM
54052007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5408 (cvs-execute-single-file): Use process-file.
5409 (cvs-run-process): Use start-file-process.
5410
aaeefd66
DN
54112007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5412
5413 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5414 level. Remove the hooks when turning off the mode.
5415
5416 * term/xterm.el: Require xt-mouse at compile time.
5417 (terminal-init-xterm): Turn on xterm mouse tracking for this
5418 terminal if xterm-mouse-mode is enabled.
5419
1fe912ee
DN
54202007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5421
da600aad
DN
5422 * term/xterm.el (xterm-function-map): Replace bindings that were
5423 deleted by the merge.
1fe912ee 5424
a4fcacde
TTN
54252007-09-14 Ulf Jasper <ulf.jasper@web.de>
5426
5427 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5428 (bubbles-mode-map): Move define-key statements here.
5429 (bubbles-game-theme-menu): Ditto.
5430 (bubbles-graphics-theme-menu): Ditto.
5431 (bubbles-menu): Ditto.
5432 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5433 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5434 (bubbles-plop): Set buffer-undo-list, redisplay.
5435 (bubbles-undo): Reset buffer-undo-list, redisplay.
5436 (bubbles--show-images): Take care of missing text properties.
5437
f5d58dd1
GM
54382007-09-14 Glenn Morris <rgm@gnu.org>
5439
34acda03
GM
5440 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5441 quoting.
5442
f5d58dd1
GM
5443 * calendar/cal-hebrew.el, calendar/cal-menu.el
5444 * calendar/calendar.el, calendar/diary-lib.el
5445 * calendar/holidays.el: Rename all instances of
5446 list-calendar-holidays callers to calendar-list-holidays,
5447 list-holidays to holiday-list, check-calendar-holidays to
5448 calendar-check-holidays, mark-calendar-holidays to
5449 calendar-mark-holidays, and filter-visible-calendar-holidays to
5450 holiday-filter-visible-calendar.
5451
e1b19750
DN
54522007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5453
5454 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5455
45169e8d
TTN
54562007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5457
5458 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5459 Use transparent background for empty cells in graphics mode.
5460
162a12b1
GM
54612007-09-13 Jari Aalto <jari.aalto@cante.net>
5462
5463 * man.el (Man-default-man-entry): At end of line, continue looking
d9d31f0a 5464 to the next line for possible end of hyphenated command.
162a12b1 5465
45a4af63
GM
54662007-09-13 Chris Moore <dooglus@gmail.com>
5467
5468 * shell.el (shell-resync-dirs): Don't move the cursor relative to
d9d31f0a 5469 the command being edited.
45a4af63 5470
8a1dd108
TTN
54712007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5472
5473 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5474
6670206f
DN
54752007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5476
5477 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5478 C-M-S- keys.
5479
5480 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5481
ad56e18b
MC
54822007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5483
0f71f9da 5484 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
ad56e18b
MC
5485 New argument `filename-p' to use one set of confusing chars or another.
5486 (browse-url-file-url): Use the argument.
5487 Suggested by Johannes Weiner.
5488
1c5eb135
RF
54892007-09-12 Romain Francoise <romain@orebokech.com>
5490
5491 * cus-start.el (all): Revert 2007-09-08 change.
5492
aea4b38c
GM
54932007-09-12 Aaron Hawley <aaronh@garden.org>
5494
5495 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5496 extract .Z files, since it is more common than uncompress.
5497
58efff64
GM
54982007-09-12 Glenn Morris <rgm@gnu.org>
5499
5500 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5501 duplicate function definition.
5502
7fb6ce6e
TTN
55032007-09-10 Chris Moore <dooglus@gmail.com>
5504
5505 * diff-mode.el (diff-sanity-check-hunk):
5506 Also accept single-line hunks.
5507
6794a919
CY
55082007-09-10 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * startup.el (startup-screen-inhibit-startup-screen)
5511 (pure-space-overflow-message): New vars.
5512 (fancy-splash-insert): Allow functions for face and link specs.
5513 (fancy-splash-head): Remove unused arg. Move splash text...
5514 (fancy-startup-text, fancy-about-text): ...here.
5515 (fancy-startup-tail): Rename from fancy-splash-tail.
5516 (fancy-startup-screen, fancy-about-screen): Split off from
5517 fancy-splash-screens.
5518 (display-startup-screen): New function.
5519 (display-about-screen): Rename from display-splash-screen.
5520 (command-line-1): Use concise startup screen if necessary.
5521
28421945
TTN
55222007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5523
5524 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5525 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5526
9c934431
SM
55272007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5528
3137dda8
SM
5529 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5530 (python-font-lock-keywords): Update to the 2.5 version of the language.
5531 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5532 (python-backspace): Only behave funny in code.
5533 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5534 (inferior-python-mode): Add PDB prompt regexp.
5535 (python-fill-paragraph): Refine the fenced-string regexp.
5536 (python-find-imports): Handle imports spanning several lines.
5537 (python-mode): Add `class' to hideshow support.
5538
55392007-09-10 Dave Love <fx@gnu.org>
5540
9c934431
SM
5541 * outline.el (outline-4, outline-5, outline-7):
5542 Move font-lock-builtin-face down from 4 to 7 to better keep the
5543 progression of color brightness, and to better match Org-mode's faces.
5544
90d10f16
MC
55452007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5546
89c19c1e
MC
5547 * progmodes/meta-mode.el (meta-font-lock-keywords)
5548 (font-lock-match-meta-declaration-item-and-skip-to-next)
5549 (meta-comment-indent, meta-indent-previous-line)
5550 (meta-indent-unfinished-line, meta-beginning-of-defun)
5551 (meta-end-of-defun, meta-common-initialization): Handle \f.
ebd3fa6b
MC
5552 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5553 a comment-start.
89c19c1e 5554
90d10f16
MC
5555 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5556 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5557 numeric notation of file modes.
5558 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5559 numeric value.
5560 (read-file-modes): New. Read either an octal value of a file mode or a
5561 symbolic value, and return its numeric value.
5562
822b17d3
MC
5563 * dired-aux.el (dired-do-chmod): Change to use the built-in
5564 `set-file-modes' and the previous symbolic mode parsing functions.
5565
70165841
SM
55662007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5567
2db33a18
SM
5568 * textmodes/texinfo.el: Remove spurious * in docstrings.
5569 (texinfo-mode-syntax-table, texinfo-mode-map):
5570 Initialize in the declaration.
5571
c03aab72
SM
5572 * tmm.el: Remove spurious * in docstrings.
5573 (tmm-prompt): Use with-current-buffer.
5574
ad141260
SM
5575 * vcursor.el: Remove spurious * in docstrings.
5576 (vcursor-map): Initialize in the declaration.
5577 (vcursor-use-vcursor-map): Use define-minor-mode.
5578 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5579
3643fbbc
SM
5580 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5581 Initialize in the declaration.
5582 (widget-minor-mode): Use define-minor-mode.
5583
70165841
SM
5584 * woman.el (woman-mode-map, woman-syntax-table):
5585 Initialize in the declaration.
5586
94dbe99c
TTN
55872007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5588
5589 * doc-view.el: New file.
5590
490a1ad6
JL
55912007-09-09 Juri Linkov <juri@jurta.org>
5592
5593 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5594
5595 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5596
5597 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5598 to "Startup screen". Fix docstring.
5599 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5600 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5601 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5602 (initial-scratch-message): Fix docstring.
5603 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5604 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5605 Add link to "Customize Startup" and set interval between links to
5606 5 spaces.
5607 (fancy-about-text): Add links "Authors" and "Contributing".
5608 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5609 and "This is " on the about screen. Add link to
5610 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5611 For the about screen move emacs version to the header from
5612 `fancy-splash-tail' (as it's done already for normal about screen).
5613 (fancy-splash-tail): Insert emacs version only for startup screen.
5614 (normal-splash-screen): Remove duplicate empty lines.
5615 (normal-about-screen): Add links "Authors" and "Contributing".
5616
3a155dd6
JL
5617 * menu-bar.el (menu-bar-help-menu):
5618 Move "About Emacs" and "About GNU" to the end of the Help menu.
5619 Move "Emacs Psychotherapist" after "Send Bug Report...".
5620 Move "External Packages" after "Find Emacs Packages".
5621
8a4438b6
MA
56222007-09-09 Michael Albinus <michael.albinus@gmx.de>
5623
5624 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5625 they are useless with the byte compiler.
5626 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5627 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5628 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5629 (tramp-file-name-real-host, tramp-file-name-port)
5630 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5631 defuns.
5632
5633 * net/tramp-cache.el (top): Improve error message when
5634 `tramp-persistency-file-name' is corrupted.
5635
d218d6a2
JW
56362007-09-09 Carsten Dominik <dominik@science.uva.nl>
5637
5638 * textmodes/org.el (org-re): Also replace the :alpha: class.
5639 (org-todo-tag-alist): Variable removed.
209dc81c 5640 (org-todo-key-alist, org-todo-key-trigger): New variables.
d218d6a2
JW
5641 (org-use-fast-todo-selection): New option.
5642 (org-log-done): Docstring fixed.
5643 (org-deadline-warning-days): New default value 14.
209dc81c 5644 (org-edit-timestamp-down-means-later): New option.
d218d6a2
JW
5645 (org-tag-alist): Docstring fixed.
5646 (org-fast-tag-selection-include-todo): New option.
5647 (org-export-language-setup): New languages added.
5648 (org-set-regexps-and-options): Compute the new variables.
5649 (org-paste-subtree): Cleaning up.
5650 (org-remember-apply-template): New escape %A.
5651 (org-todo): Call fast TODO selection.
5652 (org-fast-todo-selection): New function.
5653 (org-add-log-note): Allow prefix for abort exit.
5654 (org-at-property-p, org-entry-properties)
5655 (org-columns-get-autowidth-alist): Use :alpha: class.
5656 (org-get-wdays): New function.
5657 (org-agenda-remove-date): New variable.
5658 (org-agenda-get-deadlines): Use `org-get-wdays'.
5659 (org-agenda-get-deadlines): Reverse ee before returning.
5660 (org-format-agenda-item): New argument REMOVE-RE.
5661 (org-agenda-convert-date): Baha'i calendar added.
5662 (org-infile-export-plist): Also find DATE line.
5663 (org-get-min-level): New function.
5664 (org-export-as-html, org-export-as-ascii): Use the date format.
5665 (org-shiftup, org-shiftdown): Use.
5666 `org-edit-timestamp-down-means-later'.
5667 (org-assign-fast-keys): New function.
5668
e80134cd
EZ
56692007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5670
5671 * cus-start.el (all): Add prefer-window-split-horizontally from
5672 window.c.
5673
5edcabcb
EZ
56742007-09-08 Eli Zaretskii <eliz@gnu.org>
5675
5676 * net/browse-url.el (browse-url-galeon): Fix last change.
5677 (top-level): Require cl when compiling.
5678
c426c0d1
CD
56792007-09-08 Carsten Dominik <dominik@science.uva.nl>
5680
5681 * textmodes/org-export-latex.el: arch-tag restored.
5682
5683 * textmodes/org-publish.el: arch-tag restored.
5684
6e33433d
MY
56852007-09-08 Masatake YAMATO <jet@gyve.org>
5686
70165841 5687 * progmodes/which-func.el (which-func-modes): Add diff-mode.
59825017 5688
8a4438b6 5689 * progmodes/cc-langs.el: Support new keywords added to
6e33433d 5690 objective-c frontend of gcc.
70165841
SM
5691 (c-simple-stmt-kwds): Add @throw.
5692 (c-block-stmt-2-kwds): Add @synchronized.
5693 (c-block-stmt-1-kwds): Add @finally and @try.
6e33433d 5694
0b8568f5
JW
56952007-09-07 Carsten Dominik <dominik@science.uva.nl>
5696
0f71f9da 5697 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
b1634ed2
CD
5698 (org-agenda-after-show-hook): New variable.
5699 (org-columns-compile-format)
5700 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5701 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5702 property names.
5703 (org-get-wdays): New function.
0b8568f5 5704
98a6dc9f
SM
57052007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5706
08ea6d2f
SM
5707 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5708
5709 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5710
98a6dc9f
SM
5711 * vc-arch.el (vc-arch-checkin): Fix typo.
5712
e141eb2e
RF
57132007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5714
5715 * cus-face.el (custom-theme-set-faces): Set face attributes
5716 locally for each frame.
5717
5c7ffa04
SM
57182007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5719
a227f163
SM
5720 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5721 via font-lock-defaults.
5722
5c7ffa04
SM
5723 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5724 derived-mode-p.
5725
4f060cc7
TTN
57262007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5727
5728 * progmodes/autoconf.el (autoconf-definition-regexp):
5729 Handle optional square brackets around definition name.
5730
7262075d
GM
57312007-09-07 Johannes Weiner <hannes@saeurebad.de>
5732
5733 * net/browse-url.el (browse-url-browser-function): Add elinks.
5734 (browse-url-elinks-wrapper): New option.
5735 (browse-url-encode-url, browse-url-elinks)
5736 (browse-url-elinks-sentinel): New functions.
5737 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5c7ffa04
SM
5738 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5739 Use new function browse-url-encode-url.
7262075d
GM
5740
57412007-09-07 Glenn Morris <rgm@gnu.org>
5742
5743 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5744 say if multi-tty is present.
5745
86970dbd
SM
57462007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5747
c8f1ea76
SM
5748 * cus-start.el (split-window-preferred-function): Add custom info.
5749
2317a7cf
SM
5750 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5751 (calendar-mark-holidays, calendar-list-holidays)
5752 (holiday-filter-visible-calendar): New names to clean up namespace.
5753 (filter-visible-calendar-holidays, list-calendar-holidays)
5754 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5755 Add compatibility aliases.
5756 (calendar-check-holidays, calendar-mark-holidays)
5757 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5758 (holiday-sexp): Replace append with list.
5759 (holiday-filter-visible-calendar): Replace append with push.
5760
86970dbd
SM
5761 * woman.el: Remove spurious * in docstrings.
5762 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5763 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5764 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5765 (woman-write-directory-cache, woman-display-extended-fonts)
5766 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5767 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5768 (woman-mode): Use inhibit-read-only.
5769 (woman-negative-vertical-space): Use dotimes.
5770 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5771
12451866
RF
57722007-09-06 Romain Francoise <romain@orebokech.com>
5773
5774 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5775 (vc-bzr-workfile-version): Use it.
5776
9a8b3a5c
RF
57772007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5778
5779 * complete.el (PC-do-completion): Don't try to treat
12451866 5780 empty string as an abbreviation.
9a8b3a5c 5781
27ba1132
GM
57822007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5783
5784 * help-fns.el (describe-variable): Keep doc's text properties.
5785
d920b27a
DN
57862007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5787
5788 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5789 instead of a file.
5790
f657c21b
GM
57912007-09-06 Glenn Morris <rgm@gnu.org>
5792
5793 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5794 (checkdoc-minor-mode): Allow user to specify lighter via
5795 checkdoc-minor-mode-string.
5796
fad930b6
RS
57972007-09-05 Richard Stallman <rms@gnu.org>
5798
86970dbd 5799 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
fad930b6
RS
5800 Several items removed, simplified, or put on one line.
5801 (fancy-about-text): Add substantial contents, part of startup text.
5802 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5803 (normal-splash-screen): Call normal-mouse-startup-screen,
5804 normal-no-mouse-startup-screen, or normal-about-screen.
5805 (normal-mouse-startup-screen): New fn, broken out, shortened.
5806 (normal-no-mouse-startup-screen): New fn, broken out.
5807 (normal-about-screen): New function, contents all new.
5808
e8449cdb
MC
58092007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5810
5811 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5812
d0da8f91
GM
58132007-09-05 Glenn Morris <rgm@gnu.org>
5814
5815 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5816 is bound.
5817
58182007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5819
5820 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
86970dbd 5821 in doc string.
d0da8f91 5822
e4019195
DN
58232007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5824
86970dbd 5825 * server.el (server-start, server-unload-hook): Undo previous change.
e4019195
DN
5826
5827 * xt-mouse.el: Undo previous change.
5828
1d865f15
JL
58292007-09-04 Juri Linkov <juri@jurta.org>
5830
5831 * startup.el (fancy-about-text): New variable.
5832 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5833 (fancy-current-text, fancy-splash-stop-time)
5834 (fancy-splash-outer-buffer): Remove variables.
5835 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5836 `startup' and use it to conditionally display different texts for
5837 Startup and About screens. Don't display Help commands on the About
5838 screen.
5839 (fancy-splash-screens-1): Remove function and move its content to
5840 `fancy-splash-screens' to the part that dislpays the About screen.
5841 (exit-splash-screen): Don't treat specially exiting from
5842 alternating screens.
5843 (fancy-splash-screens): Rename argument `static' to `startup'.
5844 Fix docstring. Remove code for displaying alternating screens.
5845 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5846 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5847 for `inhibit-read-only'.
5848 (normal-splash-screen): Rename argument `static' to `startup'.
5849 Fix docstring. Use argument `startup' to conditionally display
5850 different texts for Startup and About screens. Don't display Help
5851 commands on the About screen. Remove `unwind-protect' `sit-for'
5852 delay and `kill-buffer' after it.
5853 (display-startup-echo-area-message): Remove call to
5854 `use-fancy-splash-screens-p' because image.el is preloaded and
5855 doesn't display "Loading image... done".
5856 (display-splash-screen): Rename argument `static' to `startup'.
5857 Fix docstring.
5858
92cd6a7c
DN
58592007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5860
5861 * server.el (server-start, server-unload-hook):
5862 suspend-tty-functions has been renamed to suspend-tty-hook.
5863
5864 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5865 resume-tty-hook.
5866
0f71f9da 58672007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
b7185a73
DN
5868
5869 * loadup.el: Fix merge problem, only load "button" once.
5870
f4f6d1ed
GM
58712007-09-03 Glenn Morris <rgm@gnu.org>
5872
f0988e47
GM
5873 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5874 "Working file:" as the prefix, for the sake of
5875 log-view-current-file.
f4f6d1ed 5876
13af5af5
DN
58772007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5878
86970dbd 5879 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
13af5af5
DN
5880 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5881 if the selected frames is in
5882 xterm-modify-other-keys-terminal-list.
5883 (xterm-turn-off-modify-other-keys): Add an optional frame
86970dbd 5884 parameter. Only turn off modify-other-keys if FRAME is in
13af5af5
DN
5885 xterm-modify-other-keys-terminal-list.
5886 (xterm-remove-modify-other-keys): New function.
86970dbd
SM
5887 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5888 Add the selected frame to xterm-modify-other-keys-terminal-list.
13af5af5 5889
5db55b9e
JD
58902007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5891
5892 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5893 (icon-map-list): New variable.
5894 (x-gtk-map-stock): Use icon-map-list.
5895
ccf89694
RF
58962007-09-02 Romain Francoise <romain@orebokech.com>
5897
5898 * log-view.el (log-view-current-file): Balance parens.
5899
0720576c
GM
59002007-09-02 Glenn Morris <rgm@gnu.org>
5901
510e240f
GM
5902 * comint.el (comint-mode): Don't set scroll-conservatively.
5903
0720576c
GM
5904 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5905 non-command arguments.
5906
b0bda246
GM
5907 * log-view.el (log-view-current-file): Give a more explicit error
5908 if log-view-file-re fails to find a match.
5909
9f1c6587
TTN
59102007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5911
5912 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5913 Fix bug: Don't expand top-level file name more than once.
5914 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5915
ecaf7334
SM
59162007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * server.el (server-process-filter): Don't display the splash screen.
5919 It's annoying enough on the initial screen and becomes positively
5920 obnoxious here.
5921
afdd184c
SM
59222007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5925 Change naming to use "avl-tree--" for internal functions.
5926
20f8ac73
DN
59272007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5928
7c1bfecc
DN
5929 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5930 the merge.
5931 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5932 (provide): Move to the end of file.
5933
20f8ac73
DN
5934 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5935
661e8cd1
MC
59362007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5937
08fea928
MC
5938 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5939 New variable. List of exceptions for the duplicated word rule.
5940 (flyspell-mark-duplications-flag): Mention it.
5941 (flyspell-word): Treat it.
5942
661e8cd1
MC
5943 * files.el (create-file-buffer): If the filename sans directory starts
5944 with spaces, remove them.
5945
5cb94d12
JD
59462007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5947
5948 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5949 (x-gtk-map-stock): Use two directory elements when matching
5950 file name.
5951
4596901f
GM
59522007-08-31 James Wright <james@chumsley.org>
5953
5954 * eshell/em-unix.el (eshell/info): New function.
5955
fdb88463
SM
59562007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5957
db30aa12
SM
5958 * frame.el (frame-initialize, make-frame):
5959 * server.el (server-process-filter):
5960 * faces.el (tty-set-up-initial-frame-faces): Don't set
5961 term-environment-variable since it's not used any more.
5962
5963 * env.el (setenv): Don't treat $TERM specially.
5964
fdb88463
SM
5965 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5966 stated otherwise, subprocesses do not send back escape sequences
5967 corresponding to the terminal from which Emacs was started.
5968
3b44dbc5
TTN
59692007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5970
5971 * calculator.el: Require cl for compilation.
5972
550641d3
DP
59732007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5974
5975 * outline.el (outline-font-lock-levels): Comment out unused var.
5976 (outline-font-lock-face): Wrap around face list to handle any
5977 nesting depth gracefully.
5978
b83483d5
MA
59792007-08-30 Michael Albinus <michael.albinus@gmx.de>
5980
bdca334b
RS
5981 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5982 `set-file-times'.
b83483d5 5983
ff95e246
CD
59842007-08-30 Carsten Dominik <dominik@science.uva.nl>
5985
5986 * textmodes/org.el (org-export-visible): Fix drawers before export.
5987 (org-do-sort): Allow sorting by priority.
5988 (org-agenda-files): Ignore non-existing files.
5989 (org-agenda-skip-unavailable-files): New variable.
5990 (org-ellipsis): All a face as value.
5991 (org-mode): Interprete the face value of `org-ellipsis'.
5992 (org-archive-save-context-info): New option.
5993 (org-archive-subtree): Store context info in archived entry.
5994 (org-fast-tag-selection-can-set-todo-state): New variable.
5995 (org-fast-tag-selection): Allow setting TODO states through this
5996 interface.
5997 (org-cycle): Docstring updated.
5998 (org-todo-keyword-faces): New option.
5999 (org-get-todo-face): New function.
fdb88463
SM
6000 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6001 Use `org-get-todo-face'.
ff95e246
CD
6002 (org-switch-to-buffer-other-window): New function.
6003 (org-table-edit-field, org-table-show-reference)
6004 (org-table-edit-formulas, org-add-log-note)
6005 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6006 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6007 `switch-to-buffer-other-window' to make sure that the temporary
6008 windows show up on the current frame.
6009 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
fdb88463
SM
6010 (org-get-entries-from-diary, org-replace-region-by-html):
6011 Don't allow pop-up frames.
6012 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6013 Fix problems with time-of-day.
ff95e246
CD
6014 (org-export-get-title-from-subtree): New function.
6015 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6016 with listing items that are DONE.
6017 (org-change-tag-in-region): New command.
6018 (org-agenda-skip-scheduled-if-done)
6019 (org-agenda-skip-deadline-if-done): Docstring clarified.
6020 (org-mode): Hide drawers on startup.
6021 (org-get-todo-face): New function.
6022 (org-todo-keyword-faces): New option.
82a93b22
CD
6023 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6024 (org-remove-keyword-keys): New function.
b83483d5 6025
a2e548a9
TTN
60262007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6027
fdb88463
SM
6028 * progmodes/grep.el (grep-find-ignored-directories):
6029 Add monotone _MTN bookkeeping directory in workspaces.
6030 Add RCS control directory. List items in alphabetical order.
a2e548a9 6031
2796180f 6032 * progmodes/grep.el (grep-files-aliases): Add cc alias.
fdb88463 6033 Sort items in alphabetical order. Fix parens.
2796180f 6034
dc8ceca1
DN
60352007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6036
f0230324
DN
6037 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6038 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6039 (vc-hg-pull): New functions.
6040 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6041
dc8ceca1
DN
6042 * term/mac-win.el: Don't require url, only autoloaded url
6043 functions are used in this file.
6044
d9af6951
AS
60452007-08-29 Andreas Schwab <schwab@suse.de>
6046
6047 * shell.el (shell): Return correct value from interactive spec.
6048
6d017e27
GM
60492007-08-29 Glenn Morris <rgm@gnu.org>
6050
6051 * version.el (emacs-version): Increase to 23.0.50.
6052
9b229c32
JD
60532007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6054
6055 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6056
8d9cc0b7
MB
60572007-08-29 Juri Linkov <juri@jurta.org>
6058
6059 * loadup.el: Add "button" loading after "faces" and move "startup"
6060 to load after "button".
6061
60622007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6063
6064 * loadup.el: Load term/mac-win on a Mac using Carbon.
6065
6066 * term/mac-win.el: Provide mac-win.
6067 (mac-initialized): New variable.
b7b27c93 6068 (mac-initialize-window-system): New function. Move global setup here.
8d9cc0b7
MB
6069 (handle-args-function-alist, frame-creation-function-alist):
6070 (window-system-initialization-alist): Add mac entries.
6071 (x-setup-function-keys): New function containing all the
6072 top level function key definitions.
6073
6074 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6075
b7b27c93 6076 * env.el (read-envvar-name): Don't consider the environment frame param.
8d9cc0b7 6077
b7b27c93
JB
6078 * env.el (setenv):
6079 * frame.el (frame-initialize, make-frame):
6080 * faces.el (tty-set-up-initial-frame-faces):
6081 * server.el (server-process-filter): Set
8d9cc0b7
MB
6082 display-environment-variable and term-environment-variable.
6083
6084 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6085
60862007-08-29 Jason Rumney <jasonr@gnu.org>
6087
6088 * loadup.el: Only load term/x-win when X is compiled in.
6089 Load term/w32-win and dependencies on windows-nt.
6090
6091 * term/w32-win.el: Reorder to match x-win.el more closely.
b7b27c93 6092 Provide w32-win. Don't throw error when global window-system not w32.
8d9cc0b7
MB
6093 (internal-face-interactive): Remove obsolete function.
6094 (x-setup-function-keys): Use local-function-key-map.
6095 (w32-initialized): New variable.
6096 (w32-initialize-window-system): Set it.
6097 Move more global setup here.
6098 (x-setup-function-keys): New function.
b7b27c93 6099 (w32-initialize-window-system): Move non function key global setup here.
8d9cc0b7
MB
6100 (x-cut-buffer-max): Remove.
6101 (w32-initialize-window-system): New function.
6102 (handle-args-function-alist, frame-creation-function-alist):
6103 (window-system-initialization-alist): Add w32 entries.
6104
61052007-08-29 David Kastrup <dak@gnu.org>
6106
6107 * env.el (getenv): Pass frame to getenv-internal.
6108
4b649a8e 61092007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8d9cc0b7 6110
7262075d
GM
6111 * version.el (emacs-version): Show if multi-tty is present.
6112
8d9cc0b7
MB
6113 * loadup.el: Delay loading env; mule-conf gets confused by cl
6114 during bootstrap. Also load termdev and term/x-win.
6115
6116 * bindings.el (mode-line-client): New variable.
6117 (help-echo): Add it to the default mode-line format.
6118
6119 * cus-start.el: Remove bogus window-system reference from GTK test.
6120
93137d49 6121 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
8d9cc0b7
MB
6122 (ebrowse-electric-position-mode-map):
6123 * ebuff-menu.el (electric-buffer-menu-mode-map):
6124 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6125 not `suspend-emacs'.
6126
6127 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6128 (ediff-window-setup-function): Use it as default.
6129
6130 * files.el (save-buffers-kill-terminal): New function.
6131 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6132
6133 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6134 and `with-selected-frame'.
6135
6136 * help-fns.el (describe-variable): Describe frame-local variables
6137 correctly.
6138
6139 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6140 display support.
6141 (normal-erase-is-backspace-setup-frame): New function.
6142
6143 * subr.el (with-selected-frame): New function.
6144 (read-quoted-char): Use terminal-local binding of
6145 local-function-key-map instead of function-key-map.
6146
6147 * talk.el (talk): New function.
6148 (talk-handle-delete-frame): New function.
6149 (talk-add-display): Open a new frame only if FRAME was not a frame.
6150
6151 * termdev.el: New file.
6152
6153 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6154 * term/x-win.el: Don't bind f10.
6155 * tmm.el: Remove autoload binding for f10.
6156
6157 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6158 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6159 Store the saved input method as a terminal parameter. Add keymap
6160 parameter. Use it instead of changing key-translation-map directly.
6161 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6162 Remove.
6163 (encoded-kbd-setup-display): New function.
6164
6165 * international/mule-cmds.el (set-locale-environment): Fix getenv
6166 call. Use save-buffers-kill-terminal. Ignore window-system; always
6167 set the keyboard coding system. Add DISPLAY parameter.
6168 (set-display-table-and-terminal-coding-system): Add DISPLAY
6169 parameter. Pass it to set-terminal-coding-system.
6170
6171 * international/mule.el (keyboard-coding-system): Test for
6172 encoded-kbd-setup-display, not encoded-kbd-mode.
6173 (set-terminal-coding-system, set-keyboard-coding-system): Add
6174 DISPLAY parameter.
6175 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6176
6177 * term/README: Update.
6178
6179 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6180
6181 * term/x-win.el (x-setup-function-keys): New function. Move
6182 function-key-map tweaks here. Protect against multiple calls on
6183 the same terminal. Use terminal-local binding of
6184 local-function-key-map instead of function-key-map.
6185 (x-initialize-window-system): Make a copy of pure list. Pass a
6186 frame getenv.
6187
6188 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6189 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6190 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6191 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6192 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6193 local-function-key-map instead of function-key-map.
6194
6195 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6196 `substitute-key-definition' and `define-key' calls against
6197 multiple execution. Use terminal-local binding of
6198 local-function-key-map instead of function-key-map. Pass a frame
6199 to getenv.
6200
6201 * edmacro.el (edmacro-format-keys):
6202 * emulation/cua-base.el (cua--pre-command-handler):
6203 * isearch.el (isearch-other-meta-char):
6204 * xt-mouse.el: Use terminal-local binding of
6205 local-function-key-map instead of function-key-map.
6206
6207 * fringe.el (set-fringe-mode): Simplify and fix using
6208 `modify-all-frames-parameters'.
6209 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6210 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6211 check before calling `tool-bar-setup'.
6212 (tool-bar-setup): New variable.
6213 (tool-bar-setup): Use it to guard against multiple calls. Add
6214 optional frame parameter, and select that frame before adding items.
6215 (toggle-tool-bar-mode-from-frame): New function.
6216
6217 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6218 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6219 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6220 "Tool-bar" toggles to reflect the state of the current frame.
6221 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6222
b7b27c93 6223 * env.el: Require cl for byte compilation (for `block' and `return').
8d9cc0b7
MB
6224 (environment, setenv-internal): New functions.
6225 (let-environment): New macro.
6226 (setenv, getenv): Add optional terminal parameter. Update docs.
6227 (setenv): Use setenv-internal. Always set process-environment.
6228 Handle `local-environment-variables'.
6229 (read-envvar-name, setenv, getenv): Use frame parameters
6230 to store the local environment, not terminal parameters. Include
6231 `process-environment' as well.
6232
6233 * faces.el (tty-run-terminal-initialization): New function.
6234 (tty-create-frame-with-faces): Use it. Set up faces and
6235 background mode only after the terminal has been initialized.
6236 Call terminal-init-*. Don't load the initialization file more
6237 than once. Call set-locale-environment.
6238 (frame-set-background-mode): Handle the 'background-mode terminal
6239 parameter.
6240 (tty-find-type): New function.
6241 (x-create-frame-with-faces): Remove bogus check for
6242 first frame. Call `tool-bar-setup'. Don't make frame visible
6243 until we are done setting up all its parameters. Call
6244 x-setup-function-keys.
6245
6246 * frame.el (make-frame): Always inherit 'environment and 'client
6247 parameters. Set up the 'environment frame parameter, when needed.
6248 Also inherit 'client parameter. Don't override explicitly
6249 specified values with inherited ones. Add 'terminal frame
6250 parameter. Append window-system-default-frame-alist to parameters
6251 before calling frame-creation-function.
6252 (frame-initialize): Copy the environment from the initial frame.
6253 (window-system-default-frame-alist): Enhance doc string.
6254 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6255 `default-frame-alist' when initial frame is on a tty.
6256 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6257 Remove specified parameters from `window-system-default-frame-alist'.
6258 (make-frame-on-tty, framep-on-display, suspend-frame):
6259 Extend doc string, update parameter names.
6260 (frames-on-display-list): Use terminal-id to get the display id.
6261 (frame-notice-user-settings): Extend to apply
6262 settings in `window-system-default-frame-alist' as well.
6263 (terminal-id, terminal-parameters, terminal-parameter)
6264 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6265 (delete-frame-functions): Add to `delete-frame-functions' hook.
6266 (blink-cursor-mode): Adapt blink-cursor-mode default
6267 value from startup.el.
6268 (make-frame-on-display): Protect condition on x-initialized when
6269 x-win.el is not loaded. Update doc.
6270 (suspend-frame): Use display-controlling-tty-p to decide between
6271 suspend-emacs and suspend-tty.
6272 (frames-on-display-list): Update for display ids.
6273 (framep-on-display): Ditto.
6274 (suspend-frame): Use display-name, not frame-tty-name.
6275 (selected-terminal): New function.
6276
6277 * server.el: Use `device' instead of `display' or `display-id' in
6278 variable and client parameter names.
6279 (server-select-display): Remove (unused).
6280 (server-tty-live-p, server-handle-delete-tty): Remove.
6281 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6282 Update docs.
6283 (server-getenv-from, server-with-environment, server-send-string)
6284 (server-save-buffers-kill-terminal): New functions.
6285 (server-delete-client): Handle quits in kill-buffer. Don't kill
6286 modified buffers. Add extra logging. Delete frames after
6287 deleting the tty. Clear 'client parameter before deleting a frame.
6288 Use delete-display, not delete-tty.
6289 (server-visit-files): Don't set `server-existing-buffer' if the
6290 buffer already has other clients. Return list of buffers
6291 created. Update doc. Don't set client-record when nowait.
6292 (server-handle-delete-frame): Delete the client if this was its
6293 last frame. Check that the frame is alive. Remove bogus comment.
6294 Add note on possible race condition. Delete tty clients, if needed.
6295 (server-handle-suspend-tty): Use server-send-string. Kill the
6296 client in case of errors from process-send-string. Use the display
6297 parameter.
6298 (server-unload-hook): Remove obsolete delete-tty hook.
6299 (server-start): Ask before restarting if the old server still has
6300 clients. Add feedback messages. Remove obsolete delete-tty hook.
6301 (server-process-filter): Use server-send-string. Accept `-dir'
6302 command. Switch to *scratch* immediately after creating the frame,
6303 before evaluating any -evals. Protect `display-splash-screen'
6304 call in a condition-case. Explain why. Call
6305 `display-startup-echo-area-message' before
6306 `display-splash-screen'. Don't display the splash screen when no
6307 frame was created. Show the Emacs splash screen and startup echo
6308 area message. Display the *scratch* buffer by default. Store the
6309 local environment in a frame (not terminal) parameter. Do not try
6310 to decode environment strings. Fix reference to the 'display
6311 frame parameter. Change syntax of environment variables. Put
6312 environment into terminal parameters, not client parameters. Use
6313 a dummy client with --no-wait's X frames. In `-position LINE'
6314 handler, don't ruin the request string until the line number is
6315 extracted. Log opened files. Handle -current-frame command.
6316 Don't create frames when it is given. Don't bind X frames to the
6317 client when we are in -no-wait mode. Set locale environment
6318 variables from client while creating tty frames. Disable call to
6319 configure-display-for-locale. When processing -position command,
6320 don't change the request string until the parameters are
6321 extracted. Don't try to create an X frame when Emacs does not
6322 support it. Improve logging. Temporarily set ncurses-related
6323 environment variables to those of the client while creating a new
6324 tty frame. Select buffers opened by nowait clients, don't leave
6325 them buried under others. Set the display parameter, and use it
6326 when appropriate.
6327
6328 * startup.el (display-startup-echo-area-message): Handle
6329 `inhibit-startup-echo-area-message' here.
6330 (command-line-1): Moved from here.
6331 (fancy-splash-screens): Use `overriding-local-map' instead of
6332 `overriding-terminal-local-map' for now; the latter doesn't work
6333 right, it looses keypresses to another terminal. Use
6334 `overriding-terminal-local-map' to set up keymap. Install a
6335 `delete-frame-functions' hook to catch `delete-frame' events.
6336 Ignore `select-window' events to cope better with
6337 `focus-follows-mouse'. Don't switch back to the original buffer
6338 if the splash frame has been killed. Restore previous buffer, even
6339 if it's *scratch*.
6340 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6341 changes the global binding - setq it instead. Use
6342 `save-buffers-kill-terminal'.
6343 (display-splash-screen): Don't do anything if the splash screen is
6344 already displayed elsewhere.
6345 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6346 (command-line): Replace duplicated code with a call to
6347 tty-run-terminal-initialization. Don't load the terminal
6348 initialization file more than once. Remove call to nonexistent
6349 function `set-locale-translation-file-name'.
6350
6351 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6352 parameters.
6353 (xterm-mouse-position-function, xterm-mouse-event): Update.
6354 (xterm-mouse-mode): Don't depend on current value of window-system.
6355 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6356 Update for multi-tty.
6357 (turn-on-xterm-mouse-tracking-on-terminal)
6358 (turn-off-xterm-mouse-tracking-on-terminal)
6359 (xterm-mouse-handle-delete-frame): New functions.
6360 (delete-frame-functions, after-make-frame-functions)
6361 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6362 for multi-tty.
6363
cb5b9015
SM
63642007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * simple.el (invisible-p): Remove: implemented in C now.
6367 (line-move-invisible-p): Remove obsolete alias.
6368
d487ca7d
JL
63692007-08-28 Juri Linkov <juri@jurta.org>
6370
6371 * image-mode.el (image-type): New variable.
6372 (image-mode): Set default major mode name to "Image[text]".
6373 (image-minor-mode): Change LIGHTER to display image-type in the
6374 mode line.
6375 (image-minor-mode): Set default image-type to "text".
6376 (image-toggle-display): After switching to text mode, set
6377 image-type to "text" and major mode name to "Image[text]".
6378 After switching to image mode, set image-type to actual image
6379 type, and add image type to major mode name. Let-bind the same
6380 variable names as arguments of `image-type' and `create-image'.
6381 Bind `type' to the result of `image-type' and use it as arg
6382 of `create-image' to not determine the image type twice.
6383
8d60099b
MA
63842007-08-28 Michael Albinus <michael.albinus@gmx.de>
6385
b7b27c93 6386 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8d60099b
MA
6387 (tramp-set-file-uid-gid, tramp-get-local-uid)
6388 (tramp-get-local-gid): New defuns.
6389 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6390 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6391 Improve fast track.
6392 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
cb5b9015 6393 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8d60099b
MA
6394 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6395 (tramp-handle-write-region): Improve fast track.
cb5b9015 6396 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8d60099b
MA
6397 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6398 be nil.
6399
aff2ba04
RS
64002007-08-28 Ivan Kanis <apple@kanis.eu>
6401
6402 * time.el: New feature to display several time zones in a buffer.
6403 (display-time-world-mode, display-time-world-display)
6404 (display-time-world, display-time-world-timer): New functions.
6405 (display-time-world-list, display-time-world-time-format)
6406 (display-time-world-buffer-name, display-time-world-timer-enable)
6407 (display-time-world-timer-second, display-time-world-mode-map):
6408 New variables.
6409
017de784
JD
64102007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6411
6412 * term/x-win.el (x-gtk-stock-map): New variable.
6413 (x-gtk-map-stock): New function.
6414
6415 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6416 prev/next-node.
6417
82dd78a8
KH
64182007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6419
6420 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6421
fd45e2f4
GM
64222007-08-28 Glenn Morris <rgm@gnu.org>
6423
b7b27c93 6424 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
fd45e2f4 6425
2503f222
TTN
64262007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6427
6428 * progmodes/modula2.el (m2-definition, m2-module):
6429 Don't use previous-line. Reported by T. V. Raman.
6430
8a2e0b2a
YM
64312007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6432
6433 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6434 argument to tool-bar-mode call.
6435
0ddda8cd
GM
64362007-08-27 Glenn Morris <rgm@gnu.org>
6437
f9274544
GM
6438 * diff-mode.el (diff-find-file-name): Only accept regular files,
6439 to rule out /dev/null, directories, etc.
6440
0ddda8cd
GM
6441 * vc-svn.el (vc-svn-diff): If the repository version of all the
6442 files is the same as the specified OLDVERS, do a local diff.
6443
c65e6942
SM
64442007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6445
8837a213
SM
6446 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6447 of buffers in uniquify-managed.
6448
c65e6942
SM
6449 * simple.el (invisible-p): Rename from text-invisible-p.
6450 Update callers.
6451
5ebfbcdc
SM
64522007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6453
9edd6ee6
SM
6454 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6455 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6456 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6457 (cperl-etags-goto-tag-location): Use new style backquotes.
6458
a621c46e
SM
6459 * net/browse-url.el: Remove spurious * in custom docstrings.
6460 (browse-url-filename-alist): Use new-style backquote.
6461
6462 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6463 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6464
6465 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6466 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6467
6468 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6469
6470 * net/socks.el (socks-username/password-auth-filter):
6471 Remove unused vars `state' and `desired-len'.
6472 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6473 (socks-wait-for-state-change): Use new-style backquotes.
6474
6475 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6476
36e65f70
SM
6477 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6478 backquotes after each `read' rather than once per buffer.
6479
78b35906
SM
6480 * dframe.el: Remove spurious * in custom docstrings.
6481 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6482 (dframe-xemacs20p): Remove, inline at the sole use point.
6483 (defface): Don't defvar the face, don't use old-style backquote.
6484 (defcustom): Don't use old-style backquote.
6485 (dframe-frame-parameter, dframe-mouse-event-p):
6486 Make it obvious that it's always defined.
6487 (dframe-popup-kludge): New function to replace
6488 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6489 (dframe-frame-mode, dframe-set-timer-internal)
6490 (dframe-mouse-set-point): Remove use of with-no-warnings from
6491 XEmacs-specific code.
6492 (dframe-set-timer-internal): Fix very old bug with
6493 post-command-idle-hook.
6494
6495 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5ebfbcdc 6496
68024874
TTN
64972007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6498
6499 * emacs-lisp/avl-tree.el: New file.
6500
b616a212 65012007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
a2ab90da
MC
6502
6503 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6504 was used.
6505
f8a3deed
MC
65062007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6507
6508 * complete.el (PC-do-completion): Make RET accept a non-unique but
6509 complete expansion again.
6510
0d182a34
TTN
65112007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6512
6513 * eshell/esh-opt.el (eshell-eval-using-options):
6514 Add debug declaration.
6515
a549ce70
DN
65162007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6517
a0902360
DN
6518 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6519 (log-view-get-marked): Likewise.
6520
a549ce70
DN
6521 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6522 (vc-delete-automatic-version-backups): Likewise.
6523
6524 * vc.el (vc-dired-buffers-for-dir): Likewise.
6525
3a44b2ae
DN
65262007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6527
ee0fb228
DN
6528 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6529 safe-local-variable setting.
6530 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6531
3a44b2ae
DN
6532 * log-view.el (log-view-marked-list): Delete variable.
6533 (log-view-mode): Don't use it.
6534 (log-view-toggle-mark-entry): Likewise, simplify.
6535 (log-view-current-tag): Don't return properties.
6536 (log-view-get-marked): New function.
6537
6f222162
DN
65382007-08-25 Alexandre Julliard <julliard@winehq.org>
6539
6540 * vc-git.el (vc-git-mode-line-string): New function.
6541
f2f800c3
AM
65422007-08-25 Alan Mackenzie <acm@muc.de>
6543
6544 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6545 new language variable.
6546
6547 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6548 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6549 "extern" etc., rather than BOI. Fix addition of spurious
6550 syntactic-symbol 'defun-block-intro, replacing it with
6551 'innamespace, etc.
6552
1ae0abbc
JL
65532007-08-25 Juri Linkov <juri@jurta.org>
6554
6555 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6556
6557 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6558 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6559 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6560
6561 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6562 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6563 (image-type-auto-detectable): Add (svg . maybe).
6564
6565 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6566 to treat it like .tgz.
6567
6568 * calendar/cal-bahai.el: Add file coding cookie.
6569
4d0a94d6
RS
65702007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6571
f29897bb
RS
6572 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6573 Don't behave differently when executed via M-x. Add doc string.
6574
4d0a94d6
RS
6575 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6576 safe-local-variable.
6577
94a95495
JB
65782007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6579
6580 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6581 the default value.
6582 (math-calendar-tzinfo): New variable.
6583 (math-get-calendar-tzinfo): New function.
6584 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6585 to get information when zone is nil.
6586
83db937c
DN
65872007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6588
6589 * log-view.el (log-view-toggle-mark-entry): New function.
6590 (log-view-mode-map): Bind it.
6591 (log-view-marked-list): New variable.
6592 (log-view-mode): Make it local.
6593
5b29d790
TTN
65942007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6595
6596 * play/zone.el (zone-pgm-rat-race): New func.
6597 (zone-programs): Add `zone-pgm-rat-race'.
6598
9d693d80
SM
65992007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6602 a list.
6603
39696a77
TTN
66042007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6605
6606 * progmodes/hideshow.el (hs-match-data): Delete alias.
6607 (hs-hide-block-at-point, hs-find-block-beginning)
6608 (hs-show-block): Use `match-data' directly.
6609
a19ab870
MR
66102007-08-24 Martin Rudalics <rudalics@gmx.at>
6611
6612 * format.el (format-alist): Fix typo in doc-string.
6613
0f205eee
MA
66142007-08-24 Michael Albinus <michael.albinus@gmx.de>
6615
6616 * net/tramp.el (tramp-local-host-p): New defun.
6617 (tramp-handle-file-local-copy, tramp-handle-write-region):
6618 Implement fast track when being on the local host.
6619 (tramp-file-name-handler): Don't set "started" property. It shall
6620 be reserved for the "ftp" method.
6621 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6622
6623 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6794bf28 6624 (tramp-ftp-file-name-handler): Set "started" property.
0f205eee 6625
46b0d029
GM
66262007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6627
6628 * files.el (backup-buffer-copy): Don't wrap delete in
6629 condition-case, only try to delete if file exists.
6630
5f5ba825
GM
66312007-08-24 Glenn Morris <rgm@gnu.org>
6632
d25b54b3
GM
6633 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6634
5f5ba825
GM
6635 * startup.el (tutorial-directory): Set with eval-at-startup so it
6636 gets the right value in an installed Emacs.
6637
66382007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6639
6640 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6641 (eldoc-highlight-function-argument): Use it.
6642
68a4a27a
MY
66432007-08-23 Masatake YAMATO <jet@gyve.org>
6644
6e33433d
MY
6645 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6646 name of parameters in document body.
5f5ba825 6647
40fafc21
SM
66482007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6649
9ec5dfe6
SM
6650 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6651 (byte-compile-output-as-comment): Use with-current-buffer rather than
6652 a weird set-buffer&prog1 combination.
6653
6794bf28
JB
6654 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6655 test so as to optimise cases where the `progn's result is constant.
40fafc21 6656
25ca95c0
TTN
66572007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6658
40fafc21
SM
6659 * locate.el (locate-get-file-positions):
6660 Use line-beginning-position and line-end-position.
25ca95c0 6661
305c237c
JW
66622007-08-23 John Wiegley <johnw@newartisans.com>
6663
6664 * calendar/cal-bahai.el: Added in the diacriticals that were
6665 missing for many of the month names.
6666
4d2f172b
JR
66672007-08-22 Jason Rumney <jasonr@gnu.org>
6668
6669 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6670
fc45cdb9
CY
66712007-08-22 Chong Yidong <cyd@stupidchicken.com>
6672
6673 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6674
92b6027c
TTN
66752007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6676
6677 * dabbrev.el (dabbrev--progress-reporter): New variable.
6678 (dabbrev--scanning-message): Delete func.
6679 (dabbrev--find-expansion): Use a progress reporter
6680 instead of dabbrev--scanning-message.
6681
66a100be
MA
66822007-08-22 Michael Albinus <michael.albinus@gmx.de>
6683
6684 * comint.el (comint-exec-1): Raise an error if
6685 `start-file-process' does not return a process object.
6686
6687 * shell.el (shell): Prompt for `default-directory' if it is a
6688 remote file name, and if called with a prefix arg.
6689
dae2bd56
SS
66902007-08-22 Sam Steingold <sds@gnu.org>
6691
6692 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6693
f50236f6
CD
66942007-08-22 Carsten Dominik <dominik@science.uva.nl>
6695
daa89d0f
CD
6696 * textmodes/org-export-latex.el: New file.
6697
de09204d 6698 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
48aaad2d 6699
f50236f6
CD
6700 * textmodes/org.el (org-agenda-skip): Allow a form for
6701 `org-agenda-skip-function'.
6702 (org-agenda-redo): Re-use local settings.
6703 (org-agenda): Store local settings.
6704 (org-agenda-deadline-faces): New option.
6705 (org-agenda-deadline-face): New function.
6706 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6707 entries on their due date.
6708 (org-agenda-get-timestamps): No longer handle the due dates of
6709 schedules and deadline items.
6710 (org-insert-link-global, org-open-at-point-global): New commands.
6711 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6712 :for-ascii parameter.
6713 (org-skip-comments): Function removed.
6714 (org-cleaned-string-for-export): Handle special table lines.
6715 (org-global-properties): New option.
6716 (org-entry-get-with-inheritance): Check global properties.
6717 (org-local-properties): New variable.
6718 (org-set-regexps-and-options): Find the #+PROPERTY line.
6719 (org-link-types): Change type into variable (was constant).
6720 (org-make-link-regexps): New function.
6721 (org-link-re-with-space, org-link-re-with-space2)
6722 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6723 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6724 these regular expressions happens now in the function
6725 `org-make-link-regexps'.
6726 (org-store-link): Call the functions in
6727 `org-store-link-functions'.
6728 (org-add-link-type): New function.
6729 (org-store-link-functions): New variable.
6730 (org-activate-tags): Force matches to be in headlines.
de09204d 6731 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
f50236f6
CD
6732 (org-columns-display-here): Make sure this works in a narrowed
6733 buffer by checking for point-min.
6734 (org-columns-display-here): Make the rest of the line intangible,
6735 so that point never can be there.
6736 (org-cleaned-string-for-export): Use `with-current-buffer'.
6737 (org-replace-region-by-html): Use `with-current-buffer'.
6738 (org-unfontify-region, org-do-occur, org-columns-display-here)
6739 (org-columns-remove-overlays, org-columns-quit)
6740 (org-columns-edit-value, org-columns-next-allowed-value)
6741 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6742 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6743 (org-agenda-todo, org-agenda-change-all-lines)
6744 (org-agenda-align-tags, org-agenda-priority)
6745 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6746 (org-agenda-show-new-time, org-cleaned-string-for-export)
8274348c 6747 (org-export-grab-title-from-buffer)
f50236f6
CD
6748 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6749 instead of `buffer-read-only'.
6750 (org-export-as-html): Set `coding-system-for-write'.
6751 (org-remember-store-without-prompt): New option.
6752 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6753 (org-beginning-of-line): Also treat C-a special in items.
6754 (org-table-convert-refs-to-rc): Fixed problem with column
6755 reference after "..".
6756 (org-columns-compute): Don't mark buffer modified because of text
6757 properties.
6758 (org-batch-store-agenda-views): Use the variable
6759 `default-directory', not the function.
6760 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6761 (org-clock-out-when-done): New option.
6762 (org-html-entities): Added HTML entities for smileys.
dae2bd56 6763
9ca6898a
GM
67642007-08-22 Glenn Morris <rgm@gnu.org>
6765
38f37c0f
GM
6766 * image.el (create-image): Doc fix.
6767
9ca6898a
GM
6768 * startup.el (tutorial-directory): New constant.
6769 (fancy-splash-text): Tutorials now in tutorial-directory.
6770 * tutorial.el (help-with-tutorial): Tutorials now in
6771 tutorial-directory.
6772
f84638eb
MA
67732007-08-22 Michael Albinus <michael.albinus@gmx.de>
6774
6775 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6776 otherwise.
de09204d 6777 (tramp-get-remote-path): New defun. Replace occurrences of
f84638eb
MA
6778 `tramp-default-remote-path' by this function.
6779 (tramp-set-remote-path): Move most of the code to
6780 `tramp-get-remote-path'.
6781 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6782 existing directories, this is done already in
6783 `tramp-get-remote-path'.
6784
9c818156
GM
67852007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6786
6787 * image-file.el (image-file-name-extensions): Add "svg".
6788 * image.el (image-type-header-regexps): Add svg entry.
6789
11bdb42c
GM
67902007-08-22 Glenn Morris <rgm@gnu.org>
6791
90b64c09
GM
6792 * files.el (backup-buffer-copy): Check backup directory is
6793 writable, to avoid infloop deleting old backup.
6794
11bdb42c
GM
6795 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6796 movemail related variables.
6797 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6798 will now be set before this is called.
6799
4bf98800
JL
68002007-08-21 Juri Linkov <juri@jurta.org>
6801
6802 * delsel.el (delete-selection-pre-hook):
6803 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6804 instead of checking last-command.
6805
e255d6b0
JL
68062007-08-21 Juri Linkov <juri@jurta.org>
6807
6808 * loadup.el: Preload "button".
6809
e2247dc8
SM
68102007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6811
7a252d11
SM
6812 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6813 Add previous-line and next-line.
6814
80d7d79f
SM
6815 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6816 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6817
e2247dc8
SM
6818 * vc-hooks.el (vc-menu-entry): New var.
6819 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6820 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6821 (vc-menu-map): Declare and initialize in one step.
de09204d 6822 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
e2247dc8 6823
dc172b73
SM
6824 * menu-bar.el (vc-menu-map): Don't setup any more.
6825 Instead, just create the proper spot in the menu.
6826
bdaf8a62
MB
68272007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * smerge-mode.el (smerge-resolve): New arg `safe'.
6830 (smerge-resolve-all, smerge-batch-resolve): New function.
6831 (smerge-refine): Make sure `diff' returns the expected result.
6832 (smerge-parsep-re): New const.
6833 (smerge-mode): Use it to adjust paragraph-separate.
6834
6835 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6836 Correctly match / regexp matchers as first char on a line when
6837 fontifying only that line.
6838
6839 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6840
68412007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6844 (vc-bzr-registered): Don't redundantly protect against
6845 file-error. Actually use the format-specific code.
6846 (vc-bzr-buffer-nonblank-p): Remove.
6847 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6848
cb3fe757
JL
68492007-08-20 Juri Linkov <juri@jurta.org>
6850
6851 * startup.el (fancy-splash-text): Change multiple tabs into one
6852 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6853 and "Recover Crashed Session").
6854 (fancy-splash-screens): Set tab-width to 22.
6855 (normal-splash-screen): Replace literal tabs with \t and
6856 fix whitespace. Remove "Useful File menu items" section (with
6857 "Exit Emacs" and "Recover Crashed Session").
6858
88b73bbf
VJL
68592007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6860
6861 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6862 extracted from `eval-last-sexp-1'.
6863 (eval-last-sexp-1): Call `preceding-sexp'.
6864
1c0f367b
TTN
68652007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6866
6867 * vc-rcs.el (vc-rcs-annotate-command):
6868 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6869 Add back :vc-annotate-prefix propertization.
6870
0574be18
AS
68712007-08-20 Andreas Schwab <schwab@suse.de>
6872
6873 * mail/rmail.el (rmail-autodetect): Doc fix.
6874
cd6ab24f
JL
68752007-08-19 Juri Linkov <juri@jurta.org>
6876
6877 * startup.el (normal-splash-screen): Add more links.
6878
aeb6faec
JL
68792007-08-19 Juri Linkov <juri@jurta.org>
6880
6881 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6882 because it's common to both types of splash screen: fancy and normal.
6883 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6884 (exit-splash-screen): Rename from `fancy-splash-quit'.
6885 Use `quit-window' instead of `kill-buffer'.
6886 (fancy-splash-head): Use make-button to insert GNU image link.
6887 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6888 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6889 (normal-splash-screen): Put "Browse manuals" on the same line with
6890 "Emacs manual". Remove descriptions from "Useful tasks" and put
6891 all links in two columns on two lines.
6892
69441214 68932007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
1c0f367b 6894
93137d49
JB
6895 * emulation/viper.el (viper-remove-hooks): Remove some additional
6896 viper hooks when the user calls viper-go-away.
de09204d 6897 (viper-go-away): Restore the default of default-major-mode.
69441214 6898 Save the value of default-major-mode before vaperization.
1c0f367b 6899
93137d49 6900 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
1c0f367b 6901
93137d49 6902 * emulation/viper-ex.el: Replace error "" with "Viper bell".
1c0f367b 6903
de09204d 6904 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
69441214 6905 buffer for which file is created.
1c0f367b 6906
7e48dd52
GM
69072007-08-19 Glenn Morris <rgm@gnu.org>
6908
6909 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6910 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6911 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6912 shadow files messing up the compilation.
6913
131cd154
GM
69142007-08-18 Glenn Morris <rgm@gnu.org>
6915
ae0195c0
GM
6916 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6917 string. Also apply eldoc-argument-case in the help-split-fundoc
6918 case. Adapt for changed behavior of eldoc-function-argstring,
6919 eldoc-function-argstring-format, and
131cd154 6920 eldoc-highlight-function-argument.
ae0195c0
GM
6921 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6922 just call eldoc-docstring-format-sym-doc in that case.
131cd154
GM
6923 (eldoc-function-argstring): Change the behavior. Now it converts
6924 an argument list to a string.
6925 (eldoc-function-argstring-format): Change the behavior. Now it
6926 applies `eldoc-argument-case' to a string.
6927
e5eeb98c
GM
6928 * progmodes/scheme.el (scheme-mode-variables): Set
6929 font-lock-comment-start-skip.
6930
35a74542
MR
69312007-08-18 Martin Rudalics <rudalics@gmx.at>
6932
6933 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6934 set-syntax-table from here to ...
6935 (ada-mode): ... here. Do not change global value of
6936 comment-multi-line. Call new function
6937 ada-initialize-syntax-table-properties and add new function
6938 ada-handle-syntax-table-properties to font-lock-mode-hook.
6939 (ada-deactivate-properties, ada-initialize-properties): Replace
6940 by new functions ...
6941 (ada-handle-syntax-table-properties)
6942 (ada-initialize-syntax-table-properties)
6943 (ada-set-syntax-table-properties): ... to set up syntax-table
6944 properties uniformly, independently from whether font-lock-mode
6945 is enabled or not. Handle read-only buffers and do not change
6946 undo-list when setting syntax-table properties.
de09204d 6947 (ada-after-change-function): Use ada-set-syntax-table-properties.
35a74542 6948
5beb9abb 69492007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8a4c5051
MC
6950
6951 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6952 (meta-indent-current-nesting): Use a computation of the nesting
6953 instead.
6954 (meta-indent-current-indentation): Indentation is given according
6955 to nesting and if the previous line was finished or not.
6956 (meta-indent-unfinished-line): Tell if the current line ends with
6957 a finished expression.
6958 (meta-indent-looking-at-code): Like `looking-at', but checks if
5beb9abb 6959 the point is in a string before.
8a4c5051
MC
6960 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6961 done in the nesting function.
6962 (meta-indent-in-string-p): Tell if the current point is in a
6963 string.
6964 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6965 previous functions.
6966
4168d2c7
TTN
69672007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6968
6969 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6970 (copyright-update-year, copyright-update)
6971 (copyright-fix-years): Use it.
6972
bbe5ccea
TTN
69732007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6974
6975 * emacs-lisp/copyright.el (copyright-update-year):
6976 Fix bug: Handle nil copyright-limit.
6977
ef1ba5eb 69782007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7026903c
JB
6979
6980 * calc/calc-units.el (math-standard-units): Give exact
6981 conversion for tsp.
6982
ef1ba5eb
JB
6983 * calc/calc.el (math-bignum-digit-length): Compute the
6984 appropriate value.
6985
6986 * calc/calc-bin.el (math-bignum-logb-digit-size)
6987 (math-bignum-digit-power-of-two):
6988 * calc/calc-comb.el (math-small-factorial-table):
de09204d 6989 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
ef1ba5eb
JB
6990 (math-approx-gamma-const):
6991 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6992 (math-besY1, math-bernoulli-b-cache):
6993 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6994 Remove `eval-when-compile's.
6995
88a11b81
VJL
69962007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6997
93137d49 6998 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
88a11b81
VJL
6999 (cperl-find-pods-heres): Fix an error when typing expressions like
7000 `s{a}{b}'.
7001
30cc206b
MC
70022007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7003
7004 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
ef77dde4
MC
7005 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7006 a special case (there's no build number).
30cc206b 7007
5757dd51
GM
70082007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7009
7010 * completion.el (symbol-under-point, symbol-before-point)
de09204d 7011 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5757dd51 7012
e68b1841
GM
70132007-08-17 Glenn Morris <rgm@gnu.org>
7014
7015 * progmodes/compile.el (compilation-get-file-structure): Make use
7016 of the directory part when checking for an existing entry, to
7017 handle files with same basename in different directories.
7018
82f36338
JB
70192007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7020
7021 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7022
76fd0079
VJL
70232007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7024
7025 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
386ee3b0
VJL
7026 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7027 (ps-paragraph-spacing): Docstring fix.
76fd0079 7028
5205ee62
GM
70292007-08-16 Glenn Morris <rgm@gnu.org>
7030
7031 * ps-print.el (ps-font-size): Doc fix.
7032
44168837
RS
70332007-08-16 Richard Stallman <rms@gnu.org>
7034
7035 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7036
26cdce23
JL
70372007-08-15 Juri Linkov <juri@jurta.org>
7038
7039 * startup.el (initialization): Change parent group from `internal'
7040 to `environment'.
7041 (initial-buffer-choice): New variable.
7042 (command-line): Revert 2007-07-02 change that sets
7043 buffer-offer-save in *scratch* and enables auto-save in it.
7044 (fancy-splash-text): Add links to existing items. Add new items
7045 with links for useful tasks. Move information about Control-g to
7046 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7047 (fancy-splash-keymap): New variable.
7048 (fancy-splash-last-input-event): Remove variable.
7049 (fancy-splash-insert): Add processing of `:link' element.
7050 (fancy-splash-head): Replace "Type Control-l to begin editing"
7051 with "Type `q' to exit".
7052 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7053 (fancy-splash-default-action, fancy-splash-special-event-action):
7054 Remove functions.
7055 (fancy-splash-quit): New function.
7056 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7057 `static' and reverse the condition of its usage. Don't preserve
7058 original values of `minor-mode-map-alist',
7059 `emulation-mode-map-alists', `special-event-map'.
7060 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7061 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7062 Remove processing of special events. Use local key map
7063 `fancy-splash-keymap'. Set buffer to read-only.
7064 (normal-splash-screen): Rename input arg from `hide-on-input' to
7065 `static' and reverse the condition of its usage.
7066 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7067 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7068 Add links to existing items. Add new items with links for useful
7069 tasks. Use local key map `fancy-splash-keymap'.
7070 (display-splash-screen): Rename input arg from `hide-on-input' to
7071 `static'.
7072 (about-emacs): Add alias to display-splash-screen.
7073 (command-line-1): Use `initial-buffer-choice'.
7074
254aafa8
JL
7075 * menu-bar.el (menu-bar-help-menu):
7076 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7077 item to about-emacs instead of display-splash-screen.
7078
42964ef8
JB
70792007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7080
7081 * calc/calc-units.el (math-standard-units): Update values.
7082 Put in exact, rational values when possible.
7083 (math-unit-prefixes): Replace floats with powers of ten.
7084 (math-standard-units-systems): Replace floats with integers.
7085 (math-make-unit-string): Remove extra spaces in output.
7086
fca9ad50
GM
70872007-08-15 Glenn Morris <rgm@gnu.org>
7088
7089 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7090 sloppier, for the sake of GNU Mailman.
7091 (rmail-digest-rfc1153): Initialize `result' correctly.
7092
a722966c
MC
70932007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7094
7095 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7096 in the mail title. Suggested by Reiner Steib.
7097
9f70cc1b 70982007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8f26ce73
JB
7099
7100 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7101 representation of integers to the list of outputs.
7102
0392494c
GM
71032007-08-14 Glenn Morris <rgm@gnu.org>
7104
7105 * simple.el (bad-packages-alist): New constant.
de09204d
JB
7106 (bad-package-check): New function. Together, these two add elements
7107 to `after-load-alist' to check for problematic external packages.
697a1e4d 7108 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
0392494c 7109
414ddf9b
JB
71102007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7111
7112 * calc/calc-units.el (math-get-standard-units)
de09204d
JB
7113 (math-get-units, math-make-unit-string)
7114 (math-get-default-units, math-put-default-units): New functions.
414ddf9b
JB
7115 (math-default-units-table): New variable.
7116 (calc-convert-units, calc-convert-temperature): Add machinery
7117 to supply default values.
7118
944a8b1d
SM
71192007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7120
cdf4e301
SM
7121 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7122 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7123 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7124 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7125
944a8b1d
SM
7126 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7127 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7128 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7129 Make into a proper minor-mode.
7130 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7131 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7132 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7133 (tpu-set-cursor-free, tpu-set-cursor-bound):
7134 Delegate to tpu-cursor-free-mode.
7135 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7136 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7137 Use line-move or forward-line instead of next-line-internal.
7138
9f78fa2c
NR
71392007-08-13 Nick Roberts <nickrob@snap.net.nz>
7140
7141 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7142
ad4fed11
RS
71432007-08-12 Richard Stallman <rms@gnu.org>
7144
7145 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7146 (cvs-execute-single-file): Use new name split-string-and-unquote.
7147 (cvs-header-msg): Use new name combine-and-quote-strings.
7148
7149 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7150
7151 * progmodes/gud.el (gud-common-init): Use new name
7152 split-string-and-unquote.
7153
7154 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7155 in javac regexp.
7156
7157 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7158 combine-and-quote-strings and split-string-and-unquote.
7159
944a8b1d
SM
7160 * subr.el (combine-and-quote-strings): Rename from strings->string.
7161 (split-string-and-unquote): Rename from string->strings.
ad4fed11 7162
62fc0b71
SM
71632007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7164
5bdc71d0
SM
7165 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7166 to buffer-local settings.
7167
62fc0b71
SM
7168 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7169 (backquote-process): Add internal arg `level'. Use the two to
7170 correctly handle nested backquotes.
7171
33e5d7d4
SM
71722007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7173
7174 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7175 (vc-bzr-state-words): Add "kind changed" state word.
7176 (vc-bzr-status): New function. Return Bzr idea of file status,
7177 which is different from VC's.
7178 (vc-bzr-state): Use vc-bzr-status.
7179 (vc-workfile-unchanged-p): Use vc-bzr-status.
7180 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7181 (vc-dired-state): Process "kind changed" state word.
7182
a3773730
SM
71832007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7186
7187 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7188 Move from vc-default-find-file-not-found-hook.
7189
a88459cd
SM
71902007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * man.el: Remove spurious * in docstrings.
7193 Merge defvars and toplevel setq-defaults.
7194 (Man-highlight-references0): Limit=nil rather than point-max.
7195 (Man-mode-map): Move initialization into the declaration.
7196 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7197 (Man-view-header-file): Use expand-file-name rather than concat.
7198 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7199
7200 * man.el (Man-next-section): Make sure we do not move backward.
7201
4aaffda1
SM
72022007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7205
e7f767c2
GM
72062007-08-08 Glenn Morris <rgm@gnu.org>
7207
e7f767c2
GM
7208 * Replace `iff' in doc-strings and comments.
7209
eaccbbd3
MR
72102007-08-08 Martin Rudalics <rudalics@gmx.at>
7211
7212 * dired.el (dired-pop-to-buffer):
7213 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7214 * calendar/calendar.el (generate-calendar-window):
7215 * progmodes/compile.el (compilation-set-window-height):
7216 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7217 Use window-full-width-p instead of comparing frame-width and
7218 window-width.
7219
7220 * progmodes/compile.el (compilation-find-buffer): Remove extra
7221 argument in call to compilation-buffer-internal-p.
7222
b14d552b
SM
72232007-08-07 Tom Tromey <tromey@redhat.com>
7224
7225 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7226 Add safe-local-variable property.
7227
559818ab
CY
72282007-08-07 Chong Yidong <cyd@stupidchicken.com>
7229
b13e2d29
CY
7230 * image-mode.el (image-toggle-display): Use image-refresh.
7231
a460c94c
SM
72322007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7233
7234 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7235 unofficial version.
7236 (vc-bzr-command): Remove redundant setting of process-connection-type.
7237 (vc-bzr-admin-checkout-format-file): Add autoload.
7238 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7239 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7240 (vc-bzr-registered): Compare dirstate format tag with known good
7241 value, abort parsing if match fails. Warn user in docstring.
7242 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7243 See bzrlib/branch.py in Bzr sources.
7244 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7245 (vc-bzr-shell-command): Remove in favor of
7246 vc-bzr-command-discarding-stderr.
7247 (vc-bzr-command-discarding-stderr): New function.
7248
b6e6e09a
SM
72492007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7250
7251 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
de09204d 7252 program, and return nil.
b6e6e09a
SM
7253 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7254 (vc-bzr-state): Look for path names relative to the repository
7255 root after status keyword.
7256 (vc-bzr-file-name-relative): New function.
7257 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7258 depend on it.
7259 (vc-bzr-admin-dirname, ...-checkout-format-file)
7260 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7261 files that we now parse directly for speed.
7262 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7263 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
de09204d 7264 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
b6e6e09a
SM
7265 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7266 Bzr warnings, so we must discard it.
7267 (vc-bzr-workfile-version): Speedup counting lines from
7268 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7269 if that file doesn't exist.
7270 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
de09204d
JB
7271 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7272 to `vc-directory-exclusion-list'.
b6e6e09a
SM
7273 (vc-bzr-shell-command): New function.
7274
dfbd373d
SM
72752007-08-06 Tom Tromey <tromey@redhat.com>
7276
7277 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7278 (diff-fixup-modifs): Typo in docstring.
7279
f2b18979
SM
72802007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7281
036f2966
SM
7282 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7283 count-screen-lines.
7284 (tpu-edt-off): Disable relevant pieces of advice.
7285
f2b18979
SM
7286 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7287 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7288 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7289 redefining the function.
7290 (tpu-set-scroll-margins): Activate the pieces of advice.
7291
37cc095b
MB
72922007-08-06 Martin Rudalics <rudalics@gmx.at>
7293
7294 * help.el (resize-temp-buffer-window): Use window-full-width-p
7295 instead of comparing frame-width and window-width.
7296
031b6333
JB
72972007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7298
7299 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7300 optional quotes around files in NEED-UPDATE . REMOVED case.
7301
7302 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7303 (ada-treat-cmd-string): Improve error message.
7304 (ada-do-file-completion): Call `ada-require-project-file', so
7305 project variables are set properly.
7306 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7307 (ada-gnatfind-buffer-name): New constant.
7308 (ada-find-any-references): Use new constant. Set buffer name
7309 properly in compilation-start. Toggle read-only properly.
7310 (ada-find-in-src-path): Fix spelling error in docstring.
7311
7312 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7313 by zero error.
7314
9d8563ca
SM
73152007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7318
0e898f3d
RS
73192007-08-12 Richard Stallman <rms@gnu.org>
7320
7321 * progmodes/sh-script.el (sh): Delete group `unix'.
7322
7323 * progmodes/gud.el (gud): Change to group `processes'.
7324
8e80bfc5
GM
73252007-08-11 Glenn Morris <rgm@gnu.org>
7326
7327 * progmodes/compile.el (compilation-buffer-name): Don't check
7328 compilation-arguments. It is superfluous, and the variable isn't
7329 even set when this function is called.
7330
b16f162d
YM
73312007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7332
7333 * term/mac-win.el (mac-ae-reopen-application): New function.
7334 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7335
0e1627a7
SM
73362007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7339 take tex-font-script-display into account.
7340 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7341 cell to a list of 2 elements to simplify the unfontify code.
7342
d3509e50
VJL
73432007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7344
7345 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7346 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7347 ps-print-color-p is neither nil nor black-white. Reported by Christian
7348 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7349
eac59e3c
AS
73502007-08-08 Andreas Schwab <schwab@suse.de>
7351
7352 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7353 self-insert-command, not self-insert.
7354
a3fcbf6c
GM
73552007-08-08 Glenn Morris <rgm@gnu.org>
7356
7357 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7358 argument optional, for backwards compatibility, and only highlight
7359 args when present. Fix symbol name typo (doc/args).
7360
7361 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7362 rather than just `-'.
7363
e6cd99dc
JB
73642007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7365
7366 * calc/calc-units.el (calc-convert-temperature):
7367 Use `/' to create fractions.
7368
27e813fe
MA
73692007-08-07 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7372 global matching.
7373 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7374 ERROR-BUFFER more robust. Display output.
7375 (tramp-file-name-handler): Add a connection property when we found
7376 a foreign file name handler. This allows backends like ftp to
7377 profit also from usr/host name completion based on connection
7378 cache.
7379 (tramp-send-command-and-read): Search for trash after the regexp
7380 until eol only. In XEmacs, there is a problem with \n.
7381
7382 * net/tramp-cache.el (top): Read persistent connection history
7383 when cache is empty.
7384
73852007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7386
7387 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7388 resulting output.
7389
c94d5f81
SS
73902007-08-07 Sam Steingold <sds@gnu.org>
7391
7392 * progmodes/compile.el (compilation-start): Pass nil as startfile
7393 to comint-exec.
7394
e9498e0f
CY
73952007-08-07 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * longlines.el (longlines-decoded): New variable.
7398 (longlines-mode): Avoid encoding or decoding the buffer twice.
7399
f70aa678
MR
74002007-08-07 Martin Rudalics <rudalics@gmx.at>
7401
7402 * format.el (format-insert-file): Make sure that at most one undo
7403 entry is recorded for the insertion. Inhibit point-motion and
7404 modification hooks around call to insert-file-contents.
7405
ebaac04d
SM
74062007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7409 Select the buffer's window before moving point.
7410
cb8d3325
RS
74112007-08-07 Richard Stallman <rms@gnu.org>
7412
7413 * term.el (term): Remove parent group `unix'.
7414
7415 * simple.el (default-indent-new-line): New function.
7416 It calls comment-line-break-function if there are comments.
7417 (do-auto-fill): Use that.
7418
74192007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7420
7421 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7422 (PC-do-completion): Add "acronym completion" for symbols and
7423 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7424
cc2ee8ec
SS
74252007-08-06 Sam Steingold <sds@gnu.org>
7426
7427 * mouse.el (mouse-buffer-menu): Pass mode-name through
7428 format-mode-line because it may be a list,
7429 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7430
bd65bc6c
VJL
74312007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7432
7433 * printing.el (pr-update-menus): Docstring fix.
7434
daffc81a
JR
74352007-08-06 Jason Rumney <jasonr@gnu.org>
7436
7437 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7438
7439 * vc-hooks.el (vc-call): Add doc string.
7440
227eb744
MA
74412007-08-06 Michael Albinus <michael.albinus@gmx.de>
7442
7443 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7444 process-filter.
7445
570288ee
KH
74462007-08-06 Kenichi Handa <handa@m17n.org>
7447
7448 * international/quail.el: Wrap (require 'help-mode) by
7449 eval-when-compile.
7450 (quail-help-init): New function.
7451 (quail-help): Call quail-help-init.
7452 (quail-store-decode-map-key): Change it to a function.
7453
e3dd4242
JR
74542007-08-05 Jason Rumney <jasonr@gnu.org>
7455
7456 * vc.el (vc-rollback): Add norevert argument back.
7457 (vc-revert-buffer): Add back as obsolete alias.
7458
a3fcbf6c 74592007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
950ebc45
VJL
7460
7461 * term.el: Honor term-default-fg-color and term-default-bg-color
7462 settings when modifying term-current-face.
ebaac04d 7463 (term-default-fg-color, term-default-bg-color): Initialize from
950ebc45
VJL
7464 default term-current-face.
7465 (term-mode, term-reset-terminal): Set term-current-face with
7466 term-default-fg-color and term-default-bg-color.
7467 (term-handle-colors-array): term-current-face has term-default-fg-color
7468 and term-default-bg-color after reset escape sequence.
7469 (term-handle-colors-array): Set term-current-color with
7470 term-default-fg/bg-color instead of ansi-term-color-vector when the
7471 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7472
031b6333 74732007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
bdf007a0 7474
031b6333 7475 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
bdf007a0
JB
7476 (math-nlfit-givens): Let bind free variables.
7477
6564a442
VJL
74782007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7479
7480 * printing.el: Require lpr and ps-print when loading printing package.
7481 Reported by Glenn Morris <rgm@gnu.org>.
7482
f1fa5062
MA
74832007-08-05 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * files.el (set-auto-mode): Handle also remote files wrt
7486 `auto-mode-alist'.
7487
031b6333 74882007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8ab437fd
JB
7489
7490 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7491 curves and plotting.
7492
7493 * calc/calc-nlfit.el: New file.
7494
0917bb33
GM
74952007-08-04 Glenn Morris <rgm@gnu.org>
7496
7497 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7498 zero, not nil, when the library is first loaded. Check for a file
7499 that has been modified on disk.
7500
7501 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7502 Remove duplicate defvar preventing initialization.
7503 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7504
4c969f97
SM
75052007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7508 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7509 may match up to 4 lines.
7510 (diff-beginning-of-file-and-junk): Rewrite.
7511
a7e2b28d
VJL
75122007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7513
7514 * printing.el: Evaluate require only during compilation.
7515 (pr-version): New version 6.9.1.
7516 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7517 (pr-global-menubar): Fix code.
7518
1bb751ed
DN
75192007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * term.el (term-erase-in-display): Fix case when point is not at
7522 the beginning of the line.
7523
480e4ad1
JB
75242007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7525
031b6333 7526 * calc/calc-ext.el (math-get-value, math-get-sdev)
480e4ad1
JB
7527 (math-contains-sdev): New functions.
7528
7529 * calc/calc-graph.el (calc-graph-format-data)
7530 (calc-graph-add-curve): Check for error forms.
7531 (calc-graph-set-styles): Add option for error forms.
7532
4211679b
MB
75332007-08-03 Miles Bader <miles@gnu.org>
7534
7535 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7536 backend names for new backends to `Git', `Hg', and `Bzr'.
7537 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7538 not `HG'.
7539 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7540 name, not `GIT'.
7541 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7542 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7543
4317d494 75442007-08-03 Richard Stallman <rms@gnu.org>
7d1dad0c 7545
7d7d10b8
RS
7546 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7547 to update deleted flag.
7548
7549 * cus-edit.el (customize-apropos, customize-apropos-options)
7550 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7551
7552 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7553
3ff67968 7554 * startup.el (fancy-splash-head, startup-echo-area-message):
7d7d10b8
RS
7555 Change message text.
7556
7557 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7558 All callers use line-move.
7559
7d1dad0c
RS
7560 * progmodes/compile.el (compilation-find-buffer): Return current
7561 buffer immediately if suitable.
7562 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7563
4317d494 75642007-08-03 Daiki Ueno <ueno@unixuser.org>
2d17b4d5 7565
51f6595d
SM
7566 * faces.el (face-normalize-spec): New function.
7567 (frame-set-background-mode): Normalize face-spec before calling
7568 face-spec-match-p.
2d17b4d5 7569
cb8d3325 75702007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
ee9272ff 7571
0896d931 7572 * server.el (server-window): Add switch-to-buffer-other-frame option.
a0e5e075 7573
52f55ab0
GM
75742007-08-03 Glenn Morris <rgm@gnu.org>
7575
7576 * cus-edit.el (customize-apropos): Make the error message indicate
7577 what kind of thing the user was trying to customize.
7578
7579 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7580
031b6333
JB
7581 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7582 Fix off-by-one error in previous change.
52f55ab0
GM
7583
75842007-08-03 Drew Adams <drew.adams@oracle.com>
7585
7586 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7587 Make buffer writable.
7588
17cc361e
JB
75892007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7590
031b6333
JB
7591 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7592 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
17cc361e
JB
7593 Use native Emacs functions, when appropriate.
7594
cb223bba
DN
75952007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7596 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * vc.el: Document new VC operation `extra-menu'.
7599
7600 * vc-hooks.el (vc-default-extra-menu): New function.
7601
7602 * menu-bar.el (menu-bar-vc-filter): New function.
7603 (menu-bar-tools-menu): Use it as a filter.
7604
a5860c9b 76052007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
a466449c
VJL
7606
7607 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7608
f3e82d69
GM
76092007-08-01 Glenn Morris <rgm@gnu.org>
7610
7611 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7612 strings.
7613 (fortran-tab-mode-default): Remove needless autoload.
7614 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7615 mark as risky.
7616 (fortran-line-length): New buffer-local variable, safe if integer.
7617 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7618 Change from variables to constants.
7619 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7620 replace with a new function definition.
7621 (fortran-mode): Use fortran-line-length, and
7622 fortran-font-lock-syntactic-keywords as a function. Add a
7623 hack-local-variables-hook function.
0e1627a7
SM
7624 (fortran-line-length, fortran-hack-local-variables): New functions.
7625 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7626 Use fortran-line-length rather than 72.
f3e82d69
GM
7627 (fortran-window-create-momentarily): Doc fix.
7628
a5860c9b 76292007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
d84fcc30 7630
0e1627a7
SM
7631 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7632 Fix parent groups link.
d84fcc30 7633
47968e06
VJL
76342007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7635
7636 * progmodes/python.el (python-current-defun): Adjust to never fall
7637 into infinite loop.
7638
b6e9189c
SM
76392007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7642
2f12b713 76432007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
eff23ff3 7644
2f12b713
MB
7645 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7646 (copyright-fix-years, copyright): Correctly handle the case where
7647 copyright-limit is nil.
fa4488bd 7648
2f12b713 76492007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
eff23ff3 7650
2f12b713 7651 * progmodes/python.el (run-python): Fix path separator under w32.
eff23ff3 7652
ea2e3ef4
RS
76532007-07-30 Richard Stallman <rms@gnu.org>
7654
7655 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7656 Treat non-break space as whitespace in Lisp.
7657
b956d64f
SM
76582007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7659
100edb42
SM
7660 * vc.el (vc-dired-hook): Use inhibit-read-only.
7661
b956d64f
SM
7662 * progmodes/compile.el (compilation-forget-errors):
7663 Reset compilation-auto-jump-to-next.
7664
5ef05ae3
MB
76652007-07-30 Michael Olson <mwolson@gnu.org>
7666
ed8c9cf1
MB
7667 * cus-edit.el (custom-group-save): Fix void function definition
7668 error. Thanks to Zhang Wei for the report.
7669
5ef05ae3
MB
7670 * ps-print.el: Check in trivial changes to the autoloads section
7671 caused by the build process. These autoloads really ought to be
7672 placed in a separate file, methinks.
7673
712f4efe
SM
76742007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * calendar/calendar.el (calendar-mode): Make sure
7677 displayed-(month|year) are set.
7678 (calendar-basic-setup): Display buffer before adjusting window sizes.
7679 (generate-calendar-window): Use inhibit-read-only. Simplify.
7680 Generate buffer and set displayed-month and displayed-year before
7681 calling update-calendar-mode-line.
7682
bce04fee
MA
76832007-07-29 Michael Albinus <michael.albinus@gmx.de>
7684
27e813fe
MA
7685 * net/tramp.el:
7686 * net/tramp-uu.el:
7687 * net/trampver.el: Use utf-8 encoding with coding cookie.
bce04fee 7688
27e813fe
MA
7689 * net/tramp-cache.el:
7690 * net/tramp-fish.el:
7691 * net/tramp-ftp.el:
7692 * net/tramp-gw.el:
7693 * net/tramp-smb.el: Remove coding cookie.
bce04fee 7694
27e813fe 7695 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
712f4efe 7696 Flush buffer file-name's file property.
bce04fee
MA
7697 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7698
27e813fe 7699 * net/trampver.el: Update release number.
bce04fee 7700
40aa8257
JL
77012007-07-29 Juri Linkov <juri@jurta.org>
7702
7703 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7704 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7705 when major-mode is not dired-mode.
7706 (dired-toggle-read-only): New function.
7707 (dired-recursive-deletes): Remove obsolete comments about old
7708 default value.
7709 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7710
7711 * wdired.el (wdired-exit): New function.
7712 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7713
806bc6df
SM
77142007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7715
a0247dcf
SM
7716 * cus-edit.el (customize-read-group): New fun.
7717 (customize-group-other-window, customize-face-other-window):
7718 Prompt before delegating to customize-(group|face).
7719 Bind pop-up-windows rather than use the other-window argument.
7720 (customize-group, customize-face): Prompt from the interactive spec.
7721 Remove args `prompt-for-group' and `other-window'.
7722
806bc6df
SM
7723 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7724 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7725 last change.
7726
9d2aebf6
MY
77272007-07-28 Masatake YAMATO <jet@gyve.org>
7728
806bc6df 7729 * vc.el (vc-dired-mode): Add a menu for VC related operation.
a722966c 7730 Use backend name as the menu label. Suggested by David Kastrup.
9d2aebf6 7731
d4450968
AM
77322007-07-28 Alan Mackenzie <acm@muc.de>
7733
7734 Fix problem with modes derived from CC Mode:
806bc6df 7735 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
d4450968 7736 macro to cc-langs.
806bc6df
SM
7737 (c-init-language-vars-for): Remove call to above macro.
7738 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
d4450968 7739 been moved to here.
806bc6df 7740 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
d4450968 7741
59b65f00
EZ
77422007-07-28 Eli Zaretskii <eliz@gnu.org>
7743
7744 * net/trampver.el: Fix the `coding' cookie.
7745
a0709d8d
DN
77462007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7747
7748 * vc-git.el (vc-git-print-log): Support both the old single file
7749 interface and the new one.
7750
f7165034
NR
77512007-07-28 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * bindings.el (mode-line-remote): Use updated %@ construct.
7754
ab42e29d
SM
77552007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7756
e4e1cf95
SM
7757 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7758 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7759 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7760 (diary-list-bahai-entries, diary-bahai-mark-entries)
7761 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7762 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7763 New names to clean up namespace.
7764 (list-bahai-diary-entries, mark-bahai-diary-entries)
7765 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7766 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7767 Add compatibility aliases.
7768
11361a8b
SM
7769 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7770
ab42e29d
SM
7771 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7772 (calendar-scroll-left-three-months)
7773 (calendar-scroll-right-three-months): Clean up namespace.
7774 (scroll-calendar-left, scroll-calendar-right)
7775 (scroll-calendar-left-three-months)
7776 (scroll-calendar-right-three-months): Add compatibility aliases.
7777
0581e7e7
SM
7778 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7779 Behave like mouse-scroll-calendar-* when used from the mouse.
7780
7781 * calendar/cal-menu.el (cal-menu-scroll-menu)
7782 (cal-menu-global-mouse-menu):
7783 * calendar/calendar.el (calendar-mode-map):
7784 Use new calendar-scroll-* names.
7785 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7786 Remove. Use calendar-scroll-* directly instead.
7787
05bfa8f3
SM
77882007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7791 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7792 (ad-make-advised-definition, ad-cache-id-verification-code):
7793 Use commandp and interactive-form instead.
7794
625f71cf
DN
77952007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7796
7797 * vc-git.el: Relicense to GPLv3 or later.
7798 (vc-directory-exclusion-list, vc-handled-backends): Remove.
05bfa8f3 7799
625f71cf
DN
7800 * vc-hooks.el (vc-handled-backends): Add GIT.
7801
7802 * vc.el (vc-directory-exclusion-list): Add .git.
7803
108607bc
DN
78042007-07-26 Alexandre Julliard <julliard@winehq.org>
7805
7806 * vc-git.el (vc-git-revision-table)
7807 (vc-git-revision-completion-table): New functions.
7808
3ced5caa
VJL
78092007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7810
7811 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7812 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7813 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7814 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7815 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7816 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7817 New command actions for EPS header and EPS footer.
7818
7819 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7820 footer. Fix some problems with one-or-more, zero-or-more and
7821 alternative constructions generation. Some log messages
7822 implementation. Doc fix.
7823 (ebnf-version): New version 4.4.
7824 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7825 (ebnf-eps-footer, ebnf-log): New options.
7826 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7827 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7828 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7829 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7830 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7831 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7832 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7833 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7834 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7835 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7836 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7837 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7838 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7839 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7840 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7841 (ebnf-except-dimension, ebnf-alternative-dimension)
7842 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7843 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7844 message fun.
7845 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7846 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7847 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7848 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7849 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7850 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7851 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7852 compatibility with Emacs 20 & 21.
7853 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7854 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7855 (ebnf-basic-empty-height): New vars.
7856 (ebnf-prologue): Fix PostScript code.
7857 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7858 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7859 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7860 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7861
cacc7b51
GM
78622007-07-25 Glenn Morris <rgm@gnu.org>
7863
7864 * Relicense all FSF files to GPLv3 or later.
7865
7866 * COPYING: Switch to GPLv3.
7867
405b8717
SM
78682007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7871 Replace it with another one which disables undo before calling
7872 erase-buffer and then turns it back on if needed.
7873
57b8089a
DN
78742007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7875
405b8717 7876 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
57b8089a 7877
f4c6689c
GM
78782007-07-24 Glenn Morris <rgm@gnu.org>
7879
7880 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7881 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7882 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7883 (cal-tex-cursor-week, cal-tex-cursor-week2)
7884 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7885 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7886 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7887 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7888
458cf788
SM
78892007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * calendar/calendar.el (calendar-mode-map): Move initialization
7892 into declaration. Add menu bindings (used to be done in cal-menu).
7893 (calendar-mode): Don't add an activate-menubar-hook.
7894
7895 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7896 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7897 can be used on the menu entries.
7898 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7899 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7900 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7901 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7902 (calendar-flatten, cal-menu-update): Remove.
7903 (calendar-mouse-insert-hebrew-diary-entry)
7904 (calendar-mouse-insert-islamic-diary-entry)
7905 (calendar-mouse-insert-bahai-diary-entry):
7906 Remove (fold into cal-menu-diary-menu).
7907 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7908 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7909 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7910 (calendar-mouse-view-diary-entries): Minor simplifications.
7911 (calendar-event-to-date): Use with-current-buffer.
7912
8a00d4ff
NR
79132007-07-25 Nick Roberts <nickrob@snap.net.nz>
7914
7915 * add-log.el (change-log-redate): Remove (not needed anymore and
7916 doesn't appear to work).
7917
b7de6024
SM
79182007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * frame.el: Use mapc and dolist instead of mapcar where possible.
7921 (close-display-connection): New command.
7922
b747d346
DN
79232007-07-25 Alexandre Julliard <julliard@winehq.org>
7924
7925 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7926 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7927
6fb87e51
VJL
79282007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7929
7930 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7931
7932 * ps-mule.el: Doc fix.
2c0ebf75
VJL
7933 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7934 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6fb87e51 7935
4cf5577e
GM
79362007-07-25 Glenn Morris <rgm@gnu.org>
7937
7938 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7939 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7940 (cal-tex-daily-end, cal-tex-hook)
7941 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7942 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7943 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7944 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7945 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7946 (cal-tex-day-prefix, cal-tex-day-name-format)
7947 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7948 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7949 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7950 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7951 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7952 etc, rather than \bf.
7953 (cal-tex-mini-calendar): Fix typos in previous change.
7954 (cal-tex-latexify-list): Remove inner let binding.
7955 (cal-tex-end-document, cal-tex-banner): Use multi-line
7956 cal-tex-comment.
7957 (cal-tex-comment): Handle embedded newlines.
7958 (cal-tex-LaTeXify-string): Use substring-no-properties.
7959
bffa7817
SM
79602007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7961
7962 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7963 Add support for the Maden build tool.
7964
80f462b7
KH
79652007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7966
bffa7817 7967 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
80f462b7 7968
9aecacd0 79692007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
727bdea1 7970
9aecacd0 7971 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
ad546929 7972
64e3efd9
DN
79732007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7974
d7e69846
DN
7975 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7976 C-x C-q.
7977
64e3efd9
DN
7978 * vc-git.el (vc-git-print-log): Fix previous change.
7979
38f4a790
SM
79802007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7981
62e3c31f
SM
7982 * window.el (save-selected-window): Minor optimization.
7983 (bw-adjust-window): If operation failed, try with a smaller delta.
7984 (window-fixed-size-p): New function.
7985 (window-area-factor): New var.
7986 (balance-windows-area): New command.
7987
38f4a790
SM
7988 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7989 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7990 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7991 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7992 (ps-mule-begin-job): Use dolist.
7993
a9e11582
MA
79942007-07-24 Michael Albinus <michael.albinus@gmx.de>
7995
7996 * subr.el (start-file-process-shell-command)
7997 (process-file-shell-command): New defuns.
7998
38f4a790
SM
7999 * progmodes/compile.el (compilation-start):
8000 Apply `start-file-process-shell-command'.
a9e11582 8001
7546c767
DN
80022007-07-24 Alexandre Julliard <julliard@winehq.org>
8003
38f4a790 8004 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7546c767 8005
31386eea
AM
80062007-07-24 Alan Mackenzie <acm@muc.de>
8007
38f4a790
SM
8008 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8009 Initialise byte-compile-unresolved-functions before rather than
8010 after a compilation.
31386eea
AM
8011 (byte-compile-unresolved-functions): Amplify doc string.
8012
21b38b3c
GM
80132007-07-24 Glenn Morris <rgm@gnu.org>
8014
26933a68
GM
8015 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8016
21b38b3c
GM
8017 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8018 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8019 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8020 (cal-tex-cursor-week, cal-tex-cursor-week2)
8021 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8022 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8023 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8024 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8025
55abc44f
GM
8026 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8027 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8028 (cal-tex-day-name-format, cal-tex-cal-one-month)
8029 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8030 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8031 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8032 (cal-tex-list-holidays, cal-tex-cursor-year)
8033 (cal-tex-cursor-year-landscape, cal-tex-year)
8034 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8035 (cal-tex-cursor-month, cal-tex-insert-days)
8036 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8037 (cal-tex-first-blank-p, cal-tex-cursor-week)
8038 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8039 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8040 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8041 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8042 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8043 (cal-tex-latexify-list, cal-tex-previous-month)
8044 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8045 modernization, including using dotimes rather than
8046 calendar-for-loop.
8047 (cal-tex-LaTeX-subst-list): Remove `@'.
78a264f4
JB
8048 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8049 Use \textit and \textbf rather than \em and \it.
55abc44f 8050
6ce285a6
GM
8051 * calendar/cal-bahai.el (list-bahai-diary-entries)
8052 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8053 * calendar/cal-islam.el (list-islamic-diary-entries)
38f4a790 8054 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6ce285a6
GM
8055 * calendar/diary-lib.el (diary-list-entries)
8056 (mark-calendar-date-pattern): Use `dotimes' rather than
8057 `calendar-for-loop'.
8058
8059 * calendar/calendar.el (calendar-for-loop): Doc fix.
8060
ae59e888
SM
80612007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8064 underlying file is uptodate.
8065
de09204d 80662007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
26cc71af
SM
8067
8068 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8069
5719a098
SM
80702007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * vc-hooks.el (vc-mode-line-map): New const.
8073 (vc-mode-line): Use it.
8074
78a264f4 80752007-07-23 Alexandre Julliard <julliard@winehq.org>
8b38ce20 8076
d7009f45
DN
8077 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8078 (vc-git-unregister): New functions.
8b38ce20 8079 (vc-git-find-version): Use the result of ls-files as a parameter
78a264f4 8080 for cat-file.
8b38ce20 8081
d4443a0d
MA
80822007-07-23 Michael Albinus <michael.albinus@gmx.de>
8083
8084 * net/tramp.el (tramp-perl-file-attributes)
8085 (tramp-perl-directory-files-and-attributes)
8086 (tramp-handle-file-attributes-with-stat)
8087 (tramp-handle-directory-files-and-attributes-with-stat)
8088 (tramp-convert-file-attributes): Handle huge file sizes.
8089
297b8ccd
JL
80902007-07-23 Juri Linkov <juri@jurta.org>
8091
8092 * isearch.el (isearch-message-function): New variable.
8093 (isearch-update, isearch-search): Use it.
8094
8095 * simple.el (goto-history-element): New function created from
8096 next-history-element.
8097 (next-history-element): Most code moved to goto-history-element.
8098 Call goto-history-element with (- minibuffer-history-position n).
8099 (previous-history-element): Call goto-history-element with (+
8100 minibuffer-history-position n).
8101 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8102 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8103 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8104 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8105 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8106 (minibuffer-history-isearch-pop-state): New functions.
8107
33e0847d
TTN
81082007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8109
8110 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8111 Also, if FILE is a list, return non-nil if any of its elements
8112 should stay local. Update docstring.
8113
f5e087f8
SM
81142007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8115
5719a098
SM
8116 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8117 change by reverting a small part.
f5e087f8 8118
6b00d5f5
RS
81192007-07-23 Richard Stallman <rms@gnu.org>
8120
8121 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8122
b0f90937
DN
81232007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8124
8125 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
78a264f4 8126 handling it. Use vc-git-command.
b0f90937
DN
8127 (vc-git-find-version, vc-git-diff-tree): New functions.
8128 (vc-git-revert): Use vc-git-command.
8129 (vc-git--run-command): Delete.
8130
78a264f4 81312007-07-23 Alexandre Julliard <julliard@winehq.org>
4d3ac01e
DN
8132
8133 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8134
e43883be
KH
81352007-07-20 Kenichi Handa <handa@m17n.org>
8136
5719a098
SM
8137 * international/utf-8.el (utf-8-post-read-conversion):
8138 Temporarily bind utf-8-compose-scripts to nil while running
8139 *-compose-region functions.
e43883be 8140
9143abff
DN
81412007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8142
8143 * vc-git.el: Update status.
faa98100 8144 (vc-directory-exclusion-list): Use eval-after-load.
9143abff 8145
9f444841
NR
81462007-07-22 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * bindings.el (mode-line-remote): New variable.
8149 (help-echo): Add to default values of mode-line-format.
8150
8151 * files.el: Mark mode-line-remote as risky.
8152
02b99a17
JL
81532007-07-22 Juri Linkov <juri@jurta.org>
8154
8155 * isearch.el (isearch-edit-string): Save old point and
8156 isearch-other-end to old-point and old-other-end before reading
8157 the search string from minibuffer. After exiting minibuffer set
8158 point to old-other-end if point and the search direction is the
8159 same as before reading the search string.
8160 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8161 to isearch-other-end. Instead of isearch-search-and-update call
8162 three functions isearch-search, isearch-push-state and isearch-update.
8163
8b9783e0
DN
81642007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8165
8166 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8167 deal with multiple file arguments.
8168 (vc-git-print-log): Deal with multiple file arguments.
8169
f151b310
SM
81702007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8173 diff-refine-hunk. Adjust users.
8174 (diff-unified-hunk-p, diff-splittable-p): New functions.
8175 (diff-mode-menu): Use it to disable Split when it doesn't work.
8176
8f2d38de
SM
81772007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8178
8179 * diff-mode.el (diff-mode-menu): New entries.
8180
fd691799
SM
81812007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8182
3dc04e83
SM
8183 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8184 if applicable, so as to save undo-log space.
8185
e4456fdf
SM
8186 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8187
fd691799
SM
8188 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8189 (diff-file-kill): Use it.
8190 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8191 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8192 Use it so they find the hunk even when we're in the file header.
8193
53cc90ab
DN
81942007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8195
56b32800
JB
8196 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8197 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
53cc90ab
DN
8198 (vc-git-create-repo): New functions.
8199 (vc-git-registered): New autoloaded function definition.
8200 (vc-git-registered): Use vc-git-root.
8201 (vc-git-responsible-p): New defalias.
8202 (vc-git-annotate-extract-revision-at-line): Uncomment.
8203 (vc-git-print-log): Add the file name to the log.
8204 (vc-git-log-view-mode): New derived mode.
56b32800 8205 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
53cc90ab 8206
2e2eead3
MA
82072007-07-22 Michael Albinus <michael.albinus@gmx.de>
8208
8209 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8210
a9686d00
DK
82112007-07-22 Ralf Angeli <angeli@caeruleus.net>
8212
8213 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8214 file in a way that does not interfere with recentf mode.
8215 (reftex-access-parse-file): Do not risk destroying an existing
8216 buffer.
8217
78a264f4 82182007-07-22 Alexandre Julliard <julliard@winehq.org>
fff4a046
DN
8219
8220 * vc-git.el: New file.
8221
0f4827ee
SM
82222007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8223
fd691799 8224 * textmodes/tex-mode.el (tex-font-script-display): Change default.
0f4827ee 8225
3a12f9f8
DN
82262007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8227
8228 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8229 for branches and new files.
8230
8231 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8232 local-map handling ...
78a264f4 8233 (vc-mode-line): ... here. Improve handling of help-echo.
3a12f9f8
DN
8234
8235 * vc.el (mode-line-string): Document help-echo usage.
8236
31c70002
MA
82372007-07-22 Michael Albinus <michael.albinus@gmx.de>
8238
8239 Sync with Tramp 2.1.10.
8240
0f205eee 8241 * net/tramp.el (tramp-get-ls-command): Fix typo.
31c70002 8242
27e813fe 8243 * net/trampver.el: Update release number.
31c70002 8244
0389072b
JD
82452007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8246
56b32800 8247 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
0389072b
JD
8248
8249 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8250
6dbf6147
MR
82512007-07-22 Martin Rudalics <rudalics@gmx.at>
8252
8253 * add-log.el (change-log-fill-parenthesized-list): New function.
8254 (change-log-indent): Call change-log-fill-parenthesized-list.
78a264f4
JB
8255 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8256 Have lines with leading asterisk start a paragraph.
6dbf6147 8257
178b8baf
JB
82582007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8259
8260 * calc/calc-math.el (math-emacs-precision)
8261 (math-largest-emacs-expt, math-smallest-emacs-expt):
8262 New variables.
8263 (math-use-emacs-fn): New function.
8264 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8265 appropriate.
8266
a226e0ef
TTN
82672007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8268
8269 * image-dired.el (image-dired-sane-db-file): New func.
8270 (image-dired-write-tags, image-dired-remove-tag)
8271 (image-dired-list-tags, image-dired-write-comments)
8272 (image-dired-get-comment, image-dired-mark-tagged-files)
8273 (image-dired-create-gallery-lists): Call new func.
8274 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8275
34b7fb85
DN
82762007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8277
8278 * vc-hg.el (vc-hg-dir-state): Fix loop.
8279 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8280 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8281 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8282 (vc-hg-revert): Likewise.
8283 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8284 functions.
8285
74dea9e1
SM
82862007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8289 merge fails.
8290
765831a0
DN
82912007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8292
bb042dc6
SM
8293 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8294 Add group and version.
765831a0 8295
091525d5
SM
82962007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8297
e1f5b0ed 8298 * add-log.el (add-log-file-name): Use file-relative-name.
56b32800
JB
8299 (add-change-log-entry): Delay reading
8300 add-log-(full-name|mailing-address) to after we've switched to the
8301 ChangeLog buffer so we get the right value.
bb042dc6
SM
8302 (add-change-log-entry, add-log-current-defun, change-log-merge):
8303 Use derived-mode-p rather than checking major-mode directly.
e1f5b0ed 8304
6655f0bf
SM
8305 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8306 name for buffer-file-name if it refers to a directory.
8307
f3b8feb4
SM
8308 * vc-arch.el (vc-arch-diff): Fix last change.
8309
091525d5
SM
8310 * progmodes/compile.el (compilation-start): Remember the original
8311 directory in a buffer-local compilation-directory.
8312 (compile): Set the global value of compilation-directory.
8313 (recompile): Use compilation-directory even in the compilation buffer.
8314
d7927b9f
DN
83152007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8316
8317 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8318
3f0257cb
VJL
83192007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8320
8321 * ps-print.el: Problem with foreground and background color when
8322 printing a buffer with and without faces. Reported by Christian
8323 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8324 (ps-print-version): New version 6.7.5.
8325 (ps-default-fg): Change default value to nil, so black color is used
8326 when a face does not specify a foreground color.
8327 (ps-default-bg): Change default value to nil, so white color is used
8328 for background color.
8329 (ps-begin-job): Fix code.
8330
ec9bbc6c
EZ
83312007-07-20 Eli Zaretskii <eliz@gnu.org>
8332
8333 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8334 in $(INSTALL_DIR)/lisp/ if they already exist.
8335
83362007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8337
8338 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8339 in $(INSTALL_DIR)/lisp/ if they already exist.
8340
3b27900d
SM
83412007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8342
ceb19436
SM
8343 * progmodes/vera-mode.el (vera-re-search-forward)
8344 (vera-re-search-backward): Remove use of store-match-data.
e341a817 8345 (vera-mode-map): Move initialization into declaration.
ceb19436 8346
8ebbfc80
SM
8347 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8348 (flymake-find-buildfile): Use locate-dominating-file.
8349
d1a607bc
SM
8350 * vc.el (vc-delistify): Use mapconcat.
8351 (vc-do-command): Minor simplification.
8352 (vc-expand-dirs): Use push.
8353
da4c9778
SM
8354 * vc-mcvs.el (vc-mcvs-create-repo):
8355 * vc-cvs.el (vc-cvs-create-repo): Remove.
8356
3b27900d
SM
8357 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8358 directory and the root as well.
8359
a6ea7ffc
DN
83602007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8361
c0edfa75
DN
8362 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8363 instead of a file.
8364
a6ea7ffc
DN
8365 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8366 (vc-hg-registered): Replace if with when.
3b27900d 8367 (vc-hg-state): Deal with nonexistent files and handle removed files.
a6ea7ffc
DN
8368 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8369 (vc-hg-checkout): Re-enable.
8370 (vc-hg-create-repo): Fix typos.
c0edfa75 8371 (vc-hg-print-log): Fix for multiple files.
a272e668 8372 (vc-hg-workfile-unchanged-p): New function.
a6ea7ffc
DN
8373
8374 * vc.el: Fix typo.
ee2f409b
DN
8375 (vc-print-log): Fix call to print-log.
8376 (vc-default-comment-history): Likewise.
c0edfa75
DN
8377 (vc-directory-exclusion-list): Add .hg and .bzr.
8378 (vc-diff-internal): Pass a list instead of a file.
a6ea7ffc
DN
8379
8380 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8381
8382 * vc-bzr.el (vc-bzr-create-repo): New function.
8383
66752bb4
SM
83842007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8387 `file' from which to start the search.
8388
c1fec027
ER
83892007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8390
84a7b243
DN
8391 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8392 having a single file argument to having a list of files as the
8393 first argument.
418fd375 8394
c1fec027 83952007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
66752bb4 8396
418fd375
SM
8397 * files.el (locate-dominating-file): New function.
8398
6e3aa3f5
MA
83992007-07-18 Michael Albinus <michael.albinus@gmx.de>
8400
8401 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8402 (grep-compute-defaults): Use it.
8403
e725d58f
SM
84042007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * uniquify.el: Docstring fixes.
8407
4e6e4fe5
ER
84082007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8409
0729e1c4
DN
8410 * vc.el (revision-granularity, create-repo): Document new vc
8411 backend properties.
8412 (vc-rollback): Renamed from vc-cancel-version. Update
8413 references. Pass a list instead of a file.
8414 (vc-revert): Renamed from vc-revert-buffer. Update references.
8415 (vc-delistify, vc-expand-dirs): New functions.
8416 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8417 of files instead of a single file.
8418 (vc-position-context, vc-resync-window, vc-diff-internal)
8419 (vc-print-log): Pass a list instead of a file.
8420
8421 * vc-hooks.el (vc-stay-local-p, vc-backend)
8422 (vc-backend-subdirectory-name): Work on a file list, not a single
8423 file.
8424 (vc-workfile-version): Update docstring.
8425 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8426 vc-revert instead of vc-revert-buffer.
8427 (vc-prefix-map): Likewise. Bind vc-update.
8428
8429 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8430 (vc-svn-wash-log): New functions.
8431 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8432 (vc-svn-command): Deal with a list of files, not a single file.
8433
8434 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8435 (vc-rcs-wash-log): New functions.
8436 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8437 Deal with a list of files, not a single file.
8438 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8439
8440 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8441 functions.
8442 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8443 list of files, not a single file.
8444
8445 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8446 New functions.
8447 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8448 (vc-mcvs-diff): Deal with a list of files, not a single file.
8449
8450 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8451 functions.
8452 (vc-hg-print-log): Deal with a list of files, not a single file.
8453 (vc-hg-diff-tree): New function, replace defalias with the same
8454 name.
8455 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8456 FILES to denote that it is a file list, not a single file.
8457
8458 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8459 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8460 a single file.
8461 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8462 that it is a file list, not a single file.
8463 (vc-cvs-diff): Likewise. Simplify.
8464
8465 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8466 Deal with a list of files, not a single file.
8467
8468 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8469 (vc-bzr-print-log): Update FILE parameter name to denote that it
8470 is a file list, not a single file.
8471 (vc-bzr-diff): Likewise. Use the car of files.
f0fe4395 8472
4e6e4fe5 84732007-07-18 Juanma Barranquero <lekktu@gmail.com>
418fd375 8474
f0fe4395
JB
8475 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8476 (follow-delete-other-windows-and-split, follow-recenter)
8477 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8478 (follow-redisplay, follow-estimate-first-window-start)
8479 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8480 Fix typos in docstrings.
8481
3ee9a09c
MR
84822007-07-18 Martin Rudalics <rudalics@gmx.at>
8483
8484 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8485 avoid that filling introduces lines with a single asterisk.
8486
8487 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8488 avoid incorrect kmacro-ring-empty-p messages.
f0fe4395 8489 Reported by Michael Schierl <schierlm@gmx.de>.
3ee9a09c 8490
1e899515 84912007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 8492
1e899515 8493 * vc.el: Add more info about the vc-registered function.
6fee106e 8494
ce3f516f
MA
84952007-07-17 Michael Albinus <michael.albinus@gmx.de>
8496
8497 * files.el (file-remote-p): Introduce optional parameter
8498 IDENTIFICATION.
8499
8500 * recentf.el (recentf-keep-default-predicate): Adapt call of
8501 `file-remote-p'.
8502
8503 * progmodes/grep.el (grep-probe): Use `process-file'.
8504 (grep-compute-defaults): Handle variables host specific.
8505
f0fe4395 8506 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
ce3f516f
MA
8507 parameter IDENTIFICATION.
8508
8509 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8510 parameter IDENTIFICATION.
8511 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8512 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8513 Add entry for `set-file-times'.
8514 (tramp-do-copy-or-rename-file-via-buffer)
8515 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8516 (tramp-handle-unhandled-file-name-directory): Rewrite.
8517 (tramp-convert-file-attributes): Add error handling when inode is
8518 extraordinary big.
8519 (tramp-get-inode): Change parameter from FILE to VEC.
f0fe4395
JB
8520 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8521 is nil. This is according to the specification. Goto (point-max)
ce3f516f
MA
8522 when ready.
8523 (tramp-handle-shell-command): Rewrite completely, using
8524 `process-file' and `start-file-process'.
8525 (tramp-methods, tramp-find-shell)
8526 (tramp-open-connection-setup-interactive-shell)
8527 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8528 var. Reported by Steve Youngs <steve@sxemacs.org>.
8529
8530 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8531 entry for `set-file-times'. Rename `start-process' into
8532 `start-file-process'. Remove `call-process' entry.
8533 (tramp-fish-handle-set-file-times): New defun.
8534 (tramp-fish-handle-executable-find): Use `process-file'.
8535 (tramp-fish-handle-process-file): New defun. Replaces
8536 `tramp-fish-handle-call-process'.
8537 (tramp-fish-do-copy-or-rename-file-directly): Use
8538 `set-file-times'.
8539 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8540
8541 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8542 `tramp-get-inode' parameter.
8543
8c58e784
SM
85442007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8547 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8548 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8549 it has ever existed.
8550
9e6da495
DN
85512007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8552
8553 * vc.el: Undo previous change.
8554
a055c272
EZ
85552007-07-16 Eli Zaretskii <eliz@gnu.org>
8556
8557 * makefile.w32-in (clean): Don't delete *~.
8558
e58914d0
SM
85592007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8560
c25d0edb
SM
8561 * textmodes/tex-mode.el (tex-verbatim-environments):
8562 Add safe-local-variable property.
8563 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8564 when starting font-lock rather than when loading tex-mode.el.
8565
e58914d0
SM
8566 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8567 whole $( rather than just the $. Rename from sh-quoted-subshell.
8568 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8569
1499cfba
TTN
85702007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8571
1de49d4e
TTN
8572 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8573 bookmark-alist. Instead, if not sorting, simply return it.
8574 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8575 for its return value, not for its side effect.
8576
1499cfba
TTN
8577 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8578 case of alignment under a constant symbol, find and consider
8579 the sexp actually at indentation to be the "last sexp".
8580
1de49d4e 85812007-07-16 Drew Adams <drew.adams@oracle.com>
b3709a53
RS
8582
8583 * mouse.el (mouse-yank-secondary): Better error message if no
8584 secondary selection.
8585
2b1070c8
DN
85862007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8587
dbd3d787
DN
8588 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8589
2b1070c8
DN
8590 * term/xterm.el (xterm-turn-on-modify-other-keys)
8591 (xterm-turn-off-modify-other-keys): New functions.
8592 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8593 terminal supports it.
8594
fd5306d2
TTN
85952007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8596
8597 * bookmark.el (bookmark-show-all-annotations):
8598 Make sure each inserted annotation ends with newline.
8599
1e899515 86002007-07-15 Richard Stallman <rms@gnu.org>
6fee106e 8601
1e899515 8602 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6fee106e 8603
1e899515
MB
8604 * tutorial.el (tutorial--find-changed-keys):
8605 Handle C-x specially like ESC.
6fee106e 8606
1e899515 86072007-07-15 Aaron Hawley <aaronh@garden.org>
6fee106e 8608
1e899515 8609 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6fee106e 8610
0aeeaa26
JL
86112007-07-15 Juri Linkov <juri@jurta.org>
8612
8613 * delsel.el (delete-selection-pre-hook):
8614 * emulation/cua-base.el (cua-paste): Before a yank command,
8615 check also whether last-command is one of mouse-save-then-kill,
8616 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8617
abb971c3 86182007-07-15 Michael Albinus <michael.albinus@gmx.de>
60f164bd
MA
8619
8620 * recentf.el (recentf-keep-default-predicate): New defun.
8621 (recentf-keep): Use it as initial value.
8622
36ae4ff7
KF
86232007-07-15 Karl Fogel <kfogel@red-bean.com>
8624
8625 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8626 thus restoring bookmark bindings to three slots under C-x r. See
8627 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8628
4207db9a
GM
86292007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8630
004b681c 8631 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
4207db9a 8632
3af37803
JR
86332007-07-15 Jason Rumney <jasonr@gnu.org>
8634
8635 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8636 for input to cmdproxy on all versions of Windows.
8637 Use dos line ends for input to plink.
8638
8639 * comint.el (comint-simple-send): Concat newline before sending.
8640 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8641
a25beddb
SM
86422007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8645 safe-local-variable setting.
8646
287a387c
DK
86472007-07-14 David Kastrup <dak@gnu.org>
8648
8649 * emacs-lisp/advice.el (defadvice): Doc fix.
8650
ebc3ae14
JB
86512007-07-14 Juanma Barranquero <lekktu@gmail.com>
8652
8653 * subr.el (when, unless): Doc fix.
8654
6f8a87c0 86552007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 8656
6f8a87c0 8657 * replace.el (match): Use yellow1 instead of yellow.
6fee106e 8658
87094c03
FP
8659 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8660 red.
6fee106e 8661
6f8a87c0 8662 * pcvs-info.el (cvs-unknown): Likewise.
6fee106e 8663
564a3032
EZ
86642007-07-13 Eli Zaretskii <eliz@gnu.org>
8665
8666 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8667 (install): Use them to copy all *.el files before *.elc.
8668
78a264f4 86692007-07-13 Drew Adams <drew.adams@oracle.com>
241ab2b5
KF
8670
8671 * bookmark.el (bookmark-jump-other-window): New function.
8672 (bookmark-map): Bind it to "o".
8673
f8b7331d 8674 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
a25beddb
SM
8675 and its thread contains discussion about this change.
8676 The original patch was slightly tweaked by Karl Fogel
f8b7331d 8677 <kfogel@red-bean.com> before committing.
241ab2b5 8678
d14c45f7
KF
86792007-07-13 Karl Fogel <kfogel@red-bean.com>
8680
8681 * bookmark.el: Shorten some comments to fit within 80 lines.
8682
e4f6f302
KF
86832007-07-13 Karl Fogel <kfogel@red-bean.com>
8684
8685 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8686 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
a25beddb 8687 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
e4f6f302
KF
8688 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8689
d72dd6bc
CD
86902007-07-13 Carsten Dominik <dominik@science.uva.nl>
8691
8692 * textmodes/org.el: Bug fixes.
ebc3ae14 8693 (org-end-of-line): Move to end of line if in headline without tags.
d72dd6bc 8694
fc8b8d0f
SM
86952007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8696
e5162bc1
SM
8697 * vc-hooks.el: Remove spurious * in docstrings.
8698 (vc-handled-backends): Add BZR.
8699
fc8b8d0f
SM
8700 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8701
9e29c91c
JB
87022007-07-12 Davis Herring <herring@lanl.gov>
8703
8704 * desktop.el (desktop-buffer-info, desktop-save):
8705 Use `desktop-dirname' instead of `dirname'.
8706
4f7a582b
SM
87072007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8708
8709 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8710
8711 * progmodes/python.el (python-which-func-length-limit): New var.
8712 (python-which-func): New function.
8713 (python-current-defun): Add optional `length-limit' and try to fit
8714 computed function name to that length.
8715 (python-mode): Hook `python-which-func' up.
8716
c788d366
SM
87172007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8718
8719 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8720
8721 * comint.el (comint-dynamic-complete-as-filename):
8722 Use read-file-name-completion-ignore-case.
8723
2346acf6
SM
87242007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8725
c788d366
SM
8726 * comint.el (comint-dynamic-list-filename-completions):
8727 Use read-file-name-completion-ignore-case.
8728
2346acf6
SM
8729 * vc-cvs.el: Require CL.
8730 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8731 New functions to provide completion of revision names.
8732
8733 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8734 (vc-cvs-annotate-first-line-re): New const.
8735 (vc-cvs-annotate-process-filter): New fun.
8736 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8737
1bed504a
SM
87382007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8739
8740 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8741 (eldoc-print-current-symbol-info): Adjust for changed helper
8742 function signatures.
8743 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8744 `eldoc-highlight-function-argument'.
8745 (eldoc-highlight-function-argument): New function.
8746 (eldoc-get-var-docstring): Format documentation with
8747 `font-lock-variable-name-face'.
8748 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8749 where suited.
8750 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8751 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8752
db8af973
MA
87532007-07-11 Michael Albinus <michael.albinus@gmx.de>
8754
8755 * progmodes/compile.el (compilation-start): `start-process' must
8756 still be redefined when calling `start-process-shell-command'.
8757
8758 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8759 remote file name, prepend its remote part to the filename.
8760 (gud-common-init): When `default-directory' is a remote file name,
8761 make the filename relative to it.
8762 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8763
82c4728d
DN
87642007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8765
8766 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8767 mouse binding and a tooltip.
8768
87692007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * menu-bar.el (vc-menu-map): New defalias.
8772
6f8a87c0 87732007-07-10 Richard Stallman <rms@gnu.org>
6fee106e 8774
6f8a87c0
MB
8775 * emacs-lisp/lisp-mode.el (eval-defun):
8776 Explain special handling of `defface'.
6fee106e 8777
c636ecc6
NR
87782007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8779
8780 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8781
8782 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8783
ebaba1bd
SM
87842007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8785
1cd643e7
SM
8786 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8787
ebaba1bd
SM
8788 * vc-arch.el (vc-arch-complete): Remove.
8789 (vc-arch-revision-completion-table): Use complete-with-action.
8790
8791 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8792 (complete-with-action): New function.
8793 (dynamic-completion-table): Use it.
8794
4b29e550
MA
87952007-07-10 Michael Albinus <michael.albinus@gmx.de>
8796
8797 * comint.el (make-comint, make-comint-in-buffer)
8798 (comint-exec-1): Replace `start-process' by `start-file-process'.
8799
8800 * progmodes/compile.el (compilation-start): Revert redefining
8801 `start-process'.
8802
48df920c
SM
88032007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8804
1bed504a
SM
8805 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8806 with EOLs when generating MD5 checksums.
8807
7dcef48d
SM
8808 * follow.el: Don't change the global map from the follow-mode-map
8809 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8810 XEmacs code.
8811 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8812 since `follow-mode' should be used instead for that.
8813
d3883360
SM
8814 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8815 (easy-menu-do-define): Use it.
8816 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8817
813fb3fe
SM
8818 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8819 (compilation-auto-jump-to-next): New vars.
8820 (compilation-auto-jump): New function.
8821 (compilation-error-properties): Use them to jump to first error.
8822 (compilation-start): Set the var if requested.
8823
48df920c
SM
8824 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8825 duplicates without also removing entries from other directories.
8826
f3850a5f
CD
88272007-07-10 Carsten Dominik <dominik@science.uva.nl>
8828
8829 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8830 Remember span as default.
48df920c
SM
8831 (org-columns-edit-value): Rename from `org-column-edit'.
8832 (org-columns-display-here-title): Rename from
f3850a5f 8833 `org-overlay-columns-title'.
48df920c
SM
8834 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8835 (org-columns-get-autowidth-alist): Rename from
8836 `org-get-columns-autowidth-alist'.
8837 (org-columns-display-here): Rename from `org-overlay-columns'.
8838 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8839 (org-columns-quit): Rename from `org-column-quit'.
8840 (org-columns-show-value): Rename from `org-column-show-value'.
f3850a5f
CD
8841 (org-columns-content, org-columns-widen)
8842 (org-columns-next-allowed-value)
8843 (org-columns-edit-allowed, org-columns-store-format)
8844 (org-columns-uncompile-format, org-columns-redo)
8845 (org-columns-edit-attributes, org-delete-property)
8846 (org-set-property, org-columns-update)
8847 (org-columns-compute, org-columns-eval)
8848 (org-columns-not-in-agenda, org-columns-compute-all)
8849 (org-property-next-allowed-value)
8850 (org-columns-compile-format)
8851 (org-fill-paragraph-experimental)
8852 (org-string-to-number, org-property-action)
f0fe4395 8853 (org-columns-move-left, org-columns-new)
f3850a5f
CD
8854 (org-column-number-to-string)
8855 (org-property-previous-allowed-value)
8856 (org-at-property-p, org-columns-delete)
8857 (org-columns-previous-allowed-value)
8858 (org-columns-move-right, org-columns-narrow)
8859 (org-property-get-allowed-values)
8860 (org-verify-version, org-column-string-to-number)
8861 (org-delete-property-globally): New functions.
48df920c
SM
8862 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8863 (org-columns-overlays): Rename from `org-column-overlays'.
8864 (org-columns-map): Rename from `org-column-map'.
8865 (org-columns-current-maxwidths): Rename from
f3850a5f
CD
8866 `org-current-columns-maxwidths'.
8867 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8868 (org-previous-header-line-format)
8869 (org-columns-inhibit-recalculation)
8870 (org-columns-top-level-marker): New variables.
48df920c 8871 (org-columns-default-format): Rename from `org-default-columns-format'.
f3850a5f
CD
8872 (org-property-re): New constant.
8873
45595a4f 88742007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6fee106e 8875
45595a4f 8876 * subr.el (looking-at-p, string-match-p): New functions.
6fee106e 8877
2b1567a5
RS
88782007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8879
8880 * textmodes/tex-mode.el (tex-fontify-script)
8881 (tex-font-script-display): New variables to make display of
8882 superscripts and subscripts customizable.
8883 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8884
ccbbae2c
RS
88852007-07-09 Richard Stallman <rms@gnu.org>
8886
8887 * isearch.el (isearch-edit-string): Call to isearch-push-state
8888 after the search.
8889
825906b8
JD
88902007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8891
8892 * window.el (fit-window-to-buffer): Remove setting of window-min-height
39127636
JB
8893 to 1 as enlarge-window uses the value to resize/shrink windows other
8894 than WINDOW if needed.
825906b8 8895
45595a4f
RS
88962007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * cus-start.el (file-coding-system-alist): Fix custom type.
8899
89002007-07-08 Chong Yidong <cyd@stupidchicken.com>
8901
8902 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8903 modified.
48df920c
SM
8904 (longlines-auto-wrap, longlines-window-change-function):
8905 Remove unnecessary calls to set-buffer-modified-p.
45595a4f 8906
6bd7e3b4
KY
89072007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8908
8909 * cus-start.el (file-coding-system-alist): Fix custom type.
8910
f4b43eb3
SM
89112007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8914 (vc-cvs-checkout): Remove last arg now unused; simplify.
8915
00d6fd04
MA
89162007-07-08 Michael Albinus <michael.albinus@gmx.de>
8917
8918 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8919
8920 * net/tramp.el:
8921 * net/tramp-ftp.el:
8922 * net/tramp-smb.el:
8923 * net/tramp-uu.el:
8924 * net/trampver.el: Migrate to Tramp 2.1.
8925
8926 * net/tramp-cache.el:
8927 * net/tramp-fish.el:
8928 * net/tramp-gw.el: New Tramp packages.
8929
8930 * net/tramp-util.el:
8931 * net/tramp-vc.el: Removed.
8932
b83483d5 8933 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
00d6fd04
MA
8934 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8935
8936 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8937
8938 * progmodes/compile.el (compilation-start): Redefine
8939 `start-process' temporarily when `default-directory' is remote.
8940 Remove case of synchronous compilation, this won't happen ever.
8941 (compilation-setup): Make local variable `comint-file-name-prefix'
8942 for remote compilation.
8943
0468beec
MR
89442007-07-08 Martin Rudalics <rudalics@gmx.at>
8945
8946 * novice.el (disabled-command-function): Fit window to buffer to
8947 make last line visible.
8948 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8949
8950 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8951 when handling the terminating event.
8952
94c95a35
JB
89532007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8954
8955 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8956 (math-bignum-digit-length): Change to optimal value.
8957
4346200e
JB
8958 * calc/calc-bin.el (math-bignum-logb-digit-size)
8959 (math-bignum-digit-power-of-two): Evaluate when compiled.
8960
94c95a35 8961 * calc/calc-comb.el (math-small-factorial-table)
39127636 8962 (math-init-random-base, math-prime-test): Remove unnecessary calls
94c95a35
JB
8963 to `math-read-number-simple'.
8964
39127636 8965 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
94c95a35
JB
8966 (math-approx-gamma-const): Add docstrings.
8967
8968 * calc/calc-forms.el (math-julian-date-beginning)
ebc3ae14 8969 (math-julian-date-beginning-int): New constants.
39127636 8970 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
94c95a35
JB
8971 Use the new constants.
8972
8973 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8974
39127636
JB
8975 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8976 Add docstrings.
94c95a35 8977
cd42ec7d
SM
89782007-07-07 Tom Tromey <tromey@redhat.com>
8979
8980 * vc.el (vc-annotate): Jump to line and output message only after the
8981 process is really all done.
8982
7c33af85
SM
89832007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * vc.el (vc-exec-after): Don't move point from the sentinel.
8986 Forcefully read all the remaining text in the pipe upon process exit.
8987 (vc-annotate-display-autoscale, vc-annotate-lines):
8988 Don't stop at the first unrecognized line.
8989 (vc-annotate-display-select): Run autoscale after the process is done
8990 since it depends on the whole result.
8991
fc70e90f
EZ
89922007-07-07 Eli Zaretskii <eliz@gnu.org>
8993
8994 * term/w32-win.el (menu-bar-open): New function.
8995 Bind <f10> to it.
8996
7cb76caa
MA
89972007-07-07 Michael Albinus <michael.albinus@gmx.de>
8998
8999 * simple.el (start-file-process): New defun.
9000
0b7750a9
SM
90012007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9002
75f6af19
SM
9003 * files.el (find-file-confirm-nonexistent-file): Rename from
9004 find-file-confirm-inexistent-file. Update users.
9005
0b7750a9
SM
9006 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9007 format of autoload block where the file's time-stamp is replaced by its
9008 MD5 checksum.
9009 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9010 time-stamp for secondary autoloads files.
9011 (update-directory-autoloads): Remove duplicate entries.
9012 Use time-less-p for time-stamps, as done in autoload-find-destination.
9013
e90988a0
JB
90142007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9015
9016 * calc/calc.el (math-read-number): Replace number by variable.
9017 (math-read-number-simple): Properly parse small integers.
9018
dc5d263f
DN
90192007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9020
9021 * vc.el: Fix doc for the checkout function.
9022
a07e665b
DN
90232007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9024
9025 * vc-hg.el (vc-hg-root): New function.
9026 (vc-hg-registered): Use it.
9027 (vc-hg-diff-tree): New defalias.
9028 (vc-hg-responsible-p): Likewise.
9029 (vc-hg-checkout): Comment out, not needed.
9030 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9031 (vc-hg-find-version, vc-hg-next-version): New functions.
9032
78ddf12f
AS
90332007-07-06 Andreas Schwab <schwab@suse.de>
9034
9035 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9036 dynamic bindings around the evaluation of the expression.
9037 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9038
ddd7c238
SM
90392007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9042 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9043 Use run-hooks rather than run-mode-hooks.
9044
3fa5c462
JB
90452007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9046
9047 * calc/calc-comb.el (math-random-digit): Rename to
9048 `math-random-three-digit-number'.
9049 (math-random-digits): Don't depend on representation of integer.
9050
9051 * calc/calc-bin.el (math-bignum-logb-digit-size)
9052 (math-bignum-digit-power-of-two): New constants.
39127636
JB
9053 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9054 (math-not-bignum, math-clip-bignum): Use the constants
3fa5c462
JB
9055 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9056 instead of their values.
9057 (math-clip): Use math-small-integer-size instead of its value.
9058
9ae06d96
JB
9059 * calc/calc.el (math-add-bignum): Replace number by constant.
9060
61af0f39
CY
90612007-07-05 Chong Yidong <cyd@stupidchicken.com>
9062
ddd7c238
SM
9063 * wid-edit.el (widget-documentation-string-value-create):
9064 Insert indentation spaces.
61af0f39 9065
c1d478c3
TTN
90662007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9067
9068 * emacs-lisp/byte-opt.el: Revert last change.
9069
c2ba4a6b
DN
90702007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 * vc-hooks.el (vc-handled-backends): Add HG.
9073
9074 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9075
f15ca944
SM
90762007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * complete.el (PC-do-complete-and-exit): Add support for the new
9079 `confirm-only' confirmation mode.
9080
2321b042
CY
90812007-07-05 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * cus-edit.el (custom-commands): New variable.
9084 (custom-tool-bar-map): New variable. Initialize using
9085 `custom-commands'.
9086 (custom-mode): Use `custom-tool-bar-map'.
9087 (custom-buffer-create-internal): Insert action buttons only if
9088 tool bar is not used. Use `custom-commands'.
9089 (Custom-help, custom-command-apply): New function.
9090 (custom-command-apply, Custom-set, Custom-save)
9091 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9092 Use `custom-command-apply' instead of duplicating code.
9093 (customize-group-other-window): Call `customize-group' instead of
9094 duplicating code.
9095 (customize-face-other-window): Call `customize-face' instead of
9096 duplicating code.
9097 (customize-group, customize-face): Add optional args for opening
9098 in another window.
9099 (custom-variable-tag): Don't inherit `variable-pitch' face.
9100 (custom-group-tag): Inherit `variable-pitch' face.
9101 (custom-variable-value-create): Set documentation indentation.
9102 (custom-group-value-create): Make group name a link, instead of
9103 using an extra "go to group" button.
9104 (custom-prompt-variable, custom-group-set, custom-group-save)
9105 (custom-group-reset-current, custom-group-reset-saved)
9106 (custom-group-reset-standard): Minor cleanup.
9107
978d4c87
TTN
91082007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9109
9110 * Makefile.in (bootstrap-prepare): When copying from
9111 ldefs-boot.el, make sure loaddefs.el is writeable.
9112
4c5cd2d2
TTN
9113 (bootstrap-prepare): Make $(lisp)/ps-print.el
9114 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9115
b33ac3b7
DN
91162007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9117
9118 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9119 only caller, and delete.
9120 (vc-hg-state): Deal with exceptions and only parse the output on
9121 successful return.
4ac3eac7
DN
9122 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9123 caller, and delete.
b33ac3b7
DN
9124 (vc-hg-workfile-version): Deal with exceptions and only parse the
9125 output on successful return.
4ac3eac7 9126 (vc-hg-revert): New function.
b33ac3b7 9127
b4739e5d
JB
91282007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9129
9130 * calculator.el (calculator-expt): Use more cases to determine
9131 the value.
9132
c89d0fd4 91332007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6fee106e 9134
c89d0fd4
MB
9135 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9136 file names.
6fee106e 9137
f50347a9
JB
91382007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9139
9140 * calculator.el (calculator-expt, calculator-integer-p):
9141 New functions.
9142 (calculator-fact): Check to see if the factorial will be too
9143 large before computing it.
9144 (calculator-initial-operators): Use `calculator-expt' to
9145 compute "^".
9146 (calculator-mode): Mention that results which are too large
9147 will return inf.
aa9f2751
JB
9148 * calc/calc-comb.el (math-small-factorial-table): Replace list
9149 by vector.
f50347a9 9150
b71f9bdb
DK
91512007-07-03 David Kastrup <dak@gnu.org>
9152
9153 * shell.el: On request of the authors, remove their addresses for
9154 the sake of bug reports, and add the developer list address as
9155 maintainer information.
9156
cf84d3ce
RS
91572007-07-03 Richard Stallman <rms@gnu.org>
9158
9159 * files.el (make-directory): Doc fix.
9160 (find-file-confirm-inexistent-file): Make it a defcustom.
9161 Make nil the default.
9162
91632007-07-02 Richard Stallman <rms@gnu.org>
9164
9165 * startup.el (command-line): Set buffer-offer-save in *scratch*
9166 and enable auto-save in it.
9167
39586cf3
CD
91682007-07-02 Carsten Dominik <dominik@science.uva.nl>
9169
9170 * textmodes/org.el (orgstruct-mode-map): New variable.
9171 (orgstruct-mode): New minor mode.
9172 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9173 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9174 (org-run-like-in-org-mode): New functions.
9175 (org-cycle-list-bullet): New command.
9176 (org-special-properties, org-property-start-re)
9177 (org-property-end-re): New constants.
9178 (org-with-point-at): New macro.
9179 (org-get-property-block, org-entry-properties, org-entry-get)
9180 (org-entry-delete, org-entry-get-with-inheritance)
9181 (org-entry-put, org-buffer-property-keys): New functions.
9182 (org-insert-property-drawer): New command.
9183 (org-entry-property-inherited-from): New variable.
9184 (org-column): New face.
9185 (org-column-overlays, org-current-columns-fmt)
9186 (org-current-columns-maxwidths, org-column-map): New variables.
9187 (org-column-menu): New menu.
9188 (org-new-column-overlay, org-overlay-columns)
9189 (org-overlay-columns-title, org-remove-column-overlays)
93137d49
JB
9190 (org-column-show-value, org-column-quit, org-column-edit):
9191 New functions.
39586cf3
CD
9192 (org-columns, org-agenda-columns): New commands.
9193 (org-get-columns-autowidth-alist): New functions.
9194 (org-properties): New customize group.
9195 (org-default-columns-format): New option.
9196 (org-priority): Realign tags after changing priority.
9197 (org-preserve-lc): New macro.
9198 (org-update-checkbox-count): Catch case when there is no headline.
9199 (org-agenda-quit): Remove any column overlays.
9200 (org-beginning-of-item-list): Fixed bug when non-item line is
9201 indented too deep.
9202 (org-cached-props): New variable.
9203 (org-cached-entry-get): New function.
9204 (org-make-tags-matcher): Handle property matches.
9205 (org-table-recalculate): Swap evaluation order: Field formula
9206 first, then column formulas, but don't allow them to overwrite the
9207 field formulas.
9208 (org-table-eval-formula): New argument untouchable.
9209 (org-table-put-field-property): New function.
9210
e8749da6
MR
92112007-07-02 Martin Rudalics <rudalics@gmx.at>
9212
39127636 9213 * help-mode.el (help-make-xrefs): Skip spaces too when
e8749da6
MR
9214 skipping tabs.
9215
9216 * ffap.el (dired-at-point-prompter): Improve prompt in
9217 list-directory case.
9218
c89d0fd4 92192007-07-01 Richard Stallman <rms@gnu.org>
6fee106e 9220
c89d0fd4 9221 * files.el (find-file-visit-truename): Fix safe-local-variable value.
6fee106e 9222
b1916c6e
RS
92232007-07-01 Richard Stallman <rms@gnu.org>
9224
9225 * cus-start.el (max-mini-window-height): Added.
9226
92272007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9228
9229 * complete.el (partial-completion-mode): Remove advice of
4c5cd2d2 9230 read-file-name-internal.
b1916c6e
RS
9231 (PC-do-completion): Rebind minibuffer-completion-table.
9232 (PC-read-file-name-internal): New function doing what
9233 read-file-name-internal advice did.
9234
ed2f6a47
TTN
92352007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9236
9237 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9238 property on a few symbols.
9239 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9240 (byte-optimize-lapcode): Remove bindings that are not referenced
9241 and certainly will not effect through dynamic scoping.
9242
14fd09e5
SM
92432007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * files.el (find-file-confirm-inexistent-file): New var.
9246 (find-file, find-file-other-window, find-file-other-frame)
9247 (find-file-read-only, find-file-read-only-other-window)
9248 (find-file-read-only-other-frame): Use it.
9249
f61fd6b7
SM
92502007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9253
bd1bb1c7
JB
92542007-06-29 Juanma Barranquero <lekktu@gmail.com>
9255
9256 * generic-x.el (generic-define-mswindows-modes)
9257 (generic-define-unix-modes, apache-log-generic-mode)
9258 (bat-generic-mode-keymap, java-manifest-generic-mode)
9259 (show-tabs-generic-mode): Fix typos in docstrings.
9260
0ffab1eb
TTN
92612007-06-29 Ryan Yeske <rcyeske@gmail.com>
9262
9263 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
bd1bb1c7 9264 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
0ffab1eb
TTN
9265 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9266 (rcirc-print): Never ignore messages from ourself.
9267
0ffaebf0
SM
92682007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9271 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9272
e1e16897
JD
92732007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9274
9275 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9276 replace-regexp-in-string.
9277
b68f6e48
SM
92782007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * emacs-lisp/cl.el: Set edebug and indentation before loading
9281 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9282
dd8d430f
AS
92832007-06-28 Andreas Schwab <schwab@suse.de>
9284
9285 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9286 $(lisp)/subdirs.el.
9287
d9d0113f
JB
92882007-06-28 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9291 the speedbar frame if nil; that deletes the current frame or
9292 causes an error if it is the only frame.
9293 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9294
cd7c4fc5
TTN
92952007-06-28 Kevin Ryde <user42@zip.com.au>
9296
9297 * textmodes/nroff-mode.el: Groff \# comments.
9298 (nroff-mode-syntax-table): \# comment intro,
9299 plain # as punct per global table.
9300 (nroff-font-lock-keywords): Add # as a single char escape.
9301 (nroff-mode): In comment-start-skip, match \#.
9302
360cf7bc
SM
93032007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9306 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9307 point-min == 1.
9308
8315a3b5
NR
93092007-06-28 Nick Roberts <nickrob@snap.net.nz>
9310
360cf7bc
SM
9311 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9312 Rename and move to...
8315a3b5
NR
9313
9314 * subr.el (strings->string, string->strings): ...here.
9315
9316 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9317 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9318
9319 * progmodes/gud.el (gud-common-init): Call string->strings instead
9320 of split-string.
9321
4a725859
MA
93222007-06-27 Michael Albinus <michael.albinus@gmx.de>
9323
9324 * dired-aux.el: Remove `dired-call-process'.
9325 (dired-check-process): Call `process-file'.
9326
9327 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9328
9329 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9330 `ange-ftp-process-file'.
9331
413d6d87
SM
93322007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9333
dbc65a5e
SM
9334 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9335
9336 * emacs-lisp/cl-extra.el:
9337 * emacs-lisp/cl-seq.el:
9338 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9339 Add autoload cookies on all defs autoloaded manually in cl.el.
9340
9341 * emacs-lisp/cl-loaddefs.el: New file.
9342
36c6bc15
SM
9343 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9344 (texinfo-lowersections-alist): Merge definition and declaration.
9345 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9346 (texinfo-format-syntax-table): Merge init into declaration.
9347 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9348 (texinfo-format-parse-defun-args, texinfo-format-node)
9349 (texinfo-push-stack, texinfo-multitable-widths)
9350 (texinfo-define-info-enclosure, texinfo-alias)
9351 (texinfo-format-defindex, batch-texinfo-format): Use push.
9352 (texinfo-footnote-number): Remove duplicate declaration.
9353
231f3e66
SM
9354 * ps-print.el: Update with auto-generated autoloads.
9355
413d6d87
SM
9356 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9357
0b0dad41
SM
93582007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9359
438d6bb6
SM
9360 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9361 relative to current dir for file-local settings.
9362 (autoload-generate-file-autoloads): Add `outfile' arg.
9363 (update-directory-autoloads): Use it to directly call
9364 autoload-generate-file-autoloads instead of going through
9365 update-file-autoloads so we avoid redundant searches and so we can know
9366 the set of buffers changed so we can save them all.
9367
1fad2b12
SM
9368 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9369 rather than throwing `up-to-date'.
9370 (autoload-generate-file-autoloads): Adjust correspondingly.
9371 (update-file-autoloads): Be careful to let-bind
9372 autoload-modified-buffers and adjust to new calling conventions.
9373 (autoload-modified-buffers): Make it a dynamically scoped var.
9374 (update-directory-autoloads): Use file-relative-name instead of
9375 autoload-trim-file-name.
9376 (autoload-insert-section-header): Don't use autoload-trim-file-name
9377 since the file is already relative now.
9378 (autoload-trim-file-name): Remove.
9379
56dada42
SM
9380 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9381 (vc-arch-complete, vc-arch--version-completion-table)
9382 (vc-arch-revision-completion-table): New functions to provide
9383 completion of revision names.
9384 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9385 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9386 to let the user trim the revlib.
9387
4d83a657
SM
9388 * vc.el: Add new VC operation `revision-completion-table'.
9389 (vc-default-revision-completion-table): New function.
9390 (vc-version-diff, vc-version-other-window): Use it to provide
9391 completion of revision names if the backend provides it.
9392
0b0dad41
SM
9393 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9394
9395 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9396 of newer .svn/entries.
9397
fed082a0
DK
93982007-06-25 David Kastrup <dak@gnu.org>
9399
9400 * calc/calc-poly.el (math-padded-polynomial)
9401 (math-partial-fractions): Add some function comments.
9402
986c5ad5
SM
94032007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9406 Make `outbuf' optional.
9407 (update-file-autoloads): Use it.
9408
57536a83
SM
94092007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9410
e66466a6
SM
9411 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9412 (autoload-find-destination): Keep it uptodate.
9413 (autoload-save-buffers): New fun.
9414 (update-file-autoloads): Use it. Re-add the "up to date" message.
9415
57536a83
SM
9416 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9417 (autoload-find-destination): New function extracted from
9418 update-file-autoloads.
9419 (update-file-autoloads): Use it.
ceea9b18
SM
9420 (autoload-generate-file-autoloads): New function extracted from
9421 generate-file-autoloads. Use file-relative-name. Delay computation of
9422 output-start to the first cookie. Remove done-any, replaced by
9423 output-start.
9424 (generate-file-autoloads): Use it.
57536a83 9425
40cddce8
JB
94262007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9427
d9d0113f 9428 * calc/calc-comb.el (math-init-random-base, math-prime-test):
40cddce8
JB
9429 Use math-read-number-simple to insert constants.
9430 (math-prime-test): Redo calculation of sum.
9431
98888d77
JB
9432 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9433
57536a83 9434 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
98888d77
JB
9435 math-scale-bignum-3.
9436 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9437 math-bignum-digit-size.
9438 (math-isqrt-small): Add another possible initial guess.
9439
2793c9bb
RW
94402007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9441
9442 * textmodes/bibtex.el (bibtex-entry-format): New options
9443 `whitespace', `braces', and `string'.
9444 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9445 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9446 (bibtex-cite-matcher-alist): New variables.
9447 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9448 (bibtex-flash-head): Use blink-matching-delay.
9449 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9450 (bibtex-format-entry, bibtex-reformat): Handle new options of
9451 bibtex-entry-format.
57536a83
SM
9452 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9453 New functions.
2793c9bb
RW
9454 (bibtex-complete-internal): Do not display messages while
9455 minibuffer is used. Do not leave around a completions buffer
9456 that is out of date.
9457 (bibtex-copy-summary-as-kill): New optional arg.
9458 (bibtex-font-lock-url): New optional arg no-button.
9459 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9460 (bibtex-url): Allow multiple URLs per entry.
dbb7d404 9461
3b979520
SM
94622007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9465 (update-file-autoloads, update-directory-autoloads): Use it.
9466 (autoload-file-load-name): New function.
9467 (generate-file-autoloads, update-file-autoloads): Use it.
9468 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9469 (generate-file-autoloads): If the autoloaded form is malformed,
9470 indicate the problem with a warning instead of aborting.
9471
28adf31c
TTN
94722007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9473
9474 * simple.el (next-error-recenter): Accept `(4)' as well;
9475 also, specify `integer' instead of `number'.
9476
56fbb895
EZ
94772007-06-23 Eli Zaretskii <eliz@gnu.org>
9478
9479 * ls-lisp.el (insert-directory): If an invalid regexp error is
9480 thrown, try using FILE as a literal file name, not a wildcard.
9481
5bcacaac
JB
94822007-06-23 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9485 `header-line-format' when reentering ruler mode.
9486
2199cb47
EZ
94872007-06-23 Eli Zaretskii <eliz@gnu.org>
9488
9489 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
a65473ab 9490 FILE exists as a file.
2199cb47 9491
a6d107f1
JB
94922007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9493
9494 * calc/calc.el (math-bignum-digit-length)
5bcacaac 9495 (math-bignum-digit-size, math-small-integer-size):
a6d107f1 9496 New constants.
5bcacaac
JB
9497 (math-normalize, math-bignum-big, math-make-float)
9498 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9499 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
d9d0113f 9500 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
5bcacaac
JB
9501 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9502 (math-quotient, math-div-bignum, math-div-bignum-digit)
9503 (math-div-bignum-part, math-format-bignum-decimal)
a6d107f1
JB
9504 (math-read-bignum): Use math-bignum-digit-length,
9505 math-bignum-digit-size and math-small-integer-size.
9506
6f8b1d28
JB
9507 * calc/calc-ext.el (math-fixnum-big): Use the variable
9508 math-bignum-digit-size.
9509
d621bc0a
DN
95102007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9511
d621bc0a
DN
9512 * log-view.el (log-view-mode-menu): New menu.
9513
11a4edc2
SM
95142007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9515
d8e4eadf
SM
9516 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9517 differently.
9518
11a4edc2
SM
9519 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9520 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9521
7c1912af
DN
95222007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9523
9524 * vc-hg.el (vc-hg-print-log): Insert the file name.
9525 (vc-hg-log-view-mode): Fontify the file name.
9526
092c4936
JB
95272007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9528
5bcacaac
JB
9529 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9530 (calcFunc-julian): Fix incorrect number used in calculations.
092c4936 9531
446b609e
TTN
95322007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9533
9534 * simple.el (next-error-recenter): New defcustom.
9535 (next-error, next-error-internal): Recenter if specified,
9536 immediately prior to running `next-error-hook'.
9537
77a2bb53
TTN
9538 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9539 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9540
31a0385d
TTN
9541 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9542
3e9c6b0a
JB
95432007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9544
9545 * calc/calc-comb.el (math-small-factorial-table): New variable.
9546 (calcFunc-fact): Use `math-small-factorial-table'.
9547
9548 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9549 initial values.
e404adfe 9550 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
3e9c6b0a
JB
9551 New variables to use in caches.
9552
5bcacaac
JB
9553 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9554 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
3e9c6b0a 9555
e404adfe 9556 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
3e9c6b0a
JB
9557 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9558 bignums.
9559
9560 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9561 New variables to use in caches.
9562
d797e643
DN
95632007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9564
e404adfe 9565 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
5ec05779 9566
d797e643
DN
9567 * vc-hg.el (vc-hg-log-view-mode): New mode.
9568
1f26c380
JB
95692007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9570
9571 * calc/calc.el (math-read-number-simple): New function.
9572
e404adfe 95732007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
e96e1531 9574
93137d49 9575 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
e96e1531
DN
9576 (vera-font-lock-match-item): Fix doc string.
9577 (vera-in-comment-p): Remove unused function.
5bcacaac 9578 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
e96e1531
DN
9579 use `syntax-ppss'.
9580 (vera-forward-syntactic-ws): Fix argument order.
9581 (vera-prepare-search): Use `with-syntax-table'.
9582 (vera-indent-line): Fix doc string.
9583 (vera-electric-tab): Fix doc string.
9584 (vera-expand-abbrev): Define alias instead of using `fset'.
9585 (vera-comment-uncomment-region): Use `comment-start-skip'.
9586
dddf9c0c
CD
95872007-06-21 Carsten Dominik <dominik@science.uva.nl>
9588
5bcacaac 9589 * textmodes/org.el (org-export-with-footnotes): New option.
e404adfe 9590 (org-export-as-html): Fix replacement bug for XEmacs.
446b609e 9591 (org-agenda-default-appointment-duration): New option.
dddf9c0c 9592
cdaf01cc
DN
95932007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9594
9595 * vc-hg.el: Add to do items.
9596 (vc-hg-diff): Add support for comparing different revisions.
9597 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9598 (vc-hg-annotate-extract-revision-at-line)
9599 (vc-hg-previous-version, vc-hg-checkin): New functions.
9600 (vc-hg-annotate-re): New constant.
9601
eaea8b1d
JB
96022007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9603
5bcacaac 9604 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
eaea8b1d 9605
37a5e97a
SM
96062007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9607
d8e4eadf
SM
9608 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9609 buffer-local value of log-view-*-re if applicable.
9610
9611 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9612 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9613 (vc-bzr-command*): Remove both (incompatible) versions.
9614 (vc-bzr-do-command*): Remove.
9615 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9616 Remove by folding into its only caller vc-bzr-command.
9617 (vc-bzr-command): Always set the environment, even when ineffective.
9618 (vc-bzr-version): Minor fix up.
9619 (vc-bzr-admin-dirname): New var.
9620 (vc-bzr-bzr-dir): Remove.
9621 (vc-bzr-root-dir): New fun.
9622 (vc-bzr-registered): Use it. Add an autoloaded version.
9623 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9624 (vc-bzr-view-log-function): Remove.
9625 (vc-bzr-log-view-mode): New major mode to replace it.
9626 (vc-bzr-print-log): Only activate the old hack if needed.
9627
37a5e97a
SM
9628 * vc.el (vc-default-log-view-mode): New function.
9629 (vc-print-log): Add new `log-view-mode' VC operation.
9630
794855ca
JB
96312007-06-20 Juanma Barranquero <lekktu@gmail.com>
9632
8eb17675
JB
9633 * ido.el (ido-find-file-in-dir): Don't signal an error for
9634 empty directories.
9635
ccf0d2ca
JB
9636 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9637
794855ca
JB
9638 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9639 directory where the desktop file was found, as the docstring says.
9640 (desktop-kill): Use `read-directory-name'.
9641
7e7db9fc
AM
96422007-06-20 Alan Mackenzie <acm@muc.de>
9643
9644 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9645 When removing lines, also remove the \n. Correction of patch of
9646 2007-04-21.
794855ca 9647
ea3da5b9
MR
96482007-06-20 Martin Rudalics <rudalics@gmx.at>
9649
9650 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9651 event is not a cons cell. Do not unread drag-mouse-1 events.
9652 Select right window in check whether space was stolen from
9653 window above.
9654
9655 * help-mode.el (help-make-xrefs): Adjust position of new forward
9656 button.
9657
77b5d458
SM
96582007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9659
9660 * vc-bzr.el (vc-bzr-with-process-environment)
9661 (vc-bzr-std-process-invocation): New macros.
9662 (vc-bzr-command, vc-bzr-command*): Use them.
9663 (vc-bzr-with-c-locale): Remove.
9664 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9665 (vc-bzr-buffer-nonblank-p): New function.
9666 (vc-bzr-state-words): New const.
e4a7fe73 9667 (vc-bzr-state): Look for `bzr status' keywords in output.
77b5d458
SM
9668 Display everything else as a warning message to the user.
9669 Fix status report with bzr >= 0.15.
9670
248c6645
DN
96712007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9672
9673 * vc-hg.el (vc-hg-global-switches): Simplify.
9674 (vc-hg-state): Handle more states.
9675 (vc-hg-diff): Fix doc-string.
9676 (vc-hg-register): New function.
9677 (vc-hg-checkout): Likewise.
9678
794855ca 96792007-06-20 Reto Zimmermann <reto@gnu.org>
37d4643c
DN
9680
9681 * progmodes/vera-mode.el: New file.
9682
89046ea5
JB
96832007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9684
9685 * calc/calc.el (calc-multiplication-has-precendence):
9686 New variable.
5bcacaac 9687 (math-standard-ops, math-standard-ops-p, math-expr-ops):
89046ea5
JB
9688 New functions.
9689 (math-expr-opers): Define using math-standard-ops rather than
9690 math-standard-opers.
9691 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9692 equal the function math-standard-ops rather than the variable
9693 math-standard-opers.
9694 (calc-algebraic-entry): Let math-expr-opers equal
9695 math-standard-ops or math-expr-ops, as appropriate.
5bcacaac 9696 (math-expr-read-level, math-read-factor): Let math-expr-opers
89046ea5
JB
9697 equal math-expr-ops.
9698 * calc/calc-embed.el (calc-embedded-finish-edit):
9699 Let math-expr-opers equal the function math-standard-ops
9700 rather than the variable math-standard-opers.
9701 * calc/calc-ext.el (math-read-plain-expr)
9702 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9703 function math-standard-ops rather than the variable
9704 math-standard-opers.
5bcacaac 9705 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
89046ea5
JB
9706 Let math-expr-opers equal the function math-standard-ops rather
9707 than the variable math-standard-opers.
9708 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9709 equal the function math-standard-ops rather than the variable
9710 math-standard-opers.
9711 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9712 equal the function math-standard-ops rather than the variable
9713 math-standard-opers.
9714 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9715 math-expr-ops.
9716
794855ca 97172007-06-19 Ivan Kanis <apple@kanis.eu>
61223448
DN
9718
9719 * vc-hg.el: New file.
9720
e404adfe
SM
97212007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9724 with font-lock-multiline.
9725
446ac170
GM
97262007-06-17 Glenn Morris <rgm@gnu.org>
9727
9728 * lpr.el (lpr-page-header-switches): Move %s to separate element
9729 for correct quoting. Doc fix.
9730
5d503af9
SM
97312007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9734 than setting sgml-xml-mode.
9735 (sgml-mode, html-mode): Set sgml-xml-mode.
9736 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9737 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9738 (sgml-electric-tag-pair-before-change-function)
9739 (sgml-electric-tag-pair-flush-overlays): New functions.
9740 (sgml-electric-tag-pair-mode): New minor mode.
9741 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9742 (sgml-calculate-indent): Use assoc-string.
9743
86265518
KF
97442007-06-16 Karl Fogel <kfogel@red-bean.com>
9745
9746 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9747 chars before the "@" in an email address. Andreas Roehler noticed
9748 this problem.
9749
baef4cbe
KF
97502007-06-15 Karl Fogel <kfogel@red-bean.com>
9751
9752 * thingatpt.el: Add support for email addresses (`email').
9753 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9754 (thing-at-point-email-regexp): New variable.
9755 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9756 properties on this symbol, with lambda forms for values.
5d503af9 9757
1bd8df7e
MY
97582007-06-15 Masatake YAMATO <jet@gyve.org>
9759
5d503af9 9760 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
b32ce4c3 9761
5d503af9 9762 * vc.el (vc-dired-hook): Check the backend returned from
1bd8df7e
MY
9763 `vc-responsible-backend' can really handle `subdir'.
9764
1f0abf8f
CY
97652007-06-15 Chong Yidong <cyd@stupidchicken.com>
9766
5d503af9
SM
9767 * wid-edit.el (widget-add-documentation-string-button):
9768 Fix handling of documentation indent.
1f0abf8f 9769
5f728b01
KS
97702007-06-15 Miles Bader <miles@fencepost.gnu.org>
9771
9772 * mb-depth.el: New file.
9773
3827b532
MY
97742007-06-15 Masatake YAMATO <jet@gyve.org>
9775
9776 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9777
f0db902e
CY
97782007-06-14 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * wid-edit.el (widget-default-create): Move ?h handling here...
9781 (widget-default-format-handler): ...from here.
9782 (widget-docstring, widget-add-documentation-string-button): New funs.
9783 (documentation-string): Add :visibility-widget property.
9784 (widget-documentation-string-value-create): Use it.
9785
9786 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9787 (custom-buffer-create-internal): Simplify message.
9788 (custom-variable-tag): Reduce height to normal.
9789 (custom-variable-value-create, custom-face-value-create)
9790 (custom-visibility): New widget.
9791 (custom-visibility): New face.
5d503af9
SM
9792 (custom-group-value-create):
9793 Call widget-add-documentation-string-button, using `custom-visibility'.
f0db902e 9794
3ab6a7ae
SM
97952007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9798 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9799 change. Apparently the "warning even if the group is implicit" is
9800 a feature rather than a bug.
9801
33af2b6e 98022007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
3ab6a7ae 9803
93137d49
JB
9804 * emulation/viper.el (viper-describe-key-ad)
9805 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9806 Compile them conditionally.
794855ca 9807 (viper-version): Belated version change.
3ab6a7ae 9808
2dde79d8
JB
98092007-06-14 Juanma Barranquero <lekktu@gmail.com>
9810
9811 * follow.el (follow-all-followers, follow-generic-filter):
9812 * pcomplete.el (pcomplete-restore-windows):
9813 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9814 (x-dnd-drop-data):
9815 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9816 * progmodes/python.el (python-complete-symbol):
9817 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9818
195eca78
SM
98192007-06-13 Ryan Yeske <rcyeske@gmail.com>
9820
93137d49 9821 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
78a264f4 9822 around bright and dim regexps. Make sure bright and dim matches
195eca78
SM
9823 use word anchors. Send text through rcirc-markup functions.
9824 (rcirc-url-regexp): Add single quote character.
9825 (rcirc-connect): Write logs to disk on auto-save-hook.
9826 Make server a non-optional argument.
9827 (rcirc-log-alist): New variable.
9828 (rcirc-log-directory): Make customizable.
9829 (rcirc-log-flag): New customizable variable.
9830 (rcirc-log): New function.
9831 (rcirc-print): Use above function.
9832 (rcirc-log-write): New function.
9833 (rcirc-generate-new-buffer-name): Strip text properties.
9834 (rcirc-switch-to-buffer-function): Remove variable.
9835 (rcirc-last-non-irc-buffer): Remove variable.
9836 (rcirc-non-irc-buffer): Add function.
9837 (rcirc-next-active-buffer): Use above function.
9838 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9839 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9840 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9841 (rcirc-omit-mode): Add minor-mode.
9842 (rcirc-mode-map): Change C-c C-o binding.
78a264f4 9843 (rcirc-mode): Clear mode-line-process. Use a custom
195eca78
SM
9844 fill-paragraph-function. Set up buffer-invisibility-spec.
9845 (rcirc-response-formats): Remove timestamp code.
9846 (rcirc-omit-responses): Add variable.
9847 (rcirc-print): Don't put the overlay arrow on potentially omitted
9848 lines. Log line to disk. Record activity for private messages
9849 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9850 (rcirc-jump-to-first-unread-line): Print message if there is no
9851 unread text.
9852 (rcirc-clear-unread): New function.
9853 (rcirc-markup-text-functions): Add variable.
9854 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9855 (rcirc-debug): Don't mess with window configuration.
9856 (rcirc-send-message): Send message before printing locally.
9857 Add SILENT argument, do not print message if non-nil.
9858 (rcirc-visible-buffers): New function and variable.
9859 (rcirc-window-configuration-change-1): Add function.
9860 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9861 server buffer.
9862 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9863 (rcirc-fill-paragraph): Add function.
9864 (rcirc-record-activity, rcirc-window-configuration-change-1):
9865 Only update the activity string if it has actually changed.
9866 (rcirc-update-activity-string): Remove padding characters from the
9867 mode-line string.
9868 (rcirc-disconnect-buffer): New function to be called when a
9869 channel is parted or the user quits.
9870 (rcirc-server-name): Warn when the server-name hasn't been set.
9871 (rcirc-window-configuration-change): Postpone work until
9872 post-command-hook.
9873 (rcirc-window-configuration-change-1): Update mode-line and
9874 overlay arrows here.
c89d0fd4 9875 (rcirc-authenticate): Fixc hanserv identification.
195eca78
SM
9876 (rcirc-default-server): Remove variable.
9877 (rcirc): Connect according to rcirc-connections.
9878 (rcirc-connections): Add variable.
9879 (rcirc-startup-channels-alist): Remove variable.
9880 (rcirc-startup-channels): Remove function.
9881
97311ec3
SM
98822007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9885
ecda6582
DN
98862007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9887
97311ec3
SM
9888 * term/xterm.el (terminal-init-xterm): Escape parens in character
9889 constants.
ecda6582 9890
b4c4ba41
SM
98912007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9892
4f3a3368
SM
9893 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9894 Use [:alpha:] and [:alnum:] where applicable.
9895 (sh-quoted-subshell): Rewrite to correctly
e4a7fe73 9896 handle nested mixes of `...' and $(...).
4f3a3368
SM
9897 (sh-apply-quoted-subshell): Remove.
9898 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9899
b4c4ba41
SM
9900 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9901
3ab7e318
GM
99022007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9903
9904 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9905 previous change.
9906
1d5c7d45
CY
99072007-06-12 Tom Tromey <tromey@redhat.com>
9908
9909 * subr.el (user-emacs-directory): New defconst.
b4c4ba41
SM
9910 * cmuscheme.el (scheme-start-file):
9911 * shell.el (shell):
9912 * completion.el (save-completions-file-name):
9913 * custom.el (custom-theme-directory):
9914 * term/x-win.el (emacs-session-filename):
9915 * filesets.el (filesets-menu-cache-file):
9916 * thumbs.el (thumbs-thumbsdir):
9917 * server.el (server-auth-dir):
9918 * image-dired.el (image-dired-dir):
9919 (image-dired-db-file):
9920 (image-dired-temp-image-file):
9921 (image-dired-gallery-dir):
9922 (image-dired-temp-rotate-image-file):
9923 * play/gamegrid.el (gamegrid-user-score-file-directory):
9924 * savehist.el (savehist-file):
9925 * tutorial.el (tutorial--saved-dir):
9926 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1d5c7d45 9927
eeb40825
CY
99282007-06-12 Ralf Angeli <angeli@caeruleus.net>
9929
9930 * scroll-lock.el (scroll-lock-mode): Doc fix.
9931
77c57270 99322007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
c13f8e66
JB
9933
9934 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9935
9936 * ediff-init.el: Doc strings.
9937
b8104a2b
SM
99382007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9941 (byte-compile-file): Bind it.
9942 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9943 group argument is provided implicitly.
9944 (byte-compile-format-warn, byte-compile-from-buffer)
9945 (byte-compile-insert-header): Don't hardcode point-min==1.
9946 (byte-compile-file-form-require): Remove unused var old-load-list.
9947 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9948
ac64a728 99492007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
0794ad3b
JB
9950
9951 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
c13f8e66 9952 Display error messages.
0794ad3b
JB
9953 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9954 Get rid of cl.el dependencies.
9955
9956 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9957 New variable.
9958 (viper-activate-input-method-action)
9959 (viper-inactivate-input-method-action):
9960 Use viper-suppress-input-method-change-message.
9961
9962 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9963 for C-s, C-r.
9964
9965 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9966 Use viper-replace-overlay-cursor-color instead of
ac64a728 9967 viper-replace-overlay-cursor-color.
0794ad3b
JB
9968 (viper-sit-for-short): Use sit-for with 3 arguments.
9969
9970 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9971 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9972 to gud-mode.
9973
9974 * ediff-mult.el (ediff-meta-buffer-brief-message)
9975 (ediff-meta-buffer-verbose-message): New variables.
9976 (ediff-meta-buffer-message): Variable deleted.
9977 (ediff-verbose-help-enabled): New variable.
9978 (ediff-toggle-verbose-help-meta-buffer): New function.
9979 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
78a264f4 9980 message options.
0794ad3b
JB
9981
9982 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
b8104a2b 9983 (ediff-fixup-patch-map): Improve heuristic.
0794ad3b 9984
95588f91
SM
99852007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9988 (log-view-font-lock-keywords): Simplify.
9989 (log-view-current-file, log-view-current-tag): Simplify.
9990
e7053211
SS
99912007-06-12 Sam Steingold <sds@gnu.org>
9992
9993 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9994
1f7efe1b
JB
99952007-06-12 Juanma Barranquero <lekktu@gmail.com>
9996
9997 * desktop.el (desktop-load-locked-desktop): New option.
9998 (desktop-read): Use it.
9999 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10000 Use `when'.
10001
e88110db
JB
100022007-06-12 Davis Herring <herring@lanl.gov>
10003
10004 * desktop.el (desktop-save-mode-off): New function.
10005 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10006 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10007 (desktop-claim-lock, desktop-release-lock): New functions.
10008 (desktop-kill): Tell `desktop-save' that this is the last save.
10009 Release the lock afterwards.
10010 (desktop-buffer-info): New function.
794855ca 10011 (desktop-save): Use it. Run `desktop-save-hook' where the doc
e88110db
JB
10012 says to. Detect conflicts, and manage the lock.
10013 (desktop-read): Detect conflicts. Manage the lock.
10014
86dd4d03
SM
100152007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10016
c8791c6a
SM
10017 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10018
86dd4d03
SM
10019 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10020 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
794855ca 10021 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
86dd4d03
SM
10022 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10023 keysyms rather than byte sequences.
10024 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10025
7e76cdd8 100262007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
b647fc07 10027
7e76cdd8
MB
10028 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10029 half-activated, forcefully activate it completely.
c6b98d9f 10030
7e76cdd8 100312007-06-11 Richard Stallman <rms@gnu.org>
7dfc4cda 10032
7e76cdd8 10033 * cus-edit.el (custom-variable-type): Doc fix.
7dfc4cda 10034
ede96990
SM
100352007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10036
935e6b79
SM
10037 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10038 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10039 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10040 different possible cases for \'.
10041
b4879b43
SM
10042 * complete.el (PC-bindings): Don't bind things already bound in the
10043 parent keymap.
10044
ede96990
SM
10045 * textmodes/bibtex-style.el: New file.
10046
b6e0e86c
SM
100472007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10048
10049 * vc-bzr.el: New file.
10050
e4cc3f57
SM
100512007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * vc-svn.el (vc-svn-program): New var.
10054 (vc-svn-command): Use it.
10055
60b4b298
JB
100562007-06-11 Juanma Barranquero <lekktu@gmail.com>
10057
10058 * server.el (server-switch-buffer): Remove redundant check.
10059
7940bf7d
MR
100602007-06-10 Martin Rudalics <rudalics@gmx.at>
10061
60b4b298
JB
10062 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10063 Match against file-name-nondirectory.
7940bf7d
MR
10064 Fix text on user customization variables.
10065 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10066
ab3c4f67
TTN
100672007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10068
10069 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10070
9258f2ef
JB
100712007-06-09 Davis Herring <herring@lanl.gov>
10072
10073 * desktop.el (desktop-minor-mode-table): Doc fix.
10074
e0602e9a
SM
100752007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * textmodes/css-mode.el (css-navigation-syntax-table):
10078 Use set-char-table-range so it also works in the unicode branch.
10079
da38057d
NR
100802007-06-08 Nick Roberts <nickrob@snap.net.nz>
10081
10082 * help-mode.el (help-xref-forward-stack)
10083 (help-xref-stack-forward-item, help-forward-label): New variables.
10084 (help-forward): New button type.
10085 (help-setup-xref): Initialise help-xref-forward-stack.
10086 (help-make-xrefs): Add forward button, if appropriate.
10087 (help-xref-go-back): Push item on forward stack.
10088 (help-xref-go-forward, help-go-forward): New functions.
10089
3266db2a
CY
100902007-06-07 Chong Yidong <cyd@stupidchicken.com>
10091
10092 * dired.el (dired-mode-map): Remove spurious separator.
10093
d505c598
JB
100942007-06-07 Juanma Barranquero <lekktu@gmail.com>
10095
00a2367d
JB
10096 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10097
f02ac02f 10098 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
d505c598
JB
10099 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10100
f5440e98
CD
101012007-06-07 Carsten Dominik <dominik@science.uva.nl>
10102
10103 * textmodes/org.el: Version number fixed.
10104
236a4178
GM
101052007-06-07 Glenn Morris <rgm@gnu.org>
10106
c74c9bac 10107 * version.el (emacs-copyright): New constant.
23d0be64 10108 * startup.el (fancy-splash-tail): Use emacs-copyright.
d16c1140
GM
10109 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10110
04cc80ae
GM
10111 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10112 `make-local'.
10113 (byte-compile-warnings-safe-p): Add `make-local'.
e0602e9a
SM
10114 (byte-compile-make-variable-buffer-local):
10115 Allow byte-compile-warnings to suppress this warning.
04cc80ae 10116
91ffa536
GM
10117 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10118 format of "menu" description.
10119 (tutorial--find-changed-keys): Describe the specific menu a
10120 command is in.
10121
236a4178
GM
10122 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10123 Rewrite compatibility functions to silence byte-compiler.
10124
ba48a401
GM
101252007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10126
10127 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10128 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10129
14e28223
GM
101302007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10131
d505c598 10132 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
14e28223 10133
7316fa39
JB
101342007-06-07 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * progmodes/ebrowse.el (ebrowse-member-table):
10137 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10138 (org-batch-agenda-csv): Fix typos in docstrings.
10139
2efed646
JB
101402007-06-06 Juanma Barranquero <lekktu@gmail.com>
10141
10142 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10143 (sort-coding-systems, search-unencodable-char): Doc fixes.
10144 (coding-system-change-eol-conversion, set-default-coding-systems)
10145 (prefer-coding-system, find-multibyte-characters, princ-list)
10146 (leim-list-entry-regexp, set-input-method, locale-language-names)
10147 (input-method-exit-on-first-char, exit-language-environment-hook)
10148 (locale-charset-language-names): Fix typos in docstrings.
10149
c039ea1d
JB
101502007-06-06 Juanma Barranquero <lekktu@gmail.com>
10151
10152 * pgg.el (pgg-sign-region, pgg-sign):
10153 * ses.el (ses-call-printer):
10154 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10155 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10156
12cd5d56
CD
101572007-06-06 Carsten Dominik <dominik@science.uva.nl>
10158
93137d49
JB
10159 * textmodes/org.el (org-export-region-as-html)
10160 (org-replace-region-by-html, org-number-to-letters)
10161 (org-table-fedit-finish, org-normalize-color)
10162 (org-table-fedit-ref-right, org-date-to-gregorian)
10163 (org-table-fedit-move, org-table-convert-refs-to-rc)
10164 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10165 (org-write-agenda, org-colgroup-info-to-vline-list)
10166 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
12cd5d56
CD
10167 (org-indent-line-function, org-export-as-html-to-buffer)
10168 (org-store-agenda-views, org-update-mode-line)
10169 (org-find-if, org-delete-all)
10170 (org-table-fedit-convert-buffer, org-emphasize)
10171 (org-uniquify, org-table-fedit-lisp-indent)
10172 (org-table-fedit-scroll, org-get-todo-sequence-head)
10173 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10174 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10175 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10176 (org-table-fedit-line-up, org-table-fedit-ref-down)
10177 (org-table-formula-from-user, org-mode-flyspell-verify)
10178 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10179 (org-table-formula-to-user, org-diary-to-ical-string)
10180 (orgtbl-export, org-table-fedit-post-command)
10181 (org-closed-in-range, org-shiftcontrolright)
10182 (org-table-convert-refs-to-an, org-table-hline-and-move)
10183 (org-table-formula-less-p, org-format-table-ascii)
10184 (org-agenda-get-sexps, org-shift-refpart)
10185 (org-diary-sexp-entry, org-time-string-to-absolute)
10186 (org-table-show-reference, org-letters-to-number)
10187 (org-fix-agenda-info, org-table-fedit-ref-up)
10188 (org-table-fedit-shift-reference, org-table-fedit-abort)
10189 (org-closest-date, org-shiftcontrolleft)
10190 (org-at-heading-or-item-p, org-rematch-and-replace)
e0602e9a
SM
10191 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10192 New functions.
12cd5d56
CD
10193 (org-table-edit-scroll-down, org-finish-edit-formulas)
10194 (org-table-edit-next-field, org-abort-edit-formulas)
10195 (org-font-lock-level, org-export-find-first-heading-line)
10196 (org-table-edit-line-down, org-table-edit-backward-field)
10197 (org-edit-formula-lisp-indent, org-table-edit-move)
10198 (org-check-log-option, org-this-word)
10199 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10200 (org-agenda-file-to-end, org-expand-file-name)
10201 (org-fake-empty-table-line, org-table-edit-scroll)
10202 (org-toggle-log-option, org-show-reference): Function removed.
e0602e9a
SM
10203 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10204 New defsubsts.
12cd5d56
CD
10205 (org-unmodified, org-batch-store-agenda-views)
10206 (org-batch-agenda-csv): New macro.
10207 (org-agenda-export): New customization group.
10208 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10209 (org-highest-priority, org-agenda-exporter-settings)
10210 (org-log-done-with-time, org-replace-disputed-keys)
10211 (org-format-latex-header, org-export-table-header-tags)
10212 (org-cycle-separator-lines, org-export-table-data-tags)
10213 (org-icalendar-include-sexps)
10214 (org-empty-line-terminates-plain-lists)
10215 (org-log-repeat, org-special-ctrl-a)
10216 (org-table-use-standard-references, org-disputed-keys)
10217 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10218 (org-agenda-export-html-style): New option.
dbb7d404 10219 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
12cd5d56 10220 (org-CUA-compatible): Option removed.
dbb7d404 10221 (org-agenda-structure, org-sexp-date): New face.
12cd5d56
CD
10222 (org-todo-keywords-for-agenda, org-not-done-keywords)
10223 (org-planning-or-clock-line-re, org-agenda-name)
10224 (org-table-colgroup-info, org-todo-sets)
10225 (constants-unit-system, org-clock-mode-line-entry)
10226 (org-mode-line-timer, org-table-current-begin-pos)
10227 (org-todo-keywords-1, org-mode-line-string)
10228 (org-table-clean-did-remove-column, org-table-fedit-map)
10229 (org-clock-heading, org-table-buffer-is-an)
10230 (org-agenda-info, org-done-keywords)
10231 (org-done-keywords-for-agenda, org-todo-heads)
10232 (org-todo-kwd-alist, org-clock-start-time): New variable.
10233 (org-todo-kwd-priority-p, org-edit-formulas-map)
10234 (org-repeat-re, org-todo-kwd-max-priority)
10235 (org-version, org-done-string)
e0602e9a 10236 (org-table-clean-did-remove-column-1, org-disputed-keys):
dbb7d404 10237 Remove variables.
e0602e9a 10238 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
12cd5d56
CD
10239 (org-ts-lengths): Constant removed.
10240 (org-follow-gnus-link): Don't ask how many articles to read.
e0602e9a
SM
10241 (org-export-find-first-export-line): Rename from
10242 `org-export-find-first-heading'.
10243 Use `org-export-skip-text-before-1st-heading'.
10244 (org-table-fedit-post-command): Rename from
12cd5d56 10245 `org-table-edit-formulas-post-command'.
e0602e9a
SM
10246 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10247 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10248 (org-table-fedit-lisp-indent): Rename from
12cd5d56 10249 `org-edit-formula-lisp-indent'.
e0602e9a 10250 (org-table-show-reference): Rename from `org-show-reference'.
12cd5d56 10251 (org-table-store-formulas): Use `org-table-formula-less-p'.
e0602e9a 10252 (org-table-edit-formulas): Position cursor to current field equation.
12cd5d56
CD
10253 (org-update-checkbox-count, org-hide-archived-subtrees)
10254 (org-timestamp-up-day, org-timestamp-down-day)
10255 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10256 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10257 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
e0602e9a
SM
10258 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10259 Let `org-on-heading-p' also check for invisible heading.
12cd5d56
CD
10260 (org-read-date): Match am/pm times.
10261 (org-eval-in-calendar): Fix default date in prompt.
10262
f608df3d
CY
102632007-06-05 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10266 "ChangeLog.a" entries, giving the latter lower priority.
10267
b2d5aa46
JB
102682007-06-05 Juanma Barranquero <lekktu@gmail.com>
10269
10270 * faces.el (face-id): If the argument is a face alias,
10271 return the ID of the target face.
10272
1634f0e3
MA
102732007-06-05 Michael Albinus <michael.albinus@gmx.de>
10274
10275 * net/socks.el (top): Remove unnecessary copyright line.
10276
1adf71a4
CY
102772007-06-04 Chong Yidong <cyd@stupidchicken.com>
10278
10279 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10280
c50982cc
MA
102812007-06-04 Michael Albinus <michael.albinus@gmx.de>
10282
10283 * net/socks.el: New file, taken from w3 repository.
10284 (top): Update Copyright. Don't load cl.el.
10285 (all): Replace `case' by `cond', `string-to-int' by
10286 `string-to-number', and `process-kill-without-query' by
10287 `set-process-query-on-exit-flag'.
de09204d 10288 (socks-char-int): Remove defalias and all occurrences.
c50982cc 10289
f441be5b
JB
102902007-06-04 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10293 Fix typos in docstrings.
10294 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10295 (compilation-finish-function): Fix typo in obsolescence declaration.
10296
b1b15f76 102972007-06-03 Sam Steingold <sds@gnu.org>
b84acff6 10298
2216ee11
RS
10299 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10300 handle unending automatic recompilation of changed files (`omake -P').
3a1c1b15 10301 (compilation-loop): VISITED is now 5th CDR.
b84acff6
SS
10302 (compilation-next-error-function): Set TIMESTAMP.
10303
b1b15f76 103042007-06-03 Sam Steingold <sds@gnu.org>
a151f82c
SS
10305
10306 * files.el (kill-buffer-ask): New function.
10307 (kill-some-buffers): Use it.
10308 (kill-matching-buffers): New user command.
10309
773933d3
DK
103102007-06-01 David Kastrup <dak@gnu.org>
10311
10312 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10313 Change default to `top'.
10314
bce1acc3
RS
103152007-05-31 Richard Stallman <rms@gnu.org>
10316
10317 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10318
d500a092
SM
103192007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * textmodes/css-mode.el: New file.
10322
7a781a54
MB
103232007-05-30 Michael Olson <mwolson@gnu.org>
10324
10325 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10326 died and we are trying to send a signal to it. The program using
10327 tq.el should periodically check to see whether the process has
10328 died and react appropriately -- this is not the responsibility of
10329 tq.el, and is consistent with the rest of the tq.el source code.
10330
250495a7
MR
103312007-05-29 Martin Rudalics <rudalics@gmx.at>
10332
10333 * textmodes/table.el (table--point-entered-cell-function)
d500a092
SM
10334 (table--point-left-cell-function):
10335 Bind `inhibit-point-motion-hooks' to t.
250495a7 10336
5e3fc9eb
GM
103372007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10338
10339 * emacs-lisp/rx.el (rx): Doc fix.
10340
aa3dbcde
JB
103412007-05-28 Juanma Barranquero <lekktu@gmail.com>
10342
10343 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10344
f3c071dd
MA
103452007-05-28 Michael Albinus <michael.albinus@gmx.de>
10346
10347 Sync with Tramp 2.0.56.
10348
10349 * net/tramp.el:
10350 * net/tramp-ftp.el:
10351 * net/tramp-smb.el:
10352 * net/tramp-util.el:
10353 * net/tramp-vc.el:
10354 Don't load cl.el, because that pollutes the namespace. Replace cl
10355 macros by their implementations where necessary. Requested by
10356 Richard Stallman <rms@gnu.org>.
10357
10358 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10359 doesn't exist.
d500a092 10360 (with-parsed-tramp-file-name): Protect debug spec during compilation.
f3c071dd
MA
10361 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10362 (tramp-file-name-p, tramp-file-name-multi-method)
10363 (tramp-file-name-method, tramp-file-name-user)
10364 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10365 replacing defstruct `tramp-file-name'.
10366 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
d500a092
SM
10367 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10368 Apply `vector' instead of `make-tramp-file-name'.
10369 (tramp-handle-make-auto-save-file-name):
10370 Apply `tramp-temporary-file-directory' for compatibility reasons.
f3c071dd
MA
10371 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10372 because of XEmacs.
10373 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10374 started.
10375
7936011c
CY
103762007-05-28 Chong Yidong <cyd@stupidchicken.com>
10377
10378 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10379
3d200243
RS
103802007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10381
10382 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10383 as the end of the ChangeLog paragraph when it ends without a line
10384 termination.
10385
924e26eb
JB
103862007-05-27 Ryan Yeske <rcyeske@gmail.com>
10387
10388 * net/webjump.el (webjump-sample-sites):
10389 Add simple Wikipedia query.
10390
6ab93c85
SM
103912007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10392
cdcfbcb2 10393 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
dbb7d404 10394 compatibility code.
cdcfbcb2 10395
b649d2e4
SM
10396 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10397 (copyright-update-year): Use it.
10398
6db93fd9
SM
10399 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10400
f4a7decd
SM
10401 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10402 Add indentation and debugging info. Fix up comment convention.
10403
526af3b0
SM
10404 * cus-dep.el (custom-make-dependencies): Simplify.
10405
09d52401
SM
10406 * composite.el (compose-region, decompose-region):
10407 Use inhibit-read-only and restore-buffer-modified-p.
10408
6ab93c85
SM
10409 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10410 (xterm-mouse-event): Use it.
10411
dade3ed8
JB
104122007-05-25 Juanma Barranquero <lekktu@gmail.com>
10413
10414 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10415 `switch-to-buffer' has returned succesfully.
10416 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10417 window is dedicated (it could iconify the frame).
10418
fdabbcb5
MB
104192007-05-25 Miles Bader <miles@fencepost.gnu.org>
10420
10421 * vc-hooks.el (vc-find-root): Fix file attribute test.
10422
913a8cda
RS
104232007-05-24 Richard Stallman <rms@gnu.org>
10424
10425 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10426 Don't let opoint be nil.
10427 (flyspell-emacs-popup): Explicit error if no dialogs.
10428
6db526f0
CY
104292007-05-24 Chong Yidong <cyd@stupidchicken.com>
10430
10431 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10432 (image-next-line, image-previous-line, image-scroll-up)
10433 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10434 New functions.
10435 (image-mode-map): Remap motion commands.
10436 (image-mode-text-map): New keymap for viewing images as text.
10437 (image-mode): Use image-mode-map.
10438 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10439
dff1336c
SM
104402007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * textmodes/fill.el (canonically-space-region): Make the second arg
10443 a marker if it's not already the case.
10444
133ecc54
EZ
104452007-05-23 Eli Zaretskii <eliz@gnu.org>
10446
10447 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10448 (tar-get-descriptor): Handle type 55, an extended pax header.
10449
31b6b8cd
SM
104502007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10451
10452 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10453 to confuse outline-minor-mode.
10454
07e7a05a
EZ
104552007-05-23 Eli Zaretskii <eliz@gnu.org>
10456
10457 * tar-mode.el (tar-file-name-handler): New function.
10458 (tar-extract): Bind file-name-handler-alist to it to force
10459 find-buffer-file-type-coding-system behave as if the file being
10460 extracted existed. Use last-coding-system-used to force
10461 buffer-file-coding-system to what decode-coding-region actually
10462 used to decode the file.
10463
c96e025a
GM
104642007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10465
10466 * progmodes/compile.el (compilation-handle-exit):
10467 `compilation-finish-function' may change the current buffer.
10468
c022c4c4
RS
104692007-05-22 Richard Stallman <rms@gnu.org>
10470
10471 * files.el (set-auto-mode): Doc fix.
10472
2f041d62
JD
104732007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10474
10475 * help-fns.el (find-source-lisp-file): New function.
10476 (describe-function-1): Use find-source-lisp-file to find source
10477 file in compile tree.
10478
4d55e513
EZ
104792007-05-22 Eli Zaretskii <eliz@gnu.org>
10480
10481 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10482
784b0db6
JB
104832007-05-22 Juanma Barranquero <lekktu@gmail.com>
10484
10485 * emacs-lisp/easy-mmode.el (define-minor-mode)
10486 (easy-mmode-define-navigation): Fix typos in docstrings.
10487
b340aecb
GM
104882007-05-22 Glenn Morris <rgm@gnu.org>
10489
10490 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
b340aecb 10491
06071e68 104922007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
38405f15 10493
e0602e9a
SM
10494 * mail/mail-extr.el (mail-extract-address-components):
10495 Recognize non-ASCII characters except for NBSP as words.
38405f15 10496
d51f146b
RS
104972007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10498
10499 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10500 (rcirc-print): Handle `window-width'.
10501 (rcirc-buffer-maximum-lines): Doc fix.
10502
b447c934
CY
105032007-05-21 Chong Yidong <cyd@stupidchicken.com>
10504
9ca9e00d 10505 * image-mode.el (image-toggle-display): Don't clear image cache.
e0602e9a
SM
10506 Only use filename in image spec if the file is readable.
10507 Call image-refresh.
9ca9e00d 10508
b447c934
CY
10509 * image.el (image-type-from-file-name, image-type): Simplify.
10510 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10511
10512 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10513 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10514
dea2cbad
NR
105152007-05-20 Nick Roberts <nickrob@snap.net.nz>
10516
10517 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10518 is an error.
10519
10520 * term/linux.el (terminal-init-linux): Don't signal an error
10521 if gpm isn't running.
10522
60889ffa
NR
105232007-05-20 Nick Roberts <nickrob@snap.net.nz>
10524
10525 * t-mouse.el: Reduce to a minor-mode macro call.
784b0db6 10526 (t-mouse-mode): Remove the lighter.
e23f11f7
NR
10527
10528 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
60889ffa 10529
8a1389c7
DN
105302007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10531
10532 * files.el (auto-mode-alist): Change the regexp so that
10533 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10534
01140829
MB
105352007-06-02 Chong Yidong <cyd@stupidchicken.com>
10536
10537 * Version 22.1 released.
10538
ae9d8436
CY
105392007-05-19 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10542 changes.
10543
877d11fe
GM
105442007-05-19 Kevin Ryde <user42@zip.com.au>
10545
10546 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10547
317b4839
TTN
105482007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10549
10550 * textmodes/sgml-mode.el: Revert last change.
10551
de9606f0
RS
105522007-05-18 Richard Stallman <rms@gnu.org>
10553
10554 * simple.el (push-mark): Doc fix.
10555
64953c0a
RS
105562007-05-18 Rob Riepel <riepel@Stanford.EDU>
10557
e0602e9a 10558 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
64953c0a 10559 tpu-global-map.
784b0db6
JB
10560 (tpu-original-global-map): Variable deleted.
10561 (tpu-control-keys-map): New keymap variable.
10562 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
64953c0a 10563 setting keymapping directly.
784b0db6 10564 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
64953c0a
RS
10565 tpu-global-map.
10566 (tpu-edt-on): Activate the tpu-global-map.
10567 (tpu-edt-off): Deactivate the tpu-global-map.
784b0db6 10568
64953c0a
RS
105692007-05-18 Ryan Yeske <rcyeske@gmail.com>
10570
10571 * textmodes/ispell.el (ispell-get-word): Return markers
10572 for start and end positions.
10573 (ispell-word): Assume END is a marker.
10574
ff6ba6b4
VJL
105752007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10576
10577 * printing.el: Group together all XEmacs/Emacs definitions.
10578 (pr-version): New version 6.9.
10579 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10580 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10581 (pr-menu-bind): Fix code.
10582 (pr-e-frame-char-height, pr-e-frame-char-width)
10583 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10584 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10585 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10586 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10587 (pr-x-event-y-pixel): Aliases eliminated.
10588 (pr-xemacs-global-menubar): Macro moved.
10589 (current-menubar, current-mouse-event, zmacs-region-stays)
10590 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10591 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10592 Vars moved.
10593 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10594 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10595 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10596 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10597 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10598 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10599 moved.
10600
992aa6b7
TTN
106012007-05-17 Christian Plate <cplate@web.de> (tiny change)
10602
10603 * textmodes/sgml-mode.el (sgml-tag):
10604 Fix bug: Call sgml-transformation-function.
10605
10e3e762
MR
106062007-05-17 Martin Rudalics <rudalics@gmx.at>
10607
10608 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10609 modified flag of buffer. Use `inhibit-modification-hooks'.
10610
84bbd894
RS
106112007-05-16 Richard Stallman <rms@gnu.org>
10612
10613 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10614
92228a10
SM
106152007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10616
c11781de
SM
10617 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10618 Move the *ml, Postscript, and XmCD entries to the fallback part.
10619
92228a10
SM
10620 * files.el (magic-fallback-mode-alist):
10621 Rename from file-start-mode-alist.
10622
7883a44f
JB
106232007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10624
10625 * progmodes/compile.el (compilation-handle-exit): Quote first
10626 argument of `run-hook-with-args'.
10627
26e150ef
JB
106282007-05-16 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * buff-menu.el (Buffer-menu-sort-column):
10631 * dabbrev.el (dabbrev-upcase-means-case-search):
10632 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10633 * info.el (Info-current-subfile):
10634 * ls-lisp.el (ls-lisp-verbosity):
10635 * msb.el (msb-menu-cond):
10636 * pcvs.el (cvs-dired-use-hook):
10637 * simple.el (set-mark-command-repeat-pop):
10638 * time.el (display-time-24hr-format, display-time-mail-file):
10639 Doc fixes.
10640
10641 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10642 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10643
10644 * view.el (view-inhibit-help-message): Fix typo in docstring.
10645 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10646
4132d58c
MR
106472007-05-16 Martin Rudalics <rudalics@gmx.at>
10648
10649 * textmodes/ispell.el (ispell-start-process): Defend against bad
10650 default-directory.
10651
5c43b3ca
EZ
106522007-05-14 Eli Zaretskii <eliz@gnu.org>
10653
10654 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10655 content-transfer-encoding _last_, because it's its position that
10656 we need as value of base64-header-field-end.
10657
59831679
JB
106582007-05-14 Juanma Barranquero <lekktu@gmail.com>
10659
10660 * files.el (mode-require-final-newline, require-final-newline)
10661 (enable-local-variables, enable-local-eval): Doc fixes.
10662
c6f33bac
VJL
106632007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10664
10665 * ps-print.el: Use default color when foreground or background color
10666 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10667 (ps-print-version): New version 6.7.4.
10668 (ps-rgb-color): New argument. Use default color when color is
10669 unspecified.
10670 (ps-begin-job): Fix code.
10671
0a81a74a
CY
106722007-05-12 Chong Yidong <cyd@stupidchicken.com>
10673
10674 * longlines.el (longlines-mode): Make longlines-auto-wrap
10675 buffer-local. Add hooks unconditionally.
10676 (longlines-auto-wrap): Toggle wrapping.
10677 (longlines-after-change-function)
10678 (longlines-post-command-function): Check longlines-auto-wrap.
10679
06b6baf6
NR
106802007-05-12 Nick Roberts <nickrob@snap.net.nz>
10681
10682 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10683 (xterm-mouse-translate): Use it.
10684
7d145fa3
RS
106852007-05-10 Richard Stallman <rms@gnu.org>
10686
68380acf
MB
10687 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10688 (iso-cvt-write-only): Likewise.
10689
10690 * emacs-lisp/easy-mmode.el (define-minor-mode):
10691 Fix generated doc string.
10692
10693 * startup.el (fancy-splash-text): Add URL of guided tour.
10694 Adjust horizontal and vertical whitespace.
10695
10696 * progmodes/compile.el (compilation-handle-exit):
10697 Use run-hook-with-args to run compilation-finish-functions.
10698
7d145fa3
RS
10699 * files.el (file-start-mode-alist): New variable.
10700 (magic-mode-regexp-match-limit): Doc fix.
10701 (set-auto-mode): Handle file-start-mode-alist.
10702 A little cleanup of structure.
10703
c3aa7d16
RS
10704 * dabbrev.el (dabbrev-eliminate-newlines):
10705 Renamed from dabbrev--eliminate-newlines. All uses changed.
10706
b52efb9f
MC
107072007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10708
10709 * man.el (Man-next-section): Don't consider the last line of the page
10710 as being part of any section.
10711
00affaf1
SM
107122007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10715 can take any number of values.
10716
1d16f33c
SM
107172007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10720 to the list of citation commands.
10721
c7093883
SM
107222007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10725
0b480dc7
SM
107262007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10727
10728 * progmodes/python.el (python-font-lock-keywords)
10729 (python-open-block-statement-p, python-mode): Add support for the new
10730 "with" keyword.
10731
45fd3a00
SM
107322007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10733
44a07c5a
SM
10734 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10735 the exact opposite of diff-goto-source.
10736
5d08a786
SM
10737 * emacs-lisp/advice.el (ad-special-forms): Remove.
10738 (ad-special-form-p): Use subr-arity.
10739
2ed8e1f7
SM
10740 * newcomment.el (comment-search-forward): Make sure we search forward.
10741 (comment-enter-backward): Try and distinguish the non-matching case at
10742 EOB from the non-matching case with a missing comment-end-skip for
10743 a 2-char comment ender.
10744 (comment-choose-indent): New function extracted from comment-indent.
10745 Improve the alignment algorithm.
10746 (comment-indent): Use it.
10747
121f1921
SM
10748 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10749 XML style Processing Instructions.
10750 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10751 (sgml-calculate-indent): Handle `pi' context.
10752
45fd3a00
SM
10753 * vc.el: Ensure that update-changelog issues an error when used with
10754 a backend that does not implement it.
10755 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10756 Remove `backend' argument. Use expand-file-name.
10757 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10758
10759 * progmodes/python.el (python-end-of-block): Revert last change.
10760 (python-end-of-statement): Make sure we move *forward*.
10761
75dcf19e
RS
107622007-05-08 Richard Stallman <rms@gnu.org>
10763
10764 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10765 Don't include non-self-insert commands in the exception for `-'.
10766
11c4b29d
SM
107672007-05-08 David Reitter <david.reitter@gmail.com>
10768
10769 * progmodes/python.el (python-guess-indent): Check non-nullness
10770 before comparing indent against the 2..8 interval.
10771
59c58fea
YM
107722007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10773
10774 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10775 available.
10776
205f01b4
RS
107772007-05-06 Richard Stallman <rms@gnu.org>
10778
10779 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10780
d4871b4f
SM
107812007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10784 rather than storing their value in the revert-buffer function.
10785
12bf4a28
NR
107862007-05-04 Nick Roberts <nickrob@snap.net.nz>
10787
10788 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10789 when disabling t-mouse-mode.
10790
b94bc09b
RS
107912007-05-01 Davis Herring <herring@lanl.gov>
10792
d4871b4f
SM
10793 * calendar/timeclock.el: Update version number.
10794 (timeclock-modeline-display): Mention timeclock-use-display-time
10795 in explanatory message.
10796 (timeclock-in): Fix non-interactive workday specifications.
10797 (timeclock-log): Don't kill the log buffer if it already existed.
10798 Suppress warnings when finding the log. Don't check for a nil
10799 project twice. Run hooks after killing the buffer (if applicable).
10800 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10801 was geometric). All uses changed.
10802 (timeclock-generate-report): Support prefix argument.
b94bc09b 10803
39f3dff9
RS
108042007-05-03 Ryan Yeske <rcyeske@gmail.com>
10805
10806 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10807 disconnections.
10808
d7af463c
RF
108092007-05-01 Romain Francoise <romain@orebokech.com>
10810
10811 * dired-x.el: Revert 2007-04-06 change.
10812
78f0d1fc
RS
108132007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10814
10815 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10816
6f37a576
RS
108172007-04-29 Richard Stallman <rms@gnu.org>
10818
10819 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10820
161039c9
GM
108212007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10824 than 1.
10825
157e3182
RS
108262007-04-28 Richard Stallman <rms@gnu.org>
10827
10828 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10829
5e1cd4de
NR
108302007-04-28 Nick Roberts <nickrob@snap.net.nz>
10831
10832 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10833 don't put stop on toolbar.
10834
456e749f
SM
108352007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10838
a9bdfaa4
EZ
108392007-04-28 Eli Zaretskii <eliz@gnu.org>
10840
f2fd2cf5
EZ
10841 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10842 instead of $(lisp)/mh-e.
10843
16bbdfc0
GM
108442007-04-28 Glenn Morris <rgm@gnu.org>
10845
10846 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10847 (image-dired-cmd-create-temp-image-options): Replace option
10848 +profile "*" with -strip.
10849
58f13025
CY
108502007-04-27 Chong Yidong <cyd@stupidchicken.com>
10851
456e749f
SM
10852 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10853 Use window-start and window-end.
58f13025 10854
edaeebf5
AS
108552007-04-27 Andreas Schwab <schwab@suse.de>
10856
10857 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10858
96bbf28b
EZ
108592007-04-27 Eli Zaretskii <eliz@gnu.org>
10860
10861 * textmodes/fill.el (fill-paragraph): Doc fix.
10862
07016031
GM
108632007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10864
10865 * locate.el (locate-in-alternate-database): Doc fix.
10866
4f54692c
GM
108672007-04-26 Glenn Morris <rgm@gnu.org>
10868
10869 * button.el (button): Use underline if supported, else fall back
10870 to color.
10871
f5430f7f
GM
10872 * version.el (emacs-version): Increase to 22.1.50.
10873
2d0f33df
RS
108742007-04-25 Richard Stallman <rms@gnu.org>
10875
10876 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10877
77ae614b
S
108782007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10879
2f2c687b
JB
10880 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10881 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
77ae614b
S
10882 pushing mark.
10883 (idlwave-current-routine): Don't push mark.
10884
e28f9ad3
GM
108852007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10886
456e749f
SM
10887 * image-dired.el (image-dired-display-image): Derive image-type from
10888 filename rather than assuming jpeg, in case no resizing was needed.
e28f9ad3 10889
d497fd17
GM
108902007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10891
10892 * custom.el (defface): Doc fix.
10893
dc3818ec 10894See ChangeLog.12 for earlier changes.
6fee106e
KS
10895
10896;; Local Variables:
10897;; coding: iso-2022-7bit
33462dfa 10898;; add-log-time-zone-rule: t
6fee106e
KS
10899;; End:
10900
dc3818ec 10901 Copyright (C) 2007 Free Software Foundation, Inc.
5b87ad55
GM
10902
10903 This file is part of GNU Emacs.
10904
10905 GNU Emacs is free software; you can redistribute it and/or modify
10906 it under the terms of the GNU General Public License as published by
b4aa6026 10907 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
10908 any later version.
10909
10910 GNU Emacs is distributed in the hope that it will be useful,
10911 but WITHOUT ANY WARRANTY; without even the implied warranty of
10912 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10913 GNU General Public License for more details.
10914
10915 You should have received a copy of the GNU General Public License
10916 along with GNU Emacs; see the file COPYING. If not, write to the
10917 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10918 Boston, MA 02110-1301, USA.
6fee106e 10919
05587383 10920;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af